/*
 *   YUI Reset CSS 
 *   http://developer.yahoo.com/yui/reset/ 
 *   = start =
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table {	border-collapse:collapse;border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
/* 
 * YUI Reset CSS 
 * http://developer.yahoo.com/yui/reset/ 
 * = end =
 */


html,body { height:100%; }
img {vertical-align:top;border:none;display:inline;}

body { 
    color:#666; 
    background:#fff; 
    text-align:center; 
    font: 11px Arial,Verdana, sans-serif;
}

.hide {display:none}


#main {
    width:956px;
    margin:0 auto;
    text-align:left;
    
}

#header {
    width:1006px;
    height:125px;
    background:url(img/bg_header.jpg) repeat-x top #fff;
    color:#fff;
    margin:6px auto;
    /*margin-bottom:6px;*/
    text-align:center;
    position:relative;
}
#tabs {
    position:absolute;
    top:0;
    right:0;
    width:600px;
    height:23px;
    text-align:right;
}

#subheader {
    padding-top:11px;
    height:63px;
    width:1006px;
    margin:0 auto;
    text-align:left;
    overflow:hidden;
    
}
#subheader .fLeft {
    width:200px;
}

#subheader .fRight {
	font-size: 12px;
    margin-top:30px;
}

#subheader .fRight li {
    float:left;display:inline;
}

#subheader .fRight li a,#subheader .fRight li a:visited {
    display:block;
    color:#939393;
    text-decoration:none;
    padding:5px;
    margin:0 3px;
}
#subheader .fRight li a:hover,#subheader .fRight li a.active {
    color:#0066CC;
}
#subheader .fRight li.search a,#subheader .fRight li.search a:visited {
    padding:0;
    margin:0;
    padding-left:10px;
}

#middle {
    background:#fff;
    height:100%;
    overflow:hidden;
}

#left,#center {
    float:left;
}
#left {
    width:160px;
    margin-right:6px;
    margin-bottom:6px;
    overflow:hidden;
    
}

#center {
    width:790px;
    margin-bottom:6px;
    height:100%;
    overflow:hidden;
}
#center-top {
    height:260px;
    margin-bottom:6px;
    overflow:hidden;
}
#center-top div {
    float:left;
    margin-right:6px;
}

#center-left {
    float:left;
    width:618px;
    margin-right:6px;
}
#special {
    margin-bottom:6px;
}
#center-right {
    float:right;
    width:160px;
}

#latest {
    width:618px;
    margin:0 auto;
    text-align:left;
    margin-bottom:10px;
}
#latest h3 {
    font-weight:bold;
}
#latest .latestCategs {
    float:left;
    width:40%;
}
#latest ul {
    list-style:disc;
    padding-left:20px;
}
#latest .latestProducts {
    float:right;
    width:58%;
}
#latest a {
    white-space:nowrap;
    overflow:hidden;
}

#footer {
    background:url(img/bg_footer.jpg) repeat-x top #fff;
    text-align:center;
    padding:10px;
    font-size:11px;
}


#footer p {
    height:15px;
    line-height:15px;
}
#footer a,#footer a:visited {
    color:#666;
    text-decoration:none;
}
#footer a:hover {
    text-decoration:underline;
}

#rest {
    width:950px;
    font-size:10px;
    margin:0 auto;
    text-align:left;
    margin-top:50px;
}
#rest table {
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;

}
#rest td {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:3px;
    text-align:center;
}
#rest td.left {
    text-align:left;
}
#rest h1 {
    font-size:11px;
}

#tree li{
    list-style:none;
    margin-bottom:12px;
}
#tree li a {
    line-height:16px;
    font-size:14px;
    line-height:16px;
    color:#d9261c;
    display:block;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:bold;
}
#tree li a:hover,#tree li a.current {
    color:#666;
}
#tree li li {
    padding-left:10px;
    background:url(img/bullet-cat.gif) no-repeat left top #fff;
    margin-bottom:0;
}
#tree li li a,#tree li li a:visited {
    font-size:11px;
    color:#666;
    line-height:16px;
    text-transform:none;
    font-weight:normal;
}
#tree li li a:hover,#tree li li a.current {
    color:#d9261c;
}


.productBox {
    width:200px;
    height:150px;
    overflow:hidden;
    float:left;
    margin-right:6px;
    margin-bottom:6px;
    background:url(img/bg_box_home.jpg) no-repeat top left #fff;
    padding:1px;
}

.productDesc {
    /*width:95px;*/
    height:60px;
	_width:100px;
    padding-top:10px;
    margin:3px;
    overflow:hidden;
}

.productDesc a, a.blue {
    color:#0087D1;
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
    line-height:12px;
}

.productImg {
    width:85px;
    height:85px;
    padding-top:15px;
    text-align:center;
    overflow:hidden;
    float:left;
    margin:3px;
   /* border:1px solid #E5E5E5;*/
}
.productImg img {
    max-width:80px;
    max-height:80px;
    vertical-align:middle;
}
.productPrice {
    color:#DA3D35;
    font-size:14px;
    line-height:14px;
    vertical-align:top;
    font-weight:bold;
    height:auto;
    overflow:hidden;
    margin-top:10px;
    
}

.productPrice span {
    display:block;
    float:left;
}

.prouctPrice .price {
    width:250px;
    text-align:right;
}
.productPrice .currency {
    font-size:9px;
    padding-left:2px;
}
.productOp {
    text-align:center;
    padding-top:10px;
    width:150px;
    height:20px;
    margin:auto;
	*padding-top:0;
}

.reducereBox {
    width:276px;
    height:150px;
    overflow:hidden;
    float:left;display:inline;
    margin-left:19px;
    margin-right:9px;
    margin-top:16px;
    border-bottom:1px solid #E5E5E5;
}
.reducereImg {
    width:80px;
    height:80px;
    margin:3px 5px 0 0;
    text-align:center;
    overflow:hidden;
    float:left;
    border:1px solid #E6E6E6;
}

.reducereImg a {
    vertical-align:middle;
    margin:auto;
}

.reducereImg a img {
    vertical-align:middle;
    margin:auto;
}

.reducereTitleSpec {
	float:right;
	height:50px;
	overflow:hidden;
	width:150px;
	margin:5px 5px 0 5px;
}

.reducereTitleSpec li {
    line-height:15px;
}

.reducerePrice {
    width:86px;
    float:right;
    text-align:right;
}
.reducerePrice .reducerePrices {
    height:45px;
    
}
.reducerePrice .reducerePrices p {
    color:#D9261C;
    font-size:13px;
    line-height:14px;
    font-weight:bold;
}
.reducerePrice .reducerePrices .old {
    color:#999999;
    text-decoration:line-through;
}




.lastRow { border-bottom:0}
.lastBox    { margin-right:0;}
.firstBox   { clear:left; }

.wide {
    width:618px;
    background:url(img/bg_wide.jpg) no-repeat center bottom #fff;
    padding-bottom:16px;
    border-top:1px solid #E5E5E5;
    height:100%;
    overflow:hidden;
}

/* general */
.fake-height {
    height:300px;
}

.fLeft {
    float:left;display:inline;
}
.fRight {
    float:right;display:inline;
}
.aLeft {
    text-align:left;
}
.aRight {
    text-align:right;
}
.aCenter {
    text-align:center;
}

#path {
    height:23px;
    line-height:23px;
    overflow:hidden;
    background:url(img/bg_path.jpg) repeat-x bottom #fff;
    margin-right:6px;
    margin-top:4px;
	width: 618px;
}
#path .fLeft {
    height:23px;
    vertical-align:bottom;
    padding-left:73px;
    background:url(img/bg_cat_title.gif) no-repeat top left transparent;
    line-height:12px;
    overflow:hidden;
}

.pageTitle {
    
    padding-left:73px;    
    font-size:25px;
    color:#0087D1;
    margin-bottom:9px;
    vertical-align:bottom;
    width: 520px;	
}
.upper {
    text-transform:uppercase;
}
.promo {
    margin-bottom:9px;
}

.subcategs li {
    width:180px;
    float:left;
    height:185px;
   	margin: 5px 10px 0 15px;
   	_margin:0;
}

.subcategs li .title{
    height:35px;
    width: 180px;
    text-align:center;
    position:relative;
    _margin-left:20px;
}

.subcategs li h3 a {
    font-size:12px;
    color:#D9261C;
    text-decoration:none;
    font-weight:bold;
    display:block;
}
.subcategs li h3 a:hover {
    font-size:12px;
    color:#0087D1;
    text-decoration:underline;
    font-weight:bold;
    display:block;
}
.subcategs li h3 a.thickbox {
    margin-left:0 !important;
}

.sidebox {
    width:100%;
    background:url(img/bg_sidebox.gif) no-repeat left bottom #ececec;
    margin-bottom:6px;
    overflow:hidden;
}

.sidebox h1, .sidebox .h1 {
    background:url(img/bg_sidebox_title.gif) no-repeat top center #007ABD;
    height:25px;
    line-height:21px;
    color:#fff;
    font-weight:bold;
    text-align:left;
    padding:0 15px;
    overflow:hidden;
}

.sidebox .body {
    padding:6px 15px;
}


.sidebox p {
    padding:6px 0;
    font-size:11px;
    color:#666;
}

.sidebox p input.text {
    width:113px;
    border:0;
    border-top:1px solid #cecece;
    height:15px;
    padding-left:10px;
    padding-right:5px;
    padding-top:3px;
    font-size:10px;
    color:#999;
    
}
table.ctehnice {
	padding-left: 20px;
	width: 580px;
}

table.ctehnice thead tr th {
	font-size: 12px;
	font-weight: bold !important;
	padding: 5px;
}

table.ctehnice tbody tr td {
	padding: 5px;
	color:#303030;
}

table.ctehnice tbody tr.odd td {
	background-color: #ffffff;
}

table.ctehnice tbody tr.odd td {
	background-color: #EFEFEF;
}

#productMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#productMenu li
{
	float: left;

	height: 32px;
	background: url(bg/tab_normal4.png) #fff bottom no-repeat;
	width: 115px;
	/*border: 1px solid #fff;*/
}
#productMenu li.active
{
	width: 151px;
	background: url(bg/tab_selected3.png) #666 center no-repeat;
}
#productMenu li a
{
	height: 2em;
	line-height: 2.5em;
	/*float: left;*/	
	display: block;
	
	color: #666666;

	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#productMenu li.active a {
	color: #fff;
}

/* Hide from IE5-Mac \*/
#productMenu li a
{
	float: none
}
/* End hide */

#productTabs {
	background: url(bg/over_tab_bar.png) repeat-x 0 25px;
	width: 620px;
}

#productText {
	border: 1px solid #cccccc;
	border-top: none;
	padding: 15px;
}

#nav-menu
{
width:40em
}

#stehnice, #comentarii, #schita, #recomandari {
	display: block;
}				
#descriere {
	display: block;
}					
img#imageProduct {
max-width: 200px;
max-height: 200px;
width:expression(document.getElementById('imageProduct').width > 200 ? '200px' : 'auto');
}

h1.HIDRO {
	background:transparent url(img/bg_divizie_hidro.gif) no-repeat scroll 0 -23px !important;
}

h1.TERMO {
	background:transparent url(img/bg_divizie_termo.gif) no-repeat scroll 0 -23px !important;
}

h1.SANITARE {
	background:transparent url(img/bg_divizie_sanitare.gif) no-repeat scroll 0 -23px !important;
}
h1.ELECTRICE {
	background:transparent url(img/bg_divizie_electrice.gif) no-repeat scroll 0 -23px !important;
}
h1.CERAMICE {
	background:transparent url(img/bg_divizie_ceramice.gif) no-repeat scroll 0 -23px !important;
}
h1.PIESE {
	background:transparent url('img/bg_divizie_piese.gif') no-repeat scroll 0 -23px !important;
}
h1.CORPURI {
	background:transparent url('img/bg_divizie_electrice.gif') no-repeat scroll 0 -23px !important;
}


div.HIDRO {
	background:transparent url(img/bg_divizie_hidro.gif) no-repeat scroll left top !important;
}

div.TERMO {
	background:transparent url(img/bg_divizie_termo.gif) no-repeat scroll left top !important;
}

div.SANITARE {
	background:transparent url(img/bg_divizie_sanitare.gif) no-repeat scroll left top !important;
}
div.ELECTRICE {
	background:transparent url(img/bg_divizie_electrice.gif) no-repeat scroll left top !important;
}
div.CERAMICE {
	background:transparent url(img/bg_divizie_ceramice.gif) no-repeat scroll left top !important;
}
div.PIESE {
	background:transparent url('img/bg_divizie_piese.gif') no-repeat scroll left top !important;
}
div.CORPURI {
	background:transparent url('img/bg_divizie_electrice.gif') no-repeat scroll left top !important;
}
#recommendTop {

	height:60px; text-align: left; margin: 0; padding-top: 16px; padding-left: 0; padding-right: 0;
width:1006px;

}
#recommendTop a {
	margin: 0;
	padding: 0;
}

.btnRed {    
    background-image: url('bgButon.gif');
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.btnGri {
    background-image: url('bgButonGri.gif');
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.filter_title {
    height:23px;
    line-height:23px;
    overflow:hidden;
    background:url(img/bg_path.jpg) repeat-x bottom #fff;
    margin:0 0 0 -10px;
    display:block;
    padding-left:10px;
    font-size:12px;
    font-weight:bold;
    border:1px solid #E6E6E6;
}

.poza_secundara {
	width: 85px;
	height:auto;
	vertical-align:middle;
	text-align:center;
	/*margin-bottom:5px;*/
}
.poza_secundara img {
	width:85px;
	margin: 2px 0;
	-ms-interpolation-mode:bicubic;
}

#main_picture {
	border:1px solid #E3E3E3;
/*	float:left;*/
	width:200px;
	padding: 5px;
}

#secondary_pictures {
	width: 85px; 
	float: left;
	*float:right; /* for IE6,7 */
	display:inline;
	text-align: center; 
	border:1px solid #E3E3E3;
	padding: 5px;
	margin:0 10px;
	*margin:0;/* for IE6,7 */
}


.category_pics {
	width:180px;
}
.category_pics .img {
	width: 180px;
	height: 141px;
	background: url('../images/frame.jpg') no-repeat center;
	overflow:hidden;
	_margin: 5px 10px 0 15px;



}
.category_pics .img img {
	margin-top:9px;





}
.category_title {
	padding-left:30px;
}

.category_title a {
	float:left;
}
.banner {
	width: 620px;
	overflow:hidden;
}

#comentarii .reviewer {
	font-weight:bold;
}

#comentarii .date{
	float:right;
}

#comentarii .comment {
	border-top: 1px solid #cccccc;
	padding-top: 5px;
}