/* Common Module Elements */
.categoryTitleBar {
	width:95%;
	font-family: Times New Roman;
	font-weight:bold;
   	color: black;
	background-image: url("../webimgs/categoryBackground.jpg");
	background-repeat: repeat-x;
   	text-decoration: none;
	padding:0px 0px 0px 5px;
	margin:15px 0px 5px 0px;
	font-size: 16px;
}
.categoryDescription {
	padding: 3px 5px 5px 5px;
	/*border: 1px solid blue;*/
}
a.MoreInfoLink {
	display:block;	  
	font-size : 9px;
	color:#0093D6;
	text-decoration : none;
}	  

a.MoreInfoLink:hover {
	display:block;	
	color:#92C845;  
	font-size : 9px;
	text-decoration : none;
}	

a.Return {
	color: Black;
	display:block;	  
	font-size : 11px;
	text-decoration : none;
}	  
a.Return:hover {
	color: Black;
	display:block;	  
	font-size : 11px;
	text-decoration : underline;
}	

.oddRow {
	background-color: #ffffff;
}
.evenRow {	
	background-color: #cccccc;
}
/* End of Common Module Elements */


/* Links Module Elements */
.linkContainer{
	margin: 2px 0px 10px 5px;
	/*border: 1px solid red;*/
}
.linkContent{
	margin: 2px 0px 5px 15px;
	/*border: 1px solid red;*/
}
.linkTitle{
    color : black;
    font-size : 12px;
    font-weight : bold;
}
.linkURL{
	margin: 2px 0px 10px 15px;
	color: black;
}

a.linkURL:hover{
	margin: 2px 0px 10px 15px;
	color: #0093D6;
}
/* End of Links Module Elements */


/* News Module Elements */
.storyContainer {
	margin: 2px 0px 2px 20px;
}
.storyHeadline, .storyHeadline a {
	text-decoration:none;
	color:#92C845;
	font-weight:bold;
}

.storyHeadline a:hover{
	color:#0093D6;
}

.storyHeadlineHolder{
	padding-bottom:10px;
    
}

a.storyHeadlineNav {
	color:#11708A;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
a.storyHeadlineNav:hover {
	color:#906287;

}


.storySubtitle {
	font-size:12px;
	margin: 2px 0px 2px 20px;
}
.storyTimestamp{	
	font-size: 9px;
	margin: 2px 0px 2px 20px;
	/*border: 1px dotted red;*/
}

.storyTimestampNav{
        color:gray;
        margin-bottom:5px;
    }   
    
.storySummary {
	margin: 10px 0px 5px 20px;
	/*border: 1px dotted red;*/
}

#navNews{
	height:140px;
	width:305px;
	overflow:auto;
	padding:5px;
}

#navNewsHeader{
	font-size:18px;
	font-weight:bold;
	line-height:1.5
}

#moreNav{
	text-decoration:none;
	color:#487092;
	font-weight:bold;
	
}
#AlertBox{
	background-color:maroon;
	height:17PX ;
	overflow:hidden;
}
#pscroller1{
width: 305px;
height: 100px;
padding: 5px;
background-color: lightyellow;

}

.someclass{ //class to apply to your scroller(s) if desired
}
/* End of News Module Elements */


/* FAQ Module Elements */
.FAQCategoryList {
	list-style: square;
}
.FAQList {
	list-style: circle;
}
.FAQListItem {
	margin: 5px 0px 5px 0px;
	padding: 1px 0px 1px 5px;
	color:white;
	/*background : #999999;*/
}
.FAQCategoryTitle {
	/*color:black;*/
}
.FAQCategoryCount {
	padding-left: 10px;
}
.FAQFrame {
	padding:5px;
	/*border : thin solid Gray;
	background : #eeeeee;*/
	width:95%;
}
.FAQQuestion{
	/*color:black;*/
}
.FAQFrame .FAQQuestion {
	font-weight:bold;
}
.FAQAnswer {
	color:white;
	padding-left: 15px;
}
.FAQImageFrame {
   padding:5px;
   margin:5px;
   border : thin solid black;
   background : #eeeeee;
}

/* Classes to support the FAQ Related Questions */
.FAQRelatedItemsCategoryTitle {
	
}
.FAQRelatedListItem {
	list-style: disc;
	margin: 5px 0px 5px 0px;
	background : #eeeeee;
}
.FAQRelatedItem {
	
}

/* Classes to support the FAQ View Summary and Rating div tags */
.FAQSummaryBox {
	padding:5px;
   	margin:6px;
	border : thin solid Gray;
	background : #eeeeee;
	width:260px;
   	height:165px;
}
.FAQSummaryLabel {
	font-weight:bold;
	color:black;
}
.FAQSummaryData {
	color:black;
}

.summarylabel {
	color:white;
}

.summarydata {
	color:white;
}
/* End of FAQ Module Elements */


/* Events Modules */
    .eventNavURL{
        color:navy;
        font-size:11px;
		font-weight:bold;
    }
    
    .eventTimestamp{
        color:gray;
    }   
/* End Events Module */


.QuickList{
    width:155px;
    font-size:10px;
    background-color:#d6d9bd;
}
.QuickListLabel{
    text-align:left;
    font-weight:bold;
    font-size:10px;
    padding:3px;
}
.WebPanelHeaderBlue{
    background: url(/webimgs/sideBoxHeader.gif) no-repeat;
    height=29; 
    text-align:center;
    color:white;
    font-weight:bold;
}

.WebPanelHeaderGold{
    background: url(/webimgs/sideBoxHeader2.gif) no-repeat;
    height=29; 
    text-align:center;
    color:black;
    font-weight:bold;
}

.WebPanelMiddle{
    background: url(/webimgs/sideBoxMiddle.gif) repeat-y;
    padding:9px;
}


.WebPanelFooter{
    background: url(/webimgs/sideBoxFooter.gif) no-repeat;
    height=20;
}

.WebPanelHeader155Blue{
    background: url(/webimgs/side155BoxHeader.gif) no-repeat;
    height=29; 
    text-align:center;
    color:white;
    font-weight:bold;
}

.WebPanelHeader155Gold{
    background: url(/webimgs/side155BoxHeader.gif) no-repeat;
    height=29; 
    text-align:center;
    color:black;
    font-weight:bold;
}

.WebPanelMiddle155{
    background: url(/webimgs/side155BoxMiddle.gif) repeat-y;
    padding:9px;
}


.WebPanelFooter155{
    background: url(/webimgs/side155BoxFooter.gif) no-repeat;
    height=27;
}

/* Banners */
	.bannerContainer {
		padding:5px;
		overflow:hidden;
		width:100%;
	}
	
	#headerPane .bannerContainer {
		padding:0px;
	}
	
	#leftPane .bannerContainer {
		text-align:center;
	}
.bannerTop{
	border-top:1px solid black;
	border-bottom:1px solid black;
	color:#207991;
	font-weight:bold;
	font-family:trebuchet MS;
	font-size:13px;
	padding:3px;
	width:100%;
	}
/* End Banners */

#DirectoryTable {
	margin: 20px 0px 20px 0px;
}
table.DirectoryList {
}
table.DirectoryList td {
	line-height: 150%;
	
}
.rolodexListing {
	margin: 10px 0px 10px 0px;
	font-weight: bold;
}
.warrantDetails {
	border: 1px solid blue;
}
.warrantDetails h2 {
	font-size: 12px;
	font-weight:bold;
	color: navy;
}
.warrantDetails .label {
	width: 120px;
	float:left;
}
.warrantDetails #EMailAddress {
	width: 250px;
}
.warrantDetails #Comments {
	width: 400px;
	height: 100px;
}

.bannerTop{
	border-top:1px solid black;
	border-bottom:1px solid black;
	color:#207991;
	font-weight:bold;
	font-family:trebuchet MS;
	font-size:13px;
	padding:3px;
	text-align:center;
	}

/* Products */
#productsContainer {
	width:100%;
}

#productsContainer hr {
	position:relative;
	display:block;
}
	.listProduct {
		width:100%;
		display:block;
	}
	
	.listProduct h4, listProduct span, listProduct p{
		
	}
	
	.listProduct a {
		width:115px;
		float:left;
		margin-right:10px;
		margin-bottom:10px;
	}
	
	.listProduct a img {
		
	}
	
	.listProduct h4 {
		margin-bottom:3px;
	}
	
#productsDetailContainer {
	width:100%;
}
	#productsDetailHeaderInfo {
		margin-bottom:50px;
	}
		#productsDetailHeaderInfo h4 {
			margin-bottom:3px;
		}
		
		#productsDetailHeaderInfo #productSponsorContainer {
			float:right;
			width:330px;
		}
			#productsDetailHeaderInfo #productSponsorContainer a img {
				width:100px;
			}
		#productsDetailHeaderInfo dl {
			margin-top:0px;
			margin-bottom:0px;
			list-style:none;
		}
		#productsDetailHeaderInfo dt {
			font-weight:bold;
		}
		#productsDetailHeaderInfo dd {
			margin-left:0px;
		}
	
	#productsDetailContainer a img {
		float:right;
		width:330px;
	}
		
		#productsDetailDescriptiveInfo #productImageContainer {
			float:right;
			width:330px;
		}
		
		#productsDetailDescriptiveInfo #productImageContainer #mainprodImg {
			width:330px;
			margin-bottom:10px;
		}
		
		#productsDetailDescriptiveInfo #productImageContainer img {
			width:105px;
			margin:5px;
		}
		
		#productLinkContainer {
			width:49%;
			float:left;
		}
		
		#productLinkContainer h5 {
			margin-bottom:1px;
		}
		
		#productOutletContainer {
			width:50%;
			float:left;
		}
		
		#productOutletContainer h5 {
			margin-bottom:1px;
		}

#productsCalendar {
	overflow:hidden;
}
	#productsCalendar table {
		border-right:1px solid black;
		width:99%;
	}
	#productsCalendar table tr td{
		border-left:1px solid black;
		border-bottom:1px solid black;
		font-size:10px;
		padding:0px 3px 0px 3px;
	}
	
	#productsCalendar .categoryTitleBar {
		font-size:16px;
	}
	
	#productsCalendar table tr td#prodFeatDate {
		font-weight:bold;
		width:45px;
	}
	
	#productsCalendar table tr td#prodFeatEvent {
		font-weight:bold;
	}
	
	#productsCalendar table tr td a {
		text-decoration:none;
		color:white;
	}
/* End Products */

#newsletter {
	overflow:hidden;
	padding: 0px 0px 0px 0px;
}
	#newsletter table {
		border-right:1px solid black;
	}
	#newsletter table tr td{
		border-left:1px solid black;
		border-bottom:1px solid black;
		font-size:10px;
		padding:0px 0px 0px 0px;
	}
	
	#newsletter .categoryTitleBar {
		font-size:16px;
	}
	
	#newsletter table tr td a {
		text-decoration:none;
		color:white;
	}
/* End Newsletter */

/* Image Gallery */

/* Gallery View */
	#galleryContainer {
		width:99%;
	}
	
	#galleryContainer .listGallery {
		width:49%;
		float:left;
	}
	
	#galleryContainer .listGallery .galleryImgCount {
		margin-left:5px;
	}
	
	#galleryContainer .listGallery .gallerySummary {
		width:100%;
	}
/* Gallery View */

/* Image View */
	#imageContainer {
		float:left;
		width:240px;
		height:400px;
	}
	
	#imageContainer .listImage {
		width:115px;
		height:75px;
		text-align:center;
		float:left;
		margin-right:5px;
		margin-bottom:5px;
		overflow:hidden;
	}
	#imageContainer .listImage:hover {
		background-color: transparent;
	}
	
	#imageContainer .listImage span {
		position: absolute;
		background-color: lightyellow;
		padding: 5px;
		left: -1000px;
		border: 1px dashed gray;
		visibility: hidden;
		color: black;
		text-decoration: none;
	}
	
	#imageContainer .listImage img {
		
	}
	
	#imageContainer .listImage span img {
		
	}
	
	/*#imageContainer .listImage:hover span {
		visibility: visible;
		top: 290px;
		left: 610px; 
		z-index: 50;*/
	}
	
	#imageDetail {
		width:580px;
		text-align:center;
	}
	
	#imageDetail img {
		width:550px;
	}
	
	#imageDetail span {
		width:100%;
		margin:5px 0px 5px 0px;
		display:block;
	}
	
	
/* End Image View */