@charset "utf-8";
/* CSS Document */
/*////////// GENERAL //////////*/
*{	margin:0; padding:0; list-style:none; }
html, body{
	background: #dcdcdc;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
html{
	overflow-y:scroll;
}
#container {
	margin: 0px auto;
	padding:6px 0;
	width: 950px;	
	position:relative;
}

/*////////// TYPEOGRAPHY //////////*/

.clear{
	clear:both;
}
a{
	outline:none;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
a img{	border:0; }
.uppercase{
	text-transform:uppercase;
}
.dark{
	color:#4f4f4f;
}

h1.top{
	float:left;
	font-size:12px;
	color:#6d6d6d;
	font-weight:normal;
	padding:5px 0 0 0;
}

.head{
	position:absolute;
	top:0; left:0;
	float:left;
	width:100%;
}
.head_in{
	position:relative;
	padding:7px 0 0 0;
}
.logo{
	background: url(../images/logo.png) no-repeat;
	position:absolute; top: 30px;
	left:0;
	width:450px;
	height:125px;
	text-indent:-9999px;
}
.logo a{
	display:block;
	width:450px;
	height:125px;
}
.loginform{
	height:42px;
	float:right;
	padding:0 10px 0 0;
}
.loginform input{
	border:1px solid #cdcdcd;
	height:20px;
	padding:0 0 0 10px;
	color:#ababab;
	font:normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.links a{
	color:#2e2b2b;
	font:normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.loginform input.enter{
	border:none;
	height:22px;
	background:url(../images/button-bg.jpg) repeat-x;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:74px;
	color:#fff;
	font:normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	cursor:pointer;
}

/*////////// HEADER //////////*/

#header{
	height:105px;	
	width:100%;
}
div.top{
	height:37px;
	background: url(../images/top-repeat.jpg) repeat-x;
	width:100%;
}
div.top-right{
	background: url(../images/top-right.jpg) right no-repeat;
	height:37px;
	padding: 0 9px 0 0;
}
#search_holder{
	float:right;
	height:30px;
	padding:7px 0;
}
#search{
	width:370px;
	height:22px;
	border:1px solid #cdcdcd;
	padding: 0 0 0 10px;
	font:normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#ababab;
	float:left;
	margin-right:8px;
}
.search_button{
	background: url(../images/searchbuttonbg.png) left no-repeat;
	width:73px;
	height:25px;
	font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border:0;
	float:left;
	color:#fff;
	cursor:pointer;
}
.cart{
	width:100%;
	background:#fff url(../images/header-repeat.jpg) bottom repeat-x;
	height:68px;
	text-align:right;
	vertical-align:middle;
}
.basket{
	background:url(../images/basket.jpg) right no-repeat;
	height:42px;
	padding:8px 60px 0 13px;
	color:#ff7800;
	font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-left:1px solid #dbdbdb;
	float:right;
	clear:both;
	margin-left:15px;
}
.basket a{
	color:#ff7800;
}
.phones{
	float:right;
	font: normal 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#ff9400;
	padding:3px 0 0 0;
}
/*////////// NAV //////////*/

#nav_top{
	position:absolute;
	top: 153px;
	width:950px;
}
#nav_top ul{
	width:100%;
	background:#ffffff;
	height:31px;
	border-bottom: 3px solid #000;
}
#nav_top ul li{
	float:left;
	position:relative;
	list-style-type:none;
}
#nav_top ul li a{
	display:block;
	float:left;
	line-height:31px;
	padding:0 13px;
	border-right: 1px solid #f0efef;
	color: #636363;
}
#nav_top ul li a:hover{
	text-decoration:none;
	color: #fb9b01;
	border-bottom:3px solid #fe9804;
}

/*////////// CONTENT //////////*/

#content{
	background: #fff;
	float:left;
	width:100%;
	padding:0px 0 15px;
	margin-top:160px;
}
#left{
	width:187px;
	float:left;
	padding:0 0 0 9px;
}
#leftmenu{
	width: 100%;
}
#leftmenu li{
	list-style-type:none;
}
#leftmenu li a{
	display:block;
	float:left;
	width:172px;
	padding:7px 0 7px 15px;
	color: #636363;
	border-bottom:1px solid #24baef;
	background:url(../images/leftmenu-arrow.jpg) right no-repeat;
}
#leftmenu li a:hover{
	color: #24baef;
	background:url(../images/leftmenu-arrow-hover.jpg) right no-repeat;
	text-decoration:none;
}
#middle{
	width:535px;
	float:left;
	padding:0 0 0 11px;
}
#right{
	width:187px;
	float:right;
	padding:0 9px 0 0;
}

#left .leftbox img{
	max-width:70px;
}


/*/////////// Left Column ///////////*/
.grand_oranges{
        padding-top:30px;
	
}
.grand_oranges a{
	display:block;
	background: url(../images/leftbuttons-bg.jpg) repeat-x;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height:46px;
	color:#3d3d3d;
	font:normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height:46px;
	text-align:center;
	margin-bottom:12px;
}
.leftbox{
	background:#f4f4f4  url(../images/leftbox-header.jpg) top repeat-x;
	border:1px solid #c9c9c8;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top:0;
	padding:0 10px 10px;
	margin-bottom:16px;
}
.leftbox h2{
	font:normal 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	height: 32px;
	overflow:hidden;
	line-height:32px;
}
.leftbox h3, .leftbox h3 a{
	font-size:12px;
	color:#3c3b3b;
	text-align:center;
	padding:10px 0;
	font-weight:normal;
	text-decoration:underline;
}
.leftbox div{
	font-size:10px;
	color:#8e8e8e;
	float:left;
	width:90px;
}
.leftbox img{	float:right; }
.leftbox a{	color:#f27702; font-size:11px; text-decoration:underline; }
.accessories img{
	float:none;
	text-align:center;
	max-width:150px!important;
	max-height:150px;
}
.leftbox_imgwrap{	
	display:table-cell;
	width:160px!important;
	height:160px;
	text-align:center;
	vertical-align:middle;	
	float:none!important;
}
.leftbox_imgwrap *{
	vertical-align:middle;
}
#right .leftbox{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;	
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	*width:165px;
}
#right .leftbox div{
	color:#606060;
	float:right;
	width:90px;
	text-align:justify;
}
#right .leftbox div.left_header{
	width:100%;
	font-weight:bold;
	color:#212121;
	text-align:left;
	margin-bottom:5px;
}
#right .leftbox div.left_header a{
	color:#212121;
	font-weight:bold;
	font-size:11px;
}
#right .leftbox .rightbox{
	width:auto;
	background: url(../images/border-dotted.jpg) bottom repeat-x;
	padding:0 0 10px 0px;
	float:left;
	margin-bottom:10px;
	text-align:left;
}
#right .leftbox img{
	float:left;
	margin:0 5px 5px 0;
}
.middlebox{
	border:1px solid #c9c9c8;
	border-top:0;	
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	background:url(../images/middle-title-repeat.jpg) repeat-x;
	padding-bottom:30px;
	width:100%;	
	margin-bottom:15px;
        position:relative; 
}
.middlebox h2{
	font: normal 15px "Trebuchet MS", Arial, Verdana;
	color:#fff;
	padding:0 0 0 15px;
	line-height:32px;
}
.newest{
	border:0;
	padding-bottom:0px;
}


/*////////// FOOTER //////////*/
#footer {
	width: 100%;
	background: #7f7f7f url(../images/footer-repeat.jpg) bottom repeat-x;
	float:left;
	color:#fff;
	font-size:10px;
}
#footer-left{
	background: url(../images/footer-left.jpg) bottom left no-repeat;
	width:100%;
	float:left;
}
#footer-right{
	background: url(../images/footer-right.jpg) bottom right no-repeat;
	width:932px;
	float:left;
	padding:0px 9px 15px 9px;
}
.first-footer-line{
	height:30px;
	line-height:30px;
	border-bottom:1px solid #fff;
	margin-bottom:15px;
}
.footermenu{
	float:right;
}
.footermenu a{
	color: #fff;
	padding:0 3px;
}
.user1, .user2, .user5, .footer_contacts{
	width:200px;
	padding:0 10px 0 0;
	float:left;
	margin-right:25px;
	background:url(../images/footer-separator.jpg) right center no-repeat;
	color: #feb43d;
	font-size:12px;
	min-height:105px;
}
.user1 span{
	display:block;
	width:15px; height:15px;
	background:url(../images/rss.png) no-repeat;
	float:left;
	margin-right:5px;
}
.footer_contacts{
	background:none;
	margin-right:0;
}
.footer_contacts span{
	font-size:11px;
	color:#fff;
}
.footer_contacts a{
	color:#ffb401;
	font-size:11px;
}
.user1 ul, .user2 ul, .user5 ul{
	padding:5px 0 0 0;;
}
.user1 ul li, .user2 ul li, .user5 ul li{
	list-style-type: none;
	background:url(../images/footer-arrow.png) left no-repeat;
	padding:0 0 0 15px;
	color: #fff;
	font-size:11px;
}
.user1 ul li a, .user2 ul li a, .user5 ul li a{
	color: #fff;
	font-size:11px;
}

/*////////// Slideshow //////////*/

.slideshow{
	width:754px;
	background:url(../images/slideshow-repeat.jpg)  left repeat-y;
	float:right;
	
    height:300px;
    position:relative!important;    
}
.slideshow-top{
    height:100%;
	width:754px;
	background: url(../images/slideshow-top.jpg) top left no-repeat;
	float:left;
}
.slideshow-bottom{	
	padding:30px 40px;
	background: url(../images/slideshow-bottom.jpg) bottom left no-repeat;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#484848;
	float:left;
	width:674px;
	overflow:hidden!important;
	height:240px;
}
.overflowslide{
	width:674px;
	overflow:hidden!important;
	float:left;
    position:relative!important;
	height:300px;
}
div.row{
    width:5000px;
    position: absolute; 
}
.sliderItem{
	width:674px;
	float:left;
}
div.slide-text{
	width:490px;
	float:left;
}
.slideshow-bottom img{
	float:right;
}
.slidetitle{
	color:#fc962a;
	font: normal 24px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding:5px 0;
}
.slideshow h3{
	color:#000000;
	font: normal 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
*html .slidetitle{
	font: normal 24px Verdana, Arial, Helvetica, sans-serif;
}
a.arrows{
	position:absolute;
	top:140px;
	width:13px;
	height:30px;
	display:block;
	text-indent:-9999px;
	cursor:pointer;	
	z-index:6000;
}
a.arrowLeft{
	background: url(../images/slider-left.png) no-repeat;
	left:20px;
}
a.arrowRight{
	background: url(../images/slider-right.png) no-repeat;
	right:20px!important;
}

/*//////////////////// PRODUCT TITLE ////////////////*/

.product_box{	
	width:170px;
	padding:20px 4px 0;
	float:left;
	background: url(../images/prodbox-bg.jpg) right no-repeat;
	position:relative;
	height:220px;
}
.newest .product_box{
	background: none;
	padding-left:0;
	padding-right:12px;
}
.newest .product_box a{
	position:relative;
}
.newimg{
	position:absolute;
	top:-15px;
	left:-20px;
}
.newest .lastprod_box, .middleinside .newest .lastprod_box{
	padding-right:0!important;
} 
.lastprod_box{
	background: none;
	padding-right:0
}
.product_top{
	width:163px;
	display:table-cell;
	vertical-align:middle;
	height:165px;
	text-align:center;
	padding-bottom:10px;
}
.product_top *{
	vertical-align: middle;
}
.newest .product_top a{
	display:block;
	border:1px solid #cbcaca;
}
.newest .product_top h3 a{
	border:0;
}
.product_top h3{
	text-align:center;	
	height:44px;
	overflow:hidden;
	margin-top:5px;
}
.product_top h3 a{
	color:#1e1e1e;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
}
.product_top a img{
	max-width:160px;
	max-height:120px;
}
.product_bottom p{
	color:#ff7b00;
	font: normal 20px "Times New Roman", Times, serif;
	float:left;
}
.product_bottom p span{
	color:#c5c4c4;
	font: normal 14px "Trebuchet MS", Arial, Verdana;
}
.buy_button{
	display:block;
	width:62px;
	height:26px;
	background:url(../images/buy-button.jpg) no-repeat;
	font: normal 12px "Trebuchet MS", Arial, Verdana;
	color:#fff;
	text-align:center;
	line-height:24px;
	float:right;
}
.link_line{
	float:right;
}
.product_bottom p span.oldprice{
	text-decoration:line-through;
	color:#858585;
	font-size:13px;
}

/*//////////////// BALLON //////////////*/
.zoom{
	position:absolute;
	left:6px;
	top:10px;
	background: url(../images/zoom.png) 0px 0 no-repeat;
	width:16px;
	height:17px;
	cursor:pointer;
}
.zoom_inside{
	display:none;
}
.zoom:hover .zoom_inside{
	display:block;	
	background:#fff;
	width:300px;
	z-index:1000;
	height:180px;
	float:left;
	text-align:left;
	position:absolute;
	top:15px;
	left:0px;	
	border: 1px solid #c0c0c0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px 20px;	
	overflow:hidden;
}
.zoom_inside .baloonbox{		
	font-size:11px;
}
.baloonbox h3 a{
	font: normal 14px "Trebuchet MS", Arial, Verdana;
	color:#FE7D05;
}
.baloonbox img{
	float:left;
	margin:0 10px 10px 0;
	max-width:120px;
	max-height:120px;
}
/*.left_ballon {
	width: 155px;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 10px 0px 0px 0px;
	}

.left_ballon img {
	width: 119px; }

.left_ballon small {
	width: 119px;
	text-align: center;
	font-size: 10px;
	display: block;
	clear: both;
	color: #000;
	padding: 5px 0px 0px 0px;}

.prices77{
	display: block;
	clear: both;
	width: 160px;
	height: auto;
	overflow: hidden;
	padding: 10px 0px 0px 0px;}

.prices77 span {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: line-through; }

.prices77 strong {
	font-size: 20px;
	color: #fb8a00; }

.for_ballon { padding: 10px 0px 10px 0px; float: left; }

.right_ballon {
	float: left;
	width: 180px;
	height: auto;
	margin-top:10px;
	font-size:11px;
	overflow: hidden; }


.right_ballon ul li{
	background: transparent url('../img/orange_topchi.png') left top no-repeat;
	background-position: left 5px;
	font-size: 11px;
	padding: 0px 0px 0px 15px;
	margin-bottom:15px;
	color: #565656;}



.right_ballon strong {
	font-size: 11px;
	color: #535353;
	padding: 5px 0px 10px 0px;
	display: block;
	clear: both;}

.right_ballon {
	padding: 0px 0px 10px 0px; }*/

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

/*.second_sepline {
	width: 350px;
	height: auto;
	overflow: hidden;
	display: block;
	clear: both;
	padding: 0px 0px 5px 0px;}

.second_sepline label {
	display: block;
	clear: both;
	padding: 0px 0px 4px 0px;}

.ta_bg {
	background: transparent url('../img/add_notice_ta.gif') left top no-repeat;
	width: 318px;
	height: 136px;
	display: block;
	clear: both;
	padding: 5px;}

.ta_bg2 {
	float: left;
	clear: none; }

.ta_bg textarea {
	border: none;
	background: none;
	width: 318px;
	height: 136px;
	float: left;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;}

.second_sepline2 {
	display: block;
	clear: both;
	width: 350px;
	height: auto;
	overflow: hidden;
	padding: 0px 0px 4px 0px;}

.second_sepline2 label {
	float: left;
	width: 106px; }

.second_sepline2 input {
	width: 222px; }

.form_col {
	float: left;
	width: 350px;
	height: auto;
	overflow: hidden;
	padding: 0px 0px 0px 10px;}

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

.send_me {
	display: block;
	clear: both;
	font-size: 14px; }

.send_me span {
	font-size: 11px; }

.send_me span strong {
	color: red; }

.publ {
	background: transparent url('../img/pub.gif') left top no-repeat;
	width: 217px;
	height: 37px;
	display: block;
	clear: both;
	border: none;
	cursor: pointer; }

.datas {
	display: block;
	clear: both;
	width: 800px;
	height: auto;
	overflow: hidden;
	padding: 10px 0px 10px 0px;}

.datas ul li {
	display: block;
	clear: both;
	font-size: 12px;
	padding: 0px 0px 5px 0px;}

.datas ul li span {
	width: 150px;
	float: left;}*/

/*////////////////// INSIDE ////////////////*/

.middleinside{
	width:735px!important;
	padding-top:15px!important;
}
.category_title{
	font-size:12px!important;
}
.middleinside .middlebox .product_box{
	padding:20px 6px 0;
}
.middleinside .newest .product_box{
	padding-left:0;
	padding-right:18px;
}
.filter_title{
	font:normal 16px Verdana, Arial, Helvetica, sans-serif;
	color:#1e1e1e;	
	padding:12px 0 12px 15px;
}
.filters{
	width:675px;
	background: #eeeeee;
	margin-left:15px;
	padding:15px 10px 15px 20px;
}
.filter_label{
	color:#353535;
	font:normal 14px "Trebuchet MS", Arial, Verdana;
	background:url(../images/filter-arrow.jpg) left no-repeat;
	padding:0 0 0 15px;
}
.column1{
	float:left;
	width:225px;
	/*background: url(../images/filter-separator.jpg) right no-repeat;*/
}
.filters ul{
	margin-top:10px;
}
.filters ul li{
	float:left; margin-right:10px;
	width:125px;
	padding:0 0 8px 0;
	line-height:11px;
}
.filters ul li a{
	color:#7e7e7e;
	font-size:11px;
}
.filters input{	
	border:0!important;
	background:none;
	float:left;
	margin:0px 10px 0 0;
}
.filters ul li a:hover{
	color:#22aeff;
}
.brand_filter ul li{
    width:155px;
}
.column2{
	float:right;
	width:215px;
}
.column2 select{
	width:190px;
	padding:2px;
	color:#939292;
}


/*=================== price slider range ================*/
.rangeSlider {
	
	padding:20px 0 0 0;
	margin-left:10px;
}
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 17px; height: 18px; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .5em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { 
	height: .6em; 
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/	 }
.ui-slider-horizontal .ui-slider-handle { margin-left: -.5em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #dbdbdb/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ ; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { background: #fb9706/*{bgColorHeader}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #767676/*{fcHeader}*/; }
.ui-slider-handle {
    cursor: default;
    position: absolute;
    z-index: 2;
	background:url(../images/slider_knob.jpg) top left no-repeat;
	top:-6px;
	display:block;
	outline:none;
}

.ui-slider-handle:hover {
	text-decoration:none;
}
.ui-slider-handle .amount {
	color:#767676;
	font-size:11px;
	padding-top:20px;
	display:block;
	white-space:nowrap;
	text-align:center;	
}


/*////////// FORMS //////////*/
form {
	font-size: 10px;
}
input, .register input {
	background-color: #FFFFFF;
	color: #777;
	border: 1px solid #999999;
	font-size: 11px;
	padding: 3px;
}
textarea{
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #999999;
	font-size: 11px;
	padding: 3px;
	width: 300px;
	height: 150px;
}
.button, input#submit{/*this class allows me to treat an input element like a
button*/	
	border:none!important;
	height:32px!important;
	background:url(../images/middle-titleblack-repeat.jpg) repeat-x;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px 20px!important;
	color:#fff!important;
	font:normal 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif!important;
	cursor:pointer;
}
.register{
	padding:30px 0 0 0;
}
.register input{
	width:250px;
}
.register .button{
	margin-left:180px;
	max-width:140px;
}
.register label{
	float: left;
	width: 150px;
	font-size: 11px;
	color: #090909;
	padding:0px 15px;
	clear:both;
}
.register label strong, .descr_of_page strong{
	color:#FF890E;
}
.register img{
	margin-left: 180px;
}
div.abr{
	float:left;
	margin-left:180px;
}
div.abr input{
	float:left;
	width:20px;
}
.abr span{
	float:left;
}
.abr a{
	color:#FF6600;
}
.descr_of_page {
	text-align: left;
	font-size: 11px;
	color: #777;
	height: auto;
	padding: 15px 15px 0px 15px;
	float:left;
	width:720px;
}

/*///////////// user logged in ////////////////*/

.hello_user{
	float:right;
	font:normal 12px "Trebuchet MS", Arial, Verdana; color:#4F4F4F;
	padding:10px 10px 0;
	height:28px;
	border-left:1px solid #EAEAEA;
	margin-bottom:4px;
}
.hello_user span{
	color:#FF890E;
	font-weight:bold;
}
.loggedin_menu{
	float:right;
	height:28px;
	padding:10px 10px 0;
	margin-bottom:4px;
	border-right:1px solid #C9C9C9;
}
.loggedin_menu img{
	float:left;
}
.loggedin_menu .links a{
	font-size:12px;
	color:#4F4F4F;
}
.editor{
	font:normal 11px Arial, Helvetica, sans-serif;
	color:##777;
	padding:0 15px;
}
.editor a{
	color:#FF890E;
}
.add_note{
	background: transparent url(../images/middle-titleblack-repeat.jpg) repeat-x;
	padding:10px 20px;
	float: left;
	font-size: 11px;
	color: white;
	margin-left:15px;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/*////////////////// OBIAVI / PUBLICATIONS ///////////////////////*/

.links_notes ul, .browse_uplinks ul {
	display: block;
	clear: both;
	padding: 30px 0px 0px 10px;
}
.browse_uplinks ul{
	padding-top:0;
}
.links_notes ul li, .browse_uplinks ul li {
	width: 165px;
	height: auto;
	overflow: hidden;
	display: block;
	float: left;
	padding: 0px 5px 4px 10px;}

.links_notes ul li a, .browse_uplinks ul li a {
	width: 160px;
	font-size: 11px;
	background: transparent url('../img/front_dark.gif') left top no-repeat;
	background-position: left 4px;
	padding: 0px 0px 0px 7px;
	float: left;
	color: #666;}
.browse_uplinks ul li a{
	font-size:10px;
}
.links_notes ul li a:hover, .browse_uplinks ul li a:hover {
	text-decoration: underline;
	color: #000; 
}
.data{	font-size:11px; color: #454545; }
.pricesofnote{
	font-size:12px;
	font-weight:bold;
}
.pricesofnote span{
	color:#FF7B00;
	font:normal 24px "Book Antiqua",Georgia,"Times New Roman",Times,serif;
	text-transform:none;
}	
	
/*//////////////// NUMBS LISTING/Paging ///////////////*/

.numbs {
	display: block;
	clear: both;
	padding: 30px 0px 20px 15px;}
.numbs a, .current {
	/*background: transparent url('../img/numb_body.png') left top repeat-x;*/
	height: 24px;
	float: left;
	font-size: 12px;
	line-height:24px;
	padding:0 8px;
	font-weight: bold;
	color: #333;
	margin-right: 5px;}
.numbs a { 
	cursor: pointer; 
	border:1px solid #E3E3E3; 
	color: #ADADAD; 
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.current { color: #fff; background:#FF890E; border:1px solid #FF890E; }
.numbs a:hover{ color: #fff; background:#FF890E; border:1px solid #FF890E; }


/*//////////////////////// ERRORS ////////////////////////////*/

.error_shown {
	float: left;
	width: 700px;
	padding: 15px;
	line-height:45px;
}

.error_shown p, .error_shown img, .register .error_shown img{ float: left; }
.error_shown p { width: 400px; font-size: 11px; text-align: left; padding: 5px 0px 0px 10px; float:left; line-height:17px;}
.error_shown div{	float:left; width:500px; color:red; margin-left:30px;}
.error_shown div p{
	padding:0;
}
.register .error_shown img{
	margin-left:0!important;
}
.error {
	background:transparent url(../img/warn.png) no-repeat scroll left top;
	clear:both;
	color:#BE0000!important;
	display:block;
	font-size:11px!important;
	float: left;
	margin:5px 0px 0px 5px!important;
	padding:2px 25px 5px!important;
}

.er2{
	margin-left:23px !important;
	color:#333333 !important;
}


/*//////////////// Path /////////////////*/

.back_links {	
	padding: 15px;
	color:#ff7b06;
	font-size:11px;
}
.back_links a {	
	color:#a2a2a2;
}
.back_links a:hover {
	text-decoration: underline; 
}


/*////////////// Product Detail //////////*/

.common_text{
	padding: 0 15px 20px 15px;
	font-size:11px;
	color:#aaaaaa;
}
.gallery{
	float:left;
	width:307px;
	margin-right:25px;
	padding:0 0 0 15px;
}
.rightinfo{
	width:375px;
	float:left;
	color:#646464;
	font-size:11px;
}
.rightinfo h1{
	font: normal 17px Verdana, Arial, Helvetica, sans-serif;
	color:#3f3f3f;
	float:left;
	width:275px;
}

.margin_smallimg{
	float:left;
	margin-right:2px;
}
.grand_imgwrap{	
	height:250px; display:table-cell; 
	width:300px; text-align:center; 
	vertical-align:middle;
	border:1px solid #ddd;	
}
.small_pics{	 
	margin-top:20px;
        margin-bottom:20px;
}
.small_imgwrap{
	display:table-cell;
	vertical-align:middle;
	height:71px;
	width:71px;
	text-align:center;
	
	border:1px solid #ddd;
}
.grand_imgwrap *{
	vertical-align:middle;
}
.small_imgwrap *{
	vertical-align:middle;
}
.grand_imgwrap *{
	vertical-align: middle;
}

.small_pics img { 
	max-width: 71px; 
	max-height:71px; 
}
.grand img{
	max-width:300px;
	max-height:250px;
}
.small_pics { float: left; width: 300px; height: auto; }
.small_pics2 {
	display: block;
	clear: both;
	padding: 5px 0px 0px 0px;
	width: 270px; }
.small_pics2 a {
	float: left;
	clear: none;
	margin: 0px 2px 2px 0px;}
.company_logo{
	float:right;
	width:100px;
	height:50px;
}
.extraSpecs {
	padding:10px 0px;
	float:right;
}
.extraSpecs ul li {
	min-height:50px;
	height:auto !important;
	height:50px;
	width:175px;
	padding-top:5px;
	margin-bottom:5px;
	overflow:hidden;
	border-bottom:1px solid #d7d7d7;
	float:left;
	list-style-type:none;
}
.extraSpecs ul li.snd {
	margin-left:10px;
}
.extraSpecs img {
	margin-right:7px;
	padding-bottom:0px;
	float:left;
}
.extraSpecs .stitle {
	display:block;
	padding-bottom:3px;
	color:#565656;
	font: normal 13px "Trebuchet MS", Arial, Verdana;
}
.extraSpecs .ostitle{
	font-size:12px;
}
.extraSpecs .sproperty {
	font-size:11px;
	display:block;
	color:#9c9c9c;
}
.descript ul li, .descript2 ul li {
	background: transparent url('../img/orange_topchi.png') left top no-repeat;
	background-position: left 5px;
	font-size: 11px;
	padding: 0px 0px 0px 15px;
	margin-bottom:15px;
	color: #565656;
}
.pricebox{
	background:#eeeeee;
	padding:15px;
	margin-top:15px;
	width:345px;
	float:left;
}
.addtobask{
	background: url(../images/buy_bg.jpg) repeat-x;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	width:100px;
	height:38px;
	float:right;
	color:#fff;
	font: normal 20px "Trebuchet MS", Arial, Verdana;
	cursor:pointer;
	border:0;
	margin-right:45px;
}
.tbi_buy{
	background: url(../images/middle-title-repeat.jpg) repeat-x;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	height:32px;
	color:#fff;
	font: bold 14px "Trebuchet MS", Arial, Verdana;
	padding:0 15px;
	float:left;
	margin:3px 0;
	border:0;
}
.choose_price{
	border-bottom:1px solid #cbcbcb;
	padding:0 0 10px 0;
}
.choose_price label{
	float:left;
	font: bold 12px "Trebuchet MS", Arial, Verdana;
	width:200px;
}
.choose_price input{
	float:left;
	margin-right:10px;
	height:15px;
}
.choose_price p{
	color: #F98100; font:bold 13px "Trebuchet MS", Arial, Verdana!important;
}
.order_quantity label{
	float:left;
	width:70px;
	font:bold 13px "Trebuchet MS", Arial, Verdana!important;
}
.order_quantity input{
	float:left;	
	margin-right:5px;
}
.order_quantity p{
	float:left;
	line-height:20px;
}
.choose_price, .order_quantity{
	margin-bottom:10px;
	float:left;
	width:100%;
}
.order_quantity{
	width:150px;
	padding:10px 0 0 0;
}
.stars_rei {
	display: block;
	clear: both;
	padding: 5px 0px 0px 0px;
}
.stars_rei a{
    color:#F95700;
    font-weight:bold;
 
}
.stars_rei p {
	font-size: 11px;
	display: block;
	clear: both;
	display: block;
	clear: both;
	padding: 0px 0px 0px 5px;
}
.stars_rei img {
	float: left;
	margin: 0px 2px 0px 0px;
}
.descript, .extra {
	font-size:11px;
	color:#8c8c8c;
	padding:0 15px;
}
.extra {
	padding:10px 15px;
}
.extra a{
	color:#F98100;
}
.descript small {
	display: block;
	clear: both;
	padding: 5px 0px 0px 0px;
	color: #333;
}
.descript p {
	display: block;
	clear: both;
	padding: 0px 0px 5px 0px;
}
.descript table{
	border:none !important;
	vertical-align:top;
	margin-left:30px;
}
.descript table td{
	vertical-align:top;
	border:none !important;
	width:300px !important;
}
.phone_details, .browse_uplinks{
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	background:url(../images/middle-titleblack-repeat.jpg) repeat-x;
	width:707px;	
	margin:15px 0 0 15px;
}
.phone_details h3, .browse_uplinks h2{
	font: normal 15px "Trebuchet MS", Arial, Verdana;
	color:#fff;
	padding:0 0 0 15px;
	line-height:32px;
	margin-bottom:20px;
}
.browse_uplinks{
	border:1px solid #c9c9c8;
	border-top:0;
	padding-bottom:20px;
	background:#EEEEEE url(../images/middle-titleblack-repeat.jpg) top repeat-x;;
}
.phone_details ul{
	margin-left:10px;
	margin-bottom:20px;
	float:left;
}
.phone_details ul li{
	border-bottom:1px solid #d1d1d1;
	list-style-type:none;
	float:left;
	width:100%;
	padding:5px 0;
}
.detLeft{
	float:left;
	width:325px;
	padding:0 0 0 15px;
}
.detRight{
	float:right;
	width:325px;
	padding:0 15px 0 0;
}
.detItemTitle{
	background: #eeeeee;
	color:#ff7b00;
	font: normal 14px "Trebuchet MS", Arial, Verdana;
	padding:3px 0 3px 10px;
}
.subDetTitle{
	float:left;
	width:85px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#7f7d7d;
}
.subDet{
	float:right;
	word-wrap: break-word;
	width:220px;
	font-size:11px;
	color:#212121;
}
.iconCheck {
	background: url(../images/iconCheck.jpg) no-repeat scroll top left transparent;
    float: left;
    height: 14px;
    margin-right: 4px;
    width: 14px;
}
.iconCheckNegative{
	background: url(../images/iconCheck.jpg) no-repeat scroll bottom left transparent;
}

/*.pricebox .separated_lines { float: left; width: 350px; padding: 0px 0px 4px 0px; }
.pricebox form .separated_lines label, .price_panel_top form .separated_lines .check_it, .price_panel_top form .separated_lines p { float: left; }
.pricebox form .separated_lines label { width: 185px; font-size: 11px; font-weight: bold; }
.pricebox form .separated_lines p { font-size: 11px; font-weight: bold; color: #9b0000; padding: 0px 0px 0px 10px; }
.pricebox form .separated_lines .check_it { margin: 2px 0px 0px 0px; }

.bottom_lineinform { width: 350px; display: block; clear: both;}*/

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

.basket_padding{
	padding: 20px 10px 0;
}
/*.basket_parrent {
	background: transparent url('../img/basket_parrent_body.png') left top repeat-y;
	width: 940px;
	height: auto;
	overflow: hidden;
	display: block;
	clear: both; }

.basket_parrent_top {
	background: transparent url('../img/basket_parrent_top.png') left top no-repeat;
	width: 930px;
	height: auto;
	overflow: hidden;
	display: block;
	clear: both;
	padding: 0px 0px 0px 10px;}

.basket_parrent_bottom {
	background: transparent url('../img/basket_parrent_bottom.png') left top no-repeat;
	width: 940px;
	height: 12px;
	display: block;
	clear: both;
	font-size: 1px;}

.title_basket {
	display: block;
	clear: both;
	width: 900px;
	font-size: 11px;
	color: #535252;
	padding: 10px 10px 15px 0px !important;}
*/
table.thebasket{
	width:910px;
	margin-left:10px;
}
table.thebasket thead td {
	background: url(../images/middle-titleblack-repeat.jpg) repeat-x;
	border-bottom: 1px solid #9d9d9d;
	border-right: 1px solid #9d9d9d;
	padding: 8px 0px 8px 5px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	}

table.thebasket tbody tr td {
	background: #f5f5f5;
	border-bottom: 1px solid #d3d3d3;
	padding: 10px 0px 10px 5px;
	font-size: 11px;}
.second td {
	background: white!important; }
td.first { text-align: center; }
td.darkred { color: #FC7E00; }
td.grpls { background: #e9e9e9!important; color:#e22b2b!important; }
.smallparrent input, .order_quantity input { 
	width: 52px; height: 20px;
	font-size: 12px; padding:0;
	font-weight: bold; color: #FC7E00; text-align:center;
	background: #fff; border:1px solid #cbcbcb;
}
table.thebasket tbody td.pricetxt{
	text-align: right;
	padding:5px 10px!important;
	font-weight: bold; color: #333;
	background:#EDEDED;
}
table.thebasket tbody td.pricevalue{
	text-align:right;
	padding:5px 10px 5px 0!important;
	color: #FC7E00; font:bold 15px "Trebuchet MS", Arial, Verdana!important;
	background:#EDEDED;
}
.buttons_bottom {
	display: block;
	clear: both;
	width: 920px;
	height: auto;
	overflow: hidden;
	padding: 5px 0px 0px 0px;}
.option {
	text-decoration: underline;
	color: #494949;}

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

table.thebasket .last { border-bottom: none!important; }
.buttons_bottom input, .buttons_bottom a { float: right; }
.orders {
	display: block;
	clear: both;
	width: 920px;
	height: auto;
	overflow: hidden;
	padding: 10px 0px 10px 0px;
}
.order, .pros, .buttons_bottom input{ 
	background: transparent url(../images/middle-title-repeat.jpg) repeat-x;	
	height: 22px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font: bold 15px "Trebuchet MS", Arial, Verdana;
	color:#fff;
	text-align:center;
	text-shadow: 0px -1px -1px #606060;
	padding:5px 15px;
	margin-left:10px;
	border:0;
}
.pros, .buttons_bottom input{ 
	background: transparent url(../images/middle-titleblack-repeat.jpg) repeat-x!important;
	text-shadow: 0px -1px -1px #3f3f3f;
}
.buttons_bottom input{	height: 32px; cursor:pointer; }
.order:hover, .pros:hover{
	text-decoration:none;
}


/*.prices div {
	float: right;
	font-size: 11px;
	clear: both;}

.prices div p, .prices div strong { float: left; color: #FC7E00; font:bold 15px "Trebuchet MS", Arial, Verdana; }
.prices div p { text-align: left; font-weight: bold; color: #333; padding: 0px 10px 0px 0px; width: 200px; }*/




.parrent_oftable .prices {
	width: 646px;}

.parrent_oftable .buttons_bottom {
	width: 648px;
	height: auto;
	overflow: hidden;
	display: block;
	clear: both;
	padding: 10px 0px 0px 0px;
}

/******* CHECKOUT METHODS ********/

.methods {
	display: block;
	clear: both;
	height:84px;
	padding:0px 0 0 30px;
	overflow: hidden;
	background:#e7e7e7 url(../images/method-bg.jpg) bottom repeat-x;
}
.meth_left {
	background: transparent url(../img/checkout_left.png) left top no-repeat;
	width: 30px;
	height: 84px;
	float: left; }
.meth_right {
	background: transparent url('../img/checkout_right.png') left top no-repeat;
	width: 30px;
	height: 84px;
	float: left;}
.printme {
	background: transparent url('../img/printirai.png') left top no-repeat;
	width: 128px;
	height: 45px;}
a:hover.printme {
	background-position: left -45px; }
.step1, .step2, .step3, .step4 {
	background: transparent url('../img/step1.png') left top no-repeat;
	width: 220px;
	height: 84px;
	float: left;}
.step2 { background: transparent url('../img/step2.png') left top no-repeat; }
.step3 { background: transparent url('../img/step3.png') left top no-repeat; }
.step4 { background: transparent url('../img/step4.png') left top no-repeat; }		
.loginto, .reginto{
	background: transparent url('../img/form_title_body.png') left top repeat-y;
	width: 450px;
	min-height: 300px;
	overflow: hidden;
	float: left;
	border-bottom: 1px solid #f6f6f6;
	margin-right: 15px;
}
.loginto input{
	width:150px;
}
.reginto .abr{
	margin-left:0;
	font-size:11px;
}
.reginto .button{
	margin-left:0;
}
.forg {
	display: block;
	float: left;
	clear: both;
	font: 12px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	color: #2E2B2B;
	margin: 5px 0px 0px 15px;
	text-decoration:underline;
}
a:hover.forg {
	text-decoration: none; 
}
.currr { background-position: left -84px; 
}
.post { background-position: left -168px; 
}
.forms {
	display: block;
	clear: both;
	width: 930px;
	float: left;
	padding: 10px 0px 0px 10px;
}	
* html .loginto { height: 300px; overflow: visible;
}
* html .reginto { height: 300px; overflow: visible;
}
.loginto_title {
	background: transparent url('../img/form_title_bg.png') left top no-repeat;
	width: 420px;
	height: auto;
	overflow: hidden;
	padding: 15px 0px 0px 30px;
}
.loginto_title p {
	display: block;
	clear: both;
	font-size: 11px;
	color: #6f6f6f;
}
.loginto_title p strong {
	font-size: 13px;
	color: #383838;
}
.loginto_title p strong span {
	color: #ffa118; 
}
.sepa_rator {
	width: 400px;
	float: left;
	padding: 10px 0px 0px 0px;
}
* html .sepa_rator {
	padding: 6px 0px 0px 0px; }
*+html .sepa_rator {
	padding: 6px 0px 0px 0px; }
.sepa_rator p {
	display: block;
	clear: both;
	font-size: 11px;
}
.sepa_rator p strong {
	font-size: 11px;
	color: #5e5e5e;
}
.sepa_rator3 p {
	background: transparent url('../img/front_.png') left top no-repeat;
	background-position: left 4px;
	padding: 0px 0px 4px 13px;
}
.sepa_rator3 {
	width: 380px;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 10px 0px 0px 0px;
}

/****** STEP 2 ********/
.step2form{
	width:400px;
	padding:0 20px;
	float:left;
	margin-left:20px;
	min-height:320px;
}
.step2form input{
	width:200px;
}
.button_place .button{
	float:right;
	margin-right:25px;
}

/****** STEP 3 *******/

.correction {
	padding: 20px 10px 0px 10px;}
.correction_top {
	background: transparent url('../img/correct_top.png') left top no-repeat;
}
.whatsthat {
	display: block;
	clear: both;
	padding: 15px 0px 0px 20px;}
.whatsthat p {
	display: block;
	clear: both;
	font-size: 11px;
	color: #6f6f6f;}
.whatsthat p strong {
	font-size: 12px;
	color: #383838;}
.whatsthat p strong span {
	color: #ff981f; }
.correction table, .from3 {
	background: transparent url('../img/form_orange_platform.png') left top no-repeat;
	font-size: 11px;
	margin: 0px 0px 10px 0px;}
.correction table thead td, .correction table tbody td, .from3 thead td, .from3 tbody td  {
	color: white;
}
table.step3table{
	width:920px!important;
}
table.step3table td span.paying_price{
	color:#fff;
	font:bold 13px "Trebuchet MS", Arial, Verdana;
}
table.paying_adress thead td{
	background: url(../images/middle-title-repeat.jpg) repeat-x;
	border-right: 1px solid #fc7f1b;
	padding-left:10px;
}
.correction table tbody td, .from3 tbody td {
	font-weight: normal;
	color: #333;
	padding: 5px 0px 5px 5px;
}
.correction table tbody td p {
	color: #9d0000; 
}
.comm_place p {
	font-size: 11px;
	color: #333;
	padding: 7px 0px 12px 0px;
	font-weight:bold;
}
.comm_place textarea {
	width: 920px;
	height: 90px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	border: none;
	background: none;
	border:1px solid #cdcdcd;
}
table.thebasket td span { color: #777777; font-size: 9px;}
td.first span{ font-size:9px; text-decoration: line-through; }
td.darkred span{ font-size:9px; text-decoration: line-through; }

.pay_links {
	display: block;
	clear: both;
	width: 900px;
	height: auto;
	overflow: hidden;
	display: block;
	clear: both;
	padding: 40px 0px 0px 45px;}

.pay_links a {
	width: 248px;
	height: 104px;
	float: left;
	font-size: 11px;
	color: #333;
	padding: 45px 0px 0px 17px;
	margin: 0px 20px 0px 0px;}

.onl { background: transparent url('../img/online_pay.png') left top no-repeat;}
.bnk { background: transparent url('../img/bank_pa.png') left top no-repeat; }
.nal { background: transparent url('../img/nal_pay.png') left top no-repeat; }

.pay_links a:hover { background-position: left -149px; color: #fff; }



/*////////////////// Success Order ///////////*/

.sucs_top {
	width: 920px;
	height: auto;
	overflow: hidden;
	padding: 10px 0px 0px 20px;}

.sucs_top img {
	float: left; }

.lett {
	float: left;
	width: 760px;
	padding: 20px 0px 0px 20px;}

.lett p { font-size: 11px; color: #6f6f6f; }
.lett p strong { font-size: 13px; color: #383838; }

.lett p strong span { color: #ff981f; }

/*////////////////////// TAGS ////////////////////*/

.tags{
	display:block;
	clear:both;
	overflow:hidden;
	padding:0px 5px;
	margin-top:5px;
	text-align:justify;
}

.tags a{
	color:#CCC;
	text-decoration:none;
}

.tags a:hover{
	color: #903;
}

.tag1{	font-size:14px !important;	}
.tag2{	font-size:19px !important;	}
.tag3{	font-size:11px !important;	}
.tag4{	font-size:16px !important;	}
.tag5{	font-size:13px !important;	}
.tag6{	font-size:10px !important;	}
.tag7{	font-size:20px !important;	}
.tag8{	font-size:10px !important;	}
.tag9{	font-size:15px !important;	}
.tag10{	font-size:9px !important;	}
.tag11{	font-size:18px !important;	}
.tag12{	font-size:11px !important;	}

/*.medium {
	background: transparent url('../img/medium_body.png') left top repeat-y;
	width: 341px;
	height: auto;
	overflow: hidden;
	float: left;
	border-bottom: 2px solid #ffad1b;
	margin: 0px 8px 0px 0px;}

.medium_top {
	background: transparent url('../img/medium_tops.png') left top no-repeat;
	width: 341px;
	height: auto;
	overflow: hidden;
	padding: 0px 0px 20px 0px;}

.medium_top p {
	width: 341px;
	text-align: center;
	padding: 25px 0px 45px 0px;
	font-weight: bold;
	color: #383838;
	font-size: 13px;}

.medium_top p strong {
	color: #ff9c1c; }

.adr_lines {
	float: left;
	width: 314px;
	height: auto;
	overflow: hidden;
	padding: 0px 0px 10px 25px;}

.adr_lines a{
	font-size:11px;
	text-decoration:underline;
	color:#FF9900;
	line-height:14px;
	margin-top:4px;
	display:block;
	clear:both;
	text-align:center;
}

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

.adr_lines label {
	float: left;
	font-weight: bold;
	font-size: 11px;
	width: 85px;
	color: #5e5e5e;
	padding: 5px 0px 0px 0px;}

.adr_lines label strong { color: red; }

.adr_parr {
	background: transparent url('../img/medium_input_parrent.png') left top no-repeat;
	width: 188px;
	height: 15px;
	float: left;
	padding: 6px 4px 4px 4px;}

.adr_parr input {
	width: 180px;
	height: 16px;
	font-size: 11px;
	border: none;
	background: none;}

.where_to_pay {
	display: block;
	clear: both;
}*/

/*.button_place {
	width: 690px;
	height: auto;
	overflow: hidden;
	display: block;
	clear: both;
	text-align: center;
	padding: 20px 0px 20px 0px;}

.button_place input {
	background: transparent url('../img/proceed.png') left top no-repeat;
	width: 217px;
	height: 37px;
	border: none;
	cursor: pointer; }*/

	
/*.sepa_rator input {
	float: left;
	margin: 1px 0px 0px 0px;}

* html .sepa_rator input {
	float: left;
	margin: -2px 0px 0px -5px; }

*+html .sepa_rator input {
	float: left;
	margin: -2px 0px 0px -5px; }

.sepa_rator label {
	float: left;
	font-weight: bold;
	font-size: 11px;
	color: #5e5e5e;
	padding: 0px 0px 0px 10px;}*/

/*.login_area {
	display: block;
	clear: both; }

.login_area {
	display: block;
	clear: both;
	width: 400px;
	height: auto;
	overflow: hidden;
	padding: 30px 0px 30px 0px;}
	
.note {
	background:  url('../img/note_top.png') left top no-repeat;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-right:15px;
	width: 200px;
	height: auto;
	float: left;
}

.note_top {	
	height: auto;
	overflow: hidden;
	padding: 10px 0px 5px 10px;}

.note_top h3 {
	clear: both;
	text-align:center;
}

.note_top h3 a {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #1E1E1E;
}

.note_top h3 a:hover {
	text-decoration: underline; }

.note_left {
	float: left;
	width: 130px;
	height: auto;
	overflow: hidden;
	padding: 5px 0px 0px 0px;}

.note_left img {
	border: none;
	background: #fff;
	padding: 3px;
	border: 1px solid #e4e4e4;
	border-left: none;
	border-top: none;}

.note_right {
	float: left;
	width: 108px;
	height: auto;
	overflow: hidden;
	padding: 5px 0px 0px 0px;}

.note_right p {
	display: block;
	clear: both;
	font-size: 11px;
	padding: 5px 0px 15px 0px;
	}

.note_right p span {
	display: block;
	clear: both;
	color: #666;}

.note_right p strong {
	display: block;
	clear: both;
	color: #000;
	font-size: 12px;}

.note_right a {
	background: transparent url('../img/adv_note.png') left top no-repeat;
	width: 102px;
	height: 23px;
	display: block;
	clear: both;
	font-size: 11px;
	color: #5c5c5c;
	font-weight: bold;
	text-align: center;
	padding: 6px 0px 0px 0px;}

.note_right a:hover {
	background-position: left -29px;
	color: white;}
*/

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

body {
	background: transparent url('../img/background.png') left top repeat-x;
	font-family: Tahoma, Geneva, sans-serif; 
}

.content {
	width: 941px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;}*/

/*.footer {
	display: block;
	clear: both;
	width: 941px;
	height: auto;
	overflow: hidden; }

.extra{
	font-size:11px;
	color:#999;
	text-align:justify;
	margin-bottom:10px;
}

.upper_navigation {
	float: right;}

.upper_navigation a {
	background: transparent url('../img/top_button.gif') center top no-repeat;
	font-size: 11px;
	color: #777;
	float: left;
	height: 24px;
	padding: 10px 10px 0px 10px;}

.upper_navigation a:hover {
	background-position: center -34px; }

.second_level {
	width: 941px;
	height: auto;
	overflow: hidden;
	display: block;
	clear: both;
	padding: 5px 0px 0px 0px;}

.logo {
	background: transparent url('../img/logo.png') left top no-repeat;
	width: 250px;
	height: 13px;
	float: left;
	font-size: 11px;
	color: #777;
	padding: 55px 0px 0px 7px;}

.second_level form {
	float: right;
	padding: 5px 0px 0px 0px;
	width: 370px;
	height: auto;
	overflow: hidden;}

.ipbg {
	background: transparent url('../img/login_input_bg.png') left top no-repeat;
	width: 142px;
	height: 16px;
	float: left;
	padding: 3px;
	margin-right: 5px;}

.ipbg input {
	border: none;
	background: none;
	font-size: 11px;
	color: #666;
	width: 134px;
	padding: 2px;}

.enter {
	background: transparent url('../img/login_submit.png') left top no-repeat;
	width: 62px;
	height: 22px;
	float: left;
	border: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	color: white; }

.links {
	float: left;
	clear: left;
	font-size: 11px;
	color: #777;
	padding: 3px 0px 0px 2px;
	width: 200px;}

.links a {
	font-size: 11px;
	color: #777;
	text-decoration: underline;}

.links a:hover {
	color: #ffa515; }

.third_level {
	background: transparent url('../img/orange_platform.png') left top no-repeat;
	width: 941px;
	height: 78px;
	display: block;
	clear: both;}

.basket_ops {
	float: left;
	width: 340px;
	height: auto;
	overflow: hidden;
	padding: 27px 0px 0px 10px;}

.you_saved {
	background: transparent url('../img/basket_icon.png') left top no-repeat;
	padding: 10px 0px 10px 50px;
	font-size: 11px;
	color: white;
	float: left;}

.you_saved a { color: white; text-decoration: underline; }
.you_saved a:hover { text-decoration: none; }

.button_order {
	background: transparent url('../img/button_order.png') left top no-repeat;
	width: 65px;
	height: 21px;
	float: left;
	font-size: 11px;
	color: #777;
	margin: 10px 0px 0px 15px;
	padding: 8px 0px 0px 40px;}

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

.right_stuff {
	float: right; }

.buttons_menu {
	height: 36px;
	float: left;
	text-decoration:none;
	/*margin-left:70px;
	padding: 0px 5px 0px 0px;}

.buttons_menu a{
	overflow:hidden;
	height: 36px;
	display:block;
	float:left;
	background: transparent url('../img/btn_center.png') center top repeat-x;
	font-size: 11px;
	color:#666;
	cursor: pointer;
	margin: 0px 0px 0px 5px;}

.buttons_menu a:hover{
	color: white;
	background-position: left -36px; }

.buttons_menu a span{
	display:block;
	float:left;
	height: 36px;
	cursor: pointer;}

.buttons_menu a:hover span{
	display:block;
	float:left;
	height: 36px;}

.buttons_menu a .ctr{
	padding: 10px 7px 0px 7px;}

.buttons_menu a .left_corner{
	width:6px;
	height: 36px;
	background: transparent url('../img/btn_left_corner.png') center top no-repeat;}

.buttons_menu a:hover .left_corner{
	background-position: left -36px; }

.buttons_menu a .right_corner{
	width:6px;
	height: 36px;
	background: transparent url('../img/btn_right_corner.png') center top no-repeat;}

.buttons_menu a:hover .right_corner{
	background-position: right -36px;}

.right_stuff form {
	float: left;
	clear: left;
	width: 400px;
	padding: 0px 0px 0px 100px;}

.search_bg {
	background: transparent url('../img/search_bg.png') left top no-repeat;
	width: 280px;
	height: 18px;
	float: left;
	padding: 2px;
	margin: 10px 0px 0px 0px;}

.search_bg input {
	width: 270px;
	height: 14px;
	font-size: 11px;
	border: none;
	background: none;
	padding: 2px;
	color: #777;}

.search_button {
	background: transparent url('../img/search_button.png') left top no-repeat;
	width: 97px;
	height: 37px;
	border: none;
	cursor: pointer;
	float: left;
	margin: 2px 0px 0px 5px;}

.left_col {
	width: 160px;
	height: auto;
	float: left;
	padding: 10px 0px 0px 0px;}

.left_col h3 {
	background: transparent url('../img/category_bg.png') left top no-repeat;
	width: 150px;
	height: 26px;
	display: block;
	clear: both;
	font-size: 13px;
	padding: 10px 0px 0px 10px;}

.left_col ul {
	display: block;
	clear: both;
	width: 145px !important;
	height: auto;
	padding: 0px 0px 5px 0px;}
.left_col ul .sub_menu{
	display: block;
	clear: both;
	width: 190px !important;
	height: auto;
    z-index: 10000;
    margin-top: 0px !important;
	padding: 0px 0px 5px 0px;
    border: 1px solid #d9d9d9 !important;
    }
.left_col ul li {
	display: block;
	float: left;
	clear: both;
	width: 135px;
	height: auto;
	font-size: 11px;
	padding: 0px 0px 1px 0px;}
.left_sub_menu{
    background: white url('../img/cat_link_normal.png') left bottom repeat-x !important;
}

.left_col ul li a {
	float: left;
	background: white url('../img/category_bg.png') left bottom repeat-x;
	width: 145px;
   	display: block;
	height: auto !imporatant;
   	clear:both;
	padding: 6px 5px 6px 10px;
	color: #666;}
.left_col ul .sub_menu li a {
	float: left;
	background: white url('../img/cat_link_normal.png') left bottom repeat-x;
	width: 175px;
    cursor: pointer;
	height: 25px !imporatant;
   	clear:both;
	padding: 6px 5px 6px 10px;
    margin: 0;
	color: #666;}
.left_col ul .sub_menu li a:hover {
	background: #ffc835 url('../img/cat_link_hover.png') left bottom repeat-x;
	color: #fff; }ck;
.sub_ctg:hover{background-position:bottom; color:#fff;}*/
  /*************************************************************************/

/*.banners {
	display: block;
	clear: both;
	width: 160px;
	height: auto;
	overflow: hidden;}

.banners img {
	border: none;
	margin: 0px 0px 5px 0px;}

.right_col {
	float: left;
	width: 771px;
	height: auto;
	overflow: hidden;
	padding: 10px 0px 0px 10px;}

.parrent_of_title {
	background: transparent url('../img/right_col_top.png') left bottom no-repeat;
	width: 771px;
	height: auto;
	overflow: hidden;
	display: block;
	clear: both; }

.separator {
	display: block;
	clear: both;
	width: 771px;
	height: auto;
	overflow: hidden;
	margin: 2px 0px 0px 0px;}

.product {
	background: transparent url('../img/prod_body.png') left top repeat-y;
	width: 189px;
	min-height: 220px;
	overflow: visible;
	float: left;
	margin: 0px 1px 0px 0px;}

.product_top {
	background: transparent url('../img/prod_top.png') left top no-repeat;
	width: 179px;
	height: auto;
	overflow: hidden;
	padding: 5px;}

.product_top h3, .nmbr {
	width: 179px;
	text-align: center;
	padding: 5px 0px 0px 0px;}

.product_top h3 a {
	font-size: 12px;
	color: #222; }

.product_top h3 a:hover {
	color: #ff8e03; }

.nmbr { font-size: 10px; color: #555; padding: 5px 0px 10px 0px;}

.product_top img {
	height: 118px;
	border: none;}

.product_top a {
	display: block;
	clear: both;
	text-align: center;}

.product_bottom {
	background: transparent url('../img/prod_bottom.png') left top no-repeat;
	width: 189px;
	height: 63px;
	display: block;
	clear: both;
	font-size: 1px;}

.product_bottom p {
	width: 179px;
	text-align: center;
	padding: 5px 0px 0px 0px;}

.product_bottom p span {
	font-size: 11px;
	font-weight: bold;
	color: #010101;
	text-decoration: line-through;}

.product_bottom p strong {
	font-size: 17px;
	color: #fe8c00;
	padding: 0px 0px 0px 5px;}

.link_line {
	display: block;
	clear: both;
	width: 155px;
	padding: 2px 0px 0px 24px;}

.adv {
	background: transparent url('../img/podr_front.gif') left top no-repeat;
	background-position: left 5px;
	padding: 0px 0px 0px 6px;
	font-size: 11px;
	text-decoration: underline;
	color: #323232;
	float: left;
	margin: 4px 0px 0px 0px;}

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

.buy_button {
	background: transparent url('../img/buy_button.png') left top no-repeat;
	width: 76px;
	height: 18px;
	float: left;
	text-align: center;
	font-size: 11px;
	color: black;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 10px;}

a:hover.buy_button {
	background-position: left -23px; }

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

.left_crn_title {
	background: transparent url('../img/left_oftitle.png') left top no-repeat;
	width: 5px;
	height: 34px;
	float: left;}

.parrent_of_title h1, .likeh1 {
	background: transparent url('../img/body_oftitle.png') left top repeat-x;
	height: 24px;
	font-size: 11px;
	color: white;
	float: left;
	padding: 10px 10px 0px 10px;
	font-weight: bold;}

.right_crn_title {
	background: transparent url('../img/right_of_title.png') left top no-repeat;
	width: 40px;
	height: 34px;
	float: left; }
*/

/*.products, .grand_oranges {
	width: 771px;
	height: auto;
	overflow: hidden;
	display: block;
	clear: both;
	padding: 0px 0px 0px 5px;}

.grand_oranges {
	padding: 10px 0px 0px 20px;
	width: 750px;}

.grand_oranges a {
	background: transparent url('../img/grand_orange_kopchi.png') left top no-repeat;
	width: 240px;
	height: 45px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #636363;
	font-weight: bold;
	padding: 30px 0px 0px 0px;
	margin: 0px 5px 0px 0px; }

.grand_oranges a:hover {
	background-position: left -75px;
	color: #562f00; }

.footer {
	background: transparent url('../img/footer.png') left top no-repeat;
	width: 941px;
	height: 52px;
	display: block;
	clear: both;
	margin: 10px 0px 0px 0px;
	padding-bottom:30px;}

.ftr_flfleft {
	float: left;
	padding: 8px 0px 0px 8px;}

.ftr_flfleft a {
	background: transparent url('../img/rssicon.png') left top no-repeat;
	width: 38px;
	height: 38px;
	display: block;
	clear: both; }

.ftr_flfleft a:hover {
	background-position: left -38px; }

.ftr_left {
	float: left;
	padding: 20px 0px 0px 10px;}

.ftr_left a {
	float: left;
	font-size: 11px;
	color: #333;
	margin: 0px 10px 0px 10px;}
	
.ftr_left .sunglasses{
	float: left;
	font-size: 11px;
	color: #333;
}
.ftr_left .sunglasses a{
	float:none;
	margin:0 0 0 3px;
}
.ftr_left .sunglasses:hover, .ftr_left .sunglasses:hover a{
	color: white;
	cursor:pointer;
}
.ftr_left a:hover { color: white; }

.ftr_right {
	float: right;
	padding: 12px 10px 0px 0px;}

.ftr_right a {
	
	float: left;
	font-size: 11px;
	color: #fff;
	padding: 0px 25px 5px 0px;}

.ftr_right a:hover {
	text-decoration: underline; }
*/
/*********** REGISTRATION ****************/

/*.register {
	background: transparent url('../img/reg_body.png') left top repeat-y;
	width: 758px;
	height: auto;
	overflow: hidden;
	display: block;
	clear: both; }

.register_top {
	background: transparent url('../img/reg_top.png') left top no-repeat;
	width: 738px;
	height: auto;
	overflow: hidden;
	padding: 20px 0px 0px 20px;}

.register_bottom {
	background: transparent url('../img/reg_bottom.png') left top no-repeat;
	width: 758px;
	height: 13px;
	display: block;
	clear: both;
	font-size: 1px;}*/

/*.sep_line {
	height: auto;
	float: left;}

.sep_line label, .sep_line2 label {
	float: left;
	width: 150px;
	font-size: 11px;
	color: #090909;
	padding:0 15px;}
.sep_line2 {
	width: 680px;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 0px 0px 10px 0px;}
.sep_line2 span {
	width: 30px;
	height: auto;
	float: center;
	display: block;
	float:left;
	font-size:12px;
	font-weight: bold;
	padding: 4px 5px 0px 5px;}

.sep_line label strong { color: red; }

.parrent_reg, .parrent_reg2 {
	background: transparent url('../img/large_input_bg.png') left top no-repeat;
	width: 320px;
	height: 16px;
	float: left;
	padding: 7px 3px 3px 5px;}

.parrent_reg input, .parrent_reg2 input {
	width: 315px;
	height: 14px;
	border: none;
	font-size: 11px;
	background: none;}

.parrent_reg2 input { width: 140px; }
.parrent_reg2 { background: transparent url('../img/smaller_input_bg.png') left top no-repeat; width: 140px; height: 16px; }

.sep_line select {
	width: 329px;
	float: left;
	font-size: 13px;}

.small_select { width: 100px!important; margin: 0px 5px 0px 0px; }

.gry {color: #b1b0ae; }

.agr input, .agr label { float: left; }
.sep_line img { float: left; }

.agr label { padding: 0px 0px 0px 5px; font-weight: normal; width: 400px; }
.agr label a { font-weight: bold; text-decoration: underline; color: #ff9004; }
.agr label a:hover { text-decoration: none; }
*/
/*.regme {
	background: transparent url('../img/proceed.png') left top no-repeat;
	width: 217px;
	height: 37px;
	cursor: pointer;
	border: none;
	float: left;}

.saveme {
	background: transparent url('../img/renew.png') left top no-repeat;
	width: 217px;
	height: 37px;
	cursor: pointer;
	border: none;
	float: left;}

.sendme { background: transparent url('../img/send_me.gif') left top no-repeat; }*/

/*.ab_agr {
	float: left; }

*html .ab_agr { margin: 3px 0px 0px 0px; }
*+html .ab_agr { margin: 3px 0px 0px 0px; }*/



/********* PRODUCT PAGE ************/

/*.panel {
	background: transparent url('../img/prod_panel_body.png') left top repeat-y;
	width: 761px;
	height: auto;
	overflow: hidden;
	display: block;
	clear: both;
	margin: 0px 0px 0px 2px;}

.panel_top {
	background: transparent url('../img/prod_panel_top.png') left top no-repeat;
	width: 761px;
	height: auto;
	overflow: hidden; }

.panel_bottom {
	background: transparent url('../img/prod_panel_bottom.png') left top no-repeat;
	width: 761px;
	height: 10px;
	display: block;
	clear: both;
	font-size: 1px;}

.left_partofpanel {
	float: left;
	padding: 10px 0px 0px 10px;}
.right_partofpanel {
	float: left;
	padding: 10px 0px 0px 10px;}

.price_panel {
	display: block;
	clear: both;
	background: transparent url('../img/price_panel_body.png') left top repeat-y;
	width: 363px;
	float: left;
	margin: 10px 0px 0px 0px;}
.price_panel_top {
	background: transparent url('../img/price_panel_top.png') left top no-repeat;
	width: 363px;
	height: auto;
	overflow: hidden;
	padding: 10px 0px 0px 10px;}

.price_panel_bottom {
	background: transparent url('../img/price_panel_bottom.png') left top no-repeat;
	width: 363px;
	height: 8px;
	font-size: 1px; }
*/

.contact_withnote {
	margin: 10px 0px 0px 5px; }


/*.left {float: left; padding: 12px 0px 0px 0px; }
.left label, .left p { float: left; font-size: 11px; font-weight: bold; color: #555; padding: 4px 10px 0px 5px; }


.right { float: left; padding: 5px 0px 0px 15px; }*/

.rei_bottom {
	background: transparent url('../img/rei_place_bg.png') left top no-repeat;
	width: 748px;
	height: auto;
	overflow: hidden;
	display: block;
	clear: both;
	margin: 5px 0px 0px 3px;
	padding: 5px;}

.neg, .pos {
	background: transparent url('../img/negative_vote.gif') left top no-repeat;
	width: 80px;
	height: 41px;
	float: left;
	margin: 0px 1px 0px 0px;}

.pos { background: transparent url('../img/positive_vote.gif') left top no-repeat; margin: 0px 0px 0px 1px; }

a:hover.neg, a:hover.pos {
	background-position: left -41px; }

.rei {
	background: transparent url('../img/reiting_bg.png') left top no-repeat;
	width: 163px;
	height: 29px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 12px 0px 0px 0px;
	float: left;}

.righr_inrei {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #9d0000;
	padding: 10px 10px 0px 0px;}





/******* CHECKOUT METHODS ********/

/*.methods {
	display: block;
	clear: both;
	width: 940px;
	height: auto;
	overflow: hidden;
	padding: 10px 0px 0px 0px;}

.meth_left {
	background: transparent url('../img/checkout_left.png') left top no-repeat;
	width: 30px;
	height: 84px;
	float: left; }

.meth_right {
	background: transparent url('../img/checkout_right.png') left top no-repeat;
	width: 30px;
	height: 84px;
	float: left;}

.printme {
	background: transparent url('../img/printirai.png') left top no-repeat;
	width: 128px;
	height: 45px;}*/

/* {
	background: transparent url('../img/form_title_body.png') left top repeat-y;
	width: 450px;
	min-height: 300px;
	overflow: hidden;
	float: left;
	border-bottom: 1px solid #f6f6f6;
	margin-right: 15px;}*/


/*.line_form {
	display: block;
	clear: both;
	padding: 10px 0px 0px 0px;}

.line_form label {
	font-weight: bold;
	font-size: 11px;
	color: #5e5e5e;}

.line_form label strong {
	color: red; }*/

/*.parrent_input {
	display: block;
	clear: both;
	background: transparent url('../img/input_parrent_3.png') left top no-repeat;
	width: 248px;
	height: 17px;
	padding: 4px 3px 3px 3px;}

.parrent_input input {
	width: 235px;
	height: 16px;
	border: none;
	background: none;}


.goin {
	background: transparent url('../img/gointhere.png') left top no-repeat;
	width: 252px;
	height: 37px;
	display: block;
	clear: both;
	float: left;
	border: none;
	cursor: pointer;
	margin: 10px 0px 0px 0px;}
*/
/*.sepa_rator {
	width: 400px;
	float: left;
	padding: 10px 0px 0px 0px;}

* html .sepa_rator {
	padding: 6px 0px 0px 0px; }
*+html .sepa_rator {
	padding: 6px 0px 0px 0px; }

.sepa_rator input {
	float: left;
	margin: 1px 0px 0px 0px;}

* html .sepa_rator input {
	float: left;
	margin: -2px 0px 0px -5px; }

*+html .sepa_rator input {
	float: left;
	margin: -2px 0px 0px -5px; }

.sepa_rator label {
	float: left;
	font-weight: bold;
	font-size: 11px;
	color: #5e5e5e;
	padding: 0px 0px 0px 10px;}

.sepa_rator p {
	display: block;
	clear: both;
	font-size: 11px;}

.sepa_rator p strong {
	font-size: 11px;
	color: #5e5e5e;}

.sepa_rator3 p {
	background: transparent url('../img/front_.png') left top no-repeat;
	background-position: left 4px;
	padding: 0px 0px 4px 13px;}

.sepa_rator3 {
	width: 380px;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 10px 0px 0px 0px; }

.prod_ssd {
	background: transparent url('../img/proceed.png') left top no-repeat;
	width: 217px;
	height: 37px;
	float: left;
	margin: 10px 0px 0px 0px;}*/

/****** STEP 2 ********/

/*.medium {
	background: transparent url('../img/medium_body.png') left top repeat-y;
	width: 341px;
	height: auto;
	overflow: hidden;
	float: left;
	border-bottom: 2px solid #ffad1b;
	margin: 0px 8px 0px 0px;}

.medium_top {
	background: transparent url('../img/medium_tops.png') left top no-repeat;
	width: 341px;
	height: auto;
	overflow: hidden;
	padding: 0px 0px 20px 0px;}

.medium_top p {
	width: 341px;
	text-align: center;
	padding: 25px 0px 45px 0px;
	font-weight: bold;
	color: #383838;
	font-size: 13px;}

.medium_top p strong {
	color: #ff9c1c; }

.adr_lines {
	float: left;
	width: 314px;
	height: auto;
	overflow: hidden;
	padding: 0px 0px 10px 25px;}

.adr_lines a{
	font-size:11px;
	text-decoration:underline;
	color:#FF9900;
	line-height:14px;
	margin-top:4px;
	display:block;
	clear:both;
	text-align:center;
}

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

.adr_lines label {
	float: left;
	font-weight: bold;
	font-size: 11px;
	width: 85px;
	color: #5e5e5e;
	padding: 5px 0px 0px 0px;}

.adr_lines label strong { color: red; }

.adr_parr {
	background: transparent url('../img/medium_input_parrent.png') left top no-repeat;
	width: 188px;
	height: 15px;
	float: left;
	padding: 6px 4px 4px 4px;}

.adr_parr input {
	width: 180px;
	height: 16px;
	font-size: 11px;
	border: none;
	background: none;}

.where_to_pay {
	display: block;
	clear: both;
}

.button_place {
	width: 690px;
	height: auto;
	overflow: hidden;
	display: block;
	clear: both;
	text-align: center;
	padding: 20px 0px 20px 0px;}

.button_place input {
	background: transparent url('../img/proceed.png') left top no-repeat;
	width: 217px;
	height: 37px;
	border: none;
	cursor: pointer; }*/


/*table.total thead td {
	padding: 6px 0px 6px 0px!important; }

table.total thead td strong {
	padding: 0px 0px 0px 10px; }

table.total thead td span {
	background: transparent url('../img/blank.png') left top no-repeat;
	width: 85px;
	height: 17px;
	display: block;
	clear: both;
	color: black;
	text-align: center;
	padding: 3px 0px 0px 0px;}

.comm_place {
	background: transparent url('../img/comment_place.png') left top no-repeat;
	width: 636px;
	height: 131px;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 0px 0px;}*/



/*.parrent_oftable {
	background: white url('../img/soe_prrt.png') left top no-repeat;
	width: 791px;
	height: auto;
	overflow: hidden;
	padding: 20px 0px 20px 130px;
	display: block;
	clear: both;
	height: auto;
	overflow: hidden;}*/

/*.butt_7 {
	width: 646px;
	height: auto;
	overflow: hidden;
	display: block;
	clear: both;
	padding: 5px 0px 5px 0px;}

.butt_7 input {
	float: right;
	background: transparent url('../img/proceed.png') left top no-repeat;
	width: 217px;
	height: 37px;
	border: none;
	cursor: pointer; }

.correction_body {
	background: transparent url('../img/correct_body.png') left top repeat-y;
	border-bottom: 1px solid #f6f6f6;
	}
*/

/*.tables {
	display: block;
	clear: both;
	height: auto;
	overflow: hidden;
	padding: 30px 0px 0px 110px; }*/

/*.alr_logg {
	background: transparent url('../img/logg_mdl.png') left top repeat-x;
	height: 40px;
	float: right;}

.alr_log_left {
	background: transparent url('../img/logg_left.png') left top no-repeat;
	height: 40px;
	float: left;
	padding: 5px 15px 0px 20px;}

.alr_log_left img { float: left; }

.alr_log_right {
	background: transparent url('../img/logg_right.png') left top no-repeat;
	width: 8px;
	height: 40px;
	float: left;}

.logg_links { float: left; font-size: 11px; padding: 5px 0px 0px 10px; }
.logg_links a { color: black; }
.logg_links a:hover { text-decoration: underline; }*/





/*.ballon, .ballon2 {
	background: transparent url('../img/ballon_body.gif') left top repeat-y;
	width: 428px;
	height: auto;
	overflow: hidden;
	display: block;
	clear: both;
	position: absolute;
	top:-700px;
	left:-700px;
	z-index: 9999;}

.ballon2 {
	position: absolute;
	background-position: -53px top; }

.ballon2 .ballon_top {
	background: transparent url('../img/ballon_top2.gif') left top no-repeat;
	width: 408px;
	height: auto;
	overflow: hidden;
	padding: 0px 0px 0px 20px; }*/


/**** NOTES PAGE ******/

/*.desc_notes {
	display: block;
	float: left;
	clear: both;
	width: 760px;}

.desc_notes p {
	width: 550px;
	float: left;}

.desc_notes a:hover {
	background-position: left -37px; }

.desc_notes a span {
	font-weight: normal;
	padding: 0px 0px 0px 5px;}*/

/*.links_notes {
	background: transparent url('../img/links_notes_body.png') left top repeat-y;
	width: 756px;/
	height: auto;
	overflow: hidden;
	display: block;
	clear: both;
	margin: 10px 0px 0px 7px;}*

.links_notes_top {
	/*background: transparent url('../img/links_notes_top.png') left top no-repeat;
	width: 756px;
	height: auto;
	overflow: hidden; }*/

/*.links_notes_bottom {
	background: transparent url('../img/links_notes_bottom.png') left top no-repeat;
	width: 756px;
	height: 22px;
	display: block;
	clear: both;
	font-size: 1px;}

.ntsttl {
	display: block;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding: 13px 0px 15px 10px;}*/

/****** NOTES ***********/

/********** TEXT PAGE **************/

.text_parrent {
	display: block;
	clear: both;
	width: 760px;
	height: auto;
	overflow: hidden; }

.text_parrent h3, .text_parrent h3 a {
	display: block;
	clear: both;
	font-size: 13px;
	color: #000;}

.text_parrent h3 a, .text_parrent h4 a, .text_parrent h5 a, .text_parrent p h3 a, .text_parrent p h4 a, .text_parrent p h5 a {
	float: left;
	clear: both;
	color: #ff9b1d;
	text-decoration: underline;}

.text_parrent h3 a:hover, .text_parrent h4 a:hover, .text_parrent h5 a:hover, .text_parrent p h3 a:hover, .text_parrent p h4 a:hover, .text_parrent p h5 a:hover {
	text-decoration: none; }

.contacts{
	margin-top:15px;
	line-height:20px;
}

.contacts strong{
	font-size:14px;
	color:#454545;
}

.contacts label.ticket{
	width:120px;
	float:left;
}
.contacts a {
	color: #FFA51A;
	float:left;
}
.contacts a:hover{
	text-decoration: underline;
	color: #FFA51A;
	float:left;
}


/********** SHIPPING PAGE ************/

.shipping_table {
	display: block;
	clear: both;
	padding: 0px 0px 0px 60px; }

.about_shipping {
	background: transparent url('../img/about_shipping_body.png') left top repeat-y;
	width: 646px;
	height: auto;
	overflow: hidden;
	display: block;
	clear: both;
	margin: 10px 0px 0px 0px;}

.about_shipping_top {
	background: transparent url('../img/about_shipping.png') left top no-repeat;
	width: 626px;
	height: auto;
	overflow: hidden;
	padding: 0px 0px 10px 20px;}

.about_shipping_bottom {
	background: transparent url('../img/about_shipping_bottom.png') left top no-repeat;
	width: 646px;
	height: 6px;
	display: block;
	clear: both;
	font-size: 1px; }

.about_shipping p{
	clear: both;
	font-size: 11px;
	color: #000;
	width: 600px;
	padding: 0px 0px 3px 10px;

}

.title_basket span {
	color: #ff981f; }

.withball {
	background: transparent url('../img/orange_bll2.png') left top no-repeat;
	background-position: left 4px;
	float: left;
	clear: both;
	font-size: 11px;
	color: #000;
	width: 600px;
	padding: 0px 0px 3px 10px;}



.clear_text {
	width: 600px;
	text-align: justify;
	font-size: 11px;
	color: #000; }

.clear_text strong {
	display: block;
	clear: both;
	padding: 10px 0px 0px 0px;}

.gsmtext{
	background: transparent url('../img/orange_topchi.png') left top no-repeat;
	background-position: left 5px;
	font-size: 11px;
	padding: 0px 0px 0px 15px;
}

.gsmhead{
	font-weight:bold;
	margin-bottom:5px;
}




#onlinehelp_sbox{
	width:190px;
	font-size:12px;
	line-height:15px;
	margin-top:-8px;
	background: transparent url('../img/top_button.gif') 108px -60px no-repeat;
	padding-top:8px;
}


#onlinehelp span{
	display:block;
	float:left;
	width:34px;
	height:34px;
	overflow:hiden;
	margin-top:-10px;
	padding:0px 5px;
}


#onlinehelp span img{
	display:block;
	border:none;
	width:34px;
	height:34px;
	overflow:hidden;
}

a:hover#onlinehelp{
	background-image:none;
	text-decoration:underline;
}

#onlinehelp_sbox .top{
	border-right:1px solid #c2c2c2;
	border-left:1px solid #c2c2c2;
	border-bottom:1px solid #c2c2c2;
	display:block;
	clear:both;
	height:90px;
	padding:10px;
	background:white;
	font-size:11px;
}

div.skype{
	display:block;
	clear:both;
	height:25px;
}

div.skype a{
	float:left;
	color:#FF9900;
}

#rssfeed_sbox2{
	width:187px;
	padding-top:12px;
	height:82px;
	background:transparent url('../img/rssbg.gif') center top no-repeat;
	font-size:12px;
}
#rssfeed_sbox2 .title{
	margin-left:27px;
}

#rssfeed_sbox2 a{
	font-size:11px;
	color:#454545;
	text-decoration:underline;
}

#rssfeed_sbox2 a:hover{
	text-decoration:none;
}

#rssfeed_sbox2 li{
	margin-left:10px;
	margin-top:3px;
}

.header h1{
	float:left;
	clear:none;
	font-size:12px;
	font-weight:normal;
	color:#666;
	padding-top:8px;
}


/************************************* TBI ORDER  ************************************/

.myorders{
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}
.creditform{

}
.regh1{
	font-size: 16px;
}
.regh11{
  width:530px;
  height:31px;
  padding: 11px 0px 0px 20px;
  background: url(../img/orange_bg.jpg);
  float:left;
  position:relative;
  color:#fff;
	font-size: 14px;
	font-weight:bold;
	clear:both;
	margin-bottom:10px;
}

/************************************* TBI FORM  ************************************/

.tbiform{
	width:900px !important;
	margin-left:15px;
	display:block;
	clear:both;
	overflow:hidden;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}

.tbiarea{
	width:245px;
	height:100px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}

.tbiform .regstep{
	width:420px;
	float:left;
	clear:none;
	margin-right:10px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}
.tbiform .regstep label{
	font-weight:normal !important;
}
.hints h3, .regh1, .basketh1{
	display:block;
	float:left;
	clear:both;
	width:550px;
	height:42px;
	font-size:13px;
	color:#fff;
	background:transparent url(../img/center_heading.png) left top no-repeat;
	padding:8px 0px 0px 12px;
}


.tbiform h1{
	background:#E9E9D6;
	border-bottom:1px solid #BAB681;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding:10px;
	display:block;
	clear:both;
}
.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:#333;
	font-weight:bold;
}

.regstep label span{
	color:#C33;
}
.tbic{
	display:block;
	clear:both;
	float:right;
	margin:10px 0px;
}
/*-------------------------------------------------------------------------*/
.tbl {
  width: 550px;
  font-size:11px;
  margin-bottom:10px;
  background: #f8f8f8;
  clear:both;
}
.tbl tr{
  height:18px;
  border: 2px solid #fff;
}
.tbl tr.gray{
  height:25px;
  background: url(../img/gray_bg.jpg) repeat-x;
}
.tbl tr.gray2{
  height:30px;
  background: url(../img/gray_bg2.jpg) repeat-x;
}
.tbl tr td {
  padding:2px;
  border-bottom: 1px solid #eeebe0;
}



/*-------------------------------------------------------------------------*/



.delivery_table{
	width:100%;
}
.delivery_table td, .delivery_table th{
	border-right:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}



/* Comments styles */
.separator {
	float: left;
	clear: both;
	width: 700px;
	height: auto;
	overflow: hidden;
	padding: 0px 0px 6px 0px;}

.separator label {
	width: 150px;
	float: left;
	font-size: 12px;
	font-weight: bold;
        text-align:right;
        margin-top:6px;
}
.separator .tar{
    padding: 5px 0px 0px 5px;
}
.inpparr {
	background: transparent url('images/large_input_bg.png') left top no-repeat;
	width: 323px;
	
	float: left;
	padding: 5px 0px 0px 5px;}

.inpparr input {
	font-size: 11px;
	background: none;
	
	width: 318px;
	color: #333;
	height: 16px;
	padding: 5px 0px 0px 5px;}

.tar {
	
	width: 398px;
	height: 136px;
	float: left;
	padding: 5px;}

.tar textarea {
	width: 397px;
	height: 100px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	background: none;}

/*.comments #submit {
	
	width: 217px;
	height: 37px;
	float: left;
    
	cursor: pointer;
}*/
.comments{
   margin-top:20px;
}


.blog{
	width:600px;
	float:left;
	padding:15px 15px 15px 65px;
	font-size:11px;
	text-align:justify;
}

.blog a{
	color:#FE860C;
	font-weight:bold;}

.blog h3 a, .blog h2{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#FE860C;	
}
.blog .content{
	padding: 0 0 10px 0;
	border-bottom:1px solid #C9C9C8;
	margin-bottom:10px;
}
.date{
	font-size:10px;
	color:#666666;
}
.blogcomments{
	padding: 0 15px 0 65px;
	width:600px;
}
.blogcomments .singlecomment{
	width:570px;
	border:1px solid #C9C9C8;
	padding:15px;
	float:left;
	background:#f4f4f5;
}
.blogcomments .leftcomment{
	width:150px;
	float:left;
}
.blogcomments .leftcomment{
	border-right:1px solid #C9C9C8;
}
.blogcomments .comm_content{
	float:left;
	width: 395px;	
	padding:0 0 0 15px;
	font-size:11px;
}
.blogcomments .name{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	/*background:url(../images/blog-pencil.jpg) left no-repeat;
	padding:0 0 0 17px;
	line-height:16px;*/
}
.userimg{
	background: url(../images/userimg.jpg) no-repeat;
	width: 31px;
	height:30px;	
}
.blogcomments h3#respond{
	background: url(../images/add_comment_pencil.jpg) no-repeat;
	padding:0 0 0 25px;
}
.blogcomments #commentform label{
	text-align:left;
	font-weight:normal;
}
.blog .blog_images{
	width:200px;
	float:right;
	margin:0 0 0 15px;
}
.blog .blog_images img{
	margin-bottom:10px;
        max-width:170px;
        max-height:200px;
}
div.blog_right{
    float:left;
    width:250px;
    margin-top:20px;
    text-align:center;
}
.blog .detailed_content p{
	margin-bottom:10px;
}
div.jStar{
    cursor:pointer; 
}
.number_comments{	
	padding:10px 0;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
	color:#212121;
}

/*POP UP styles*/
.popup .closeButt {
    width:20px;
    height:20px;
    margin-top:8px;
    display:block;
    float:right;
    background-position:0px -742px;
    cursor: pointer;
}

.popupWrapp{
    display:none;
    position:fixed;
    top:0;
    left:0;
    z-index:10000;
    width:100%;
    height:100%;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#000;

}
.popup {
        display:none;
        position:absolute;
        z-index: 10001;
        width:450px;
/*	height:556px;*/
	margin:70px auto 0px auto;
	background-color:#3C3A3B;/*
	border:1px solid #83b1c2;*/
	padding:3px;
	-moz-box-shadow: 0 0 20px -6px #001F2F;
	-webkit-box-shadow: 0 0 20px -6px #001F2F;
	box-shadow: 0 0 20px -6px #001F2F;

}

.popup .header {
	color:#fff;
	border-top:0px;
}
.popup .header h2 {
	float:left;
	font: normal 14px "Trebuchet MS", Arial, Verdana;
	text-transform:uppercase;
	line-height:35px;
	padding:0 0 0 20px;
}
.popup .header a {
	color:#fff;
}
.popup .subHeader {
	background-color:#F6F5F0;
	border-bottom:1px solid #D9D6CB;
}
.popupContent {
	padding:15px;
	background-color:#fff;
/*	height:454px;*/
	overflow-y:visible;
}

table.review_table input{
	width:300px;
	border:1px solid #CDCDCD;
}
table.review_table textarea{
    width:300px;
    height:60px;
	border:1px solid #CDCDCD;
	color:#777777;
}
table.review_table td{
    padding:10px 0 0 10px;
} 
table.review_table .button{
	width:120px;
}


div.products , div#login_popup_success{  
    position:relative;
}
div.ajax_loader{
   
    position:absolute; 
    top:0px;
    z-index:10000;
    width:100%;
    height:100%;
    background:#fff url(../img/ajax-loader.gif) no-repeat center 30%;
  /*  opacity:0.6;
    filter:alpha(opacity=60); */ 
}

div.ajax_loader img{
    margin:0 auto;
    margin-top:200px;
}

div.errors{
    font-size:10px;
    color:red;

}

div.reviews{
    padding-left:0px;
    
    
}
div.reviews .singlecomment{
    width:675px;
    border-top:0px;
     background-color: #fff;
}

/*================ slider price ====================*/

div.brand a img{
      max-width: 170px;
      max-height: 70px;
}
div.brand a{
    color:#1E1E1E;
}
div.brand{
    float:left;
    line-height:70px;
    position:relative;
    border-bottom:1px solid #DDD;
}
div.brand{
    height: 120px;
    width: 180px;
    text-align: center;
    vertical-align: middle;
}
div.brand_name{
    line-height:11px;
    position:absolute;
    bottom:20px;
    left:50px;
    font-size:10px;
}


div.treeblock{
    
    width:180px;
    float:left;
}
.treeblock ul li{
	margin-left:10px;
}

.sublevel{
	display:none;
	border-left:1px solid #CCC;
}

.treeblock li a{
	color:#333;
	text-decoration:underline;
}

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

.treeblock li{
	margin-bottom:5px;
}

.subclick{
	text-decoration:none !important;
	width:12px;
	margin-right:5px;
	display:block;
	float:left;
	text-align:center;
	font-size:10px;
	background:#fff;
	color:#069 !important;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
}

.treeblock h2{
	font-size:14px;
	margin:5px 10px;
}

.treeblock h2 a{
	color:#36C;
}

.phone_review{
    font-size:12px;
    color:#545454;
    width:650px;
    margin-left:20px; 
}
div.bga_ad{
    position:absolute;
    right:-331px;
    top:260px;
    
}

.review_tooltip{
    width:130px;
    font-size:10px;
    float:left;
    height:114px;
    background-color:#EFEFEF;
    padding:7px;
    display:none;
}
textarea#product_plus:focus{
    background-color:#EFEFEF;
    margin-left:0;
}
textarea#product_min:focus{
    background-color:#EFEFEF;
}
