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

Title : Leona Edmiston
URL : http://www.leonaedmiston.com

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

Description : full website styles

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

/*
----------------------------------------------------------------------------- 
GLOBAL BROWSER - Baseline values for browser consistency
-----------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote { 
	margin: 0;
	padding: 0;
	}
	
html {
	padding: 0;
	margin: 0;
	overflow: -moz-scrollbars-vertical;
}

body {
	font: 12px/18px Arial, Garamond, Verdana, Tahoma,Verdana, helvetica, sans-serif;
	color: #000000;
	margin: 0px 0 20px 0 ;
	padding: 0;
	background-color: #000000;
	scrollbar-face-color:#a3bcbc;
	   scrollbar-arrow-color:#FFFFFF;
	   scrollbar-track-color:#c3cece;
	   scrollbar-shadow-color:#c3cece;
	   scrollbar-highlight-color:#c3cece;
	   scrollbar-3dlight-color:#c3cece;
	   scrollbar-darkshadow-Color:#c3cece;

	}
	
#ccv {
background: #d4e0e0;

} 
	
td {
	font: normal 12px/18px Arial, Garamond, Verdana, Tahoma,Verdana, helvetica, sans-serif;
}

img {
	border: 0;
	}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}

h1 {
	font: normal 18px Arial, Tahoma, Helvetica, serif;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 10px;
	}

h2 {
	font:  bold 14px  Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	margin: 0 0 20px 0;
	}
	
h3 {
	color: #f77726;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	}	

h4 {
	color: #fccf4d;
	font-size: 14px;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	text-transform:capitalize;

	}

h5 {
	color: #505c5c;
	font-size: 11px;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	}	

a {
	color: #000000;
	text-decoration: underline;
	}
	
a:hover {
	color: #000000;
	text-decoration: underline;

	}

#stats {
	display: none;
	height: 0;
	line-height: 0;
} 

hr {
	width: 100%;
	height: 1px;
	border: 1px solid #a3bcbc;
	margin: 10px 0 10px 0;
}

/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#main_wrapper {
width: 818px;
height: 530px;
margin: 0 auto 0 auto;
background: #d4e0e0;
padding: 14px 14px 14px 14px;

}

	#lhs {
	width: 173px;
	float: left;
	text-align:left;
	margin-top: 10px;
	font: 12px/16px Arial, Garamond, Tahoma, Helvetica, sans-serif;
	color: #594f4e;
	}
	
	#lhs li {
	list-style: none;
	line-height: 1.7;
	margin: 0;
	
	}
	
	#lhs a {
	color: #594f4e;
	}
	
	#contents {
	width: 629px;
	float: right;
	height: 530px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	text-align:left;
	}
	
	#contents2 p {
	padding: 0;
	margin: 0;
	
	} 
	
		#contents2 {
	width: 629px;
	float: right;
	height: 530px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align:left;
	}
	
	#contents_store {
	width: 629px;
	float: right;
	text-align:left;
	}
	
	#s_contents  {
	width: 800px;
	height: 512px;
	background: #d4e0e0;
	padding: 9px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	}
	
 *html #s_contents {
	overflow-y: auto;
	}
	
	*html #contents {
	overflow-y: auto;
	}
	
	 html>body #contents {
	overflow-y: auto;
	}

 html>body #s_contents {
	overflow-y: auto;
	}

#top {
	width: 846px;
	height: 110px;
	margin: 0 auto 0 auto;
}

	#top_menus {
	float: left;
	position: relative;
	top: 10px;
	left: 0;
	width: 660px;
	height: 32px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	padding-top: 60px;
	}

	#logo {
	width: 175px;
	float: right;
	height: 110px;
	}


#menu {
	width: 846px;
	margin: 0 auto 0 auto;
	height: 24px;
	text-align: center;
	padding-top: 5px;
}

	#back {
	float: left;
	padding-left: 300px;
	} 
	
	
	#ft {
	float: left;
	padding-left: 260px;
	} 
	
	#ft_text {
	color: #6cd6f2;
	float: right;

	} 
	
	#ft_text a {
	color: #6cd6f2;
	text-decoration: none;
	font: bold 11px/24px Arial, Helvetica, sans-serif;

	} 
	
	#ft_text a:hover {
	text-decoration: underline;
	
	} 


select, textarea {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background: #FAFAFA;
	border: 1px solid #ABABAB;
	padding: 2px;
	}

a.linkopacity img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	}


a.linkopacity:hover img {
	filter:alpha(opacity=65);   
	-moz-opacity: 0.80;   
	opacity: 0.80;
	}

/*------------------------------------------------------------------------------
Store
------------------------------------------------------------------------------*/

.storehome {
	text-align: center;

}

.cart_button {
	background-color: #d3e0e0;
	color: #4e5a5a;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.cart_button_nothing {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background: #d4e0e0e;
}	

.checkout_button {
	color: #FFFFFF;
	background-color: #bfbfbf;
	border: 1px solid #bfbfbf;
	font-size: 12px;
	font-family: Arial, Garamond, Verdana,  Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

.checkout_table_bgcol {

}

.checkout_toprow {
background: #eaefef;

} 

.checkout_td_bgcol {
background: #dde7e7;

} 







#sizing_table {

	border-right: 1px solid #000;
	border-left: 1px solid #000;
}


#sizing_table_last {
/*
	border-right: 1px solid #000;*/
	border-left: 1px solid #000;
}


#sizing_table_terms {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}


td.right {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
}

td.first {
	border-left: 1px solid #000;	
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
}

td.heading {
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;
	text-align: center;
}


td.first_heading {
	border-top: 1px solid #000;
	border-right: 1px solid #000;	
	border-bottom: 1px solid #000;
	text-align: center;
}

td.last {
	border-bottom: 1px solid #000;
	text-align: center;
}

td.nothing {
	border: none;
}

#sizing_table td.noright {
	border: none;
	border-right: none;
}

.table_size
{
    border-color: #666666;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

.table_size td
{
    border-color: #666666;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 2px;
	font-size: 11px;
	text-align: center;

}



/* -----------------------------------------------------------
	   NAVBAR
----------------------------------------------------------- */

#nav {
	float: left;
	position: relative;
	top: 10px;
	left: 0;
	width: 530px;
	height: 27px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	}

#nav ul {
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	}

#nav li {
	float: left;
	padding: 0;
	padding-left: 10px;
	height: auto;
	margin: 0;
	}

#nav li.selected { 
	color: #fff;
	text-decoration: underline;
	}

#nav li a {
	color: #FFFFFF;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	text-transform: none;
	padding: 0 0px 5px;
	}
		
#nav li a:hover { 
	color: #009559;
	}

#nav li.selected a { 
	color: #fff;
	text-decoration: underline;
	}
	
#nav li.selected a:hover { 
	color: #009559;
	}
	
#nav li:hover, #nav li.hover {
    position: static;
}
	
/* -------- Drop down menu -------- */	

ul li ul li {
	padding: 0;
	margin: 0;
}

#logo_cart {
	width: 165px;
	padding-top: 140px;
}

/*#sub_categories {
	padding-left: 30px;
}
*/

#comingsoon {
	padding-left: 16px;
}

html>body #comingsoon {
	padding: 0;
} 

a.home {
	width: 158px;
	height: 32px;
	background-image: url(/persistent/templateimages/home.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

a.home:hover {
	background-image: url(/persistent/templateimages/home.jpg);
	background-position: 0 -33px;
}


a.shoppingbag {
	width: 98px;
	height: 32px;
	background-image: url(/persistent/templateimages/shoppingbag.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

a.shoppingbag:hover {
	background-image: url(/persistent/templateimages/shoppingbag.jpg);
	background-position: 0 -33px;
}


a.newsletter {
	width: 82px;
	height: 32px;
	background-image: url(/persistent/templateimages/newsletter.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

a.newsletter:hover {
	background-image: url(/persistent/templateimages/newsletter.jpg);
	background-position: 0 -33px;
}


a.delivery {
	width: 62px;
	height: 32px;
	background-image: url(/persistent/templateimages/delivery.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

a.delivery:hover {
	background-image: url(/persistent/templateimages/delivery.jpg);
	background-position: 0 -33px;
}


a.sizeguide {
	width: 75px;
	height: 32px;
	background-image: url(/persistent/templateimages/sizeguide.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

a.sizeguide:hover {
	background-image: url(/persistent/templateimages/sizeguide.jpg);
	background-position: 0 -33px;
}


a.help {
	width: 39px;
	height: 32px;
	background-image: url(/persistent/templateimages/help.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

a.help:hover {
	background-image: url(/persistent/templateimages/help.jpg);
	background-position: 0 -33px;
}

a.terms_conditions:hover {
	background-image: url(/persistent/templateimages/terms_conditions.jpg);
	background-position: 0 -33px;
}

a.terms_conditions{
	width: 134px;
	height: 32px;
	background-image: url(/persistent/templateimages/terms_conditions.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}


a.contact {
	width: 86px;
	height: 32px;
	background-image: url(/persistent/templateimages/contact.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

a.contact:hover {
	background-image: url(/persistent/templateimages/contact.jpg);
	background-position: 0 -33px;
}



.cellshade {
background-color: #c9d3d4;
font-weight: bold;
text-align:center;

}

.storecell {
border-bottom: 1px solid #a6b2b2;

} 

.thumb {
margin-bottom: 5px;


}

/* product image zoom */

/* JQUERY STYLES START */
.jqzoom { position: relative; cursor: pointer; }

.jqzoom img { /* float: left; */ margin: auto; }

.zoomdiv { 
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #636262;
	display: none;
	text-align: center;
	overflow: hidden; }

.jqZoomPup { 
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #AAAAAA;
	background: #ffffff url(/persistent/templateimages/zoom.gif) 50% top  no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50); }
