@charset "utf-8";
/* CSS Document */



/* Shop - Checkout */

	.checkout_table {

		border: 0px;
		
	}

	.checkout_table td {
		padding: 6px;
	}
	
	.checkout_table td input[type=text]{
		width: 200px;
	}

	.checkout_table_left {
		font-weight: bold;
		text-align: right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px; 
		vertical-align:top;
	}

/* Shop - Cart */
	
	.shop_cart_table {
		background-color: #ffffff;
		border: 1px #888888 solid;
		padding: 0px;
	}
	
	
	.shop_cart_table_headerrow {
		background-color: #f8ad45;
	}
	
	.shop_cart_table_headerrow td {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px; 
		vertical-align:top;
		line-height: 20px;
		font-weight: bold;
		padding: 6px;
		margin: 0px;
	
	}
	
	.shop_cart_table_evenrow {
		background-color: #ffffff;
	}
	
	.shop_cart_table_oddrow {
		background-color: #e0e0e0;
	}
	
	.shop_cart_table_evenrow td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; 
		vertical-align: top;
		line-height: 20px;
		font-weight: normal;
		padding: 6px;
	}
	
	.shop_cart_table_oddrow td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; 
		vertical-align: top;
		line-height: 20px;
		font-weight: normal;
		padding: 6px;
	}


/* Shop - Catalog */
	
	.shop_catalog_table {
		/*background-color: #ffffff;*/
		border: 0px #888888 solid;
		padding: 0px;
	}
	
	.shop_catalog_table_evenrow {
		/*background-color: #ffffff;*/
	}
	
	.shop_catalog_table_oddrow {
		/*background-color: #ffffff;*/
	}
	
	.shop_catalog_table_evenrow td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; 
		vertical-align: top;
		line-height: 20px;
		font-weight: normal;
		padding: 6px;
	}
	
	.shop_catalog_table_oddrow td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; 
		vertical-align: top;
		line-height: 20px;
		font-weight: normal;
		padding: 6px;
	}
	
	
	.shop_catalog_table tr td{
		padding: 6px;
	}
	
	.shop_catalog_table_evenrow {
		background-color: #ffffff;
	}
	
	.shop_catalog_table_oddrow {
		background-color: #ffffff;
	}
	
	.shop_catalog_table_evenrow td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; 
		vertical-align: top;
		line-height: 20px;
		font-weight: normal;
		padding: 6px;
	}
	
	.shop_catalog_table_oddrow td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; 
		vertical-align: top;
		line-height: 20px;
		font-weight: normal;
		padding: 6px;
	}


/* Basic Formatting */

	.shop_hr {
		border: 0px;
		color: #cccccc;
		background-color: #cccccc;
		height: 1px;
		width: 80%;
	}
	
	.shop_title {
		
		font-family: Arial, Helvetica, sans-serif
		color:#4a4c80; line-height:24px;
		font-size:30px;
		font-weight:normal;
	}
	
	.shop_subtitle { 
		font-family: Arial, Helvetica, sans-serif
		color:#4a4c80; line-height:20px;
		font-size:20px;
		font-weight:normal;
	}
	
	.shop_copy {
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px; 
		vertical-align:top;
		line-height: 20px;
		font-weight: normal;
	}
	
	.shop_copybold {
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px; 
		vertical-align:top;
		line-height: 20px;
		font-weight: bold;
	}


