@charset "utf-8";
/* CSS Document */

body {
	background-color: #dcd38b;
	background-image:url(../img/bg-body.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	margin:0px;
	text-align:center;
	behavior:url("../csshover.htc");
	}
#bg-up{
	background: url(../img/tile-header.gif) repeat-x;
	height:62px;
}
#headercontainer {
	text-align: left;
	height: 46px;
	margin:0 auto;
	display:block;
	color:#FFFFFF;
	width:980px;
	}
.info {
	color:#004d69;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	padding-top:10px;
	text-align:right;
	padding-right:90px;
	}
.cartinfo {
	color:#004d69;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	margin-top:50px;
	text-align:left;
	margin-left:340px;
	background-image:url(../img/cartinfo-bg.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:150px;
	height:73px;
	padding-top:16px;
	padding-left:76px;
	}
#menucontainer {
	width: 750px;
	height: 36px;
	text-align: right;
	margin: 0 auto;
	display:block;
	color:#f7f1c0;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	float:left;
	padding-top:10px;
	}

#menucontainer a {
	color:#f7f1c0;
	text-decoration:none;
	}

#menucontainer a:hover {
	color:#f7f1c0;
	text-decoration:underline;
	}
#pagecontainer {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	display:block;
}
#bg-main-up{
	background: url(../img/top-main.gif) no-repeat;
	height:10px;
	width:980px;
	margin:0 auto;
	display:block;
	text-align:left;
	float:left;	
}
#bg-main-down{
	background: url(../img/bottom-main.gif) top left no-repeat;
	height:90px;
	width:980px;
	margin:0 auto;
	display:block;
	text-align:left;
	float:left;
}
#maincontainer {
	width: 980px;
	background: url(../img/tile-main.gif) repeat-y;
	text-align: left;
	margin: 0 auto;
	display:block;
	float:left;
	padding-bottom:20px;
	position:relative;
}
																					/*LEFT*/
#leftcontainer {
	width: 180px;
	margin: 0 auto;
	display:block;
	float:left;
	padding-left:20px;
	padding-bottom:20px;	
}
.title{
	color:#733e13;
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
}
.title-nopad{
	color:#733e13;
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
}
.column{
	margin: 2px 0px 16px 0px;

}
.column ul{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}
.column li a {
		color:#333333;
		font-size:12px;
		font-family: Arial, Helvetica, sans-serif, Tahoma;
        width:190px;
		padding:5px 0px 4px 5px; 		
		border-bottom: 1px solid #dcceab;
		text-decoration: none;
		display:block;
}
.column li a:hover {
        color:#f9f3c2;
        background-color:#733e13;
}
.allproducts a {
		color:#333333;
		font-size:12px;
		font-family: Arial, Helvetica, sans-serif, Tahoma;
		font-weight:bold;
        width:180px;
		padding:5px 0px 4px 12px; 		
		border: 1px solid #dcceab;
		text-decoration: none;
		display:block;
}
.allproducts a:hover {
        color:#f9f3c2;
        background-color:#733e13;
}
p.produse{
	margin-top:30px;
	}
p.search {
	width:190px;
	text-align:left;
	display:block;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:30px;
}
p.search a{
	color:#333333;
	text-decoration:underline;
}
p.search a:hover{
	color:#333333;
	text-decoration:none;
}
input.search-formfield {
	width:190px;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color: #666666;
	text-decoration: none;
}
																					/*CENTER*/
#centercontainer {
	width: 520px;
	text-align:justify;
	margin: 0 auto;
	display:block;
	float:left;
	margin-left:30px;
	margin-right:20px;
	margin-top:30px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p.article a{
	color:#333333;
	text-decoration:underline;
}
p.article a:hover{
	color:#333333;
	text-decoration:none;
}

p.article-left a{
	color:#333333;
	text-decoration:underline;
}
p.article-left a:hover{
	color:#333333;
	text-decoration:none;
}
p.article-right a{
	color:#333333;
	text-decoration:underline;
}
p.article-right a:hover{
	color:#333333;
	text-decoration:none;
}

/*
#centercontainer a{
	color:#333333;
	text-decoration:underline;
}
#centercontainer a:hover{
	color:#333333;
	text-decoration:none;
}
*/

p.item{
behavior: url('IEFixes.htc');
width:138px;
height:276px;
display:block;
float:left;
border: 6px solid #dcd38b;
/*margin-right:19px;*/
margin-bottom:20px;
text-align:center;
font-size:11px;
position:relative;
}

p.item:active, p.item.active{
	border: 6px solid #dcd38b;
}
p.item:hover, p.item.hover{
	border: 6px solid #733e13;
}
.item-picture{
	height:120px;
	width:118px;
	display:block;
	margin:0 auto;
	padding-top:10px;
}
.item-name{
	font-size:12px;
	color:#733e13;	
	font-weight:bold;
	width:118px;
	display:block;
	height: 30px;
	text-align:left;
	padding-top:10px;
	padding-left:11px;
}
.item-price{
	font-weight:bold;
	width:118px;
	display:block;
	height: 24px;
	text-align:left;
	padding-top:6px;
	padding-left:11px;
}
.item-buttons{
	width:118px;
	display:block;
	text-align:left;
	padding-top:6px;
	padding-left:11px;
}

.item-buttons a{
	color:#333333;
	text-decoration:underline;
}
.item-buttons a:hover{
	color:#333333;
	text-decoration:none;
}
p.article-left{
	width:250px;
	float:left;
	padding-right:10px;
}
p.article-right{
	width:250px;
	float:left;
	padding-left:10px;
}
.article-title{
	text-decoration:underline;
	font-size:18px;
	text-align:left;
}
p.banner-oferta{
	width:500px;
	height:198px;
	margin-top:30px;
	display:block;
	background-color:#dcd38b;
	padding:6px 14px 6px 6px;
}
p.banner-oferta img{
	float:left;
	margin-right:20px;
}
p.item-horiz{
	padding-top:20px;
	width:520px;
	display:block;
	position:relative; 
}
p.item-horiz a{
	color:#333333;
	text-decoration:underline;
}
p.item-horiz a:hover{
	color:#333333;
	text-decoration:none;
}
.item-horiz-img img{
	margin-right:0px;
	margin-top:5px;
	border: 3px solid #dcd38b;
	float:left;
	display:block;
	
}
.item-horiz-title{
	color:#733e13;
	font-size:14px;
	font-weight:bold;
}
p.pagenumber{
	width:520px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
p.pagenumber a{
	color:#999999;
	text-decoration:none;
}
p.pagenumber a:hover{
	color:#999999;
	text-decoration:underline;
}
																/*detail-page*/
.detail-info-utile{
	width:160px;
	float:left;
}
.detail-phone-deliver{
	width:130px;
	float:left;
	background:url(../img/phone-icon.gif) top left no-repeat;
	height:60px;
	padding:0px 0px 0px 40px;
	margin:20px 0px 0px 20px;
}
.detail-description{
	text-align:justify;
	float:left;
	width:360px;
}
p.buy{
	width:520px;
	float:left;
	margin-top:25px;
	height:50px;
}
.detail-price{
	width:300px;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#733e13;
	float:left;
	height:35px;
	display:block;
	}
.detail-buy{
	width:130px;
	margin-left:35px;
	height:35px;
	padding-left:45px;
	padding-top:5px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#733e13;	
	float:left;
	text-align:left;
	display:block;
	background:url(../img/add-icon.gif) no-repeat top left;	
	}
.detail-buy a{
	color:#733e13;
	text-decoration:underline;
	}
.detail-buy a:hover{
	color:#733e13;
	text-decoration:none;
	}
p.detail-alarm{
	width:520px;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin-top:15px;
	padding-left:2px;
}
.tabContent{
	width:502px;
	border: #dcceab solid 1px;
	padding:5px;
	float:left;
	}
.tabContent img{
	border: #dcd38b solid 3px;
	float:left;
	margin-right:20px;
	}
.tab{
	width:117px;
	margin-right:2px;
	background-color:#dcceab;
	float:left;
	padding:5px;
	}
.detail-recommend{
	width:200px;
	height:30px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	float:left;
	display:block;
	padding-left:50px;
	padding-top:10px;
	margin-top:20px;
	background-image:url(../img/friend-icon.gif);
	background-position:left;
	background-repeat:no-repeat;	
	}
.detail-recommend a{
	color:#004d69;
	text-decoration:underline;	
	}
.detail-recommend a:hover{
	color:#004d69;
	text-decoration:none;
}
.detail-info{
	width:200px;
	height:30px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	float:left;
	display:block;
	padding-left:40px;
	padding-top:10px;
	margin-left:20px;
	margin-top:20px;	
	background-image:url(../img/info-icon.gif);
	background-position:leftt;
	background-repeat:no-repeat;	
	}
.detail-info a{
	color:#004d69;
	text-decoration:underline;	
	}
.detail-info a:hover{
	color:#004d69;
	text-decoration:none;
}
.detail-compare{
	width:200px;
	height:30px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	float:left;
	display:block;
	padding-left:50px;
	padding-top:10px;
	margin-top:20px;
	margin-bottom:20px;	
	background-image:url(../img/compare-icon.gif);
	background-position:leftt;
	background-repeat:no-repeat;	
	}
.detail-compare a{
	color:#004d69;
	text-decoration:underline;	
	}
.detail-compare a:hover{
	color:#004d69;
	text-decoration:none;
}
.detail-comment{
	width:200px;
	height:30px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	float:left;
	display:block;
	padding-left:40px;
	padding-top:10px;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;	
	background-image:url(../img/comment-icon.gif);
	background-position:leftt;
	background-repeat:no-repeat;	
	}
.detail-comment a{
	color:#004d69;
	text-decoration:underline;	
	}
.detail-comment a:hover{
	color:#004d69;
	text-decoration:none;
}
																/*contact-page*/
#contact-form{
	width:490px;
	padding:15px;
	background:#dcd38b url(../img/bg-contact.gif) repeat-x top;
	margin-top:20px;
	float:left;
	}
.contact-form-up-left{
	width:240px;
	float:left;
	margin-right:10px;
	text-align:right;
	margin-top:10px;	
	}
.contact-form-up-right{
	width:240px;
	float:left;
	text-align:right;	
	margin-top:10px;
}
.contact-form-mid{
	width:490px;
	float:left;
	text-align:right;
	margin-top:10px;
}
.contact-formfield{
	width:160px;
	text-align:left;
	margin-left:8px;
}
.contact-formfield-long{
	width:410px;
	text-align:left;
	margin-left:8px;
}
.contact-textarea{
	width:410px;
	height:100px;
	text-align:left;
	overflow:auto;
	margin-left:8px;
}

																					/*RIGHT*/
#rightcontainer {
	width: 190px;
	margin: 0 auto;
	display:block;
	float:left;
	color:#333333;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;	
	padding-bottom:20px;	
}
p.cart{
	font-size:11px;
	width: 190px;
	margin: 0 auto;
	display:block;
	height:105px;
	margin-top:30px;
}
p.login {
	width:190px;
	text-align:left;
	display:block;
	margin-top:30px;
}
.help {
	text-align:left;
	font-size:11px;
	color:#333333;
	margin-top:40px;
	display:block;
	line-height:2;
	font-family:Arial, Helvetica, sans-serif;
}
.help a{
	color:#333333;
	text-decoration:underline;
	}
.help a:hover{
	color:#333333;
	text-decoration:none;
	}
input.login-formfield {
	width:150px;
	margin-top:5px;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color: #666666;
	text-decoration: none;
}
input.submit {
	height:20px;
	border:none;
	margin-top:5px;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	font-weight:bold;
	color: #f4edb4;
	text-decoration: none;
	background-color:#733e13;
	float:left;
}
p.topsearched {
	width:190px;
	text-align:left;
	display:block;
	margin-top:30px;
}
p.topsearched a{
	color:#333333;
	text-decoration:none;
}
p.topsearched a:hover{
	color:#333333;
	text-decoration:underline;
}
.topsearched img{
	border-color:#dcd38b;
	border-style:solid;
	border-width:3px;
	float:left;
	margin-right:10px;
}
p.newsletter {
	width:190px;
	text-align:left;
	display:block;
	float:left;
	padding-left:24px;
	color:#004d69;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:28px;	
}
input.newsletter-formfield {
	width:124px;
	margin-top:5px;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color: #4c8296;
	text-decoration: none;
}

input.submit-rightside {
	height:20px;
	border:none;
	margin-top:5px;
	margin-left:5px;
	margin-right:20px;
	float:right;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#e10000;
}
p.sondaj {
	width:190px;
	text-align:left;
	display:block;
	float:left;
	padding-left:24px;
	color:#004d69;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:28px;	
}

																					/*FOOTER*/
#footercontainer {
	background-image:url(../img/footer.gif);
	background-repeat:no-repeat;
	width: 995px;
	height: 29px;
	text-align:center;
	margin: 0 auto;
	display:block;
	margin-top:28px;

	color:#004d69;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:6px;
}
#footercontainer a {
	color:#004d69;
	text-decoration:underline;
}
#footercontainer a:hover {
	color:#004d69;
	text-decoration:none;
}

.clear {
  clear: both;
  height: 0;
}
/***MODS***/
.tab a{
	color:#333333;
	text-decoration:underline;
}
.tab a:hover{
	color:#333333;
	text-decoration:none;
}
.tabContent a{
	color:#333333;
	text-decoration:underline;
}
.tabContent a:hover{
	color:#333333;
	text-decoration:none;
} 

.detail-recommend a{
	color:#333333;
	text-decoration:underline;
}
.detail-recommend a:hover{
	color:#333333;
	text-decoration:none;
}

.detail-info a{
	color:#333333;
	text-decoration:underline;
}
.detail-info a:hover{
	color:#333333;
	text-decoration:none;
}

.detail-compare a{
	color:#333333;
	text-decoration:underline;
}
.detail-compare a:hover{
	color:#333333;
	text-decoration:none;
}

.detail-comment a{
	color:#333333;
	text-decoration:underline;
}
.detail-comment a:hover{
	color:#333333;
	text-decoration:none;
}
/******/
/*
.reducere-home{
position:absolute;
top:0px;
left:0px;
width:60px;
height:30px;
background-image:url(../img/reducere-home.gif);
}
.nou-home{
position:absolute;
bottom:0px;
left:0px;
width:60px;
height:30px;
background-image:url(../img/nou-home.gif);
}
.promo-home{
position:absolute;
bottom:0px;
right:0px;
width:60px;
height:30px;
background-image:url(../img/promo-home.gif);
}
.recomandam-home{
position:absolute;
top:0px;
right:0px;
width:60px;
height:30px;
background-image:url(../img/recomandam-home.gif);
}
*/
.iconite-dreapta{
position:absolute;
top:0px;
right:-20px;
width:20px;
}
.iconite-stanga{
position:absolute;
top:0px;
left:-20px;
width:20px;
}
.iconite-dreapta img, .iconite-stanga img{
padding-bottom:6px;
}

.iconite-jos{
position:absolute;
top:0px;
right:0px;
heigh:15px;
}
.iconite-jos img{
padding-left:2px;
}


#xcommerce{
	display:block;
	position:absolute;
	width:168px;
	height:12px;
	padding:20px 0 0 32px;;
	color:#333;
	text-decoration:none;
	background:url(../img/xcommerce.gif) top left no-repeat;
	font-size:10px;
	bottom:5px;
	right:10px;
}
