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

body {
	background:url(../img/bg-body.gif) #222222 top repeat-x;
	margin:0px;
	text-align:center;
	}
/*----------------------------------------------------------------------------
Basic layout*/
#pagecontainer{
	text-align:left;
	margin:0 auto;
	display:block;
	width:981px;
}
#leftcontainer {
	width: 225px;
	padding-left: 9px;
	display:block;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#rightcontainer {
	width: 225px;
	margin: 0 auto;
	display:block;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#333333;
}
#centercontainer {
	width:470px;
	margin: 0 auto;
	display:block;
	float:left;
	padding:0px 22px 0px 21px;
	padding-bottom:30px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#headercontainer {
	text-align:left;
	height: 149px;
	margin:0 auto;
	display:block;
	width:981px;
}
#footercontainer{
	background-color:#333333;
	width:100%;
	display:block;
	float:left;
}
/*----------------------------------------------------------------------------
Homepage layout*/
#header-left{
	width:372px;
	height:149px;
	display:block;
	float:left;
}
#logo{
	width:302px;
	height:120px;
	background:url(../img/logo.jpg) no-repeat top left;
	margin-top:29px;
}
#header-right{
	width:609px;
	height:149px;
	display:block;
	float:left;
	color:#ffffff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#cart{
	background: url(../img/bg-cart.gif) top right no-repeat;
	display:block;
	float:left;
	height:40px;
	width:119px;
	padding:11px 0px 0px 490px;
	line-height:16px;
	position:relative;
}
#cart a{
	color:#FFFFFF;
	text-decoration:underline;
	padding-right:24px;
	background:url(../img/cart-arrow.gif) bottom right no-repeat;	
}
#cart a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#number{
	position:absolute;
	top:21px;
	left:453px;
	font-size:14px;
	color:#444444;
	text-align:center;
	width:25px;
	height:25px;
	}
.button a{
	background:url(../img/bg-button.gif) bottom left no-repeat;
	width:106px;
	height:22px;
	display:block;
	float:left;
	margin-top: 68px;
	margin-right:8px;
	font-size:12px;
	color:#222222;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	padding-top:8px;
	font-family:Tahoma;
}
.button a:hover{
	background:url(../img/bg-button.gif) top left no-repeat;
	width:106px;
	height:22px;
	display:block;
	float:left;
	margin-top: 68px;
	margin-right:8px;	
	font-size:12px;
	color:#222222;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	padding-top:8px;
	font-family:Tahoma;	
}
.block-noline{
	width:225px;
	display:block;
	float:left;
	padding-bottom:16px;	
}
.block-wline{
	width:225px;
	display:block;
	float:left;
	padding-bottom:15px;
	border-bottom:#434343 solid 1px;
	margin-bottom:15px;
}
.block-wline a{
	color:#ffcb00;
	text-decoration:none;
}
.block-wline a:hover{
	text-decoration:underline;
}
.block-pozazilei{
	width:210px;
	display:block;
	float:left;
	border-bottom:#222222 solid 1px;
	padding:16px 0px 15px 16px;
}
.block-pozazilei img{
	display:block;
	float:left;
	margin:15px 0px 15px 0px;
	border-bottom: 5px solid #ffcb00;	
}
.block-pozazilei a{
	color:#ffcb00;
	text-decoration:none;
}
.block-pozazilei a:hover{
	text-decoration:underline;
}
.block-right{
	width:193px;
	display:block;
	float:left;
	border-bottom:#222222 solid 1px;
	padding:16px 16px 15px 16px;
	text-align:left;
	margin:0px 0px 0px 0px;
}
.block-right img{
	display:block;
	float:left;
	margin:0px;
	margin:15px 0px 15px 0px;
}
.block-right a{
	color:#ffcb00;
	text-decoration:none;
}
.block-right a:hover{
	text-decoration:underline;
}
.readmore{
	display:block;
	float:left;
	width:200px;
	height:17px;
	text-align:center;
}
.readmore a{
	background-color:#ffcb00;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color:#332333;
	padding:5px;
}
.readmore a:hover{
	text-decoration:none;
}
.title{
	color:#ffcb00;
	font-size:14px;
	font-weight:bold;
	width:190px;
	display:block;
	float:left;
	margin-bottom:15px;
	text-align:left;
	
	}
.center-title{
	color:#ffcb00;
	font-size:16px;
	font-weight:bold;
	width:470px;
	display:block;
	float:left;
	padding-bottom:15px;
	margin-bottom:15px;
	text-align:left;
	border-bottom:solid 1px #434343;
	}
/*----------------------------------------------------------------------------
-forms*/
input.long {
	width:218px;
	height:17px;
	border:solid #999999 1px;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color: #333333;
	text-decoration: none;
	padding:2px 0px 0px 5px;
	margin-bottom:7px;
	float:left;
	display:block;	
}
input.short {
	width:182px;
	height:17px;
	border:solid #999999 1px;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color: #333333;
	text-decoration: none;
	padding:2px 0px 0px 5px;
	margin-bottom:7px;
	float:left;
	display:block;
}
input.shorter {
	width:150px;
	height:17px;
	border:solid #999999 1px;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color: #333333;
	text-decoration: none;
	padding:2px 0px 0px 5px;
	margin-bottom:7px;
	margin-right:5px;
	float:left;
	display:block;
}
input.pagenumber-formfield {
	width:30px;
	height:13px;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	color: #666666;
	text-decoration: none;
	padding-left:2px;
}
input.pagenumber-submit {
	height:18px;
	border:none;
	background-color:#ffcb00;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	color:#333333;
	display:inline;
	margin-left:10px;
	padding:0px 3px 0px 3px;
}
.textarea{
	width:443px;
	height:100px;
	border:solid #999999 1px;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color: #333333;
	text-decoration: none;
	padding:2px 0px 0px 5px;
	float:left;
	display:block;
	overflow:auto;
}
input.submit {
	height:21px;
	border:none;
	background-color:#ffcb00;
	float:right;
	display:block;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color:#333333;
	padding:0px 5px 0px 5px;
	margin-top:2px;
}
input.submit-smaller {
	height:21px;
	border:none;
	float:right;
	display:block;
	background-color:#ffcb00;
	padding:0px 5px 0px 5px;
}
input.submit-search {
	height:27px;
	width:27px;
	border:none;
	float:right;
	display:block;
	background: url(../img/search.jpg) top left no-repeat;
}
.selectionlist {
	width:225px;
	height:21px;
	border:solid #999999 1px;
	font: 12px Arial, Helvetica, sans-serif, Tahoma;
	color: #333333;
	text-decoration: none;
	padding:2px 0px 0px 5px;
	margin-bottom:7px;
	float:left;
	display:block;	
}
.small-links{
	display:block;
	float:left;
	width:160px;
	color:#dedede;
	font-size:11px;
}
.small-links a{
	height:13px;
	width:150px;
	display:block;
	float:left;	
	padding-left:10px;
	background:url(../img/arrow.gif) 0px 5px no-repeat;
	color:#dedede;	
	text-decoration:none;
}
.small-links a:hover{
	text-decoration:underline;
}
/*----------------------------------------------------------------------------
-sidebars*/
.sidebar-menu{
	float:left;
    width:225px;
	margin:0;
	padding:0;
	list-style-type:none;
}
.sidebar-menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.sidebar-menu ul li{
	display:block;
}
ul.sidebar-menu li a {
	display:block;
	width:220px;
	border-bottom: 1px solid #434343;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	text-decoration: none;
	padding:5px 0px 4px 5px;
	color:#dedede;
}



ul.sidebar-menu li a:hover {
	color:#FFFFFF;
	background:#333333;
	width:220px;
}




 
/*----------------------------------------------------------------------------
-oferte*/
.oferte{
	display:block;
	width:225px;
	border-bottom: 1px solid #434343;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	text-decoration: none;
	float:left;
	color: #dedede;
	padding-bottom:10px;
	margin-bottom:10px;
}
.oferte-pic{
	width:65px;
	height:65px;
	background-color:#FFFFFF;
	border-bottom: 5px solid #ffcb00;	
	display:block;
	float:left;
	text-align:center;
}
.oferte-name{
	width:150px;
	height:70px;
	display:block;
	float:left;
	padding:0px 0px 0px 10px;
}
/*----------------------------------------------------------------------------
-produse*/
.product-block-home{
	width:214px;
	height:376px;
	display:inline;
	float:left;
	background-color:#333333;
	margin-right:16px;
	margin-bottom:26px;
	position:relative;
}
.product-block-separator{
	width:10px;
	height:366px;
	display:inline;
	float:left;
}
.product-pic{
	width:192px;
	height:192px;
	display:inline;
	float:left;
	margin:11px;
	border-bottom: 5px solid #ffcb00;
	background-color:#FFFFFF;
	text-align:center;
}
.product-name a{
	width:194px;
	height:30px;
	display:block;
	float:left;
	padding:10px;
	border-bottom:#222222 solid 1px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
.product-name a:hover{
	text-decoration:none;
	background-color:#434343;
}
.product-description{
	width:194px;
	height:50px;
	display:block;
	float:left;
	padding-left:10px;
}
.product-buy{
	display:block;
	float:left;
	width:194px;
	color:#dedede;
}
.product-buy a{
	display:block;
	float:left;
	height:13px;
	width:150px;
	padding-left:26px;
	background:url(../img/cart.gif) 11px 4px no-repeat;
	color:#ffffff;	
	text-decoration:underline;
}
.product-buy a:hover{
	text-decoration:none;
}
.product-price{
	display:block;
	float:left;
	width:194px;
	height:30px;
	font-weight:bold;
	text-decoration:none;
	color:#FFCB00;
	padding-left:10px;
	padding-top:10px;
}
.grey{
	color:#919191;
}
.product-icons{
	width:16px;
	position:absolute;
	top:8px;
	right:-16px;
}
.product-icons img{
	padding-top:6px;
}
/*----------------------------------------------------------------------------
Detailpage layout*/
.center-title-small{
	color:#ffcb00;
	font-size:12px;
	width:470px;
	display:block;
	float:left;
	padding-bottom:15px;
	margin-bottom:15px;
	text-align:left;
	border-bottom:solid 1px #434343;
}
.center-title-small img{
	padding:0px 5px 2px 5px;
	}
.center-title-small a{
	color:#ffcb00;
	text-decoration:none;
	}
.center-title-small a:hover{
	text-decoration:underline;
	}	
.details-summary{
	width:433px;
	height:131px;
	display:block;
	float:left;
	background-color:#333333;
	position:relative;
	padding:10px;
}
.details-gallery{
	width:230px;
	height:131px;
	display:block;
	float:left;
}
.details-gallery-pic{
	width:126px;
	height:126px;
	background-color:#FFFFFF;
	border-bottom: 5px solid #ffcb00;	
	text-align:center;
	display:block;
	float:left;
}
.details-gallery-thumb{
	width:41px;
	height:41px;
	background-color:#FFFFFF;
	text-align:center;
	display:block;
	float:left;
	margin:0px 0px 4px 4px;
}
.details-info{
	width:200px;
	height:131px;
	display:block;
	float:left;
}
.details-name{
	color:#ffcb00;
	font-size:14px;
	width:200px;
	height:50px;
	display:block;
	float:left;
	font-weight:bold;
}
.details-useful{
	color:#ffffff;
	font-size:11px;
	width:200px;
	height:70px;
	display:block;
	float:left;
}
.details-useful a{
	color:#ffffff;
	text-decoration:none;
}
.details-useful a:hover{
	color:#ffcb00;
	/*text-decoration:underline;*/
}

.details-buy{
	width:433px;
	height:25px;
	display:block;
	float:left;
	background-color:#333333;
	padding:10px;
	margin-top:1px;
}
.details-pret{
	width:315px;
	height:19px;
	display:block;
	float:left;
	font-weight:bold;
	color:#ffcb00;
}
.details-buy a{
	font-weight:bold;
	color:#ffcb00;	
	background:url(../img/arrow-big.gif) 100px 0px no-repeat;
	padding-right:20px;
	padding-bottom:2px;
	text-decoration:none;
	}
.details-description{
	margin:15px 0px 15px 0px;
	width:453px;
	display:block;
	float:left;
	color:#ffffff;
	text-align:justify;
	}
.table-element{
	width:453px;
	display:block;
	float:left;
}	
.table-element-grey{
	background-color:#333333;
	width:180px;
	display:block;
	float:left;
	margin-bottom:1px;
	margin-right:1px;
	padding-left:5px;
	padding-top:2px;
}
.table-element-black{
	width:260px;
	display:block;
	float:left;
	margin-bottom:1px;
	padding-left:5px;
	padding-top:2px;
}
.table2-element-stars{
	width:99px;
	height:20px;
	display:block;
	float:left;
	background-color:#333333;	
}	
.table2-element-grey{
	background-color:#333333;
	width:365px;
	height:18px;	
	display:block;
	float:left;
	margin-right:1px;
	padding-left:5px;
	padding-top:2px;
	font-weight:bold;
}
.table2-element-black{
	width:465px;
	display:block;
	float:left;
	padding-left:5px;
	padding-top:2px;
	text-align:justify;
	margin-bottom:10px;
	margin-top:5px;	
}
.table3-element-grey{
	background-color:#333333;
	width:460px;
	height:18px;	
	display:block;
	float:left;
	padding-left:10px;
	padding-top:2px;
	font-weight:bold;
	margin-bottom:1px;
	color:#ffcb00;
	font-weight:bold;
}
.table4-element-grey{
	background-color:#333333;
	width:460px;
	display:block;
	float:left;
	padding-left:10px;
	padding-top:12px;
	padding-bottom:12px;
	font-weight:bold;
	margin-bottom:1px;
	color:#ffcb00;
	font-weight:bold;
}

.details-buttonssection{
	border-bottom:1px solid #434343;
	border-top:1px solid #434343;
	width:470px;
	display:block;
	float:left;
	margin:15px 0px 15px 0px;
	padding:15px 0px 15px 0px;
}
.details-btn-info{
	width:185px;
	height:22px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	float:left;
	display:block;
	background: url(../img/icon-info.gif) left top no-repeat;
	margin-right:10px;
	margin-bottom:10px;
	padding:4px 0px 0px 35px;
	}
.details-btn-info a{
	color:#FFFFFF;
	}
.details-btn-info a:hover{
	text-decoration:none;
}
.details-btn-compare{
	width:185px;
	height:22px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	float:left;
	display:block;
	background: url(../img/icon-compare.gif) left top no-repeat;
	margin-right:10px;
	margin-bottom:10px;	
	padding:4px 0px 0px 35px;
	}
.details-btn-compare a{
	color:#FFFFFF;
	}
.details-btn-compare a:hover{
	text-decoration:none;
}

.details-btn-friend{
	width:185px;
	height:22px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	float:left;
	display:block;
	background: url(../img/icon-friend.gif) left top no-repeat;
	margin-right:10px;
	padding:4px 0px 0px 35px;
	}
.details-btn-friend a{
	color:#FFFFFF;
	}
.details-btn-friend a:hover{
	text-decoration:none;
}
.details-btn-comment{
	
	/*width:150px;*/
	/*height:22px;*/
	font-size:12px;
	/*font-weight:bold;*/
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFCB00;
	color:#222222;
	display:block;
	
	float:left;
	/*background: url(../img/icon-friend.gif) left top no-repeat;*/
	margin-right:0px;
	padding:2px;
	}
.details-btn-comment a{
	text-decoration:none;
	color:#222222;
	}
.details-btn-comment a:hover{
	text-decoration:none;
}
.detail-alarma{
	margin:0px 0px 15px 0px;
	width:470px;
	display:block;
	float:left;
	color:#ffffff;
	text-align:justify;
	border-bottom:1px solid #434343;
	padding-bottom:15px;
	}
.similare{
	margin:15px 0px 15px 0px;
	padding-top:15px;
	width:470px;
	display:block;
	float:left;
	color:#ffffff;
	text-align:left;
	border-top:1px solid #434343;
	}
.similare-block{
	width:235px;
	display:block;
	float:left;
	margin-bottom:10px;
}
.similare-pic{
	width:65px;
	height:65px;
	background-color:#FFFFFF;
	border-bottom: 5px solid #ffcb00;	
	display:block;
	float:left;
	text-align:center;
}
.similare-name{
	width:150px;
	height:70px;
	display:block;
	float:left;
	padding:0px 10px 0px 10px;
	font-weight:bold;
}
.similare-name a{
	color:#FFFFFF;
	text-decoration:none;
}
.similare-name a:hover{
	
	text-decoration:underline;
}

.oferte-name a{
	color:#FFFFFF;
	text-decoration:none;
}
.oferte-name a:hover{
	
	text-decoration:underline;
}
/*----------------------------------------------------------------------------
Browse-page layout*/
.browse-product{
	width:433px;
	height:131px;
	display:block;
	float:left;
	background-color:#333333;
	position:relative;
	padding:10px;
}
.browse-pic{
	width:126px;
	height:126px;
	background-color:#FFFFFF;
	border-bottom: 5px solid #ffcb00;	
	text-align:center;
	display:inline;
	float:left;
	margin-right:10px;
}
.browse-info{
	width:294px;
	height:131px;
	display:block;
	float:left;
}
.browse-name {
	color:#ffcb00;
	font-size:12px;
	width:294px;
	display:block;
	float:left;
	font-weight:bold;
	margin-bottom: 6px;
}
.browse-name a{
	color:#ffcb00;
	text-decoration:none;
}
.browse-name a:hover{
	color:#ffcb00;
	text-decoration:underline;
}
.browse-useful{
	color:#ffffff;
	font-size:11px;
	width:294px;
	display:block;
	float:left;
	text-align:left;
}
.browse-buy{
	width:433px;
	height:25px;
	display:block;
	float:left;
	background-color:#333333;
	padding:10px;
	margin-top:1px;
	margin-bottom:15px;
}
.browse-pret{
	width:315px;
	height:19px;
	display:block;
	float:left;
	font-weight:bold;
	color:#ffcb00;
}
.browse-buy a{
	font-weight:bold;
	color:#ffcb00;	
	background:url(../img/arrow-big.gif) 100px 0px no-repeat;
	padding-right:20px;
	padding-bottom:2px;
	text-decoration:none;
	}
.pagenumber{
	width:453px;
	height:30px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#dedede;
	float:left;
	margin-top:15px;
}
.pagenumber a{
	color:#666666;
	text-decoration:underline;
}
.pagenumber a:hover{
	color:#666666;
	text-decoration:none;
}
.footer-wrapper{
	width:981px;
	margin:0 auto;
	color:#888888;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.footer-bottom{
	width:981px;
	float:left;
	display:block;
	border-top:1px solid #444;
	margin:10px 0;
}
.footer-left{
	height:30px;
	width:808px;
	display:block;
	float:left;
	color:#888888;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding-top:10px;
}
.filter-block{
	width:193px;
	display:inline;
	float:left;
	border-bottom:#222222 solid 1px;
	padding:16px 16px 15px 16px;
	text-align:justify;
}
.filter-block a{
	color:#ffcb00;
	text-decoration:none;
}
.filter-block a:hover{
	text-decoration:underline;
}
.filter-title{
	margin:10px 0px 5px 0px;
	float:left;
	display:inline;
	width:192px;	
}
.filter-remove{
	text-align:right;
	width:192px;
	display:inline;
	float:left;	
}
.filter-remove a{
	color:#666666;
	width:192px;
	display:block;
	float:left;	
}
.filter-remove a:hover{
	color:#666666;
	text-decoration:underline;
}
.clear {
  clear: both;
  height: 0;
}

 h1{
	color:#ffcb00;
	font-size:16px;
	font-weight:bold;
	width:470px;
	display:block;
	float:left;
	padding-bottom:15px;
	margin:0px 0px 15px 0px;
	text-align:left;
	border-bottom:solid 1px #434343;
}

.link-color{
	color:#ffcb00;
	text-decoration:underline;
}
.link-color:hover{
	
	text-decoration:none;
}

#slogan{
background: url(../img/slogan.gif) top right no-repeat;
display:block;
float:left;
height:54px;
width:454px;
position:absolute;
right:0px;
top:55px;
}

ul.sidebar-menu li a strong {
color:#FFFFFF;
background:#666666;
width:220px;
padding:5px 0px 4px 5px;
display:block;
margin:-5px 0px -4px -5px;
} 

/********************************************/
/*CARACTERISTICI*/

.tblDetalii {margin-bottom:5px;}
.tblDetalii th {width:30%; font-weight:normal; background-color:#E3EFD1; padding:3px 5px; text-align:left; border-bottom:solid 1px #fff; color:#000000;}
.tblDetalii td {width:70%; padding:3px 5px; text-align:left; border-bottom:solid 1px #fff}

.green_line{background-color:#333333}
.white_line{background-color:#282828}
#footercontainer .xcommerce{
	width:157px;
	float:left;
	display:inline;
	color:#666;
	font-size:11px;
	background:url(../img/bg-xcommerce.gif) top right no-repeat;
	padding:30px 0 0 0;
	text-align:right;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	margin:10px 0 0 0;
}`