/*
----------------------------------------------------------------------------- 
CATEGORY STYLES
-----------------------------------------------------------------------------*/

#category h2 {
	margin: 0 0 5px 0;
	text-transform: uppercase;
	}

#category p {
	margin-bottom: 10px;
	}
	
#category form {
	margin: 0;
	padding: 0;
	}	
	

/*
----------------------------------------------------------------------------- 
PRODUCT STYLES
-----------------------------------------------------------------------------*/


#product_price {
	width: 415px;
	border: 1px solid #39b2ce;
	margin: 0;
	padding: 0;
	}
	
	#product_price p {
		margin: 0;
		padding: 10px;
		}
	
	#product_price td {
		margin: 0;
		padding: 10px;
		line-height: 20px;
		}
		
		.product_price_text {
			color: #7a7a7a;
			font-weight: bold;
			}
			



#downloads {
	margin: 0 0 20px 0;
	text-align: left;
	}
	
	#downloads td {
		padding: 5px;
		}
	
	.downloads {
		color: #097088;
		}
	

		
/*
----------------------------------------------------------------------------- 
CART/CHECKOUT STYLES
-----------------------------------------------------------------------------*/


input.shopfront_input, .checkout_table_bgcol input { 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #575757;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	}

input.cart_button, input.checkout_button, .checkout_button { 
	font-size: 11px;
	font-weight: normal;	
	text-transform: uppercase;
	padding: 3px 7px;
	text-decoration: none;
	border: 1px solid #0b82a0;
	background-color: #0b82a0;
	color: #FFFFFF;
	}
	
.checkout_button:hover {
	border: 1px solid #b68a05;
	background-color: #b68a05;
	}
	
		
.checkout_table_bgcol {
	width: 100%;
	padding: 0;
	border: 1px solid #cccccc;
	}


.cart_eachproduct {
	border-bottom: 1px solid #cccccc;
	
	}
	
		
.checkout_toprow {
	background-color:#39b2cd;
	padding: 8px 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	}
	
	
.checkout_td_bgcol {
	padding: 10px 5px;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
	}

#billing_info .checkout_td_bgcol {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
	}

.inputmargin {
	margin-top: 4px;
	}
	
.checkout_totals {
	padding: 10px 5px;
	vertical-align: top;
	color: #333333;
	}
	

.checkoutgrey {
	background-color:#CCCCCC;
	}			
		
		
#products {
			width: 200px;
			height: 260px;
			float: left;
			text-align: center;
		/*	padding: 10px;*/
		}
		
		#product_image {
			width: 200px;
			height: 150px;
			text-align: center;
		}
		
		#product_name {
			width: 200px;
			height: 25px;	
			text-align: center;
		}

		.clear {
			clear: both;
			font-size: 0;
			height: 0;
			line-height: 0
			}
		
