
/*GENERAL STYLES*/


body, td { 
	font-family: arial, verdana;	
	font-size: 12px; 
	color:#666666; 
	}

.standard,p {
	font-family: arial, verdana;
	font-size: 12px;
	color: #666666;

	}
b, strong {
	color:#000000
}

a { 
	font-weight: bold; 
	color: #7e0003; 
	text-decoration: none
	}
	
a:hover { 
	font-weight: bold;
	color: #cc0000; 
	text-decoration: none; 
}

.heading1,h1 { font-size: 16px; color:#7e0003; font-weight: bold;  }
.heading2,h2 {font-size: 14px; color: #7e0003; font-weight: bold; }
.heading3,h3 { font-size: 12px; color: #000000; font-weight: bold;  }
.highlight { font-size: 18px;	font-weight: normal; color: #c18485;  }
.smalltext { font-size:10px; }
.header{font-size:22px; color:#FFFFFF; font-weight:normal}

/*NAVIGATION TEXT STYLES USED BY ALL NAVS*/

.sitenav,.sitenav:visited { font-size: 11px; font-weight: normal; color: #ffffff; text-decoration: none }
.sitenav:hover { text-decoration: none; color:#33CC00; font-weight:normal}
.sitenavcurrent { font-size: 11px; color: #ffffff; font-weight: bold; text-decoration: none }
.sitenavcurrent:hover { color: #33CC00; font-weight: bold; text-decoration: none }
.subnav,.subnav:visited { font-size: 11px; text-decoration: none; font-weight: normal; color: #ffffff; }
.subnav:hover { text-decoration: none; font-weight: normal; color: #33CC00 }
.subnavcurrent {  font-weight: bold; color: #ffffff; font-weight: bold; text-decoration: none }
.subnavcurrent:hover {font-weight: normal; color: #33CC00; font-weight: bold; text-decoration: none }


/*TOP NAV BAR AND ASSOCIATED IN THIS SECTION SUB NAV*/
.topnavbarfields {
	padding:0 1 0 1;
	height:20px;
	}
	
div#topsubnav{}

div#topsubnavheading{
	height: 24px;
	width: 100%;
}
div#topsubnavlinks{
	
	height: 200px;
	width: 100%;
	padding: 10px;
	background-color: #f3f3f3;
}

/*SIDE NAV BAR STYLES INCLUDING DROP DOWN NAV*/

div#nav{
	background-color:#B8BBBF;
	padding:0px;
	}
	
div#navheading{
	}
	
div#navitem{
	
	border-bottom-width: 0PX;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:0px;
	}

div#navitemcurrent{
	background-image: url(../../images/nav-item-back.gif);
	background-repeat:repeat-x;
	background-color:#FFDB03;
	border-bottom-width: 0PX;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:0px;
}

div#subnav{
	width:100%;
	
}

div#subnavheading{
	background-image: url(../../images/in_this_section.gif);
	height: 24px;
	width: 100%;
}

ol li {
	list-style-type:circle;
	line-height:5mm;
	font-size:10px;
	color:#333333;

}

/*DROP DOWN MENUS*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 199px; /* Set 1px less than menu width */
	top: 0;
	background-color: #FFFFFF;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
/*	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */



/*TEASER BOXES*/

div#teaserbox{
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#ffffff;
	border-left: 0px solid #cccccc;
	border-bottom: 1px solid #cccccc; 
	width: 100%;
}

div#teaserheading {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #7e0003;
	width: 100%;
	padding-left:2px;
	padding-top:5px;
}

div#teasertext {
	font-size: 11px;
	color: #000000;
	padding-top: 5px;
	width: 100%;
	padding-left:2px;
}

div#teaserbuttonrow{
	width: 100%;
	text-align: right;
	border-bottom: 0px solid #cccccc; 
	padding-bottom:5px;
}
	

/* MAILINGLIST BOX */
 
  .box-mailinglist-heading{
  padding-bottom:0px;
  padding-top:0px;
  
  }
  
 .box-mailinglist{
  padding-right:10px;
  }
  
  .jointext{
  font-size:9px;
  color:#ffffff;
  }
  
/* SEARCH BOX */

div#searchbox {
	  background-image:url(../../images/teaser-back.gif);
	  background-position:bottom;
}
	
div#searchheading{
	background-image: url(../../images/h-search-browse.gif);
	background-repeat: no-repeat;
	height: 0px;
	margin-left:10px;
  	margin-top:15px;
}
	
div#searchfieldrow{
	margin-top:0px;
	}
	
div#searchbuttonrow{
	text-align:right;
  	padding:0 5 5 0;
	}
	
	
	
/*LOGIN BOX STYLE */
	
.loginnavbox{ 
/*	background-image:url(../../images/teaser-back.gif);*/
	background-color: CCD2E2;
	padding:5px;
	}
	
div#loginnavheading{
	background-image: url(../../images/h-log-in.gif);
	background-repeat: no-repeat;
	height: 0px;
	margin-top:10;
	margin-bottom:5;
	}

	
div#loginnavbuttonrow{
text-align:right;
padding:5 0 0 0;
	}

	
div#logouttext{
	}
	
	
/*CONTAINER CONTENT STYLES*/

.sitecontentfield{
	background-color:#ffffff;
	padding:0;
	}
	
/*ONLINE FORMS*/
	
.formback { width:100%; border:1px solid #cccccc}
.formquestion { background-color:#ffffff }
.formquestionneeded { background-color:#F0F0F0}
.formfield{ font-size:12px; width: 100%; border: 1px solid #CCCCCC; }
.formanswer { font-size:10px; width: 100%}
.clientform {
	font-size:10px; 
	padding: 0px 5px 0px 5px;
}




/*CALENDAR*/

.calendareventday { font-size: 8pt; font-weight: normal; color:#7e0003 }
.calendartext { font-size: 8pt; font-weight:normal; color:#666666 }
.calendarheading {  }

/*SHOP SET UP*/

productdetailpic{
	border: 1px solid #CCCCCC;
	margin-right:10px;
	}
	
div#productdetailedheading{
	font-family: "verdana", arial, verdana;
	font-size: 16px;
	color:#cc0000;
	font-weight: bold;
	padding-top: 10px;
}
	
div#productdetailedtext{
	padding-top: 10px;
}

.productdetailedprice{
	font-size:16px;
	color:#cc0000;
	font-weight:bold;
	padding-top: 10px;
}
.productcategoryprice{}
.productcategoryheading{}
.relatedproductheading{}

/*Classifieds Search Interface*/

.trsm-search-box-out{
	width:100%;
	padding:3px;
	background-color:#efefef;
	color:#000000;
}

.trsm-result-box-out,
{
	width:100%;
	padding:0px;
	background-color:#ffffff;
	color:#000000;
}

.trsm-result-box
{
	width:100%;
	padding:3px;
	background-color:#ffffff;
	color:#000000;
}

.trsm-result-subheading {
	background-color:#ffffff;
	font-size: 12px; 
	color:#00000; 
	font-weight: bold;

	
}

.trsm-result-folder {
	width:100%;
}


.trsm-search-box{
	background-color:#ffffff;
	width:100%;
	padding:0px;
}

.trsm-search-subheading {
	background-color:#ffffff;
	
}

.trsm-search-box-line {
	background-color:#cccccc;
}

.trsm-box-folder{
	background-color:#ffffff;
}

.boxheading {
	background-image:url(../../images/h-search-browse.gif);
	background-repeat: no-repeat;
	font-size:11px;
	font-weight: bold;
	color:#ffffff;
	padding:5px 10px 5px 10px;
}
