/* html */

body, h1, h2, h3, h4, h5, h6, p, div, form, dl, dt, dd, ul, li, ol, img, table {
	margin:0;
	padding:0;
	border:0;
}

body {
	font:70%/170% Verdana, Geneva, sans-serif;
	background:#fff url(/images/bg.gif) repeat;
	color:#404040;
	text-align:center;
	margin-bottom:20px;
}

p, h3, h4 {
	margin:15px 0;
}

h2 {
	font:120%/170% Helvetica, sans-serif;
	color:#fff;
	letter-spacing:1px;
	float:left;
}

h2 a {
	text-decoration:none;
	color:#fff;
	border-bottom:1px dotted #fff;
}

h3 {
	font:125%/170% Verdana, Geneva, sans-serif;
	font-weight:bold;
}

h4 {
	font-size:120%;
}

a {
	color:#6495b2;
}

a:hover {
	color:#b2b2b2;
}

.table_heading{
  background:url(/images/head-bg-blue.gif) no-repeat;
  margin: 0;
  padding-bottom: 0;
}

#container {
	margin:0 auto;
	text-align:left;
	width:952px;
}

/* top & nav */

#top {
	height:209px;
	margin-top:49px;
    position: relative;
    z-index: 9999;
}

	#top .top_banner {
		float:right;
		margin-right:9px;
	}
	#top h1 {
		padding:3px 0 0 14px;
		float:left;
	}
	#top .beta {
		float:left;
		width:39px;
		height:19px;
		margin:12px 0 0 85px;
	}
	#top .subscribe {
		background:url(/images/subscribe.gif) no-repeat;
		float:left;
		width:183px;
		height:19px;
		margin:12px 0 0 0px;
	}
	#top .strapline {
		background:url(/images/strapline.gif) no-repeat;
		float:left;
		width:268px;
		height:19px;
		margin:12px 0 0 92px;
	}
	#top .search {
		height:29px;
		background:url(/images/search-box.gif) no-repeat;
		margin:7px 10px 0 0;
		color:#404040;
              width: 400px;
		float:right;
	}
		#top .search a {
			color:#404040;
			text-decoration:none;
			border-bottom:1px dotted #404040;
			line-height:220%;
			font-weight:bold;
		}
		#top .searchbox input {
			font:100% Verdana, Arial, Helvetica, sans-serif;
			border:0;
			background:#808080;
			margin:4px 0 0 9px;
			padding:4px 0 4px;
			width:133px;
			float:left;
			color:#fff;
			font-weight:bold;
		}
		#top .searchbox input.submitbutt {
			background:none;
			width:auto;
			padding:0;
			float:left;
			margin:0 12px 0 9px;
		}

#nav {
	list-style:none;
	margin-top:8px;
}
	#nav li {
		float:left;
	}
	#nav a {
		display:block;
		width:105px;
		height:61px;
		background-repeat:no-repeat;
	}
	#nav a.newsButton {
		background-image:url(/images/news-button.png);
		width:107px;
	}
	#nav a.musicButton {
		background-image:url(/images/music-button.png);
	}
	#nav a.top100Button {
		background-image:url(/images/top100-button.png);
		width:106px;
	}
	#nav a.techButton {
		background-image:url(/images/tech-button.png);
	}
	#nav a.djtvButton {
		background-image:url(/images/djtv-button.png);
		width:106px;
	}
	#nav a.guideButton {
		background-image:url(/images/guide-button.png);
	}
	#nav a.chatButton {
		background-image:url(/images/chat-button.png);
		width:106px;
	}
	#nav a.forumButton {
		background-image:url(/images/forum-button.png);
		width:106px;
	}
	#nav a.dataButton {
		background-image:url(/images/data-button.png);
	}
	#nav a.shopButton {
		background-image:url(/images/shop-button.png);
		width:107px;
	}
	#nav a:hover, #top100 #nav a.top100Button, #music #nav a.musicButton, #news #nav a.newsButton, #guide #nav a.guideButton, #tech #nav a.techButton, #shop #nav a.shopButton {
		background-position:0 -62px;
	}
	#nav li ul {
		margin:0 0 0 1px;
		padding:0;
		position:absolute;
		visibility:hidden;
	}
	#nav li ul.turq_menu {
		margin:0 0 0 -59px;
	}
	#nav li ul li {
		float:none;
		display:inline;
	}
	#nav li ul li a	{
		width:150px;
		height:15px;
		padding:9px 10px 11px;
		background:url(/images/dropdown-bg.png) no-repeat;
		color:#666;
		text-decoration:none;
	}
	#nav li ul li a.last_drop {
		height:24px;
		background:url(/images/dropdown-bottom.png) no-repeat;
	}
	#nav li ul li a:hover {
		background-position:0 -35px;
	}
	#nav li ul li a.last_drop:hover {
		background-position:0 -44px;
	}


/* content */

#content {
	background:url(/images/grey-bg.gif) repeat-y right;
}
#left {
	float:left;
	width:624px;
}
	#textcol {
		padding:0 15px;
		border:1px solid #e5e5e5;
		background:#fff;
		margin-bottom:8px;
	}
		#textcol .heading {
			margin:-1px -16px 0;
			padding-bottom:27px;
		}
		#textcol .list {
			margin:15px 0 25px 25px;
			list-style:square;
		}
		#textcol .list li {
			margin:9px 0;
		}

#content li {
	margin-left:15px;
}

/* Home Page */

#home_left {
	float:left;
	width:280px;
	border:1px solid #e5e5e5;
	border-bottom:0;
	background:#fff;
	margin-bottom:8px;
	padding:0 15px;
}
#home_right {
	float:left;
	width:281px;
	border:1px solid #e5e5e5;
	border-left:0;
	border-bottom:0;
	background:#fff;
	margin-bottom:8px;
	padding:0 15px;
}
	#home_left h3, #home_right h3 {
		font-size:100%;
		margin:0;
	}
	#home_left p, #home_right p {
		margin:0;
	}
	#home_left a, #home_right a {
		font-weight:bold;
		text-decoration:none;
	}
	#home_left .home_news_block, #home_right .home_news_block {
		border-bottom:1px solid #e5e5e5;
		padding:10px 15px;
		height:121px;
		margin:0 -15px;
	}
	#home_left .home_news_block img {
		float:right;
		margin-left:15px
	}
	#home_left .heading, #home_right .heading {
		margin:-1px -16px 0;
		padding-bottom:27px;
	}
	#home_right .home_news_block img {
		float:left;
		margin-right:15px
	}

/* Top 100 */

.chart_block {
	height:122px;
	margin:0 -15px;
	border-bottom:1px solid #e5e5e5;
	line-height:165%;
	clear:both;
}
	.chart_pos {
		float:left;
		width:59px;
		height:82px;
		padding:40px 0 0;
		border-right:1px solid #e5e5e5;
		text-align:center;
		font:190%/170% Helvetica, sans-serif;
	}
		.more_det .chart_pos {
			height:146px;
			padding:105px 0 0;
		}
	.chart_det {
		float:left;
		width:462px;
		height:122px;
		padding:0 20px;
		border-right:1px solid #e5e5e5;
		font-size:90%;
	}
	.more_det {
		height:251px;
	}
		.chart_det strong {
			font-size:120%;
		}
		.chart_det a {
			font-size:110%;
		}
		.chart_det img {
			float:left;
			margin:7px 20px 0 0;
		}
	.chart_pic {
		float:left;
		width:502px;
		height:122px;
		border-right:1px solid #e5e5e5;
	}
	.chart_movement {
        padding: 10px 0 40px 0;
    }
	.chart_place {
		float:left;
		width:59px;
		height:67px;
		padding:0 0 0 0;
		text-align:center;
	}
		.more_det .chart_place {
			height:131px;
			padding:120px 0 0;
		}
.paging {
	margin:15px -10px;
	text-align:center;
}
.dj_facts {
	margin:0 -15px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:15px;
	min-height:130px;
}
	.fact_left {
		float:left;
		width:280px;
	}
	.fact_right {
		float:left;
		width:280px;
		margin-left:20px;
	}
.music_box {
	float:left;
	width:166px;
	height:215px;
	padding:0 15px;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
.music_box img {
    margin:0 auto;
    display:block;
}
.music_box a.download {
    background:url(/images/download-arrow.gif) no-repeat 9px 3px;
    height:25px;
    display:block;
    float:left;
    padding:0 0 0 26px;
}
.music_box a.listen {
    background:url(/images/headphones.gif) no-repeat;
    height:25px;
    display:block;
    float:left;
    padding:0 12px 0 25px;
    border-right:1px solid #e5e5e5;
}

/* Music */

.review_block {
	margin:0 -15px;
	border-bottom:1px solid #e5e5e5;
	line-height:165%;
	clear:both;
}
	.review_pic {
		float:left;
		width:154px;
		padding:20px 15px;
		text-align:center;
	}
	.review_det {
		float:left;
		width:402px;
		padding:0 15px;
	}
	.review_det strong {
		font-size:110%;
	}
	.review_det span {
		font-size:110%;
		display:block;
		height:5px;
	}
.music_det {
	width:522px;
	border:0;
	line-height:250%;
}
	.music_det a {
	}
	.music_det a.download {
		background:url(/images/download-arrow.gif) no-repeat 9px 6px;
		height:25px;
		display:block;
		float:left;
		padding:0 0 0 26px;
	}
	.music_det a.listen {
		background:url(/images/headphones.gif) no-repeat 0 3px;
		height:25px;
		display:block;
		float:left;
		padding:0 12px 0 25px;
		border-right:1px solid #e5e5e5;
	}

/* News */

.feat_left {
	float:left;
	width:284px;
}
.feat_right {
	float:left;
	width:284px;
	margin-left:24px;
}

/* Guide */

.listing {
	margin:0 -15px;
	padding:0 15px;
	border-bottom:1px solid #e5e5e5;
	line-height:165%;
	clear:both;
}
	.listing h3 {
		margin-bottom:-15px;
	}
	.listing a {
		border-bottom:1px dotted #7f7f7f;
	}

/* headings */

.heading {
	background:url(/images/head-bg-pink.gif) no-repeat;
	margin:-1px -21px 0;
	padding:4px 0 4px 15px;
}
	.head_drop {
		float:right;
		color:#fff;
		margin-top:2px;
	}
	.head_drop select {
		font:100%/170% Verdana, Geneva, sans-serif;
		margin:0 10px 0 0;
		vertical-align:middle;
	}

/* right column */

#right {
	float:right;
	width:300px;
	background:url(/images/right-top.gif) no-repeat top left;
	padding:9px;
}
	.advert_square {
              position: relative;
              z-index: -10;
		margin-bottom:10px;
	}
	.advert_sky1 {
		float:right;
		width:155px;
		margin-right:15px;
	}
	.advert_sky2 {
		float:right;
		width:120px;
	}
	.advert_djad {
		float:right;
		width:268px;
		margin:7px 0 0 0;
		background:#fff;
		border:1px solid #737373;
		padding:5px 10px;
		font:110%/170% Arial, Geneva, sans-serif;
		min-height:387px;
	}
		.advert_djad h3 {
			margin:-5px -10px;
		}
		.advert_djad a {
			text-decoration:none;
			color:#638cb4;
			font-size:90%;
		}
		.advert_djad a.headlink {
			font-weight:bold;
			text-decoration:underline;
			color:#666;
			font-size:100%;
		}

/* footer */

#footer_nav {
	clear:both;
	border:1px solid #e5e5e5;
	background:#fff url(/images/footer-gradient.gif) repeat-x bottom;
	padding:0 0 20px 5px;
}
	#footer_nav img.small_logo {
		margin-left:10px;
	}
	#footer_nav .cat_block {
		float:left;
		width:82px;
		border-right:1px solid #bfbfbf;
		padding:0 11px;
		min-height:180px;
	}
	#footer_nav h3 {
		margin:0;
		font:135%/170% Helvetica, Geneva, sans-serif;
		font-weight:normal;
	}
	#footer_nav ul {
		list-style:none;
		margin:3px 0 15px;
		font:90%/170% Arial, Geneva, sans-serif;
	}
	#footer_nav a {
		text-decoration:none;
		border-bottom:1px dotted #666;
		color:#403f3f;
	}
	#footer_nav a:hover {
		border-bottom:1px solid #666;
	}
	#footer_nav .last_cat {
		padding-right:0;
		border:0;
	}
	#footer_nav .languages {
		text-align:center;
		margin:20px 0 15px;
		font:90%/170% Arial, Geneva, sans-serif;
	}
	#footer_nav .languages img {
		vertical-align:middle;
		margin:0 5px 0 10px;
	}

#footer {
	margin:0 auto;
	text-align:left;
	width:952px;
	height:45px;
}
	#footer ul {
		list-style:none;
		margin:13px 20px;
	}
	#footer li {
		float:left;
		margin-right:52px;
	}
	#footer li.arrival {
		margin:0;
	}
	#footer li.radian {
		margin:0;
	}
	#footer strong {
		font-weight:bold;
		color:#F87217;
	}
	#footer a {
		color:#404040;
		text-decoration:none;
	}


/* extra */

.divider {
	margin:20px -15px;
	border-bottom:1px solid #e5e5e5;
	font-size:1px;
	clear:both;
}
hr {
	color:#e5e5e5;
	background-color:#e5e5e5;
	border:0;
	height:1px;
	clear:both;
}
.cleaner {
	clear:both;
}
.spacer {
	clear:both;
	height:75px;
}
.center {
	text-align:center;
}
.rt_align {
	text-align:right;
	padding-right:5px;
}
.firstpara {
	margin-top:0;
}
.smalltext {
	font-size:90%;
}
.imglft {
	float:left;
	margin:4px 20px 0 0;
}
.imgrt {
	float:right;
	margin:4px 0 0 20px;
}
.fltlft {
	float:left;
}
.fltrt {
	float:right;
}
.no_rb {
	border-right:0;
}
.no_border {
	border:0;
}
.no_pad {
	margin:0 -15px;
}
.hide, h1 span {
	position:absolute;
	left:-5000px;
	margin:0;
	padding:0;
}
.hide2 {
	display:none;
}


.sub_heading, .red_bold {
    color:#970059;
    font-weight: bold;
    font-size: 14px;
}

/*
table {
    border-style:solid;
    border-color:#ccc;
    border-collapse:collapse;
}
thead td {
    background:#fff url(/images/bg.gif) repeat;
    font-weight:bold;
}
td {
    border-width:1px;
    padding:4px 12px;
    border-style:solid;
    border-color:#ccc;
}
*/


.picture_caption {
    color: #909090;
}

.headline_text {
    font-weight: bold;
    color: #666;
}

/*
.error {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px auto;
    color: red;
    font-weight: bold;
    font-size: 120%;
}
*/

/* Shop */

.prod_left {
    float:left;
    width:280px;
    border-right:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    background:#fff;
    margin-left:-15px;
    padding:15px;
}
.prod_right {
    float:left;
    width:280px;
    border-bottom:1px solid #e5e5e5;
    background:#fff;
    margin-right:-15px;
    padding:15px;
}
    .prod_left h3, .prod_right h3 {
        font-size:90%;
        margin:0;
    }
    .prod_left p, .prod_right p {
        margin:0;
    }
    .prod_left a, .prod_right a {
        font-weight:bold;
        text-decoration:none;
    }
    .prod_left img, .prod_right img {
        float:right;
        margin-left:15px
    }
    .prod_left .price, .prod_right .price {
        margin-right:25px
    }


#shop_right {
    float:left;
    width:281px;
    border:1px solid #e5e5e5;
    border-left:0;
    border-bottom:0;
    background:#fff;
    margin-bottom:8px;
    padding:0 15px;
}

.error, .required {
    font-weight: bold;
    color: red;
}

.ui-tabs .ui-tabs-hide {
    display:none;
    position: absolute;
    left: -10000px;
    z-index: -200;
}

#product_info {
    /*border: 1px solid;*/
}

#product_wrapper h1, #product_wrapper h2 {
    color: #007E7C;
    font-weight: bold;
}

#product_wrapper p {
    clear: both;
}

#product_wrapper input[type="text"] {
    width: 30px;
    text-align: right
}

#product_pics {
    float: left;
    border: 1px solid #9BA300;
}

#product_info {
    float: left;
}

.product_pic_sm {
    float: left;
}

#products_pics_sm {
    border-top: solid 0px #9BA200;
}

#spacer {
    float: left;
}

#product_pic_lge {
    text-align: center;
    border: solid 0px;
}

#product_pic_lge p {
    text-align: left;
}

h2.cart {
    float: right;
    position: relative;
    left: -15px;
}

h2.adminheading {
    float: none;
    color: #000000;
}
