﻿body {
	background-color: #020d5c;
	background-image: url(../images/backgroundImage.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin-top: 25px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

* {
	margin: 0;
	padding: 0;
}

img { border: none; }

p {
	line-height: 20px;
	margin-bottom: 15px;
}

a { text-decoration: none; }

div#outline {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	width: 950px;
	height: 125px;
	background-color: #fff;
}

div#header img#roundedCorner_UpperLeft { float: left; }

div#header img#roundedCorner_UpperRight { float: right; }

div#header div#headerContent { 
	width: 950px; 
	clear: both; 
}

div#header div#headerContent img#logo { 
	margin-left: 53px; 
	padding-top: 14px;
	float: left; 
}

div#header div#headerContent img#pureNZ {
	margin-right: 71px; 
	padding-top: 35px;
	float: right;
}

div#menuBar {
	width: 950px;
	height: 30px;
	background-color: #020d5c;
	color: #fff;
	font-size: 14px;
}

div#loggedInName { 
	float: right; 
	padding-right: 5px; 
}

div#menuBar div#searchSiteTitle {
	width: 190px;
	padding-left: 35px;
	float: left;
	line-height: 30px;
}

div#menuBar div#menu {
	width: 725px;
	float: right;
	line-height: 30px;
}

div#menuBar div#menu ul { list-style: none; }

div#menu ul li { 
	float: left;
	margin-right: 13px;
}

div#menu a { color: #fff; }

div#menu a:hover { 
	color: #fff; 
	text-decoration: underline;
}

img#imgRod, img#categoryImage { 
	float: left;
	padding: 2px;
	border: solid 1px #ccc;
	margin: 20px 20px 10px 0;
}

div#contentArea {
	width: 950px;
	background-image: url(../images/backgroundContent.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

div#contentArea div#contentLeftColumn{
	width: 225px;
	background-image: url(../images/contentAreaTopGradient.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #eaeaea;
	float: left;
}

div#contentArea div#contentLeftColumn .searchBox {
	margin-left: 15px;
	float: left;
}

div#contentArea div#contentLeftColumn ul{
	margin-top: 25px;
	list-style: none;
}

div#contentArea div#contentLeftColumn ul li a, div#contentArea div#contentLeftColumn ul li.itemHeading{ 
	text-decoration: none;
	color: #091360;	
	padding-left: 25px;
	width: 200px;
	line-height: 30px;
	display: block;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

div#contentArea div#contentLeftColumn ul li.itemHeading { font-size: 16px; }

div#contentArea div#contentLeftColumn div#cartLinks {
	margin-top: 15px;
	height: 20px;
}

div#contentArea div#contentLeftColumn div#cartLinks a{
	text-decoration: none;
	color: #151d68;
	font-size: 11px;
	float: left;
	padding-top: 3px;
	margin-right: 8px;	
}

div#contentArea div#contentLeftColumn div#cartLinks div.cartLink { padding-left: 5px; }

div#contentArea div#contentLeftColumn div#cartLinks div.cartLink img { float: left;}

div#contentArea div#contentLeftColumn ul li a:hover{
	color: #fff;	
	background-image: url(../images/menu_hover.gif);
	background-color: #3f4783;	
}

div#contentArea div#contentLeftColumn ul li a.selected{
	color: #fff;	
	background-image: url(../images/menu_selected.gif);
	background-color: #091360;
}

div#contentArea div#contentMainColumn{
	width: 715px;
	float: right;
	padding-right: 10px;
}

div#contentArea div#contentMainColumn h1 {
	font-weight: normal;
	font-size: 20px;
}

div#contentArea div#contentMainColumn div#mainContent {
	width: 425px;
	float: left;
	padding: 15px 0px 15px 15px;
}

div#Dropdown
{
	width: 100%;
	padding: 15px 0px 15px 15px;
}

div#contentArea div#contentMainColumn div#rightColumn {
	width: 235px;
	float: right;
	padding: 15px 10px 0 10px;
}

div#contentArea div#contentMainColumn div#rightColumn div.mostPopularDescriptions h2 {
	font-weight: normal;
	color: #97a3ff;
	font-size: 16px;
}

div#contentArea div#contentMainColumn div#rightColumn div.mostPopularItem { 
	clear: both;
	padding: 15px 0 0px 0;
	width: 245px;
	border-bottom: 1px solid #ddd;
}

div#contentArea div#contentMainColumn div#rightColumn div.mostPopularImages {
	float: left;
	width: 75px;
	text-align: center;
}

div#contentArea div#contentMainColumn div#rightColumn div.mostPopularDescriptions{
	float: right;
	width: 150px;
	padding: 0 10px 0 10px;
} 


div#contentArea div#itemColumn{
	width: 675px;
	float: right;
	background-color: #fff;
	padding: 15px;
}

div#contentArea div#itemColumn div.productDetails {
	width: 595px;
	float: left;
}

div#contentArea div#itemColumn div.productPriceAddtoCart {
	width: 100px;
	float: right;
}

div#contentArea div#itemColumn h1 { 
	color: #949495;
	padding-top: 20px;
}

div#contentArea div#itemColumn h2 { 
	color: #151d68;
	font-weight: normal;
	font-size: 16px;
	float: left;
	margin-top: 3px;
}

div#contentArea div#itemColumn p{ 
	color: #b2b2b2;
	font-size: 12px;
	line-height: 16px;
	clear: both; 
	margin: 2px 0 0 0;
}

div#contentArea div#categoryDescription p { 
	margin-top: 20px; 
	margin-bottom: 0;
}

div#contentArea div#itemColumn p a{ 
	color: #6a6aff;
	text-decoration: none;
	font-size: 10px;
}

div#contentArea div#itemColumn span.itemPrice { 
	color: #151d68;
	font-size: 10px;
	padding: 0 15px 0 15px;
}

div#contentArea div#itemColumn span.addToCart a{
	color: #151d68;
	font-size: 10px;
	text-decoration: none;
	line-height: 15px;
	background-image: url(../images/cart_icon.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 19px;
	}

div#contentArea div#itemColumn div.itemList { 
	border-bottom: 1px solid #ddd;
	clear: both;
}

div#contentArea div#itemColumn img.itemImage { float: left; }

div.paginateLink, div.selectedLink { 
	padding: 1px 3px 1px 3px;
	border: 1px solid #020d5c; 
	float: left;
	margin: 15px 3px 0 3px;
}

div.paginateLink a { color: #020d5c; }

div.selectedLink { 
	background-color: #020d5c; 
	font-weight: bold; 
	color: #fff;
}

div#deliveryBlock{ margin-top: -60px; }

div.delTitle {
	font-weight: 500;
	color: #fff;
	text-indent: 5px;
	width: 232px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000;
} 

div#login { margin: 100px 0 0 80px; }

div#copyright, div#development { 
	color: #fff; 
	font-size: 10px;
	line-height: 25px;
}

div#copyright { float: left; }

div#development { float: right; }

div#footer { 
	width: 950px; 
	height: 16px;
	display: block;
	background-image: url(../images/backgroundContent.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

div#footer img#roundedCorner_LowerLeft { float: left; }

div#footer img#roundedCorner_LowerRight { float: right; }

div#footerMenu { width: 950px;}

div#footerMenu ul { 
	float: left;
	margin-left: 60px;
	list-style: none;
}

div#footerMenu ul li{ 
	float: left;
	line-height: 25px;
	margin-right: 15px;
}

div#footerMenu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

div#productInfo { padding: 20px; }

div#productImage { 
	padding: 15px 15px 15px 0; 
	float: left; 
}

div#productDetails {
	padding-top: 15px;
	font-size: 14px;
	line-height: 22px;
	color: #999;
}

div#mainColumn { padding: 20px 0 0 15px; }

div#categoryImage { 
	float: left;
	color: #f00;
}

div#selectCurrency { padding: 50px 0 0 200px; }

table  { 
	border-collapse: collapse; 
	border-spacing: 0;
}

div#cartContainer {
	background-image: url(../images/tableBG.jpg);
	background-repeat: no-repeat;
	background-position: 100px 100px;
	min-height: 400px;
	padding: 20px 20px 20px 95px;
}
 
td { padding: 0; }

table#cart td { 
	border: 1px solid #000; 
	padding: 5px 10px; 
	font-size: 13px;
	text-align: center;
	
}

table#cart td.tableHeading{
	color: #fff;
	background-color: #000;
	font-weight: bold;
	text-align: center;
}

table#cart td input { text-align: right; }

table#cart td.tableProductHeading { 
	width: 290px; 
	text-align: right;
}

.cartHeader {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #000;
}

.cartCell {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font-size: 12px;
	padding: 3px;
}

.cartCell a { color: #3d601e; }

.cartDetails { 
	font-size: 12px; 
	padding: 8px;
}

.searchParam { 
	color: #6b7dfa;	
}

.floatLeft {float: left; }

.reqd { 
	color: #f00; 
	font-size: 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack */
