html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
    background: #1d1d1d url('../image/main-bg.png') repeat-x;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #ec7500;
    text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	position: relative;
}
#header .contact {
    height: 65px;
    margin-top: 12px;
    margin-right: 10px;
    color: #ffffff;
    font-size: larger;
    float: right;
}
#header .div1 {
	height: 77px;
}
#header .div2 {
	position: absolute;
	top: 5px;
	left: 447px;
}
#header .div3 {
	margin-top: 32px;
    margin-right: 20px;
    float: right;
}
#header .navi {
  float: left;
  width: 100%;
  text-align: center;
  height: 29px;
}
#breadcrumb {
	padding-top: 7px;
	padding-bottom: 11px;
	padding-left: 10px;
	background: url('../image/breadcrumb.png') no-repeat;
	height: 13px;
	margin-top: 28px;
    // margin-top: 0;
	color: #999;
}
.navigation{
	width: 100%;
	background: transparent url(../image/nav-bg.png) 0 -29px;
	height: 29px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
    float: left;
}
.navigation td{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	white-space: normal;
}
.navigation td.split {
  width: 1px;
  background: url(../image/nav-split.png) top center no-repeat;
}
.navigation td a{
	display: block;
	text-decoration: none;
	color: #fff;
	height: 29px;
	line-height: 29px;
}
.navigation td a span{
	height: 29px;
	line-height: 29px;
	display: block;
    font-size: medium;
}
.navigation td a.first span{
	background: transparent url(../image/nav-bg.png) no-repeat 0 -58px;
}
.navigation td a.last span{
	background: transparent url(../image/nav-bg.png) no-repeat 100% -116px;
}
.navigation td a:hover, .navigation td.active a{
	background: transparent url(../image/nav-bg.png) 0 0;
	text-decoration: none;
}
.navigation td a.first:hover span, .navigation td.active a.first span{
	background: transparent url(../image/nav-bg.png) no-repeat 0 -145px;
}
.navigation td a.last:hover span, .navigation td.active a.last span{
	background: transparent url(../image/nav-bg.png) no-repeat 100% -87px;
}
#content_columns {
    background: #FFFFFF;
    float: left;
    margin-top: -5px;
    width: 960px;
}
#column_right {
    background: #FFFFFF;
	float: right;
    margin-top: 5px;
	width: 238px;
}
#column_left {
    background: #FFFFFF;
	float: left;
    margin-top: 5px;
	width: 238px;
}
#content {
    float: right;
    margin-top: 5px;
    width: 720px;
}
#content_product {
    float: left;
    margin-top: -5px;
    width: 960px;
}
.heading {
    color: #ec7500;
    font-family: Arial,Helvetica,sans-serif;
    font-size: x-large;
    margin-bottom: 15px;
    margin-top: 0px;
}
.heading_product {
    color: #ec7500;
    font-family: Arial,Helvetica,sans-serif;
    font-size: xx-large;
    line-height: 50%;
    margin-bottom: 5px;
    margin-top: 10px;
}
.heading_product h1 {
    margin-top: 5px;
    font-size: medium;
    font-weight: normal;
}
#cat_list {
  color: #ec7500;
  float: right;
  font-size: medium;
  vertical-align: middle;
}
#cat_list a {
  color: #1d1d1d;
}
#cat_list img {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
#back {
  background: url('../image/back-bg.png') no-repeat;
  background-position: top center;
  color: #1d1d1d;
  float: right;
  font-size: small;
  padding-top: 10px;
}
.description {
  text-align: justify;
  margin-bottom: 10px;
}
.description li {
  list-style-position: inside;
  margin-left: 10px;
}
.discount ul {
  color: #ec7500;
  padding: 0px;
  text-transform: uppercase;
}
.discount li {
  color: #ec7500;
  padding-left: 20px;
  text-transform: none;
  list-style-position: inside;
}
.info {
  background: url('../image/info-bg.png') repeat-y;
  color: #fff;
  font-size: 8pt;
  margin-bottom: 5px;
  padding: 5px 10px 5px 10px;
  text-align: justify;
  line-height: 120%
}
.carousel{
  position: relative;
}
.carousel a.prev, .carousel a.next {
  display: block;
  float: left;
  width: 13px;
  height: 60px;
  text-decoration: none;
  background: url('../image/imageNavLeft.png') left 25px no-repeat;
}
.carousel button {
  float: left;
}
.carousel a.next {
  float: right;
  background: url('../image/imageNavRight.png') right 25px no-repeat;
}
.carousel a.next:hover {
  background-image: url("../image/imageNavRightHover.png");
}
.carousel a.prev:hover {
  background-image: url("../image/imageNavLeftHover.png");
}
.carousel a:hover, .carousel a:active {
  border: none;
  outline: none;
}
.related_span {
  background: #a5a7aa repeat;
  color: #fff;
  font-size: smaller;
  margin-bottom: 5px;
  /*text-align: left;
  padding-left: 20px;*/
}
.related {
  float:left;
  margin-left: 4px;
  min-height: 62px;
  line-height: 62px;
}
.related ul li {
  height: 62px;
  width: 64px;
  line-height: 62px;
}
.related ul li a img {
  /*border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;*/
  border: 1px solid #DDDDDD;
  margin-right: 2px;
}
.related ul li a:hover img {
  border: 1px solid #ec7500;
}
#content .middle {
	border-left: 2px solid #1d1d1d;
	border-right: 1px solid #DDDDDD;
    background: #FFFFFF;
	padding: 10px 13px 10px 13px;
	/*min-height: 650px;*/
    /*float: right;*/
}
/*
#content_product .middle {
    background: #FFFFFF;
	padding: 10px 13px 10px 13px;
	min-height: 450px;
}
*/
.list a {
  text-decoration: underline;
}

.list a img {
  border: 1px solid #DDDDDD;
}

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

.list a:hover img {
  border: 1px solid #ec7500;
}
.box {
	margin-bottom: 10px;
	/*background: url('../image/box_top.png') no-repeat;*/
}
.box .top {
	padding: 8px 0px 6px 7px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	/*border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;*/
	padding: 0 10px 0 10px;
}
.box .bottom {
	height: 5px;
	/*background: url('../image/box_bottom.png') no-repeat;*/
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a:hover.button {
	background: url('../image/button_right_hl.png') no-repeat scroll top right;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
a:hover.button span {
	background: transparent url('../image/button_left_hl.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	clear: both;
	padding: 5px;
	margin-top: 10px;
   margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 10px 0px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	width:100%;
    text-align: center;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: underline;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: underline;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 536px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	clear: both;
	padding-top: 2px;
    color: #DDDDDD;
}
#footer .footer-line {
    height: 30px;
    background: #1d1d1d url('../image/footer-line-bg.png') no-repeat;
    color: #ffffff;
    padding-top: 3px;
    text-align: center;
    font-size: large;
    margin-bottom: -1px;
}
#footer .bottom_message {
    background: #FFFFFF;
    color: #000000;
    padding: 10px 13px 10px 13px;
}
#footer .ending {
	padding-top: 7px;
	padding-bottom: 11px;
	padding-left: 10px;
    padding-right: 10px;
	background: url('../image/breadcrumb.png') no-repeat;
	height: 13px;
	margin-bottom: 10px;
	color: #999;
    position: relative;
}
#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	position: absolute;
    left: 377px;
}
#footer .div2 span {
  color: #ec7500;
  font-weight: bold;
}
#footer .div3 {
	float: right;
	text-align: right;
}

#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_5.png');
}

#category_img .cat {
   height: 80px;
   text-align: left;
   font-size: medium;
   text-transform: uppercase;
}
#category_img a {
  text-decoration: none;
}
#category_img a .cat {
   padding-left: 135px;
   border: 1px solid #dddddd;
}
#category_img a:hover .cat {
   border: 1px solid #ec7500;
   text-decoration: none;
}
#category_img .cat_name {
   margin-top: 20px;
}
#category_img .cat_desc {
   color: #999999;
   font-size: smaller;
   text-transform: none;
}
/*
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
*/
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
.cartrow {
  border: 1px #dddddd solid;
  margin-bottom: 5px;
  padding: 0px;
  color: #919294;
}
.hover {
  border: 1px #f79927 solid;
}
.carttable {
    border-collapse: collapse;
	padding: 0;
	border-spacing: 0;
    width: 100%;
}
.carttable td {
    border-collapse: collapse;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
}
.carttable .sborkachkbox {
	padding: 0;
}
.carttable .sborka {
	width: 19px;
    height: 83px;
	background: url(../image/cart-sborka-grey-bg.png) no-repeat;
	padding: 0;
}
.carttable .sborka-hover {
	background: url(../image/cart-sborka-orange-bg.png) no-repeat;
}
.carttable .quantity {
	width: 40px;
	text-align: center;
	border: 1px solid #f79927;
	padding: 0 3px;
}
.carttable .delete {
	width: 19px;
    height: 83px;
	background: url(../image/cart-delete-gray-bg.png) no-repeat;
	padding: 0;
	/*cursor: pointer;*/
}
.cartdelete {
  width: 19px;
  height: 83px;
}
.carttable .delete-hover {
	background: url(../image/cart-delete-orange-bg.png) no-repeat;
}
#module_search input {
  width: 60%;
}
#module_cart {
  float: left;
  width: 40%;
  height: 67px;
  margin-left: 10px;
  margin-top: 10px;
}
#module_cart div{
  float: left;
  margin-top: 5px;
}
#module_cart .cart_contents{
  margin-top: 20px;
  margin-left: 10px;
}
#color_img {
  margin-left: 3px;
}
#price {
	background: url(../image/price-medium.png) no-repeat;
	width: 72px;
	height: 75px;
	position: absolute;
    /* 100203 ALNAUA Fixed bug with animation, mailto, changed price position Begin */
	/* top: 50px;
	right: 50px; */
    top: 25px;
	right: 10px;
    /* 100203 ALNAUA Fixed bug with animation, mailto, changed price position End */
	text-align: center;
	color: #fff;
    padding-top:25px;
    overflow: hidden;
}
#price .price_int {
  font-size: 14pt;
  text-align: right;
}
#price .price_dec {
  font-size: 7pt;
  text-decoration: underline;
}
#price .price_curr {
  font-size: 7pt;
  margin-top: -3px;
}
#price table{
	border-collapse: collapse;
	margin: 0px auto;
}
#price table td{
	padding: 0px;
	margin: 0px;
}
.justify {
  text-align: justify;
}

.input {
	background: url(../image/input-bg.png) repeat-x;
	position: relative;
	height: 23px;
	margin: 0 12px;
}
.input div {
	background: url(../image/input-bg.png) no-repeat 0 0;
	width: 12px;
	position: absolute;
	height: 23px;
	top: 0;
}
.input .left {
	left: -12px;
	background-position: 0 -28px;
}
.input .right {
	right: -7px;
	background-position: 0 -56px;
}

.input input {
	border: none;
	padding: 2px 12px 0 0;
	height: 20px;
	width: 100%;
	background: none;
	color: #888888;
	font-size: 10pt;
}
.zirka{
	padding-right: 27px;
}
.zirka .right{
	background: url(../image/zirka.png);
	width: 27px;
}
.zakaz{
	width:70%;
}
.zakaz td{
	padding:5px 0;
}

.zakaz input{
	color: #888888;
}

.registry{
	clear:both;
}

.zakaz input.active{
	color: #1d1d1d;
}
.input input.active, .textarea textarea.active{
	color: #1D1D1D;
}

.textarea {
	position: relative;
	padding: 0 21px;
	height: 131px;
	overflow: hidden;
	font-size: 1px;
    margin: 0;
}
.textarea div {
	background: url(../image/textarea-bg.png) no-repeat 0 0;
	width: 21px;
	position: absolute;
	height: 131px;
}
.textarea .left {
	left: 0;
	top: 0;
	background-position: 0 -131px;
}
.textarea .right {
    right: 0;
	top: 0;
	background-position: 0 -262px;
}
.textarea textarea {
	border: none;
	padding: 3px 7px 0 0;
	height: 128px;
	width: 100%;
	background: url(../image/textarea-bg.png) repeat-x;
	color: #888888;
	margin: 0;
	overflow: hidden;
}

.color_picker_highlight {
    border: solid #ec7500 1px;
    width: 23px;
    height: 23px;
}

#loading-layer {
  display: none;
  font-family: Verdana;
  font-size: 11px;
  width: 200px;
  height: 50px;
  background: #FFF;
  padding: 10px;
  text-align: center;
  border:1px solid #000;
}

#loading-layer-text {
  font-weight: bold;
}