/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Copyright: 2009 Opalion.ru
Developer: Svetlana Barbashova (barbashova@gmail.com)
Last Updated: 30.10.2009

Colors:


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* @group Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	text-align: left;
	vertical-align: baseline;
}

a img {
	border: none;
}

li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* @end */

/* @group Layout */

body {
	background: #1c043e url(/img/bg.jpg) repeat center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.6667em;
	min-width: 980px;
}

a {
	color: #3e2cec;
}

a:visited {
	color: #942cec;
}

a:hover, a:active {
	color: #000;
}

h2 {
	color: #888;
	font: bold 30px/30px Arial, sans-serif;
	letter-spacing: -1px;
	margin: 0 0 20px;
}

h2 a, h2 a:visited {
	color: #888;
	text-decoration: none;
}

h3 {
	color: #4cc4a4;
	font: normal 20px/30px Arial, sans-serif;
	margin: 20px 0 10px;
	text-transform: uppercase;
}

h3 a {
	color: #4cc4a4;
	/*text-decoration: none;*/
}

h3 a:visited {
	color: #4cc4a4;
}

h2 a:hover, h2 a active, h3 a:hover, h3 a active {
	color: #000;
}

h4 {
	color: #888;
	font: bold 16px/20px Arial, sans-serif;
}

/*p, dl {
	font-size: 1em;
	line-height: 1.6667em;
	margin-bottom: 1.6667em;
}*/

a.button, .submit input {
	background: #0f993d url(/img/button-bg.png) no-repeat right 0;
	color: #fff;
	font: bold 14px/30px Arial;
	height: 30px;
	overflow: hidden;
	padding-right: 24px;
	text-decoration: none;
}

a.button {
	cursor: pointer;
	display: table-cell;
}

a.button span {
	background: url(/img/button-blank.png) no-repeat 0 0;
	display: block;
	height: 30px;
	padding-left: 24px;
}

a.button span.basket {
	background-image: url(/img/button-basket.png);
	padding-left: 50px;
}

a.more, a.back {
	font-weight: bold;
}

div.clear {
	clear: both;
	height: 0;
	line-height: 0;
}


/*forms*/

.input {
	clear: both;
	padding-top: 10px;
}

.input label {
	display: block;
	line-height: 15px;
	margin-bottom: 5px;
}

.input input, .input textarea {
	background-color: #fff;
	border: 1px solid #aaa;
	font-family: Verdana;
	font-size: 12px;
	width: 400px;
}

.input input {
	float: left;
	padding: 5px 0 3px 3px;
}

.input textarea {
	height: 12em;
	line-height: 20px;
	padding: 3px 0 1px 3px;
}

.required label {
	font-weight: bold;
}

.submit {
	clear: both;
	padding-top: 20px;
}

.submit input {
	background-image: url(/img/submit-bg.png);
	border: none;
	cursor: pointer;
	padding: 0;
	width: 120px;
}

.message {
	color: #f00;
	font-weight: bold;
	margin-bottom: 10px;
}

.error-message {
	color: #f00;
	float: left;
	margin-left: 10px;
}

.container {
	background: url(/img/bg-image.jpg?2) no-repeat center top;
}

/* @end */

/* @group header */

.header {
	height: 270px;
	margin: 0 auto;
	position: relative;
	width: 980px;
}

.topmenu {
	float: left;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 79px 0;
	text-transform: uppercase;
}

.topmenu ul, .menubasket {
	background: url(/img/topmenu-bg.png?1) repeat-x 0 bottom;
	float: left;
	margin-right: 10px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.topmenu li {
	float: left;
	padding: 11px 15px 10px;
}

.topmenu li a, .menubasket a {
	/*border-bottom: 1px solid #232323;*/
	color: #fff;
	text-decoration: none;
}

.topmenu li a:hover, .menubasket a:hover {
	/*border-bottom-color: #fff;*/
	text-decoration: underline;
}

.menubasket {
	padding: 11px 15px 10px;
}

.menubasket .icon {
	background: url(/img/cart.png?1) no-repeat 0 0;
	display: block;
	float: left;
	height: 17px;
	margin: -2px 7px 0 0;
	width: 25px;
}

.welcome {
	color: #fff;
	clear: both;
	padding: 0 400px 0 20px;
	text-shadow: rgba(0,0,0,0.5) 0 1px 5px;
}

.welcome a {
	font: bold 30px/normal Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: #000 0 1px 3px;
}

.welcome h1 {
	font: normal 24px/normal Arial, Helvetica, sans-serif;
	text-shadow: #000 0 1px 3px;
}

.header .image {
	position: absolute;
	top: 89px;
	right: 96px;
}

.header .fade-box {
	background: url(/img/opal.jpg) no-repeat 0 0;
	width: 153px;
	height: 151px;
}

/* @end */
/* @group content */

.content {
	clear: both;
	margin: 0 auto;
	width: 980px;
}

.wrapper {
	background: #eee url(/img/content-bg.png?1) repeat-x 0 top;
	color: #444;
	min-height: 400px;
	overflow: hidden;
	padding: 22px 20px 34px;
	position: relative;
	width: 940px;
	z-index: 0;
}

/* pre, abbr, acronym, address, big, cite, code, del, dfn, q, s, samp, strike, sub, sup, dd, dl, dt */

.wrapper p, .wrapper ul, .wrapper ol, .wrapper dl {
	font-size: 1em;
	line-height: 20px;
	margin-bottom: 20px;
}

.wrapper ul, .wrapper ol {
	list-style-position: outside;
	padding-left: 20px;
}

.wrapper li {
	margin-bottom: 5px;
}

.wrapper ul li {
	list-style-type: disc;
}

.wrapper ol li {
	list-style-type: decimal;
}

.wrapper blockquote {
	font: italic 20px/20px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px	;
}

.wrapper em {
	font-style: italic;
}

.wrapper strong {
	font-weight: bold;
}

/* @group catalogmenu */

.catalogmenu {
	background: #d6d6d6 url(/img/productbrowser-menu-bg.png?2) no-repeat 0 0;
	border-bottom: 5px solid #1c1c1c;
	margin-bottom: -2px;
	padding: 0.4167em 0.4167em 0;
	position: relative;
	z-index: 1;
	/*-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;*/
}

.catalogmenu ul {
	display: table;
	height: 35px;
	width: 100%;
}

.catalogmenu ul li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.catalogmenu ul li a {
	color: #282828;
	display: block;
	font: bold 13px/1em Tahoma;
	padding: 9px 15px 13px;
	text-align: center;
	/*text-decoration: none;*/
}

.catalogmenu ul li a:hover, .catalogmenu ul li a:active {
	color: #942cec;
	/*text-decoration: underline;*/
}

.catalogmenu ul li.cur {
	background-color: #1c1c1c;
	border: 1px solid #fff;
	border-width: 0px 1px;
	/*-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;*/
}

.catalogmenu ul li.cur a {
	color: #fff;
	padding: 9px 14px 13px;
	text-decoration: none;
	text-shadow: #000 0 1px 1px;
}

/* @end */
/* @group productbrowser */

#productbrowser {
	background: #1c1c1c url(/img/productbrowser-bg.png?1) repeat-x 0 0;
	height: 167px;
	overflow: hidden;
	padding-top: 17px;
	width: 980px;
}

.script {
	height: 192px !important;
}

#productbrowsercontainer {
	height: 170px;
	overflow: auto;
	position: relative;
	width: 980px;
}

.script #productbrowsercontainer {
	overflow: hidden;
}

#productslider {
	height: 170px;
	padding-left: 20px;
	position: absolute;
	top: 0 !important;
	left: 0;
}

#productslider li {
	float: left;
	height: 150px;
	margin: 0;
	padding: 0 20px 0 0;
	position: relative;
	top: 0;
}

#productslider li a {
	background-color: transparent;
	color: #bbb;
	display: block;
	font: bold 11px Tahoma;
	height: 140px;
	width: 120px;
	padding: 10px 10px 0;
	text-align: center;
	text-decoration: none;
}

#productslider li a br {
	display: none;
}

#productslider li.cur a {
	background: #282828 url(/img/productbrowser-curbg.png) no-repeat 0 0;
	color: #fff;
}

#productslider li a img {
	height: 120px;
	width: 120px;
}

#productslider li a:hover, #productslider li a:active {
	color: #fff;
}

#productslider li a span {
	display: block;
	text-align: center;
}

#productslider li a span.img {
	height: 120px;
}

#productslider li a span.title {
	margin-top: -10px;
}

#productslidertrack {
	background: #282828 url(/img/productbrowser-track.png) repeat-x 0 -17px;
	margin: -5px 10px 0;
	position: relative;
	width: 960px;
	height: 17px;
}

.leftarrow, .rightarrow {
	background: #505050 url(/img/productbrowser-track.png) no-repeat 0 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 20px;
	height: 17px;
}

.leftarrow {
	left: 0;
}

.rightarrow {
	background-position: -20px 0;
	right: 0;
}

.track {
	margin: 0 22px;
	position: relative;
	width: 916px;
	height: 17px;
}

.handle {
	background: #505050 url(/img/productbrowser-scroll.png) no-repeat 0 0;
	cursor: pointer;
	position: absolute;
	top: 2px;
	left: 0;
	width: 162px;
	height: 13px;
}

/* @end */
/* @group home */

.intro {
	background: #1c1c1c url(/img/productbrowser-bg.png?1) repeat-x 0 bottom;
	padding: 20px;
}

.intro h2 {
	color: #eee;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 30px;
	margin: 20px 0;
}

.intro h2 em {
	color: #d8da4f;
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding-top: 5px;
}

.intro h2 br {
	display: none;
}

.intro h2 a {
	color: #c9f;
	text-decoration: underline;
}

.intro p {
	color: #eee;
	font-size: 14px;
	line-height: 20px;
}

.certificate {
	float: left;
	padding: 6px 53px 6px 6px;
}

.certificate a {
	background: url(/img/certificate-preview.png) no-repeat;
	display: block;
	height: 208px;
	width: 559px;
	overflow: hidden;
	position: relative;
	white-space: normal;
	text-indent: -600px;
}

.hot {
	background: #fff url(/img/hot-bg.png) repeat-x 0 bottom;
	margin: -20px -24px 40px -20px;
	padding: 20px 0 0 20px;
	width: 984px;
}

.hot-wrapper {
	background: url(/img/hot-sep.gif) no-repeat 302px bottom;
	position: relative;
}

.home h2 {
	margin: 10px;
}

.hot h2 {
	margin: 10px 50px 10px 10px;
}

.morehot {
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 50px;
}

.hot .article {
	float: left;
	margin: 0 28px 0 0;
	padding: 0 30px 0 10px;
	width: 260px;
}

.hot h3 {
	/*font-size: 20px;
	line-height: 30px;
	margin: 20px 0 10px;*/
}

.home .product-items {
	margin-left: 10px;
}

.home .product-item {
	margin: 0 35px 20px 0;
}

/* @end */
/* @group catalog */

.products {
	float: left;
	width: 75%;
}

.actions {
	clear: both;
	font-size: 11px;
	line-height: 15px;
}

.products .actions {
	margin-right: 30px;
}

.actions .sorting {
	float: left;
	margin: 0;
}

.actions .sorting a {
	margin-left: 10px;
	text-transform: lowercase;
}

.asc, .desc, .paging .current {
	background: #bd6de6 url(/img/sortarr.gif?2) no-repeat 5px -48px;
	color: #fff !important;
	font-weight: bold;
	padding: 1px 6px 3px 18px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*background: url(/img/sortarr.gif) no-repeat 0 -48px;
	font-weight: bold;
	padding-left: 12px;*/
}

.desc {
	background-position: 5px 6px;
}

.actions .paging {
	float: right;
}

.paging span a {
	padding: 1px 6px 3px;
}

.paging span a:hover {
	background-color: #aaa;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.paging .current {
	background-image: none;
	padding-left: 6px;
}

.paging .disabled {
	display: none;
}

.product-items {
	clear: both;
	padding: 30px 0 0 !important;
}

.product-items .clear {
	clear: left;
}

.product-items li {
	float: left;
	list-style-type: none !important;
	margin: 0 25px 40px 0;
	width: 150px;
}

a.product-item-photo {
	display: block;
	position: relative;
	text-decoration: none;
}

a.product-item-photo .img {
	background: url(/img/product-frame-long.gif?1) no-repeat 0 0;
	display: block;
	height: 165px;
	overflow: hidden;
	padding: 5px 5px 0;
	width: 140px;
}

a.product-item-photo:hover .img {
	background-position: -150px 0;
}

a.product-item-photo .img img {
	display: block;
}

a.product-item-photo .text {
	display: block;
	float: left;
	line-height: 15px;
	margin: 5px;
	text-decoration: underline;
}

.product-item-price {
	/*background: url(/img/price-bg.png) no-repeat 0 0;
	background-color: #7f7f7f;
	background-color: rgba(127,127,127,0.90);*/
	color: #fff;
	cursor: pointer;
	display: block;
	font: bold 17px/20px Arial;
	line-height: 20px;
	padding-top: 2px;
	/*padding: 2px 4px 2px 6px;*/
	text-shadow: rgba(0,0,0,0.30) 0 -1px 0;
	white-space: nowrap;
	/*position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 5;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;*/
	
}

.product-item-price span {
	font-size: 12px;
	line-height: 15px;
}

.product-item-info {
	clear: left;
	font-size: 11px;
	line-height: 15px;
	margin: 0 5px;
}

.product-item-info span {
	display: block;
}

/* @end */
/* @group sidebar */

.sidebar {
	float: right;
	/*margin-top: -30px;*/
	width: 25%;
}

.sidebar h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 0;
}

.sidebar h3 {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 10px;
	text-transform: none;
}

.sidebar p {
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 10px;
}

.sidebar p.more {
	margin-top: -20px;
	text-align: right;
}

/* @end */
/* @group product */

/*.product, .basket {
	padding-top: 2px;
}*/

.product h2 {
	margin: 0 0 20px;
}

.product-info {
	float: left;
	margin-bottom: 20px;
	max-width: 500px;
}

.product-photos {
	float: right;
	margin: 0 20px 20px 0;
	width: 380px;
}

.product-photos-big {
	float: left;
	width: 300px;
}

.product-photos-big a {
	display: block;
	height: 300px;
	width: 300px;
	position: relative;
}

.product-photos-big a .zoom {
	background: url(/img/zoom.png) no-repeat 0 0;
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.product-photos ul {
	float: right;
	padding: 0;
	width: 60px;
}

.product-photos li {
	list-style-type: none !important;
	margin-bottom: 20px;
}

.product-photos li a {
	display: block;
}

.product-buttons {
	clear: both;
}

.product dl {
}

.product dt {
	margin-bottom: 5px;
	max-width: 12em;
	padding-left: 5px;
}

.product dd {
	border-bottom: 1px solid #ddd;
	margin: -2.0833em 0 9px;
	padding-left: 13em;
}

.product .altrow {
	/*background-color: #f6f6f6;*/
}

.add-to-basket {
	font-weight: bold;
	margin-bottom: 20px;
}

/* @end */

/* @group articles */

.article {
	width: 75%;
}

.article .date {
	color: #bbb;
	font-size: 11px;
	margin-bottom: 10px;
}

.index .article {
	margin: 30px 0 40px;
}

.view .article {
	margin: -10px 0 40px;
}

.view .article h3 {
	background: url(/img/header-bg.png) repeat-x 0 bottom;
	font-size: 20px;
	line-height: 20px;
	margin: 40px 0 13px;
	padding-bottom: 7px;
}

/* @end */
/* @group basket */

.basket .steps {
	background: url(/img/basket-steps.png) no-repeat center 0;
	height: 60px;
	margin: 30px 0 40px;
}

.basket .step-2 {
	background-position: center -60px;
}

.basket .step-3 {
	background-position: center -120px;
}

.basket .block {
	background: url(/img/basket-bg.png) repeat-x 0 bottom;
	margin: 20px -20px;
	width: 980px;
}

.basket .block h3 {
	background: url(/img/basket-line.png) repeat-x 0 bottom;
	padding: 0 20px 5px;
}

.basket .total {
	float: left;
	font-size: 20px;
	line-height: 30px;
}

.basket .total strong {
	font: bold 30px/30px Arial;
}

.basket .total strong span {
	font: normal 20px Verdana;
}

.basket .nextstep {
	float: right;
}

.basket .product-items {
	padding: 20px 20px 0 !important;
}

.basket .product-item {
	margin: 0 25px 40px 10px;
}

.basket .product-item-info {
	padding-top: 5px;
	text-align: center;
}

.basket a.delete {
	background: #7f7f7f url(/img/icon-trash.gif) no-repeat 7px center;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 2px 10px 3px 25px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.basket a.delete:hover {
	background-color: #333;
}

.basket .actions {
	margin-bottom: 100px;
}

/* @end */


/* @end */

/* @group footer */

.footer {
	background: url(/img/footer-bg.png) no-repeat 0 top;
	color: #999;
	font-size: 11px;
	line-height: 15px;
	margin: 0 auto;
	padding: 41px 20px 35px;
	width: 940px;
}

.footer a {
	color: #997abb;
}

.footer a:visited {
	color: #664b88;
}

.footer a:hover, .footer a:active {
	color: #fff;
}

.footer-menu {
	clear: left;
	padding: 5px 120px 0 0;
}

.footer-menu .label {
	float: left;
	margin-right: 5px;
}

.footer-menu ul {
	overflow: hidden;
}

.footer-menu li {
	border-left: 1px solid #444;
	float: left;
	margin: 0 10px 5px -1px;
	padding-left: 9px;
}

.footer p {
	clear: left;
	margin: 0;
	padding: 15px 120px 20px 0;
}

.footer .friends {
	float: right;
}

/* @end */