@font-face {
    font-family:'Arial Narrow';
    src: url('../font/arialn-webfont.eot');
    src: url('../font/arialn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/arialn-webfont.woff2') format('woff2'),
         url('../font/arialn-webfont.woff') format('woff'),
         url('../font/arialn-webfont.ttf') format('truetype'),
         url('../font/arialn-webfont.svg#arialnarrow') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

input[type=text], input[type=password] {
	background: transparent;
}

header, footer, section, nav, aside {
	display:block;
}

body {
	font-size: 13px;
	line-height: 1.22;
	font-family:Arial, Sans-serif;
	min-width:1100px;
	background-color:#fff;
}

body, html {
	height:100%;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align:top;
}

a {
	color:#eb6319;
}

a:hover {
	TEXT-DECORATION: none;
	color:#eb6319;
}

textarea {
	resize:none;
}

h1 {
	font-size: 25px;
	line-height:29px;
	margin-bottom:17px;
}

h2 {
	font-size: 21px;
	line-height:25px;
	margin-bottom:17px;
}

h3 {
	font-size: 17px;
	line-height:21px;
	margin-bottom:17px;
}

h4 {
	font-size: 15px;
	line-height:19px;
	margin-bottom:17px;
}

h5 {
	font-size: 13px;
	line-height:16px;
	margin-bottom:6px;
}

article {
	font-size: 17px;
	line-height:23px;
}

article p, article ul, article ol {
	font-size: 17px;
	line-height:23px;
	margin-bottom:23px;
}

.container {
	margin-left:auto;
	margin-right:auto;
	width:1100px;
}

.clearFix {
	clear:both;
	height:0;
	visibility:hidden;
	overflow:hidden;
}

.fix-clear {
	display:table;
	width:100%;
}

header {
	background: url('../images/header.png') repeat-x center top;
	margin-bottom:12px;
}

header .top {
	font-size: 13px;
	padding-top:9px;
	padding-bottom:8px;
	height:22px;
	line-height:22px;
}

header .top-nav, header .top-nav li {
	margin:0;
	padding:0;
	list-style:none;
}

header .top-nav {
	float:left;
}

header .top-nav li {
	float:left;
	margin-left:10px;
}

header .top-nav li:first-child {
	margin-left:0;
}

header .top-nav li a {
	display:block;
	padding-left:6px;
	padding-right:6px;
	height:22px;
	line-height:22px;
	color:#fff;
	position:relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior: url(PIE.htc);
	TEXT-DECORATION: none;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
}

header .top-nav li a:hover {
	TEXT-DECORATION: underline;
}

header .top-nav li.active a {
	background-image: -ms-linear-gradient(top, #f57700, #aa4500);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f57700), to(#aa4500));
	background-image: -webkit-linear-gradient(top, #f57700, #aa4500);
	background-image: -o-linear-gradient(top, #f57700, #aa4500);
	background-image: -moz-linear-gradient(top, #f57700, #aa4500);
	background-image: linear-gradient(top, #f57700, #aa4500);
	background-repeat: repeat-x;
}

.no-cssgradients header .top-nav li.active a {
	background: url('../images/orang-grad.png') repeat-x left top;
}

header .top .login-links {
	float:right;
	margin-right:10px;
	text-align:right;
	width:225px;
	text-align: left;
	text-shadow:1px 1px 0 rgba(0,0,0,0.5);
}

header .top .login-links img {
	vertical-align:middle;
	margin-left:6px;
}

header .top .login-links a {
	color:#fff;
	TEXT-DECORATION: none;
}

header .top .login-links a:hover {
	TEXT-DECORATION: underline;
}

header .search {
	float:right;
	margin-right:12px;
	width:212px;
	padding:1px;
	border:#d7d7d7 1px solid;
	position:relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background-color:#fff;
	-moz-box-shadow:inset 0 5px 5px rgba(0,0,0,0.07);
	-webkit-box-shadow:inset 0 5px 5px rgba(0,0,0,0.07);
	box-shadow:inset 0 5px 5px rgba(0,0,0,0.07);
	behavior: url(PIE.htc);
}

header .search input[type='text']{
	width:128px;
	float:left;
	padding-left:10px;
	height:16px;
	padding-top:2px;
	padding-bottom:2px;
	font-size: 13px;
	line-height:16px;
	color:#858585;
	font-style:italic;
	font-family:Arial, Sans-serif;
}

header .search input[type='submit'] {
	font-family:Arial, Sans-serif;
	float:right;
	padding-right:6px;
	padding-left:6px;
	height:20px;
	position:relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior: url(PIE.htc);
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
	cursor:pointer;
	background-image: -ms-linear-gradient(top, #f57700, #aa4500);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f57700), to(#aa4500));
	background-image: -webkit-linear-gradient(top, #f57700, #aa4500);
	background-image: -o-linear-gradient(top, #f57700, #aa4500);
	background-image: -moz-linear-gradient(top, #f57700, #aa4500);
	background-image: linear-gradient(top, #f57700, #aa4500);
	background-repeat: repeat-x;
}

header .search input[type='submit']:hover{
	    color: BLACK;

}


.no-cssgradients header .search input[type='submit'] {
	background: url('../images/orang-grad.png') repeat-x left top;
}

header .logo {
	float:left;
	margin-top:6px;
	margin-right:10px;
	margin-bottom:4px;
}

header .phones {
	padding-left:50px;
	text-align:center;
	font-size: 23px;
	color:#eb6218;
	text-shadow:0 1px 0 #fff;
	line-height:25px;
	float:left;
	margin-top:30px;
}

header .phones .icon {
	float:left;
	margin-top:6px;
	margin-left:-50px;
}

header .phones div {
	font-size: 14px;
	line-height:16px;
	color:#78706e;
}

header .cart {
	float:right;
	margin-top:15px;
	text-align:center;
	font-size: 14px;
	line-height:16px;
	color:#7b7b7b;
	text-shadow:0 1px 0 rgba(255,255,255,0.7);
	padding-left:56px;
	background: url('../images/cart.png') no-repeat left top;
	margin-left:55px;
	padding-left:47px;
}

header .cart .icon {
	display:block;
	float:left;
	width:39px;
	height:33px;
	margin-left:-47px;
	margin-top:23px;
	background: url('../images/icon-cart.png') no-repeat left bottom;
}


header .cart .icon1 {
	display:block;
	float:left;
	width:39px;
	height:33px;
	margin-left:-47px;
	margin-top:23px;
	background: url('../images/icon-cart.png') no-repeat left top;
}

header .cart.empty .icon {
	background-position:left top;
}

header .cart b {
	color:#000;
}

header .cart a {
	height:48px;
	display:block;
	line-height:48px;
	TEXT-DECORATION: none;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:bold;
	width:184px;
	color:#eb6319;
	text-shadow:0 1px 0 #fff;
	background: url('../images/cart-btn.png') no-repeat center;
}

header .cart a:hover {
    color: RED;
    font-weight: bold;
}

header .cart .cap {
	font-variant: small-caps;
	font-size: 15px;
}

header .call-order-btn {
	float:right;
	height:33px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:38px;
	color:#eb6319;
	font-size: 21px;
	line-height:33px;
	font-family:Arial Narrow, Sans-serif;
	TEXT-DECORATION: none;
	background: url('../images/icon-call-back.png') no-repeat left top;
	text-shadow:0 1px 0 #fff;
	margin-top:36px;
}

header .call-order-btn span {
	height:33px;
	display:block;
	cursor:pointer;
	background: url('../images/cart-btn.png') no-repeat center;
}

header .call-order-btn span:hover{
	    color: RED;
    font-weight: bold;
}

footer {
	background: url('../images/footer.jpg') repeat-x center top;
	height:335px;
	padding-top:50px;
}

.footer-menu {
	float:left;
}

.footer-menu .item {
	float:left;
	margin-right:24px;
	white-space:nowrap;
}

.footer-menu .item ul {
	margin:0;
	padding:0;
	list-style:none;
}

.footer-menu .item ul li {
	margin:0;
	padding:0;
	list-style:none;
	font-size: 22px;
	line-height:26px;
	margin-bottom:2px;
	color:#fff;
	font-family:Arial Narrow, Sans-serif;
}

.footer-menu .item ul li a {
	color:#fff;
	TEXT-DECORATION: none;
}

.footer-menu .item ul li a:hover {
	TEXT-DECORATION: underline;
}

.footer-menu .item ul li ul {
	padding-top:4px;
}

.footer-menu .item ul li li {
	font-size: 13px;
	line-height:16px;
	margin-bottom:4px;
	font-family:Arial, Sans-serif;
}

footer .pay-method {
	/*float:right;*/
	width:190px;
	/*margin-right:10px;*/
	color:#fff;
	position:absolute;
	    width: 200px;
		right:10px;
}

footer .bottom {
	clear:both;
	color:#757575;
	padding-top:5px;
}

footer .bottom h5 {
	font-weight:normal;
}

footer .bottom p {
	font-size: 11px;
	line-height:13px;
}

footer .counts {
	float:right;
	margin-top:13px;
}

footer .counts img {
	margin-right:10px;
}

footer .bottom p a {
	color:#fff;
}

header nav {
	clear:both;
	z-index:1;
}

header nav ul, header nav ul li {
	padding:0;
	margin:0;
	list-style:none;
}

header nav ul li {
	float:left;
	margin-right:10px;
	position:relative;
	z-index:1;
}

header nav ul li a {
	display:block;
	padding-left:26px;
	padding-right:26px;
	height:48px;
	line-height:48px;
	font-size: 22px;
	color:#5c5958;
	TEXT-DECORATION: none;
	font-family:Arial Narrow, Sans-serif;
	position:relative;
	border:transparent 1px solid;
	border-bottom:none;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	behavior: url(PIE.htc);
	text-shadow:0 1px 0 #fff;
}

header nav ul li:hover a {
	border-color:#ccc;
	background-color:#fff;
	color:#eb6319;
	TEXT-DECORATION: underline;
}

header nav ul li .drop-two-level {
	display:none;
	position:absolute;
	left:0;
	top:48px;
	right:0;
	background-color:#fff;
	border:#ccc 1px solid;
	border-top:none;
	padding-top:10px;
	padding-bottom:20px;
}

header nav ul li:hover .drop-two-level {
	display:block;
}

header nav ul li .drop-two-level ul {
}

header nav ul li .drop-two-level ul li {
	float:none;
	margin:0;
	position:static;
	margin-bottom:4px;
	font-size: 16px;
	line-height:20px;
	padding-left:26px;
	padding-right:15px;
}

header nav ul li .drop-two-level ul li a {
	display:inline;
	padding:0;
	height:auto;
	line-height:normal;
	color:#000;
	font-family:Arial, Sans-serif;
	border:none;
	TEXT-DECORATION: none !important;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	text-shadow:none;
	font-size: 16px;
}

header nav ul li .drop-two-level ul li:hover a {
	color:#eb6319;
}

header nav ul li .drop-two-level ul li .drop-three-level {
	position:absolute;
	display:none;
	left:100%;
	width:142px;
	bottom:-1px;
	min-height:100%;
	border:#ccc 1px solid;
	border-left:#ccc 1px dashed;
	background-color:#fff;
	z-index:20000;
	top: 0;
}

header nav ul li .drop-two-level ul li:hover .drop-three-level {
	display:block;
}

header nav ul li .drop-two-level ul li .drop-three-level ul {
	padding-top:9px;
	padding-bottom:20px;
	border:#ccc 1px solid;
	border-left:#ccc 1px dashed;
	background-color:#fff;
	
}

header nav ul li .drop-two-level ul li .triangl {
	float:right;
	margin-right:-16px;
	position:relative;
	z-index:10;
	visibility:hidden;
}

header nav ul li .drop-two-level ul li:hover .triangl {
	visibility:visible;
}

header nav ul li .drop-two-level ul li .drop-three-level ul li a {
	color:#000 !important;
}

header nav ul li .drop-two-level ul li .drop-three-level ul li a:hover {
	color:#ec5f12 !important;
	TEXT-DECORATION: underline !important;
}

aside {
	width:190px;
	float:left;
}

.right-side {
	width:900px;
	float:right;
}

.left-menu {
	margin-bottom:16px;
}

.left-menu .title {
	padding-left:8px;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:5px;
	font-size: 22px;
	line-height:25px;
	font-family:Arial Narrow, Sans-serif;
	color:#000;
	background: url('../images/bg-title.png') repeat-y left top;
	margin-bottom:4px;
}

.left-menu ul, .left-menu ul li {
	margin:0;
	padding:0;
	list-style:none;
}

.left-menu ul {
	margin-bottom:8px;
}

.left-menu ul li {
	margin-bottom:4px;
	font-size: 16px;
	line-height:20px;
	padding-left:8px;
}

.left-menu ul li a {
	color:#000;
	TEXT-DECORATION: none;
}


.left-menu ul li a.activeMenu{
		color:#eb6319;
		font-weight:bold;
}

.left-menu ul li a:hover {
	color:#eb6319;
	TEXT-DECORATION: none;
}

.left-menu ul li .sub-menu {
	/*display:none;*/
	margin-left:2px;
	border-left:#ccc 1px solid;
	position:relative;
	padding-bottom:1px;
}

.left-menu ul li .sub-menu li {
	padding-left:16px;
	position:relative;
	top:4px;
	background: url('../images/left-menu.png') no-repeat left 11px;
}

.left-menu ul li.active > a {
	color:#eb6319;
}

.left-menu ul li .sub-menu li a:hover {
	TEXT-DECORATION: underline;
}

.left-menu ul li .sub-menu:after {
	display:block;
	width:5px;
	height:9px;
	background-color:#fff;
	position:absolute;
	left:-1px;
	bottom:0;
	content:'';
}

.brands {
	padding:2px;
	background-color:#f6f6f6;
	margin-bottom:32px;
}

.brands .wrap {
	border:#cbcbcb 1px dotted;
	padding:1px;
}

.brands .title {
	border-bottom:#cbcbcb 1px dotted;
	padding-bottom:1px;
}

.brands .title span {
	padding:3px;
	font-size: 22px;
	line-height:25px;
	color:#3a3a3a;
	font-family:Arial Narrow, Sans-serif;
	text-transform:uppercase;
	text-align:center;
	display:block;
	background-color:#eaeaea;
}

.brands .item {
	border-bottom:#cbcbcb 1px dotted;
	padding:6px;
	padding-left:11px;
	font-size: 16px;
	line-height:25px;
	font-family:Arial Narrow, Sans-serif;
}

.brands .item a {
	color:#000;
	TEXT-DECORATION: none;
}

.brands .item a:hover {
	color:#eb6319;
}

.brands .item a span {
	color:#707070;
}

.brands .item.more-btn {
	font-size: 16px;
	line-height:20px;
	padding:2px;
	text-align:center;
	border-bottom:none;
	padding-bottom:0;
}

.brands .item.more-btn a {
	display:inline-block;
	position:relative;
	color:#767676;
	padding-bottom:4px;
	margin-bottom:-2px;
	vertical-align:top;
}

.brands .item.more-btn a .icon {
	display:block;
	position:absolute;
	left:50%;
	margin-left:-21px;
	top:24px;
	width:43px;
	height:20px;
	background: url('../images/more-btn.png') no-repeat left top;
}

.brands .item.more-btn a .hide {
	display:none;
}

.brands .item.more-btn a.active .icon {
	background-position:left bottom;
}

.brands .item.more-btn a.active .hide {
	display:inline;
}

.brands .item.more-btn a.active .show {
	display:none;
}

.more-block {
	display:none;
}

.special-offers {
	margin-bottom:36px;
	text-align:center;
}

.special-offers .title {
	font-size: 15px;
	font-weight:bold;
	color:#ff5400;
	margin-bottom:18px;
	text-transform:uppercase;
}

.special-offers .item {
	margin-bottom:22px;
	position:relative;
}

.special-offers .item .model-name {
	font-size: 18px;
	margin-bottom:6px;
	font-family:Arial Narrow, Sans-serif;
}

.special-offers .item .model-name a {
	color:#000;
	TEXT-DECORATION: none;
}

.special-offers .item .model-name a:hover {
	color:#eb6319;
}

.special-offers .item .coast {
	font-size: 16px;
	margin-bottom:8px;
}

.special-offers .item .coast .cap {
	font-variant: small-caps;
	font-size: 13px;
}

.popular-models {
	margin-bottom:22px;
}

.popular-models .wrap, .news-events .wrap, .our-advantages .wrap {
	display:table;
	width:100%;
	font-size: 0;
	line-height:0;
	margin-bottom:8px;
	text-align:center;
}

.news-events .wrap {
	text-align:left;
}

.our-advantages .wrap {
	margin-bottom:0;
}

.popular-models .item {
	display:inline-block;
	vertical-align:top;
	width:170px;
	padding-left:5px;
	padding-right:5px;
	position:relative;
}

.popular-models .item .model-name {
	font-size: 20px;
	line-height:20px;
	margin-bottom:4px;
	min-height:60px;
	font-family:Arial Narrow, Sans-serif;
    word-wrap: break-word;
}

.popular-models .item .picture {
	max-width:100%;
}

.popular-models .item .model-name a {
	color:#4c4845;
	TEXT-DECORATION: none;
}

.popular-models .item .model-name a:hover {
	color:#eb6319;
}
.coast{
	font-weight:bold;
}

.popular-models .item .coast {
	margin-top:4px;
	margin-bottom:8px;
	font-size: 22px;
	line-height:26px;
	color:#4c4845;

}

.popular-models .item .coast .cap {
	font-variant: small-caps;
}

.popular-models .item .buy-btn {
	display:block;
	height:38px;
	font-size: 14px;
	text-transform:uppercase;
	line-height:38px;
	color:#eb6319 !important;
	TEXT-DECORATION: none !important;
	letter-spacing:1px;
	font-weight:bold;
	background: url('../images/buy-btn2.png') no-repeat center top;
	cursor: pointer;
}
.popular-models .item .buy-btn:hover{
	color:RED !important;
}
.title-with-dot {
	text-align:center;
	font-size: 22px;
	line-height:26px;
	color:#eb6319;
	font-family:Arial Narrow, Sans-serif;
	background: url('../images/title-dot.png') repeat-x left center;
	margin-bottom:12px;
}

.title-with-dot span {
	padding-left:10px;
	padding-right:10px;
	background-color:#fff;
}

.dotted-line {
	height:1px;
	background: url('../images/dotted-line.png') no-repeat center top;
}

.news-events {
	margin-bottom:22px;
}

.news-events .item {
	display:inline-block;
	vertical-align:top;
	width:215px;
	padding-right:10px;
	font-size: 12px;
	line-height:15px;
	text-align: right;
}

.news-events .item .date {
	font-size:	16px;
	line-height:23px;
	color:#eb6319;
	margin-bottom:6px;
	text-align:left;
}

.news-events .item .date span {
	font-size: 23px;
}

.news-events .item .title {
	font-size: 16px;
	line-height:16px;
	margin-bottom:6px;
	text-align:left;
}

.news-events .item .title a {
	TEXT-DECORATION: none;
	color:#000;
}

.news-events .item .title a:hover {
	color:#eb6319;
}

.news-events .item p {
	font-size: 12px;
	line-height:15px;
	color:#616161;
	margin-bottom:0;
	text-align:left;
}

.news-events .item .more {
	font-size: 12px;
	color:#eb6319;
	TEXT-DECORATION: none;
}

.news-events .item .more:hover {
	TEXT-DECORATION: underline;
}

.news-events .item .more span {
	font-size: 18px;
}

.archive-link {
	background: url('../images/dotted-line2.png') no-repeat center;
	font-size: 18px;
	text-align:center;
	font-family:Arial Narrow, Sans-serif;
}

.archive-link a {
	padding-left:10px;
	padding-right:10px;
	background-color:#fff;
	color:#eb6319;
	TEXT-DECORATION: none;
}

.our-advantages {
	margin-bottom:36px;
	text-align:center;
}

.our-advantages .item {
	width:149px;
	display:inline-block;
	vertical-align:top;
	font-size: 12px;
	line-height:16px;
	position:relative;
	min-height:105px;
	cursor:default;
}

.our-advantages .item .title {
	display:block;
	font-weight:bold;
	margin-top:5px;
}

.our-advantages .item .hint {
	display:block;
	position:absolute;
	top:115px;
	left:50%;
	margin-left:-82px;
	background-color:#fafafa;
	border:#989898 1px solid;
	padding:5px;
	width:152px;
	font-size: 15px;
	line-height:18px;
	color:#646464;
	display:none;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.29);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.29);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.29);
}

.our-advantages .item .hint:before {
	display:block;
	content:'';
	width:13px;
	height:7px;
	background: url('../images/triangl-hint.png') no-repeat left top;
	position:absolute;
	left:50%;
	top:-7px;
	margin-left:-6px;
}

.our-advantages .item:hover .hint {
	display:block;
}

.slider {
	margin-bottom:36px;
}

.slider .pictures {
	width:202px;
	float:right;
}

.slider .wrap {
	width:697px;
	left:-10px;
	overflow:hidden;
}

.slider .wrap .item img {
	display:block;
	width:100%;
	height:auto;
}

.owl-controls {
	position:absolute;
	right:10px;
	bottom:12px;
	left:0;
	text-align:right;
}

.owl-controls .owl-page {
	display:inline-block;
	margin-left:8px;
	width:20px;
	height:19px;
	background: url('../images/navigation.png') no-repeat left top;
}

.owl-controls .owl-page.active {
	background-position:left bottom;
}

#scrollUp {
	display:block;
	width:88px;
	height:36px;
	bottom:20px;
	right:20px;
	text-indent:-9999px;
	background: url('../images/top-btn.png') no-repeat left top;
}

#scrollUp:hover {
	background-position:left bottom;
}

.goods-detail {
	margin-bottom:36px;
}

.goods-detail .title {
	font-size: 30px;
	line-height:34px;
	margin-bottom:12px;
	font-family:Arial Narrow, Sans-serif;
}

.tabs {
	margin:0;
	padding:0;
	list-style:none;
	height:42px;
	border-bottom:#c9c9c9 1px solid;
}

.tabs li {
	margin:0;
	padding:0;
	float:left;
	margin-left:1px;
	width:299px;
}

.tabs li:first-child {
	margin-left:0;
	width:300px;
}

.tabs li a {
	display:block;
	height:41px;
	border:#c9c9c9 1px solid;
	border-bottom:none;
	background-color:#f1f1f1;
	font-size: 20px;
	line-height:41px;
	text-align:center;
	TEXT-DECORATION: none !important;
	color:#000 !important;
}

.tabs li.active a {
	height:42px;
	background-color:#fff;
	font-weight:bold;
}

.tabs_content {
	padding:19px;
	padding-bottom:5px;
	border:#c9c9c9 1px solid;
	border-top:none;
}

.tabs_content p {
	font-size: 18px;
	line-height:27px;
	margin-bottom:14px;
	color:#656565;
}

.goods-detail .info {
	float:right;
	width:324px;
	text-align:center;
	margin-bottom:18px;
}

.goods-detail .info .short-info {
	text-align:left;
	min-height:270px;
	padding-top:18px;
	padding-bottom:26px;
	border-bottom:#ccc 1px solid;
}

.goods-detail .info .short-info table {
	width:100%;
	font-size: 22px;
	line-height:26px;
	color:#000;
}

.goods-detail .info .short-info table th {
	width:120px;
	padding-left:5px;
	padding-right:5px;
	font-weight:normal;
	text-align:left;
	color:#7b7b7b;
	padding-bottom:27px;
}

.goods-detail .info .short-info table td {
	padding-bottom:27px;
}

.goods-detail .info .short-info table tr:first-child th, .goods-detail .info .short-info table tr:first-child td {
	font-size: 18px;
}

.goods-detail .info .coast {
	font-size: 21px;
	line-height:40px;
	color:#666;
	margin-top:18px;
	margin-bottom:18px;
}

.goods-detail .info .coast b {
	font-size: 39px;
	color:#000;
}

.goods-detail .info .coast .cap {
	font-size: 21px;
	font-variant: small-caps;
}

.goods-detail .info .buy-btn {
	display:inline-block;
	height:53px;
	min-width:202px;
	padding-left:15px;
	padding-right:15px;
	font-size: 28px;
	line-height:53px;
	font-weight:bold;
	color:#fff;
	TEXT-DECORATION: none;
	letter-spacing:3px;
	text-shadow:1px 1px 0 rgba(0,0,0,0.4);
	background-image: -ms-linear-gradient(top, #eb6515, #fc7600);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eb6515), to(#fc7600));
	background-image: -webkit-linear-gradient(top, #eb6515, #fc7600);
	background-image: -o-linear-gradient(top, #eb6515, #fc7600);
	background-image: -moz-linear-gradient(top, #eb6515, #fc7600);
	background-image: linear-gradient(top, #eb6515, #fc7600);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eb6515', endColorstr='#fc7600', GradientType=0);
}

.goods-detail .info .buy-btn:hover{
color:RED;
}


.pictures-goods {
	float:left;
	width:553px;
	margin-bottom:18px;
}

.small-picture-slider {
	float:right;
	width:104px;
	height:479px;
	padding-top:26px;
	padding-bottom:25px;
	position:relative;
}

.small-picture-slider .wrap {
	height:479px;
	overflow:hidden;
}

.small-picture-slider .wrap .item {
	border:#c9c9c9 1px solid;
	height:111px;
	line-height:111px;
	margin-bottom:9px;
	text-align:center;
}

.small-picture-slider .wrap .item img {
	vertical-align:middle;
	max-width:100%;
	max-height:111px;
}

.small-picture-slider .prev-btn, .small-picture-slider .next-btn, .small-picture-slider .prev-btn1, .small-picture-slider .next-btn1 {
	cursor:pointer;
	position:absolute;
	width:30px;
	height:15px;
	background: url('../images/up-down-btn.png') no-repeat left top;
	left:50%;
	top:5px;
	margin-left:-15px;
}

.small-picture-slider .next-btn,.small-picture-slider .next-btn1 {
	top:auto;
	bottom:5px;
	background-position:left bottom;
}

.big-picture-slider {
	width:437px;
	height:528px;
	border:#c9c9c9 1px solid;
	position:relative;
	float:left;
}

.big-picture-slider .wrap {
	height:528px;
	overflow:hidden;
}

.big-picture-slider .wrap .item {
	float:left;
	line-height:528px;
	text-align:center;
}

.big-picture-slider .wrap .item img {
	vertical-align:middle;
	width:100%;
	max-height:528px;
	display:block;
}

.big-picture-slider .prev-btn, .big-picture-slider .next-btn, .big-picture-slider .prev-btn1, .big-picture-slider .next-btn1 {
	width:15px;
	height:30px;
	cursor:pointer;
	background: url('../images/left-right-btn.png') no-repeat left top;
	position:absolute;
	top:50%;
	left:8px;
	margin-top:-15px;
	z-index:800;
}

.big-picture-slider .next-btn, .big-picture-slider .next-btn1 {
	left:auto;
	right:8px;
	background-position:right top;
}

.big-picture-slider .zoom {
	position:absolute;
	bottom:8px;
	left:50%;
	margin-left:-57px;
}

.bread-crumbs {
	background: url('../images/bread-crumbs.png') no-repeat left bottom;
	padding-bottom:10px;
	font-size: 18px;
	line-height:22px;
	color:#6e6e6e;
	font-family:Arial Narrow, Sans-serif;
	margin-bottom:18px;
	text-align: left;
}

.list-goods p {
	font-size: 15px;
	line-height:18px;
	color:#666;
	margin-bottom:18px;
}

.list-goods h1, .list-goods h2, .list-goods h3, .list-goods h4 {
	margin-bottom:10px;
}

.filter-block {
	width:830px;
	margin-left:auto;
	margin-right:auto;
}

.filter-block .select {
	width:248px;
	height:27px;
	overflow:hidden;
	border:#d7d7d7 1px solid;
	background-color:#fff;
	position:relative;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-box-shadow:inset 5px 5px 5px rgba(0,0,0,0.07);
	-webkit-box-shadow:inset 5px 5px 5px rgba(0,0,0,0.07);
	box-shadow:inset 5px 5px 5px rgba(0,0,0,0.07);
	behavior: url(PIE.htc);
	float:left;
	margin-left:20px;
}

.filter-block .select select {
	width:246px;
	border:none;
	background:none;
	font-size: 15px;
	line-height:24px;
	color:#6d6d6d;
	font-style:italic;
	font-family:Arial, Sans-serif;
	height:27px;
	padding:4px;
	padding-top:2px;
	padding-bottom:2px;
	display:block;
	position:relative;
	margin-top:1px;
}

.filter-block .select span {
	display:block;
	width:28px;
	height:29px;
	position:absolute;
	right:-1px;
	top:-1px;
	background: url('../images/select.png') no-repeat left top;
}

/*.filter-block .select.brand {
	margin-left:0;
}

.filter-block .select.color {
	margin-left:0;
	float:right;
}*/

.for-you {
	float:left;
	padding-right:28px;
	text-align:center;
	font-size: 17px;
	line-height:16px;
	color:#f56800;
	font-weight:bold;
	background: url('../images/raquo.png') no-repeat right center;
}

.range {
	margin-left:185px;
	height:29px;
	position:relative;
	margin-bottom:14px;
}

.inputs-range {
	font-size: 16px;
	line-height:29px;
	color:#6e6e6e;
}

.inputs-range .from {
	float:left;
}

.inputs-range .to {
	float:right;
}

.inputs-range input {
	height:19px;
	padding-left:5px;
	padding-top:4px;
	padding-bottom:4px;
	font-size: 16px;
	line-height:19px;
	color:#000;
	width:80px;
	border:#d7d7d7 1px solid;
	background-color:#fff;
	position:relative;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-box-shadow:inset 5px 5px 5px rgba(0,0,0,0.07);
	-webkit-box-shadow:inset 5px 5px 5px rgba(0,0,0,0.07);
	box-shadow:inset 5px 5px 5px rgba(0,0,0,0.07);
	behavior: url(PIE.htc);
	font-family:Arial, Sans-serif;
	vertical-align:middle;
	margin-left:12px;
	margin-top:-2px;
}

.range .ui-slider {
	position:absolute;
	height:2px;
	margin-bottom:6px;
	background-color:#eeeeee;
	border:#d7d7d7 1px solid;
	width:320px;
	right:148px;
	top:14px;
}

.range .ui-slider .ui-slider-range {
	height:0;
	position:absolute;
	top:0;
	border-top:#f98522 1px solid;
	border-bottom:#eb6319 1px solid;
}

.range .ui-slider .ui-slider-handle {
	width:13px;
	height:15px;
	top:-7px;
	margin-left:-7px;
	position:absolute;
	background: url('../images/ui-slider.png') no-repeat left top;
}

.pagination {
	margin-bottom:22px;
	width:830px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.pagination.bottom {
	text-align:center;
}

.pagination ul {
	padding:0;
	margin:0;
	list-style:none;
	border:#d7d7d7 1px solid;
	height:28px;
	display:inline-block;
}

.pagination ul li {
	padding:0;
	margin:0;
	padding:1px;
	border-left:#d7d7d7 1px solid;
	float:left;
}

.pagination ul li:first-child {
	border-left:#d7d7d7 1px solid;
}

.pagination ul li a, .pagination ul li span {
	height:26px;
	display:block;
	min-width:11px;
	padding-left:5px;
	padding-right:5px;
	font-size: 16px;
	line-height:26px;
	color:#6f6f6f;
	TEXT-DECORATION: none;
}

.pagination ul li a:hover, .pagination ul li.active a {
	color:#fff;
	background-image: -ms-linear-gradient(top, #f6881e, #f15d23);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6881e), to(#f15d23));
	background-image: -webkit-linear-gradient(top, #f6881e, #f15d23);
	background-image: -o-linear-gradient(top, #f6881e, #f15d23);
	background-image: -moz-linear-gradient(top, #f6881e, #f15d23);
	background-image: linear-gradient(top, #f6881e, #f15d23);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f6881e', endColorstr='#f15d23', GradientType=0);
}

.filter-block {
	margin-bottom:36px;
}

.list-goods .wrap {
	margin-left:-10px;
}

.list-goods .wrap .table-wrap {
	font-size: 0;
	line-height:0;
	display:table;
	width:100%;
}

.list-goods .item {
	display:inline-block;
	vertical-align:top;
	margin-left:42px;
	margin-right:10px;
	width:231px;
	padding:9px;
	border:#bbb 1px solid;
	text-align:center;
	margin-bottom:26px;
	position:relative;

}

.list-goods .item .name-goods {
	min-height:57px;
	margin-bottom:10px;
	font-size: 16px;
	line-height:19px;
	color:#000;
	font-weight:bold;
}

.list-goods .item .name-goods a {
	TEXT-DECORATION: none;
	color:#000;
}

.list-goods .item .name-goods a:hover {
	color:#eb6319;
}

.list-goods .item .picture {
	height:207px;
	line-height:207px;
}

.list-goods .item .picture img {
	vertical-align:middle;
	margin-top:-2px;
	max-width:100%;
	max-height:207px;
}

.list-goods .item table {
	font-size: 16px;
	line-height:20px;
	margin-bottom:3px;
	text-align:left;
}

.list-goods .item table th {
	color:#808080;
	padding-bottom:7px;
	text-align:left;
	font-weight:normal;
	width:90px;
}

.list-goods .item table td {
	padding-bottom:7px;
}

.list-goods .item .buy-btn {
	height:36px;
	font-size: 18px;
	line-height:36px;
	color:#ff5a01;
	TEXT-DECORATION: none;
	font-weight:bold;
	display:inline-block;
	width:229px;
	letter-spacing:1px;
	background: url('../images/buy-btn3.png') no-repeat left top;
}

.list-goods .item .buy-btn:hover {
    color: RED;
    font-weight: bold;
}

.drop-window {
	position:relative;
	background-color:#f6f6f6;
	border:#bbbbbb 1px solid;
	width:531px;
	padding-left:23px;
	padding-right:23px;
	padding-top:20px;
	padding-bottom:18px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.17);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.17);
	box-shadow: 0 0 10px rgba(0,0,0,0.17);
	behavior: url(PIE.htc);
	text-align:center;
	/*display:none;*/
}

#call-back-win .title {
	font-size: 24px;
	line-height:28px;
	color:#eb6319;
	text-transform:uppercase;
	margin-bottom:16px;
	letter-spacing:1px;
}

#call-back-win p {
	font-size: 16px;
	line-height:20px;
	color:#000;
	margin-bottom:6px;
}

.form-horisontal .row {
	text-align:left;
	padding-top:24px;
	clear:left;
}

.form-horisontal .row label {
	width:175px;
	float:left;
	font-size: 16px;
	line-height:20px;
	padding-top:5px;
}

.form-horisontal .row .control {
	overflow:hidden;
}

.form-horisontal .row .control.input, .form-horisontal .row .control.textarea {
	padding-right:22px;
}

.form-horisontal .row .control.input input, .form-horisontal .row .control.textarea textarea {
	height:20px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	font-size: 16px;
	line-height:20px;
	color:#444;
	background-color:#fff;
	border:#c0b9b9 1px solid;
	position:relative;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-box-shadow:inset 0 5px 5px rgba(0,0,0,0.07);
	-webkit-box-shadow:inset 0 5px 5px rgba(0,0,0,0.07);
	box-shadow:inset 0 5px 5px rgba(0,0,0,0.07);
	behavior: url(PIE.htc);
	font-family:Arial, Sans-serif;
	display:block;
	width:100%;
}

.form-horisontal .row .control.textarea textarea {
	overflow:auto;
	height:auto;
}

.form-horisontal .req {
	color:#ff0000;
	font-size: 22px;
}

.btn {
	height:47px;
	width:249px;
	line-height:47px;
	font-size: 22px;
	color:#eb6319;
	TEXT-DECORATION: none;
	display:inline-block;
	letter-spacing:1px;
	text-align:center;
	border:none;
	background: url('../images/btn.png') no-repeat left top;
	font-family:Arial, Sans-serif;
	text-transform:uppercase;
	cursor:pointer;
}
.btn:hover {
    color:#FF5A00;
    font-weight:bold;

}

input[type='submit'] {
	line-height:normal !important;
}

.form-horisontal .btn {
	margin-top:24px;
}

.form-horisontal .btn:hover{
	    color: RED;
    font-weight: bold;
}

.form-horisontal .note {
	font-size: 14px;
	line-height:18px;
	color:#909090;
	text-align:right;
	margin-top:12px;
}

.form-horisontal .row .control .note {
	margin-right:-22px;
}

.drop-window .close {
}

.info-window {
	padding-bottom:36px;
}

.info-window .title {
	padding-top:28px;
	margin-bottom:36px;
	font-size: 24px;
	line-height:28px;
	color:#606060;
}

.info-window .title img {
	vertical-align:middle;
	margin-top:-4px;
	margin-right:10px;
}

.info-window .btn {
	margin-bottom:32px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.info-window .continue {
	color:#000;
	font-size: 20px;
	TEXT-DECORATION: none;
}

.info-window .continue:hover {
	color:#eb6319;
}

.cart-detail {
	border-bottom:#a9a9a9 1px dashed;
	padding-bottom:6px;
	text-align:center;
	padding-top:12px;
	margin-bottom:3px;
}

.cart-detail h1 {
	color:#5c5c5c;
}

.cart-detail h1 span {
	color:#f46909;
}

.cart-detail .titles table {
	width:100%;
	font-size: 15px;
	color:#000;
}

.cart-detail .titles table td {
	vertical-align:middle;
	text-align:center;
	background: url('../images/titles-td.png') no-repeat right bottom;
	padding-right:1px;
	height:31px;
	font-weight:bold;
}

.cart-detail .total-coast {
	width:154px;
}

.cart-detail .sale {
	width:103px;
}

.cart-detail .count {
	width:139px;
}

.cart-detail .coast {
	width:122px;
}

.cart-detail .item {
	padding-top:6px;
	border-top:#a9a9a9 1px dashed;
}

.cart-detail .item table {
	width:100%;
}

.cart-detail .item table td {
	vertical-align:middle;
	font-size: 22px;
	line-height:22px;
	color:#f4640e;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	border-right:#e5e5e5 1px solid;
}

.cart-detail .item .name {
	text-align:left;
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
}

.cart-detail .item .picture {
	width:150px;
	padding-right:10px;
	vertical-align:top;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}

.cart-detail .item .picture img {
	max-width:150px;
}

.cart-detail .item .name h2 {
	font-size: 20px;
	line-height:25px;
}

.cart-detail .item .name h2 a {
	TEXT-DECORATION: none;
	color:#000;
}

.cart-detail .item .name h2 a:hover {
	color:#eb6319;
}

.cart-detail .item p {
	font-size: 13px;
	color:#5c5c5c;
	line-height:18px;
	margin-bottom:18px;
}

.cart-detail .item p span {
	color:#000;
}

.cart-detail .item .remove {
	TEXT-DECORATION: none;
	font-size: 13px;
	line-height:16px;
	color:#ff0000;
	font-weight:normal;
	padding-left:17px;
	background: url('../images/remove.png') no-repeat left center;
}

.cart-detail .item .remove:hover {
	TEXT-DECORATION: underline;
}

.cart-detail .item .cap {
	font-size: 18px;
	color:#000;
	font-variant: small-caps;
}

.count-field {
	display:inline-block;
	padding:1px;
	position:relative;
	padding-left:24px;
	padding-right:24px;
	border:#eaeaea 1px solid;
}

.count-field input {
	width:30px;
	background-color:#fff;
	font-size: 18px;
	line-height:19px;
	padding-top:1px;
	padding-bottom:1px;
	height:19px;
	border:#dbdbdb 1px solid;
	font-family:Arial, Sans-serif;
	display:block;
	text-align:center;
}

.count-field .dec, .count-field .inc {
	position:absolute;
	top:1px;
	width:23px;
	height:23px;
	left:1px;
	cursor:pointer;
	background: url('../images/inc-dec.png') no-repeat left top;
}

.count-field .inc {
	left:auto;
	right:1px;
	background-position:left bottom;
}

.ordered-btn {
	display:block;
	height:53px;
	font-size: 28px;
	font-weight:bold;
	cursor:pointer;
	width:100%;
	font-family:Arial, Sans-serif;
	text-shadow:0 1px rgba(0,0,0,0.4);
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	TEXT-DECORATION: none;
	background-image: -ms-linear-gradient(top, #eb6515, #fc7600);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eb6515), to(#fc7600));
	background-image: -webkit-linear-gradient(top, #eb6515, #fc7600);
	background-image: -o-linear-gradient(top, #eb6515, #fc7600);
	background-image: -moz-linear-gradient(top, #eb6515, #fc7600);
	background-image: linear-gradient(top, #eb6515, #fc7600);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eb6515', endColorstr='#fc7600', GradientType=0);
}


.ordered-btn:hover {
	background-image: -ms-linear-gradient(bottom, #eb6515, #fc7600);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, to(#eb6515), from(#fc7600));
	background-image: -webkit-linear-gradient(bottom, #eb6515, #fc7600);
	background-image: -o-linear-gradient(bottom, #eb6515, #fc7600);
	background-image: -moz-linear-gradient(bottom, #eb6515, #fc7600);
	background-image: linear-gradient(bottom, #eb6515, #fc7600);
}



.detail-order table {
	width:100%;
}

.detail-order table td {
	width:33%;
	padding-top:8px;
	padding-bottom:36px;
	padding-left:17px;
	padding-right:17px;
	border-left:#a9a9a9 1px dashed;
}

.detail-order table td:first-child {
	border:none;
}

.detail-order.form-horisontal .row .control.input input, .detail-order.form-horisontal .row .control.textarea textarea {
	font-size: 15px;
	font-style:italic;
	border:#d7d7d7 1px solid;
	padding-top:7px;
	padding-bottom:5px;
}

.detail-order .select {
	height:32px;
	overflow:hidden;
	border:#d7d7d7 1px solid;
	background-color:#fff;
	position:relative;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-box-shadow:inset 5px 5px 5px rgba(0,0,0,0.07);
	-webkit-box-shadow:inset 5px 5px 5px rgba(0,0,0,0.07);
	box-shadow:inset 5px 5px 5px rgba(0,0,0,0.07);
	behavior: url(PIE.htc);
}

.detail-order .select select {
	width:106%;
	border:none;
	background:none;
	font-size: 15px;
	line-height:28px;
	color:#444;
	font-family:Arial, Sans-serif;
	height:32px;
	padding-left:8px;
	padding-top:2px;
	padding-bottom:2px;
	display:block;
	position:relative;
}

.detail-order .select span {
	display:block;
	width:35px;
	height:34px;
	position:absolute;
	right:-1px;
	top:-1px;
	background: url('../images/select-big.png') no-repeat left top;
}

.detail-order h4 {
	text-align:center;
	margin-bottom:-4px;
}

.list-radio {
	padding:0;
	margin:0;
	list-style:none;
}

.list-radio li {
	margin:0;
	padding:0;
	position:relative;
	margin-bottom:8px;
	font-size: 14px;
	line-height:31px;
	font-weight:bold;
}

.list-radio li input[type='radio'] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}


.list-radio li label {
	cursor:pointer;
}

.list-radio li label:before {
	display:inline-block;
	width:16px;
	height:16px;
	content:'';
	margin-right:16px;
	vertical-align:middle;
	margin-top:-3px;
	background: url('../images/radio.png') no-repeat left top;
}

.list-radio li input[type='radio']:checked + label:before {
	background-position: 0 -16px;
}

.list-radio.type-delivery, .list-radio.type-pay {
	padding-top:18px;
	margin-bottom:14px;
}

.list-radio.type-delivery li {
	padding-left:52px;
	margin-left:17px;
}

.list-radio.type-delivery li img, .list-radio.type-pay li img {
	left:0;
	top:0;
	position:absolute;
}

.detail-order.form-horisontal .row {
	padding-top:20px;
	zoom:1;
}

.list-radio.type-pay li {
	line-height:32px;
	margin-left:29px;
	padding-left:75px;
}

.detail-order .check {
	margin:0;
	padding:0;
	list-style:none;
	margin-top:36px;
	margin-bottom:36px;
	margin-left:12px;
	margin-right:12px;
	margin-bottom:24px;
}

.detail-order .check li {
	margin:0;
	padding:0;
	margin-bottom:22px;
	font-size: 22px;
	line-height:25px;
	font-weight:bold;
	background: url('../images/check.png') repeat-x left bottom;
}

.detail-order .check li span {
	background-color:#fff;
	padding-left:2px;
	padding-right:2px;
}

.detail-order .check li span.num {
	float:right;
	color:#ff6801;
}

.detail-order .check li span.cap {
	color:#000;
	font-variant: small-caps;
	padding-left:0;
	font-size: 18px;
}

.simplecheckout-three-column,.detail-order.form-horisontal{

margin-bottom:10px;
}

.simplecheckout-button-right{
	text-align: center;
}

.check{
text-align:left;
}

input#button-confirm {
    height: 47px;
    width: 263px;
    line-height: 47px;
    font-size: 22px;
    color: #eb6319;
    TEXT-DECORATION: none;
    display: inline-block;
    letter-spacing: 1px;
    text-align: center;
    border: none;
    background: url('../images/btn.png') no-repeat left top;
    font-family: Arial, Sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    }


    .product2cart,.buy-btn,.remove{
    	   cursor: pointer;
    }

    .warning{
    	color:RED;
    }


.dnone{
	display:none;
}

#test_close{
	cursor:pointer;
}

#colorbox{
	z-index: 9999999;
}

.messageText{

	color:GREEN;
	font-weight:bold;
	font-size:22px;
	height:25px;
}


.hidden{
	display:none;
}

.detail-order.form-horisontal .row .control.textarea textarea{
	height:200px;
}



.sale_product, .sale_product_s,.sale_product_p{
background: url(/images/sale.png) no-repeat;
width:70px;
height:28px;
	position: absolute;
	right: 0px;
	top: 50px;
	z-index:11;
}

.new_product, .new_product_s,.new_product_p{
background: url(/images/new.png) no-repeat;
width:70px;
height:28px;
	position: absolute;
	right: 0px;
	top: 50px;
		z-index:11;
}


.hit_product,.hit_product_s,.hit_product_p{
background: url(/images/hit.png) no-repeat;
width:70px;
height:28px;
	position: absolute;
	right: 0px;
	top: 50px;
		z-index:11;
}


.sale_product_s,.new_product_s,.hit_product_s{
	top:120px;
}


.sale_product_p,.new_product_p,.hit_product_p{
	top:60px;
}





.imgbuybtn{
	background:url(/images/buy-btn.png) no-repeat;
	width:153px;
	height:27px;
}


.imgbuybtn:hover{
	background:url(/images/buy-btn-hover.png) no-repeat;
	}
	
	.simplecheckout-error-text {color: red;}
	
	.akcii {
	background:url(/image/polosa.png) no-repeat;
	color: #fff;
    font-size: 19px;
    height: 40px;
    padding-left: 60px;
    padding-top: 5px;
	 padding-bottom: 5px;
	}
	
	.akcii_s  {color: #fff;
    padding-left: 10px;
    text-decoration: none;}
	
	.akcii_s :hover { opacity: 0.8;}
	
	.table-akcii a:hover img {opacity : 0.8;}