* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
/*	font: 100%/125% Arial, Helvetica, sans-serif;*/
	font-size:100%;
	line-height:125%;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
}
a{
	color:#d35790;
	text-decoration:none;
}
a:hover {
	color:#d35790;
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6{
	margin-bottom: 6px;
	font-weight: normal;
	color:#d35790;
}
h1 {
	font-size:1.5em;
	line-height:1.5em;
}
h2{
	font-size:1.4em;
	line-height:1.4em;
}
h3 {
	font-size:1.3em;
	line-height:1.3em;
}
h4{
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bold;
}
h5{
	font-size:1.1em;
	line-height:1.1em;
	font-weight:bold;
}
#page {
	margin: 0 auto 0 auto;
	width: 780px;
	text-align: left;
	background-image:url(images/ud_body_1.gif);
	background-repeat: repeat-y;
}
/*------ Panel positioning -------------*/
#header {
	position:relative;
	height: 130px;
}
#leftpanel {
	float: left;
	margin: 0 6px 0 6px;
	width: 193px;
	display:inline;
}
#leftpanel div.top{
	background-image: url(images/menu_border_top_1.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 14px;
	font-weight:bold;
	color: #93556f;
	background-color:#f7f1f4;
}
#leftpanel div.bottom{
	background-image:url(images/menu_border_bottom_1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:10px;
}
#leftpanel div.bottom img{
	margin-top:-3px;
	margin-left:-5px;
}
#content-title{
	float: left;
	margin: 0 0 6px 12px;
	width: 500px;
	display:inline;
	font-size:100%; /* Use <h1> tags as well 1.5em;*/
	line-height:1.1em;
	font-weight: normal;
	color:#d35790;
}
#mainpanel {
	float: left;
	margin: 0 0 0 24px;
	padding-top:6px;
	width: 400px;
	display:inline;
	font-size:0.8em;
	font-weight:bold;
	color: #93556f;
}
#rightpanel {
	float: right;
	margin: 0 6px 0 6px;
	width: 112px;
	display:inline;
}
#rightpanel div.top{
	background-image: url(images/panel_border_top_1.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color:#f7f1f4;
}
#rightpanel div.bottom{
	background-image:url(images/panel_border_bottom_1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:10px;
	font-size: 12px;
	font-weight:bold;
	color: #93556f;
}
/*-------- Panel styling --------------*/
#header{
	background-color:#f3e9ed;
}
#header img.logo{
	float:left;
	margin-top:5px;
	margin-left:30px;
}
#header ul.searchbuttons{
	position:absolute;
	top:92px;
	left:154px;
	padding:6px;
	text-align: right;
	list-style: none;
}
#header ul.stdbuttons {
	position:absolute;
	top:80px;
	right:6px;
	padding:6px;
	text-align: right;
	list-style: none;
}
#header li {
	display: inline;
}
#header li a {
	text-decoration: none;
	padding: 4px 8px;
	border:1px solid #f2e7ec;
}
#header li a:hover {
	border:1px solid #d35790;;
}
#leftpanel ul{
	list-style: none;
	margin:0;
	border:1px solid #f7f1f4;
}
#leftpanel ul ul{
	list-style: none;
	margin-left:20px;
	border-left:1px dashed #f7e0eb;
}
#leftpanel ul ul ul{
	list-style: none;
	margin-left:40px;
}
#leftpanel ul ul ul ul{
	list-style: none;
	margin-left:60px;
}
#leftpanel li{
	padding:0;
}
#leftpanel li ul{
	background-color:#f7f1f4;
}
#leftpanel li a{
	display:block;
	border:1px solid #f7f1f4;
	text-decoration:none;
	color: #93556f;
	padding:4px;
	margin:0;
}
#leftpanel li a:hover{
	border:1px solid #d35790;
	color:#d35790;
	text-decoration:none;
}
#leftpanel a.this{
	background-color:#f7e0eb;
}
#content-title{
/* as h1 */
}
#mainpanel p {
	padding-bottom: 12px;
}
#mainpanel img {
	margin: 6px 6px 0 0;
	padding:0;
}
#mainpanel img.right {
	float: right;
	margin: 6px 0px 6px 6px;
	padding:0;
}
#leftpanel p {
	padding-bottom: 12px;
}
#rightpanel div.info{
	text-align:right;
}
#rightpanel a{
	text-decoration:none;
	color: #93556f;
}
#rightpanel a:hover{
	color:#d35790;
	text-decoration:underline;
}
#footer {
	position:relative;
	clear:both;
/*	margin-top:-18px;*/
	height: 50px;
	background: url(images/ud_footer_1.gif) no-repeat top;
	font-size: 10px;
	line-height: 1em;
	color: #999999;
}
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration:none;
}
#footer a:hover{
	color:#000000;
	text-decoration:none;
}
#footer p {
	float:left;
	padding: 42px 24px 2px 24px;
}
#footer p.copyright{
	float:right;
	padding: 42px 24px 2px 24px;
}
#footer div.textlinks{
	padding: 42px 64px 0 0;
	text-align:center;
}
.clear {
	clear: both;
	font-size:1px;
}
a img{
	border:0;
}
ul, ol{
	margin-left:15px;
}
.error{
	color:red;
}
.lower{
	text-transform:lowercase;
}
.small{
	font-size:.8em;
}
div.indent{
	margin-left:36px;
}
hr{
	border: 0;
	color: #93556f;
	background-color: #93556f;
	height: 1px;
	width: 80%;
	text-align: center;
}
div.productimages{
	width:226px;
	float:left;
}
div.producttext{
	width:420px;
	float:right;
}
.wasprice{
	text-decoration:line-through;
	font-weight:bold;
	font-size:1.2em;
	text-align:right;
}
.nowprice{
	color:red;
	font-weight:bold;
	font-size:1.2em;
	text-align:right;
}
td.prodimage{
	vertical-align:top;
}
#mainpanel td.prodimage img {
	margin: 0 12px 12px 0;
}
td.prodprice{
	text-align:right;
	vertical-align:bottom;
	padding-bottom:12px;
}
.prodtext{
	font-weight:normal;
}
table.productcolours{
	width:100%;
}
table.productcolours th{
	padding:4px;
	color:#ffffff;
	background-color:#93556f;	
	font-size:0.8em;
}
table.productcolours td{
	padding:4px;
	font-weight:normal;
}
table.productcolours td select{
	width:3em;
}
table.productcolours td.colour{
	font-weight:bold;
}
table.productcolours td.price{
	font-weight:bold;
	font-size:1.2em;
	text-align:right;
}
.price{
	font-weight:bold;
	font-size:1.2em;
	text-align:right;
}
a.button{
	border:1px solid #f7f1f4;
	text-decoration:none;
	color: #93556f;
	padding:4px;
	margin:0;
	background-color:#f7e0eb;
	font-size:1em;
	font-weight:bold;
}
a.button:hover{
	border:1px solid #d35790;
	color:#d35790;
	text-decoration:none;
}
a.buttonnext{
	border:1px solid #f7f1f4;
	text-decoration:none;
	color: #93556f;
	padding:4px 13px 4px 4px;
	margin:0;
	background-color:#f7e0eb;
	font-size:1em;
	font-weight:bold;
	background-image: url(images/arw_r_1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.hilite{
	border:1px solid #93556f;	
}
a.buttonnext:hover{
	border:1px solid #d35790;
	color:#d35790;
	text-decoration:none;
	background-image: url(images/arw_r_o_1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.buttonback{
	border:1px solid #f7f1f4;
	text-decoration:none;
	color: #93556f;
	padding:4px 4px 4px 13px;
	margin:0;
	background-color:#f7e0eb;
	font-size:1em;
	font-weight:bold;
	background-image: url(images/arw_l_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
a.buttonback:hover{
	border:1px solid #d35790;
	color:#d35790;
	text-decoration:none;
	background-image: url(images/arw_l_o_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#mainpanel img.deptimage{
	padding:0 3px 3px 0;
}
div.centre{
	text-align:center;
}
table.sizetable{
	font-size:1.2em;
	font-weight:normal;
}
table.sizetable tr.even{
	background-color:#f7e0eb;
}
table.sizetable tr.odd{
}
table.sizetable td{
	padding: 3px 3px 3px 3px;
}
table.sizetable td.wide{
	padding: 3px 18px 3px 18px;
}
div.productrange{
	margin-top:12px;
	padding:4px;
	color:#ffffff;
	background-color:#93556f;	
	font-size:0.8em;
}
div.imagecomment{
	font-size:0.8em;
	font-weight:normal;
}
div.buttonsleft{
	width:60%;
	float:left;
	padding:3px 0 3px 0;
}
div.buttonsright{
	width:40%;
	float:right;
	text-align:right;
	padding:3px 0 3px 0;
}
div.pagenav{
	text-align:right;
	margin:0;
	padding:2px;
	font-size:0.8em;
	font-weight:normal;
	background-color:#f7f1f4;
}
div.pagenav a.page{
	font-size:1.3em;
}
div.pagenav span.this{
	font-size:1.3em;
	font-weight:bold;
}
div.right{
	float:right;
}
#bottomdrawer{
	background-color:#f2e9ee;
	padding:6px 0 6px 6px;
	margin:0;
	text-align:left;
}
#bottomdrawer img{
	float:right;
	margin: 0 6px 0 0;
	padding:0;
}
span.brand{
	color: #93556f;
}
p.resources{
	font-size:0.8em;
	margin-top:1em;
	margin-top:1em;
}
a.resource_link{
	font-size:0.9em;
}
/* Fixes for IE6 */
/* mac hide \*/
h1, h2, h3, #content-mainpanel img {
	position:relative;
}
h1, h2, h3 {
	height:1%
}
/* end hide */

