* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body 
{
	background: #010721 url(img/body-bg.gif) center;
	margin: 0;
	padding: 0;
	border: none;
}

.error 
{
	color: #800000;
	font-size: 120%;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* design */
#top {
	position: relative;
	height: 249px;
	width: 100%;
}
#top_splash, #top_pic1, #top_pic2, #top_pic3, #top_dm, #top_slogan, #top_guitar {
	position: absolute;
}
#top_splash {
	width: 775px;
	height: 249px;
	top: 0;
	left: 0;
	background: url(../img/design/top-splash.gif);
}
#top_pic1 {
	background: url(../img/design/top-pic1.gif);
	top: 17px;
	left: 77px;
	width: 349px;
	height: 233px;
}
#top_pic2 {
	width: 326px;
	height: 231px;
	top: 19px;
	left: 97px;
	background: url(../img/design/top-pic2.gif);
}
#top_pic3 {
	width: 240px;
	height: 238px;
	top: 11px;
	left: 149px;
	background: url(../img/design/top-pic3.gif);
}
#top_dm {
	left: 1px;
	top: 46px;
}
#top_slogan {
	top: 50px;
	left: 496px;
}
#top_guitar {
	height: 147px;
	width: 775px;
	top: 102px;
	left: 0;
	background: url(../img/design/top-guitar.gif);
}
#top_neck {
	background: url(../img/design/top-neck_bg.gif);
}
#top_hole_cont {
	position: relative;
}
#top_hole_cont img {
	position: absolute;
}
#top_menu {
	background: #f7f4ed url(img/top-menu_bg.gif) repeat-x top;
	border-bottom: 1px solid #b2aea8;
	color: #a09488;
	text-align: center;
	line-height: 2em;
	padding-bottom: 4px;
}
#top_menu div{
	padding:0 10px 0 10px;
}
#top_menu a, #side_menu a {
	font: bold 10px Tahoma, sans-serif;
	color: #5d3a17;
	text-decoration: none;
	text-transform: uppercase;
}
#top_menu a {
	line-height: 2em;
}
#top_menu a:hover, #top_menu a.act, #side_menu a:hover {
	color: #c50000;
}
#top_menu a.norm {
	color: #5d3a17;
}
#side_menu, #side_menu ul {
	list-style: none;
	margin-left: 11px;
	margin-right: 11px;
	padding-left: 0;
}
#side_menu li {
	border-bottom: 1px solid #a09488;
	margin-top: 4px;
	padding-bottom: 4px;
	font-size: 10px;
}
#side_menu ul a {
	text-transform: none;
}
#side_menu a:visited {
	color: #5d3a17;
}
#side_menu li.act {
	list-style: url(../img/design/side_menu-bullet.gif);
}
#side_menu li.act a, #side_menu li.act a:visited {
	color: #9c1d00;
}

table.authform td{
	padding:2px;
}
.authform .auth {
	font: normal 10px Tahoma, sans-serif;
	color: #5d3a17;
	/*font-weight: bold;*/
	text-transform: uppercase;
}
div.auth{
	padding-bottom:4px
}
span.userlogin {
	color: #155A9C;
	text-transform: none;
}
.authform td, .authform {
	font: normal 10px Tahoma, sans-serif;
}

.digit {
	color: #A11;
}

#breadcrumbs {
	font-size: 10px;
	margin-bottom: 18px;
}
#breadcrumbs a, #breadcrumbs a:visited {
	color: #5d3a17;
}
#breadcrumbs span {
	font-size: 10px;
}
#breadcrumbs #bc_act {
	color: #155a9c;
}

#content {
	background: #ccc9c5 url(img/content-bg.gif);
}
#content_real {
	background: url(img/content-bg_top.gif) repeat-x top;
	padding: 7px 0px 10px 10px;
}

.block {
	margin: 0 10px 6px 0px;
	padding: 1px 1px 1px 1px;
}
.block_border {
	border: 1px solid #e0deda;
}
.block_cont {
	background: #ccc9c5 url(img/block-bg_top.gif) repeat-x top;
	border: 1px solid #c4c1bd;
	text-align: left;
	padding: 0;
}
.block_cont .block_border {
	padding: 7px 8px 7px 9px;
}

.block_border_m {
	border: 1px solid #e0deda;
}
.block_cont_m {
	background: #EAD5A0;
	border: 1px solid #FFD700;
	padding: 5;
    vertical-align: middle;
}
.block_cont_m .block_border_m {
	padding: 7px 8px 7px 9px;
}



.block_banner {
	border: 1px solid #c4c1bd;
	padding: 0;
}
.block_header {
	background-repeat: repeat-x;
	background-position: top;
}
.block_header .block_border {
	height: 22px;
	padding: 0px 4px 0px 7px;
}
.block_header h1 {
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
	vertical-align: middle;
	line-height: 20px;
	text-align: left;
}
.block_header_menu {
	background-color: #ad2000;
	background-image: url(img/block-bg_h_menu.gif);
}
.block_header_main {
	background-color: #234f7e;
	background-image: url(img/block-bg_h_main.gif);
}
.block_main {
	padding: 5px 11px 5px 11px;
	background: url(img/block-bg_right.gif) repeat-y right top;
}
.block_header_search {
	background-color: #d19000;
	background-image: url(img/block-bg_h_search.gif);
}

.column_narr {
	width: 185px;
	vertical-align: top;
}
.column_midd {
	width: 310px;
	vertical-align: top;
}
.column_wide {
	width: 700px;
	vertical-align: top;
}


#footer {
	border-top: 1px solid #d5d3ce;
}
#footer_cont {
	background: #c0bdb8 url(../img/design/footer-bg.gif);
}
#footer_cont td {
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	color: #736a5c;
	padding-bottom: 6px;
	line-height: 2em;
}
#footnote {
	height: 50px;
	vertical-align: middle;
}
#foot_add {
	width: 666px;
	height: 61px;
}
#foot_add td {
	width: 50%;
	color: #414c6a;
}
#foot_add a, #foot_add a:visited {
	color: #414c6a;
}

.head_disc {
	margin-bottom: 0;
}

/** 
 * Отметка об обязательности поля в форме регистрации
 * Можно сделать также сообщения о неправильном вводе
 */
.required_field {
	color:red;
}

/**
*Подписи к полям вода данных при редактировании профиля
*/
.edit_profile th {
	text-align:right;
	padding-right:5px;
}
.page_navigation{
	text-align:center;
}

.small_block{
	margin-bottom:1em;
}

.small_title{
	font-weight:bold;
	margin:2px;
	margin-bottom:1.5em;
	padding:0;
}
=============================
#content table, .authform {
	border-collapse:collapse;
}
.date
{
	color : #155a9c;
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.date_header {
	color: #9c1d00;
	font-size: 14px;
	font-family: Tahoma, verdana, arial, sans-serif;
	font-weight: bold;
}

.track_name {
	color: #5d3a17;
}

.track_time {
	font-size: 9px;
}
h1
{
	color: #9c1d00;
	font-size: 18px;
	font-family: Tahoma, verdana, arial, sans-serif;
	font-weight: bold;
}
h2
{
	color: #155a9c;
	font-size: 16px;
	font-family: Tahoma, verdana, arial, sans-serif;
	font-weight: bold;
}
h3
{
	color: #5d3a17;
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size : 12px;
}


form 
{
	margin: 0;
}

p, th, td, div, font, span
{
	font-family : verdana, arial, sans-serif;
	font-size : 11px;
}
ul
{
	margin-top : 0px;
	margin-bottom : 0px;
}
ol
{
	margin-top : 0px;
	margin-bottom : 0px;
}
a {
	color: #5d3a17;
}
a:visited {
	color: #3f362d;
}
a:link {
}

a:hover {
	color: #c50000;
}

hr
{
	border : none;
	border-bottom : 1px solid #afaca5;
	height : 1px;
	line-height : 1em;
}

.margins {
	float:left;
	margin:0 20px 10px 0;
}
.smallmargins {
	float:left;
	margin:0 10px 10px 0;
}
div.thumb_previews{
	width:250px;
	padding-bottom:10px;
	padding-right:10px;
	float:left;
}
img.preview, .preview img{
	border: 1px solid #5D3A17;
}
form.aplite_form input
{
	width : 200px;
	background-color : #EEEEEE;
	font-family : verdana, arial, sans-serif;
	font-size : 11px;
	border-width: 1px;
}

form.aplite_form select
{
	background-color : #EEEEEE;
	font-family : verdana, arial, sans-serif;
	font-size : 11px;	
}

form.aplite_form textarea
{
	background-color : #EEEEEE;
	scrollbar-base-color : #A79D90;
	font-family : verdana, arial, sans-serif;
	font-size : 11px;	
}

form.aplite_form input.checkbox
{
	width : auto;
	background-color : transparent;
}

form.aplite_form input.button, input[type=submit], input[type=button], button
{
	background: url(../img/design/form-bg_but.gif);
	border: 1px solid #b2aea8;
	color: #fff;
	height : 20px;
	padding-bottom : 3px;
}

/*    */
div#screen{
	position: fixed;
	left: 100px;
	top: 0px;
	padding:2px;
	display: none
}

div#screencontent{
	background-color: #EEE;
	margin: 5px 20px 5px 20px;
	padding:10px;
	width:360px
}


/*{						SHOP */
#goods p, #goods h3{
	margin: 0;
	padding: 0 0 2px 0;
}
#goods div.buybox{
	float: right;
	vertical-align: bottom;
	text-align: right;
	margin: 5px 5px 0 5px;
	clear: right;
}
#goods div.buybox p.price{
	font-size: 21px;
	color: #D40;
	font-weight: bold;
	margin-bottom: 5px;
}
#goods div.buybox div{
	visibility: hidden;
	height: 40px;
}
a.buylink, a.detaillink, a.redlink,
a.buylink:visited, a.detaillink:visited, a.redlink:visited{
	padding: 2px 17px 2px 17px;
	margin-left: 5px;
	text-align: center;
	min-width: 75px;
	color: #FFF;
	text-decoration: none;
}

a.buylink{
	background-color: #D40;
}
a.redlink{
	background-color: #a22;
}
a.detaillink, a.detaillink:visited{
	padding: 2px 10px 2px 10px;
	background-color: #234F7E;
}
span.english_order{
	color: #234FAE;
	font-weight: bold
}
#goods p.goodgroup, .d_blue{
	color: #23405E;
}
.edit_profile ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.edit_profile td{
	padding: 5px 10px;
}
/*}						SHOP */

.info_table{
 width: 510px;
 text-align:center;
 margin: 0 2px;
}
.info_table td, .info_table th, .info_table caption{
 border-bottom: 1px solid #A09488;
 padding: 5px;
}
.info_table caption{
 font-family: Tahoma, verdana, arial, sans-serif;
 text-align: left;
 font-size : 14px;
 font-weight: bold;
}
input.quantity{
 font-size: 8pt;
 width: 2em;
 background-color: #f7f7f7;
 
}
.errorlist li {
    width: 530px;
    display: block;
    vertical-align: top;
    margin-left: 80px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
    border-left: 1px solid #ff0000;
    border-right: 1px solid #ff0000;
    background: #f4c7c7;
    }
.flashbutton{    
 float:right;
 background-image: url(../img/whitespace.gif);
 width: 21px;
 height: 21px;
 padding:2px;
}
ul.about_the_group{
 list-style-position: outside;
 list-style-image: url(/media/img/arrows/orange-right.gif);
 margin:0;
 padding-left: 20px
}
ul.about_the_group li{
 margin: 5px 0;
}

#copyright { 
			text-decoration: none; 
			color: #000000; 
			font-size: 10px; 
			font-family: Tahoma, Arial; 
			font-weight: normal 
			}

.tariff {
	border-width: 1;
	border-color: #e5f0fb;
}
.warning {
	color: #000000;
	width: 520px;
	vertical-align: top;
	margin-left: 3px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	border-left: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	background: #f4c7c7;
	}

.blue {
	color: #000000;
	width: 520px;
	vertical-align: top;
	margin-left: 3px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #0078ff;
	border-bottom: 1px solid #0078ff;
	border-left: 1px solid #0078ff;
	border-right: 1px solid #0078ff;
	background: #b6d2fc;
	}

.green {
	color: #000000;
	width: 520px;
	vertical-align: top;
	margin-left: 3px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #029c23;
	border-bottom: 1px solid #029c23;
	border-left: 1px solid #029c23;
	border-right: 1px solid #029c23;
	background: #c4f9d6;
	}

.yellow {
	color: #000000;
	width: 520px;
	vertical-align: top;
	margin-left: 3px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #bac100;
	border-bottom: 1px solid #bac100;
	border-left: 1px solid #bac100;
	border-right: 1px solid #bac100;
	background: #feff90;
	}

.grey {
	color: #000000;
	width: 520px;
	vertical-align: top;
	margin-left: 3px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: #dadadc;
	}

.form_note {
			text-decoration: none;
			color: #000000;
			font-size: 10px;
			font-family: Tahoma, Arial;
			font-weight: normal
			}
