/* basket page styles */

table.basket
{
 width				: 680px;
 margin				: 0px 0px 20px 0px;
}

table.basket thead th
{
 background-color	: #999;
 color				: #FFF;
 font-size			: 75%;
 font-weight		: bold;
 text-align			: left;
 padding			: 5px 10px 5px 10px;
}

table.basket td
{
 padding			: 5px 10px 5px 10px;
 color				: #666;
 font-size			: 75%;
 font-weight		: normal;
}

table.basket thead th.product
{
width				: 510px;
}

table.basket thead th.price, table.basket thead th.total, table.basket thead th.status
{
width				: 55px;
}

table.basket thead th.qty
{
width				: 25px;
}

table.basket thead th.delete
{
width				: 25px;
}

table.basket td.delete a
{
display				: block;
 text-decoration	: none;
background-color	: #FFF;
 text-align			: center;
 font-weight		: bold;
 color				: #999;
}

table.basket td a.link
{
 color				: #666;
 text-decoration	: none;
}

table.basket td a.link:hover
{
 text-decoration	: underline;
}

table.basket td a.ordera
{
 color				: #A9181C;
 text-decoration	: underline;
}

table.basket td a.ordera:hover
{
 text-decoration	: none;
}

table.basket td input.qty
{
width				: 20px;
font-size			: 100%;
border				: 1px solid #CCC;
}

table.basket tr.red
{
background-color	: #FBF3F3;
}

table.basket td.alignright
{
text-align			: right;
}

table.basket tr.alternative td
{
border-top			: 1px solid #999;
border-bottom		: 1px solid #999;
padding-left		: 30px !important;
}


table.basket input.offercode
{
font-size			: 100%;
width				: 40px;
margin				: 0px;
}

span.red
{
color				: #A9181C;
 font-weight		: bold;
}

/* Account page styles */

div.accountleft
{
 position			: relative;
 width				: 200px;
 margin				: 0px 0px 20px 0px;
 float				: left;
}

div.accountright
{
 position			: relative;
 width				: 200px;
 margin				: 0px 0px 20px 0px;
 float				: left;
}

a.postagelink
{
	color :			#A9181C;
	text-decoration : underline;
	font-weight :	bold;
}

a.postagelink:hover
{
	text-decoration : none;
}

div#orderdetails
{
	border:			1px solid #000;
	background-color: #FFF;
	padding:		5px;
	position:		absolute;
	top:			1px;
	left:			1px;
	width:			260px;
	height:			80px;
	font-size:		70%;
}

div#orderdetails em
{
	font-style:		normal;
}

div#orderdetails b
{
	display:		block;
	float:			left;
	width:			110px;
}

div#orderdetails a
{
	color:			#666;
	text-decoration: underline;
}

div#orderdetails a:hover
{
	text-decoration: none;
}