body {
	background-color:#FFFFFF;
	text-align:center;
}

/*category navigation styles */
body {
	behavior: url(/themes/default/csshover.htc);
}

#categoryNav ul {
	margin:0;
	padding:0;
}

#categoryNav ul li a:hover {
	color:#15b3c2;
	text-decoration: none;
}

/* top level categories */
#categoryNav ul {
	list-style: none;
	width: 177px;
}
#categoryNav ul li {
	color:#000000;
	float: left;
	position: relative;
	padding:0 20px;
}
#categoryNav ul a {
	border-bottom:1px dotted #666666;
	color:#000000;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	width: 137px;
}

/* second level and above */
#categoryNav ul li ul {
	list-style: none;
	position: absolute;
	left: 160px;
	top:0;
	display: none;
	width: 140px;
	border:1px solid #666666;
	/*border-top:1px solid #666666;*/
}
#categoryNav ul li ul li {
	background-image:none;
	padding-left:0;
	/*border-bottom:none;
	border-left:1px solid #666666;
	border-top:none;
	border-right:1px solid #666666;
	*/
	border:0;
}
#categoryNav ul li ul li a {
	color:#666666;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 10px;
	width: 125px;
	background-color:#E6E6E6;
}

/* third level and above */
#categoryNav ul li ul li ul {
	position: absolute;
	left: 140px;
	top: 0;
	display: none;
	width: 140px;
	border:1px solid #666666;
}

#categoryNav ul li:hover a { z-index:1000; }

/* first level */
#categoryNav ul li:hover ul { display: block; z-index:100; top:-1px;}
#categoryNav ul li:hover ul li ul { display: none; }
#categoryNav ul li ul li:hover ul { display: block; }
/* give it a arrow at the begining of the a tag */
#categoryNav ul li:hover { list-style-type:none; background-image:url(images/hover_arrow.gif); background-repeat:no-repeat; background-position:10px center; color:#15b3c2; }
#categoryNav ul li:hover ul a { background-image:none; color:#666666;}
/* give all decentent a tag a grey arrow*/
#categoryNav ul li:hover ul .hasChild  { background-image:url(images/hover_arrow2_black.gif); background-repeat:no-repeat; background-position:right center; color:#666666; }

/* second level */
#categoryNav ul li ul li:hover ul  { display: block; z-index:100; }
#categoryNav ul li ul li:hover ul li ul { display: none; }
#categoryNav ul li ul li ul li:hover ul { display: block; }
#categoryNav ul li ul li:hover a { background-image:none; color:#15b3c2; }
#categoryNav ul li ul li:hover ul a { background-image:none; color:#666666;}
/* give the hovering a tag a blue arrow, but doing that, all other decendent a will have have blue array, hence the next line, we reset all other decentent to black arrow*/
#categoryNav ul li ul li:hover .hasChild { background-image:url(images/hover_arrow2_blue.gif); background-repeat:no-repeat; background-position:right center; color:#15b3c2; }
#categoryNav ul li ul li:hover ul .hasChild { background-image:url(images/hover_arrow2_black.gif); background-repeat:no-repeat; background-position:right center; color:#666666; }

/* third level */
#categoryNav ul li ul li ul li:hover ul  { display: block; z-index:100; }
#categoryNav ul li ul li ul li:hover ul li ul { display: none; }
#categoryNav ul li ul li ul li ul li:hover ul { display: block; }
#categoryNav ul li ul li ul li:hover a { background-image:none; color:#15b3c2; }
#categoryNav ul li ul li ul li:hover ul a { background-image:none; color:#666666; }
#categoryNav ul li ul li ul li:hover .hasChild { background-image:url(images/hover_arrow2_blue.gif); background-repeat:no-repeat; background-position:right center; color:#15b3c2; }
#categoryNav ul li ul li ul li:hover ul .hasChild { background-image:url(images/hover_arrow2_black.gif); background-repeat:no-repeat; background-position:right center; color:#666666; }

/* forth level */
#categoryNav ul li ul li ul li ul li:hover ul  { display: block; z-index:100; }
#categoryNav ul li ul li ul li ul li:hover ul li ul { display: none; }
#categoryNav ul li ul li ul li ul li ul li:hover ul { display: block; }
#categoryNav ul li ul li ul li ul li:hover a { background-image:none; color:#15b3c2; }
#categoryNav ul li ul li ul li ul li:hover ul a { background-image:none; color:#666666; }
#categoryNav ul li ul li ul li ul li:hover .hasChild { background-image:url(images/hover_arrow2_blue.gif); background-repeat:no-repeat; background-position:right center; color:#15b3c2; }
#categoryNav ul li ul li ul li ul li:hover ul .hasChild { background-image:url(images/hover_arrow2_black.gif); background-repeat:no-repeat; background-position:right center; color:#666666; }



/* end category navigation */




/* page navigation */

#pagenavdiv {
	border:2px solid #c1c0bf;
	width:184px;
	background-color:#4a4a4a;
	background-image:url(images/pagenav_bg.jpg);
	background-repeat:repeat-x;
}
#pagenavheader {
	background-image:url(images/handy_tools_header.jpg);
	background-repeat:no-repeat;
	width:184px;
	height:33px;
}
#thawte {
	background-image:url(images/thawte.jpg);
	width:175px;
	height:86px;
	text-align:right;
	padding-top:5px;
}
#pagenavdiv a {
	color:#FFFFFF;
	font-size:10px;
}
#pagenavdiv ul {
	margin:0;
	padding:0;
	list-style:none;
}
#pagenavdiv ul {

	padding:12px 0px 30px 20px;
	min-height:263px;
	color:#c2ad77;
	
}
* html #pagenavdiv ul {
	height:263px;
}
#pagenavdiv ul li {
	padding-bottom:5px;
}

#pagenavdiv ul li ul {
	padding:0px 0px 0px 5px;
	min-height:0;
	
}
* html #pagenavdiv ul {
	height:0;
}
#pagenavdiv ul li li {
	padding-bottom:0px;
}
#pagenavdiv a:hover {
	color:#c2ad77;
}

/* give the li of the first level a gradient ackground 
#pagenavdiv ul li {

	padding:10px 0px 0px 25px;
	min-height:263px;
	color:#c2ad77;
	
}
* html #pagenavdiv ul li {
	height:263px;
}
#pagenavdiv ul li a {
	color:#c2ad77;
	font-size:11px;
	
}
* html #pagenavdiv ul {
	height:24px;
}
*/

/* no more background on second level + 
#pagenavdiv ul li ul li  {
	background-image:none;
	padding:0;
	margin:0;
	color:#FFFFFF;
	min-height:0;
}
#pagenavdiv ul li ul li a {
	color:#FFFFFF;
	font-size:11px;
}
* html #pagenavdiv ul li ul li {
	height:0px;
}
*/
/* for first level first child and last child, need some padding top and bottom
#pagenavdiv ul li ul .level1.firstchild  {
	padding-top:20px;
}
#pagenavdiv ul li ul .level1.lastchild  {
	padding-bottom:10px;
}

#pagenavdiv ul li ul li ul .firstchild  {
	padding-top:0px;
}
#pagenavdiv ul li ul li ul .lastchild  {
	padding-bottom:0px;
}
#pagenavdiv ul li ul li ul li {
	padding-left:10px;
}
*/

/* end page navigation */ 



/* styling the blocks */

.blockmaintitle {
	font-size: 11px;
	color: #C2AD77;
	height:30px;
	padding:5px 5px 0px 15px;
}
.blocktitle {
	font-size: 12px;
	padding:10px 5px 0px 15px;
}
.blocktext {
	padding:2px 5px 0px 15px;
}
.blockdate {
	padding:0px 5px 0px 15px;
	font-size:11px;
}
.blockfooter {
	height:12px;
}
.block {
	min-height:160px;
	padding-bottom:10px;
}
.block a {
	text-decoration:none;
	font-size:10px;
}
.block td {
	font-size:10px;
}

/* end blocks */




/* style for search form */

#searchForm {
	padding-top:30px;
	padding-left:20px;
}
* html #searchForm {
	padding-top:15px;
}
#searchForm td {
	font-size:10px;
	text-align:left;
}
#searchForm .heading {
	color:#FFFFFF;
	font-size:12px;
}
#searchForm .keyword {
	width:150px;
	border:1px solid #CCCCCC;
}
#searchForm .category {
	width:112px;
}

/* end style for search form */


/* feature home products */


#large_feaure_title {
	font-size:18px;
	color:#666263;
}
#large_feaure_title a {
	text-decoration:none;
	font-size:18px;
	color:#666263;
	font-weight:bold;
}
#large_feaure_summary ul {
	margin:0;
	padding:0;
}
#large_feaure_price {
	font-size:18px; color:#FF0000; font-weight:bold;
}
#feaure_summary ul {
	padding:0;
	/*margin:0;*/
}
#feature_summary p {
	margin:0;
	padding:0;
}
#feature_summary {
	padding-left:10px;
	padding-right:10px;
}
#feature_price {
	font-size:11px; color:#554f4f;
}
#feature_title {
	padding:3px 6px 0 6px;
}


#feature_title a {
	text-decoration:none;
	color:#554f4f;
	font-size:11px;
	font-weight:bold;
}

/* end of feature home products */



/* products  */

.productitem {
	background-image:url(images/products_divider.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:1px;
	margin-top:10px;
}

.productdescription, .productdescription p, .productdescription td {
	font-weight:bold;
}

#productdetail .productitem .price, .productitem .price {
	color:#008daa;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	padding-top:3px;
}

.productitem .price .amount {
	color:#6a6a6a;
}

.rrp {
	color:#6a6a6a;
	padding-left:10px;
}

.addtobasket input, .productitem input {
	border:1px solid #989898;
	width:40px;
	font-size:12px;
}

.productitem select {
	border:1px solid #989898;
	width:100px;
	font-size:12px;
}

#productdetail {
	padding-bottom:10px;
}

.product_detail_title {
	font-size:15px;
	padding-left:16px;
	font-weight:bold;
	color:#666666;
}

	.productsummary ul {
		margin:0;
		padding:0;
	}

.product_listing_title a {
	font-size:13px;
	font-weight:bold;
	color:#403e3e;
}

	.product_listing_title {
		padding-left:10px;
	}

#productdetailinner {
}

#productdetail .price {
	color:#008daa;
	font-size:30px;
	font-weight:bold;
}

#productdetail .from {
	margin-bottom:4px;
}

#productdetail  {
	padding-top:20px;
}

.outofstockMsg {
	font-weight:bold;
	font-size:1.2em;
}

.addtobasket {
	padding-top:20px;
	padding-left:5px;
}

.listing_icon {
	padding:5px 10px;
}
.product_listing_divider {
	/*padding:3px 5px 0px 5px;*/
	border-bottom:1px solid #d2d1d0;
}
#listing_page_nav {
	padding-top:15px;
}
#listing_page_nav a {
	text-decoration:none;
	color:#0476cd;
}
.acceesoriesmore a {
	color:#0476cd;
	text-decoration:underline;
}
.listingImage {
	margin:auto;
}

/* feature products */
.featureproductitem {
	width:182px;
}
.featureproductitem.col0 {
	float:left;
}
.featureproductitem.col1 {
	float:right;
}
.featureproductitem.col2 {
	margin:auto;
}
.featureproductitem a {
	text-decoration:none;
	color:#666263;
	font-size:13px;
}
.featureproductitem .buybtn {
	float:right;
	padding-right:15px;
}
.featureproductitem .price {
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#FF0000;
	padding-top:3px;
	padding-left:10px;
}
.featureproductitem .summary {
	text-align:left;
	margin:0;
	padding:4px;
	padding-left:10px;
}
.featureproductitem .title a {
	padding:0;
	color:#333333;
	font-size:11px;
	text-align:left;
	font-weight:bold;
}
.featureproduct_divider {
	clear:both;
	padding:5px;
}


.categorylanding {
	width:170px;
}
.categorylandingheader {
	width:155px;
	height:29px;
	background-image:url(images/landingpage_boxheader.jpg);
	background-repeat:no-repeat;
	text-align:left;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:1px;
	padding-right:5px;
}
.categorylandingcontent {
	border:1px solid #d4d4d4;
	padding:10px 5px;
	width:158px;
	text-align:left;
}
.categorylandingmore {
	background-image:url(images/landingpage_boxfooter.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	text-align:right;
	padding-right:10px;
	font-size:0.9em;
}
.categorylandingmore a {
	text-decoration:none;
	color:#FFFFFF;
}
/* end products */


.modulesummary {
	float:left;
}
.clear.divider {
	padding:20px;
}
.modulemaintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #73530d;
}
.moduletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #73530d;
	font-weight: bold;
	line-height: 120%;
}
.moduletitle a {
	text-decoration:none;
	/*color: #73530d;*/
}
.moduleheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #73530d;
	font-weight: bold;
	line-height: 120%;
}
.moduledate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}
.modulesummary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	padding-bottom: 5px;
}
.moduletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}
.moduledivider {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #73530d;
	margin-bottom: 5px;
}




/* drop the second level ul down */

.sitename {
	font-size: 24px;
	color: #73530d;
	padding: 3px;
}

.pageheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#666263;
	/*border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color:green;
	*/
	margin-bottom: 5px;
	padding:10px 0px 15px 5px;
}

.right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 0px none;
}
.left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px none;
}

a.topnav:link, a.topnav:visited, a.topnav:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.topnav:hover {
	color: #CCCCCC;
	text-decoration: none;
}

a.sidenav:link, a.sidenav:visited, a.sidenav:active{
	font-weight: normal;
	color: #73530d;
	text-decoration: none;
	font-size: 12px;
	line-height: 100%;
}
a.sidenav:hover {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #15b3c2;
}

a.footernav:link, a.footernav:visited, a.footernav:active {
	color: #000000;
	text-decoration: none;
}
a.footernav:hover {
	color: #000000;
	text-decoration: underline;
}

.sidenavdivider {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #73530d;
}

.maintable {
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
}

.maintablefullwidth {
	background-color: #FFFFFF;
}

.leftcolumn {
	background-color: #FFE8DF;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #73530d;
	width: 130px;
}

.maincolumn {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.rightcolumn {
	background-color: #FFE8DF;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #73530d;
	padding: 5px;
	width: 200px;
}

.footer {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #73530d;
	background-color: #FFE8DF;
	padding: 5px;
	font-size: 10px;
	line-height: 100%;
}


/* Cart Styles */


#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999 !important;
	border: 2px dotted #999 !important; /* */
}

#minicart {
	font-size: 10px;	
}

.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.entryTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	background-image:url(images/cart_header_bg.jpg);
	background-repeat:repeat-x;
}
.entryTableHeader td {
	color:#FFFFFF;
}
.cartrow1 td {
	background-color:#e1d9c4;
}

.entryTable .label {
	background-color: #EFEFEF;
}

.entryTable .content {
	background-color: #FFFFFF;
}

input.shippingpostcode {
	width:60px;
	border:1px solid #000;
	font-size:12px;
}

select.shippingmethod {
	border:1px solid #000;
	font-size:12px;
}

.entryTable .error {
	font-weight:bold;
	color:#FF0000;
}


.infoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.infoTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: #EFEFEF;
}

.infoTable .content {
	background-color: #FFFFFF;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
}

.notice {
	color: #996600;
	font-weight: bold;
}

#errorMessage {
	color: #990000;
	font-weight: bold;
}

form {
	margin:0;
	padding:0;
}

.viewthumb {
	background:#FFFFFF;

}

#registration {
	padding:20px;
	background-image:url(images/registration_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#registration input[type=text],  #registration textarea{
	border:1px solid #cfcfcf;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

#registration textarea {
	height:110px;
}

#registration .middlecolumn {
	width:20px;
}