/*Store*/
form {
	display:inline;
}
.pageTitle {
	font-size:32px;
	color:#333333;
	font-weight:bold;
}
.pageDivider {
	background-color:#333333;
	height:1px;
	margin-top:5px;
	margin-bottom:5px;
}
.breadcrumb {
	color:#333333;
	font-size:11px;
}
.formText {
	font-size:11px;
}
.leftNav {
	font-size:11px;
	color:#FFFFFF;
	background-color:#333366;
	padding:10px;
	padding-bottom:40px;
}
.leftNav a {
	color:#FFFFFF;
}
a {
	color:#006699;
	text-decoration:none;
}
a:visited {
	color:#006699;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.storeProductFileLinks a, .storeProductFileLinks a:hover, .storeProductFileLinks a:visited {
	color: #0000FF;
}
.cartTitles {
	color:#333333;
	font-size:12px;
	font-weight:bold;
}
.even {
	background-color:#F0F0F4;
}
.odd {
	background-color:#E1E1E8;
}
.small {
	font-size:9px;
}
.medium {
	font-size:11px;
}
.button {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#333366;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	font-size:11px;
	font-weight:bold;
	width:100px;
}
.searchButton{
	margin-bottom:0px;
	width:25px;
}
.buttonLarge {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#333366;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	font-size:11px;
	font-weight:bold;
}
.productDivs {
	 text-align:center;
	 background-color:#FFFFFF;
 	 width:100%;
	 padding-bottom: 20px;
}
.listingPageObjectTitle {
	font-size:16px;
	font-weight:bold;
}
.sortLinks {
	padding-top:20px;
	text-align:right;
}
.sortLinks a {
	cursor:pointer;
}
.sortLinks a:hover {
	text-decoration:underline;
}
.expressCheckoutBox {
	background-color:#333366;
	color:#FFFFFF;
	font-size:11px;
}
.expressCheckoutBox input{
	font-size:12px;
	width:125px;
}
.checkoutFormField {
	font-size:12px;
	width:150px;
}
.validationErrorBox {
 	border:1px solid #FF0000;
	background-color:#FFFFCC;
	color:#000000;
	font-size:11px;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	margin:10px;
}
.prodTitle{
	font-size:20px;
	color:#333366;
}
.prodSKU{
	background-color:#626289;
	color:#FFFFFF;
	font-size:12px;
	padding:2px;
}
.checkoutTitleBar{
	background-color:#626289;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:2px;
	padding-left:5px;
}
.checkoutLoginColumn{
	border-right:1px solid #CCCCCC;
	padding-left:10px;
	padding-right:10px;
}
.thumbTable{
	border:1px solid #CCCCCC;
}
.miniCartItem {
	border:1px solid #CCCCCC;
	font-size:11px;
}
.miniCartItem #SKU {
	color:#999999;
	font-size:10px;
}
.ProdNameLink{
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}
.forgotPassword{
	font-size:10px;
	color:#0000FF;
}
.ticketCartInfo {
	font-size:11px;
}
.ticketCartInfo td.Title {
	/*background-color:#E4E4E4;*/
	font-style:italic;
	font-weight:bold;
	font-size:11px;
}
.ticketCartInfo td.Text {
	/*background-color:#F5F5F5;*/
	font-size:11px;
}
.ticketSectionTitles {
	font-size:16px;
	border-bottom:2px solid #666666;
	padding:3px;
	text-align:center;
}
.ticketSeatGrid {
	font-size:10px;
}
.ticketSeatGrid td {
	width: 15px;
	height: 15px;
}
.ticketSeatGrid td.available {
	background-image:url(/modules/store/images/seat_available.jpg);
}
.ticketSeatGrid td.mouseover {
	background-image:url(/modules/store/images/seat_mouseover.jpg);
}
.ticketSeatGrid td.reserved {
	background-image:url(/modules/store/images/seat_reserved.jpg);
}
.ticketSeatGrid td.unavailable {
	background-image:url(/modules/store/images/seat_unavailable.jpg);
}
.ticketSeatGrid td.selected {
	background-image:url(/modules/store/images/seat_selected.jpg);
}
.ticketSelectedSeat {
	border-bottom: 1px solid #000000;
	padding: 5px 0px;
}
.ticketSelectedSeat label {
	font-weight: bold;
}
.ticketSelectedSeat label:after {
	content: ":";
}
.ticketSelectedSeatWillCallName {
	width: 90px;
}
.ticketSelectedSeatRemove {
	font-weight: bold;
	color: #FF0000;
	cursor: pointer;
}
.currentPage {
	font-weight:bold;
	font-size:14px;
}
option.disabled {
	color: #999;
}
.cartInsufficientQty {
	font-weight: bold;
}
.crossSellingProduct {
	padding:5px;
}

table.orderSummary {
	border-collapse: collapse;
	border: 1px solid #000000;
	margin: 10px;
	background-color: #FFFFFF;
	color: #000000;
	width: 100%;
}
table.orderSummary th {
	background-color:#666666;
	border: 1px solid #000000;
	color:#FFFFFF;
}
table.orderSummary th, table.orderSummary td {
	padding: 1px 6px;
}
table.orderSummary .total td {
	border-top: 3px solid #000000;
	font-size: 18px;
}
table.orderSummary .subtotal, table.orderSummary .otherCharge {
	background-color:#8B8B8B;
	color:#FFFFFF;
}
table.orderSummary .shipmentHeading {
	font-size: 12px;
	border-bottom: 1px dashed #000000;
	padding-top: 10px;
}
table.orderSummary .odd {
	background-color: #E5E5E5;
}
table.orderSummary .even {
	background-color: #F3F3F3;
}
.scheduleCalendarTable{
	font-size:11px;
}
.scheduleCalendarTable th{
	background:#E6E8FF;
	/*padding:10px;*/
}
.scheduleCalendarTable td{
	background:#F0F3F7;
	/*padding:10px;*/
}
.scheduleFieldset{
	width:250px;
}

.scheduleFieldset legend{
	font-weight:bold;
}
.scheduleCartContent{
	font-size:11px;
}
.scheduleBuyTable{
	padding:6px;
	border-collapse:collapse;
}
.scheduleBuyTable td, .scheduleBuyTable th{
	border:2px solid #7D98B5;
}
.scheduleQtyTable th,.scheduleQtyTable td{
	border:2px solid #F0F3F7;
	font-weight:normal;
}
select.scheduleOptionDropDown{
	max-width:100px;
	/*width: expression(this.clientWidth > 100 ? '100px':true);*/
}
.scheduleOptionContainer{
	width:100px;
	overflow:hidden;
}
img.menuThumb {
	float: left;
	padding:0px 20px 0px 0px;
}
.menuQuantity {
	float: right;
	font-weight: bold;
}
.menuPrice {
	font-size: larger;
	float: right;
	font-weight: bold;
}
.menuOptions {
	float: right;
}
td.menuItem {
	vertical-align: top;
	width: 33%;
}
.menuGroup {
	margin-top: 40px;
}
.objectDescription {
	text-align:left;
	width:75%;
	margin-left: auto;
	margin-right:auto;
}
.kitSlotName{
	font-weight:bold;
	font-size:12px;
	padding-top:10px;
}
.kitSlotContainer{
	overflow-y:auto;
	width:400px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #7F9DB9;
	position:absolute;
	top:-204px;
	left:0px;
	background-color:#FFFFFF;
	color:#000000;
	z-index:200;
}

.kitSlotIframe{
	width:400px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	top:-204px;
	left:0px;
	z-index:150;
}

.kitSlotSelector{
	background-color:#FFFFFF;
	border-top:1px solid #7F9DB9;
	border-bottom:1px solid #7F9DB9;
	border-left:1px solid #7F9DB9;
	width:200px;
	padding:2px;
	z-index:1;
	position:relative;
	height:16px;
	overflow:hidden;
	color:#000000;
	float:left;
	line-height:16px;
}

.kitChoiceOdd td{
	padding:5px;
	border-bottom:2px solid #3366FF;
	background-color:#FFFF99;
}

.kitChoiceEven td{
	padding:5px;
	border-bottom:2px solid #3366FF;
	background-color:#FFFFCC;
}

.kitSlotChoiceArrow{
	 /*position:absolute;
	 top:-4px;
	 left:-20px;
	 z-index:100;*/
	 float:right;
}

.requiredSlot{
	color:#FF0000;
}

.securityCodeImage{
	position:absolute;
	top:-220px;
	left:120px;
}

.BuyFromListingPageReadMore{
	display:none;
}
.BuyFromListingPageVerticalDivider{
	border-right:1px solid #CCCCCC;
	width:20px;
}
.BuyFromListingPageHorizontalDivider{
	border-top:1px solid #CCCCCC;
}
.BuyFromListingPageSpacer img{
	height:20px;
	width:20px;
}

.shippingMethodPrice {
	background-color: #EFEFEF;
	color: #000000;
}
.shippingMethodName {
	background-color: #F8F8F8;
	color: #000000;
}
.orderTotalSectionHeading {
	text-align: left;
}
.orderTotalItemName {
	background-color: #EFEFEF;
	color: #000000;
	font-weight: normal;
	text-align: right;
}
.orderTotalItemPrice {
	background-color: #F8F8F8;
	color: #000000;
}
.orderTotalRemainingBalance {
	border-top: 2px solid #000000;
	color: #FF6600;
	font-weight: bold;
	text-align: right;
}
.orderTotalSection {
	border-left: 3px solid #CCCCCC;
	padding-left: 10px;
	vertical-align: top;
}
.payMethodOptions {
	padding-right: 10px;
	width: 275px;
}
.payMethodOptions input {
	vertical-align: middle;
}
.payMethodOptions img.payMethodIcon {
	vertical-align: middle;
}
.payMethodOptions .payMethod {
	margin-bottom: 5px;
}
label img {
	behavior: url(/modules/common/label_img.htc);
}
.productDescriptionContent{
	padding-bottom:15px;
}
.productDescriptionTitle{
	padding-top:15px;
}
.productReviewForm td{
	padding-bottom:15px;
}
.productReviewForm td td{
	padding-bottom:0px;
}
.productReviewTitle{
	font-weight:bold;
	padding-top:10px;
	border-bottom:1px solid #999999;
}
.productReviewInfo{
	font-size:11px;
	color:#999999;
}
.productAddForm{
	background-color:#EFEFEF;
	border:1px solid #CCCCCC;
	margin:10px;
	padding:7px;
}
.productOtherInformation{
	background-color:#EFEFEF;
	border:1px solid #CCCCCC;
	margin:10px;
}
.productOtherInformationContent{
	padding:7px;
}

div.productOtherInformationTitle{
	background-color:#CCCCCC;
	padding:3px;
	font-weight:bold;
}
.productTabLabels{
	cursor:pointer;
	font-weight:normal;
	border:1px solid #CCCCCC;
	border-bottom-style:none;
	padding:4px;
	white-space:nowrap;
	/*display:block;*/
	float:left;
	/*line-height:25px;*/
	margin-right:5px;
}
.productTabs{
	padding:7px;
	background-color:#EFEFEF;
	border:1px solid #CCCCCC;
	clear:both;
}
.productTabLabelContainer{
	/*white-space:nowrap;*/
	/*overflow:hidden;*/
	width:100%;
}
.productTabScrollArrows{
	cursor:pointer;
	background-color:#666666;
	margin:0px 4px 0px 4px;;
	height:20px;
	width:10px;
}
.Layout2_prodTitle{
	font-size:15px;
}
select.optionDropDown{
	max-width:200px;
}
.optionContainer{
	width:200px;
	overflow:hidden;
}
.cartComments{
	font-size:10px;
	color:#666666;
	padding:6px 0px 6px 0px;
}
.wishListTitle{
	font-weight:bold;
	color:#006699;
}
.registryTitle{
	font-size:16px;
	font-weight:bold;
	padding:5px;
}
.registryCode{
	height:18px;
	width:200px;
	text-align:center;
	vertical-align:middle;
	background-color:#FFFFCC;
	border:1px solid #FF0000;
	padding:5px;
}

.paymentShippingInstructions{
	padding:8px;
	font-weight:bold;
}
.checkoutCustomMessage{
	color:#090;
	font-size:11px;
	font-weight:bold;
}

.CouponMessageAccepted{
	color:#009933;
	padding-right:5px;
}
.CouponMessageNotFound{
	color:#FF0000;
	padding-right:5px;
}
.emailBox{
	border:1px solid #000;
	position:absolute;
	padding:15px;
	margin:auto;
	background-color:#333;
	opacity:0.95;
	filter:alpha(opacity=95);
	color:#FFF;
	z-index:500;
}
.emailBox th{
	text-align:right;
}

.cartSummary{
	border:1px solid #000000;
	background-color:#FFF;
	margin:3px 0px;
	padding:3px;
	width:160px;
}
.cartSummaryItemAdded{
	color:#093;
	font-weight:bold;
}
.cartSummaryLink{
	margin-right:2px;
}
.headerBar{
	display:none;
}
.cartMessage{
	border:1px solid #D1D1D8;
	padding:0px 5px;
}
.createAccountForm th{
	font-weight:normal;
	text-align:right;
}
.listingPageMSRP{
	display:none;
}
.affiliateOrders{
	margin:25px 15px;
	border-collapse:collapse;
}
.affiliateOrders th{
	border-bottom:2px solid #000;
	padding:0px 25px;
}
.affiliateOrders td{
	text-align:center;
	padding:5px;
	border:1px solid #000;
}
.affiliateOrders .OddRow td{
	background-color:#CCC;
}
.affiliateOrders .EvenRow td{
	background-color:#FFF;
}
.affiliateOrders .TotalLabel{
	text-align:right;
	font-weight:bold;
}
.affiliateOrders .TotalAmount{
}