@charset "utf-8";
/* CSS Document */
/*Styles For Extras Page*/
#extrasBox  {
	width: 976px;
	height: auto;
}
#extrasBox #extrasBoxHeader  {
	width: 976px;
	height: 55px;
	padding-top: 5px;
	background-image: url(/themes/templates/images/aux_page_header.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#extrasBox #extrasBoxHeader h2 {
	width: 960px;
	height: 40px;
	background-image: url(/themes/templates/images/top_header_bg_1.gif);
	background-position: center top;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-align: left;
	padding: 0px;
}
#extrasBox #extrasBoxHeader h2 span {
	display: none;
}
#extrasBox #extrasBoxHeader h2 img {
	border: 0px;
}
#extrasBox #extrasBoxContent  {
	background-image: url(/themes/templates/images/aux_page_bg.gif);
	background-position: top center;
	background-repeat: repeat;
}
#extrasBox #extrasBoxFooter  {
	width: 976px;
	height: 22px;
}
#extrasContent  {
	width: 940px;
	height: auto;
	text-align: left;
}
/*#extrasContent h3 {
	text-transform: uppercase; 
	color: #990000;
	font-size: 16px;
	text-decoration: underline;
}*/
#extrasContent p {
	padding: 5px 2px;
}
#extrasContent p.top {
	border-bottom: solid 1px #777;
	font-weight: bold;
}
#extrasBox .sectionBlock  {
	width: 940px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
/*	border-top: 1px solid #777;*/
	border-bottom: 1px solid #777;
}
#extrasBox .sectionBlock .leftBox  {
	width: 260px;
	height: 200px;
	float: left;
}
#extrasBox .sectionBlock .leftBox .imgBox  {
	width: 222px;
	height: 167px;
}
#extrasBox .sectionBlock .leftBox .imgBox img  {
	width: 220px;
	height: 165px;
	border: 1px solid #333;
}
#extrasBox .sectionBlock .leftBox .extraLink  {
	width: 220px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}
#extrasBox .sectionBlock .leftBox a:hover .imgBox img {
	border: solid 1px #db031b;
}
#extrasBox .sectionBlock .rightBox   {
	width: 680px;
	height: 200px;
	float: right;
}
#extrasBox .sectionBlock .rightBox h3  {
	width: 400px;
	height: 40px;
	text-align: left;
}
#extrasBox .sectionBlock .rightBox h3 span  {
	display: none;
}
#extrasBox .sectionBlock .rightBox h4  {
	padding-left: 5px;
}