/*Clearing styles
-----------------*/
* {margin:0; padding:0;}
img {border:0;}
i {display:none;}
ul{margin:0;}
li {
	list-style-type:none;
	margin:0;
}

/*General styles
-----------------*/
h1{
	font-size: 1.5em;
	color:#2D662E;
	font-weight:normal;
	font-style:italic;
}


h3{
	font-size: 1.5em;
	color:#006600;
	font-weight:normal;
	font-style:italic;
}

h4{
	font-size: 1.2em;
}

h5{
	font-family:Trebuchet MS;
	font-size: 1.2em;
	font-style:italic;
	color: #006600;
}

h6{
	font-family:Trebuchet MS;
	font-size: 1.2em;
	color:#666666;
	padding-bottom: 10px;
	font-weight:normal;
}

a{
	color:#000000;
	text-decoration: none;
}

a:hover{
	color:#2D662E;
	text-decoration: underline;
}



/*Content
-----------------*/
html, body{ 
 	margin:0; 
 	padding:0; 
	text-align:center;
	font-size:12px;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Trebuchet MS;
} 
 
#pagewidth{ 
 width:945px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 position:relative;
} 

#wrapper{ padding-top:160px;}
 
#header{
  position:absolute; 
  background-color:#FFFFFF; 
  width:100%;
  margin-bottom:7px;
  background-image:url(/img/bg-header.gif);
  background-repeat:no-repeat;
  background-position:top center;
  top:0px;
  left:0px;
} 
 
#leftcol{
 width:198px; 
 float:left; 
 position:relative; 
 background-color:#E6E6E9;
 background-image:url(/img/menu-head.gif);
 background-position:top;
 background-repeat:no-repeat;
}

#leftcol li{
	list-style-image:url(/img/ico-menu.gif);
	/*background-image:url(/img/ico-menu.gif);
	background-repeat:no-repeat;
	background-position: 0px 5px;*/
	margin-left: 20px;
	padding-left:20x
}

#leftcol li a{
	color:#666666;
	font-size:1.0em;
	text-decoration:none;
	margin-left:0px;
}
#leftcol li a:hover{
	color:#2D662E;
	font-weight:bold;
	font-size:1.0em;
	text-decoration:none;
	margin-left:0px;
}

#leftcol h5 a{
	color: #006600;
}

#twocols{
 width:747px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:160px; 
 float:right; 
 position:relative; 
 background-color:#ffffff;
 }
 
#rightcol img{
	margin-bottom: 5px;
}
 
#maincol{background-color: #fff;  
 float: left; 
 display:inline; 
 position: relative; 
 width:587px; 
 }
 
#footer{
	margin-top: 20px;
	height:20px; 
	background-color:#F5F5F5; 
	clear:both;
} 

#footer a{
	font-size: 11px;
	color:#666666;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}
 
#fast_search{ background-color:#EDEDED; font-family:Verdana, Helvetica, sans-serif; font-size:10px; padding-left:7px; color:#666666; line-height:20px; }
#fast_search a{  padding-left:10px; padding-right:10px; font-size:10px; font-family:Verdana, Helvetica, sans-serif; color:#666666 }
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}





#submenu-top{
	background-color:#F2F2F2;
	height:22px;
	width: 347px;
/*	padding-left: 10px;*/
	padding-top: 3px;
	color:#CCCCCC;
	
	text-align:right;
}

#submenu-top a{
	/*
	display:block;
	float:left;
	*/
	text-decoration:none;
	font-size: 11px;
	color:#666;
	font-family:Arial, Helvetica, sans-seri;
	font-weight:bold;
	padding-left:10px; padding-right:10px;
}

#submenu-top a:hover{
	text-decoration:none;
	color:#C9252C;
}

#submenu-contact{
	/*height:19px; */
	padding-top: 15px;
	padding-bottom: 10px;
	text-align:right;
}

#main-menu{
}

#main-menu input{
	width: 149px;
	height: 15px;
	border: 0;
	margin:0 !important;
	display: inline;
	vertical-align:top;
}

#menu-bg{
	height:22px;
	text-align: right;
}

#menu-content{
	background-color:#F2F2F2;
	height: 25px;
}

#oferta{
	padding:10px;
	height:65px;
	color:#FFFFFF;
}
#oferta h3{  color:#FFD6D6; font-style:normal; font-family:"Trebuchet MS";}
.dark{
	background-color:#EDEDED;
	padding: 10px;
}

.light{
	background-color:#F5F5F5;
	padding: 10px;	
}




/*Products layout
--------------------*/

.bigItem{
	float:left;
	width: 264px;
	
}

.bigPhoto{
	width: 250px;
	height: 250px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.bigItem .tag{
	background-image:url(/img/tag-top-bg.gif); 
	width:23px; height:11px;
	text-align: center;
	padding: 3px;
	padding-top: 5px;
	float:right;
}

#ItemDetails{
	float:left;
	width: 255px;
	color:#666666;
}

#ItemDetails h3, #ItemDetails h1{
	font-size: 1.5em;
	color:#666666;
	font-weight:normal;
	font-style:italic;
}

#ItemDetails h6{
	font-size: 1.3em;
	color:#666666;
	color:#669966;
}

#ItemDetails table{
	border: 1px solid #666666;
	margin-top: 10px;
}

#ItemDetails table th{
	border-bottom: 1px solid #666666;
	padding: 0px 5px 0px 5px;
	margin-left:1px;
	background-color: #F5F5F5;
}

#ItemDetails table td{
	border-bottom: 1px solid #666666;
	padding: 5px;
}

.smallItem{
	float:left;
	width: 160px;
	margin-bottom: 20px;
	
}

.smallPhoto{
	width: 150px;
	height: 150px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.smallItem .tag{
	background-image:url(/img/tag-top-bg.gif); 
	width:23px; height:11px;
	text-align: center;
	padding: 3px;
	padding-top: 5px;
	float:right;
}

/*.smallSection{
	float:left;
	width: 160px;
	margin-bottom: 20px;
	text-align:center;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
}*/
.smallSection{
	float:left;
	width: 160px;
	text-align:center;
	margin-bottom: 20px;
}
.smallSection a{ color:#FFFFFF}

a.details{
	background-image:url(/img/cmd-details.gif); 
	width:59px;
	height:14px;
	display: block;
	font-size:0.8em;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	padding-left: 5px;
	padding-top: 1px;
}

a:hover.details{
	color: #CCCCCC;
	text-decoration:none;	
}

a.buy{
	background-color:#2D662E;
	background-image:url(/img/cmd-buy.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	padding-left: 8px;
	padding-right:27px;
}

a:hover.buy{
	color: #FFFFFF;
	text-decoration:none;
	background-image:url(/img/cmd-buy.gif); 
}

a.buy_en{
	background-color:#2D662E;
	background-image:url(/img/cmd-buy.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	padding-left: 5px;
	padding-right:18px;
}

a:hover.buy_en{
	color: #FFFFFF;
	text-decoration:none;
	background-image:url(/img/cmd-buy.gif); 
}
.sepBig{
	float:left; 
	width:25px;
}

.sepSmall{
	float:left; 
	width:33px;
}

#menu-content a{
	font-size: 1.0em;
	font-weight: bold;
	display:block;
	float:left;
	padding: 0 20px 0 20px;
	text-decoration:none;
	color:#7C7C7C;
	height: 20px;
	background-image:url(/img/menu-sep.gif);
	background-position:right;
	background-repeat:no-repeat;
	
}
#menu-content a:hover{
	font-size: 1.0em;
	font-weight: bold;
	display:block;
	float:left;
	padding: 0 20px 0 20px;
	text-decoration:none;
	color:#AF1B20;
	height: 20px;
	background-image:url(/img/menu-sep.gif);
	background-position:right;
	background-repeat:no-repeat;
	
}
.notes{
	border:1px solid #CCCCCC;
	width: 500px;
	margin-left: 18px;
	padding: 22px;
	color: #999999;
	
}

div.form{
	padding: 0px;
}
div.form input{
	font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif	
}
div.form select{
	font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif	
}
div.form .login{
	font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; padding-top:4px; padding-bottom:4px;	
}

div.form h3{
	font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-style:normal; padding-bottom:7px
}

div.radio input{
	
}
#oferta h4 a{
	font-size: 1.2em; 
	color:#FFFFFF;
	margin-left:0px;
	font-weight:normal; 
	font-family:"Trebuchet MS";
}
#pager{ text-align:center; padding-bottom:7px}
#pager  span{ font-weight:bold; color:#2D662E}

.pager{ text-align:center; padding-bottom:7px}
.pager  span{ font-weight:bold; color:#2D662E}

.price{ width:255px; font-weight:bold;}
.price .ron{ color:#2D662E; float:left }
.price .eur{ float:right; font-size:11px }

.price_en{ width:255px; font-weight:bold;}
.price_en .ron{ float:right; font-size:11px }
.price_en .eur{ color:#2D662E; float:left }

.price .save .ron, .price_en .save .eur{ color:#CD0000}
.save .ron, .save .eur{ text-decoration:line-through}

#breadcrumb{ padding-bottom:7px}
#breadcrumb a{ font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;}
#breadcrumb a:hover{ text-decoration:none}

.login{ border:0px; padding-left:10px; padding-right:10px; background-color:#2D662E; color:#FFFFFF; font-weight:bold; font-family:Trebuchet MS; font-size:12px; cursor:pointer }

.login:hover{ border:0px; padding-left:10px; padding-right:10px; background-color:#2D662E; color:#FFFFFF; font-weight:bold; font-family:Trebuchet MS; font-size:12px; text-decoration:none }

.error_message{ color:#CD0000; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif}
.form label{ font-weight:bold}

.spacer1{font-size:1px; height:1px; line-height:1px;  display:block}
.spacer3{font-size:3px; height:3px; line-height:3px}
.spacer5{font-size:5px; height:5px; line-height:5px}
.spacer10{font-size:10px; height:10px; line-height:10px;  display:block}
.tva{ font-family:Verdana, Helvetica, sans-serif; font-size:10px; text-align:right; clear:both}
h6 .save{ text-decoration:line-through; color:#CD0000}


