﻿body
{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color:#CCCCCC;
	font-size:0.8em;
}

.container
{
	width:100%;
	float:left;
}

.column
{
	float:left;
	position:relative;
}

.clear
{
	clear:both
}

a
{
	text-decoration:none;
	color:#D93980;
}

a:hover
{
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6, stong 
{
	color:black;
}

h1
{
	font-size: 1.5em;
}

h2 
{
	font-size: 1.4em;
}

h3 
{
	font-size: 1.3em;
}

h4 
{
	font-size: 1.2em;
	margin:25px 5px 5px 5px;
	color:#D93980;
}

h5 
{
	font-size: 1.1em;
}

h6 
{
	font-size: 1.0em;
}

.wideTextBox {
	width: 500px;
}

.mediumTextBox {
	width: 250px;
}

.narrowTextBox {
	width: 150px;
}

.list
{
	width: 573px;
}

.modified {
	font-size: 0.8em;
	color: black;
}

.breadCrumb
{

}

.breadCrumb a
{
	color:#D93980;
}

.topMenu .actions 
{
	float: right;
	position: relative;
	padding: 0px 5px;
	color: black;
	font-weight: bold;
}

.topMenu .actions 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;

}

.topMenu .actions:hover ul {
	display: block;
}

.topMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: right;
	padding: 3px 5px;
}

.leftMenu .actions 
{
	position: relative;
	padding: 0px;
	color: white;
	font-weight: bold;
	font-size:1.1em;
	margin-top:10px;
}

.leftMenu .actions 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;

}

.leftMenu .actions:hover ul {
	display: block;
}

.leftMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: left;
	padding: 3px 5px;
}

#searchDiv
{
	padding:0px 10px;
}

#searchDiv p
{
	padding:0px;
	margin:0px 0px 5px 0px;
}

#searchDiv input
{
	margin-top:5px;
}

#PageLayout_searchControl_searchLabel
{
	color:#9BD6EB;
	font-size:1.2em;
	font-weight:bold;
}

#searchItem
{
	margin:0px 5px;
}

#searchItemTitle
{
	width:432px;
	height:30px;
	overflow:hidden;
	float:left;
}

#searchItemFooter
{
	text-align:left;
	padding:5px 0px;
	font-size:1.0em;
	font-weight:bold;
	width:130px;
	float:left;

}

#searchItemFooter a
{
	color:#6DC2E2;
	display:block;
	background-image:url('../images/more-icon.gif');
	background-position:right center;
	background-repeat:no-repeat;
}

#searchItemTitle h2
{
	font-size: 1.2em;
	margin:5px 0px;
}

#searchItemTitle a
{
	color:#D93980;
}



#container
{
	width:770px;
	margin:0px auto;
	padding-top:12px;
	background-color:black;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;

}

#header
{
	background-image:url('../images/header-background.jpg');
	background-position:right top;
	background-repeat:no-repeat;
	background-color:black;
	padding:5px 0px 0px 5px;
	height:188px;
	width:765px;
	z-index:100;
}

#header img
{
	border-style:none;
}

#headerBottom
{
	padding:10px 0px;
}

#headerItem
{
	margin:5px;
}

#headerItemRight a
{
	color:#9BD6EB;
	font-size:1.2em;
	font-weight:bold;
}

#headerItemLeft
{
	width:30px;
}

#content
{
	background-image:url('../images/content-background.gif');
	background-repeat:repeat-y;
}

#content h1
{
	font-size: 1.4em;
	padding:0px;
	margin:25px 5px 5px 5px;
	color:#D93980;
}

#content .introduction
{
	margin:25px 5px 5px 5px;
}

#contentLeft
{
	width:182px;
	padding-bottom:20px;
	z-index: 100;
}

.leftMenu
{
	font-weight:bold;
	font-size:1.1em;
}

.leftMenu ul
{
	list-style:none;
	margin:10px;
	padding:0px;
}

.leftMenu li
{
	position:relative;
}

.leftMenu ul li a
{
	color:#D93980;
}

.leftMenu ul li ul
{
	list-style:none;
	margin:5px 5px;
}

.leftMenu ul li ul li a
{
	color:white;
}

.leftMenu ul li ul li
{
	padding:3px 0px;
}

#contentRight
{
	width:572px;
	padding:8px 8px;
	background-color:white;
	z-index: 50;
}

.topMenu
{
	text-align:center;
	margin-bottom:10px;
	z-index:100;
}

.topMenu a
{
	padding:0px 10px;
	color:#D93980;
	font-weight:bold;
}

.contentArea
{
	width:100%;
	float:left;
}

.contentItem
{
	margin:0px 5px;
	float:left;
	position:relative;
}

.contentItemImage
{
	width:168px;
	height:168px;
	overflow:hidden;
	padding:5px;
	border:1px black solid;
}

.contentItemTitle
{
	width:170px;
	height:35px;
	padding:5px;
	overflow:hidden;
}



.contentItemFooter
{
	text-align:left;
	padding:4px 0px;
	font-size:1.0em;
	font-weight:bold;
	width:180px;
	margin-bottom:20px;
}

.contentItemFooter a
{
	color:#6DC2E2;
	display:block;
	background-image:url('../images/more-icon.gif');
	background-position:right center;
	background-repeat:no-repeat;
}

.contentItemTitle h2
{
	font-size: 1.2em;
	margin:25px 5px 5px 5px;
}

.contentItemTitle a
{
	color:#D93980;
}


.productCatagoryArea
{
	width:100%;
	float:left;
}

.productCatagoryItem
{
	margin:0px 5px;
	float:left;
	position:relative;
}

.productCatagoryTitle h2
{
	font-size: 1.2em;
	margin:25px 0px 5px 0px;
}

.productCatagoryTitle
{
	width:170px;
	height:35px;
	padding:5px 0px;
	overflow:hidden;
}


.productCatagoryTitle a
{
	color:#D93980;
}

.productCatagoryImage
{
	width:168px;
	height:168px;
	overflow:hidden;
	padding:5px;
	border:1px black solid;
}

.productCatagoryFooter
{
	text-align:left;
	padding:4px 0px;
	font-size:1.0em;
	font-weight:bold;
	width:180px;
}

.productCatagoryFooter a
{
	color:#6DC2E2;
	display:block;
	background-image:url('../images/more-icon.gif');
	background-position:right center;
	background-repeat:no-repeat;
}


#footer
{
	background-image:url('../images/content-background.gif');
	background-repeat:repeat-y;
	font-size:0.9em;
	z-index: 50;
}

#footerLeft
{
	color:white;
	width:182px;
	border-top:3px white solid;
	text-align:center;
	padding-top:22px;
}

#footerLeft a
{
	color:white;
}

#footerRight
{
	color:#c0c0c0;
	background-color:white;
	width:368px;
	text-align:left;
	font-weight:bold;
	border-top:3px #9BD6EB solid;
	padding:20px 10px;
}

#footerRightRight
{
	border-top:3px #9BD6EB solid;
	width:180px;
	text-align:center;
	padding:10px;
}
#footerFooter
{
	width:770px;
	margin:0px auto;
}
#cardLogos
{
	width:367px;
}
#addressBox
{
	width:403px;
	text-align:right;
	color:black;
}

#product
{
	
}

#productLeft
{
	width:318px;
	border-top:1px black solid;
	overflow:hidden;
}

#productLeft .title
{
	background-color:#D93980;
	color:white;
	font-size:1.6em;
	padding:0px;
	margin:0px;
	height:24px;
	padding:8px 10px;
	overflow:hidden;
	border-left:1px black solid;
	border-right:1px black solid;
}

#productLeft .thumbnails
{
	
}

#productLeft .imageContainer
{
	border-bottom:1px black solid;
	border-left:1px black solid;
	border-right:1px black solid;
	
}


#productLeft .mainImage
{
	height:298px;
}


#productLeft .thumbnailContainer
{
	margin-top:5px;
}


#productLeft .thumbnailContainer .image
{
	border:1px black solid;
	margin-right:5px;
}

#productRight
{
	width:248px;
	height:343px;
	margin-left:4px;
}

#productPrice
{
	background-color:black;
	font-size:1.2em;
	height:30px;
	padding:11px 0px 0px 10px;
}

#productPrice label
{
	color:white;
}

#productRight .small
{
	font-size:0.9em;
	color:#717171;
}

#productFeatures
{
	height:170px;
	padding:5px 0px;
	color:#717171;
}

#productFeatures ul
{
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 30px;
}

#quantity
{
	margin:18px 0px 10px 0px
}

#basketButton
{
	background-color:black;
	height:29px;
	padding:10px 10px 0px 10px;
}

.basketLink
{
	
	color:#6DC2E2;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	background-image:url('../images/buy-background.gif');
	background-position:right center;
	background-repeat:no-repeat;
}




#loginContainer
{
	
}

#newCustomer
{
	height:330px;
	width:266px;
	padding:0px 10px;

}

#existingCustomer
{
	height:330px;
	width:266px;
	padding:0px 10px;
}

.loginTitle
{
	background-color:gray;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	color:white;
	padding:5px;
}

#defaultButton 
{
	text-align:right;
	margin:0px 10px;
	padding:10px 12px;
	background-image:url('../images/button.gif');
	background-position:right top;
	background-repeat:no-repeat;

}

#defaultButton a
{
	display:block;
	font-size:1.2em;
	font-weight:bold;
	color:white;
	padding:0px 65px;
	background-image:url('../images/buy-background.gif');
	background-position:right center;
	background-repeat:no-repeat;
}


#registerButton
{
	background-image:url('../images/button.gif');
	background-position:center center;
	background-repeat: no-repeat;
	width:271px;
	height:39px;
	text-align:center;
	padding:20px 15px 0px 0px;
}

#registerButton a
{
	color:white;
	font-weight:bold;
	font-size:1.2em;
	background-image:url('../images/buy-background.gif');
	background-position:right center;
	background-repeat:no-repeat;
	padding:0px 59px;
}

#signinButton
{
	background-image:url('../images/button.gif');
	background-position:center center;
	background-repeat: no-repeat;
	width:271px;
	height:39px;
	text-align:center;
	padding:20px 15px 0px 0px;
}

#signinButton a
{
	color:white;
	font-weight:bold;
	font-size:1.2em;
	background-image:url('../images/buy-background.gif');
	background-position:right center;
	background-repeat:no-repeat;
	padding:0px 62px;
}


#continueButton
{
	text-align:right;
	width:563px;
	margin:0px 10px;
	padding:5px 0px;
	background-image:url('../images/button.gif');
	background-position:right top;
	background-repeat:no-repeat;


}

#continueButton a
{
	display:block;
	font-size:1.2em;
	font-weight:bold;
	color:white;
	padding:0px 10px;
}

#continueShoppingButton
{
	background-image:url('../images/button2.gif');
	background-position:left center;
	background-repeat: no-repeat;
	width:271px;
	height:39px;
	text-align:left;
	padding:20px 0px 0px 15px;
}

#continueShoppingButton a
{
	color:white;
	font-weight:bold;
	font-size:1.2em;
	background-image:url('../images/buy-background.gif');
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:62px;
}

#checkoutButton
{
	background-image:url('../images/button.gif');
	background-position:right center;
	background-repeat: no-repeat;
	width:275px;
	height:39px;
	text-align:right;
	padding:20px 11px 0px 0px;
}

#checkoutButton a
{
	color:white;
	font-weight:bold;
	font-size:1.2em;
	background-image:url('../images/buy-background.gif');
	background-position:right center;
	background-repeat:no-repeat;
	padding:0px 62px;
}

#contButton
{
	width:100%;
	text-align:right;
}

#submitButton
{
	background-image:url('../images/button.gif');
	background-position:center center;
	background-repeat: no-repeat;
	width:179px;
	height:39px;
	text-align:center;
	padding:20px 15px 0px 0px;
}

#submitButton a
{
	color:white;
	font-weight:bold;
	font-size:1.2em;
	background-image:url('../images/buy-background.gif');
	background-position:right center;
	background-repeat:no-repeat;
	padding:0px 62px;
}

