﻿/**
 * 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: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #ffffcc;
	margin-top:5px;
}

a img {border: none; }

#navEZPagesTOC ul li a {
	color:#0000FF;
	text-decoration: none;
	}
 
a:link {
	color: #0000FF;
	text-decoration: none;
	}
 
a:visited {
	color: #0000FF;
	text-decoration: none;
	}

#navCatTabs ul li a:hover {
	color: #FF0000;
	}

#navSupp ul li a:hover {
	color: #FF0000;
	}

#navMain ul li a:hover {
	color: #FF0000;
	}

#navEZPagesTOC ul li a:hover {
	color: #FF0000;
	}

a:hover {
	color: #FF0000;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

.larger{
	font-size: 1.1em;
	}

.sideBoxContent{
	font-size: 1.1em;
	}

ADDRESS{
	font-size: 1.1em;
	}

LEGEND{
	font-size: 1.1em;
	}

h4.optionName{
	font-size: 1.1em;
	}

LABEL{
	font-size: 1.1em;
	}

h6{
	font-size: 1.1em;
	}

h5{
	font-size: 1.1em;
	}

h4{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h6 {
	margin: 0.3em 0;
	}

h5 {
	margin: 0.3em 0;
	}

h4 {
	margin: 0.3em 0;
	}

h3 {
	margin: 0.3em 0;
	}

h2 {
	margin: 0.3em 0;
	}

h1 {
	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%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

SELECT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

FORM {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

textarea:focus {
	background: #E4FEF5;
	}

select:focus {
	background: #E4FEF5;
	}

input:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

LABEL.checkboxLabel {
	margin: 0.5em 0.3em;
	}

.attribImg {
	float: left;
	}

.centerBoxContentsAlsoPurch {
	float: left;
	}

.categoryListBoxContents {
	float: left;
	}

.specialsListBoxContents {
	float: left;
	}

.centerBoxContents {
	float: left;
	}

#logo {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

LABEL.switchedLabel {
	width: 11em;
	float: left;
	}

LABEL.selectLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

ADDRESS {
	padding: 0.5em;
	}

P {
	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*/
.messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackSuccess {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackError {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackWarning {
	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: #FFFFCC;
	text-align: left;
	width: 99%;
	min-width: 825px;
	max-width: 1000px;
	vertical-align: top;
}

#popupImage {
	margin: 0em;
	padding: 0em;
	}

#popupAdditionalImage {
	margin: 0em;
	padding: 0em;
	}

#mainWrapper {
	margin: 0em;
	padding: 0em;
	}

#ezPageBoxList ul {
	margin: 0em;
	padding: 0em;
	}

#cartBoxListWrapper ul {
	margin: 0em;
	padding: 0em;
	}

#ezPageBoxList {
	margin: 0em;
	padding: 0em;
	}

#cartBoxListWrapper {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper {
	margin: 0em;
	padding: 0em;
	}

#contentMainWrapper {
	margin: 0em;
	padding: 0em;
	}

#headerWrapper {
	margin: 0em;
	padding: 0em;
	}

#headerWrapper {
	background-color: #0000FF;
}

#day {
	padding: 0px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #ffffff;
	margin: 0px;
	text-align: center;
	background-color: #0000FF;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	vertical-align: bottom;
}
#time {
	padding: 0px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #ffffff;
	margin: 1px;
	text-align: center;
	background-color: #0000FF;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	vertical-align: top;
}
#date_time {
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #0000FF;
	width: 100%;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #0000FF;
}

#tick2 {
	margin: 5px;
	padding: 5px;
}

.tblock_left {
	text-align: left;
	background-color: #0000FF;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #0000FF;
	width:125px;
}
.tblock_right {
	text-align: right;
	background-color: #0000FF;
	border-right-style: solid;
	border-right-width: 3px;
	border-right-color: #0000FF;
	width:125px;	
}

#datetimeblock {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #0000FF;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: bottom;
	color: #FFFFFF;
	border-top: 10px solid #0000FF;
}

/*Button With Image Styles*/

  #frontpage
  {
	display: block;
	width: 140px;
	height: 30px;
	background: url('../images/frontpage.gif') no-repeat 0 0;
	}

  #frontpage:hover
  { 
    background: url('../images/frontpage_h.gif') no-repeat 0 0;
  }

  #backoffice
  {
	display: block;
	width: 140px;
	height: 30px;
	background: url('../images/backoffice.gif') no-repeat 0 0;
	float: right;
	}

  #backoffice:hover
  { 
    background: url('../images/backoffice_h.gif') no-repeat 0 0;
  }

/*END Button With Image Styles*/

#contentcenterbody {
	vertical-align: top;
}

#logoWrapper { margin: 0; padding: 0; width: 100%; display: block; background: url('../images/header_bg.jpg') center no-repeat; height: 185px; 
}

#mainWrapper {
	margin: auto;
	} 

#navColumnTwoWrapper {
	margin: auto;
	} 

#navColumnOneWrapper {
	margin: auto;
	} 
#navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#navColumnOneWrapper {
	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;
	}

#navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

#checkoutBillto {
	margin: 0;
	width: 47%;
	}

#checkoutShipto {
	margin: 0;
	width: 47%;
	}

#sendSpendWrapper {
	margin: 0;
	width: 47%;
	}

#accountLinksWrapper {
	margin: 0;
	width: 47%;
	}

.floatingBox {
	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;
	}

#navCatTabsWrapper {
	margin: 0em;
	background-color: #0000FF;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navSuppWrapper {
	margin: 0em;
	background-color: #0000FF;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navMainWrapper {
	margin: 0em;
	background-color: #0000FF;
 	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navCatTabsWrapper {
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #0000FF;
	background-color: #ffffff;
	color: #0000FF;
	background-image: none;
}

#navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navSupp ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navCatTabs ul li {
	display: inline;
	}

#navSupp ul li {
	display: inline;
	}

#navMain ul li {
	display: inline;
	}

#navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navMain 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;
	}

#indexProductListCatDescription {
	margin: 0.5em;
	}

.buttonRow {
	margin: 0.5em;
	}

#navCategoryIcon {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #FFFFCC;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #0000FF;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnTwo {
	}

#navColumnOne {
	}

/*The main content classes*/
.alert {
	vertical-align: top;
	}

.centerBoxContentsNew {
	vertical-align: top;
	}

.centerBoxContentsFeatured {
	vertical-align: top;
	}

.centerBoxContentsAlsoPurch {
	vertical-align: top;
	}

.centerBoxContentsSpecials {
	vertical-align: top;
	}

.additionalImages {
	vertical-align: top;
	}

.categoryListBoxContents {
	vertical-align: top;
	}

.specialsListBoxContents {
	vertical-align: top;
	}

.centerBoxContents {
	vertical-align: top;
	}

#navColumnTwo {
	vertical-align: top;
	}

#navColumnOne {
	vertical-align: top;
	}

#contentColumnMain {
	vertical-align: top;
	}

/*.content,*/ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

#productDescription {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerSix {
	padding: 0.8em;
	}

#bannerFive {
	padding: 0.8em;
	}

#bannerFour {
	padding: 0.8em;
	}

#bannerThree {
	padding: 0.8em;
	}

#bannerTwo {
	padding: 0.8em;
	}

#bannerOne {
	padding: 0.8em;
	}

.centerColumn {
	padding: 0.8em;
	margin:10px;
	}

#centercolumnBlock {
	background-color:olive
	}
	
.centercolumnBackground {
	padding: 0px;
	margin: 0px;
	border-style: solid;
	border-color: #0000FF;
	border-width: 0px 3px 0px 3px;
	width:67%;
}

#siteinfoIP {
	font-size: 0.9em;
	}

#siteinfoStatus {
	font-size: 0.9em;
	}

#siteinfoCredits {
	font-size: 0.9em;
	}

#siteinfoLegal {
	font-size: 0.9em;
	}

.smallText {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

#cartSubTotal {
	background-color: #e9e9e9;
	 }

.tableHeading {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

#cartSubTotal {
	height: 2.2em;
	}

.tableHeading {
	height: 2.2em;
	}

.tableRow {
	height: 2.2em;
	}

.cartTotalsDisplay {
	padding: 0.5em 0em;
	}

#cartInstructionsDisplay {
	padding: 0.5em 0em;
	}

.cartQuantity {
	padding: 0.5em 0em;
	}

.cartQuantityUpdate {
	padding: 0.5em 0em;
	}

.cartRemoveItemDisplay {
	padding: 0.5em 0em;
	}

.cartTotalDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay {
	padding: 0.5em 0em;
	}

.cartProductDisplay {
	padding: 0.5em 0em;
	}

.cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

.cartUnitDisplay {
	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;
	}

.productSpecialPriceSale {
	text-decoration: line-through;
	}

.normalprice {
	text-decoration: line-through;
	}

.productPriceDiscount {
	color: #ff0000;
	}

.productSpecialPriceSale {
	color: #ff0000;
	}

.productSalePrice {
	color: #ff0000;
	}

.productSpecialPrice {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper ul {
	list-style-type: none;
	}

.cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#ezPageBoxList li {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper li {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxVoucherBalance {
	font-weight: bold;
	}

#cartBoxEmpty {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.amount {
	text-align: right;
	padding: 0.2em;
	}

.lineTitle {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

#productReviewsDefaultProductImage {
	margin: 0em 1em 1em 0em ;
	}

#reviewsInfoDefaultProductImage {
	margin: 0em 1em 1em 0em ;
	}

#productMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxContentsFeatured {
	margin: 1em 0em;
	}

.centerBoxContentsAlsoPurch {
	margin: 1em 0em;
	}

.centerBoxContentsSpecials {
	margin: 1em 0em;
	}

.additionalImages {
	margin: 1em 0em;
	}

.categoryListBoxContents {
	margin: 1em 0em;
	}

.specialsListBoxContents {
	margin: 1em 0em;
	}

.centerBoxContents {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 25px 0 1.1em;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}
	
centercolumnBackground {
	background-color:olive
	}

/*sideboxes*/
.columnRight {
	background-color: #0000FF
}

.columnLeft {
	background-color: #0000FF
}

h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #ffffff;
	text-transform:uppercase;
	}

h3.rightBoxHeading {
	font-size: 1.1em;
	color: #ffffff;
	text-transform:uppercase;
	}

h3.leftBoxHeading a {
	font-size: 1.1em;
	color: #ffffff;
	text-transform:uppercase;
	}

h3.leftBoxHeading {
	font-size: 1.1em;
	color: #ffffff;
	text-transform:uppercase;
	}
#search-headerHeading {
	font-size: 1.1em;
	color: #ffffff;
}

#searchHeading {
	font-size: 1.1em;
	color: #ffffff;
}

#recordcompaniesHeading {
	font-size: 1.1em;
	color: #ffffff;
}

#musicgenresHeading {
	font-size: 1.1em;
	color: #ffffff;
}

#currenciesHeading {
	font-size: 1.1em;
	color: #ffffff;
}

#manufacturersHeading {
	font-size: 1.1em;
	color: #ffffff;
}

.rightBoxHeading {
	margin: 0em;
	background-color: #0000FF;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	}

.centerBoxHeading {
	margin: 0em;
	background-color: #0000FF;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	}

.leftBoxHeading {
	margin: 0em;
	background-color: #0000FF;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	}

.rightBoxContainer {
	border-width: 5px;
	border-color: #EDF0FF;
	margin: 1.5em 0em 1.5em 0em;
	border: 5px solid #EDF0FF;
	border-bottom: 5px solid #EDF0FF;
}

.leftBoxContainer {
	border-width: 5px;
	border-color: #EDF0FF;
	margin: 1.5em 0em 1.5em 0em;
	border: 5px solid #EDF0FF;
	border-bottom: 3px solid #EDF0FF;
}

.sideBoxContent {
	background-color: #EDF0FF;
	padding: 0.4em;
	}

h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.leftBoxHeading a:visited {
	color: #FFFFFF;
	}

.rightBoxHeading a:visited {
	color: #FFFFFF;
	}

.attribImg {
	text-align: center;
	}

.gvBal {
	text-align: center;
	}

.centerBoxContentsNew {
	text-align: center;
	}

.centerBoxContentsFeatured {
	text-align: center;
	}

.centerBoxContentsAlsoPurch {
	text-align: center;
	}

.centerBoxContentsSpecials {
	text-align: center;
	}

.additionalImages {
	text-align: center;
	}

.categoryListBoxContents {
	text-align: center;
	}

.specialsListBoxContents {
	text-align: center;
	}

.centerBoxContents {
	text-align: center;
	}

#reviewWriteMainImage {
	text-align: center;
	}

#productReviewsDefaultProductImage {
	text-align: center;
	}

#reviewsInfoDefaultProductImage {
	text-align: center;
	}

#productMainImage {
	text-align: center;
	}

LABEL#textAreaReviews {
	text-align: center;
	}

.ratingRow {
	text-align: center;
	}

.accountQuantityDisplay {
	text-align: center;
	}

.productListing-data {
	text-align: center;
	}

.rightBoxHeading {
	text-align: center;
	}

.centerBoxHeading {
	text-align: center;
	}

.leftBoxHeading {
	text-align: center;
	}

#cartBoxGVBalance {
	text-align: center;
	}

.cartTotalsDisplay {
	text-align: center;
	}

.cartQuantity {
	text-align: center;
	}

.cartQuantityUpdate {
	text-align: center;
	}

.cartRemoveItemDisplay {
	text-align: center;
	}

.center {
	text-align: center;
	}

#siteinfoIP {
	text-align: center;
	}

#siteinfoStatus {
	text-align: center;
	}

#siteinfoCredits {
	text-align: center;
	}

#siteinfoLegal {
	text-align: center;
	}

#bannerSix {
	text-align: center;
	}

#bannerFive {
	text-align: center;
	}

#bannerFour {
	text-align: center;
	}

#bannerThree {
	text-align: center;
	}

#bannerTwo {
	text-align: center;
	}

#bannerOne {
	text-align: center;
	}

#navEZPageNextPrev {
	text-align: center;
	}

#navCatTabsWrapper {
	text-align: center;
	}

#cartBoxVoucherBalance {
	text-align: center;
	}

#cartBoxEmpty {
	text-align: center;
	}

#cartBoxGVButton {
	text-align: center;
	}

#cartEmptyText {
	text-align: center;
	}

TH {
	text-align: center;
	}

.centeredContent {
	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:visited {
	color: #0000FF;
	text-decoration: none;
	}
A.category-top {
	color: #0000FF;
	text-decoration: none;
	}
A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-links {
	color: #004080;
	text-decoration: none;
	}
A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
A.category-subs:visited {
	color: #FF0000;
	text-decoration: none;
	}
A.category-products {
	color: #FF0000;
	text-decoration: none;
	}
A.category-subs {
	color: #FF0000;
	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;
	}

#shoppingCartDefault #PPECbutton {
	float: right;
	}

.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;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountNotify li {
	margin: 0;
	} 

#myAccountGen li {
	margin: 0;
	} 

.accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountTotalDisplay {
	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: #D3D3D3;
	height: 2em;
	color: #000000;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#infoShoppingCart {
	background-color: #ffffff;
	}

#popupAtrribsQuantityPricesHelp {
	background-color: #ffffff;
	}

#popupCouponHelp {
	background-color: #ffffff;
	}

#popupCVVHelp {
	background-color: #ffffff;
	}

#popupImage {
	background-color: #ffffff;
	}

#popupAdditionalImage {
	background-color: #ffffff;
	}

#popupSearchHelp {
	background-color: #ffffff;
	}

#popupShippingEstimator {
	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;
	}
#abovebreadcrumb {
	padding: 0px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #ffffff;
	margin: 0px;
	text-align: center;
	background-color: #0000FF;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	width: 235px;
	vertical-align: bottom;
}
#insideboxleft {
	width: 100%;
}
#insideboxright {
	width: 100%;
}
.floatleft {
	float: left;
}

.productListing-data {
	padding: 0.8em 0.2em 0;
	}

#tubercolor {
	text-align:center;
}

#searchContent {
}

#searchContent form {
}

#searchContent form input {
}

#login_policies {
	margin:auto;
	text-align:center;
	width:90%;
}

#login_policies ul {
}