/**
 * 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: 0px;
	padding:0px;
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #323d44;
	background: #f2f2f2 url(../images/body-back.gif) repeat-y center 0;
	}

a img {border: none; margin-bottom: 5px; }

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, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	text-decoration:underline;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	}

h1 span { color: #ff0000;}

h1#productName { background:transparent url(../images/linkOver.gif) repeat-x scroll 0 0;
color:#000000;
font-size:13px;
height:29px;
line-height:29px;
margin:0 0 0px;
padding-left:5px;
text-align:left;
font-weight: bold;
text-transform:uppercase;}

h1#indexDefaultHeading { display: none; }

h2 {
	font-size: 13px;
	color: #ff0000;
	}

h3 {
	font-size: 1.3em;
	}

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

div.rightBoxContainerBottom .sideBoxContent{ padding: 6px 5px 6px 5px; font-size: 11px; color: #000000; }

div.rightBoxContainerBottom .sideBoxContent div {font-weight: bold; }

div.rightBoxContainerBottom .sideBoxContent div img {display: none; }

#featured div.rightBoxContainerBottom .sideBoxContent img { width: 163px; height: 116px;  }

div.rightBoxContainerBottom .sideBoxContent img { border: 2px #c4c4c4 solid; }

div.leftBoxContainerBottom .sideBoxContent { padding:4px; }

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/
p.plainBox{ margin:0px; padding:0px; display: none;}

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

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

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

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

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	background:#effafe;
	border: 3px solid #d1d1d1;
	}

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

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

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

#logo { display: none; }

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

.centerColumn p {margin:0px; padding: 10px 0 10px; line-height: 18px;} 

.centerColumn ul li { line-height: 18px; }

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 {
	text-align: left;
	width: 991px;
	vertical-align: top;
	border: 0px solid #9a9a9a;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:147px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 2px;
	margin-right: 2px;
	}
	
#tagline {
	color:#000000;
	display: none;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#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.3em 0em;
	}

.centeredContent img {border:2px solid #C4C4C4;}

/*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;
	background-color: #f2f2f2;
	height: 41px;
	line-height: 41px;
	overflow: hidden;
	padding: 0 5px 0 5px;
	font-weight: bold;
	margin-top: 15px;
	color: #ffffff;
	height: 1%;
	}
	
#navSupp { float:left; }

#navSuppWrapper #navSupp ul { margin:0px; padding:0px 0 0 10px; line-height: 40px; color: #000000; font-weight: normal;}

#navSuppWrapper #navSupp ul li a { margin:0px; padding:0px; font-weight: normal; font-size: 11px; color: #000000; }

div#siteinfoLegal { float:right; color: #000000; font-weight: normal; text-transform: uppercase; font-size: 11px; padding-right: 10px; }

#navMainWrapper {	background-image: url(../images/tile_back.gif); height: 32px; margin-top: 1px; }

#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 {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	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;
	}

#indexProductListCatDescription { margin: 5px 0 25px 0; }

#navMainSearch {padding: 2px 10px 0 0;
	float: right;
	}

#navMainSearch form { }

#navMainSearch form input.intuptext { padding: 3px; width: 179px; height: 14px; border: #cbd6da 1px solid; background: #e4f0f5 url(../images/searchBack.gif) repeat-x 0 0; color: #686868; font-size: 12px; }

#navMainSearch form input.button { background: url(../images/search-button.gif) no-repeat 0 0; color:#FFFFFF; border: 0px; width: 76px; height: 25px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; }

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin:1.5em 0 0;
	}

#navEZPagesTop { padding: 3px 0 0 0;
	float:left;
	}

#navEZPagesTop a { width: 95px; background:url(../images/separator.gif) no-repeat right center; height: 25px; line-height: 25px; display:block; float:left; text-align:center; color: #000000; text-transform: uppercase; font-size: 12px; margin: 0 2px 0 2px; font-weight:600;}

#navEZPagesTop a:hover { background: url(../images/topLinkBack.gif) no-repeat 0 0; color: #FFFFFF; text-decoration: none;}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
.proInfo #productDescription {padding:0px;}

.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:7px;
	color: #323d44;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	}
h1, h2, h3, h4, h5{line-height: normal;}
ul.front { margin:0px; padding: 5px 5px 5px 15px;}

ul.front li { padding-left: 3px; padding-top: 2px;}

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

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}
#cartAdd a{ font-weight: bold; }
.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 {
	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;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.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 ;
	}
#productMainImage img{border:2px solid #C4C4C4;}

#productMainImage {}

.categoryIcon {color:#000000;
font-size:20px;
font-weight:normal; margin-bottom: 30px;}

#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;
	}
.centerBoxContentsNew span.pro-img img { width: 153px; height: 114px; }

#indexDefault .centerBoxWrapper { background: url(../images/centerBoxWrapper.gif) repeat-y center 0; margin-bottom: 10px; height: 100%;

	}

#indexDefault .centerBoxWrapperTop { background: url(../images/centerBoxWrapperTop.gif) no-repeat center top; height: 100%;}

#indexDefault .centerBoxWrapperBottom { background: url(../images/centerBoxWrapperBottom.gif) no-repeat center bottom; height: 100%; padding:3px; font-size: 11px;} 

h2.centerBoxHeading { background:transparent url(../images/linkOver.gif) repeat-x scroll center top; color:#323232; display:block; font-family:Arial,Helvetica,sans-serif; font-size:12px; font-weight:bold; height:24px; line-height:24px; padding-left:10px; padding-top:2px; text-decoration:none; text-transform:uppercase; text-align: left;  	}




.centerBoxWrapper { background: url(../images/innerCenter.gif) repeat-y center 0; margin-bottom: 10px;

	}
.centerBoxWrapperTop { background: url(../images/innerTop.gif) no-repeat center top;}

.centerBoxWrapperBottom { background: url(../images/innerBottom.gif) no-repeat center bottom; padding:3px 5px 3px 6px;} 

h2.centerBoxHeading { background:transparent url(../images/linkOver.gif) repeat-x scroll center top; color:#323232; display:block; font-family:Arial,Helvetica,sans-serif; font-size:12px; font-weight:bold; height:24px; line-height:24px; padding-left:10px; padding-top:2px; text-decoration:none; text-transform:uppercase; text-align: left; margin-bottom: 10px;  	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading {
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	background: url(../images/leftHeading.gif) repeat-x 0 0;
	line-height: 26px;
	height: 26px;
	padding:0 0 0 8px; 
	text-align: left;
	}

h3.rightBoxHeading {
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	background: url(../images/leftHeading.gif) repeat-x 0 0;
	line-height: 26px;
	height: 26px;
	padding:0 0 9px 8px;
	text-align: left;
	}
	
h3.rightBoxHeading a, h3.leftBoxHeading a { background: none; color:#FFFFFF;}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {
	margin: 0em;
	background: url(../images/leftBoxContainer.gif) repeat-y 0 0;
	margin-top: 10px;
	}

.leftBoxContainerTop { background: url(../images/leftBoxContainerTop.gif) no-repeat center top;}

.leftBoxContainerBottom { background: url(../images/leftBoxContainerBottom.gif) no-repeat center bottom; padding:3px;}
	
.rightBoxContainer {
	margin: 0em;
	background: url(../images/rightBoxContainer.gif) repeat-y 0 0;
	margin-top: 10px;
	}

.rightBoxContainerTop { background: url(../images/rightBoxContainerTop.gif) no-repeat center top;}

.rightBoxContainerBottom { background: url(../images/rightBoxContainerBottom.gif) no-repeat center bottom; padding:3px;}

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{
	color: #000000;
	padding-top: 2px;
	padding-left: 5px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	line-height: 24px;
	height: 24px;
	background: url(../images/proline.gif) repeat-x center top;
	text-transform: uppercase;
	text-decoration: none;
	}
A.category-top:hover { background: url(../images/linkOver.gif) repeat-x 0 0;}

A.category-links{	color: #323232;
	padding-top: 2px;
	padding-left: 5px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	line-height: 24px;
	height: 24px;
	font-weight: bold;
	background: url(../images/linkOver.gif) repeat-x center top;
	text-transform: uppercase;
	text-decoration: none;
	}

.leftBoxContainerBottom h3#ezpagesHeading { display: none; }

#ezpagesContent li { padding: 1px 0 1px 0;}
#ezpagesContent li a {color: #323232;
	padding-top: 2px;
	padding-left: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	line-height: 24px;
	height: 24px;
	font-weight: bold;
	background: url(../images/linkOver.gif) repeat-x center top;
	text-transform: uppercase;
	text-decoration: none;
	}
#ezpagesContent li a:hover { background: none; }
A.category-subs, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
A.category-products, a.category-subs { display: none;}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */


#subscribeContent form label input {background:#E4F0F5 url(../images/searchBack.gif) repeat-x scroll 0 0;
border:1px solid #CBD6DA;
color:#686868;
font-size:12px;
height:14px;
padding:3px;
margin:0px;
margin-bottom: 5px;
width:179px;}
#subscribeContent { padding: 11px 3px 12px 3px; }


/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	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;
	}

.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: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	display: none;
	}


h2#productPrices span.price { display: none; }

div.centerBoxContentsNew span.call-price{ display: none;}

#allProductsDefault tr.productListing-odd, #allProductsDefault tr.productListing-even { background: url(../images/backImg.gif) repeat 0 0;   }

#allProductsDefault img, #newProductsDefault img {border:2px solid #C4C4C4; }

#newProductsDefault td.main{ background: url(../images/backImg.gif) repeat 0 0;   }


tr.productListing-odd, tr.productListing-even {  }

div#mina_productListing { background: url(../images/innerCenter.gif) repeat-y center 0; margin: 15px 0 15px 0;}
div#mina_productListing .top{ background: url(../images/innerTop.gif) no-repeat center top;}
div#mina_productListing .bottom{ background: url(../images/innerBottom.gif) no-repeat center bottom; height: 100%; padding: 7px 10px 3px 10px; }

div#mina_productListing .bottom img.listingProductImage { border: #c4c4c4 2px solid; margin:0px; }

div#mina_productListing .bottom td.productListing-data {background-color: #FFFFFF; padding:10px 3px 10px 3px; vertical-align:top; margin-bottom: 10px; border-bottom: 9px #effafe solid; } 

div#mina_productListing .bottom td.productListing-data span.price-text { font-size: 16px; color: #ff0000; font-weight: bold; display: block; padding-top: 30px;}

div#mina_productListing .bottom td.productListing-data span.call-price { display: block; padding-top: 30px; }

div#mina_productListing .bottom td.productListing-data span.call-price a {color:#ff0000; font-weight: bold;}

div#mina_productListing .bottom td.productListing-data h3.itemTitle { text-align: left; background: url(../images/linkOver.gif) repeat-x 0 0; line-height: 29px; height: 29px; color: #000000; font-size: 11px; text-transform: uppercase; padding-left: 5px; margin:0px; margin-bottom: 5px;}

div#mina_productListing .bottom td.productListing-data .listingDescription { text-align: left; } 

#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;
	}
	
table.gallery tr td img { width: 250px;  margin-left: 8px;}

table.gallery tr td p { padding: 5px 0 5px 0;}

table.gallery tr td table { border-bottom: #999999 dashed 1px; margin-bottom: 5px; }
table.gallery tr td table td { padding: 5px 0 5px 0;}
table.gallery tr td table td h4 { font-size: 16px; color: #FF0000;}

table.video-gallery tr td img { width: 250px;  margin-left: 8px;}

table.video-gallery tr td p { padding: 5px 0 5px 0;}

table.video-gallery tr td table { border-bottom: #999999 dashed 1px; margin-bottom: 5px; }
table.video-gallery tr td table td { padding: 5px 0 5px 0;}
table.video-gallery tr td table td h4 { font-size: 16px; color: #FF0000;}

#contactUsDefault address { display: none; }


/*  Light Box Img */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}
/*  Light Box Img */


table.video-gallery tr td { padding: 15px 7px 15px 7px; border-bottom:1px dashed #999999;}

table.video-gallery tr td img { border:  #CCCCCC 2px solid; }

table.video-gallery tr td h3 { color: #FF0000; font-size: 16px; padding-bottom: 5px; }

table.video-gallery tr td td { padding:0px; border: 0px;}

div.inner-page { padding: 10px;}

table.tut-link a { display: block; padding: 2px; text-align:center; color: #FF0000; font-weight: bold; font-size: 13px;}

table.tut-link a:hover { text-decoration: none; color: #333333; }