/*
	Commerce Style sheet
	Style Sheet to display style code for the commerce package:

	created 29th October 2004 by Robert McCarthy
*/

.basketbox_90 {width:90%; padding:15px 15px 15px 15px; text-align: center;}

.basketline, .basketlineright, .basketlinecentre{ border-style: none none solid none; border-bottom-width: 1px; border-top: Black;}

.baskettotal{font-size:70%; border-style: double none none none; border-top: Black;}

.formlabel_150{
	width:120px;
	float: left;
	clear: left;
	font-weight: bold;
	margin-bottom: 6px;
	margin-left: 10px;
}

fieldset
{
	border: solid 1px #3F7FAF;
	margin: 0;
	padding: 0;
	width: 400px;
}

legend
{
	display: block;
	background-color: #3F7FAF;
	color: white;
	padding: 5px 0px 5px 10px;
	margin-bottom: 10px;
	font-weight: bold;
	width: 400px;
	border: 0;
}

.cellright, .basketlineright{text-align: right;}
.cellcentre, .basketlinecenter{text-align: center;}

.productlist
{
	float: left; 
	margin: 0 0 21px 25px;
	padding: 0;
	clear: both;
}

/* NOTE: Inlines are written out in a div and then a link, both with the "limage" class attached */
.productlist .limage
{
	margin: 0;
	padding: 0 23px 0 0;
}

.productlist a:link, .productlist a:visited
{
	text-decoration: none;
}

.commercebox select
{
	font-size: smaller;
	margin-bottom: 6px;
}


.commerceboxlabel
{
	width: 30%;
	margin: 5px 0px 0px 10px;
	padding: 5px 0px 0px 10px;
	vertical-align: top;
}

.commerceboxempty
{
	padding: 10px;
}

.commerceboxfield, .commerceboxfieldsmall
{
	width: 70%;
	margin: 5px 0px 0px 10px;
	padding: 5px 0px 0px 10px;
	vertical-align: top;
}

h2
{
	color: black;
}

.commerceorderdisplay
{
	margin: 0 0 10px 0;
}

.commerceorderdisplay p
{
	margin: 10px 0 0 0;
	padding: 0;
}

.commerceorderdisplay p input
{
	padding: 0;
	margin: 0;
	width: 30px;
	background-color: white;
}

/* Box surrounding Commerce template items, e.g. "Basket Contents" */
.commercebox
{
	border: solid 1px #3F7FAF;
	padding: 0;
	margin:  15px 0px 15px 0px;
	width: 100%;
	text-align: left;
}

.commercebox select, .commercebox input, .commercebox label
{
	margin: 2px 0 2px 0;
}

/* Box for displaying title of commerce box */
.commerceboxheader
{
	margin: 0;
	padding: 6px 0px 6px 10px;
	background-color: #3F7FAF;
	color: white;
	font-weight: bold;
}

/* Container for content of commerce box */
.commerceboxbody
{
	margin: 10px 5px;
	padding: 0;
}

/* A column of labels in a commerce box container */
.commercebox .commerceboxlabelcolumn
{
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	display: inline;
	width: 14%;
}

/* A label in a commerce box */
.commerceboxlabel
{
	display: block;
	margin: 0;
	height: 22px;	
	font-weight: bold;
	width: 100%;
	padding: 0;
}

/* A column of fields in a commerce box container */
.commercebox .commerceboxfieldcolumn
{
	float: left;
	margin: 0px;
	padding: 0 0 0 10px;
	display: inline;
	width: 62%;
}

.commercebox .commerceboxfieldcolumn input, .commercebox .commerceboxfieldcolumn select
{
	width: 200px;
	margin: 0;
	padding: 0;
}

/* A field in a commerce box */
.commerceboxfield
{
	display: block; 
	margin: 0px; 
	height: 22px;
	padding: 0;
	width: 100%;
}

/* Box surrounding Commerce template items, e.g. "Basket Contents" , but not of full width*/
.commerceboxthin
{
	border: solid 1px #3F7FAF;
	padding: 0;
	margin:  15px 0 15px 0;
	width: 60%;
	clear: both;
}

/* Label column for "thin" commerce box */
.commerceboxthin .commerceboxlabelcolumn
{
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	display: inline;
	width: 30%;
}

/* Field column for "thin" commerce box*/
.commerceboxthin .commerceboxfieldcolumn
{
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	width: 63%;
}

/* Input in "thin" commerce box */
.commerceboxthin .commerceboxfieldcolumn input
{
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Order number for User Admin, made smaller to allow for "(optional)" literal to right */
#UserAdminOrderNumber
{
	width: 75%;
	margin-right: 5px;
}

/* Button to perform basket action */
#BasketAction, #BasketActionOther
{
	float: right;
	padding: 0;
	margin: 0 10px 0 0;
	width: 100px;
}

/* Item in Product List */
.productlistitem
{
	width : 100%;  
	clear : both; 
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;  
	/*border-bottom: solid 1px #bbb;*/
}

/* Image holder for Product List Item */
.productlistimage
{
	float: left;
	width: 10%;
	margin-right: 5px;
	display: inline;
}

/* Text holder for Product List Item */
.productlistholder
{
	float: left;
	display: inline;
	width: 86%;
}

/* Descriptive text for Product List Item */
.productlisttext
{
	display: block;
	margin: 5px 0;
}

.receiptHeader
{
	background: url(../../images/corporate/common/ccclogo_lhs.jpg) no-repeat left;
	text-align: right;
	width: 100%;
}

.receiptAddress
{
	margin: 15px 0 0 30px;
}

