/* Common Module Elements */
.categoryTitleBar {
	width : 95%;
	font-weight: bold;
   color: White;
   text-decoration: none;
	background-color: #015C4A;
	padding:3px 3px 3px 8px;
	margin:15px 0px 10px 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;
}	  

.spacerCell {
	background-image: url(../webimgs/blackspacer.gif);
}

.pageLabel {
	width:150px;
	display: block;
}
.pageLabel2 {
	width:130px;
	text-align:right;
	padding-right:5px;
}

#errorContainer {
	color:red;
}
/* 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;
}
.navStoryContainer {
	margin: 10px 6px 10px 2px;
	float:left;
}
.storyHeadline, .storyHeadline a {
	font-size: 16px;
	text-decoration: none;
	color: #5A5859;
	font-weight:bold;
	margin: 2px 0px 2px 5px;
	/*border: 1px dashed red;*/
}
.storyHeadline a:hover{
	color:#5A5859;
}

.navNewsHeader {
	width:100%;
	background-color: #C0AD85;
	text-transform: uppercase;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.navStoryHeadline, .navStoryHeadline a {
	font-size: 12px;
	text-decoration: none;
	color: #444444;
	font-weight:bold;
	margin: 4px 0px 2px 0px;
	/*border: 1px dashed red;*/
}
.storySubtitle {
	font-size:12px;
	margin: 2px 0px 2px 20px;
}
.storyTimestamp{	
	font-size: 9px;
	margin: 2px 0px 2px 5px;
}
.storySummary {
	margin: 10px 0px 5px 20px;
	/*border: 1px dotted red;*/
}
/* 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 */

/* Calendar Styles */
.navEventsContainer {
	margin: 10px 0px 10px 2px;
	float:left;
}
.navEventTitle, .navEventTitle a {
	font-size: 12px;
	text-decoration: none;
	color: #444444;
	font-weight:bold;
	margin: 4px 0px 2px 5px;
}
/* End of Calendar Styles */

/* Pets */
.petLabel {
	font-weight:bold;
}
/* End of Pet Styles */

/* Product Categories */

/* End of Product Category Styles */


/* Products */
.salePrice {
	text-decoration: line-through;
	color: Red;
}
.productListContainer {
	width:100%;
}
.productListProduct {
	width: 370px;
}
.productListImg {
	border: 1px solid #000000;
	width:115px;
}
.productListTitle {
	font-family:arial;
	color:#666666;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}

div#featuredProductContainer {
	width:225px;
	float:right;
}
.featuredProductTitle {
	font-size:10px;
	font-weight:bold;
}

.featuredProductSummary {
	font-size: 10px;	
	padding-left:7px;
	padding-right:3px;
	vertical-align: top;
	height:90px;
	overflow:hidden;
}

.featuredProductImg {
	height:120px;
	border:0px solid #C7AA79;
}
div#productDetailContainer {
	display: block;
	border: 1px solid #C7AA79;
}

.productDetailTitle {
	font-family:arial;
	color:#666666;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}

.productDetailDesc {
	font-family:arial;
	font-size: 12px;
}

.productDetailImg {
	width:200px;
	border:1px solid #C7AA79;
}

.productRelatedProduct {
	text-align:center;
	padding-right:15px;
	padding-top:5px;
	border-right:1px dashed #cccccc;
	width:184px;
	vertical-align:top;
}

.productRelatedImg {
	width:130px;
	border:0px;
}

.productRelatedTitle {
	font-family:Times New Roman;
	font-size:11px;
	font-weight:bold;
}

/* End of Product Styles */

/* Shopping Cart */
	.cartHeader {
		text-indent:10px;
		font-size:11px;
		color:black;
		text-transform:uppercase;
		border-bottom:1px dashed black;
	}
	
	.cartItem {
		text-indent:10px;
		font-size:11px;
	}
	
	#viewCartContainer {
		width: 553px;
		background-image: url(../webimgs/prodDetailRelatedSlice.jpg);
		background-repeat: repeat-y;
	}
	
	.priceCol {
		text-align: right;
	}
	
	#options {
		width: 100%;
	}
	
	#confirmCartContainer {
		width: 613px;
		background-image: url(../webimgs/prodDetailRelatedSlice.jpg);
		background-repeat: repeat-y;
	}
	
/* End of Shopping Cart Styles */

/* Customer Information */
.infoContainer {
	width:553px;
	background-image: url(../webimgs/prodDetailRelatedSlice.jpg);
}
/* End Customer */

/* Order */ 
	#checkoutFormContainer{
		
		width: 100%;
	}

		#shippingContainer {
			border:1px solid #C7AA79;
			width:50%;
		}
	
		#billingContainer {
			border:1px solid #C7AA79;
			width:50%;
		}
	
	#paymentContainer {
		border:1px solid #C7AA79;
		width: 100%;
	}
	
	.horizontalSpacer {
		height: 10px;
	}
/* End Order */