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






/* contest */
#poptartDiv h1 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:18px;
	color:#008c00;
	font-weight:normal;
}
#poptartDiv h4 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#999999;
	font-weight:normal;
	line-height:22px;
}
#poptartDiv h3 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#008c00;
	font-weight:normal;
}
#poptartDiv .n {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#999999;
	font-weight:normal;
	background-image:url(../imgs/contest/box.jpg);
	background-repeat:no-repeat;
	padding-left:4px;
	padding-top:5px;
	border:none;
	border:#f9f9f9;
	width:240px;
	height:20px;
}
#poptartDiv .aSm {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#999999;
	font-weight:normal;
	background-image:url(../imgs/contest/boxSm.jpg);
	background-repeat:no-repeat;
	padding-left:4px;
	padding-top:5px;
	border:none;
	border:#f9f9f9;
	width:172px;
	height:20px;
}
#poptartDiv #sub1 {
	float:right;
	margin-right:35px;
	margin-top:20px;
}
#poptartDiv #sub2 {
	float:right;
	margin-right:35px;
	margin-top:20px;
}
#poptartDiv #subCoupon1 {
	float:right;
	margin-right:35px;
	margin-top:20px;
}
#poptartDiv #subCoupon2 {
	float:right;
	margin-right:35px;
	margin-top:20px;
}
#poptartDiv .lhc {
	float:left;
	width:370px;
	min-height:100%;
	background-color:#f9f9f9;
}
#poptartDiv .rhc {
	float:left;
	width:380px;
	min-height:100%;
	background-color:#f9f9f9;
	margin-left:10px;
	display:inline;
}
#poptartDiv .txt {
	width:360px;
}
#poptartDiv .txt2 {
	width:330px;
}
#poptartDiv #contestWrapper2 {
	display:none;
}
#poptartDiv #contestWrapper3 {
	display:none;
}
#poptartDiv .wrapper {
	width:762px;
	background-color:#f9f9f9;
	padding-left:20px;
	padding-top:20px;
	float:left;
	display:inline;
}
#poptartDiv #couponWrapper2 {
	display:none;
}
#poptartDiv #couponWrapper3 {
	display:none;
}
#poptartDiv #couponWrapper4 {
	display:none;
}








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

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;}
	
body.pop {
	/* background-color: #FFFFFF; */
	background-image:none;
	text-align: left;
	margin: 0;
	padding: 0;
	}

#TB_window a:link {color: #FFF; border:none;}
#TB_window a:visited {color: #fff; border:none;}
#TB_window a:hover {color: #fff; border:none;}
#TB_window a:active {color: #fff; border:none;}
#TB_window a:focus{color: #fff; border:none;}

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

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;}

* 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 url("bg.gif") no-repeat;*/
	/* background-color: #FFFFFF; */
	width: 340px;
	/*height: 269px;*/
	z-index: 102;
	color:#363636;
	display:none;
	text-align:left;
	top:50%;
	left:50%;}

div#pop_footer{
	height: 8px;
	width: 340px;
}	
	/*-moz-border-radius: 10px 10px 10px 10px;}*/

* 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;}

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

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

#TB_closeAjaxWindow{
	margin: 5px 5px 0 0;
	text-align:right;
	float:right;}

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

#TB_title{
	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{
	}

#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;
	overflow:hidden;
	}

.bottom_left, .top_left, .bottom_right, .top_right{
		position: absolute;
		height: 8px;
		width: 7px;
}	

.bottom_left{
	bottom: 0px;
	left: 0px;
}	

.bottom_right{
	bottom: 0px;
	right: 0px;
}	

.top_right{
	top: 0px;
	right: 0px;
}	

.top_left{
	top: 0px;
	left: 0px;
}	

* html .bottom_left{
	bottom: -1px;
	left: -1px;
}	

* html .bottom_right{
	bottom: -1px;
	right: -1px;
}	

* html .top_right{
	top: -1px;
	right: -1px;
}	
	