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

body { font-family: Tahoma, Geneva, sans-serif; font-size: 13px; background:#d2ec8a; }

#container { 
	width: 960px;
	margin: auto;
}
#header {
	height: 105px;
	width: 960px;
	position: relative
}
#logo { float: left;}

/*--login--*/
#login_box {
	height: 60px;
	width: 310px;
	background: #fff;
	float: right;
	padding: 15px;
	display: block;
	position: absolute;
	right:0;
	top: 0;
}
#inputs { 
	width: 240px;
	float: left;
}
#inputs label { 
	font-weight: bold; 
	color: #ababab; 
	width: 70px;
	display: inline-block;
}
#inputs input { 
	width: 150px;
	height: 20px;
	background: #d6ecec;
	border: solid 1px #46b4c1;
	margin: 2px 0 8px 0;
}
html body #login_button { 
	background: #0F9 url(images/login_button.gif) no-repeat; 
	width: 65px; 
	height: 26px;
	text-indent: -9999px;
	font-size: 1px;
	color: #a9bc29;
	border: none;
	cursor: pointer;
	display: inline-block;
	float: left;
}
#forgot_pass { font-size: 9px; color:#CCC;}
#register { font-size: 14px; color: #46b4c1; float: left; margin-top: 10px; font-weight: bold;}

#login_box li a {
	color: #46b4c1;
}

#login_box li { list-style: circle; margin-left: 20px;}

#content {
	width:960px;
	background: #fff;
	margin-bottom: 30px;
}

/*--Menu--*/
#menu { 
	width: 960px;
	background:  url(images/menu.gif) repeat-x;
	height: 54px;
	position: relative;
}
#menu li { float: left;}
#menu li a { 
	height: 30px; 
	background: url(images/menu_in.gif) no-repeat right top;
	font-size: 18px;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 12px 20px 12px 20px;
	float: left;
}
#menu li a:hover { 	background: url(images/menu_in.gif) #46b4c1 no-repeat right top;}
#menu li a span { font-size: 10px; color: #d2ec8a; display: block; text-decoration: none;}

body #search { float: right; position: absolute; right: 0;}
#search form { width: 340px; margin-top: 10px;}
#search_text { 
	height: 22px; 
	width: 240px; 
	background: url(images/search.gif) no-repeat top left;
	float: left;
	border: none;
	padding: 5px;
	color: #999;
}
#search_button {
	height:32px;
	width: 80px; 
	background: url(images/search.gif) no-repeat top right;
	float: left;
	border: none;
	font-size: 1px;
	color: #a8bb29;
	text-indent: -9999px;
	cursor: pointer;
}

/*--Left--*/

#left {
	width: 220px;
	float: left;
	margin-top: 20px;
}
#cart {
	width: 220px;
	height: 63px;
	background: url(images/cart.gif) no-repeat;
}
#cart a { 
	color: #FFF;
	font-size: 31px;
	padding: 12px 125px 10px 77px;
	float: left;
	text-decoration: none;
}
#cart a:hover { text-decoration: underline;}

#categories {
	width: 180px;
	background: #d6ecec;
	padding: 10px 20px 20px 20px;
}
#categories h3 { 
	font-size: 18px;
	color: #46b4c1;
	padding: 0 0 10px 0;
	font-weight: normal;
}
#categories li {
	background: url(images/plus.gif) no-repeat center left;
	padding: 3px 0 5px 15px;
}
#categories li a { 
	font-size: 14px; 
	text-decoration: none;
	color: #7c7c7c;
	font-weight: bold;
}
#stock_alert { 
	background: #46b4c1;
	width: 190px;
	padding: 15px;
}
#stock_alert h3 {
	font-size: 18px;
	color: #fff;
	padding: 0 0 10px 0;
	font-weight: normal;
}
#stock_alert p {
	color: #fff;
	line-height: 16px;
	margin-bottom: 10px;
}
#stock_alert form { 
	width: 190px;
	background: url(images/newsletter.gif) no-repeat;
	height: 31px;

}
#stock_alert #alert_text {
	float: left;
	width: 140px;
	height: 26px;
	background: none;
	border: none;
	padding: 3px;
	color: #666;
}
#stock_alert #alert_button { 
	float: right;
	width: 42px;
	border: none;
	height: 31px;
	background: none;
	font-size: 1px;
	color: #a8bb29;
	text-indent: -9999px;
	cursor: pointer;
}

/*--right--*/
#right { 
	padding: 20px;
	float: right;
	width: 700px;
}
#right h2 { 
	font-size: 18px; 
	font-weight: normal;
	color: #88aa00;
	margin: 5px 0 5px 0;
	
}
#right p { 
	color: #666;
	margin: 10px 0 10px 0;
	line-height: 14px;
}
#right ul { margin: 10px 0 10px 0;}
#right ul li { 
	color: #666;
	line-height: 14px;
	list-style: circle;
	margin: 2px 0 2px 20px;
}
#right h3 { color: #46b4c1;}
#right a { color:#88aa00;}
#forklift { float: right; padding: 30px 30px 0 30px;;}
#new_products li {
	width: 320px;
	background: #f2f2f2;
	padding: 10px;
	float: left;
	margin-right: 10px;
}
#new_products li a { text-decoration: none;}
#new_products li img { 
	border: 1px solid #7c9810; 
	float: left; 
	margin: 0 10px 0 0; 
}
#new_products li h3 { 
	font-size: 14px;
	color:  #7c9810;
	text-decoration: none;
}
#new_products li h4 {
	padding: 11px 0 11px 0;
	color: #999;
	float: left;
}
#new_products li .price {
	float: left;
	display: block;
	background: url(images/cart_b.gif) #46b4c1 no-repeat right top;
	height: 15px;
	font-weight: bold;
	color: #FFF;
	padding: 6px 40px 6px 10px;
}


/*--Product-list--*/

#hovers {
	margin: 20px 0 0 0;
	color: #666;
}
#hovers th { 
	background: #88aa00; 
	color: #FFF; 
	padding: 5px; 
	text-align: left;
	border-right: 2px solid #678100;
	vertical-align: bottom;
}
#hovers td { padding: 3px; vertical-align:middle;}
#hovers .odd { background: #d6ecec;}
#right #hovers a { color: #46b4c1; font-weight: bold;}
.add_to_cart { 
	background: url(images/cart_b.gif)  no-repeat; 
	width: 32px; 
	height: 27px;
	text-indent: -99999px;
	display:block;
	margin: auto;
}
#detail { color: #666;}
#prices big {
	background: #46b4c1;
	padding: 7px;
	color: #fff;
	display: inline-block;
	margin: 0 0 5px 0;;
}
#prices strong { font-size: 18px;}

#detail .add { 
	display: inline-block;
	background: url(images/cart_b.gif) #46b4c1 no-repeat right top;
	height: 15px;
	font-weight: bold;
	color: #FFF;
	padding: 6px 40px 6px 10px;
	margin: 5px 0 5px 0;
	text-decoration: none;
}

#login label { width: 70px; display: inline-block;}
#login input { border: 1px solid #46b4c1; padding: 3px; background:#D7F0FF; }
#login_indent { margin-left: 73px; padding-top: 10xp; float:}

#feedback_form label { width: 130px; display: inline-block; text-align: right;}
#feedback_form input, #feedback_form textarea, #feedback_form select { 
	border: 1px solid #46b4c1; 
	padding: 4px; 
	background:#D7F0FF;
	clear: inherit;
	width: 200px;
	margin: 3px 0 3px 0;
}
#feedback_form select { width: 210px; }
html body #reset { width: auto; border: none; cursor: pointer; }
html body #submit { width: 100px; cursor: pointer; background: #88AA00; color:#FFF; border: none;}
.buttons { margin: 0 0 0 134px;}
#captcha { margin: 0 0 0 134px; clear: both;}
#feedback_form span { clear: both; display: block;}
.mesaj_eroare { padding: 7px; border: 1px solid #F00; margin: 10px 0; background:#FFBFBF;}
.mesaj_succes { padding: 7px; border: 1px solid #090; margin: 10px 0; background: #B7F87C;}

/*--slider--*/
#holder { 
	margin: 20px 0 0 0;
	background: url(images/slider_bg.gif) repeat-x;
	float: left;
	width: 960px
}
.objImgFrame{
 	padding: 4px;
	height: 70px;
	float: left
}

.simple_slider_hover{
	cursor:pointer;
	cursor:hand
}
.simple_slider_disabled {
    opacity : 0.7;
    filter: alpha(opacity=50);
	zoom: 1;
}
#rightNav { float: right; }
#leftNav { float: left; }



#footer_menu { margin: 20px; float: left; }
#footer_menu a { 	color:  #7c9810;}

#footer_copyright { float: right; margin: 20px; color:#666;}













.clear {clear:both;}
