* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Console", Arial;
	color: #d3d3d3;
	font-size: 13px;
}

html {
	background: #202020 url(../images/bg-main.jpg) no-repeat 50% 0;
}

/*
h1, h2 {
	font-size: 28px;
	color: #f26622;
	font-weight: normal;
	padding-bottom: 10px;
}
*/
h1, h2 {
    font-size: 28px;
    color: #f26622;
    font-weight: normal;
    padding-bottom: 10px;
    line-height: 30px;
}

option {color:#000;}

input[disabled] {color: #e5e5e5;}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-bottom: 0.2em;
}
p a, #Rightcol p a, .inner p a, a.simple, #Rightcol a.simple, .inner a.simple {
	background-image: none;
	padding: 0;
	display: inline;
}
p a:hover, #Rightcol p a:hover, .inner p a:hover, #Rightcol a:hover.simple, .inner a:hover.simple  {
	background-image: none;
	padding: 0;
	display: inline;
}
img {
	border: 0;
	vertical-align: bottom;
}
fieldset {
	border: 0 none;
}
ul, li {
	list-style: none;
}

li.star {
	background: transparent url(../images/ico-star.gif) no-repeat right 4px;
}
li.starlight {
	background: transparent url(../images/ico-starlight.gif) no-repeat right 4px;
}

.box {
	display: block;
	margin-bottom: 1em;
}
.box label {
	display: block;
	padding-top: 6px;
	padding-bottom: 4px;
}

.box input.txt {
	margin-bottom: 7px;
	width: 100%;
    
    /* Dzoukr change */
    color: #000; 
}

/* Dzoukr change */
.box select.txt {
    margin-bottom: 7px;
    width: 100%;
    
    /* Dzoukr change */
    color: #000; 
}

/* Dzoukr change */
.box textarea.txt {
    margin-bottom: 7px;
    width: 100%;
    
    /* Dzoukr change */
    color: #000; 
}


.box ul {
	margin-top: 6px;
}
.box ul li {
	padding: 2px 0;
}
.box.info {
	background-color: #000;
	border: 1px solid #5c5c5c;
	float: left;
	width: 100%;
}
.box.info form {
	padding: 5px 10px 10px;
}
.box.info input.txt {
	margin: 0;
}
.box.info input {
	margin-top: 20px;
}
.box.info fieldset {
	float: left;
	width: 200px;
}
.box.info p {
	margin-top: 20px;
	float: right;
	width: 200px;
	font-size: 11px;
}

#Content {
	position: relative;
}
#Content h2 {
	padding-bottom: 0.2em;
}
#Content h2, h3 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
#Content p {
	margin-bottom: 0.8em;
}
#Content ul li {
	border-top: 1px solid #5c5c5c;
	padding: 3px 0 5px;
	position: relative;
}
#Content ul li span {
	display: block;
	padding-left: 26px;
}
#Content ul li .fav {
	position: absolute;
	right: 0;
	top: 4px;
	padding: 0;
	overflow: hidden;
	display: block;
	width: 16px;
	height: 15px;
	background: transparent url(../images/ico-star.gif);
	text-indent: 100px;
}
#Content ul li .favl {
	position: absolute;
	right: 0;
	top: 4px;
	padding: 0;
	overflow: hidden;
	display: block;
	width: 16px;
	height: 15px;
	background: transparent url(../images/ico-starlight.gif);
	text-indent: 100px;
}


#Header {
	
}
#Main {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#Logo {
	padding-top: 41px;
	margin-left: 18px;
}
#Topnav {
	color: #3b3b3b;
	position: absolute;
	top: 100px;
	left: 0;
}
#Topnav li {
	float: left;
}
#Topnav a {
	float: left;
	color: #3b3b3b;
	font-size: 17px;
	font-weight: bold;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 38px;
	padding: 0 0 2px 20px;
	margin-right: 20px;
	letter-spacing: -1px;
	width: 200px;
}
#Topnav li.type1		a { background-image: url(../images/bg-topnav01.gif); }
#Topnav li.type2		a { background-image: url(../images/bg-topnav02.gif); }
#Topnav li.type3		a { background-image: url(../images/bg-topnav03.gif); }
#Topnav li.type1.active a { background-image: url(../images/bg-topnav01a.gif); }
#Topnav li.type2.active a { background-image: url(../images/bg-topnav02a.gif); }
#Topnav li.type3.active a { background-image: url(../images/bg-topnav03a.gif); }

#MainWrapper {
	padding-top: 200px;
	padding-bottom: 60px;
}
#MainWrapper.wrapper .inner {
	width: 718px;
	float: left;
}
#Content {
	width: 440px;
	float: right;
	padding: 0 19px;
	border-left: 1px solid #5c5c5c;
	border-right: 1px solid #5c5c5c;
}
#LeftCol {
	width: 195px;
	float: left;
	padding: 0 19px;
}
#LeftCol ol li {
	padding-bottom: 12px;
}
#LeftCol ol li h6 {
	font-size: 13px;
}
#LeftCol ol li span {
	font-size: 12px;
	display: block;
	text-indent: 0;
	padding-bottom: 3px;
}

#RightCol {
	width: 202px;
	float: right;
	padding: 0 19px;
}
#RightCol a, .inner a {
	color: #23e7d7;
	padding-left: 25px;
	background: transparent url(../images/bullet-arrow-cyan.gif) no-repeat 0 4px;
}
#RightCol a.red, .inner a.red {
	color: #a53e0c;
	background-image: url(../images/bullet-arrow-red.gif);
}
#RightCol a:hover, .inner a:hover {
	color: #cf0;
	background-image: url(../images/bullet-arrow-active.gif);
}

#BannerZone {
	position: absolute;
	top: 160px;
	left: 0;
}
#BannerZone ul {
	background-color: #a53e0c;
	height: 100px;
	float: left;
	width: 960px;
	overflow: hidden;
}
#BannerZone li {
	color: #d3d3d3;
	width: 204px;
	float: left;
	padding: 2px 20px 0 20px;
	margin-left: -4px;
	height: 98px;
	background: transparent url(../images/bg-banner-dots.gif) no-repeat 0 6px;
	letter-spacing: -1px;
}
#BannerZone li span {
	color: #d29f86;
	font-size: 28px;
	display: block;
	letter-spacing: -2px;
}

/* Dzoukr change */
#tracksView
{
    position: relative;
    top: 60px;
}

.miniappDropdown
{
    background: gray;
    font-weight: bold;
}
/* HORIZONTAL
#sort-gauge {
    background-image: url(../images/bg-sort.gif);
    width: 220px;
    height: 42px;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    left: 13px;
    line-height: 38px;
    text-indent: 18px;
    padding: 0;
}

#stream-gauge {
    width: 220px;
    height: 42px;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 13px;
    line-height: 38px;
    text-indent: 18px;
    padding: 0;
}
*/

/* ORIGINAL
#stream-gauge {
	width: 220px;
	height: 42px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 38px;
	text-indent: 18px;
	padding: 0;
}
*/


/* VERTICAL */
#sort-gauge {
    background-image: url(../images/bg-sort.gif);
    width: 220px;
    height: 42px;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    line-height: 38px;
    text-indent: 18px;
    padding: 0;
    top: 50px;
}

#stream-gauge {
    width: 220px;
    height: 42px;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 38px;
    text-indent: 18px;
    padding: 0;
}



#stream-gauge.quality0 { background-image: url(../images/bg-stream0.gif); }
#stream-gauge.quality1 { background-image: url(../images/bg-stream1.gif); }
#stream-gauge.quality2 { background-image: url(../images/bg-stream2.gif); }
#stream-gauge.quality3 { background-image: url(../images/bg-stream3.gif); }

#Footer {
	width: 944px;
	padding: 8px;
	border-top: 1px solid #5c5c5c;
	float: left;
}
#Footer ul {
	float: left;
}
#Footer li a {
	background: transparent url(../images/bullet-arrow-grey.gif) no-repeat 0 4px;
	padding-left: 25px;
	color: #7e7e7e;
}
.copy {
	float: left;
	padding-right: 20px;
	color: #7e7e7e;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.left { float: left; }
.right { float: right; }


