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

*{
	margin:0px;
	padding:0px;
	text-decoration:none;
	list-style:none;
}

body{
	background:transparent url('../img/body_bg_x.jpg') left top repeat-x;
	background-color:#222;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
}

.content{
	margin:0px auto;
	width:900px;
	overflow:hidden;
}

.content a img {border:none;}

.top{
	float:left;
	width:900px;
	overflow:hidden;
	padding-bottom:20px;
}

.upmenu{
	float:left;
	height:33px;
	padding:13px 0px 10px 30px;
	width:870px;
	background:transparent url('../img/up_menu_bg.png') left top no-repeat;
}

.upmenu span{
	padding:10px;
}

.upmenu a{
	color:#fff;
}

.upmenu a:hover{
	color:#F9F;
	text-decoration:underline;
}

a.logo{
	display:block;
	float:left;
	width:388px;
	height:98px;
	overflow:hidden;
}

.topleft{
	width:388px;
	float:left;
	overflow:hidden;
	padding-right:15px;
}

.login{
	float:left;
	width:388px;
	overflow:hidden;
	padding-top:10px;
}

.login form{
	display:block;
	float:right;
	background:transparent url('../img/login_bg.png') left top no-repeat;
	width:368px;
	height:59px;
	overflow:hidden;
	padding-top:20px;
	padding-left:20px;
}

.login form div{
	display:block;
	float:left;
	background:transparent url('../img/login_input.png') left top no-repeat;
	width:136px;
	height:19px;
	padding-top:2px;
	padding-right:10px;
	overflow:hidden;
}

.login_detail{
	border:none;
	background:none;
	width:134px;
	height:16px;
	color:#903;
	font-size:12px;
	padding-left:2px;
	padding-top:2px;
}

.login_btn{
	display:block;
	float:left;
	background:transparent url('../img/login_btn.png') left top no-repeat;
	width:61px;
	height:21px;
	border:none;
	overflow:hidden;
	cursor:pointer;
}


.login form span{
	display:block;
	float:left;
	width:142px;
	height:19px;
	padding-top:8px;
	padding-left:3px;
	overflow:hidden;
}


.login form span a{
	color:#fff;
	text-decoration:underline;
}


.login form span a:hover{
	text-decoration:none;
	color:#FCF;
}

.topbanner{
	float:right;
	width:477px;
	height:190px;
	overflow:hidden;
}

.navigation{
	display:block;
	float:left;
	clear:both;
	width:900px;
	height:112px;
	margin-top:10px;
	overflow:hidden;
	background:transparent url('../img/nvg_bg.png') left top no-repeat;
}

.menu{
	float:right;
	height:52px;
	width:885px;
	padding-left:15px;
	overflow:hidden;
}

.menu a{
	display:block;
	float:left;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	height:52px;
	background:transparent url('../img/btn_x.png') left top repeat-x;
	margin:0px 1px;
}

.menu a:hover{
	background-position:bottom;
}

.menu a span{
	display:block;
	float:left;
	cursor:pointer;
}

.menu a:hover span{
	background-position:bottom;
}

.lbtn{
	width:12px;
	height:52px;
	background:transparent url('../img/btn_l.png') left top no-repeat;
}

.cbtn{
	padding:20px 3px 0px;
}

.rbtn{
	width:12px;
	height:52px;
	background:transparent url('../img/btn_r.png') left top no-repeat;
}

.menu a:hover span.cbtn{
	padding:18px 3px 0px;
}

.basket{
	display:block;
	float:left;
	padding:13px 0px 0px 70px;
	height:30px;
}

.basket p{
	color:#fff;
	display:block;
	float:left;
	line-height:15px;
	padding-right:20px;
}


.basket p a{
	color:#fff;
	text-decoration:underline;
}

.basket p a:hover{
	text-decoration:none;
	color:#F9F;
}

.orderbtn{
	display:block;
	float:left;
	background:transparent url('../img/order_btn.png') left top no-repeat;
	width:101px;
	height:23px;
	color:#fff;
	font-weight:bold;
	padding-top:9px;
	padding-left:20px;
}

a:hover.orderbtn{
	background-position:bottom;
}

.topsrch{
	float:right;
	width:440px;
	padding-top:15px;
}

.topsrch form{
	display:block;
	float:left;
}

.topsrch form div{
	float:left;
	background:transparent url('../img/srch_input.png') left top no-repeat;
	width:178px;
	height:22px;
	padding-right:10px;
}

.srch_input{
	display:block;
	float:left;
	height:19px;
	width:150px;
	padding-left:2px;
	padding-top:2px;
	font-size:12px;
	color:#555;
	border:none;
	background:none;
}

.topsrch form select{
	display:block;
	float:left;
	width:150px;
	height:21px;
	margin-right:10px;
	font-size:12px;
}

.srch_btn{
	display:block;
	float:left;
	width:79px;
	height:24px;
	cursor:pointer;
	background:transparent url('../img/srch_btn.png') center top no-repeat;
	border:none;
}

.center{
	float:left;
	width:900px;
	overflow:hidden;
}

.centerhead{
	width:900px;
}

h1,h4.commentshead,h4.h1{
	display:block;
	float:left;
	background:transparent url('../img/center_favourites.png') left top no-repeat;
	min-width:314px;
	width:auto;
	height:38px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:normal;
	padding:10px 0px 10px 60px;
}

.offer{
	float:left;
	clear:both;
	width:210px;
	overflow:hidden;
	background:transparent url('../img/offer_bg_y.png') left top repeat-y;
}

.offer_top_bg{
	display:block;
	float:left;
	width:210px;
	height:6px;
	overflow:hidden;
}

.offer_name{
	display:block;
	float:left;
	font-size:12px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding:0px 5px 5px;
	width:190px;
}

a:hover.offer_name{
	text-decoration:underline;
}

.offer_cont{
	float:left;
	clear:both;
	width:200px;
	background:transparent url('../img/offer_bottom_bg.png') left bottom no-repeat;
	overflow:hidden;
	padding:5px 5px;
}

.offer_info{
	float:left;
	clear:both;
	min-height:110px;
	width:267px;
	overflow:hidden;
	padding:10px 0px;
}

.offer_info div{
	display:block;
	float:left;
	width:160px;
	padding:0px 20px;
	overflow:hidden;
}

.offer_info div p{
	float:left;
	width:80px;
	color:#ccc;
	padding-top:3px;
	text-decoration:line-through;
	font-weight:bold;
}


.offer_info div strong{
	color:#F36;
	width:80px;
	float:left;
	font-size:14px;
}

.offer_img{
	display:block;
	float:left;
	width:190px;
	overflow:hidden;
	padding:5px;
}

.offer_img a{
	display:block;
	float:left;
	clear:both;
	width:160px;
	overflow:hidden;
	border:#ccc solid 1px;
	margin-left:15px;
}

.offer_img a img{
	width:160px;
	overflow:hidden;
	display:block;
	float:left;
}

.offer_img a:hover{
	border:#C36 solid 1px;
}

.offer_foot{
	float:left;
	clear:both;
	width:200px;
	overflow:hidden;
	padding-left:3px;
	padding-bottom:7px;
}

.buy_btn, .details_btn{
	display:block;
	float:left;
	width:88px;
	height:21px;
	text-align:center;
	padding:7px 5px 0px;
}

.buy_btn{
	color:#fff;
	font-weight:bold;
	background:transparent url('../img/buy_btn_bg.png') center top no-repeat;
}

a:hover.buy_btn{
	background-position:center bottom;
}

.details_btn{
	background:transparent url('../img/details_btn_bg.png') center top no-repeat;
	color:#fff;
}

a:hover.details_btn{
	background-position:center bottom;
}

.offer_body{
	float:left;
	width:210px;
	padding:6px;
}

.offers_line{
	width:910px;
	display:block;
	clear:both;
	overflow:hidden;
}

.foot{
	display:block;
	height:112px;
	padding-top:15px;
	background:transparent url('../img/foot_bg_x.png') left bottom repeat-x;
}

.foot_cont{
	width:900px;
	background:transparent url('../img/foot_bg_bar.png') left top no-repeat;
	margin:0px auto;
	overflow:hidden;
}

.foot_menu{
	height:46px;
	padding-top:25px;
	padding-left:20px;
	float:left;
	clear:both;
}

.foot_menu a{
	color:#fff;
	padding:0px 10px;
}


.foot_menu a:hover{
	color:#F6F;
	text-decoration:underline;
}

.elegance{
	display:block;
	float:right;
	height:46px;
	color:#fff;
	text-align:right;
	padding-right:60px;
	padding-top:20px;
	background:transparent url('../img/e-bg.png') right top no-repeat;
}

a:hover.elegance{
	background-position:right bottom;
	text-decoration:underline;
}

.coppyright{
	float:left;
	width:940px;
	padding-top:15px;
}


.coppyright p{
	display:block;
	width:440px;
	margin:0px auto;
	color:#fff;
}


.coppyright a{
	color:#fff;
	text-decoration:underline;
}

.coppyright a:hover{
	text-decoration:none;
}


/*********** product gage ************************/


.right{
	float:right;
	width:710px;
	overflow:hidden;
}


h1.product_title{
	display:block;
	float:left;
	background:transparent url('../img/center_favourites.png') left top no-repeat;
	width:550px;
	height:48px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:normal;
	padding:10px 0px 0px 60px;
}

.path{
	float:left;
	width:710px;
	overflow:hidden;
	padding:10px;
}

.extra{
	display:block;
	clear:both;
	color:#999;
	margin-bottom:10px;
}

.path a{
	display:block;
	float:left;
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

.path a:hover{
	text-decoration:none;
}

.path strong{
	display:block;
	float:left;
	color:#F39;
	padding:0px 8px;
	font-size:12px;
}

.path span{
	display:block;
	float:left;
	color:#f39;
	font-weight:bold;
}

.product_page{
	float:left;
	width:710px;
	overflow:hidden;
}

.product_gallery{
	float:left;
	width:350px;
	overflow:hidden;
	padding-right:10px;
}

.grand_pic{
	width:220px;
	border:#ccc solid 2px;
	display:block;
	float:left;
}

.grand_pic img{
	display:block;
	float:left;
	width:220px;
}

a:hover.grand_pic{
	border:#f39 solid 2px;
}

.smallpics{
	float:left;
	width:100px;
	padding-left:10px;
	overflow:hidden;
}

.smallpics a{
	display:block;
	float:left;
	width:94px;
	margin-bottom:5px;
	border:#ccc solid 2px;
}

.smallpics a:hover{
	border:#f39 solid 2px;
}

.smallpics a img{
	width:94px;
	display:block;
	float:left;
}

.prod_top_right{
	float:left;
	width:350px;
	overflow:hidden;
}

.rating{
	width:250px;
	overflow:hidden;
	float:left;
	padding-bottom:5px;
}

.rating span{
	display:block;
	float:left;
	clear:both;
	width:250px;
	color:#f39;
	padding-bottom:5px;
	overflow:hidden;
	font-weight:bold;
}

.short_description{
	width:340px;
	text-align:justify;
	float:left;
	clear:both;
	padding-bottom:10px;
}

.form_order{
	float:left;
	width:340px;
	overflow:hidden;
}

.product_order{
	display:block;
	float:left;
	width:340px;
	background:#111;
	overflow:hidden;
	padding:10px 5px;

}


.prodmodif{
	float:left;
	width:330px;
	padding:5px;
	overflow:hidden;
}

.prodmod{
	display:block;
	float:left;
	width:220px;
	overflow:hidden;
	font-weight:bold;
	color:#fff;
}

.radioprice{
	display:block;
	float:left;
	width:13px;
	height:13px;
}	

.modprice{
	overflow:hidden;
	width:90px;
	color:#F39;
	padding-left:5px;
	font-weight:bold;
}

.form_order_foot{
	display:block;
	clear:both;
	width:330px;
	padding-top:5px;
	overflow:hidden;
}

.form_order_foot span{
	display:block;
	float:left;
	width:190px;
	padding-top:5px;
	overflow:hidden;
}

.form_order_foot span label{
	display:block;
	float:left;
	padding:2px 5px;
}

.itembox{
	display:block;
	float:left;
	height:14px;
	width:20px;
	font-size:11px;
	padding:2px;
	color:#C33;
}

.addtocartbtn{
	display:block;
	float:left;
	width:136px;
	height:31px;
	overflow:hidden;
}

.pr_description{
	float:left;
	width:690px;
	overflow:hidden;
	padding:20px 10px 20px 10px;
}

.pr_description p{
	display:block;
	clear:both;
	text-align:justify;
}

.prod_comments{
	float:left;
	padding:30px 0px;
	width:710px;
	overflow:hidden;
}

.comments_top{
	width:700px;
	padding-right:10px;
	overflow:hidden;
}

h4.commentshead{
	background:transparent url('../img/comments_h1.png') left top no-repeat;
	padding-left:90px;
}

.comments_btn{
	display:block;
	float:right;
	width:172px;
	height:25px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding-top:8px;
	overflow:hidden;
	background:transparent url('../img/comments_btn.png') left top no-repeat;
}

a:hover.comments_btn{
	background-position:bottom;
	color:#fff;
}

.the_comment{
	float:left;
	width:690px;
	padding:10px;
	margin-bottom:10px;
	border-bottom:#ccc solid 1px;
}

.the_comment p{
	display:block;
	float:left;
	text-align:justify;
	margin-bottom:10px;
}

.the_comment span{
	color:#ccc;
	display:block;
}

span.author{
	float:left;
}

span.com_date{
	float:right;
}

.show_all_comments{
	display:block;
	float:right;
	width:560px;
	padding:10px;
}

/******************* left part ********************************/


.left{
	float:left;
	width:180px;
	padding-right:10px;
	overflow:hidden;
}

.categories{
	float:left;
	width:180px;
	overflow:hidden;
	padding-bottom:10px;
}

h2{
	display:block;
	float:left;
	text-align:center;
	width:180px;
	height:30px;
	padding-top:14px;
	font-size:12px;
	color:#fff;
	background:transparent url('../img/left-ul-head.png') left top no-repeat;
}

.categories ul{
	display:block;
	float:left;
	padding:5px 0px;
	width:180px;
	overflow:hidden;
}

.categories ul li{
	width:180px;
	display:block;
	float:left;
}

.categories ul li a{
	display:block;
	float:left;
	width:165px;
	height:20px;
	padding:4px 0px 0px 15px;
	background:transparent url('../img/left_ul_li_bg.png') left top no-repeat;
	color:#fff;
	margin-bottom:1px;
}

.categories ul li a:hover{
	background-position:bottom;
	text-decoration:underline;
}


.lpromo_body {
	float:left;
	background-color:#111;
	overflow:hidden;
	padding:10px;
	width:160px;
	margin:2px 0px 0px;
}

.lpromo_body p{
	font-size:11px;
	color:#999999;
	text-decoration:line-through;
}

.left_promo_img {
	float:left;
	height:50px;
	text-align:center;
	width:50px;
	background:#fff;
	overflow:hidden;
	border:1px solid #CCC;
	display:block;
}


a:hover.left_promo_img{border:#F3C solid 1px;}

.left_promo_img img{
	height:50px;
	text-align:center;
	width:auto;
}

.left_promo_title {
	color:#fff;
	display:block;
	float:left;
	font-weight:bold;
	margin-left:5px !important;
	padding:0 0;
	text-align:left !important;
	width:100px !important;
}

a:hover.left_promo_title{text-decoration:underline;}

.lpromo_body div {style.css (ред 481)
	display:block;
	float:left;
	padding:5px 0 0;
	width:158px;
}

.lpromo_body div strong {
	color:#F3F;
	display:block;
	float:left;
	font-size:12px;
	text-align:left;
	width:158px;
}

/****** REGiSTRATION ********************/

h1.regh1{
	width:710px;
	background:transparent url('../img/reg_h1.png') left top no-repeat;
}

.registration{
	width:520px;
	padding:10px 30px;
	float:left;
	clear:both;
	overflow:hidden;
}

form.regform{
	width:520px;
	clear:both;
	overflow:hidden;
}

.regstep{
	overflow:hidden;
	width:520px;
	padding:10px 0px;
}

.regstep select{
	display:block;
	float:left;
	width:250px;
	height:25px;
}

.regstep label{
	display:block;
	float:left;
	width:170px;
	padding-top:5px;
	color:#fff;
	font-weight:bold;
}

.regstep label span{
	color:#f36;
}

.inputbody{
	float:left;
	width:250px;
	height:25px;
	overflow:hidden;
	background:transparent url('../img/reg_input_long.png') left top no-repeat;
}


.inputbox{
	display:block;
	width:246px;
	height:20px;
	font-size:12px;
	padding:5px 2px 0px 2px;
	color:#444;
	background:none;
	border:none;
}

.wantmail{
	display:block;
	float:left;
	width:400px;
	padding-left:170px;
	padding-top:10px;
}

.wantmail label{
	display:block;
	float:left;
	position:relative;
	width:250px;
	padding-left:10px;
	font-weight:normal;
}

.mailcheckbox{
	display:block;
	float:left;
	margin-top:6px;
}

.wantmail label a{
	color:#fff;
	text-decoration:underline;
}

.wantmail label a:hover{
	text-decoration:none;
	color:#f3c;
}


.reg_btn{
	display:block;
	float:left;
	width:200px;
	height:50px;
}



.redstars{
	display:block;
	float:left;
	width:540px;
	overflow:hidden;
	font-size:12px;
	color:#fff;
	margin-bottom:20px;
}

.redstars span{
	color:#f39;
}


/************************************* BASKET  ************************************/

h1.basketh1{
	background:transparent url('../img/basket_h1.png') left top no-repeat;
	padding-left:70px;
}

.myorders{
	float:left;
	clear:both;
	overflow:hidden;
	width:900px;
}


.myorders form{
	display:block;
	float:left;
	clear:both;
	width:900px;
}

.myorders form table{
	background-color:#111;
	width:900px;
	display:block;
	clear:both;
	overflow:hidden;
	border-bottom:#C36 solid 2px;
}

.myorders form table thead{
	width:900px;
	overflow:hidden;
	background:transparent url('../img/btn_x.png') left top repeat-x;
}

.myorders form table thead tr td{
	color:#fff;
	font-weight:bold;
	padding:18px 0px;
	padding-left:5px;
	border-bottom:#F3F solid 1px;
}

.myorders form table tbody{
	width:580px;
}

.myorders form table tbody tr{
	width:580px;
	border-bottom:#999 solid 1px;
}


.myorders form table tbody tr td{
	padding:5px 0px 5px 5px;
	border-bottom:#222 solid 1px;
	font-weight:bold;
}

.myorders form table tbody tr td span{
	display:block;
	font-size:11px;
	font-weight:normal;
}

.orderitems{
	width:70px;
	color:#C00;
}

.totalprice{
	color:#f36;
}

.myorders form table tbody tr td a{
	font-weight:normal;
	color:#fff;
	text-decoration:underline;
}

.myorders form table tbody tr td a:hover{
	text-decoration:none;
}

.myorderscosts{
	width:900px;
	float:left;
	padding-top:10px;
}

.myorderscosts div{
	float:right;
	clear:both;
	width:250px;
	padding:5px 10px;
}


.myorderscosts div p{
	font-weight:bold;
	width:150px;
	display:block;
	float:left;
}


.myorderscosts div span{
	display:block;
	float:left;
	width:100px;
	color:#f36;
	font-weight:bold;
	font-size:12px;
}

tr.whitetr{
	background-color:#161616;
}


.refreshitems{
	display:block;
	float:left;
	width:171px;
	height:35px;
	border:none;
	cursor:pointer;
	background:transparent url('../img/basket_refresh_btn.png') center top no-repeat;
}

.refreshitems:hover{
	background-position:bottom;
}

.goshopping{
	display:block;
	float:left;
	width:171px;
	height:35px;
	background:transparent url('../img/keepshoping.png') center top no-repeat;
}

.basket_btns{
	display:block;
	float:left;
	padding-left:150px;
	width:580px;
}

.basket_btns a:hover{
	background-position:bottom;
}

.basket_btns div{
	float:left;
	padding:10px;
}

.ordernow{
	display:block;
	float:left;
	width:171px;
	height:35px;
	background:transparent url('../img/basket_order_btn.png') center top no-repeat;
}



/************************* CHECK OUT ******************************/

/************* CHECK OUT STEP 1 *********************/

.checkout{
	float:left;
	width:900px;
	clear:both;
	padding:10px 0px;
}

.checkpath{
	float:left;
	width:900px;
	height:120px;
	overflow:hidden;
}

.step1, .step2, .step3, .step4{
	float:left;
	width:225px;
	height:120px;
	overflow:hidden;
}

.step1{
	background:transparent url('../img/check_step1.jpg') left top no-repeat;
}
.step2{
	background:transparent url('../img/check_step2.jpg') left top no-repeat;
}
.step3{
	background:transparent url('../img/check_step3.jpg') left top no-repeat;
}
.step4{
	background:transparent url('../img/check_step4.jpg') left top no-repeat;
}

.curstep{
	background-position:left -120px;
}

.donestep{
	background-position:left bottom;
}

.donestep a{
	display:block;
	float:left;
	width:225px;
	height:120px;
}

/******** end steps path style *********/

.step1forms{
	width:900px;
	float:left;
	clear:both;
	overflow:hidden;
	padding:10px 0px;
}

.login_order{
	display:block;
	float:left;
	width:420px;
	padding:10px;
	overflow:hidden;
	background:transparent url('../img/check_step1_form_bg.png') left top no-repeat;
	min-height:300px;
}

.formtitle{
	float:left;
	clear:both;
	width:420px;
	padding:13px;
}


.formtitle p{
	display:block;
	padding-bottom:5px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}


.formtitle span{
	display:block;
	clear:both;
	color:#FCF;
}

.formparent{
	float:left;
	width:440px;
	padding:5px;
}

.login_order_body{
	float:left;
	clear:both;
	width:420px;
	padding:30px 0px;
}

.login_order_line, .guest_order_line{
	float:left;
	clear:both;
	padding:10px 0px 10px 20px;
	width:400px;
}

.login_order_line label{
	display:block;
	float:left;
	width:100px;
	font-size:12px;
	color:#fff;
	padding-top:3px;
}

.login_order_line a{
	display:block;
	float:left;
	margin-left:100px;
	padding-top:10px;
	text-decoration:underline;
	color:#f39;
}

*html .login_order_line a{margin-left:50px;}

.login_order_line a:hover{
	text-decoration:none;
}

.login_order_btn{
	display:block;
	float:left;
	width:250px;
	height:40px;
	overflow:hidden;
	background:transparent url('../img/login_order_btn.png') left top no-repeat;
	border:none;
	cursor:pointer;
}

*html .login_order_btn{
	margin-left:60px;
	margin-top:-30px;
}

.login_order_btn:hover{
	background-position:bottom;
}

.asguest{
	display:block;
	float:left;
}

.guest_order_line label{
	display:block;
	float:left;
	width:150px;
	font-size:12px;
	padding-left:5px;
	font-weight:bold;
}

.guest_order_line{
	padding:0px 0px 10px 20px;
}

.goreg{
	display:block;
	float:left;
	width:380px;
	padding-left:20px;
	padding-bottom:10px;
}

.continue{
	background:transparent url('../img/continue_btn.png') left top no-repeat;
}

/******************* step 2*****************/

.step2fromline{
	float:left;
	width:380px;
	padding:5px 0px 5px 20px;
}

.step2fromline label{
	display:block;
	float:left;
	font-size:12px;
	padding-top:3px;
	width:120px;
}

.formtitle strong{
	display:block;
	float:left;
	color:#fff;
	padding-top:7px;
	width:400px;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
}

.continue_center{
	height:40px;
	float:left;
	clear:both;
	padding:15px 0px 20px 310px;
}

.continue_btn{
	display:block;
	float:left;
	width:250px;
	height:40px;
	background:transparent url('../img/continue_btn.png') left top no-repeat;
	border:none;
	cursor:pointer;
}

.continue_btn:hover{
	background-position:bottom;
}

/********  step 3 ****************/

.submit{
	width:900px;
	display:block;
	float:left;
	clear:both;
}

.submit form{
	display:block;
	clear:both;
	width:900px;
	overflow:hidden;
}

.submit form table{
	width:900px;
}

.submit form table thead{
	width:900px;
}


.submit form table thead tr td{
	padding-top:22px;
}

.submit form table tbody{
	width:900px;
}

.submit form table tr{
	width:900px;
}

.finalprice{
	float:left;
	width:280px;
	overflow:hidden;
	padding:10px 10px 10px 20px;
	margin-top:20px;
}


.finalprice div{
	float:left;
	clear:both;
	width:280px;
	padding:5px 0px;
}


.finalprice div span{
	display:block;
	float:left;
	width:180px;
	font-size:12px;
	font-weight:bold;
}

.finalprice div strong{
	display:block;
	float:left;
	width:100px;
	color:#C33;
	font-size:13px;
}

.delivery_details{
	width:570px;
	float:left;
	overflow:hidden;
	padding:10px 10px 10px 0px;
}


table.fordelivery{
	width:580px !important;
	overflow:hidden;
}

table.fordelivery thead{
	width:570px;
	overflow:hidden;
}

table.fordelivery thead tr{
	width:570px;
	overflow:hidden;
}

table.fordelivery thead tr td{
	width:190px;
	padding-top:22px !important;
	overflow:hidden;
}

table.fordelivery tbody{
	background-color:#111;
}

table.fordelivery tbody tr{
	width:570px;
}

table.fordelivery tbody tr td{
	width:190px;
}

.com_order{
	display:block;
	float:left;
	clear:both;
	width:940px;
	padding-bottom:20px;
}

.com_order textarea{
	display:block;
	float:left;
	width:880px;
	height:100px;
	border:#ccc solid 1px;
	padding:5px;
}
	
.submitwhat{
	display:block;
	float:left;
	width:880px;
	padding:15px 10px;
}

.submitwhat1{
	padding:0px 10px 0px;
}

.submitwhat strong{
	font-size:14px;
	color:#f39;
}


.pay_btns{
	float:left;
	width:900px;
	padding:20px 0px;
	overflow:hidden;
}

.pay_btns div{
	float:left;
	overflow:hidden;
	width:280px;
	height:200px;
	padding:0px 10px;
}

.pay_btns div a{
	display:block;
	float:left;
	width:260px;
	height:140px;
	color:#fff;
	padding:60px 0px 0px 20px;
}

.pay_btns div a:hover{
	background-position:bottom;
}

a.onl{
	background:transparent url('../img/pay_online.png') left top no-repeat;
}


a.bnk{
	background:transparent url('../img/pay_bank.png') left top no-repeat;
}

a.nal{
	background:transparent url('../img/pay_curier.png') left top no-repeat;
}

h1.payments{
	background:transparent url('../img/h1_payment.png') left top no-repeat;
}

h1.payments span{
	color:#f39;
}

.pay_head{
	float:left;
	width:420px;
	padding:15px 0px 15px 15px;
}

.pay_head p{
	display:block;
	float:left;
	padding-left:50px;
	font-size:12px;
}

/************************* CHECK OUT END ! :))))))))) ***************************/

.order_done, .order_denied{
	float:left;
	width:680px;
	overflow:hidden;
	min-height:260px;
	padding:10px 0px 10px 260px;
	background:transparent url('../img/order_accept_bg_v.png') left top no-repeat;
}

*html .order_done, .order_denied{ height:300px;}

h1.accept_order{
	background:none;
	width:500px;
}

h1.accept_order span{
	color:#f39!important;
	text-transform:uppercase;
	font-weight:bold;
}

p.order_result{
	display:block;
	float:left;
	padding-left:60px;
	width:550px;
	font-size:12px;
	color:#fff;
}

.order_denied{
	margin-top:20px;
	background:transparent url('../img/order_denied.png') left top no-repeat;
}


/******************** produckt page **************************/

.pr_description table ul{
	display:block;
	float:left;
	clear:both;
	padding:5px 0px 15px 10px;
}

.pr_description table ul li{
	float:left;
	clear:both;
	padding:2px;
	list-style:disc inside;
}

.pr_description table tr td{
	vertical-align:top;
}

/************************ check order **********************/

.print_order{
	float:left;
	height:40px;
	width:200px;
	padding:20px 0px;
	padding-left:700px;
}

.print_order a{
	display:block;
	float:left;
	clear:both;
	width:200px;
	height:40px;
	overflow:hidden;
	background:transparent url('../img/print_btn_bg.png') left top no-repeat;
}

.print_order a:hover{
	background-position:bottom;
}

/****** BALLON *******/


.ballon {
 background: transparent url('../img/bal_body.gif') left top repeat-y;
 width: 355px;
 height: auto;
 overflow: hidden;
 display: block;
 clear: both;
 position: absolute;
 top:-700px;
 left:-700px;
 z-index: 9999; }
 
.ballon_top {
 background: transparent url('../img/bal_top.gif') left top no-repeat;
 overflow: hidden;
 width: 310px;
 height: auto;
 padding: 10px 5px 0px 40px;}
 
.ballon_top h3 {
 display: block;
 clear: both;
 width: 300px;
 height: auto;
 text-align: center;
 padding: 0px 0px 5px 0px;
 font-size: 14px;
 font-weight: bold;
 color: #f2f2f2;
 }
 
.ballon_bottom {
 background: transparent url('../img/bal_bottom.gif') left top no-repeat;
 width: 355px;
 height: 10px;
 display: block;
 clear: both;
 font-size: 1px;}
 
.bal_left {
 float: left; 
 width: 310px;
 height: auto;
 overflow: hidden;
 padding: 4px 0px 0px 0px;}
 
.bal_left img {
 display: block;
 clear: both;
 width:302px;
 border-bottom:3px solid #FF3366;
}
 
.bal_left small {
 width: 310px;
 display: block;
 clear: both;
 text-align: center;
 padding: 5px 0px 0px 0px;}
 

 
.newprice {
 color: #FF3366;
 font-size: 16px;
 font-weight: bold;
}
 
 
 .newprice span {
 font-weight: bold;
 text-decoration: line-through;
 font-size: 11px;
 color: #666;}
 
 
.options2 {
 float: right;
 margin-right:10px;
 margin-top:10px;
}
 
.left_prices{
	float:left;
	margin-top:10px;
	width:180px;
}
 
.options2 a {
	width:53px;
	height:23px;
	display:block;
	float:left;
	background:transparent url('../img/buysmall.png') center top no-repeat;
}


a.viewsmall{
	background-image:url('../img/viewsmall.png') !important;
	margin-left:5px !important;
}

.options2 a:hover {
	background-position:center bottom;
}
 
.bal_right {
 float: left;
 width: 145px;
 height: auto;
 overflow: hidden;
 padding: 10px 0px 0px 4px;}
 
.bal_right p {
 display: block;
 clear: both;
 text-align: justify;}
 
.ballon2 .ballon_top, .ballon_bottom2, .ballon2  { background-position: right 0px; }
.ballon2 .ballon_top { padding: 10px 5px 0px 10px; width: 340px; }

.ballon2 .ballon_bottom{
	background-position:-29px 0px !important;
	background-repeat:no-repeat !important;
	width:325px !important;
}


/****** BALLON ******/


.logged_in{
	width:348px;
	height:49px;
	margin-top:10px;
	background:transparent url('../img/loged_in_bg.png') left top no-repeat;
	float:right;
	padding-top:30px;
	padding-left:40px;
}

.logged_in a{
	color:#fff;
	font-size:12px;
	text-decoration:underline;
}


.logged_in a:hover{
	color:#C36;
	text-decoration:none;
}

.logged_in span{
	padding:0px 20px;
	font-size:12px;
}

.pages{
	width:560px;
	float:left;
	padding:10px;
}

.pages a{
	display:block;
	float:left;
	width:auto;
	margin-left:4px;
	height:20px;
	background:transparent url('../img/page_num_x.png') left top repeat-x;
	color:#fff;
}

.pages a:hover{
	background-position: bottom;
}

.pages a span{
	display:block;
	float:left;
	height:17px;
	padding-top:3px;
}

.pages a:hover span{background-position:left bottom;}

.number_l{
	background:transparent url('../img/page_num_left.png') left top no-repeat;
	padding-left:7px;
	padding-right:2px;
}

.number_r{
	background:transparent url('../img/page_num_right.png') left top no-repeat;
	width:5px;
}

.current_page{
	display:block;
	float:left;
	width:auto;
	margin-left:4px;
	font-weight:bold;
	height:20px;
	background:transparent url('../img/page_num_x.png') left bottom repeat-x;
	color:#fff;
}

.current_page span{
	display:block;
	float:left;
	height:17px;
	padding-top:3px;
	background-position:bottom left;
}


/********************** orders preview *****************/

.textcontent{
	width:700px;
	padding:10px 0px;
	clear:both;
	overflow:hidden;
}

.textcontent p {
	text-align:justify;
}

.textcontent strong{
	display:block;
	clear:both;
	text-transform:uppercase;
	padding-bottom:15px;
}


.links_notes_top{
	display:block;
	clear:both;
	margin-top:10px;
}

.links_notes_top li{
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:circle;
margin-left:25px;
margin-right:5px;
padding-left:2px;
width:200px;
}


.links_notes_top li a{
	color:white;
	text-decoration:underline;
}



.links_notes_top li a:hover{
	color:white;
	text-decoration:none;
}



.discount{
	width:72px;
	height:35px;
	background:transparent url('../img/discount_big.gif'); center top no-repeat;
	padding-top:13px;
	padding-left:15px;
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	position:absolute;
	margin-top:-1px;
	margin-left:-1px;
}
