/* - - - - - - - - - - - - - - - - - - - - -

Title : Designed Learning
URL : http://www.designedlearning.com.au

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

Last Updated: 28.11.2007 

- - - - - - - - - - - - - - - - - - - - - */


html {
	padding: 0;
	margin: 0;
	overflow: -moz-scrollbars-vertical;
	}

body {
	margin: 0;
	padding-top: 30px;
	background-image: url(/persistent/templateimages/bg.jpg);
	background-repeat: repeat;
	}

#container {
	width: 800px;
	height: 300px;
	margin: 0 auto 0 auto;
	}

#stats {
	display: none;
}

a.icons {
	color: #666666;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
}

a.icons:hover {
	color: #000;
}


a {
	color: #0000FF;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}

a:hover {
	color: #004812;
}

a.contact {
	color: #00CC00;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}

a.contact:hover {
	color: #004812;
}

h1 {
	font: normal 20px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #5d9732;
	margin: 0;
}

h2 {
	font: bold 16px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #5d9732;
	margin: 0;
}

h3 {
	font: bold 15px/20px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #3a7012;
	margin: 0;
}


td, p {
	font: normal 12px/18px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #000;
	margin: 0;
}

#body_text li, #body_text ol, #body_text ul {
	font: normal 12px/18px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #000;
	margin: 0;
	margin-left: 25px;
	padding: 0;
}


#icons {
	width: 800px;
	height: 34px;
	margin: 0 auto 0 auto;
	background-image:url(/persistent/templateimages/top_logo.gif);
	background-repeat: no-repeat;
}


#quick_links {
	width: 500px;
	float: right;
	font: normal 12px/34px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #000;
	text-align: right;
}

#header_logo {
	width: 800px;
	height: 164px;
	margin: 0 auto 0 auto;
	background-image:url(/persistent/templateimages/logo.gif);
	background-repeat: no-repeat;
}

#content_wrapper {
	width: 800px;
	height: 450px;
	min-height: 450px;
	margin: 0 auto 0 auto;
	background-image: url(/persistent/templateimages/content_bg.gif);
	background-repeat: repeat-x;
	background-color: #c3db89;
}

html>body #content_wrapper {
	height: auto;
}

#content_top {
	width: 800px;
	height: 49px;
	margin: 0 auto 0 auto;
	background-image: url(/persistent/templateimages/top_content.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 0;
}

#heading_content {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-top: 20px;
}

#body_text {
	width: 762px;
	height: 390px;
	min-height: 390px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 10px solid #c3db89;
	padding-bottom: 20px;
	padding-top: 5px;
}

html>body #body_text {
	height: auto;
}

#footer {
	width: 800px;
	font: normal 10px/17px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #666;
	text-align: right;
}

hr {
	height: 1px;
	border: solid;
	color: #5d9732;
}

html>body hr {
	border: none; 
	border-top: 1px solid #5d9732;
}

/* ----------- Nav drop down Menu Start-------------- */

/* Drop Down Menu Styles */


#navbar {
	width: 800px;
	height: 36px;
	margin: 0 auto 0 auto;
	background-image: url(/persistent/templateimages/navbar_bg.gif);
	background-repeat: no-repeat;
}

#nav, #nav ul {
	list-style: none;
	display: block;
	width: 795px; /* bmh */
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
#nav a {
	display: block;
	border: 0px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font: bold 11px/36px Arial, Verdana, Helvetica, sans-serif;
	}

#nav a span {
	padding-left: 5px;
	}

#nav a span.main {
	text-transform: uppercase;
	}
	
html>body #nav a span { 
	/*line-height: 2.3; */ 
	display: block;
	}

span.normal {
	color: #004812;
	}
	
span.selected {
	color: #5d9732;
	padding: 0px;
	}

html>body #nav a span.main { 
	/*line-height: 2.3; */ 
	display: block;
	}

#nav a:hover span {
	color: #5d9732;		
	text-decoration: none;
	}
	
#nav li {
	position: relative;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	width: auto;
	white-space: nowrap;
	list-style: none;
	text-transform: uppercase;
	padding-left: 5px;
	} 
	
#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	color: #000; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
	height: auto;
	}
	
/* second-level lists */

#nav li ul {
	position: absolute;
	top: 28px;
	left: -999em;
	width: 160px;
	height: auto;
	margin: 0;
	padding: 0px; /* This is what makes the sub items align */
	display: block;
	list-style: none;
	z-index: 0;
	border-top: 10px solid #e0e6a2;
	}
	
ul#nav li ul li {
	width: 160px;
	margin: 0px;
	padding: 0px;
	color: #3d3e39;
	}
	
ul#nav li ul li a {
	float: left;
	width: 160px;
	font: bold 11px/27px Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	display: block;
	background: #e8e8e8;
	padding-left: 25px;
	text-transform: none;
	border-top: 1px solid #ccc;
	background-image: url(/persistent/templateimages/li.jpg);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	}
	
ul#nav li ul li a:hover {
	color: #5d9732;
	text-decoration: none;
	display: block;
	}

/* ----------- Nav drop down Menu End-------------- */

/*
----------------------------------------------------------------------------- 
STORE STYLES
-----------------------------------------------------------------------------*/

.prod_hr {
	border-top: 1px dotted #DADADA;
	}


#thumb a {
	width: 85px;
	display: block;
	border: 1px solid #EBEBEB;
	text-align: center;
	}
#thumb a:hover {
	display: block;
	border: 1px solid #336600;
	}
#thumb a img {
	border: none;
	margin: 5px;
	}


#product_images a {
	display: block;
	border: 1px solid #EBEBEB;
	width: 135px;
	text-align: center;
	}
#product_images a:hover {
	display: block;
	border: 1px solid #336600;
	}
#product_images a img {
	border: none;
	margin: 5px;
	}

	
.product_thumbs img{
	border: 1px solid #EBEBEB;
	margin-right: 8px;
	}
	
	
#relatedImg a {
	display: block;
	border: 1px solid #EBEBEB;
	width: 56px;
	text-align: center;
	}
#relatedImg a:hover {
	display: block;
	border: 1px solid #336600;
	}
#relatedImg a img {
	border: none;
	margin: 3px;
	}



	
	
#cat_desc ul {
	padding-bottom: 3px;
	margin-bottom: 3px;
	}

.shopfront_input, .checkout_input, .checkout_table_bgcol input{
	padding: 2px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}	
	

.checkout_table_bgcol {
	width: 100%;
	border: 1px solid #eee;
	padding: 2px;
	}
	
.checkout_toprow {
	background-color:#eee;
	padding: 3px;
	font-weight: bold;
	color: #004712;
	}
	
.checkout_td_bgcol {
	padding: 3px;
	text-align:left;
	}



.cart_button, .checkout_button {
	background-color: #81BB57;
	color: #FFFFFF;
	margin: 0;
	border: 1px solid #548833;
	padding: 2px;
	font: 11px verdana, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	



/*-------- MINI CART --------*/

#minicart {
	margin-right: 10px;
	background: transparent;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #fff;
	float: right;
	}

#minicart, #minicart b {
	text-align: right;
	color: #FFFFFF;
	line-height: 18px;
	}
	
#minicart a {
	color: #FFFFFF;
	}

		
#cartinfo {
		width: 250px;
		font: normal 10px Verdana, Arial, Helvetica, sans-serif;
		color: #fff;
		float: right;
				}	
				
#spacer {
	width: 540px;
	float: left;
}
