/*
 * Start Inputs
 *
*/
a.hoverLink{
	float: right;
}

.clear {
	clear: both;
}

.text_field_container {
	margin-bottom: 5px;
	float: left;

}

input[type="text"] {
	width: 100%;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	color: #666666;
}

/*
 * Start Storefront Item List
 *
*/

.store_item_list_container {
	width: 765px;
	clear:both;
	margin-top: 50px;
	padding-left: 35px;
	
}

.store_item_list_container .item_thumbnail_container {
	width: 180px;
	float:left;
}

.store_item_list_container .item_thumbnail_container img {
	width: 180px;
	height: 125px;
}

.store_item_list_container .item_title {
	font-size: 1.4em;
	font-weight: bold;
	color: #666666;
}

.store_item_list_container .item_info_container {
	float:left; 
	margin-left: 27px;
	width: 300px;
}

.store_item_list_container .item_info_container .item_info_line {
	padding: 0px;
	margin-top: 8px;
	
}


.store_item_list_container .item_info_container .item_info_label {
	text-transform:uppercase;
	font-size: 1.0em;
	font-weight: bold;
	color: #666666;
	margin-right: 3px;
	
}

.store_item_list_container .item_info_container .item_info_data {
	font-size: 1.0em;
}

.store_item_list_container .item_options_container {
	margin-top: 16px;
}

/*
 * End Storefront Item List
 * Start Shopping Cart
 *
*/

.cart_container {
	width: 862px;
	margin-bottom: 20px;
	
}

table.cart_items {
	width:100%; 
	margin-top: 5px;
	border-collapse: collapse;
}

table.cart_items th {
	background-color: #999999;
	padding: 8px;
	text-align:center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3em;
}

table.cart_items td {
	border-right: 2px solid #e3e3e3;
	border-bottom: 2px solid #e3e3e3;
	background-color: #EEEEEE;
	color: #686868;
	font-size: 1.2em;
	padding: 8px;
}

table.cart_items .last {
	border-right: none;
}

tr.subtotal td{
	background-color: #f5f5f5!important;
	border: none;
}

table.cart_items td.category{
	border-right: none;
	border-bottom: 2px solid #e3e3e3;
	width: 200px;
}

table.cart_items td.category.last {
	border-bottom: none;
}
table.cart_items td.data{
	border: none;
}


table.cart_items td.remove_item {
	text-align:center;
	width: 20px;
}

table.cart_items td.item_number {
	text-align:center;
	width: 100px;
}

table.cart_items td.item_desc {
	text-align:left;
	
}

table.cart_items td.item_quantity {
	text-align:center;
}


table.cart_items td.item_price {
	text-align:center;
	
}

table.cart_items td.item_total {
	text-align:center;
}

div.cart_totals_container {
	background-color: #f5f5f5;
	padding: 10px; 
	font-size: 1.2em;
} 

div.cart_totals_container .item_label_container {
	float:right; 
	margin-right: 10px;
	text-align:right; 
} 

div.cart_totals_container .item_label_container_left {
	float:left; 
	 
} 

div.cart_totals_container .item_label_line {
	margin-top: 8px; 
} 


div.cart_totals_container .item_label {
	font-weight: bold;
	
	
} 

div.cart_totals_container .item_data_container {
	float:right; 
	width: 50px;
	margin-right: 20px;
	text-align:right; 
} 

div.cart_totals_container .item_data_line {
	margin-top: 8px; 
} 

div.cart_bottom_nav {
	background-color: #f5f5f5;
	margin-top: 7px;
	padding: 10px;
}

div.po_box_notice {
	color: #ff0000;
	visibility:hidden;
}

/*
 * End Shopping Cart
 * Start Checkout
 *
*/

.checkout_container {
	width: 862px;
	margin-bottom: 20px;
	
}

table.checkout {
	width:100%; 
	margin-top: 5px;
	border-collapse: collapse;
}

table.checkout th {
	background-color: #999999;
	padding: 8px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3em;
}

table.checkout td {
	background-color: #EFEEEE;
	color: #686868;
	font-size: 1.2em;
	padding: 8px 15px;
}

table.checkout td.left {
	background-color: #e9e8e8;
	text-align: right;
	font-weight: bold;
	border-bottom: 2px solid #dedede;

}

table.checkout td.left.last {
	border: none;
}

#form_checkout_confirm {
	width: 100%;
}

/*
 * End Checkout
 * Start Tax
 *
*/

.tax_rates_container {
	width: 862px;
	margin-bottom: 20px;
	
}

table.tax_rates {
	width:100%; 
	margin-top: 5px;
	border-collapse: collapse;
}

table.tax_rates th {
	background-color: #999999;
	padding: 8px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3em;
}

table.tax_rates td {
	background-color: #EFEEEE;
	color: #686868;
	font-size: 1.2em;
	padding: 8px 15px;
}

table.tax_rates td.left {
	background-color: #EFEEEE;
	text-align: right;
	font-weight: bold;
	border-bottom: 2px solid #dedede;
	border-right: 2px solid #dedede;

}

table.tax_rates td.center {
	border-bottom: 2px solid #dedede;
	border-right: 2px solid #dedede;
}

table.tax_rates td.right {
	border-bottom: 2px solid #dedede;
	border-right: none;
}

table.tax_rates td.left.last {
	border-bottom: none;
}

/*
 * End Tax
 * Start Confirm
 *
*/
table.confirm {
	width:100%; 
	margin-top: 5px;
	border-collapse: collapse;
}

table.confirm th {
	background-color: #999999;
	padding: 8px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3em;
	text-align:left;
}

table.confirm td {
	background-color: #EFEEEE;
	color: #686868;
	font-size: 1.2em;
	padding: 8px 13px;
	border-right: 2px solid #e3e3e3;
	border-bottom: 2px solid #e3e3e3;
	
}

table.confirm .last {
	border-right: none;
}

tr.subtotal td{
	background-color: #f5f5f5!important;
	border: none;
	padding: 5px 8px;
}

table.confirm td.category{
	border-right: none;
	border-bottom: 2px solid #e3e3e3;
	width: 200px;
}

table.confirm td.category.last {
	border-bottom: none;
}
table.confirm td.data{
	border: none;
	background-color: #f5f5f5!important;
}

li.order_review {
	font-size: 12px;
	padding: 4px 0;
}

/* END CONFIRM 




/* SSL SEAL */

div#ssl_seal {
	position: absolute;
	bottom: 0;
	right: 75px;
}
