@charset "utf-8";


body {
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
}
html,body{
	margin:0px;
	padding:0px;
}


*{
	*zoom:1;
	_zoom:1;
}
.bg{
	background: #000 url('../img/background.jpg') fixed;
}



h1, h2, h3, h4, h5, h6, ul, li, p, form, input {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
/* a img:hover {
	opacity: 0.9;
} */
a:active {
	border: 0px;
	outline: none;
}
@font-face {
	font-family: 'kabel';
	src: url('kabel_bg_book-webfont.eot');
	src: local('☺'), url('/css/kabel_bg_book-webfont.woff') format('woff'), url('/css/kabel_bg_book-webfont.ttf') format('truetype'), url('/css/kabel_bg_book-webfont.svg#webfonttV3MPGxj') format('svg');
	font-weight: normal;
	font-style: normal;
}




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


.infodesc{
	color:#333	;
}


.page {
	width: 1200px;
	margin: 0 auto 10px;

    /*left: 50%;
    margin-left: -250px;
    position: relative;*/
}



.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.redstar {
	color: #f00;
	font-weight: bold;
}



#desclimit{
	height:55px;
	text-align:justify;
	overflow:hidden;
	font-size:14px;
}


#desclimit br{
	line-height:40px;
}
#desclimit img{
	top:-5px;
	position:relative;
	z-index:99;
}

.view_all{
	text-align:right;
	color:#0B9BA0;
	float:right;
	text-decoration:underline;
	cursor:pointer;
}



/* sitemap */

.map_cat{display:block;float:left;width:190px}.map_cat a{display:block;clear:both;padding:3px 0}.map_cat a:hover{text-decoration:underline}.map_cat h4 a{color:#369;font-size:14px}.map_cat ul{display:block;clear:both}.map_cat ul li a{display:block;clear:both;color:#666}.map_cat ul li ul li a{color:#888}.map_cat ul li{display:block;clear:both;padding:4px 0;background:url(../img/icon_plus.png) left 12px no-repeat;padding-left:10px}.map_cat ul li ul li{padding:0 0 0 5px!important;background:none!important;font-size:11px}.map_center{width:960px!important;padding:0!important}

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







.header {
	position: relative;
	height: 70px;
}
.header .logo {
	position: absolute;

	top:5px;
	left:3px;

}
.tools {
	position: absolute;
	bottom: 15px;
	right: 0;
	border-radius: 5px;
	box-shadow: 0 1px 1px #030303;
}
.tools a {
	display: inline-block;
	position: relative;
	height: 18px;
	font: normal normal 14px/22px Arial, Helvetica, sans-serif;
	color: #ccc;
}
.tools a:hover {
	color: #fff;
}
.login {
	position: relative;
	z-index: 99;
    float: left;
	width: 110px;
    height: 34px;
	background: url("../img/navpad.png") top repeat-x;
	padding-left: 10px;
	border-radius: 5px 0 0 5px;
}
.login span {
	display: block;
	height: 34px;
	background: url('../img/icon1.png') left center no-repeat;
	padding-left: 25px;
    color: #fff;
    font: normal normal 12px/34px Arial,Helvetica,sans-serif;
	cursor: default;
}
.login:hover {
	background-position: bottom;
}
.login .dropdown {
	display: none;
	position: absolute;
	top: 32px;
    left: 0;
	width: 170px;
    background: #202326;
	padding: 5px 10px;
	border: 1px solid #111;
	/*border-top: none;*/
    border-radius: 0 0 5px 5px;
}
.login .dropdown a {
	display: block;
    background: url("../img/arrow2.png") left center no-repeat;
    margin: 6px 0;
    padding-left: 10px;
    font: normal normal 12px Arial,Helvetica,sans-serif;
	color: #eee;
}
.login .dropdown a:hover {
	text-decoration: underline;
}
.login:hover .dropdown {
	display: block;
}
.cart {
    background: url("../img/navpad.png") top repeat-x;
    float: left;
	width: 90px;
    height: 34px;
    padding-left: 10px;
	border-radius: 0 5px 5px 0;
}
.cart a {
	display: block;
	height: 34px;
	background: url('../img/icon2.png') left center no-repeat;
	padding-left: 28px;
    font: normal normal 12px/34px Arial,Helvetica,sans-serif;
    color: #fff;
}
.cart:hover {
	background-position: bottom;
}

.cart span{
	position: absolute;
	top: -17px;
	left: -6px;
	width: 33px;
	height: 25px;
	background: url('../img/label1.png') left center no-repeat;
	text-align: center;
	font: normal normal 16px/20px Arial, Helvetica, sans-serif;
	color: #0b9ba0;
	text-shadow: 1px 1px 0 #300;
}


.navigation {
	position: relative;
	z-index: 2;
	height: 34px;
	/*background: #1f1f1f;*/
	background: url('../img/navpad.png') top repeat-x;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 2px 10px #000;
	-moz-box-shadow: 0 2px 10px #000;
	-webkit-box-shadow: 0 2px 10px #000;
}
.navigation li {
	position: relative;
	float: left;
	/*margin-right: 1px;*/
}
.navigation a.toplevel {
	display: block;
	height: 32px;
	background: url('../img/navpad.png') top repeat-x;
	padding: 0 21px;
	font: normal normal 13px/34px 'kabel';
	color: #ccc;
	text-transform: uppercase;
	/*border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #363636;*/
	/*border-left: 1px solid #090909;
	border-right: 1px solid #111;*/
	border-bottom: 1px solid #000;
}
.navigation li:hover a.toplevel {
	/*background-position: bottom;*/
	background: #0B9BA0;
	color: #fff;
	border-bottom: 1px solid #0B9BA0;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
.navigation a.toplevel.home {
	background: url('../img/navpad_black.png') top repeat-x;
	padding: 0 22px;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}
.navigation a.toplevel.home img {
width: 17px;
margin-top: 10px;
}
.navigation a.toplevel.home:hover {
	/*background: #000;*/
	background: #0B9BA0;
}
.navigation .arrow {
	position: absolute;
	top: 16px;
	right: 7px;
}

/*.sublevel {
	display: block;
	position: absolute;
	background: #070707;
	width: 200px;
	padding: 5px 0 5px;
	border: 1px solid #000;
	border-top: none;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	box-shadow: 0 2px 5px #000;
	-moz-box-shadow: 0 2px 5px #000;
	-webkit-box-shadow: 0 2px 5px #000;
}
.sublevel a {
	display: block;
	background: #070707;
	padding: 8px 15px;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #0B9BA0;
	border-top: 1px solid #090909;
	border-bottom: 1px solid #000;
}
.sublevel a:hover {
	background: #000;
}
.navigation li:hover .sublevel {
	display: block;
}*/


.sublevel {
	display: none;
	position: absolute;
	background: #fff;
	width: 350px;
	padding: 5px 0 5px;
	border: 2px solid #0B9BA0;
	border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
}
.sublevel ul {
	float: left;
	width: 160px;
	margin: 10px 10px 10px 0;
}
.sublevel ul:first-child {
	margin-left: 10px;
}
.sublevel li {
	float: none;
	border-bottom: 1px solid #eee;
}
.sublevel a {
	display: block;
	padding: 8px 15px;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #999;
}
.sublevel a:hover {
	color: #000;
}

.sublevel span {
	display: block;
	padding: 8px 15px;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #999;
}
.sublevel span:hover {
	color: #000;
}


.sublevel li.title {
	margin-bottom: 5px;
	border: none;
}
.sublevel li.title a {
	background: #f6f6f6;
	font: normal bold 12px Arial, Helvetica, sans-serif;
	color: #0B9BA0;
	text-shadow: 1px 1px 0 #fff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.sublevel li.title a:hover {
	background: #eee;
}
.navigation li:hover .sublevel {
	display: block;
}



.search {
	float: right !important;
	margin-right: 0 !important;
}
.search form {
	float: left;
	width: 290px;
	height: 28px;
	background: url('../img/input1.png') left no-repeat;
	margin: 3px 3px 0 0;
	border-left: 1px solid #000;
	border-radius: 3px 5px 5px 3px;
	-moz-border-radius: 3px 5px 5px 3px;
	-webkit-border-radius: 3px 5px 5px 3px;
	box-shadow: inset 1px 1px 3px #333;
	-moz-box-shadow: inset 1px 1px 3px #333;
	-webkit-box-shadow: inset 1px 1px 3px #333;
}
.search .field {
	float: left;
	width: 230px;
	height: 28px;
	background: none;
	padding: 0 10px;
	font: normal normal 12px/28px Arial, Helvetica, sans-serif;
	color: #666;
	border: none;
	outline:none;
}
.search .field:focus {
	color: #000;
}
.search .button {
	float: right;
	width: 28px;
	height: 28px;
	background: url('../img/search.png') center center no-repeat;
	margin-right: 5px;
	border: none;
	cursor: pointer;
}
.search .button:hover {
	opacity: 0.9;

}

.rightpart .magazine{
	width: 510px;
}



.content {
	position: relative;
	z-index: 1;
	clear: both;
	background: url('../img/pattern.png') repeat;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #2c2c2c;
	border-top: 1px solid #333;
	box-shadow: 0 2px 10px #000;
	-moz-box-shadow: 0 2px 10px #000;
	-webkit-box-shadow: 0 2px 10px #000;
}




.slider a img:hover{
	opacity: 1 !important;
}

.slider {
	position: relative;
	height: 220px;
	margin-bottom: 10px;
	overflow:hidden;
}
.slider .slide {
	display: block;
	width: 1177px;
	height: 220px;
	overflow: hidden;
	border: 1px solid #333;
	border-top: 1px solid #222;
}
.slider .slide img {
	width: 1177px !important;
	/*opacity: 1;*/
}
.slider .controls {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index:9999;
}
.slider .controls li{
	float:left;
}

.slider .controls a {
	float: left;
	width: 12px;
	height: 12px;
	background: url('../img/button1.png') top no-repeat;
	margin-left: 8px;
	cursor: pointer;
}
.slider .controls a:hover, .slider .controls a.active {
	background-position: bottom;

}

.photos div:first-child {
	overflow: hidden;
	margin-bottom: 10px;
}
.photos a {
	display: block;
	float: left;
	width: 270px;
	height: 270px;
	overflow: hidden;
	margin-left: 30px;
	border: 1px solid #000;
}
.photos a:first-child {
	margin-left: 0;
}
.photos .photo1 {
	background: url('../img/photo1.jpg') top no-repeat;
}
.photos .photo2 {
	background: url('../img/photo2.jpg') top no-repeat;
}
.photos .photo3 {
	background: url('../img/photo3.jpg') top no-repeat;
}
.photos .photo4 {
	background: url('../img/photo4.jpg') top no-repeat;
}
.photos .photo5 {
	background: url('../img/photo5.jpg') top no-repeat;
}
.photos .photo6 {
	background: url('../img/photo6.jpg') top no-repeat;
}
.photos .photo7 {
	background: url('../img/photo7.jpg') top no-repeat;
}
.photos .photo8 {
	background: url('../img/photo8.jpg') top no-repeat;
}

.photos .photo1:hover {
	background-position: bottom;
}
.photos .photo2:hover {
	background-position: bottom;
}
.photos .photo3:hover {
	background-position: bottom;
}
.photos .photo4:hover {
	background-position: bottom;
}
.photos .photo5:hover {
	background-position: bottom;
}
.photos .photo6:hover {
	background-position: bottom;
}
.photos .photo7:hover {
	background-position: bottom;
}
.photos .photo8:hover {
	background-position: bottom;
}


.info {
	position: relative;
	z-index: 0;
	background: #161616;
	overflow: hidden;
	margin: -1px 10px;
	padding: 10px 0;
}
.info div {
	float: left;
	width: 235px;
	height: 37px;
margin-left: 10px;
}
.info div strong{
	 text-transform: capitalize;
}
.info .box1 {
	background: url('../img/icon3.png') left center no-repeat;
	padding-left: 62px;
}
.info .box2 {
	background: url('../img/icon4.png') left center no-repeat;
	padding-left: 44px;
}
.info .box3 {
	background: url('../img/icon5.png') left center no-repeat;
	padding-left: 40px;
}
.info .box4 {
	background: url('../img/icon6.png') left center no-repeat;
	padding-left: 54px;
}
.info strong {
	display: block;
	font: normal normal 18px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #fff;
}
.info span {
	display: block;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #999;
}


.footer {
	position: relative;
	background: url('../img/pattern.png') repeat;
	padding: 10px;
	border: 1px solid #2c2c2c;
	border-top: 1px solid #333;
	box-shadow: 0 2px 10px #000;
	-moz-box-shadow: 0 2px 10px #000;
	-webkit-box-shadow: 0 2px 10px #000;
}
.bgtop{
	position:absolute;
	right:20px;
	height:31px;
	width:88px;
    position: fixed;
    bottom: 20px;
    z-index: 99;
}


.footer .leftpart {
	float: left;
	background: url('../img/border1.png') right repeat-y;
	overflow: hidden;
}
.footer ul {
    float: left;
    width: 20%;
	padding-bottom: 15px;

}

.footer li {
	background: url('../img/bullet1.png') 2px center no-repeat;
	padding: 2px 0 2px 15px;
}
.footer li.title {
	background: none;
	margin-bottom: 5px;
	padding-left: 0;
	font: normal normal 14px Tahoma, Geneva, sans-serif;
	color: #fff;
}
.footer li a {
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #999;
	display: inline-block;
    position: relative;
	-webkit-transition: all 450ms ease;
    transition: all 450ms ease;
}
.footer li a:hover {
	color: #ccc;
	text-decoration: none;
}

.footer li a:hover:after {
    content: ""\9;
    width: 100%;
    opacity: 1;
}

.footer li a:after {
    content: '';
    opacity: 0;
    height: 1px;
    width: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #0B9BA0;
    -webkit-transition: all 450ms ease;
    transition: all 450ms ease;
}

.footer .rightpart {
	float: right;
}
.footer .contacts {
}
.footer strong {
	display: block;
	margin-bottom: 5px;
	padding: 2px 0;
	font: normal normal 14px Tahoma, Geneva, sans-serif;
	color: #fff;
}
.footer .contacts span {
	display: block;
	float: left;
	font: normal normal 24px 'kabel';
	color: #999;
}
.footer .contacts span:first-child {
	margin-left: 0;
}
.footer .contacts span.first {
	background: url('../img/icon7.png') left center no-repeat;
	padding-left: 30px;
	margin-right: 20px;
}
.footer .contacts span.second {
	background: url('../img/icon8.png') left center no-repeat;
	padding-left: 22px;
	margin-right: 20px;
}
.footer .contacts span.third {
	background: url('../img/icon9.png') left center no-repeat;
	padding-left: 38px;
}
.footer .contacts {
}



.footer .arrow {
	position: absolute;
	bottom: -1px;
	left: -1px;
}
.credits {
	position: absolute;
	right: 10px;
	bottom: 10px;
}








/*====================================================== BROWSE =======================================================*/









.black_title {
	background: #000;
	margin-bottom: 0;
	padding: 10px 15px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}



.left {
	float: left;
	width: 200px;
}
.leftbox {
	background: #303030;
	margin-bottom: 20px;
	/*border: 1px solid #363636;*/
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



.categories {
	padding: 10px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
.categories li {
	background: url('../img/arrow7.png') left center no-repeat;
	margin: 1px 0;
	padding: 0 5px;
	border-bottom: 1px solid #097980;
}
.categories li:hover {
	border-bottom: 1px solid #0B9BA0;
}

.categories li:last-child {
	border-bottom: none;
}
.categories li:last-child:hover {
	border-bottom: none;
}
.categories li a {
	display: block;
	padding: 8px 24px 8px 12px;
	font: normal normal 13px 'kabel';
	color: #ccc;
	text-transform: uppercase;
}
.categories li:hover a, .categories li.active>a {
	color: #0B9BA0;
	-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
}




/*****************************************************************************************/

.models {
	padding: 10px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
.models li {
	margin: 1px 0;
	border-bottom: 1px solid #097980;
	position:relative;
}
.models li:hover {
	border-bottom: 1px solid #0B9BA0;
}

/*.models li:last-child {
	border-bottom: none;
}
.models li:last-child:hover {
	border-bottom: none;
}*/
.models li a {
	display: block;
	padding: 8px 0px 8px 6px;
	font: normal normal 11px 'kabel';
	color: #ccc;
	text-transform: uppercase;
	overflow:hidden;
}

.models li img{
	right:0px;
	position:absolute;
	top:4px;
}

.models li:hover a {
	color: #fff;
}


/****************************************************************************************/
.subcat {
	padding: 0 0 0 10px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
.subcat li {
	background: url('../img/arrow_down_sub.png') left center no-repeat;
	margin: 1px 0;
	padding: 0 5px;
	border-bottom: 1px solid #097980;
}
.subcat li:hover {
	border-bottom: 1px solid #0B9BA0;
}
.subcat li:last-child {
	border-bottom: 1px solid #097980;
}
.subcat li:last-child:hover {
	border-bottom: 1px solid #0B9BA0;
}
.subcat li a {
	display: block;
	padding: 8px 0px 8px 12px;
	font: normal normal 13px 'kabel';
	color: #ccc;
	text-transform: uppercase;
}
.subcat li:hover a {
	color: #0B9BA0;
	-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
}


.filter {
	/*overflow: hidden;*/
	padding: 0;
	width:270px;
	float:right;
	/*border-top: 1px solid #3c3c3c;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;*/
}
.values {
	margin-bottom: 12px;
	padding: 0 5px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
}
.values .min {
	float: left;
	font: normal bold 14px Arial, Helvetica, sans-serif;
	color: #666;
	line-height:32px;
}
.values .max {
	float: right;
	font: normal bold 14px Arial, Helvetica, sans-serif;
	color: #666;
	line-height:32px;
}
.values span {
	font: normal normal 14px Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
}
.slidebar {
	background: url('../img/filter_background.png') center center no-repeat;
	width: 100px;
	height: 8px;
	position: relative;
	margin: 8px auto 0;
}
.slidebar img {       /*ТВА Е КАРТИНКАТА ДЕТО ТРЯБВА ДА СЕ СВИВА И РАЗПЪВА*/
	margin-top: 1px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.slidebar .knob {
	background: url('../img/scale_knob.png') center center no-repeat;
	width: 15px;
	height: 21px;
	position: absolute;
	top: -6px;
	cursor: pointer;
}
.slidebar .knob.minimum {
	left: -5px;
	z-index:20;
}
.slidebar .knob.maximum {
	right: -5px;
	margin-top:-21px;
	z-index:20;
}



.left_banner {
	background: #333;
	margin-bottom: 20px;
	/*border: 1px solid #444;*/
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.left_banner img {
	width: 198px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



.right {
	float: right;
	width: 965px;
}


.product_grid {
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position:relative; /*new*/
}

.goredqsno{
	position:absolute;
	right:15px;
	top:17px;
	line-height:18px;
	color:#666;
}

.extragrid{
	padding:4px !important;
	margin-top:10px;
}
.infodesc{
	padding:15px  10px !important;
}
.sort {
	overflow: hidden;
	margin-bottom: 0px;
	/*padding: 5px 15px 15px 15px;*/
	padding: 5px 0 15px 0;
	border-bottom: 1px dotted #ddd;
	position:relative;
}
.sort label {
	margin-right: 5px;
	font: normal bold 12px Arial, Helvetica, sans-serif;
	color: #333;
}
.sort select {
	margin-right: 10px;
	padding: 3px;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #666;
	border: 1px solid #ccc;
}
.sort .button {
	display: inline-block;
	background: #aaa;
	height: 25px;
	margin-right: 10px;
	padding: 0 6px;
	text-align: center;
	font: normal normal 13px/25px Arial, Helvetica, sans-serif;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.sort .button:hover {
	background: #888;
}
.sort span {
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #666;
}

.product_row {
	background: #fff;
	overflow: hidden;
	margin-bottom: -5px;
	padding: 0 15px 20px;
}
.product_row:first-child {
	padding-top: 15px;
	/*border-radius: 5px 5px 0 0;*/
}
.product_box {
	background: #fff;
	width: 215px;
	float: left;
	margin-left: 14px;
	padding-bottom: 10px;
	text-align: center;
	position:relative;
}
.product_box:first-child {
	margin-left: 1px;
}
.product_box .thumb {
	display: block;
	height:280px;
	/*width:165px;*/
	text-align:center;
	overflow: hidden;
	margin-bottom: 3px;
	border-bottom: 1px solid #ddd;
	/* display:table-cell; */
	vertical-align:middle;
	display: table-cell;
}
.product_box .thumb img {
/* 	max-height:250px;
	max-width:165px;  */
	max-height:260px;
	max-width:195px;
}

.product_box .new {
	position: absolute;
	top: 0px;
	right: 0px;
}


.product_box h3 {
	padding: 7px 0 6px;
	font: normal bold 12px Arial, Helvetica, sans-serif;
	max-height:40px;
	display:block;
	overflow:hidden;

}
.product_box h3 a {
	color: #333;
	height:30px;
	display:block;
}
.product_box h3 a:hover {
	color: #000;
	text-decoration: underline;
}
.product_box span {
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: line-through;
}
.product_box strong {
	font: normal bold 16px Arial, Helvetica, sans-serif;
	color: #0B9BA0;
}
/*.product_box .button {
	display: block;
	background: #222;
	width: 108px;
	height: 34px;
	margin: 10px auto 0;
	font: normal bold 14px/34px 'kabel';
	color: #fff;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.product_box .button:hover {
	background: #000;
}*/
.product_box .button {
	display: inline-block;
	background: #ccc url('../img/arrow8.png') 8px center no-repeat;
	margin: 10px auto 0;
	padding: 6px 6px 6px 16px;
	font: normal normal 11px Tahoma, Geneva, sans-serif;
	color: #111;
	text-shadow: none;
	text-transform: none;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.product_box .button.floatleft {
	margin-left: -0px;
}
.product_box .button.floatright {
	margin-right: -0px;
}
.product_box .button:hover {
	background: #ddd url('../img/arrow8.png') 8px center no-repeat;
}

.paging {
	overflow: hidden;
	padding: 25px 15px 10px;
}
.paging li {
	height: 22px;
	float: left;
	margin-right: 10px;
}
.paging a {
	display: block;
	height: 25px;
	background: #222;
	padding: 0 10px;
	font: normal normal 13px/26px Arial, Helvetica, sans-serif;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a.active {
	background: #0B9BA0;
	color: #fff;
}
.paging a:hover {
	background: #000;
	color: #fff;
}
.paging a.active:hover {
	background: #0B9BA0;
}



.whyus{
	float:right;
	display:block;
	clear:both;
	margin-top:10px;
	top:15px;
	color:#078266!important;
}


.shortlist {
	position: fixed;
	top: 100px;
	right: 10px;
	z-index: 1000;
	width: 120px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 5px #333;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
}
.shortlist h2 {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	text-align:center;
}
.product_box_short {
	width: 120px;
	padding: 5px 0;
	text-align: center;
	border-top: 1px dotted #ccc;
}
.product_box_short:first-child {
	border-top: none;
}
.product_box_short .thumb {
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 0 auto 3px;
	text-align:center;
}
.product_box_short .thumb img {
	max-height:80px;
	max-width:80px;
}
.product_box_short strong {
	display: block;
	margin-bottom: 5px;
	font: normal bold 12px Arial, Helvetica, sans-serif;
	color: #0B9BA0;
}
.product_box_short .button {
	display: inline-block;
	background: #222 url('../img/delete_small.png') 7px center no-repeat;
	padding: 5px 10px 5px 18px;
	font: normal bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: lowercase;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.product_box_short .button:hover {
	background: #000 url('../img/delete_small.png') 7px center no-repeat;
}









/*====================================================== PRODUCT ========================================================*/









.path {
	height: 24px;
	overflow: hidden;
	padding-left: 3px;
	border-bottom:1px dotted #999999;
	display:block;
	padding-bottom:10px;
}

.shadow{
	/*background-image: url(http://cdn.watchshop.com/nd4/breadcrumb-gradient.png); */
	background-image: url('../img/path_shadow.png');
	width: 735px; height: 8px;
	background-position: 50% 0%; background-repeat: no-repeat no-repeat;
	margin:0;
	padding:0;
}

.path li {
	float: left;
	background: none;
	margin-right: 10px;
	padding-left: 0;
	line-height: 18px;
	color: #555;
	text-transform: uppercase;
}
.path li.separator {
	width: 3px;
	line-height: 22px;
	background: url('../img/arrow2.png') center no-repeat;
}
.path img {
	float: left;
	margin: 3px 0 0 0;
}
.path a {
	font: normal normal 14px/24px Arial, Helvetica, sans-serif;
	color: #333;
}
.path a:hover {
	text-decoration: underline;
}
.path strong {
	font: normal bold 14px/24px Arial, Helvetica, sans-serif;
	color: #0B9BA0;
}



.product {
	background: #fff;
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.product .leftside {
	width: 410px;
	float: left;
	position:relative;
	z-index:999;
	zoom:1;
}
.product .leftside .preview {
	display: block;
	width: 270px;
	margin-bottom: 10px;
	border: 1px solid transparent;
	clear:both;
	position:relative;
	margin-top:20px;
}
.product .leftside .preview .new {
	position:absolute;
	right:0;
	top:0;
}

.product .leftside .youtube {
	/*height:35px;
	width:78px;*/
	height:48px;
	width:49px;
	overflow:hidden;
	cursor:pointer !important;
	z-index:999;
	position: absolute;
	top: 0px;
	margin-top: 21px;
	left:2px;
	display:block;
}

.product .leftside .preview img {
	/*width: 270px !important;*/
}
.product .leftside > span {
	display: block;
	clear: both;
	margin: 10px 10px 5px 0;
	padding-bottom: 5px;
	color: #0B9BA0;
	border-bottom: 1px dotted #999;
}
.product .leftside .thumb {
	display: block;
	width:100%;
	overflow: hidden;
	padding: 0 5px;
	border: 1px solid transparent;
	text-align:center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* .product .leftside .thumb img {
	height:143px;
	max-width:121px;
}
 */
.product  .leftside .slider_show .thumb img {
	max-height:153px;
	max-width:131px;
}



.product .leftside .lizingovi .thumb {
		width: 165px;
}
.product .leftside .lizingovi .thumb img {
	/*max-height:90px !important;*/
	max-width: 165px !important;
}
.product .rightside .like_button {
	position:relative;
	display:block;
}

.product .rightside {
	width: 505px;
	float: right;
	padding-right: 10px;
	position:relative;
}

.product h1 {
	margin-bottom: 24px;
	font: normal normal 24px 'kabel';
	color: #0B9BA0;
	text-transform: uppercase;
	width:335px;
	/*-ms-word-break: break-all;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
    hyphens: auto;
	word-break:break-all !important;
	word-spacing:inherit !important;*/
	/*word-wrap:break-word !important;
	table-layout: fixed;*/
	display:block;
}

.product .inner_wrap {
	position: relative;
	padding-right: 90px;
}

.product .inner_wrap ul {
	min-height: 200px;
	margin-bottom: 27px;
}
.product .inner_wrap li {
	/*background: url('../img/arrow2.png') left center no-repeat;
	margin: 0 0 8px 0;*/
	background: url('../img/arrow.png') left center no-repeat;
	margin: 0 0 8px 0;
	padding-left: 20px;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #666;
}





.special_details {
	position: absolute;
	top: 0;
	right: 0;
	width: 21%;
	z-index:9;
	margin-bottom: 30px;
	zoom:1;
}
.special_details div {
	position: relative;
	float: left;
	margin: 5px 5px;
}
.special_details .flyout {
	display: none;
	z-index:9999;
	position: absolute;
	bottom: 30px;
	width: 210px;
	background: #fff;
	margin-left: -28px;
	padding: 10px;
	font: normal normal 11px/16px Arial, Helvetica, sans-serif;
	color: #333;
	border: 2px solid #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 5px #666;
	-moz-box-shadow: 0 1px 5px #666;
	-webkit-box-shadow: 0 1px 5px #666;;
}
.special_details .flyout .arrow {
	position: absolute;
	z-index:9999;
	bottom: -15px;
	left: 30px;
}
.special_details div:hover .flyout {
	display: block;
}



.product p {
	margin-bottom: 20px;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #666;
}





.order_panel {
	position: relative;
}
.product .rating {
	float: left;
	width: 115px;
	/*margin: 5px 0 0 0 !important;*/
}
/*.product .rating span {
	display: block;
}
.product .rating label {
	font: normal normal 10px Arial, Helvetica, sans-serif;
	color: #666;
}
.product .rating a {
	display: inline-block;
	width: 19px;
	height: 19px;
}
.product .rating a.empty {
	background: url('../img/rating.png') top no-repeat;
}
.product .rating a.full {
	background: url('../img/rating.png') bottom no-repeat;
}
.product .rating a.empty:hover {
	background-position: bottom;
}*/

.product .price {
	position: absolute;
	top: -30px;
	right: 0;
	font: normal normal 16px 'kabel';
	color: #0B9BA0;
}


.dpercent{
	margin-top:-110px;
	width:60px;
	height:95px;
	background:transparent url('/img/12-percent-off.png') center top no-repeat;
	text-align:center;
	font-size:18px;
	line-height:60px;
	color:#fff;
	float:right;
	position:relative;
}

.product .price strong {
	font: normal bold 24px 'kabel';
}


.oldprice{
	top:-45px !important;
	text-decoration:line-through !important;
	color:#666 !important;
	font-size:14px !important;
}



.order_panel .opt {
	float: left;
	height: 30px;
	margin-top: 6px;
}
.order_panel .opt:first-child {
}
.order_panel label {
	display: inline-block;
	margin-right: 3px;
	font: normal normal 12px/30px Arial, Helvetica, sans-serif;
	color: #333;
}
.order_panel select {
	display: inline-block;
	height: 22px;
	margin-right: 10px;
	padding: 2px;
	font: normal normal 11px Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.order_panel select:focus {
	border: 1px solid #666;
}
.order_panel .field {
	display: inline-block;
	float: left;
	width: 30px;
	height: 28px;
	margin-right: 2px;
	text-align: center;
	font: normal bold 14px/28px 'kabel';
	color: #111;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	outline:none;
}
.order_panel .field:focus {
	border:#0b9ba0 solid 1px;
}
.order_panel .quantity {
	width: 15px;
	margin-right: 0;
}
.order_panel .quantity .incr {
	display: block;
	width: 14px;
	height: 14px;
	background: #111;
	margin-bottom: 2px;
	text-align: center;
	font: normal normal 12px/10px Verdana, Geneva, sans-serif;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
.order_panel .quantity .decr {
	display: block;
	width: 14px;
	height: 14px;
	background: #666;
	text-align: center;
	font: normal normal 16px/14px Verdana, Geneva, sans-serif;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
.order_panel .button {
	display: block;
	float: left;
	/*background: url('../img/button3.png') top no-repeat;*/
	background: #222;
	width: 98px;
	height: 30px;
	margin-right: 3px;
	font: normal normal 16px/32px 'kabel';
	color: #fff;
	/*text-shadow: 1px 1px 0 #2a7b8f;*/
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.order_panel .button:hover {
	/*background-position: bottom;*/
	background: #000;
		color: #0B9BA0 ;
}
.lizingbutton {
color:black;float:left;background: #222;color:white;font: normal bold 13px/15px 'kabel';text-align:center;cursor:pointer;border-radius:3px;margin-right:10px;padding-left:10px;padding-right:10px;
}
.action-button {
display: inline-block;
width: auto;
height: 40px;
line-height: 40px;
padding: 0 10px;
vertical-align: middle;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

 .action-button{
-moz-box-shadow: 0px 2px 4px 0px #c9e7f3;
-webkit-box-shadow: 0px 2px 4px 0px #c9e7f3;
box-shadow: 0px 2px 4px 0px #c9e7f3;
background: transparent url(http://www.laptop.bg/assets/laptop/menu-closed.jpg) repeat-x scroll 0 0;
border: none;
color: #fff;
}
.lizingbutton:hover {
	background: #000;
		color: #0B9BA0 ;
}
.more_options {
	clear: both;
	margin-bottom: 15px;
	padding: 10px 0;
	border-width: 1px;
	border-style: dotted;
	border-color: #999 transparent;
}
.more_options a {
	margin-right: 15px;
	padding-left: 15px;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: uppercase;
}
.more_options a:hover {
	color: #0B9BA0;
}
.more_options a.first {
	background: url('../img/icon_18.png') left center no-repeat;
}
.more_options a.second {
	background: url('../img/icon_19.png') left center no-repeat;
}
.more_options a.third {
	background: url('../img/icon_20.png') left center no-repeat;
}



.tabs {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}
.tabs a {
	display: inline-block;
	background: #ccc;
	padding: 0 15px;
	font: normal normal 16px/32px 'kabel';
	color: #333;
	border: 0px solid #999;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;

}
.tabs a:hover, .tabs a.active {
	background: #222;
	color: #fff;
}






/*================================================== REGISTER/LOGIN ====================================================*/







.regform {
	position: relative;
	margin-bottom: 20px;
	padding: 20px 0;
	overflow: hidden;
}
.regform .warning {
	display: block;
	padding: 0 5px;
	font-size: 12px;
	margin-bottom: 20px;
	padding-left: 15px;
	color: #ccc;
	font-style: italic;
}
.regform .inner {
	position: relative;
	margin: 0px 10px 20px;
	border: 1px solid #444;
	box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
}
.regstep {
	clear: both;
	background: #333;
	overflow: hidden;
	margin-bottom: 1px;
	padding: 10px 0 10px 10px;
}
.regstep:first-child {
	padding-top: 20px;
	border-top: none;
}
.regstep:last-child {
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: none;
}
.regstep label {
	display: block;
	float: left;
	width: 400px;
	margin-right: 20px;
	text-align: right;
	color:#fff;
	font-size: 12px;
	/*text-shadow: 1px 1px 0 #000;*/
	font-weight: normal;
	font-style: normal;
	line-height: 25px;
}
.regstep .field {
	background: #e6ebf1;
	width: 300px;
    height: 35px;
	float: left;
	padding: 0 5px;
	font-size: 12px;
	color: #333;
	line-height: 35px;
	border-color: #bbb #fff #fff #bbb;
    border-style: solid;
    border-width: 1px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 0 1px #ccc inset;
	-moz-box-shadow: 0 0 1px #ccc inset;
	-webkit-box-shadow: 0 0 1px #ccc inset;
	outline:none;
}
.regstep .field:focus {
	background: #fff;
	border:#0b9ba0 solid 1px;
}


.regform .comment textarea {
	background: #e6ebf1;
	width: 300px;
    height: 100px;
	float: left;
	padding: 0 5px;
	font-size: 12px;
	color: #333;
	line-height: 25px;
	border-color: #bbb #fff #fff #bbb;
    border-style: solid;
    border-width: 1px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 0 1px #ccc inset;
	-moz-box-shadow: 0 0 1px #ccc inset;
	-webkit-box-shadow: 0 0 1px #ccc inset;
	resize:vertical;
	outline:none;
}
.regform .comment textarea:focus {
	border:#0b9ba0 solid 1px;
}

.regform .confirm {
	clear: both;
	margin-top: 5px;
	padding-left: 400px;
	overflow: hidden;
}
.regform .confirm .checkbox {
	float: left;
	margin: 6px 8px 0 0;
}
.regform .confirm label {
	display: block;
	float: left;
	width: 290px;
	text-align: left;
	font-weight: normal;
	text-shadow: none !important;
	line-height: normal;
}
.regform .confirm strong {
	color: #0b9ba0;
	text-transform: none;
	font-weight: normal;
}
.regform .confirm a {
	color: #0b9ba0;
}
.regform .confirm a:hover {
	text-decoration: underline;
}
.regform .captcha {
	display: block;
	width: 180px;
	margin: 0 auto;
	border: 1px solid #ccc;
}
.regform .button {
	display: block;
	background: url('../img/button2.png') top no-repeat;
	width: 148px;
	height: 34px;
	margin: 0 auto;
	font: normal bold 14px 'kabel';
	color: #fff;
	text-shadow: 1px 1px 0 #2a7b8f;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}
.regform .button:hover {
	background-position: bottom;
}


.loginform div.fuck_off {
	overflow: hidden;
	color: #666;
}
.loginform a.fuck_off {
	margin: 0 10px;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #0B9BA0;
}
.loginform a.fuck_off:hover {
	text-decoration: underline;
}
.loginform .fuck_off label {
	margin-right: 70px;
}
.loginform .button {
	width: 108px;
	background: url('../img/button3.png') center top no-repeat;
}
.loginform .button:hover {
	background-position: bottom;
}






/*======================================================= BASKET =====================================================*/






.koshnica {
	position: relative;
	padding: 0 0 30px;
	overflow: hidden;
}
.koshnica .status {
	margin: 10px 0 20px;
	text-align: center;
}
.koshnica .status img {
	display: inline-block;
	margin-right: 8px;
	padding-bottom: 2px;
	vertical-align: middle;
}
.koshnica .status span {
	font: normal normal 14px Tahoma, Geneva, sans-serif;
	color: #ccc;
	text-transform: uppercase;
}
.koshnica .status strong {
	color: #0B9BA0;
}

.koshnica .status strong a {
	color: #0B9BA0;
	text-decoration:underline;
}
.koshnica .status strong a:hover {
	text-decoration:none;
}



.koshnica table {
	border-bottom: 8px solid #333;
}
.koshica tbody {
	border: 1px solid #ddd;
}
.koshnica td {
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #999;
	vertical-align:middle !important;
}
.koshnica td.product_name {
	text-align: left;

}
.koshnica thead {
	border-top: none;
}
.koshnica thead td {
	background: #333;
	padding: 15px 10px;
	color: #fff;
}
.koshnica .odd td {
	background: #eee;
}
.koshnica .even td {
	background: #ddd;
}
.koshnica .odd:hover td {
	background: #fafafa;
}
.koshnica .cena td {
background: #fafafa;
}
.koshnica .even:hover td {
	background: #f2f2f2;
}
.koshnica td.product_name a {
	font: normal bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	line-height:40px;
	padding-left:5px;
}
.koshnica td.product_name a:hover {
	text-decoration: underline;
	color: #000;
}
.koshnica td input {
	width: 30px;
	border: 1px solid #ccc;
	padding: 4px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.koshnica .end_price {
	color: #0B9BA0;
	font-weight: bold;
}
.koshnica .bottom_wrapper {
	height: 60px;
	background: #f5f5f5;
	overflow: hidden;
	margin: 40px 0 0;
	color: #000;
	border: 1px solid #e5e5e5;
}
.koshnica .summary {
	float: right;
	margin-top: 5px;
	padding: 0 10px;
	font-weight: bold;
	width:180px;
}
.koshnica .summary p {
	float: left;
	display:block;
}
/*.koshnica .summary p:first-child {
	margin-right: 20px;
}*/
.koshnica .summary span {
	width:80px;
	text-align:left;
	display:inline-block;
}
.koshnica .summary strong {
	display: inline-block;
	margin-left: 10px;
	padding: 0px;
	font: normal bold 16px Arial, Helvetica, sans-serif;
	color: #0B9BA0;
	width:85px;
	text-align:right;
}
.price_incl_vat{
	color: #cc0000 !important;
}
.incl_vat_price {
	color: #c00 !important;
}
.koshnica .buttons {
	float: left;
	margin: 9px 0px 0;
}
.koshnica .free {
	float: left;
	background: url('../img/small-tick.png') left center no-repeat;
	margin-left: 10px;
	padding-left: 20px;
	font: normal normal 12px/32px Arial, Helvetica, sans-serif;
	color: #666;
}


.koshnica .go_back {
	background: url('../img/back.png') top no-repeat;
	display: block;
	float: left;
	width: 115px;
	height: 33px;
	margin-left:10px;
	padding-left:15px;
	/*background: none;*/
	text-align: center;
	font: normal bold 13px/32px Arial, Helvetica, sans-serif;
	color: #fff;
	/*text-shadow: 1px 1px 0 #fff;*/
	border: none;
}
.koshnica .go_back:hover {
	/*color: #0B9BA0;
	text-decoration: underline;*/
	color:#0B9BA0;
}
.koshnica .refresh {
	display: block;
	float: left;
	width: 71px;
	height: 33px;
	background: url('../img/revresh.png') top no-repeat;
	padding-left:18px!important;
	text-align: center;
	/*font: normal bold 14px 'kabel'*/
	font: bold 13px/32px Arial,Helvetica,sans-serif;;
	color: #fff;
	/*text-shadow: 1px 1px 0 #444;
	text-transform: uppercase;*/
	border: none;
	cursor: pointer;
}
.koshnica .refresh:hover {
	/*background-position: bottom;*/
	color:#0B9BA0;
}
.koshnica .buynow {
	display: block;
	float: left;
	width: 132px;
	height: 33px;
	background: url('../img/next1.png') top no-repeat;
	text-align: center;
	padding-left:15px;
    /*font: normal bold 14px/34px 'kabel';*/
	font: bold 13px/30px Arial,Helvetica,sans-serif;
	color: #fff;
	/*text-shadow: 1px 1px 0 #2a7b8f;
	text-transform: uppercase;*/
	cursor:pointer;
	border: none;
	margin-top:1px;
}
.koshnica .buynow:hover {
	/*background-position: bottom;*/
	color:#0B9BA0;
}




/*.koshnica .go_back {
	float: left;
	width: 110px;
	height: 32px;
	background: #eee url('../img/bullet_left.gif') left center no-repeat;
	margin-left: 10px;
	padding-left: 10px;
	text-align: center;
	font: normal bold 12px/32px Arial, Helvetica, sans-serif;
	color: #000;
	text-shadow: 1px 1px 0 #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.koshnica .go_back:hover {
	background: #e6e6e6 url('../img/bullet_left.gif') left center no-repeat;
	color: #0B9BA0;
}
.koshnica .refresh {
	float: left;
	width: 90px;
	height: 34px;
	background: #eee;
	margin-left: 10px;
	text-align: center;
	font: normal bold 12px/32px Arial, Helvetica, sans-serif;
	color: #000;
	text-shadow: 1px 1px 0 #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	cursor: pointer;
}
.koshnica .refresh:hover {
	background: #e6e6e6;
	color: #0B9BA0;
}
.koshnica .buynow {
	float: left;
	width: 125px;
	height: 32px;
	background: #0b9ba0 url('../img/bullet_right.gif') right center no-repeat;
	margin-left: 10px;
	padding-right: 10px;
	text-align: center;
	font: normal bold 12px/32px Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: none;
	border: 1px solid #095d60;
	border-radius: 2px;
}
.koshnica .buynow:hover {
	background: #097980 url('../img/bullet_right.gif') right center no-repeat;
}*/





/*======================================================== CHECKOUT =====================================================*/








.checkout {
	position: relative;
	padding: 0 0 30px;
	overflow: hidden;
}
.checkout table {
	margin-top: 10px;
}
.checkout tbody td {
	padding: 15px 10px;
}
.checkout tbody td.product_name {
	font-size: 12px;
	font-weight: bold;
}

.checkout .bottom_wrapper {
	box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
}


.checkout_details {
}

.checkout_details .inner {
	margin-bottom: 20px;
}

.checkout_title {
	position: relative;
	clear: both;
	height: 45px;
	background: #333;
	margin-bottom: 0px;
	padding: 0 12px;
	font: normal normal 14px/45px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.log_now {
	float: right;
	color: #0B9BA0;
	text-transform: lowercase;
}
.log_now:hover {
	text-decoration: underline;
}

.checkout .regstep {
	background: #eee;
	margin-bottom: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}
.checkout .regstep label {
	color: #333;
}

.address {
	float: left;
	width: 520px;
	margin-bottom: 20px;
}

.checkout .regstep label {
	width: 125px;
	margin-right: 0;
}
.checkout .regstep .field {
	float: right;
	background: #fff;
	margin-right: 10px;
}

.shipping_terms {
	float: left;
	margin-left: 15px;
	color: #0B9BA0;
	line-height: 0px;
}
.shipping_terms:hover {
	text-decoration: underline;
}

.endprice_details {
	float: right;
	width: 50%;
	margin-bottom: 20px;
}

.oblo{
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.endprice_details .regstep {
	padding: 10px 0;
}
.endprice_details .regstep label {
	width: 130px;
}
.endprice_details select {
	float: left;
	background: #fff;
	width: 264px;
	margin-left: 20px;
	padding: 4px;
	border: 1px solid #bbb;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.endprice_details strong {
	display: block;
	float: left;
	margin-left: 20px;
	font-size: 14px;
	color: #0B9BA0;
	font-weight: bold;
	line-height: 25px;
}
.endprice_details strong.total {
	font: normal bold 18px Arial, Helvetica, sans-serif;
	color: #c00;
}

.payways {
	background: #ddd;
	padding: 20px;
	text-align: center;
	border: 1px solid #eee;
	box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	position:relative;
	overflow:hidden;


}
.payways span {
	margin: 0 15px;
	display:block;

	opacity: 0.8;
	/*Transition*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;

	/*Reflection*/
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));

}

.payways span:hover {
/*   opacity: 1;

  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));

  -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  background:#fff;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

.payways .butcont input {
	margin-right: 8px;
	vertical-align: middle;
}
.payways .butcont label {
	font: normal bold 14px Arial, Helvetica, sans-serif;
	color: #336699;
}

.checkout_details .text_area {
	float: none;
	background: #ddd;
	padding: 20px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
}
.checkout_details textarea {
	display: block;
	width: 400px;
	height: 310px;
	background: #f9f9f9;
	margin: 0px auto 0;
	padding: 5px;
	font-size: 12px;
	color: #333;
	line-height: 25px;
	border-color: #bbb #fff #fff #bbb;
    border-style: solid;
    border-width: 1px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 0 1px #ccc inset;
	-moz-box-shadow: 0 0 1px #ccc inset;
	-webkit-box-shadow: 0 0 1px #ccc inset;
	outline:none;
}
.checkout_details textarea:focus {
	border:#0b9ba0 solid 1px;
}
.checkout .confirm {
	float: left;
}
.checkout .confirm input {
	vertical-align: middle;
	margin-right: 5px;
}
.checkout .confirm label {
	width: 200px;
	font: normal bold 12px/36px Arial, Helvetica, sans-serif;
}
.checkout .confirm a {
	color: #0B9BA0;
	font-weight: bold;
}
.checkout .confirm a:hover {
	color: #0cf;
	text-decoration: underline;
}

.checkout .edit_order {
	display: block;
	float: right;
	background: url('../img/pencil.png') left center no-repeat;
	margin: 0 5px 0 60px;
	padding-left: 25px;
	text-align: center;
	font: normal bold 12px/38px Arial, Helvetica, sans-serif;
	color: #fff;
}
.checkout .edit_order:hover {
	text-decoration: underline;
}

.checkout .button {
	display: block;
	background: url('../img/button2.png') top no-repeat;
	width: 148px;
	height: 34px;
	margin: 0 auto;
	font: normal bold 14px 'kabel';
	color: #fff;
	text-shadow: 1px 1px 0 #2a7b8f;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}
.checkout .button:hover {
	background-position: bottom;
}

.checkout .button2 {
	display: block;
	background: url('../img/butona.png') top no-repeat;
	width: 444px;
	height: 49px;
	margin: 0 auto;
	font: normal bold 14px 'kabel';
	color: #fff;
	text-shadow: 1px 1px 0 #2a7b8f;
	text-transform: uppercase;
	border: none;
	cursor: pointer;

	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;

	opacity: 0.8;
	/*Transition*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;

	/*Reflection*/
	/*-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));*/
}

.checkout .button2:hover {
   opacity: 1;

   /*Reflection*/
   /*
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
 */
   /*Glow*/
  -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  background: url('../img/butona.png') top no-repeat;

	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

/*==================================================== NEW CART =========================================================*/





.new_cart {
	padding: 0 10px;
}


.new_cart div {
	padding: 10px 0;
	border-top: 1px solid #097980;
	display:block;
	overflow:hidden;
}
.new_cart div:first-child {
	border-top: none;
}


.new_cart div .thumb {
    overflow: hidden;
    text-align: center;
    width: 40px;
	float:left;
	display: table-cell;
	vertical-align: middle;
	margin: 0 5px 5px 0;
}

.new_cart div .thumb img {
    max-width: 40px;
}

.new_cart div .delbutton{
	vertical-align:middle;
}


.new_cart span {
	display: block;
	overflow: hidden;
	margin-top:6px;
}

.new_cart .button {
	display: inline-block;
	background: #999;
	padding: 6px 10px;
	text-align: center;
	font: normal normal 12px 'kabel';
	color: #fff;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.new_cart .button:hover {
	background: #666;
}

/******************************New Style**************************************/

.leftbox .ajaxb{
	cursor:pointer;
}

.lqlq{
	border:none;
}

.error{
	color:#ce0f13;
}

/*#results.loading{
	height:600px;
	background: url('../img/load.gif') center 100px no-repeat;
}*/

#results.loading{
	height:600px;
	background: url('../img/loading.gif') center 100px no-repeat;
}


#showproducts .tabarea {
	display:none;
}

/* #showproducts .new{
	top:auto !important;
	left:auto!important;
	margin-top:-295px;
	margin-left:-160px;
} */

.t1 .tab1, .t2 .tab2, .t3 .tab3, .t4 .tab4, .t5 .tab5  {
	display:block !important;
}

.tab {
	cursor:pointer;
}

.shortlist .floading{
	background:transparent url('../img/sloading.gif') center center no-repeat;
	padding:10px 0;
	height:100px;
}

/* #showproducts .product_box{
	position:static !important;
}
 */
.fordelivery td{
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: #000;
	background:#CCC;
	border-bottom: 1px solid #999;
}

.fordelivery table {
	border-bottom: 8px solid #333;
}
.fordelivery tbody {
	border: 1px solid #ddd;
}
.koshnica td {
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: #000;
	background:#CCC;
	border-bottom: 1px solid #999;
}
.fordelivery thead {
	border-top: none;
}
.fordelivery thead td {
	background: #333;
	padding: 15px 10px;
	color: #fff;
}

.option{
	color:#0B9BA0;
}
.option:hover{
	text-decoration:underline;
}



.textpage {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 15px;
	overflow:hidden;
}



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

.textcontent li {
	background: url('../img/bullet.gif') left center no-repeat;
	margin: 4px 0 4px 0;
	padding-left: 20px;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #666;
}

.textcontent br {
	margin: 0 0 8px 0;
	padding-left: 20px;
}

/******************************************************************/
/* Slider Style */

.slider_gutter {float: left;width: 100%;display: block; position: relative; padding:0px 0px; }
#slider_minmax_gutter_m{width: 100px;margin-left:-170px;	height:20px; /*background:url(../img/slider_rptr.png) repeat-x;*/}
#slider_minmax_gutter_r,.slider_gutter_r{width: 10px;margin-left:-22px;height:20px; 	/*background:url(../img/slider_r.png)*/ no-repeat; border:1px }
#slider_minmax_gutter_l, .slider_gutter_l{width: 10px;margin-left:-110%; height:20px;/*background:url(../img/slider_l.png)*/ }

* +html #slider_minmax_gutter_m{width: 100px;margin-left:-170px;	height:20px; /*background:url(../img/slider_rptr.png) repeat-x;*/}
* +html #slider_minmax_gutter_r, * +html .slider_gutter_r{width: 10px;margin-left:-22px;height:20px; 	/*background:url(../img/slider_r.png)*/ no-repeat; border:1px }
* +html #slider_minmax_gutter_l, .slider_gutter_l{width: 10px;margin-left:-110%; height:20px;/*background:url(../img/slider_l.png)*/ no-repeat; }
.slider_gutter_item{position: relative;	float: left; left: 100%;}
/*
#slider_minmax_gutter_l, .slider_gutter_l{width: 10px;margin-left:-100%; height:20px;background:url(../img/slider_l.png) no-repeat; }
*/
#slider_minmax_gutter_m,.slideneed1{width: 100px;margin-left:-100px;	height:20px; /*background:url(../img/slider_rptr.png) repeat-x;*/}
* +html #slider_minmax_gutter_m, * +html .slideneed1{width: 100px;margin-left:-100px; height:20px; position:relative; /*background:url(../img/slider_rptr.png) repeat-x;*/}
/*
#slider_minmax_gutter_r,.slider_gutter_r{width: 10px;margin-left:-8px;height:20px; 	background:url(../img/slider_r.png) no-repeat; border:1px }
*/

.slider_gutter{width:100px; margin:10px 0px 0px 0px; }
.slider_gutter_m{width:100px;margin-left:-110px;	height:20px; /*background:url(../img/slider_rptr.png) repeat-x;*/}

/*.slider_gutter_bkg{ position: absolute; background:url(../img/bkg_slider.png) repeat-x; height:8px; margin:6px 0px 0px -10px; width:374px; clip:rect(0, 20px, 0, 20px)}
/* For Clip */
#slider_bkg_img, .slideneed2{position: absolute; height:5px; margin:1px 0px 0px 0px; width:100px;}
* +html .slideneed2{position: absolute; height:5px; margin:1px 0px 0px 0px; width:100px; top:12px;}
#slider_bkg_img_1{position: absolute; height:5px; margin:1px 0px 0px 0px; width:100px;}
/* for Slider C */
.slide_container  .slider_gutter_C{width:100px;margin-left:-100px;	height:21px; /*background:url(../img/slider_rptr.png) repeat-x;*/}


/**********************************************************************************/
.pay_end{
	text-align:center;
	margin: 0 auto;
	background:#FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 2px 10px #000;
	-moz-box-shadow: 0 2px 10px #000;
	padding:10px;
	-webkit-box-shadow: 0 2px 10px #000;
	position:relative;
	width: 630px;
}





/*****************************************************/
.koshnica .new_div {
	overflow: hidden;
	margin: 10px 0 30px;
}
.koshnica .status {
	float: left;
	width: 440px;
	font: normal normal 14px/30px Tahoma, Geneva, sans-serif;
	/*color: #ccc;*/
	color: #0B9BA0;
	text-transform: uppercase;
}
.koshnica .status strong {
	color: #0B9BA0;
}
.steps {
	float: right;
}
.steps a {
	display: inline-block;
	height: 30px;
	margin-right: 10px;
	font: normal normal 14px/30px Arial, Helvetica, sans-serif;
	color: #fff;
}
.steps strong {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #7f7f7f;
	margin-right: 10px;
	text-align: center;
	font: normal normal 18px/30px Arial, Helvetica, sans-serif;
	color: #fff;
	border-radius: 15px;
}
.steps a:hover {
	color: #0b9ba0;
}
.steps a:hover strong {
	background: #0b9ba0;
}
.steps a.completed strong {
	background: #0b9ba0;
}

/*.checkout .new_button {
	float: right;
	width: 185px;
	height: 32px;
	background: #0b9ba0 url('../img/bullet_right.gif') right center no-repeat;
	padding-right: 10px;
	text-align: center;
	font: normal bold 12px/32px Arial, Helvetica, sans-serif;
	color: #000;
	text-shadow: none;
	border: 1px solid #095d60;
	border-radius: 3px;
	cursor: pointer;
}
.checkout .new_button:hover {
	background: #097980 url('../img/bullet_right.gif') right center no-repeat;
	color: #fff;
}*/
.checkout .new_button {
	display: block;
	float: right;
	width: 140px;
	margin-top: -15px;
	height: 33px;
	background: url('../img/next.png') top no-repeat;
	text-align: center;
	padding-left:20px;
    /*font: normal bold 14px/34px 'kabel';*/
	font: normal bold 13px/30px Arial,Helvetica,sans-serif;
	color: #fff;
	/*text-shadow: 1px 1px 0 #2a7b8f;
	text-transform: uppercase;*/
	border: none;
	cursor: pointer;
}
.checkout .new_button:hover {
	color:#0B9BA0!important;
}

.butcont{
	height:20px;
	padding:10px;
	float:left;
	margin-top:5px;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#FFF;
	border:1px solid #ccc;*/
	position:relative;

}




.toolsa {
	/*float: right;
	height: 28px;
	margin-top: 25px;*/

    bottom: 15px;
    position: absolute;
    right: 0;
}
.logina {
	background: url('../img/button222.png') left top no-repeat;
	position: relative;
	float: left;
	width: 110px;
	height: 28px;
	padding-left: 15px;
	z-index: 99;
}
.logina:hover {
	background: url('../img/button222.png') left bottom no-repeat;
}
.logina strong {
	display: block;
	background: url('../img/icon111.png') left center no-repeat;
	height: 28px;
	padding-left: 25px;
	font: normal normal 12px/28px Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 0 #343c42;
	cursor: default;
}
.logina .dropdown {
	display: none;
	background: #48535a;
	position: absolute;

	top: 24px;
	left: 0;
	width: 170px;
	padding: 5px 10px;
	border: 1px solid #222c32;
	border-top: none;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	box-shadow: 0 1px 1px #333;
	-moz-box-shadow: 0 1px 1px #333;
	-webkit-box-shadow: 0 1px 1px #333;
}
.logina a {
	display: block;
	background: url('../img/arrow111.png') left center no-repeat;
	margin: 6px 0;
	padding-left: 10px;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #ccc;
}
.logina a:hover {
	color: #fff;
	text-decoration: underline;
}
.logina:hover .dropdown {
	display: block;
}


.carta {
	background: url('../img/button333.png') right top no-repeat;
	position: relative;
	z-index: 10;
	float: left;
	width: 88px;
	height: 28px;
	margin-left: -3px;
	padding-left: 12px;
}
.carta:hover {
	background: url('../img/button333.png') right bottom no-repeat;
}
.carta a {
	display: block;
	background: url('../img/icon222.png') left center no-repeat;
	height: 28px;
	padding-left: 25px;
	font: normal normal 12px/28px Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 0 #343c42;
}
.carta span {
	/*display: block;
	background: url('../img/label111.png') no-repeat;
	position: absolute;
	top: -15px;
	left: 6px;
	width: 26px;
	height: 23px;
	text-align: center;
	font: normal bold 11px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 0 #1077ba;*/

	position: absolute;
	top: -22px;
	left: 2px;
	width: 33px;
	height: 25px;
	background: url('../img/label1.png') left center no-repeat;
	text-align: center;
	font: normal normal 16px/20px Arial, Helvetica, sans-serif;
	color: #0b9ba0;
	text-shadow: 1px 1px 0 #300;
}




/*******************************popup******************************************/

.cool_login {
    background: url("../img/40.png") repeat scroll 0 0 transparent;
    height: 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000000;
}

#form_holder{
	opacity: 0;
	position:absolute;
	z-index:10000001;
}
#form_holder .tbitable{
	background:#FFF;
    border: 3px solid #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    font-size: 14px;
    /*margin: -200px auto 0;*/
    padding: 10px;
    position: relative;
    top: -600px;
	left: 50%;
    margin-left: -300px;
	height: 1px;
    width: 1px;
}

.closex {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 75px;
height: 30px;
padding-top: 4px;
	background: url('../img/x-sa.png') no-repeat;
	background-position: 50px 0px;
}
.closex:hover {
	opacity: 0.8;
}
.tape{
	display: block;
	position: absolute;
top: -10px;
left: 115px;
width: 73px;
height: 28px;
	background: url('../img/tape.png') no-repeat;

}
.tbibox_title {
	position: relative;
	height: 30px;
	background: #1d1d1d;
	margin-bottom: 5px;
	padding: 0 12px;
	font: normal normal 14px/36px Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: -1px -1px 0 #000;
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 2px #999;
	-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	display:block;
}

#login_funcs td {
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
}
#login_funcs thead td {
	background: #999;
	color: #fff;
	border-bottom: 1px solid #777;
}
#login_funcs .even td {
	background: #f2f2f2;
}
#login_funcs .odd:hover td {
	background: #f9f9f9;
}
#login_funcs .even:hover td {
	background: #f5f5f5;
}



#fb_box {
    height: 40px;
    left: -5px;
    padding-right: 40px;
    position: fixed;
    top: 97px;
    width: 350px;
    z-index: 99;
}

#fb_toggle {
    background: transparent url("../img/fb3.png") right top no-repeat;
    cursor: pointer;
    height: 151px;
    position: absolute;
    right: -9px;
    top: 0;
    width: 50px;
	border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.seo{
	font-size:11px;
	text-align:justify;
	color: #666;
}



.arrowbtn{
	background: rgb(50, 50, 50);
	background: rgba(0, 0, 0, 0.5);

	background-image:url(../img/controls-sprite.png);

	/* change arrows size here */
	width: 30px;
	height: 30px;
	margin-top:-15px;

	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
 	border-radius: 4px;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	display: block;
	position: absolute;
}

.arrowbtn:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.arrowbtn.slide_next {
	background-position: top right;
	right: 5px;
}

.arrowbtn.slide_back {
	background-position: top left;
	left: 5px;
}


.slide_back, .slide_next{
	display:block;
	clear:both;
	position:absolute;
	margin-top:100px;
	overflow:hidden;
	z-index:9999;
}

.indextext{
	/*margin-top:5px;*/
	background:#282828;
	display:block;
	color:#c3c3c3;
	font-weight:bold;
}

#idseo{
	height:auto;
	overflow:hidden;
	position:relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#idseo .pad{
	text-align:justify;
	font-size:11px;
	cursor:pointer;
}

.ibg{
	border:#585858 1px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:3px;
}

#cbg{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}





/**************************************************************/
.more_options2 {
	clear: both;
	padding: 15px 0 10px 0px;
	/*border-width: 1px;
	border-style: dotted;
	border-color: #999 transparent;*/
	border:none;
	line-height:30px;
}
.more_options2, .more_options{
	text-align:center;
	padding-left:2px;
}

.more_options2 a {
	margin-right: 2px;
	padding-left: 17px;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	line-height:16px;
	height:16px;

}
.more_options2 a.free {
	background: url('../img/small-tick.png') left center no-repeat;
	display: inline-block !important;
}


.filtername_a_selected{
	color:#0B9BA0 !important;
}

/**************************************************************************************/



.textpage h2.centralhead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #595959;
	text-transform: uppercase;
	padding: 0 30px 20px;
	background: url(../img/sitemap-upborder.png) no-repeat center bottom;
	margin: 0 0 25px;
}

.textpage .clear {
	display: block;
	clear: both;
	float:none;
}


.site_map-section {}

.site_map-section a {
	text-decoration: none;
}

.site_map-section a:hover {
	text-decoration: underline;
}

.site_map-section .row {
	clear: both;
	margin: 0 0 80px;
}

.site_map-section .row:last-child { margin: 0; }

.site_map-section .sm_styled {
	width: 220px;
	float: left;
	margin: 0;
	padding: 0 0 0 16px;
}

.row ul{
}

.site_map-section .sm_styled.center_clm {
	margin: 0 110px 0;
}

.site_map-section .sm_styled .titled {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 0 20px;
}

.site_map-section .sm_styled .titled > a {
	font-size: 13px;
	font-weight: bold;
	color: #0b9ba0;
	text-transform: uppercase;
	background: none !important;
	text-indent: 0;
}

.site_map-section .sm_styled > li {
	list-style: none;
	margin: 0 0 6px;
}

.site_map-section .sm_styled > li > a {
	color: #777;
	background: url(../img/sitemap-ulli.png) no-repeat left center;
	text-indent: 13px;
	display: inline-block;
	font-size: 14px;
}

.site_map-section .sm_styled li ul {
	margin: 0;
	padding: 10px 0 0 15px;
}

.site_map-section .sm_styled li ul li {
	list-style: none;
	margin: 0 0 7px;
}

.site_map-section .sm_styled li ul li a {
	color: #777;
	background: url(../img/sitemap-ulli.png) no-repeat left center;
	text-indent: 13px;
	display: inline-block;
	font-size: 11px;
}

/***********************************************/
#footerSlideContainer {
	position: fixed;
	bottom:0px;
	right: 0px;
	width: 255px;
	z-index:10000;
}
#footerSlideButton {
	background: url(../img/sliderButton2.png) top right no-repeat transparent;
	position: absolute;
	top: 0px;
	right: 20px;
	width:250px;
	height:20px;
	border: none;
	cursor: pointer;
}
#footerSlideContent {
	float:right;
	width: 255px;
	height: 20px;
	margin-right:20px;
	background: #ffffff;
	z-index:10000;
	color: #ffffff;
	font-size: 0.8em;
	border: 1px solid #ccc;
	font-family: Verdana, arial;
	-moz-box-shadow: 0px 1px 4px #000;
	-webkit-box-shadow: 0px 1px 4px #000;
	box-shadow: 0px 1px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
#footerSlideContent h3 {
	font-size: 36px;
	color: #9AC941;
	margin: 10px 0 10px 0;
}
#footerSlideContent ul {
	color: #EE8D40;
	list-style-type: none;
	line-height: 2em;
}
#txt {
	padding: 0px;
	margin:0px;
	color:#3B5998;
}

.fixin{
	width:30px;
}


/****************************************************************/
.fast_order_container {
	background: url(../img/bg-no-title.png) repeat 0;
	min-height: 75px;
	border-radius: 5px;
	box-shadow: 0 0 3px 1px rgba(0,0,0,.22);
	padding: 10px 0 8px 8px;
}
.fast_order_container h4 {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #1c1c1c;
	text-transform: uppercase;
	margin: 0 0 6px;
}
.fast_order_container .fields_hold {}

.fast_order_container .fields_hold:after {
	display: table;
	content: '';
	clear: both;
	*zoom: 1;
}

.fast_order_container .fields_hold > div {
	float: left;
	width: 165px;
	margin: 0 7px 0 0;
}

.fast_order_container .fields_hold .f_tit {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8e8e8e;
	font-weight: bold;
	position: relative;
	line-height: 24px;
	text-indent: 30px;
}

.fast_order_container .fields_hold .f_tit .i-1 {
	display: inline-block;
	background: url(../img/icons-fo.png) no-repeat 0 0;
	width: 25px;
	height: 24px;
	position: absolute;
	left: 0;
}

.fast_order_container .fields_hold .f_tit .i-2 {
	display: inline-block;
	background: url(../img/icons-fo.png) no-repeat -26px 0;
	width: 25px;
	height: 23px;
	position: absolute;
	left: 0;
}

.fast_order_container .fields_hold .st_but_fo {
	display: block;
    background: url(../img/express-order-button2.png) no-repeat 0;
    border: none;
    text-indent: -99999px;
    width: 130px;
    height: 33px;
    cursor: pointer;
    margin: 5px 0 0 16px;
    background-size: 100% 33px;
}
.fast_order_container .fields_hold .st_but_fo:hover {
opacity: 0.8;
}

.fast_order_container .fields_hold .st_inp_fo {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 0;
	margin: 5px 0 0 0px;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	text-indent: 3px;
	display: block;
	width: 100%;
	height: 26px;
	line-height: 20px;
	font-size: 13px;
	color: #555;
}

.fast_order_container .fields_hold .st_inp_fo:focus {
	box-shadow: 0 0 5px #0b9ba0;
	border: 1px solid #0b9ba0;
}
/**********************POPUP************************************/
.popupcontentblack{
	background: url(../img/transp-black.png) repeat center;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	display:none;
}
.success_popup_order {
	background: url(../img/pattern.png) repeat center;
	width: 640px;
	height: 310px;
	padding: 0 15px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.success_popup_order a[closebutton] {
	display: block;
	background: url(../img/btn_close_popp.png) no-repeat center;
	width: 45px;
	height: 45px;
	position: absolute;
	right: -20px;
	top: -20px;
}
.success_popup_order .top_titile {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0B9BA0;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0 30px;
}
.success_popup_order .white_holder {
	background: #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-shadow: 0 3px 5px rgba(0,0,0,.65);
	margin: 0 0 15px;
}
.success_popup_order .white_holder:after {
	display: table;
	content: '';
	clear: both;
	zoom: 1;
}
.success_popup_order .thanks_column_left,
.success_popup_order .thanks_column_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #333;

	float: left;
	padding: 15px 0 10px 70px;
}
.success_popup_order .thanks_column_left {
	background: url(../img/img_b_p_1.png) no-repeat 15px center;
	width: 230px;
}
.success_popup_order .thanks_column_right {
	background: url(../img/img_b_p_2.png) no-repeat 5px center;
	width: 270px;
	padding: 15px 0 10px 60px;
}
.success_popup_order .more_options2 {
	position: relative;
	text-align: center;
	margin: 0 0 10px;
}
.success_popup_order .more_options2 span {
	display: inline-block;
	background: url(../img/small-tick.png) left center no-repeat;
	margin: 0 10px;
	padding-left: 20px;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 16px;
	height: 16px;
}
.success_popup_order .table_pr_hold_p {
	border: none;
	position: relative;
	margin: 0 auto 10px;
}

.success_popup_order .table_pr_hold_p tr th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #222;
	font-weight: bold;
	padding: 10px 0;
}
.success_popup_order .table_pr_hold_p .pr_dscrp_hold {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #222;
	font-weight: bold;
	text-align: left;
}
.success_popup_order .table_pr_hold_p .pr_dscrp_hold img {
	height: 40px;
	display: inline-block;
}
.success_popup_order .pr_dscrp_hold .img_holder {
	display: block;
	width: 45px;
	text-align: center;
	float: left;
}
.success_popup_order .pr_dscrp_hold .title_holder {
	display: table-cell;
	width: 240px;
	height: 40px;
	vertical-align: middle;
	padding: 0 0 0 10px;
}
.success_popup_order .table_pr_hold_p tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	background: #eeeeee;
}
.success_popup_order .table_pr_hold_p tr td.finalprice {
	font-weight: bold;
	color: #0B9BA0;
}
.payways .butcont label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
}
.payways .butcont input[type=radio] {

    display: none;
	display: inline\9;

}
.payways .butcont label:before {
    content: "";
    display: inline-block;

    width: 13px;
    height: 13px;


    position: absolute;
   left: 90px;


    background-color: white;
	border:1px solid grey;
}
.payways .butcont label:before {
     border-radius: 8px;
	 display: none\9;
}
.payways .butcont input[type=radio]:checked + label:before {
    content: "\2022";
    color: #0B9BA0;

    font-size: 30px;
    text-align: center;
    line-height: 13px;
}
.regstep .field:focus{
border: 1px solid #0B9BA0;
box-shadow: 0 0 3px #0B9BA0;
}
.endprice_details textarea:focus{
border: 1px solid #0B9BA0;
box-shadow: 0 0 3px #0B9BA0;
}


.control_prev_div{
background:url('../img/button_slider.png');
width: 13px;
height: 15px;
position: relative;
top: 83px;
left: 4px;
z-index: 999999;
cursor: pointer;
}
.control_next_div{
background:url('../img/button_slider2.png');
width: 13px;
height: 15px;
position: relative;
top: 68px;
left: 385px;
z-index: 999999;
cursor: pointer;
}
#slidering {
margin-left: 5px;
height: 170px;
margin-top: -75px !important;
	color:black ;
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;

  border-radius: 4px;
}

#slidering ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
  margin-left: -285px !important;
}

#slidering ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 280px;
 height: 200px;

  text-align: center;
  line-height: 320px;
}
.slider_show {
		margin-top: -20px;
		margin-left: 33px;
 }
 .product #leftside2 {
	background:white ;
 }

.footer-pop-up {
	display:none;
border: solid 4px black;
    background: #0B9BA0;
    width: 80%;
    margin: auto;
    position: fixed;
    top: 20%;
    height: 60%;
    z-index: 900;
    left: 0;
    right: 0;
    padding: 4px;
}

.footer-pop-up-close-a{
	position: absolute;
    top: -18px;
    right: -18px;
    background: red;
    border: 2px solid #333;
    border-radius: 100px;
    padding: 10px;
    width: 18px;
    text-align: center;
    color: white;
    font-weight: 900;
	z-index:1;
}
