/*
	Page Display Cases
*/

#itemDisplayBody, #cartViewBody{
	padding: 15px;
}

/*
	Item List Page
*/

.storeSectionHeader{
	height: 150px;
	background-color: #222222;
}

.displayItemTable{
	width: 573px;
	margin-left: 15px;
}

.displayItemTable td{
	border: solid 1px #333333;
	background-color: #101010;
}

.displayItemBoxPad{
	padding: 10px 5px 10px 5px;
}

.itemListName{
	margin: 3px 0 3px 0;
	font-weight: bold;
}

.itemListProductNum{
	margin: 0 0 3px 0;
}

.itemListPriceCross{
	text-decoration: line-through;
}

.itemSalePrice{
	font-weight: bold;
	color: #CE2474;
}

.itemListPrice{
	font-weight: bold;
}

.itemListSaleCall{
	font-weight: bold;
}

.itemListSalePrice{
	font-weight: bold;
}

/*
	Pagination
*/

.itemListPagination{
	margin: 10px 15px 10px 15px;
}

.paginationNav{
	width: 573px;
}

.paginationNav table{
	width: 100%;
}

.pageOfPage{
	font-weight: bold;
}

.paginationPages{
	text-align: right;
}

.pageLink, .currentPage{
	margin-left: 5px;
}

.currentPage{
	padding: 0 2px 1px 2px;
	font-weight: bold;
	background-color: #A0E31C;
	color: #000000;
}

.paginationNavBottom{
	margin-top: 3px;
	font-size: 10px;
	color: #666666;
}

/*
	Item Display Page
*/

.itemImageBox{
	display: block;
	width: 300px;
	height: 400px;
	float: left;
	border: solid 1px #333333;
	margin: 0 15px 0 0;
}

.rightItemInfo{
	display: block;
	width: 250px;
	float: left;
}


.itemDisplayName{
	font-size: 18px;
	line-height: 22px;
	color: #A0E31C;
}

.itemDisplaySku{
	margin-bottom: 10px;
}

.itemDisplayDollarSign{
	font-size: 11px;
	line-height: 20px;
	vertical-align: top;
	margin-right: 2px;
}

.itemDisplayPrice{
	font-size: 20px;
	line-height: 20px;
}

.productViewPriceCross{
	text-decoration: line-through;
}

.itemDisplaySaleCall{
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	vertical-align: baseline;
}

.itemDisplayExtraInfoDiv{
	display: block;
	border-top: solid 1px #333333;
	padding-top: 10px;
	margin-top: 10px;
}

.itemDisplayInfo{
	margin-bottom: 10px;
}

.itemLabel{
	text-transform: uppercase;
	font-weight: bold;
	color: #0E6583;
}

.addToCartSubmitButton{
	display: block;
	text-indent: -4000px;
	text-decoration: none;
	height: 27px;
	width: 202px;
	background-image: url(images/addToCart.jpg);
}

/*
	View Cart Page
*/

#secureStatement{
	background-image: url(images/miniLock.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 20px;
	font-size: 10px;
	margin-bottom: 10px;
}

.cartFormTable{
	width: 570px;
}

.adminFormTable, .adminAttachedMediaTable{
	width: 730px;
}

.cartFormTable td, .adminFormTable td{
	border: solid 1px #333333;
	background-color: #101010;
	padding: 4px 6px 4px 6px;	
}

.adminAttachedMediaTable td{
	border: solid 1px #333333;
	background-color: #101010;
}

.noBorderTable td{
	border: none;
	padding: none;
}

.adminFormTable li{
	list-style-type: none;
	padding: 4px 0 4px 6px;
}

.adminFormTable .formCheckbox{
	margin-right: 6px;
}

.adminFormTable li input{
	padding: 4px 0 4px 6px;
}

.editCartHeaders td{
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	background: #191919;
	padding: 3px 6px 3px 6px;
	background-image: url(images/tableHeader.gif);
	background-repeat: repeat-x;		
}

.editCartContent td{
	font-size: 10px;
	padding: 5px 6px 5px 6px;
}

.viewCartQuantityInput{
	width: 25px;
}

.cartThumb{
	height: 75px;
}

.cartItemName{	
	font-weight: bold;
}

.cartItemSku{	
}

.cartItemContents{	
}

.updateCartSubmitButton{
	display: block;
	text-indent: -2000px;
	text-decoration: none;
	height: 27px;
	width: 194px;
	background-image: url(images/updateCart.jpg);
}

.cartTotalsTable{
	width: 570px;
}

.adminTotalsTable{
	width: 730px;
}

.cartTotalsTable td, .adminTotalsTable td{
 	padding: 5px 6px 5px 6px;
	font-size: 10px;
	font-weight: bold;
}

#cartGrandTotalsLine{
	font-size: 22px;
}

.cartTotalsLine{
	border-bottom: solid 1px #333333;
}

.viewCartProceedBox{
	width: 570px;
}

.keepShoppingButton{
	display: block;
	text-indent: -2000px;
	text-decoration: none;
	height: 27px;
	width: 202px;
	background-image: url(images/continueShopping.jpg);
	float: left;
}

.checkoutSubmitButton{
	display: block;
	text-indent: -2000px;
	text-decoration: none;
	height: 27px;
	width: 211px;
	background-image: url(images/proceedToCheckout.jpg);
	background-repeat: no-repeat;
	float: right;
}

/*
	Checkout
*/

/* Checkout Page */

.checkoutContinueButton{
	display: block;
	text-indent: -2000px;
	text-decoration: none;
	height: 27px;
	width: 116px;
	background-image: url(images/continueButton.jpg);
	margin-bottom: 25px;
	float: right;
}

.checkoutFinishButton{
	display: block;
	text-indent: -2000px;
	text-decoration: none;
	height: 27px;
	width: 138px;
	background-image: url(images/placeOrder.jpg);
	float: right;
	margin-bottom: 25px;
}

.updateInfoButton{
	/* display: block;
	text-indent: -2000px;
	text-decoration: none;
	height: 34px;
	width: 179px;
	background-image: url(images/updateInfoButton.gif); */
}

.checkoutFormTable td{
	padding: 5px;
}

.checkoutFormTable td table td{
	padding: 0 10px 0 0;
}

.checkoutFormTable img{
	border: solid 1px #CCCCCC;
}

.checkoutLabelError{
	color: #F64387;
}

.checkoutFormBox{
	border: solid 1px #333333;
	background-color: #101010;
	width: 570px;
	padding: 15px 0 15px 0;
	margin-bottom: 15px;
}

.checkoutFormBox textarea{
	width: 300px;
	height: 200px;
}

.checkoutErrorBox{
	width: 730px;
	color: #F64387;
	font-weight: bold;
}

.checkoutProceedBox{
	width: 570px;
}

/* 
	Forms
*/

.formLabelDisabled{
	color: #666666;
}

#shipFName, #shipLName, #billFName, #billLName{
	width: 75px;
}

#shipMName, #billMName{
	width: 	25px;
}

.priceListPriceInput{
	width: 50px;
}

.formLabelRequiredMark{
	color: #1FBFF6;
}

.privacyBody{
	font-size: 10px;
	text-transform: uppercase;
}