/*Standard table*/
TABLE.Summary TH 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	background-color: #E0E0FF; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	border-color: #FFFFFF #8080E0 #8080E0 #FFFFFF; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

TABLE.Summary TR.even TD 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: normal; 
	background-color: #F0F0FF; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	border-color: black black #FFFFCC; 
	border: none; 
	border-width: 0px 0px 1px
}

TABLE.Summary TR.odd TD 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: normal; 
	background-color: #F8F8FF; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	border-color: black black #FFFFCC; 
	border: none; 
	border-width: 0px 0px 1px 
}
TABLE.Summary TR.even TD TABLE TR TD.form_section_0_left
{
		font-weight: bolder;
	font-size: 12pt;
	font-family: Tahoma, Arial;
	background-color: #8B122F;
	text-align: right;
	color:#ffffff;
	white-space:nowrap;
}

TABLE.Summary TR.odd TD TABLE TR TD.form_section_0_left 
{ 
		font-weight: bolder;
	font-size: 12pt;
	font-family: Tahoma, Arial;
	background-color: #8B122F;
	text-align: right;
	color:#ffffff;
	white-space:nowrap;
}

TABLE.Summary TR.Footer TD
{
	border-top: #8080E0 1px solid;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e0e0ff;
}

/*Article*/
TD.article_summary
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
TD.article_fullText
{
	padding-top: 5px;
}
/*Form*/
div.form_section_0_left
{
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: #8B122F;
}
TD.form_section_0_left 
{
	font-weight: bolder;
	font-size: 12pt;
	font-family: Tahoma, Arial;
	background-color: #8B122F;
	text-align: right;
	color:#ffffff;
	white-space:nowrap;
}
TD.form_section_0_right
{
	font-weight: bolder;
	font-size: 10pt;
	color: #0000ff;
	font-family: Tahoma, Arial;
	background-color: #E9E9E9;
}
TD.form_section_1_left
{
	white-space:nowrap;
	width:150px;
	text-align:right;
}
/*Objects*/
.obj_ZoomPicture150Landscape IMG
{
	border-right: #8B122F 2px solid;
	border-top: #8B122F 2px solid;
	border-left: #8B122F 2px solid;
	border-bottom: #8B122F 2px solid;
}
.obj_ZoomPicture150Portrait IMG
{
	border-right: #8B122F 2px solid;
	border-top: #8B122F 2px solid;
	border-left: #8B122F 2px solid;
	border-bottom: #8B122F 2px solid;
}

div.obj_AddToBasket IMG
{
	border-right: #8B122F 2px solid;
	border-top: #8B122F 2px solid;
	border-left: #8B122F 2px solid;
	border-bottom: #8B122F 2px solid;
}

/*Basket*/
div.obj_viewbasket
{
	background-color: #E9E9E9; 
	border: 1px #8B122F solid; 
	padding-top: 10px; 
	padding-bottom: 2px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: xx-small;
	text-align:center;
	color:#8B122F;
	white-space:nowrap;
}
div.obj_viewbasket TD
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: xx-small;
	color:#8B122F;
}
div.obj_viewbasket A
{
	color: #8B122F;
	text-decoration:none;
	white-space:nowrap;
}
div.obj_viewbasket A:hover
{
	color: #0000ff;
	text-decoration:underline;
}
div.obj_viewbasket A:visited
{
	color: #8B122F;
}
/*Order - Address*/
div.address
{
	border-right: #ccccff 1px solid;
	padding-right: 10px;
	border-top: #ccccff 1px solid;
	padding-left: 10px;
	font-size: x-small;
	padding-bottom: 10px;
	margin: 10px;
	border-left: #ccccff 1px solid;
	width: 100%;
	padding-top: 10px;
	border-bottom: #ccccff 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #ededff;
}
div.address H1
{
		font-family: Arial, Helvetica, sans-serif; 
	font-size:x-small;
 font-weight:bold;
}
/*order summary*/
.obj_OrderSummary IMG
{
	border-right: #8B122F 2px solid;
	border-top: #8B122F 2px solid;
	border-left: #8B122F 2px solid;
	border-bottom: #8B122F 2px solid;

}
/*Order - Notes*/
div.notes
{
	border-right: #ccccff 1px solid;
	padding-right: 10px;
	border-top: #ccccff 1px solid;
	padding-left: 10px;
	font-size: x-small;
	padding-bottom: 10px;
	margin: 10px;
	border-left: #ccccff 1px solid;
	width: 100%;
	padding-top: 10px;
	border-bottom: #ccccff 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #ededff;
	text-align: left;
}
div.notes H1
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:x-small;
	font-weight:bold;
}

/*Login Box*/
div.obj_login
{
	border-right: #8B122F 1px solid;
	border-top: #8B122F 1px solid;
	border-left: #8B122F 1px solid;
	border-bottom: #8B122F 1px solid;
	background-color: #E9E9E9;
	font-size: 12px;
	overflow: hidden;
	width: 210px;
	font-family: Tahoma, Arial;
	padding:5px;
}
div.obj_login fieldset
{
	border-right: #8B122F 1px solid;
	padding-right: 0px;
	border-top: #8B122F 1px solid;
	padding-left: 0px;
	background: #ffffff;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #8B122F 1px solid;
	padding-top: 0px;
	border-bottom: #8B122F 1px solid;
}
div.obj_login legend
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #8B122F;
}
div.obj_login TD
{
	color: #8B122F;
	font-size: 11px;
}

INPUT.logintext 
{
	font-size: 10px;
	height: 17px;
	background:none;
	border:none;
	cursor: text;
}
INPUT.loginbutton 
{
	font-size: 10px;
	height: 17px;
	width:40px;
}

div.error_message
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	color: red;
	border-bottom: black thin solid;
	background-color: #f0e68c;
}


/*-----------Add to basket style-----------*/
div.obj_addToBasket
{
	border-top: #8B122F 1px solid;
	border-bottom: #8B122F 1px solid;
	border-left: #8B122F 1px solid;
	border-right: #8B122F 1px solid;
	text-align:	center;
	margin:0px;
	padding:0px;
	width:200px;
}
div.obj_addToBasket FORM
{
	margin:0px;
	padding:0px;
}
DIV.addToBasket_TextContainer
{
	margin:0px;
	padding:0px;
	width:200px;
}
SPAN.addToBasket_description
{
	display:none;
}
SPAN.addToBasket_VarietyTitle
{
	display:none;
}
SPAN.addToBasket_VarietyContent
{
	clear:left;
	width:180px;
	display:block;
	white-space:nowrap;
	text-align:left;
}
SPAN.addToBasket_QtyTitle
{
	float:left;
	clear:left;
	width:70px;
	text-align:right;
	vertical-align:middle;
	height:25px;
}
SPAN.addToBasket_QtyContent
{
	width:125px;
	clear:right;
	float:right;
	vertical-align:middle;
	text-align:left;
}
SPAN.addToBasket_PriceTitle
{
	float:left;
	clear:left;
	display:block;
	margin:0px;
	padding:0px;
	width:75px;
	text-align:right;
	height:25px;
	border-top: #8B122F 1px solid;

}
SPAN.addToBasket_PriceContent
{
	width:122px;
	display:block;
	margin:0px;
	padding:0px;
	height:25px;
	text-align:left;
	border-top: #8B122F 1px solid;

}
SPAN.addToBasket_Add
{
	display:block;
	clear:both;
	text-align:center;
	border-top: #8B122F 1px solid;
}
SPAN.addToBasket_Add INPUT
{
	vertical-align:middle;
}

.obj_ProductSummary TH
{
	padding-top:10px;
}
.obj_ProductSummary TABLE
{
	width:100%;
}
.obj_ProductSummary TABLE TABLE
{
	width:198px;
}