/**
 * Template designed by 12leaves.com
 * 12leaves.com - Free ecommerce templates and design services
 *
 * 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: #000000;
	background: #f3f5f6 url("../images/bg.jpg") repeat center top;
	line-height: 17px;
	}

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;
}
.columnLeft a, .columnRight a {
	text-decoration: none;
}
.columnLeft a:hover, .columnRight a:hover {
	text-decoration: underline;
}
h1 {
	font: bold 23px Arial;
	color: #4c6c74;
	border-bottom: 1px dashed #d5d5d5;
	padding: 0 0 2px 0;
	margin: 0 0 10px 0 !important;
	}

h2 {
	font: bold 18px tahoma;
	padding: 10px 0 10px 0 !important;
	display: block;
	}

h3 {
	font-size: 1.2em;
	padding-bottom: 10px;
	}

h3.itemTitle{
	font-size:12px;
	height:50px;
}

h3.itemTitle a{
	text-decoration:none;
	font-weight:normal;
	color:#2b2b2b;
}

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;
	}

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 #d6d6d6;
	background:#f2f2f2;
	}

LEGEND {
	font: bold 13px arial;
	padding: 4px 7px;
	color: #305159;
	background: #e8e8e8;
	border:1px solid #ccc;
	}

LABEL {
/*	line-height: 1.5em;*/
	padding: 0.2em;
	line-height: 23px;
	}
h4.optionName {
	padding: 0;
	margin: 0;
	font: bold 12px verdana;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo{
	float:left;
	margin:0;
}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
.categoryListBoxContents a {
	text-decoration: none;
}

LABEL.inputLabel {
	width: 11em;
	float: left;
	text-align:right;
	}

LABEL.inputLabelPayment {
	width: 7em;
	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;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin: 5px 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: 0.3em;
	margin: 0 10px;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #cf0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #e0f8b6;
	color: #000000;
	border: 1px solid #d0e46e;
	}

.messageStackCaution {
	background-color: #ffe3a8;
	color: #000000;
	}

#contentMainWrapper {
	clear:both;
}
/*wrappers - page or section containers*/
#mainWrapper {
	background: #ffffff none repeat scroll 0 0;
    border-radius: 6px 6px 0 0;
    margin: 0 auto;
    padding: 15px 15px 0;
    text-align: left;
    vertical-align: top;
    width: 1000px;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
	
#headerWrapper{
	background: #333 url("../images/list.jpg") repeat scroll 0 0;
    height: 80px;
}

#header_top1{
	background:#333 url("../images/list.jpg") repeat scroll 0 0;
	width:1030px;
	height:80px;
	margin:0 auto;
}

#in_top{
	float:right;
	margin:25px 0 0 0;
}

.curr{
	float:right;
	margin:3px 10px 0 30px;
}

.label{
	color: #ccc;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
}

.select{
	background: rgba(0, 0, 0, 0) url("../images/currencies.jpg") no-repeat scroll 0 0;
    color: #666;
    float: left;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    position: relative;
    text-align: left;
    text-indent: 5px;
    width: 150px;
}

.select span {
    cursor: pointer;
    display: block;
}

.select li {
    color: #cccccc;
    line-height: 25px;
    list-style: outside none none;
}

#sub_list ul li a {
    color: #333;
    display: block;
    font-size: 12px;
    padding: 2px 0 2px 5px;
    text-decoration: none;
}

.select .hidden {
    display: none;
}

.select * {
    margin: 0;
    padding: 0;
}

#sub_list{
	background: #fff none repeat scroll 0 0;
    left: 0;
    margin: 0;
    padding: 0 0 2px;
    position: absolute;
    top: 25px;
    width: 150px;
    z-index: 9999;
}

#sub_list ul {
    display: block;
    padding: 0;
}

.topper-menu li {
	font: 12px verdana;
	float: left;	
	margin: 9px 2px 0 14px;
}

#logoWrapper{
	margin: 0 auto;
    overflow: hidden;
    padding: 13px 0;
    width: 1010px;
	}
#logo {
	padding: 0.6em 0 0 0;
}

#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: auto;
	} 

#tagline {
/*	margin: 0.7em 0 0 1em;
	padding: 0 0 0.4em 1em;*/
	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 {
	background: #343434;
    color: #fff;
    display: inline-block;
    padding: 3px 8px;
}

.navSplitPagesLinks, .navSplitPagesResult {
	padding: 5px 0 2px 0;
}

.navSplitPagesLinks a {
	margin: 0px;
	background: #e9e9e9;
    color: #3e3e3e;
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 8px;
    text-decoration: none;
}

.navNextPrevCounter {
	margin: 0em;
	font-size: 1em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0 5px;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
/*	background-color: #abbbd3;*/
	padding: 0.5em 0.2em;
	font-weight: bold;
/*	color: #ffffff;*/
	height: 1%;
	}
#navSuppWrapper {
	border-top: 1px solid #cecece;	
	margin: 25px 0 0 0;
	padding: 8px 0 12px 0;
}
#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 12px verdana;
	float: left;
	margin: 0 2px 0 2px;
}

#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: 12px verdana !important;
	line-height: 16px !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.5em;
	}

#navMainSearch {
    background: #f1f1f1 url("../images/search-bg.jpg") no-repeat scroll 0 0;
    float: right;
    height: 30px;
    margin: 0;
    width: 230px;
}

.search_1 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #666;
    float: left;
    font-family: arial;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 0 6px;
    width: 190px;
}

.search_2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    width: 30px;
}

#navBreadCrumb {	
	color: #333;
    font: 12px/15px Arial;
    padding: 0 0 10px 10px;
    text-align: left;
	}
#navBreadCrumb a {
	color: #999999;
	text-decoration:none;
}

#navBreadCrumb a:hover {
	color:#333;
}

h1#productListHeading{
	border:none;
	background:#333;
	font: bold 14px/24px Arial;
	padding:10px 0;
	color:#ffffff;
	text-align:center;
	margin:0 !important;
}

#top_nav {
	background: #333;
	font: bold 13px Tahoma;
	margin: 0em;
	height: 50px;
	border-radius:3px;
	}
#tab_nav a {
	color: #ffffff;
	text-decoration: none;
}

#tab_nav li {
	float: left;
	border-left: 1px solid #666;
    border-right: 1px solid #222;
	padding: 0 0 0 5px;
}
#tab_nav li a {
	color: #ccc;
    display: block;
    font: 14px/40px Arial;
    padding: 5px 15px;
}

#tab_nav li:hover {
	background:#000;
	color:#fff;
}
#tab_nav li:hover a {
	background:#000;
	color:#fff;
}

#tab_nav .tab_active{
	background:#000;
	color:#fff;
}
#tab_nav .tab_active a {
	background:#000;
	color:#fff;
}
#tab_nav li.home-link {
	border-radius: 3px 0 0 3px;
	padding: 0;
}
#tab_nav li.home-link a {
	display: block;
	padding-left: 22px;
}
#tab_nav li.home-link:hover a {
	background:#000;
	color:#fff;
}


#login_logout_section, #login_logout_section a {
	font: normal 12px arial;
	color: #666;
	padding: 10px 7px;
	text-decoration:none;
}

#login_logout_section a:hover {
	text-decoration: none;
}

.five-left {
    background: url("../images/5star.gif") no-repeat scroll 0 10px;
    float: left;
    font: bold 12px/20px Arial;
    padding: 10px 0 0 70px;
    text-transform: uppercase;
}

.top-nav-right {
	background: url("../images/top_nav_right_bg.gif") no-repeat right top;
	height: 36px;
	width: 6px;
	float: right;
}
.top-nav-left {
	background: url("../images/top_nav_left_bg.gif") no-repeat left top;
	height: 36px;
	width: 6px;
	float: left;
}
.tools-nav-right {
	background: url("../images/tools_nav_right_bg.gif") no-repeat right bottom;
	height: 31px;
	width: 6px;
	float: right;
}
.tools-nav-left {
	background: url("../images/tools_nav_left_bg.gif") no-repeat left bottom;
	height: 31px;
	width: 6px;
	float: left;
}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}
/* Tools section styles */
#tools_wrapper {
	height: 31px;
	background: #edf9fd url("../images/tools_nav_bg.gif") repeat-X left bottom;
	margin: 0 0 !important; 
	padding-top: 1px;
}
.line-header {
	font: 1px arial;
	margin: 0 4px;
}
.search-header-input {
	background: url("../images/search_header_bg.gif") no-repeat left top;
	height: 21px;
	padding: 1px 0 0 3px;
	float: left;
}

.search-header {
	margin: 3px 0;
}
.search-header input {
	font: 12px arial;
	border: 0px;
	margin: 0px;
	color: #696969;
	background: none;
	width: 160px;
	margin: 0 8px 0 0;
}
.search-header form {
	float: left;
}
.search-header input:focus {
	background: none;
}

.advanced_search {
	padding: 0 6px 2px 0;
	margin: 5px 0 0 14px;
}
.advanced_search a {
	font: 12px Arial;
	text-decoration: none;
	color: #336b7d;
	padding: 0 7px 0 0;
	background: url("../images/arrow_small.gif") no-repeat right center;
}
.advanced_search a:hover {
	text-decoration: underline;
}
.cart-header {
	padding: 1px;
	margin: 2px auto 3px auto !important;
}
.cart-header span {
	font-weight: bold;
}
.cart-header a:link, .cart-header a:visited {
	color: #0075E2; 
}
.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;
}
.td-search-header {
	width: 313px;
}
.td-languages {
	text-align: right;
	padding: 0 4px 0 0;
}
.languages-wrapper select, .languages-wrapper {
	font: 12px 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 */


.why1, .why2, .why3 {
    background: url("../images/whyus01.jpg") no-repeat scroll left top;
    border-bottom: 1px dotted #d4d4d4;
    margin: 12px 10px 10px;
    overflow: hidden;
    padding: 0 0 10px 40px;
}

.why2 {
    background: url("../images/whyus02.jpg") no-repeat scroll left top;
}

.why3 {
    background: url("../images/whyus03.jpg") no-repeat scroll left top;
	border-bottom: medium none;
}

#blanksideboxContent p {
    margin: 0;
    padding: 0;
}

#blanksideboxContent .why1a {
    color: #333;
    font: bold 12px/16px Arial;
    padding: 2px 0 6px;
}

#blanksideboxContent .why1b {
    color: #999;
    font: 12px/18px Arial;
}


/*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: 5px 10px;
	margin: 0;
	border: 1px #e5e5e5 solid;
	border-top:none;
	border-bottom:none;
	background: #fcfcea;
}

.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.8em;
	}
.centerColumn {
	padding: 0 0 0 0.4em;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 1em;
	}
#siteinfoIP {
	float: left;
}
.centerBoxContentsSpecials a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsNew a, .specialsListBoxContents a {
	color: #0075E2;	
}

/*Shopping Cart Display*/
#cartAdd {
	border: 1px solid #e5e5e5;
	background: #fcfcfc;
	padding:10px;
	}

.tableHeading TH {
	border-bottom: 1px solid #aaaaaa;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	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;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	color: #000;
	}
	
.normalprice{
	font-size:13px;
}

.productSpecialPrice{
	font-weight:bold;
}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #a30101;
	font-size:18px;
	}

#productPrices, #reviewsInfoDefaultPrice {
	font: bold 16px arial;
	color: #a30101;
	margin: 0 0 6px 0;
	display: block;
}
.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;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0px 15px 15px 10px ;
	}
#productMainImage{
	margin-left:0px;
	border:1px solid #e8e8e8;
}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {
	margin: 10px 0;
	color: #83785c;
}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	height: 1%;
	}

h2.centerBoxHeading {
	font: bold 19px Arial;
	color: #ffffff;
	background:#333;
	padding: 0 0 2px 0;
	margin: 24px 0 15px 0 !important;
}
.centerBoxWrapper h2 {
	margin: 0 0 15px 0 !important;
	text-indent:15px;
}

/*sideboxes*/
.columnLeft {
	padding: 0 10px 0 0;
}
.columnRight {
	padding: 0 0 0 18px;
}

h3.leftBoxHeading, h3.rightBoxHeading {
	color: #ffffff;
	font: bold 15px/24px Arial;
    padding: 10px 0;
	text-indent:15px;
	}

h3.leftBoxHeading a:link, h3.rightBoxHeading a:link, h3.leftBoxHeading a:visited, h3.rightBoxHeading a:visited {
	font: normal 12px verdana, arial;
	color: #0078e8;
	text-decoration: underline;
	}


h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #0078e8;
	text-decoration: none;
	}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font: bold 1.1em arial;
}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #333333;
	}
.leftBoxHeading label, .rightBoxHeading label {
	line-height: 15px;
}
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin: 0 0 4px 0;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.7em 0.3em;
	}
.sideBoxContent a, .sideBoxContent div, .rightBoxContainer div, .leftBoxContainer div {
	font: normal 12px arial, verdana;
	color: #454545;
	line-height: 17px;
}
.sidebox-products {
	display: block;
	color: #0075E2 !important;
	padding: 2px;
}
#shoppingcartContent {
	background: #f4fcfd !important;
}
.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, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
.additionalImages a {
	text-decoration: none;
}

#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 {
	font: bold 13px arial;
	text-decoration: none;
	padding: 0 0 0 5px;
	background: url("../images/arrow.gif") no-repeat 0 4px;
	}
A.category-links, A.category-links:visited {
	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: 8px 0 8px 8px;
	border-bottom:1px dotted #d4d4d4;
}
.subcategory a {
	line-height: 12px !important;
}

A.category-subs, A.category-products {
	color: #666;
	text-decoration: none;
	}
A.category-subs:hover, A.category-products:hover {
	color:#F00;
	text-decoration:underline;
}

SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	color:#F00;
	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: #dadada;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #cfd8e6;
	height: 2em;
	}

.tabTable {
	margin: 6px 0 4px 0;
}
.tabTable td {
	padding: 12px 8px;
	text-align: left;
}

.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;
	}
#bannerOne, #bannerTwo, #bannerThree {
	margin: 0;
	padding: 0 0 9px 0;
}

#bannerTwo{
	margin-top:10px;
}

.sideBoxContentItem {
	padding-bottom: 10px;
}
.sideBoxContentItem a {
	text-decoration: none !important;
}
#productMainImage a {
	text-decoration: none;
}
.bottom-link:link, .bottom-link:visited, .bottom-link:active  {
	text-decoration: none;
}
.bottom-link:hover {
	text-decoration: underline;
}
.left-side-info {
    vertical-align: top;
    width: 180px;
}

.centerBoxContentsProducts,.centerBoxContentsSpecials,.centerBoxContentsFeatured{border:1px solid #d5d5d5; box-shadow: 0 0 2px 0 #d5d5d5; margin:10px; border-radius:5px; padding:5px 0;}

.navNextPrevWrapper{
	background:#f5f5f5;
	border:1px solid #e8e8e8;
	margin-bottom:10px;
}

h1#productName{
	font-size:18px;
}

#right-detals{
	background:#fcfcfc;
	border:1px solid #e5e5e5;
	padding:10px;
}

ul#productDetailsList{
	list-style:none;
	line-height:22px;
	margin:0;
	padding:0;
	color:#000;
}

.product-info-label{
	display:inline-block;
	width:100px;
}


input#min,input#add{
	line-height:22px;
	font-size:15px;
	background:#eee;
	border:1px solid #999;
	margin:0;
	padding:0;
	text-align:center;
	width:25px;
	cursor:pointer;
}

input#text_box{
	line-height:22px;
	font-size:15px;
	color:#F00;
	text-align:center;
	font-weight:bold;
	border: 1px solid #999;
	border-left:0;
	border-right:0;
	margin:0;
	padding:0;
}

#tags {width: 100%; HEIGHT: 36px; line-height:37px; list-style:none; margin:0; padding:0;}   
#tags li {FLOAT: left; MARGIN-RIGHT: 5px;}   
#reviewsWrite{ margin-top:20px;font-family: Verdana;}   
#tags li a {padding:9px 40px;text-decoration:none; text-transform:uppercase; background:#CAB774; font-weight:bold;border-radius: 5px 5px 0 0;}   
#tags li a:hover{ background:#eee;}   
#tags li.emptyTag {background: none transparent scroll repeat 0% 0%; width: 4px}   
#tags li.selectTag a {background:#eee;border-bottom: none;}   
#tags li.selectTag{background: #eee;border-radius: 5px 5px 0 0;}   
.tagContent {display: none; COLOR: #474747; PADDING: 10px; text-align:left; min-height: 250px; border-radius:0 5px 5px 5px;font-family: Verdana, Arial; border:1px solid #eee;}   
#tagContent div.selectTag {DISPLAY: block; text-align:left;} 

p#main_img_tit{
	margin:0;
	padding:0;
	padding-left:5px;
	border-top:1px dashed #666;
	font-weight:bold;
	text-align:left;
}
a.c_p_a{
	border:1px solid #c2c2c2;
	display:inline-block;
	margin:0 0 3px 3px;
}
a.c_p_a:hover{
	border:1px solid #c9740c;
}

#informationContent li{
	line-height:35px;
	border-bottom:1px dotted #d4d4d4;
}

.right-side-info{vertical-align:top;}

#otbettertogether{color:#F00;}

#ship_address{line-height:40px;}
#ship_address input{width: 260px;}
#ship_address input, #ship_address select, select.cart_quantity{
	border: 1px solid #bbbbbb;
    border-radius: 3px;
    height: 28px;
}
select.cart_quantity{
	height:30px;
	width:80px;
}

#tagContent2,#tagContent3{line-height:25px; letter-spacing:1px;}

#checkoutSuccessLogoff span{color:#000;}

#newsscrollbox p{
	margin:5px;
	padding:3px;
	border-bottom:1px dashed #ccc;
}
.starBorder {
    background: rgba(0, 0, 0, 0) url("../images/rating.gif") repeat-x scroll 0 0;
    height: 13px;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 10px;
    width: 70px;
}
.star {
    background: rgba(0, 0, 0, 0) url("../images/rating.gif") repeat-x scroll left -200px;
    height: 13px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 13px;
}

.wenzi b {
    font-size: 15px;
}

.tbl_sold th{
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #ccc;
}

.tbl_sold td{
	border-bottom:1px dashed #ccc;
}

#p2{
	margin:20px 10px 10px 0;

}

#p2 a{
	margin: 0 3px;
	background:#ccc;
	font-family:Arial, Helvetica, sans-serif;
}