
/*
  
  Craftainers stylesheet

  Note: consider using full url's to avoid netscape 4 bug eg for background use
  http://www.craftainers.com.au/templates/craftainers/images/craftainers_bkgd.gif

*/

BODY {
  background-color: #D7D6D3;
  font-family: Helvetica;
  font-size: 11px;
  margin: 0px;
/*  background-image : url("images/craftainers_bkgd.gif"); */
}

.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #FF0000; text-decoration: underline; }

A { 
  color: #757272; 
  text-decoration: none; 
}

A:hover { 
  color: #48207E;
  font-weight: bold;
  text-decoration: none; 
}

FORM {
  display: inline;
}

INPUT{
  border: 1px solid #757272;
}

INPUT.submit_button{
	border: 0px;
}
/* Main Page table background*/

.mainpage{
  background-image: url("images/ch_bg.gif");
  background-repeat: repeat-y;
  border: 10px;
}

/* Main menu bar*/

.menubarmain A:link, .menubarmain A:active, .menubarmain A:visited{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.menubarmain A:hover {
  color: #A0A0A0;
}

.menubarmain_1 A:link, .menubarmain_1 A:active, .menubarmain_1 A:visited{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.menubarmain_1 A:hover {
  color: #A0A0A0;
}

.menubarmain_td4{
  background-image: url("images/menu_bar_top.gif");
  background-repeat: repeat-x;
  height: 26px;
}


/* this part does not do anything?*
.menubarmain_td4{
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;	
}

/* standard infoboxes */

.boxText { 
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px; 
  color: #6A6868;
  padding-left: 10px;
  padding-right: 10px;
}

.infoBoxColumnLeft{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #78607F;
  font-family: Verdana, Arial, sans-serif;
  width: 190px;
  font-size: 13px;
  font-weight: bold;
  color: #78607F;
  text-align: left;
}

TD.infoBoxColumnLeftText{
	font-size: 11px;
	font-weight: normal;
}

TD.infoBoxColumnOne{
  padding-left: 10px;
}

.infoBoxHeadingLeft, .infoBoxHeadingRight {
  background-image: url("images/az_leftbox2_top.gif");
  background-repeat: no-repeat;
  height: 24px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxLeft{	
  background-image: url("images/az_leftbox2_r.gif");
  background-repeat: repeat-y;
}

.infoBoxMBottomLeft, .infoBoxMBottomRight{
  background-image: url("images/az_leftbox2_bottom.gif");
  background-repeat: no-repeat;
  height: 15px;
}

TD.infoBoxHeadingLeft, TD.infoBoxHeadingRight{
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #78607F;
  text-align: left;
  padding-top: 5px;
  padding-left: 15px;
}

/* Information infobox */

.infoBoxContentsLeft_Information{
  background-image: url(images/az_leftbox2_cont.gif);
  background-repeat:  no-repeat;
  background-position: top left;
  height: 17px;
  padding-left: 30px;
  font-size: 11px;
  color: #6A6868;
  width: 161px;
}

.infoBoxLeft_pur{	
  background-image: url("images/infobox_mid.gif");
  background-repeat: repeat-y;
}

.infoBoxHeadingLeft_pur {
  background-image: url("images/infobox_top.gif");
  background-repeat: no-repeat;
  height: 24px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #78607F;
  text-align: left;
  padding-top: 5px;
  padding-left: 15px;
}

.infoBoxMBottomLeft_pur {
  background-image: url("images/infobox_bottom.gif");
  background-repeat: no-repeat;
  height: 15px;
}

/* Craftainers_categories infobox 
   menubarmain_td1 is categories title on menubarmain */

.infoBoxSearch, .topbanner_box, .infoBoxleft_az01{
  background-image: url("images/az_boxleft_r.gif");
  background-repeat: repeat-y;
}

.menubarmain_td1{
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  padding-top: 5px;
  padding-left: 15px;
}

.infoBoxContentsLeft_categ{
  background-image: url(images/az_leftbox_category.gif);
  background-repeat:  no-repeat;
  background-position: top left;
  height: 17px;
  padding-left: 30px;
  font-size: 11px;
  color: #94b002;
  width: 161px;
}

.infoBoxMBottomleft_az01{
  background-image: url("images/az_boxleft_bottom.gif");
  background-repeat: no-repeat;
  background-position: top left;
  height: 15px;
}

/* Footer Menu bar */

.footer_menu{
  background-image: url("images/menu_bar_bottom.gif");
  background-repeat: repeat-x;
  text-align: right;
  vertical-align: top;
  height: 19px;
}

.footer_menu A:link, .footer_menu A:active, .footer_menu A:visited{ 
  font-size: 11px; 
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.footer_menu A:hover{
  color: #94B002;
}

.footer_menu_tb{
  font-size: 11px;
  color: #94B002;
  width: 400px;
  height: 19px;
  text-align: right;
  vertical-align: top;
}

TD.footer {
  font-family: Arial;
  font-size: 11px;
}

/* Search results */

A.productListing-heading { 
  color: #483297; 
  font-weight : bold;
}

A.productListing-heading:hover {
  color: #48207E;
  font-weight: bold;
}

/* main product box or Centre */

.pageHeading, DIV.pageHeading {
  font-family:  Arial;
  font-size: 15px;
  color: #48207E;
  font-weight: bold;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* following mostly for shopping cart in this template */

.infoBoxContents, .infoBoxContentsCenter, .infoBoxContentsLeft, .infoBoxContentsRight, .productsBoxContents, .productBox {
  font-size: 11px;
  color: #757272;
}

.infoBoxContents A:link, .infoBoxContents A:active, .infoBoxContents A:visited{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #757272;
}

.infoBoxContents A:hover {
  color: #48207E;
  font-weight: bold;
}

.RedHighlight{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f61a1a;
}

/* lightbox 2.0 JS contribution */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
