/* CSS Rules for the iframe */

/* CSS Tag Rules for Gatorade */

body {
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
	width: 540px;
	background-color: #000000;
	background-image: url(/images_new/rightbg.gif);
	background-position: 0px 0px ;
	background-attachment: fixed;
	background-repeat: no-repeat;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 16px;
}

a {
	color: #FF6600;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* CSS Classes */

.subheader{
	font-weight: bold;
	color: #FF6600;
}

.formpadding {
	padding: 5px 0px;
}

.singlelinetextfield {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

.storeitem {
	margin-bottom: 43px;
}

.storecategory {
	color: #FF6600;
	width: 65px;
	height: 20px;
}

.storecategorydetails {
	height: 20px;
}

.storecategoryempty {
	color: #FF6600;
	width: 65px;
	height: 16px;
}

.storecategorydetailsempty {
	height: 16px;
}

.programlist{
	margin: 5px 0px 5px 10px;
	padding-left: 10px;
	list-style-image: url(images/bullet.gif);
}

.faqmainitem{
	background-image: url(images/faq_main_button.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 117px;
}

/*.faqmainitem:hover{
	background-image: url(images/faq_main_button2.jpg);
	background-position: center;
	background-repeat: no-repeat;
}*/
.faqmainitem a{
	color: #CCCCCC;
	text-decoration: none;
}

.faqmainitem a:hover{
	color: #FF6600;
}

.question a{
	color: #CCCCCC;
	text-decoration: none;
}

.question a:hover{
	color: #FF6600;
}

.macie {

}