/**
 * 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 $
 */
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background:url(../images/bg.gif) repeat-x top;
	background-color:#d4edfe;
	}
img{
	border:0px;
	}
#main{
	width:900px;
	overflow:hidden;
	margin-top:12px;
	margin-bottom:60px;
	}
#headerbox{
	width:900px;
	height:117px;
	}
.logo{
	width:247px;
	height:67px;
	float:left;
	padding:30px 0px 0px 20px;
	}
.headerrightbox{
	width:540px;
	height:117px;
	float:right;
	}
.mycartbox2{
	width:120px;
	height:48px;
	margin-top:10px;
	margin-left:10px;
	float:left;
	}	
.mycartbox1{
	width:180px;
	height:48px;
	margin-top:10px;
	margin-left:10px;
	float:left;
	}
	
.mycartbox{
	
	width:203px;
	height:48px;
	background:url(../images/mycartimg.gif) no-repeat;
	margin-top:10px;
	float:right;

	}
.mycarttext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#000;
	padding:7px 0px 0px 10px;
	}
.shopcart{
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	color:#000;
	font-weight:bold;
	padding:2px 0px 0px 10px;
	}
.shopcart span{
	color:#e26e0d;
	}
.shopcart a{
	color:#000;
	text-decoration:none;
	}
.shopcart a:hover{
	color:#000;
	text-decoration:none;
	}
.checkout{
	color:#e26e0d;
	text-decoration:none;
	font-weight:bold;
	}
.checkout:hover{
	text-decoration:underline;
	}
.toplinks{
	width:468px;
	height:28px;
	float:right;
	padding-top:31px;
	}
.toplinks ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
.toplinks ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#fff;
	display:block;
	padding-left:2px;
	}
.toplinks ul li a{
	margin:0px;
	padding:0px;
	list-style:none;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#fff;
	text-transform:capitalize;
	float:left;
	padding:7px 0px 0px 3px;
	font-weight:bold;
	}
.toplinks ul li a:hover{
	text-decoration:none;
	color:#000;
	}
.toplink1{
	width:60px;
	height:28px;
	background:url(../images/link1.gif) no-repeat;
	}
.toplink2{
	width:81px;
	height:28px;
	background:url(../images/link2.gif) no-repeat;
	}
.toplink3{
	width:96px;
	height:28px;
	background:url(../images/link3.gif) no-repeat;
	}
.toplink4{
	width:69px;
	height:28px;
	background:url(../images/link4.gif) no-repeat;
	}
.toplink5{
	width:58px;
	height:28px;
	background:url(../images/link5.gif) no-repeat;
	}
.toplink6{
	width:92px;
	height:28px;
	background:url(../images/link6.gif) no-repeat;
	display:block;
	}
#main1{
	width:900px;
	overflow:hidden;
	background-color:#fff;
	padding-bottom:10px;
	}
#submain1{
	width:880px;
	overflow:hidden;
	}
.searchbox{
	width:880px;
	height:40px;
	background:url(../images/searchbg.gif) repeat-x;
	}
.serachborder{
	width:226px;
	height:27px;
	background-color:#edf8ff;
	border:1px solid #71b9f6;
	}
.serarchinput{
	width:185px;
	background:url(../images/magnifier.gif) no-repeat 5px center;
	border:none;
	padding:2px 0px 2px 30px;
	}
#container{
	width:880px;
	overflow:hidden;
	margin-top:10px;
	}
#leftblock{
	width:189px;
	overflow:hidden;
	float:left;
	}
#midblock{
	width:679px;
	overflow:hidden;
	float:right;
	}
.itembox{
	width:189px;
	overflow:hidden;
	margin-bottom:10px;
	}
.itemtitlebox{
	width:189px;
	height:36px;
	}
.itemtitle_left{
	width:8px;
	height:36px;
	float:left;
	background:url(../images/title_left.gif) no-repeat;
	}
.itemtitle_mid{
	width:168px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:8px 0px 8px 5px;
	color:#fff;
	text-transform:uppercase;
	line-height:20px;
	text-align:left;
	font-weight:bold;
	background:url(../images/title_mid.gif) repeat-x;
	}
.itemtitle_mid a{
	color:#fff;
	text-decoration:underline;
	}
.itemtitle_mid a:hover{
	text-decoration:none;
	}
.itemtitle_right{
	width:8px;
	height:36px;
	float:right;
	background:url(../images/title_right.gif) no-repeat;
	}
.itembox_mid{
	width:189px;
	overflow:hidden;
	float:left;
	background:url(../images/itembox_mid.gif) repeat-y;
	}
.itembox_bot{
	width:189px;
	height:10px;
	float:left;
	background:url(../images/itembox_bot.gif) no-repeat;
	margin-bottom:10px;
	}
.newitemprice{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#015065;
	padding-top:3px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #a2d7f1;
	}
.testmonialsubbox{
	width:170px;
	overflow:hidden;
	padding-top:5px;
	padding-left:10px;
	}
.testmonial{
	width:170px;
	overflow:hidden;
	padding:5px 0px 5px 0px;
	}
.testmonial p{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#000;
	line-height:18px;
	}
.testmonialname{
	width:170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:right;
	color:#235486;
	font-weight:bold;
	float:right;
	text-decoration:none;
	border-bottom:1px solid #b2cdde;
	padding-right:7px;
	}
.testmonialname:hover{
	text-decoration:underline;
	}
.view{
	width:170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#245486;
	text-decoration:underline;
	font-weight:bold;
	line-height:30px;
	padding-left:25px;
	cursor:pointer;
	}
.view:hover{	
	text-decoration:none;
	}
.headerimage{
	width:679px;
	height:251px;
	}
#submidbox{
	width:679px;
	overflow:hidden;
	}
.containertitlebox{
	width:679px;
	height:29px;
	}
.containertitle_left{
	width:7px;
	height:29px;
	background:url(../images/containertitle_left.gif) no-repeat;
	float:left;
	}
.containertitle_mid{
	width:660px;
	background:url(../images/containertitle_mid.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	color:#fff;
	text-align:left;
	font-weight:bold;
	float:left;
	padding:7px 0px 7px 5px;
	}
.containertitle_right{
	width:7px;
	height:29px;
	background:url(../images/containertitle_right.gif) no-repeat;
	float:right;
	}
.producttext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#015065;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	}
.producttext:hover{	
	text-decoration:underline;
	}
.productborder{
	width:126px;
	/*border-left:1px dotted #000;*/
	border-right:1px dotted #999999;
	padding-left:3px;
	}
.productcontent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:left;
	line-height:18px;
	}
.productprice{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ff0000;
	text-align:left;
	}
.productprice span{
	font-size:14px;
	color:#000000;
	text-align:left;
	font-weight:bold;
	}
#footerblock{
	width:878px;
	height:75px;
	background-color:#ecf7fe;
	margin-top:10px;
	}
#subfooterblock{
	width:838px;
	overflow:hidden;
	padding-top:30px;
	}
.copyrightblock{
	width:273px;
	overflow:hidden;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left; 
	color:#000;
	}
.footerlinks{
	width:520px;
	overflow:hidden;
	/*float:right;*/
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.footerlinks a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding:0px 7px 0px 7px;
	text-decoration:none;
	color:#000;
	}
.footerlinks a:hover{
	text-decoration:underline;
	}
/*body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #e5edf5;
	}*/

/*a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
a:visited {
	color: #3300FF;
	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;
	}

a:active {
	color: #0000FF;
	}
*/
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	text-align:left;
	}

h3 {
	font-size: 1.3em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#2e5b82;
	}

/*  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%;
	}
*/

CODE {
	font-family: arial, 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;
	border: 1px solid #afdcf3;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #2b5d91;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:25px;
	}

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;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.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: #ffffff;
	text-align: left;
	width: 750px;
	vertical-align: top;
	border: 1px 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:75px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	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;
	}

/*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;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	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 {
	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;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#navMainSearch {
	float: right;
	}

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

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#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;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	text-align:left;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.advisory {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	}
.important {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	}
.important  a{
	color:#2b5d91;
	text-decoration:underline;
	}
.important  a:hover{
	text-decoration:none;
	}
.notice {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	/*padding: 0.8em;*/s
	}

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

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 0px solid #000000;
	padding: 1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #2e6195;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	 }

#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;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.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;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ff0000;
	text-align:left;
	}

.productSalePrice, .productPriceDiscount {
	color: #ff0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff0000;
	font-weight:bold;
	text-align:left;
	}


.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: 0px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

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/tile_back.gif);
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 0px solid #9a9a9a;
	border-bottom: 5px solid #336633;
	margin-top: 1.5em;
	}

.sideBoxContent {
	background-color: #ecf7fe;
	padding: 0.4em;
	}

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;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#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: #015065;*/
	color: #015065;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:4px 0px 10px 5px;
	font-weight:bold;
	text-decoration: none;
	text-align:left;
	background:url(../images/categorybg.gif) no-repeat;
	display:block;
	margin-left:2px;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:13px;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #015065;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	text-align:left;
    display:block;
	padding:0px 0px 4px 10px;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.forward a, #shoppingCartDefault a #PPECbutton a{
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2d6094;
	}
.bold {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.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;
	text-align:left;
	} 
#myAccountGen li a, #myAccountNotify li a{
	text-decoration:underline;
	color:#2e6195;
	text-align:left;
	} 
#myAccountGen li a:hover, #myAccountNotify li a:hover{
	text-decoration:none;
	color:#2e6195;
	text-align:left;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color:#2c5f93;
	height: 2em;
	}

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

.productListing-rowheading a{
    text-decoration:underline;    
	color: #FFFFFF;
	}
.productListing-rowheading a:hover{
    text-decoration:none;    
	color: #FFFFFF;
	}
	

#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%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#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;
	}
.inputbg{
	background-color:#edf8ff;
	border:1px solid #71b9f6;
	padding:3px 0px 3px 0px;
	}
.logintext{
	width:225px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	padding:13px 5px 13px 0px;
	}
.logintext a{
	color:#285a8c;
	text-decoration:none;
	padding:0px 5px 0px 5px;
	}
.logintext a:hover{	
	color:#ff7c00;
	text-decoration:underline;
	}

.cattext{	
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
    color:#285a8c;
	text-align:left;
	}

.producttext2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#015065;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	
	}	
.producttext2:hover{	
	text-decoration:underline;
	}	
p{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#000;
	padding-bottom:10px;
	line-height:18px;	
	}
.itembox_mid2{
	width:189px;
	height:500px;
	overflow:scroll;
	float:left;
	background:url(../images/itembox_mid.gif) repeat-y;
	}
.paypal{
	width:96px;
	height:16px;
	float:right;
	padding:3px 20px 0px 0px;
	}
.link1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#333333;
	text-decoration:underline;
	}
.link1:hover{
	text-decoration:none;
	}
	
#gvFaqDefaultMainContent {
	color: #004080;

text-decoration: none;

font-family: Arial,Helvetica,sans-serif;

font-weight: bold;

font-size: 13px;}

#midblock {
	color: #004080;

text-decoration: none;

font-family: Arial,Helvetica,sans-serif;

font-weight: bold;

font-size: 13px;}
	
.mylink12
	{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#333333;
	font-weight:normal; 
	text-decoration:none;
	}
.mylink12:hover
	{
	text-decoration:underline;
	}
