/**********************************************************
TABLE OF CONTENTS
----------------------------------------------------------
HTML MARKUP STYLES
UNIVERSAL STYLES
LAYOUT STYLES
FOOTER STYLES
FORM STYLES
CATALOG DISPLAY STYLES
NAVIGATION/BREADCRUMB STYLES
PAGE SPECIFIC STYLES
 - ABOUT PAGE
 - ACCOUNT/LOGIN PAGE
 - CATALOG PAGE
 - CHECKOUT PAGE
 - DISPLAYLEARNMORE/SPECIALS DETAIL PAGES
 - EXPRESSORDER PAGE
 - FEEDBACK PAGE
 - GIFT REGISTRY PAGE
 - LEARNMORELIST PAGE
 - ORDERS PAGE
 - REGISTRY DISPLAY PAGE
 - REGISTRY MANAGER PAGE
 - SELECTYEAR PAGE
**********************************************************/
/**********************************************************
HTML MARKUP STYLES
**********************************************************/
body {
	background: #000 url(/images/nav-bg.jpg) repeat-x;
	margin: 0; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	width: 100%; 
	min-width: 780px;
}
td {
	font-size: 12px; 
	vertical-align:top;
}
a {
	color: #CCCCCC;
}
a:hover {
	color: #FF0000;
}
img {
	border: 0;
}
p {
	margin: .8em;
	font-size: 12px;
}
h1, h2, h3, h4 {
	margin: .3em;
	padding: .5em;
}
input[type=text], 
input[type=password],
select {
	font-size: 11px;
}
/**********************************************************
UNIVERSAL STYLES
**********************************************************/
.alert,
.alert td,
.alertMsg,
.alertMsg td,
.alertBox,
.alertBox td {
	color: #CC6600;
	background: #EEE;
	border: solid 2px #FF9900;
	padding: 5px;
	margin: 5px;
	text-align:left;
	font-weight: bold;
}
.alert a,
.alertMsg a,
.alertBox a {
	color: red;
	font-weight: bold;
}
.alertBox,
.alertBox td {
	background: #EEE url(/images/alert.jpg) no-repeat;
}
.alertMsg p {
	padding: 0;
	margin: 0;
}
.clearboth {
	clear: both;
}
.copyright {
	font-size: 10px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.hilite, 
.hilite td,
.hilite a {
	background: #FAFC96;
	color: #333;
	font-weight:bold;
	padding: 2px;
	margin: 2px;
}
.move,
.move a {
	color: #3399FF;
}
.oldPrice {
	text-decoration:line-through
}
.remove,
.remove a {
	color: #FF0000;
	font-weight: bold;
}
/* highlights required text for forms */
.required { 
	color: #FF9900;
	font-weight:bold;
}
.smallT {
	font-size: .85em;
}
h2 .smallT, h3 .smallT {
	font-size: xx-small;
	font-weight:normal;
}
.tip {
	color: #DDD;
	font-style: italic;
	font-size: 11px;
}
/**********************************************************
LAYOUT STYLES
**********************************************************/
#container {
	width: 100%;
	text-align: center;
	min-width: 780px;
}
/** HEADER **/
#header {
	height: 122px; 
	width: 780px; 
	margin: 0 auto;
}
#header h2 {
	margin: 0;
	padding: 0;
}
#header h2 span {
	display: none;
}
#header a{
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
#header p {
	margin: 0; 
	padding: 0;
	color: #FFB951; 
}
#yrSelect {
	background: url(/images/nav-yrselect.jpg) no-repeat;
}
#userInfo {
	background: url(/images/nav-userinfo.jpg) no-repeat;
}
#getCatalog {
	background: url(/images/nav-catrequest.jpg) no-repeat;
}
#search {
	background: url(/images/nav-search.jpg) no-repeat;
}
#yrSelect, 
#userInfo, 
#getCatalog, 
#search {
	float: left; 
	width: 143px; 
	height: 100%;
}
#yrSelect p {
	margin: 45px 10px 0 10px;
	font-size: 10px;
	color: #FFF;
}
#yrSelect input, 
#yrSelect select {
	font-size: 11px;
}
#yrSelect {
	/*_margin: 0 0 -18px 0; */
}
#search {
	font-size: 11px;
}
#search p {
	font-size: 10px;
}
#search form {
	margin: 35px 0 0 0;
}
#search input {
	font-size: 10px;
	margin: 0; 
	padding: 0;
}
#userInfo {
	padding: 45px 0 0 0;
	margin: 0 0 -50px 0;
}
#userInfo p {
	margin: .1em;
	padding: 0;
	font-size: 10px;
}
#userInfo a {
	font-size: 11px;
}
.userYourAccount a {
	padding: 3px 0 5px 22px;
	margin: 3px 0 0 0;
	background: url(/images/user-key.jpg) no-repeat;
}
.userShoppingCart a {
	padding: 0 0 5px 20px;
	background: url(/images/user-shop.jpg) no-repeat;
}
.userLogout a {
	padding: 0 0 5px 20px;
	background: url(/images/user-locked.jpg) no-repeat;
}
.userLogin a {
	padding: 0 0 5px 20px;
	background: url(/images/user-lock.jpg) no-repeat;
}
#getCatalog p {
	margin-top: 69px;
}
#logo {
	float: left;
	background: url(/images/logo.jpg) no-repeat; 
	width: 208px; 
	height: 100%;
}
#logo h1 {
	display: none;
}
#logo img {
	width: 125px;
	height: 120px;
}
#slogan {
	height: 18px;
	clear: both;
}
#slogan p {
	margin: 2px 0 0 0; 
	padding: 0;
	color: #FFFF00;
	font-size: 12px;
}
#catMenu {
	height: 29px; 
	margin: 0; 
	padding: 0; 
	text-transform: uppercase;
}
#catMenu p {
	margin: 6px 0 0 0;
	padding: 0;
	font-weight: bold;
	color: #FFFF00;
	font-style: italic;
}
#catMenu a {
	text-decoration: none; 
	color:#FFFFFF;
}
#catMenu a:hover {
	text-decoration: underline;
}
#catMenu span {
	padding: 0 .6em 0 .6em;
}
/** SIDE BAR **/
#sideNav {
	text-align: left; 
	position: absolute;
	top: 165px;
	right: 0;
	padding: 0 3px; 
}
#sideNav a:hover {
	color: #FFFFFF;
}
.subNav {
	width: 155px;
	background: #B41818; 
	margin: 10px 0 0 0;
	border-bottom: solid 1px black; 
	font-size: 11px;
	/* _width: 152px; */
}
.subNav h2 {
	font-size: 14px; 
	background: url(images/nav-sidenav-h2-bg.jpg) no-repeat; 
	height: 44px; 
	padding: 7px 2px 0 48px; 
	margin: 0;
	color: #3d3d3d;
	font-weight: normal;
} 
.subNav p {
	margin: 0;
	padding: 3px;
	font-weight: bold;
}
.subNav ul {
	margin: 0; 
	padding: 0; 
}
.subNav li {
	margin: 0;
	padding: 0; 
	font-weight: bold;
	list-style: none;
}
.subNav li a {
	display: block;
	padding: 5px 3px;
	margin: 0;
}
.subNav li a:hover {
	background: #660000; 
}
.subNav li.lit {
	background: #CCCCCC;
	color: #990000;
}
.subNav li.lit a {
	color: #000000;
}
.subNav li.lit a:hover {
	color: #FFFFFF;
}
#bannerNav {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#registryNav h2 {
	background: url(images/nav-sidenav-registry-h2-bg.jpg) no-repeat;
	padding: 7px 2px 0 29px;
	height: 49px;
}
#bannerNav a:hover {
	color: #FFFFFF;
}
#specialList .specialsListBox {
	text-align: center; 
}
/** CONTENT **/
#content {
	text-align: left;
	margin: 0 175px 25px 10px;
	min-height: 450px;
	/* _height: 450px; */
}
#content h1 {
	background: url(images/header-icon.jpg) no-repeat;
	height: 37px;
	padding: 3px 0 7px 80px;
	margin: .3em .3em .5em .3em;
	font-size: 27px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase; 
	letter-spacing: .3em;
}
#content h2 {
	background: #660000 url(/images/h2-bg.jpg);
	font-size: 17px;
}
#content h2.boxCtrl,#content h3.boxCtrl {
	color:#999999;
	font-size:.9em;
}
#content .alertMsg h2 {
	background: none;
	margin: 0;
	padding: .2em;
}
#content h3 {
	font-size: 14px;
	font-style: italic;
	border-bottom: solid 1px #990000;
	text-align: left;
}
#content li {
	margin: 0 0 0 2em;
}
#content input[type=submit] {
	font-weight: normal;
}
/**********************************************************
FOOTER STYLES
**********************************************************/
#closing {
	clear: both;
	margin: .5em;
	padding: .2em;
}
#footer {
	clear:both; 
	padding: 1em 0;
	margin: 1em 0 0 0;
	font-size:11px; 
	width: 100%; 
	background: #330000;
	border-top: solid 1px #550000;
	color: #CCC;
}
/**********************************************************
FORM STYLES
**********************************************************/
legend {
	color:#FFFFFF; 
	font-size: 18px;
}
fieldset {
	width: 525px;
	clear: both;
	margin: 1em;
}
fieldset p {
	margin: 0; 
	padding: 0;
}
.formLabel, 
.formLabelL {
	width: 150px; 
	height: 25px; 
	text-align: right; 
	padding: .3em;
	background: #333333;
}
.formLabelL {
	text-align: left;
}
.formInput, 
.formTextarea {
	width: 350px; 
	height: 25px; 
	padding: .3em; 
	background: #666666; 
}
.formHeader, 
.formSubmit {
	padding: .5em;
}
.formSubmit {
	text-align: right;
}
.formHeader p {
	margin: .3em;
}
/**********************************************************
HELP BOX STYLES
**********************************************************/
.helpbox .close {
	display: none;
	background: #333333;
}
.helpbox .toggle {
	padding: 3px;
}
.helpbox .toggle a {
	padding: 3px 3px 3px 16px;
	background: url(/images/helpbox-plus.gif) no-repeat left center;
	font-weight: bold;
	line-height: 18px;
}
.helpbox .close .toggle {
	border-bottom: solid 1px #000033;
}
.helpbox .close .toggle a {
	background: url(/images/helpbox-minus.gif) no-repeat left center;
}
#sideNav .helpbox p {
	font-size: 10px;
}
#sideNav .helpbox .close .toggle{
	background: #B41818;
}
/**********************************************************
ACTION BUTTONS 
***********************************************************/
.action a,
.button a,
.button span {
	padding: 2px 0 3px 22px;
	background: url(/images/brakelight-dark-off.gif) no-repeat;
	font-weight: normal;
	line-height: 20px;
}
.action a:hover,
.button a:hover {
	background: url(/images/brakelight-dark-on.gif) no-repeat;
}
.actionLite a {
	padding: 2px 0 3px 22px;
	background: url(/images/brakelight-lite-off.gif) no-repeat;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
}
.actionLite a:hover {
	background: url(/images/brakelight-lite-on.gif) no-repeat;
	color: #990000;
}
/**********************************************************
CATALOG DISPLAY STYLES
these may appear on several pages. look for page-specific overrides to these decs
**********************************************************/
/* the dominant image on a page */
.mainImage {
	margin: 0; 
	padding: 0; 
	float: left; 
	text-align: center; 
	clear: both;
}
/* on list pages, items will be contained within one or more sequential listBox DIVs. 
template controls how many items will beplaced in each box */
.listBox,
.listBoxBy2 {
	float: left; 
	width: 32%;
	margin: 0 1px 1em 0;
}
.learnmoreHeader {
	margin-left: 3em; 
	font-style: italic; 
	font-size: .9em; 
	display: block;
	color: #999999;
}
.subcatList {
	clear: both;
	padding: 1em;
}
.subcatList h2 span {
	display: none;
}
.listBox a {
	text-decoration: none;
}
.subcatID a {
	padding: .1em;
	margin: .1em;
	color: #FFF;
	background: #990000;
	border: 1px outset #990000;
	line-height: 1.5em;
}
.subcatID a:hover {
	border: 1px inset #990000;
	background: #FF0000;
	padding: .1em .2em .2em .1em;
	margin: 0 .1em .1em 0 ;
}
/**********************************************************
NAVIGATION/BREADCRUMB STYLES
**********************************************************/
#breadcrumb {
	padding: .5em;
	margin: 1em;
	background: #660000;
}
#breadcrumb .lit{
	border:1px solid white;
	background: #990000;
	padding: .2em;
}
.category span,
.subcategory span {
	display: none;
}
.keyword,
.catalog,
.part,
.category,
.subcategory {
	display: inline;
	line-height: 1.2em;
}
.catalog {
	font-size:.9em;
}
.subcategory, 
.part {
	font-size:1.2em;
}
.part span {
	display: none;
}
.year {
	margin-left: 2em; 
	margin-top: .5em; 
	font-style: italic;
}
.listName {
	margin-left: 20px; 
	font-weight: bold;
}
#listNavID {
	width: 200px; 
	margin: 0 0 -18px 0; 
	padding: .2em;
	float: right; 
	text-align:center; 
	background-color:#B41818; 
	border: solid 1px #CCC;
	position: relative;
	top: -20px;
}
#listNavID a:hover {
	color: #FFF;
}
#listNavID p {
	margin: 0; 
	padding: 0;
}
#listNavID h2 {
	font-size: 12px; 
	font-weight: normal; 
	margin: 2px; 
	padding: 0; 
	background: none; 
	border: none;
}
.listNavOn, 
.listNavOff,
.listNavStart, 
.listNavEnd {
 /**  Declared in template but not currently styled  **/
}
/**********************************************************
PAGE SPECIFIC STYLES
these decs generally begin with the curpagePage DIV
**********************************************************/
/**********************************************************
ABOUT PAGE
**********************************************************/
#aboutPage #content p img {
	margin: 1em;
}
/**********************************************************
ACCOUNT/LOGIN PAGE
**********************************************************/
.accountHomeBlock {
	width: 31%;
	margin: 2px .1%;
	float: left;
	background: #660000;
	min-height: 30em;
	/* _height: 30em; */
}
#loginPage #loginForm {
	background: #660000;
	text-align: left;
}
/**********************************************************
CATALOG PAGE
**********************************************************/
#catalogPage #content p {
	font-size: 11px;
	text-align: center;
}
#catalogPage #content h2 {
	margin: 0;
	padding: 0;
	height: 45px;
	border: solid 1px #666;
}
#catalogPage #content h2 span {
	display: none;
}
#catalogPage #content a {
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase; 
	color:#FF0000;
}
#catalogPage #content a:hover {
	color:#F8F8F8;
}
#mainBlocks {}
#extraBlocks {
	clear:both;
	padding: 15px 0 0 0;
}
#partsBlock h2, #partsPage h1 {background: #FFF url(/images/cat-head-parts.jpg) no-repeat;}
#accessoriesBlock h2, #accessoriesPage h1 {background: #FFF url(/images/cat-head-access.jpg) no-repeat;}
#interiorsBlock h2, #interiorsPage h1 {background: #FFF url(/images/cat-head-interiors.jpg) no-repeat;}
#fiberglassBlock h2, #fiberglassPage h1 {background: #FFF url(/images/cat-head-fiberglass.jpg) no-repeat;}
#specialsBlock h2, #speciallistPage h1 {background: #FFF url(/images/cat-head-specials.jpg) no-repeat;}
#clearanceBlock h2, #clearancePage h1 {background: #FFF url(/images/cat-head-clearance.jpg) no-repeat;}
#nqpBlock h2, #nqpPage h1 {background: #FFF url(/images/cat-head-nqp.jpg) no-repeat;}
#partsBlock, 
#fiberglassBlock, 
#interiorsBlock, 
#accessoriesBlock {
	float: left;
	width: 24%;
	margin: .1%;
	background: #550000;
	min-height: 250px;
	/* _height: 250px;*/
}
#specialsBlock, 
#nqpBlock, 
#clearanceBlock {
	float: left;
	width: 32%;
	height: 100%;
	margin: .1%;
	background: #440000;
}

#interiorsPage h1,
#partsPage h1,
#accessoriesPage h1,
#fiberglassPage h1,
#speciallistPage h1,
#clearancePage h1,
#nqpPage h1 {
	height: 45px;
	margin: .5em;
	padding: 0;
}
#interiorsPage h1 span,
#partsPage h1 span,
#accessoriesPage h1 span,
#fiberglassPage h1 span,
#speciallistPage h1 span,
#clearancePage h1 span,
#nqpPage h1 span{
	display: none;
}
.sectionIntro {
	background: #FFF;
	padding: 1em;
	margin: 1em;
	color: #660000;
}
.sectionIntro h3 {
	color: #000000;
}
.sectionIntro a {
	color: #333333;
}
.sectionIntro a:hover {
	color: #CC0000;
}
/**********************************************************
CHECKOUT PAGE
**********************************************************/
#shippingInfo td,
#billingInfo td,
#paymentInfo td {
	background: #420000;
	padding: .2em;
}
#shippingInfo td p.button select {
	background: #420000;
	color:white;
	border:none;
}
#checkoutPage caption {
	font-size: 14px;
	font-weight: bold;
	background: maroon url(/images/h3-bg.jpg) repeat-x;
	padding: .5em;
	text-align: left;
}
#checkoutPage table {
	width: 96%;
	margin: 2%;
}
.checkoutNav span {
	margin: 0 5px;
	padding: .3em;
	color: #CCC;
}
.checkoutNav span.lit {
	border:1px solid;
	font-weight: bold;
	color: #FFF;
	background: #990000;
}
.checkoutNav {
	padding: .5em;
	background: #660000;
}
#checkoutInfo {
	text-align: right;
}
/**********************************************************
DISPLAYLEARNMORE/SPECIALS DETAIL PAGES
**********************************************************/
#partsListLong table,
#partsListShort table{
	border-spacing: 0;
	border-collapse: collapse;
}
#partsListLong th,
#partsListShort th{
	background-color:#990000;	
	color:white; 
	font-weight:bold;
	padding: .5em;
}
#partsListLong td ,
#partsListShort td{
	border-bottom: 1px solid #999999; 
	background: #DDD;
	padding: .3em;
}
#partsListLong .order,
#partsListShort .order {
}
#displaylearnmorePage #partsListLong caption, 
#displaylearnmorePage #partsListShort caption {
	display:none;
}
#learnmoreDetail, 
#specialDetail {
	clear:both;
	background: #FFF;
	color: #660000;
}
#learnmoreDetail h2, 
#specialDetail h2 {
	color: #FFF;
}
#learnmoreDetail img, 
#specialDetail img {
	margin: .3em;
}
#learnmoreDetail .tip, 
#specialDetail .tip {
	color: #333333;
}
#learnmoreDetail a, 
#specialDetail a {
	color: #333;
}
#learnmoreDetail h2 {
	clear: both;
}
#learnmoreDetail h3 {
	border: none;
}
.learnMoreDescription {
	margin: 1em;
}
/* mainImage(size) classes are used to display different layouts for various sized images */
.mainImageSmall {
	float: left;
}
.mainImageMedium {
	float: left;
}
.mainImagesLarge {
	float: none;
}
/* for display of products from products web */
#partsListLong, 
#partsListShort {
	text-align:left; 
	padding: .8em;
	margin: .5em;
}
#partsListLong, 
#partsListShort {
	clear:both; 
}
#partsListOne {
	text-align:left; 
	border: 1px solid white; 
	padding:5px;
}
#partsListLong table, 
#partsListShort table {
	text-align:left; 
	padding:5px;
}
#partsListShort .order a, 
#partsListLong .order a {
}
#partsListShort .order a .lit, 
#partsListLong .order a .lit {
}
.tagline {
	margin: 0 1em; 
	font-size:.9em; 
	font-weight:normal; 
	color: #222;
}
/**********************************************************
EXPRESSORDER PAGE
**********************************************************/
#expressorderPage table {
	width: 100%;
	background-color: #333333; 
	font-style: italic; 
	border-spacing: 0;
}
#expressorderPage td {
	padding: 4px; 
	border-bottom: 1px solid #BBBBBB;
}
/**********************************************************
FEEDBACK PAGE
**********************************************************/
.catalogCover img{
	border: solid 1px #FFF;
	margin: 3px;
	float: left;
}
/**********************************************************
GIFT REGISTRY PAGE
**********************************************************/
#giftregistryPage #content table {
	width: 96%; 
	margin: 0 2%;
	background: #333333; 
}
#giftregistryPage #content th {
	padding: 4px; 
	border-bottom: 1px solid #FFF;
}
#giftregistryPage #content td {
	padding: 4px;
	border-bottom: 1px solid #666;
}
#giftregistryPage #content thead,
#giftregistryPage #content tfoot {
	background: #666;
	padding: 2px;
}
#giftIntro {
	float: left;
	width: 49.9%;
	margin: 0 0 10px 0;
}
#giftSearch {
	float: left;
	width: 49.9%;
	margin: 0 0 10px 0;
}
#giftDetails,
#giftResults {
	clear: both;
	margin: 0 0 10px 0;
}
/**********************************************************
LEARNMORELIST  PAGE
**********************************************************/
#learnmoreList {
	clear: both;
}
#learnmorelistPage #partsListLong, 
#learnmorelistPage #partsListShort {
	clear:both; 
	margin: 2em 0; 
	padding:8px; 
	color:#FFF;
}
#learnmorelistPage .listBoxBy2 {
	width: 49%;
}
#learnmorelistPage .listBox {
	width: 100%;
}
#learnmorelistPage .listBox a,
#learnmorelistPage .listBoxBy2 a {
	padding: 4px 0 4px 22px;
	background: url(/images/brakelight-off.jpg) no-repeat;
	text-decoration: none;
	font-weight: bold;
}
#learnmorelistPage .listBox a:hover,
#learnmorelistPage .listBoxBy2 a:hover {
	background: url(/images/brakelight-on.jpg) no-repeat;
}
.listBox p, 
.listBoxBy2 p {
	border-bottom: solid 1px #333;
}
#learnmoreList fieldset {
	padding: 1em;
	margin: 1em;
	background: #333333;
	width: 525px;
}
/**********************************************************
ORDERS PAGE
**********************************************************/
.shoppingCart {
	margin: 0 0 30px 0;
}
.shoppingCart table {
	width: 96%;
	margin: 0 2%;
	border-spacing: 0;
	border-collapse: collapse;
}
.shoppingCart td {
	border-bottom: solid 1px #999;
}
.shoppingCart th {
	padding: 3px;
}
.shoppingCart thead {
	background: #333333;
}
.shoppingCart tbody td {
	border-bottom: solid 1px #666;
}
.shoppingCart tfoot {
	background: #000000; 
	font-weight:bold;
}
.totals {
	background: #666666;
}
.allCommands {
	background: #333333;
}
.shipping {
}
.coupon {
}
.checkout {
	background: #222;
}
#ordersPage #content input[type=submit] {
	font-weight: bold;
}
/**********************************************************
REGISTRY DISPLAY PAGE
**********************************************************/
#displayregistryPage #content table {
	width: 96%; 
	margin: 0 2%;
	background: #333333;  
	border-spacing: 0;
}
#displayregistryPage #content th {
	padding: 4px; 
	border-bottom: 1px solid #FFF;
	white-space: nowrap;
	background: #666;
}
#displayregistryPage #content td {
	padding: 4px; 
	border-bottom: 1px solid #666;
}
#displayregistryPage #content thead,
#displayregistryPage #content tfoot {
	font-size: 12px;
	background: #666;
	padding: 2px;
}
/**********************************************************
REGISTRY MANAGER PAGE
**********************************************************/
#modifyregistryPage #content table {
	width: 96%; 
	margin: 0 2%;
	background: #333333;  
	border-spacing: 0;
}
#modifyregistryPage #content th {
	padding: 4px;
	border-bottom: 1px solid #FFF;
	white-space: nowrap;
	background: #666;
}
#modifyregistryPage #content td {
	padding: 4px; 
	border-bottom: 1px solid #666;
}
#modifyregistryPage #content thead,
#modifyregistryPage #content tfoot {
	font-size: 12px;
	background: #666;
	padding: 2px;
}
#modifyregistryPage #content #registryEmailer table {
	width: 500px; 
}
#registryItems .total td {
	padding: 4px; 
	border-top: 1px solid #FFF;
}
#registryItems {
	clear: both;
	margin: 0 0 10px 0;
}
#registrySummary,
#registryItems,
#registryEmailer {
	margin: 0 0 10px 0;
} 
/**********************************************************
SELECTYEAR PAGE
**********************************************************/
#selectyearPage #content h2 {
	font-weight:normal;
	color:red;
	background: none;
}
#selectyearPage #content h2 span {
	font-weight:normal; 
	color:white;
}
.selectBox {
	float: left;	
	width: 30%; 
	margin: 0 .1em; 
	padding: .5em;
	text-align: center; 
	background: #333;
	border: solid 1px #DDD;
}
.selectBox h2 span {
	display: block; 
	clear: right;
}
/**********************************************************
SPECIALS PAGE
**********************************************************/
.specialsListBox {
	text-align:center; 
	padding: 2px; 
	height: 240px; 
	width: 149px;
	float: left;
}