﻿body {
	background-color: #fff;
	font: normal 0.8em/1.4em verdana, arial; margin: 0;
}
p { margin-top: 0px; width: 550px; }
#header {
	display: block; height: 120px; color: #000; text-align: center; margin: 0; padding: 0;
	padding: 0;
}
#headerExLogo{
	 margin: 0; padding: 0;
	margin-left: 120px;
	height:120px;
	background: url( /assets/images/site/topNav.jpg ) repeat-y top left;
}
#headerExLogo img {
	float: left;
}

#leftNav {
	float:left; position:relative; width:180px; height: 560px; padding: 0;
	background: #fff url( /assets/images/site/leftNav.jpg ) repeat-x;
}
#content {
	position:relative; display:block; background:#fff; border-left:180px solid #fff;
}
#inner {display:block; margin-left:-180px; margin-right:-200px; padding:0;}

#main {
	margin-left:190px; margin-right:200px; position:relative; display:block; height:1%;
}

#mb {
	float: right;
	border: solid 1px red;
}
#leftNav .header {
	font-weight: bold;
	color: White;
	margin-left: 0.7em;
	font-family: "Monotype Corsiva";
	font-size: 1.5em;
}
#leftNav ul {
	margin:0;
	padding: 0.2em;
}
#leftNav li {
	list-style: none;
	margin: 0.3em 0 0.3em 2em;
}
#leftNav li a {
	color: #fff;
	text-align: center;
	padding-left: 1.5em; 
	font-family: "Monotype Corsiva";
	font-size: 1.5em;
}

.clear {clear:both;}

.itemTitle {
	font-weight: bold;
}

.button {
	width: 6em;
	background-color: #391863;
	color: Silver;
	font-size: 0.9em;
	font-weight: bold;
}
.price {
	color: #391863;
	font-weight: bold;
	width: 6em;
}

.categoryName, .productTitle {
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.5em;
}
.categoryName {
	margin-top: 30px;
}
p.categoryName, span.categoryName {
	padding-top: 10px;
	margin-top: 0;
}
.productListItem {
	border: solid 1px #391863;
	width: 500px;
}
.productTitle{
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #391863;
}
a:hover {
	text-decoration: underline;
}

.divider {background:url( /assets/images/divider.gif ) no-repeat 0px 5px; text-align: center; line-height: 10px; }

.listNavNextOn { padding-right:15px; background:url(/assets/images/site/nextArrow.gif ) center right no-repeat; }
.listNavNextOff { padding-right:15px; color:#bcbcbc; font-weight:normal; text-decoration:none; cursor:default; background:url(/assets/images/site/nextArrowOff.gif ) center right no-repeat; outline:none }
.listNavPrevOn { padding-left:15px; background:url(/assets/images/site/prevArrow.gif ) center left no-repeat; }
.listNavPrevOff { padding-left:15px; color:#bcbcbc; font-weight:normal; text-decoration:none; cursor:default; background:url( /assets/images/site/prevArrowOff.gif ) center left no-repeat; outline:none }
a:hover.listNavNextOff, a:hover.listNavPrevOff  { text-decoration: none; }

.oldPrice {
	color: Red;
	text-decoration: line-through;
}
/* View basket page */
#cart {
	width: 550px;
}	
#cart table {
	border-collapse: collapse;	
}
#cart th {
	color: #000;
	text-align: left;
}
#cart th.price {
	text-align: right;
}
#cart .productTitle {
	font-size: 1em;
}
