/* Common Module Elements */
.categoryTitleBar {

	width : 100%;
	font-weight: bold;
   	color: white;
   	text-decoration: none;
	background-color: #1c4565;
	padding:3px 3px 3px 8px;
	margin:15px 0px 5px 0px;
	font-size: larger;
	border-bottom: 2px solid ThreedShadow;
	border-right: 2px solid ThreedShadow;
	border-left: 2px solid ThreedLightShadow;
	border-top: 2px solid ThreedLightShadow;
}
.categoryDescription {
	padding: 3px 5px 5px 5px;
	/*border: 1px solid blue;*/
}
a.MoreInfoLink {
	color: navy;
	display:block;	  
	font-size : 9px;
	text-decoration : none;
}	  
a.ReturnLink {
	color: navy;
	display:block;	  
	font-size : 11px;
	text-decoration : none;
}	  
/* 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 : navy;
    font-size : 12px;
    font-weight : bold;
}
.linkURL{
	margin: 2px 0px 10px 15px;
	color: #333333;
}
/* End of Links Module Elements */


/* News Module Elements */
.storyContainer {
	margin: 2px 0px 10px 5px;
}
.storyHeadline, .storyHeadline a {
	font-size: 16px;
	text-decoration: none;
	color: #003366;
	font-weight:bold;
	margin: 2px 0px 2px 5px;
	/*border: 1px dashed red;*/
}

.storyHeadline a:hover{
	color:navy;
}

.storyHeadlineHolder{
	padding-bottom:10px;
    
}

.storyHeadlineNav {
	color:#4c6d94;
	font-size:11px;
	text-decoration:none;
}


.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;
	
}


/* End of News Module Elements */


/* FAQ Module Elements */
.FAQCategoryList {
	list-style: square;
}
.FAQList {
	list-style: circle;
}
.FAQListItem {
	margin: 5px 0px 5px 0px;
	background : #eeeeee;
}
.FAQCategoryCount {
	padding-left: 10px;
}
.FAQFrame {
	padding:5px;
   margin:5px;
	border : thin solid Gray;
	background : #eeeeee;
	width:545px;
}
.FAQQuestion{
	font-size: 13px; 
	color:black;
	font-weight:bold;
}
.FAQAnswer {
	font-size: 13px; 
	color:black;
	font-weight:normal;
	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;
}
.FAQSummaryData {
	font-weight:normal;
}
/* 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;
}

.catDetail{
	background-color:white;
	font-size:10px;
	width:140px;
	text-align:center;
	padding:5px;
	border-bottom:1px solid silver;
}

.prodDetail{
	background-color:white;
	font-size:10px;
	width:140px;
	text-align:center;
	padding:5px;
	border:1px solid gray;

}

.categoryTitle{
	text-align:left;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding:3px;
	color:maroon;
}

.seeAll{
	text-align:center;
	font-size:10px;
	text-decoration:underline;
	width:100%;
	padding:3px;
	color:gray;
}

#recentviewlabel{
	margin-top:15px;
	border-bottom:1px solid gray;
	border-top:1px solid gray;
	font-weight:bold;
	color:maroon;
}

div.recentView{
	width:150px;
	text-align:center;
}

.breadCrumbBG{
	width:100%;
	padding:3px;
	height:25px;
    background-image: url(/webimgs/menuBG.gif);
}

.breadCrumbItem{
	text-decoration:none;
	color:black;
}

.productTitle{
	text-align:center;
	font-size:11px;
	text-decoration:none;
	width:100%;
	height:50px;
	padding:3px;
	color:#656565;
}

.productTitle:hover{
	color:blue;
}

.prodDescription{
	text-align:left;
	font-weight:bold;
	font-size:15px;
	padding:3px;
	color:#747474;
}

.salePrice{
	text-align:left;
	font-weight:bold;
	font-size:15px;
	padding:3px;
	color:black;
	text-decoration: line-through;
	
}

.stdPrice{
	text-align:left;
	font-weight:bold;
	font-size:15px;
	padding:3px;
	color:red;
	
}

.priceLabel {
	text-align:left;
	font-weight:bold;
	font-size:15px;
	padding:3px;
	color:black;
}

/*Products*/
#prodNavContainer{
	width:140px;
	text-align:left;
	text-decoration:none;
}

#prodNavContainer a.prodItems{
	display:block;
	text-decoration:none;
}


#prodNavContainer a.prodItems0{
	display:block;
	/*border-top:1px solid gray;*/
	text-decoration:none;
	color:#65524c;
	font-size:11px;
	font-weight:bold;
	padding-bottom:5px;
	margin-top:5px;
}

#prodNavContainer a.prodItems0Selected{
	display:block;
	/*border-top:1px solid gray;*/
	text-decoration:none;
	color:maroon;
	font-size:11px;
	font-weight:bold;
	padding-bottom:5px;
	margin-top:5px;
	
}



#prodNavContainer a.prodItems1{
	display:block;
	padding-left:10px;
	text-decoration:none;
	color:#656565;
	font-size:11px;
}
#prodNavContainer a.prodItems1Selected{
	display:block;
	padding-left:10px;
	text-decoration:none;
	color:maroon;
	font-size:11px;
}

#prodNavContainer a.prodItems2{
	display:block;
	padding-left:20px;
	text-decoration:none;
	color:#656565;
	font-size:11px;
}

#prodNavContainer a.prodItems2Selected{
	display:block;
	padding-left:20px;
	text-decoration:none;
	color:maroon;
	font-size:11px;
}


#prodNavContainer a.prodItems3{
	display:block;
	padding-left:30px;
	text-decoration:none;
	color:#656565;
	font-size:11px;
}

#prodNavContainer a.prodItems3Selected{
	display:block;
	padding-left:30px;
	text-decoration:none;
	color:maroon;
	font-size:11px;
}

#prodNavContainer a.prodItems4{
	display:block;
	padding-left:40px;
	text-decoration:none;
	color:#656565;
	font-size:11px;
}

#prodNavContainer a.prodItems4Selected{
	display:block;
	padding-left:40px;
	text-decoration:none;
	color:maroon;
	font-size:11px;
}

Table#cartHeader{
  background-color: #9DA0DA;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  
  
  width:150px;
}  

Table#shopCart {
	width:500px;
}

Table#shopCart TD{
	border:1px solid silver;
	padding:3px;
}

TR#cartHeader TD{
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  background-color: #f2eed5;
  padding: 4px 2px 4px 2px;
  border:1px solid silver;
}

#cartTotalCell{
 font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  background-color: #9DC8E2;
  padding: 4px 2px 4px 2px;
}

.stockOut{
	font-weight:bold;
	color:maroon;
}

.errMessage{
	border:1px dashed gray;
	background-color:#eeeeee;
	color:red;
	font-size:10px;
	width:300px;
	text-align:left;
	padding:5px;

}

/*End Products*/

/* SHOPPING CART */
	#navCart {}
	#navCart td {padding:0 5px; vertical-align:middle; font-weight:bold;}
	#navCart td.imagePane {padding:0;}
	#navCart a {font-size:.85em; text-decoration:none; color:black; background:url(/webimgs/arrow_button.png) no-repeat; padding:0 0 0 14px;}
/* END SHOPPING CART */

/* HOME PAGE MODULES */
td.homePanel {
	text-align:center; width:225px; vertical-align:top; border: 1px solid #E9E9E9;
}

td#homePanel4 .WebPanel, td#homePanel5 .WebPanel, td#homePanel7 .WebPanel, td#homePanel8 .WebPanel{
	width:225px; height:265px; overflow:hidden; 
}

div#homePageMod6 {
	height:150px;
}
td#homePanel6 .WebPanel {
	height:350px; overflow:hidden;
	/*height:549px; overflow:hidden;*/
}

.WebPanelTitle {
	text-align:center;
	font-size: 13px;
	color: #534635;
	font-weight: bold;
	width:200px;
	height:25px;
	/*background: url(/webimgs/modHeader.jpg) no-repeat;*/
	margin-bottom:0px;
}

td#homePanel4 .WebPanelTitle, td#homePanel5 .WebPanelTitle, td#homePanel7 .WebPanelTitle, td#homePanel8 .WebPanelTitle {
	display:none;
}

.WebPanelContent{
	/* padding:0px 5px 5px 5px;*/
}
/* END HOME PAGE MODULES */
