/* Main */
html {
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-face-color: #c4c4c4;
scrollbar-shadow-color: #ffff;
scrollbar-highlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
}
body {
	margin: 0px;
	font: normal 12px verdana, arial, sans-serif;
	line-height: 15px;
	color: #000;
	background-color: #ddd;
	border: 1px dashed #CCCCCC;
	background-repeat: repeat;
}
a {	
color: #248391;	
text-decoration: none; 
}
a:hover {
color: #000;
text-decoration: none;
border-bottom: 1px dashed #912447;
}
a:active {
color: #000;
}
input, textarea, select {
	border-top: 1px solid #858585;
	border-right: 1px solid #BEBEBE;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #BEBEBE;
	background: #fff url(img/input_image.gif) repeat-x;
	font: normal 12px verdana, arial, sans-serif;
	color: #000;
	margin: 1px;
}
input.button {
border-top: 1px solid #DCDCDC;
border-right: 1px solid #BEBEBE;
border-bottom: 1px solid #858585;
border-left: 1px solid #BEBEBE;
background: #eee;
}
input.search {
background: #fff;
border: none;
}
h1, h2, h3 {
margin: 0px;
padding: 0px;
font-weight: normal;
}
ul li {
padding: 0 0 5px 0; 
line-height: 1.3em; 
color: #333333; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 120%; 
color: #7C7C7C;
}
ul {
list-style: none; 
margin: 0px 0px 0px 0px; 
padding-left: 0px; 
list-style-type: none; 
}
h1 {
	height: 100px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 24px;
	margin-left: 0;
}
h1#ru {
background: #fff url(ru/logo.png) no-repeat;
}
h1#en {
background: #fff url(en/logo.png) no-repeat;
}
#content  {
	position : absolute;
	left : 50%;
	width : 600px;
	margin-left : -300px;
	border: 1px solid #000;
	background-image: url(img/bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
/* Top Navigation */
#top {
	position: absolute;
	top : 100px;
	padding: 0px;
}
#top li {
margin: 0; 
padding: 0; 
display: inline;
list-style-type: none;
}
#top a:link, #top a:visited {
	float: left;
	font-size: 13px;
	line-height: 12px;
	font-weight: bold;
	margin: 4px 7px 0 7px;
	padding: 2px;
	text-decoration: none;
	border: none;
	color: #555;
}
#top a:hover {
padding: 2px;
color: #000;
border-bottom: 1px dashed #912447; 
}
#top a#lang {
float: right;
margin: 4px 2px 0 2px;
}
/* Right Naviagtion */
#menu {
	display: inline;
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 6px 3px 3px 0px;
	width: 160px;
}
#menu p  {
	font: normal 12px verdana, arial, sans-serif;
	line-height: 16px;
}
#menu h2 {
	color: #555;
	font: bold 15px "Trebuchet MS", Verdana, sans-serif;
	text-align: left;
	line-height: 17px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 5px;
	padding: 0 0 0 10px;
	background-image: url(img/h2_image.gif);
	background-repeat: no-repeat;
}
#menu ul {
padding-left: 15px;
margin: 0px;
margin-bottom: 4px;
border-bottom: 1px dashed #ddd;
}
#menu li  {
color: #eee;
font-size: 11px;
font-family: "Trebuchet MS", Verdana, sans-serif;
line-height: 100%;
text-align: left;
list-style-image: url(img/li_image.gif);
}
#menu img {
	border: 1px solid #D5D5D5;
	padding: 4px;
}
#menu .nb {
	border: none;
}
/* Main Content */
#main { 
	margin: 0px 185px 0px 10px; 
	padding: 3px; 
}
#main h2 {
	background: url(img/h2_image.gif) no-repeat;
	color: #555;
	font: bold 18px/20px "Trebuchet MS", Verdana, sans-serif;
	text-align: left;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 5px;
	padding: 0 0 0 10px;
}
#main p {
	font-size: 12px;
	margin: 1px 0 15px 0;
	padding: 0 0 0 0px;
	line-height: 16px;
}
#main li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	color: #000000;
	line-height: 16px;
}
#main blockquote {
	color: #999;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	text-align: left;
	margin: 5px 30px 5px 0px;
	padding-left: 5px;
	border-left: 5px solid #248391;
}
#main p.date {
	color: #555;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 5px 0;
	text-align: left;
}
#main p.posted  {
	color: #bbb;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	margin-bottom: 10px;
	padding: 3px;
	border-top: 1px dashed #ccc;
}
#main .tracklist {
	border-right: none;
	border-bottom: 1px dashed #CCCCCC;
	border-left: none;
}
#copyright {
	border-top: 1px dashed #cccccc;
	padding: 2px;
	text-align: center;
}
.fltrt {
	float: right;
}
.red {
	color: #FF0000;
}
.offer {
	font-size: 18px;
	font-weight: bold;
}
.em {
	font-style: italic;	
}
.price {
	color: #912447;
}
.highslide-html {
    background-color: white;
}
.highslide-html-content {
	position: absolute;
    display: none;
	width: 300px;
}
.highslide-body {
	padding: 0 10px 10px 10px;
}
.highslide-control {
	height: 20px;
	padding: 2px;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}