/* All */
body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Tahoma, Arial;
	color: #232323;
	background-color: #E0E0E0;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Tahoma, Arial;
	font-weight: bold;
	font-size: 14px;
	margin-left: 23px;
	color: white;
}

h2 {
	font-family: Tahoma, Arial;
	font-weight: bold;
	font-size: 12px;

}

h2 a:link, h2 a:visited {
	color: black;
	line-height: 19px;
	text-decoration: none;
}

h2 a:hover {
	border-bottom: 1px dashed gray;
}

h3 {
	font-family: Tahoma, Arial;
	font-weight: bold;
	font-size: 12px;
	color: black;
}

a:link, a:visited {
	color: #db6868;
}

a:hover {
	text-decoration: none
}

label {
	font-weight: bold
}

.yellow, a.yellow:link, a.yellow:visited {
	color: #fbeb38;
}

.red, a.red:link, a.red:visited {
	color: #da416f;
}

.lightblue, a.lightblue:link, a.lightblue:visited {
	color: #118fd2;
}

.gray {
	color: #b7b7b7;
}
a.gray:link, a.gray:visited {
	color: #b7b7b7;
	font-weight: normal;
	text-decoration: underline;
}

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

.white, a.white:link, a.white:visited {
	color: white;
}

.lost {
	color: #CCCCCC
}

.must {
	background-color: #F5F5F5;
	color: #CE1800;
	padding: 0px 5px;
}

b.red {
	display: inline-block;
	padding: 3px 5px;
	color: red
}

.inp {
	width: 250px
}

.inp-w {
	width: 350px
}

.inp-s {
	width: 150px
}

input, textarea {
	border: 1px solid #d1c7b8;
	padding: 3px;
	font-size: 13px;
	font-family: Tahoma, Arial;
}

select {
	border: 1px solid #d1c7b8;
	padding: 2px;
	font-size: 13px;
	font-family: Tahoma, Arial;
}

input:focus, select:focus, textarea:focus {
	background-color: #fffde6;
}

button {
	border: 1px solid #a42a45;
	padding: 3px 6px;
	font-size: 13px;
	font-family: Tahoma, Arial;
	cursor: pointer;
	font-weight: bold;
	color: white;
	line-height: 19px;
	background-color: #d4607c;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: -moz-linear-gradient(top,#e15e7f,#c9375b);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#e15e7f),to(#c9375b));
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#e15e7f,endColorStr=#c9375b);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#e15e7f, endColorStr=#c9375b)";
}

button:hover {
	color: black;
}

button:focus {
	color: yellow;
}

button img {
	vertical-align: middle;
	margin-right: 3px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	font-size: 0;
	overflow: hidden;
}

div.information {
	border: 1px dashed gray;
	padding: 5px 5px 5px 50px;
	background: #FFF9EF url(/_static/img/bg-info.gif) repeat-y left top;
	min-height: 24px;
	max-height: 170px;
	margin-bottom: 10px;
	overflow-y: scroll
}

div.collection {
	border: 1px dashed gray;
	padding: 5px 5px 5px 100px;
	background: #FFF9EF url(/_static/img/bg-collection.png) no-repeat 5px 5px;
	min-height: 80px;
	max-height: 250px;
	margin-bottom: 10px;
	overflow-y: scroll
}

div.comments {
	margin: 10px;
}

div.content {
	padding: 10px;
	margin: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #e7e7e7;
	font-size: 12px;
}

div.content div.in {
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: white;
}

ul#menu {
	color: yellow;
	font-family: Arial,Verdana;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

ul#menu li {
	float: left;
	margin-left: 28px;
	padding: 15px 0 15px 3px;
}

ul#menu li:first-child {
	list-style: none;
}

ul#menu li a {
	color: white;
	text-decoration: none;
}

ul#menu li a:hover {
	border-bottom: 1px dashed white;
	color: #ffecf1;
}

div#path {
	padding: 10px;
	border-bottom: 1px solid #edd9d9;
}

div#wrap {
	margin: 5px auto 5px auto;
	width: 990px;
	background: white url('/_static/img/bg-right-panel.gif') top right repeat-y;
	border: 1px solid #BEBEBE;
	-moz-box-shadow: 0px 0px 7px #A5A5A5;
	-webkit-box-shadow: 0px 0px 7px #A5A5A5;
	box-shadow: 0px 0px 7px #A5A5A5;
	outline: 0px;
}

div#wrap div#leftbig {
	float: left;
	width: 760px;
}

div#wrap div#leftbig div#left {
	float: left;
	width: 200px;
}

div#wrap div#leftbig div.header {
	background: url('/_static/img/bg-left-logo.gif') top left repeat-x;
}


div#wrap div#leftbig div.logo {
	height: 224px;
}

div#wrap div#leftbig div.info {
	height: 224px;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	width: 550px !important;
}

div#wrap div#leftbig div.logo img {
	border: 0px;
	margin: 0px 2px 0px;
}

div#wrap div#leftbig div#center {
	float: right;
	width: 560px;
}

div#wrap div#leftbig div#center div.panel {
	line-height: 34px;
	height: 34px;
}

div#wrap div#leftbig div#center div.slogan {
	color: #CA3A5D;
	font-family: "Trebuchet MS",Times;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
	position: absolute;
	width: 300px;
	line-height: 21px;
}

div#wrap div#leftbig div#center div.contact {
	padding: 113px 0px 0px 5px;
	position: absolute;
	width: 300px;
}

div#wrap div#leftbig div#center div.messengers {
	padding: 113px 0px 0px 325px;
	position: absolute;
	width: 220px;
}

div#wrap div#leftbig div#center div.girl {
	text-align: right;
}

div#wrap div#right {
	float: right;
	width: 230px;
}

div#wrap div#right div.area {
	margin: 0px 8px 0px 23px;
}

div#copyright {
	margin-top: 3px;
	padding: 10px 0px 10px 5px;
	border-top: 1px solid #edd9d9;
}

div#title-left {
	border-bottom: 5px solid #ababab;
	padding-top: 8px;
}

div#title {
	border-bottom: 5px solid #a42a45;
	padding-top: 8px;
	background: url('/_static/img/bg-title-center.gif') #c9375b top left repeat-x;
}

div#title div.right {
	margin: 3px 10px 0px 0px;
}

/* Ajax loader */
#overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	cursor: pointer;
	background-image: url('/_static/img/overlay.png');
	z-index: 10000;
}
* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url('/_static/img/dot.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_static/img/overlay.png', sizingMethod='scale');
}
#overlay img {
	position: absolute;
}

/* Alerts & tips */
div#tips {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: normal;
	top: 0px;
	left: 0px;
	width: 100%;
	position: fixed;
	z-index: 10001
}

div#tips a {
	cursor: pointer;
	text-decoration: none
}

div#tips a:hover div {
	color: white;
	border-bottom: 1px solid white;
	background: url('/_static/img/close-hover.gif') #828282 right no-repeat
}

div#tips div {
	border-bottom: 1px solid #85878c;
	position: relative;
	display: none;
	padding: 5px 16px 5px 5px;
	margin: 0px;
	background: url('/_static/img/close.gif') right no-repeat
}

div#tips div.error {
	background-color: #FFCFCF;
	color: #CF0000
}

div#tips div.info {
	background-color: #CFFFCF;
	color: green
}

div#tips div.warning {
	background-color: #FFFFA7;
	color: #DF6300
}

div#alert {
	background-color: #FFF500;
	border: 1px solid #CFC700;
	color: red;
	display: none;
	font-size: 10pt;
	font-weight: bold;
	padding: 4pt 6pt;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 10px
}

/* Навигационная панель */
div.navigate {
	padding: 5px 0px;
	text-align: center;
}

div.navigate a:link, div.navigate a:visited {
	background-color: #f6f6f6;
	border: 1px solid #BEBEBE;
	color: #c9375b;
	display: inline-block;
	font-family: Tahoma, Arial;
	font-size: 11px;
	padding: 4px 5px;
	min-width: 11px;
	text-decoration: none;
	background-image: -moz-linear-gradient(top,#ffffff,#dfdfdf);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#dfdfdf));
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#dfdfdf);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff, endColorStr=#dfdfdf)";
}

div.navigate a:hover, div.navigate a.selected {
	background-color: white;
	background-image: none;
	-ms-filter: none;
	filter: none;
	color: black;
}

/* Магазин */

ul.banlist li {
	background-color: white;
	display: block;
	list-style: none outside none;
	margin: 5px;
	padding: 1px 10px 10px;
	vertical-align: top;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div#wrap div#center ol.order {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

div#wrap div#center ol.order li {
	border-bottom: 1px dashed #D0D0D0;
	padding: 8px 0px;
	width: 100%;
}

div#wrap div#center ol.order li:last-child {
	border-bottom: 0px;
}

div#wrap div#center ol.order li span.who {
	border: 0 none;
	display: inline-block;
	padding-left: 5px;
	width: 60%;
}

div#wrap div#center ol.order li span.price {
	display: inline-block;
	text-align: right;
	width: 15%;
}

div#wrap div#center ol.order li span.price b {
	color: #CD0000;
}

div#wrap div#center ol.order li span.how {
	display: inline-block;
	text-align: right;
	width: 5%;
}

ul.goods, ul.banlist {
	margin: 0px;
	padding: 0px;
}

img.picture {
	background-color: #F6F3EE;
	border: 1px solid #EDE5D9;
	margin:  0px 10px 5px 0px;
	padding: 5px;
}

ul.goods li div.buy {
	text-align: right;
}

ul.goods li div.anonce {
	padding: 5px 0px;
}

ul.goods li {
	background-color: white;
	display: inline-block;
	list-style: none outside none;
	margin: 5px;
	min-height: 110px;
	padding: 0px 10px 10px;
	vertical-align: top;
	width: 228px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

ul.goods li h2, ul.banlist li h2 {
	background-color: #ffecf1;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 5px 10px;
}

ul.goods select {
	max-width: 225px;
}

div.tag a {
	margin-left: 3px;
	padding-left: 17px;
	background: url('/_static/img/famfam/tag.png') -1px -1px no-repeat
}

div.field {
	margin-bottom: 5px;
}

table#variants {
	width: 100%;
	border: 0px;
}

table#variants tr.selected td {
	background-color: #FFE0E0;
}

table#variants tr.selected td.simple {
	background-color: #FF7777;
	border: 1px #b18798 solid;
}

table#variants td {
	padding: 2px 4px;
	font-size: 11px;
	border: 1px #d1c7b8 solid;
}

table#variants td.simple {
	background-color: #D0D0D0;
}

table.prices td {
	padding: 2px 4px;
	font-size: 11px;
}

table.prices td.price_name {
	font-weight: bold;
	background-color: #D0D0D0;
	border: 1px #B0B0B0 solid;
}

table.prices td.currency {
	text-align: right;
	padding: 0px 19px 0px 5px;
	background-repeat: no-repeat;
	background-position: center right
}

table.prices td.price_old {
	text-decoration: line-through;
	font-weight: bold;
	color: blue;
	border: 1px #d1c7b8 solid;
	background-color: white;
	text-align: right
}

table.prices td.price {
	font-weight: bold;
	color: #cd0000;
	border: 1px #d1c7b8 solid;
	background-color: white;
	text-align: right
}

table.prices td.price_opt {
	font-weight: bold;
	color: green;
	border: 1px #d1c7b8 solid;
	background-color: white;
	text-align: right
}

td.flag1 {
	background-image: url('/_static/img/flags/us.gif')
}

td.flag2 {
	background-image: url('/_static/img/flags/eu.gif')
}

td.flag3 {
	background-image: url('/_static/img/flags/ru.gif')
}

td.flag4 {
	background-image: url('/_static/img/flags/ua.gif')
}

div.treecontrol {
	text-align: right;
	margin: 0px 8px 0px 0px;
	color: #da698b;
}

div.tree {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	margin: 0px 8px 20px 3px;
}

div.tree ul a {
	text-decoration: none;
	color: white;
	display: block;
}

div.tree ul a:hover {
	text-decoration: underline;
	color: black;
}

div.tree ul li {
	border-bottom: 1px solid #e9a7bc;
	margin-left: 19px;
	padding: 3px 0px 4px 0px;
}

div.tree ul li:last-child {
	border-bottom: 0px;
}

div#wrap div#right div.basket {
	padding: 5px 0px 5px 15px;
}

div#wrap div#right ol.basket {
	margin: 0px 8px 5px 24px;
	padding: 0px;
	color: #f1a4c6;
}

div#wrap div#right ol.basket li a {
	display: block;
	color: yellow;
	text-decoration: none;
	background-color: #DA416F;
	padding: 5px 8px;
}

div#wrap div#right ol.basket li a:hover {
	text-decoration: underline;
}

div#wrap div#right ol.basket li div.more {
	background-color: #f1a4c6;
	padding: 1px 8px;
	color: #920c42;
}

div#wrap div#right ol.basket li div.more img {
	cursor: pointer;
}

div#wrap div#right ol.basket li div span {
	color: white;
}

div#wrap div#right ol.basket li input {
	font-size: 11px;
	width: 20px;
	padding: 1px;
	text-align: center;
}

div#wrap div#right div.comment {
	background-color: #BB3333;
	border: 1px solid white;
	color: white;
	margin: 0 8px 5px 23px;
	padding: 2px 5px 4px;
}

div#wrap div#right div.buttons {
	padding: 5px 0px 6px 14px;
	text-align: center;
}

div#wrap div#right div.buttons button {
	width: 180px;
	margin-bottom: 5px;
}

div#wrap div#center ol.basket {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

div#wrap div#center ol.basket li {
	border-bottom: 1px dashed #D0D0D0;
	padding: 8px 0px;
	width: 100%;
}

div#wrap div#center ol.basket li:last-child {
	border-bottom: 0px;
}

div#wrap div#center ol.basket li a {
	display: block;
	margin: 0px 0px 5px 0px;
	background-color: #E0E0E0;
	padding: 5px 6px;
}

div#wrap div#center ol.basket div.left {
	width: 60%;
}

div#wrap div#center ol.basket li span.price {
	display: inline-block;
	text-align: right;
	width: 25%;
}

div#wrap div#center ol.basket li span.sign {
	display: inline-block;
	text-align: center;
	width: 10%;
}

div#wrap div#center ol.basket li span.how {
	display: inline-block;
	text-align: center;
	width: 20%;
}

div#wrap div#center ol.basket li span.price b {
	color: #CD0000;
}

div#wrap div#center ol.basket li input {
	width: 30px;
	text-align: center;
}

ol.topics {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

ol.topics li {
	text-align: center;
	padding: 6px 0px;
	border-bottom: 1px solid white;
}

ol.topics li:last-child {
	border-bottom: 0px;
}

ol.topics li a {
	color: #a42a45;
	font-weight: bold;
	text-decoration: none;
}

ol.topics li a:hover {
	color: black;
}

ol.topics li div {
	margin-bottom: 8px;
	padding: 0px 5px;
}

ol.topics li img {
	border: 1px solid #D0C9BF;
}

ol.same {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

ol.same li {
	padding: 10px;
	border-bottom: 1px dashed #EDE5D9;
}

ol.same li:last-child {
	border-bottom: 0px;
}

ol.same li a {
	color: #a42a45;
	font-weight: bold;
	text-decoration: none;
}

ol.same li a:hover {
	color: black;
}

ol.same li img {
	margin-right: 10px;
	border: 1px solid #D0C9BF;
}

ol.same li span.anonce {
	display: block;
	margin: 5px 0px;
}

ol.last {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

ol.last-mini {
	margin: 0px 5px 0px 24px;
	list-style: none;
	padding: 0px;
}

ol.last li {
	padding: 10px;
}

ol.last-mini li {
	padding: 0px;
	margin: 10px 0px;
}

ol.last li a, ol.last-mini li a {
	color: #a42a45;
	font-weight: bold;
	text-decoration: none;
}

ol.last li a:hover, ol.last-mini li a:hover {
	color: black;
}

ol.last li img, ol.last-mini li img {
	margin-right: 10px;
	border: 1px solid #D0C9BF;
}

ol.last li span.anonce, ol.last-mini li span.anonce {
	display: block;
	margin: 5px 0px;
}

span.sticker {
	display: inline-block;
	text-align: center;
	height: 27px;
	width: 67px;
	margin: 5px 0px;
	line-height: 25px;
	background: url('/_static/img/sticker.png') no-repeat center center;
}

span.sticker-y {
	background: url("/_static/img/sticker-y.png") no-repeat scroll center center transparent;
	display: inline-block;
	height: 34px;
	line-height: 38px;
	margin: 0px 10px 0px 0px;
	padding-left: 25px;
	text-align: center;
	width: 57px;
}

div#wrap div#center ol.search li {
	background-color: #F5F5F5;
	border-bottom: 1px solid #D0D0D0;
	padding: 5px;
	margin: 0px 0px 5px 0px;
}

div#wrap div#center ol.search li h2 {
	margin: 0px 0px 5px 0px;
}

div#wrap div#center ol.search li:last-child {
	border-bottom: 0px;
}

div#wrap div#center ol.search div.left {
	margin-right: 7px;
}

div#wrap div#center ol.search div.left img {
	border: 1px solid #EDE5D9;
}

ul#shopcat {
	margin: 5px;
	overflow: hidden;
	padding: 0px;
}

ul#shopcat > li {
	float: left;
	list-style: none;
	margin: 5px;
	padding: 5px;
	width: 229px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #eecccc;
	min-height: 100px;
	border-bottom: 1px solid #C9ACAC;
	border-right: 1px solid #C9ACAC;
}

ul#shopcat img {
	margin: 0px 5px 0px 0px;
	border: 1px solid #EDE5D9; 
}

ul#shopcat li a {
	font-family: Tahoma;
	color: black;
	font-size: 10px;
}

ul#shopcat li a:hover {
	color: red;
}

ul#shopcat li a.main { 
	display: block;
	font-weight: bold;
	font-size: 15px;
	margin: 0px; 
	padding: 0px 0px 5px 0px;
	color: darkRed;
	text-decoration: none;
}

ul#shopcat li a.main:hover {
	color: black;
}

/* Комментарии */

ol#comments {
	margin: 0px 5px 0px 24px;
	padding: 0px;
	list-style: none;
}

ol#comments li {
	margin: 5px 0px;
	padding: 5px;
	border-top: 1px solid #b1b18c;
	border-left: 1px solid #b1b18c;
	border-right: 1px solid #ffffdb;
	border-bottom: 1px solid #ffffdb;            
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: -moz-linear-gradient(top,#ffffdb,#f2f2b4);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffdb),to(#f2f2b4));
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffdb,endColorStr=#f2f2b4);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffdb, endColorStr=#f2f2b4)";
}

#comments div.item {
	position: relative
}

div.comment img {
	border: 0px;
	background: transparent;
	margin: 0px;
	padding: 0px;
}

#comments div.item div.b1, div.comment div.b1 {
	position: relative;
	height: 26px;
	font-weight: bold;
	padding: 10px 0px 0px 13px;
	background: url('/_static/img/bg-comments.gif') 15px bottom no-repeat
}

#comments div.item div.b2, div.comment div.b2 {
	position: relative;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #EDEFF0;
	padding: 10px 12px 7px;
	border-bottom: 1px solid #CCC;
}

div.comment div.b2 {
	margin-bottom: 10px;
}

div.comment div.b1 {
	padding-top: 0px;
}

#comments div.item div.b2 span.date, div.comment div.b2 span.date {
	display: block;
	font-size: 11px;
	color: #AFAFAF;
}

a.comment_add:link, a.comment_add:visited, a.comment_jump:link, a.comment_jump:visited {
	display: block;
	background-color: #DFDFDF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 3px 5px;
	margin-right: -5px;
}

a.comment_add:hover,  a.comment_jump:hover {
	background-color: white;
	color: black;
}

span.comment_rate {
	font-weight: normal;
}

span.comment_rate img {
	cursor: pointer;
}

/* Новости */

div.newsitem {
	margin: 10px 0px 5px 0px;
}

div.newsitem img {
	float: left;
	margin-right: 10px;
	border: 1px solid #ede5d9;
}

div.newsitem h3 {
	margin-top: 0px;
}

/* Рефералы */

div.referal {
	padding: 4px 0px 5px;
	border-bottom: 1px solid #E9A7BC;
}
div.referal a {
	color: #ECECEC;
}
div.referal a.search {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 5px
}
div.a-google {
	background: url('/_static/img/a-google.gif') no-repeat 0 3px;
}
div.a-mailru {
	background: url('/_static/img/a-mailru.gif') no-repeat 0 3px;
}
div.a-yandex {
	background: url('/_static/img/a-yandex.gif') no-repeat 0 3px;
}
