/**
 * Comstock Blue Template CSS Stylesheet
 * Author Clyde Jones Copyright 2008 
 *
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 3215 2006-03-20 06:05:55Z birdbrain $
 */

/*  Begin old Zen Cart Style, with some good colors */

/* Notes on conversion from Mike Grigsby's HTML/CSS design, to my Zen Cart template
	Grigsby CSS appears at end of this doc. However, much of it isn't used by the template.

	div#sideNavigation --> navColumnOneWrapper
	div#sideNavigation li.navSectionTitle  -->  .leftBoxHeading, .rightBoxHeading
	
*/

html, body {
	margin: 0;
	padding: 0;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: url(../images/square_dot_sm.gif) #C1C1D1 repeat-x; 
	color: #333366;
	}
	
a {
	text-decoration: none;
	font-weight:bold;
	}
/* Comstock Blue Template Layout*/
	/*BOF Main Wrapper - Wraps the contents of the layout*/	
#mainWrapper {
   margin: 0 auto;
   padding: 0;
	background: #FFFFFF;
	text-align: left;
	width: 850px;
	vertical-align: top;
	}
	/*EOF Main Wrapper*/
	/*BOF Header layout*/	
#topWrapper {
   margin: 0;
   padding: 0;
	text-align: left;
	width: 100%;
	vertical-align: top;
}
#headerWrapper {
   margin: 0;
	padding: 0;
	background: #C1C1D1;
	width:100%;
	}
#logoWrapper {
margin: 0;
padding: 0;
height:75px;
background: /*url(../images/bg.gif)*/ #D7E0F8;
position:relative;
}
#logo {
	margin:0;
	position:relative;
	float: left;
}
.date {
	margin-right: 50px;
	padding-top:2px;
	padding-right: 5px;
	float: right;
	color: #000;
	font-weight: bold;
	text-align: right;
	font-size: 1.2em;
	line-height:normal;
}
#navMainSearch {
	position: relative;
	float:left;
	top: 10px;
	left: 10px;
	width: 400px;
	height: 30px;	
	margin-bottom: 5px;
	font-weight:bold;
}

div#displayDate {
		position: relative;
		float:right;
		margin: 0;
		padding: 10px 20px 0 0;
		width: 183px;
		height: 20px;
		font-size: 8pt;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		color: #333366;
		text-align: right;
		}

#taglineWrapper {
	/*margin: 0;*/
	position: relative;
	top: 20px;
	left: 250px;
	width: 360px;
	height:1%;	
}
#tagline {
	/*padding-top:10px;*/
	color:#000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	line-height:normal;
	}
	/*EOF Header layout*/
/*BOF top main navigation*/		
#navMainWrapper {
	margin: 0;
	background: url(../images/silver_bar.gif) repeat-x;
	font-weight: bold;
	color: #ccccff;
	height: 26px;
	width: 100%;
	}
#navMain {
margin: 0 0 0 40px;
padding: 3px 0 0 10px;
font-size: 1.1em;
list-style-type: none;
text-align: center;
color:#D4D4D4;
}

#navMain ul, #navMain li {
margin:0;
padding:0;
display:inline;
}
#navMain ul li a {
margin-right:2px;
padding:2px 10px;
background:#6A8FD9;
color:#fff;
border:1px solid;
float:left;
font-weight:Bold;
line-height:14px;
text-decoration:none;
border-color:#66006B;
}

#navMain ul li a:hover {
color:#000;
background:#D7E0F8;
}
#navAccountWrapper {
   margin: 0 50px 0 0;
	font-weight: bold;
	color: #ccccff;
	height: 26px;
}
#navAccount {
margin: 0;
padding: 0;
background:  url(../images/account_bar.gif) no-repeat transparent;
height: 26px;
font-size: 1em;
width: 316px;	
float: right;
}
#navAccount ul  {
margin: 0;
padding: 3px 0 0 9px;
display:inline;
	}
#navAccount li  {
margin: 0;
padding:0;
display:inline;
	}		
#navAccount ul li a {
margin-right:2px;
padding: 3px 12px 0 16px;
background: #6A8FD9;
color: #fff;
border:1px solid #000;
float:left;
font-weight: bold;
text-decoration:none;	
}
#navAccount li.shop a {
background: url(../images/cart.png) left center no-repeat #6A8FD9;
height:16px;
}
#navAccount ul li.shop a:hover {
color:#000;
background: url(../images/cart.png) left center no-repeat #D7E0F8;
}
#navAccount li.account a {
background: url(../images/account.png) left center no-repeat #6A8FD9;
height:16px;
}
#navAccount ul li.account a:hover {
color:#000;
background: url(../images/account.png) left center no-repeat #D7E0F8;
}
#navAccount li.contact a {
background: url(../images/contact.png) left center no-repeat #6A8FD9;
height:16px;
white-space: nowrap;
}
#navAccount ul li.contact a:hover {
color:#000;
background: url(../images/contact.png) left center no-repeat #D7E0F8;
}
/*EOF top main navigation*/		
/*BOF top horizontal category navigation and the footer IP address*/		
	/*by default these are set to display none - */
	/*To use comment out this declaration and un-comment the following
	two declarations*/
#navCatTabsWrapper, #siteinfoIP {
display: none;
}
/*#navCatTabsWrapper {
	margin: 0;
	background-color: #E5EDF5;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}
#navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}
#navCatTabs ul li {
	display: inline;
	white-space: nowrap;
	}
#navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #000;
	}
#navCatTabs ul li a:hover {
	color: #000;
	}*/
#navEZPagesTop {
	margin: 0;
	padding: 6px 0 6px 0;
   background: url(../images/tier2_bg.gif) repeat-x;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	/*height: 24px;*/
	vertical-align: middle;
	}
#navEZPagesTop a {
	color: #fff;
}	
#navEZPagesTop a:hover {
	color: #000;
	background: #D7E0F8;
}	
#navExtraWrapper {
	margin: 0;
	padding: 0;
	background: url(../images/black_bar.gif);
	font-weight: bold;
	color: #ccccff;
	height: 20px;
	width: 100%;
	text-align: center;
	}
#navExtra {
	padding: 3px 0;
}	
/*EOF  top horizontal category navigation and EZpages navigation*/		
	/*BOF center content wrapper*/		
#contentMainWrapper {
	padding:0px;
	background: #FFFFFF;
}	
#centerOuterBorder {
margin: 0px; /*gives spacing at top and bottom*/
padding:0px; /*spacing between this and the mainWrapper*/
	background: #FFFFFF;
/*width: 850px;*/
}

#contentColumnMain {
	vertical-align: top;
	}
.centerColumn {
	padding: 5px;
	background: #FFFFFF;
	font-size: 1.2em;
}	
#navBreadCrumbWrapper {
	margin: 0 auto;
	padding: 0 0 0 2px;
	text-align: center;
	width: 80%;
}	
#navBreadCrumb {
	margin: 0 auto;
	padding: 0/*.2em*/ 0 0/*.2em*/ 2px;
   font-size: 1em;
	font-weight: bold;
	color: #000;
	height: 15px;
	}
#navBreadCrumb a {
	color: navy;	
}
#navBreadCrumb a:hover {
	color: #fff;	
}
/*EOF center column content*/		
/*BOF right and left sidebox wrappers*/		
#navColumnOne, #navColumnTwo {
	background-color: #333366;/* change this to whatever color you want for the sidebox columns*/
	border: none;
	vertical-align: top;
	}
#navColumnOneWrapper, #navColumnTwoWrapper {
/* previous */
	margin: 0px;
	font-size: .9em;
	/* New */
		position: relative;
		display: block;
		top: 0;
		left: 0;
		width: 150px;
		border-top: 1px solid #FFFFFF;
		background: #333366;
	}

	/*BOF right and left sidebox containers*/
.leftBoxContainer, .rightBoxContainer {
	margin:0px;
	padding: 0px;
	}
.leftBoxHeading, .rightBoxHeading {
/* Previous
	margin: 0;
	background-image:url(../images/sidebox_header_bg.gif);
	background-repeat:no-repeat;
	padding: 0.5em 0;
	text-align: left; */
			margin:0px;
			padding: 1px 5px 0;
			width: 140px;
			height: 18px; 
			color: #FFFFFF;
			font-weight: bold;
			background: #333366;
			border-bottom: 1px solid #FFFFFF;
	}
	
	
h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading label, h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading label {
	font-size: 13px; 
	color: #FFFFFF;
	}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover{
	color: #FFFF33;
	text-decoration: none;
	} 
.sideBoxContent {
/* Previous
	padding: 0.3em 0.3em 1em 0.3em;
	background-image:url(../images/sidebox_content_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size: 1em;
	line-height:normal;*/
	/* New */
			display: block;
			padding: 0px;
			margin: 0px;
			width: 150px;
			color: #333366;
			font-weight: bold;
			background: #C1C1D1;
/*			border-bottom: 1px solid #FFFFFF; */
	}	
		/* New -- Link Styles */
		
.sideBoxContent li a, .sideBoxContent a {
			display: block;
			padding: 1px 5px 0;
			width: 140px;
			height: 18px;
			color: #333366;
			font-weight: bold;
			background: #C1C1D1;
			border-bottom: 1px solid #FFFFFF;
			}
		
.sideBoxContent li a:hover, .sideBoxContent a:hover {
			display: block;
			padding: 1px 5px 0;
			width: 140px;
			height: 18px;
			color: #FFFFFF;
			font-weight: bold;
			background: #666699;
			border-bottom: 1px solid #FFFFFF;
			text-decoration:none;
			}
	
.centerBoxWrapper {
	margin: 0;
	background-image:url(../images/title_cap_left.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}

.centerBoxHeading {
	margin: 0;
	height:32px;
	background-image:url(../images/title_cap_right.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding: 0.5em 0.2em;
	text-align:center;
	}
	/*EOF right and left sidebox containers*/		
/*EOF right and left sidebox wrapper*/		
/*BOF bottom navigation*/
#navSuppWrapper {
	margin: 0 auto;
	background: #ccccff;
	font-weight: bold;
	color: #000;
	height: 26px;
	width: 905px;
	border:1px solid #000;
	border-width: 0 1px 0 1px;
	}
#navSupp ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}
#navSupp ul li {
	display: inline;
	white-space: nowrap;
	}
#navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #000;
	}
#navSupp ul li a:hover {
	color: #fff;
	background: #7998E1;
	}
/*EOF bottom navigation*/
/*BOF copyright information*/	
#bottom {
/*	background: url(../images/silver_bar.gif) repeat-x; */
	height: 40px;
}
#copyrightBox {
margin: 0px;
padding: 0 5px;
width: 100%;
 text-align:center;
}
#siteinfoLegal {
 margin: 0px;
 padding: 0px;
 font-size: 0.9em;
width: 100%;
float:center;
}
#shopinfoBox {
margin: -25px 0 0 0;
padding: 0 5px;
	width: 20%;
	float: left;
}
#shopinfo {
margin: ;
	padding: 0 0 0 0;
	font-size: 0.9em;
}
#footerWrapper {
	width: 850px;
    height: 20px;
	padding: 0;
	margin: 10px auto 10px; 
    text-align:center;
}
#shopOptions {
	margin: 10px 0 0 0;
	padding: 0;
	background: url(../images/options.gif) center center no-repeat;
	height: 40px;
}
/*EOF copyright information*/
/*BOF Product Listing Display*/
tr.productListing-rowheading,.tableHeading{margin:0;padding:.5em 0.2em;font-size:1em;text-align:left;background:#FFFFFF;color:navy;height:24px;}
tr.productListing-rowheading a,.productListing-heading a,.tableHeading a{background:transparent;color:navy;}
.productListing-heading{font-weight:700;font-size:1em;}
#productListing{background-color: transparent;}
.productListing-even .productListing-data,.productListing-even .linkListing-data{padding:.1em .1em;font-size:1em;color:#000;} 
.productListing-odd .productListing-data,.productListing-odd .linkListing-data{padding:2px 0;font-size:1em;color:#000;background:#C2C1D1;}
.productListing-even {font-size:1em;color:#000; height:20px;}
.productListing-odd {font-size:1em;color:#000;background:#C2C1D1; height:20px;}
.itemTitle, a.itemTitle, td.productListing-data a.itemTitle{padding:0 0 0 2px;font-size:1em;font-weight:400;text-align:left;}
.listingDescription{padding:0 0 0 3px;text-align:left;}
.productListing-data{
	text-align:left;
}
#indexProductList, #advSearchResultsDefault{
	margin:10px;
	padding:0px;
	border: 1px solid #333365;
}
#indexProductList #productListHeading, #advSearchResultsDefault #advSearchResultsDefaultHeading{
	background-color: #333365;
	color:white;
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 0 5px;
	margin: 0px;
}
/*EOF Product Listing Display*/


/*BOF Product Info Display*/
.categoryIcon {}
.navSplitPagesResult {
margin: 10px;
padding: 0;
}
.navSplitPagesLinks {
margin: 10px 0 10px 0;
padding: 0;
}
.navNextPrevCounter {
	margin: 5px 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 5px 0 20px 0;
	padding: 5px 0 5px 0;
	list-style-type: none;
	}
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}
.attributesComments {}
h4.optionName {
	line-height: normal;
	padding: 0 0 0.2em 0;
	font-size: 1.1em
}
h4.optionName label {
		line-height: normal;
	font-size: 1em
}
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

/*New Stuff see product_info.css*/

/*EOF Product Info Display*/
	
a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #000;
	text-decoration: none;
	}
 
a:visited {
	color: #000;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover {
	color: #000;
	}

a:active {
	color: #000;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em;
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: .9em;
	margin: 0;
	vertical-align: bottom;
	}
		
input[type="text"] {
	height: 15px;
	width: 200px;
	border: 1px solid #333366;
	margin-left: 3px;
	margin-right: 3px;
} 

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #efeeee;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch {
	float: left;
	}
	

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
/*navigation*/

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 2px;
	}
/*The main content classes*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
/*Shopping Cart Display*/

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

#cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
width: 50%; 
margin: 0.2em;
padding: 0.5em;
}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/


/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {}


.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0 0 0 1em;
	}

#bestsellers ol {
	margin-left: .5em;
   padding: 0;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0.5em;
	}

#bannerboxHeading {
	background-color: transparent;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}
	
#manufacturersContent{
	padding-top:10px;
	padding-bottom:10px;
}

/*misc*/
.back {
	float: left;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
	background-color: #ffffff;
	}
.navNextPrevWrapper {
	margin: 10px 0 20px 0;
	padding: 0;
}


.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}
.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}



/* DA style begun by Mike */

/* ***** Discount Arcade Distributing, Inc. ***** */
/* *****      Website Main Style Sheet      ***** */
/* *****         Copyright (C)2009          ***** */
/* ***** ********************************** ***** */
/* ***** 		 Blue: #333366              ***** */
/* ***** 		 Green: #66CC00             ***** */
/* ***** 		 Lt Blue: #666699			***** */
/* ***** 		 Md Blue: #424275			***** */
/* ***** ********************************** ***** */

/* *****           Global Styles			***** */


	
a.externalLink {
	text-decoration: none;
	border-bottom: 1px dotted #000033;
	color: #000033;
	}
	
a.externalLink:hover {
	text-decoration: none;
	border-bottom: 1px dotted #9999CC;
	color: #9999CC;
	}

li {
	list-style-type: none;
	}

img {
	border: none;
	}
	
span.bold {
	font-weight: bold;
	color: #333366;
	}
	
h2 {
	font-weight: bold;
	color: #333366;
	font-size: 14pt;
	}
	
/* *****   Layout and Positioning Styles    ***** */

/* ***** Main Container Styles ***** */
div#mainContainer {
	width: 100%;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	}
	
/* ***** Page Container Styles ***** */
	
div#pageContainer {
	width: 850px;
	padding: 0;
	margin: 10px auto 10px; 
	border: 1px solid #333366;
	}
	
/* ***** Masthead Styles ***** */

div#masthead {
	width: 850px;
	height: 100px;
	background: url('images/masthead_alpha.png') no-repeat #C1C1D1;
	}
	
/* ***** Upper Navigation Styles ***** */
	
div#upperNavigation {
	position: relative;
	width: 850px;
	height: 30px;
	background: url('images/upper_nav_bkgrd.png') repeat-x;

	}
	
/* ***** Content Container ***** */
	
div#contentContainer {
	position: relative;
	width: 100%;
	height: 680px;
	background: #FFFFFF;
	}
	
	/* Page Tools */
		
	div#pageTools {
		position: absolute;
		top: 0;
		left: 151px;
		width: 648px;
		height: 30px;
		background: #FFFFFF;
		}
		

		
	/* Bread Crumb Navigation */
	
	div#breadCrumbNav {
		position: absolute;
		top: 30px;
		left: 157px;
		margin: 0;
		padding: 0;
		height: 15px;
		color: #333366;
		}

	/* Main Content Styles */
	
	div#mainContent {
		position: absolute;
		top: 45px;
		left: 151px;
		margin: 5px	5px;	
		}
		
		/* Game Spotlight Styles */
		
		div#gameSpotlight1 {
			position: absolute;

			top: 0;
			left: 0;
			width: 220px;
			height: 200px;
			/*border: 1px solid #333366;*/
			}
			
		div#gameSpotlight2 {
			position: absolute;
			top: 0;
			left: 230px;
			width: 220px;
			height: 200px;
			/*border: 1px solid #66CC00;*/
			}
			
		div#gameSpotlight3 {
			position: absolute;
			top: 0;
			left: 460px;
			width: 220px;
			height: 200px;
			/*border: 1px solid #333366;*/
			}
			
		div#gameSpotlight4 {
			position: absolute;
			top: 210px;
			left: 0;
			width: 220px;
			height: 200px;
			/*border: 1px solid #333366;*/
			}
			
		div#gameSpotlight5 {
			position: absolute;
			top: 210px;
			left: 230px;
			width: 220px;
			height: 200px;
			/*border: 1px solid #66CC00;*/
			}
			
		div#gameSpotlight6 {
			position: absolute;
			top: 210px;
			left: 460px;
			width: 220px;
			height: 200px;
			/*border: 1px solid #333366;*/
			}
			
		div#textHighlight1 {
			position: absolute;
			top: 420px;
			left: 0;
			width: 220px;
			height: 170px;
			border: 1px solid #333366;
			}
			
		div#textHighlight2 {
			position: absolute;
			top: 420px;
			left: 230px;
			width: 220px;
			height: 170px;
			border: 1px solid #66CC00;
			}
			
		div#textHighlight3 {
			position: absolute;
			top: 420px;
			left: 460px;
			width: 220px;
			height: 170px;
			border: 1px solid #333366;
			}
			
		div.spotlightTitleBlue:first-child {
			width: 100%;
			height: 20px;
			margin: -2px 0 0;
			padding: 0;
			background: #333366;
			color: #FFFFFF;
			font-weight: bold;
			}
			
		div.spotlightTitleGreen:first-child {
			width: 100%;
			height: 20px;
			margin: -2px 0 0;
			padding: 0;
			background: #66CC00;
			color: #333366;
			font-weight: bold;
			}
			
		div#gameFeatures {
			border: 1px solid #333366;
			overflow: hidden;
			}
			
		div#gameFeatureTitle {
			padding: 5px 0;
			margin: 0 0 10px;
			height: 25px;
			width: 680px;
			background: #333366;
			}
			
		div.featureImage {
			display: inline;
			}			
			
		img.featureImage {
			border: 1px solid #000000;
			}
			
		div#gameContent {
			padding: 0 10px 10px;
			}
			
		div#pagePromos {
			position: relative;
			margin-top: 10px;
			}
			
		div#featurePromo {
			position: absolute;
			top: 0px;
			left: 0;
			width: 220px;
			height: 200px;
			border: 1px solid #333366;
			}
			
		div#otherPurchases {
			position: absolute;
			top: 0px;
			left: 230px;
			width: 450px;
			height: 200px;
			border: 1px solid #66CC00;
			}
			
			/* Typography Styles */
			

				
			div#gameFeatures h2 {
				color: #FFFFFF;
				margin-left: 10px;
				}
				
			.msrp {
				font-weight: bold;
				font-size: 12pt;
				}
				
			.ourPrice {
				font-weight: bold;
				font-size: 14pt;
				color: #990000;
				}
				
			/* List Styles */
			
			div#mainContent ul {
				margin: 0;
				padding: 0;
				}
				
			div#mainContent li {

				height: 15px;
				}
			

				
			/* Link Styles */

				
			div#gamePhotos a {
				margin: 0 13px;
				}

/* ***** Copyright Styles ***** */

div#copyright {
	width: 800px;
	height: 20px
	padding: 0;
	margin: 2px auto;
	}
	
	span.footer {
		display: block;
		font: 8pt Arial;
		color: #000033;
		text-align: center;
		}

	
/* ***** Hot Lists ***** */

/* Blue */
.hotlistBlueProductInfo{
			float: left;
			display:inline;
			width: 48%;
			height: 200px;
			margin:5px;
			border: 1px solid #333366;
}
.hotlistBlue{
			height: 200px;
			margin:5px;
			border: 1px solid #333366;
}
.hotlistBlueTitle{
	margin: 0px;
	height: 20px;
	padding: 2px 0px 2px 5px;
	background: #333366;
	color: #FFFFFF;
	font-size:11pt;
	font-weight: bold;
}

.hotlistRight{
			position: absolute;
			top: 0px;
			left: 230px;
			width: 450px;
			height: 200px;
}

.rowColorBlue {
	background: #C1C1D1;
}
.rowColorWhite {
	background: #FFFFFF;
}
				
div.rowColorBlue a.blue, div.rowColorWhite a.blue, div.rowColorGreen a.green, div.rowColorWhite a.green {
	padding: 0px 5px 0px 5px;
	display: block;
	color: #333366;
	font-size:11pt;
	font-weight:normal;
	border-top: 1px solid #FFFFFF;
}
				
div.rowColorBlue a.blue:hover,  div.rowColorWhite a.blue:hover{
	display: block;
	background: #333366;
	color: #FFFFFF;
}

/*Green */
			
.hotlistGreenTitle{
	margin: 0px;
	height: 20px;
	padding: 2px 0px 2px 5px;
	background: #66CC00;
	color: #333366;
	font-size:11pt;
	font-weight: bold;
}			
.hotlistGreenXsell{
			float: left;
			display:inline;
			width: 48%;
			height: 200px;
			margin:5px;
			border: 1px solid #66CC00;
}			
.hotlistGreen{
			width:100%;
			height: 200px;
			border: 1px solid #66CC00;
}
.borderGreen{

			border: 1px solid #66CC00;
}
.rowColorGreen {
	background: #D1F0B2;
}			
				
div.rowColorGreen a.green, div.rowColorWhite a.green {
	padding: 0px 5px 0px 5px;
	display: block;
	font-size:11pt;
	font-weight:normal;
	color: #333366;
	border-top: 1px solid #FFFFFF;
}
				
div.rowColorGreen a.green:hover,  div.rowColorWhite a.green:hover{
	display: block;
	background: #66CC00;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
}