/**
 * 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 {
background: #ffffff url("../images/body.jpg") repeat-y scroll center top;
    color: #000000;
    font-family: Arial,FreeSans,sans-serif;
    font-size: 70%;
    margin: 0;
	}


#body_c{
 background-image: url("../images/dropshadow_middle.jpg");
    background-position: center top;
    background-repeat: repeat-y;
    margin: 0 auto;
    text-align: center;
    width: 960px;
}
li{
	list-style:none;
}

ul{
margin:0;
padding:0;}
a img {border: none; }
a:link, #navEZPagesTOC ul li a {
	color: #333745;
	text-decoration: none;
	}
 
a:visited {
	color: #333745;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover{
	    color: #FF4503;
	}

a:active {
	color: #333745;
	}

h1 {
    color: #000;
    font-size: 24px;
    font-weight: lighter;
    text-align: left !important;
	   margin: 0 0 0.438em !important;
    padding: 0.409em 0 0.182em 0;
	}

h2 {
	font-size: 13px;
	font-weight:normal;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
    color: #333;
    font-size: 12px;
    font-weight: 400;
	}

.biggerText {
	}

h1, h2, h3, h4, h5, h6 {
	margin: 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-size: 1em;
	}

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


TEXTAREA {
	margin: auto;
	display: block;
	width: 99%;
			-moz-box-shadow:3px 5px 5px #ccc inset;               /* For Firefox3.6+ */
	-webkit-box-shadow:3px 5px 5px #ccc inset;            /* For Chrome5+, Safari5+ */
	box-shadow:3px 3px 3px #ccc inset;                    /* For Latest Opera */
	}

input:focus, select:focus, textarea:focus {
	}

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

LEGEND {
    color: #000;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 7px;
}

LABEL, h4.optionName {
 line-height: 22px;
    padding: 0;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}
#new_customer{
margin-top:25px !important;}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
#primary{
    width: 10px !important;
	height:20px !important;
	line-height:20px !important;
}
LABEL.inputLabel {
  float: left;
    width: 9em;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #e4e4e4;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    height: 1px;
    margin: 5px 0;
	}

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

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
  background-color: #333;
    color: #fff;
    position: fixed;
    right: 0;
    top: 0;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
    margin: 0 auto;
    padding: 0;
 text-align: left;
    vertical-align: top;
    width: 960px;
	background-color: #eaeaea;
	}
#logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navMainWrapper{
float:left;
}
#navMainWrapper ul li {
	float:left;
}
#navMainWrapper ul li a,.freeshipping{
    color: #222222;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
		min-width: 60px;
		display:block;
    padding: 0 7px;
	line-height:40px;
	 border-right: 1px solid #ddd;
}
#navMainWrapper ul li a:hover{
	background:#fff;
}

#logo{
    float: left;
    height: 60px;
    margin-top: 13px;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}



#navCatTabsWrapper{
	position:absolute;
	left:0;
	width:100%;
	top:65px;
	height:40px;
}
#navCatTabsWrapper ul li{
  background: rgba(0, 0, 0, 0) url("../images/nav-line.png") no-repeat scroll right center;
    float: left;
}
#navCatTabsWrapper ul li a{
   color: #292929;
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
    text-transform: uppercase;
	font-weight:bold;
	line-height: 27px;
}
#navCatTabsWrapper a:hover{
    color: #fff;
    display: inline-block;
background: #e4001a;
}

#navColumnOneWrapper, #navColumnTwoWrapper{
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

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

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 46%;
	}
#accountLinksWrapper h2{color:#bf0000;}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult { line-height: 24px;}
.navSplitPagesLinks {
	    background: transparent url("../images/pagination_background.jpg") no-repeat scroll right 0;
    float: right;
    height: 19px;
    margin: 0 15px 1px 0;
    padding-top: 3px;
    text-align: right;
    width: 755px;
}
.navSplitPagesLinks a{
    color: #505050;
    font: 11px/12px Verdana,Geneva,sans-serif;
}
.navSplitPagesLinks strong{
color: #505050;
font: 11px/12px Verdana,Geneva,sans-serif;
}
.numlistall {
    color: #505050;
    font: 700 11px Verdana,Geneva,sans-serif;
    height: 0;
}
.sort_top {
   bottom: 0;
    left: 0;
    padding-top: 0;
    position: absolute;
}
.sort_top label {
    color: #5f5e5e;
    font: bold 12px/13px Helvetica,Arial,sans-serif;
}
.disp-order-sorter {
    font-size: 11px;
}
.perPage{
    margin-right: 13px;
    position: absolute;
    right: 0;
}

.product_list_centent {
    background-image: url("../images/rnd_prodbox_mid.gif");
    background-repeat: repeat-y;
    margin-left: 0;
	 margin-bottom: 0;
}
#productsListingTopc {
    background-image: none;
    border: 0 none;
    clear: both;
    font-size: 13.3px;
    height: 45px;
    margin-bottom: 5px;
    margin-left: 0;
    position: relative;
    width: 757px;
}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navSuppWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#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: 10px;
	}

#navBreadCrumb {
 background-position: center bottom;
    background-repeat: no-repeat;
    padding: 10px;
	 color: #ff0000;
    font-size: 12px;
    font-weight: bold;
	}
#navBreadCrumb a {
    color: #666666;
    text-transform: inherit;
}

#navEZPagesTop {

	}

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

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

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	 line-height: 27px;
    margin-right: 5px;
	}
.p_d{color:#ff0000;   margin-left: 5px;}
.alert i{line-height: 27px;}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	}

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

/*Shopping Cart Display*/
#cartAdd {
   border-top: 1px solid #dadee6;
    font-size: 12px;
    line-height: 50px;
    margin: 5px 20px 10px;
	 padding-top: 10px;
	}

.Quantityhoho {
    color: #fff;
    float: left;
}

.services {
    padding-left: 15px;
    padding-top: 6px;
}
.services li {
    font-size: 10px;
}
.services li {
    width: 95%;
}
.attribsSelect{
	display:none;
}
.attribsInput{
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    text-align: left;
    width: 55px;
	margin-left:5px;
}
#centerColumn{
	background:#fff;
	min-height:895px;
}
input.productpageselect {
    border: 1px solid #999999;
    margin-left: 5px;
}
#product-cart-bottom {
    background-image: url("../images/product.png") !important;
}
#product-cart-bottom {
    background: transparent none no-repeat scroll 0 -110px;
    height: 8px;
}
.product-car {
    background: #003c6c none repeat scroll 0 0;
    text-align: center;
}

#product-cart-top {
    background-image: url("../images/product.png") !important;
	  background: transparent none no-repeat scroll 0 -102px;
    height: 8px;
}
.tableHeading TH {
   border-bottom: 2px solid #94aec6;
    border-right: 1px solid #c2d3e0;
	}

.pro_review{
line-height:17px !important;
color:red;}
.tableHeading, #cartSubTotal {
	 }
.centeredContent{
	background:#fff;
}
#cartSubTotal {
   border-top: 2px solid #ddd;
    color: #e4001a;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.2em;
    padding-right: 0.5em;
    text-align: right;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity,.cartTotalsDisplay {
  padding: 0.5em 0;
	}
#cartInstructionsDisplay{
	padding:0;
}
.cartTotalsDisplay{
color:#333;}
.cartUnitDisplay, .cartTotalDisplay {
 padding-right: 0;
    text-align: center;
	}

#scUpdateQuantity {
	width: 2em;
	}
#cartEmptyText {
    margin: 50px 0;
    text-align: center;
}
#cartEmptyText h2 {
    color: hsl(0, 0%, 25%);
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-align: center;
    text-transform: capitalize;
}
.cartQuantity {
	}
.cartQuantity input{

}
.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

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

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

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}
.centerBoxContentsProducts .normalprice {
    color: #000;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}
.productSpecialPrice{
  color: #e80505;
    font-weight: bold;
    margin-left: 8px;
    padding: 2px 5px;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}
.productPriceDiscount{
display:none;}
.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

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

.centerBoxWrapper {
/*	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;*/
	}

h2.centerBoxHeading {
    background: #efefef none repeat scroll 0 0;
    color: #333;
    height: 35px !important;
    line-height: 35px;
        margin: 10px 0;
    text-indent: 0.5em;
    text-shadow: 0 1px 0 #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bolder;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
color: #000;
    font-size: 16px;
	}
#dynamicfilter{   background: #fff none repeat scroll 0 0;
    margin-left: 10px;
    width: 172px !important;
	padding:0 !important;
	margin-top:10px;
}
#dynamicfilterHeading{
   background: transparent url("../images/left_top_bg.jpg") repeat-y scroll 0 0;
    color: #ffffff;
    float: left;
    font: bold 11px/12px Helvetica,Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 3px 0 5px;
    text-align: center;
    text-transform: uppercase;
    width: 172px;
	text-align:center !important;
	}
.modulesleft {
    background-image: url("../images/left_nav_arrow.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 13px;
    margin-left: 0;
    width: 172px;
}
.fil{
	background-color: #fff;
    border-bottom: 1px solid #979696;
    float: left;
    margin: 0;
    padding: 0 0 16px 11px;
    width: 161px;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}
#color_choose table tr td{
padding: 5px;}
.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	text-align:left !important;
	margin:0;
	    font-weight: bolder;
	  /*  height: 34px;*/
    line-height: 28px;
	    text-align: left;
    text-transform: capitalize;
	}

.leftBoxContainer, .rightBoxContainer {
   border-bottom: 1px solid #e5e5e5;
    height: 1%;
    padding: 12px 0;
	}
#categoriesContent{
    background: #f7f5f3 none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    margin: 0;
    padding: 3px 8px 10px;}
.sideBoxContent {
	}
.sideBoxContentItem{
	margin:10px 0;
	text-align: left;
}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

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

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

#bestsellers .wrapper {
	margin: 0;
	}
.bests_wra{
    width: 200px;
    height: 55px;
	border:1px solid #ddd;
	padding:5px;
	margin-bottom:5px;
}
.bests_l{
	width:50px;
	float:left;
}
.bests_r{
	width:140px;
	float:right;
	text-align:left;
}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
    background: transparent url("../images/nav.gif") no-repeat scroll 5px 0;
    color: #000000;
    display: block;
    font-weight: normal;
    padding: 5px 0 5px 20px;
    text-decoration: none;
	}
A.category-links, A.category-links:visited {
	font-weight:bold;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #333;
	text-decoration: none;
	display:block;
	line-height:25px;
	text-indent:8px;
	}
A.category-top:hover,A.category-products:hover{
background:#fff;
color:#208bc5;
}
SPAN.category-subs-parent {
	color:#208bc5;
	}
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: #f0f0f0;
    height: 1.4em;
    vertical-align: top;
	}
#cartContentsDisplay td input{

}
.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}
.visibleFields{
	display:none;
}
.shipping_total,.address_pay,.order_comment,.no_account_info{
margin-top:20px;}
.no_account_info{
border:1px solid #ccc;}
.order_comment{
padding:10px;
border:1px solid #ccc;
}
.shipping_div,.address_div,#withOutAccount{
float:left;
padding:10px;
border:1px solid #ccc;
min-height: 150px;
width:47%;}
.address_div .buttonRow{
float:right;}
.total_div,.pay_div{
float:right;
padding:10px;
border:1px solid #ccc;
min-height: 150px;
width:47%;
}
#shippingSelect legend,#checkoutPaymentHeadingTotal,#paymentSelect legend,.order_comment legend,#withOutAccount legend{

}
#shippingSelect input,#paymentSelect input,.ratingRow input{
  border: medium none;
    height: auto;
    margin: 10px 10px 0 0;
    width: auto;
}
CAPTION {
	/*display: none;*/
	}
#myAccountGen li, #myAccountNotify li {
	margin: 0;
	line-height:20px;
	} 
#myAccountGen{
margin:5px;}

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

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

TR.tableHeading {
	  background: #dee7ef none repeat scroll 0 0;
    height: 2em;
	}

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

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#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;
	}
.listimg{
	 min-height: 220px;
}
.pname, .itemTitle{
	text-align:left !important;
	font-size:12px;
    height: 30px;
    line-height: 16px;
    margin: 0 6px;
    overflow: hidden;
	 padding: 5px;
}
.pname a, .itemTitle a{color:#333;
}
.pprice{
  margin: 5px 0 5px 10px;
  float: left;
}
.pprice .productSpecialPrice{
	padding:0 !important;
	line-height:20px;
}
.pbtn{
text-align:center !important;
}
.pbtn a span{
 background: none repeat scroll 0 0 #208bc5;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 5px 0;
    padding: 7px 17px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.pbtn a span:hover{
background:#ea2e49;
	 transition: all 0.7s ease-in-out 0s;
text-decoration:none;
}
.listreviews{
  float: left;
  width: 100%;
   font-size: 12px;
  text-align: left;
  margin-left: 8px;}
.listreviews img{
float:left;}

#toTop {
    background-image: url("../images/totop.png");
    height: 60px;
    position: fixed;
    right: 20px;
    width: 60px;
}
#toTop {
    background-position: 0 bottom;
    bottom: 0px;
}
#toTop:hover {
    background-position: right bottom;
}
#productAdditionalImages{
}

#productName {
  color: #213e6a;
    font-size: 20px;
    line-height: 1.1em;
    margin: 0;
    padding: 0 0 0 15px;
    text-align: left;
    width: 90%;
}
#productGeneral{
	background:#fff;
	padding:10px;
}
.pG_left{
	float:left;
}
#may-we-also-suggest {
    background-image: url("../images/also-suggest.gif");
    height: 10px;
    margin: 14px 0 10px 13px;
    text-indent: -99999px;
    width: 195px;
}
#similar_product{
	width:518px;
	float:left;
}
.mainimagesbuttom {
    text-align: center;
}
.pG_right{
	width: 418px;
	float:right;
}
.product_top_bg {
    background: transparent url("../images/product_column_two_back_cap_and_base.png") no-repeat scroll center top;
    height: 10px;
}
.product_bottom_bg {
    background: transparent url("../images/product_column_two_back_cap_and_base.png") no-repeat scroll center bottom;
    height: 10px;
}
.product_main_bg {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #eaeaea;
    border-color: -moz-use-text-color #01416f;
    border-image: none;
    border-style: none solid;
    border-width: medium 1px;
}
.rating-stars {
position: absolute;
    background-image: url(../images/stars_5.gif);
    background-repeat: no-repeat;
    background-position: 89px 3px;
    padding-right: 80px;
	color:#bf0000;
	font-weight:bold;
}
.orders_pro{
	color:#bf0000;
	font-weight:bold;
}
#size_chart{
	background:#fff;
}
#sizeHeading{
	display:none;
}
#size_chart table {
    border-left: 1px solid #2f2f2f;
    border-top: 1px solid #2f2f2f;
}
#size_chart table td {
    border-bottom: 1px solid #2f2f2f;
    border-right: 1px solid #2f2f2f;
}

#size_chart p {
    margin: 0;
}
.avail {
    clear: both;
    color: #ffffff;
    font-size: 9px;
    margin: 0 0 0 58px;
    padding: 3px 20px 0 0;
    text-align: left;
}
.prodAvailMsg {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
#oz-price-block {
   border-bottom: 1px solid #dadee6;
    font-size: 18px;
    margin: 4px 20px 3px;
    padding-left: 0;
    text-align: left;
    color: red;
}
#oz-price-block.normalprice{
    color: #888;
}
#attribsOptionsText {
    color: #e4001a;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}
.attribsSelect{
  line-height: 23px;
    padding: 0.2em;
	font-size:14px;
	font-weight:bold;}
#oz-price-block .productPriceDiscount {
display:none;
}
#oz-price-block .productSpecialPrice {
color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.colors{
color: hsl(0, 100%, 50%);
font-weight:700;
font-size:14px;
display:block;
border-top:1px solid hsl(0, 0%, 87%);
text-align:left;
padding:5px 0;
}
.productDetailsList{
	 margin: 0;
    padding-left: 15px;
    list-style: outside none none;
}
.productDetailsList ul li {
    font-size: 11px;
    margin: 0;
}
p#features-link {
    margin: 0;
    padding: 0 0 4px 15px;
}
p#features-link a {
    color: #003c6c;
    font-size: 11px;
    text-decoration: underline;
}
#productAttributes{
padding:0;}
#productDescription{
color: #082835;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
	}
#shoppingCartDefault .forward{
	margin:5px 10px 0 0;
}
#cartDefaultHeading,#cartDefaultHeading,#loginDefaultHeading,#new_customer,#sb_info,#productListHeading, #advSearchResultsDefaultHeading, #loginDefaultHeading, #checkoutShippingHeading, #checkoutPaymentHeading, #checkoutConfirmDefaultHeading {
   color: #cf0000;
    font-size: 15px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    margin: 0 !important;
    padding: 0 !important;
}
#shoppingCartDefault .forward a{
color:#bf0000;}
..cos-event {
    margin-top: 38px;
}
.cos-event h2 {
    border-bottom: 1px solid hsl(0, 0%, 87%);
    height: 10px;
    position: relative;
    text-align: center;
}
.cos-event h2 span {
   background: hsl(0, 100%, 100%) none repeat scroll 0 0;
    font-size: 26px;
    left: 260px;
    padding: 0 20px;
    position: absolute;
    top: -7px;
}
.centerBoxContentsNew,.centerBoxContentsProducts,.centerBoxContentsFeatured,.centerBoxContentsSpecials{
margin:10px 1px;
	}

.pager {
    border-bottom: 1px dotted hsl(0, 0%, 0%);
    font-size: 11px;
    margin-bottom: 15px;
    padding: 4px 8px;
    text-align: center;
}
.account_info{
width:975px;
}
.account_info_left{
float:left;
width:49%;
}
.account_info_right{
float:right;
width:49%;}
#createAcctSuccessMainContent{
line-height:25px;}
.product_rz {
    overflow: hidden;
    padding: 10px 1%;
    text-align: left;
}
.product_rz span {
    float: left;
    height: 110px;
    text-align: left;
    width: 50%;
}
.product_rz span a {
    float: left;
}
.product_rz span embed {
    float: left;
}
.product_rz span img {
    float: left;
    vertical-align: middle;
}
.product_rz span p {
    color: #000;
    float: left;
    line-height: 20px;
    padding: 0 10px;
    width: 200px;
}
.ccinfo input{
/*line-height: 20px !important;
border: 1px solid #ccc !important;
  height: auto;
  margin: 3px 10px 0 0 !important;
  width: auto;*/
}
.ccinfo SELECT {
  /*border: 2px solid #CCC;
  font-size: 16px;
  height: 25px;
  line-height: 20px;
  width: 100px;
  margin: 3px 0px 0 0 !important;*/
}
.continue_shop {
    float: right;
    margin-bottom: 25px;
    text-align: right;
    width: 100%;
}
.continue_shop .back_shop {
    color: #bf0000;
    display: block;
    float: right;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    width: 100%;
}
.button_continue_shopping {
    float: right;
    width: 220px !important;
}
.fec-field #company, .fec-field #firstname, .fec-field #lastname, .fec-field #street-address, .fec-field #suburb, .fec-field #city, .fec-field #state, .fec-field #postcode, .fec-field #telephone, .fec-field #fax, .fec-field #dob,.fec-field #email-address, .fec-field #password-new, .fec-field #password-confirm{
   border: 1px solid #898989;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    padding: 5px;
    width: 98%;
}
.fec-field {
    margin-bottom: 14px;
    overflow: hidden;
}
.fec-field .inputLabel {
    color: #000;
    display: block;
    float: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 11px;
    margin: 0 0 9px;
    padding: 0;
    width: auto;
}
.fec-fieldset-legend {
    background: #252525 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin: 0 -24px 17px;
    padding: 13px 23px 15px;
    position: relative;
    text-transform: uppercase;
}
span.catehot {
    background: transparent url("../images/hot.gif") no-repeat scroll left bottom;
    padding-left: 30px !important;
}
#productListHeading span.catehot, #navBreadCrumb span.catehot, #navCatTabsWrapper span.catehot{
display:none;}

#productListHeading,#indexCategoriesHeading {
display:none;
	}
.topmenu {
 font-family: "Swiss721BoldCondensedBT",Arial,Helvetica,sans-serif;
    left: 0;
    padding-bottom: 5px;
    position: absolute;
    text-transform: uppercase;
    top: 50px;
}
.topmenu li {
    background: rgba(0, 0, 0, 0) url("../images/nav-line.png") no-repeat scroll right center;
    float: left;
    font-size: 14px;
    font-weight: bold;
}
.topmenu li:hover {
    background: #e4001a url("../images/nav-line.png") no-repeat scroll right center;
}
.topmenu a {
    color: #292929;
    display: inline-block;
    padding: 10px 15px;
}
.topmenu a:hover {
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
}
#contactUsDefault .buttonRow,#checkoutSuccessLogoff .buttonRow{
margin-top:25px;}
.curren,.topnav{
float:right;}
.curren{
margin:5px 5px 0 0;}

#checkoutConfirmDefaultHeadingComments, #checkoutConfirmDefaultHeadingCart {
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
	font-weight:bold;
}
#checkoutShippingHeadingAddress, #checkoutShippingHeadingMethod, #checkoutPaymentHeadingAddress, #checkoutConfirmDefaultBillingAddress, #checkoutConfirmDefaultShippingAddress, #accountLinksWrapper h2 {
    border-bottom: 1px solid #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
	font-weight:bold;
}
.hiddenField {
    display: none;
}
.so_text{
	height: 20px;line-height: 20px;padding: 0;    width: 30%;float:left;
}
.so_one span,.so_thr span{
	width:46%;
	float:left;
}
.so_two,.so_thr,.so_one{
	float:left;
	width:100%;
	line-height:25px;
	height:25px;
}

.index_middle_title {
    background: transparent url("../images/icn-background.png") repeat-x scroll center center;
    font-size: 21px;
    line-height: 35px;
    margin: 0;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}
.index_middle_title span {
    background-color: #fff;
    padding: 0 20px;
}
.index_middle_title strong {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 3px 60px;
}
.product-hot {
    padding: 10px 15px;
    text-align: center;
    height: 370px;
}
.indexImg {
    /*width: 260px;*/
    height: 310px;
	    background-color: #FFFFFF;
    border-bottom: 1px solid #E4E3E3;
    margin: auto;
    vertical-align: middle;
}
.centerBoxContentsFeaturedlname{
	float: left;
    height: 36px;
    overflow: hidden;
    width: 100%;
    color: #3B3B3B;
	    margin: 0.3em 0;
    font: 12px/1.5 Arial,Helvetica,sans-serif;
}
.itemprice {
    font-size: 14px;
    margin: 5px 0;
}

#ticker {
    height: 280px;
    overflow: auto;
	width:760px;
}
.gyxproductsallreviews dl {
    line-height: 25px;
}
.gyxproductsallreviews dt {
    font-weight: bold;
}
.gyxproductsallreviews dd {
    margin: 0;
    padding: 0;
}
.gyxproductsallreviews dd.rating {
}
span.lyfreviewstar {
    font-size: 0;
    text-indent: -9999px;
}
.gyxproductsallreviews dd.sxjddreviewcontent {
    border-bottom: 1px dashed #333;
    padding-bottom: 6px;
}
.gyxproductsallreviews dd.sxjddreviewcontentlast {
}


/**************head****************/
#headerWrapper{
	    background-image: url(../images/header.png);
    background-repeat: no-repeat;
    position: relative;
	    margin: 0em;
    padding: 0em;
}
#headerWrapperoff{
	background-image: url("../images/headeroff.png");
    background-repeat: no-repeat;
	    margin: 0em;
    padding: 0em;
}
#logoWrapper {
    height: 103px;
	margin:0;
	padding:0;
}
div#headerFrameSectionOne {
    float: left;
    height: 103px;
    margin-right: 10px;
    width: 217px;
}
div#headerHome {
    display: block;
    height: 64px;
    margin: 10px 0 0 17px;
    padding: 0;
    width: 226px;
}
a#headerHomeLink {
    display: block;
    height: 128px;
    outline: medium none;
    text-indent: -9000px;
    width: 226px;
}
.tops1r {
    float: right;
    height: 25px;
}
div#headerFrameSectionFour {
    float: right;
    height: 60px;
    width: 271px;
}
div#headerFrameCartCheckoutContainer {
 background-image: url("../images/headers.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #ffffff;
    height: 16px;
    padding-left: 22px;
    position: absolute;
    right: 275px;
    text-align: center;
    top: 38px;
    width: 200px;
}
a#headerCartTextLink {
    display: block;
    float: left;
    height: 16px;
    line-height: 16px;
    margin: 0;
    outline: medium none;
    text-align: left;
    text-decoration: none;
    text-indent: 5px;
    width: 200px;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}
#headerFrameCartCheckoutContainer a {
    color: #FECC02;
}
div#headerFrameSearchContainer {
   float: right;
    left: 28px;
    margin-top: 7px;
    position: relative;
    width: 271px;
	 margin-right: 20px;
}
input#serchertxt {
    border: 0px;
    left: 26px;
    position: relative;
    top: 1px;
    line-height: 22px;
    height: 22px;
    border: none;
    margin: 0px;
    padding: 0 2px;
    vertical-align: top;
	 width: 158px;
}
input#seatbuttom {
    left: 25px;
    position: relative;
    top: -1px;
}
div#headerFrameSearchRowTwo {
    color: #000000;
    font-size: 11px;
    height: 20px;
    margin-top: 5px;
    overflow: hidden;
    width: 271px;
}
ul#hdrNav2, ul#hdrNav2 li, ul#hdrNav2 li a {
    height: 18px;
}
#hdrNav2 {
    right: 11px;
    top: 72px;
}
#hdrNav2, #hdrNav3 {
    display: block;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
ul#hdrNav2 li#newArrivals a {
    display: block;
    width: 108px;
}
ul#hdrNav2 li, ul#hdrNav2 li a {
    display: block;
    float: left;
}
ul#hdrNav2 li#customShop a {
    display: block;
    width: 107px;
}
ul#hdrNav2 li#college a {
    display: block;
    width: 63px;
}
ul#hdrNav2 li#outlet a {
    display: block;
    width: 55px;
}
#indexDefault {
    background-color: #59818f;
    padding-bottom: 0;
    padding-top: 0;
}
.mainpg {
    background: rgba(0, 0, 0, 0) url("../images/HP_seo_bg_960x280.jpg") no-repeat scroll 0 0;
}
.srHomepageBanner {
    padding: 14px 0;
}
.mainpg a{
	color:#fff;
	font-size:12px;
}
.mainpg td{
	color:#666;
	font-size:12px;
}
#recentView {
    background: #59818f url("../images/footer.png") no-repeat scroll center 0;
    height: 209px;
    margin-top: 0;
    text-align: center;
}

.rv_head {
    color: #666666;
    font-weight: bold;
    padding-top: 8px;
    text-align: left;
    text-indent: 20px;
}

.recently_viewed {
    background-color: #ffffff;
    float: none;
    margin: 13px auto 0;
    padding-left: 0;
    width: 750px;
}

.reviewsblock {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    height: 173px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 150px;
	 float: left;
}
.reviewsblock .main_tab_images img {
    height: 80px !important;
	width:auto !important;
	}
.name_blocks {
    height: 42px;
    overflow: hidden;
}
.name_blocks a {
    color: #666;
}
#recentView .product_info {
    font-size: 11px;
    font-weight: bold;
}

#footer2 {
   
}
#footer2 {
 background: transparent url("../images/footer.png") repeat scroll center bottom;
    clear: left;
    color: #ffffff;
    font: 10px Arial,Helvetica,sans-serif;
    height: 184px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 960px;
}
#footer2 a#blog {
    display: block;
    font-size: 11px;
    height: 80px;
    text-indent: -9999px;
}
#footer2 ul#footerNav {
    height: 23px;
    left: 0;
    margin: 0 auto 0 0 !important;
    overflow: hidden;
    position: relative;
    top: 15px;
}

#footer2 li {
    display: inline;
}

#footer2 li a.first {
    margin: 0;
    padding: 0 6px 0 0;
}
#footer2 li a {
    border-right: 1px solid #ffffff;
    color: #ffffff;
    font: 10px Arial,Helvetica,sans-serif;
    padding: 0 6px 0 5px;
    text-decoration: none;
}

div#LPBodyContentMain {
    background-image: url("../images/ShopByTeam.jpg");
    height: 447px;
    width: 764px;
}

div#LPBodyContentMain div#LPBodyContentMainTop {
    height: 105px;
    width: 784px;
}

div#LPBodyContentMain div#LPBodyContentMainTop a {
    display: block;
    height: 105px;
    width: 784px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom {
    height: 342px;
    width: 784px;
}

div#LPBodyContentMain div#LPBodyContentMainBottom div#LPBodyContentMainBottomRow1 {
    height: 74px;
    padding-left: 28px;
    width: auto;
}
div#LPBodyContentMain div#LPBodyContentMainBottom div#LPBodyContentMainBottomRow2 {
    height: 73px;
    padding-left: 28px;
    width: auto;
}

div#LPBodyContentMain div#LPBodyContentMainBottom div#LPBodyContentMainBottomRow3 {
    height: 75px;
    padding-left: 28px;
    width: auto;
}
div#LPBodyContentMain div#LPBodyContentMainBottom div#LPBodyContentMainBottomRow4 {
    height: 88px;
    padding-left: 28px;
    width: auto;
}

div#LPBodyContentMain div#LPBodyContentMainBottom div#LPBodyContentMainBottomRow1 a {
    height: 74px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a {
    display: block;
    float: left;
    height: 74px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team1 {
    width: 94px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team2 {
    width: 85px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team3 {
    width: 93px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team4 {
    width: 91px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team5 {
    width: 91px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team6 {
    width: 90px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team7 {
    width: 97px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team8 {
    width: 94px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team9 {
    width: 98px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team10 {
    width: 83px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team11 {
    width: 94px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team12 {
    width: 88px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team13 {
    width: 92px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team14 {
    width: 94px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team15 {
    width: 92px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team16 {
    width: 93px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team17 {
    width: 100px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team18 {
    width: 81px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team19 {
    width: 88px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team20 {
    width: 94px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team21 {
    width: 90px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team22 {
    width: 99px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team23 {
    width: 84px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team24 {
    width: 98px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team25 {
    width: 100px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team26 {
    width: 90px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team27 {
    width: 77px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team28 {
    width: 96px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team29 {
    width: 96px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team30 {
    width: 90px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team31 {
    width: 92px;
}
div#LPBodyContentMain div#LPBodyContentMainBottom a#Team32 {
    width: 93px;
}
.cate_cont li {
    border-bottom: 1px solid #cccccc;
    list-style: outside none none;
    width: 178px;
		margin: 0 10px;
}
.cate_cont li b{
	color:red;
}
.cate_cont li  a {
    color: #666666;
    display: block;
    font-size: 11px;
    padding: 3px;
}
.cate_cont li  a:hover {
    background-color: #fff;
    color: #003399;
    text-decoration: none;
}