* {
	margin: 0;
}

body, html {
	background: #000 url(/images/hunted-background-2.jpg) top center no-repeat;
	/*background: #FFF url(/images/linerider-sw-site-skin.jpg) top center no-repeat;*/
	/*background: #dfebf6 url(../images/bg.png) repeat-x 0 20px;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #1a2e37;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-x: visible;
}

a {
	color:#ffba00;
	text-decoration: none;
}

a:hover{
	color: #00f6ff;	
}

h1{
color: #fff;
font-size: 17px;
padding: 0;
margin: 0
}

h2{
font-size: 18px;
color: #fff;
line-height: 18px;
padding: 5px 0 0 3px;
}

h3{
	font-size:24px;
	padding: 5px;
	color: #fff;
	line-height: 10px;
}

form{
height: inherit;	
}

.thumbnail{
position: relative;
z-index: 0;
margin: 0 1px;
}
.thumbnail img{
border: 4px solid #3d5f67;	
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #1b323d;
padding: 5px;
left: -5000px;
z-index: 100;
border: 1px dashed #fff;
visibility: hidden;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -25px; /*position where enlarged image should offset horizontally */

}
/* Main Layout */


#container {
width: 1000px;
background-image: url(../images/rbg.png);
background-repeat:repeat-y;
background-position: -5px;
min-height: 100%;
height: auto !important;
margin: 0 auto -65px;
}

.logo{
height: 120px;
position:absolute;
text-align:left;
width: 310px;
left:0;
top:0;
z-index: 900;
background:none;
margin: 80px 0 0 10px;	
}

/* Navigation */
#nav{
position: absolute;
width: 970px;	
height: 38px;
float:right;
z-index: 200;
margin: 40px 0px 0px 20px;
padding: 0 0 0 5px;
background-image:url(../images/navbg.png);
background-repeat: no-repeat;
background-repeat:no-repeat;
}

#nav ul {
margin: 0px;
padding: 0;
list-style-type: none;
text-align: left;	
}
#nav ul li{
	float: left;
	padding-top: 5px;
}

#nav li{
margin: 0 20px;
}

#nav li a span{
	display: none;
}

.Account
{
  display: block;
  width: 71px;
  height: 25px;
  background: url(../images/nav.png) no-repeat 0 0;
}

.Account:hover
{ 
  background-position: 0 -25px;
}

.Movies
{
  display: block;
  width: 60px;
  height: 25px;
  background: url(../images/nav.png) no-repeat -110px 0;
}

.Movies:hover
{ 
  background-position: -110px -25px;
}

.Tracks
{
  display: block;
  width: 63px;
  height: 25px;
  background: url(../images/nav.png) no-repeat -210px 0;
}

.Tracks:hover
{ 
  background-position: -210px -25px;
}

.Mobile
{
  display: block;
  width: 55px;
  height: 25px;
  background: url(../images/nav.png) no-repeat -310px 0;
}

.Mobile:hover
{ 
  background-position: -310px -25px;
}

.Store
{
  display: block;
  width: 50px;
  height: 25px;
  background: url(../images/nav.png) no-repeat -400px 0;
}

.Store:hover
{ 
  background-position: -400px -25px;
}

.Forum
{
  display: block;
  width: 60px;
  height: 25px;
  background: url(../images/nav.png) no-repeat -487px 0;
}

.Forum:hover
{ 
  background-position: -487px -25px;
}

#search{
float:left;
width: 178px;
margin: 5px 10px;
height: 23px;
background-image:url(../images/searchbox.png);
background-repeat:no-repeat;
}

#search #s {
    padding: 2px 0px;
    margin: 0;
    border: none;
	border: 0;
    width: 142px;
    background: none;
	font-size: 15px;
}
#search #go {
	text-align: left;
    margin: 0px 1px 0 0;
}



#play{
float:right;
position: relative;
width: 165px;
height: 25px;
line-height: 1px;
padding-top: 3px;
margin-left: 3px;
color: #1a2e37;
}

#play a{
color: #1a2e37;	
}


#play .playflash{
cursor: pointer;
float:left;
margin: 0 4px;
}

#play .playsilver{
cursor: pointer;
float:left;	
margin: 0 4px;
}

#play .playvariants{
cursor: pointer;
float:left;	
margin: 0 4px;
}

#play .active{
	background-image: url(../images/play_bg.png);
}

.pop{
position: absolute;
padding: 14px 0 5px 0;
top: 30px;
left: 27px;
z-index: 200;
display: none;
text-align: center;
  width: 69px;
  height: 30px;
  background-image: url(../images/bubblev2.png);
  background-repeat: no-repeat;
  font-size:9px;
  cursor: pointer; /* needed for opera */	
}

#play .playflash:hover .pop{
display: block;	
color: #1a2e37;
}
#play .playflash:hover{
background-image: url(../images/play_bg.png);	
}

#play .playsilver:hover .pop{
display: block;	
left: 63px;
}
#play .playsilver:hover{
background-image: url(../images/play_bg.png);	
}

#play .playvariants:hover .pop{
display: block;	
left: 98px;
}
#play .playvariants:hover{
background-image: url(../images/play_bg.png);	
}

.forumhead{
	float:right;
	margin: 5px;
	padding: 20px;
	color:#9CC;
}

.forumhead h1{
font-size: 24px;	
}

#main {
	width: 1000px;
	position: relative;
	background-image:url(../images/logoipad-banner.jpg);
	background-repeat: no-repeat;
	background-position: 8px 30px;
	margin: 0px auto;
	top:0;
	padding: 0;
	height: auto;
}

.bottom{
float: right;
margin: 0;
background-image: url(../images/bottommain.png);
background-repeat: no-repeat;
background-position: -3px 0;
width: 678px;
height: 23px;
padding-right: 2px;
}


/*Variants Class */
.vbottom{
float: right;
margin: 0;
background-image: url(../images/v_bottommain.png);
background-repeat: no-repeat;
background-position: -3px 0;
width: 678px;
height: 23px;
padding-right: 2px;
}

#vbreadcrumb{
margin: 10px 15px 3px 10px;
padding: 2px 7px;
height: 16px;
background-image:url(../images/v_h_grad.png);
background-repeat:repeat-x;
background-position:bottom;
color: #FFF;
font-weight: bold;
}

#vrightbar #vrightcontent{
width: 678px;
min-height:500px;
	padding-right: 2px;
	background-image: url(../images/v_mainbg.png);
	background-repeat:repeat-y;
	background-position: -3px;
}

#vrightbar{
width: 678px;
float: right;
padding-right: 2px;
background-image:url(../images/v_topmain.png);
background-repeat: no-repeat;
background-position: -3px 0;
margin: 95px 0px 0px 0px;
}

#vrightbar #flash {
	width: 655px;
	height:488px;
	margin: 0 0 4px 7px;
	padding: 0;
	/*border: 2px solid #663300;*/
}

#variants
{
    position:relative;
}

#v_variants_thin{
width: 655px;
float: left;
position: relative;
display:block;
border: 2px #663300 solid;
margin: 2px 0px 6px 5px;
text-align:center;
padding: 5px 3px;
background-color: #e9cc8f;
}

/* END VARIANTS CLASS */

#fullbar{
width:810px;
margin: 90px 0px 0px 0px;
float:right;
padding:2px;
background-color:#4f8189;
border: 2px solid #87c5ca;
}

#leftad{
width:170px;
float:left;
margin: 90px 0 0 0;
padding: 15px 0 0 10px;
}

.full{
text-align:right;
float:right;
font-weight:bold;
font-size: 10px;
}
#fullbar #flash {
	width: 800px;
	height:600px;
	margin: 0 auto;
	padding: 0;
	border: 2px solid #b8e7eb;
}

#fullbar #rightcontent{
width: 810px;
}

#leftbar{
width: 306px;
margin: 195px 0 0 9px;
padding: 0px 3px 0px 2px;
float: left;
}

#rightbar{
width: 678px;
float: right;
padding-right: 2px;
background-image:url(../images/topmain.png);
background-repeat: no-repeat;
background-position: -3px 0;
/*margin: 95px 0px 0px 0px;*/
margin: 175px 0px 0px 0px;
}

#rightbar #rightcontent{
width: 678px;
min-height:500px;
	padding-right: 2px;
	background-image: url(../images/mainbg.png);
	background-repeat:repeat-y;
	background-position: -3px;
}

#rightbar #flash {
	width: 655px;
	height:488px;
	margin: 0 0 4px 7px;
	padding: 0;
	border: 2px solid #b8e7eb;
}


#breadcrumb{
margin: 10px 15px 3px 10px;
padding: 2px 7px;
height: 16px;
background-image:url(../images/h_grad.png);
background-repeat:repeat-x;
background-position:bottom;
color: #FFF;
font-weight: bold;
}

.table{
	margin: 10px auto;
	border: 1px dashed #fff;
	background-color: #95c2c9;
	vertical-align:top;
}

.table td{
padding-left: 5px;	
}

/* Main Content */
#ad {
margin: 0px 0px 10px 0px;
width: auto;
padding: 0 3px 3px 3px;
background-color: #587a81;
text-align: center;
}

#ad p{
margin: 0;	
padding: 0px 2px;
color: #FFF;
font-size: 9px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
}

#share{
background-image: url(../images/sharetracks.jpg);
background-repeat:no-repeat;
width: 306px;
height: 90px;
font-size: 27px;
font-weight: bold;
text-align: right;
text-decoration: none;
margin: 0 auto 10px;
display: block;
cursor: pointer;
}

#share:hover{
	background-position: 0 -90px;
}

#share:hover a{
color:#55c4f2;	
text-decoration: underline;
}
#share a{	
	text-shadow: 0px 1px 1px #000; 
	text-align: right;
	display: block;
	padding: 35px 12px 20px 0;
}


#siteads{
	padding: 5px 0px 0px 0px;
	background-color: #587a81;
}

#siteads .news{
border-bottom: 1px dashed #b8e7eb;
padding: 8px 5px 8px 0;
margin: 0 4px;
overflow: auto;
display: block;
line-height: 14px;
color: #fff;
}

#siteads .news:hover{	
}
#siteads .img{
margin: 0 10px 0 5px;
}
.imgheader{
margin: 0 0 0 5px;	
}

.boxhead{
text-align: left;
margin: 0 3px;
padding: 3px 5px 0px;
height: 21px;
background-image:url(../images/h_grad.png);
background-repeat: repeat-x;
background-position:bottom;
color: #fff;
font-weight: bold; 
font-size: 12px;
width: auto;
}
.all{
	text-align: right;
	height:	10px;
	padding: 2px 0 0 0;
	font-size: 10px;
	margin-right: 4px;
}
.headerbox{ 
font-weight: bold; 
font-size: 12px;
float:left;
}

.upload{
	float:right;
	height: 40px;
	width: auto;
	white-space: nowrap;
	margin: 0 20px 0 -10px;
	border:dashed 1px #b8e7eb;
	background-color:#1b323d;
	background-image:url(../images/upload.png);
	background-repeat:no-repeat;
	background-position:left;
}
.upload p{
font-weight:bold;
font-size: 15px;
padding: 5px 10px;
margin-left: 30px;
}

.featured_thin {
width: 610px;
float: left;
position: relative;
display:block;
border: 2px #3d5f67 solid;
margin: 6px 0px 6px 10px;
text-align:center;
padding: 5px 3px;
background-color: #74aab2;
}
#featured_thin {
width: auto;
float: left;
position: relative;
display:block;
border: 2px #3d5f67 solid;
margin: 6px 0px 6px 10px;
text-align:center;
padding: 5px 3px;
background-color: #74aab2;
}

.holder {
width: 300px;
background-image:url(../images/barbg.jpg);
background-repeat: repeat-x;
float: left;
margin: 4px 5px;
text-align: left;
border: 1px solid #3d5f67;
font-size: 12px;	
position: relative;
 color: #fff;

}
.nocontent{
height: 50px;	
padding-top: 20px;
text-align:center;
}
.acctholder{
width:134px;
background-image:url(../images/barbg.jpg);
background-repeat: repeat-x;
float: left;
margin: 6px 8px;
text-align: center;
border: 1px solid #3d5f67;
font-size: 12px;	
position: relative;
 color: #fff;
}

.acctholder .a{
	display: block;
	background-color: #1b323d;
	padding: 3px 5px 0px 5px;
	height: 15px;	
}

 .a{
	display: block;
	background-color: #1b323d;
	padding: 2px 4px;
	height: 15px;
}

.smallname{
font-size: 10px;
padding: 2px 3px 0px 3px;
}
.small{
font-size: 10px;	
}

.acctholder .screen{
padding: 4px 7px;	
float:left;
margin: 0 auto;
width: 120px;
height:90px;
}

.holder .screen{
padding: 4px;	
float:left;
width: 120px;
height:90px;
background:url(../images/miniplaceholder.gif) no-repeat center;
}

.holder .desc{
  text-align: left;
  width: auto;
  padding: 0 3px 0 0;
  margin-left: 131px;
  font-size:11px;
  color: #fff;
  cursor : pointer; /* needed for opera */
}
.holder .desc p {
padding: 5px 0px 0px 0px;
line-height: 13px;
}

.holder .desc .title{
font-size: 12px;
font-weight: bold;
}

.comments{
float: right;	
font-size: 11px;
}

.holder:hover, .holder:focus, .holder:active {
border: 1px solid #c8e7ec;
}

.acctholder:hover, .acctholder:focus, .acctholder:active {
border: 1px solid #c8e7ec;
}

.userholder {
background-image:url(../images/barbg.jpg);
background-repeat: repeat-x;
width: 185px;
font-size: 11px;
line-height: 13px;
margin: 5px;
padding: 4px 6px;
text-align: left;
color: #FFF;
float: left;
	
}

.userholder .name{
font-size: 11px;	
font-weight: bold;
line-height: 16px;
}

.userholder:hover{
background-position: bottom;
}

#content{
	padding: 5px 25px 0px 20px;
}

.notice{
background-color: #c8e7ec;
padding: 10px;
text-align: center;
font-weight: bold;
border: 1px solid #1b323d;
margin: 0 3px 10px 0;
}

.error{
background-color: #c8e7ec;
background-image:url(../images/error.jpg);
background-repeat:no-repeat;
background-position:center 16px;
padding: 30px;
height: 450px;
text-align: center;
font-weight: bold;
border: 1px solid #1b323d;
margin: 0 3px 10px 0;
}

.error h1{
text-align:left;
font-size: 30px;
color: #1b323d;
margin: 0 0 40px 5px;
}

.error p{
padding: 10px;	
}

#login{
font-size: 14px;
float:left;	
width: 175px;
padding: 5px;
background-image:url(../images/barbg.jpg);
background-repeat:repeat-x;
background-color: #35666d;
color: #fff;
}

#login p{
margin: 5px;	
}

#login input{
font-size: 15px;
border: 1px solid #1b323d;
}

.textbox{
width: 160px;	
}

table.genform .img{
border:2px solid #1b323d;
}
table.genform{
font-size:14px;
width:90%;
margin:0 auto;
}

table.genform td{
padding: 10px;
}
table.genform p{
text-align:right;
font-weight:bold;
}

#register{
	text-align: right;
	font-size: 16px;
	width: 430px;
	margin-right: 3px;
	padding: 10px 0;
	float: right;
	background-color: #74aab2;
}

#register table{
margin: 0 auto;	
}

#register p{
	padding: 7px 10px 0px 0px;
}

#register .check{
border: 0;
padding: 0;
margin: 0 3px 0 0;
vertical-align: text-top;
}

.long{
width: 220px;	
border: 1px solid #1b323d;
}

.superlong{
   width:100%;
   font-size:16px;
    border: 1px solid #1b323d;
}

.uploadform td{
padding: 10px 0;
}

.contactinfo{
font-weight: bold;
color:#fff;
padding: 15px 0 20px;
margin: 0 15px 15px 15px;
border-bottom: 1px #fff dashed;
line-height: 15px;
font-size: 14px;
}
.contact{
padding: 10px 10px 0 10px;
margin: 0 auto;
width: 500px;
}
.contact input, .contact textarea{
	font-size: 22px;
	width:500px;
	margin: 0 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
}

.contact p{
color:#fff;
font-size: 15px;
font-weight: bold;
padding: 0 0 3px 0;

}

.contact .button{
width:100px;
font-size: 16px;
}

.button{
text-align:center;
border: 1px solid #1b323d;
cursor: pointer;
background-image: url(../images/buttongrad.png);
background-repeat: repeat-x;
background-color: #9fb5b8;
font-size: 16px;
font-weight: bold;
color: #1b323d;
padding: 2px;
}

.help{
background-color: #95c2c9;	
font-size: 10px;
padding: 4px;
text-align: left;
}

#applet{
margin-left: 10px;
padding: 5px;
background-image: url(../images/leftbarbg.jpg);
}

#rightnote{
background-color: #1b323d;
margin: 8px 0 8px 10px;
padding: 10px 5px;
color: #fff;
width: auto;
text-align: left;
border: dashed 1px #b8e7eb;
}

#rightnote img {
margin-right: 4px;	
}

#rightnote p{
	font-size: 11px; 
	padding: 5px 0;
 }
 
#rightnote h3{
	 font-style: italic;
	 font-size: 14px;
	 line-height: 13px;
 }

.download{
font-weight: bold;	
padding: 2px 2px;
display: block;
width: auto;
color: #033;
margin: 2px 0px;
background-color: #fff;
}

.download:hover{
	color: #033;
	background-color: #98c0c6;
}

#mobile{
	width: auto;
	margin: 0;
	background-color: #c3e1e6;
}

#mobile a{
	color: #F30;
}

#mobile li{
	display: block;
	cursor:pointer;
margin:0 ;
padding: 8px;
border-bottom: #fff 1px dashed;
background-image: url(../images/lightbg.png);
background-color: #c3e1e6;
}
#mobile li:hover{
	background-image: url(../images/lightbg2.png);
}
/*Rating*/
.rating{
width: 120px;
height: 15px;
float:left;
margin: 0;
}

.list{
	float:right;
	font-size: 10px;
	width: 260px;
	margin: 0 10px;
}

.list li{
list-style:square inside;
line-height: 10px;
margin: 0 0 4px 0;
}
/*Viewer Content*/

.commentform{
width: 99%;
height: 70px;
margin-top: 5px;
}
#commenthead{
	color: #fff;
	padding: 5px;
}

#commenthead .button{
font-size: 14px;
margin-top: 3px;
}

#commenthead .count{
	font-size: 16px;
	font-weight: bold;
	margin-top: 3px;
}


#comment{
	background-image:url(../images/forum_bg.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	border:1px dashed #3f7077;
	padding:5px;
	margin-bottom: 1px;
	overflow-x: hidden;
}
#comment .Ctop{
	color:#4f8189;
	margin-bottom: 5px;
	padding: 0 0 3px 0;
	border-bottom: solid 1px #CCC;
	height: 16px;
}
#comment p{
padding: 5px;	
}
#comment .Cbottom{
	margin-top: 5px;
	text-align:right;
	
}

/*Movie Content*/
#bigfeature{
	height: 202px;
	width: auto;
	padding: 5px;
	margin: 0px 10px 10px;
	background-color: #74aab2;
}
#bigfeature .video{
	margin: 0 10px 0 0;
	float:left;
	width: 325px;
	height:200px;
	background:url(../images/placeholder.gif) no-repeat center;
	border: 1px solid #033;
}

#bigfeature .info{
	background-image:none;
	background-color: #294e57;
	width:252px;
	float:left;
	height: 192px;
	font-size: 14px;
	padding: 5px 5px;
}

#bigfeature h2{
margin: 0 0 5px 0;	
padding: 0;
}

#bigfeature .info p{
padding-bottom: 10px;	
color: #fff;
}



#bigfeature .info .textbox{
	height: 170px;
	width: auto;
}

.info{
	background-image:url(../images/barbg.jpg);
	background-repeat:repeat-x;
	background-color: #35666d;
	color: #fff;	
	font-size: 12px;
	padding: 5px 10px;
}

.info p{
	padding-bottom: 10px;	
}

#title{
	padding: 0px 0px 6px 5px;
}
 .data{
color: #fff;
margin-right: 20px;
}

.fav{
margin-right: 20px;	
}

.sortbar{
	background-color:#74aab2;
	padding: 0px 5px;
	width: auto;
	margin: 0;
	border: #95cfd4 1px solid;
	height: 20px;
}


#sortbar{
	background-color:#74aab2;
	padding: 0px 5px;
	width: auto;
	margin: 0;
	border: #95cfd4 1px solid;
	height: 20px;
}

#sortbar select{
height: 17px;
font-size: 11px;
padding: 0;
margin: 2px 0;
vertical-align:middle;
}

.L {
float:left;	
padding-top: 4px;
}

.R {
float: right;	
padding-top: 4px;
}


.tab{
	background-color:#98c0c6;
	color: #423000;
	padding: 1px 5px;
	margin: 0 2px;
	border: dotted 1px #fff;
}

.tab:hover{
background-color:#456a6f;
}

.inboxtab{
	background-color:#98c0c6;
	color: #423000;
	padding: 3px 5px;
	margin: 5px;
	border: dotted 1px #fff;
	width: 150px;
	font-weight:bold;
	display:inline-block;
}

.inboxtab:hover{
background-color:#456a6f;
}

.profile{
	font-size: 12px;
	padding: 3px 0px 0px 15px;
	margin: 2px;
}

#profilehead{
	margin: 0;
	padding: 1px 0px 0px 0px;
	border: dotted 1px #fff;
	background-image: url(../images/prof.jpg);
	background-position:bottom;
}
/*Footer*/

.clearfloat { 
	clear:both;
    height:0px;
    font-size: 0px;
    line-height: 0px;
	padding: 0;
	margin: 0;
}


 .push {
	height: 65px; /* .push must be the same height as .footer */
}

.foot{
background-image: url(../images/footerbg.jpg);
background-repeat: no-repeat;
background-position: center 10px;
width: 900px;
height: 65px;
margin: 0 auto;
}
.foot .links {
float: left;
padding-top: 20px;
}

.footer{
color: #fff;
line-height: 18px;
background-image: url(../images/footer.png);
height: 65px;
text-align: center;
margin: 0 auto;
}

.footer p{
color: #fff;
font-size: 11px;
}

.flag{
margin: 0 5px;	
}

.flags{
display:none;
float:right;
padding-top: 13px;
text-align: left;
font-size: 10px;
font-weight: bold;
}
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 17px;
    height: 15px;
    margin: 0px;
    padding: 2px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../Images/EmptyStar.png);
}

#mobileBtnsContainer {
	background:url(../Images/mobile-options-bg.jpg) top right no-repeat;
	width:100%;
	display:block;
}
#mobileBtns {
	float:left;
	width:362px;
	height:330px;
	margin-left:20px;
}
#mobileBtns a {
	width:362px;
	height:105px;
	background:url(../Images/mobile-btns.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
}
#mobileBtnLRIphone {
	background-position:0 0 !important;	
}
#mobileBtnLRIphone:hover {
	background-position:0 -330px !important;	
}
#mobileBtnLRRIphone {
	background-position:0 -110px !important;	
}
#mobileBtnLRRIphone:hover {
	background-position:0 -440px !important;	
}
#mobileBtnLRRIpad {
	background-position:0 -220px !important;	
}
#mobileBtnLRRIpad:hover {
	background-position:0 -550px !important;	
}

#hunted-logo {
	display:block;
	margin:10px auto 0 auto;
	border:none;
	width:630px;
	height:140px;
	float:right;
	position:relative;
}

#leaderboard-ad {
	width:728px;
	height:90px;
	display:block;
	float:right;
	position:relative;
	margin:10px auto 0 auto;
}
