/**
 * 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, helvetica, sans-serif;
	font-size: 0.72em;
	color: #333333;
	line-height: 17px;
}

#body_wrapper {
	background: #f5f5f5 url("../images/body_bg.gif") repeat-y center top;
}

a img {
	border: none;
}

a:link,#navEZPagesTOC ul li a {
	color: #2b2b2b;
	text-decoration: underline;
}

a:visited {
	color: #2b2b2b;
	text-decoration: underline;
}

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

a:active {
	color: #2b2b2b;
}

.blue-link a {
	color: #0075e2;
}

.arrowed-link {
	background: url("../images/blue_arrows.gif") no-repeat right 5px;
}

.columnLeft a,.columnRight a,.columnLeft a:visited,.columnRight a:visited
	{
	text-decoration: none;
}

.columnLeft a:hover,.columnRight a:hover {
	text-decoration: underline;
}

#columnCenter {
	padding: 14px 4px 0 0;
}

h1 {
	font: bold 24px Arial;
	color: #4e637e;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 2px 0;
	margin: 0 0 17px 0 !important;
}

h2 {
	font: bold 18px tahoma;
	padding: 15px 0 5px 0 !important;
	display: block;
}

h3 {
	font-size: 1.3em;
	padding-bottom: 10px;
}

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

.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%;
	}
*/
CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
}

FORM,SELECT,INPUT { /*	display: inline;*/
	font-size: 12px;
	margin: 0.1em;
}

#productGeneral form {
	margin: 0 !important;
}

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

/*input:focus, select:focus, textarea:focus {
	background: #ffffe7;
	margin:0.1em;
	}
*/ /* Only for IE7*/
*+html FIELDSET {
	padding: 13px;
	margin: 3px 0 12px 0;
	border: 1px solid #d6d6d6;
}

/* /Only for IE7*/
FIELDSET {
	padding: 13px;
	margin: 10px 0 17px 0;
	border: 1px solid #ececec;
}

LEGEND {
	font: bold 12px Tahoma;
	padding: 3px 6px;
	color: #4c6488;
	background: #f3f3f7;
}

LABEL { /*	line-height: 1.5em;*/
	padding: 0.2em;
	line-height: 23px;
}

h4.optionName {
	padding: 0;
	margin: 0;
	width: 100px;
	font: bold 11px verdana;
}

/*.optionName label {
	font: bold 12px Verdana;
}*/ /*.attribsSelect {
	width: 120px;
	float: left;
}*/
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;
}

ADDRESS {
	font-style: normal;
}

.clearBoth {
	clear: both;
}

.clearRight {
	clear: right;
}

HR {
	height: 1px;
	margin: 10px 0;
	border: none;
	border-bottom: 1px solid #e4e4e4;
}

.dotted-line {
	height: 1px;
	background: url("../images/dotted_line.gif") repeat-x 0 0;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.list-style-none {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footerxp{
  white-space:nowrap; overflow:hidden
}
.footerxp li{
	font-weight:normal;
	font-size:13.5px;
 display:inline;
}
ul.inline-list li {
	float: left;
	padding: 0 0 0 12px;
}

.align-center {
	margin: auto !important;
	text-align: center !important;
}

/*warnings, errors, messages*/
.messageStackWarning,.messageStackError,.messageStackSuccess,.messageStackCaution
	{
	line-height: 1.8em;
	padding: 7px;
	margin: 20px 20px;
	border: 1px solid #9a9a9a;
}

.messageStackWarning img,.messageStackError img,.messageStackSuccess img,.messageStackCaution img
	{
	display: none;
}

.messageStackWarning,.messageStackError {
	background: #ffecdd url("../images/icons/warning.gif") no-repeat 8px
		10px;
	color: #960000;
	border: 1px solid #f8d5c8;
	padding-left: 30px;
}

.messageStackError {
	background: #ffecdd url("../images/icons/error.gif") no-repeat 8px 10px;
}

.messageStackSuccess {
	background: #e0f8b6 url("../images/icons/success.gif") no-repeat 8px
		10px;
	color: #000000;
	border: 1px solid #d0e46e;
	padding-left: 30px;
}

.messageStackCaution {
	background: #ffebc2 url("../images/icons/warning.gif") no-repeat 8px
		10px;
	color: #000000;
	border: 1px solid #fbcec9;
	padding-left: 30px;
}

/*wrappers - page or section containers*/
.mainWrapper {
	text-align: left;
	width: 946px;
	vertical-align: top;
	/*	border: 1px solid #9a9a9a;*/
}

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

#header {
	height: 67px;
	padding: 0 6px 0 4px;
}

#indexDefaultMainContent {
	padding: 0 0 8px 0;
}

.topper-menu li {
	font: 11px verdana;
	float: left;
	margin: 9px 1px 0 8px;
	color: #565656;
}

.topper-menu a,.topper-menu a:visited {
	color: #565656;
	text-decoration: none;
}

.topper-menu a:hover {
	color: #565656;
	text-decoration: underline;
}

#logoWrapper {
	height: 65px;
}

#logo {
	padding: 14px 0 0 0;
}

#navColumnOneWrapper,#navColumnTwoWrapper,.mainWrapper {
	margin: auto;
}

#navColumnOneWrapper,#navColumnTwoWrapper {
	margin: 0;
}

#tagline {
	float: left;
}

#tagline_header {
	border-left: 1px solid #dddddd;
	font: bold 20px arial;
	color: #888888;
	margin: 0.7em 1em;
	padding: 0 0 0 1em;
}

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

.floatingBox,#accountLinksWrapper,#sendSpendWrapper,#checkoutShipto,#checkoutBillto,#navEZPagesTOCWrapper
	{
	margin: 0;
	width: 44%;
}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
}

/*navigation*/
.current {
	font-size: 15px;
	padding: 2px;
}

.navSplitPagesLinks,.navSplitPagesResult {
	padding: 5px 0 2px 0;
}

.navSplitPagesLinks a {
	color: #0075E2;
	padding: 2px;
	margin: 0px;
}

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

/*#bottom {
	border-top: 1px solid #d2d2cf;
	margin: 35px 5px 5px 5px;
	min-height: 49px;
}*/
#navSuppWrapper {
	padding: 6px 0 12px 0;
	border-top: 1px solid #dddddd;
	margin: 45px 5px 0 5px;
}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image: none;
}

#navMain ul,#navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
}

#navMain ul li,#navCatTabs ul li {
	display: inline;
}

.footer-links li {
	font: normal 11px verdana;
	float: left;
	margin: 0 2px 0 14px;
}

#navMain ul li a,#navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
}

.legalCopyright {
	text-align:center;
	font: 11px verdana !important;
}

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

#navMainSearch {
	float: right;
}

#navBreadCrumb {
	font: 11px tahoma;
	margin: 0 0 5px 0;
	color: #999999;
}

#navBreadCrumb a {
	color: #999999;
}

#top_nav a {
	color: #fffee2;
	text-decoration: none;
}

#top_nav li {
	float: left;
	background: url("../images/bg_tabs_left.gif") no-repeat 0 0;
	padding: 0 0 0 0.5px;
	margin-top: 3px;
	/*border-left: 1px solid #575757;*/
}

#top_nav li a {
	display: block;
	background: url("../images/bg_tabs_right.gif") no-repeat right 0;
	padding: 7px 20px 7px 18px;
}

/*#top_nav li:hover {
	background-position: left -40px;
}*/
#top_nav li:hover a {
	background-position: right -38px;
}

/*#top_nav #tab_active{
	background-position: 0 -78px;
}*/
#top_nav #tab_active a {
	background-position: right -72px;
	color: #ffffff;
}

#login_logout_section,#login_logout_section a {
	font: normal 11px verdana;
	color: #0075e2;
	padding: 8px 0px 4px 0px;
	margin-top: 10px;
}

#login_logout_section a:hover {
	text-decoration: none;
}

#login_logout_section li {
	padding-left: 9px;
	color: #565656;
}

#top_nav {
	background: #777777 url("../images/top_nav_bg.gif") repeat-x;
	font: bold 12px verdana;
	margin: 0em;
	height: 34px;
}

.top-nav-right {
	background: url("../images/top_nav_right_bg.gif") no-repeat right top;
	height: 34px;
	width: 6px;
	float: right;
}

.top-nav-left {
	background: url("../images/top_nav_left_bg.gif") no-repeat left top;
	height: 34px;
	width: 6px;
	float: left;
}

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

/* Tools section styles */
#tools_wrapper {
	height: 35px;
	background: url("../images/tools_bg.gif") repeat-x left top;
}

#tools-right {
	background: url("../images/tools_right_bg.gif") no-repeat right top;
	height: 35px;
	width: 8px;
	float: right;
}

#tools-left {
	background: url("../images/tools_left_bg.gif") no-repeat left top;
	height: 35px;
	width: 8px;
	float: left;
}

.line-header {
	margin: 0 4px;
}

.search-header-input {
	background: url("../images/search_header_bg.gif") no-repeat left top;
	height: 22px;
	padding: 1px 0 0 3px;
	float: left;
}

.search-header {
	margin: 5px 3px 3px 3px;
}

.search-header input {
	border: 0px;
	margin: 0px;
	color: #696969;
	background: none;
}

.search-header form {
	float: left;
}

.search-header input:focus {
	background: none;
}

.advanced_search {
	padding: 0 6px 2px 0;
	margin: 4px 0 0 10px;
}

.advanced_search a {
	font: 11px Verdana;
	text-decoration: none;
	color: #fff4a7 !important;
}

.advanced_search a:hover {
	text-decoration: underline !important;
}

.cart-header {
	padding: 1px;
	margin: 4px 3px !important;
}

.cart-header .blue-link {
	background: url("../images/blue_arrows.gif") no-repeat right 7px;
	padding: 0 11px 0 0 !important;
}

.cart-header span {
	font-weight: bold;
}

.cart-icon {
	width: 16px;
	height: 15px;
	margin: 1px 6px 0 0;
}

.full {
	background: url("../images/cart_full_icon.gif") no-repeat left top;
}

.empty {
	background: url("../images/cart_empty_icon.gif") no-repeat left top;
}

.languages-wrapper {
	margin: 5px 1px;
}

.languages-wrapper select,.languages-wrapper {
	font: 11px tahoma, arial !important;
}

.languages-wrapper select {
	height: 18px;
}

.languages-wrapper form {
	float: right;
}

.languages-wrapper label {
	padding: 3px 0;
	line-height: 17px !important;
}

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

/*.content,*/
#productDescription,.shippingEstimatorWrapper {
	font-size: 13px !important;
	padding: 0.2em;
}

#productAttributes {
	padding: 10px 14px;
	margin: 10px 0;
	border: 1px #ededed solid;
	background: #fafaf8;
}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
}

.advisory {
	
}

.important {
	font-weight: bold;
}

.notice {
	
}

.rating {
	
}

.gvBal {
	float: right;
}

.centerColumn,#bannerOne,#bannerTwo,#bannerThree,#bannerFour,#bannerFive,#bannerSix
	{
	padding: 0;
}

.centerColumn {
	padding: 1px 0px;
}

.centerColumn form {
	margin: 0.1em 0;
}

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

#siteinfoIP {
	float: left;
}

.centerBoxContentsSpecials a,.centerBoxContentsAlsoPurch a,.centerBoxContentsFeatured a,.centerBoxContentsNew a,.specialsListBoxContents a
	{
	font: normal 13px verdana;
	color: #4c4b4b;
}

.centerBoxContentsSpecials,.centerBoxContentsAlsoPurch,.centerBoxContentsFeatured,.centerBoxContentsNew,.specialsListBoxContents
	{
	height: 186px;
	width: 150px !important;
	border: 1px solid #ebebeb;
	margin: 8px 8px 0 0 !important;
	padding: 18px 14px 12px 14px;
}

.no-right-margin {
	margin-right: 0px !important;
}

#specialsListing .specialsListBoxContents {
	width: 148px !important;
	margin: 8px 4px 0 4px !important;
	padding: 18px 14px 12px 14px;
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #e2e2e2;
	background: #f8f8f8;
	padding: 1em;
}

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

.tableHeading,#cartSubTotal {
	background-color: #f9f9f9;
}

#cartSubTotal {
	border-top: 1px solid #d9d9d9;
	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: #0075E2;*/
	position: relative; /*do not remove-fixes stupid IEbug*/
}

.cartOldItem { /*	color: #0075E2;*/
	position: relative; /*do not remove-fixes stupid IEbug*/
}

#cartBoxListWrapper a {
	color: #0075E2;
}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
}

.cartRemoveItemDisplay {
	width: 3.5em;
}

.cartAttribsList {
	margin-left: 1em;
}

#mediaManager {
	width: 50%;
	margin: 0.2em;
	padding: 0.7em;
	background: #FCFCEA;
	border: 1px solid #F3ECD9;
}

#mediaManagerHeading {
	margin-top: 5px;
	padding-top: 0 !important;
}

.mediaTitle {
	float: left;
}

.mediaTypeLink {
	float: right;
}

.product-box-name {
	padding: 2px 0 3px 0;
}

.normalprice,.productSpecialPriceSale {
	font-weight: normal !important;
	text-decoration: line-through;
	color: #aaaaaa;
}

.productSpecialPrice,.productSalePrice,.productSpecialPriceSale,.productPriceDiscount,.central-boxes-price
	{
	color: #a30101;
}

.table-price {
	font: bold 12px arial;
	/*	color: #a30101;*/
}

.centerBoxWrapper .productSpecialPrice,.centerBoxWrapper .productSalePrice
	{
	background: #fff9de;
}

#specialsListing .productPriceDiscount,.centerBoxWrapper .productPriceDiscount
	{
	display: none;
}

.centerBoxWrapper .normalprice,.centerBoxWrapper .productSpecialPrice {
	padding: 0 3px 0 0;
}

.central-boxes-price {
	font: normal 12px arial;
	color: #a30101;
}

.free,.call-for-price {
	font: normal 11px arial;
	color: #ffffff;
	background: #990000;
	padding: 0 2px;
}

.free {
	background: #990000;
}

.call-for-price {
	background: #888888;
}

.columnar-product-img {
	height: 108px;
	text-align: center;
}

.columnar-product-info {
	height: 168px;
}

#productPrices,#reviewsInfoDefaultPrice {
	font: bold 16px arial;
	color: #a30101;
	margin: 0 0 6px 0;
	display: block;
}

.centerColumn .detail-link,.detail-link:visited {
	font: normal 12px arial;
	color: #0075e2;
	float: right;
	margin: 0 !important;
	padding: 0 10px 0 0 !important;
	background: url("../images/blue_arrows.gif") no-repeat right 5px;
}

.detail-link:hover {
	color: #0075e2;
	text-decoration: none;
}

.productListing-data h3 {
	font: bold 13px arial;
	/*	margin: 0px !important;*/
}

.productListing-data {
	border-bottom: 1px solid #ebebeb;
	vertical-align: top;
}

.service-text {
	font: italic 11px verdana;
	color: #777777;
}

.table-product-attributes {
	
}

#productListing {
	padding: 0 0 15px 0;
}

.orderHistList {
	margin: 0;
	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;
}

#reviewsDefault h2 {
	padding-top: 0 !important;
}

#reviewsDefault .smallProductImage {
	width: 150px;
	height: 120px;
}

/*Image Display*/
#productMainImage,#reviewsInfoDefaultProductImage,#productReviewsDefaultProductImage,#reviewWriteMainImage
	{
	margin: 0px 15px 15px 10px;
}

#productMainImage {
	float: none !important;
	margin: 0px 15px 15px 0;
}

.product-detail-table td {
	vertical-align: top;
	text-align: left;
}

.left-side-info {
	width: 180px;
}

#productDetailsList {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 6px 0 0 0;
	width: 90% !important;
}

.product-info-label {
	font: normal 11px Verdana;
	color: #777777;
}

#productAdditionalImages {
	padding: 12px 0;
}

#productAdditionalImages h2 {
	border-bottom: 1px solid #e6e6e6;
}

#productQuantityDiscounts {
	padding: 12px 0;
}

#productQuantityDiscounts table {
	border: none;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-spacing: 0px !important;
	/*	border-collapse: collapse;*/
	margin: 0;
	background: #fafafa;
}

#productQuantityDiscounts table td {
	border: 1px solid #eeeeee;
	border-left: none;
	border-bottom: none;
	padding: 4px;
}

.categoryIcon {
	
}

.categoryImg {
	margin: 0 0 12px 0;
}

#cartImage {
	margin: 0.5em 1em;
}

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

.attributesComments {
	font: bold 14px Arial;
	color: #777788;
	border-bottom: 1px solid #e7e7e0;
	background: #f0f0ee;
	padding: 4px 5px;
	margin: 10px 0;
}

/*list box contents*/
.centerBoxContents,.specialsListBoxContents,.categoryListBoxContents,.additionalImages,.centerBoxContentsSpecials,.centerBoxContentsAlsoPurch,.centerBoxContentsFeatured,.centerBoxContentsNew
	{
	margin: 1em 0em;
}

.centerBoxWrapper {
	height: 1%;
	padding: 10px 0 10px 0;
}

h2.centerBoxHeading {
	font: bold 16px Arial;
	color: #ffffff;
	border: 1px solid #f22e00;
	padding: 4px 7px !important;
	margin: 0 0 2px 0 !important;
	background: #f57308;
}

.columnLeft {
	padding: 0 24px 0 4px;
}

.columnRight {
	padding: 0 0 0 18px;
}

h3.leftBoxHeading,h3.rightBoxHeading {
	font: bold 13px arial;
	color: #ffffff;
	background: url("../images/sidebox_right.gif") no-repeat right top;
}

h3.leftBoxHeading,h3.rightBoxHeading {
	color: #3d3d3d;
	background: url("../images/sidebox_right.gif") no-repeat right top;
}

h3.leftBoxHeading a,h3.rightBoxHeading a {
	font: normal 11px verdana, arial;
	color: #3d3d3d;
	text-decoration: underline;
}

h3.leftBoxHeading a:hover,h3.rightBoxHeading a:hover {
	color: #3d3d3d;
	text-decoration: none;
}

.sidebox-header-left {
	background: url("../images/sidebox_left.gif") no-repeat left top;
	padding: 0 0 0 0.3em;
}

.main-sidebox-header-left {
	background: url("../images/main_sidebox_left.gif") no-repeat left top
		!important;
	padding: 0 0 0 0.3em;
}

.main-sidebox-header-right {
	background: url("../images/main_sidebox_right.gif") no-repeat right top
		!important;
	padding: 0 0 0 0.3em;
}

#categoriesHeading {
	color: #ffffff;
}

/*
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font: bold 1.1em arial;
	color: #ffffff;
}
*/
#manufacturersContent select {
	width: 88% !important;
}

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

.leftBoxHeading label,.rightBoxHeading label {
	line-height: 16px;
	padding: 0px;
}

.leftBoxContainer,.rightBoxContainer {
	margin: 0em;
	margin: 15px 0 0 0;
}

.sideBoxContent {
	border: 1px solid #ececec;
	border-top: none;
	background-color: #ffffff;
	padding: 0.7em 0.9em;
}

.sideBoxContent a,.sideBoxContent div,.rightBoxContainer div,.leftBoxContainer div
	{
	font: normal 13px verdana;
	color: #454545;
	line-height: 17px;
}

.sidebox-products {
	display: block;
	/*	color: #0075E2 !important;*/
	padding: 2px;
}

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

.centeredContent,TH,#cartEmptyText,#cartBoxGVButton,#cartBoxEmpty,#cartBoxVoucherBalance,#navCatTabsWrapper,#navEZPageNextPrev,#bannerOne,#bannerTwo,#bannerThree,#bannerFour,#bannerFive,#bannerSix,#siteinfoCredits,#siteinfoStatus,#siteinfoIP,.center,.cartRemoveItemDisplay,.cartQuantityUpdate,.cartQuantity,.cartTotalsDisplay,#cartBoxGVBalance,.productListing-data,.accountQuantityDisplay,.ratingRow,LABEL#textAreaReviews,#productMainImage,#reviewsInfoDefaultProductImage,#productReviewsDefaultProductImage,#reviewWriteMainImage,.centerBoxContents,.specialsListBoxContents,.categoryListBoxContents,.additionalImages,.gvBal,.attribImg
	{
	text-align: center;
}

.additionalImages a {
	text-decoration: none;
}

.centerBoxContentsSpecials,.centerBoxContentsAlsoPurch,.centerBoxContentsFeatured,.centerBoxContentsNew
	{
	text-align: left !important;
}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
}

#bestsellers ol {
	padding: 0;
	margin: 0 0 0 8px;
}

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

#upProductsHeading {
	text-align: left;
}

#upDateHeading {
	text-align: right;
}

/* categories box parent and child categories */
A.category-top,A.category-top:visited {
	font: 12px arial;
	text-decoration: none;
	padding: 0 0 0 9px;
	background: url("../images/arrow.gif") no-repeat 0 4px;
}

a.category-top:hover {
	text-decoration: underline;
}

A.category-links {
	color: #004080;
	text-decoration: none;
}

.categories-top-list {
	padding: 4px 0;
	background: url("../images/dotted_line.gif") repeat-x 0 top;
}

.no-dots {
	background: none;
}

.sub-count {
	color: #aaaaaa;
	line-height: 12px !important;
}

.subcategory {
	padding: 0 0 6px 12px;
}

.subcategory a {
	line-height: 12px !important;
}

A.category-subs,A.category-products,A.category-subs:visited,A.category-products:visited
	{
	color: #0075E2;
	text-decoration: underline;
}

A.category-subs:hover,A.category-products:hover {
	color: #0075E2;
	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 {
	background-color: #f4f4f4;
	height: 1.5em;
	vertical-align: top;
}

.rowEven {
	background-color: #fdfdfd;
	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: #f0f0f0;
	height: 2em;
}

.productListing-rowheading {
	background: #eef1f6;
	border: 1px solid #e2e6ec;
	height: 2em;
}

.productListing-rowheading th {
	border-bottom: 1px solid #e2e6ec;
	border-top: 1px solid #e2e6ec;
}

.tabTable {
	margin: 6px 0 4px 0;
}

.tabTable td {
	padding: 12px 8px;
	text-align: left;
}

.more-info a {
	color: #0075e2;
}

.productListing-even { /*	background-color: #f7f7f3;*/
	
}

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