* {
	padding: 0;
	margin: 0;
}
body {
	background: #FFF;
	font-family: arial;
	font-size: 10pt;
}
.mainwrap{
	min-width: 1024px;
	max-width: 1366px;
	margin: 0 auto;
}
#mainmenu {
	text-align: center;
	background-color: #FFFFCC;
	padding: 3px 4px 4px 4px;
}
#mainmenu a {
	color: #5B7AB7;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.95em;
}
#mainmenu a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#mainmenu img {
	position: relative;
	top: 0.2em;
}
#logo {
	background: url( '/img/menu/bglogo.png' ) top #FFF;
	text-align: center;
	margin: 4px 0;
}
#head {
	background-image: url( '/img/menu/bghead.gif' );
	font-family:'Trebuchet ms';
	color: #5c7ab8;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	margin: 3px 0;
}
#submenu {
	background-color: #fff;
-webkit-box-shadow: 2px 2px 3px 0px #ccc;
-moz-box-shadow: 2px 2px 3px 0px #ccc;
box-shadow: 2px 2px 3px 0px #ccc;
}
#submenu ul {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 5px;
}
#submenu li {
	display: inline;
	padding:0px 5px;
}
#submenu a {
	padding: 3px 8px;
	white-space: nowrap;
	font-size: 0.9em;
	font-weight: bold;
	list-style: none;
	color: #f00;
}
#submenu a:hover {
	color: #5B7AB7;
	text-decoration: none;
}
#content {
	width: 98%;
	margin: 0px auto;
}
#contentart {
	width: 98%;
	margin: 0px auto;
}
.paginator {
	clear: both;
	font-size: 0.9em;
	text-align: right;
	background-color: #5B7AB7;
	padding: 7px;
	color: #fff;
	font-weight: bold;
}
.paginator a {
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px;
	color: #fff;
}
.paginator a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.paginator span.current {
	padding: 0 4px;
	background-color: #fff;
	color: #600;
}
/* Поиск и количество */
.searchcontainer {
	/*width: 820px;*/
	margin: 0 auto;
	overflow: hidden;
}
#head .searchcontainer {
	width: 100%;
	font-size: 15px;
	position: relative;
	top: -26px;
	float: left;
}
.search {
	font-size: 0.9em;
	font-weight: bold;
	/*background-color: #ffc;*/
	float: left;
	width: 100%;
	margin-bottom: 2px;
}
#head .search {
	background-color: transparent;
}
.search form {
	font-size: 0.9em;
}
.search .counts {
	padding: 10px;
	padding-top: 12px;
	float: left;
}
#head .search .counts {
	padding: 0 0 0 10px;
}
.search .all {
	color: #009;
}
.search .found {
	color: #900;
}
.search form {
	padding: 10px;
	float: right;
}
#head .search form {
	padding: 0 10px 0;
}
.search input, .search select {
	border: 1px solid #ccc;
	font-size: 0.9em;
	padding: 1px;
	margin-right: 10px;
	background-color: #fff;
}
.search input[name=search] {
	width: 80px;
}
.search input[type=submit] {
	font-size: 0.8em;
	line-height: 1em;
	padding: 2px 10px 1px 10px;
	margin-right: 0;
	font-weight: bold;
	color: #300;
}
.search select {
	width: 320px;
}
#content {
	clear: both;
}
.grid td {
	padding: 4px;
}
.grid th {
	padding: 4px 10px;
}
.grid thead {
	background-color: #ffc;
	color: #000;
}
.grid .even {
	background-color: #ffffe5;
}
.grid .odd {
	background-color: #ffc;
}
.grid .c {
	text-align: center;
}
.border {
	border: 1px solid #ffc;
	padding: 1px;
}
.form {
	background-color: rgb(91, 122, 183);
	font-size: 1em;
	color: #fff;
	font-weight: bold;
}
.form input, .form textarea {
	border: 1px solid #ccc;
	padding: 2px;
	width: 300px;
	margin: 2px;
}
.form input[type=submit], .form input[type=button] {
	width: 100px;
	font-weight: bold;
	color: #300;
}
.form strong {
	font-size: 1em;
	color: #900;
}
.form input.captcha {
	width: 115px;
}
.form .caption {
	background-color: #26447E;
	color: #ff0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px;
	text-align: center;
}
.form form {
	padding: 10px 150px;
}
.formmessage {
	text-align: center;
	color: #300;
	font-size: 0.9em;
	background-color: #ffe5e5;
	padding: 20px;
	margin-top: 10px;
}
.grid1 {
	margin-top: 10px !important;
}
.grid1 th {
	background-color: #5b7ab7;
	padding: 5px;
	color: #fff;
}
.grid1 td {
	padding: 5px;
}
.grid1 .group {
	background-color: #ffc;
	font-weight: bold;
}
.visitorreg {
	width: 320px;
	margin: 0 auto;
}
.visitor_enter {
	background-color: #ffc;
	padding: 10px 20px;
	border: 2px groove #5b7ab7;
}
.visitor_enter h3 {
	font-size: 1.1em;
	color: #5b7ab7;
	margin-bottom: 10px;
}
.visitor_enter, .visitor_enter a {
	color: #5b7ab7;
}
.visitor_enter {
	font-weight: bold;
}
.visitor_enter td {
	padding: 3px;
}
.mdate {
	text-align: center;
	background-color: #ffc;
	color: #5b7ab7;
	font-size: 2em;
	padding: 10px;
	margin: 0 5px;
}
.description {
	background-color: #FFFFDD;
	padding: 5px;
	text-align: center;
}
.catalog thead {
	background-color: #5b7ab7;
	color: #fff;
}
.catalog thead th {
	padding: 7px;
}
.catalog td {
	font-size: 1em;
	padding: 5px;
}
.catalog .acrobat {
	background-image: url( '/img/icon/pdf.gif' );
	height: 16px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 1px 0;
	color: #5b7ab7;
	font-weight: bold;
	font-size: 0.8em;
}
.getreader {
	text-align: right;
	margin: 20px 4px;
}
h3.catalogh3 {
	padding: 10px;
	background-color: #FFC;
	text-align: center;
}
h3.notfound {
	margin: 5px;
	padding: 10px;
	background-color: #ffc;
	text-align: center;
	font-size: 1.1em;
}
div.close {
	text-align: right;
	padding: 10px;
}
div.close a {
	padding: 4px 4px 4px 25px;
	background-image: url( '/img/icon/close.gif' );
	background-repeat: no-repeat;
	background-position: 3px 3px;
	border: 2px groove #5b7ab7;
	background-color: #ffc;
	color: #5b7ab7;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
}
#floatbox {
	width: 116px;
	/*background-color: #999;*/
	display: none;
	border: none;
	font-size: 0.8em;
	font-family: arial;
	padding: 2px;
}
.block{
	position:relative;
	margin:5px 3px;
	overflow: hidden;
	border: 1px solid #ddd;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:1px 1px 2px 1px #c2bdba;
	-webkit-box-shadow:1px 1px 2px 1px #c2bdba;
	box-shadow:1px 1px 2px 1px #c2bdba;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength=1, direction=135, color='#c2bdba');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=1, Direction=135, Color='#c2bdba')";
}
#name {
	margin-left: 22px;
	padding-top: 3px;
	width: 88px;
	height: 19px;
}
#floatbasket {
	min-height: 60px;
	color: #FFF;
	background: #F00 url(/img/shop.png) no-repeat left 6px;
	text-align: center;
	border: none !important;
}
#floatbasket .pad{
	padding-left:20px;
}
#floatbasket .pad td.name{
	padding-right:4px;
	font-size: 10px;
	text-align: right;
}
#floatbasket .pad td.val{
	text-align: right;
	font-weight: bold;
}

#floatbasket h5{
	font-weight: bold;
	margin:5px 0;
	font-size:12px;
}
#floatbasket.bonus {
	height: 75px;
}
.info .basketbonus{
	font-family: "Trebuchet MS";
	padding:10px;
	margin:7px;
	border: 1px dotted #ccc;
	text-align:center;
	background-color:#ffe0d9;
	color:#900;
	font-size:1em;
	font-weight:bold;
}
.info .basketbonus span{
	font-size:1.2em;
	color:#006;
}
#floatbasket a {
	color: #FFF;
	text-decoration: none;
}
.floatbasketfull {
	background-image: url( '/img/icon/basketfull.gif' ) !important;
}
#floatreserve {
	height: 60px;
	color: #5b7ab7;
	background-color: #FFC;
	text-align: center;
	margin: 2px 0px 2px 0px;
	background-image: url( '/img/icon/postempty.gif' );
	background-position: 3px 3px;
	background-repeat: no-repeat;
}
#floatreserve a {
	color: #5b7ab7;
	text-decoration: none;
}
.floatreservefull {
	background-image: url( '/img/icon/postfull.gif' ) !important;
}
#floatuser {
	height: 60px;
	color: #FFC;
	background-color: #5b7ab7;
	text-align: center;
	background-image: url( '../img/informer/userout.gif' );
	background-position: 3px 3px;
	background-repeat: no-repeat;
}
#floatuser a {
	color: #FFC;
	text-decoration: none;
}
.floatuserin {
	background-image: url( '/img/icon/userin.gif' ) !important;
}
.floatuserbut {
	background-color: #94BCFF;
	border: 1px solid #26447E;
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 0.9em;
	font-weight: bold;
	height: 13px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	padding-top: 1px;
	text-align: center;
	width: 90px;
}
#simplemodal-container a.modalCloseImg {
	background: url( '/img/icon/cancel.gif' ) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 10px;
	right: 0px;
	cursor: pointer;
}
#counters {
	text-align: right;
	margin-top:10px;
}
#headarticle {
	color: #5B7AB7;
	font-family: trebuchet ms;
	/*background-image: url( '/img/menu/bghead.gif' );*/
	font-size: 150%;
	font-weight: 900;
	text-align: center;
	padding: 5px 0;
	margin: 3px 0;
	text-transform: uppercase;

}
div.art p {
	text-indent: 3ex;
	text-align: justify;
	padding:3px 0px;
	line-height:20px;
}
div.art strong {
	color:#5c7ab8;
}
div.art h2 {
	color: #5B7AB7;
	font-family: trebuchet ms;
	background-image: url( '/img/menu/bghead.gif' );
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	padding: 2px 0;
	margin: 1px 0;
}
div.art h4 {
	color: #5B7AB7;
	font-family: trebuchet ms;
	background-image: url( '/img/menu/bghead.gif' );
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	padding: 2px 0;
	margin: 1px 0;
	font-style:italic;
}
div.art li {
	list-style: circle inside;
	line-height:25px;
}

div.art img {
	float: left;
	margin: 7px;
	padding: 5px;
	width: 200px;
	border: 1px solid #FAED7D;
	background-color: #C1C4BD;
}
div.art a {
	color: #000;
	text-decoration: none;
	font-weight: 700;
}
div.note {
	background-image: url( '/img/menu/bghead.gif' );
	margin: 10px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	text-indent: 3ex;
	text-align: justify;
	border-top: 1px dashed #5B7AB7;
	border-bottom: 1px dashed #5B7AB7;
}
div.note a {
	color: #5B7AB7;
	text-decoration: none;
	font-weight: 700;
}
div.note a:hover {
	color: #fff;
	background-color: #5B7AB7;
	text-decoration: underline;
	font-weight: 700;
}
div.releated_post {
	overflow: hidden;
	list-style-position: inside;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 90%;
	border-top: 1px solid #5B7AB7;
	border-bottom: 1px solid #5B7AB7;
	padding: 5px 0px 5px 0px;
	width: 98%;
	margin: 0px auto;
	text-align:center;
}
div.releated_post a {
	color: #5B7AB7;
	padding: 0 5px 0 5px;
}
div.releated_post a:hover {
	color: #fff;
	background-color: #5B7AB7;
	text-decoration: underline;
	font-weight: 700;
}
#head_rl {
	font-weight: 700;
	color: #5B7AB7;
	font-size: 120%;
	text-transform: uppercase;
	padding: 0 0 0 10px;
}
div.art_main img {
	margin: 7px;
	padding: 5px;
	height: 80px;
	border: 1px solid #FAED7D;
	background-color: #C1C4BD;
}
div.art_main p {
	text-indent: 3ex;
	text-align: justify;
	padding: 5px;
}
div.art_main {
	clear: both;
	height: 150px;
	border: 1px solid #5B7AB7;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	background-color: #FFFFCC;
}
div.art ul {
	text-align: left;
	text-indent: 3ex;
}
#thumbs_main {
	float: left;
	width: 150px;
	text-align: center;
	vertical-align: middle;
}
#head_main {
	background-color: #5B7AB7;
	color: #fff;
	margin: 3px 0 3px 0;
	padding: 5px;
	text-transform: uppercase;
	font-weight: 700;
}
#head_main a {
	color: #fff;
	text-decoration: none;
}
#next_read {
	float: right;
	margin: 0px 5px 0px 0px;
}
#next_read_main a {
	color: red;
}
#next_read a {
	color: red;
}
#next_read_main  {
	text-align:right;
	padding:5px 15px 0px 5px;
	font-weight:bold;
}
#next_read_main  {
	color: red;
	text-align:right;
	padding:5px 10px;
	font-weight:bold;
}
#next_read_main a:hover {
	background-color:#5B7AB7;
	color:white;
}
.artin_head {
	font-family: trebuchet ms;
	font-weight: 700;
	font-style: italic;
	color: #5B7AB7;
}
#squarepicture img {
	background-image: url('/img/art/new_orange.png');
	background-position: 100% 0%;
    background-repeat: no-repeat;
	height: 70px;
	margin: 3px auto;
	background-color: #fff;
	padding: 20px;
	vertical-align: middle;
	-moz-box-shadow: 0 0 3px #1A3457;
	-webkit-box-shadow: 0 0 3px #1A3457;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px #ccc solid;
	text-align: center;
}
#squarepicture img:hover {
	background-color: #FAED7D;
	-moz-box-shadow: 0 0 5px #1A3457;
	-webkit-box-shadow: 0 0 5px #1A3457;
}
#squarepicture {
	width: 98%;
	float: left;
  height:100%;
	overflow: hidden;
	border: 1px solid #5B7AB7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 20px 0px;
	-moz-box-shadow: 0 0 5px #1A3457;
	-webkit-box-shadow: 0 0 5px #1A3457;
	text-align: center;
}
#blockhead {
	/*background-image: url('/img/art/new_orange.png');
	background-position: 98% 50%;
    background-repeat: no-repeat;*/
	color: #FF0000;
	font-family: trebuchet ms;
	background-color: #5B7AB7;
	/*background-repeat: repeat-x;*/
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	margin: 1px 0;
	border-bottom: 1px solid #5B7AB7;
	text-transform:uppercase;
}
#blockhead a {
	color: #fff;
	text-decoration: underline;
}
#squarepicture p {
	color: #5B7AB7;
	font-family: trebuchet ms;
	background-color:#fcffce;
	font-size: 100%;
	font-weight: bold;
	text-align: justify;
	padding: 3px;
	margin: 5px;
	border-top: 1px solid #5B7AB7;
}
#profprice{
	text-align:center;
	margin:5px;
	font-family:"trebuchet ms",sans-serif;
}

#profprice td{
	text-align:center;
	margin:5px;
	padding:3px;
}
#profpricehead td{
	color:white;
	font-size:100%;
	font-weight:bold;
	background-color:#5c7ab8;
}

#profpricecrny td{
	background-color:#fff07b;
	font-style:italic;
}
#mainmenu a.red{
	color:red;
}
#postdate{
	color:#5B7AB7;
	float:right;
	font-style:italic;
	font-family:Georgia;
}
blockquote{
	font-family:Georgia;
	/*font-weight:bold;*/
	text-align:center;
	width:85%;
	-webkit-box-shadow: 2px 2px 2px #858285;
	-moz-box-shadow: 2px 2px 2px #858285;
	box-shadow: 2px 2px 2px #858285;

	border-left:7px solid #5c7ab8;
	padding:5px;
	margin:2px;
	color:red;
}
blockquote.intext{
	font-family:'Trebuchet MS';
	font-style:italic;
	text-align:center;
	float:left;
	clear:both;

	width:100%;
	padding:3px;
	margin:7px 0;
	color:#5c7ab8;
	font-size:100%;
}

.counts h3{
	padding:0;
	font-size:16px;
}
.ppmenu{
	display:inline-block;
	padding:4px 10px 4px 10px;
	position:relative;
	top:0;
	left:-6px;
		background-color:#1e961e;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 60px;
-moz-border-radius-bottomright: 60px;
-moz-border-radius-bottomleft: 0;
border-top-left-radius: 0;
border-top-right-radius: 60px;
border-bottom-right-radius: 60px;
border-bottom-left-radius: 0;
	border:none;
	color:#fff;
	text-transform: uppercase;
}
body .metall_menu{
	padding-top:2px;
	background-color:#fff;
	color:#5B7AB7;
	border-bottom:1px solid #5B7AB7;
	margin-bottom:2px;
}
body .metall_menu a{
	color:#5B7AB7;
}
#footer{
	background-color:#5c7ab8;
	margin:0;
	padding:7px;
	color:#fff;
	font-weight:bold;
}
table.footerinfo{
	width:99%;
	padding: 0;
	margin: 0;
	border: none;
	border-collapse: collapse;
	border-spacing:0;
	margin:0 auto;
}
.paginatortext{
	clear:both;
	color:#fff;
	background-color:#5c7ab8;
	float:left;
	margin:5px 0px;
	padding:3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 2px 3px 3px #ccc;
	-moz-box-shadow: 2px 3px 3px #ccc;
	box-shadow: 2px 3px 3px #ccc;
}
.paginatortext li{
	list-style:none;
	display:inline;
	padding:3px;
}
.paginatortext li a{
	color:#fff;
}
.partners{
	padding:5px 0px 10px 0px;
	margin:10px 10px;
	float:left;
	-webkit-box-shadow: 2px 2px 10px 2px #ccc;
	-moz-box-shadow: 2px 2px 10px 2px #ccc;
	box-shadow: 2px 2px 10px 2px #ccc;
}
.partners td{
	border-right:1px dotted #ccc;
}
.partners td:last-child{
	border-right:none;
}
.partners1{
	padding:5px 0px 10px 0px;
	float:right;

	-webkit-box-shadow: 2px 2px 10px 2px #ccc;
	-moz-box-shadow: 2px 2px 10px 2px #ccc;
	box-shadow: 2px 2px 10px 2px #ccc;
}
	.advfoot{
		overflow:hidden;
		width:70%;
		margin:20px auto 10px auto;
		border-top:2px solid #5b7ab7;
		border-bottom:2px solid #5b7ab7;
		padding:10px 0;
	}
	.afleft{
		float:left;
		width:120px;
		border-right:2px solid #5b7ab7;
		text-align:center;
		color:red;
	}
	.afright{
		margin-left:133px;
		overflow:hidden;
	}
	.aftext{
		padding:5px;
	}
	.aftext1{
		border-bottom:3px solid #5b7ab7;
	}
	.afblock{
		width:100px;
		height:100px;
		padding:25px 5px;
	}
	.aftext1 p{
	line-height:20px;
	text-indent:3ex;

	}
	.aftext p{
	line-height:20px;
	text-indent:3ex;
	}
	.aftext1 img{
	margin:10px;
	}
	.aftext img{
	margin:10px;
	}
	.bonusfl{
		padding: 10px 5px;
		text-align: center;
		background: #fff url(/img/coins1.png) no-repeat left 70%;
	}
		.bonusfl_v1{
		padding: 10px 5px;
		text-align: right;
		background: #fff url(/img/dollars.png) no-repeat left 50%;
	}

		.bonusfl_v2{
		padding: 10px 5px;
		text-align: right;
		background: #fff url(/img/mobilemoneyback.png) no-repeat left 50%;
	}

	.bonusfl a{
		display: block;
		padding-left:22px;
		color: #a00;
		font-family: "Trebuchet MS";
		font-size: 11px;
		text-decoration: none;
		text-align: center;
		z-index:1;
		position:relative;
		font-weight: bold;
	}
	body .bonusgs a{
		font-size:14px;
		color:red;
	}
.cardfield{
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #eee;
    background-color: #fdfdfd;
    box-shadow: 0 0 7px #ccc;
    padding:5px 20px;;
    display: inline-block;
    width:250px;
}
.cardfield label{
    display: block;
    font-size:1.2em;
    margin:3px 0;
    color:#3C472C;
}
.cardfield img{
    float:left;
}
.cardfield div{
    margin-left:110px;
}
.cardfield input.submit{
    width: 40px;
    margin-left:10px;
    border:1px solid #aaa;
    border-radius: 4px;
    background-color: #C6FF8C;
    box-shadow: 0 0 7px #ccc;
    padding:4px 6px;
    font-size:0.8em;
    font-weight:bold;
}
#formCardNumber{
    border:1px solid #aaa;
    border-radius: 4px;
    background-color: #fdfdfd;
    box-shadow: 0 0 7px #ccc;
    padding:4px 6px;
    width:70px;
    float:left;
}
.cardfield .discount{
    clear:both;
    margin-left:0;
    text-align:center;
    color:#3C472C;
    border-top:1px solid #ccc;
    margin-top:13px;
}
.cardfield .num{
    font-size:20px;
    color:red;
}
.result_sum.discount{
    font-size:20px;
    color:red !important;
}

