/** LAYOUT **/
html, body {
	margin:0px;
	padding:0px;
	}
	
	#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}
.tooltip { background-color:#FFFFCC; font-size:10px; font-family:Arial, Helvetica, sans-serif; }
	
#website 
{
	/*width:1000px;
	border:1px solid #762A85;*/
}
#main {
	position:relative;
	display:block;
	min-height:400px;
	text-align:left;
	background-color: #ffffff;
	}
* html #main { height: 400px; }
#main-inner {
	display:block;
	padding:5px;
	text-align:left;
	}
#sidebar 
{
	float:left;
	position:relative;
	width:180px;
	left:0px;
	}
#content 
{
	position:relative;
	display:block;
	height:1%;
	margin-left: 205px;
	padding-top:10px;
	}
#header 
{
    min-width:1000px;
	display:block;
	background: #762A85;
}
#logo {
	position:relative;
	}
#caption {margin: 0; 
	font: 9px verdana,sans-serif; 
	position: absolute; 
	top: 72px;
	left: 25px;
	color: #FFF; 
	}	
#purpleheader {
	margin:0px;
	padding:0px;
	border:0px;
	background: #762A85 url('images/template/background.gif') repeat;
	}
#purpleheader td, #purpleheader td table td {
	background: #762A85 url('images/template/background.gif') repeat;
	}	
#footer {
	background: #FDB927;
	text-align:center;
	}
	
.clear 
{
	clear:both;
}

.watermark
{
	color: Gray;
}

#copyright p {
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	text-align: center;
	}

#navigation {
	text-align:right;
	width:100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #E4d3E7;
	padding-top: 8px;
	padding-bottom: 0px;
	}
	
#navigation a {
	font-size: 11px;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	color: #E4d3E7;
	}

#navigation a:hover {
	text-decoration: underline;
	}

#navigation-main {
	padding-top:0px;
	}

#navigation-main ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
	}
	
#navigation-main li {
	padding: 0px 0px 0px 20px;
	color: #E4d3E7;
	font-weight:bold;
	vertical-align:top;
	float:right;
	}
	
#navigation-main li a {
	font-size:12px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align:top;
	}

#navigation-main li a:hover {
	text-decoration: underline;
	}
.searchbutton {
	color: #000000;
	font-weight: bold;
	background: #E4D3E7;
	padding: 4px 10px 4px 10px;
	height: 14px;
	margin:0px;
	}
hr.yellow 
{
	margin:0px;
	padding:0px;
	border:0px;
	border-bottom: 2px dotted #FDB927;
}	
	
/** MENU **/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:1000px; height:35px; position:relative; z-index:80;font-family:arial, sans-serif;
	background:#FDB927; 
	border-left:1px solid #FFE2AF;
	background-image: url('images/template/menu/yellowbar.png');
	background-repeat: repeat-x;
	}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:1000px; w\idth:1000px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px; text-align:left; }
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative; vertical-align:middle;
}
/* style the links for the top level */
.menu a, .menu a:visited {
font-family: Verdana, Arial, sans-serif;
	display:block;font-size:11px;
	text-decoration:none; 
	color:#000; 
	width:76px; 
	height:35px; 
	border-right:1px solid #FFE2AF;
	padding-left:10px; 
	padding-right:10px; 
	line-height:32px; 
	vertical-align:middle;
	font-weight:bold;
	background-image: url('images/template/menu/yellowbar.png');
	background-repeat: repeat-x;
	}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:96px; w\idth:76px;}

/* style long menu titles */
.menu a.longtitle {
	height:35px; 
	line-height:16px;
	}
* html .menu a.longtitle, * html .menu li a.longtitle {
	line-height:16px;
	}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#FFE2AF;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#FFE2AF; }
.menu ul ul :hover > a.drop {background:#FFE2AF; }
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:35px;left:0; width:149px; border:0px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:34px;t\op:36px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	font-weight: normal; 
	color:#762A85; height:auto; line-height:1em; padding:10px 25px; 
	background: none;
	border:0px;
	background-image: url('images/template/menu/dropdown_middle.png');
	background-repeat: repeat-y;
	margin-left: -15px;
	width:150px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

.menu ul ul li.lastchild a, .menu ul ul li.lastchild a:visited, 
.menu ul ul li.lastchild a:hover {
	background-image: url('images/template/menu/dropdown_bottom.png');
	background-repeat: no-repeat;
	height: 10px;
}

/* style the top level hover */
.menu ul li a:hover {
	color:#fff; background:#762A85;
	text-decoration:none; 
	background-image: url('images/template/menu/purplehover.png');
	background-repeat: repeat-x;
	}

.menu ul ul li a:hover {
	color: #fff;
	background: none;
	background-image: url('images/template/menu/dropdown_hover.png');
	background-repeat: repeat-y;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff; 
	background:#762A85;
	background-image: url('images/template/menu/purplehover.png');
	background-repeat: repeat-x;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
	/*background-image: url('images/template/menu/dropdown_middle.png');
	background-repeat: repeat-y;*/

}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.menu a.currentmenu {
	background: #762a85;
	color:#fff; 
	background-image: url('images/template/menu/purplehover.png');
	background-repeat: repeat-x;
	}
	
/**  FORMATTING  **/
img {
	border:none;
	}

html, body, p, input, select, td, div {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}
	
h1 {
	font-family:Verdana, Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #762A85;
	margin:0px;
	padding:0px;
	}

h2 {
	font-family:Verdana, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #762A85;
	margin:0px;
	padding:0px;
	}

h3 {
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #000;
	margin:0px;
	padding:0px;
	}
	
a {
	font-family: Verdana, Arial, Sans-Serif;
	color:#762A85;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

.breadcrumbs {
	font-size:10px;
	margin-bottom:10px;
	}

.warning {
	color: Orange;
	font-weight:bold;
	}

hr {
	border:0px;
	border-bottom: 1px solid #ccc;
	padding:0px;
	margin:0px;
	color:#fff;
	background:none;
	}	

.emphasis {
	color: #762A85;
	font-weight: bold;
	}
.subtle
{
	color:#333333;
}

.hint 
{
	color: #666666;
	font-size: 0.8em;
}
	
/** LEFT NAV **/
#categorylist {
	border:2px #fdb927 dotted;
	margin: 10px 0px 10px 10px;
	padding:0px;
	width:175px;
}
#categorylist ul 
{
	list-style:none;
	margin:0px;
	text-indent:0px;
	padding:0px;
	width:175px;
}
#categorylist li 
{
	border-top:1px #762A85 dashed;
}
#categorylist a {
	padding:10px 10px; 
	font-size: 12px;
	font-weight: bold;
	width:155px;
	display: block;
	text-decoration:none;
}

#categorylist ul li:hover 
{
	background-color:#fdb927;
}

#categorylist h2 
{
	padding:10px;
}
.categorylist-item 
{
}
#categorylist .current 
{
	background-color: #fdb927;
}

h1.category_name 
{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	}

.category_subtitle {
	font-size:16px;
	font-weight:bold;
	color: #333333;
	margin-bottom:10px;
	}
		
.subcategory {
	border-bottom:1px solid #ccc;
	padding:10px 0px 10px 0;
	margin-right:10px;
	}

/** CATEGORY LIST **/
.categorygrid
{
	border:0;
}
.categorygrid-row 
{
	border-top:#fdb927 dotted 2px;
	/*height:230px;*/
	padding:15px 20px 20px 20px;
	margin:0;
	width:220px;
}
.categorygrid-imagediv 
{
	height:150px;
	vertical-align:bottom;
	display:table-cell;
}
.categorygrid-image 
{
	border:0;
	max-height:150px;
}
.categorygrid-info 
{
	padding-top:10px;
}	
.categorygrid-categoryname 
{
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	font-size: 110%;
}
.categorygrid-productname 
{
	text-align:left;
	font-weight:bold;
}

/** PRODUCT LIST **/
.productlist
{
	border:0;
}
.productlist-intro 
{
	padding-bottom: 20px;
	width:750px;
}
.productlist-intro td
{
	vertical-align: bottom;
	font-weight: normal;
	font-size: 12px;
	padding-right: 10px;
}
.productlist-intro img 
{
	max-height:300px;
}
.productlist-row  
{
	border-top:#fdb927 dotted 2px;
	/*height:230px;*/
	padding:15px 20px 20px 20px;
	margin:0;
	width:220px;
}
.productlist-imagediv 
{
	height:150px;
	vertical-align:bottom;
	display:table-cell;
}
.productlist-image 
{
	border:0;
	max-height:150px;
}
.productlist-info 
{
	padding-top:10px;
	min-height: 60px;
}	
.productlist-name 
{
}
.productlist-saleprice 
{
	color:#990000;
	font-weight:bold;
	font-size:0.8em;
	text-transform: uppercase;
}
.productlist-price 
{
	color:Black;
}
.productlist-soldout 
{
	font-weight: bold;
}

.product_list {
	border-bottom:1px solid #ccc;
	padding:0px;
	margin-right:10px;
	margin-bottom:10px;
	}
	
.currentpagenumber {
	text-decoration:underline;
	}
.productinlist {
	font-size: 12px;
	}
	
/** PRODUCT PAGE **/
.productname 
{
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}
.product_subtitle 
{
	font-size:14px;
	margin-bottom:10px;
	font-style:italic;
}
.productcode_list 
{
	border-top:2px dotted #fdb927;
}
.productcode_list td 
{
	border-bottom:2px dotted #fdb927;
	padding:10px;
	vertical-align:middle;
}	
.productcode_list_info td 
{
	border-bottom:0;
	padding:0px;
	margin:0;
	vertical-align:middle;
}	
.productcode_list .productcode_name 
{
	color:#762A85;
	font-weight:bold;
}
.productcode_list .productcode_price
{
	color:#762A85;
	font-weight:bold;	
}
.productcode_list .productcode_saleprice
{
	color:#990000;
	font-weight:bold;
	font-size:0.8em;
	text-transform: uppercase;
}

.productcode_list .qtydiscount
{
	color:#990000;
	font-weight:bold;
	font-size:0.8em;
}

.productlist-row .productcode_saleprice
{
	 font-weight:normal;
}
.productcode_list .productcode_stockcode 
{
	color: #666666;
	width:200px;
}
.productcode_list .productcode_size 
{
	color: #666666;
	margin-left: 10px;
}
	

/** ARTICLES **/
.article {
	border: 1px solid #ccc;
	padding:10px;
	font-size:10px;
	margin-left:20px;
	width:220px;
	text-align:left;
	}
.headline {
	font-size:12px;
	font-weight:bold;
	}
	
/** BOX **/
.faq-category {
	border: 2px dotted #762A85;
	padding:10px;
	margin:0px;
	width:300px;
}
.top 
{
	float:right;
	background: #fff url('images/template/up-arrow.png') center left no-repeat;
	padding-left: 15px;
	margin-left:150px;
	font-size: 14px;
	color:#333;
}
.backtoshopping 
{
	background: #fff url('images/template/left-arrow.png') center left no-repeat;
	padding-left: 15px;
	margin-left:30px;
}

.zcobbar {
	background-image: url("images/template/bar.png");
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 1px solid #333333;
	height: 26px;
	min-width: 950px;
	}
#zcobbar table {
	width:1000px;
	margin:0;
	padding:2px;
	height: 26px;
	}
#zcobbar td {
	margin-left: 6px;
	font-size:10px;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	color: #333333;
	}
#zcobbar a, #zcobbar a:visited {
	font-size:10px;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
	padding:2px 5px 1px 5px;
	}
#zcobbar a:hover {
	color: #FFFFFF;
	background: #762A85;
	}
body {
	padding:0;
	margin:0;
	}
	
	
/* Tooltip */
#tooltip {
	position:absolute;
	z-index:9999;
	color:#000000;
	width:150px;
	font-size:10px;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	color: #333333;
}

#tooltip .tipHeader {
	height:8px;
}

/* IE hack */
*html #tooltip .tipHeader {margin-bottom:-6px;}

#tooltip .tipBody {
	background-color:#FDB927;
	font-size:10px;
	padding:5px;
}

#tooltip .tipFooter {
	height:8px;
}

/* Hover tooltips */
a.shippingnote, .shippingnote
{
	position:relative;
	z-index:24;
	color: #999999;
	font-weight:bold;
	font-size:0.8em;
	text-transform: uppercase;
}
a.shippingnote:hover 
{
	z-index:25;
}
a.shippingnote span 
{
	display:none;
}
a.shippingnote:hover span 
{
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	width:15em;
	background-color:#F5F5F5;
	text-align:left;
	padding:5px;
	font-size:10px;
	text-transform: none;
	font-weight: normal;
	color: #000;
}
	
