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

body {
	background:url(../img/bg-body.gif) #fff top repeat-x;
	margin:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;	
	}
#headerContainer {
	text-align:left;
	height: 230px;
	margin:0 auto;
	display:block;
	width:980px;
	background:url(../img/bg-header.jpg) top left no-repeat;
	}
#logo{
	width:342px;
	height:99px;
	display:inline;
	float:left;
	/*margin-top:80px;*/
}
/*----------------------------------------------------------------------------
-menucontainer*/
#midContainer {
	width:980px;
	height:241px;
	display:block;
	margin:auto;
	background:url(../img/bg-gliderContainer.jpg) top right no-repeat;
}
#midContainer .sidebar-menu{
	float:left;
    width:215px;
	margin:0;
	padding:0;
	list-style-type:none;
	margin-top:10px;
}
#midContainer .sidebar-menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#midContainer .sidebar-menu ul li{
	display:inline;
}
#midContainer ul.sidebar-menu li a {
	display:block;
	width:215px;
	height:25px;
	background: url(../img/bg-menucontainerButton.gif) bottom left repeat-x;
	font-size:14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	padding:11px 0px 0px 0px;
	text-align:left
}

#maincontainer {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	display:block;
	}
#leftcontainer {
	width: 215px;
	height:100%;
	display:inline;
	float:left;
	text-align:left;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#333333;
	margin-top: 30px;
}
.block-noline{
	width:215px;
	display:block;
	margin-bottom: 15px;
	float: left;
	padding:0px;
}
.block-noline .title{
	color:#e90000;
	font-size:14px;
	font-weight:bold;
	width:205px;
	display:inline;
	float:left;
	text-align:left;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 10px 10px;
	border-bottom:#80b3d5 solid 2px;
	}
.block-noline .sidebar-menu{
	float:left;
    width:215px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.block-noline .sidebar-menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.block-noline .sidebar-menu ul li{
	display:inline;
}
.block-noline ul.sidebar-menu li a {
	display:block;
	width:215px;
	height:22px;
	background: url(../img/bg-submenucontainerButton.gif) bottom left repeat-x;
	font-size:12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#333333;
	padding:8px 0px 0px 0px;
	text-align:left
}
.block-noline ul.sidebar-menu li a:hover {
	background-color:#ecf4fa;
}

.block-noline .cart-pic{
	display:inline;
	float:left;
	width:67px;
	height:67px;
	background:url(../img/cart.gif) top left no-repeat;
}
.block-noline .cart-info{
	display:inline;
	float:left;
	width:148px;
	height:67px;
}
.block-noline .cart-info strong{
	display:inline;
	float:left;
	width:143px;
	height:27px;
	border-bottom:solid #80b3d5 2px;	
	color:#e90000;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;
	margin-bottom:8px;
}

.block-noline .qsearch{
	width:205px;
	height:28px;
	margin:10px 0px 0px 10px;
	float:left;
	display:inline;
	background:url(../img/bg-qsearch.gif) no-repeat top left;
}
.block-noline .qsearch .input{
	width:120px;
	height:20px;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	padding:8px 0px 0px 5px;
	margin-left:30px;
	float:left;
	display:inline;
	border:none;
	background:none;
}
.block-noline .qsearch .button{
	height:26px;
	width:42px;
	border:none;
	float:left;
	margin-left:6px;
	display:inline;
	border:none;
}
.block-noline .smallbuttons{
	float:left;
	padding-top:8px;
	font-size:12px;
}
.block-noline .smallbuttons img{
	padding:0px 0px 0px 10px;
}
.block-noline .smallbuttons a{
	color:#333333;
	text-decoration:none
	}

.block-noline .formfield{
	width:205px;
	height:28px;
	margin:10px 0px 0px 10px;
	float:left;
	display:inline;
	background:url(../img/bg-smallinput.gif) no-repeat top left;
}
.block-noline .formfield .input{
	width:145px;
	height:20px;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	padding:8px 0px 0px 5px;
	margin-left:5px;
	float:left;
	display:block;
	border:none;
	background:none;
}
.block-noline .formfield .button{
	height:26px;
	width:42px;
	border:none;
	float:left;
	/*margin-left:6px;*/
	display:block;
	border:none;
	/*background:#333;*/
}
#centercontainer {
	width: 728px;
	margin: 0px;
	display:inline;
	float:left;
	text-align:left;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#333333;
	background:url(../img/bg-centercontainer.gif) #ffffff top left no-repeat;
	padding-left:37px;
	padding-bottom:170px;
	overflow:hidden;
	
}
#centercontainerNoBanner {
	width: 728px;
	margin: 0 auto;
	margin-top:-260px;
	display:inline;
	float:left;
	text-align:left;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#333333;
	background:url(../img/bg-centercontainer-nobanner.jpg) left 19px no-repeat;
	padding-left:37px;
	min-height:800px;
}
#centercontainer form{
	margin:0px;
}

*html #maincontainer{ position:relative;}
*html #centercontainerNoBanner{ position:absolute; top:0; left:215px;}
p {float:left; display:inline; font-size:12px; color:333}
h1 {float:left; display:inline; font-size:16px; font-weight:bold; text-align:left; color:#E90000}
/*----------------------------------------------------------------------------
-produse*/
.product-block-home{
	width:167px;
	height:277px;
	display:inline;
	float:left;
	margin: 0px 8px 0px 0px;
	background-color: #ecf4fa;
	border: solid 1px #bbbbbb;
}
.product-pic{
	width:167px;
	height:167px;
	display:inline;
	float:left;
	text-align:center;
	position:relative;
	border-bottom: solid 1px #bbbbbb;
}
.product-name a{
	width:147px;
	height:46px;
	display:inline;
	float:left;
	font-size:12px;
	text-decoration:none;
	color:#333333;
	margin:10px;
}
input.product-buy{
	display:inline;
	float:left;
	width:167px;
	height:43px;
	background:url(../img/addBtn.jpg) top left no-repeat;
	border:none;
}
.product-icons{
	position:absolute;
	top:-6px;
	right:3px;
	background:url(../img/prod-iconsBg.gif) no-repeat right top;
	display:block;
	width:22px;
	text-align:right;
	padding-top:20px;
}
.product-icons img{
	padding-left:1px;
}
.separator{float: left; display:inline; background-color:#bbbbbb; width:700px; height:1px; line-height:1px; font-size:1px; overflow:none; margin:8px 0px 8px 0px;}
.clear {
  clear: both;
  height:0px;
}
#footercontainer{
	width:100%;
	display:block;
	float:left;
	background:#ECF4FA;
	border-top:1px solid #999;
	margin-top:20px;
	text-align:center;
	padding-bottom:10px;
}
#footercontainer .wrapper{
	width:980px;
	margin:0 auto;
	text-align:left;
}
.footerleft{
	font-size:11px;
	color:#666;
	float:left;
	display:inline;
	width:800px;
	padding:10px 0 0 0;
	}
.footerright{
	width:171px;
	height:30px;
	float:left;
	display:inline;
	background:url(../img/xcommerce.gif) top left no-repeat;
	margin:25px 0 0 0;
	padding:26px 0 0 1px;
	color:#666;
	font-size:11px;
}
.center-title{
	color:#333333;
	font-size:12px;
	width:714px;
	display:inline;
	float:left;
	margin-bottom:15px;
	text-align:left;
	}
.center-title a{
	color:#333333;
	text-decoration:none;
	}
.center-title a:hover{
	color:#0168ab;
	text-decoration:none;
	}
.filterWrapper{
	display:inline;
	float:left;
	width:686px;
	font-family:Tahoma, Arial, Helvetica;
	background-color: #ecf4fa;
	padding: 8px 7px 6px 7px;
}
.filterBody{
	display:inline;
	float:left;
	width:100%;
	color:#333333;
	font-family:Tahoma, Arial;
	font-size:12px;
}
.filterColumn{
	display:inline;
	float:left;
	width:160px;
	color:#333333;
	font-size:12px;
	margin-bottom:10px;
}
.filterColumn a{
	color:#0168ab;
	margin-top:5px;
	display:inline;
	float:left
}
.ordonare{
	color:#333333;
	font-size:12px;
	width:686px;
	height:16px;
	display:block;
	float:left;
	margin-bottom:15px;
	text-align:left;
	padding:8px 7px 6px 7px;
	background-color: #d9eaf4;
	}
.ordonare strong{
	float:left;
	}
.ordonare img{
	padding:0px 2px 1px 2px;
	border:none;
}
.pagenumber{
	width:747px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	float:left;
	display: block;
	margin-top:20px;
}
.pagenumber a{
	color:#0168ab;
	text-decoration:underline;
}
.pagenumber a:hover{
	color:#0168ab;
	text-decoration:none;
}
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:#80b3d5;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	color:#ffffff;
	display:inline;
	margin-left:10px;
	padding:0px 3px 0px 3px;
}



















.details-summary{
	display:inline;
	float:left;
	position:relative;
	width: 695px;
}
.details-gallery{
	width:310px;
	display:inline;
	float:left;
	margin-right:10px;
}
.details-gallery-pic{
	width:296px;
	height:296px;
	background-color:#FFFFFF;
	display:inline;
	float:left;
	margin-bottom: 10px;
	border: 1px solid #c7c7c7;
}
.details-gallery-thumb{
	width:65px;
	height:65px;
	background-color:#FFFFFF;
	text-align:center;
	display:inline;
	float:left;
	margin:0px 10px 10px 0px;
	border:#c7c7c7 solid 1px;
}
.details-gallery-thumb:hover{
	border:#046baf solid 1px;
}
.details-info{
	width:370px;
	display:inline;
	float:right;
	color: #333333;
	position:relative;
	margin-bottom:20px;
}
.details-name{
	color:#666666;
	font-size:12px;
	width:370px;
	display:inline;
	float:left;
	font-weight:normal;
	text-align:left;
	padding-bottom:10px;
}
.details-stockInfo{
	color:#333;
	font-size:12px;
	width:309px;
	height:28px;
	display:inline;
	float:left;
	font-weight:bold;
	text-align:left;
	background:url(../img/icon-stock.gif) top left no-repeat;
	padding-left:61px;
	padding-top:8px;
	border-bottom:1px solid #c7c7c7;
	border-top:1px solid #c7c7c7;
}
.details-packaging{
	color:#333;
	font-size:12px;
	width:309px;
	height:28px;
	display:inline;
	float:left;
	text-align:left;
	background:url(../img/icon-pack.gif) top left no-repeat;
	padding-left:61px;
	padding-top:8px;
	border-bottom:1px solid #c7c7c7;
	border-top:1px solid #c7c7c7;
}
.details-name strong{
	color:#e90000;
	font-size:16px;
	font-weight:bold;
}
.details-icons{
	position:absolute;
	top:20px;
	right:340px;
	width:50px;
}
.details-icons img{
	padding-bottom:3px;
}
.details-useful{
	color:#333333;
	font-size:12px;
	width:370px;
	display:block;
	float:left;
	padding-bottom:10px;
	margin-bottom: 10px;
	padding-top:10px;
}
.details-buy{
	width:391px;
	height:45px;
	background:url(../img/bg-buy.gif) top left repeat-x #e90000;
	position:absolute;
	right:-19px;
	bottom:-35px;
	border:none;
}
.details-pret{
	width:370px;
	height:66px;
	display:inline;
	float:left;
	color: #333333;
	font-size: 12px;
	font-weight:bold;
}
#centercontainerNoBanner .title{
	width:682px;
	float:left;
	display:inline;
	background-color:#eeeeee;
	border-top:solid 1px #bbbbbb;
	padding:4px 8px 4px 8px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#0273bd;
	font-weight:bold;
}
#centercontainerNoBanner .content{
	width:682px;
	float:left;
	display:inline;
	padding:8px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	text-align:justify
}

.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:#eeeeee}
.white_line{background-color:#f3f3f3}

input.alarma {
	width:154px;
	height:22px;
	color: #666666;
	text-decoration: none;
	border:none;
	margin:1px 10px 0px 0px;
	padding:6px 0px 0px 10px;
	background:none;
	float:left;
	background:url(../img/bg-alarma.gif) top left no-repeat;
	
}
input.submit {
	height:30px;
	border:none;
	background-color:#80b3d5;
	font: 11px Tahoma, Geneva, sans-serif;
	color:#ffffff;
	display:inline;
	margin-left:10px;
	padding:2px 20px 0px 20px;
	overflow:visible;
	font-weight:bold;
}


.details-description{
	margin:8px 0px 15px 0px;
	width:714px;
	display:block;
	float:left;
	color:#333333;
	text-align:justify;
	}
.table-element{
	width:714px;
	display:block;
	float:left;
	border-bottom: #ffffff 1px solid;
}	
.table-element-grey{
	background-color:#eeeeee;
	width:220px;
	display:block;
	float:left;
	margin-right:1px;
	padding-left:5px;
	padding-top:2px;
}
.table-element-black{
	width:300px;
	display:block;
	float:left;
	padding-left:5px;
	padding-top:2px;
}
.table2-element-stars{
	width:100px;
	height:20px;
	display:block;
	float:left;
	background-color:#eeeeee;
	margin-top:5px;
}	
.table2-element-grey{
	background-color:#eeeeee;
	width:592px;
	height:18px;
	display:block;
	float:left;
	margin-right:1px;
	padding-left:5px;
	padding-top:2px;
	font-weight:bold;
	color: #333333;
	margin-top:5px;
}
.table2-element-black{
	width:692px;
	display:block;
	float:left;
	padding-left:5px;
	padding-top:2px;
	text-align:justify;
	margin-bottom:10px;
	margin-top:5px;
	color: #333333;
}
.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{
	width:714px;
	display:inline;
	float:left;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif
}
.details-btn-info{
	width:145px;
	height:35px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	float:left;
	display:inline;
	background: url(../img/icon-info.gif) left top no-repeat;
	margin-right:5px;
	margin-bottom:10px;
	padding:10px 0px 0px 40px;
	}
.details-btn-info a{
	color:#333333;
	text-decoration:none;	
	}
.details-btn-compare{
	width:112px;
	height:35px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	float:left;
	display:inline;
	background: url(../img/icon-compare.gif) left top no-repeat;
	margin-right:5px;
	margin-bottom:10px;
	padding:10px 0px 0px 43px;
	}
.details-btn-compare a{
	color:#333333;
	text-decoration:none;	
	}
.details-btn-friend{
	width:150px;
	height:35px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	float:left;
	display:inline;
	background: url(../img/icon-friend.gif) left top no-repeat;
	margin-right:5px;
	margin-bottom:10px;
	padding:10px 0px 0px 40px;
	}
.details-btn-friend a{
	color:#333333;
	text-decoration:none;	
	}
.details-btn-comment{
	width:120px;
	height:35px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	float:left;
	display:inline;
	background: url(../img/icon-comment.gif) left top no-repeat;
	margin-bottom:10px;
	padding:10px 0px 0px 40px;
	}
.details-btn-comment a{
	color:#333333;
	text-decoration:none;	
	}	
.detail-alarma{
	margin:0px 0px 15px 0px;
	width:685px;
	display:inline;
	float:left;
	color:#333333;
	text-align:justify;
	padding-bottom:15px;
	}
.similare{
	margin:15px 0px 15px 0px;
	width:714px;
	display:block;
	float:left;
	color:#333333;
	text-align:left;
	}
.similare-block{
	width:350px;
	display:block;
	float:left;
	margin-bottom:10px;
}
.similare-pic{
	width:64px;
	height:64px;
	background-color:#FFFFFF;
	border: 1px solid #cccccc;	
	display:block;
	float:left;
	text-align:center;
}
.similare-name{
	width:274px;
	height:70px;
	display:block;
	float:left;
	padding:0px 0px 0px 10px;
}
.catalog_price{
	float:right;
	margin-right:25px;
}
.btn-submit{
	border:medium none;
	display:inline;
	float:right;
	height:26px;
	margin-left:6px;
	/*width:42px;*/
	background-color:#80B3D5;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}
#centercontainer h1{
	
	border-bottom:2px solid #80B3D5;
	color:#E90000;
	display:inline;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin:15px 0 15px 0px;
	padding:0 0 10px 10px;
	text-align:left;
	width:100%;
	clear:both;
	
	
}
.box-select{
	width:190px;
	margin:10px;
	height:20px;
	color:#666666;
}
.selected {
	font-weight:bold;
}

.detail-sub-block{
width:331px;
height:75px;
display:inline;
float:left;
background-color:#f3f3f3;
margin-top:10px;
padding: 5px;
}
.detail-sub-block a{
float:right;
color:#0273BD;
text-decoration:none;
display:inline;
}
.detail-sub-block-text{
width:245px;
display:inline;
float:left;
}

.detail-sub-block-text strong .catalog_price {
	float:left;
}
.subspacer{
display:inline;
float:left;
width:15px;
height:20px;
}

.headerLinks{
   float:left;
   display:inline;
   height:60px;
   padding-top:18px;
   color:#FFF;
   font-family:Arial, Tahoma, Geneva, sans-serif;
   font-size:12px;
   font-weight:bold;
   width: 980px;
}
.headerLinks a{
   padding-right:5px;
   padding-left:5px;
   color:#FFF;
   text-decoration:none
} 
