body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFF url(../images/aaaa.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:12px;
}

#container { 
	width: 1224px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	background-image:url(../images/header_01.jpg);
	height:143px;
	background-repeat:no-repeat;
	/*padding: 0 10px 0 20px; */ /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#leftcorner{ 
	background:url(../images/left-background.gif) no-repeat;
	width:19px;
	float:left;
}
#rightcorner{
	background:url(../images/right-background.gif) no-repeat;
	width:19px;
	float:right;
}
.logo{
	padding-top:20px;
	padding-left:10px;
	float:left;
}
.menu{
	padding-left:80px;
	float:right;
}
.menu_link{
	font-size:12px;
	color:#666666;
	text-decoration:none;
	padding-left:10px;
}
.top_link{
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
.menu2{
	padding-top:91px;
	padding-left:120px;
	width:524px;
	height:20px;
}
.menu_link2{
	font-size:12px;
	color:#FFF3FF;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
}
.banner{
	width:468px;
	float:left;
	margin:10px 10px 10px 40px;
}
.menu_members{
	color:#FFFFFF;
	margin-top:10px;
	padding-left:35px;
	background:url(../images/left-membri.gif) no-repeat #ff0000;
	float:left;
	line-height:36px;
	width:193px;
	text-align:center;
	font-size:12px;
}
.members_cont{
	background:url(../images/membri_rr.gif) repeat-y;
	margin-right:0px;
	vertical-align:top;
	float:right;
	font-size:12px;
	width:126px;
}
.members{
	background:url(../images/membri.gif) no-repeat bottom;
	height:67px;
	width:126px;
}
.menu_link_members{
	font-size:10px;
	color:#666666;
	text-decoration:none;
}
a {
    outline: none;
	color:#cc0000;
	text-decoration:none;
}
a img{
	border:0px;
}
input{
	border:1px solid #CCCCCC;
	margin-bottom:2px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	 /* since this element is floated, a width must be given */
	width:232px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(../images/left_box_bg.gif);
	background-repeat:repeat-y;

}
.categ_head{
	background:url(../images/left-categorii.gif) no-repeat #d4bd7f;
	padding-left:10px;
	line-height:24px;
	color:#FFFFFF;
	font-weight:bold;
	width:200px;
	font-size:12px;
}
.categ_corner{
	background:url(../images/left-down-categorii.gif) no-repeat #cc0000;
	height:19px;
	width:185px;
	float:left;
	margin-left:10px;
}
.categ_shadow_footer{
	background:url(../images/umbra-stanga-jos2.gif) no-repeat right;
	float:right;
	height:66px;
	width:20px;
}
.categ_content{
	margin-left:10px;
	padding-left:0px;
	background:#ffffff;
	width:175px;
	float:left;
	text-align:left;
	color:#FFFFFF;
}
.categ_shadow_head{
	float:right;
	background:url(../images/umbra-stanga-sus-categorii.gif) no-repeat;
	width:15px;
	height:67px;
}
.categ_shadow_head{
	float:right;
}
.categ_link{
	color:#C7767C;
	text-decoration:none;
	font-size:12px;
}
.categ1{
	
	padding-top:5px;
	
}
.submenu{
	margin:0px;
}
li{

}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	margin: 20px 10px 10px 0px;
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.cautare_head{
	background:#d4bd7f url(../images/right-cosul%20meu.gif) no-repeat right;
	line-height:24px;
	color:#FFFFFF;
	font-weight:bold;
	width:170px;
	font-size:12px;
	padding-left:10px;
}
.cautare{
	background:url(../images/cautare-rapida.gif) no-repeat;
	width:162px;
	height:67px;
}
.in_cautare{
	width:190px;
	height:43px;
	border:1px solid;
}
.cos_cont{
	background:url(../images/rr_cosul-meu_top-produse.gif) repeat-y;
}
.cos_head{
	background:#d4bd7f url(../images/cos_head.gif) no-repeat right;
	line-height:24px;
	color:#FFFFFF;
	font-weight:bold;
	width:170px;
	font-size:12px;
	padding-left:10px;
}
.cos{
	background:url(../images/cosul-meu+top-produse.gif) no-repeat bottom;
	width:162px;
	font-size:12px;
	color:#666666;
}
.right_space{
	background:url(../images/umbra-din-dreapta-pe-alb.gif) repeat-y;
	height:10px;
}
.right_shadow{
	background:url(../images/umbra-dreapta-jos.gif) no-repeat;
	height:67px;
}
ol{
	margin:0px 0px 0px 10px;
	padding:10px 0px 0px 30px;
}

#mainContent { 
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#FFF;
	display:block;
	float:left;
	margin-left:15px;
} 
.main_head{
	color:#89308E;
	font-size:18px;
	text-transform:uppercase;
	line-height:44px;
	width:566px;
}
.main_head_home{
    background:#a69464;
    color:#FFFFFF;
    font-size:18px;
    text-transform:uppercase;
    line-height:22px;
    
}
.main_left_corner{
	margin:0;
	padding:0;
    width:626px;
	
}
.main_right_corner{
	background:url(../images/right-header.gif) no-repeat right top;
	margin:0;
	padding:0;
	float:right;
	width:19px;
	height:19px;
	
}
.product{
	background:url(../images/box_bg.gif) center repeat-y; 
    width:212px;
	float:left;
	
}
.prod_title{
	background-image:url(../images/box_top.gif);
	color:#ffffff;
	width:212px;
	height:35px;
	line-height:36px;
	text-align:left;
	
}
.prod_title a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	margin-left:15px;
}
.prod_price{
	float:left;
	padding:5px 0px 5px 7px;
	color:#000000;
	font-weight:bolder;
	text-transform:lowercase;
	font-size:12px;
}
.price{
	font-family:100% Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#89308E;
	font-weight:bold;
	padding-left:2px;
}
.prod_btn{
	background:#dedede;
	float:right;
	text-align:right;
	padding-bottom:5px;
}
.img_btn{
	padding:5px 3px 0px 3px;
}
.bar{
	background:url(../images/bar.jpg) no-repeat center;
	width:2px;
	height:47px;
	float:right;
}
.prod_bottom{
	background-image:url(../images/box_bot.gif);
	background-repeat:no-repeat;
	width:212px;
	height:31px;
	float:left;
	border:0px solid;
}
.productimg{
	height:96px;
	width:82px;
	border:#999999 solid 1px;
	text-align:center;
	line-height:96px;
	vertical-align:middle;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
	border:0px solid;
}
.productdesc{
	height:96px;
	width:120px;
	float:right;
	border:0px solid;
	text-align:left;
	padding-top:5px;
	padding-right:5px;
	color:#777078;
}
.old{
	text-decoration:line-through;
	font-size:12px;
	text-align:justify;
}
.detleft {
	float:left;
	width:130px;
	padding:10px;
	text-align: right;	
	display:block;
}
.detright {
	float:left;
	width:336px;
	border-left:1px dotted #E5E5E5;
	padding:10px;
	display:block;
}
.similare{
	float:left;
	display:block;
	width:638px;
}
img{
	border-width:0px;
}
.no_border input{
	border-width:0px;
}
.divform {
	padding:0px 10px;
}
.divform ul, .divform li {
	border:0;
	margin:0;
	padding:0;
	list-style:none;
}
.divform li {
	list-style:none;
	padding-bottom:5px;
}
.divform input {
}
.result_item_img{
	float:left;
	margin-right:4px;
	width:110px;
}
.result_item_text{
	float:left;
	margin-right:4px;
}
.result_item_type{
	float:right;
	padding:4px;
	width:170px;
	overflow:auto;
	min-height:65px; !important
	height:auto;
}
.lineform{
	padding:5px 5px 0px 20px;
}
.linetab {
	padding:10px;
	margin-left:70px;
}
.divform input[type="text"], .divform input[type="password"], .divform select, .divform textarea {
	border:1px solid #D0D0D0;
}
.divform textarea {
	margin-left:2px;
}
.divform input[type="submit"] {
}
.divform label{
	width:140px;
	padding:0px 10px;
	text-align:right;
	float:left;
}

#footer { 
	background:#ffffff;
	width: 980px;
	
} 
#leftbotttomcorner{
	float:left;
	background:url(../images/down-left-background.gif) no-repeat bottom #FFFFFF;
	width:19px;
}
#rightbotttomcorner{
	float:right;
	background:url(../images/down-right-background.gif) no-repeat right #FFFFFF;
	width:19px;
}
.result_item{
	margin-bottom:2px;
	padding-bottom:2px;
	margin-top:2px;
	padding-top:2px;
	overflow:auto;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.error_form{
	color:#cc0000;	
}


.top_left_box{
	background-image:url(../images/left_box_top_01.gif);
	width:232px;
	height:41px;

}

.bot_left_box{
	background-image:url(../images/left_box_bot.gif);
	width:232px;
	height:18px;
}

.bg_left_box{
	background-image:url(../images/pic_left.jpg);
	background-repeat:no-repeat;
	background-position:0 190px;
}

.text_left{
	width:207px;
	padding-left:5px;
	text-align:justify;
	color:#BD0AC8;
}

.td_deader2{
	background-image:url(../images/login_01.gif);
	padding-top:0px;
	padding-right:0px;
	width:227px;
    height:270px;
    float:right;
    
}

.td_deader1{
	background-image:url(../images/pic_home_01.jpg);
	width:399px;
    height:270px;
    float:left;
}

.product_detail_background{
	background-image:url(../images/box_bg.gif); 
	background-repeat:repeat-y;
	width:212px;
	border:0px solid;
}

.details2_2{
	font-size:12px;
	color:#D34865;
	font-weight:bold;
	padding-left:2px;
	text-align:left;
}

.login_1{
	width:126px; 
	font-size:12px; 
	padding:0px;
    height:18px;
	line-height:18px;
	background:#4D4D4D;
	border:1px solid #4D4D4D;
	padding-left:5px;
    margin:1px;
    color:#FFF;
}

.menu_footer{
	width:626px;
	padding-left:150px;
	color:#C7767C;
}


a.link_menu_footer:link {
	font-family:verdana,arial; 
	font-size:12px; 
	color:#C7767C; 
	text-decoration:none;
	font-weight:bold;
	margin-left:3px;
	margin-right:3px;
}
a.link_menu_footer:visited {
	font-family:verdana,arial;
	font-size:12px; 
	color:#C7767C; 
	text-decoration:none;
	font-weight:bold;
	margin-left:3px;
	margin-right:3px;
}
a.link_menu_footer:hover {
	font-family:verdana,arial; 
	font-size:12px; 
	color:#89308E; 
	text-decoration:none;
	font-weight:bold;
	margin-left:3px;
	margin-right:3px;
}
a.link_menu_footer:active {
	font-family:verdana,arial; 
	font-size:12px; 
	color:#C7767C; 
	text-decoration:none;
	font-weight:bold;
	margin-left:3px;
	margin-right:3px;
}

a.link_detalii_produse:link {
	font-family:100% Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#cc0000; 
	text-decoration:none;
	font-weight:bold;
}

a.link_detalii_produse:visited {
	font-family:100% Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#cc0000; 
	text-decoration:none;
	font-weight:bold;
}

a.link_detalii_produse:hover {
	font-family:100% Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#BD0AC8; 
	text-decoration:none;
	font-weight:bold;
}

a.link_detalii_produse:active {
	font-family:100% Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#BD0AC8; 
	text-decoration:none;
	font-weight:bold;
}

.pages{
	font-family:100% Arial, Helvetica, sans-serif;
}

.mnu_plus {
    width:9px; 
    height:9px;
    background: url(../images/bullet_plus.gif) no-repeat;
}

.mnu_minus {
    width:9px; 
    height:9px;
    background: url(../images/bullet_minus.gif) no-repeat;
}

.mnu_bullet {
    background:url(../images/bullet.gif) no-repeat;
    width:9px; 
    height:9px;
}