﻿/* General **************************************************/

#store_body {
	float:right;
	height:auto !important;
	margin:10px 15px 0 0;
	_margin:10px 8px 0 0;
	min-height:500px;
	padding:10px 10px 20px 0;
	width:592px;
}

img.featured{
	float:left; 
	margin:0 10px 10px 0;
	
	}
	
h3.featProdTitle a, h3.featProdTitle {
	color: #aacc33;
}


/* Side Panel **************************************************/

#sidePanel{
	float:left;
	font-size:1.1em;
	margin:0 15px;
	_margin-left:8px;
	padding:0 10px;
	width:230px;
	font-weight: bold;
}

#sidePanel a, #subNav a{
	color: #366DA9;
}

#sidePanel a:hover, #subNav a:hover{
	color: #F49810;
}

#sidePanel h3{
	margin-bottom:0;
	}
	
#CustomerService ul{
	margin:10px 0;
	list-style:none;
	}
	
#CustomerService ul li{
	height:20px;
	margin-bottom:3px;
	background: url(/store/images/catBG.gif) repeat-x top left;
	}
	
#CustomerService ul li:hover{
	background: url(/store/images/catBG.gif) repeat-x bottom left;
	}
	
#CustomerService ul li a{
	display:block;
	padding:3px 0 3px 10px;
	text-decoration:none;
	font-size:11px;
}

#Categories ul{
	margin:10px 0;
	padding:0;
	list-style:none;
	}

#Categories ul li{
	height:20px;
	margin-bottom:3px;
	background: url(/store/images/catBG.gif) repeat-x top left;
	}

#Categories ul li:hover{
	background: url(/store/images/catBG.gif) repeat-x bottom left;
	}

#Categories ul li a{
	display:block;
	padding:3px 0 3px 10px;
	text-decoration:none;
	font-size:11px;
	}
	
#Categories ul.subCats{
	margin: 0 0 0 20px;
	padding:0;
	}
	
#ShoppingCartH h3{	
	background:url(/store/images/STX_shoppingCart.gif) no-repeat;
	width:226px;
	height:31px;
	text-indent:-10000000px;
	}
	
#Currency input{	
	margin: 10px 10px 0 0;
	}

#CurrencyImageList {
	margin: 0 0 10px 26px;
}

#QuickLinks{
	font-size:11px;
	text-align:center;
	}

#QuickLinks h3{
	background:url(/store/images/QuickLinks.gif) no-repeat;
	width:226px;
	height:31px;
	text-indent:-10000000px;
	}	
	
#Categories h3{
	background:url(/store/images/Categories.gif) no-repeat;
	width:226px;
	height:31px;
	text-indent:-10000000px;
	}	

#PaymentMethods h3{
	background:url(/store/images/PaymentMethod.gif) no-repeat;
	width:226px;
	height:31px;
	text-indent:-10000000px;
	}	

#PaymentMethods img{
	margin-top: 5px;
	}

#CustomerService{
	font-size:11px;
	}

#CustomerService h3{
	background:url(/store/images/CustomerService.gif) no-repeat;
	width:226px;
	height:31px;
	text-indent:-10000000px;
	}

/* Category View **************************************/

.thumbnailView {
	width: 30%;
	height: 240px;
	float: left;
	padding: 5px;
	margin: 1px;
	border: 1px dotted #212121;
	text-align: center;
	background: #0e0e0e;
	margin: 3px;
}

.thumbnailView h4 {
	margin: 0 0 5px 0;
	padding: 5px;
	height:50px;
	font-weight:normal;
	color: #c21e6f;
}

.thumbnailView h4 a{
	color: #ddd;
}

.DataListFooter {
	clear: both;
}

a.switchSummaryView, a.switchThumbnailView {
	display:none;
}

.thumbnailPrice, .moreInfo{
	margin: 0;
	padding:0;
	text-align:center;
	}

.thumbnailView img{
	padding-bottom:5px;
	}

/* Tickets **************************************/

table#TicketListing {
	border-collapse: collapse;
	width: 100%;
}

table#TicketListing th {
	text-align: left;
	background: #212121;
	padding: 5px;
}

table#TicketListing td {
	background: #000;
	padding: 10px 5px;
	border-bottom: 2px solid #fff;
}

table#TicketListing td a{
	border:1px dotted #999;
	display:block;
	text-align:center;
	padding:5px 10px;
	background:#212121;
	color:#fff;
	}

table#TicketListing td a:hover{
	background:#000;
	}

/* Product View **************************************/

img.productImage {
	float: right;
	margin: 0 10px 10px;
}

.description {
	border-top: 3px solid #999;
	margin:15px 0;
	padding:15px 0;
}

ul.features {
	list-style: none;
}

.deliveryTimeframe{
	font-weight:bold;
	color:#F49810;
	
	}

.abstract{
	margin:15px 0 0 0;
	clear: both;
	
	}

.trackWrapper{
	width:45%;
	float:left;
	color: #fff;
	}

.trackWrapper ol li{
	list-style: decimal;
	margin-left: 20px;
	*margin-left: 30px;
}

.description h3, .description h4{
	clear:both;
	color: #91E966;
	}

/* Add To Cart Panel *****************************/

#addToCart {
	width: 270px;
	padding: 10px;
	text-align:center;
	background:#0E0E0E;
	border:1px dotted #212121;
}

#addToCart input{
	background:url(/store/Images/AddToCart.gif) no-repeat;
	width:127px;
	height:30px;
	border:none;
	cursor:pointer;
	text-transform:uppercase;
	font-size:12px;
	padding-left:25px;
	}	

#addToCart .option label{
	width: 25px;
	margin-left: 0px;
}

.timeLimit{
	color:#ff0099;
	}

/* View Cart **************************************/

#cartHeader {
	text-align: right;
}

a.checkoutButton {
	padding: 5px 15px;
	background: #212121;
	border: 1px dotted #999;
	color:#fff;
	font-weight:bold;
}

a.checkoutButton:hover, a.continueButton:hover {
	background: #000;
}

a.continueButton {
	float: left;
	padding: 5px 15px;
	background: #212121;
	border: 1px dotted #999;
	color:#fff;
	font-weight:bold;
	margin-top:-6px;
}

p.subTotal {
	padding: 5px;
	background: #212121;
	border: 1px dotted #999;
	color:#fff;
	margin-top: 10px;
	text-align: right;
}

.dollars {
	font-weight: bold;
}

.cartItems {
	width: 100%;
	border-collapse: collapse;
}

.cartItems th {
	text-align: left;
	background: #202020;
	padding: 5px;
}

.cartItems td {
	background: #999;
	border-bottom: 1px solid #fff;
	padding: 5px;
}

.cartItems td a{
	color: #8F006F;
}

.cartItems td a:hover{
	color: #FF0099;
}

#cartFooter {
	text-align: right;
	margin: 15px 0;
}

#cartFooter .promoCodeField label {
	margin-left: 145px;
	}


/* Store Account Pages ************************/


/* Address And Payment Methods **********/

#newAddress {
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	margin: 10px 0;
	padding:15px 0;
}

.savedAddress, .savedPayment, .selectedAddress, .selectedPayment {
	margin: 5px 0;
	padding: 10px;
	border: 1px dotted #999999;
	overflow: hidden;
	clear:both;
}

.selectedPayment{
	height:80px;
	}

.selectedAddress, .selectedPayment {
	background: #212121 url(/store/images/selected.gif) top right no-repeat;
	border: 1px dotted #999;
	_height:100px;
	
}
.savedAddress, .savedPayment{
	_height:65px;
	}
	
.savedAddresses, .savedPayments {
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	margin: 10px 0;
	padding:15px 0;	
}

.savedAddress span input, .savedPayment span input, .selectedAddress span input, .selectedPayment span input, .deliveryMethod span input{
	float:left;
	margin:0 10px 0 0;
	background: none;
	border: none;
	}
	
input.savedAddressesRemove, input.savedAddressessRemove {
	clear:both;
	float:right;
	*margin-top:40px;
	}
	
.savedPayment input {
	margin-top:20px;
	margin-left:489px;
}

.selectedPayment input{
	margin-top:30px;
	margin-left:165px;
	}

.savedAddress dl, .savedPayment dl, .selectedPayment dl, .selectedAddress dl {
	margin: 0;
	padding: 0;
	float:left;	
}


.savedAddress dd, .savedPayment dd, .selectedPayment dd, .selectedAddress dd{
	width:250px;
	}

.selectedPayment dl dt {
	width: 70px;
	float: left;
}

.savedPayment dl dt, .selectedPayment dl dt {
	font-weight: bold;
}

.savedAddress dl dd, .savedPayment dl dd, .selectedAddress dl dd, .AspNet-FormView-Data dl dd {
	margin: 0;
	padding: 0;
}

.addButton {
	display: block;
	margin: 10px 0;
}

.switchView {
	float: right;
}

.savedAddresses h4, #newAddress h4, .newPaymentArea h4 {
	width: 50%;
	float: left;
}

.deliveryMethod {
	clear: both;
	background: #212121;
	margin: 10px 0;
	padding: 5px;
	border:1px dotted #999;
}

/* Payment Method ************************/

#newPayment {
	margin: 5px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom:10px;
}

#newPayment h4{
	*margin:10px 0;
	}
.styledForm{clear:left;}
.styledForm label {
	width: 180px;
	float:left;
	text-align:right;
	display:block;
	padding:2px 8px;
	margin:6px 0 6px 0;
}

.styledForm input {
	font-size:12px;
	padding:2px;
	
	
	margin:6px 0 6px 0;
	border:1px solid #999;
	background-color: #ffffff;
}
.styledForm select{

	padding:2px;
	margin:6px 0 6px 0;
	background-color: #fff;
}
span.DESVALRequiredFieldMarker{display:inline; width:20px;;margin-top:10px;}
span.DESVALRequiredFieldMarker img{vertical-align:middle;}

div.paymentOptionTab{
	width:150px;
	float:left;
}

div.paymentOptionTabActive{
	width:150px;
	float:left;
}

/* Checkout General *************************/

#checkout_body{
	width:870px;
	margin:0 auto;
	height:auto !important;
	min-height:500px;
	margin:0 15px 0 23px;
	_margin:0 8px 0 12;
	padding:0 0 20px 0;
	}

.InventoryNotice
{
    display: block;
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

.CheckoutWizardCss .DataListItemRow img{ /* this is to hide the step images that appear at the top */
	display:none;
	}

.WizardButtonCss { /* The continue and cancel order buttons at the bottom of the checkout pages */
	padding:15px 0;
	margin-bottom:30px;
}

.WizardButtonCss a.cancelButton{
	float: left;
}

.WizardButtonCss a.nextButton {
	float: right;
	padding: 5px 15px;
	background: #212121;
	border: 1px dotted #999;
	color:#fff;
	font-weight:bold;
	}

.WizardButtonCss a.nextButton:hover {
	background: #000;
	}

ul.StepList
{
    list-style-image: none;
    margin-left: 0px;
    padding-left: 0px;
}

ul.StepList li
{
    display: inline;
}

/* Card Verification Page */

.cvnArea .styledForm p{
	font-size:12px;
	font-weight:bold;
	}

.cvnArea .styledForm label{
	width:220px;
	text-align:left;
	}

.cvnArea .styledForm{
	background:#212121;
	padding:5px 10px;
	border:1px dotted #999;
	}

.noCardNumber{
	margin-top:10px;
	}

/* Order Summary Page *****************/

.confirmColumn{
	width:50%;
	float:left;
	}

.confirmSection {
	width: 92%;
	float: left;
	padding: 5px;
	margin: 5px;
	border-bottom: 1px dotted #000;
}

.confirmSection h3 {
	margin: 0 0 10px 0;
}

a.changeButton {
	padding: 3px 5px;
	background: #212121;
	border: 1px dotted #999;
	float: right;
	color:#fff;
	margin:5px 0;
}

a.changeButton:hover {
	background: #000;
}

.finishButton {
	margin: 5px;
	/*padding: 10px 5px;*/
	background: #000;
	text-align: right;
	border: 1px dotted #999;
}

.finishButton a{
	background:#212121;
	padding:5px 15px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	/*border:1px solid #999;*/
	}

.finishButton a:hover{
	background:#000;
	}

.confirmSection table {
	border-collapse: collapse;
	width: 100%;
}

.confirmSection table th {
	padding: 5px;
	text-align: left;
	background: #212121;
}

.confirmSection table td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

#orderSummary{
	margin-bottom:10px;
	}

#orderSummary th {
	border-bottom: 1px solid #ececec;
	vertical-align: top;
}

.detailsLink {
	display: none;
}

dl.shippingMethod dt {
	font-weight: bold;
}

/*Comment Form **************************/

.commentForm input{
	padding: 5px 15px;
	background: #212121;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
	cursor:pointer;
	}
	
.commentForm input:hover{
	background: #000;
	}
	
/* CCV Number Pop Up *********************/

#helpPopup {
	position: absolute;
	width: 400px;
	background: #000;
	border: 1px dotted #fff;
	padding: 5px;
	display: none;
	font-size: small;
	text-align: left;
	}
	
.promoHelp #helpPopup {
	position: absolute;
	width: 400px;
	background: #000;
	border: 1px dotted #fff;
	padding: 5px;
	display: none;
	font-size: small;
	text-align: left;
	margin-left: -265px;
	}

#helpPopup h3 {
	margin: 0;
	padding: 0;
	}
	
/* Digital Downloads **********************/

#DigitalDownload{
	padding:0 50px 30px 50px;
	}

.DigitalStep img{
	float:left;
	margin-right:15px;
	}

.DigitalStep{
	padding:10px 0;
	}	

div#subNav {
	margin-bottom:3px;
	background: url(/store/images/catBG.gif) repeat-x top left;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	height:22px;
}

div#subNav a{
	display: block;
	float: left;
	padding: 3px 20px 5px;
}

div#subNav a:hover{
	background: url(/store/images/catBG.gif) repeat-x bottom left;
}

/** PROMO CODE ****/

.promoHelp {
float:right;
font-size:11px;
margin-top:10px;
padding:5px 5px 0 10px;
}

.promoCodeField {
/*background:#212121;*/
/*border:1px dotted #999999;*/
clear:both;
height:30px;
margin: 15px 0px;
padding:10px 4px 0px 4px;
text-align:right;
}

.promoCodeField label {
padding:5px 5px 0;
float: left;
}

.promoCodeField input {
/*padding:5px 5px 0;*/
float: left;
}

a.PromoCodeBtn {
background: #000000;
border:1px dotted #999999;
font-weight:bold;
margin:0px 5px 0px 5px;
padding:5px 15px;
float: left;
}

#promoPage .inputs {
 margin: 10px 0px;

}

.styledForm label, .inputs label {
display:block;
float:left;
padding:5px 8px;
text-align:right;
width:180px;
}

#promoPage .promoCodeField {
background:#212121;
border:1px dotted #999999;
clear:both;
height:30px;
margin: 15px 0px;
padding:10px 4px 4px 25px;
text-align:left;
}

#promoPage fieldset {

margin: 15px 0px;
}

.PromoCodeBtn {
background:#212121 none repeat scroll 0 0;
border:1px dotted #999999;
margin:5px 0px 5px 150px;
padding:0px 10px;
text-align:left;
color: #FFFFFF;
font-weight: bold;
line-height: 1em;
}

.PromoCodeBtn:hover {
background:#212121 none repeat scroll 0 0;
border:1px dotted #999999;
text-align:left;
color: #FFFFFF;
font-weight: bold;
}
.paymentOptionTabActive input, .paymentOptionTab input{
	background: none;
	border: none;
}
	
.styledForm{clear:left;}

input {
	font-size:12px;
	padding:2px;
	
	
	margin:0px 0 6px 0;
	border:1px solid #999;

}
select{

	padding:2px;
	margin:6px 0 6px 0;
	background-color: #fff;
}

.deliveryMethod input { 
	float: left;
	clear: left;
	
}

.deliveryMethod label { 
	width: auto;
	display: block;
	text-align: left;
}

.deliveryMethod h4 label {
	width: 900px;
	clear: both;

}

.confirmSection .PromoCodeBtn {
background:#212121 none repeat scroll 0 0;
border:1px dotted #999999;
margin:15px 0px 5px 260px;
padding:5px 10px;
text-align:left;
font-weight: bold;
}

.confirmSection.PromoCodeBtn:hover {
background:#212121 none repeat scroll 0 0;
border:1px dotted #999999;
text-align:left;
font-weight: bold;

}

.confirmSection .promoCodeField label {
 margin-left: 120px;
}

.maestroText {
display: block;
margin: 10px 0px 15px 5px;

}

.maestroText img {
margin-right: 5px;
}

.orderNumber {
	margin-bottom: 20px;
}

.cvnArea .styledForm label, .cvnArea .styledForm input, .cvnArea .styledForm .CCVNumber {

}

 .cvnArea .styledForm .CCVNumber {
 	position: relative;
	/*top: -22px;
	left: 58px;*/
 }
 
 
/*CURRENCY STYLES##########################*/
#shoppingCartCont{
	padding:0 5px 8px 0px;
	}
#cartMini{display:block;padding:8px 5px; text-transform:uppercase;}
#cartMini a{/*color:#3B3B3B;*/ font-size:12px;}
#cartMini span.cartTotal{font-size:14px;display:block;margin:4px 0;}
.currencyMask input{
	display:block;
	margin:0 auto 3px 6px;
	padding:0;
	}
/*flag stuff*/	
.CurrencyCart{float:right; width:68px;}
#footerSubHolder .CurrencyCart{margin-top:10px;}
#ShoppingCartH a.cMask{
	display:block;
	width:120px;
	color:#fff;
	padding:3px 0px 10px 14px;
	cursor:pointer;
	margin-left:54px;
	margin-bottom:10px;	
	font-size:11px;
	background:url(/store/images/downArrowCart.png) no-repeat 0px 6px;
}
.CurrencyCart a.cMask{
	background:url(/store/images/downArrowCart.png) no-repeat 0 7px;
	width:20px;
	height:38px;
	position:absolute;
	display:block;
	margin:0px 0 0 0;
	margin-left:50px;
	*margin-left:0px;
	cursor:pointer;
	z-index:109;
}
#ShoppingCartH a.changeCurrencyOn, .CurrencyCart a.changeCurrencyOn{
	background:none;
}
.currencyMask{
	height:31px;
	overflow:hidden;
	float:left;
	width:50px;
}
.currencyMask div{
	background:none;
	padding:7px 0;
	margin:0;
	}
.currencyMask div.CAD{margin:-7px 0 0 0;}
	.currencyMask div.CAD span.currencyMaskArrow{top:7px;}
.currencyMask div.EUR{margin:-41px 0 0 0;}
	.currencyMask div.EUR span.currencyMaskArrow{top:41px;}
.currencyMask div.GBP{margin:-75px 0 0 0;}
	.currencyMask div.GBP span.currencyMaskArrow{top:75px;}
.currencyMask div.USD{margin:-109px 0 0 0;}
	.currencyMask div.USD span.currencyMaskArrow{top:109px;}

.currencyMask div.showCurrency{
	background:url(/store/images/currencyHover.png) no-repeat;
	background-position:1px 0;
	height:auto;
	position:absolute;
	width:70px;
	margin-left:-3px;
	z-index:100;
}
.currencyMask div span{
	display:none;
}
.currencyMask div.showCurrency span.currencyMaskArrow{
	display:block;
	position:absolute;
	z-index:101;
	margin-top:7px;
	background:url(/store/images/flagsArrowHover.png) no-repeat;
	width:12px;
	height:13px;
	left:54px;
}
p.whichCurrency{
	font-size:11px;
	font-family:tahoma;
	color:#fff;
	padding:4px 0;
	border-top:1px solid #bdb2a6;
	
	}
.shoppingLinks{
	border:0;
	margin-top:15px;
	padding:4px 0 0 0;
	clear:both;
	border-top:1px solid #bdb2a6;
}
.shoppingLinks a{
	display:block;
	cursor: pointer;
	color:#fff;
	padding:0;
	width:91px;
	height:24px;
	background:url(/images/template/buttons/br_inputButton.jpg) no-repeat;
	background-position:0 0;
	padding:2px 0 0 0;
	margin:8px 4px;
	float:left;
	border:none;
	text-align:center;
}
/*CURRENCY ENDS HERE ##################*/

/* View Cart ========================================================== */
#cartHeader {
	/*text-align: right;*/
	margin:0px 0 10px 0;
	padding:5px 5px 0 5px;
	background:#000;
	clear:both;
	min-height:1px;/*fixes peekabo*/
	border-top:1px dotted #999999;
}
.weAccept{
	float:left;
	margin-top:10px;
	}
.weAccept h4{
	margin-top:0px;
	padding:0 6px;
	font-weight:normal;
	text-transform:uppercase;
}
.weAccept img{display:block; margin-top:6px;}
.subTotalHolder{
	float:right;
	margin:10px 0;
	width:300px;
}
.subTotal{float:right;width:220px;margin-bottom:5px;}
.subTotal p{
	padding: 5px 0;
	color:#fff;
	margin:0px 0 4px 0;
	text-align:right;
	text-transform:uppercase;
}
.dollars {
	font-weight: bold;
	color:#fff;
	padding:2px;
	font-size:14px;
}
a.checkoutButton{
	display:block;
	cursor: pointer;
	color:#fff;
	width:62px;
	height:17px;
	background:url(/store/images/proceedCheckout.png) no-repeat  0 0;
	margin:4px 5px 4px 0px;
	float:right;
	text-indent:-10000px;
	border:1px dotted #999999;
	font-weight:bold;
	padding:5px 15px!important;
}
a.checkoutButton:hover{
	color:#fff;
	text-decoration:none;
	
	
}

a.continueButton:hover {
 	color:#FF0099;
	text-decoration:none;
	background:url(/store/images/continueArrow.gif) no-repeat;
	background-position:0px 3px;
 }
 
a.continueButton {
	display:block;
	cursor: pointer;
	color:#fff;
	padding:0;
	width:139px;
	height:24px;
	background:url(/store/images/continueArrow.gif) no-repeat;
	background-position:0px 3px;
	padding:1px 0 0 8px;
	margin:0px 4px;
	float:left;
	border:none;
	text-align:center;
	color:#8F006F;
	font-weight:bold;
}
#cartFooter a.continueButton{
	margin-top:8px;
}
.footerSubtotal{
	min-height:50px;
	background:#000;
	padding:5px 5px 0 5px;

	}
.footerSubtotal	.subTotal{
	margin-top:10px;
}
.cartLinks{
	height:26px;
	margin-top:20px;
	clear:both;
	}
.helpLinks{
	float:right;
	padding:2px 0 0 0;
	}

.cartItems, .confirmItemsTable {
	width: 100%;
	clear:both;
	border-collapse: collapse;
	background:#fff;
}
.cartItems th {
	color:#fff;
	padding:2px 5px;
	font-weight:normal;
	text-align:left;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
}
.cartItems th.itemPic{text-indent:10px;}
.cartItems .itemPic{width:120px;}
.cartItems .itemDetails{}
.cartItems .itemDelivery{width:120px; text-align:center;}
.cartItems .itemQuantity{width:80px; text-align:center;}
.cartItems .itemPrice{width:80px; text-align:center;}
.cartItems .itemDelete{width:30px;}
.cartItems .itemThumb{text-align:center; width:120px; overflow:hidden;}
.cartItems select{padding:2px; border:1px solid #ccc; min-width:40px;}

.cartItems td {
	background: #000;
	padding:10px 5px;
	vertical-align:top;
	font-size:12px;
	border-top:1px solid #CCCCCC;
}
.cartItems tr{
	border-top:1px solid #d7d7d7;
	border-bottom:0;
}
td.cartItemDataWithDiscounts a, td.cartItemData a,td.summaryItemData a{cursor:pointer;}
#cartFooter {
	margin: 10px 0 40px 0;
	clear:both;
}
.cartItems ul.cartItemDiscountList , ul.summaryItemDiscountList, td.shippingDiscounts ul{
	font-size:11px;
	font-style:italic;
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
}
.cartItems ul.cartItemDiscountList li, ul.summaryItemDiscountList li, td.shippingDiscounts ul li{
	list-style:none;
	background:url(/store/images/discounts.gif) 0 0 no-repeat;
	padding:0 10px 8px 20px;
}
.confirmItemsTable td{
	padding:10px 5px;
	vertical-align:top;
	font-size:12px;
}
.confirmItemsTable tr{border:0}
.summaryItemRow tr, .summaryItemRowWithDiscounts tr{border-top:1px dotted #ccc;}

.confirmItemsTable .itemPic{width:110px;}
.confirmItemsTable .itemDetails {}
.confirmItemsTable .itemDelivery{width:84px; text-align:left;}
.confirmItemsTable .itemQuantity{width:60px; text-align:center;}
.confirmItemsTable th.itemPrice{width:60px; text-align:right;}
.confirmItemsTable .itemPrice{width:60px; text-align:right;}
.confirmItemsTable .itemThumb{ text-align:center; width:120px; overflow:hidden;}
.confirmItemsTable .itemDelete{width:50px;}

input.removeButton{padding:0}



/*Promo Code */
/************************Promo Code Styles**********************************/
.promoHolder{
	width:520px;
	float:left;
	min-height:70px;
	padding:0 10px;	
}
div.confirmSection .promoHelp {
	text-align:right;
}
a.PromoHelpLink{
	display:block;
	font-size:90%;
	width:200px;
	clear:both;
	margin:0; 
	padding:0;
	}
.promoCodeField {
	margin:0;
	margin-top:10px;
	margin-bottom:0px;
	padding:0;
	float:left;
	/*text-align:right;*/
}
.promoCodeField label{
	margin:0 0 5px 0;
	padding:4px 5px 5px 5px; 
	float:left;
	width:auto;
	display:block;
	}
.promoCodeField input {
	width:139px;
	background-color:#FFFFFF;
	border:1px solid #b9b9b9;
	font-size:12px;
	line-height:14px;
	margin:1px 5px 0 0;
	float:left;
	display:block;
}
div.confirmSection div.promoCodeField, fieldset div.promoCodeField{
	margin:0;
}
div.confirmSection a.PromoCodeBtn{
	width:110px;
	margin:0;
	margin-top:-23px;
	margin-left:230px;
	padding: 5px;
	padding-top:3px;
	padding-right:20px;
	padding-left:20px;
	/**padding-left: 3px;
	*padding-right: 3px;*/
	*padding-top:3px;
	*padding-bottom:5px;
	color:#fff;
	text-decoration:none;
	background:transparent url(/images/template/buttons/br_inputButtonLong.jpg) no-repeat scroll 0 0;
	text-align:center;
	display:block;
}
div.confirmSection .promoCodeField input {
	width:90px;	
}
div.confirmSection .promoHelp a.PromoHelpLink {
	margin:0px;
	margin-top:10px;
	padding:0px;
}
div.confirmSection .promoCodeField {
	padding-top:15px;
	*padding-top:10px;	
}
a.PromoCodeBtn{
	width:134px;
	margin:0px 0 0 5px;
	height:17px;
	display:block;
	float:left;
	color:#fff;
	padding:4px 0 0 0;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	background:transparent url(/store/images/promoBut.gif) no-repeat scroll 0 0;
	text-align:center;	
}
a.PromoCodeBtn:hover{text-decoration:none; text-align:center;	}

a.PromoCodeBtn:hover {
	color:#fff;
	cursor:pointer;
}
.maestroText img{
	margin-right:10px;
	*margin-right:0px;
}
#helpPopup{
	background: #000;
	border:1px dotted #fff;
	clear:both;
	color:#fff!important;
	display:none;
	font-size:11px;
	margin-left:5px;
	padding:20px;
	position:absolute;
	text-align:left;
	width:400px;
	z-index:100;
}
#confirmOrderHolder, #footerSubHolder {
	/*border-top:2px solid #7B0009;*/
	margin:0 auto;
	width:100%;
}

a.deliveryTooltip{
    cursor: hand;
	color:#000;
	display:block;
	float:left;
	width:300px;
	height:30px;
	overflow:hidden;
	text-decoration:none!important;
	margin-left:-10px;
}
a.deliveryTooltip img{}
a.deliveryTooltip div{
    clear:both;
    position: absolute;
    width: 300px;
    display: none;
    background-color: #fff;
    padding: 10px;
    z-index: 1000;
	color:#000;
	margin-top:-4px;
	margin-left:-1px;
	*margin-left:-250px;
	*margin-top:30px;
}

a.deliveryTooltip:hover div{
    display: block;
}

.pickUpName {
	background:none repeat scroll 0 0 #000;
	border:1px dotted #fff;
	margin-top:10px;
	padding:10px;
}
.pickUpName label {
	width:auto;
}

/* Order Summary ************************/
#reviewOrderHeader{margin-bottom:10px;}
#reviewOrderHeaderTot{
	width:30%;
	float:right;
}
#topOrderTotalDiv{
	float:right;
	text-transform:uppercase;
	padding:6px 0px 0 0;
	text-align:right;
	margin-right:2px;
	}
span#topTotalLabel{
	display:block;
	float:left;
	padding:0 5px;
	text-align:right;	
}	
span#topTotal{
	display:block;
	float:left;
	text-transform:uppercase;
	padding:0px 2px 2px 2px;
	text-align:right;
	font-weight:bold;
	vertical-align:top;
	color:#fff;
	font-size:14px;
	font-weight:bold;	
}
#reviewOrderHeaderTot .finishButton{width:110px; margin:45px -190px 0 0;}
#reviewOrderHeader p{
	width:65%;
	float:left;
}
#reviewOrderHeaderTot p{
	text-transform:uppercase;
	width:70%;
	float:left;
	text-align:right;
	font-size:14px;
	font-weight:bold;
}
#reviewOrderHeaderTot p span{font-weight:normal;font-size:12px;}
.confirmSection {
	padding:4px 8px 8px 8px;
	margin: 0;
	clear:both;
	min-width:700px;
}
.confirmContent{
	clear:both;
	border-top:1px solid #ccc; 
	padding-top:5px;
	margin:0;
min-width:1px;
	}
.confirmContent .col1,.confirmContent .col2,.confirmContent .col3{
		float:left; 
		margin:0px 15px 4px 0px; 
		width:30%;
	}
.col1 span.shipName, .col2 span.shipAd{
		display:block;
		padding:2px 0;
		font-weight:bold;
	}
	.col1 span.shipPhone,.col1 span.shipEmail,.col2 span.shipAd1,.col2 span.shipAd2,.col2 span.shipAd3{
		display:block;
		padding:2px 0;
	}
	
.confirmShipping{
	background:none; 
	margin-bottom:10px;
	}
#confirmPayment{
	background:none;
	margin-bottom:10px;}
	
.confirmPickUp{
	background:none; 
	margin-bottom:10px;
	}

#confirmItems{background:none;}
	#confirmItems table{clear:both; background:none; margin-top:5px;}
#confirmItems table td{}
#confirmOrderSummary{
	background:none;
	}

#confirmOrderHolder , #footerSubHolder{
	border-top:2px solid #ccc; 
	width:100%;
	margin:0 auto;
	}
	#confirmOrderSummary h3{display:none}
	
#confirmPromo{
	padding:5px; 
		margin:0px; 
		width:460px;
		float:left;}	

#confirmPromo .promoCodeField {
	margin:10px 0 0 0;
	padding:0;
}
#orderSummaryTable{float:right;margin-top:10px;}

#orderSummary{
	margin-bottom:10px;
	border-collapse:collapse;
	}

#orderSummary th {
	vertical-align: top;
	background:none;
	color:#fff;
	font-weight:normal;
	text-align:left;
	width:100px;
	padding:5px 0 0 0px;
}
#orderSummary tr{border:0}
#orderSummary td{padding:5px 0;}
#orderSummary td.shippingDiscounts{padding:0px 0 5px 0;}
#orderSummary td.orderSums{text-align:right;padding-right:8px; width:120px;}
.itemBlank{width:60px;}

#orderSummary td{}

#orderSummary .theTotal{
	padding:15px 2px 2px 2px;
	text-align:right;
	font-weight:bold;
	border-top:2px solid #ccc;
	vertical-align:top;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
#orderSummary .theTotal span.totalText{text-transform:uppercase;font-size:12px;padding:0 5px;font-weight:normal;}
#orderSummary .totalFlags{
	border-top:2px solid #ccc;
	padding-top:10px;
	}
#orderSummary td.orderSummarySeparator{height:10px;padding:0;}
.confirmSection h3 {
	margin: 1px  0;
	padding:3px 0;
	overflow:hidden;
	color:#91e966;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	float:left;	
}
a.changeButton {
	display:block;
	float:right;
	padding:0 5px;
	margin: 3px 0 0 0;
	min-width:0;
	overflow:hidden;
	text-align:right;	
}

.maestroText{
	clear:both;
	margin:10px 0;
}
.maestroText img{margin:0;float:left;padding:0 6px 0 0;}
.maestroText span{}
.finishButton {
	width:110px;
	float:right;
	height:16px;
	margin:15px 5px 0 0;
	padding-right:10px;
}
.finishButton a{
	cursor: pointer;
	color:#fff;
	padding:0;
	width:110px;
	height:15px;
	background:url(/store/images/placeOrder.jpg) no-repeat  0 0;
	padding:0px 0 0 0;
	margin:0px 4px;
	float:right;
	text-indent:-10000px;
	
	}
.finishButton a:hover{
	color:#BBC4C6;
	width:100px;
	
	}
.confirmSection table {
	border-collapse: collapse;
	width: 100%;
}
.confirmSection table th {
	padding:3px 5px;
	text-align: left;
	background:#000;
	color:#FFF;
}
.confirmSection table td {
	padding: 5px;
	border-top: 1px solid #ccc;
}


.detailsLink {
	display: none;
}
.taxPop{
	display:none;
	position:absolute;
	font-size:10px;
	background:#000;
	padding:0;
	margin:0;
	border:1px dotted #fff;
	}
	.taxPop ul{margin:0;padding:4px;}
	.taxPop ul li{
		list-style:none;
		padding:0;
		margin:0;
		text-align:left;
		}
.taxHover{
	font-size:10px;
	font-style:italic;
	display:block;
	height:auto;
	width:100%;
}
dl.shippingMethod dt {
	font-weight: bold;
}
.WizardButtonCss{
    /* The continue and cancel order buttons at the bottom of the checkout pages */
    padding: 15px 0;
    margin-bottom: 30px;
}

.WizardButtonCss a.cancelButton{
 	display:block;
	float:left;
	padding:0 4px;
}
.WizardButtonCss a.nextButton{ 
	background:transparent url(/images/template/buttons/blankShort.jpg) repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	float:right;
	font-weight:bold;
	height:32px;
	line-height:32px;
	margin-bottom:15px;
	text-align:center;
	width:113px;
}
.WizardButtonCss a.nextButton:hover{
   	color:#D6D8DB;
	text-decoration:none;
}

.styledForm, .styledFormDrops {
	clear:both;
	margin-bottom:4px;
	min-height:32px;
	width:100%;
}
.styledForm label,.styledFormDrops label {
	width: 180px;
	display: block;
	float: left;
	text-align: right;
	margin:3px 5px;
}
.styledForm input, .styledFormDrops input{
	margin:0 5px 0 5px;
	padding:4px;
	float:left;
	border:1px solid #600009;	
}
.styledForm select, .styledFormDrops select {
	margin:0 5px 0 22px;
	overflow:hidden;
	padding:3px 2px;
	background-color: #fff;
	border:1px solid #600009;
}
.styledForm img, .styledFormDrops img{
	vertical-align:middle;
	clear:both;
}
.styledFormDrops span.DESVALErrorText {
float:none;
*float:left;
}

.cardSection{
	margin-top:20px;
}
.cardSection .styledFormDrops span.DESVALErrorText{
	float:none;
	position:relative;
	top:-3px;
}
.cardSection span.DESVALErrorText img {
	display:inline;
	margin-left:0;	
}
.cardSection #ctl00_ContentBody_PaymentControl_PaymentMethodDetails_ExpirationDate{
	float:left;
}
#newPayment h4{
	margin:5px 0 20px 0;
	}
div.paymentOptionTab{
          width: 200px;
          float:left;
         height:40px;
}

div.paymentOptionTabActive{
        width: 200px;
       float:left;
     height:40px;
}
div.paymentOptionTab input, div.paymentOptionTabActive input{float:none;}


#helpPopup{
   background:none repeat scroll 0 0 #000;
   border:1px dotted #fff;
	color:#fff;
	display:none;
	font-size:11px;
	padding:5px;
	position:absolute;
	text-align:left;
	width:400px;
	z-index:100;
	clear:both;
}
#helpPopup h3{
   	 margin: 0;
   	 padding: 0;
}
.cvnArea .styledForm p{
	font-size:12px;
	margin-left:5px;
	margin-bottom:10px;
	}
.cvnArea .styledForm label {
	margin-top:10px;
	text-align:left;
	width:auto;
}
.cvnArea .styledForm{
	background:#000000;
	padding:5px 10px 10px 10px;
	border:1px dotted #fff;
	}
.cvnArea .CCVNumber  {
	margin-top:11px;
}
.cvnArea input{
	margin-top:8px;
	}
.cardSection .CCVNumber, .CCVNumber {
	float:left;
	padding:3px 0 0 0;
}
.CCVNumber{
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:150px;
}
.CCVLink {
	display:block;
	width:150px;
	margin-top:5px; 
	margin-left:0px;
}
.cvnArea span.DESVALErrorText{
	margin-top:5px; 
	*margin-top:7px; 
	margin-right:4px;
	}


/*************************MISC STYLES*************/

#ctl00_ContentBody_PaymentControl_PaymentMethodDetails_BillingAddress_BillingAddressLabelNew {
	margin:0 40px 20px 0;
	margin-right:100px;
	padding:0;
	float:left;
}

#ctl00_ContentBody_PaymentControl_PaymentMethodDetails_SwitchToUseExistingCreditCardButtonButton {
	float:right;
}



#ctl00_ContentBody_ViewCart1_CartItems1_CartItems_ctl02_AddPromoCode_FormContainer_PromoCode_ErrorMessages_Img {
	margin:0;
	margin-top:5px;
	margin-left:3px;
	padding:0;
}

span#ctl00_ContentBody_EditPaymentMethod1_CreditCard1_BillingAddress_BillingAddressLabelNew {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}
#Discount{
	border:1px dotted #fff;
	margin:10px 0 0 0;
	padding:10px 5px 5px 110px;
	font-size:14px;
	background:url(/store/images/template/sale.gif) no-repeat 5px 5px;
	min-height:55px;
	line-height:20px;
}


.pickUpName br{
	display:none;
}

ul.digDownloadList, ul.digDownloadList li{
	font-style:italic; list-style:square; list-style:inside;
}

.issueDateHide{
	display:none!important;
}
