/* colours */

.blue {
	color:#577b9f;
}
.green {
	color:#9ba300;
}
.pink {
	color:#970059;
}
.orange {
	color:#fb9f00;
}
.red {
	color:#e50000;
}
.purple {
	color:#9200e5;
}
.cyan {
	color:#00a4f9;
}
.grey {
	color:#7e7e7e;
}
.turq {
	color:#007e7c;
}

.blue_menu span {
	background:url(/images/blue-arrow.png) no-repeat 0 1px;
	padding-left:19px;
}
.green_menu span {
	background:url(/images/green-arrow.png) no-repeat 0 1px;
	padding-left:19px;
}
.pink_menu span {
	background:url(/images/pink-arrow.png) no-repeat 0 1px;
	padding-left:19px;
}
.orange_menu span {
	background:url(/images/orange-arrow.png) no-repeat 0 1px;
	padding-left:19px;
}
.red_menu span {
	background:url(/images/red-arrow.png) no-repeat 0 1px;
	padding-left:19px;
}
.purple_menu span {
	background:url(/images/purple-arrow.png) no-repeat 0 1px;
	padding-left:19px;
}
.cyan_menu span {
	background:url(/images/cyan-arrow.png) no-repeat 0 1px;
	padding-left:19px;
}
.grey_menu span {
	background:url(/images/grey-arrow.png) no-repeat 0 1px;
	padding-left:19px;
}
.turq_menu span {
	background:url(/images/turq-arrow.png) no-repeat 0 1px;
	padding-left:19px;
}

.pink_head {
	background:url(/images/head-bg-pink.gif) no-repeat;
}
.orange_head {
	background:url(/images/head-bg-orange.gif) no-repeat;
}
.red_head {
	background:url(/images/head-bg-red.gif) no-repeat;
}
.blue_head {
	background:url(/images/head-bg-blue.gif) no-repeat;
}
.green_head {
	background:url(/images/head-bg-green.gif) no-repeat;
}
.grey_head {
	background:url(/images/head-bg-grey.gif) no-repeat;
}
.right_head {
	text-align:right;
	padding-right:20px;
	background-position:top right;
}
.purple_head {
	background:url(/images/head-bg-purple.gif) no-repeat;
}


/* top 100 */

#top100 #left strong, #top100 #left a, #top100 #left h3 {
	font-weight:bold;
	color:#970059;
	text-decoration:none;
}
#top100 .heading {
	background:url(/images/head-bg-pink.gif) no-repeat;
}
#top100 .chart_pos {
	color:#970059;
}
#top100 #left h2 a {
	color:#fff;
	font-weight:normal;
}

/* music */

#music #left strong, #music #left a, #music #left h3 {
	font-weight:bold;
	color:#9ba300;
	text-decoration:none;
}
#music .heading {
	background:url(/images/head-bg-green.gif) no-repeat;
}
#music .chart_pos {
	color:#9ba300;
}
#music #left h2 a {
	color:#fff;
	font-weight:normal;
}

/* news */

#news #left strong, #news #left a, #news #left h3 {
	font-weight:bold;
	color:#577b9f;
	text-decoration:none;
}
#news #left strong {
    /* color:#e50000; */
    /* color:#909090; */
    color: #666;
}

#news .heading {
	background:url(/images/head-bg-blue.gif) no-repeat;
}
#news .chart_pos {
	color:#577b9f;
}
#news #left h2 a {
	color:#fff;
	font-weight:normal;
}
#news #left h4.grey {
	color:#7e7e7e;
	margin-top:-15px;
	font-size:100%;
	font-style:italic;
}

/* tech */

#tech #left strong, #tech #left a, #tech #left h3 {
	font-weight:bold;
	color:#fb9f00;
	text-decoration:none;
}
#tech .heading {
	background:url(/images/head-bg-orange.gif) no-repeat;
}
#tech #left h2 a {
	color:#fff;
	font-weight:normal;
}

/* guide */

#guide #left strong, #guide #left a, #guide #left h3 {
	font-weight:bold;
	color:#9200e5;
	text-decoration:none;
}
#guide .heading {
	background:url(/images/head-bg-purple.gif) no-repeat;
}
#guide .chart_pos {
	color:#9200e5;
}
#guide #left h2 a {
	color:#fff;
	font-weight:normal;
}

/* shop */

#shop #left strong, #shop #left a, #shop #left h3, #shop #left h1 {
	font-weight:bold;
	color:#007e7c;
	text-decoration:none;
}
#shop .heading {
	background:url(/images/head-bg-turq.gif) no-repeat;
}
#shop .chart_pos {
	color:#007e7c;
}
#shop #left h2 a {
	color:#fff;
	font-weight:normal;
}


