.menu_line, .footer_line
{
	background-image: url('/images/menu_line.gif');
	height:1px;
	background-repeat: repeat-x;
	background-position: 50%;
}

.menu_point
{
	padding-left:5px;
	padding-right:8px;
}

p
{

}

ul li
{
	margin-bottom: 3pt;
	margin-top: 3pt;
}

ol li
{
	margin-bottom: 7pt;
	margin-top: 7pt;
}

.top_text_padding
{
	padding-top: 20px;
}

.top_text, .logo
{
	font-size: 7.5pt;
	color: #777777;
}


.text_point
{
        padding-right: 9px;
        padding-left: 16px;
}


.line_text
{
        padding-right: 9px;
        color:#939393;
}

.point
{
        margin-top: 25px;
        margin-bottom: 12px;
}

.top_menu
{
	padding-left: 9px;
	font-weight: bold;
	width: 119px;
}

.table_border, .table_border td
{
	border-collapse: collapse;
	empty-cells: show;
	border-width:1px;
	border-color: #222222;
	border-style: solid;
}


a:link, a:hover, .menu_table a:link, .menu_table a:hover, .menu_table a:visited
{
	color: #ffffff;
	TEXT-DECORATION: underline;
}

a:visited
{
	color: #ffffff;
	TEXT-DECORATION: underline;
}



a.navilink , #navilink {
 font-family: Arial;
 font-size: 12px;
 color: #ffffff;
	  
 text-decoration: none;
}


a.navilink:hover {
	text-decoration: underline;
}

h1, .title
{
  
  font-family: Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
}

h2
{
	font-size:12pt;
	color: #4C4C4C;
/*	font-weight: normal; */
}

h3
{
	font-size:13pt;
	color: #4C4C4C;
	font-weight: normal;
}

form
{
	margin-bottom:0;
	margin-top:0;
}

img
{       
        border:0;
}

input, select, textarea
{
	font-family: Arial, Verdana, 'MS Sans Serif';
	font-size: 8pt;
	border: #777777 1px solid;
	color: #3D3D3D;
	padding: 1px;
}

.input_blur
{
	background: #F5F5F7;
}

.input_buttom_search
{
	font-family: Arial, Verdana, 'MS Sans Serif';

	border: #dddddd 1px solid;
	color: #3e3e3e;
}

.input_buttom_search_button
{
	border: #dddddd 1px solid;
	color: #333333;
	background-color: #dddddd;
}


hr  /* Для IE */
{
	height: 1px;
	color: #dadada;
	border: none;
}

/* Для 1 - 2 - 3 списка информационных элементов */
.current
{
	background-color:#E7E7E7;
	padding: 2px;
}

.news_date
{
	color: #C9D1D3;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 10px;
}

.news_title
{
        font-size: 12px;
	font-weight: bold;
}

.news_description
{
	padding-left:12px;
	margin-bottom:0em;
	color: #606060;
}

/* Полоска результатов для голосований */
.polls
{
	background-color:#999999;
	height:10px;
}



/*Стили для магазина*/

.shop_cart_table td, .shop_cart_table_title td
{
	padding-right: 10px;
	padding-left: 5px;
	border-right: 2px solid #ffffff;
	height: 25px;
}

.shop_cart_table td
{
	border-bottom: 1px solid #f1f1f1;
}

.shop_cart_table_title td
{
	background-color: #f1f1f1;
	font-weight: bold;
	height: 30px;
}

#error
{
	color: #FF5500;
	border: 1px solid #FF5500;
	padding: 10px 10px 10px 40px;
	margin: 5px 0px 5px 0px;
	width: 600px;
	clear: both;
	background: url('/hostcmsfiles/images/error.gif') no-repeat 10px 50%;
}

.price_table_border, .price_table_border td
{
	border-collapse: collapse;
	empty-cells: show;
	border-width:1px;
	border-color: #CCCCCC;
	border-style: dashed;
	padding-left: 5px;
}


/*   МОИ СТИЛИ */




body {

  margin: 0;
  padding: 0;
  background-color: #000000;
  text-align: center;	/* for ie 5 */
  
  font-family: Verdana, sans-serif;
  font-size: 11px;
}

#page {
  width: 800px; 
  height: 600px;  

	margin: auto; 
  margin-top: 0px;
  
  padding: 0px;
  text-align: left;
  
  background: black;
  
/* overflow: hidden;  /* важно ! */
  position: relative;
}


#top {
 width: 800px;
 height: 190px;
 margin: 0px;
 padding: 0px;
 background: url('/pic/top.jpg');
 position: absolute;  
 top: 0px;
}

#center {
 width: 800px;
 height: 383px;
 margin: 0px;
 padding: 0px;
 position: absolute; 
 top: 190px;
}

#leftCol {
	float: left;
	width: 85px;
	height: 383px;
	margin: 0px;
	padding: 0px;
 	position: absolute; 
 	top: 0px;
 	left: 0px;
	background: url('/pic/left.jpg');
}


#navi {
	float: left;
	width: 117px;
	height: 383px;
	margin: 0px;
  padding: 0px;
	background:  url('/pic/navi.jpg');
	position: absolute; 
  top: 0px;
  left: 85px;

}


#navi ul li {
	margin-top: 15px;
	margin-bottom: 15px;
}


a.navilink {
 font-family: Arial;
 font-size: 12px;
 color: #ffffff;
 text-decoration: none;
 padding: 3px;
 padding-bottom: 6px;
}

a.navilink:hover {
	text-decoration: underline;
}


.active_link {
 background-color: #171717;
}

#centerCol {
	float: left;
	width: 403px;	
	height: 383px;
	margin: 0px;
	padding: 0px;
	position: absolute; 
	top: 0px;
	left: 202px;

}

#block {
	width: 403px;
	height: 332px;
	margin: 0px;
	padding: 0px;
  position: absolute; 
  top: 0px;
  left: 0px;

	background:  url('/pic/block.jpg');
}

#block font , #footer a {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}

#content {
// см. файл scroll/style.css
}


.discography  {
clear: all;

}

.discname {
float: left;
width: 245px;

}

.disccover {
float: right;
width: 102px;
margin-left: 5px;
margin-bottom: 15px;
}



#block-bottom {
	width: 403px;
	height: 51px;
	margin: 0px;	
	padding: 0px;	
	position: absolute; 
	top: 332px;
	left: 0px;

	background:  url('/pic/block-bottom.jpg');	
}


#rightCol {
	float: right;
	width: 195px;
	height: 383px;
	margin: 0px;	
	padding: 0px;
  position: absolute; 
  top: 0px;
  left: 605px;
}

#rightColTop {

 width: 195px;
 height: 317px;
 margin: 0px;	
 padding: 0px;
 background: url('/pic/right-top.jpg');
 position: absolute; 
 top: 0px;
 left: 0px;
}

#rightColBottom {

	width: 195px;
	height: 66px;
	margin: 0px;	
	padding: 0px;
	background: url('/pic/right-bottom.jpg');
  position: absolute; 
  top: 317px;
  left: 0px;


}


#footer {
	width: 800px;
	height: 27px;
	margin: 0px;	
	padding: 0px;
	background: url('/pic/footer.jpg');	
  position: absolute; 
  top: 573px;
  left: 0px;

}

#footer a {
	text-decoration: underline;
	margin-left: 40px;
	
}



#clear {
	clear: both;
	height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	background: black;
}


a {
	font-family: Verdana, sans-serif;
}

a.hostcms {
	color: #c0c0c0;
}


img {
	border: 0;
}

h1, h2, h3 {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  color: white;
}

h1, h2 {
  font-size: 13px;
}

h2 {
margin-left: 200px;
}

h3 {
  font-size: 12px;
}

pre {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: white;
}




