/*****************************   anDeRan   ************************************/

body {
	background: #000 url(../images/common/back.png) repeat-x;
}

#header .inner, #content, #footer {
	width: 990px;
}

body, ul, ol, p, form, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}

body, table, input {
	font: 12px Arial, sans-serif;
}

img {
	border-width: 0;
	vertical-align: middle;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #900;
}

p {
	padding: 0 0 14px;
}

.clear {
	clear: both;
}

.to-left {
	float: left;
}

.to-right {
	float: right;
}

select {
	font: 11px Tahoma, sans-serif;
}

/* HEADER */

#header {
	background: url(../images/common/hdr_bg.png) no-repeat;
	height: 106px;
}

#header h1 {
	position: absolute;
	width: 133px;
	height: 54px;
	background-image: url(../images/common/logo.png);
	margin: 27px 0 0 19px;
	text-indent: -100em;
	overflow: hidden;
}

#header h1 a {
	display: block;
	height: 54px;
}

#nav {
	position: absolute;
	margin: 80px 0 0 200px;
	font-weight: bold;
	overflow: hidden;
}

#nav li {
	float: left;
	border-left: 1px solid #FFF;
	padding: 0 13px;
	margin-left: -1px;
}

#nav a {
	color: #FFF;
	text-decoration: none;
}

#nav a:hover {
	color: #FC0;
	text-decoration: underline;
}

#filter {
	position: absolute;
	height: 23px;
	line-height: 23px;
	background: url(../images/common/filter_begin.png) no-repeat;
	margin: 30px 0 0 207px;
	font-size: 11px;
	color: #FC0;
	padding-left: 10px;
}

#filter a {
	color: #FC0;
}

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

#filter p {
	background: url(../images/common/filter_end.png) no-repeat right top;
	padding-right: 10px;
}

#filter select {
	margin-right: 5px;
}

#filter input {
	margin: -2px 4px 0 1px !important;
}

#header .button {
	width: 15px;
	height: 15px;
	margin: -2px 0 0 2px;
	vertical-align: middle;
}

#search {
	position: absolute;
	margin: 31px 0 0 848px;
}

#search .field {
	border: 1px solid #000;
	background: #FFF url(../images/common/search_bg.png) no-repeat 6px 4px;
	font: 11px Tahoma, sans-serif;
	padding: 3px 3px 3px 12px;
	width: 103px;
}

#cart {
	position: absolute;
	margin: 88px 0 0 818px;
	color: #FFF;
	font: 11px Tahoma, sans-serif;
}

#cart p {
	position: absolute;
	width: 110px;
}

#cart p span {
	color: #FC0;
}

#cart ul {
	border-bottom: 1px solid #FC0;
	position: absolute;
	margin: 5px 0 0 77px;
	list-style-type: none;
	padding-bottom: 4px;
	width: 92px;
	overflow: hidden;
}

#cart ul a {
	display: block;
	width: 20px;
	height: 13px;
	text-indent: -100em;
	overflow: hidden;
}

#cart ul li {
	float: left;
	width: 20px;
	margin-right: 3px;
}

.ico-cart { background-image: url(../images/icons/cart.png); }
.ico-dollar { background-image: url(../images/icons/dollar.png); }
.ico-email { background-image: url(../images/icons/email.png); }
.ico-question { background-image: url(../images/icons/question.png); }

/* CONTENT */

#content {
	background: url(../images/common/body_bg.png) repeat-y;
}

.col-left {
	width: 207px;
	float: left;
	margin-top: -1px;
	position: relative;
}

.col-left h3 {
	height: 27px;
	line-height: 27px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/common/sub_hdr.png) no-repeat;
	padding-left: 19px;
}

.col-left ul h3 {
	height: 21px;
	line-height: 21px;
	background: url(../images/common/sub_cat_hdr.png) no-repeat;
}

.col-left ul li.cat-double-on h3 {
	height: 36px;
	padding-top: 4px;
	line-height: 16px;
	background: url(../images/common/sub_cat_hdr2.png) no-repeat;
}

.col-left ul h3 a {
	color: #FFF;
}

.col-left ul {
	list-style-type: none;
	margin: 7px 0 0 19px;
	font-weight: bold;
}

.col-left ul li {
	padding: 0 0 7px;
}

.col-left ul a {
	color: #FC0 !important;
	text-decoration: none;
}

.col-left ul a:hover {
	text-decoration: underline;
}

.col-left ul li.cat-on {
	padding: 0;
	margin-left: -19px;
}

.col-left ol {
	list-style-type: none;
	margin: 9px 0 2px 36px;
	font: 11px Tahoma, sans-serif;
}

.col-left ol li {
	padding: 0 0 5px;
	background: url(../images/common/square.png) no-repeat 0 5px;
	padding-left: 15px;
}

.col-left ol li a {
	color: #FFF !important;
	text-decoration: none;
}

.col-left ol li a:hover {
	text-decoration: underline;
}

.partners {
	padding: 26px 0 26px 20px;
}

.partners img {
	border: 1px solid #999;
	margin-bottom: 22px;
}

.col-right {
	width: 722px;
	float: left;
	background: #FFF url(../images/common/cnt_bg.png) no-repeat;
	color: #000;
	padding: 26px 33px 24px 28px;
}

.col-right h3 {
	color: #900;
	font: bold 13px Georgia, serif;
	border-bottom: 1px solid #CCC;
	margin: -6px 0 12px;
}

.col-right h2 {
	color: #900;
	font: bold 13px Georgia, serif;
	margin-bottom: 4px;
	position: relative;
	z-index: 9;
	width: 600px;
}

.col-right h4 {
	font-size: 12px;
	margin-bottom: 4px;
}

.crumbs {
	font: bold 11px Tahoma, sans-serif;
	padding-bottom: 7px;
	position: relative;
	z-index: 9;
}

.crumbs a, .back a {
	color: #000;
	text-decoration: none;
}

.crumbs a:hover, .back a:hover {
	text-decoration: underline;
}

.back {
	font: bold 11px Tahoma, sans-serif;
	position: absolute;
	margin: -20px 0 0 226px;
	z-index: 1;
}

.photo {
	background: url(../images/common/photo_bg.png) no-repeat left bottom;
	padding: 0 0 4px 4px;
	margin: 5px 0 10px 4px;
}

.per {
	position: absolute;
	margin: -18px 0 0 0;
	text-align: right;
	width: 722px;
}

.products {
	margin: 20px 0 0 0;
	font: 11px Tahoma, sans-serif;
}

.products img {
	border: 2px solid #FFF;
	margin-right: 8px;
	position: relative;
}

.products a {
	color: #333;
	font-weight: bold;
}

.products a:hover img {
	border: 2px solid #FC0;
}

.products a:hover {
	color: #900;
	position: relative;
}

.pages {
	text-align: right;
	font: 11px Tahoma, sans-serif;
}

.pages span {
	font-weight: bold;
	color: #900;
}

.pages a {
	text-decoration: none;
}

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

.product {
	padding-bottom: 20px;
}

.product #articles {
	margin-bottom: 19px;
}

.cols-twice {
	padding-top: 20px;
}

.cols-twice .col-first {
	float: left;
	width: 358px;
	border-right: 1px solid #E5E5E5;
	padding-bottom: 10px;
}

.cols-twice .col-last {
	float: left;
	width: 341px;
	padding-left: 17px;
}

.cols-twice img {
	vertical-align: top;
	margin-top: -1px;
}

.cols-twice .img {
	float: left;
	clear: left;
}

.cols-twice .col-first div {
	float: left;
	width: 250px;
}

.cols-twice div {
	min-height: 100px;
}

.cols-twice h2 {
	position: absolute;
	margin: -30px 0 0 2px;
}

.col p.date {
	color: #900;
	padding: 1px 0 10px;
}

.cols-thrice .col {
	float: left;
	width: 225px;
	border-right: 1px solid #E5E5E5;
	padding-left: 14px;
}

.cols-thrice .col-last {
	border-right-width: 0;
}

.cols-thrice p {
	padding-top: 6px;
	float: left;
	width: 120px;
}

.cols-thrice img {
	vertical-align: top;
	float: left;
}

.cols-thrice div div {
	clear: left;
	min-height: 100px;
}

#articles, .x-table {
	width: 100%;
}

#articles thead td, .x-table thead td {
	background-color: #EEE;
	font: bold 12px Tahoma, sans-serif;
	border-bottom: 2px solid #FC0;
	border-top: 1px solid #CCC;
}

#articles thead td.col-first, .x-table thead td.col-first {
	border-left: 1px solid #CCC;
}

#articles thead td.col-last, .x-table thead td.col-last {
	border-right: 1px solid #CCC;
}

#articles tbody td {
	font-size: 11px;
	border-bottom: 1px solid #FC0;
	padding: 6px;
}

#articles td.col-first {
	padding-left: 20px;
	padding-right: 10px;
}

#articles td.col-last {
	padding-right: 20px;
}

#articles a {
	color: #000;
}

#articles tr.row-over td {
	background-color: #EEE;
	color: #900;
}

#articles tr.row-over a {
	color: #900;
}

#articles .field {
	border-color: #404040 #D4D0C8 #D4D0C8;
	border-width: 1px 0;
	text-align: center;
}

#articles td.cart-total {
	border-bottom-width: 0;
	background-color: #EEE;
	font: bold 12px Tahoma, sans-serif;
	padding-top: 8px;
	padding-bottom: 8px;
}

#articles td.cart-sum {
	color: #900;
}

.x-button {
	border: 1px solid #000;
	background: #FFF url(../images/common/cart2.png) no-repeat 5px 5px;
	color: #000;
	font: bold 11px Tahoma, sans-serif;
	width: 161px;
	height: 21px;
	padding: 0 0 3px 25px;
	text-align: left;
	margin-bottom: 12px;
	cursor: pointer;
}

.btn-std {
	background-image: none;
	border-color: #000;
	padding-left: 0;
	text-align: center;
}

.btn-yellow { border-color: #FC0; }
.btn-grey   { border-color: #CCC; }
.btn-black  { border-color: #000; }

#ajax-loading {
	position: absolute;
	width: 32px;
	height: 32px;
	background: #FFF url(../images/common/progress.gif);
	z-index: 10000;
}

.highslide-gallery {
	margin: 16px -34px 0 6px;
	width: 350px;
}

.highslide-gallery img {
	border: 2px solid #FFF;
	margin: 0 20px 10px 0;
}
.highslide-gallery a:hover img {
	border-color: #FC0;
}

.x-table {
	margin: 16px 0 20px;
}

.x-table select {
	width: 120px;
}

.x-table .btn-go {
	margin: 0 0 -2px 10px;
}

.x-table thead td {
	border-bottom: 1px solid #CCC;
	padding: 4px 6px;
}

.x-table tbody td {
	padding: 16px 6px;
}

.col-right ul {
	margin: 0 0 14px 14px;
}

.cart-left {
	width: 272px;
	float: left;
	position: relative;
}

.cart-right {
	float: left;
	width: 252px;
	margin-left: 88px;
	position: relative;
	z-index: 0;
}

label {
	display: block;
	float: left;
	line-height: 20px;
}

form p.field {
	padding-bottom: 8px;
}

form p.field input.field, textarea {
	border: 1px solid #CCC;
}

.cart-left input.field, .cart-left select, .cart-right input.field {
	width: 182px;
}

.cart-left label {
	width: 86px;
}

.cart-right label {
	width: 61px;
}

.cart-left p.buttons {
	padding: 12px 0 20px 86px;
}

.cart-left, .cart-right {
	padding-top: 20px;
}

input.error {
	border-color: #F00 !important;
}

.order #articles {
	margin-bottom: 18px;
}

.contacts label {
	width: 80px;
}

.contacts input.field, .contacts textarea {
	width: 182px;
}

.contacts p.button input {
	margin-left: 80px;
}

.clr-gold, #content .clr-gold {
	color: #FC0 !important;
}

#item-added {
	position: absolute;
	width: 122px;
	height: 57px;
	background-image: url(../images/common/added.png);
	margin: 26px 0 0 17px;
}

.table {
	border-collapse: collapse;
	border-width: 0;
}

.table td {
	padding: 2px 4px;
	border: 1px solid #BBB;
}

#hint {
	position: absolute;
	margin: -14px 0 0 0;
	z-index: 9;
}

#hint img {
	border: 1px solid #CCC;
}

.hint {
	position: absolute;
	/*visibility: hidden;*/
	text-align: left;
	margin: 8px 0 0 0;
}

.cart-left .hint {
	left: 176px;
}

.cart-right .hint {
	left: 151px;
}

.hint span.corner {
	display: block;
	width: 17px;
	height: 10px;
	background-image: url(../images/common/corner.png);
	overflow: hidden;
}

.hint span.content {
	display: block;
	padding: 2px 10px 3px;
	white-space: nowrap;
	background-color: #000;
	color: #FFF;
	font-size: 11px;
}

/* FOOTER */

#footer {
	margin-top: -15px;
	position: relative;
	height: 70px;
	background: url(../images/common/ftr_bg.png) no-repeat right top;
	color: #999;
}

#copyright {
	position: absolute;
	width: 569px;
	height: 20px;
	line-height: 20px;
	background-image: url(../images/common/copy_bg.png);
	right: 2px;
	margin-top: 9px;
	padding: 0 12px;
}

#copyright a {
	color: #999;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

