@charset "utf-8";

body {
	width:100%;
	margin:0px;
	padding:0px;
}

.main_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7f7f7f;
	font-style: normal;
	font-weight: normal;
	width:100%;
	/*margin-left:auto;
	margin-right:auto;*/
}

.main_content_wrapper {
	/*margin-left:auto;
	margin-right:auto;*/
	width:auto;
}

.header {
	text-align:left;
	/*margin-left:74px;*/
	width:100%; 
	margin-left:auto; 
	margin-right:auto;
}

.upper_content_left {	
	/*background-image:url('images/truck_image.jpg');
	background-position:top;
	background-repeat:no-repeat;*/
	width:664px;
	height:auto;
}

.upper_content_right {
	/*background-image:url('images/right_background.jpg');
	background-position:top;
	background-repeat:no-repeat;*/
	width:247px;
	height:268px;
}

.lang_div {
	/*background-image:url('images/lang_background.jpg');
	background-position:top;
	background-repeat:no-repeat;*/
	width:55px;
	height:28px;
	font-family:"Myriad Pro";
	font-size:19px;
	text-align:center;
	text-decoration:none;
}

.motto {
	font-size:30px;
	font-family:"Myriad Pro";
	color:#FFFFFF;
	padding-left:376px;
	padding-top:20px;
}

.products_div {
	padding-top:300px;
	padding-left:43px;
}

.sub_products {
	font-size:11px; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	padding-left:10px;
}

.clearer {
	clear:both;
}

.mai_departe {
	color:#c03232; 
	text-align:right; 
	padding-top:8px; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:11px;
}

.date_class {
	float:left; 
	padding-left:10px; 
	color:#c04d4d;
}

.dot_class {
	float:left; 
	padding-left:5px; 
	padding-top:3px;
}

.title_class {
	font-family:'Myriad Pro'; 
	font-size:24px;
}

.footer {
	border-top:#bbbbbb 1px dashed;
	width:868px;
	margin-top:66px;
	margin-left:auto;
	margin-right:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#989898;
}

.product_details_div {
	position:absolute;
	top:50px;
	left:50%; 
	margin-left:-210px;;
	width:340px;
	height:650px;
	overflow-y:auto;
	padding:40px;
	border:#000000 1px solid;
	background-color:#FFFFFF;
	z-index:100;
	display:none;
}

.product_title {
	font-family:'Myriad Pro';
	font-size:24px;
	color:#7f7f7f;
}

.product_type_1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#c03232;
	font-weight:bold;
	padding-top:15px;
}

.product_type_2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#c03232;
	font-weight:bold;
}

.product_description {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7f7f7f;
}

.product_image {
	padding-top:10px;
	padding-bottom:10px;
}

.product_options {
	height:45px;
	border-bottom:#bbbbbb 1px dotted;
	vertical-align:middle;
}