/* Главная страница */

button, label {
	cursor: pointer
}

div.wrap {
	margin: 5px auto;
	width: 1000px;
	background: url('/_static/img/bg-snow.gif') #F7F7F7 top left no-repeat;
	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;
}

button {
	color: #0033CC;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Arial;
	border: 1px solid #CCCCCC;
	padding: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #f6f6f6;
	background-image: -moz-linear-gradient(top,#ffffff,#efefef);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#efefef));
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#efefef);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorStr=#EFEFEF)";
}

button img {
	background-color: transparent !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important
}

button:hover, button:focus {
	color: #CE1800;
	-moz-box-shadow: 0px 0px 3px #999999;
	-webkit-box-shadow: 0px 0px 3px #999999;
	box-shadow: 0px 0px 3px #999999;
	outline: 0px
}

form#google button {
	height: 60px;
	background: url('/_static/img/btn-google.gif') center center no-repeat;
	-ms-filter: none;
	filter: none;
	width: 111px;
	cursor: pointer;
	border: 0px;
	margin-right: 5px;
	-moz-box-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
}

form#google input[type=text] {
	background-color: #FFFFEF;
	border:1px inset #CECECE;
	font-size: 18px;
	height: 22px;
	margin: 16px 10px;
	padding: 2px 3px;
	width: 230px;
}

input::-webkit-input-speech-button {
    -webkit-appearance: -webkit-input-speech-button;
    display: inline-block;
} 

input[disabled] {
	background-color: #EEEEEE;
	color: #888888;
}

form#google input[type=text]:focus {
	background-color: #FFFFCF
}

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
}

#topnews td:first-child {
	width: 18%;
	padding: 0px;
	border: 0px;
	background: url('/_static/img/dot.gif')
}

#topnews td {
	width: 26%;
	border-top: 1px solid #dec495;
	border-left: 1px solid #dec495;
	background: url('/_static/img/bg-main.gif') right bottom no-repeat
}

#topnews td div.more {
	margin-right: 25px
}

#topnews img {
	float: left;
	padding: 7px;
	border: 1px solid #dec495;
	background-color: white;
	margin-right: 10px
}

#topnews td h1 a {
	text-decoration: none;
	color: #333333;
	font-family: Arial, Tahoma;
 	font-size: 11pt;
 	font-weight: bold;
	min-height: 70px;
	display: block
}

#topnews td h1 a:hover {
	color: #CE1800;
	text-decoration: underline
}

#topnews td div.description {
	padding-bottom: 5px;
	min-height: 45px
}

#topnews td div.more {
	text-align: right
}

div#mainframe1 {
	float: left;
	width: 66%;
	padding-left: 5px;
}

div#mainframe2 {
	float: right;
	width: 33%;
	padding-right: 5px;
}

div#mainframe1 ul.blocks {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#mainframe1 ul.blocks > li {
	display: inline-block;
	min-height: 240px;
	width: 323px;
	vertical-align: top;
}

div#mainframe1 ul.blocks > li:nth-child(2n+1) { 
	margin-right: 4px;
}

div.review {
	background: url('/_static/img/bg-review.jpg') left bottom repeat-x white
}

div.review h1 {
	margin-bottom: 0px;
	padding-bottom: 7px
}

div.review ul {
	margin: 10px 0px;
	padding-left: 25px
}

div.review ol {
	margin: 0px 0px 10px;
	padding-left: 0px
}

div.review ol li {
	background-color: #F5F5F5;
	border-bottom: 1px dashed #CCCCCC;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 2px 0px;
	padding: 8px 8px 8px 10px;
}

div.review ol li a {
	color: #2386BD;
	font-weight: bold;
	text-decoration: none
}

div.review ol li div.shd {
	margin-bottom: -7px
}

div.review ol li a:hover {
	text-decoration: underline;
	color: #CE1800
}

div.review ul li {
	list-style: square;
	color: black;
	margin: 8px 0px
}

div.review ul li a {
	color: black;
	font-weight: bold;
	text-decoration: none
}

div.review ul li a:hover {
	color: #CE1800;
	text-decoration: underline
}

div.review h3 a {
	font-size: 13pt;
	color: #54911E;
	font-weight: bold
}

div.review div.description {
	padding-bottom: 5px
}

div.review div.more {
	text-align: right
}

div.review div.white {
	background-color: #f7f7f7;
	padding-bottom: 3px
}

div.review ol div.part a {
	color: #EF8100;
	font-weight: normal
}

div.review ol div.doc {
	padding-left: 15px
}

div.rss img {
	margin-top: 2px
}

div.review h1 a {
	color: black;
	font-size: 17pt
}

div.review div.goto a {
	color: #CE1800;
	font-size: 9pt;
	font-weight: bold
}

div.review div.body {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CECECE;
	border-top: 0px;
	-moz-box-shadow: 0px 0px 7px #C5C5C5;
	-webkit-box-shadow: 0px 0px 7px #C5C5C5;
	box-shadow: 0px 0px 7px #C5C5C5;
	outline: 0px;
}

ul.topics {
	margin: 0px;
	list-style: square;
	color: lightblue;
	padding: 4px 5px 4px 20px;
}

ul.topics li {
	margin: 2px 0px
}

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

ol.topics li {
	padding: 6px 0px;
	border-bottom: 1px dashed #CECECE
}

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

ol.topics li div.shd {
	margin-bottom: -7px
}

ol.same-photo li {
	width: 234px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px;
	border-bottom: 0px none !important;
}

/* Резинка */

#middle td.left {
	width: 23%;
	background: url('/_static/img/bg-block.gif') top right repeat-y
}

#middle td.center {
	width: 54%;
	background-color: white
}

#middle td.right {
	width: 23%;
	background: url('/_static/img/bg-block.gif') top left repeat-y
}

#middle td.left {
	padding-top: 140px
}

/* Новая резинка */

div#middle {
	margin: 0 auto;
	width: 98%;
}

div#middle div.left-col {
	width: 23%;
	float: left;
	position: relative;
	margin-left: -77%;
}

div#middle div.left-col div.offset, div#middle div.left-big-col div.offset {
	margin-top: 140px;
}

div#middle div.center-col {
	width: 54%;
	float: left;
	position: relative;
	margin-left: 23%;
}

div#middle div.right-col {
	width: 23%;
	float: right;
	position: relative;
}

div#middle div.left-big-col {
	width: 23%;
	float: left;
	position: relative;
	margin-left: -100%;
}

div#middle div.center-big-col {
	width: 77%;
	float: left;
	position: relative;
	margin-left: 23%;
}
        
/* Общее */

body {
	padding: 0px;
	margin: 0px;
	background-color: #3c3d73;
    background-image: url('/_static/img/bg-body-snow.png');
    background-repeat: repeat;
}

body, td, div, input, textarea, option, select {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #111111
}

div.tree {
	margin-top: 5px
}

div#inner {
	padding: 7px 10px
}

div.top-panel {
	height: 60px;
	line-height: 60px
}

div.top-panel img {
	margin: 8px 0 0 140px
}

div.hand {
	position: absolute;
}

div.path {
	color: #518EC7;
	font-family: Tahoma, Arial;
	font-size: 10pt;
	font-weight: bold
}

/* Навигационная панель */
div.navigate, div.navigate-free {
	background: url('/_static/img/bg-navigator.gif') #F0F0F0;
	border: 1px solid #CECECE;
	margin-bottom: 10pt;
	padding: 5pt 0;
	text-align: center
}

div.navigate a:link, div.navigate a:visited, div.navigate-free a:link, div.navigate-free a:visited {
	background-color: white;
	border: 1px solid #CECECE;
	color: black;
	display: inline-block;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	padding: 1pt 2pt;
	min-width: 10pt;
	text-decoration: none
}

div.navigate a:hover, div.navigate a.selected, div.navigate-free a:hover, div.navigate-free a.selected {
	background-color: #555555;
	color: white
}

/* Новости рядом */

div.friends div.tab {
	display: inline-block;
	background-color: #B0B0B0;
	color: white;
	text-shadow: 2px 2px 2px #333333;
	padding: 4px 9px 2px;
	font-weight: bold;
	margin-left: 10px;
	border-bottom: 1px solid #999999;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px
}

div.friends div.links {
	background-color: #E0E0E0;
	padding: 4px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px
}

div.friends div.links ul {
	margin: 0px 5px;
	padding-left: 8px
}

div.friends div.links ul li {
	border-bottom: 1px solid white;
	color: white;
	list-style: square;
	padding: 5px 0px
}

div.friends div.links ul li:last-child {
	border-bottom: 1px none
}

ul.friends {
	float: right
}

ul.friends li {
	color: #EF9D00
}

/* Вложенные разделы */

div.parts {
	margin:	10px 0px 5px
}

div.parts div.tab {
	display: inline-block;
	background-color: #B0B0B0;
	color: white;
	text-shadow: 2px 2px 2px #333333;
	padding: 4px 9px 2px;
	font-weight: bold;
	margin-left: 10px;
	border-bottom: 1px solid #999999;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px
}

div.parts div.links {
	background-color: #F0F0F0;
	padding: 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px
}
div.parts div.other {
	background-color: #E8E8E8;
	padding: 7px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px
}

div.parts div.links a {
	background-color: white;
	border: 1px solid #CECECE;
	color: #2386BD;
	display: block;
	float: left;
	font-size: 11pt;
	font-weight: bold;
	margin: 2px;
	padding: 2pt 5pt;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px
}

div.parts div.links a:hover {
	color: red
}

div.text {
	line-height: 13pt
}

div.text h3 {
	line-height: 17pt
}

div.text p {
	color: #333366;
	margin: 0px;
	padding: 0px
}

div.text img {
	padding: 7px;
	border: 1px solid #CECECE;
	background-color: #F5F5F5
}

div.block {
	border-bottom: solid 1px #CECECE;
	margin: 0px 0px 5px;
	padding: 5px 5px 10px
}

div.area {
	padding: 5px
}

div.tag a {
	margin-left: 6px;
	padding-left: 18px;
	background: url('/_static/img/famfam/tag_red.png') 0px 0px no-repeat
}

div.rubrik ul {
	margin: 10px;
	padding: 0px;
	list-style: none
}

div.rubrik ul ul {
	margin: 5px 0px 0px 0px;
}  

div.rubrik ul li {
	margin-bottom: 5px;
	padding-left: 21px;
	background: url('/_static/img/note.png') left top no-repeat
}

div.test {
	background: url('/_static/img/bg-test.gif') left bottom repeat-x;
	padding: 0px 0px 40px;
	margin: 1px 0px
}

div.test div {
	padding: 5px;
	obackground-color: white
}

div.test a.title {
	display: block;
	color: #FF3F8F;
	font-weight: bold;
	font-family: Georgia, Times New Roman;
	font-size: 12pt
}

div.test span.description {
	display: block;
	margin: 5px 0px 3px 0px
}

div.test span.more {
	display: block;
	color: #518EC7;
	text-align: right
}

div.box {
	border: solid 1px #CECECE;
	background-color: #F8F8F8;
	margin-bottom: 10px;
	padding: 5px
}

div.box img {
	border: 0px;
	margin: 0px;
	padding: 0px
}

div.box h3 a {
	color: #2386BD
}

div.box a {
	color: #936abe
}

div.nbox {
	border: solid 1px #CECECE;
	border-bottom: 0px;
	background-color: #F8F8F8;
	margin-bottom: 10px;
	padding: 5px 5px 10px;
	background: url('/_static/img/nbox.gif') bottom left repeat-x
}

div.nbox img {
	border: 0px;
	margin: 0px;
	padding: 0px
}

div.nbox h3 a {
	color: #54911E
}

div.nbox a {
	color: #936abe
}

div.tbox {
	border: solid 1px #CECECE;
	background-color: #F8F8F8;
	margin-top: 10px;
	padding: 5px
}

div.tbox h3 a {
	color: #FF3F8F
}

div.lbox {
	border: solid 1px #CECECE;
	background-color: white;
	margin: 10px 0px;
	padding: 5px
}

h1 {
	color: #EF9D00;
	font-family: Times New Roman;
	font-size: 20pt;
	font-weight: normal;
	margin: 0 0 10px;
}

h2 {
	font-family: Georgia, Times New Roman;
	font-size: 10pt;
	font-weight: normal;
	margin: 0 0 10px;
}

h3, h3 a {
	color: #2386BD;
	font-family: Times New Roman;
	font-size: 15pt;
	font-weight: normal;
	margin: 0 0 10px;
}

h4 {
	color: #CE1800;
	font-family: Arial;
	font-size: 15pt;
	font-weight: normal;
	margin: 0px 0px 10px 4px;
	padding: 0px
}


#yellow { background-color: #f39f0b }
#blue { background-color: #6c82bc }
#green { background-color: #97ca4b }
#cyan { background-color: #00B5CE }
#red { background-color: #CE1800 }
#magenta { background-color: #a287be }
#gray { background-color: #9c9c9c }

div.title {
	font-family: Tahoma, Arial;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding: 9px 10px;
	text-shadow: 2px 2px 2px #333333;
	text-transform: uppercase;
	/*background: url('/_static/img/bg-title.png') bottom left repeat-x;*/
	background: url('/_static/img/bg-title-snow.png') bottom left repeat-x
}

div.edge {
	background: url('/_static/img/bg-review.jpg') white left bottom repeat-x;
	margin: 9px 0px;
	border: 1px solid #CECECE;
	-moz-box-shadow: 0px 0px 7px #C5C5C5;
	-webkit-box-shadow: 0px 0px 7px #C5C5C5;
	box-shadow: 0px 0px 7px #C5C5C5;
	outline: 0px;
}

div.center {
	text-align: center
}

div.right {
	margin-left: 9px
}

div.left {
	margin-right: 10px
}

div.l {
	float: left
}

div.r {
	float: right
}

div.c {
	clear: both
}

span.light {
	color: #CCCCCC
}

span.rb {
	border-right: 1px solid #CECECE;
	padding-right: 6px;
	margin-right: 5px
}

/* Наследие */

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.question {
	background: transparent url('/_static/img/paper.jpg');
	color: black;
	font-size: 11pt;
	font-weight: bold;
	font-family: Tahoma, Arial;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999999;
	border-bottom: 3px solid #666666;
	border-right: 3px solid #666666
}

div.answer {
	background: transparent url('/_static/img/paper.gif');
	border: 1px dashed gray;
	font-size: 11pt;
	padding: 5px 5px 5px 50px
}

div.result {
	padding: 5px;
	overflow: auto;
	height: 50px;
	width: 400px;
	border: dotted 1px
}

a { text-decoration: none }
a:link, a:visited { color: #62678F; text-decoration: underline }
a:hover { text-decoration: none }

.wide, a.wide, a.wide:link, a.wide:visited {
	text-decoration: underline;
	color: #5a5b5c;
	font-weight: bold
}
a.wide:hover{ text-decoration: none }

.wide-g, a.wide-g, a.wide-g:link, a.wide-g:visited, .parts-in a:link, .parts-in a:visited {
	text-decoration: underline;
	color: #7c7c7c;
	font-weight: bold
}
a.wide-g:hover, .parts-in a:hover { text-decoration: none }

.wide-gr, a.wide-gr, a.wide-gr:link, a.wide-gr:visited {
	text-decoration: underline;
	color: #54911e;
	font-weight: bold
}
a.wide-gr:hover { text-decoration: none }

.wide-b, a.wide-b, a.wide-b:link, a.wide-b:visited {
	text-decoration: underline;
	color: #2386bd;
	font-weight: bold
}
a.wide-b:hover { text-decoration: none }

.wide-f, a.wide-f, a.wide-f:link, a.wide-f:visited {
	text-decoration: underline;
	color: #936abe;
	font-weight: bold
}

a.wide-f:hover { text-decoration: none }

ul.menu li, ul.menu li a, ul.menu li a:link, ul.menu li a:visited {
	font-size: 11pt;
	font-weight: bold;
	color: white;
	display: block;
	white-space: nowrap;
	text-decoration: none
}

ul.menu li a:hover {
	text-decoration: underline
}

div.shd {
	min-width: 50px;
	background: url('/_static/img/img-bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	padding: 0px 13px 13px 13px;
	margin-left: -5px
}

div.copyright {
	margin: 0pt 11pt 0pt 7pt;
	color: #E0E0E0;
	line-height: 25pt
}

div.copyright a {
	color: white
}

div.referal {
	padding: 4px 0px 3px;
	border-bottom: 1px solid #CECECE;
}
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;
}

/* Нижнее меню */

div.bm {
	margin-top: 1px;
	background-color: #9c9c9c;
	height: 25pt
}

#bm {
	margin: 0px;
	padding: 0px;
	float: left
}

#bm li {
	line-height: 25pt;
	margin: 0px;
	float: left;
	display: inline
}

#bm li a {
	padding: 0pt 9pt;
	background: url('/_static/img/dep-bm.gif') left center no-repeat
}

#bm li a:hover {
	background-color: #ACACAC
}

/* Верхнее меню */

div.tm {
	margin-bottom: 1px;
	background-color: #CE1800;
	height: 25pt;
	padding-left: 23%
}

#tm {
	margin: 0px 0px 0px -9px;
	padding: 0px;
	float: left
}

#tm li {
	line-height: 25pt;
	margin: 0px;
	float: left;
	display: inline;
	background: url('/_static/img/dep-tm.gif') left center no-repeat
}

#tm li a {
	margin-left: 2px;
	padding: 0pt 7pt 0pt 7pt
}

#tm li a:hover {
	background-color: #7D9ADF
}

#tm ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	visibility: hidden;
	z-index: 9999;
}

#tm ul li {
	float: none;
	padding: 0px;
	display: inline;
	background: url('/_static/img/dot.gif')
}

#tm ul li a {
	padding: 0px 5pt;
	display: block;
	background-color: #6C82BC;
	border: 1px solid #596E9F;
	border-top: 0px;
	line-height: 17pt
}

#tm li ul li a:hover {
	color: #FFFCEF;
	background-color: #596E9F
}

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

#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: 8pt;
	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;
}

/* магазин */

ol.search li {
	border-bottom: 1px solid #D0D0D0;
	margin: 0px 0px 5px;
	padding: 5px;
}

ol.search div.l {
	margin-right: 10px;
}

ol.search h2 {
	font-weight: bold;
	font-family: Tahoma, Arial;
	font-size: 14px;
}

ol.search a {
	color: #D43520 !important;
}

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 center center;
	display: inline-block;
	height: 34px;
	line-height: 38px;
	padding-left: 25px;
	text-align: center;
	width: 57px
}

ol.order {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 15px 0px
}

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

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

ol.order li span.who {
	border: 0 none;
	display: inline-block;
	padding-left: 5px;
	width: 70%
}

ol.order li span.price {
	display: inline-block;
	text-align: right;
	width: 10%
}

ol.order li span.price b {
	color: #CD0000
}

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

ol.basket {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
}

ol.basket li {
	border-bottom: 10px solid white;
	padding: 2px;
}

ol.basket li input {
	width: 25px;
	text-align: center
}

ol.basket li img {
	border: 1px solid #E0E0E0;
	cursor: pointer;
	margin: 2px 0 0 0;
	padding: 2px;
	width: 16px
}

ol.basket li img:hover {
	background-color: white;
	border: 1px solid #B0B0B0
}

ol.basket li .who {
	background-color: #E0E0E0;
	display: block;
	padding: 2px 5px
}

ol.basket li div {
	line-height: 25px;
	margin-bottom: -1px
}

ol.basket li div.l {
	padding-left: 4px
}

ol.basket li div.l b {
	color: #CD0000
}

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 6px
}

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 #C0C0C0 solid;
	text-align: right
}

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

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

div.good-controls {
	font-weight: bold;
	border: 1px #B0B0B0 solid;
	background-color: #D0D0D0;
	padding: 2px 6px;
}

td.flag9 {
	background-image: url('/_static/img/smile.png')
}

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

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

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

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

.shopcarusel {
	visibility: hidden
}

.shopcarusel ul {
	margin: 0px;
	padding: 0px
}

.shopcarusel li {
	list-style: none;
	position: relative
}

/* 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;
}

/* фотографии */

ol.photos {
	margin: 0px;
	list-style: none;
	padding: 0px 5px 4px
}

ol.photos li {
	padding: 3px 0px 15px 0px;
	border-bottom: 1px dashed #CECECE;
	text-align: center;
}

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

ol.photos li div.shd {
	margin-bottom: -7px
}

ol.photos div.n {
	margin: 5px 0px 8px 0px;
}

div#photoparts > ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#photoparts a {
	color: #2386BD;
}

div#photoparts > ul > li {
	margin: 5px;
	padding: 5px 8px 5px 65px;
	background: url('/_static/img/photo-parts.png') no-repeat 8px center #E5E5E5; 
	border: 1px solid #CCCCCC;   
	min-height: 48px;
}

div#photoparts > ul > li > a {
	color: darkred;
	font-family: Arial,Helvetica;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

div#photoparts > ul > li > ul {
	margin: 0px 0px 0px 50px;
	padding: 0px;
	list-style: circle;
}

div#photoparts > ul > li > ul > li {
	margin: 5px 0px;
}

div#photoparts span {
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	color: #A0A0A0;
	font-size: 10px;
}

ul#gallery {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

ul#gallery li {
	display: inline-block;
	width: 217px;
	min-height: 240px;
	margin: 5px;
	border: 4px solid #E0E0E0;
	background-color: #F0F0F0;
	vertical-align: top;
	text-align: center;
}

ul#gallery li h3 {
	margin: 5px 5px 10px 5px;
	line-height: 15px;
}

ul#gallery li h3 a {
	color: #54911E;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Tahoma;
}

ul#gallery li div.info {
	margin: 5px 0px;
	font-size: 11px;
}

ul#gallery li div.info span.light {
	color: #666666;
}

ul#gallery li div.info span.light b {
	color: black;
}

ul#gallery li img.thumbnail {
	border: 1px solid #E0E0E0;
	background-color: white;
}

ul#gallery li img.zoom {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}

ul#galparts {
	margin: 10px;
	padding: 0px;
	list-style: none
}

ul#galparts ul {
	margin: 5px 0px 0px 0px;
}

ul#galparts li {
	margin: 0px 0px 5px 0px;
	padding: 1px 0px 1px 21px;
	background: url('/_static/img/gallery-pimp-0.png') left top no-repeat;
}

ul#galparts li ul li {
	margin: 0px 0px 2px 0px;
	background: url('/_static/img/gallery-pimp-1.png') left top no-repeat  
}

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

ul#galparts li a {
	font-weight: bold;
	font-size: 12px; 
	font-family: Tahoma, Arial; 
	color: darkred;
}

ul#galparts li.selected > a {
	color: red;
	text-decoration: none;
	background-color: darkred;
	color: white;
	padding: 1px 3px;
}

ul#galparts li span {
	color: silver;
	font-size: 10px;
}

ul#galparts li ul li a {
	color: #1376AD;
	font-size: 12px;
	font-family: Tahoma, Arial;
	font-weight: normal;
}

div.photo-image {
	overflow: auto;
}

input.imageshack {
	width: 350px;
	border: 1px solid #CCCCCC;
}

div.user-album {
	margin: 10px 0px;
	text-align: center;
}

	div.user-album a.name {
		display: block;
		font-size: 12px;
		font-weight: bold;
	}

	div.user-album div.tab {
		display: block;
		background-color: #B0B0B0;
		color: white;
		text-shadow: 2px 2px 2px #333333;
		padding: 4px 9px 2px;
		font-weight: bold;
		margin: 0px 50px;
		border-bottom: 1px solid #999999;
		-moz-border-radius-topright: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-webkit-border-top-left-radius: 6px
	}

    div.user-album .album-items {
		background-color: #E0E0E0;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
        display: inline-block;
        position: relative;
        visibility: hidden;
        left: -5000px;
    }

    div.user-album .album-items ul {    
		margin: 0px;
	}
    
    div.user-album .album-items ul li {
		width: 205px;
		height: 230px;
		margin: 10px;
		background-color: white;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}
	
	div.user-album .album-items ul li span.light {
		font-size: 11px; 
		margin-top: 4px; 
		color: #666666;
		display: block;
	}
	
	div.user-album .album-items ul li span.light b {
		color: black;
	}
	
	div.user-album .album-items ul li a.title {
		display: block;
		margin: 10px 0px 7px 0px;
	}
	
	div.user-album a.prev img, div.user-album a.next img {
		padding: 0px;
		border: 0px;
		background-color: white;
		margin: 75px 0px;
	}

/* каталог сайтов */

div#dirparts > ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div#dirpartsin > ul {
	margin: 0px;
	padding: 0px;
}

div#dirparts > ul > li {
	display: inline-block;
	margin: 0px 5px 5px;
	text-align: left;
	vertical-align: top;
	width: 47%;
}

div#dirparts a {
	color: #2386BD;
}

div#dirpartsin a {
	color: #0000CC;
}

div#dirpartsin a {
	text-decoration: none;
}

div#dirpartsin > ul > li {
	display: inline-block;
	width: 50%;
	margin: 0px 0px 2px;
	vertical-align: top;
	font-size: 11px;
}

div#dirparts > ul > li > a {
	color: #CE1800;
	font-family: Arial,Helvetica;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 10px;
}

div#dirparts span, div#dirpartsin span {
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	color: #C0C0C0;
	font-size: 10px;
}

ol#sites {
	color: #CCCCCC;
}

ol#sites li {
	margin-bottom: 10px;
}

ol#sites li div.descr {
	font-size: 13px !important;
}

ol#sites li h2 {
	margin: 0px 0px 2px 0px;
}

ol#sites li h2 a {
	color: #0000CC;
	font-weight: bold;
	font-family: Arial, Tahoma;
}

ol#sites li h2 a:hover, ol#sites div.footer a:hover, div#dirpartsin a:hover {
	color: red;
}

ol#sites div.footer span {
	display: inline-block;
	margin-right: 15px;
}

ol#sites div.footer a, ol#sites div.footer span.clicks {
	color: #888888;
}

ol#sites div.footer span.link {
	color: #006600;
}

/* форменные элементы */

input, textarea, select {
	padding: 2px 3px;
	border: 1px inset #CECECE;
	background-color: #FFFFEF
}

input:focus, textarea:focus, select:focus {
	background-color: white
}

.lost {
	color: #CCCCCC
}

.must {
	color: #CE1800;
	padding: 0px 7px;
	background-color: #E5E5E5;
	white-space: nowrap;
}

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

.inp {
	width: 250px
}

.inp-w {
	width: 350px
}

.inp-s {
	width: 150px
}

.btn {
	cursor: pointer !important;
	font-family: Arial,Helvetica !important;
	font-size: 11pt !important;
	font-weight: bold !important;
	padding: 3pt 5pt !important;
	color: white !important;
	border: 0px !important;
	filter: none;
	-ms-filter: none;
	background: none !important;
	background-color: #CE1800 !important;
	display: inline-block;
}

.btn:hover {
	background-color: #7D9ADF !important
}

/* кабинет пользователя */

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

ol#cabinet {
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

#cabinet li {
	display: inline;
}

ul#cabinet li a {
	display: block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	float: left;
	overflow: hidden;
	zoom: 1;
	white-space: nowrap;
	padding: 15px 11px;
	margin: 5px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	color: #CE1800;
	background-color: #F0F0F0;
	background-repeat: no-repeat;
}

ol#cabinet li a {
 	display: block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	zoom: 1;
	padding: 15px 11px;
	margin: 5px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	color: #CE1800;
	background-color: #E8E8E8;
	background-repeat: no-repeat;
}

ul#cabinet li a:hover {
	color: red;
	-moz-box-shadow: 0px 0px 3px #999999;
	-webkit-box-shadow: 0px 0px 3px #999999;
	box-shadow: 0px 0px 3px #999999;
	background-color: #F8F8F8;
	outline: 0px
}     

ol#cabinet li a:hover, ol#cabinet li a.selected {
	color: red;
	-moz-box-shadow: 0px 0px 3px #999999;
	-webkit-box-shadow: 0px 0px 3px #999999;
	box-shadow: 0px 0px 3px #999999;
	background-color: #F8F8F8;
	outline: 0px
}

#cabinet li.profile a {
	background-image: url('/_static/img/icon-profile.png');
	background-position: 7px 8px;
	padding-left: 45px;
}

#cabinet li.news a {
	background-image: url('/_static/img/icon-news.png');
	background-position: 5px 7px;
	padding-left: 43px;
}

#cabinet li.sites a {
	background-image: url('/_static/img/icon-sites.png');
	background-position: 8px 7px;
	padding-left: 46px;
}

#cabinet li.shop a {
	background-image: url('/_static/img/icon-shop.png');
	background-position: 8px 5px;
	padding-left: 46px;
}

#cabinet li.photo a {
	background-image: url('/_static/img/icon-photo.png');
	background-position: 8px 7px;
	padding-left: 46px;
}

/* пользователи */
div.users {
	margin-bottom: 10px;
	border: 1px solid #CECECE;
	background-color: #F0F0F0;
}

div.users div.user {
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	background-color: white;
	padding: 3px 5px;
}

div.users img { 
	margin: 7px;
	padding: 0px;
	border: 0px;
}

div.users div.info {
	padding-top: 5px;
	margin-left: 90px;
}

div.users div.info div.i {
	margin-bottom: 5px; 
}

div.users div.info div.i div.n {
	float: left;
	font-weight: bold;
	text-align: right;
	width: 130px;
}

div.users div.info div.i div.v {
	border: 1px inset white;
	background-color: white;
	margin-left: 135px;
	padding: 0px 5px; 
	width: 170px;
}

div.users div.info-ext {
	padding-top: 5px;
	margin-left: 50px;
}

div.users div.info-ext div.i {
	margin-bottom: 5px; 
}

div.users div.info-ext div.i div.n {
	float: left;
	font-weight: bold;
	text-align: right;
	width: 170px;
}

div.users div.info-ext div.i div.v {
	border: 1px inset white;
	background-color: white;
	margin-left: 175px;
	padding: 0px 5px; 
	width: 170px;
}

h2.users {
	margin: 5px 0px 15px 0px;
	padding: 0px;
	color: brown;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Tahoma;
}

/* разное */

span.region a {
	padding-left: 16px;
	background: url('/_static/img/icon-world.gif') 0px 1px no-repeat;
}

span.part a {
	padding-left: 16px;
	background: url('/_static/img/icon-part.gif') 0px 1px no-repeat;
}

span.user-0 a {
	padding-left: 16px;
	background: url('/_static/img/icon-user.gif') 0px 1px no-repeat;
}

span.user-1 a {
	padding-left: 16px;
	background: url('/_static/img/icon-user-1.gif') 0px 1px no-repeat;
}

span.user-2 a {
	padding-left: 16px;
	background: url('/_static/img/icon-user-2.gif') 0px 1px no-repeat;
}

span.key a {
	padding-left: 17px;
	background: url('/_static/img/icon-key.gif') 0px 0px no-repeat;
}

