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

body {
	background-color: #FFF;
}

#header, #content, #footer {
	width: 990px;
	margin: 0 auto;
}

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

body, table, input {
	font: 13px "Times New Roman", serif;
	color: #333;
}

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

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

a:hover {
	text-decoration: none;
}

p {
	padding: 0 0 14px;
}

h2 {
	font: bold 16px Arial, sans-serif;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

.to-left {
	float: left;
}

.to-right {
	float: right;
}

select {
	font: bold 12px Arial, sans-serif;
}

input.field {
	border: 1px solid #A5ACB2;
}

/* HEADER */

#header {
	height: 155px;
	position: relative;
}

#header h1 {
	height: 50px;
	width: 241px;
	background-image: url(../images/common/logo.png);
	position: absolute;
	margin: 31px 0 0 12px;
}

#header h1 a {
	width: 241px;
	height: 50px;
	display: block;
	text-indent: -1000em;
	overflow: hidden;
}

#nav {
	background-image: url(../images/common/nav_bg.png);
	height: 37px;
	width: 971px;
	color: #FFF;
	position: absolute;
	margin-top: 118px;
	padding-left: 19px;
	list-style-type: none;
}

#nav li {
	float: left;
}

#nav a, #nav strong {
	display: block;
	height: 37px;
	text-indent: -1000em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 13px;
}

.nav-new { background-image: url(../images/nav/new_off.png); width: 115px; }
.nav-clothing { background-image: url(../images/nav/clothing_off.png); width: 97px; }
.nav-brands { background-image: url(../images/nav/brands_off.png); width: 91px; }
.nav-sale { background-image: url(../images/nav/sale_off.png); width: 69px; }
.nav-service { background-image: url(../images/nav/service_off.png); width: 163px; }
.nav-charts { background-image: url(../images/nav/charts_off.png); width: 121px; }
.nav-faq { background-image: url(../images/nav/faq_off.png); width: 68px; }
.nav-payment { background-image: url(../images/nav/payment_off.png); width: 127px; }
.nav-contacts { background-image: url(../images/nav/contacts_off.png); width: 102px; }
.nav-celebrities { background-image: url(../images/nav/celebrities_off.png); width: 102px; }

a.nav-new:hover { background-image: url(../images/nav/new_over.png); }
a.nav-clothing:hover { background-image: url(../images/nav/clothing_over.png); }
a.nav-brands:hover { background-image: url(../images/nav/brands_over.png); }
a.nav-sale:hover { background-image: url(../images/nav/sale_over.png); }
a.nav-service:hover { background-image: url(../images/nav/service_over.png); }
a.nav-charts:hover { background-image: url(../images/nav/charts_over.png); }
a.nav-faq:hover { background-image: url(../images/nav/faq_over.png); }
a.nav-payment:hover { background-image: url(../images/nav/payment_over.png); }
a.nav-contacts:hover { background-image: url(../images/nav/contacts_over.png); }
a.nav-celebrities:hover { background-image: url(../images/nav/celebrities_over.png); }

.nav-on .nav-new { background-image: url(../images/nav/new_on.png); }
.nav-on .nav-clothing { background-image: url(../images/nav/clothing_on.png); }
.nav-on .nav-brands { background-image: url(../images/nav/brands_on.png); }
.nav-on .nav-sale { background-image: url(../images/nav/sale_on.png); }
.nav-on .nav-service { background-image: url(../images/nav/service_on.png); }
.nav-on .nav-charts { background-image: url(../images/nav/charts_on.png); }
.nav-on .nav-faq { background-image: url(../images/nav/faq_on.png); }
.nav-on .nav-payment { background-image: url(../images/nav/payment_on.png); }
.nav-on .nav-contacts { background-image: url(../images/nav/contacts_on.png); }
.nav-on .nav-celebrities { background-image: url(../images/nav/celebrities_on.png); }

#contacts {
	position: absolute;
	font: 11px Tahoma, sans-serif;
	margin: 83px 0 0 13px;
	color: #777;
}

#contacts a {
	color: #F07;
}

#bag {
	position: absolute;
	height: 35px;
	right: 20px;
	width: 300px;
	background: url(../images/common/bag.jpg) no-repeat right top;
	margin-top: 61px;
	padding-right: 52px;
	text-align: right;
}

#bag strong {
	text-align: right;
	display: block;
	margin-bottom: -16px;
	color: #F06;
}

#bag a {
	color: #333;
}

/* CONTENT */

#crumbs {
	background-color: #FFF;
	height: 39px;
}

#crumbs div {
	position: absolute;
	left: 18px;
	margin-top: 10px;
}

#crumbs div a {
	color: #333;
}

#crumbs div strong {
	font-weight: normal;
	color: #C06;
}

#crumbs form {
	position: absolute;
	right: 10px;
	margin-top: 8px;
}

#crumbs p {
	padding-bottom: 0;
	height: 23px;
	width: 208px;
	background: url(../images/common/search_bg.png) no-repeat;
}

#crumbs input.field {
	border-width: 0;
	background-color: #FFF;
	width: 154px;
	margin: 2px 0 5px 10px;
}

.btn-go {
	background: #FFF url(../images/common/btn_go.png);
	border-width: 0;
	width: 29px;
	height: 23px;
	font: bold 11px Tahoma, sans-serif;
	margin-bottom: 2px;
	padding-bottom: 1px;
	cursor: pointer;
	margin-left: 10px;
}

#content {
	background: url(../images/common/cnt_bg.png) repeat-y center;
	position: relative;
}

.cnt-top {
	display: block;
	height: 8px;
	overflow: hidden;
	background: url(../images/common/cnt_top.png) no-repeat center top;
}

.cnt-bot {
	display: block;
	height: 8px;
	overflow: hidden;
	background: url(../images/common/cnt_bot.png) no-repeat center top;
}

.col-left {
	width: 214px;
	padding-left: 35px;
	float: left;
}

.col-right {
	width: 713px;
	padding-left: 16px;
	float: left;
}

.col-left select {
	margin: 5px 0 23px;
}

.col-left ul {
	list-style-type: none;
	font-weight: bold;
	color: #F06;
}

.col-left ul li {
	padding-bottom: 2px;
}

.col-left ul ul {
	font-weight: normal;
	margin: 8px 0 10px 20px;
}

.col-left ul ul li {
	background: url(../images/common/li_sub.png) no-repeat left;
	padding: 2px 0 0 7px;
}

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

.col-left strong {
	color: red;
}

.col-left ul ul strong {
	font-weight: normal;
}

.col-left ul a:hover {
	color: #F06;
}

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

.li-opened {
	background: url(../images/common/curr_sub.png) no-repeat;
	margin-left: -23px;
	padding-left: 23px;
}

.products div {
	float: left;
	width: 170px;
	padding: 20px 0 10px 64px;
}

.products img {
	margin-bottom: 4px;
}

.products a {
	text-decoration: none;
}

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

.products .price {
	color: #F09;
	font-weight: bold;
}

.block {
	padding: 5px 14px;
	font: 12px Arial, sans-serif;
}

.block a {
	color: #333;
}

.block a:hover {
	color: #F09;
}

.block select {
	margin-right: 14px;
}

.block strong {
	font-weight: normal;
	color: #F09;
}

.pg-back {
	background: url(../images/common/arr_back.png) no-repeat left;
	padding-left: 12px;
}

.pg-next {
	background: url(../images/common/arr_next.png) no-repeat right;
	padding-right: 12px;
}

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

.product #photo {
	float: left;
	width: 166px;
	text-align: center;
	overflow: hidden;
	font-size: 11px;
}

.product #photo img {
	margin-bottom: 6px;
}

.product #item-description {
	float: left;
	width: 462px;
	padding-left: 36px;
	position: relative;
}

.product .text {
	padding: 16px 0 10px;
}

.item-added {
	display: block;
	width: 91px;
	height: 25px;
	background: #F06 url(../images/common/btn_pink2.png);
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 24px;
	text-align: center;
	position: absolute;
	top: 35px;
	right: 0;
}

.params {
	font: 13px Arial, sans-serif;
}

.params span {
	color: #F09;
	font-weight: bold;
}

#gallery {
	width: 397px;
	height: 96px;
	padding: 5px 32px;
	background-image: url(../images/common/gallery_bg.png);
	position: relative;
	margin-bottom: 24px;
}

#gallery .arr-left {
	display: block;
	width: 9px;
	height: 18px;
	background-image: url(../images/common/garr_left_off.png);
	position: absolute;
	top: 44px;
	left: 11px;
}

#gallery a.arr-left:hover {
	background-image: url(../images/common/garr_left_on.png);
}

#gallery .arr-right {
	display: block;
	width: 9px;
	height: 18px;
	background-image: url(../images/common/garr_right_off.png);
	position: absolute;
	top: 44px;
	right: 11px;
}

#gallery a.arr-right:hover {
	background-image: url(../images/common/garr_right_on.png);
}

#gallery p {
	padding-bottom: 0;
}

#gallery img {
	border: 1px solid #FFF;
}

#gallery a:hover img {
	border: 1px solid #CCC;
}

.product select {
	width: 150px;
}

.product .x-button {
	margin-right: 16px;
}

.x-button {
	border-width: 0;
	height: 25px;
	width: 151px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 3px;
	cursor: pointer;
}

.btn-pink { background: #C06 url(../images/common/btn_pink.png); }
.btn-black { background: #000 url(../images/common/btn_black.png); }
.btn-grey { background: #333 url(../images/common/btn_grey.png); }

#bag-items {
	width: 671px;
	position: relative;
	margin: 0 0 0 20px;
}

#bag-items table {
	width: 671px;
}

#bag-items thead td {
	background-color: #333;
	color: #FFF;
	border-bottom: 1px solid #CCC;
	font: bold 12px Arial, sans-serif;
	padding: 0px 10px;
	line-height: 29px;
}

#bag-items tbody td {
	border-bottom: 1px solid #CCC;
	padding: 5px 10px;
}

.bag-div {
	height: 4px;
	padding: 0;
	font-size: 1px;
	border-bottom-width: 0 !important;
}

.bag-div span, .form-ftr {
	background-image: url(../images/common/bag_div.png);
	width: 671px;
	height: 20px;
	display: block;
	position: absolute;
	margin: -8px -10px 0;
}

.bag-last span {
	height: 11px;
}

.bag-photo {
	width: 90px;
}

#bag-items thead .bag-photo {
	padding-left: 26px;
	padding-right: 0;
}

#bag-items thead .bag-photo span, .form .corner-left {
	background-image: url(../images/common/bag_hdr_left.png);
	width: 6px;
	height: 34px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#bag-items thead .bag-price span, .form .corner-right {
	background-image: url(../images/common/bag_hdr_right.png);
	width: 6px;
	height: 34px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

#bag-items tbody .bag-photo {
	border-left: 1px solid #CCC;
}

#bag-items tbody .bag-price {
	border-right: 1px solid #CCC;
	padding-bottom: 12px;
}

#bag-items input {
	border-top-color: #000;
	border-bottom-color: #D4D0C8;
	border-width: 1px 0;
	text-align: center;
	width: 30px;
}

.bag-opts {
	margin-top: 4px;
}

h2.to-left {
	padding-left: 6px;
}

.bag-end {
	padding: 12px 65px 30px 32px;
}

.bag-end .to-right .x-button {
	margin-top: 14px;
}

.bag-price a {
	position: absolute;
	margin-top: 7px;
	color: #C06;
}

.text {
	padding: 0 20px;
}

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

select {
	border: 1px solid #A5ACB2;
	padding: 1px;
}

.error {
	border: 1px solid #F00 !important;
}

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

.bag-contacts {
	width: 360px;
}

.form {
	width: 671px;
	margin-left: 20px;
	font: 12px Arial, sans-serif;
	padding-bottom: 11px;
}

.form .form-hdr {
	background-color: #333;
	border-bottom: 1px solid #CCC;
	position: relative;
	height: 29px;
	margin-top: 20px;
}

.form .form-hdr h4 {
	color: #FFF;
	font-size: 12px;
	padding: 6px 0 0 30px;
}

.form .form-cnt {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 15px 33px 3px;
}

.form .form-cnt label {
	display: block;
	float: left;
	width: 135px;
	line-height: 20px;
}

.form .form-cnt p {
	padding-bottom: 6px;
}

.form .form-cnt span {
	padding-left: 6px;
}

.form .form-cnt input.field {
	width: 220px;
}

.form .form-cnt select {
	width: 220px;
	font-weight: normal;
}

.form .buttons {
	padding-top: 8px;
}

.form .buttons .x-button {
	margin-right: 10px;
}

.form .date select {
	width: 70px;
	margin-right: 5px;
}

.form .radios {
	padding-left: 135px;
}

.form .radios label {
	display: inline;
	float: none;
}

.form-ftr {
	height: 11px;
	margin: 0;
	overflow: hidden;
}

.bag-buttons {
	padding: 20px 26px 26px;
	text-align: right;
}

.bag-steps {
	margin: 4px 4px 0 0;
}

.bag-steps img {
	margin: 0 4px;
}

.bag-steps strong {
	color: #F06;
}

#rotation {
	margin-bottom: 14px;
	background: url(../images/common/progress.gif) no-repeat center;
}

#rotation p {
	position: absolute;
	visibility: hidden;
}

.container {
	position: relative;
	width: 394px;
	overflow: hidden;
	height: 100px;
}

#gallery span a {
	display: block;
	height: 18px;
	width: 9px;
}

.container div {
	position: absolute;
	white-space: nowrap;
}

/* FOOTER */

#footer {
	background-image: url(../images/common/nav_bg.png);
	height: 37px;
	font: 11px Tahoma, sans-serif;
	color: #999;
	position: relative;
	margin: 34px auto 15px;
}

#footer strong {
	color: #FFF;
}

#footer a {
	color: #F09;
	text-decoration: none;
}

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

#copyright, #developed {
	position: absolute;
	top: 5px;
}

#copyright {
	left: 22px;
}

#developed {
	right: 34px;
}

#developed a {
	color: #999;
}
