html, body {
	height: 100%;
}
		
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../artwork/background_plain.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


a:link { 	color: #FF0000; text-decoration: none;}
a:visited { color: #FF0000; text-decoration: none;}
a:hover {	color: #FF0000; text-decoration: none;}
a:active {	text-decoration: none;}


a.whiteLink01:link { color: #FFFFFF; text-decoration: none; }
a.whiteLink01:visited { color: #FFFFFF; text-decoration: none; }
a.whiteLink01:hover { color: #525252; text-decoration: none; }
.whiteLink01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

a.whiteLink02:link { color: #FFFFFF; text-decoration: none; }
a.whiteLink02:visited { color: #FFFFFF; text-decoration: none; }
a.whiteLink02:hover { color: #525252; text-decoration: none; }
.whiteLink02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


a.whiteLink01u:link { color: #FFFFFF; text-decoration: underline; }
a.whiteLink01u:visited { color: #FFFFFF; text-decoration: underline; }
a.whiteLink01u:hover { color: #FFFFFF; text-decoration: underline; }
.whiteLink01u {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

a.link01:link { color: #333333; text-decoration: none; }
a.link01:visited { color: #333333; text-decoration: none; }
a.link01:hover { color: #C31818; text-decoration: none; }
.link01 {
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
*/	color: #333333;
}

a.link01u:link { color: #333333; text-decoration: underline; }
a.link01u:visited { color: #333333; text-decoration: underline; }
a.link01u:hover { color: #C31818; text-decoration: underline; }
.link01u {
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
*/	color: #333333;
}

a.whiteLink:link { color: #FFFFFF; text-decoration: none; }
a.whiteLink:visited { color: #FFFFFF; text-decoration: none; }
a.whiteLink:hover { color: #FFFFFF; text-decoration: none; }

.text01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*font-weight: bold;*/
	font-weight: bold;
	color: #525252;
}

.text01white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.text01grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

.text01greyLite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #AAA;
}

.text01red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*font-weight: bold;*/
	font-weight: bold;
	color: #FF0000;
}

.text01fs6 {font-size: 6px;}
.text01fs8 {font-size: 8px;} 
.text01fs10 {font-size: 10px;}
.text01fs12 {font-size: 12px;}
.text01fs14 {font-size: 14px;}
.text01fs16 {font-size: 16px;}
.text01fs18 {font-size: 18px;}
.text01fs24 {font-size: 24px;}
.text01fs36 {font-size: 36px;}
.text01fs48 {font-size: 48px;}

.text02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*font-weight: bold;*/
	font-weight: bold;
	color: #525252;
}

.text02white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.text02grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.text02greyLite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FE9D4E;
}

.text03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	font-weight: bold;
	color: #525252;
}

.text03white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.text03grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.text04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	/*font-weight: bold;*/
	font-weight: bold;
	color: #525252;
}

.text04white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.text04grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.text05 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #525252;
}

.search_field {
	width: 80px;
}

.search_field_long {
	width: 160px;
}

.basketBorder {
	border-left: solid 1px;
	border-top: solid 1px;
	border-right: solid 1px;
	border-color:#CCCCCC;
}


.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #525252;
}

.formTextRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}



/****************** Standard-Page ************************/
/****************** Standard-Page ************************/
#i_spage {
	width: 420px;
	height: 420px;
	margin: 10px 0px 0px 0px; /* top, right, bottom, left */
	overflow:auto;
	/*background-color: #ABA;*/
}

.i_content {
	width: 400px;
	margin: 0px 0px 0px 0px; /* top, right, bottom, left */
	/*background-color: #CBA;*/
}

/****************** 3 x 3 - Page ************************/
/****************** 3 x 3 - Page ************************/
#i_page3 {
	width: 420px;
	height: 355px;
	text-align: center;
	margin: 0px 0px 0px 0px; /* top, right, bottom, left */
	/*background-color: #ABA;*/
}

.i_content3 {
	width: 140px;
	height: 118px;
	float:left;
	margin: 0px 0px 0px 0px; /* top, right, bottom, left */
	/*background-color: #CBA;*/
}


/****************** Short-List ************************/
/****************** Short-List ************************/
#i_pageSl {
	width: 428px;
	height: 343px;
	/*text-align: center;*/
	margin: 12px 0px 0px 0px; /* top, right, bottom, left */
	/*background-color: #BAB;*/
}

.i_contentSl {
	width: 426px;
	height: 64px;
	/*float:left;*/
	margin: 0px 0px 2px 0px; /* top, right, bottom, left */
	background-color: #B30014;
	
	border-width:1px;
	border-style:solid;
	border-color:#B30014;
	
}


/****************** Details ************************/
/****************** Details ************************/
#i_pageDl {
	width: 428px;
	height: 362px;
	/*text-align: center;*/
	margin: 1px 0px 0px 0px; /* top, right, bottom, left */
	/*background-color: #BAB;*/
}


