/************************************************************************


	Site:		www.ivars.net

	Author:		eROI		[www.eroi.com]  

	Client:		Starve-Ups		[http://www.ivars.net]
	
	Listing Order:
	==============

	1 - Global
	2 - Main Navigation
	3 - Footer
	

************************************************************************/

div#left_col {
	width: 625px;
}	

div#right_col_navigation div ul {
	padding-bottom: 0;
}

/***********************************************************************
	1 - PRODUCT LISTING STYLES     
************************************************************************/

div.ProductList div.products_body table tr td {
	width: 180px;
	padding-bottom: 50px;
}

/***********************************************************************
	2 - PRODUCT PAGE STYLES     
************************************************************************/

div.productView form table, div.products_body table, div.ProductList div.products_body span.littletext div {
	width: 570px;
}

div.product_img a {
	font-size: 10px;
	text-transform: uppercase;
}

div.product_pricing {
	font-size: 14px;
}

input.detail_add_to_cart {
	padding: 2px;
	margin: 3px;
}


/************************************************************************
	3 - SHOPPING CART STYLES 
************************************************************************/

div.shoppingCart table#cartProducts {
	padding: 10px 0 25px 0;
	border-top: 1px dotted #ccc;
}

div.shoppingCart table#cartProducts tr td {
	padding: 3px;
	text-align: center;
}



div.shopping_cart_prod_thumbnail img {
	height: 60px;
}

div.shoppingCart table#cartShipOptions {
	padding: 20px 0 15px 0;
	border-top: 1px dotted #ccc;
}
div.shoppingCart table#cartRecalculate {
	padding: 10px 0 25px 0;
}
div.shoppingCart table#cartRecalculate input {
	margin-left: 15px;
}

div.shoppingCart table#cartTotals {
	padding: 10px 0 25px 0;
	border-top: 1px dotted #ccc;
}



/************************************************************************
	4 - LOGIN/REGISTER STYLES 
************************************************************************/

div.checkout_account_links {
	display: none;
}

.clearer {
	line-height: 0;
	clear: both;
}

table#accountLogin, div#accountRegister, div#accountExpress {
	width: 180px;
	float: left;
}

table#accountLogin {
	padding-right: 15px;
} 

div#accountRegister {
	padding-right: 10px;
}

div#accountOptions {	
	width: 370px;
	float: left;
}

table#accountLogin p, div#accountOptions p {
	padding-bottom: 1em;
}
table#accountLogin h3, div#accountOptions h3 {
	color: #0A2C6B;
	text-transform: uppercase;
	font-size: 16px;
	line-height: normal;
}

table#accountLogin input {
	margin-bottom: 7px;
}

div#accountRegister strong {
	display: block;
}

/************************************************************************
	5 - REGISTER STYLES 
************************************************************************/

h2.pagetitle {
	color: #0A2C6B;
	text-transform: uppercase;
	font-size: 20px;
	line-height: normal;
}

table#tableRegister tr td {
	padding: 3px;
}


/************************************************************************
	6 - REVIEW STYLES 
************************************************************************/

div.verifyInfoDisplayAddress table tr td table.billingTable tr td, div.verifyInfoDisplayAddress table tr td table.shippingTable tr td {
	padding: 3px;
}

div.verifyInfoDisplayLinks {
	padding: 15px 0 0 0;
}
div.verifyInfoDisplayLinks a {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

div.verifyInfoDisplayProducts {
	text-align: center;
	border: 1px dotted #ccc;
	border-left: none;
	border-right: none;
	padding: 25px 0;
}

table.recalculate {
	padding: 15px 0;
}


/************************************************************************
	7 - PROCESS PAYMENT STYLES 
************************************************************************/
table.creditCardTable tr td {
	padding: 3px;
}

table#creditProducts {
	text-align: center;
	border: 1px dotted #ccc;
	border-left: none;
	border-right: none;
	padding: 25px 0;
	margin: 10px 0;
}


/************************************************************************
	8 - RECEIPT STYLES 
************************************************************************/

div.custom_receipt_page, div.custom_receipt_page table, div.custom_receipt_page table#receiptInfo {
	width: 570px;
}

div.custom_receipt_page table table {
	width: auto;
}

table#receiptInfo tr td, table#receiptProducts tr td {
	padding: 3px;
}

table#receiptProducts {
	text-align: center;
	border: 1px dotted #ccc;
	border-left: none;
	border-right: none;
	padding: 25px 0;
	margin: 10px 0;
}

