* { 
    -moz-box-sizing: border-box; 
}
body{
	background-image: url(../images/header/bg.jpg);
	background-repeat : repeat-x;
	background-position : top;
	margin : 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link {color: #000000; text-decoration: none;}     /* unvisited link */
a:visited {color: #000000; text-decoration: none;}  /* visited link */
a:hover {color: #FB7317; text-decoration: underline;}   /* mouse over link */
a:active {color: #000000; text-decoration: none;}   /* selected link */

hr {
  border: 0;
  width: 99%;
  color: #EAEAEA;
  background-color: #EAEAEA;
  height: 2px;
}
form{
 margin : 0px 0px 0px;
}
h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
}

h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
}
.navbarbg{
color:#666666;
}
.navbarbg a{
display: block;
color:#666666;
}
.navbarbg a:link{
background-color: #ffffff;
}
.navbarbg a:visited{
background-color: #ffffff;
}
.navbarbg a:hover{
color: #FB7317;
}
.navbarbg a:active{
background-color: #ffffff;
}

.xCellBorder{
background-color: #FFFFFF;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
}

.xTopCell{
background-color: #000000;
width: 100%;
}
/*formats the search box in the shoppage_header file.*/
.searchfield{
background-color: #FFFFFF;
border-bottom-color: #000000;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #000000;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #000000;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #000000;
border-top-style: solid;
border-top-width: 1px;
color: #333333;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: normal;
}
/*formats the display of the text boxes throughout the front end*/
.txtfield{
background-color: #FFFFFF;
border-bottom-color: #000000;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #000000;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #000000;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #000000;
border-top-style: solid;
border-top-width: 1px;
color: #333333;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
}
.txtfielddropdown{
background-color: #FFFFFF;
color: #333333;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
}
.menuhdr{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color : #DCBC81;
	color : White;
	font-size : x-small;
	font-weight : bold;
	padding : 4px 0px 4px 2px;
	text-align : left;
}
.menubdr{
	background-color : #B3B7BB;
}
.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}

.leftmenumain a{
	border-top : 1px solid #D3D3D3;
	display: block;
}
.leftmenumain{
background-color: #F7F7F7;
color: #000000;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: bold;
text-align: left;
}
.leftmenumain a:link{
color: #333333;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: normal;
padding-bottom: 7px;
padding-left: 4px;
padding-top: 6px;
text-align: left;
text-decoration: underline;
width: 100%;
}
.leftmenumain a:visited{
color: #333333;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: normal;
padding-bottom: 7px;
padding-left: 4px;
padding-top: 6px;
text-align: left;
text-decoration: underline;
width: 100%;
}

.leftmenumain a:hover{
background-color: #F2E7D0;
color: #000000;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: normal;
padding-bottom: 7px;
padding-left: 4px;
padding-top: 6px;
text-align: left;
text-decoration: none;
width: 100%;
}

.leftmenumain a:active{
color: #333333;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: normal;
padding-bottom: 7px;
padding-left: 4px;
padding-top: 6px;
text-align: left;
text-decoration: underline;
width: 100%;
}

.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px	
}

.submitbtn {
   color:#666666;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #efefef;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #aaaaaa;
      width:120px;
   height:20px;
}

.submitbtn:hover {
   background-color:#F9F9F9;
}
.submitbtn2 {
   color:#666666;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #efefef;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #aaaaaa;
      width:140px;
   height:30px;
}
.submitbtn2:hover {
   background-color:#F9F9F9;
}

.submitbtn3 {
   color:#666666;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #efefef;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #aaaaaa;
   height:20px;
}
.submitbtn3:hover {
   background-color:#F9F9F9;
}

/*formats the header text throughout the site*/
.txtheader{
color: #000000;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: bold;
}
/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
color: #000000;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: bold;
text-align: right;	
}
/*formats the links in the minicart*/

.cartminilinks{
color: #333333;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: bold;
text-align: left;
}
.cartminilinks a:link{
color: #333333;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: normal;
text-align: left;
}
.cartminilinks a:visited{
color: #333333;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: normal;
text-align: left;
}
.cartminilinks a:hover{
color: #FF0000;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: normal;
text-align: left;
}
.cartminilinks a:active{
color: #333333;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: normal;
text-align: left;
}

.hdrproduct{
color: #000000;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: small;
font-style: normal;
font-weight: bold;
}

.hdrproduct2{
color: #000000;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: small;
font-style: normal;
font-weight:normal;
}

.breadcrumb { display:none;} 
.price {}
.pricesmall {}

.outside {color: #BEC0AD}
#imagemap {position: relative; width:460px; height: 350px; margin:0; padding:0;
	background: transparent url(../images/image_map.jpg) top left no-repeat;}
#imagemap div {position: absolute; top:0; left: 0;}
#imagemap a {height: 250px; display: block;}
#imagemap #top-left {width:261px; height:175px;}
#imagemap #top-left a {width:261px; height:175px;}
#imagemap #top-left a:hover {background: transparent url(../images/image_map.jpg) 0 -350px no-repeat;}

#imagemap #top-right {top:0; left: 262px; width:195px; height:175px;}
#imagemap #top-right a {width:195px; height:175px;}
#imagemap #top-right a:hover {background: transparent url(../images/image_map.jpg)  -262px -350px no-repeat;}

#imagemap #bottom-right {left: 202px; top: 175px; width:256px; height:175px;}
#imagemap #bottom-right a {width:256px; height:175px;}
#imagemap #bottom-right a:hover {background: transparent url(../images/image_map.jpg) -202px -525px no-repeat;}

#imagemap #bottom-left {top:173px; left:0; width:199px; height:175px;}
#imagemap #bottom-left a {width:199px; height:175px;}
#imagemap #bottom-left a:hover {background: transparent url(../images/image_map.jpg) 0 -523px no-repeat;}

#googlekeywords {position:relative; text-align:center; color:#999999; }
#googleproductarea {position:relative; float:left; clear:left; width:560px;}
#googleproductimg {position:relative; float:left; clear:left; width:200px; max-width:250px}
#googleproducttxt {position:relative; float:left; clear:left; width:560px;}
#googleproducttitle {position:relative; float:right; clear:right; width:300px; clear:both;}
.cleardiv {clear:both;}

/* charity pages */
.charityimg {max-height:250px; max-height:150px; float:left; position:relative; margin-right:15px; margin-bottom:10px;}
H5 {font-size:13px; margin:0px; font-family:Trebuchet MS,tahoma,arial;}

/* added 28-04-2009 */
#contentwrapper {position:relative; padding:5px; text-align:left; width:790px;}
#searchhdr {position:relative; padding:5px 10px 5px 0; text-align:right; float:right; width:350px;}
#breadcrumbhdr {position:relative; padding:5px 0; float:left; width:420px;}
#leftarealist {position:relative; padding:5px; float:left; width:190px;}
#rightarea {position:relative; padding:5px; float:right; width:575px;; min-height:300px;}
#catdescarea {position:relative; padding:0 0 5px 0;}
.factentry {position:relative; padding:5px; border-top:1px solid #EEEEEE;}
#ulfaqcatlist {margin:0; padding:0;}
#ulfaqcatlist li {margin-bottom:2px; padding:0;  list-style-type:none;}
#ulfaqcatlist li a {padding:2px 5px; display:block;background-color:#EFEFEF;}
#ulfaqcatlist li a:hover {background-color:#EEEEEE;}
.factentry h4 {color:#999999; margin:5px 0;}
.factquestion {position:relative;}
.factanswer {position:relative; display:none;}
.prodlistsmltxt { font-size:10px;}
.productlist {background-color:#EEEEEE; border:1px solid #CCCCCC; margin:0 0 5px 0;}

/* translation formatting */
#translationwrapper {position:relative;}
.translationentrytxt {position:relative; float:right; padding:6px 5px 2px 5px; width:200px; height:21px;}
.translationentry {position:relative; float:right; padding:2px 2px; width:38px; text-align:center;}
.tdtranslation {height:525px; overflow:scroll;}