/*Background and body*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.separator {
	clear: both;
	height: 1px;
	margin-bottom: -1px;
}
/*Basic tags*/

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	line-height: 2em;
	text-align: left;
	margin: 10px;
}
p.star {
	color: #FF0000;
}
/*p.eject_button{
	border: 1px solid #333333;
	background-color: #FF66CC;
	position: absolute;
	top: 2px;
	right: 4px;
	padding: 0px 4px 0px 4px;
	text-align: center;
	line-height: 1.2em;
	margin: 0px;
}*/
p.eject_button{
	border: 1px solid #333333;
	background-color: #FF66CC;
	text-align: center;
	line-height: 1.2em;
	padding: 0px 4px 0px 4px;	
	margin: 2px 4px 0px 4px;
	float: right;
}
p.right {
	float: right;
}
h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 0.2em;
	color: #000000;
	position: relative;
	height: 53px;
	width: 200px;
	padding-top: 35px;
}	
h1 a {
	cursor: pointer;
}
h1 span {
	background-image: url('http://i827.photobucket.com/albums/zz197/djtutorweb/djtutor_logo.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	left: 0px;
	top: -1px;
	height: 88px;
	width: 200px;
}
h1 span:hover {
	background-position: 0px -88px;

}
h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;

}
h2.playbar{
	font-size: 1.2em;
}

h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 1.4em;
	color: #000000;
	font-weight: bold;
}
h3.error {
	color: #FF0000
}
h3#togglevis {
	font-size: 1.2em;
}
h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	margin: 12px;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
legend {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 1.4em;
	color: #000000;
	font-weight: bold;
}
fieldset p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	line-height: 2em;
	text-align: left;
	margin: 10px;
}

/*Lists*/
ul {
	text-align: left;
	list-style-type: none;

}

li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	text-align: left;
	list-style-type: none;
}
dt {
	font-weight: bold;
	font-size: 1.2em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
ol {
	text-align: left;
	list-style-type: decimal;	
}
ol li {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 7px;
	text-align: left;
}
ul.split li {
	clear: both;
	float: none;
	padding: 5px;
}


.centrelist {
	margin: 10px;
	list-style-type: circle;
}
.centrelist ul {
	margin: 20px;
}
.centrelist ul li {
	list-style-type: disc;
}
table.adlist {
	border: 1px solid #666666;
	text-align: center;
	width: 90%;
}
table.adlist caption {
	font-size: 1.3em;
	font-weight: bold;
}
table.adlist td {
	width: 18%;
	padding: 1%;
	border: 1px solid #666666;
	border-collapse: collapse;
}
td.error {
	color: #FF0000;
}


/*Links*/

a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	/*font-size: 1em;*/
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
	/*display: block;*/
}
a:hover {
	color: #000077;
}
a.off{
	color: #999999;
	text-decoration: none;
}
a.button {
	border: medium outset #999999;
	display: block;
	padding: 2px;
	float: right;
	background-color: #FFFFCC;
	margin: 0px;
}
a.button:hover {
	border: medium inset #999999;
	background-color: #FFFF99;
	text-decoration: none;
}
a.otherbutton {
	border: medium outset #999999;
	display: block;
	padding: 2px;
	float: left;
	margin: 2px;
}
a.otherbutton:hover {
	border: medium inset #999999;
	text-decoration: none;
}
a.emaillink{
	text-decoration: none;
}

p.skip, li.skip {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	position: absolute;
	top: 0px;
	left: -10000px;
	height: 1px;
	width: auto;
	margin: 0px;
	padding: 0px;
	border: none;
}

/*Masthead and Logo*/



#masthead {
	background-image: none;
	padding: 0px;
	float: left;
	height: 1%;
	width: 100%;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;

}
#wraplogo {
	float: left;
	height: 1%;
	width: 140px;

}
#wraplogo h2 {
	width: 140px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0.1em;
	float: left;
	font-weight: bold;
	text-align: justify;
}
#logo {
	padding: 0px;
	float: left;
	height: 88px;
	width: 200px;
	margin: 0px;

}
#topnav {

	height: 1%;
	width: 25em;
	margin: 0px;
	padding-top: 0px;
	float: right;
	}
#topnav h2{


	float: right;
	margin: 0.1em 0px 0px;
	padding-right: 0px;
	font-size: 1.2em;
	line-height: 1em;
}
#topnav h2 a {
	font-size: 1em;
}
#topnav ul {
	float: right;
	margin-top: 2.2em;
	position: relative;
	margin-left: -10em;

}
#topnav ul li {
	float: left;
	margin: 0.25em 0em 0.7em 0.2em;
	padding: 0em 0.25em 0.2em;
	font-size: 1.2em;
	font-weight: bold;
	color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	list-style-type: none;


}
#topnav ul li.endlink {
	border: none;
}
#topnav ul li ul {
	position: absolute;
	top: -1.0em;
	right: 0em;
	width: 50em;
	padding-top: 8px;
	height: auto;
	float: right;

}
#topnav ul li ul  {
	display: none;
}
#topnav ul li:hover ul {
	display: block;
}
#topnav ul li.nodrop:hover ul {
	display: none;
}
#topnav ul li ul#menu_pagestyledrop, #topnav ul li ul#menu_layoutdrop {
	display: block;
}
#topnav ul li ul li { 
	margin: 0px 0px 0px 0px;
	padding:  0px;
	border: none;
	width: auto;
	background-color:#FFFFFF;
	float:right;
	font-size: 1em;
	}
#topnav ul li ul li a{
	font-size: 1em;
	display: block;
	margin: 0px;
	position: relative;
	width: auto;
	height: 22px;
	padding-top: 20px;
	padding-right: 12px;
	border: none;
	padding-bottom: 10px;
	padding-left: 70px;
	float: left;
	color: #000000;

}
#topnav ul#topnavlist {
	margin-top: 0px;
	margin-bottom: 0px;
}
#topnav ul#topnavlist li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	

}
li#menuaccesskeys a {
	background-image: url('http://i827.photobucket.com/albums/zz197/djtutorweb/1.jpg');
	background-repeat: no-repeat;
	background-position: 8px 1px;
}
li#menuaccessibility a {
	background-image: url('http://i827.photobucket.com/albums/zz197/djtutorweb/2.jpg');
	background-repeat: no-repeat;
	background-position: 8px 1px;
}
li#menuaccesstips a {
	background-image: url('http://i827.photobucket.com/albums/zz197/djtutorweb/3.jpg');
	background-repeat: no-repeat;
	background-position: 8px 1px;
}
li#menuthumbs a {
	background-image: url(images/thumbs/topnav/layout/thumbs.gif);
	background-repeat: no-repeat;
	background-position: 9px 7px;
}
li#menudetails a {
	background-image: url(images/thumbs/topnav/layout/details.gif);
	background-repeat: no-repeat;
	background-position: 9px 7px;
}
li#menuuser a {
	background-image: url(images/thumbs/topnav/pagestyle/user.gif);
	background-repeat: no-repeat;
	background-position: 14px 1px;
}
li#menudefault a {
	background-image: url(images/thumbs/topnav/pagestyle/default.gif);
	background-repeat: no-repeat;
	background-position: 14px 1px;
}
li#menuaccesskeys a:hover {
	background-image: url('http://i827.photobucket.com/albums/zz197/djtutorweb/1.jpg');
	background-repeat: no-repeat;
	background-position: 8px -99px;
}
li#menuaccessibility a:hover {
	background-image: url('http://i827.photobucket.com/albums/zz197/djtutorweb/2.jpg');
	background-repeat: no-repeat;
	background-position: 8px -99px;
}
li#menuaccesstips a:hover {
	background-image: url('http://i827.photobucket.com/albums/zz197/djtutorweb/1.jpg');
	background-repeat: no-repeat;
	background-position: 8px -99px;
}
li#menuthumbs a:hover {
	background-image: url(images/thumbs/topnav/layout/thumbs.gif);
	background-repeat: no-repeat;
	background-position: 9px -93px;
}
li#menudetails a:hover {
	background-image: url(images/thumbs/topnav/layout/details.gif);
	background-repeat: no-repeat;
	background-position: 9px -93px;
}
li#menuuser a:hover {
	background-image: url(images/thumbs/topnav/pagestyle/user.gif);
	background-repeat: no-repeat;
	background-position: 14px -99px;
}
li#menudefault a:hover {
	background-image: url(images/thumbs/topnav/pagestyle/default.gif);
	background-repeat: no-repeat;
	background-position: 14px -99px;
}
.leaderboardwrap {
	width: 100%;
	text-align: center;
	float: left;
	height: 1%;
}
.leaderboard {
	height: 90px;
	width: 728px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;

}
.bannerboard {
	float: right;
	height: 60px;
	width: 468px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	border: 1px solid #FFFFFF;
}
.bannerboard1 {
	float: right;
	height: 60px;
	width: 468px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	border: 1px solid #330000;
}
.bannerboard img {
	/*width: 468px;
	height: 60px;*/
	float: left;
	border: none;
}
/*navbars*/


.navbar {
	margin-top: 14px;
	margin-bottom: 8px;
	float: left;
	width: 100%;
	text-align: center;
	height: 1%;
	background-image:url('http://i827.photobucket.com/albums/zz197/djtutorweb/bottomtab.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 2px;	
	padding-bottom: 0px;
	height: 5.6em;

}
.navbarliner {
	height: 4.8em;
	width: 100%
	
}
.navbarliner ul {
	height: 1%;
	margin: 0px auto 10px;
	z-index: 0;
	float: left;
	padding: 0px 10px 8px 40px;
	text-align: center;
}
.navbarliner ul li {
	padding: 0px 6px 0px 0px;
	float: left;
	width: auto;
	margin-top: 4px;
	margin-right: 0.2em;
	margin-left: 0.2em;
	height: 3.1em;
	background-image: url('http://i827.photobucket.com/albums/zz197/djtutorweb/righttab.gif');
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	text-align: center;

	/*top: -1px;*/
}
.navbarliner ul li a {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	width: 7.5em;
	background-image: url('http://i827.photobucket.com/albums/zz197/djtutorweb/lefttab.gif');
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000099;
	height: 2.4em;
	background-position: left top;
	text-transform: capitalize;
	line-height: 1.2em;
	padding-top: 3px;
	padding-right: 0.3em;
	padding-left: 0.3em;

}
.navbarliner ul li a:hover {
	color: #000000;
}
#sidebarthumbs, #sidebardetails {
	height: 1%;
	width: 12em;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	float: left;


}

#sidebarthumbs ul, #sidebardetails ul {
	margin: 0px;
	z-index: 1000;
	width: 100%;
	padding: 0px; 
	/*background-color:#FF00FF;*/
	

}
#sidebarthumbs ul li, #sidebardetails ul li  {
	height: 1%;
	width: 100%;
	font-size: 1.8em;
	font-family: 'Arial Black', Gadget, sans-serif;
	line-height: 1.1em; 
	text-transform: uppercase;
	color: #000033;
	border-top: 1px solid #AABBFF;
	margin:0px;
	padding: 2px 0px 0px;
	text-align: center;
	/*background-color:#FFFF00;*/
	display: block;
	background-image: url(http://i827.photobucket.com/albums/zz197/djtutorweb/bluearrowdown.gif);
	background-repeat: no-repeat;
	background-position: center 1.3em;
	
	

}
#sidebardetails ul li ul {
	padding-top: 4px;
	margin: 30px 0px 4px 0px;

	}
#sidebarthumbs ul li ul li, #sidebardetails ul li ul li  {
	height: 1%;
	width: 100%;
	font-weight: normal;
	text-align: left;
	font-size: 0.8em;
	color: #000033;
	font-family: 'Arial Black', Gadget, sans-serif;
	text-transform: none;
	/*background-color: #66FF00;*/
	margin: 0px;
	padding: 0px 0px 0px 40px;
	border: none;
	display: block;
	line-height: 1.1em;
	background-image: none;
	background-repeat:no-repeat;
	background-position: left -1px;
	cursor: pointer;
}
#sidebardetails ul li ul li:hover  {
	color: #000099;
}
#sidebardetails ul li ul li span {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	font-weight: normal;
	text-align: left;
	line-height: 2em;
	background-image: none;
	text-decoration: none;	
}
#sidebardetails ul li ul li ul {
	margin: -7px 0px 11px -55px;
	padding-left: 55px;
	background-color: #FFFFFF;
}
#sidebardetails ul li ul li ul li {
	border: none;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	height: 1%;
	text-align: left;
	background-image: none;

}
#sidebardetails ul li ul li ul li a {
	width: 86%;
	display: block;
	margin-left: 10%;
	height: 1.65em;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 0px;
	color: #000000;
	text-decoration: none
}
#sidebardetails ul li ul li ul li a:hover {
	background-color: #999999;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebardetails ul li ul li ul li ul {
	display: none;
}
#sidebardetails ul li ul li ul li:hover {
	position: relative;
}
#sidebardetails ul li ul li ul li:hover ul {
	display: block;
	position: absolute;
	left: 12em;
	top: -22px;
	width: 16.3em;
	background-color: #FFFFFF;
	padding: 4px;
	z-index: 3000;
	border-left: 1px solid #999999;


}
#sidebardetails ul li ul li ul li ul li {
	font-size: 1em;
	height: 2em;
	width: auto;
	padding: 0px;
	margin: 0px;


}
#sidebardetails ul li ul li ul li ul li.toplink {
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	height: 1.4em;
	width:16em;
	position: relative;
	left: -4em;
	padding: 0.6em 0px 0px 4.5em;
	background-color: transparent;
}

#sidebardetails ul li ul li ul li ul li a {
	font-size: 0.95em;
	line-height: 2em;
	width: 13em;
	height: 2em;
	margin: 0px;
	border: none;
	padding: 0px 0px 0px 0.4em;
}
#sidebardetails ul li ul li ul li ul li a:active {
	background-color: #993399;
}
#sidebarthumbs ul.show_ref, #sidebardetails ul.show_ref {
	display: none;
}
#sidebardetails ul li ul li ul.show_drop{
	display: block;
}
#sidebardetails ul li ul li ul.hide_drop {
	display: block;
}
.show_ref {
	display: none;
}
.hide_ref {
	display: block;
}
#wrapper {
	width: 96%;
	height: 1%;
	margin-left: auto;
	margin-right: auto;

}
#innerwrapper {
	width: 100%;
	height: 1%;
	float: left;
	padding: 0px;
	margin: 1.2em 0px 0px;

}
#innerliner {
	width: 100%;
	height: 1%;
	float: left;
	padding: 0px;
	margin: 0px;
/*	background-image: url(images/favediscsellaskins.jpg);
	background-repeat: no-repeat;
	background-position: right 8px;*/
}
.container1 {
	float: left;
	height: 1%;
	width: 12em;
}
.containerwide, .containernotsowide {
	padding: 0px;
	float: right;
	height: 1%;
	width: 75%;
	margin-top: 0.3em;
}
#toppage {
	background-image: url(http://i827.photobucket.com/albums/zz197/djtutorweb/cornerleft.gif);
	background-repeat: no-repeat;
	width: 100%;
	background-position: left top;
	height: 1%;	
}
#toppage h2 {
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size: 2em;
	font-weight: normal;
	width: 100%;
	line-height:1em;
	height: 1.1em;
	border-top: 1px solid #993399;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
	background-image: url(http://i827.photobucket.com/albums/zz197/djtutorweb/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 2px;
	margin-bottom: 10px;

}
h2 span.toppagesub {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: none;
	padding-left: 50px;
}
.horizboxg h2 {
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size: 2em;
	font-weight: normal;
	width: 100%;
	line-height:1em;
	height: 1.1em;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
}
#wrappervidfull {
	float: left;
	height: 1%;
	width: 454px;
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: -2px;
	padding: 0px;
	min-height: 46.2em;
	background-color: #FFFFFF;

}
.containervidfull {
	float: left;
	height: 1%;
	width: 444px;
	border: 1px solid #666666;
	padding: 4px 0px;
	text-align: center;
	min-height: 46.2em;
}
.containervidfull p {
	margin-left: 13px;
	font-size: 1.1em;
	line-height: 1.82em;

}
.containervidfull p.tagline {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2em;
}
.containervidfull ul.about {
	padding-top: 0px;
	margin-left: 13px;
	margin-bottom: 10px;
	
}
.containervidfull ul.about li {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.2em;
	line-height: 1.67em;
	display: block;
}
.containervidfull ul.about li span {
	display: block;
}
.containervidfull p object {
	margin-top: -4px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	float: left;
}
.containervidfull h2 {
	width: 96%;
	font-size: 1.3em;
	background-color: #99CCCC;
	background-image: url(images/gradientlightblue.gif);
	background-repeat: repeat-x;
	color: #000000;
	margin: 0px 4px 4px 4px;
	padding-top: 6px;
	padding-bottom: 0.5em;
	padding-left: 2%;
	height: 1.4em;
	text-align: left;
}
.containervidfull h2#homepagehead {
	font-family: 'Arial Black', Gadget, sans-serif;
	color:#333333;
	font-size: 1.5em;
	height: 1.1em;
}
.containervidfull h3 {
	font-size: 1.2em;
	line-height: 1.67em;
	text-align: left;
	margin-left: 13px;
	margin-top: 20px;

}
.containervidfull h4 {
	margin: 20px 2px 10px 0px;
	font-size: 1.2em;
	line-height: 1.67em;
	font-weight: bold;
	text-align: left;
	padding: 0px;
}
.containervidfull h3.nudge {
	margin-left: 13px;
	margin-top: 20px;
}
.containervidfull img {
	margin: 0.5em 10px 0px 13px;
	padding: 3px;
	border: none; 
	float: left;
	
}
.containervidfull p#waiting {
	position: absolute;
	top: 100px;
	left: 20px;
	z-index: 1;
	width: 100%;
}
.linervidfull {
	float: left;
	width: 100%;
	height: 1%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	padding-bottom: 0.5em;

}
.linervidfull h2 {
	text-align: center;
	font-size: 2em;
	font-family: 'Arial Black', Gadget, sans-serif;
	font-weight: normal;
	background-color: transparent;
	background-image: none;
	position: relative;
	left: 0px;
	top: 20px;
}

#commentsbox {
	height: 1%;
	width: 100%;
	float: left;
	margin:  -3px 0px;
}
#commentsbox ul li {
	font-size: 1.2em;
	float: left;
	font-weight: bold;
	padding: 0.3em 8px;
	height: 1%;
}
#commentsbox ul li#togglecomments {
	position: relative;
}
#commentsbox ul li.endlink {
	float: right;
}
#commentsbox ul li a {
	display: block;
	font-weight: normal;
	padding-right: 15px;		
}
#commentsbox ul li ul {
	position: absolute
}
#responsesbox, #authorbox {
	height: 1%;
	width: 478px;
	float: left;
	background-color: #FFFF99;
	border: 1px solid #666666; 
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;	
}
#authorbox {
	width: 480px;
	background-color: #99CCCC;
	background-image: url(images/gradientlightblue.gif);
	background-repeat: repeat-x;
	border: none;
}
#closebuttonbox {
	height: 1%;
	width: 98%;
	float: left;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 4px;
	margin-left: 4px;	
}
#authorbox h3 {
	font-family: 'Arial Black', Gadget, sans-serif;
	font-weight: normal;
	color:#333333;
	font-size: 1.5em;
	text-align: center;
	margin-top: 0px;
}
.horizbox, .horizboxp, .horizboxg {
	width: 94%;
	margin: 4px 0px -2px;
	float: left;
	height: 1%;
	padding-top: 3px;
	padding-right: 2%;
	padding-bottom: 3px;
	padding-left: 2%;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
.horizbox {
	width: 100%;
	margin: 7px 0px -6px 0px;
	min-height: 130px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
}
.horizboxp{
	min-height: 4.2em;
	margin-bottom: 3px;
}
.horizboxg{
	min-height: 6.2em;
}
.horizboxg #rotator {
	float: right;
	width: 200px;
	margin-top: 10px;
}
#instructions {
	text-align: left;
	width: auto;
	height: 1%;
	float: left;
}
#prizes {
	text-align: left;
	width: 40%;
	height: 1%;
	float: left;
}
#winner_img {
	float: left;
	width: auto;
}
.horizbox h3, .horizboxp h3, .horizboxg h3, .horizboxp h4 {
	font-size: 1.3em;
	font-weight: bold;
	width: auto;
	margin: 2px 16px 0px 10px;
	padding: 0px;
	float: left;
	line-height: 1.4em;
}
.horizbox h3 {
	margin-left: 0px;
}
.horizboxp h4 {
	float: right;
}
.horizbox p, .horizboxp p, .horizboxg p {
	font-size: 1.1em;
	width: 90%;
	float: left;
	margin: 0px 16px 0px 10px;
	padding: 0px;
	clear: both;
	line-height: 2em;
}
.horizboxp p {
	max-width: 14em;
	margin: 14px 2% 5px 2%;
	padding: 0px;
	clear: left;
	float: left;
	font-size: 1.1em;
	line-height: 1.82em;
	width: 96%;
}

.horizbox .quotetext {
	margin-left: 4px;
	float: left;
	width: 60%;
}
.horizbox .quotetext p{
	width: 90%;
}
.horizbox h3 {
	font-size: 1.3em;
	margin:  0px;
	background-color: #99CCCC;
	background-image: url(images/gradientlightblue.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 2%;
	width: 98%;
	text-align: left;
}
.horizboxp h3 span {
	font-weight: normal;
}
.horizbox .quotethumb {
	margin-right: 44px;
	float: right;
	width: 15em;
	margin-top: 10px;
}
#wts_bottom_right a img{
	border: 1px solid #333333;
	padding: 2px;
}

#wts_bottom_right a:hover img{	
	border: 1px solid #CC00FF ;
	background-color: #CC00FF;
}
.horizbox .quotethumb p{
	clear: none;
	margin: 0px;
	width: auto;
}
.horizbox a  {
	float: right;
	display: block;
	margin: 0px;
}
.horizboxp ul {
	float: left;
	position: relative;
	z-index: 1;
}
.horizboxp ul li {
	position: relative;
	float: left;
	width: 10em;
	margin: 2px;
	font-size: 1.4em;
	padding: 0px;
	font-weight: bold;
	z-index: 1000;
}
.horizboxp ul li.search_name {
	width: 15em;
}
.horizboxp ul li span{
	border: 1px solid #333333;
	width: 10.75em;
	line-height: 1.6em;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	font-size: 0.9em;
	float: left;
	background-color: #EEEEEE;
	background-image: url(images/greyarrowdown.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.horizboxp ul li.search_name span {
	width: 16.3em;
}

.horizboxp ul li span a{
	color: #000033;
	text-decoration: none;
	font-weight: normal;
	background-color: #EEEEEE;
	width: auto;
	float: left;
	}
.horizboxp ul li ul {
	display: none;
	position: absolute;
	top: 17px;
	left: 0px;
	background-color: #EEEEEE;
	z-index: 3000;
	width: 100%;
	border: 1px solid #333333;
	height: 14em;
	overflow: auto;
}
.horizboxp ul li:hover ul {
	display: block;
}
ul#menu_genres_drop, ul#menu_formats_drop, ul#menu_names_drop {
	display: block;
	top: 2.5em;
}
.horizboxp ul li ul li {
	margin: 1px;
	clear: both;
	width: 85%;
	
}
.horizboxp ul li ul li a {
	font-size: 0.67em;
	display: block;
	padding: 1px;
	text-decoration: none;
	color: #000033;
	font-weight: normal;
	margin: 0px;
	background-color: #EEEEEE;
	width: 98%;
	border: 1px solid #FFFFFF;
}
.horizboxp ul li ul li a:hover {
	background-color: #FCFCFC;
	color: #000066;
}
#prizes h3 {
	width: 98%;
}
#footer {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1%;
	padding: 1%;
	clear: both;
	float: left;
	height: 1%;
	width: 95%;
	border: 1px solid #999999;
}
#valid {
	height: 1%;
	width: auto;
	float: right;
	padding: 15px;
	margin: 15px;
	border: 1px solid #333333;
}
.boxout3 {
	float: left;
	width: 98%;
	margin: 10px 0px 10px 0px;
	height: 1%;
	padding: 15px 1% 15px 1%;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
.boxout3 h2 {
	font-size: 2em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 1em;
}
.boxout3 h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 2em;
	text-align: left;
}
.boxout3 h4 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
	text-align: left;
	
}
.boxout3 p{
	font-size: 1.2em;
	line-height: 2em;
}
.boxout3 li {
	font-size: 1.3em;
	line-height: 2em;

}.boxout3 li ul{
	margin-left: 3em;
}
.boxout3 li ul li {
	font-size: 0.9em;
	line-height: 1.3em;	
}
.boxout3 img {
	margin-top: 20px;
 } 
.overflow {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 30em;
	overflow: scroll;
}
p.loginshortcut {
	margin: 30px;
	float: right;
}
img.compprize, h3.compprize {
	border: none;
	text-align: center;
}
h4.ebayhead {
	text-align: left;
	font-size: 1.3em;
}
h4.ebayhead a {
	margin-right: 3em;
}
.ebaybox1, .ebaybox3, .ebaybox4, .ebaybox2_vestax, .ebaybox2_pioneer, .ebaybox2_kam {
	float: left;
	height: 17em;
	width: 17em;
	padding: 0px;
	margin: 0px 7px 7px 7px;
	background-position: 1.5em;
}
.ebaybox1 p {
	margin-top: 2.1em;
	font-size: 1.2em;
}
.ebaybox3 p, .ebaybox4 p, .ebaybox2_vestax p, .ebaybox2_pioneer p, .ebaybox2_kam p {
	float: left;
	height: 17em;
	width: 17em;
	margin: 0px;
	text-align: center;
	font-size: 1.2em;
}

.ebaybox3 a, .ebaybox4 a, .ebaybox2_vestax a, .ebaybox2_pioneer a, .ebaybox2_kam a {
	display: block;
	height: 7em;
	width: 17em;	
	margin: 0px;
	padding-top: 10em;
	background-repeat: no-repeat;
	background-position: center top;
}
.ebaybox3 a {
	background-image: url(images/ebay/tutorlogo.gif);
}	
.ebaybox4 a {
	background-image: url(images/ebay/ebaylogo.gif);
}	
.ebaybox2_vestax a {
	background-image: url(images/ebay/vestaxlogo.gif);
}	
.ebaybox2_pioneer a {
	background-image: url(images/ebay/pioneerlogo.gif);
}	
.ebaybox2_kam a {
	background-image: url(images/ebay/kamlogo.gif);
}	
table.backstats thead {
	font-size: 1.4em;
}
table.backstats td {
	height: 2.5em;
	width: 20%;
	border-bottom: 1px solid #000099 ;
	font-size: 1.2em;
	color: #000099;
	font-weight: bold;
	text-align: left
}
table.backstats tr:hover {
	background-color: #FFCCFF;
	color: #000033;
}

ul.rss_list li  {
	height: 1%;
	width: 90%;
	font-weight: normal;
	text-align: left;
	font-size: 1.5em;
	color: #333333;
	font-family: 'Arial Black', Gadget, sans-serif;	color: #333333;
	text-transform: none;
	margin: 10px;
	padding: 20px 0px 0px 25px;
	border: none;
	display: block;
	line-height: 1.1em;
	background-image:url(images/icons/rss.gif);
	background-repeat:no-repeat;
	background-position: left 1.5em;
	float: left;

}
ul.rss_list li span {
	width: 90%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 1em;
	margin: 0px;
	font-weight: normal;
	text-align: left;
	line-height: 2em;
	background-image: none;
	float: left;
}
ul.rss_list li ul  {
/*	margin-left: 18em;
*/	position: relative;
	top: -3.4em;
	left: 18em;
	border: 1px solid #666666;
	padding: 0px;
	float: left;
		width: 15em;
	height: 7em;
	overflow: auto;
	padding-top: 0px;
}		
ul.rss_list li ul li  {
	font-size: 1em;
	background-image: none;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	float: left;
	height: auto;
}
ul.rss_list li ul li a {
	display: block;
	padding: 3px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	height: 1em;
}
ul.rss_list li ul li a:hover {
	background-color: #666666;
	color: #FFFFFF;

}

a.anchor {
	padding-left: 30px;
	display: block;
	background-image:url(images/icons/arrow_down.gif);
	background-repeat:no-repeat;
	background-position: left 0.5em;

}
#container1 {
	float: left;
	width: 24%;
	height: 1%;
}
#wts_top {
	background-color: #D3DBEE;
	background-image: url(/images/gradientlightbluelong.gif);
	background-repeat: repeat-x;
	margin: 35px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 85%;
}
#wts_top_left {
	float: left;
	height: 35px;
	width: 35px;
	margin: 0px -35px 0px 0px;
	background-color: transparent;
	background-image: url(/images/rndtl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#wts_top_right {
	float: right;
	height: 35px;
	width: 35px;
	margin: 0px 0px 0px -35px;
	background-color: transparent;
	background-image: url(/images/rndtr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#wts_bottom_left {
	float: left;
	height: 35px;
	width: 100%;
	margin: 0px;
	background-color: #D3DBEE;
	background-image: url(/images/rndbl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#wts_bottom_right {
	float: left;
	height: 155px;
	width: 85%;
	margin: -35px 0px 0px 0px;
	padding: 60px 0px 0px 0px;
	background-color: transparent;;
	background-image: url(/images/rndbr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: center;
}
#wts_bottom_left_1 {
	float: left;
	height: 35px;
	width: 60%;
	margin-top: -35px;
	background-color: 4499B0;
	background-image: url(/images/rndbl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	position: relative;
	top: 1px;
}
#wts_bottom_right_1 {
	float: right;
	height: 35px;
	width: 35px;
	margin-top: -35px;
	background-image: url(/images/rndbr1.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: 4499B0;
	position: relative;
	top: 1px;
}
#wts_top p {
	margin: 35px 15px 0px 15px;
	font-size: 1.1em;
	font-weight: bold;
	color: #111111;
}
#wts_bottom_right p {
	text-align: center;
	font-size: 1.2em;
}
.tonemine_box {
	float: left;
	margin: 10px 0px;
	padding: 15px 2%;
	width: 95%;
	background-color: #000000;
}
.tonemine_box h2, .tonemine_box h3, .tonemine_box p, .tonemine_box li {
	color: #DDDDDD;
}
.tonemine_box a {
	color:#FFFF00;
}
.tonemine_box a:hover {
	color: #CCFFFF;
}
.tonemine_box a:active {
	color: #FFCCFF;
}
.tonemine_box h2 {
	font-weight: normal;
	font-size: 2em;
	text-align: left;
	font-family:'Arial Black',Gadget,sans-serif;
	color: #EEEEEE;
}
.tonemine_box h3 {
	font-weight: bold;
	font-size: 1.6em;
	text-align: left;
	margin-bottom:10px;
}
.tonemine_box p {
	font-size: 1.4em;
	text-align: left;
}
.tonemine_box li {
	font-size: 1.4em;
	text-align: left;
	line-height: 1.8em;
	padding-left: 25px;
	background-image: url(images/tonemime/bluearrow.gif);
	background-position: left 3px;
	background-repeat: no-repeat;

}
#tonemine1, #tonemine2, #tonemine3, #tonemine4 {
	margin-bottom: 30px;
}
#tonemine1 h2 {
	font-size: 3em;
	color: #4D9EB9;
}
#tonemine1 h2, #tonemine1 p, #tonemine4 h3, #tonemine4 p {
	text-align: center;
}
#tonemine1 {
	padding-right: 30px;
}
#tonemine2, #tonemine3 {
	padding-left: 200px;
	padding-right: 30px;
}
#tonemine2 {
	background-image: url(images/tonemime/dj.gif);
	background-position: left 20px;
	background-repeat: no-repeat;
}
#tonemine3 {
	background-image: url(images/tonemime/prizes.gif);
	background-position: left 50px;
	background-repeat: no-repeat;
}
h3#tonemine_enter a {
	float:right;
	width: 200px;
	height: 40px;
	padding-top: 210px;
	background-image: url(images/tonemime/tonemine_small.jpg);
	background-repeat: no-repeat;
	font-size: 1.6em;
	margin-right: 20px;
	border: 1px solid #333333;	
}
h3#tonemine_enter a:hover {
	border: 1px solid #993399;
}
#tonemine4 h3 {
	padding: 20px;
}
ul.alphabet li {
	font-size: 1.1em;
	float: left;
	padding: 0.5em;
	color: #666666;
	font-weight: normal;	
}
/*ul.alphabet li.nolink {
	color: #666666;
	font-weight: normal;
}*/
ul.alphabet li a{
	font-weight: bold;
	color: #000000;
	margin: -0.5em;
	padding: 0.5em;
}
ul.alphabet li ul {
	display: none;
	position: absolute;
	z-index: 3000;
	right: -4em;
	top: 2em;
	background-color: #FFFFFF;
	padding: 0px 2em 6em 2em;
	width: 15em;
	height: 180px;
	overflow: scroll;
}
ul.alphabet li ul li {
	float: none;
}
ul.alphabet li ul li a {
	display: block;
	padding: 0.5em 1em 0.5em 1em;
	text-decoration: none;
}
ul.alphabet li:hover {
	position: relative;
}
ul.alphabet li:hover ul {
	display: block;
}
ul.alphabet li a:hover {
	background-color: #999999;
	color: #FFFFFF;	
}
ul.alphabet li a:active {
	background-color: #993399;
	color: #FFFFFF;	
}
#descriptionbox ul {
	margin: 15px 0px 0px 0px;
	padding: 5px 0.5% 0px 0.5%;
	float: left;
	width: 99%;
}
#profile_bullets {
	float: left;
}
li#pacemaker_link, li#tonemine_link, li#djmag_link, li#youtube_link {
	float: left;
	width: 9.5em;

}
li#pacemaker_link a, li#tonemine_link a, li#djmag_link a, li#youtube_link a {
	display: block;
	height: 15px;
	background-color: #000000;
	margin: 2px;
	padding: 60px 5px 5px 5px;
	font-size: 1.1em;
	color: #CCCCCC;
	text-align: center;
	border: 2px solid #FFFFFF;
}
li#pacemaker_link a {
	background-image:url(/images/comm/pacemaker_btn.gif);
	background-repeat: no-repeat;
}
li#tonemine_link a {
	background-image:url(/images/comm/tonemine_btn.gif);
	background-repeat: no-repeat;
	background-position: 9px 10px;
}
li#djmag_link a {
	background-image:url(/images/comm/djmag_btn.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;

}
li#youtube_link a {
	background-image:url(/images/comm/youtube_btn.gif);
	background-repeat: no-repeat;
	background-position: 8px 17px;

}
li#pacemaker_link a:hover, li#tonemine_link a:hover, li#djmag_link a:hover, li#youtube_link a:hover {
	border: 2px solid #999999;
	color: #FFFFFF;	
}
li#pacemaker_link a:active , li#tonemine_link a:active, li#djmag_link a:active, li#youtube_link a:active {
	border: 2px solid #993399;
	color: #993399;	
}
h3 span.akatone, h3 span.akapace, h3 span.akayt {
	padding-left: 25px;
	padding-right: 15px;
}
h3 span.akatone {
	background-image:url(/images/comm/tonemineico.gif);
	background-repeat: no-repeat;
}
h3 span.akapace {
	background-image:url(/images/comm/pacemakerico.gif);
	background-repeat: no-repeat;
}
h3 span.akayt {
	background-image:url(/images/comm/youtubeico.gif);
	background-repeat: no-repeat;
}
profile_bullets h3, h3#ytdesch, h3#aka {
	line-height: 1.3em;
	margin-top: 5px;
}
#profile_bullets p, p3#ytdescp {
	line-height: 1.2em;
	margin-top: 5px;
}
.argoll {
	display: none;
}
ul.alphabet li a.alphalink {
	display: none;
}
ul.alphabet li span.alphanolink {
	color: #000000;
	font-weight: bold;
}
a#post_comment {
	font-size: 0.9em;
	padding-left: 3em;	
}
form input.charactercount {
	border: none;
	text-align: right;
}
.hidden {
	display: none;
}
#commentbox form p label {
	font-size: 1.1em;
	font-weight: bold;
}
#commentbox form p {
	cursor: text;
}
a#post_comment, a.post_reply_link, ul.pagination li.pagination_refresh {
	display: none;
}
form label span#comment_hint {
	font-weight: normal;
}
input#anchor {
	margin-top: 30px;
}
.comments{
	color: #FFFFFF;
	background-color: #993399;
}
ul#respond_options {
	width: 99%;
	margin: 0px;
	padding: 0px;
	float:left;
}
ul#respond_options li {
	width: 33.3%;
	margin: 0px 0px;
	padding: 0px;
	float: left;
}
ul#respond_options li a {
	font-size: 1.1em;
	width: 82%;
	padding: 5% 1em 5% 1em;
	margin:  0px;
	background-color: #999999;
	float: left;
	text-align: center;
	
}
ul#respond_options li a.respond_selected {
		background-color: #FFFFFF;
}
.containerwide {
	width: 72%;
}
.containervidfull {
	width: 444px;
}
#descriptionbox {
	width: 227px;
}
#shoplist {
	width: 100%;
}
#shoplist ul {
	margin: 10px 15px;
	width: 95%;
}
#shoplist h3 {
	margin-left: 15px;
}
#shoplist p {
	margin-right: 15px;
	float: right;
	position: static;
}
#shoplist ul li  {
	margin-top: 4px;
	line-height: 1.5em;
	font-size: 1.3em;

}
#shoplist ul li a{
	text-decoration: underline !important;
}
#shoplist ul li ul {
	margin: -1.6em 0px 0px 0px;
	width: 100%;
}
#shoplist ul li ul li{
	margin: 0px;
	font-size: 0.9em;
	font-weight: normal;
}

#shoplist ul li ul li.new_window{
	text-align: right;
	width: 100%;
}
#shoplist ul li ul li.new_window a{
	font-weight: normal;
}
#shoplist ul li a{
	font-size: 1em;
}
#gearpic_return_link {
	display: none;
}
a.highlight {
	color: #FF0000;
}
#summarybox {
	width: 100%;
	background-color: #4499B1;
	background-image: url(/images/gradient_pastel.gif) ;
	background-repeat: repeat-x;
	margin: -15px 0px 0px 0px;
	padding-right: -20px;
}
#summarybox p {
	float: left;
	width: 58%;
	color: #000000;	
	font-size: 1.1em;
	font-weight: bold;
	padding: 7px 0px 1.8em 20px;
	margin-bottom: -10px;
	position: relative;
	z-index: 1;
}
.thumbnail_box {
	float: right;
	margin: 21px 20px 20px 0px;
	position: relative;
	z-index: 1;
	width: 136px;
}
.thumbnail_box a {
	float: right;
	padding: 3px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.thumbnail_box a:hover {
	border: 1px solid #999999;
	background-color: #999999;
}
.thumbnail_box a:active {
	border: 1px solid #993399;
	background-color: #993399;
}
#commentbox .ajax_pop_profile {
	position: static;
}
#commentbox .ajax_pop_profile_box {
	height: 250px;
	top: 40px;
	left: 6em;
}
.ajax_pop_profile_box img, .ajax_pop_profile_box h3, .ajax_pop_profile_box p {
	float: left;
	width: 90%;
}
.ajax_pop_profile_box p span{
	font-weight: bold;
}
.ajax_pop_profile_box p {
	line-height: 1.2em;
	margin: 4px;
}
.ajax_pop_profile_box h3 a {
	color: #000000;
	text-decoration: none;
}
a.live_now {
	color: #FF0000;
}
a.live_now:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}
a.live_now:active {
	color: #999999;
}

.videoindexbox {
	width: 100%;
	border: 1px solid #333333;
	float: left;
	padding-top: 6px;
	padding-bottom: 2em;
	margin-top: 12px;
	background-color: #FFFFFF;
	height: 1%;

}
.videoindexbox p {
	font-size: 1.2em;
}	
.thisbattlebox  {
	margin: 10px;
	padding: 1px;
	float: left;
	text-align: left;
}
.thisbattlebox {
	width: 21em;
	height: 24em;
}
.wrapperthisvideobox {
	border-bottom: 1px solid #999999;
}
.thisvideoboxdetails p, .thisbattlebox p {
	width: 70%;
	overflow: auto;
	height: 1%;
}

.thisvideoboxthumbs h4, .thisvideoboxnojs h4{
	font-size: 1.1em;
	line-height: 1.7em;
	margin: 0px;
}
.thisvideoboxthumbs h4.title, .thisvideoboxnojs h4.title {
	height: 6em;
}
 .thisbattlebox h4 {
	font-size: 1.1em;
	line-height: 1.7em;
	height: 2em;
	margin: 0px;
}

.thisvideoboxdetails h4 {
	width: 70%;
	float: left;
	height: 1%;
	margin: 0px;
	font-size: 1.2em;
	line-height: 1.7em;
}

.thisvideoboxthumbs p, .thisvideoboxdetails p, .thisbattlebox p, .thisvideoboxnojs p {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2em;
	margin: 0px;
}

.thisvideoboxthumbs img, .thisvideoboxdetails img, .thisvideoboxnojs img {
		border: 1px solid #333333;
		margin: 0px auto;
		padding: 2px;
}
.thisvideoboxthumbs img:hover, .thisvideoboxdetails img:hover, .thisvideoboxnojs img:hover {
	border: 1px solid #CC00FF ;
	background-color: #CC00FF;
}
.thisvideoboxthumbs p.descriptiontext, .thisvideoboxnojs p.descriptiontext {
	display: none;
}

.thisvideoboxdetails {
	width: 90%;
	height: 1%;
	margin: 20px;
	padding: 1px;
	float: left;
	text-align: left;
}
.thisvideoboxthumbs h3, .thisvideoboxdetails h3, .thisvideoboxnojs h3 {
	font-family: 'Arial Black', Gadget, sans-serif;
	font-weight: normal;
}
.thisvideoboxdetails p.descriptiontext {
	height: 100px;
}
.thisvideoboxdetails img {
		float: left;
		margin-right: 10px;
}
.star_rating {
	background-image: url(images/star_rating.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 2em;
	width: 13.3em;
}
.star_rating p {
	width: auto;
	float: left;
	text-align: left;
	height: 1%;
	overflow: visible;
}
.star_rating img, .star_rating img:hover {
	float: right;
	height: 2em;
	border: none;
	margin: 0px;
	padding: 0px;
}
ul.reverse {
	float: left;
	margin-bottom: -4px;
	margin-top: 4px;
}
ul.reverse li, ul.pagination li, .videoindexbox ul li {
	font-size: 1.2em;
	float: left;
	border-right: 1px solid #333333;
	color: #999999;
	font-weight: bold;
	padding: 0px 1em;
}
ul.pagination {
	float: right;
}
ul.reverse li.endlink, .videoindexbox ul li.endlink,  ul.pagination li.endlink {
	border: none;
}
li.numbers, .videoindexbox ul li {
	margin-right: 5em;
	color: #000000;
	border: none !important;
}
ul.reverse li a, .videoindexbox ul li a {
	padding: 0px 1em;
	margin: 0px -1em;
}
h3.importhead {
	font-size: 1.5em;
	margin-left: 10px;
	width: auto;
}
h3.importhead2 {
	font-size: 1.4em;
	margin-left: 10px;
	width: auto;
	float: right;
	margin-right: 10px;
}
h3.importhead2 span{
	font-weight: normal;
}
img.importimg {
	margin-top: 20px;
}
ul.importlist {
	margin-left: 10px;
	margin-top: 20px;
}
ul.importlist li{
	font-size: 1.3em;
	line-height: 2em;
}
ul.importlist li span {
	float: right;
}
li.close, li.logout {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
}
li.close a {
	padding-left: 20px;
	display: block;
	background-image:url(images/icons/close.gif);
	background-repeat:no-repeat;
	background-position: left 0.15em;
}
li.logout a {
	padding-left: 20px;
	display: block;
}
li.eject_button {
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
}
li.eject_button a{
	display: block;
	border: 1px solid #333333;
	background-color: #FF66CC;
	text-align: center;
	line-height: 1.2em;
	padding: 0px 4px 0px 4px;	
	margin: 2px 4px 0px 4px;

}

ul.channellinks {
	float: left;
	width: 95% ;
	margin: 5px 0px 0px 2% ;
}
ul.channellinks li {
	float: left;
}
li#menumicromix2, li#menupacemaker, li#menutonemine, li#menutoneminecomp, li#menuyoutube , ul li.menudjtutor{
	margin: 3px ;
	padding: 0.2em 9px 0.1em 24px ;
	border: none ;	
	background-color: #993399;
	color: #FFFFFF;	
}
li#menumicromix2 a, li#menupacemaker a, li#menutonemine a, li#menutoneminecomp a, li#menuyoutube a, ul li.menudjtutor a {
	margin: -0.3em -10px -0.2em -25px;
	padding: 0.3em 10px 0.2em 25px;
	text-decoration: none;
	color: #000000 ;
	display: block;
	background-color: #EEEEEE ;
	border: 1px solid #FFFFFF;
}
li#menumicromix2 a:hover, li#menupacemaker a:hover, li#menutonemine a:hover, li#menutoneminecomp a:hover, li#menuyoutube a:hover, ul li.menudjtutor a:hover {
	background-color: #999999;
	color: #FFFFFF;	
	border: 1px solid #993399;
}
li#menumicromix2 a:active, li#menupacemaker a:active, li#menutonemine a:active, li#menutoneminecomp a:active, li#menuyoutube a:active, ul li.menudjtutor a:active {
	background-color: #993399;
	color: #FFFFFF;	
	border: 1px solid #993399;
}
li#menumicromix2 a, li#menumicromix2 {
	background-image:url(/images/comm/djmagico.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
li#menupacemaker a, li#menupacemaker {
	background-image:url(/images/comm/pacemakerico.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
li#menumicromix2 a, li#menumicromix2 {
	background-image:url(/images/comm/djmagico.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
li#menutonemine a, li#menutonemine, li#menutoneminecomp a, li#menutoneminecomp {
	background-image:url(/images/comm/tonemineico.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul li.menudjtutor a, ul li.menudjtutor {
	background-image:url(/images/comm/djtutorico.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
table.bpm_times {
	font-size: 1.2em;
	width: 70%;
	margin: 0px 0px 11px 70px;
	
}
table.bpm_times td {
		width: auto;
		text-align: left;
		padding: 7px;
}
table.bpm_times caption {
	font-size: 1.3em;
	font-weight: bold;
	margin: 4px;
	text-align: left;
	margin-left: 17em;

}
#descriptionbox, #contactbox, #news_box {
	float: left;
	width: 227px;
	height: 241px;
	background-color: #FFFFFF;	
	margin-top: 2px;
	margin-bottom: -2px;
}
#contactbox {
	margin-bottom: -10px;
}
#descriptionboxliner, #contactboxliner, #news_boxliner {
	margin-left: 0px;
	margin-right:10px;
	margin-bottom: 0px;
	margin-top: 6px;
	padding: 4px;
	width: 209px;
	height: 220px;
	border: 1px solid #333333;
	text-align: left;
	float: left;
	overflow: auto;

}
#descriptionboxliner h3, #contactboxliner h3, #news_boxliner h3 {
	font-size: 1.3em;
	margin:  0px;
	background-color: #99CCCC;
	background-image: url(images/gradientlightblue.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-bottom: -14px;

}
#descriptionboxliner h4, #news_boxliner h4{
	float: right
}
#news_box {
	height: 480px;
}
#news_boxliner {
	height: 462px;
}
#descriptionboxliner ol, #contactboxliner ol {
	margin-top: 3em;
}
#descriptionboxliner p, #descriptionboxliner ol li, #contactboxliner p, #contactboxliner ol li{
	font-size: 1.2em;
	line-height: 1.67em;
	width: 170px;
}
/*#contactbox {
	border: 1px solid #00ffff;
}
#contactboxliner {
	border: 1px solid #ff00ff;
}
*/
#contactboxliner ul {
	float: left;
	width: 180px;
	margin-top: 42px;
	margin-left: 10px;
	
}
#contactboxliner ul li{
	margin: 1px;
	width: 100%;
	height: 1%;
	text-align: left;
}
#contactboxliner ul li a{
	font-size: 1.2em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 40px;
	display: block;
	width: 140px;
}
li#subscribebutton {
	background-image: url(images/icons/subscribe.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
li#ytbutton {
	background-image: url(images/icons/youtube.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
li#emailbutton {
	background-image: url(images/icons/email.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
li#skypebutton {
	background-image: url(images/icons/skype.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
li#messagebutton {
	background-image: url(images/icons/youtube.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
li#myspacebutton {
	background-image: url(images/icons/myspace.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
li#donatebutton {
	background-image: url(images/icons/donate.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
li#rssbutton {
	background-image: url(images/icons/rss.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#contacthoriz {
	width: 96%;
	margin: 0px 0px 8px 0px;
	float: left;
	padding-top: 4px;
	padding-right: 0%;
	padding-left: 0.5%;
	padding-bottom: 5px;
	background-color: #FFFFFF;

}
#contacthoriz h3 {
	font-size: 1.3em;
	width: auto;
	float: left;
	margin: 7px 16px 0px 10px;
	padding: 0px;
}
#contacthoriz ul {
	float: left;
	margin-top: 3px;
}
#contacthoriz ul li{
	margin: 0px 1px;
	width: auto;
	height: 1%;
	text-align: left;
	float: left;
}	
#contacthoriz ul li a{
	font-size: 1.2em;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 22px;
	padding-right: 6px;
	display: block;
	width: auto;
	float: left;
	height: 0.8em;
}
#contacthoriz ul li#subscribebutton a, #contacthoriz ul li#emailbutton a {
	padding-left: 32px;

}
h4.newsbox {
	width: 85%;
	float: left !important;
}
form {
	padding: 7px;
}
.horizboxp form, .horizboxg form {
	float: right;
	height: 1%;
	width: auto;
	padding: 0px;
	margin: 0px;
}
.searchbox {
	float: left;
	margin: 2px 2px 0px 2px;
	padding: 0px;
	float: left;
	height: 1%;
	width: auto;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
.searchbox select, .searchbox input {
	font-size: 1.1em;
	margin: 1px 0px 0px 0px;
	padding-top: 2px;
	float: left;
	width: auto;
	min-width: 3em;
	border: 1px solid #333333;
	clear: both;
}
.searchbox input {
		height: 1.5em;


}
.radiobox {
	float: left;
	clear: both;
	height: 1%;
	margin-top: 2px;
	margin-left: 3px;
	margin-bottom: -3px;
	width: 20em;
}
.radiobox input {
	float: left;
}
.radiobox label {
	margin: 0px 2px 0px;
	float: left;
	height: 1%;
	width: auto;
	padding: 0px;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;

}
.searchbox label {
	margin: 1px 0px;
	float: left;
	height: 1%;
	width: auto;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

.searchbox input#submit, .searchbox input#sbb {
	margin-top: 1.7em;
	border: 1px solid #333333;
	width: 7.3em;
	height: 1.8em;
}
.backforms {
	margin: 4px;
	border: 1px solid #333333;
	float: left;
	padding: 5px;
}
.backforms form {
	margin: 0px;
	padding: 0px;
	float: left;
}
.backlinks {
	float: left;
	width: 15em;
	padding: 4px;
	height: 1%;
}
p.backbuttonup, p.backbuttondown {
	float: left;
	padding: 7px;
	width: 6em;
	height: 1%;
	margin: 0px;
}
p.backbuttonradio {
	float: left;
	padding: 7px;
	width: 20em;
	height: 1%;
	margin: 0px;
	background-color: #9999FF;
}
form.addback label {
	width: 20em;
	float: left;
}