/* Layout */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Headings */

H1 {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	margin-top: 0;
	margin-bottom: 0;
}

/* Font Sizes */

.ten {font-size: 10px;}
.eleven {font-size: 11px;}
.twelve {font-size: 12px;}
.thirteen {font-size: 13px;}
.fourteen {font-size: 14px;}
.fifteen {font-size: 15px;}
.sixteen {font-size: 16px;}
.eighteen {font-size: 18px;}
.twenty {font-size: 20px;}
.twentytwo {font-size: 22px;}
.twentyfour {font-size: 24px;
	font-family: "Cooper Lt BT";
	color: #990000;
}

/* Font Colours */

.white {color: #FFFFFF;}
.black {color: #000000;}
.gray {color: #6D6D6D;}
.red {color: #E70000;}
.brown {color:#990000;}
.pink {color:#FDAEAA;}
.blue {color:#0000FF;}

/* Font Style & Weight */

.bold {font-weight: bold;}
.italic {font-style: italic;}
.strikeout {text-decoration: line-through;}

/* Hovers */

.n2u {text-decoration: none;}
.n2u:hover {text-decoration: underline;}

.u2n {text-decoration: underline;}
.u2n:hover {text-decoration: none;}

.gray2red {color: #6D6D6D; text-decoration: none;}
.gray2red:hover {color: #E70000;}

.block {
	color: #E70000;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	background: transparent;
	float: center;
	margin: 0;
	line-height: 14px;
	white-space: nowrap;
}
.block:hover {
	color: #FFFFFF;
	background: #E70000;
}

/* Tabs */

.tabs {font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; background-image:url(images/tabs_up.gif)}
.tabs:hover {background-image: url(images/tabs_over.gif);}
.active {font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; background-image:url(images/tabs_over.gif)}


.tt		{
		font-family:tahoma;
		font-size:11px;
		color:#D79A8F;
		line-height:12px
		}
.more2	{
		background:url(images/arrow4.gif) bottom left no-repeat;
		}
.more2 a{
		color:#8F3B2A;
		font-family:tahoma;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		margin:0 0 0 8px
		}
.more1	{
		background:url(images/arrow1.gif) bottom left no-repeat;
		}
.more1 a{
		color:#8F3B2A;
		font-family:tahoma;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		margin:0 0 0 6px
		}
ul		{
		list-style:none;
		margin:0px;
		padding:0px;
		line-height:14px;
		}
li		{
		background:url(images/arrow2.gif) bottom left no-repeat;		
		}
li a	{
		color:#949496;
		font-family:tahoma;
		font-size:11px;
		margin:0 0 0 7px;
		}
.list2 	{
		line-height:15px;
		}
.list2 li {
		background:url(images/arrow3.gif) bottom left no-repeat;
		}
.list2 a{
		text-decoration:none;
		color:#7B7C7A;
		margin:0 0 0 8px
		}
em		{
		font-style:normal;
		font-weight:bold;
		color:#E60066
		}
td		{
		font-family:tahoma;
		font-size:11px;
		color:#7B7C7A;
		}
.price a{
		font-weight:bold;
		font-size:9px;
		text-decoration:none;
		color:#67676A;
		}
.bot a	{
		color:#7B7C7A;
		text-decoration:none;
		}
.bot2 	{
		color:#BDBDBC;
		font-family:tahoma;
		font-size:9px;
		line-height:10px
		}
.bot2 a {
		color:#BDBDBC;
		font-family:tahoma;
		font-size:9px;
		text-decoration:underline
		}
a		{
		color:#8F3B2A;
		}