
@import url("reset.css");

body {
	background-color: #000;
	color: white;
}
img {
	display: block;
}
h1, h2, h3, p, span, ul, li, td, address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
}
a:link,
a:visited {
	text-decoration: none;
	color: #b7b5b3;
}
a:hover,
a:active {
	text-decoration: underline;
	color: #fff;
}
.clrBoth {
	clear: both;
	line-height: 1px;
}
.clrLeft {
	clear: left;
	line-height: 1px;
}
#superwide,
#wide {
	width: 962px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bgBody.gif) no-repeat left top;
}
#wide {
	margin: 0;
	background-position: right top;
}

/* -------------
	HEADER
------------- */
#header {
	overflow: hidden;
}
#header p a,
#header span {
	text-indent: -3000px;
	overflow: hidden;
}
#header p,
#header p a {
	float: left;
	background: url(../images/logo.gif) no-repeat;
	width: 129px;
	height: 73px;
}
#header p {
	display: inline;
	margin-top: 15px;
	margin-left: 20px;
}
#header span {
	float: right;
	background: url(../images/hdrTxt.gif) no-repeat;
	margin-top: 50px;
	margin-right: 15px;
	display: inline;
	width: 106px;
	height: 20px;
}
#headerPics {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 105px;
	margin: 6px;
	padding: 3px;
	padding-left: 0px;
	padding-right: 0px;
	clear: left;
}
#headerPics .pic {
	float: left;
	display: inline;
	margin-right: 4px;
	height: 105px;
}
#headerPics #pic01 {
	background: url(../images/pic01.jpg) no-repeat;
	width: 160px;
}
#headerPics #pic02 {
	background: url(../images/pic02.jpg) no-repeat;
	width: 216px;
}
#headerPics #pic03 {
	background: url(../images/pic03.jpg) no-repeat;
	width: 236px;
}
#headerPics #pic04 {
	background: url(../images/pic04.jpg) no-repeat;
	width: 186px;
}
#headerPics #pic05 {
	background: url(../images/pic05.jpg) no-repeat;
	margin-right: 0px;
	width: 136px;
}

/* ----------------
	NAVIGATION
---------------- */
#navMain {
	overflow: hidden;
}
#navMain ul {
	float: right;
	padding-top: 6px;
	padding-right: 3px;
}
#navMain ul li {
	float: left;
	padding: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-left: 1px solid #333;
}
#navMain ul li:first-child {
	border-left: none;
}
#navMain ul li a {
	font-size: 13px;
	font-weight: bold;
}
#navStore {
}
#navStore ul {
	background: url(../images/bgNav.gif) no-repeat;
	margin-left: 6px;
	padding: 3px;
	padding-left: 20px;
}
#navStore li {
	margin-bottom: 8px;
}
#navStore a {
	display: block;
	height: 19px;
	text-indent: -3000px;
	overflow: hidden;
}
#navStore #nav00home a {
	width: 75px;
	background: url(../images/nav00home.gif) no-repeat;
}
#navStore #nav01promusic a {
	width: 142px;
	background: url(../images/nav01promusic.gif) no-repeat;
}
#navStore #nav02aviation a {
	width: 122px;
	background: url(../images/nav02aviation.gif) no-repeat;
}
#navStore #nav03accessories a {
	width: 167px;
	background: url(../images/nav03accessories.gif) no-repeat;
}
#navStore #nav04apparel a {
	width: 110px;
	background: url(../images/nav04apparel.gif) no-repeat;
}
#navStore #nav00home a:hover,
#navStore #nav01promusic a:hover,
#navStore #nav02aviation a:hover,
#navStore #nav03accessories a:hover,
#navStore #nav04apparel a:hover {
	background-position: 0px -29px;
}
#indexHomeBody #navStore #nav00home a,
#indexHomeBody #navStore #nav00home a:hover {
	background-position: 0px -58px;
}

/* -------------
	CONTENT
------------- */
#contentMainWrapper {
	clear: both;
	margin-top: 35px;
}
h3#categoriesHeading,
#navSuppWrapper {
	display: none;
}
.centerColumn {
	width: 650px;
	min-height: 300px;
	/* overflow: hidden; */
	border-left: 1px solid #eee;
	padding-left: 25px;
	padding-bottom: 50px;
}
#indexHomeBody .centerColumn {
	width: 640px;
}
.centerColumn p {
	margin-bottom: 10px;
}
.centerColumn a, .centerColumn a:link, .centerColumn a:visited {
	color: #d66229;
}	

#indexHomeBody .centerColumn a {
	color: #fff;
}
#indexHomeBody em {
	font-style: italic;
}
td {
	vertical-align: top;
}
#indexHomeBody .centerColumn h1 {
	width: 405px;
	height: 32px;
	text-indent: -3000px;
	overflow: hidden;
	background: url(../images/hdrHome.gif) no-repeat;
	margin-bottom: 40px;
}
#productListHeading {
	margin-bottom: 10px;
}
#indexHomeBody .centerColumn a.more {
	float: right;
	margin-right: 165px;
	display: inline;
}
#indexHomeBody .centerColumn img.big {
	border: 1px solid #222;
	margin-bottom: 30px;
	float: none;
}
#indexHomeBody .centerColumn h2 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 6px;
}
#indexHomeBody .centerColumn h3 {
	font-size: 14px;
	color: #ccc;
	font-weight: normal;
	margin-bottom: 14px;
}
#indexHomeBody .centerColumn h3 span {
	font-size: 14px;
	font-weight: bold;
}
#indexHomeBody .centerColumn p {
	width: 500px;
	float: left;
	margin-bottom: 25px;
}
.productListing-heading {
	display: none;
}
.productListing-data {
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #222;
	}
.productListing-data img,
#productMainImage img {
	border: 1px solid #444;
}
.productListing-data h3,
h1#productName {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
}
.productListing-data h3 a {
	color: #fff;
}
#productDescription {
	margin-top: 15px;
}
#productDescription p {
	padding-bottom: 15px;
}

.listingDescription .specs,
.listingDescription .gift,
.listingDescription .more {
	display: none;
}

.gift ol {
list-style:	decimal outside;
margin-left:	20px;
}
.gift li {
padding-bottom: 5px;
}

#productsListingBottomNumber {
	display: none;
}
.productListing-data .btnMoreinfo {
	border: none;
}
.productListing-data .price {
}
h1#productName {
}
.categoryIcon {
	margin-bottom: 40px;
}
#colPro {
	width: 380px;
	float: left;
}
#colAtt {
	float: right;
	width: 215px;
	min-height: 266px;
	padding-left: 25px;
	border-left: 1px solid #222;
/*	border-right: 1px dotted pink; */
}
h1#cartDefaultHeading {
	width: 139px;
	height: 32px;
	text-indent: -3000px;
	overflow: hidden;
	background: url(../images/hdrCart.gif) no-repeat;
}
.centerColumn h1 {
	margin-bottom: 30px;
	}

/* -------------
	FOOTER
------------- */
#footer {
	padding-top: 30px;
	padding-bottom: 25px;
	overflow: hidden;
	float: left;
	width: 962px;
}
#footer ul {
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 23px;
	font-size: 12px;
}
#footer li {
	float: left;
	margin-right: 15px;
}
#footer li:last-child {
	margin-right: 0px;
}
#footer a {
	color: #b7b5b3;
	text-decoration: none;
}
#footer li a:hover {
	color: #fff;
}
#copyright,
address {
	float: left;
	display: inline;
	font-size: 12px;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#copyright {
	color: #d66229;
/*	clear: left; */
	width: 155px;
	margin-left: 23px;
}
address {
	border-left: 1px solid #fff;
	font-style: normal;
	color: #9a8377;
	padding-left: 13px;
}

/* --------------------------
	SOCIAL MEDIA TOOLBAR
-------------------------- */
#social {
	float: right;
	width: 480px;
	padding-top: 10px;
	}
#social ul {
	float: right;
	display: inline;
	margin-left: 0px;
	margin-right: 23px;
	}
#social li {
	width: 22px;
	height: 22px;
	text-indent: -3000px;
	overflow: hidden;
	margin-left: 4px;
	margin-right: 0px;
	display: inline;
	}
#social li a {
	display: block;
	width: 22px;
	height: 22px;
	}
#social li a:hover {
	background-position: 0px -22px !important;
	}
#social li#tw {
	margin-right: 3px;
	padding-right: 6px;
	border-right: 1px solid #cdc1bc;
	}
#social li#tw a {
	background: url(../../../../../../images/icoTw.gif);
	}
#social li#fb a {
	background: url(../../../../../../images/icoFb.gif);
	}
#social li#dg a {
	background: url(../../../../../../images/icoDg.gif);
	}
#social li#de a {
	background: url(../../../../../../images/icoDe.gif);
	}
#social li#su a {
	background: url(../../../../../../images/icoSu.gif);
	}
#social li#rd a {
	background: url(../../../../../../images/icoRd.gif);
	}
#tweet {
	float: left;
	background: url(../../../../../../images/bgTw.gif) no-repeat right top;
	width: 280px;
	padding-right: 9px;
	}
#tweet ul {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 270px;
	height: auto;
	}
#tweet li {
	background: #1a130d;
	padding: 4px 10px 8px 8px;
	border: 1px solid #4d413c;
	font-size: 10px;
	text-transform: none;
	font-weight: normal;
	float: right;
	text-align: right;
	text-indent: 0px;
	width: 200px;
	height: auto;
	border-right: none;
	}
#tweet li a {
	display: inline;
	white-space: nowrap;
	}

/* -----------
	CART
----------- */
#cartContentsDisplay th,
#cartSubTotal {
	background-color: black;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #aaa;
	font-size: 12px;
	text-align: center;
}
#cartContentsDisplay td {
	font-size: 16px;
	text-align: left;
}
#cartContentsDisplay td img {
	display: inline;
}
#cartContentsDisplay .rowEven {
	background-color: #000;
}
#cartContentsDisplay .rowOdd {
	background-color: #111;
}
#cartContentsDisplay tr td {
	padding-top: 10px;
	padding-bottom: 20px;
}
#cartContentsDisplay tr td.cartQuantity {
	padding-top: 15px;
	padding-left: 20px;
	width: 50px;
}
#cartContentsDisplay tr td.cartQuantity input {
	background-color: black;
	font-weight: bold;
	padding: 3px;
	color: white;
	border: 1px solid #333;
	text-align: right;
	width: 30px;
}
#cartContentsDisplay .cartQuantityUpdate {
	padding-top: 16px;
	width: 50px;
}
#cartContentsDisplay tr td span#cartImage img {
	border: 1px solid #333;
}
#cartContentsDisplay .cartProductDisplay {
	padding-left: 25px;
}
#cartContentsDisplay .cartProductDisplay #cartProdTitle,
#cartContentsDisplay .cartProductDisplay #cartProdTitle span {
	font-size: 16px;
}
#cartContentsDisplay tr td.cartUnitDisplay,
#cartContentsDisplay tr td.cartTotalDisplay {
	padding-top: 23px;
	text-align: right;
	padding-right: 25px;
	width: 100px;
}
#cartContentsDisplay tr td.cartRemoveItemDisplay {
	padding-top: 21px;
	width: 30px;
}
#scQuantityHeading {
	}
#cartContentsDisplay .cartQuantity {
	 padding-right: 8px;
}
#cartContentsDisplay .cartQuantityUpdate {
	 padding-left: 0px;
	 padding-top: 18px;
}
#cartContentsDisplay .cartQuantityUpdate input {
	float: left;
	border: none;
	width: auto;
	height: auto;
}
.buttonRow {
	text-align: center;
	margin-bottom: 20px;
}
.buttonRow img {
	display: inline;
}
#cartSubTotal {
	color: white;
	text-align: right;
	font-size: 16px;
	padding-top: 16px;
	padding-right: 55px;
	border-bottom: none;
	padding-bottom: 20px;
}
td.cartProductDisplay a span#cartProdTitle {
	color: #ddd;
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-top: 12px;
}
td.cartProductDisplay a:hover span#cartProdTitle {
	text-decoration: underline;
}
.cartAttribsList ul {
	float: left;
	font-size: 12px;
}
.cartAttribsList ul li {
	color: #ddd;
}
#productAttributes img {
	display: inline;
}
.attribImg {
	float: left;
	width: 45px;
	font-size: 10px;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 5px;
}
.attribImg img {
	border: 1px solid #333;
}
.wrapperAttribsOptions {
	clear: left;
}
#colAtt h4 {
	font-weight: bold;
	padding-top: 21px;
	margin-bottom: 5px;
}
#colAtt input {
	background-color: #000;
	padding: 3px;
	color: white;
	border: 1px solid #333;
}
#colAtt select, #colAtt textarea {
	font-size: 11px;
	background-color: #000;
	padding: 3px;
	color: white;
	border: 1px solid #333;
}
#colAtt #attrib-5-0 {
	font-size: 11px;
}
#colAtt textarea {
	width: 210px;
}
#colAtt p {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 4px;
}
#cartAdd {
	font-size: 13px;
	}
#cartAdd div {
	float: left;
	margin-top: 5px;
	width: 105px;
	}
#cartAdd input {
	float: right;
	border: none;
}
#cartAdd div input.box {
	float: none;
	display: inline;
	background-color: #000;
	font-weight: bold;
	padding: 3px;
	color: white;
	border: 1px solid #333;
	text-align: right;
	width: 30px;
}
#colPro p {
	margin-bottom: 20px;
}
#colPro .specs {
	float: left;
	width: 180px;
	padding-right: 5px;
	margin-bottom: 10px;
}
#colPro .specs h4 {
	color: #c44f1e;
	font-weight: bold;
	margin-bottom: 8px;
}
#colPro .specs ul {
	padding-left: 2px; 
}
#colPro .specs li {
	font-size: 11px;
	margin-bottom: 9px;
	padding-right: 9px;
}
#colPro .specs li span {
	color: #c44f1e;
}
#passwordForgotten h1 {
	height: 32px;
	text-indent: -3000px;
	overflow: hidden;
	margin-bottom: 30px;
	width: 213px;
	background: url(../images/hdrPwdreset.gif) no-repeat;
}
#passwordForgotten .buttonRow {
	width: 365px;
}
/* #checkoutBody h1 {
	height: 32px;
	text-indent: -3000px;
	overflow: hidden;
	margin-bottom: 30px;
	width: 206px;
	background: url(../images/hdrConfirm.gif) no-repeat;
} */
#checkoutBody h1 {
	font-size: 21px;
	border-bottom: 1px solid #222;
	padding-bottom: 4px;
	}
#logoffBody h1 {
	height: 32px;
	text-indent: -3000px;
	overflow: hidden;
	margin-bottom: 30px;
	width: 159px;
	background: url(../images/hdrLogout.gif) no-repeat;
}
.messageStackWarning,
.messageStackError,
.messageStackSuccess,
.messageStackCaution {
	width: 60%;
	display: block;
	clear: both;
	border: 1px solid #9a9a9a;
	margin: 0px 0px 20px 60px;
	padding: 8px;
	padding-bottom: 12px;
}
.messageStackWarning img,
.messageStackError img,
.messageStackSuccess img,
.messageStackCaution img {
	float: left;
	margin-right: 8px;
}
.messageStackWarning,
.messageStackError {
	border-color: #cc0000;
}
.messageStackSuccess {
	border-color: #99ff99;
}
.messageStackCaution {
	border-color: #ffff66;
}
#productAttributes p a {
	text-decoration: underline;
	color: #cd5020;
}
#checkoutBody .buttonRow input {
	width: auto;
	height: auto;
	border: none;
}
#checkoutComments {
	margin-bottom: 50px;
}
fieldset#checkoutComments legend {
	margin-bottom: 8px;
	border: none;
}
fieldset#checkoutComments textarea {
	width: 100%;
}
#checkoutsuccessBody .centerColumn {
	width: 100%;
	text-align: center;
	border-left: none;
}
#checkoutsuccessBody h2, #checkoutsuccessBody h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
}
#checkoutsuccessBody h3 {
	font-size: 21px;
}
#ezPage1 ol {
	list-style-type: decimal;
	padding: 20px 150px 20px 40px;
}
#ezPage1 li {
	margin-bottom: 15px;
}
#ezPage1 li p {
	padding-top: 5px;
}
#ezPage1 .address {
	font-weight: bold;
	margin: 12px;
}
#ezPage1 h1 {
	height: 32px;
	text-indent: -3000px;
	overflow: hidden;
	margin-bottom: 30px;
	width: 356px;
	background: url(../images/hdrEarmolds.gif) no-repeat;
}
strong {
	font-weight: bold;
}
.normalprice {
	text-decoration: line-through;
	color: #666;
	}
.productSpecialPrice {
	color: #FF6666;
}

/* --------------------------
	CHECKOUT SUCCESS
-------------------------- */

#checkoutSuccess a, #checkoutSuccess a:link, #checkoutSuccess a:visited {
	color: #d66229;
}	

#checkoutSuccessMainContent {
	text-align:center;
}

#checkoutSuccessMainContent a, #checkoutSuccessMainContent a:link, #checkoutSuccessMainContent a:visited {
	color: #d66229;
}

#checkoutSuccessMainContent a:hover {
	color:#fff;
}

#checkoutSuccessMainContent table {
	border:1px solid #333;
	margin:20px;
	text-align:left;
	margin:16px auto 16px auto;
}

#checkoutSuccessMainContent table tr td {
	padding:20px;
	width:400px;
}

#checkoutSuccessMainContent table tr td.right {
	border-left:1px solid #333;
	width:300px;
}

/* --------------------------
	My Account
-------------------------- */
	
table#prevOrders tbody tr th {
	font-weight:bold;
	padding:4px 0px 4px 0px;
}

table#prevOrders tbody tr td {
	padding:4px 6px 4px 0px;
	min-width:60px;
}


#accountLinksWrapper h2, #prevOrders h2, #sendSpendWrapper h2 {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #CCC;
	margin:16px 0px 6px 0px;
	color:#CCC;
}
	
#sendSpendWrapper p.balance {
	font-size:14px;
	font-weight:bold;
}

#sendSpendWrapper p.balance span {
	color: #d66229;
	font-size:18px;
}

#sendSpendWrapper .buttonRow {
	text-align:left;
}


/* Gift Certificate Updates - April Update 2010 */

div#gift-certificate.specs {
	float: left;
	width: 380px;
	padding-right: 5px;
	margin-bottom: 10px;
}



.productListing-data h3 {
	padding-top: 3px;
}
.productListing-data h3.itemTitle a {
	font-size:	18px;
	color: #ccc;
}
.listingDescription p a strong {
	color:	#c05837;
}
