/**
 * 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 $
 */

body {
  margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 85%;
	background: #fff url(../img/main_background.gif) repeat-x top left;
	/* Force scroll bar to appear to stop 'scroll bar jump'*/
	}

a img {
border: none;
}

a:link, #navEZPagesTOC ul li a {
	color: #244B86;
	text-decoration: none;
	}

a:visited {
	color: #244B86;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #BF2710;
	text-decoration: none;
	}

a:active {
	color: #244B86;
	text-decoration: none;
	}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2em;
	}

h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	}

h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1em;
	}

LABEL {
  font-size: 1.0em;
}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.1em;
	padding: 0 0 0.5em 0;
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}
/* Header Styles START */
	
#logoWrapper{
		color: #fff;
		background: #2D5AA7 url('../img/header_background.gif') repeat-x top left;
		height: 67px;
		margin: 0 0 0 0;
    border: 0px solid green;
}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
#logo {
margin: 6px 0 0 20px;
}
#companyName {
font-family: Georgia, Times, serif;
font-size: 200%;
font-weight: normal;
margin: 18px 0 0 20px;
float: left;
}
#companyName .firstletter {
}
#tagline {
	position: relative;
	z-index: 10;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 30px 0px 0 60px;
	_margin: 30px 0px 0 60px;
	border: 0px solid green;
	float: left;
}
#taglineWrapper a img {
float: right;
border: 0px solid red;
position: relative;
z-index: 1;
padding: 0 20px 0 0;
}
img#drmlogo {
position: relative;
z-index: 1;
top: 0;
left: -10px;
_top: 0;
_left: 0;
float: right;
padding: 0;
margin: 0;
}
/* Header Styles END */
/* Footer Styles START */
#footerBar {
color: #fff;
background: #2D5AA7 url('../img/footer_background.gif') repeat-x top left;
height: 12px;
_height: 4px;
padding: 0; 
margin: 10px 0 10px 0;
border: 0px solid black;
}
#servicesLogos {
text-align: center;
}
#paypalLogo, #trustLogo {
border: 0px solid red;
margin: 0 auto;
width: 253px;
}

/* Footer Styles END */
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.25em 0 0.25em 0;
	border: 0px solid red;
	}

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 #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: transparent;
	text-align: left;
	border: 0px solid black;
	width: 770px;
	vertical-align: top;
	}
#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#contentMainWrapper {
	margin: 0em;
	padding: 0em;
	background-color: #fff;
	border: 0px solid red;
}	
#headerWrapper {
margin: 20px 0 0 0;
padding: 0em;
background-color: #fff;
border: 0px solid orange;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	}
#navColumnOneWrapper {
margin: 0 0 0 10px;
border: 0px solid green;
}
#navColumnTwoWrapper input {
  margin: 0;
  margin-top: 0.7em;
  }

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
	
.wrapperAttribsOptions {
	margin: 0 0 11px 0;
	border: 0px solid red;
}
.wrapperAttribsOptions #fileInfo {
	font-size: 93%;
}
/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	padding: 0.5em 0 0.5em 0;
	color: #000;
	background-color: #fff;
	font-weight: normal;
	height: 1%;
	width: 750px;
	border: 0px solid green;
	}
#navMain {

}
#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.25em 0em 0.25em 14px;
	list-style-type: none;
	text-align: center;
	line-height: 1em;
	}
ul#topMenuLeft {
float: left;
}
ul#topMenuRight {
float: right;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #244B86;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#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;
	}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navBreadCrumb {
    margin-top: 2px;
    margin-left: 8px;
	background-color: #ffffff;
	}

#navEZPagesTop {
	background-color: #ffffff;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	}

#navColumnOne {
border: 0px solid orange;
}

#navColumnTwo {
	background-color: #ffffff;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .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;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.25em;
	line-height: 1.3em;
	}
.centerColumn a {
font-weight: bold;
text-decoration: none;
}
.centerColumn a img {
font-weight: normal;
text-decoration: none;
border: 0;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd, #productTellFriendLink, #productReviewLink, #productDownloadWMP {
	float: left;
	text-align: center;
	margin: 20px 4px 4px 4px;
	border: 0px solid red;
	padding: 0;
}
#cartAdd {
	margin: 10px 4px 4px 4px;
	width: 180px;
	border: 0px solid #ccc;
	text-align: left;
}
#cartAdd input {
margin: 5px 0 0 0;
}
.tableHeading TH {
    border-bottom: 1px solid #9a9a9a;
	}

.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 {
	vertical-align: top;
	width: 4.7em;
}
.cartProductDisplay {
	padding: 0.6em 0em;

}
.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;
	font-size: 0.9em;
	font-style: italic;
	}

#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;
	}
#ottax {
	display: none;
}
/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew  {
	margin: 0.7em 0em 0.3em 0em;
	background-color: #ffffff;
	}

.centerBoxContents {
  margin: 0;
  background-color: #ffffff;
  width: 100%;
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.rightBoxHeading, h2.centerBoxHeading {
font-size: 1em;
color: #000;
}

h3.leftBoxHeading a, h3.rightBoxHeading a, h2.centerBoxHeading a {
  font-size: 1em;
  color: #000;
	text-decoration: none;
}

.rightBoxHeading {
	margin: 0.3em;
	}
.leftBoxHeading {
text-align: left;
margin: 0.3em 0.3em 0.3em 0em;
}
.rightBoxContainer, .centerBoxWrapper {
	margin: 0.7em 0em 0.7em 0em;
	background-color: #FAFAFA;
  border: 1px solid #9a9a9a;
	}
.leftBoxContainer {
color: #000;
background: #FAFAFA url(../img/corner_lhs_15x15.gif) top left no-repeat;
margin: 0 0 0 0;
padding: 10px 0 10px 10px;
border-top: 1px solid #bf2710;
border-right: 1px solid #eee;
border-bottom: 0px solid #FAFAFA;
border-left: 0px solid #eee;
}

.centerBoxWrapper {
  width: 390px;
  }

.sideBoxContent {
	background-color: transparent;
	padding: 4px 0;
	}

/*
.centerBoxHeading {
	Margin: 0.7em;
	background-color: #abbbd3;
  background-image: url(../images/tile_back.jpg);
	}
*/

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	}

h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	}

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*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#textArea {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
	background-color: #ffffff;
	}



/* Main page styles START */
p.bodytext {
float: left;
margin: 1.5em 0 1em 0;
border: 0px solid red;
}
div.announcement {
float: left;
padding: 1em 1em 1em 1.5em;
margin: 0;
border: 0px solid #000;
color: #000;
background-color: transparent;
}
div.announcement h2{
margin: 0 0 0 0;
}
div.announcement span {
font-style: italic;
font-weight: normal;
}
img.titleImage {
border: 1px solid #000;
margin: 0;
padding: 0;
}
div.announcement ul li {
line-height: 40px;
}
div.announcement ul li img{
vertical-align: top;
border: 0px;
padding: 2px;
}
div.announcement p {
padding: 0 0 0 0px;
margin: 0;
border: 0px solid black;
width: 240px;
float: left;
line-height: 1.1em;
}
div.announcement a img,
div.trailersbox div.trailer a img {
border: 1px solid #000;
}
div.trailersbox {
border: 0px solid red;
clear: left;
}
#armisticediary {
_margin-top: 20px;
margin-left: 25px;
_margin-left: 43px;
}
#armisticediary img {
border: 1px solid #000;
margin-right: 15px;
}
#armisticediary div {
border: 0px solid lightgrey;
text-align: center;
}
div.trailersbox div.trailer,
div.trailersbox div.trailertext {
width: 240px;
margin: 0;
padding: 0;
text-align: center;
border: 0px solid blue;
}
div.trailersbox div.trailertext p {
}
div.trailersbox div.trailer span,
#armisticediary div {
font-size: 0.8em;
}
div.trailersbox #trailer1 {
float: left;
margin: 0 0 0 25px;
_margin: 0 10px 0 20px;
}
div.trailersbox #trailer2,
div.trailersbox #trailertext1 {
float: right;
margin: 0 30px 0 0;
}
div.trailersbox #trailertext1 p {
margin: 0;
padding: 0;
text-align: left;
}
img.floatleft {
float: left;
margin: 0 34px 0 0px;
_margin: 0 40px 0 0px;
}
img.floatright {
float: right;
margin: 0 20px 0 10px;
}
.miniflag {
margin: 0 4px 2px 4px;
}

/* Main page styles END */

/* Product display styles START */
.productGeneral ul {
margin-top: 0;
}
#productGeneral {
padding: 0.5em 0 0 0.5em;
}
#productGeneral form {
padding: 0;
margin: 0;
}
#productName {
border: 0px solid green;
margin: 0;
}
#productDescription {
clear: left;
margin-bottom: 20px;
}
#productAttributes {
font-size: 100%;
width: 220px;
border: 0px solid red;
float: left;
}
#productMainImage {
width: 330px;
}
#productMainImage img {
border: 1px solid #000;
margin: 0 0 5px 0;
}
.imgLink {
}
tr.productListing-odd, tr.productListing-even {
}
td.productListing-data {
text-align: center;
padding: 1em;
cell-spacing: 0.5em;
}
td.productListing-data a img {
border: 1px solid #000;
text-align: center;
vertical-align: top;
margin: 0 0 2em 0.5em;
}
th#listCell0-0 {
width: 20%;
}
#ThisID {display: none;}
.compactText {
margin-bottom: 0;
}
/* Product display styles END */
/* Checkout styles START */
#checkoutSuccessOrderNumber {
margin: 1em 0;
}
div#downloadsInstructions {
text-align: left;
border: 2px dotted #bf2710;
padding: 0.5em;
margin: 0.5em 0; 
clear: right;
}
#cartEmptyText {
margin: 40px 0 0 0;
padding: 1em;
font-size: 1.6em;
border: 0px dotted #ddd
}
/* Checkout styles END */
/* Downloads styles START */
#downloads {
border: 2px dotted #2b5aa2;
padding: 0.5em;
}
div#downloadsHelp {
margin: 1em 0;
}

/* Downloads styles END */
#blanksideboxHeading {
display: none;
}
#blanksideboxContent {
margin: 0 0 0 0;
padding: 0 10px 0 0;
text-align: center;
}
#blanksideboxContent img {
border: 1px solid #000;
float: left;
margin: 0 10px 0 0;
vertical-align: top;
}
#blanksideboxContent p {
margin: 0;
padding: 0;
}

/* Page specific styles START */

/* Page 2 START */
#pageTwoMainContent {

}
#historychannellogo, #channel4logo {
font-size: 0.8em;
text-align: center;
width: 200px;
float: right;
margin: 1em 0 1em 1em;
}
.productGeneral #historychannellogo {
margin: 1em 2em 1em 0.5em;
}
#channel4logo {
margin: 0 1em 1em 1em;
width: 200px;
}
.productGeneral #channel4logo {
margin: 0 2em 1em 1em;
width: 100px;
}
#sirfrankwhittle, 
#capriceandtamara01, 
#capriceandtamara03, 
#armistice01, 
#armistice03 {
float: left;
border: 1px solid #000;
margin: 10px;
}
#sirfrankwhittle {
margin: 10px 10px 20px 10px;
}
#jetengine, 
#capriceandtamara02, 
#armistice02, 
#armistice04 {
float: right;
border: 1px solid #000;
margin: 10px;
}

/* Page 2 END */
/* Page 5 START */
#littleerskine01 img, 
#littleerskine03 img,
#littleerskine02 img, 
#littleerskine04 img {
border: 1px solid #000;
}
#littleerskine01, 
#littleerskine02,
#littleerskine03,
#littleerskine04 {
text-align: center;
vertical-align: top;
margin: 0 10px;
}
#littleerskine02, 
#littleerskine04 {
float: right;
}
#littleerskine01,
#littleerskine03 {
float: left;
}
#littleerskinepair {
clear: both;
padding: 0px 0 0 0;
border: 0px solid #000;

}
/* Page 5 END */
/* Page 6 START */
#calledtoaccount1 {
  
  }
  
#calledtoaccount2 {
  float: left;
  margin: 0 10px 10px 0;
  }

/* Page 6 END */

/* Who we are START */
ul#broadcast ul {
}
ul#broadcast, ul#nonbroadcast {
color: #BF2710;
}
ul#broadcast span, ul#nonbroadcast span{
color: #000;
}
/* Who we are END */

/* Page specific styles END */
/* Global CSS Hacks  START */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Browser scroll bar hack */

#scroll { 

position:absolute; 

top:0; 

bottom:-0.1px; 

width:1em; 

z-index:-1; 

}

/* Global CSS Hacks  END */