
	body, table {
		
		font: 12px Arial;
		line-height: 16px;
		
	}
	
	h1 {
		font-size: 14px;
		margin-bottom: 2px;
	}
	
	.item_img {
		
		padding: 2px;
		border: 1px solid #EFEFEF;
		height: 100px;
		margin-right: 4px;
	
	}
	a {
		color: #666666;
		text-decoration: none;
	}
	a:visited {
		color: #669966;
	}
	

	hr {
		border-top: 0px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
	}
	
	.error {
		
		margin-left: 5px;
		color: red;
		font-size:11px;
		line-height:14px;
	}
	.row_seperate {
		padding-right: 4px;
		border-bottom: 1px dotted #EFEFEF;
	}
	
	/* Order */
	.order_view {
		padding: 10px;
	}
	.direct_deposit {
		padding: 4px;
		font-size: 11px;
		font-family: Verdana;
		color: red;
	}
	
	/* Admin */
	.table_admin {
		font-weight: bold;
	}
	.table_admin textarea {
		height: 150px;
		width: 100%;
		padding: 2px;
	}
	.admin_view {
		display:block;
		width:100px;
	}
	.edit {
		
		width: 100%;
		border: 1px solid #CCCCCC;
		padding: 2px;
	}
	
	
	/* Checkout */
	.in_cart {
		font-weight:bold;
		color: green;
	}
	.in_cart a {
		font-weight:normal;
	}
	
	.table_cart {
		font-size: 12px;
	}

	.table_cart td {
		border-bottom: 1px dotted #EFEFEF;
	}
	.total {
		font-size:14px;
	}
	.subtotal {
		font-size:11px;
	}
	.heading {
		font-weight:bold;
	}
	.note {
		font-size: 10px;
		
	}
	
	/* Listing */
	.listing td {
		border-bottom: 1px dotted #EFEFEF;
		padding: 4px;
	}
	.incart {
		color: green;
		font-weight:bold;
	}
	.title {
		font-size: 12px;
		font-weight:bold;
	}
	
	.descr {
		
	}
	
	.price {
		font-weight:bold;
	}

	.checkoutimg {
		width:50px;
	}
