/* Default CSS Stylesheet for a new Web Application project */

body {
	background: #e8eedf url(/layout/zak-bg.gif) left top no-repeat;
	height: 100%;
	margin: 0px 0px 0px 50px;
}

#wrapper {
	width: 940px;
	height: 100%;
}

div.clear { clear: both; }
div.bottom-twenty { margin: 0px 0px 20px 0px; }

#content {
	background: #FFF;
	float: left;
	padding: 20px 20px 20px 20px;
}

#main-content {
	width: 660px;
	float: left;
	background: #FFF;
}

#RightColumnCell {
	width: 240px;
	float: right;
	background: #FFF;
}

ul.brands { list-style: none; padding: 0px; margin: 0px }
ul.brands li { list-style: none; padding: 0px; margin: 0px }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Masthead Layout */

ul#hm-hotprods { padding: 0px; margin: 0px; list-style: none; }
ul#hm-hotprods li { float: left; width: 215px }
ul#hm-hotprods li a { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 0.8em; color: #576544; font-weight: normal; text-align: left; line-height: 1.8em; text-decoration: underline; }
ul#hm-hotprods li a:hover { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 0.8em; color: #576544; font-weight: normal; text-align: left; line-height: 1.8em; text-decoration: none; }


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Masthead Layout */

#TopBannerCell {
	width: 940px;
	height: 235px;
	float: left;
}

#zak-logo {
	width: 294px;
	height: 200px;
	background: url(/layout/zakflo-logo.png) no-repeat;
	margin: 0px 0px 0px 0px;
	float: left;
}

	#zak-logo span {
		display: none;
	}
	
	#zak-logo a {
	display: block;
	width: 294px;
	height: 200px;
	}

#nav-container {
	width: 646px;
	height: 92px;
	margin: 68px 0px 40px 0px;
	float: right;
	overflow: hidden;
}

#nav-container a {
	position: relative;
	display: block;
	width: 92px;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
	overflow: hidden;
}

#nav-container a span {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 92px;
	height: 46px;
	z-index: 2;
	cursor: pointer;
}
#nav-container ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#nav-container li {
	margin: 0px 10px 0px 0px;
	display: block;
	width: 92px;
	height: 46px;
	float: left;
}

div#nav-container li#buttonA span {
	background: url(/Images/cat-nav/0006.png) no-repeat;
}

div#nav-container li#buttonB span {
	background: url(/Images/cat-nav/06-12.png) no-repeat;
}

div#nav-container li#buttonC span {
	background: url(/Images/cat-nav/12-18.png) no-repeat;
}

div#nav-container li#buttonD span {
	background: url(/Images/cat-nav/18-24.png) no-repeat;
}

div#nav-container li#buttonE span {
	background: url(/Images/cat-nav/2-4.png) no-repeat;
}

div#nav-container li#buttonF span {
	background: url(/Images/cat-nav/4-6.png) no-repeat;
}

div#nav-container li#buttonG span {
	background: url(/Images/cat-nav/6-8.png) no-repeat;
}

div#nav-container li#Miscellaneous span {
	background: url(/Images/cat-nav/misc.png) no-repeat;
}

div#nav-container li#signin span {
	background: url(/Images/cat-nav/signin.png) no-repeat;
}

div#nav-container li#about span {
	background: url(/Images/cat-nav/about.png) no-repeat;
}

div#nav-container li#search span {
	background: url(/Images/cat-nav/search.png) no-repeat;
}

div#nav-container li#basket span {
	background: url(/Images/cat-nav/basket.png) no-repeat;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Footer Layout */

#FooterCell {
	width: 940px;
	height: 250px;
	background: #C0DDC4;
	clear: both;
}

#footer-container {
	position: relative;
	left: 20px;
	top: 20px;
	width: 900px;
	height: 210px;
}

#footer-nav {
	width: 660px;
	height: 210px;
	float: left;	
}

#footer-nav ul {
	list-style: none;
	margin: 0px 20px 10px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#footer-nav li {
	list-style: none;
	padding: 0px 0px 0px 0px;
}

#footer-nav a {
	font-family: Tahoma;
	font-size: 0.8em;
	line-height: 1.8em;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

#footer-nav a:hover {
	background: #576544;
}

div.additional-links {
	width: 660px;
	height: 50px;
	clear: both;
}

#footer-logo {
	width: 240px;
	height: 105px;
	background: url(/layout/footer-logo.png);
	float: right;
}

#footer-logo a {
	width: 240px;
	height: 105px;
	display: block;
}

#copyright {
	width: 240px;
	height: 105px;
	float: right;
}

#copyright p {
	font-family: Tahoma;
	font-size: 0.7em;
	line-height: 1.8em;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	text-align: left; 
	padding: 0px 10px 0px 10px;
	
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Home Page Specific */

#main-advert {
	width: 640px;
	height: 250px;
	margin-bottom: 20px;
}

#secondary-advert {
	width: 640px;
	height: 280px;
	margin-bottom: 20px;
}

#advert-left {
	width: 310px;
	height: 280px;
	margin-right: 20px;
	float: left;
}

#advert-right {
	width: 310px;
	height: 280px;
	float: right;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Menu Page Specific */

#menu-title {
	width: 640px;
	height: 50px;
	background:#8DC63F;
	line-height: 50px;
	text-indent: 10px;
	margin: 0px 0px 20px 0px;
}

#menu-item {
	background: url(/layout/menu-bg.jpg) left top no-repeat;
	width: 200px;
	height: 390px;
	padding: 0px 0px 0px 0px;
}

h1.cat-title {
	color: #669900;
	text-indent: 10px;
	display: block;
	width: 200px;
	height: 30px;
	line-height: 30px;
	margin: 10px 0px 0px 0px;
	float: left;
}

#cat-desc {
	width: 200px;
	height: 147px;
	margin: 0px 50px 0px 0px;
	display: block;
	float: left;
}

#cat-desc p {
	font-family: Tahoma;
	font-size: 0.6em;
	line-height: 1.8em;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	text-align: left; 
	padding: 0px 10px 0px 10px;
	
}

a.open-cat { 
	margin: 0px 0px 0px 10px;
	width: 190px;
	height: 43px;
	line-height: 43px;
	display: block;
	float: left;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Search Page Specific */

#search-title {
	width: 640px;
	height: 50px;
	margin-bottom: 20px;
	background: #8DC63F;
	line-height: 50px;
	text-indent: 10px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Product Page Specific */

#product-header {
	width: 640px;
	height: 50px;
	margin-bottom: 20px;
	background: #8DC63F;
	line-height: 50px;
	text-indent: 10px;
}

#product-visual {
	width: 640px;
	height: 300px;
	background: #FFF;
	margin-bottom: 20px;
}

#product-image {
	width: 300px;
	height: 300px;
	float: left;
}

#product-secondary {
	width: 320px;
	height: 300px;
	background: #F3FFE2;
	float: right;
}

#product-secondary p {
	font-family: Tahoma;
	font-size: 0.8em;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 2em;
	padding: 20px 20px 0px 20px;
}

#detail-header {
	width: 640px;
	height: 50px;
	background: #8DC63F;
	line-height: 50px;
	text-indent: 10px;
}

#detail-sub {
	background: #F3FFE2;
	font-family: Tahoma;
	font-size: 0.8em;
	color: #448CCB;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	height: 110px;
	width: 640px;
	margin: 0px 0px 20px 0px;
}

#description {
	width: 640px;
	margin-bottom: 20px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Recommended Items Specific */

#recommend-wrapper {
	width: 620px;
	height: 160px;
	margin: 0px 0px 20px 20px;
}

#rec-img {
	width: 200px;
	height: 160px;
	float: left;
	background: #CC6633;
	overflow: hidden;
}


#rec-copy {
	width: 420px;
	height: 160px;
	float: right;
	background: url(/layout/recommend-bg.jpg) top left no-repeat;
}

	#rec-copy-pad {
		width: 400px;
		height: 140px;
		padding: 10px 10px 10px 10px;
	}
	
	#rec-copy-pad a.rec-title {
		font-family: Georgia;
		font-size: 1.5em;
		color: #669900;
		font-weight: normal;
		font-style: italic;
		text-align: left;
		text-decoration: none;
		display: block;
		margin: 0px 0px 0px 0px;
	}
	
	#rec-copy-pad a.rec-title:hover {
		color: #006600;
	}
	
	span.recommend {
		font-family: Tahoma;
		font-size: 0.6em;
		line-height: 1.4em;
		color: #666666;
		font-weight: normal;
		font-style: normal;
		text-align: left;
		display: inline;
	}
	
	span.price {
		font-family: Georgia;
		font-size: 1em;
		line-height: 2em;
		color: #669900;
		font-weight: normal;
		font-style: italic;
		text-align: left;
		display: inline;	
	}
	
	#rec-copy-pad a.rec-txt-link {
		font-family: Tahoma;
		font-size: 0.8em;
		color: #669900;
		font-weight: normal;
		font-style: normal;
		text-align: left;
		text-decoration: underline;
		display: block;
		height: 50px;
		line-height: 50px;
		margin: 0px 0px 0px 0px;
	}
	
	#rec-copy-pad a.rec-txt-link:hover {
		text-decoration: none;
	}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Font Styles */

h1 {
	font-family: Georgia;
	font-size: 1.5em;
	color: #FFF;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	text-align: left;
	display: inline;
}

h1.new {
	color: #FFFF33;
}

h1.regular {
	color: #669900;
	text-indent: 20px;
	display: block;
}

h2 {
	font-family: Georgia;
	font-size: 1.5em;
	color: #669900;
	text-indent: 20px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	text-align: left;
	display: block;
}

h1.plain {
	color: #669900;
	display: block;
}

p {
	font-family: Tahoma;
	font-size: 0.8em;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 2em;
	padding: 0px 20px 0px 20px;
}

p.pblue {
	font-family: Tahoma;
	font-size: 0.8em;
	color: #0066CC;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 2em;
}

p.small {
	font-family: Tahoma;
	font-size: 0.6em;
	color: #0066CC;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 1.2em;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* clPricing Layout and Styles */

/* Product */
.now-detail {
	font-family: Georgia;
	font-size: 1.5em;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
	text-indent: 15px;
	text-decoration: none;
	text-align: left;
	display: inline;
}

.was-detail {
	font-family: Georgia;
	font-size: 1.5em;
	color: #FFFF00;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	text-align: left;
	display: inline;
}

/* Search */

ul.search-item { padding: 0px; margin: 0px 10px 10px 0px; list-style: none; background: #fff; float: left; width: 199px; height: 425px; border: 1px solid #e8e6d4 }
ul.search-item li.txt { background: url(/layout/search-bg.jpg) left top no-repeat; height: 160px; width: 199px; border: none }
ul.search-item li.img { width: 199px; height: 265px; padding: 0px; margin: 0px; border: none  }

#search-pricing {
	background: url(/layout/search-bg.jpg) left top no-repeat;
	width: 200px;
	height: 160px;
	display: block;
	margin: 0px 0px 0px 0px;
}

h1.prodTitle {
	font-family: Georgia;
	font-size: 1em;
	color: #669900;
	width: 190px;
	height: 40px;
	line-height: 1em;
	text-decoration: none;
	display: block;
	padding: 10px 10px 0px 10px;
	margin: 0px;
}

span.now-search {
	font-family: Georgia;
	font-size: 1em;
	color: #006600;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	width: 200px;
	height: 20px;
	line-height: 20px;
	text-indent: 10px;
	display: block;
	margin: 0px 0px 0px 0px;
}

span.was-search {
	font-family: Georgia;
	font-size: 1em;
	color: #669900;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	width: 200px;
	height: 20px;
	line-height: 20px;
	text-indent: 10px;
	display: block;
	margin: 0px 0px 0px 0px;
}

#search-pricing a#view-buy { 
	margin: 25px 0px 0px 10px;
	display: block;
}

/* Recommended */
#recommended {
	padding:12px;
	background-image: url(/Images/recommend-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:150px;
}

.was-recommended {
	font-family: Georgia;
	font-size: 10pt;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.now-recommended {
	font-family: Georgia;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* General Site Classes and Identifiers */

.instructions {
	font-family: Tahoma;
	font-size: 0.6em;
	line-height: 1.8;
	color: #899976;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-image: none;
	text-align: left;
}

.ErrorMessages
{
	font-family: Georgia;
	font-size: 8pt;
	color: #C90D4F;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	text-align: center;
}

.Messages
{
	font-family: Georgia;
	font-size: 8pt;
	color: #C90D4F;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	background-color: none;
	background-image: none;
	text-align: center;
}

.addProductMsg {
	font-family: Georgia;
	font-size: 1.5em;
	color: #BD0D60;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	text-align: left;
}

.Inputs
{
	font-family: Georgia;
	font-size: 8pt;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	text-align: left;

}

a.account, a.account:hover {
	font-family: Tahoma;
	font-size: 10pt;
	color: #669900;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}

div.title-bg {
	height: 50px;
	width: 640px;
	background: #8DC63F;
	line-height: 50px;
	text-indent: 10px;
}

div.title-bg-small {
	height: 50px;
	width: 310px;
	background-color: #8DC63F;
	line-height: 50px;
	text-indent: 10px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Secondary Navigation */

#basket-header {
	height: 50px;
	background: #8DC63F;
	line-height: 50px;
	text-indent: 10px;
}

#basket-sub {
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 20px 0px;
	background: #F3FFE2;
	font-family: Tahoma;
	font-size: 0.8em;
	color: #448CCB;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	height: 80px;
}

#basket-sub h2 {
	font-family: Georgia;
	font-size: 1.5em;
	color: #669900;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	text-align: left;
	display: inline;
}

#search-header {
	height: 50px;
	line-height: 50px;
	text-indent: 10px;
	background: #8DC63F;
}

#search-sub {
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 20px 0px;
	background: #F3FFE2;
	height: 80px;
}

#search-sub a {
	font-family: Tahoma;
	font-size: 0.8em;
	color: #669900;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-decoration: none;
}

#newsletter-header {
	height: 50px;
	background: #8DC63F;
	line-height: 50px;
	text-indent: 10px;
}

#newsletter-sub {
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 20px 0px;
	background: #F3FFE2;
	font-family: Tahoma;
	font-size: 0.8em;
	color: #448CCB;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	height: 80px;
}

#info-header {
	height: 50px;
	background: #8DC63F;
	line-height: 50px;
	text-indent: 10px;
}

#info-sub {
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 20px 0px;
	background: #F3FFE2;
	font-family: Tahoma;
	font-size: 0.8em;
	color: #669900;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	height: 80px;
}

#search { width: 220px; }

#searchheader-red
{
	padding: 12px;
	width: 176px;
	background-color: #D71300;
	height: 120px;	
}


#shoppingbasket {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #448ccb;
}

#contact-header {
	height: 40px;
	width: 320px;
	background-color:#448CCB;
	padding: 12px 0px 0px 10px;
}

#general-nav {
	height: 30px;
	width: 900px;
	background-color:#EBF5FE;
	font-family: Georgia;
	font-size: 8pt;
	color: #448CCB;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

#general-nav ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

#general-nav li {
	line-height: 30px;
	text-indent: 10px;
	padding: 0 25 0 0;
	float: left;
}

#general-nav a:hover {
	color: #D71300;
}

.clear {
	clear: both;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Shopping Basket and SSL */

div.area-define {
	background: #F3FFE2;
}

.Content {
	font-family: Tahoma;
	font-size: 10pt;
	color: #006633;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;

}

.ContentTableHeader {
	font-family: Tahoma;
	font-size: 10pt;
	color: #006633;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Site-map Layout Classes */
.map0  {
	font-family: Georgia;
	font-size: 12pt;
	font-weight: bold;
	color: #448CCB;
	height: 30px;
	margin: 10 0 0 0;
	line-height: 30px;
	border-top: 1px solid #448CCB;
}

.map1 {
	font-family: Georgia;
	font-size: 8pt;
	color: #448CCB;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 10;
}

.map2 {
	font-family: Georgia;
	font-size: 8pt;
	color: #448CCB;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 20;
}

.map3 {
	font-family: Georgia;
	font-size: 8pt;
	color: #448CCB;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 30;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Required to correctly display 'Save As..' descriptions in the checkout process */
#nickname {
	margin: 0px;
	padding: 10px;
	height: 200px;
	width: 250px;
	border: 1px solid #003366;
	display: none;
	position: absolute;
	background-color: #FFFFFF;
}

#alt-billing {
	margin: 0px;
	padding: 10px;
	height: 250px;
	width: 250px;
	border: 1px solid #003366;
	display:none;
	position:absolute;
	background-color: #FFFFFF;
}

/* -------------------------------------------------------------------- */
/* Shipping Charges Table */

table#shipping {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	width:100%;
}

table#shipping th {
	background: #f3f3f3;
	font-family: Arial, Helvetica, sans-serif; font-size: 10.5pt; color: #666;
	border: 1px solid #d6d6d6;
}

table#shipping tr {
	font-weight: normal;
	color: #544741;
}

table#shipping td {
	font-weight: normal;
	background: #fff;
	border: 1px solid #d6d6d6;
	text-align: center;
}
table#shipping td b{
	font-family: Arial, Helvetica, sans-serif; font-size: 10.5pt; color: #666;
}


/* ------------------------------------------------------- */
/* Flyout Navigation */

.TopGroup { background: #8DC63F; }
.Group { background: #8DC63F; }
.Item {font-family:Georgia, "Times New Roman", Times, serif; font-size: 12pt; font-weight:normal; color: #fdffe1; cursor: pointer; font-style:italic}
.ItemH {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12pt; font-weight:normal; color: #ffff0f; background-color:7fb732; cursor: pointer; font-style:italic}
.ItemExp {
	background: #7fb732; 
  	color: #FFFFFF; 
  	font-weight: normal;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 10.5pt;  
  	cursor: pointer;
}
