/**
 * 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;
	padding:0px; 
	font-size:11px; 
	color: #333333;
	line-height: 17px;
	background:#f1f7fc;
	}
/*#body_wrapper {
	background: url("../images/header_bg.gif") repeat-x left -3px;
}*/

a img {border: none; }


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

a:active {
	color: #2b2b2b;
	}

.blue-link a {
	color: #0075e2;
}
.columnLeft a, .columnRight a, .columnLeft a:visited, .columnRight a:visited {
	text-decoration: none;
	color:#000;
}
.columnLeft a:hover, .columnRight a:hover {
	color:#0E6CA8;
	text-decoration: none;
}
#columnCenter {
	padding: 0px 0 0 13px;
	width:700px;
	
}
*+ html #columnCenter {
	padding: 5px 0 0 16px;
	width:700px;
}
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 #ccc;

	}
/* /Only for IE7*/

FIELDSET {
	padding: 13px;
	margin: 10px 0 17px 0;
	border: 1px solid #ccc;

	}

LEGEND {
	font: bold 12px Tahoma;
	padding: 3px 6px;
	color: #000;
	background: #BAD1DF;
	}

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;
} 
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;
	margin:0px auto; 
	padding:0px;
	width:967px;
	background:url(../images/bg_main.jpg) repeat-y;
/*	border: 1px solid #9a9a9a;*/
	}

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

#contentMainWrapper{
		margin: 0em;
	padding: 0em;
}
*+html #contentMainWrapper{
	margin-left:-3px;
		padding: 0em;

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

.topper-menu li {
	font: 11px verdana;
	float: left;	
	margin: 9px 1px 0 8px;
	color: #949393;
}
.topper-menu a, .topper-menu a:visited {
	color: #949393;
	text-decoration: none;
}
.topper-menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.topper-menu li {
}

#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;
	text-align:left;
}
.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;
	background: #f1f1f1 url("../images/bottom_shadow.gif") repeat-x 0 0;
	margin: 25px 0 0 0;
	min-height: 49px;*/
}
#navSuppWrapper {
	padding: 6px 3px;
}
#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 {
	float: left;
	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 2px;
	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: #cacaca;
	padding: 8px 0px 4px 0px;
	margin-top: 10px;
}
#login_logout_section a:hover {
	text-decoration: none;
}
#login_logout_section li {
	padding-left: 9px;
}

#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: #a2a29f !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: 10px 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 -2pxpx 1px 0px;
	background-color:#DEEEF8;
	border-top:6px #59a1d1 solid;
	border-right:none;
	width:700px;
	
}
/*.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 11px verdana;
	color: #4c4b4b;	
}
.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsNew, .specialsListBoxContents {
	height: 186px;
	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 4px;
	width:120px;

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount{
	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 18px arial;
	color: #F00;
	padding-left:4px;
}
.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 {
	text-align: center;
	padding-bottom:5px;
	margin-left:5px;
	width:117px;
	height:117px;
	}
.columnar-product-info {
/*	height: 168px;*/

}

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

 .detail-link, .detail-link:visited {
	font: normal 12px arial;
	color: #0075e2;
	float: right;
	margin: 0 !important;
	padding: 0 0px 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 {
	border-top:1px #96d4fa dotted;
/*	width:700px; 
	line-height:20px;*/
	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*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0px 15px 15px 10px ;
	}
#productMainImage {
	float: none !important;
	margin: 0px 15px 15px 10px;
}
.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: #000;
}
#productAdditionalImages {
	padding: 12px 0;
	width:300px;
	margin-left:10px;
}
#productAdditionalImages img{
	border:solid 1px #ccc;
	height:90px;
	width:90px;
}
#productAdditionalImages h2 {
	border-bottom: 1px solid #e6e6e6;
	display:none;
}
#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, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	padding-left:10px;
	}

h2.centerBoxHeading {
	font: normal 18px Arial;
	color: #4a5a6f;
	border: 1px solid #deddda;
	padding: 4px 7px !important;
	margin: 0 0 2px 0 !important;
	background: #f6f6f6 url("../images/centerboxheading_bg.gif") repeat-x left bottom;
}

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

}
*+html .columnRight {
	padding: 5px 0 0 7px;

}

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.4em 0.3em 0.4em 0.4em !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 11px 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;
	}
	
	
	@charset "utf-8";
/* CSS Document */


img{
	border:0px;
}
input{
	font-size:12px; 
	font-family:arial;
	color:#000;
	font-weight:bold; 
}
.clear{
	clear:both;
}

#header{
	margin:0px;
	padding:0px;
	height:115px;
	background-image: url(../images/bg_header3.jpg);
	background-repeat: no-repeat; 
	background-position:center;
	background-color: #1f6999;
}
#header .box{
	margin:0px auto; 
	padding:0px; 
	width:972px;
	padding-top:14px;
}
#header .menu{
	margin-top:30px;
}
#header .box img{
	padding-left:25px;
}
#header .menu a{
	color:#fff; 
	font-size:12px; 
	text-decoration:none; 
	padding:0px 25px 0px 25px; 
	line-height:18px;
}

/*.main{
	margin:0px auto; 
	padding:0px;
	width:972px;
	background:url(../images/bg_main.jpg) repeat-y;
}*/

.shop{
	margin:0px auto;
	background:#3387be;
	width:942px;
	height:37px;
	color:#fff; 
	font-size:12px;
	line-height:37px;
	padding-left:10px;
	padding-right:6px;
	margin-left:7px;

}
.search{
	background:url(../images/search.png) no-repeat left 5px;
	width:235px;
	height:24px;
	float:right;
	padding-top:5px;
}
.input{
	width:157px; 
	height:12px; 
	border:1px #fff solid;
	line-height:12px;
	float: left;
}

.box2{
	margin:0px auto;
	padding:0px; 
	width:944px; 
	margin-top:5px; 
	background:#c5d5e0 url(../images/bg_right.jpg) repeat-y right;
	padding-bottom:15px; 
}
.left-side{
	width:700px; 
	float:left;
	background:#c5d5e0 ;
	padding-bottom:22px;
}

.banner{
	width:700px; 
	height:65px;
}
.banner .imgs{
	background:url(../images/bg_imgs.jpg) no-repeat;
	width:310px; 
	height:65px; 
	float:right;
	padding-left:8px;
}
*html .banner .imgs{
	padding-left:5px;
	width:310px;
}
.info{
	padding-top:4px;
}
.team .title{
	background:url(../images/title.jpg) no-repeat;
	width:700px; 
	height:43px;
}
.team .title a{
	display:block;
	width:175px;
	text-align:center; 
	float:left; 
	line-height:40px; 
	height:37px; 
	margin-top:3px;
}
.team .title a.mlb{
	margin-top:7px;
	height:33px;
}
.content_in{
	float:left; 
	width:160px; 
	padding-left:14px;
}          
.content_in a{
	display:block;
	color:#d4e1e9 ;
	line-height:24px;
}
.content_in a span{
	color:#000;
}

.products{
	width:700px; 
	margin-top:22px;
}
.products .title2{
	color:#0c6cab; 
	font-size:18px;
	font-family:georgia;
	margin-left:5px;
	padding-top:5px; 
	height:30px;
	background:url(../images/bg_product.jpg) no-repeat; 
}
/*.box3{
	border:1px #94aaba solid; 
	width:118px;
	height:180px;
	padding:10px 4px;
	background:#dbeaf4; 
	margin-top:14px;
	float:left;
	margin-left:10px;
}
.box3 span{
	color:#F00; 
	font-size:18px;
}
.box3 img{
	margin-bottom:14px;
}
.box3 a{ 
color:#000;
font-size:11px; 
text-decoration:none;
}*/
.info img.add2{
	margin-top:15px;
	padding-left:5px; 
	padding-right:5px;
}

.right_side{
	float: left;
	width:244px;
	background: url(../images/bg_right.jpg) repeat-y right;
	padding-bottom:10px;
	margin-bottom:-20px;
	margin-left:-8px;

}
*+html .right_side{
	float: left;
	width:244px;
	background: url(../images/bg_right.jpg) repeat-y right;
	padding-bottom:10px;
	margin-bottom:-20px;
	

}
.content2{ 
padding:5px 6px 0px 6px;
}

.email{
	background:url(../images/bg_email.png) no-repeat; 
	height:52px; 
	font-size:12px;
	padding-left:20px;
	padding-top:12px;
}
.email img{
	margin-right:10px;
}
.email a{
	display:block; 
	color:#fff; 
	text-decoration:none;
	width:160px; 
	line-height:1.8em;
}
.blog{
	margin-top:4px;
	line-height:18px;
}
.blog img.picture{
	margin:8px 2px 17px 3px;
}
.blog  a{
	display:block; 
	width:190px; 
	margin-left:15px;
	text-decoration:none; 
	color:#000;
}
.blog a span{
	color:#0e6ca8; 
	font-weight:bold;
}
/*.information{
	margin-top:12px;
}*/
.information .info_title{
	margin-bottom:8px;
}
.information a{
	display:block;
	color:#000; 
	line-height:18px;
	margin-left:15px; 
	text-decoration:none; 
}
.content2 img.services{
	padding-left:5px;
	margin-top:8px;
}

.footer{
	margin:0px auto;
	padding-top:10px;
	width:944px;
	margin-top:0px;
}
.footer .title2{
	display:block;
	float:left;
	background:#0d72b3;
	width:100%;
	height:20px;
}
.footer .menu2{
	text-align:center;
	padding-top:10px;
}
.footer .menu2 a{
	color:#000;
	padding-right:20px; 
	text-decoration:none;
}
.bottom{
	margin:0px auto;
	padding:0px;
	width:972px;
}

.info_box{
	background:#deeef8 url(../images/bg_right.jpg) repeat-y right;
}
.info3{
	padding-top:4px; 
	border-top:6px #59a1d1 solid;
}
.content3{ 
  float:left;
  width:160px;
  padding-left:14px;
}          
.content3 a{
	display:block;
	color:#d4e1e9 ;
	ine-height:24px; 
	text-decoration:none;
}
.content3 a span{
	color:#000;
}

.product_show{
	border-top:1px #96d4fa dotted;
	width:700px; 
	margin-top:14px; 
	line-height:20px;
}
.product_show .hot{
	width:163px;
	height:260px;
	border:1px #b4b7b8 solid;
	background:#fff; 
	text-align:center; 
	float:left;
	margin-left:8px;
	margin-top:12px;
}
.product_show .hot img{
	padding-top:15px;
	padding-bottom:10px;
}
.product_show .hot a{
	color:#000; 
	font-size:14px; 
	text-decoration:none;
}
.product_show .hot span{
	color:#F00;
	font-size:18px;
}

.link{
	margin-top:8px;
}
.link img.title3{
	margin-bottom:8px;
}
.link img.images{
	margin-left:7px;
	margin-right:5px;
}
.message{
	padding-bottom:199px;
}

.uc_title{
	color:#000; 
	font-size:16px; 
	font-weight:500; 
	border-bottom:1px #9b9b9b dotted;
	padding-bottom:3px; 
	margin-bottom:10px;
	padding-left:10px;
}
.product_infor img.super_product{
	margin-left:10px;
}
.product_infor .spec{
	float:right;
	width:315px;
	margin-top:15px;
	margin-right:15px;
}
.product_infor .spec span{
	color:#000; 
	font-size:14px; 
	font-weight:400;
}
.ico_link{
	margin-top:15px;
}
.ico_link span{
	color:#eb1d1d;
	font-size:24px;
	font-weight:bold;
}
.ico_link .hot1{
	float:right;
}
.ico_link .hot1 a{
	display:block; 
	float:left; 
	margin-right:8px;
	margin-top:5px; 
}
.sales table{
	line-height:2.0em; 
	width:310px;
	margin-top:10px; 
	margin-bottom:10px;
}
.sales table tr{
	background:#a8dafa;
}
.sales table tr.bg{
	background:#c0e5fc;
}
.sales table td{
	padding-left:30px;
}
.sales table input{
  width:78px; height:12px;
}
.paypal{
	line-height:1.6em;
	background:url(../images/ico.png) no-repeat left 5px;
	padding-left:15px;
}
.p_show{
	margin-top:9px;
	margin-left:10px;
}
.p_show img{
	border:1px #c9c5c5 solid;
	margin-right:20px;
}

.words{
	color:#5a5b5a;
	line-height:1.6em;
	padding-left:10px;
	padding-right:10px;
}
.words .title5{
	border-bottom:2px #8b8989 solid; 
	padding:5px 0px ;
	margin-bottom:5px;
	color:#6d6a6a; 
	font-weight:bold;
	font-size:14px;
}
.words table{
	font-size:11px;
}
.words table td{
	background:#90cef4;
	height:20px;
	border-right:1px #fff solid; 
	width:60px;
	padding-left:10px;
}
.words .information2{
	border-bottom:1px #d2d2d2 solid;
	color:#817e7e;
	margin:6px 0px;
}

#indexDefaultHeading{
	display:none;
}
#navBreadCrumb{
	display:none;
}
#productsListingTopNumber,#productsListingBottomNumber{
	padding-left:5px;
}
#productsListingListingTopLinks,#productsListingListingBottomLinks{
	padding-right:5px;
}
#columnCenter a:link{
	color:#000;
	text-decoration:none;
}
#columnCenter a:visited{
	color:#000;
	text-decoration:none;
}
#columnCenter a:hover{
	color:#086BAD;
	text-decoration:none;
}
.centerBoxContentsProducts{
	width:163px;
	height:270px;
	border:1px #b4b7b8 solid;
	background:#fff; 
	text-align:center; 
	float:left;
	margin-left:8px;
	margin-top:12px;
}
.listingProductImage{
	padding-top:15px;
	padding-bottom:10px;
}
.itemTitle a:link{
	font-size:12px; 
	font:arial;
	font-weight:normal;
}
.itemTitle a:visited{
	font-size:12px;
	font:arial;
	font-weight:normal;
	
}
.itemTitle a:hover{
	font-size:12px;
	font:arial;
	font-weight:normal;
	
}
.itemTitle {
	margin-bottom:-20px;
	width:140px;
}
.product_show .hot span{
	color:#F00;
	font-size:18px;

}


#newProductsDefault hr{
	border-color:#FFF;
	width:90%;
	}
#sorter label{
	float:left;
	width:70px;
}
#sorter form{
	float:left;
}
#sorter{
	padding-left:40px;
}
#newProductsDefaultListingTopNumber{
	width:270px;
}
#cartInstructionsDisplay{
	display:none;
}
#newProductsDefaultHeading,#advSearchDefaultHeading,#loginDefaultHeading,#cartDefaultHeading,#reviewsDefaultHeading,#shippingInfoHeading,#siteMapHeading,#privacyDefaultHeading,#conditionsHeading,#gvFaqDefaultHeading,#discountcouponInfoHeading,#unsubDefaultHeading{
	border-bottom:1px #9b9b9b dotted;
	color:#000;
	text-align:center;
}
#indexCategoriesHeading{
		border-bottom:1px #9b9b9b dotted;
	color:#000;
	padding-left:10px;
}
#advSearchResultsDefaultHeading{
		color:#000;
	border:none;
	padding-left:10px;
}
#reviewsDefaultNoReviews,#shippingInfoMainContent,#siteMapMainContent,#privacyDefaultMainContent,#conditionsMainContent,#contactUsDefault address,#gvFaqDefaultMainContent,#gvFaqDefaultContent,#discountcouponInfoMainContent{
	padding-left:10px;
}

#productName{
	color:#000; 
	font-size:16px; 
	font-weight:500; 
	border-bottom:1px #9b9b9b dotted;
	padding-bottom:3px; 
/*	margin-bottom:10px;*/
	padding-left:10px;
	padding-top:10px;
}
#productName2{
	color:#000; 
	font-size:14px; 
	font-weight:500; 
	padding-bottom:3px; 
/*	margin-bottom:10px;*/
/*	padding-left:10px;*/
}
#productPrices{
	color:#000; 
	font-size:14px; 
	font-weight:500; 
	margin: 0 0 6px 0;
	display: block;
	float:left;
	width:80px;
}
.navNextPrevWrapper{
	float:left;
}
.imgLink{
	display:none;
}
#whatsNew .centerBoxHeading{
	display: none;
}
.centerBoxContentsNew{
	border:1px #94aaba solid; 
	height:180px;
	padding:5px 0 5px 0px;
	background:#dbeaf4; 
	float:left;
	margin-left:10px;
}
.detail-link{
	display:none;
}
.centerBoxContentsFeatured .product-box-name{
	display:none;
}
.centerBoxContentsFeatured .central-boxes-price{
	display:none;
}
.content2 .centerBoxHeading{
	display:none;
}
.centerBoxContentsFeatured .columnar-product-img{
	width:105px;
	height:105px;
	background-color:#FFF;
}
.centerBoxContentsFeatured{
	background-color:#BAD1DF;
	margin-left:5px;
}
.submit_4{
	background:url(../images/ico_search.gif) no-repeat 10px 0px;
	width:30px;
	height:30px;
	border:none;
	float:right;
}
*+html .submit_4{
	background:url(../images/ico_search.gif) no-repeat 10px 0px;
	width:30px;
	height:30px;
	border:none;
	float:right;

}
.link_co a:link{
	color:#FFF;
	text-decoration:none;
}
.link_co a:visited{
	color:#FFF;
	text-decoration:none;
}
.link_co a:hover{
	color:#C1D4E3;
	text-decoration:none;
}
#shoppingCartDefault #whatsNew{
	display:none;
}
#shoppingCartDefault #featuredProducts{
	display:none;
}
#bog_list{
	list-style:none;
	list-style-position:outside;
}
#bog_list a:link{
	color:#000;
	text-decoration:none;
}
#bog_list a:visited{
	color:#000;
	text-decoration:none;
}
#bog_list a:hover{
	color:#0E6CA8;
	text-decoration:none;
}
.email a:link{
	color:#fff;
	text-decoration:none;
}
.email a:visited{
	color:#fff;
	text-decoration:none;
}
.email a:hover{
	color:#0E6CA8;
	text-decoration:none;
}
#wordpressDefault #header{
	color:#000;
	background:none;
	border-bottom:1px #9b9b9b dotted;
	padding-left:10px;

}
#post-193{
	padding-left:10px;
}
#respond{
	padding-left:10px;
}
#wordpressDefault input{
	margin-left:18px;

}
.widecolumn{
	padding-left:5px;
}
