h3.storeSubcategories {
	font-weight: normal;
}
table.storeViewCart {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	margin: 0px auto 20px auto;
	width: 80%;
}
table.storeViewCart th {
	padding: 1px;
	background-color: #fff;
	font-weight: bold;
	color: #000;
}


ul.eCommerce_DF_CategoryDropdowns {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.eCommerce_DF_CategoryDropdowns li,
ul.eCommerce_DF_CategoryDropdowns li a,
ul.eCommerce_DF_CategoryDropdowns li a:link {
	margin: 0px;
	padding-left: 10px;
	list-style-type: none;
	display: inline;
}

ul.eCommerce_DF_CategoryDropdowns li a,
ul.eCommerce_DF_CategoryDropdowns li a:link {
	text-decoration: underline;
}

ul.eCommerce_DF_CategoryDropdowns li a:active,
ul.eCommerce_DF_CategoryDropdowns li a:hover {
	text-decoration: none;
}
ul.eCommerce_DF_CategoryDropdowns li.selected a,
ul.eCommerce_DF_CategoryDropdowns li.selected a:link,
ul.eCommerce_DF_CategoryDropdowns li.selected a:active,
ul.eCommerce_DF_CategoryDropdowns li.selected a:visited,
ul.eCommerce_DF_CategoryDropdowns li.selected a:hover {
	text-decoration: underline;
}


ul.eCommerce_DF_CategoryDropdowns a,
ul.eCommerce_DF_CategoryDropdowns a:link,
ul.eCommerce_DF_CategoryDropdowns a:visited {
	color:#999;
	text-decoration: none;
}


ul.eCommerce_DF_CategoryDropdowns a:hover,
ul.eCommerce_DF_CategoryDropdowns a:active {
	color:#999;
	text-decoration: underline;
}




.storeProductPricePresale {
	text-decoration: line-through; 
}
h3.storeSimilarProducts {
	text-align: center;
}
#similar_products_div {
	height: 200px;
	border: 1px solid #333;
}
td.storeSimilarProducts {
	padding: 20px;
}

img.storeProductImageSelector {
	margin: 4px 5px 4px 5px;
	border: 1px solid;
}
h1.storeViewCart {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
h1.storeCheckout {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.storeViewCart_Quantity {
	width: 70px;
	text-align: center;
}
.storeViewCart_Item {
	text-align: left;
}
.storeViewCart_Price {
	width: 70px;
	text-align: right;
}
.storeViewCart_Remove {
	width: 100px;
	text-align: center;
}
div.storeProductPrice {
	font-size: 18px;
	margin-bottom: 10px;
}
th.storeViewCart_Item {
	text-align: center;
}
th.storeViewCart_Price {
	text-align: center;
}
table.storeViewCart td {
	padding: 2px;
}
tr.storeViewCart_ItemEven td {
	background-color: rgb(238,238,238);
}
tr.storeViewCart_ItemOdd td {
	background-color: rgb(204,204,204);
}
#storeViewCart_TotalLabel {
	text-align: right;
	font-weight: bold;
}
#storeViewCart_Total {
	text-align: right;
	font-weight: bold;
	border-top: 1px solid #000;
}
div#storeViewCart_BelowTableLinks {
	text-align: center;
}
div.storeViewCart_ContinueShopping, div.storeViewCart_Checkout {
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}
div#storeViewCart_Empty {
	text-align: center;
}
div.storeAddedItem {
	text-align: center;
}
div.storeAddedItem_ContinueShopping, div.storeAddedItem_ViewCart {
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}
form#storeCheckoutBegin_form {
	text-align: left;
	padding-bottom: 20px;
}
div#storeCheckoutBillingInfo {
	width: 300px;
	padding-right: 50px;
	border-right: 1px solid #000;
	float: left;
	text-align: right;
}
div#storeCheckoutBillingInfo h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 38px;
	text-align: center;
}
div#storeCheckoutShippingInfo input, div#storeCheckoutShippingInfo select,
div#storeCheckoutBillingInfo input, div#storeCheckoutBillingInfo select {
	width: 130px;
	margin: 2px 10px 2px 10px;
	padding: 0px;
	/* 160 px wide */
}
div#storeCheckoutBillingInfo label, div#storeCheckoutShippingInfo label {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 140px;
	text-align: right;
	/* 140px wide */
}
div#storeCheckoutShippingInfo {
	width: 300px;
	padding-left: 50px;
	float: left;
	clear: right;
}
div#storeCheckoutShippingInfo h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
	text-align: center;
}
div#storeCheckout_billto_sameas_div {
	padding-bottom: 10px;
}
div#storeCheckoutBillingInfo input#storeCheckout_billto_firstname_input,
div#storeCheckoutShippingInfo input#storeCheckout_shipto_firstname_input,
div#storeCheckoutBillingInfo input#storeCheckout_billto_lastname_input,
div#storeCheckoutShippingInfo input#storeCheckout_shipto_lastname_input {
	width: 100px;
	margin-right: 40px;
}
div#storeCheckoutBillingInfo input#storeCheckout_billto_city_input,
div#storeCheckoutShippingInfo input#storeCheckout_shipto_city_input,
div#storeCheckoutBillingInfo input#storeCheckout_billto_zip_input,
div#storeCheckoutShippingInfo input#storeCheckout_shipto_zip_input {
	width: 100px;
	margin-right: 40px;
}
div#storeCheckoutBillingInfo input#storeCheckout_billto_state_input,
div#storeCheckoutShippingInfo input#storeCheckout_shipto_state_input {
	width: 30px;
	margin-right: 110px;
}
div#storeCheckoutBillingInfo div#storeCheckout_billto_country_div,
div#storeCheckoutShippingInfo div#storeCheckout_shipto_country_div {
	padding-bottom: 10px;
}
div#storeCheckoutBillingInfo input#storeCheckout_billto_phone1_input,
div#storeCheckoutShippingInfo input#storeCheckout_shipto_phone1_input,
div#storeCheckoutBillingInfo input#storeCheckout_billto_phone2_input,
div#storeCheckoutShippingInfo input#storeCheckout_shipto_phone2_input {
	width: 100px;
	margin-right: 40px;
}
div#storeCheckoutBillingInfo input#storeCheckout_email_input {
	width: 130px;
	margin-right: 10px;
}
div#storeCheckoutBillingInfo label#storeCheckout_email_label {
	width: 50px;
}
div#storeCheckoutBillingInfo div#storeCheckout_email_div {
	padding-top: 10px;
}
div#storeCheckout_info_text {
	text-align: center;
}
div#storeCheckoutBeginButtons {
	clear: both;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
div#storeCheckoutBeginButtons {
	text-align: right;
	padding-right: 32px;
}
div#storeCheckoutBeginButtons input {
	margin-left: 10px;
	margin-right: 10px;
}
p.storeCheckoutComplete_ThankYou {
	font-size: 18px;
	text-align: center;
	margin-bottom: 0px;
}
p.storeCheckoutOrderTransmitted {
	text-align: center;
	margin-top: 0px;
}
div.storeCheckoutComplete_OrderInfo {
	text-align: center;
}
p.storeCheckoutComplete_Keep {
	text-align: center;
	font-size: 10px;
}
p.storeCheckoutComplete_EmailInv {
	text-align: center;
}
div.storeProductInfo {
	text-align: center
}
span.storeProductInfoTitle {
	font-weight: bold;
}

/* -- Search Form____________________________________________________________ */

#ECommerce_DF_searchBox {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	white-space: nowrap;
}
#ECommerce_DF_searchBox form {
	display: block;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

#ECommerce_DF_searchBox_q {
	position: relative;
	top: 0px;
	left: -2px;
	vertical-align: middle;
	width: 83px;
	font-size: 10px;
}

#ECommerce_DF_searchBox_go {
	position: relative;
	top: -2px;
	left: 0px;
	vertical-align: middle;
}



/* -- Left Nav Category Links________________________________________________ */

/**
 * Top level list of categories
 * 
 * This is the topmost list of categories
 *
 */
ul.eCommerce_DF_Category {
	list-style-type: none;
	margin: 8px 0px 0px 0px;
	margin-left: 0px;
	padding-left: 0px;
}

/**
 * Top level category
 * 
 * This is the a category directly under the root
 *
 */
ul.eCommerce_DF_Category li {
	margin: 0px 0px 4px 0px;
	padding-left: 0px;
}

/**
 * Top level category link
 * 
 * This is the link for a category directly under the root
 *
 */
ul.eCommerce_DF_Category li a,
ul.eCommerce_DF_Category li a:link,
ul.eCommerce_DF_Category li a:visited {
	color: #000;
	text-decoration: none;
}

/**
 * Top level category link
 * 
 * This is the link for a category directly under the root
 *
 */
ul.eCommerce_DF_Category li a:hover,
ul.eCommerce_DF_Category li a:active {
	color: #000;
	text-decoration: underline;
}

/**
 * Top level category link
 * 
 * This is the link for a category directly under the root
 *
 */
ul.eCommerce_DF_Category li a.selected {
	text-decoration: underline;
}

/**
 * Children list of categories
 * 
 * This is a list of child categories
 *
 */
ul.eCommerce_DF_Category li ul {
	list-style-type: none;
	margin: 0px 0px 4px 0px;
	padding-left: 10px;
}

/**
 * Child level category
 * 
 * This is the a category which is under a subcategory
 *
 */
ul.eCommerce_DF_Category li ul li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

/* -- Category Detail Page___________________________________________________ */

h1.storeCategoryTitle {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 20px 0px 10px 0px;
}

h2.storeCategoryImage,
h2.storeCategoryImages,
h2.storeCategoryDescription,
h2.storeCategoryOrder,
h2.storeCategorySpecs,
h2.storeCategoryRelated,
h2.storeCategorySimilar {
	display: block;
	margin: 30px 0px 10px 0px;
	padding: 0px 4px 4px 4px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 14px;
}


h2.storeCategoryImage,
h2.storeCategoryImages {
	display: none;
}


div#main_category_image.storePadHeight {
	min-height: 230px;
	_height: 230px;
}

#main_category_image {
	position: relative;
	text-align: center;
}

#main_category_image img {
	margin: 0px;
	z-index: 2;
}

#main_category_image img.loading {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 32px;
	height: 32px;
	margin: auto;
	z-index: 10;
}

div#ECommerce_DF_CategoryImageSelector_div {
	text-align: center;
}

div#ECommerce_DF_CategoryImageSelector_div h2.storeCategoryImage {
	display: none;
}


div#ECommerce_DF_CategoryImageSelector img {
	margin: 0px 4px;
}

h2.storeCategoryDescription,
h2.storeCategorySubcategories,
h2.storeCategoryProducts {
	display: block;
	margin: 34px 0px 10px 0px;
	padding: 0px 4px 4px 4px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 14px;
}

table.storePages {
	margin-right: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;	
}

td.storePagesPrev span, td.storePagesNext span {
	visibility: hidden;
}

td.storePagesPrev a span,
td.storePagesPrev a:link span,
td.storePagesNext a span,
td.storePagesNext a:link span {
	visibility: visible;
	text-decoration: none;
}

td.storePagesPrev a:visited span,
td.storePagesNext a:visited span {
	visibility: visible;
	text-decoration: none;
}

td.storePagesPrev a:hover span,
td.storePagesPrev a:active span,
td.storePagesNext a:hover span,
td.storePagesNext a:active span {
	visibility: visible;
	text-decoration: none;
}

a.storePageLink, a.storePageLink:link, a.storePageLink:visited {
	text-decoration: none;
}

a.storePageLink:active, a.storePageLink:hover {
	text-decoration: underline;
}

a.storePageSelectedLink, a.storePageSelectedLink:link, a.storePageSelectedLink:visited {
	font-weight: bold;
	text-decoration: underline;
}

a.storePageSelectedLink:hover, a.storePageSelectedLink:active {
	font-weight: bold;
	text-decoration: none;
}

div.storeProductThumbnail {
	position: relative;
}

table.storeCategoryProducts div.storeProductThumbnail {
	width: 150px;
}

div.storeProductThumbnail img.new {
	z-index: 10;
	position:absolute;
	left:-10px;
	top:-20px;
}

/* -- Search Results_________________________________________________________ */

h2.storeProductSearchResults {
	display: block;
	margin: 34px 0px 10px 0px;
	padding: 0px 4px 4px 4px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 14px;
}

/* -- Product Detail Page____________________________________________________ */


h1.storeProductTitle
{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0px 10px 0px;
}

div.storeProductFormOuter {
	margin-bottom: 30px;
}

h2.storeProductImage,
h2.storeProductImages,
h2.storeProductDescription,
h2.storeProductOrder,
h2.storeProductSpecs,
h2.storeProductRelated,
h2.storeProductSimilar {
	display: block;
	margin: 30px 0px 10px 0px;
	padding: 0px 4px 4px 4px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 14px;
}

h2.storeProductImage,
h2.storeProductImages {
	display: none;
}

div#main_product_image.storePadHeight {
	min-height: 230px;
	_height: 230px;
}

#main_product_image {
	position: relative;
	text-align: center;
}

#main_product_image img {
	margin: 0px;
	z-index: 2;
}

#main_product_image img.loading {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 32px;
	height: 32px;
	margin: auto;
	z-index: 10;
}



div.storeImageCaption {
	margin: 0px 0px 6px 0px;
	padding: 0px;
}


div#ECommerce_DF_ProductImageSelector_div {
	text-align: center;
}

div#ECommerce_DF_ProductImageSelector_div h2.storeProductImage {
	display: none;
}


div#ECommerce_DF_ProductImageSelector img {
	margin: 0px 4px;
}

div.storeProductFormInner {
	text-align: center;
}


div.storeProductPrice {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

div.storeProductQuantity {
	display: block;
	text-align: left;
	width: 660px;
	margin: 0px auto;
}

div.storeProductQuantity label {
	display: block;
	float: left;
	width: 325px;
	text-align: right;
	font-weight: normal;
}

#store_Quantity_input {
	width: 35px;
	margin: 0px 0px 0px 10px;
}

div.storeAddToCart {
	display: block;
	margin-top: 10px;
	margin-left: 350px;
	text-align: left;
}


/**
 * Product choices div -- contains the product choices
 *
 */
div.storeProductFormInner div.storeProductChoices {
	display: block;
	width: 660px;
	margin: 0px auto;
}

/**
 * Product choice fieldset -- contains a single choice
 *
 */
div.storeProductFormInner div.storeProductChoices fieldset {
	position: relative;
	display: block;
	width: 660px;
	margin: 10px auto 0px auto;
	padding: 0px;
	text-align: right;
	font-weight: normal;
	border: none;
}

/**
 * Choice name, E.G. "Color" or "Size"
 *
 */
div.storeProductFormInner div.storeProductChoices fieldset legend span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 325px;
	text-align: right;
	font-weight: normal;
	color: black;
	color: inherit;
}

/**
 * Choice name, E.G. "Color" or "Size"
 *
 */
div.storeProductFormInner div.storeProductChoices fieldset div {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	text-align: left;
	border: none;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 325px;
}


/**
 * Small textbox
 *
 */
div.storeProductFormInner div.storeProductChoices fieldset div textarea.TextboxMD {
	width: 200px;
	height: 50px;
}

/**
 * Large textbox
 *
 */
div.storeProductFormInner div.storeProductChoices fieldset div textarea.TextboxLG {
	width: 300px;
	height: 100px;
}

/**
 * Extra Large textbox
 *
 */
div.storeProductFormInner div.storeProductChoices fieldset div textarea.TextboxXL {
	width: 300px;
	height: 200px;
}

div.storeRelatedItems,
div.storeSimilarItems {
	border: 1px solid #999;
	max-height: 200px;
	overflow: auto;
}

/* -- View Cart Div__________________________________________________________ */

/**
 * Mask Div, hides the site when the cart is displayed.
 *
 */
div#eCommerce_DF_mask_div {
	background-repeat: repeat;
	z-index: 8000;
	right: 0px;
	left: 0px;
	bottom: 0px;
	top: 0px;
	position: fixed;
	display: block;
}


/**
 * View cart container
 * 
 * This is the container div which effects will be done on
 */
div.ECommerceCart {
	position: relative;
	width: 700px;
	height: 400px;
	top: 0px;
	background-color: #fff;
	z-index: 8001;
}

/**
 * View cart div
 * 
 * This is the "Inner" container, the div which the view cart code resides inside.
 *
 */
div#eCommerce_DF_cart_div div.container {
	position: relative;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	min-width: 625px;
	min-height: 200px;
	overflow: hidden;
	border: none;
	z-index: 8002;
}

/**
 * Close Box
 */
div#eCommerce_DF_cart_div div.close {
	display: block;
	z-index: 8099;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 696px;
	margin: 0px;
	padding: 2px 4px 4px 0px;
	background-color:#DDDDDD;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	cursor: move;
}

/**
 * Close Link
 */
div#eCommerce_DF_cart_div div.close a,
div#eCommerce_DF_cart_div div.close a:link,
div#eCommerce_DF_cart_div div.close a:visited {
	color: #000;
	text-decoration: underline;
}


/**
 * Close Link Hover/Active
 */
div#eCommerce_DF_cart_div div.close a:active,
div#eCommerce_DF_cart_div div.close a:hover {
	color: #000;
	text-decoration: none;
}

/**
 * Cart Heading
 *
 */
div#eCommerce_DF_cart_div div.container h1 {
	margin:0px;
	padding:22px 10px 14px 10px;	
	font-size:16px;
	font-weight:bold;
	text-align: center;
}


/**
 * Actual cart item container div
 * 
 * This div contains the cart table
 *
 */
div#eCommerce_DF_cart_div div.container div.cart {
	position: relative;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: 0px 6px;
	overflow: hidden;
	border: none;
	background-color: #fff;
}


/**
 * Item Name
 *
 */
div#eCommerce_DF_cart_div div.container div.cart h2 {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;	
}

/**
 * Item Options
 *
 */
div#eCommerce_DF_cart_div div.container div.cart h3 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 10px;	
}

/**
 * Item Options, choice name
 *
 */
div#eCommerce_DF_cart_div div.container div.cart h3 span.choice {
	font-weight: bold;
}

/**
 * Item Options, choice value
 *
 */
div#eCommerce_DF_cart_div div.container div.cart h3 span.option {
	font-weight: normal;
}

/**
 * Item Options, text
 *
 */
div#eCommerce_DF_cart_div div.container div.cart h3 span.optiontext {
	font-weight: normal;
	font-style: italic;
}

/**
 * Container for the total table
 * 
 * This div contains the cart total table
 *
 */
div#eCommerce_DF_cart_div div.container div.total {
	border: none;
	margin: 0px auto 8px auto;
	width: 100%;
}

div#eCommerce_DF_cart_div div.container div.cart div.header,
div#eCommerce_DF_cart_div div.container div.total div.footer {
	position: relative;
	height: 14px;
	overflow: hidden;
	margin: 0px 14px;
	background-color: rgb(255,255,255);
}

div#eCommerce_DF_cart_div div.container div.cart div.header div {
	position: absolute;
	top: 0px;
	background-color: #ccc;
	font-weight: bold;
	text-align: center;
}

div#eCommerce_DF_cart_div div.container div.cart div.body {
	position: relative;
	top: 0px;
	left: 0px;
	height: 250px;
	overflow:auto;
	overflow-x:hidden;
	margin: 2px 14px 0px 14px;
	padding: 0px;
}

div#eCommerce_DF_cart_div div.container div.cart div.body div.row {
	display: block;
	position: relative;
	height: 60px;
	overflow: hidden;
	background-color: #ccc;
	padding-bottom: 2px;
}

/**
 * First cart item
 *
 * Need a special style for the first cart item because it requires a top
 * border
 */
div#eCommerce_DF_cart_div div.container div.cart div.body div.row:first-child {
	border-top: 2px solid #ccc;
}

/**
 * First cart item on IE 6 and below
 *
 * IE6 doesn't understand :first-child, so by making this style "* html" it affects
 * IE6 only and uses a condition to emulate the :first-child pseudoclass
 *
 * Also for some reason IE6 doesn't obey the padding-bottom on the last cart item. The
 * second rule fixes thatm, using a condition to simulate :last-child
 */
* html div#eCommerce_DF_cart_div div.container div.cart div.body div.row {
	border-top: expression(this.previousSibling==null ? '2px solid #ccc' : 'none');
}

div#eCommerce_DF_cart_div div.container div.cart div.body div.row div.cell {
	display: block;
	position: absolute;
	top: 0px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 10px;
	height: 46px;
	overflow: hidden;
	background-color: rgb(255,255,255);
	font-size: 12px;
}

div#eCommerce_DF_cart_div div.container div.cart div.header div,
div#eCommerce_DF_cart_div div.container div.cart div.body div,
div#eCommerce_DF_cart_div div.container div.total div.footer div {
	padding: 0px;
	padding-right: 4px;
	border: none;
	height: auto;
	vertical-align: top;
}

div#eCommerce_DF_cart_div div.container div.total div {
	position: absolute;
	top: 0px;
	padding-right: 4px;
	padding-left: 4px;
	height: 15px;
	background-color: #ccc;
}



div#eCommerce_DF_cart_div div.container div.total  div.productThumb,
div#eCommerce_DF_cart_div div.container div.header div.productThumb		{ left: 0px;   width: 89px; padding: 0px; }

div#eCommerce_DF_cart_div div.container div.total  div.productName,
div#eCommerce_DF_cart_div div.container div.header div.productName		{ left: 95px; width: 325px; }

div#eCommerce_DF_cart_div div.container div.total  div.qty,
div#eCommerce_DF_cart_div div.container div.header div.qty				{ left: 426px; width: 72px; }

div#eCommerce_DF_cart_div div.container div.total  div.price,
div#eCommerce_DF_cart_div div.container div.header div.price			{ left: 504px; width: 72px }

div#eCommerce_DF_cart_div div.container div.total  div.commands,
div#eCommerce_DF_cart_div div.container div.header div.commands			{ left: 582px; width: 74px; padding-left: 20px; padding-right: 20px; }



div#eCommerce_DF_cart_div div.container div.cart div.body div.row div.productThumb		{ left: 2px;   width: 91px; padding: 0px; height: 60px; text-align: center; }
div#eCommerce_DF_cart_div div.container div.cart div.body div.row div.productName		{ left: 95px;  width: 321px;	}
div#eCommerce_DF_cart_div div.container div.cart div.body div.row div.qty				{ left: 426px; width: 68px;		}
div#eCommerce_DF_cart_div div.container div.cart div.body div.row div.price				{ left: 504px; width: 68px;		}
div#eCommerce_DF_cart_div div.container div.cart div.body div.row div.commands			{ left: 582px; width: 45px; padding-left: 10px; padding-right: 20px; }




div#eCommerce_DF_cart_div div.container div.cart table tr.odd td {
	background-color: rgb(204,204,204);
}

div#eCommerce_DF_cart_div a.edit, div#eCommerce_DF_cart_div a.edit:link, div#eCommerce_DF_cart_div a.edit:visited {
	text-decoration: underline;
	display: block;
	color: #000;
}

div#eCommerce_DF_cart_div a.edit:hover, div#eCommerce_DF_cart_div a.edit:active {
	text-decoration: none;
}

div#eCommerce_DF_cart_div div.container div.total {
	display: block;
	position: relative;
	width: 100%;
	border: none;
	margin-top: 2px;
	background-color: rgb(255,255,255);
}

div#eCommerce_DF_cart_div div.container div.total div {
	font-weight: bold;
	text-align: right;
}




div#eCommerce_DF_cart_div div.links {
	text-align: right;
}

div#eCommerce_DF_cart_div div.links a {
	margin-right: 15px;
}


/* -- Login Div______________________________________________________________ */

/**
 * Login container
 * 
 * This is the container div which effects will be done on
 */
div#eCommerce_DF_login_div {
	position: relative;
	width: 400px;
	height: auto;
	top: 0px;
	background-color: #fff;
	z-index: 9001;
	/* border: 2px solid rgb(128,128,128); */
}

/**
 * Login div
 * 
 * This is the "Inner" container, the div which the login code resides inside.
 *
 */
div#eCommerce_DF_login_div div.content {
	padding: 6px;
}


/**
 * Login Heading
 *
 */
div#eCommerce_DF_login_div div.content h1 {
	margin:0px;
	padding:10px 10px 10px 10px;
	font-size:16px;
	font-weight:bold;
	text-align: center;
}


/**
 * Login form groups
 * 
 * This CSS ruls stylizes the "I have an account", "I want to create an account"
 * and "I don't want to create an account" groups
 *
 */
div#eCommerce_DF_login_div div.content form div {
	position: relative;
	padding: 4px 10px 30px 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top:25px;
	background-color: #ddd;
}


/**
 * Login Headings
 * 
 * This CSS ruls stylizes the headings for "I have an account", "I want to create an account".
 * and "I don't want to create an account"
 *
 */
div#eCommerce_DF_login_div div.content form div h2 {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
}


/**
 * Login Separation
 * 
 * This CSS ruls is for the "Or" text between login boxes
 *
 */
div#eCommerce_DF_login_div div.content form div h3 {
	position: absolute;
	top: -20px;
	right: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}


/**
 * Login textfield Labels
 * 
 * This CSS ruls stylizes the labels and text inputs
 *
 */
div#eCommerce_DF_login_div div.content form div label {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	height: 15px;
	margin-left: 30px;
	padding-top: 10px;
}

/**
 * Login text fields
 * 
 * This CSS ruls stylizes the username/password text inputs
 *
 */
div#eCommerce_DF_login_div div.content form div label input {
	position: absolute;
	left: 130px;
	top: 5px;
	bottom: auto;
	right: auto;
	width: 150px;
}

/**
 * Login buttons
 * 
 * This CSS ruls stylizes the login push buttons
 *
 */
div#eCommerce_DF_login_div div.content form div input {
	position: absolute;
	right: 10px;
	bottom: 4px;
}

div#eCommerce_DF_login_div div.content form div span.button {
	position: absolute;
	top: auto;
	left: auto;
	right: 10px;
	bottom: 1px;
}

/* "View Cart" link and cart image div_______________________________________ */

div#eCommerce_DF_viewCart_div {
	padding-right:10px;
	padding-top:4px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:10;
}
div#eCommerce_DF_viewCart_div img {
	position:relative;
	top:5px;
}

div#eCommerce_DF_viewCart_div a, div#eCommerce_DF_viewCart_div a:link, div#eCommerce_DF_viewCart_div a:visited {
	color:#000;
	z-index:10;
	margin-left: 10px;
	text-decoration: underline;
}

div#eCommerce_DF_viewCart_div a:active, div#eCommerce_DF_viewCart_div a:hover {
	text-decoration: none;
}


div#eCommerce_DF_loginLink_div {
	padding-right:10px;
	padding-top:8px;
	position:absolute;
	right:0px;
	bottom:10px;
	z-index:10;
}

div#eCommerce_DF_loginLink_div a, div#eCommerce_DF_loginLink_div a:link, div#eCommerce_DF_loginLink_div a:visited {
	color:#000;
	z-index:10;
	margin-left: 10px;
	text-decoration: underline;
}

div#eCommerce_DF_loginLink_div a:active, div#eCommerce_DF_loginLink_div a:hover {
	text-decoration: none;
}


/* One Page Checkout_________________________________________________________ */

div#ECommerce_DF_Checkout {
	position:relative;
	width: 600px;
	margin: 0px auto;
}

div#ECommerce_DF_Checkout h1 {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 4px;
	border-bottom: 1px solid #999;
	font-weight: bold;
	font-size: 14px;
}

div#ECommerce_DF_Checkout div div label {
	display: block;
	padding: 1px 2px 1px 0px;
	width: 120px;
	text-align: right;
	color: #000;
}

div#ECommerce_DF_Checkout div div.required label,
div#ECommerce_DF_Checkout div div.required input,
div#ECommerce_DF_Checkout div div.required select {
	font-weight: normal;
}

div#ECommerce_DF_Checkout div.error input,
div#ECommerce_DF_Checkout div.error select {
	border: 2px solid #ff0000;
}

div#ECommerce_DF_Checkout div.error label,
div#ECommerce_DF_Checkout div div.error label {
	
}

div#ECommerce_DF_Checkout div.billingInformation  {
	width: 290px;
	float: left;
}

div#ECommerce_DF_Checkout div.shippingInformation  {
	margin-bottom: 20px;
	width: 290px;
	margin-left: 310px;
}

div#ECommerce_DF_Checkout div.billingInformation div,
div#ECommerce_DF_Checkout div.shippingInformation div {
	display: block;
	position: relative;
	height: 20px;
	padding-right: 10px;
	margin: 0px 20px 0px 0px;
}


div#ECommerce_DF_Checkout div.billingInformation div label,
div#ECommerce_DF_Checkout div.shippingInformation div label {
	width: 115px;
	white-space: nowrap;
}

div#ECommerce_DF_Checkout div.billingInformation div input,
div#ECommerce_DF_Checkout div.shippingInformation div input {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 145px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: normal;
	font-size: 10px;
}

div#ECommerce_DF_Checkout div.billingInformation div select,
div#ECommerce_DF_Checkout div.shippingInformation div select {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 149px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: normal;
	font-size: 10px;
}

div#ECommerce_DF_Checkout div.billingInformation div.addressBook,
div#ECommerce_DF_Checkout div.shippingInformation div.addressBook {
	display: none;
}

div#ECommerce_DF_Checkout div.billingInformation div.billingNamePrefix,
div#ECommerce_DF_Checkout div.billingInformation div.billingNameMiddle,
div#ECommerce_DF_Checkout div.billingInformation div.billingNameSuffix,
div#ECommerce_DF_Checkout div.shippingInformation div.shippingNamePrefix,
div#ECommerce_DF_Checkout div.shippingInformation div.shippingNameMiddle,
div#ECommerce_DF_Checkout div.shippingInformation div.shippingNameSuffix {
	display: none;
}

div#ECommerce_DF_Checkout div.billingInformation div input#ECommerce_DF_billingAddressCity,
div#ECommerce_DF_Checkout div.shippingInformation div input#ECommerce_DF_shippingAddressCity,
div#ECommerce_DF_Checkout div.billingInformation div input#ECommerce_DF_billingPhoneDefault,
div#ECommerce_DF_Checkout div.shippingInformation div input#ECommerce_DF_shippingPhoneDefault,
div#ECommerce_DF_Checkout div.billingInformation div input#ECommerce_DF_billingPhoneAlternate,
div#ECommerce_DF_Checkout div.shippingInformation div input#ECommerce_DF_shippingPhoneAlternate {
	width: 100px;
	right: 45px;
}


div#ECommerce_DF_Checkout div.billingInformation div input#ECommerce_DF_billingAddressPostalcode,
div#ECommerce_DF_Checkout div.shippingInformation div input#ECommerce_DF_shippingAddressPostalcode {
	width: 60px;
	right: 85px;
}

div#ECommerce_DF_Checkout div.billingInformation div select#ECommerce_DF_billingAddressState,
div#ECommerce_DF_Checkout div.shippingInformation div select#ECommerce_DF_shippingAddressState {
	width: 104px;
	right: 45px;
}

div#ECommerce_DF_Checkout div.shippingInformation div.shippingSameAs input {
	width: auto;
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

div#ECommerce_DF_Checkout div.shippingInformation div.shippingSameAs label {
	display: inline;
	width: auto;
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	float: none;
	text-align: left;
	font-weight: bold;
}



div#ECommerce_DF_Checkout div.billingInformation div.billingEmail,
div#ECommerce_DF_Checkout div.billingInformation div.billingAddressPostalcode,
div#ECommerce_DF_Checkout div.shippingInformation div.shippingSameAs,
div#ECommerce_DF_Checkout div.shippingInformation div.shippingAddressPostalcode {
	margin-bottom: 10px;
}


div#ECommerce_DF_Checkout div.codes {
	position: relative;
	width: 290px;
	height: 66px;
	float: left;
}

div#ECommerce_DF_Checkout div.codes div {
	position: relative;
	margin: 0px 20px;
}

div#ECommerce_DF_Checkout div.codes div label {
	width: 85px;
}

div#ECommerce_DF_Checkout div.codes div input {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 153px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: normal;
	font-size: 10px;
}

div#ECommerce_DF_Checkout div.shippingMethod {
	position: relative;
	width: 290px;
	height: 66px;
	margin-left: 310px;
}

div#ECommerce_DF_Checkout div.shippingMethod div {
	position: relative;
	margin-bottom: 20px;
}

div#ECommerce_DF_Checkout div.shippingMethod div select {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 145px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10px;
}

div#ECommerce_DF_Checkout div.paymentSummary {
	position: relative;
	top: 0px;
	float: right;
	width: 290px;
	padding: 0px 0px 0px 10px;
}

div#ECommerce_DF_Checkout div.paymentSummary div {
	margin-left: 8px;
}

div#ECommerce_DF_Checkout div.paymentSummary h2,
div#ECommerce_DF_Checkout div.paymentSummary label {
	font-size: 12px;
	font-weight: normal;
	display: block;
	width: 134px;
	float: left;
	text-align: right;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

div#ECommerce_DF_Checkout div.paymentSummary div.total h2 {
	font-weight: bold;
}

div#ECommerce_DF_Checkout div.paymentSummary h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100px;
	float: left;
	text-align: left;
}

div#ECommerce_DF_Checkout div.paymentMethod  {
	position: relative;
	width: 290px;
	height: 160px;
	margin-right: 0px;
}

div#ECommerce_DF_Checkout div.paymentMethod div label {
	width: 119px;
	overflow: hidden;
}

div#ECommerce_DF_Checkout div.paymentMethod div.paymentMethodName {
	display: block;
	position: relative;
	width: 290px;
	height: 20px;
	padding-right: 0px;
}

div#ECommerce_DF_Checkout div.paymentMethod div.paymentMethodName label {
	width: 120px;
}

div#ECommerce_DF_Checkout div.paymentMethod div.paymentMethodName select {
	position: absolute;
	width: 145px;
	top: 0px;
	right: 20px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10px;
}

div#ECommerce_DF_Checkout div.paymentMethod div#ECommerce_DF_paymentMethodDiv div div {
	display: block;
	position: relative;
	width: 270px;
	height: 20px;
}

div#ECommerce_DF_Checkout div.paymentMethod div#ECommerce_DF_paymentMethodDiv div div select#ECommerce_DF_paymentMethod_exp_m {
	right: 60px;
	width: 85px;
}

div#ECommerce_DF_Checkout div.paymentMethod div#ECommerce_DF_paymentMethodDiv div div select#ECommerce_DF_paymentMethod_exp_y {
	width: 55px;
}

div#ECommerce_DF_Checkout div.paymentMethod div#ECommerce_DF_paymentMethodDiv div div input#ECommerce_DF_paymentMethod_cvn {
	width: 30px;
	right: 110px;
}

div#ECommerce_DF_Checkout div.paymentMethod div#ECommerce_DF_paymentMethodDiv div div input,
div#ECommerce_DF_Checkout div.paymentMethod div#ECommerce_DF_paymentMethodDiv div div select {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 140px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10px;
}

div#ECommerce_DF_Checkout div.paymentMethod div#ECommerce_DF_paymentMethodDiv {
	position: absolute;
	left: 0px;
	top: 60px;
	margin: 0px;
}

div#ECommerce_DF_Checkout div.paymentMethod div#ECommerce_DF_paymentMethodDiv div.mail address {
	display: block;
	width: 300px;
}

div#ECommerce_DF_Checkout div.orderComments {
	position: relative;
	width: 290px;
	float: left;
}


div#ECommerce_DF_Checkout div.orderComments div {
	padding: 0px 20px;
}

div#ECommerce_DF_Checkout div.orderComments div label {
	display: none;
}

div#ECommerce_DF_Checkout div.orderComments div textarea {
	width: 100%;
	height: 60px;
	margin: 0px;
}

div#ECommerce_DF_Checkout div.complete  {
	position: relative;
	height: 100px;
	margin-left: 310px;
}

div#ECommerce_DF_Checkout div.complete input {
	position: absolute;
	top: auto;
	bottom: 10px;
	right: 0px;
}

/* One Page Checkout @600px__________________________________________________ */

div.600#ECommerce_DF_Checkout {
	position:relative;
	width: 600px;
}

div#ECommerce_DF_Checkout.600 div.billingInformation div,
div#ECommerce_DF_Checkout.600 div.shippingInformation div {
	display: block;
	position: relative;
	height: 20px;
	padding-right: 10px;
	margin: 0px 20px;
}

/* Checkout Finished____________________________________________________________ */

div#ECommerce_DF_checkoutFinished h1 {
	font-weight: bold;
	font-size: 14px;
}
