/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 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 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	color: white;
	font-size: 12px;
	line-height: 1.3em;
	background-color: black;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #fffcdf;
	text-decoration: none;
	}
 
a:visited {
	color: #fffcdf;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover {
	color: #d2232a;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	}

h1 {
	font-size: 1.5em;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LEGEND, ADDRESS, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}




CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}


FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #333;
	}

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;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px double #004d6d;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution, #error_message {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	margin-bottom: 20px;
	padding: 2px 10px;
	}

.messageStackWarning, .messageStackError, #error_message {
	background-color: #d2232a;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	margin-top: 40px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	background-color: #528095;
	text-align: left;
	width: 854px;
	vertical-align: top;
	}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}


/********* Header *********************/	
#headerWrapper #navWrapper {
	height: 58px;
	background: black;
}

#headerWrapper #categoryLinks {
	float: left;
}

#headerWrapper #categoryLinks ul {
	margin: 0px 0px 0px 78px;
	padding: 0px;
	
}

#headerWrapper #categoryLinks ul li {
	float: left;
	list-style-type: none;
	width: 93px;
	height: 33px;
	text-align: center;
	border-right: 2px solid #004d6d;
	color: #fffcdf;
	font-size: 1.3em;
	text-transform: uppercase;
}

#headerWrapper #categoryLinks ul li.first {
}

#headerWrapper #ezPagesLinks {
	float: left;
	margin: 0px 0px 0px 80px;
}

#headerWrapper #ezPagesLinks ul {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

#headerWrapper #ezPagesLinks ul li {
	float: left;
	list-style-type: none;
	width: 103px;
	padding: 3px 0px 0px 0px;
	height: 33px;
	text-align: center;
}

#headerWrapper #ezPagesLinks ul li a {
	text-decoration: none;
}

#headerImage {
	background-color: #004d6d;
}


#logoRowWrapper {
	background-image: url(../images/bg_header_blue.gif);
}

/********* Main body *********************/

#contentMainWrapper {
	padding-top: 10px;
	padding-left: 23px;
	padding-right: 23px;
}

#navColumnOneWrapper{
	width: 204px;
	float: left;
	border-right: 1px solid #004d6d;
	padding-right: 11px;
	padding-bottom: 20px;
}

#content {
	width: 550px;
	padding-left: 40px;
	float: left;
}

/********* Left column *****************/

#topLinks {
	padding-bottom: 20px;
	border-bottom: 2px solid white;
}

#topLinks div {
	width: 205px;
	height: 24px;
	background-color: #004d6d;
	padding: 6px 0px 0px 5px;
	margin-bottom: 2px;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	
}

#topLinks div#specialEventScreenings,
#topLinks div#sellYourProducts {
	margin-bottom: 8px;
}

#accountLinks { 
	padding-top: 10px;
	text-align: center;
}

#accountLinks ul {
	margin: 0px;
	padding: 0px;
}

#accountLinks ul li {
	list-style-type: none;
}

#shoppingcart {
}

.cartBoxTotal {
	text-align: left;
	font-style: italic;
	color: #a5c3d2;
	}
	
#featured {
	padding-top: 5px;
	border-top: 2px solid #a5c3d2;
	font-style: italic;
}



#crossSell, #donate {
	margin-top: 15px;
	border-top: 2px solid white;
	padding-top: 10px;
}

#crossSell {
	font-style: italic;
}

#donate {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	padding: 10px 15px 0px 15px;
}

.xsellProduct {
	padding-bottom: 11px;
	margin-top: 15px;
}

.xsellProduct img {
	padding-bottom: 5px;
}




/********* Footer *********************/

#bottomBlueBar {
	background: #004d6d;
	height: 15px;
}

#topBlueBar {
	background: #004d6d;
	height: 9px;
}

#footer {
	background: white;
	color: black;
	border-bottom: 1px solid #c7d7df;
	text-align: center;
	padding: 33px 0px 15px 0px;
	font-size: 11px;
}

#seals {
	padding-bottom: 10px
}


#footer #primaryNavlinks, #footer #secondaryNavlinks {
	margin-bottom: 6px;
}

#footer #primaryNavlinks a, #footer #secondaryNavlinks a {
	text-transform: uppercase;
	color: black;
	font-style: italic;
	padding: 0px 5px;
}


#footer #siteLegalInfo {
	font-style: italic;
	margin-bottom: 15px;
}

#footer #siteLegalInfo a {
	color: #528095;
}

#footer #copyright {
	font-size: 0.8em;
	font-style: italic;
}

#footer #siteCredit {
	font-size: 0.8em;
	font-style: italic;
	padding: 0px 5px;
}

#footer #siteCredit a {
	color: #528095;
}



/********* More ZenCart styles *********************/
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
	
	
/********* Film listing ****************************/


#indexFilmProductList {
	line-height: 1.5em;
}

#indexFilmProductList table td {
	padding-bottom: 30px;
}



.filmTitle {
	font-weight: normal;
	font-family: Arial;
	padding-bottom: 10px;
}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}


.filmColImage {
	padding: 5px 20px 0px 0px;
	vertical-align: top;
}

.filmButtons {
	margin-top: 10px;
}

.filmButtons img {
	padding-bottom: 10px;
}

.filmColText {
	vertical-align: top;
	padding-top: 4px;
}

.filmColText ul li {
    text-align: left;
    float: left;
    list-style: none;
    padding: 3px 10px 3px 10px;
    margin: 5px;
    border: 1px solid black;
    width: 100px;
    text-align: center;
    background-color: #EEF6FD;
}

.filmSnippets {
	padding-bottom: 5px;
}
.filmSnippets a {
	font-style: italic;
	font-size: 1.05em;
}
#categoryImgListing {
	float: left; 
	padding-right: 5px;
	padding-bottom: 5px;
}

#downloadNow {
	float: right;
	padding-right: 30px;
}

ul#bulkRates {
	padding: 0px;
	margin: 0px 0px 0px 5px;
}

#bulkRates li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#donateLink {
	float: right;
	width: 200px;
}


.visit_site_button {
	float: right;
	margin-top: 12px;
	margin-right: 10px;
}

.filmName, .filmPrice {
	font-size: 1.1em;
	font-weight: bold;
}

.filmDescription {
	padding-bottom: 10px;
}

.filmQuantityInput {
	padding-top: 4px;
}

.filmBulkRates {
	padding-top: 12px;
	padding-bottom: 10px;
}

#indexFilmProductList input[type=text] {
	width: 20px;
	text-align: center;
}

.filmQuantityInput input {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}

#filmVersionTable td {
	padding-bottom: 20px;
}

/********* Product Info ****************/

#productLayoutTable,
#productLayoutTable tr,
#productLayoutTable td {

	vertical-align: top;
}

#productLayoutTable #imageColumn {
	padding: 0px 10px 0px 0px;
}

#productLayoutTable #productPrices {
	padding-bottom: 10px;
}

#productLayoutTable #productDescription {
	padding-bottom: 15px;
}

#productLayoutTable #cart_quantity {
	float: left;
	margin-right: 10px;
	width: 20px;
	text-align: center;
}

.imgLink {
	font-style: italic;
	font-size: 0.9em;
}

#productAttributes {
	margin-top: 10px;
}

.optionName {
	font-weight: bold;
	padding-right: 10px;
	padding-top: 2px;
	font
}
/********* Colorbox styles ************/

.infobox {
	color: black;
	padding: 10px 20px;
}

/********* Shopping Cart page ************/

#shoppingCart h1 {
	font-size: 2.0em;
}

#cartContentsDisplay tr {
	padding: 0px 0px 10px 0px;
}

#cartContentsDisplay td {
	vertical-align: top;
}

.cartProductDisplay,
.cartUnitDisplay,
.cartTotalDisplay {
	padding-top: 4px;
}

.cartQuantity {
	vertical-align: top;
	padding-bottom: 10px;
}

.cartQuantity input {
	width: 20px;
	text-align: center;
}

.cartProdTitle {
	font-weight: bold;
}

.cartUpdateItemDisplay {
	width: 50px;
}

.subTotalRow td {
	font-weight: bold;
}

.shoppingCartButtons {
	padding-top: 10px;
	padding-right: 116px;
}
/*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;
	}

#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	float: right;	
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li {
}

#navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	color: #C9C9C9;
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#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;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 10px 0px 0px 26px;
	font-size: 0.90em;
	font-style: italic;
	}

#navEZPagesTop {
	font-weight: bold;
	margin: 0em;
	padding: 0px 0px 6px 15px;
	font-size: 12px;
	}

#navEZPagesTop a {
	color: #C9C9C9;
}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

.shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #d2232a;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}


.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
	
#siteinfoLegal {
	padding: 30px 0px 10px 0px;
	margin-bottom: 40px;
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #004d6d;
	 }

#cartSubTotal {
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}


.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 40px;
	}
	
.cartAttribsList ul li{
	list-style-type: none;
}

ul.cartAttribsList {
	margin-left: 10px;
	padding-left: 0px;
}

ul.cartAttribsList li {
	list-style-type: none;
}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #d2232a;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*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*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	clear: both;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/bg_gray.gif);
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin-top: 1.5em;
	}

.sideBoxContent {
	
	margin-top: 15px;
	padding-bottom: 11px;
}
	
.sideBoxContent img {
	padding-bottom: 5px;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .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 {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #d2232a;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	/*background-color: #a5c3d2;*/
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

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: #004d6d;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/bg_gray.gif);
	height: 2em;
	color: #FFFFFF;
	}

.productListing-data {
	padding: 10px 0px 0px 0px;
}

.tabTable {
	padding-bottom: 5px;
}

#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, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
	
#partners {
	
	padding: 50px 0px;
}

#ourPartners {
	margin-bottom: 50px;
}
	
#partnerLogos img {
	vertical-align: top;
	padding: 0px 3px;
}

