html, body  {
	height:100%;
	background-color: white
}
img.png {behavior: url("/images/pngbehavior.htc")}
form {margin: 0px}
* img {border: 0}

a {color: black}
a:hover {color: #FF9400}
a:visited {color: #606060}


.logo {
	position: relative;
}
.logo .smallgray {
	position: absolute; top: 25px; right: 40px
}

.searchinput {
    height: 24px;
    width: 175px;
    border-style: solid;
    border-width: 1px;

    border-left-color: white;
    border-top-color: #c2c2c2;
    border-bottom-color: #c2c2c2;
    border-right-color: #c2c2c2;
    font-size: 14px;
}
.greenprice {
	font-size: 20px;
	color: Green;
	font-weight: normal;
	padding-right: 10px;
}

#bl {
}

body,td {
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
}

th {
	font-size: 11px;
	height: 40px
}

.d_alf {
	position: relative; left: -39px
}
.d_alf div {
	display: none; 
	position: absolute;
	top: -26px;
	left:355px;
}
.pink {color: #F3B8B8}
a.alf, .alfdis, a:visited.alf {
	color: white;
	font-weight: bold;
}
.alf_active {
	background: white;
	display: block;
	padding: 11px 3px;
	color: #FF9400!important;
}

.mtxt {
    color: white;
    font-family: Arial;
    font-size: 9px;
}
.mtxt span {color: yellow}



h1 {
	font-family: Arial, Verdana;
	font-size: 21px;
	margin: 0px;
}
h2 {
	font-family: Arial, Verdana;
	font-size: 16px;
	margin: 0px;
}
h3 {
	font-family: Arial, Verdana;
	font-size: 1.2em;
	margin-bottom: 0px;
}
h3.header {
	text-transform: uppercase; 
}
h3.header_inner {
	font-size: 1.5em;
	text-transform: uppercase; 
}



a:link.arrow, a:visited.arrow {
	padding-left: 13px;
	background: url(/images/arrow-right.gif) no-repeat 0 3px;
}

a.smallgray {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: gray;
}





/* ALBUM COVER */
.newalbum {
	margin-top: 20px;
	position: relative;
	background: url(/images/album-shadow.gif) no-repeat 0 74px;
	float: left;
}
.newalbum div {
	height: 100px;
	width: 145px;
	margin-left: 80px;
	overflow: hidden;
	position: relative;
}
.albumcover {
	width: 74px; height: 74px;
	border: 0;
	position: absolute;
}
.albumname {
	padding-left: 14px;
	background: url(/images/albumico.gif) no-repeat 0 2px;
	font-size: 11px;
	display: block;
}
.middleartistname {
	padding-left: 14px;
	background: url(/images/artistico.gif) no-repeat 0 2px;
}
.artistname {
	padding-left: 14px;
	background: url(/images/artistico.gif) no-repeat 0 2px;
	font-size: 10px;
	color: gray;
}
.yearofalbum {
	position: absolute;
	font-size: 10px;
	color: gray;
	left: 22px;
	top: 78px;
}
.albumprice {
	background-color: #444;
	color: white;
	font-size: 10px;
	line-height: 24px;
	padding: 2 4px;
}


/* ALBUM SMALL COVER */
.newsmallalbum {
	margin-top: 20px;
	position: relative;
}
.newsmallalbum div {
	margin-left: 48px;
}
.smallalbumcover {
	width: 43px; height: 43px;
	border: 0;
	left: 0;
	top: 0;
	position: absolute;
}
.smallalbumname {
	font-size: 11px;
}
.smallartistname {
	font-size: 10px;
	color: gray;
}
.smallyearofalbum {
	font-size: 10px;
	color: gray;
}



/*INDEX PAGE NEWS*/
.news_td {
	border-top: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;
	width: 250px;
	padding-right: 20px;
	position: relative;
}
.newsitem {
	padding-left: 7px;
	margin-bottom: 25px;
}
.indexpagenews a:link,.indexpagenews a:visited{
	text-decoration: none;
}
.indexpagenews a:hover{
	text-decoration: underline;
}

.indexpagenews {
	padding-top: 15px;
	position: relative;
	font-size: 11px;
}
.headernews {
	top: -50px;
	position: absolute;
}
.indexnewsimage {
	float: left;
	width: 50px;
	height: 50px;
	border: solid 2px #f0f0f0;
	position: relative;
	left: -7px;
	background-repeat: no-repeat;
}




/*TOP TRACKS*/
.toptracks_new {
	position: relative;
	width: 290px;
	left: 10px;
	height: 450px;
	border: solid 1px white;
	overflow: auto;
}
.toptracks_new td {
	padding-bottom: 6px;
}
.headertoptracks_new {
	top: -48px;
	position: absolute;
}



.toptracks_td {
	border-top: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;
	width: 250px;
}

.toptracks {
	position: relative;
	border: solid 1px white;
}
.toptracks td {
	padding-bottom: 6px;
}
.headertoptracks {
	top: -48px;
	position: absolute;
}



/* BIG COVER */
.bigcover_container {
	top: -25px;
	background-repeat: no-repeat;
	position: relative;
	width: 306px;
}
.bigcover_img {
	top: 0;
	left: 0;
	z-index: 0;
	position: absolute;
}
.bigcover_albumname {
	font-family: Georgia, Times new roman;
	font-weight: normal;
	font-size: 2.1em;
}
.bigcover_artistname {
	font-family: Georgia, Times new roman;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 10px;
}
.bigcover_list {
	margin-left: 10px;
	padding-left: 13px;
	padding-bottom: 0;
}

.bigcover_list li{
	padding: 0 0 5px 0;
}

.bigcover_list li.selected {
	background: #f0f0f0;
}

.embedcode {
	margin-top: 20px; 
	padding: 10px; 
	background: #f5f5f5; 
	border: solid 2px #efefef; 
	font-size: 11px; 
	color: #777
}
.info {
	margin-top: 10px; 
	padding: 10px; 
	font-size: 11px; 
	color: #777
}

.embedcode input {
	width: 300px;
	margin: 10px 0;
	color: #c0c0c0


}
.embedcodeinput { 
	border: solid 8px #f2f2f2; position:absolute; right: 2; width: 375px; top: 50%; margin-top: -16px; color: #444;
}





.paging a:link,.paging a:visited {
	background: #f0f0f0;
	padding: 4px;
}
.paging a:hover {
	background: #f0f0f0;
	padding: 4px;
	text-decoration: none;
}

.paging b a:link, .paging b a:visited, .paging b a:hover {
	background: #FF9400;
	color: white;
}

.sort {
	margin: 20px 0; 
	font-size: 11px;
}
.sort a:link,.sort a:visited {
	margin: 4px 2px;
	text-decoration: none!important;
	border-bottom: dashed 1px gray;
}

.sort a:link b,.sort a:visited b {
	background: #FF9400;
	padding: 3px 5px;
	color: white;
}


.listofartists {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.listofartists li {
	padding: 5px 0;
	border-bottom: solid 1px #F1F1F1;
}





.listofgenres {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.listofgenres li {
	position: relative;
}

.genrelnk {
	padding-left: 20px;
}

.listofsubgenres {
	list-style-type: none;
	padding: 0 0 10px 0;
	margin: 0;
}
.listofsubgenres li {
	margin-left: 30px;
	font-size: 11px;
}

.subgenresblock {
	padding-bottom: 5px;
	margin-bottom: 5px;
}



.subgenres_closed, .subgenres_open {
	top: 2px;
	position: absolute;
	background: url(/images/plus.gif) no-repeat;
	width: 10px;
	height: 10px;
	font-size: 1px;
	display: block;
	float: left;
}
.subgenres_open {
	background: url(/images/minus.gif) no-repeat;
}


h1.albumpage_albumname {
	font-size: 1.5em;
	font-weight: normal;
}





.login_lnk,.register_lnk {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding: 3px 18px;
	margin-right: 10px;
	background: url(/images/key.gif) no-repeat 0 3px;
	border-right: dotted 1px gray;
}

.register_lnk {
	background: url(/images/reg.gif) no-repeat 0 3px;
	border: 0;
	margin: 0;
}
.smallgray {	
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

.balance {
	background: green;
	padding: 3px 5px;
	margin: 0 6px;
	color: white;
	line-height: 20px;
}







/* Tracklist Buttons */

.btn_text {position: absolute;left: -300px}
a:link.btn_buy_ru, a:visited.btn_buy_ru, a:link.btn_buy_en, a:visited.btn_buy_en, 
a:link.btn_download_ru, a:visited.btn_download_ru, a:link.btn_download_en, a:visited.btn_download_en,
a:link.btn_inalbum_ru, a:visited.btn_inalbum_ru, a:link.btn_inalbum_en, a:visited.btn_inalbum_en, 
a:link.btn_unavailable_ru, a:visited.btn_unavailable_ru, a:link.btn_unavailable_en, a:visited.btn_unavailable_en, 
a:link.btn_retry_ru, a:visited.btn_retry_ru, a:link.btn_retry_en, a:visited.btn_retry_en, 
a:link.btn_nofunds_ru, a:visited.btn_nofunds_ru, a:link.btn_nofunds_en, a:visited.btn_nofunds_en 
{
	margin: 4px;
	display: block;
	width: 69px;
	height: 30px;
	background: url(/images/tracklist_buttons.gif) no-repeat;
	overflow: hidden;
	position: relative;
}

a:link.btn_buy_ru, a:visited.btn_buy_ru {background-position: 0 -40px}
a:link.btn_buy_en, a:visited.btn_buy_en {background-position: -72 -40px}

a:link.btn_download_ru, a:visited.btn_download_ru {background-position: 0 -80px}
a:link.btn_download_en, a:visited.btn_download_en {background-position: -72 -80px}

a:link.btn_inalbum_ru, a:visited.btn_inalbum_ru {background-position: 0 0}
a:link.btn_inalbum_en, a:visited.btn_inalbum_en {background-position: -72 0}

a:link.btn_unavailable_ru, a:visited.btn_unavailable_ru {background-position: 0 -120}
a:link.btn_unavailable_en, a:visited.btn_unavailable_en {background-position: -72 -120}

a:link.btn_retry_ru, a:visited.btn_retry_ru {background-position: 0 -160}
a:link.btn_retry_en, a:visited.btn_retry_en {background-position: -72 -160}

a:link.btn_nofunds_ru, a:visited.btn_nofunds_ru {background-position: 0 -200}
a:link.btn_nofunds_en, a:visited.btn_nofunds_en {background-position: -72 -200}


.date {
	font-size: 11px;
	color: #444;
}


fieldset {
	margin-bottom: 20px;
}



.listofseries {
	list-style-type: none;
	padding: 10px 0;
	margin: 0;
}
.listofseries li {
	border-left: solid 3px #e0e0e0;
	margin: 5px 0;
	padding: 2px 0 4px 10px;
	display: block;	
	border-bottom: solid 1px #f0f0f0;

}

.listofseries li a {
	color: #FF9400
}



.listnewsitem {
	margin: 30px 0;
	padding-bottom: 30px;
	border-bottom: solid 1px #f0f0f0;
}
a:link.linkofnews,a:visited.linkofnews {
	text-decoration: none;
}
a:hover.linkofnews {
	text-decoration: underline;
}
.listofnewscontainer h3 {
	font-size: 2em;
}
.newscontainer h3 {
	font-size: 2em;
}



.aboutimg {
	width: 150px;
	float: left;
	margin: 0 15px 15px 0;
}

.infoheader {
	font-family: Georgia, Times New Roman;
	margin-bottom: 20px;
	font-size: 2.5em;
	color: #df0000;
}


.listofabout {
	list-style-type: none;
	padding: 10px 0;
	margin: 0;
}
.listofabout li {
	border-left: solid 3px #e0e0e0;
	margin: 5px 0;
	padding: 2px 0 4px 10px;
	display: block;	
	border-bottom: solid 1px #f0f0f0;

}

.listofabout li a {
	color: #FF9400
}
.listofabout li a:hover {
	text-decoration: none;
}

.searchresultinfo {
	color: #777;
	display: block;
	height: 30px;
	border-bottom: solid 4px #f0f0f0;
}
.searchmorelink {
	color: #777;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}
.searchmorelink a:link, .searchmorelink a:visited {
	color: #FF9400;
	font-size: 15px;
}
.playbutton {
	float: left; 
	width: 18px; 
	height: 13px; 
	overflow: hidden;
	margin-right: 5px;
}





/* PAGING */
.nums {
	margin: 30px 0;
}
.numbers {
	margin-top: 7px;
}
.active, .numbers a {
	display: bloack; float: left;
	padding: 4px 6px;
}
.numbers a:hover {
	background-color: #f0f0f0;
	text-decoration: none;
}
.active {
	background-color: #FF9400;
	color: white;
}
.arr {
	margin-right: 10px;
}
.disabled {
	color: #BBB;
}

.trk {
	padding: 6px 18px 6px 4px; 
	position: relative;
}
.trkn {
	display: block; cursor: help
}
.gln{background: #f7f7f7}
.wln{background: #fff}
.footerlink a {
	padding-left: 15px;
	margin-left: 10px;
	border-left: dotted 1px gray;
}

.cat {
	background: url(/images/bgmenu.gif) repeat-x;
	//background-position: 0 2px;
	width: 20%;
}
.cat div {
	margin: 0px; position: relative; cursor: pointer; cursor: hand;
}

.topgenres {
	text-align: center;
}
.topgenres a {
	padding-left: 15px;
	margin-left: 10px;
	border-left: dotted 1px gray;
}
.albumlist th {
	height: 35px;
}



/*  ---------------------------------  */
.mail_header_orange {
    font: bold 16px Verdana, Arial;
    color: #F69B00;
}

.mail_header {
    font: bold 16px Verdana, Arial;
}

.mail_small {
    font: 10px Verdana, Arial;
}

.mail_small_gray {
    font: 10px Verdana, Arial;
    color: #c0c0c0;
}

a:link.mail_link, a:visited.mail_link {
    color: #F69B00;
    text-decoration: none;
    border-bottom: 1px dashed;
}

a:hover.mail_link {
    color: red;
    text-decoration: underline;
    border-bottom: 0px dashed;
}

.orange{
    color: #F69B00;
}
/* ---------------------- */



.artist_tabs {
	border-bottom: solid 1px #ccc;
	margin-bottom: 10px;
}
.artist_tabs a{
	margin-left: 5px;
	line-height: 26px;
	padding: 6px 10px;
	background-color: #ccc;
	border: solid 1px #ccc;
}
.artist_tabs a:hover{
	background-color: white;
}

.artist_tabs a.sel{
	border: solid 1px #ccc;
	background-color: white;
	border-bottom: solid 1px white;
	text-decoration: none;
	color: gray;
}
