/* CSS Document */

div.catalog_title {
	text-align: center;
	overflow: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	box-shadow: inset 0px 0px 20px rgba(0,0,0,.7);
	padding: 20px;
	position: relative;
}

div.product {
	margin: 5px;
	width: 300px;
	height: 300px;
	float: left;
	overflow: hidden;
	position: relative;
}

div.product_photo {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
	width: 300px;
	height: 200px;
	float: left;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

div.product_photo_big {
	position: relative;
}

div.product_name {
	font-weight: bold;
}

div.product_desc {
	font-size: 8pt;
	color: #889;
}

div.product_price {
	font-family: PTSans, Verdana, Tahoma, Geneva, sans-serif;
	color: #fff;
	background-color: rgba(0,125,0,.8);
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: auto;
	border-radius: 0px 20px 5px 10px;
}

div.product_price2 {
	font-family: PTSans, Verdana, Tahoma, Geneva, sans-serif;
	font-size: larger;
	color: #fff;
	background-color: rgba(0,125,0,.8);
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: auto;
	border-radius: 0px 20px 5px 10px;
}

div.product_hint {
	color: #fff;
	background-color: rgba(255,0,255,.8);
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: auto;
	border-radius: 20px 0px 10px 5px;
}

div.content_white_bg {
	text-align: left;
	padding: 10px;
	width: 1000px;
	color: #fff;
	background-color: rgba(0,0,0,.6);
	border-radius: 20px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	
	margin: auto;
}

img.product {
	border-radius: 3px;
	position: absolute;
	bottom: 0px;
}

input.calculate[type="submit"] {
	font-size: 12pt;
	color: #fff;
	border: 1px solid;
	border-color: #889;
	background-color: #888;
	padding: 8px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(128,128,128,.8);
}

@font-face {
    font-family: PTSans;
    src: url(inc/PTS55F.ttf);
}
