﻿body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin: 0px;
	background-color:#CCCCCC;
	color:white;
}

.container
{
	width:100%;
	float:left;
}

.column
{
	float:left;
	position:relative;
}

.clear
{
	clear:both
}

a
{
	text-decoration:none;
	color:white;
}

a:hover
{
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6, stong 
{
	color:#1AB7EA;
}

h1
{
	font-size: 1.5em;
	padding:0px;
	margin:5px 0px;
}

h2 
{
	font-size: 1.4em;
}

h3 
{
	font-size: 1.3em;
}

h4 
{
	font-size: 1.2em;
}

h5 
{
	font-size: 1.1em;
}

h6 
{
	font-size: 1.0em;
}

label
{
	color:white;
}

.breadCrumb
{
	color:white;
}

.breadCrumb a
{
	color:white;
}

.topMenu .actions 
{
	float:right;
	position: relative;
	color: #1BA4D1;
	font-weight: bold;
	padding:0px 5px 0px 10px;
	z-index:100;
}

.topMenu .actions ul a
{
	color:black;
}

.topMenu .actions ul {
	right: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	font-size: 0.8em;

}

.topMenu .actions:hover ul {
	display: block;
}

.topMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: right;
	padding: 3px 5px;
	font-size:1.2em;
}

.leftMenu .actions 
{
	position: relative;
	color: white;
	font-weight: bold;
	font-size:1.0em;
}

.leftMenu .actions ul a
{
	color:black;
}

.leftMenu .actions ul {
	left: 50%;
	top: 0;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	z-index:100;

}

.leftMenu .actions:hover ul {
	display: block;
}

.leftMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: left;
	padding: 3px 5px;
	font-size:1.1em;
}

.wideTextBox {
	width: 560px;
}

.mediumTextBox {
	width: 265px;
}

.narrowTextBox {
	width: 150px;
}

.list
{
	width: 573px;
	
}

.modified {
	font-size: 0.8em;
	color:white;
}


#container
{
	width:770px;
	margin:0px auto;
	background-color:#221E1F;
}

#header
{
	text-align:center;
}

#header img
{
	padding:30px 0px;
	
}

#headerBottom
{
	background-color:#1BA4D1;
	color:white;
	font-weight:bold;
	font-size:1.2em;
}

#headerBottom a
{
	color:white;
}

#headerBottom .column
{
	width:365px;
	padding:5px 10px;
}

#headerBottomLeft
{
	text-align:left;
}

#headerBottomRight
{
	text-align:right;
}

.topMenu
{
	background-color:white;
	background-image:url('../images/topmenu-background.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	text-align:right;
	height:158px;
	z-index:100;
}

.topMenu ul
{
	margin:0px;
	padding:10px 20px;
	list-style:none;
	font-size:1.1em;
	color:#1BA4D1;
	font-weight:bold;
}

.topMenu ul li a
{
	color:#1BA4D1;
}

.topMenu ul li
{
	padding:5px 0px;
}

#contentArea
{
	margin:10px 0px;
	background-color:#221E1F;
	background-image:url('../images/content-background.gif');
	background-position:left top;
	background-repeat:repeat-y;
	z-index:50;
}

#contentLeft
{
	width:167px;
	z-index:100;
}

#contentLeftBackground
{
	background-image:url('../images/leftmenu-background.gif');
	background-position:center top;
	background-repeat:no-repeat;
	height:298px;
	margin:10px 0px;
}

.leftMenu
{
	color:white;
	font-size:1.2em;
	font-weight:bold;
}

.leftMenu a
{
	color:white;
}

.leftMenu ul
{
	margin:0px;
	padding:10px 20px;
	list-style:none;
}

.leftMenu ul li
{
	padding:2px 0px;
}

.leftMenu ul li ul
{
	
}

.leftMenu ul li ul li
{
	
}

#contentRight
{
	width:582px;
	padding:0px 10px;
	z-index:50;
}

.productArea
{
	
}

.productItem
{
	width:168px;
	margin:15px 0px 0px 19px;
	float:left;
}

.productItem .itemTitle h2
{
	background-color:#D3D3D3;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
	padding:2px;
}

.productItem .itemTitle h2 a
{
	color:black;
}

.productItem .itemImage
{
	height:112px;
	width:168px;
	overflow:hidden;
}

.productItem .itemImage2
{
	height:224px;
	width:168px;
	overflow:hidden;
}

.productItem .itemMore
{
	padding:5px 2px;
	font-size:1.2em;
}

.productItem .itemMore img
{
	vertical-align:middle;
}

.productItem .itemMore a
{
	color:white;
}

.productCatagoryArea
{
	
}

.productCatagoryItem
{
	width:168px;
	margin:15px 0px 0px 19px;
	float:left;
}

.productCatagoryItem .title h2
{
	background-color:#D3D3D3;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
	padding:2px;
}

.productCatagoryItem .title h2 a
{
	color:black;
}

.productCatagoryItem .image
{
	height:112px;
	width:168px;
	overflow:hidden;
}

.productCatagoryItem .more
{
	padding:5px 2px;
	font-size:1.2em;
}

.productCatagoryItem .more img
{
	vertical-align:middle;
}

.productCatagoryItem .more a
{
	color:white;
}


#footer
{
	border-top:5px gray solid;
	background-color:#221E1F;
}

#footer a
{
	color:#59C5E8;
}

#footer .column
{
	width:365px;
	padding:10px;
	color:#59C5E8;
	font-size:0.9em;
}

#footerRight
{
	text-align:right;
}

#productDetail
{
	width:582px;	
}

#productHeader
{
	background-color:#D3D3D3;
	height:42px;
	margin-bottom:5px;
	color:black;
}

#productTitle
{
	font-size:1.0em;
	font-weight:bold;
	width:368px;
	padding:10px 7px;
}

#productTitle h1
{
	color:black;
}

#productCode
{
	font-size:1.1em;
	font-weight:bold;
	width:180px;
	text-align:right;
	padding:12px 10px;
}

#productBody
{
	width:582px;
	padding-bottom:5px;
	border-bottom:10px #D3D3D3 solid;
}

#productImage
{
	width:320px;
}

#productQuantity
{
	margin:0px 0px 0px 20px;
	font-weight:bold;
}

#productQuantity .small
{
	font-size:0.9em;
}

#productRight
{
	
}

#productFeatures
{
	font-size:1.0em;
	font-weight:bold;
	padding:5px 5px 5px 20px;
}

#productFeatures ul
{
	margin:5px 0px 5px 30px;
}

#productFeatures ul li
{
	padding:2px 0px;
}

#productPrice
{
	font-size:1.6em;
	padding:0px 20px;
	font-weight:bold;
}

#productAddBasket
{
	width:119px;
	height:18px;
	background-image:url('../images/addtobasket.jpg');
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:center;
	padding:4px;
	margin:5px 20px;
}

#productAddBasket a
{
	color:black;
}

#productFooter
{
	padding:10px 0px;
}

#productFooter a
{
	color:#1BA4D1;
}

.loginTitle
{
	background-color:#D3D3D3;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	padding:5px;
	color:black;
}

#loginContainer
{
	
}

#newCustomer
{
	height:345px;
	width:271px;
	padding:0px 10px;
}

#existingCustomer
{
	height:345px;
	width:271px;
	padding:0px 10px;
}

#registerButton 
{
	background-image:url('../images/addtobasket-background.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	width:281px;
	height:23px;
	text-align:center;
	padding-top:5px;
}

#registerButton a
{
	font-weight:bold;
	color:black;
}

#signinButton 
{
	background-image:url('../images/addtobasket-background.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	width:281px;
	height:23px;
	text-align:center;
	padding-top:5px;
}

#signinButton a
{
	font-weight:bold;
	color:black;
}

#contButton
{
	width:100%;
	text-align:right;
}

#continueShoppingButton
{
	background-image:url('../images/continue.gif');
	background-position:left center;
	background-repeat: no-repeat;
	width:271px;
	height:23px;
	text-align:left;
	padding:5px 0px 0px 11px;
}

#continueShoppingButton a
{
	color:white;
	font-weight:bold;
}

#checkoutButton
{
	background-image:url('../images/addtobasket-background-default.jpg');
	background-position:right center;
	background-repeat: no-repeat;
	width:249px;
	height:23px;
	text-align:right;
	padding:5px 23px 0px 0px;
}

#checkoutButton a
{
	color:white;
	font-weight:bold;
}

#cardLogos
{
	background-color:white;
	width:750px;
	padding:10px;
	float:left;
	position:relative;
	text-align:right;
}

#cardLogos img
{
	padding:0px 10px;
}

.basketHeaderStyle
{
	background-color:#D3D3D3;
	font-weight:bold;
	color:black;
}

.basketButton
{
	background-image:url('../images/addtobasket-background.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	width:110px;
	height:23px;
	text-align:center;
	padding-top:5px;
	float:left;
	margin:10px 10px 0px 0px;
}

.basketButton a
{
	color:black;
	font-weight:bold;
}

.continueButton
{
	background-image:url('../images/addtobasket.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	width:127px;
	height:23px;
	text-align:center;
	padding-top:5px;
	float:left;
	margin-top:10px;
}

.continueButton a
{
	color:black;
	font-weight:bold;
}

