/* RESET */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
HTML, body {
	height: 100%;
}
input[type="reset"]::-moz-focus-inner, 
input[type="button"]::-moz-focus-inner, 
input[type="submit"]::-moz-focus-inner, 
input[type="file"] > input[type="button"]::-moz-focus-inner {
	padding:0;
	margin:0;
}
/* Remove text-shadow in selection highlight */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/* Remove the gap between images, videos, audio and canvas and the bottom of their containers */
audio,
canvas,
img,
video {
    vertical-align: middle;
}

/* Remove default fieldset styles. */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/* Lists */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; font-size:0; }

img { -ms-interpolation-mode: bicubic; vertical-align: middle; }

/* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { *margin-left: -7px; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { *width: 13px; *height: 13px; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #38b549; }

/* Allow only vertical resizing of textareas. */
textarea {
    resize: vertical;
	vertical-align: top;
}

td { vertical-align: top; }

/* Main settings */
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}

/* GENERAL STYLING */
body {
	width:100%;
	min-width:1260px;
	margin:0 auto;
	background:#cecece;
}
BODY, table, div, TD, P, UL, LI, .content {
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	color: #424242;
}

/* STRUCTURE */
#pageBg {
	background:#FFF url(../images/bg/bg_top.gif) repeat-x;
	margin:0;
	padding:0;
}
#pagewrap, #footerBox {
	width: 1240px;
	margin: 0 auto;
	padding:0;
}

/* HEADER */
#topBox {
	position: relative;
	z-index:99;
	padding-top:20px;
	padding-bottom:20px;
}
#site-logo {
	width:100px;
}
#site-logo img {
	margin-left:10px;;
	background: url(../images/logo.png) no-repeat 0px;
}
#topBoxRight {
	padding-right:10px;
	//width:240px !important;
}
.topBoxRight__log {
	position:relative;
}
.lang {
	padding:0 0 2px 0;
	white-space:nowrap;
	text-align:right;
}
.lang > a {
	width:24px;
	height:24px;
	padding:1px;
	margin:0 0 0 3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.lang a.langOn > img {
	opacity:0.3;
}
.basketBox {
	position:relative;
	margin-top:0px;
}
.basketBoxInText {
	padding:0;
	background:#cecece url(../images/basket_bg_ico.png) no-repeat right 4px center;
	border:1px solid #b7b7b7;
	position:relative;
	z-index:2;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
	-webkit-box-shadow: 0px 1px 0px 0px #9d9d9d;
	   -moz-box-shadow: 0px 1px 0px 0px #9d9d9d;
			box-shadow: 0px 1px 0px 0px #9d9d9d;
}
.basketBoxInText > a {
	white-space:nowrap;
	color: #a8a8a8;
	font-size:24px;
	line-height:42px;
	height:42px;
	padding:0 40px 0 10px;
	text-decoration:none;
	display:block;
}
.basketBoxInLogin {
	padding:0;
	margin-top:-2px;
	position:relative;
	white-space:nowrap;
	text-align:center;
	z-index:1;
	background-color:#b7b7b7;
	-webkit-border-radius:0 0 5px 5px;
	   -moz-border-radius:0 0 5px 5px;
			border-radius:0 0 5px 5px;
}
.basketBoxInLogin > a {
	white-space:nowrap;
	color: #595959;
	font-size:12px;
	line-height:32px;
	height:32px;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:0 10px;
}
.basketBoxInText a:hover {
	color: #000;
}
.basketBoxInLogin a:hover {
	color:#9f160c;
}
.basketBoxInColor {
	 color:#9f160c;
}
.bannerTop {
	padding:0 150px 0 0;
	vertical-align:middle;
}
.banner__top {
	height:100px;
	margin:0 auto;
	background-color:#FFF;
}
.bannerLeftRight {
	padding-bottom:20px;
}

/* top menu */
#menuTop {
	width:100%;
	/*height:298px;*/
	margin:0;
	padding:0;
	border-bottom:1px solid #444444;
	-webkit-border-radius:5px 5px 0 0;
	   -moz-border-radius:5px 5px 0 0;
	     -o-border-radius:5px 5px 0 0;
	        border-radius:5px 5px 0 0;
	background: #9f170b; /* Old browsers */
	background: -moz-linear-gradient(top,  #9f170b 10%, #ed4d0f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#9f170b), color-stop(100%,#ed4d0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9f170b 10%,#ed4d0f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9f170b 10%,#ed4d0f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9f170b 10%,#ed4d0f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9f170b 10%,#ed4d0f 100%); /* W3C */
}
.lt-ie9 #menuTop {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f170b', endColorstr='#ed4d0f',GradientType=0 ); /* IE6-9 */
}
.menuTopBgL {
	position:relative;
	background: #434343; /* Old browsers */
	background: -moz-linear-gradient(top,  #8b8b8b 0%, #434343 57%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b8b8b), color-stop(57%,#434343)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8b8b8b 0%,#434343 57%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8b8b8b 0%,#434343 57%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8b8b8b 0%,#434343 57%); /* IE10+ */
	background: linear-gradient(to bottom,  #8b8b8b 0%,#434343 57%); /* W3C */
	-webkit-border-radius:5px 5px 0 0;
	   -moz-border-radius:5px 5px 0 0;
	     -o-border-radius:5px 5px 0 0;
	        border-radius:5px 5px 0 0;
	padding:0 0 0 10px;
}
.lt-ie9 .menuTopBgL {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
}
.menuTopBgR {
	
}
ul.menuTopBox,
.menu__prod__menu,
.menu__prod__menu--sub {
	padding:0;
	margin:0;
	list-style:none;
	list-style-type: none;
	list-style-image: none;
	font-size:0;
}
ul.menuTopBox {
	margin-top:-6px;
}
ul.menuTopBox > li {
	padding:0;
	margin:0;
	display: -moz-inline-stack;
	display: inline-block;
	*display:inline;
	*zoom: 1;
	position:relative;
	vertical-align:top;
}
ul.menuTopBox > li > a, 
ul.menuTopBox > li > a.menuTopSelected {
	text-decoration:none;
	margin:0;
	padding: 8px 14px 0;
	font-size:16px;
	line-height:37px;
	white-space:nowrap;
	display: block;
	text-transform:uppercase;
	color:#FFF;
}
ul.menuTopBox > li > a:hover {
	color:#FFF;
	text-decoration:none;
	border-top:2px solid #000;
	padding-top:6px;
	background: #848484; /* Old browsers */
	background: -moz-linear-gradient(top,  #848484 0%, #444444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#848484), color-stop(100%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #848484 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #848484 0%,#444444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #848484 0%,#444444 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #848484 0%,#444444 100%); /* W3C */
}
.lt-ie9 ul.menuTopBox > li > a:hover {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
}
ul.menuTopBox > li > a.menuTopSelected {
	color:#FFF;
	text-decoration:none;
	border-top:2px solid #9f160c;
	padding-top:6px;
	background: #f65010; /* Old browsers */
	background: -moz-linear-gradient(top,  #f65010 0%, #a0180b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f65010), color-stop(100%,#a0180b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f65010 0%,#a0180b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f65010 0%,#a0180b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f65010 0%,#a0180b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f65010 0%,#a0180b 100%); /* W3C */
}
.lt-ie9 ul.menuTopBox > li > a.menuTopSelected {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f65010', endColorstr='#a0180b',GradientType=0 ); /* IE6-9 */
}
.menuTopBox > li:first-child > a {
	border-top:none !important;
	background:none !important;
	background-image:url(../images/home.png) !important;
	background-repeat:no-repeat !important;
	background-position:left 15px !important;
	text-indent: 9999px;
	width:22px;
	overflow:hidden;
}
.menuTopBox > li:first-child > a.menuTopSelected,
.menuTopBox > li:first-child > a.menuTopSelected:hover,
.menuTopBox > li:first-child > a:hover {
	border-top:none !important;
	background-position:left -15px !important;
}
ul.menuTopBox > li > div {
	display: block;
	position:absolute;
	background:#434343;
	padding: 8px 0;
	margin:45px 0 0;
	z-index:15;
}
ul.menuTopBox > li > div > ul {
	display:block;
	float:none;
	margin:0;
	padding:0;
}
ul.menuTopBox > li > div > ul > li {
	padding:0;
	margin:0;
	float:none;
	list-style:none;
	list-style-type: none;
	list-style-image: none;
	display:block;
	background:transparent;
}
ul.menuTopBox > li > div > ul > li > a, 
ul.menuTopBox > li > div > ul > li > a.submenuTopOn {
	display:block;
	text-decoration:none;
	font-size:12px;
	line-height:14px;
	margin:0;
	padding:3px 20px;
	background:transparent;
	text-transform:none;
}
ul.menuTopBox > li > div > ul > li > a {
	color:#b2b1b1;
	white-space:nowrap;
}
ul.menuTopBox > li > div > ul > li > a:hover, ul.menuTopBox > li > div > ul > li > a.submenuTopOn {
	color:#ed1b23;
	text-decoration:none;
}
#menuTop ul.menuTopBox > li:hover > div {
	visibility:visible;
}

#menu__prod {
	position:static;
}
.menu__prod__menu {
	position:absolute;
	/*width:100%;*/
	top:39px;
	left:0;
	z-index:333;
	background:#434343;
	margin:0;
	padding:20px;
}
ul.menuTopBox > li > div,
.menu__prod__menu {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(0px, 30px);
	   -moz-transform: translate(0px, 30px);
	    -ms-transform: translate(0px, 30px);
	     -o-transform: translate(0px, 30px);
	        transform: translate(0px, 30px);
	-webkit-transition: visibility 0s 0.525s, opacity 0.25s ease-in-out 0.175s, -webkit-transform 0.25s ease-in-out 0.175s;
	   -moz-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s, -moz-transform 0.25s ease-in-out 0.175s;
	     -o-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s, -o-transform 0.25s ease-in-out 0.175s;
	        transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s, transform 0.25s ease-in-out 0.175s;
	*zoom:1;
}
ul.menuTopBox > li:hover > div,
#menu__prod:hover > ul {
	visibility: visible;
	opacity: 1;
	z-index:9999 !important;
	-webkit-transform: translate(0px, 0px);
	   -moz-transform: translate(0px, 0px);
	    -ms-transform: translate(0px, 0px);
	     -o-transform: translate(0px, 0px);
	        transform: translate(0px, 0px);
	-webkit-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s, -webkit-transform 0.25s ease-in-out 0.175s;
	   -moz-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s, -moz-transform 0.25s ease-in-out 0.175s;
	     -o-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s, -o-transform 0.25s ease-in-out 0.175s;
	        transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s, transform 0.25s ease-in-out 0.175s;
	*zoom:1;
}
ul.menuTopBox > li > div > ul > li > a:hover, ul.menuTopBox > li > div > ul > li > a.menu__on {
	color:#ed1b23;
	text-decoration:none;
}
/*.menu__prod__menu > li,
.menu__prod__menu > div > li {
	padding:0;
}
.menu__prod__menu > li > a,
.menu__prod__menu > div > li > a {
	display:block;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	line-height:15px;
	padding:2px 0;
}
ul.menu__prod__menu--sub {
	padding:0 0 0 10px;
}
.menu__prod__menu--sub > li > a {
	display:block;
	color:#b2b1b1;
	text-decoration:none;
	font-size:12px;
	line-height:15px;
}
ul.menuTopBox > li > div > ul > li > a:hover, ul.menuTopBox > li > div > ul > li > a.menu__on,
.menu__prod__menu > li > a:hover,
.menu__prod__menu > div > li > a:hover,
.menu__prod__menu > li > a.menu__on,
.menu__prod__menu > div > li > a.menu__on,
.menu__prod__menu--sub > li > a:hover,
.menu__prod__menu--sub > li > a.sub__on {
	color:#ed1b23;
	text-decoration:none;
}*/

.menu__prod__menu > li {
	padding:0;
}
.menu__prod__menu > li > a {
	display:block;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	line-height:15px;
	padding:5px 10px 4px;
}
ul.menu__prod__menu--sub {
	padding:20px;
	position:absolute;
	top:0;
	left:100%;
	margin-left:-20px;
	visibility:hidden;
	background:#2D2D2D;
	height:100%;
	min-width:300px;
}
.menu__prod__menu > li:hover > ul.menu__prod__menu--sub {
	visibility:visible;
}
.menu__prod__menu--sub > li {
	display:block;
}
.menu__prod__menu--sub > li > a {
	display:block;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	line-height:15px;
	white-space:nowrap;
	padding:3px 0;
}
.menu__prod__menu > li > a:hover,
.menu__prod__menu > li > a.menu__on,
.menu__prod__menu > li:hover > a {
	color:#FFF;
	text-decoration:none;
	background-color:#ed1b23;
}
.menu__prod__menu--sub > li > a:hover,
.menu__prod__menu--sub > li > a.sub__on {
	color:#ed1b23;
	text-decoration:none;
}
#menu4 {
	display:none;
}

/* Banner center */
.bannerCenter {
	height:340px;
	margin:0;
	background-color:#FFF;
}

/* content */
.centerPlace {
	float:left;
	width:970px;
	padding-bottom:52px;
}
.secondPage {
	width:1240px;
}
.content {
	margin:20px 0 0 25px;
	float:left;
	width:700px;
}
.secondPage .content {
	margin:20px 0 0 10px;
	float:none;
	width:1220px;
}
.main {
	padding-bottom:20px;
}

/* general settings */
HR {
	color: #424242;
	height: 1px;
}
A {
	color: #9f160c;
	text-decoration: underline;
}
A:HOVER {
	color: #ff0000;
	text-decoration: none;
	background:none;
}
ul, ol {
	margin:10px 0 10px 40px;
}
.textTitle {
	padding:0 0 15px;
}
#pageTitle {
	padding:0 0 18px;
}
#pageTitle, #pageTitle a {
	color: #9f160c;
	font-size:36px;
	line-height:39px;
	text-decoration:none;
}
.textTitle, .textTitle a {
	color: #9f160c;
	font-size:18px;
	line-height:21px;
	text-decoration:none;
}
.textTitle A:HOVER, #pageTitle a:hover {
	color: #999898;
	text-decoration: none;
}
.colorGrey {
	color: #999898;
}
.colorRed {
	color: #ff0000;
}
.colorDarkRed {
	color:#9f160c;
}
.picLeft {
	margin: 0 20px 20px 0;
	float: left;
}
.picRight {
	margin: 0 0 20px 20px;
	float: right;
}
.positionLeft {
	margin: 0 20px 20px 0;
	float: left;
}
.positionRight {
	margin: 0 0 20px 20px;
	float: right;
}
.picHidden {
	position:absolute;
	visibility:hidden;
}

/* left menu */
.leftBox {
	float:left;
	width:240px;
	margin:20px 0 0 0;
}
html>body ul.leftMenu LI A, html>body ul.leftMenu div.submenuBox UL.submenuLeft LI A {
	width: auto;
}
ul.leftMenu, ul.leftMenu LI, ul.leftMenu div.submenuBox ul.submenuLeft, ul.leftMenu div.submenuBox ul.submenuLeft LI {
	margin:0;
	padding:0;
}
ul.leftMenu, ul.leftMenu LI, ul.leftMenu div.submenuBox ul.submenuLeft, ul.leftMenu div.submenuBox ul.submenuLeft LI {
	list-style: none;
	list-style-image: none;
}
ul.leftMenu div.submenuBox ul.submenuLeft {
	width: auto;
}
ul.leftMenu {
	margin-bottom:52px;
}
ul.leftMenu div.submenuBox {
	padding:3px 0 7px 33px;
}
ul.leftMenu LI A {
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 4px 10px;
	color:#424242;
	font-size:14px;
	line-height:16px;
}
ul.leftMenu li.leftMenuSpacer {
	background:url(../images/bg/leftmenu_dot.gif) repeat-x;
	height:1px;
	font-size:0px;
	line-height:0px;
	padding:0;
	margin:0;
	display:block;
}
ul.leftMenu div.submenuBox ul.submenuLeft LI A {
	display: block;
	color: #6e6e6e;
	text-decoration: none;
	width: 100%;
	font-size:11px;
	line-height:14px;
	font-weight:normal;
	padding: 2px 0 2px;
	text-transform:none;
	background:none;
}
ul.leftMenu LI A:HOVER, ul.leftMenu li A.menuLeftOn {
	color:#FFF;
	text-decoration: none;
}
ul.leftMenu LI A:HOVER {
	 background-color:#d9d9d9;
}
ul.leftMenu li A.menuLeftOn {
	background-color:#9f160c;
}
ul.leftMenu div.submenuBox ul.submenuLeft LI A:HOVER, ul.leftMenu div.submenuBox ul.submenuLeft LI A.submenuLeftOn {
	color:#9f160c;
	text-decoration: none;
}
ul.leftMenu div.submenuBox ul.submenuLeft LI.leftSubMenuLine {
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	background:url(../images/bg/leftmenu_dot.gif) repeat-x;
}

/* Path */
#path {
	margin-bottom:4px;
}
#path, #path a, #path a.pathOn {
	color:#b7b7b7;
	font-size:12px;
	line-height:15px;
	text-decoration:none;
}
#path a.pathOn {
	color:#707070;
}
#path a:hover, #path a.pathOn:hover {
	color:#9f160c;
}
#path img {
	vertical-align:middle;
	margin:0 10px;
}

/* SIDEBAR */
#sidebar {
	width: 270px;
	float: right;
	min-height:289px;
	padding:6px 0 52px;
}
#boxRight {
	margin:20px 0 0 20px;
}
.boxTitleRightL, .boxTitleRight2L {
	padding-left:7px;
}
.boxTitleRightR, .boxTitleRight2R {
	padding-right:7px;
}
.boxTitleRightL {
	background:url(../images/bg/title_bg_l.png) no-repeat;
}
.boxTitleRightR {
	background:url(../images/bg/title_bg_r.png) no-repeat right top;
}
.boxTitleRight {
	background:url(../images/bg/title_bg_c.gif) repeat-x;
}
.boxTitleRight2L {
	background:url(../images/bg/title_bg2_l.png) no-repeat;
}
.boxRightOffset {
	margin-top:-6px;
}
.boxTitleRight2R {
	background:url(../images/bg/title_bg2_r.png) no-repeat right top;
}
.boxTitleRight2 {
	background:url(../images/bg/title_bg2_c.gif) repeat-x;
}
.boxTitleRight, .boxTitleRight2 {
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	padding:10px 2px 7px;
}
.boxTitleRightLine {
	background:url(../images/bg/title_bg_line.gif) repeat-x;
	height:1px;
}
.boxTitleRightLine2 {
	background:url(../images/bg/title_bg_line2.gif) repeat-x;
	height:1px;
}
.boxRightBgL {
	background:#e0e0e0 url(../images/bg/box_right_l.gif) repeat-y;
}
.boxRightBgR {
	background:url(../images/bg/box_right_l.gif) repeat-y right;
}
.boxRightNewsT, .boxRightNewsT a, .boxRightNewsT2, .boxRightNewsT2 a {
	text-transform:uppercase;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}
.boxRightNewsT, .boxRightNewsT a {
	color:#9f160c;
}
.boxRightNewsT2, .boxRightNewsT2 a {
	color:#434343;
}
.boxRightNewsT a:hover {
	text-decoration:none;
	color:#999898;
}
.boxRightNewsT2 a:hover {
	text-decoration:none;
	color:#9f160c;
}
.boxRightNewsT,.boxRightNewsT2 {
	background-color:#d4d4d4;
	padding:7px 9px 5px;
	margin:0 1px;
}
.boxRightNewsT2 {
	margin-bottom:4px;
}
.boxRightNewsD {
	padding:4px 9px 2px;
	margin:0 1px;
	color:#999898;
	font-size:11px;
	line-height:13px;
}
.boxRightNews {
	padding:0 9px 12px;
	margin:0 1px;
	color:#424242;
	font-size:11px;
	line-height:13px;
}
.boxRightNews a {
	color:#9f160c;
	text-decoration:none;
	font-size:11px;
	line-height:13px;
}
.boxRightNews a:hover {
	color:#999898;
	text-decoration:none;
}
.boxRightNews img {
	float:right;
	margin:0 -8px 10px 6px;
}
.boxRightLine {
	background:url(../images/bg/box_right_l.gif) repeat-x;
	height:1px;
	margin-bottom: 12px;
}
.boxRightSpacer {
	height:6px;
}
.boxRightTechImg {
	text-align:center;
}
.boxRightTechImg img {
	vertical-align:bottom;
	background:url(../images/noimage.jpg) no-repeat center;
	background-color:#FFF;
}
.boxRightTechImg, .boxRightTechImg img {
	padding:0;
	margin:0;
}F
.specBoxRightL {
	background:#f2f2f2 url(../images/bg/spec_right_border.gif) repeat-y;
}
.specBoxRightR {
	background:url(../images/bg/spec_right_border.gif) repeat-y right;
}
.specBoxRightT, .specBoxRightT a {
	text-transform:uppercase;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
	color:#9f160c;
}
.specBoxRightT {
	padding:8px 9px 6px;
	margin:0 1px;
}
.specBoxRightT a:hover {
	text-decoration:none;
	color:#999898;
}
.specBoxRight {
	padding:0 9px 26px;
	margin:0 1px;
	color:#424242;
	font-size:11px;
	line-height:13px;
}
.priceBoxL {
	background:url(../images/bg/shop_bot_l.png) no-repeat;
	padding-left:7px;
	margin-top:-6px;
	position:relative;
}
.priceBoxLIn, .priceBoxLInBig {
	background:url(../images/bg/shop_bot_l.png) no-repeat;
	padding-left:7px;
}
.priceBoxR {
	background:url(../images/bg/shop_bot_r.png) no-repeat right top;
	padding-right:7px;
}
.priceBoxC {
	background:url(../images/bg/shop_bot_c.gif) repeat-x;
	height:50px;
	padding-top:1px;
}
.priceBoxPrice, .priceBoxBut, .priceBoxLizing {
	margin:0;
}
.priceBoxPrice {
	float:left;
	font-size:12px;
	line-height:26px;
	color:#9f160c;
	padding:5px 5px 0 2px;
}
.search .priceBoxPrice {
	padding:5px 10px 0 0;
}
div.priceBoxPrice strong {
	font-size:22px;
}
.priceBoxBut {
	float:right;
	padding:0;
}
.priceBoxBut a img {
	padding:0;
	margin:0;
	vertical-align:bottom;
	background:url(../images/bg/shop_bot_bascket.gif) no-repeat;
}
.search .priceBoxBut a img {
	background:url(../images/bg/shop_but_sm.gif) no-repeat;
}
.priceBoxBut a:hover img {
	background:url(../images/bg/shop_bot_bascket_on.gif) no-repeat;
}
.search .priceBoxBut a:hover img {
	background:url(../images/bg/shop_but_sm_on.gif) no-repeat;
}
.priceBoxOldPrice {
	float:left;
	font-size:12px;
	padding-top:1px;
	margin-right:14px;
	line-height:33px;
	color:#FFFFFF;
	position:relative;
}
.priceBoxOldPrice b {
	font-size:0px;
	line-height:0px;
	width:100%;
	height:15px;
	display:block;
	margin:9px 0;
	*margin:0;
	position:absolute;
	background:url(../images/bg/shop_discount.gif) no-repeat center;
}
.priceBoxLizing {
	clear:both;
	text-align:center;
	font-size:11px;
	line-height:15px;
	padding-top:1px;
	*padding-top:0;
	color:#595959;
}
.priceBoxLizing span {
	color:#9f160c;
}
.priceBoxSpacer {
	margin-top:-6px;
}
.prodOldPrice {
	position:relative;
	clear:both;
	padding:1px 0 0 5px;
	*padding:0 0 0 5px;
}
#prodOldPriceT {
	position:relative;
	display: inline-block;
	//display: inline;
	font-size:12px;
	line-height:15px;
	color:#FFFFFF;
	zoom: 1;
}
#prodOldPriceT b {
	font-size:0px;
	line-height:0px;
	width:100%;
	height:13px;
	display:block;
	margin:1px 0 0;
	*margin:0;
	zoom: 1;
	position:absolute;
	background:url(../images/bg/shop_discount_sm.gif) no-repeat center;
}

/* search */
.topSearcForm {
	margin:0 10px 0 0;
	padding:0;
	height:35px;
	display:block;
	position:absolute;
	z-index:123;
	top:0;
	right:100%;
	white-space:nowrap;
	vertical-align:top;
}
.topInfoBox {
	margin:0 10px 0 0;
	padding:0 26px 0 20px;
	line-height:35px;
	height:35px;
	width:154px;
	display:block;
	position:absolute;
	top:39px;
	color:#FFF;
	font-size:18px;
	right:100%;
	white-space:nowrap;
	vertical-align:top;
	background-color:#cecece;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	     -o-border-radius:5px;
	        border-radius:5px;
}
.topInfoBox > b {
	margin:0;
	padding:0;
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:35px;
	height:35px;
	vertical-align:top;
	background:#cecece url(../images/phone.png) no-repeat center;
	display: -moz-inline-stack;
	display: inline-block;
	*display:inline;
	*zoom: 1;
	-webkit-border-radius:0 5px 5px 0;
	   -moz-border-radius:0 5px 5px 0;
	     -o-border-radius:0 5px 5px 0;
	        border-radius:0 5px 5px 0;
}
.topSearchBut {
	margin:0;
	padding:0;
	display:block;
	width:35px;
	height:35px;
	vertical-align:top;
	background:#cecece url(../images/search_but.png) no-repeat center;
	display: -moz-inline-stack;
	display: inline-block;
	*display:inline;
	*zoom: 1;
	-webkit-border-radius:0 5px 5px 0;
	   -moz-border-radius:0 5px 5px 0;
	     -o-border-radius:0 5px 5px 0;
	        border-radius:0 5px 5px 0;
}
.topSearchBut:hover {
	background:#ef4a10 url(../images/search_but.png) no-repeat center;
}
.topSearchBg {
	border: 0px none;
	margin:0;
	padding:0 10px 0 20px;
	height:35px;
	color:#000;
	font-size:14px;
	line-height:35px;
	width:119px;
	vertical-align:top;
	background-color:#cdcdcd;
	display: -moz-inline-stack;
	display: inline-block;
	*display:inline;
	*zoom: 1;
	-webkit-border-radius:5px 0 0 5px;
	   -moz-border-radius:5px 0 0 5px;
	     -o-border-radius:5px 0 0 5px;
	        border-radius:5px 0 0 5px;
	-webkit-transition: all 0.25s ease-in-out 0.175s;
	   -moz-transition: all 0.25s ease-in-out 0.175s;
	     -o-transition: all 0.25s ease-in-out 0.175s;
	        transition: all 0.25s ease-in-out 0.175s;
}

input.topSearchBg:hover {
	background-color:#e5e5e5;
	width:200px;
	-webkit-transition: all 0.25s ease-in-out 0.175s;
	   -moz-transition: all 0.25s ease-in-out 0.175s;
	     -o-transition: all 0.25s ease-in-out 0.175s;
	        transition: all 0.25s ease-in-out 0.175s;
}
input.topSearchBg:focus {
	background-color: #f5f5f5;
	outline: none;
}
input.topSearchBg::-webkit-input-placeholder { color:#FFF; }
input.topSearchBg::-moz-placeholder { color:#FFF; } /* firefox 19+ */
input.topSearchBg:-ms-input-placeholder { color:#FFF; } /* ie */
input.hasPlaceholder { color:#FFF; }
input.topSearchBg:-moz-placeholder { color:#FFF; }
.placeholder { color: #FFF; }

/* Product list filter */
.prodFilterBox {
	margin:0 0 10px;
}
.prodFilterBoxName {
	color:#b7b7b7;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	white-space:nowrap;
	padding:2px 10px 2px 0;
}
.prodFilterBoxText {
	padding:2px 0;
}
.prodFilterBoxText, .prodFilterBoxText a {
	color:#b7b7b7;
	font-size:12px;
	line-height:14px;
	text-decoration: none;
}
.prodFilterBoxText a:hover, .prodFilterBoxText a.prodFilterBoxTextOn {
	color:#9f160c;
	text-decoration: none;
}
.prodFilterBoxText a.prodFilterBoxTextOn {
	font-weight:bold;
}

/* shop */
ul.shopProdBox ,
ul#shopProdBox {
	list-style: none;
	list-style-image: none;
	display:block;
	margin: 0 0 0 -16px;
	padding:0;
}
.secondPage ul.shopProdBox,
.secondPage ul#shopProdBox {
	margin: 0 0 0 -26px;
}
ul.shopProdBox LI.shopProdBoxItem ,
ul#shopProdBox LI.shopProdBoxItem {
	list-style-type: none;
	list-style-image: none;
}
ul.shopProdBox LI.shopProdBoxItem,
ul#shopProdBox LI.shopProdBoxItem,
.shopProdBoxItemR,
.shopProdBoxItemT {
	min-height: 302px;
	_height: 302px;
	width:220px;
	position:relative;
}
ul.s__cat LI.shopProdBoxItem,
.s__cat .shopProdBoxItemR,
.s__cat .shopProdBoxItemT {
	min-height: 197px;
	_height: 197px;
}
ul.shopProdBox LI.shopProdBoxItem ,
ul#shopProdBox LI.shopProdBoxItem {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	padding:0;
	line-height:0px;
	margin: 0 0 26px 16px;
	*margin: 0 0 26px 18px;
	*display: inline;
	zoom: 1;
	background:url(../images/bg/prod_border.gif) repeat-y;
}
.secondPage ul.shopProdBox LI.shopProdBoxItem ,
.secondPage ul#shopProdBox LI.shopProdBoxItem {
	margin: 0 0 26px 26px;
	*margin: 0 0 26px 28px;
}
.shopProdBoxItemR {
	background: url(../images/bg/prod_border.gif) repeat-y right;
}
.shopProdBoxItemT {
	background: url(../images/bg/prod_border.gif) repeat-x;
}
.shopProdBoxItemLT {
	position:absolute;
	width:7px;
	height:7px;
	background:url(../images/bg/prod_border_l.gif) no-repeat;
}
.shopProdBoxItemRT {
	position:absolute;
	width:7px;
	height:7px;
	right:0;
	background:url(../images/bg/prod_border_r.gif) no-repeat;
}
.priceBoxLIn {
	margin-bottom:-6px;
	position:absolute;
	width:220px;
	bottom:0;
	left:0;
}
.search .priceBoxLIn {
	margin-bottom:10px;
	margin-top:15px;
	padding:0;
	position:relative;
	background:none;
	width:200px;
	bottom: auto;
	left: auto;
}
.shopProdBoxImg {
	text-align:center;
	padding:10px 0;
}
.shopProdBoxImg img {
	vertical-align:bottom;
	background:url(../images/noimage.jpg) no-repeat center;
	background-color:#FFF;
}
.shopProdBoxTitle, .shopProdBoxTitle a {
	color:#9f160c;
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	min-height:44px; 
	height:auto !important; 
	height:44px;
}
.shopProdBoxTitle {
	padding:10px 10px 0;
	display:block;
}
.shopProdBoxText {
	color:#424242;
	font-size:11px;
	line-height:13px;
	padding:0 10px 10px;
	overflow:hidden;
	display:block;
	height:54px;
}

.shopProdBoxPrices{
	display:block;
	visibility:hidden;
	opacity:0;
	position:absolute;
	background:rgba(0,0,0,0.75);
	padding:10px;
	border-radius:12px;
	border:1px solid #fff;
	box-shadow: 0 0 5px #888888;
	z-index:100;
	color:#fff;
	margin:40px 0 0 10px;
	
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
	
	.shopProdBoxPrices p{
		color:#fff;
	}
	
	.shopProdBoxItem:hover .shopProdBoxPrices{
		visibility:visible;
		opacity:1;
	}

/* product */
.prodImg {
	background:url(../images/bg/prod_border.gif) repeat-x;
	width:460px;
	float:left;
}
.prodImgSm {
	background:url(../images/bg/prod_border.gif) repeat-x;
	width:145px;
}
.prodImgL {
	background:url(../images/bg/prod_border.gif) repeat-y;
}
.prodImgR {
	background:url(../images/bg/prod_border.gif) repeat-y right;
	position:relative;
}
.prodImgB {
	background:url(../images/bg/prod_border.gif) repeat-x bottom;
	height:7px;
}
.prodImgLT {
	position:absolute;
	width:7px;
	height:7px;
	background:url(../images/bg/prod_border_l.gif) no-repeat;
}
.prodImgRT {
	position:absolute;
	width:7px;
	height:7px;
	right:0;
	background:url(../images/bg/prod_border_r.gif) no-repeat;
}
.prodImgLB {
	position:absolute;
	width:7px;
	height:7px;
	background:url(../images/bg/prod_border_bl.gif) no-repeat;
}
.prodImgRB {
	position:absolute;
	width:7px;
	height:7px;
	right:0;
	background:url(../images/bg/prod_border_br.gif) no-repeat;
}
.prodImgPic {
	margin:10px 10px 0;
}
ul.prodImgBoxIn {
	list-style: none;
	list-style-image: none;
	display:block;
	margin: 10px 0 0 -9px;
	padding:0;
}
ul.prodImgBoxIn LI.prodImgItem {
	list-style-type: none;
	list-style-image: none;
}
ul.prodImgBoxIn LI.prodImgItem {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px 9px;
	*margin: 0 0 10px 11px;
	*display: inline;
	zoom: 1;
}
* html li.prodImgItem {
	display: inline;
}
.prodText {
	margin:20px 0 10px;
	clear:both;
}
.itemParams {
	margin-bottom:20px;
}
table.itemParams {
	border-collapse:separate;
	border-spacing:2px;
}
table.itemParams td {
	//border:1px solid #FFF;
}
table.itemParams td.name {
	background-color: #e0e0e0;
	white-space:nowrap;
	vertical-align:top;
	padding:3px;
	font-weight:bold;
}
table.itemParams td.value {
	background-color: #ededed;
	vertical-align:top;
	padding:3px;
}
table.itemParams tr:hover td.name {
	background-color: #cfcfcf;
}
table.itemParams tr:hover td.value {
	background-color: #e0dfdf;
}
#prodPriceBox {
	float:right;
	width:220px;
}
.secondPage #prodPriceBox {
	float:right;
	width:650px;
}
.prodPriceForm {
	position:relative;
	margin:0;
	padding:0;
}
.prodPriceInpBox {
	float:left;
	padding-top:1px;
	margin-right:7px;
	position:relative;
}
.prodPriceInp {
	width:35px;
	height:30px;
	padding-left:5px;
	display:block;
	margin:0;
	border:none;
	font-size:18px;
	line-height:30px;
	background-color:transparent;
	text-align:right;
}
#prodSmText {
	float:right;
	white-space:nowrap;
	font-size:11px;
	line-height:13px;
	color:#9f160c;
	text-align:right;
	zoom: 1;
	*margin-top:-16px;
}
#prodCredBox {
	margin:20px 0;
	border-collapse:separate;
	border-spacing:2px;
}
table#prodCredBox td {
	//border:1px solid #FFF;
}
#prodCredBox td {
	padding: 5px 3px;
}
#prodCredBox td.prodCredN {
	background-color: #e0e0e0;
}
#prodCredBox td.prodCredV {
	background-color: #ededed;
}
td#prodCredButBox {
	padding:5px 0 0;
}
.prodCredT {
	background-color: #9f160c;
	font-size: 14px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
}
#prodCredBox td.prodCredN {
	font-weight:bold;
	font-size:11px;
	line-height:13px;
}
#prodCredBox td.prodCredR {
	font-size:11px;
	line-height:21px;
}
#prodCredBox td.prodCredR strong {
	font-size:18px;
	line-height:21px;
	font-weight:bold;
	color:#9f160c;
}
#prodCredBox td.prodCredV select {
	font-size:11px;
	background-color: transparent;
	border:none;
	width:100%;
}
.prodCredBut {
	width:100%;
	text-align:center;
}

/* gallery */
ul.galBoxIn {
	list-style: none;
	list-style-image: none;
	display:block;
	margin: 0 0 0 -20px;
	padding:0;
}
.secondPage ul.galBoxIn {
	margin: 0 0 0 -31px;
}
ul.galBoxIn LI.galBoxItem {
	list-style-type: none;
	list-style-image: none;
}
ul.galBoxIn LI.galBoxItem {
	min-height: 130px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px 20px;
	*margin: 0 0 26px 22px;
	*display: inline;
	zoom: 1;
	_height: 120px;
}
.secondPage ul.galBoxIn LI.galBoxItem {
	margin: 0 0 20px 31px;
	*margin: 0 0 26px 22px;
}
* html li.galBoxItem {
	display: inline;
}
.galBoxText {
	padding: 2px 4px 0px;
	text-align:left;
}
.galBoxText, .galBoxText p, .galBoxText div, .galBoxText span, .galBoxText td {
	font-size: 12px;
	line-height: 12px;
}
.galBoxText a {
	font-size: 12px;
	line-height: 12px;
	text-decoration:none;
}
.galImg {
	padding:1px;
	background:#d8d6d6;
}
a:hover img.galImg {
	background:#9f160c;
}

/* numbers */
.numBox {
	padding:5px 0;
	color: #b7b7b7;
	font-size:14px;
	line-height:20px;
	vertical-align:bottom;
	clear:both;
	margin:10px 0 10px;
}
.numBox a {
	color:#b7b7b7;
	text-decoration:none;
	font-size:20px;
	line-height:20px;
	padding: 0 7px;
	display:-moz-inline-grid;
	display:inline-block;
	vertical-align:top;
 //display:inline;
 //margin:0;
}
.numBox a:hover, .numBox a.numOn {
	color:#9f160c;
	text-decoration:none;
}

/* form */
.form .name {
	padding: 6px 7px 2px 4px;
	vertical-align: top;
}
.form .input {
	padding: 3px;
}
.form .input input,
#login-content > form > #inputs_log > input {
	border: 1px solid #e6e6e6;
	background: #FFF;
	color: #c4c4c4;
	height: 25px;
	font-size: 14px;
	padding: 2px 4px 0px 4px;
}
.form .input textarea {
	border: 1px solid #e6e6e6;
	background: #FFF;
	color: #c4c4c4;
	font-size: 14px;
	padding: 2px 4px 0px 4px;
}
div.s_btn {
	display:inline-block;
	*display:inline;
	zoom: 1;
	background: url(../images/bg/but_bg_l.gif) no-repeat;
}
div.s_btn a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	line-height:40px;
	display:block;
	background: url(../images/bg/but_bg_r.gif) no-repeat right top;
	height:40px;
	padding: 0 12px;
}
div.s_btn a:hover {
	color: #f7d0cd;
	text-decoration:none;
}
.btn {
	padding-top:10px;
}
.search .form {
	margin-bottom:20px;
}
.search .form .name {
	white-space:nowrap;
	vertical-align:middle;
	padding:0 10px 0 0;
}
.search .form .input input {
	width:100%;
	height:38px;
	line-height:38px;
	margin:0;
}
.search div.s_btn {
	display:block;
	margin-left:10px;
}
.s_btn {
	color:#FFF;
	border: 0px none;
	margin:0;
	padding:0 15px;
	font-size:14px;
	line-height:40px;
	height:40px;
	font-weight:normal;
	text-decoration:none;
	white-space:nowrap;
	vertical-align:middle;
	display: -moz-inline-stack;
	display: inline-block;
	*display:inline;
	cursor: pointer;
	*zoom: 1;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	     -o-border-radius:5px;
	        border-radius:5px;
	background: #f75110; /* Old browsers */
	background: -moz-linear-gradient(top,  #f75110 0%, #73150d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f75110), color-stop(100%,#73150d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f75110 0%,#73150d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f75110 0%,#73150d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f75110 0%,#73150d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f75110 0%,#73150d 100%); /* W3C */
}
.lt-ie8 .s_btn {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f75110', endColorstr='#73150d',GradientType=0 ); /* IE6-9 */
}
.s_btn:hover {
	background:#73150d;
	color:#FFF;
	text-decoration:none;
}

/*-----------------------------------*/
/* form */
.atf_form, .atf_form ul { list-style: none; list-style-image: none; margin: 0; padding: 0; font-size:0; }
.atf_form input[type=text],
.atf_form input[type=email],
.atf_form input[type=password],
.atf_form select,
.atf_form textarea,
.atf_form .inputBox {
	border:none;
	background-color:#e5e4e4;
	color:#000;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:middle;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.atf_form input[type=text], 
.atf_form input[type=email],
.atf_form input[type=password],
.atf_form select,
.atf_form .inputBox {
	padding:0 10px;
	line-height:40px;
	height:40px;
}
.atf_form textarea {
	padding:10px;
}
.atf_form input[type=text]:hover,
.atf_form input[type=email]:hover,
.atf_form input[type=password]:hover,
.atf_form textarea:hover,
.atf_form select:hover {
	background-color:#f2f2f2;
}
.atf_form input[type=text]:focus,
.atf_form input[type=email]:focus,
.atf_form input[type=password]:focus, 
.atf_form textarea:focus,
.atf_form select:focus {
	background-color: #d5d5d5;
	outline: none;
}
.atf_form button { outline:none; }
.atf_form button:active { outline:none; }
.atf_form button:focus { outline:none; }

.atf_form input::-webkit-input-placeholder { color:#afafaf; }
.atf_form input::-moz-placeholder { color:#afafaf; } /* firefox 19+ */
.atf_form input:-ms-input-placeholder { color:#afafaf; } /* ie */
.atf_form input.hasPlaceholder { color:#afafaf; }
.atf_form input:-moz-placeholder { color:#afafaf; }
.atf_form .placeholder { color: #afafaf; }

.atf_form ul {
	margin-right:-5%;
}
.atf_form li {
	margin: 0 5% 20px 0;
	padding: 0;
	width:45%;
	position: relative;
	vertical-align: top;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.lt-ie8 .atf_form li {
	width:600px;
}
.atf_form li.formBut {
	clear:both;
	display:block;
	float:none;
	padding:0 20px 0 0;
}
.atf_form label {
	width:100%;
	display:block;
	padding:0 0 7px;
	cursor:text;
}
.atf_form li > input[type=text],
.atf_form li > input[type=email],
.atf_form li > input[type=password],
.foatf_formrm li > textarea,
.atf_form li > select,
.inputBox {
	width:100%;
}
.lt-ie8 .atf_form li > input[type=text],
.lt-ie8 .atf_form li > input[type=email],
.lt-ie8 .atf_form li > input[type=password],
.lt-ie8 .atf_form li > textarea,
.lt-ie8 .atf_form li > select,
.lt-ie8 .inputBox {
	width:96%;
}
.atf_form  label > span {
	color:#e60003;
	margin-right:3px;
}
.atf_form {
	display:block;
	width:100%;
}
.forma__textarea {
	display:block;
	width:100%;
}
.form_fullwidth {
	display:block !important;
	width:100% !important;
	margin: 0 20px 10px 0 !important;
}
.atf_form input[type=text].failed,
.atf_form input[type=email].failed,
.atf_form input[type=password].failed,
.atf_form select.failed,
.atf_form textarea.failed,
.atf_form input.failed {
	background-color:#f49f98;
}
#monthly_payment, #intress {
    display: block;
    border: none;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    background-color: #e5e4e4;
    color: #000;
    vertical-align: middle;
}
/*-----------------------------------*/

/* register */
.registerTable .sep {
	padding:10px;
}
.registerTable .w_sep {
	width:20px;
}
.registerTable input[type="text"],
.registerTable input[type="password"] {
	width:100%;
}

/* NEWS */
.newsTitle, .newsTitle a {
	color:#9f160c;
	font-size:24px;
	line-height:27px;
	text-decoration:none;
}
.newsTitle A:HOVER {
	color: #999898;
	text-decoration: none;
}
.newsTitle {
	border-bottom:1px solid #d8d6d6;
	padding:0 0 8px;
}
.newsData {
	float:right;
	font-size:11px;
	line-height:11px;
	color:#b7b7b7;
	margin-left:30px;
}
.newsText {
	margin:10px 0 20px;
	clear:both;
	position:relative;
}
.search .newsText {
	margin-bottom:40px;
}
.newsText img {
	padding:1px;
	background:#d8d6d6;
	float: right;
	margin: 0 0 0 20px;
}
.newsText a {
	text-decoration:none;
}

/* FOOTER */
#footer {
	clear: both;
	color: #ccc;
	height:95px;
	margin:0;
	background:#cecece url(../images/bg/bottom_line.gif) repeat-x top;
	position:relative;
	padding-top:25px;
}
#footerBox {
	margin:0 auto;
}
#footerBox td, #footerBox td p, #footerBox td a {
	color:#818181;
	font-size:12px;
	text-decoration:none;
}
#footerBox td a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.footerLine {
	background:url(../images/bg/line_footer.gif) repeat-y right;
}
.copy {
	padding:0 0 0 20px;
}
#footerRight {
	padding:0 20px 0 10px;
}
#footerRightImg {
	float:right;
	margin:-40px 0 0 0;
	position:relative;
	zoom:1;
}
#footerRightP, #footerRightT {
	padding-right:12px;
}
td#footerRightP {
	color:#ffffff;
	font-size:30px;
	line-height:34px;
	font-weight:bold;
	white-space:nowrap;
}

/* table */
.tableTitle, .tableListTitle {
	color:#FFF;
	text-decoration: none;
	background-color: #9f160c;
	font-size: 14px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
}
.tableTitle {
 	padding: 7px;
}
tr.tableLine1 td, tr.tableLine2 td {
	padding: 5px 7px 5px;
}
tr.tableLine1 td {
	background-color: #e8e8e8;
}
tr.tableLine2 td {
	background-color: #fafafa;
}
.tableStyle tr th {
	padding: 7px;
	color:#FFF;
	text-decoration: none;
	background-color: #9f160c;
	font-size: 14px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
}
.tableStyle tr td, .tableStyle tr.tableStyleLine2 td, .detailsTable tr td.name, .detailsTable tr td.value {
	padding: 5px 7px 5px;
}
.tableStyle tr td {
	background-color: #e8e8e8;
}
.tableStyle tr.tableStyleLine2 td {
	background-color: #fafafa;
}

/* logon box */
#modal {
	visibility:hidden;
	width:360px;
	height:170px;
	padding:8px;
	background:rgba(0,0,0,.3);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	position:absolute !important;
	top:50% !important;
	left:50% !important;
	margin-top:-94px !important;
	margin-left:-180px !important;
	z-index:101;
}
#contentL {
	width:350px;
	height:160px;
	*height:170px;
	padding:5px;
	background:#fcfcfc;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.button {
	height:33px;
	font-size:16px;
	font-weight:bold;
	line-height:33px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	text-shadow:0px 1px 0px rgba(0,0,0,.2);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
}
.button img { 
	float:left;
	width:33px;
	height:33px;
}
.button.green {
	background: -webkit-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	background: -moz-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	background: -o-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	background: -ms-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	background: linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad44f', endColorstr='#609d29',GradientType=0 );
	border:1px solid #5b8821;
	margin:0 5px0 0;
	float:right;
	width:138px;
}
.button.green:hover {
	background: rgb(120,158,38); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(120,158,38,1) 0%, rgba(78,123,33,1) 90%, rgba(72,116,30,1) 95%, rgba(63,105,27,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(120,158,38,1)), color-stop(90%,rgba(78,123,33,1)), color-stop(95%,rgba(72,116,30,1)), color-stop(100%,rgba(63,105,27,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(120,158,38,1) 0%,rgba(78,123,33,1) 90%,rgba(72,116,30,1) 95%,rgba(63,105,27,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(120,158,38,1) 0%,rgba(78,123,33,1) 90%,rgba(72,116,30,1) 95%,rgba(63,105,27,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(120,158,38,1) 0%,rgba(78,123,33,1) 90%,rgba(72,116,30,1) 95%,rgba(63,105,27,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(120,158,38,1) 0%,rgba(78,123,33,1) 90%,rgba(72,116,30,1) 95%,rgba(63,105,27,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#789e26', endColorstr='#3f691b',GradientType=0 ); /* IE6-9 */
	color:#FFFFFF;
	text-decoration:none;
}
.button.red {
	background: -webkit-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	background: -moz-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	background: -o-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	background: -ms-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	background: linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87288', endColorstr='#ce3b46',GradientType=0 );
	border:1px solid #b0333e;
	margin:0 0 0 5px;
	float:left;
	width:33px;
}
.button.red:hover {
	background: rgb(231,11,48); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(231,11,48,1) 0%, rgba(197,13,28,1) 90%, rgba(167,27,36,1) 95%, rgba(142,36,43,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,11,48,1)), color-stop(90%,rgba(197,13,28,1)), color-stop(95%,rgba(167,27,36,1)), color-stop(100%,rgba(142,36,43,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(231,11,48,1) 0%,rgba(197,13,28,1) 90%,rgba(167,27,36,1) 95%,rgba(142,36,43,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(231,11,48,1) 0%,rgba(197,13,28,1) 90%,rgba(167,27,36,1) 95%,rgba(142,36,43,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(231,11,48,1) 0%,rgba(197,13,28,1) 90%,rgba(167,27,36,1) 95%,rgba(142,36,43,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(231,11,48,1) 0%,rgba(197,13,28,1) 90%,rgba(167,27,36,1) 95%,rgba(142,36,43,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e70b30', endColorstr='#8e242b',GradientType=0 ); /* IE6-9 */
	color:#FFFFFF;
	text-decoration:none;
}
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.4);
	*background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000)"; /* IE8 */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);   /* IE6 & 7 */
	zoom: 1;
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}
#inputs {
	display:block;
}
#inputs input {
  background: #f1f1f1;
  padding: 6px 5px;
  margin: 0 0 5px 0;
  width: 338px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 1px #ccc inset;
  -webkit-box-shadow: 0 1px 1px #ccc inset;
  box-shadow: 0 1px 1px #ccc inset;
  display:block;
}

#inputs input:focus {
  background-color: #fff;
  border-color: #ba0406;
  outline: none;
  -moz-box-shadow: 0 0 0 1px #ba0406 inset;
  -webkit-box-shadow: 0 0 0 1px #ba0406 inset;
  box-shadow: 0 0 0 1px #ba0406 inset;
}
#inputs label {
	font-size:11px;
	line-height:14px;
	display:block;
	padding-bottom:2px;
}
#actions {
	margin:5px auto 0;
}
#loginTextBox {
	text-align:center;
	padding-top:5px;
}
.loginText, .loginText a {
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	white-space:nowrap;
	color:#000000 !important;
	margin:0 !important;
	padding:0 !important;
}
.loginText a {
	text-shadow:none !important;
	background:none !important;
}
.loginText a:hover {
	color:#e60003 !important;
}

/******************************************/
#login-content {
	visibility:hidden;
	position:absolute;
	top:32px;
	right:0;
	z-index:999;
	text-align:left;
	background-color:#FFF;
	border:1px solid #cbcbcb;
	padding:15px;
	width:300px;
	*zoom:1;
	opacity:0;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	     -o-border-radius:5px;
	        border-radius:5px;
	-webkit-transform: translate(0px, 30px);
	   -moz-transform: translate(0px, 30px);
	    -ms-transform: translate(0px, 30px);
	     -o-transform: translate(0px, 30px);
	        transform: translate(0px, 30px);
	-webkit-transition: visibility 0s 0.525s, opacity 0.25s ease-in-out 0.175s, -webkit-transform 0.25s ease-in-out 0.175s;
	   -moz-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s, -moz-transform 0.25s ease-in-out 0.175s;
	     -o-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s, -o-transform 0.25s ease-in-out 0.175s;
	        transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s, transform 0.25s ease-in-out 0.175s;
}
.basketBoxInLogin:hover #login-content {
	visibility:visible;
	opacity:1;
	-webkit-transform: translate(0px, 0px);
	   -moz-transform: translate(0px, 0px);
	    -ms-transform: translate(0px, 0px);
	     -o-transform: translate(0px, 0px);
	        transform: translate(0px, 0px);
	-webkit-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s, -webkit-transform 0.25s ease-in-out 0.175s;
	   -moz-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s, -moz-transform 0.25s ease-in-out 0.175s;
	     -o-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s, -o-transform 0.25s ease-in-out 0.175s;
	        transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s, transform 0.25s ease-in-out 0.175s;
	*zoom:1;	
}
#login-content > form > #inputs_log {
	display:block;
}
#login-content > form > #inputs_log > input {
  margin: 0 0 5px 0;
  width:100%;
  display:block;
}
.lt-ie8 #login-content > form > #inputs_log > input {
	width:280px;
}
#login-content > form > #inputs_log > input:focus {
  background-color: #fff;
  border-color: #ba0406;
  outline: none;
}
#login-content > form > #inputs_log > label {
	font-size:11px;
	line-height:14px;
	display:block;
	padding-bottom:2px;
}
#actions {
	margin-top:5px;
	width:100%;
}
#loginTextBox {
	text-align:right;
}
.loginText, .loginText a {
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	white-space:nowrap;
	color:#000;
	margin:0;
	padding:0;
}
.loginText a:hover {
	color:#e60003;
}
#login-content .s_btn {
	color:#FFF;
	border: 0px none;
	margin:0;
	padding:0 15px;
	font-size:14px;
	line-height:40px;
	height:40px;
	font-weight:normal;
	text-decoration:none;
	white-space:nowrap;
	vertical-align:middle;
	display: -moz-inline-stack;
	display: inline-block;
	*display:inline;
	cursor: pointer;
	*zoom: 1;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	     -o-border-radius:5px;
	        border-radius:5px;
	background: #f75110; /* Old browsers */
	background: -moz-linear-gradient(top,  #f75110 0%, #73150d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f75110), color-stop(100%,#73150d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f75110 0%,#73150d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f75110 0%,#73150d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f75110 0%,#73150d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f75110 0%,#73150d 100%); /* W3C */
}
.lt-ie8 #login-content .s_btn {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f75110', endColorstr='#73150d',GradientType=0 ); /* IE6-9 */
}
#login-content .s_btn:hover,
#login-content a.s_btn:hover {
	background:#73150d;
	color:#FFF;
	text-decoration:none;
}
.login__name {
	position:absolute;
	display:block;
	right:20px;
	top:-6px;
	margin:0;
	border-top:2px solid #9f160c;
	background: #f65010; /* Old browsers */
	background: -moz-linear-gradient(top,  #f65010 0%, #a0180b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f65010), color-stop(100%,#a0180b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f65010 0%,#a0180b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f65010 0%,#a0180b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f65010 0%,#a0180b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f65010 0%,#a0180b 100%); /* W3C */
}
.lt-ie9 .login__name {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f65010', endColorstr='#a0180b',GradientType=0 ); /* IE6-9 */
}
.login__name > a {
	display:block;
	color:#FFF;
	text-decoration:none;
	padding: 8px 14px 0;
	font-size:16px;
	line-height:37px;
	white-space:nowrap;
}
.login__name:hover {
	border-top:2px solid #000;
	background: #848484; /* Old browsers */
	background: -moz-linear-gradient(top,  #848484 0%, #444444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#848484), color-stop(100%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #848484 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #848484 0%,#444444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #848484 0%,#444444 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #848484 0%,#444444 100%); /* W3C */
}
.lt-ie9 .login__name:hover {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
}
.login__name > a:hover {
	color:#FFF;
}
.login__name_submenu ul {
	padding:0;
	margin:0;
	list-style:none;
	list-style-type: none;
	list-style-image: none;
	font-size:0;
}
.login__name_submenu {
	display: block;
	position:absolute;
	right:0;
	background:#434343;
	padding: 8px 20px;
	margin:43px 0 0;
	z-index:15;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(0px, 30px);
	   -moz-transform: translate(0px, 30px);
	    -ms-transform: translate(0px, 30px);
	     -o-transform: translate(0px, 30px);
	        transform: translate(0px, 30px);
	-webkit-transition: visibility 0s 0.525s, opacity 0.25s ease-in-out 0.175s, -webkit-transform 0.25s ease-in-out 0.175s;
	   -moz-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s, -moz-transform 0.25s ease-in-out 0.175s;
	     -o-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s, -o-transform 0.25s ease-in-out 0.175s;
	        transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s, transform 0.25s ease-in-out 0.175s;
	*zoom:1;
}
.login__name_submenu > h3 {
	color:#FFF;
	white-space:nowrap;
	font-weight:normal;
	padding:3px 0;
	margin-bottom:5px;
	border-bottom:1px solid #FFF;
}
.login__name_submenu > ul > li {
	padding:0;
	margin:0;
}
.login__name_submenu > ul > li > a {
	display:block;
	text-decoration:none;
	font-size:12px;
	line-height:14px;
	margin:0;
	padding:3px 0;
	color:#b2b1b1;
	white-space:nowrap;
}
.login__name_submenu > ul > li > a:hover,
.login__name_submenu > ul > li > a.lns__on {
	color:#ed1b23;
	text-decoration:none;
}
.login__name:hover .login__name_submenu {
	visibility: visible;
	opacity: 1;
	z-index:9999 !important;
	-webkit-transform: translate(0px, 0px);
	   -moz-transform: translate(0px, 0px);
	    -ms-transform: translate(0px, 0px);
	     -o-transform: translate(0px, 0px);
	        transform: translate(0px, 0px);
	-webkit-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s, -webkit-transform 0.25s ease-in-out 0.175s;
	   -moz-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s, -moz-transform 0.25s ease-in-out 0.175s;
	     -o-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s, -o-transform 0.25s ease-in-out 0.175s;
	        transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s, transform 0.25s ease-in-out 0.175s;
	*zoom:1;
}

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

/* Clearfix: contain floats */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
/* For IE 6/7 only */
.clearfix {
    *zoom: 1;
}



table.errorsTable{
	width: 100%;
	border-collapse: collapse;
	background: #FFD5D5;
	border: 1px solid #FFBFBF;
	margin-top: 10px;
	margin-bottom: 20px;
}
	
	table.errorsTable td.error{
		padding: 10px 20px;
		color: #EA0000 !important;
	}d
		
		table.errorsTable td.error li{
			color: #EA0000 !important;
		}
		
	

table.noticeTable{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #FFF7C2;
	background: #FFFADB;
	margin-top: 10px;
	margin-bottom: 20px;
}
	
	table.noticeTable td.notice{
		padding: 10px 20px;
		color: #454545 !important;
	}
		
		table.noticeTable td.notice p{
			color: #454545 !important;
		}
		
	



/* Item details */
	
	table.itemDetails{
		width: 100%;
		border-collapse: collapse;
	}
		
		table.itemDetails td.pics{
			padding: 0px;
		}
		
		table.itemDetails td.text{
			padding: 0px 15px;
		}
		
	
	/* Basket items list */
		
		table.basketItemsList{
			width: 100%;
			border-collapse: separate;
			margin: 10px auto;
		}
			
			input.s_btn{
				background:#b22222 url('../images/bg/title_bg_c.gif') left top repeat-x;
				color:#fff;
				border:none;
				border-radius:10px;
				padding:3px 10px;
				margin-top:10px;
				font:13px Arial, Tahoma, Verdana;
				cursor:pointer;
			}
				
				input.s_btn:hover{
					background-position:left -10px;
				}
				
			
			table.basketItemsList tr.title td{
				background:#efeff0;
				font-weight:bold;
				text-align:center;
				padding:8px 0;
			}
			
			table.basketItemsList tr.row td{
				background:#f9f9f9;
				vertical-align:middle;
			}
			
			table.basketItemsList td.sep{
				padding: 0px;
				height: 1px;
				background: #f9f9f9;
			}
			
			table.basketItemsList td.image{
				text-align: center;
				padding: 5px 10px;
				width: 1%;
			}

            table.basketItemsList td.image img{
                max-width: none;
                width: auto;
            }
			
			table.basketItemsList td.item{
				padding: 15px 20px;
			}
			
			table.basketItemsList td.quantity{
				padding: 0px 10px;
				width: 1%;
				white-space: nowrap;
				font-size: 11px;
			}
				
				table.basketItemsList td.quantity input{
					width: 30px;
					margin: 0px 3px;
					border-top: 1px solid #909090;
					border-left: 1px solid #909090;
					border-bottom: 2px solid #EFEFEF;
					border-right: 2px solid #EFEFEF;
					padding: 1px 4px;
					background: #fff url('../images/bg/cbg.gif') left top repeat-x;
				}
				
			
			
			table.basketItemsList td.price{
				width: 1%;
				padding: 0px;
				text-align: center;
				font-weight: bold !important;
			}
				
				table.basketItemsList td.price span{
					font-weight: bold !important;
					color: #ce2121 !important;
				}
				
			
			table.basketItemsList td.del{
				width: 15px;
				padding:0 10px;
			}
				
				table.basketItemsList td.del input{
					background:#b22222 url('../images/bg/title_bg_c.gif') left top repeat-x;
					border: none;
					font: bold 11px Tahoma, Arial, Verdana;
					color: #fff;
					padding: 1px;
					cursor: pointer;
					border-radius:30px;
					width:20px;
				}
					
					table.basketItemsList td.del input:hover{
						background-position:left -10px;
					}
					
				
			
			table.basketItemsList td.totalName{
				background: #f9f9f9;
				padding: 10px;
				text-align: right;
				white-space: nowrap;
				font-size: 11px;
				vertical-align:middle;
			}
			
			table.basketItemsList td.totalCost{
				text-align: center;
				white-space: nowrap;
				font-size: 11px;
				background: #f9f9f9;
				padding: 10px;
				font: 20px Tahoma !important;
				vertical-align:middle;
			}
				
				table.basketItemsList td.totalCost span{
					font: normal 20px Tahoma !important;
					color: #ce2121 !important;
					padding: 0px 4px;
				}
				
			
			
			
			
			
			
		
	
	
	/* Order details form */
		
		table.orderData{
			border-collapse: collapse;
		}
			
			table.orderData td.title{
				font: 17px Tahoma, Arial, Verdana;
				padding: 0px 0px 10px 0px;
			}
			
			table.orderData tr.row td{
				padding: 5px;
			}
			
			table.orderData tr.row td.name{
				padding-right: 20px;
			}
			
			table.orderData tr.row td.input input,
			table.orderData tr.row td.input textarea{
				width: 250px;
				font: 12px Tahoma, Arial, Verdana;
				border-top: 1px solid #909090;
				border-left: 1px solid #909090;
				border-bottom: 2px solid #EFEFEF;
				border-right: 2px solid #EFEFEF;
				padding: 1px 4px;
				background: #fff;
			}
			
			
			
		
		


	
	
	/* Search Table */
		
		table.searchTable{
			width: 100%;
			height: 30px;
			margin-top: 10px;
			margin-bottom: 30px;
		}
			
			table.searchTable td.p1{
				padding:0;
				width: 1%;
				font-size: 11px;
			}
			
			table.searchTable td.p2{
				padding: 0px 10px;
			}
				
				table.searchTable td.p2 input{
					width: 100%;
					font: 12px Tahoma, Arial, Verdana;
					border-top: 1px solid #909090;
					border-left: 1px solid #909090;
					border-bottom: 2px solid #EFEFEF;
					border-right: 2px solid #EFEFEF;
					padding: 1px 4px;
					background: #fff url('../images/bg/cbg.gif') left top repeat-x;
				}
				
			
			table.searchTable td.p3{
				width: 1%;
			}
				
				table.searchTable td.p3 input{
					font: 11px Tahoma, Arial, Verdana;
					padding: 1px 6px;
					cursor: pointer;
				}
				
			
			
		
		
		
		table.searchResults{
			width: 95%;
		}
			
			table.searchResults td.title{
				font: 13px Tahoma;
				padding: 0px 0px 10px 0px;
			}
				
				table.searchResults td.title b{
					color: #2F9720;
				}
				
			
			table.searchResults td.text{
				font: 11px Tahoma;
				text-align: justify;
				padding-bottom: 20px;
			}
				
				table.searchResults td.text span.green{
					display: block;
					margin-top: 5px;
					font-size: 11px !important;
					color: #2C7B11;
				}
				
				table.searchResults td.text span.concurrences{
					display: block;
					font-size: 11px !important;
					color: #888888;
				}
				
			
			
		
		
		

	
	table.credit{
		border-collapse: collapse;
		float: right;
		width: 240px;
		margin: 0px 0px 10px 15px;
	}
		
		table.credit td.title{
			background: #302D2D url('../images/bg/bg_sm_title2.gif') left top repeat-x;
			font-weight: bold;
			color: #fff;
			padding: 6px 2px 6px 8px;
			text-transform: uppercase;
		}
			
			
			table.credit table.creditData{
				border-collapse: collapse;
				width: 100%;
			}
				
				table.credit table.creditData td.price{
					font-size: 14px;
					text-align: center;
					padding: 10px 0px 5px 0px;
				}
					
					table.credit table.creditData td.price b{
						color: #D90000
					}
					
				
				table.credit table.creditData td.name{
					font-size: 12px;
					padding: 7px 5px 7px 0px;
				}
				
				table.credit table.creditData td.input{
					padding: 0px;
				}
					
					table.credit table.creditData td.input select{
						padding: 1px 0px 1px 2px;
						font: 12px Tahoma, Arial, Verdana;
					}
					
				
			
			
		
		
		table.credit td.data{
			background: #F6F6F6;
			padding: 10px;
		}
		
		
	
	
	table.filter{
		width: 95%;
		border-collapse: collapse;
	}
		
		table.filter td.name,
		table.filter td.values{
			font-size: 11px;
		}
		
		
		table.filter td.name{
			width: 1%;
			padding: 6px 10px 6px 0px;
		}
		
		
		table.filter td.values{
			padding: 6px 10px 6px 0px;
		}
			
			table.filter td.values a{
				color: #5C5C5C;
			}
			
			table.filter td.values b{
				color: #729935;
			}
			
		




	table.creditOffers{
		border-collapse: collapse;
		width:100%;
		margin:50px 0 0;
	}
		
		table.creditOffers td.title{
			background:#efeff0;
			padding:10px;
			font-size:16px;
		}
		
		table.creditCompany{
			border-collapse:separate;
			width:228px;
			float:left;
			margin:10px 10px 0 0;
		}
			
			table.creditCompany td.title{
				background:#efeff0;
				padding:10px;
				font-weight:bold;
				text-align:center;
				font-size:12px;
			}
			
			table.creditCompany td.name{
				background:#f9f9f9;
				padding:5px 5px 5px 0;
				text-align:right;
				font-weight:bold;
			}
			
			table.creditCompany td.value{
				background:#f9f9f9;
				padding:5px;
			}
			
		
	
	
	table.delivery{
		border-collapse: collapse;
		width:100%;
		margin:20px 0 0;
	}
		
		table.delivery td.title{
			background:#efeff0;
			padding:10px;
			font-size:16px;
		}
		
		table.delivery tr#curiers_row input{
			margin-right: 10px;
		}
		
		table.delivery tr#curiers_row div{
			padding: 2px 0px;
		}
		
		
	
	
table.itemParams{
	width: 100%;
	margin: 20px 0px 0px 0px;
}
	
	table.itemParams td.name,
	table.itemParams td.value{
		font-size: 11px;
		border-right: 2px solid #fff;
		border-bottom: 1px solid #fff;
	}
	
	table.itemParams td.name{
		padding: 4px 10px 4px 4px;
		background: #E9E9E9;
		white-space: nowrap;
	}
	
	table.itemParams td.value{
		padding: 4px 4px 4px 4px;
		background: #F6F6F6;
	}
	

table.invoicesList{
	width: 95%;
}
	
	table.invoicesList td.title{
		background: #302D2D url('../images/bg/bg_sm_title2.gif') left top repeat-x;
		font-weight: bold;
		color: #fff;
		padding: 6px 8px 6px 8px;
	}
	
	table.invoicesList td.value{
		font-size: 11px;
		padding: 4px 6px;
		background: #F6F6F6;
	}
		
		table.invoicesList td.value a{
			color: #729935;
		}
	
	

#currencies{
	text-align:center;
	margin:10px 0 0;
}
	
	#currencies a{
		color:#fff;
	}
	


	/* SmartPOST */

table.smartpost_table *,
table.smartpost_table *:after,
table.smartpost_table *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}		
		
		table.smartpost_table{
			width:100%;
			margin-bottom:20px;
		}
			
			table.smartpost_table td.title{
				padding:4px 8px;
				background:#e5e5e7 url('../images/bt.png') left bottom repeat-x;
				font-weight:bold;
				font-size:15px;
			}
			
			
			table.smartpost_table td.smartpost_label,
			table.smartpost_table td.smartpost_input{
				padding: 5px;
				background: #f9f9f9;
			}
				
				table.smartpost_table td.smartpost_input input,
				table.smartpost_table td.smartpost_input select{
					width:480px;
					padding:2px 5px;
					color:#6b6b6b;
					background:#f9f9f9;
					font-size:15px;
					border:1px solid #d7d7d7;
					box-shadow:inset 1px 1px 2px rgba(0, 0, 0, 0.1);
					border-radius:4px;
				}
					
					table.smartpost_table td.smartpost_input input:focus,
					table.smartpost_table td.smartpost_input select:focus{
						background:#fff;
					}
					
				
				table.smartpost_table td.smartpost_input select{
					padding-right:0;
					width:480px;
				}
				
			
		table.smartpost_table td.smartpost_label {
			width: 200px;
		}
		

	/* Ordering form */
		
		#smart_post{
			margin-bottom:30px;
		}
		
		table.orderData{
			width:100%;
			margin-bottom:20px;
		}
			
			table.orderData td.title{
				padding:8px 8px;
				background-color:#efeff0;
				font-weight:bold;
				font-size:15px;
			}
			
			
			table.orderData tr.row td{
				padding: 5px;
				background-color:#f9f9f9;
			}
			
			table.orderData tr.row td.wsep{
				width: 10px;
				background-color:#f9f9f9;
				vertical-align:middle;
			}
			
			table.orderData tr.row td.name{
				padding-right: 20px;
				width: 200px;
				vertical-align:middle;
			}
			
			table.orderData tr.row td.input input,
			table.orderData tr.row td.input textarea{
				width:480px;
				padding:2px 5px;
				color:#6b6b6b;
				background:#fefefe;
				font-size:15px;
				border:1px solid #d7d7d7;
				box-shadow:inset 1px 1px 2px rgba(0, 0, 0, 0.1);
				border-radius:4px;
			}
				
				table.orderData tr.row td.input input:focus,
				table.orderData tr.row td.input textarea:focus{
					background:#fff;
				}
			
			table.orderData tr.row td.input textarea{
				width:98%;
				padding:2px 1%;
				resize:none;
			}
			
			
		
		table.paymentVariants{
			border-collapse: collapse;
		}
			
			table.orderData tr.row td.input input.radio,
			table.paymentVariants input.radio{
				width: auto;
			}
			
		.paySeb {display: none}
