/* Kyabra Pastoral Group */
/* Trade Style Sheet */
/* Last Modified: D Daley, 1/9/06 */

div.trade{
	/*width: 605px;*/
	margin-left: 15px;
	font-family: Verdana;
	font-size: 11px;
	color: black;
}

.trade p{
	margin: 0px;
	padding: 0px;
}

.trade h1{
	margin: 0 0 15px 0;
	padding: 0px;
}

/*
   The following elements relate to the product item list.
   */

div.trade_item_list{
	float: left;
	width: 315px;
}

/* div.trade_item{
	margin-top: 15px;
} */

div.trade_item_name{
	float: left;
	width: 240px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ebf3fc;
}

div.trade_item_price{
	float: left;
	width: 75px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	background-color: #ebf3fc;
}

div.trade_item_description{
	clear: left;
	float: left;
	width: 205px;
	padding-top: 10px;
}

div.trade_item_image{
	float: left;
	margin-left: 10px;
	width: 100px;
	padding-top: 10px;
}

div.trade_item_qty{
	clear: left;
	width: 315px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 30px;
}

input.trade_item_qty{
	border: 1px solid brown;
	background-color: lightbrown;
}

/*
   The following elements relate to the shopping cart overview.
   */

div.trade_mini_basket{
	float: left;
	width: 200px;
	margin-left: 30px;
/*font-size: 12px;*/
/*	font-weight: none;*/
}

.trade_mini_basket h1{
	margin: 0;
	padding: 0;
}

ul.trade_mini_basket_item_list{
	width: 200px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	color: black;
}

.trade_mini_basket_item_list li{
	clear: left;
	width: 200px;
	padding: 9px 0 10px 0;
/*border-top: 1px solid lightblue;*/
	border-bottom: 1px solid #dfe9f4;
	color: #6a7989;
/*background-color: yellow;*/
}

div.trade_mini_basket_item_list_item{
	/*clear: left;
	float: left;*/
	/*width: 200px;*/
}

div.trade_mini_basket_item_list_item_price{
	/*width: 70px;*/
	float: right;
	text-align: right;
	font-weight: bold;
}


.floatright{
	float: right;
	margin: 0;
	padding: 0;
	color: #8f9295;
}

li.trade_mini_basket_item_list_price_total{
	clear: left;
	padding: 4px 0 5px 0;
	background-color: #f5f8fc;
	color: black;
}

li.trade_mini_basket_item_list_checkout{
	text-align: right;
	border: none;
}

/*
   General Form Componenets
   */

input.trade_tb{
	border: 1px solid #e1e2c3;
	background-color: #fbfcf0;
	color: #07203b;
	text-align: right;
}

input.trade_text_btn{
	border: none;
	background: none;
	font-family: Verdana;
	font-size: 11px;
	color: #07203b;
	cursor: pointer;
}

table.trade {
	border: none;
	font: Verdan;
	font-size: 11px;
	color: black;
	width: 540px;
	margin-left: 15px;
}

div.trade_invoice_details {
	width: 570px;
}

div.trade_shipping_details {
	width: 570px;
}

table.trade tr th {
	background-color: #ebf3fc;
	border-bottom: none;
}
