/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

/*.TB_overlayMacFFBGHack {background: url('http://images.thewideworldofgames.com/macFFBgHack.png') repeat;}*/
.TB_overlayBG {
	background-color:#fff;
	filter:alpha(opacity=66.25);
	-moz-opacity: 0.6625;
	opacity: 0.6625;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: transparent;
	z-index: 102;
	color:#000000;
	display:none;
	/*border: 4px solid #525252;*/
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* ##################  light box ############################### */
@charset "utf-8";
/* CSS Document */
.grayOpacity { 
	background-image:url(http://images.ez-tracks.com/v2/img_gray_bg.gif); 
	position:absolute; 
	top:0px; 
	left:0px; 
	display:none; 
	z-index:5;
}
.lightBoxCont { position:absolute; top:0px; left:0px; display:none; z-index:10; }
.lightBox { 
	position:relative; 
	width:630px;
	height:354px; 
	height:auto; 
	margin:auto; 
}
#lightbox_ a:link {
	color: #3399ff;
}
#lightbox_ a:hover {
	color: #3399ff;
}
#lightbox_ a:active {
	color: #3399ff;
}
/*
a {
	font-weight: bold;
}
*/
#lightbox_ a:focus {
	outline:1px dotted invert;
}
strong{
	font-weight: bold;
	color: #000;
}
small{
	font-weight: normal;
	font-size: 10px;
}
#lightbox_ h2{
	display:block;
	border-bottom: 1px solid #D7D7D7;
	margin:0;
	padding-left: 15px;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#lightbox_{
	font: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 12px;
	text-align: center;
	color:#333;
	background-image:url(/img/lightbox_bg.png); 
	background-repeat:repeat-x;
	background-color:#FFF;
	background-position:opx opx;
	border:1px solid #666;
	width:630px;
	height:364px; 
}
#closehead{
	display: block;
	width:100%;
	clear:both;
	text-align:right;
	color: #000;
	overflow: hidden;
	font-size: 12px;
}
#closehead a{
	float:right;
	color:#505050;
	margin:2px 2px;
}
#closehead a:hover{
	color:#000;

}
#closehead span{
	float:right;
	font-weight:bold;	
	width:10px;
	margin:1px 1px;
	text-align:center;
	border: 1px solid #000;
	cursor: pointer;
	font-size: 12px;
	padding: 0 3px 0 3px;
}
#lb-head{
	margin-top:20px;
	display: block;
	width: 99%;
	color:#FFF;
}
#lb-head .progressbar{
	margin-top:20px;	
}
#lb-head h1{
	font-size: 22px;
	font-weight:bold;
	padding-left:40px;
	padding-right:40px;
}
#lb-head a{color:#FFF;}
#lb-head a:hover{color:#000;}
#lb-head p{
	font-size: 13px;
	padding:0px;
	margin:0px;
}
#mod-comments-lb{
	text-align: left;
	display: block;
	overflow: hidden;
	height: 180px;
	width: 90%;
	margin: 10px auto;
	border: 1px solid #D7D7D7;
}
#rating{
	display: block;
	margin: 0px 0px;
	font-weight: bold;
}
.rate{
	margin: 0 10px;
}
#mod-comments-lb #comnt-form{
	width: auto;
	margin: 10px 15px;
	text-align: center;
}
#comnt-form .commentbox{
	width: 100%;
	height: 50px;
	border: 1px solid #819CBA;
	text-align: left;
	margin:5px auto;
}
#comnt-form button{
	border: 1px solid #D9D9D9;
	float: right;
	clear:both;
	background: #fff;
	font-size: 11px;
	padding: 2px 10px;
	color: #3399ff;
	cursor: pointer;
}
#help{
	display: block;
	clear:both;
	width: 90%;
	margin: 10px auto;
}
/* Ringtones LightBox styles */
#lb-head-rt{
	display: block;
	margin: 30px auto;
	width: 94%;
}
#lb-head-rt dl{
	margin: 10px auto;
	padding: 0;
	font-size: 14px;
}
.cellphone {
	margin:0 0 20px 0;
	width:130px;
	float:left;
}
.no_cancel {
	margin:0 0 0 0;
	padding:0;
	border:0;
	width:154px;
	height:44px;
	/*background-image:url(http://images.massivemp3giveaway.com/no_cancel_rt_but.gif);*/
	background-repeat:no-repeat;
	cursor:pointer;
}
.yes_send {
	margin:0;
	padding:0;
	border:0;
	width:206px;
	height:44px;
	/*background-image:url(http://images.massivemp3giveaway.com/yes_send_rt_but.gif);*/
	background-repeat:no-repeat;
	cursor:pointer;
}
.ok_close_box {
	margin:0;
	padding:0;
	border:0;
	width:154px;
	height:44px;
	/*background-image:url(http://images.massivemp3giveaway.com/ok_close_but.gif);*/
	background-repeat:no-repeat;
	cursor:pointer;
}
#help-rt{
	display: block;
	clear:both;
	width: 90%;
	margin: auto;
	text-align:right;
}
/* terminate billing light box styles */
#lb-head-tb{
	display: block;
	margin: 0px auto;
	width: 94%;
}
#lb-head-tb h3{
	font-weight: normal;
	font-size: 19px;
	padding: 0;
	margin: 0;
}
#lb-head-tb p{
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#lb-head-tb div{
	margin:5px;
}
.terminate_billing {
	margin:10;
	padding:4;
	border:0;
	cursor:pointer;
}
/* login light box styles */
#lb-head-log{
	display: block;
	margin: 0px auto;
	width: 94%;
}
#lb-head-log h3{
	font-weight: normal;
	font-size: 19px;
	padding: 0;
	margin: 0;
}
#lb-head-log p{
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#lb-head-log div{
	margin:5px;
}
.login_button {
	margin:10;
	padding:4;
	border:0;
	cursor:pointer;
}
/* embed light box styles */
#lb-head-embed{
	display: block;
	margin: 20px auto;
	width: 80%;
	height: 84px;
	/*background: #fff url(http://images.massivemp3giveaway.com/lb_embed.png) left no-repeat;*/
}
#lb-head-embed p{
	font-weight: normal;
	font-size: 19px;
	padding: 0;
	margin: 0 0 0 130px;
}
#lb-embed-player {
	display:block;
	margin:20px auto;
	width:80%;
	height:83px;
}
#lb-cont{
	display: block;
	margin: 20px auto;
	width: 80%;
	height: auto;
}
#embedform .text_box{
	width: 100%;
	height: 90px;
	border: 1px solid #819CBA;
	text-align: left;
	margin:5px auto;
	clear:both;
}
#embedform button{
	border: 1px solid #D9D9D9;
	float: right;
	clear:both;
	background: #fff;
	font-size: 11px;
	padding: 2px 10px;
	color: #3399ff;
	cursor: pointer;
}
#lb-cont ol {
	clear:both;
	list-style-type:decimal;
	margin-left:25px;
	text-align:left;
}
#lb-cont ol li {
	font-weight:bold;
}
