/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* layout Divs
================================== */


#contentWrapper {
  width: 756px; 
  text-align: left; 
}

#mainContent { 

background-color:#f00;
}

#secondaryContent { 
  width: 120px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: left;
  margin-right: 15px;
} 



/* heading
================================== */

#headingBox {
  width: 531px;
  height: 45px;
  background: #afc60f url(../images/compHeadingBG.gif) repeat-x;
}

.compHead {
  font-size:24px;
  font-weight:bold;
  color:#FFFFFF;
}



/* tabs menu
================================== */
p#tabs {		
	height: 46px;
	background: url(../images/tabsBG.gif) 0 0 no-repeat;
	position: relative;
	margin: 0px;
	

	}		
	p#tabs span { display: none; }			
p#tabs a {		
	display: block;		
	height: 46px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: 0 -100px;
	background-repeat: no-repeat;
	text-decoration: none;	
	float: left;	
	/* Safari bug fix which breaks macie */
	/*\*/
	margin-top: -1px;
	border-top: 1px solid #afc60f;
	/**/
	}	
	
		 	
#competitionsNav { width: 116px; background-image: url(../images/tabs_comps.gif); }	
#offersNav { width: 107px; background-image: url(../images/tabs_offers.gif); }			

p#tabs a:hover,
p#tabs a:focus,
p#tabs a:active,
body#competitions p#tabs a#competitionsNav,
body#offers p#tabs a#offersNav {
	background-position: 0 0;	
	}
	
	
/* offer listing
================================== */
#filter {
  width:300px;
  height:28px;
  background: #FFF url(../images/filterBG.gif) no-repeat;
  padding-top:7px;
  padding-left:250px;
}

#offerBack {
  width:450px;
  height:28px;
  background: #FFF url(../images/offerBack.gif) no-repeat;
  padding-top:7px;
  padding-left:80px;
}

#offerPrint {
  
  height:28px;
  background: #FFF url(../images/offerPrint.gif) no-repeat;
  padding-top:12px;
  padding-left:360px;
}



/* offer listing
================================== */

#offerList { 
}

#offerList ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#offerList li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

#offerList a {
	display: block;
	width: 531px;
	height: 26px;
	line-height: 26px;
	color: #000;
	text-decoration: none;
	background: #dbdedb url(../images/offers_bar.gif) no-repeat;
	text-indent: 10px;
	font-weight: bold;
	margin-bottom: 3px;
  }

#offerList a:hover {
  background: #afc60f url(../images/offers_bar_on.gif) no-repeat;
  color: #fff;
}

.PagerTemplate{
	font-size: 10px;
	color: #8b98a9;
}


/* right box and mid box and compbox
================================== */

.compBox {
  width: 531;
  background: url(../images/compDetailBG_middle.gif) repeat-y;
}

.compBox h2 {
  background: url(../images/compDetailBG_top.gif) no-repeat left top;
  padding-top: 10px;
}

.compBox .last {
  background: url(../images/compDetailBG_bottom.gif) no-repeat left bottom;
  padding-bottom: 10px;
}

.compBox h2 {
  font-size:14px;
  padding-left: 10px;
  padding-right: 10px;
}

.compBox p {
  padding-left: 10px;
  padding-right: 10px;
}

.midBox {
  width: 230px;
  background: url(../images/midBG_middle.gif) repeat-y;
}

.midBox h2 {
  background: url(../images/midBG_top1.gif) no-repeat left top;
  padding-top: 10px;
}

.midBox .last {
  background: url(../images/midBG_bottom.gif) no-repeat left bottom;
  padding-bottom: 10px;
}

.midBox h2 {
  font-size:14px;
  padding-left: 10px;
  padding-right: 10px;
}

.midBox p {
  padding-left: 10px;
  padding-right: 10px;
}


.rightBox {
  width: 180px;
  background: url(../images/rightBG_middle.gif) repeat-y;
}

.rightBox h2 {
  background: url(../images/rightBG_top.gif) no-repeat left top;
  padding-top: 10px;
}

.rightBox .last {
  background: url(../images/rightBG_bottom.gif) no-repeat left bottom;
  padding-bottom: 10px;
}

.rightBox h2 {
  font-size:14px;
  padding-left: 10px;
  padding-right: 10px;
}

.rightBox p {
  padding-left: 10px;
  padding-right: 10px;
}


/* offer detail
================================== */

#offerDetail {
  border: 1px solid #c0c0c0;
  width:529px;
}

#offerDetail div {
  background-color: #fff;
  width:529px;
}

#offerDetail p {
  padding: 0 10px 0 10px;
}

#offerDetail .offer {
  width: 522px;
  font-size:14px;
  font-weight:bold;
  display: block;
  background: url(../images/offerdetail.gif) no-repeat left top;
  padding:7px;
}

#offerDetail .legal {
font-size:10px;
color:#666666;
  padding: 0 10px 0 10px;
}




label
{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}



