html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	background: #fff;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}
select, option, input, textarea, th, td, table {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}

#container {
	margin: 0;
}
#layout {
	table-layout: fixed;
	width: 1005px;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	text-align: left;
}

a:focus {outline: none;}

#header, #footer, #service-col, #main-col {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#header {
	height: 259px;
}
#service-col {
	padding-right: 22px;
	padding-left: 17px;
	font-size: 12px;
	color: #505050;
	vertical-align: top;
}
#main-col {
	padding-right: 20px;
	vertical-align: top;
}
#main-col-inner {
	padding: 0 200px;
	vertical-align: top;
	height: auto;
}

/* {{{ header */
 #slogan2 {
	position: absolute;
	top: 0;
	width: 350px;
	height: 130px;
	margin: 0;
	padding: 0;
	z-index: 20;
}
#slogan1 {
	position: absolute;
	top: 0;
	width: 350px;
	height: 130px;
	margin: 0;
	padding: 0;
	z-index: 20;
	left: 0;
}
#slogan2 {
	
	right: 0;
}
#enter {
	position: absolute;
	left: 435px;
	width: 170px;
	text-align: center;
	top: 30px;
}
#enter a {
	margin: 0 5px;
	text-transform: lowercase;
}
/* }}} header */

/* {{{ service column */
#service-col h2 {
	margin: 0;
	padding: 0;
}
#service-col a {
	color: black;
	text-decoration: underline;
}
#service-col a:hover {
	text-decoration: none;
}
.author {
	font-size: 10px;
}
.author strong {
	display: block;
}
#forum-themes {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
#forum-themes li {
	padding-left: 34px;
	background: url(../images/bul1.gif) no-repeat 10px 2px;
	margin-bottom: 5px;
}
#banners a {
	font-weight: bold;
	display: block;
	margin: 20px 0;
}
#service-col .panel1 {
	margin-top: 30px;
	padding: 0 5px;
}

html>body #user-area { overflow: hidden; }
* html #user-area { height: 1%;}
#user-area a {
	color: #004de9;
}
#user-area {
	padding: 5px;
}
#user-area .avatar {
	margin: 0 20px 0 0;
	float: left;
}
.user-menu {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
.service-links {
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#service-col .service-links a {
	color: #004de9;
}
#search-form {
	clear: both;
	margin: 20px 0;
}
/* }}} service column */

/* {{{ main column */
.info-block {
}
.info-block .panel1 {
}
.info-block h2 {
	margin: 0;
	padding: 0;
}
.info-block ul {
	list-style: none;
	margin: 0;
	padding: 5px;
}
.info-block li {
	display: inline;
}
.info-block a {
	color: black;
	margin-right: 20px;
}

.text-block {
	margin-left: 30px;
}
.content-block {
	margin-left: 50px;
}

/* {{{ announces block */
#announces {
	background: url(../images/ico_announces.gif) no-repeat 20px center;
	padding-left: 50px;
}

#announces-list {
	margin-left: 50px;
}
.announce {
	position: relative;
	padding: 10px 15px 20px;
	background: #e4e4e4;
	margin-top: 20px;
}
.announce p {
	margin: 0;
	padding: 0;
}
.announce a {
	color: black;
}
.announce .text {
	color: #004de9;
	font-size: 16px;
}

.announce .text a {
	color: #004de9;
	font-size: 16px;
}

.announce .link {
	position: absolute;
	bottom: 5px;
	left: 15px;
	font-size: 10px;
}
.announce .comment-link {
	position: absolute;
	bottom: 5px;
	right: 15px;
	font-size: 10px;
}
.announce-text {
	margin-left: 25px;
}
.more {
	margin: 10px 0;
}
.more-inner {
	padding: 5px;
}

.more-inner a {
	color: #004de9;
	padding: 5px;
}
.more a {
	font-weight: bold;
}
/* }}} announces block */

#master {
	background: url(../images/ico_master.gif) no-repeat 20px center;
	padding-left: 50px;
}

#about {
	background: url(../images/ico_about.png) no-repeat 20px center;
	padding-left: 50px;
}

.info-container {
	margin-left: 50px;
}

#enter-block {
	background: url(../images/ico_announces.gif) no-repeat 20px center;
	padding-left: 50px;
}

/* {{{ articles */
#articles {
	background: url(../images/ico_articles.png) no-repeat left center;
	padding-left: 50px;
}
.article {
	margin-left: 80px;
}
.comments {
}
.comment {
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.comment:after {
	content: ".";
	visibility: hidden;
	clear: both;
	display: block;
	height: 0;
}
* html .comment {
	height: 1%;
}
.last {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
.comment h4 {
	background: url(../images/bul1.gif) no-repeat left;
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
	font-size: 12px;
}
.comment-num {
	position: absolute;
	top: 0;
	right: 0;
}
.comment-text {
	display: table;
}
* html .comment-text {
	height: 1%;
}
.comment .avatar {
	float: left;
	margin: 0 15px 0 20px;
	display: inline;
}
.comment-date {
	display: block;
	color: #808080;
	font-size: 9px;
}
.comment-menu {
	font-size: 10px;
}
/* }}} articles */

/* {{{ page navigation */
.nav {
	text-align: center;
	font-size: 14px;
	margin-top: 60px;
}
.nav1 {
	margin-bottom: 10px;
}
.nav1 a {
	margin: 10px;
}
.nav2 li * {
	padding: 3px 8px;
}
.nav2 li #navel1 b {
	background: #75c4ee;
}

.nav2 li #navelshop b {
	background: #bab3d6;
}

.nav2 li #navelart b {
	background: #b6ddc7;
}

.nav2 li #navelnews b {
	background: #f6d262;
}

.nav2 li #navelwork b {
	background: #75c5f0;
}

.nav2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav2 li {
	display: inline;
}
/* }}} page navigation */

/* {{{ shop */

#shop {
	background: url(../images/ico_shop.gif) no-repeat 20px center;
	padding-left: 50px;
}

.shop-items {
	margin: 10px 10px 10px 20px;
	background: url(../images/bg_stars.png) repeat-y left top;
}
html>body .shop-items { overflow: hidden; }
* html .shop-items { height: 1%; }
.shop-item {
	float: left;
	width: 25%;
	text-align: center;
	margin: 10px -1px 10px 0px;
}
.shop-item a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.shop-item img {
	margin-bottom: 5px;
}

.shop-item-info {
	background: url(../images/bg_stars.png) no-repeat top;
	margin-left: 50px;
	margin-top: 35px;
}
html>body .shop-item-info { overflow: hidden; }
* html .shop-item-info { height: 1%; }
.shop-item-info h1 {
	width: 380px;
	float: right;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: normal;
	font-size: 24px;
}
.item-description {
	width: 380px;
	float: right;
	clear: right;
	color: #505050;
}
.item-description p {
	padding: 0;
	margin-top: 0;
}
.item-price {
	width: 131px;
	height: 39px;
	line-height: 39px;
	color: black;
	text-align: center;
	font-size: 16px;
	background: url(../images/bg_price.png) no-repeat;
	margin: 20px 0;
}
.item-banners {
	margin: 20px 0;
}
.item-photo {
	width: 210px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	display: inline;
}
.item-data {
	width: 200px;
	float: left;
	clear: left;
	color: #505050;
	font-size: 11px;
	margin-left: 20px;
	display: inline;
}
.item-data p {
	padding: 0;
	margin-top: 0;
}

/* }}} shop */

.type1, .type2, .type3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.type1 li, .type2 li, .type3 li {
	padding-left: 34px;
	background-repeat: no-repeat;
	background-position: 10px 2px;
	margin-bottom: 5px;
}
.type1 li {
	background-image: url(../images/bul1.gif);
}
.type2 li {
	background-image: url(../images/bul2.png);
}
.type3 li {
	background-image: url(../images/bul3.png);
}
.panel4 h4, .panel5 h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* {{{ login / register form */
#login h2 {
	margin: 0;
	padding: 0;
	text-align: center;
}
#login .panel1 {
	padding: 0 0 5px 0;
}
#login-form label, #register-form label, #edit-form label {
	display: block;
	margin-top: 5px;
}
#login-form, #register-form, #edit-form {
	padding: 5px;
	margin: 0;
}
#btn-register, #btn-continue {
	margin: 25px 0;
}
.text-input-label {
	font-size: 10px;
}
.text-input {
	width: 100%;
}
#remember-link {
	padding-left: 20px;
	text-align: left;
	background: url(../images/ico_remember.png) no-repeat left;
	color: #ff2929;
	font-weight: bold;
	display: block;
	height: 16px;
	line-height: 16px;
	margin: 0 auto;
	width: 150px;
}
.error {
	padding: 5px;
	background: #ffa5aa;
	text-align: center;
	color: black;
	margin-left: 30px;
}
.error strong {
	color: #e6000e;
}

#news {
	background: url(../images/ico_announces.gif) no-repeat 20px center;
	padding-left: 50px;
}

.one-year {
	margin: 15px 0;
}
html>body .one-year { overflow: hidden; }
* html .one-year { height: 1%; }
.months {
	margin: 0;
	padding: 0;
	list-style: none;
}
.months li {
	width: 102px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: url(../images/bg_month.gif) no-repeat;
	margin-right: 3px;
	margin-bottom: 3px;
	float: left;
}
.months a {
	font-weight: bold;
}


/* }}} login / register form */


/* }}} main column */

/* {{{ footer */
#footer {
	padding: 0 17px 100px 17px;
	background: url(../images/bg_footer.png) no-repeat 20px bottom;
	height: 320px;
}
#footer.inner {
	height: 130px;
}
#footer h2 {
	margin: 0;
}

html>body #partners { overflow: hidden; }
* html #partners { height: 1%; }
#partners {
	padding: 0;
	margin: 10px 10px 60px;
	list-style: none;
	text-align: center
}
#partners li {
	display: inline;
}
#partners a {
	display: block;
	margin-left: 9px;
	display: inline;
}
#partners li.first a {
	margin-left: 0px;
}

#copy {
	font-style: italic;
	font-size: 13px;
	margin: 5px 0 5px 10px;
}
#studio {
	font-size: 10px;
	margin-left: 10px;
}
#studio a {
	color: #4f4d4d;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#studio a b {
	color: #b80102;
	font-style: italic;
}

/* }}} footer */


/* {{{ common styles */
a img { border: 0; }
.c { text-align: center; }
.r { text-align: right; }
.m { vertical-align: middle; }
.t { vertical-align: top; }
.bc { margin: 0 auto; }
.fl { float: left; }
.fr { float: right; }
html>body .float-fix { overflow: hidden; }
* html .float-fix { height: 1%; }
.rel { position: relative; }
.fw { width: 100%; }
.fh { height: 100%; }

.panel1 { background: #f6d262; } /* yellow */
.panel2 { background: #bab3d6; } /* fiolet */
.panel3 { background: #75c5f0; } /* blue */
.panel4 { background: #ef9ba0; } /* rose */
.panel5 { background: #e4e4e4; } /* grey */
.panel6 { background: #b6ddc7; } /* green */

#lnkart { color: #5c8b70; margin-right: 20px;}
#lnkwrk { color: #3c7c88; margin-right: 20px;}
#lnknews { color: #7d8538; margin-right: 20px;}
#lnkshop { color: #766ba7; margin-right: 20px;}

html>body .col3 { overflow: hidden; }
* html .col3 { height: 1%;}

.col3 .first {
	float: left;
	width: 33%;
}
.col3 .second {
	float: left;
	width: 34%;
}
.col3 .third {
	float: left;
	width: 33%;
}
.col-inner {
	padding: 0 5px;
}
.col3 ul {
	margin: 10px 0;
}
.col3 ul a {
	color: #000;
}
html>body .col2 { overflow: hidden; }
* html .col2 { height: 1%; }
.col2 .first {
	float: left;
	width: 45%;
}
.col2 .second {
	float: left;
	width: 45%;
}
* html .col2 .second {
	margin-right: -1px;
}
.more2, .more3 { text-align: center; padding-top: 2px; }
.more2 a, .more3 a { color: #000; display: block; min-height: 18px; font-size: 11px; }
* html .more2 a, * html .more3 a { height: 18px; }
.more2 { background: #e4e4e4; }
.more3 { background: #ef9ba0; }
/* }}} common styles */

td.quiz_line {
     background-image: url(/images/quiz.gif);
     height: 7px;
}
td.quiz_end {
     background-image: url(/images/quiz_end.gif);
     width: 1px;
     height: 7px;
}
table.quiz_tbl {
     float: left;
     margin-top: 4px;
     margin-left: 5px;
     margin-right: 5px;
}
div.quiz {
     font-style: italic;
     margin-top: 2px;
     margin-bottom: 2px; 
     margin-left: 5px;
}
span.quiz_cnt {
     display: inline;
     margin-left: 10px;
     margin-right: 0px; 
}

.news_header {
	 font-size: 26px;
}

.art_header {
	 font-size: 26px;
}

.sIFR-replaced {
 position: relative;
 height: 45px;
}