﻿/* General **************************************************/
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/*CURRENCY STYLES##########################*/
#ShoppingCart{
	background:url(/images/template/featureCallout_bot.jpg) no-repeat scroll center bottom transparent;
	line-height:14px;
	padding:4px 0px 6px 0px;
	width:284px;
	margin-bottom:12px;
}
#ShoppingCart h3{
	background:url("/store/images/template/titles/selectCurrency.gif") repeat scroll 0 0 transparent;
	height:35px;
	width:284px;
	text-indent:-10000px;
}

#shoppingCartCont, #cartMini{
	background:url(/images/template/featureCallout_bar.jpg) repeat-y scroll 0 0 transparent;
	width:254px;
	padding:0 15px;
}
	
#cartMini{display:block;padding:6px 15px; text-transform:uppercase;}
#cartMini a{color:#3B3B3B; font-size:12px; display:block;}
#cartMini span.cartTotal{font-size:14px;display:block;margin:8px 0 4px 0;}
.currencyMask input{
	display:block;
	margin:0 auto 3px auto;
	padding:0;
	}
/*flag stuff*/	
.CurrencyCart{float:right; width:68px;}
#footerSubHolder .CurrencyCart{margin-top:10px;}
#ShoppingCart a.cMask{
	display:block;
	width:120px;
	color:#51788D;
	padding:3px 0px 0 14px;
	cursor:pointer;
	margin-left:54px;
	margin-bottom:10px;	
	font-size:11px;
	background:url(/store/images/downArrowCart.gif) no-repeat 0px 8px;
	text-decoration:none;
}
.CurrencyCart a.cMask{
	background:url(/store/images/downArrowCart.gif) no-repeat 0 9px;
	width:20px;
	height:38px;
	position:absolute;
	display:block;
	margin:0px 0 0 0;
	margin-left:50px;
	*margin-left:0px;
	cursor:pointer;
	z-index:109;
	text-decoration:none;
}
#ShoppingCart a.cMask:hover,.CurrencyCart a.cMask:hover{
	color:#5389af;
	}

#ShoppingCart 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:56px;
	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:12px;
	color:#000;
	padding:4px 0 6px 0;
	border-top:1px solid #d7d7d7;
	}
.shoppingLinks{
	border:0;
	margin-top:20px;
	padding:0;
	clear:both;
	border-top:1px solid #d7d7d7;
}
.shoppingLinks a, .shoppingLinks a.quickCartButs{
	display:block;
	cursor: pointer;
	color:#fff;
	text-transform:uppercase;
	padding:8px 0 0 0;
	width:111px;
	height:24px;
	font-weight:bold;
	background:url(/store/images/shoppingLinksBut.jpg) no-repeat 0 0;
	background-position:0 0;
	margin:8px 0px;
	float:right;
	border:none;
	text-align:center;
}
.shoppingLinks a.quickCartButs{float:left;}
.shoppingLinks a:hover, .shoppingLinks a.quickCartButs:hover{
	text-decoration:none;
	color:#dcdee1;
}

/*CURRENCY ENDS HERE ##################*/

ul#nav li ul li a.subOn{color:#fff;}

#contentBodyStore{
	margin-left:22px;
	padding:30px 0;
	width:940px;
	}

.clear
{
    clear: both;
}
#signIn{
	margin-top:5px;
}
#signInBar {

padding:7px 10px 0 0;

}
h1{
    font-size: 18px;
    color: #940505;
    text-transform: uppercase;
    font-weight: normal;
}

h2{
     color: #940505 ;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
	font-family: Verdana;
	margin:0 0 10px 0;
	padding:0;
}

h3{
    font-size: 14px;
    color: #940505;
}

h4{
    font-size: 12px;
}


.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{
	margin:0 5px 0 5px;
	padding:4px;
	float:left;
	border:1px solid #b9b9b9;
	
}
.styledForm select, .styledFormDrops  select{
	margin:0 5px 0 5px;
	overflow:hidden;
	padding:3px 2px;
	background-color: #fff;
	border:1px solid #b9b9b9;
}
.styledForm img{vertical-align:middle;clear:both;}

.cardSection{margin-top:20px;}
.cardSection span.DESVALErrorText img {
	display:inline;
	margin-left:0;	
}

.cardSection #ctl00_ContentBody_PaymentControl_PaymentMethodDetails_ExpirationDate{
	float:left;
	}
.styledFormDrops span.DESVALErrorText{float:none;}


h2.storeTitle
{
    color: #940505 ;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
	font-family: Verdana;
	margin:0 0 10px 0;
	padding:0;
}
#shoppingCart{border-top:1px solid #b9b9b9; padding-top:5px; margin-top:0px; }
#Container
{

    border: 0px solid #000;
    margin: 0 auto;
}

#store_body
{
    float: right;
    height: auto !important;
    margin: 0 15px 0 0;
    _margin: 0 8px 0 0;
    min-height: 500px;
    padding: 0 0 20px 0;
    width: 600px;
}

#Welcome
{
    width: 900px;
    margin: 0 auto;
    text-align: right;
    padding: 15px 0;
}

#Header
{
    padding: 10px 0;
    margin-bottom: 15px;
}

#Footer
{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

img.featured
{
    float: left;
    margin: 0 10px 10px 0;
    border: 0;
}

/* Side Panel **************************************************/

#sidePanel
{
    float: left;
    font-size: 1.1em;

}

#sidePanel h3
{
    margin-bottom: 0;
}

#CustomerService
{
text-align: center;
}

#CustomerService ul li
{
    padding: 1px 0;
}

#Categories ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#Categories ul li
{
    height: 20px;
    margin-bottom: 5px;
}

#Categories ul li a
{
    background:;
    display: block;
    padding: 3px 0 3px 10px;
    text-decoration: none;
    color: #000;
    font-size: 11px;
    border-bottom: 1px dotted #000;
    border-top: 1px dotted #000;
}

#Categories ul li a:hover
{
    background: #cbcbac;
}

#Currency h3
{
    background: url(/store/images/SelectACurrency.gif) no-repeat;
    width: 226px;
    height: 31px;
    text-indent: -10000000px;
}

#QuickLinks
{
    font-size: 11px;
    text-align: center;
	display: block;
	height: 46px;
	width: 275px;
	margin: 0px 0px 0px 8px;
}

#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;
}

#CustomerService
{
    font-size: 11px;
	margin-top: 0px;
}


/* Category View **************************************/

.thumbnailView
{
    width: 30%;
    height: 220px;
    float: left;
    padding: 5px;
    margin: 4px;
    background:;
    text-align: center;
	background:#fff;
	border:1px solid #ddd;
}

.thumbnailView h4
{
    margin: 0 0 5px 0;
    padding: 5px;
    height: 35px;
    font-weight: normal;
	font-size:12px;
}

.DataListFooter
{
    clear: both;
}

a.switchSummaryView, a.switchThumbnailView
{
    display: none;
}

.thumbnailPrice, .moreInfo
{
    margin: 5px 0;
    padding: 0;
}

.thumbnailView img
{
    margin-bottom: 5px;
	border: 1px solid #d7d7d7 !important;
}

/* Tickets **************************************/

table#TicketListing{
border-collapse:collapse;
width:100%;
}

table#TicketListing tr{

}

table#TicketListing th
{

background:transparent url(/images/template/tableheader.jpg) repeat-x scroll 0 0;
border:medium none;
}

table#TicketListing td{
padding-left:5px;
text-align:left;
border-bottom:1px dotted #d7d7d7;
}

table#TicketListing td a
{
    
}

table#TicketListing td a:hover
{
   
}

/* Product View **************************************/

img.productImage
{
    float:left;
	display:block;
    margin: 20px 10px 10px 0;
	border: 1px solid #d7d7d7 !important;
}

.description
{
    border-top: 1px dotted #3f322a;
    margin: 15px 0;
    padding: 15px 0;
}

ul.features
{
    list-style: none;
}

.deliveryTimeframe{
    font-weight: bold;
	float:right;
	width:290px;
	margin:0 20px;
}

.abstract
{
    margin: 15px 0 0 0;
	clear:both;
	
}

.trackWrapper
{
    width: 45%;
    float: left;
}

.description h3
{
    clear: both;
}

a.deliveryTooltip{
    cursor: hand;
	color:#000;
	display:block;
	float:right;
	text-align:right;
	width:600px;
	height:30px;
	overflow:hidden;
	text-decoration:none!important;
}
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:260px;
	*margin-left:-340px;
	*margin-top:30px;
	text-align:left;
}

a.deliveryTooltip:hover div
{
    display: block;
}

/* Add To Cart Panel *****************************/

#addToCart
{
    width: 270px;
    padding: 10px;
    text-align: center;
    margin:4px 20px;
	float:right;
    border: 1px dotted #000;
}

#addToCart input
{
    background: url(/store/images/template/viewCartbutton.jpg) 0 0px no-repeat;
    width: 133px;
    height: 32px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px;
    padding-right:20px;
	color: #FFF;
	font-weight: bold;
	margin: 10px;
}

.timeLimit
{
    color: #600;
}

/* View Cart ========================================================== */

#cartHeader {
	/*text-align: right;*/
	margin:0px 0 10px 0;
	padding:5px 5px 0 5px;
	background:#fff;
	clear:both;
	min-height:1px;/*fixes peekabo*/
}
.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:#333;
	margin:0px 0 4px 0;
	text-align:right;
	text-transform:uppercase;
}
.dollars {
	font-weight: bold;
	color:#3b5366;
	padding:2px;
	font-size:14px;
}
a.checkoutButton{
	display:block;
	cursor: pointer;
	color:#fff;
	padding:0;
	width:199px;
	height:28px;
	background:url(/store/images/proceedCheckout.png) no-repeat  0 0;
	padding:5px 0 0 0;
	margin:4px 5px 4px 0px;
	float:right;
	text-indent:-10000px;
}
a.checkoutButton:hover, a.continueButton:hover {
	color:#669dba;
	text-decoration:none;
}
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:#51788D;
	font-weight:bold;
}
#cartFooter a.continueButton{
	margin-top:8px;
}

.footerSubtotal{
	min-height:50px;
	background:#fff;
	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;
	background:url(/images/template/tableheader.jpg);
}
.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;}
.cartItems select{padding:2px; border:1px solid #ccc; min-width:40px;}

.cartItems td {
	background: #fff;
	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{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;}
.confirmItemsTable .itemDelete{width:50px;}

input.removeButton{padding:0}



/*Promo Code */
/************************Promo Code Styles**********************************/
.promoHolder{
	width:530px;
	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 0 0 5px; 
	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:24px;
	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;}



a.PromoCodeBtn:hover {
	color:#DDD;
	cursor:pointer;
}



.maestroText img{
	margin-right:10px;
	*margin-right:0px;
}


/* 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;
    background: ;
    border: 1px solid #ccc;
    overflow: hidden;
    clear: both;
}

.selectedPayment
{
    height: 80px;
}

.selectedAddress, .selectedPayment
{
    background: #FFF url(/store/images/selected.gif) top right no-repeat;
    border: 1px dotted #000;
    _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
{
    float: left;
    margin: 0 10px 0 0;
}

input.savedAddressesRemove, input.savedAddressessRemove
{
    clear: both;
    float: right; *margin-top:40px;
}

.selectedPayment input
{
    margin-top: 30px;
}

.savedAddress dl, .savedPayment dl, .selectedPayment dl, .selectedAddress dl {
	margin: 0;
	padding: 0;
	float:left;	
}

.selectedPayment dl dt,.savedPayment dl dt {
	clear:left;
	width: 70px;
	float: left;
	margin-top:0px;
}
.selectedPayment dl dd,.savedPayment dl dd{
	display:block;
	width:350px;

	margin-top:0px;
	
}
.savedPayment dl dt, .selectedPayment dl dt {
	font-weight: bold;

}

.savedAddress dl dd, .savedPayment dl dd, .selectedAddress dl dd {
	

}


.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!important;
	
	
}

.savedAddresses h4, #newAddress h4, .newPaymentArea h4
{
   
}

.deliveryMethod{
    clear: both;
    background: #E2E2E2;
    margin: 10px 0;
    padding: 5px;
    border: 1px dotted #000;
}
.deliveryMethod label, #newAddress label, #newPayment label{margin-left:6px;}
/* Payment Method ************************/

#newPayment
{
    margin: 5px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

#newPayment h4
{ margin:10px 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;}
/* Checkout General *************************/

#checkout_body{
    width: 800px;
    margin: 0 auto;
    height: auto !important;
    min-height: 500px;
}

.InventoryNotice{
    display: block;
    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{
 	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;
}

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;
	margin-bottom:10px;
}

.cvnArea .styledForm label{
    width: auto;
    text-align: left;	
	margin-top:10px;
}
.cvnArea .styledForm input{
	margin-top:8px;
}
.cvnArea .styledForm{
 	padding: 5px 10px;
    border: 1px dotted #000;
}
.cvnArea .CCVNumber{
	margin-top:11px;
}
.noCardNumber{
    margin-top: 10px;
}

.cvnArea span.DESVALErrorText img {
	display:block;
	margin-left:0;
	margin-top:8px;
	width:20px;
}
/* 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:#3B5366;
	font-size:14px;
	font-weight:bold;	
}
#reviewOrderHeaderTot .finishButton{width:100%;}
#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;
	}
.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:#fff; 
	margin-bottom:10px;
	}
#confirmPayment{
	background:#fff;
	margin-bottom:10px;}
	
.confirmPickUp{
	background:#fff; 
	margin-bottom:10px;
	}

#confirmItems{background:#fff;}
	#confirmItems table{clear:both; background:#fff; margin-top:5px;}
#confirmItems table td{}
#confirmOrderSummary{
	background:#fff;
	}

#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:#3B3B3B;
	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:#3B5366;
	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:#3B5366;
	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:30%;
	float:right;
	height:36px;
	margin:10px 5px;
}
.finishButton a{
	cursor: pointer;
	color:#fff;
	padding:0;
	width:201px;
	height:35px;
	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;
	}
.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:#ddd;
	padding:0;
	margin:0;
	border:1px solid #b2b2b2;
	}
	.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;
}


/*Comment Form **************************/

.commentForm input{
    padding:0;
	border:0;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	size:11px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
	background:url("/store/images/SendCommentsButton.gif") no-repeat;
    font-size: 12px;
    margin-top: 10px;
    cursor: pointer;
	height:26px;
	width:131px;
	
}

/* CCV Number Pop Up *********************/

#helpPopup{
   background:none repeat scroll 0 0 #FFFFFF;
   border:1px solid #000000;
	color:#000000;
	display:none;
	font-size:11px;
	padding:5px;
	position:absolute;
	text-align:left;
	width:400px;
	z-index:100;
	clear:both;	
	margin-left:5px;
}
#helpPopup h3{
    margin: 0;
    padding: 0;
}
.CCVNumber{
	display:block;
	float:left;
	margin:3px 0 0 0;
	padding:0;
	width:150px;
}
.CCVLink {
	display:block;
	width:150px;
}
/* Digital Downloads **********************/

#DigitalDownload
{
    padding: 0 0px 30px s0px;
}

.DigitalStep img
{
    float: left;
    margin-right: 15px;
	margin-bottom: 15px;
	
}

.DigitalStep
{
    padding: 10px 0;
}

/* Store SideBar **************************/



.storeCallout{
	background:url(/images/template/featureCallout_bar.jpg) repeat-y;
	width:284px;
	margin-bottom:12px;
}

.storeContent{
	background:url(/images/template/featureCallout_bot.jpg) no-repeat bottom;
	width:262px;
	padding:4px 10px 6px 12px;
	line-height:14px;
	
}
.storeContent h4{text-transform:uppercase;font-weight:bold; font-size:13px;padding-bottom:5px;margin:0;}
.storeContent img{float:right; padding-top:5px;padding-right:2px;}
.storeContent p{float:left;font-size:11px; width:182px; padding:0 0 8px 0}


ul.storePanelList li { 
	font-weight: bold;
	line-height: 14px;
	font-size: 12px;
	background: url(/Store/Images/Template/storeBullet.gif) top left no-repeat;
	text-indent: 20px;
	margin-left: 15px;
	
}	

h3#categories{
		background:url(/store/images/template/titles/storeCategories.gif);
		width:284px;
		height:35px;
	}
	
h3#merchStore{
		background:url(/store/images/template/titles/merchandiseStore.gif);
		width:284px;
		height:35px;
	}
	

	
h3#customerService{
		background:url(/store/images/template/titles/customerService.gif);
		width:284px;
		height:24px;
	}	

h3#welcomeStore{
		background:url(/store/images/template/titles/welcomeStore.gif);
		width:600px;
		height:24px;
		margin:0;
		padding:0;
	}
	
h3#featuredItem{
		background:url(/store/images/template/titles/featuredItem.gif);
		width:446px;
		height:24px;
		margin-top: 20px;
	}	
	
h3#otherFeatured{
		background:url(/store/images/template/titles/otherFeatured.gif);
		width:446px;
		height:24px;
		margin-top: 20px;
		clear:both;
	}
	
h3#digitalDownload{
		background:url(/store/images/template/titles/digitalDownload.gif);
		width:446px;
		height:24px;
		margin-top: 20px;
	}
				
a.viewCartBut {
	background:url(/store/images/template/viewCartbutton.jpg) no-repeat 0 0;
	width:133px;
	height:32px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding:8px 0px 0 0px;
	font-family:tahoma,verdana,arial;
	display:block;
	margin-left:-3px;
	text-transform: uppercase;
	float: left;
	text-indent: -10px;
	}
a.viewCartBut:hover,a.myAccountBut:hover{
	color:#D6D8DB;
	text-decoration:none;
	}
	
a.myAccountBut {
	background:url(/store/images/template/myAccountBut.jpg) no-repeat 0 0;
	width:133px;
	height:32px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding:8px 0px 0 0px;
	font-family:tahoma,verdana,arial;
	display:block;
	margin-left:8px;
	text-transform: uppercase;
	float: left;

	}


a.under { text-decoration:underline; }	
	
.storeContent input { padding: 2px 0px 5px 0px; }

.csInner { margin: auto; text-align: left; padding: 0px 15px; font-size: 12px;}

.featured { float: left; margin: 0px 15px 25px 0px; padding-bottom: 0px;}

.featured img { border: 1px solid #d7d7d7; display: block;}

h2.feature { margin-top: 0px;}

.emph { font-size: 14px;
		font-weight: normal;
		}
		
.storeFeature {
		width: 185px;
		border-left: 1px dotted;
		float: left;
		margin-right: 12px;
		text-align: center;
		padding: 0px 10px;
		
}

.storeFeatureL {
		width: 185px;
		float: left;
		margin-right: 12px;
		text-align: center;
		padding: 0px 10px 0px 0px ;
	
}

.storeFeature h4, .storeFeatureL h4 {
		margin: 0px 0px 15px 0px;
		color: #000;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
}

.storeFeature img, .storeFeatureL img{
 		border: 1px solid #d7d7d7;
}
#sideBar ul.storePanelList{margin-bottom:10px;}

span.optionalTag{
	display:block;
	float:left;
	line-height:24px;
	margin:0 !important;
	width:80px;
}

.digibutton { margin-left: 50px;  }

.maestroText img {
float: left;
display: block;
margin-left: 5px;
padding-right: 10px;
}

/*genereal*/
dl.shippingMethod{margin-bottom:20px;}

#progress{
	position:absolute;
}
.pickUpName{
	margin-top:10px;
	padding:10px;
	background: #fff;
	border:1px dotted #000;
}
.pickUpName label{width:auto}
.confirmItemsTable a{cursor:pointer;}

.orderNumber{font-weight:normal!important;}
.orderNumber span{font-weight:bold!important;}

.pickUpName br{
	display:none;
}

#Discount{
	border:1px dotted #000;
	margin:10px 0 0 0;
	padding:10px 5px 5px 110px;
	font-size:14px;
	background:#fff url(/store/images/template/sale.gif) no-repeat 5px 5px;
	min-height:55px;
	line-height:20px;
}

.issueDateHide{
	display:none!important;
}
