@CHARSET "UTF-8";

body
{
	background-color: #336666;
	font-family: verdana, tahoma, arial, sans-serif;
}

div.mainbody
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	
	overflow: auto;
	
}

div.upperbanner
{
	border: 1px solid black;
	background-color: white;
	margin-bottom: 10px;
	padding: 5px;
}

div.lowerbanner
{
	border: 1px solid black;
	background-color: white;
	margin-bottom: 10px;
	height: 80px;
}


div.upperbanner img
{
	display: inline;
}

div.upperbanner div.bannertext
{
	display: inline;
	margin-left: 35px;
	font-size: 11px;
	text-align: right;
	color: grey;

}

a img
{
	border: 0px;
}

table.middlecontent-layout
{
	
	width: 100%;
	border-collapse: collapse;
}
td.left-nav
{
	padding: 5px;
	padding-left: 0px;
	width: 20%;
	height: 100%;
	vertical-align: top;
}
div.left-nav
{

	background-color:white;
	border:solid black 1px;
	padding: 3px;

}


td.right-nav
{
	padding: 5px;
	padding-right: 0px;
	width: 25%;
	height: 100%;
	vertical-align: top;
}

div.right-nav
{

	background-color:#009899;
	border: solid black 1px;
	padding: 15px;
}

td.maincontent
{
	width: 55%;
	padding: 5px;
	height: 100%;
	vertical-align: top;
}

div.maincontent
{
	background-color: white;
	border: 1px solid black;
	padding: 15px;
	font-size: 12px;
}


div.menubox
{
	border: 1px solid #980033;
	margin-bottom: 10px;
	font-size: 12px;
}

div.menubox h1
{
	margin: 0px;
	background-color: #980033;
	color: white;
	padding: 6px;
	font-size: 12px;
}

div.menubox ul
{
	list-style: none;
	padding: 0px;
	margin: 4px;
}

div.menubox ul li
{
	display: block;	
	height: 25px;
}

div.menubox ul li a
{
	color: black;	
}

div.menubox
{
	border: 1px solid #980033;
	margin-bottom: 10px;
}



div.nav-stretcher
{
	height: 100%;
}

h1.contenttitle
{
	text-transform: uppercase;
	color: #009899;
	font-size: 16px;
	font-weight: normal;
}

div.basketbox
{
	border: 1px solid black;
	color: white;
	font-size: 11px;
}

div.basketbox h1
{
	margin: 0px;
	border-bottom: 1px solid black;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	padding: 6px;
}

div.basketbox h1 a
{
	color: white;
	text-decoration: none;
}

div.basketbox h1 a:hover
{
	text-decoration: underline;
}

div.basketbox h1.boxfooter
{
	border-top: 1px solid black;
	border-bottom: none;
	font-size: 14px;
}

div.basketbox h1.boxfooter a
{
	color: white;
}

div.basketbox ul
{
	list-style: none;
	padding: 0px;
	margin: 8px;
}

div.basketbox ul li
{
	display: block;	
}

div.basketsummary
{
	margin: 8px;
}

div.nav-footer
{
	font-size: 11px;
}

div.nav-footer a
{
	text-decoration: none;
	color: black;
}

div.nav-footer a:hover
{
	text-decoration: underline;
}

#info-nav-title
{
	background-image: url('../images/information_left_nav.gif');
}
	
#shop-nav-title
{
	background-image: url('../images/shop_left_nav.gif');
}

table.category-item
{
	border: 1px solid lightgrey;
	width: 100%;
	margin-bottom: 10px;
}

td.category-item-image
{
	width: 90px;
	vertical-align: top;
}

td.category-item-image img.mainimage
{
	width: 90px;
	height: 90px;
	border: 1px solid black;
}

td.category-item-image a img
{
	border: 0px;
}

table.category-item a
{
	color: black; 
	text-decoration: none;
}

td.category-item-title a
{
	color: #990033;
	font-weight: bold;
	font-size: 16px;
}

td.category-item-title
{
	color: #990033;
	font-weight: bold;
	font-size: 16px;
}

td.category-item-title a:hover
{
	text-decoration: underline;
}

td.category-item-subtitle
{
	font-size: 16px;
}

td.category-item-price
{
	color: #990033;
	font-weight: bold;
}

table.basket
{
	width: 100%;
	border: 1px solid black;
	border-collapse: collapse;
}

table.basket td
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

table.basket th
{
	border-left: 1px solid black;
	border-right: 1px solid black;
}

table.basket tr.headers th
{
	background-color: #990033;
	color: white;
}

table.basket td.checkout
{
	text-align: right;
}

table.basket td.totals
{
	text-align: right;
}

table.basket th.totals
{
	text-align: right;
	border: 1px solid black;
}

#pagemasker
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(/shop/resources/images/transoverlay.png);
	display: none;
}

#pagemasker-body
{
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: black 1px solid;
	margin-top: 50px;
	width: 500px;
}

#pagemasker-body a
{
	font-size: 12px;
}


	
a.category-banner-links img
{
	margin-bottom: 15px;
	width: 405px;
	border: 0px;
}
