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

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

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

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

.content a img {border:none;}

.top{
	display:block;
	clear:both;
	background:transparent url(../img/top_bg.png) center top no-repeat;
	width:100%;
}

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

.upmenu{
	display:block;
	clear:both;
	width:880px;
	padding:0px 10px;
	overflow:hidden;
}

.up_links{
	float:left;
	width:550px;
	padding:5px 0px 0px;
}
.up_links a{
	color:#ccc;
	text-decoration:underline;
}

.up_links span{
	color:#999;
	padding:0px 10px;
}

.up_links a:hover{
	color:#fff;
	text-decoration:none;
}
.topleft{
	display:block;
	float:left;
	width:420px;
	padding:0px 0px 15px 30px;
}

a.logo{
	display:block;
	float:left;
	clear:both;
	width:270px;
	height:50px;
	margin-bottom:45px;
	overflow:hidden;
}



.login{
	float:right;
	width:300px;
	padding:10px 30px 0px 0px;
	overflow:hidden;
}

.login form{
	display:block;
	float:right;
	width:300px;
	overflow:hidden;
}

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

.login_detail{
	border:none;
	background:none;
	width:108px;
	height:16px;
	color:#333;
	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:60px;
	height:18px;
	border:none;
	overflow:hidden;
	cursor:pointer;
}

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

.login form span{
	display:block;
	float:left;
	width:110px;
	padding:3px 10px 0px 0px;
	overflow:hidden;
}


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


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

.menu{
	float:right;
	width:450px;
	padding:3px 0px 0px 0px;
	overflow:hidden;
}

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

.btna{
	display:block;
	float:left;
	padding:10px 15px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}


.btna:hover{background:#000;}

.btn ul{
	display:none;
	clear:both;
	background:#000;
	padding:5px;
	width:200px;
	margin-top:35px;
}

*+html .btn ul{margin-top:0px!important;}

.btn:hover ul{
	display:block;
	position:absolute;
}
.btn:hover{background:#000;}

.btn ul li a{
	display:block;
	float:left;
	clear:both;
	margin-bottom:1px;
	width:180px;
	padding-left:20px;
	height:23px;
	line-height:23px;
	background:transparent url(../img/drop_down_li.png) left top no-repeat;
	color:#ccc;
}

.btn ul li a:hover{
	background-position:bottom;
	color:#fff;
}



.basket{
	display:block;
	float:right;
	background:transparent url(../img/basket.gif) left 8px no-repeat;
	margin:48px 0px 15px;
	padding:0px 0px 0px 25px;
}

.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;
}

.orderbtn{
	display:block;
	float:left;
	background:transparent url('../img/order_btn.png') left top no-repeat;
	width:111px;
	height:25px;
	line-height:25px;
	color:#fff;
	margin-top:3px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
}

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

.topright{
	display:block;
	float:left;
	width:450px;
	overflow:hidden;
}

.topsrch{
	float:left;
	width:253px;
	padding-top:15px;
}

.topsrch form{
	display:block;
	float:left;
	width:253px;
	height:27px;
	background:transparent url(../img/srch_input.png) left top no-repeat;
	overflow:hidden;
}

.topsrch form div{
	float:left;
	width:220px;
	height:27px;
}

.srch_input{
	display:block;
	float:left;
	width:220px;
	margin-top:3px;
	padding:2px 0px 2px 5px;
	font-size:12px;
	font-weight:bold;
	color:#999;
	border:none;
	background:none;
}


.srch_btn{
	display:block;
	float:left;
	width:29px;
	height:27px;
	cursor:pointer;
	background:none;
	border:none;
}

.header{
	display:block;
	clear:both;
	width:900px;
	margin-bottom:15px;
	overflow:hidden;
}

.welcome{
	float:left;
	background:transparent url(../img/welcome_bg.png) left top no-repeat;
	width:250px;
	height:190px;
	padding:15px 20px;
	overflow:hidden;
}


.welcome strong{
	display:block;
	clear:both;
	color:#939;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}

.welcome strong span{color:#000;}

.welcome p{
	text-align:justify;
}

.slide{
	float:left;
	width:610px;
	height:220px;
	overflow:hidden;
}

.slideimg, .slideimg img{
	width:410px;
	height:220px;
	overflow:hidden;
	display:block;
	float:left;
}

.slide ul{
	display:block;
	float:left;
	width:200px;
	overflow:hidden;
	height:220px;
}

.slide ul li a{
	display:block;
	float:left;
	clear:both;
	line-height:43px;
	margin-bottom:1px;
	width:170px;
	height:43px;
	padding:0px 0px 0px 30px;
	overflow:hidden;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ccc;
	background:transparent url(../img/slide_btn.png) left top no-repeat;
}

.slide ul li a:hover{
	background-position:bottom;
	color:#fff;
}


.center{
	float:left;
	width:900px;
	padding-bottom:10px;
	overflow:hidden;
}

.centerhead{
	display:block;
	float:left;
	background:transparent url('../img/center_favourites.png') left top no-repeat;
	width:675px;
	height:26px;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:normal;
	padding:8px 0px 5px 15px;
}

.offer{
	float:left;
	background:transparent url(../img/offer_top.png) left top no-repeat;
	width:165px;
	margin-right:10px;
	overflow:hidden;
}


.offer_name{
	display:block;
	float:left;
	font-size:11px;
	color:#666;
	font-weight:bold;
	text-align:center;
	padding:5px;
	width:145px;
}

a:hover.offer_name{color:#939;}

.offer_cont{
	float:left;
	width:145px;
	background:transparent url(../img/offer_bottom_bg.png) 62px bottom no-repeat;
	overflow:hidden;
	padding:10px 10px;
}

.offer_info{
	float:left;
	clear:both;
	width:165px;
	overflow:hidden;
	padding:0px 0px 5px;
}

.offer_foot p{
	display:block;
	float:left;
	width:65px;
	padding:0px 0px 0px 10px;
	overflow:hidden;
}

.offer_foot p span{
	float:left;
	width:55px;
	color:#ccc;
	text-decoration:line-through;
	font-weight:bold;
}


.offer_foot p strong{
	color:#c00;
	width:75px;
	float:left;
	font-size:12px;
}

.offer_img{
	display:block;
	float:left;
	width:120px;
	height:120px;
	overflow:hidden;
	padding:5px 20px;
	text-align:center;
}

.offer_img img{
	height:120px;
	text-align:center;
}

.offer_foot{
	float:left;
	width:145px;
	padding-bottom:5px;
	overflow:hidden;
}


.offer_foot div{
	display:block;
	float:left;
	height:28px;
	width:68px;
	overflow:hidden;
	background:transparent url(../img/buy_btn_bg.png) left top no-repeat;
}

.offer_foot div:hover{background-position:bottom;}

.offer_foot div ul{
	display:none;
	width:160px;
	padding:5px;
	background:#000;
}


.offer_foot div:hover ul{
	display:block;
	position:absolute;
}

.offer_foot div ul li a{
	display:block;
	float:left;
	clear:both;
	padding:3px 10px;
	width:140px;
	color:#ccc;
	background:#222;
	margin-bottom:1px;
}

.offer_foot div ul li a span{font-weight:bold; padding:0px 10px;}

.offer_foot div ul li a:hover{
	color:#fff;
	background:#333;
}

.buy_btn{
	display:block;
	clear:both;
	width:68px;
	height:28px;
}

.offers_line{
	width:710px;
	padding:10px 0px;
	display:block;
	clear:both;
	overflow:hidden;
}

.foot{
	width:100%;
	min-height:85px;
	margin-top:20px;
	background:transparent url(../img/foot_bg_x.png) left bottom repeat-x;
}

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

.foot_menu{
	padding:25px 0px 0px 0px;
	width:400px;
	float:left;
}

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

.foot_menu span{color:#fff; padding:0px 15px;}

.elegance{
	display:block;
	float:right;
	width:290px;
	height:60px;
	margin-top:4px;	
	background:transparent url(../img/e-legance.png) left top no-repeat;
	overflow:hidden;
}

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

.coppyright p{
	display:block;
	float:left;
	width:400px;
	text-align:center;
	padding:25px 0px 0px 210px;
	color:#fff;
}


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

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


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


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

.center_banner{
	float:left;
	clear:both;
	padding-bottom:10px;
}


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:690px;
	overflow:hidden;
	padding:0px 10px 15px;
}

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

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

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

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

.product_page{
	float:left;
	width:690px;
	padding-bottom:10px;
	overflow:hidden;
}

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

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

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

a:hover.grand_pic{
	border:#939 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:#939 solid 2px;
}

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

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

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

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

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

.short_description a{
	display:block;
	float:right;
	width:120px;
	overflow:hidden;
	padding:0px 0px 10px 10px;
	text-align:center;
}

.short_description a img{
	width:120px;
	text-align:center;
}

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

.product_order{
	display:block;
	float:left;
	width:346px;
	background:#F6F6F6;
	border:#ddd solid 2px;
	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:#939;
}

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

.modprice{
	overflow:hidden;
	width:90px;
	color:#C00;
	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:670px;
	overflow:hidden;
	padding:20px 10px 20px 10px;
}

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

.prod_comments{
	float:left;
	padding:10px 0px;
	width:690px;
	overflow:hidden;
}

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

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

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

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

.the_comment{
	float:left;
	width:670px;
	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:#939;
	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:200px;
	padding-right:10px;
	overflow:hidden;
}

.left_box{
	float:left;
	clear:both;
	width:200px;
	height:auto;
	background:transparent url(../img/left_box_y.png) left bottom repeat-y!important;
	margin-bottom:10px;
}

.left_box h2, .left_box h3, .left_box h4, .left_box h5, .left_box h6 {
	width:185px;
	height:34px;
	display:block;
	float:left;
	color:#fff;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:8px 0px 0px 15px;
	background:transparent url(../img/left-ul-head.png) left top no-repeat;
}

.left_box ul{
	display:block;
	clear:both;
	width:190px;
	padding:0px 5px;
	overflow:hidden;
}
.left_box ul li a{
	display:block;
	float:left;
	width:165px;
	height:20px;
	padding:6px 0px 0px 25px;
	background:transparent url('../img/left_ul_li_bg.png') left top no-repeat;
	color:#999;
}

.left_bottom{
	display:block;
	float:left;
	clear:both;
	width:200px;
	height:5px;
}

.left_box ul li a:hover{
	background-position:bottom;
	color:#000;
}


.lpromo_body {
	float:left;
	clear:both;
	overflow:hidden;
	width:180px;
	padding:0px 0px 10px;
	margin:2px 10px 5px;
	border-bottom:#ccc dotted 1px;
}

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


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

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

.left_promo_title {
	color:#666;
	display:block;
	float:left;
	clear:both;
	font-weight:bold;
	text-align:left;
	padding-bottom:5px;
	width:180px;
}

a:hover.left_promo_title{color:#939;}

.lpromo_body p {
	display:block;
	float:left;
	padding:10px 10px 0px;
	width:90px;
	height:35px;
}


.lpromo_body p span{
	text-decoration:line-through;
	display:block;
	float:left;
	font-weight:bold;
	color:#999;
	line-height:20px;
	clear:both;
}


.lpromo_body p strong{
	display:block;
	float:left;
	clear:both;
	font-size:14px;
	color:#C00;
}

.lpromo_body div{
	display:block;
	float:left;
	width:100px;
	padding:0px 5px;
}


.lpromo_body div span{
	display:block;
	float:left;
	clear:both;
	width:115px;
	padding:0px 2px;
	overflow:hidden;
}

.lpromo_body div a{
	display:block;
	float:left;
	width:47px;
	margin-right:7px;
	height:27px;
	overflow:hidden;
}


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

.left_i_btn{background:transparent url(../img/left_i_btn.png) left top no-repeat;}
.left_b_btn{background:transparent url(../img/left_b_btn.png) left top no-repeat;}

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


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

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

.regstep{
	display:block;
	clear:both;
	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;
	font-weight:bold;
}

.regstep label span{
	color:#F33;
}

.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:#939;
	text-decoration:underline;
}

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


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



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

.redstars span{
	color:#F33;
}


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

.basketh1{
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	width:870px;
	background:transparent url(../img/body_bg_x.png) left -30px repeat-x;
	border-bottom:#749 solid 2px;
	padding:10px 15px;
	margin-bottom:2px;
}

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


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

.myorders form table{
	width:900px;
	display:block;
	clear:both;
	overflow:hidden;
	background:#f5f5f5;
}

.myorders form table thead{
	width:900px;
	overflow:hidden;
}

.myorders form table thead tr td{
	color:#fff;
	background:#111;
	font-weight:bold;
	padding:10px 0px;
	padding-left:5px;
	border-bottom:#939 solid 2px;
}


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


.myorders form table tbody tr td{
	padding:5px 0px 5px 5px;
	border-bottom:#ccc solid 1px;
	color:#555;
	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:#c00!important;
}

.myorders form table tbody tr:hover td{background:#e5d8f0;}

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

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

.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:#c00;
	font-weight:bold;
	font-size:12px;
}

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


.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:#066;
}


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

.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:#0ff;
}

*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:#066;
	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:12px;
}

.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:#c00;
	font-size:13px;
}

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


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

table.fordelivery thead{
	width:570px;
}

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

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

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

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

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

.com_order{
	display:block;
	float:left;
	clear:both;
	width:900px;
	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:10px 10px 20px;
}

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

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


.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:#333;
	padding:60px 0px 0px 20px;
}

.pay_btns div a:hover{
	color:#066;
	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{
	color:#fff;
	background:transparent url('../img/h1_payment.png') left top no-repeat;
}

h1.payments span{
	color:#0ff;
}

.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:700px;
	overflow:hidden;
	min-height:150px;
	padding:10px 0px 50px 200px;
	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:700px;
	color:#333;
	margin-bottom:10px;
	font-size:18px;
}

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

p.order_result{
	display:block;
	float:left;
	width:700px;
	font-size:12px;
	color:#333;
}

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


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


.pr_description table tr td p{
	color:#939;
	margin-top:10px;
}

.pr_description table ul{
	display:block;
	float:left;
	clear:both;
	padding:5px 0px 10px 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;
	padding:20px 0px;
	padding-left:700px;
}

.print_order a{
	float:right;
	clear:both;
	height:35px;
	width:171px;
	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; }
 
.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 {
 background: transparent url('../img/h3bg.gif') left bottom repeat-x;
 display: block;
 clear: both;
 width: 300px;
 height: auto;
 text-align: center;
 padding: 0px 0px 5px 0px;
 font-size: 14px;
 font-weight: bold;
 color: #63a510;}
 
.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: 150px;
 height: auto;
 overflow: hidden;
 padding: 10px 0px 0px 0px;}
 
.bal_left img {
 display: block;
 clear: both;
 border: 1px solid #9f9f9f;}
 
.bal_left small {
 width: 150px;
 display: block;
 clear: both;
 text-align: center;
 padding: 5px 0px 0px 0px;}
 
.oldprice {
 display: block;
 clear: both;
 font-weight: bold;
 text-decoration: line-through;
 font-size: 11px;
 color: #666;
 padding: 10px 0px 0px 0px;}
 
.newprice {
 color: #bf2626;
 font-size: 16px;
 font-weight: bold;
 display: block;
 clear: both;
 padding: 5px 0px 0px 0px;}
 
.options2 {
 float: left;
 clear: both;
 padding: 10px 0px 0px 0px;}
 
.options2 a {
 padding-right: 5px;
 padding-left: 0px;
 margin: 0px; }
 
.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;}
 
.ballon_top2, .ballon_bottom2, .ballon2  { background-position: right 0px; }
.ballon_top2 { padding: 10px 5px 0px 10px; width: 340px; }

/****** 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:#333;
}

.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:#066;
}

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


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

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

.textcontent p {
	text-align:justify;
	color:#666;
}

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

/************************** new ceckout *********************/

.address{
	display:block;
	float:left;
	padding:10px 0px;
	width:450px;
	overflow:hidden;
}

.address strong{
	display:block;
	float:left;
	padding:10px;
	width:410px;
	color:#fff;
	font-size:12px;
	margin-bottom:10px;
	background:transparent url(../img/body_bg_x.png) left -30px repeat-x;
	border-bottom:#749 solid 2px;
}

.address strong span{
	width:150px;
	float:left;
}
.address strong a{
	display:block;
	float:right;
	color:#fff;
	text-decoration:underline;
	font-size:11px;
	font-weight:normal;
}

.address strong a:hover{
	text-decoration:none;
	color:#000;
}

.address div{
	display:block;
	float:left;
	clear:both;
	width:450px;
	padding:5px 10px;
}

.address div label{
	display:block;
	float:left;
	width:180px;
	font-weight:bold;
}

.address div input{
	display:block;
	float:left;
}

.adrres_input{
	font-size:12px;
	width:220px;
}

.payadr{margin-top:10px;}

.payadr label{width:280px!important; padding:0px 0px 0px 10px;}


.myorderscosts{
	width:450px;
	float:right;
	padding-top:10px;
}

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

.myorderscosts div em{
	display:block;
	float:left;
	clear:both;
	width:430px;
	margin:0px 0px 5px;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#fff;
	background:transparent url(../img/body_bg_x.png) left -30px repeat-x;
	border-bottom:#639 1px solid;
	padding:10px;
}

.myorderscosts div textarea{
	display:block;
	clear:both;
	width:448px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	height:70px;
}
.myorderscosts div p{
	font-weight:bold;
	width:350px;
	display:block;
	float:left;
}

.myorderscosts div select{
	display:block;
	float:left;
	width:170px;
	margin-right:150px;
	font-size:12px;
	color:#333;
}

.myorderscosts div a{
	width:20px;
	height:20px;
	overflow:hidden;
	display:block;
	float:left;
	margin-right:10px;
	overflow:hidden;
	background:transparent url(../img/question_btn.png) left top no-repeat;
}

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

.myorderscosts div a b{
	display:none;
	float:left;
	position:absolute;
	margin:-30px 0px 0px -330px;
	background:#639;
	font-weight:normal;
	border:#839 solid 2px;
	padding:10px;
	width:300px;
	color:#fff;
}


.myorderscosts div strong{
	display:block;
	float:left;
	clear:both;
	width:430px;
	font-family:Tahoma, Geneva, sans-serif;
	padding:10px;
	border-top:#c00 2px solid;
	font-size:14px;
	color:#c00;
	text-align:right;
}

.myorderscosts div a:hover b{display:block;}



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

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

.pay_options{
	display:block;
	float:left;
	width:350px;
	background:#fcfcfc;
	border:#eee solid 1px;
	margin:0px 10px 0px 0px;
	overflow:hidden;
	padding:10px 20px 10px 20px;
}

.pay_options div{
	display:block;
	clear:both;
	width:250px;
	overflow:hidden;
	padding:10px 0px;
}


.pay_options div input{
	margin-right:10px;
}

.pay_options div label{
	font-weight:bold;
	color:#333;
}

.payment p{
	display:block;
	float:left;
	width:470px;
	padding-left:20px;
	text-align:justify;
	overflow:hidden;
}


.payment p strong{
	display:block;
	clear:both;
	width:470px;
	border-bottom:#639 2px solid;
	margin-bottom:15px;
	text-align:center;
	color:#639;
	font-size:13px;
	padding:5px 0px 10px;
}

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

.pay_head{
	display:block;
	float:left;
	clear:both;
	padding:10px;
	width:880px;
	color:#fff;
	border-bottom:#639 solid 2px;
	background:transparent url(../img/body_bg_x.png) left -30px repeat-x;
	font-size:12px;
	margin-bottom:10px;
}

.submit_order{
	display:block;
	float:left;
	clear:both;
	cursor:pointer;
	border:none;
	background:transparent url(../img/basket_order_btn.png) left top no-repeat;
	width:171px;
	height:35px;
	margin:10px;
	overflow:hidden;
}

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

.contact_detail{
	float:left;
	width:400px;
	overflow:hidden;
}

.contact_detail img{
	display:block;
	float:left;
	width:150px;
	overflow:hidden;
}

.contact_detail div{
	float:left;
	width:230px;
	padding:10px;
	overflow:hidden;
}

.contact_detail div span{color:#639;}

.contact_detail div strong{
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; 
	margin-bottom:15px;
	display:block;
	clear:both;
}

.contact_detail div p span{font-weight:bold;}
.contact_detail div p{
	font-size:12px;
	display:block;
	clear:both;
	color:#333;
	margin-bottom:15px;
}

.contact_detail div big{
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}


.contact_detail div big span{font-size:28px;}

.contactform{
	display:block;
	float:left;
	width:280px;
	padding-left:10px;
	overflow:hidden;
}

.contactform strong{
	display:block;
	clear:both;
	font-size:16px;
	margin-bottom:10px;
	color:#639;
	padding:5px 10px;
	width:260px;
	border-bottom:#639 2px solid;
	font-family:Arial, Helvetica, sans-serif;
}

.contactform div{
	display:block;
	clear:both;
	padding:5px 0px;
	width:280px;
}

.contactform div label{
	display:block;
	float:left;
	width:100px;
	padding-right:10px;
	text-align:right;
	font-weight:bold;
}

.contactform div input{
	display:block;
	float:left;
	width:160px;
	font-size:12px;
	color:#000;
}

.contactform div textarea{
	display:block;
	clear:both;
	width:273px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.send_btn{
	display:block;
	float:right;
	clear:both;
	width:171px;
	height:35px;
	overflow:hidden;
	border:none;
	margin-top:10px;
	cursor:pointer;
	background:transparent url(../img/send_btn.png) left top no-repeat;
}

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

.logged a
{
	color:#ccc;
	text-decoration:underline;
}

.logged a:hover
{
	color:#fff;
	text-decoration:none;
}
.logged span
{
	color:#ccc;
	padding:0px 10px;
}
.logged
{
	height:35px;
}

.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;

 text-shadow:#608 1px 1px 0px;

}



.current_page span{

 display:block;

 float:left;

 height:17px;

 padding-top:3px;

 background-position:bottom left;

}



.regsep1

{

	width:420px!important;

}

.send_1

{

	margin:-20px 0px 0px!important;

}

.editor{
	text-align:justify;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	padding:5px;
}		

#phone_in_products{
	font-weight:bold; 
	color:#993399; 
	text-decoration:blink; 
	margin-top: 10px; 
	font-size: 12px;
}
.tags{
	display:block;
	clear:both;
	overflow:hidden;
	padding:0px 5px;
	margin-top:5px;
	text-align:justify;
}
.tag1{	color: grey; font-size:14px !important;	}
.tag2{	color: grey; font-size:19px !important;	}
.tag3{	color: grey; font-size:11px !important;	}
.tag4{	color: grey; font-size:16px !important;	}
.tag5{	color: grey; font-size:13px !important;	}
.tag6{	color: grey; font-size:10px !important;	}
.tag7{	color: grey; font-size:20px !important;	}
.tag8{	color: grey; font-size:10px !important;	}
.tag9{	color: grey; font-size:15px !important;	}
.tag10{	color: grey; font-size:9px !important;	}
.tag11{	color: grey; font-size:18px !important;	}
.tag12{	color: grey; font-size:11px !important;	}