* {
	outline: none;
	}
.clickable {
	cursor: pointer;
	}

/* Store Categories */
.category {
	float: left;
	display: inline;
	width: 25%;
	text-align: center;
	margin-bottom: 10px;
	}
/* END Store Categories */

/* Category Template */
#subCatBox {
	
	}
.subCatEntry {
	
	}
#catNumItems {
	float: left;
	display: inline;
	width: 110px;
	}
#catDisplay {
	float: right;
	display: inline;
	width: 300px;
	text-align: right;
	}
#catPageInfo {
	float: left;
	display: inline;
	width: 200px;
	}
#catPagination {
	float: right;
	display: inline;
	width: 600px;
	text-align: right;
	}
#catProductListing {
	margin-top: 20px;
	}
.catProductEntry {
	float: left;
	display: inline;
	width: 25%;
	text-align: center;
	margin-bottom: 30px;
	}
/* END Category Template */

/* Product Template */
#prodDetailLeft {
	float: left;
	display: inline;
	width: 160px;
	margin-right: 10px;
	text-align: center;
	}
#prodDetailLeft a:hover {
	border: 0;
	}
#prodDetailProdDescImage {
	text-align: center;
	margin-bottom: 10px;
	}
#prodDetailRight {
	float: left;
	display: inline;
	width: 415px;
	}
#prodDetailProductName {
	font-size: 16px;
	font-weight: bold;
	}
#prodDetailProductPrice {
	font-size: 16px;
	}
#prodDetailProdDescBox {
	margin-bottom: 10px;
	}
.prodDetailAttrBox {
	clear: both;
	height: 30px;
	}
.prodDetailAttrSetName {
	float: left;
	display: inline;
	width: 90px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	}
.prodDetailAttrSetValue {
	float: left;
	display: inline;
	width: 110px;
	text-align: left;
	margin-left: 10px;
	}
#prodDetailSubTotal {
	margin: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
#addToCartBtn {
	margin-top: 10px;
	text-align: center;
	}
#addToCartBtn .login {
	border-bottom: 1px dashed #735743;
	}
#ccMsg {
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	}
#ppLoadingBox, #ccLoadingBox {
	margin: 20px 0 0 10px;
	text-align: center;
	}
.paymentMsg {
	margin-top: 10px;
	font-size: 14px;
	}
.prodDetailXSellBox {
	float: left;
	display: inline;
	width: 33%;
	text-align: center;
	margin-bottom: 10px;
	}
#checkoutBtnBoxPayPal {
	width: 111px;
	margin: 0 auto;
	text-align: center;
	}
/* END Product Template */

/* Cart Styles */
.smallFloatBox {
	float: left;
	display: inline;
	width: 389px;
	margin-left: 12px;
	font-size: 11px;
	text-align: left;
	line-height: 15px;
	}
.cartBoxSmTop {
	height: 8px;
	background: url(../../_img/coupon_box_top.gif) no-repeat bottom center;
	}
.cartBoxSmMid {
	background: url(../../_img/coupon_box_center.gif) repeat-y;
	}
.cartBoxSmBot {
	height: 8px;
	background: url(../../_img/coupon_box_bottom.gif) no-repeat top center;
	}
.textPad {
	width: 880px;
	margin: 0 auto;
	font-size: 12px;
	}
.checkbox, .vertMiddle {
	vertical-align: middle;
	}
.cartBoxTitle {
	padding: 5px 0 3px 0;
	margin: 0 15px 0 10px;
	font-size: 14px;
	border-bottom: 1px solid #b5a591;
	}
.cartBoxSmContent {
	padding: 15px 15px 5px 10px;
	}
.shipToOptions {
	margin-left: 10px;
	}
.newAddrLink {
	margin-top: 10px;
	margin-left: 15px;
	}
.addAnotherAddress {
	font-weight: bold;
	border: 0;
	}
.shipGroupItems {
	margin: 0 auto;
	padding: 10px 20px;
	border-left: 1px solid #E3F2FF;
	border-right: 1px solid #E3F2FF;
	background-color: #fff;
	}
.shipGroupHeader, .shipGroupFooter {
	padding: 3px 10px;
	margin: 0px;
	color: #fff;
	font-size: 11px;
	background-color: #7D97A7;
	}
.shipGroupHeader a {
	color: #fff;
	border-bottom: 1px dotted #fff;
	}
.shipGroupFooter {
	text-align: right;
	}
.shipGroupPad {
	padding: 5px 5px 0 5px;
	border-left: 1px solid #E3F2FF;
	border-right: 1px solid #E3F2FF;
	background-color: #fff;
	}
.shipGroupTitle {
	float: left;
	display: inline;
	width: 250px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	}
.shipGroupAddr {
	float: right;
	display: inline;
	width: 450px;
	color: #b71b49;
	font-size: 12px;
	text-align: right;
	}
.shipGroupMethod {
	float: left;
	display: inline;
	width: 250px;
	color: #b71b49;
	font-size: 12px;
	}
.shipGroupCost {
	float: right;
	display: inline;
	width: 450px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	}
#viewCartContent {
	width: 941px;
	background: url(../_img/bg-one-page.png) top left repeat-y;
	}
#viewCartStar {
	color: #383838;
	font-size: 14px;
	text-align: left;
	background: url(../_img/bg-one-page-star.png) top left no-repeat;
	}
.linkUnderline {
	color: #383838;
	text-decoration: underline;
	}
.items_in_cart {
	float: left;
	display: inline;
	width: 300px;
	font-size: 11px;
	padding: 5px 0 0 25px;
	}
.cart_note {
	clear: both;
	width: 562px;
	padding: 20px 0 0 150px;
	color: #627683;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
.cart_subtotal {
	float: left;
	display: inline;
	width: 300px;
	padding: 20px 0 0 10px;
	}

#viewCartSubTotal {
	float: left;
	display: inline;
	width: 200px;
	}
#viewCartItemCount {
	float: right;
	display: inline;
	width: 400px;
	text-align: right;
	margin-left: 30px;
	}
.bigBoxTop, .bigBoxBot {
	width: 760px;
	height: 13px;
	overflow: hidden;
	margin: 0 auto;
	}
.bigBoxBot {
	margin-bottom: 20px;
	}
.bigBoxMid {
	width: 760px;
	margin: 0 auto;
	background: url('../_img/box-big-mid.png');
	}
.bigBoxContent {
	margin: 0px 0px;
	color: #000;
	font-size: 14px;
	text-align: left;
	}
.orderItemTitleBar {
	height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}
.cartItemTitleBar {
	height: 27px;
	background: url('../_img/dot-bar-big-box.png') bottom left no-repeat;
	}
.cartItemTitle {
	float: left;
	display: inline;
	width: 700px;
	color: #b71b49;
	font-size: 14px;
	font-weight: bold;
	}
.cartItemDelete {
	float: left;
	display: inline;
	width: 150px;
	text-align: right;
	}
.cartItemDelete a {
	color: #b71b49;
	border: 0;
	text-decoration: none;
	}
.cartItemDelete a:hover {
	border-bottom: 1px dashed #b71b49;
	}
.cartItemInfo {
	margin-top: 10px;
	}
.cartSpacer {
	height: 1px;
	overflow: hidden;
	}
.viewCartProdDescImage {
	float: left;
	display: inline;
	width: 150px;
	}
.viewCartProdExtra {
	float: left;
	display: inline;
	width: 400px;
	margin-left: 10px;
	padding-top: 10px;
	}
.viewCartProdSpecs {
	float: right;
	display: inline;
	width: 150px;
	margin-right: 50px;
	padding-top: 10px;
	}
.viewCartProdText {
	float: left;
	display: inline;
	width: 150px;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	}
.viewCartProdVal {
	float: left;
	display: inline;
	width: 240px;
	margin-left: 10px;
	font-size: 11px;
	text-align: left;
	}
.viewCartItemTotalText {
	float: left;
	display: inline;
	width: 80px;
	color: #745945;
	font-weight: bold;
	text-align: right;
	}
.viewCartItemTotalVal {
	float: left;
	display: inline;
	width: 60px;
	margin-left: 10px;
	text-align: left;
	}
.subtotalAttrSetName {
	float: left;
	display: inline;
	width: 200px;
	text-align: right;
	line-height: 17px;
	}
.subtotalAttrValue {
	float: left;
	display: inline;
	width: 220px;
	margin-left: 10px;
	line-height: 17px;
	text-align: left;
	}
#haveAcct {
	margin-bottom: 10px;
	text-align: center;
	}
#addAddr {
	float: right;
	display: inline;
	width: 210px;
	margin-top: 5px;
	text-align: right;
	}
#newAddyLogin {
	height: 23px;
	line-height: 23px;
	padding: 0px 10px;
	margin: 0px;
	font-size: 11px;
	background-color: #efefef;
	}
.addAddrCancel {
	border-bottom: 1px solid #ECE6D3;
	}
.addAddrCancel:hover {
	
	}
.loginField {
	padding: 2px 5px 0px 5px;
	}
.cartTitle {
	width: 100%;
	color: #1766AC;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	}
.outlineField {
	padding: 3px 5px;
	border: 1px solid #000;
	}
.totalEntry {
	clear: both;
	padding: 5px 0;
	}
#posterEmailAjax {
	margin-right: 9px;
	}
#orderCommentsField {
	width: 100%;
	font-size: 12px;
	}
#shippingLoading, #shippingManifest {
	margin: 0 0 10px 0;
	}
#shipDisclaimerBox {
	text-align: center;
	margin-bottom: 10px;
	}
#shipDisclaimer {
	float: left;
	display: inline;
	width: 18px;
	margin: 0 10px 0 10px;
	}
#shipDisclaimerLabel {
	float: left;
	display: inline;
	width: 275px;
	margin: 0;
	padding: 0;
	text-align: left;
	}
.floatLabel {
	float: left;
	display: inline;
	width: 160px;
	height: 18px;
	font-weight: bold;
	}
.floatField {
	float: left;
	display: inline;
	width: 160px;
	height: 25px;
	}
.loginLabel {
	float: left;
	display: inline;
	width: 130px;
	height: 18px;
	text-align: left;
	font-weight: bold;
	}
.topBar {
	border-top: 1px solid #000;
	}
.dotBar {
	width: 880px;
	height: 1px;
	overflow: hidden;
	margin: 0 auto 10px auto;
	background: url('../_img/dot-bar-big.png') top left no-repeat;
	}
.cartItemBar {
	width: 781px;
	height: 29px;
	clear: both;
	float: left;
	display: inline;
	color: #FFFFFF;
	margin: 15px 0 0 25px;
	background: url(../../_img/item_bar.gif) no-repeat center;
	}
.cartItemImg {
	
	}
.cartItemDetails {
	clear: both;
	padding: 10px 0 0 50px;
	}
#saveInfoBox {
	width: 400px;
	margin: 10px auto 20px auto;
	}
#couponCodeForm, #couponProcess {
	height: 28px;
	text-align: right;
	margin-left: 30px;
	}
#couponField {
	float: left;
	display: inline;
	width: 240px;
	}
#couponApply {
	float: left;
	display: inline;
	width: 100px;
	height: 28px;
	}
#couponProcess {
	height: 30px;
	margin-right: 20px;
	}
.formLine {
	clear: both;
	height: 30px;
	}
.fieldLabel {
	float: left;
	display: inline;
	width: 130px;
	height: 23px;
	line-height: 23px;
	font-size: 11px;
	text-align: right;
	vertical-align: middle;
	}
.fieldLabelSm {
	width: 55px;
	}
.fieldLabelGap {
	width: 25px;
	}
.fieldData {
	float: left;
	display: inline;
	width: 185px;
	text-align: left;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	margin-left: 10px;
	vertical-align: middle;
	}
.fieldDataSm {
	width: 70px;
	}
.fieldRequired {
	font-weight: bold;
	}
#registerBox {
	margin: 20px auto;
	overflow: auto;
	}
#registerBoxLeft {
	float: left;
	display: inline;
	width: 350px;
	margin-left: 30px;
	}
#registerBoxRight {
	float: left;
	display: inline;
	width: 350px;
	margin-left: 5px;
	}
.optionText {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	}
#payPayPal {
	float: left;
	display: inline;
	width: 350px;
	margin-left: 0px;
	}
#payOr {
	float: left;
	display: inline;
	width: 40px;
	text-align: center;
	}
#payCC {
	float: right;
	display: inline;
	width: 350px;
	}
#ccOrderTotal {
	color: #47292b;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 10px 10px;
	}
#ccOrderTotalAmt {
	color: #1766AC;
	}
.payTitle {
	color: #b71b49;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}
#checkoutTerms {
	margin-left: 40px;
	font-size: 11px;
	}
#termsOption {
	font-weight: bold;
	}
#termsNotice {
	margin-left: 20px;
	}
.fieldsetLeft {
	float: left;
	display: inline;
	width: 287px;
	margin-left: 10px;
	border: 1px solid #ccc;
	}
.fieldsetRight {
	float: left;
	display: inline;
	width: 412px;
	margin-left: 8px;
	border: 1px solid #ccc;
	}
.ccTwoColumn {
	float: left;
	display: inline;
	width: 180px;
	margin-left: 20px;

	}
#viewCartSpecsBG {
	padding-top: 5px;
	}
#viewCartSpecsBG div {
	padding: 0px;
	}
.cartAttrBot {
	height: 3px;
	overflow: hidden;
	margin-top: 5px;
	background: url('../images/bgItemSpecsBottom.gif') top left no-repeat;
	}
#loginEmailField {
	width: 130px;
	}
#loginPassField {
	width: 130px;
	}
#loginBtn {
	margin-top: 8px;
	}
/* End Cart Styles */

/* Order History Styles */
.dataLine {
	clear: both;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	}
.dataLineElement {
	float: left;
	display: inline;
	width: 25%;
	}
.dataHeader {
	font-weight: bold;
	}
.historyInvoiceId {
	width: 150px;
	}
.historyDate {
	width: 200px;
	}
.historyAmount {
	width: 150px;
	}
.historyStatus {
	width: 150px;
	}
.data1BG {
	background-color: #F3F9FF;
	}
.data2BG {
	background-color: #D6ECFF;
	}
/* END Order History Styles */

/* Order Detail Styles */
.orderDetailItemTitle {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	}
.orderDetailItem {
	margin-bottom: 20px;
	}
/* END Order Detail Styles */