/* CSS
Author: Andrei Dobre

*/

/* Global Defaults
=====================================================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{
	border:0;
	margin: 0;
}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none; margin:0;padding:0}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }

body{
	background: #c6e0e4;
	text-align:center;
}

body *{
	font-family: "Trebuchet MS";
	font-size:12px;
}

small, small *{
	font-size:9px;
}

a{
	color:#e65796
}
a:hover{
	color:#e65796
}

#page{
	width:1000px;
	text-align:left;
	margin:10px auto;
	background-color: #fff;
}

#page-padder{
	margin:auto;
	width:980px;
}

#top{
	width:1000px;
	margin:auto;
	background-image: url(../images/top_center.jpg);
	height: 47px;
	overflow: hidden;
}

#top_left{
	background-image: url(../images/top_left.jpg);
	height: 47px;
	width: 11px;
	display: inline;
	float: left;
}

#top_right{
	background-image: url(../images/top_right.jpg);
	height: 47px;
	width: 11px;
	display: inline;
	float: right;
}

#header{
	height:206px;
	background:#fff url('../images/header.jpg') 50% 50%;
	width: 1000px;
	margin: auto;
}

#topmenu-center{
	height:79px;
	margin: auto;
	width: 1000px;
	background-image: url(../images/menu-center.gif);
}

#topmenu-left{
background-image: url(../images/menu-left.gif);
height:79px;
width:11px;
display:inline;
float:left;
}

#topmenu-right{
background-image: url(../images/menu-right.gif);
height:79px;
width:11px;
display:inline;
float:right;
}

#topmenu ul{
	margin:0px 0px 0px 0px;
	padding:0px;
}
#topmenu li {
	list-style-type:none;
	float:left;
	width:112px;
	text-align:center;
	margin-top: 14px;
	line-height: 38px;
}
#topmenu li a {
	display:block;
	text-align:center;
	color: #e65796;
	width: 112px;
	height: 38px;
	font-size: 13px;
	font-weight: bold;
}
#topmenu li a:hover {
	background-color:#fff;
	background-image: url(../images/topmenu_hover.gif);
	width: 112px;
	height: 38px;
	color: #ffa2c8;
}


#left, #right{
	float:left;
	width:210px;
	display:inline; /*IE FIX*/
	background-color: #ebfcff;
	border: 1px solid #c6e0e4;
	margin-top: 10px;
}

#left h3, #right h3 {
	color:#e65796;
	border-bottom:3px solid #bee1ff;
	margin: 10px auto;
	font-size: 18px;
	width: 196px;
}

.panel{
	margin: 0px 6px 0px 6px;
}

.smartinput{
	background-color:#c6e0e4;
	border: 1px solid #c6e0e4;
	width:196px;
	height: 23px;
	margin:2px 0px 2px 0px;
	display: inline;
	float: left;
}
.smartinput2{
	background-color:#fff;
	border: 1px solid #c6e0e4;
	width:196px;
	height: 23px;
	margin:2px 0px 2px 0px;
	display: inline;
	float: left;
}

/*menu*/
#prod_menu {margin:0px;padding:0px;list-style-type:none;}

/*cat*/
#prod_menu li a {
	text-decoration:none;
	font-weight:bold;
	color: #000;
	font-size: 12px;
}
#prod_menu li {display:block;}
#prod_menu img {cursor:pointer;}

/*subcat*/
#prod_menu ul {margin:0 0 5px 20px; padding:0px;}
#prod_menu ul li {
	display:block;
}
#prod_menu ul li a {
	font-weight:normal;
	display:block;
	padding:2px;
	color: #2f2e2c;
} 
#prod_menu ul li a:hover {
	color: #e65796;
} 

#main{
	width:542px;
	float:left;
	margin:10px 7px 0 7px;
	display:inline; /*IE FIX*/
	overflow: hidden;
}

#main p {
	text-align:justify;
}

h1{
	line-height:25px;
	font-size:18px;
	font-weight:normal;
	width: 542px;
	border-bottom:3px solid #bee1ff;
}

form{
	margin:0px;
	padding:0px;
}

ol{
	list-style-type: none;
	padding: 0 4px 0 4px;
	margin:0px;
}

td, th{
	border-bottom:solid 1px #C6C6C6;
	margin-left:3px;
	padding:3px;
}

.c0{background-color:#f3f9fa;}
.c1{background-color:#fff;}

table.order {text-align:right; width:100%;}

.orderc1{background-color:#fff;}
.orderc2{background-color:#EDEDED;}

/*applies to all*/
.b_plain, .b_left, .b_right, .b_up, .b_basket {color:red; text-decoration:none; text-transform:capitalize;}
a.b_plain, a.b_left, a.b_right, a.b_up, a.b_basket {	line-height:20px; /*button height for IE*/; font-style:italic; color:red;}
.b_plain a:hover, a.b_left a:hover, .b_right a:hover, .b_up a:hover, .b_basket a:hover {color:red;}
/*padding sets button height*/
a.b_plain span, a.b_left span, a.b_right span, a.b_up span, a.b_basket span {padding-top: 7px; padding-bottom:7px;}
/*center of button - padding sets button width*/
a.b_plain .b2, a.b_left .b2, a.b_right .b2, a.b_up .b2, a.b_basket .b2 {padding-left: 5px; padding-right:5px; background: url('../images/b2.png') 0 50% repeat-x;}


a.b_plain .b1{padding-left: 3px; padding-right:3px; background: url('../images/b1_plain.png') 0 50% no-repeat;}
a.b_plain .b3{padding-left: 3px; padding-right:3px; background: url('../images/b3_plain.png') 100% 50% no-repeat;}

a.b_left .b1{padding-left: 7px; padding-right:7px; background: url('../images/b1_left.png') 0 50% no-repeat;}
a.b_left .b3{padding-left: 3px; padding-right:3px; background: url('../images/b3_plain.png') 100% 50% no-repeat;}

a.b_basket .b1{padding-left: 26px; padding-right:3px; background: url('../images/b1_basket.png') 0 50% no-repeat;}
a.b_basket .b3{padding-left: 7px; padding-right:7px; background: url('../images/b3_right.png') 100% 50% no-repeat;}

a.b_right .b1{padding-left: 3px; padding-right:3px; background: url('../images/b1_plain.png') 0 50% no-repeat;}
a.b_right .b3{padding-left: 7px; padding-right:7px; background: url('../images/b3_right.png') 100% 50% no-repeat;}

a.b_up .b1{padding-left: 3px; padding-right:3px; background: url('../images/b1_plain.png') 0 50% no-repeat;}
a.b_up .b3{padding-left: 7px; padding-right:7px; background: url('../images/b3_up.png') 100% 50% no-repeat;}


input.b_left,input.b_right,input.b_up { 
	cursor:pointer;
	overflow: visible; /*great IE fix for aditional horizontal space in buttons  */
	padding:3px 10px 3px 10px; background: url('../images/b2.png') 0 50% repeat-x; border:0px; margin-bottom:0px !important; margin-bottom:-2px; 
}

input.b_left{padding-left:17px; background: url('../images/b2.png') 0 50% repeat-x; }
input.b_right {padding-right:17px; background: url('../images/b2.png')  0 50% repeat-x;}
input.b_up {padding-right:17px; background: url('../images/b2.png')  0 50% repeat-x;}


.form{
	height:12px;
	margin:1px;
}

textarea { width:250px; }

.important{color:#CE3636;}

.mention{color:#515151;}

.notice{
	margin-top:10px;
	background-color:#ebfcff;
	border:1px solid #add9e0;
	padding:5px;
}
.crumbs{
	margin-top:10px;
	background-color:#ebfcff;
	border:1px solid #add9e0;
	padding:5px;
}

#footer {text-align:center; background: url('../images/main_bottom.gif') 50% 100% no-repeat; padding-bottom:20px;}



.detalii{
background-image: url(../images/b_detaliu.gif);
	width: 68px;
	height: 21px;
	display: inline;
	float: left;

}


.nostock{
	background-image: url(../images/b_nostock.gif);
	width: 68px;
	height: 21px;
	display: inline;
	float: right;
}

.cumpara{
	background-image: url(../images/b_cumpara.gif);
	width: 68px;
	height: 21px;
	display: inline;
	float: right;
}

.b_cauta{
	background-image: url(../images/b_cauta.gif);
	width: 72px;
	height: 22px;
	display: inline;
	float: right;
	margin: 4px 0px 0px 2px;
	text-align: center;
	color: #fff;
	line-height: 22px;
}

.b_login{
	background-image: url(../images/b_login.gif);
	width: 68px;
	height: 21px;
	display: inline;
	float: left;
	margin-left:70px;
}


.button{
background-color:#2f2e2c;
padding:3px;
color:#fff;
}

