/* --- Cart Styles --- */

hr {color: navy; height: 1px; width: 75%;}

.DepartmentName
	{font: bold 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #008142;
}
.DepartmentDesc 
	{font: 10pt verdana; color: #333;}

.PageNumber 	
	{font: bold 10pt verdana; color: #333;}

.PageNumberLink 
	{font: bold 10pt verdana; color: #008142;}
.PageNumberLink:hover
	{font: bold 10pt verdana; color: #008142; text-decoration: none;}
.Dept-heading-text
	{font: 10pt verdana; color: #333;}

.SameDayText
	{font: 9pt verdana;
	color: #D91424;
	font-weight: bold;
	}

.ProductName
	{font: bold 10pt verdana;
	color: #008142;
	text-decoration: underline;
}

.ProductName:hover
	{
	font: bold 10pt verdana;
	color: #008142;
	text-decoration: none;
}
.ProductDescription
	{font: 10pt verdana; color: #333;}
.OtherImagesLinkText
	{font: 10pt verdana; color: #3a75af;text-decoration: underline;}
.OtherImagesLinkText:hover
	{font: 10pt verdana; color: #3a75af; text-decoration: none;}

.ProductPriceText
	{font: 10pt verdana; color: #333;}
.ProductPriceValue
	{font: 10pt verdana; color: #333;}
.ProductSalePriceText
	{font: 10pt verdana; color: #FF0000;}
.ProductSalePriceValue
	{font: 10pt verdana; color: #FF0000; font-weight: bold;}
.ProductSlashPriceValue
	{font: 10pt verdana; color: #333;}
.ProductUnitDesc
	{font: 10pt verdana; color: #333;}

.PriceTextAlt
	{font: 9pt; color: #D91424; font-weight: bold;}

.DetailedViewProductName
	{font: bold 10pt verdana; color: #008142;}
.DetailedViewProductDescription
	{font: 10pt verdana; color: #333;}

.BacktoPreviousPage
	{font: 8pt verdana;}


.DetailedViewProductPriceValue, .DetailedViewProductPriceText, .DetailedProductViewFabricType, .DetailedProductViewImageScale, .DetailedViewProductUnitDesc
	{font: 10pt verdana; color: #333;}
.DetailedViewProductSalePriceText
	{font: 10pt verdana; color: #FF0000;}
.DetailedViewProductSlashPriceValue
	{
	font: 10pt verdana;
	color: #333;
	text-decoration: line-through;
}
.DetailedViewProductSalePriceValue
	{font: 10pt verdana; color: #FF0000; font-weight: bold;}
.DetailedProductViewRelatedDeptsHeader, .DetailedProductCollDescHeader
	{
	font: 10pt verdana;

	background-color: #D0E7C5;
	padding: 0px;
	font-weight: normal;
	line-height: 1.8;
	}
	
.DetailedProductViewRelatedDeptName
	{font: 8pt verdana; line-height: 1.5}
.DetailedProductViewCollectionDesc
	{font: 8pt verdana; color: #333;}
.DetailedProductViewCollectionName
	{font: 8pt verdana; color: #333;}
	
.DetailedViewAccessoryName
	{font: bold 10pt verdana; color: #008142;}

.PriceMatrixText
	{font: 10pt verdana; color: #333;}
.PriceMatrixTextLow
	{font: 10pt verdana; color: #333; font-style:italic}


/* -- Product Tables -- */

table.product-table {
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}
table.product-table td {
	border-bottom: 1px #a1a3a5 dashed;
	padding: 10px 5px;
	vertical-align: top;
}
table.product-table td p {
	margin: 5px 0 0 0;
}


/* -- View Cart Page -- */
.CartColumnHeader {border-left: 1px dashed #C0C0C0; border-right: 1px dashed #C0C0C0; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 2px; padding-left: 3px; text-align:center; font: bold 8pt verdana; color: #333;}
.CartColumnHeader-Center {border-left: 1px dashed #C0C0C0; border-right: 1px dashed #C0C0C0; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 2px; padding-left: 3px; text-align:center; font: bold 8pt verdana; color: #333;}

.CartCell {border-left: 1px dashed #C0C0C0; border-right: 1px dashed #C0C0C0; border-bottom: 1px solid #C0C0C0; padding-left: 3px; vertical-align:text-top; font: 10pt verdana; color: #333;}
.CartCell-Center {border-left: 1px dashed #C0C0C0; border-right: 1px dashed #C0C0C0; border-bottom: 1px solid #C0C0C0; padding-left: 3px; vertical-align:text-top; text-align: center; font: 10pt verdana; color: #333;}
.CartCell-Right {border-left: 1px dashed #C0C0C0; border-right: 1px dashed #C0C0C0; border-bottom: 1px solid #C0C0C0; padding-left: 3px; vertical-align:text-top; text-align: right; font: 10pt verdana; color: #333;}

.CartTable {border-collapse: collapse; border-color:#111111}


.CartTitleText
	{font: bold 12pt verdana; color: #333;}	

.CartColHdr
	{font: bold 8pt verdana; color: #333;}
.CartColText
	{font: 10pt verdana;}
.CartColHdr-Center
		{font: bold 8pt verdana; color: #333; text-align: center}
.CartColTotalText
	{font: bold 10pt verdana; color: #333}
.CartOptionsTitle
	{font: bold 10pt verdana; color: #333;}
.CartOptionsTitleText
	{font: bold 10pt verdana; color: #333;}
.CartOptionsText 
	{font: 10pt verdana; color: #333;}


/* -- Precut Menus -- */

table.dept-menus {
	border: none;
	border-collapse: collapse;
	margin: 0 0 0 0;
}
table.dept-menus td {
	border-bottom:none;
	border-top:none;
	border-left:1px #a1a3a5 dashed;
	border-right:1px #a1a3a5 dashed;
	padding: 0px 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	}
table.dept-menus td a:hover {	
	text-decoration: none;
}
table.dept-menus td:first-child {
	border-bottom:none;
	border-top:none;
	border-left:none;
	border-right:1px #a1a3a5 dashed;
	padding: 0px 10px 0px 15px;
	text-align: center;
	}
	
table.dept-menus td:last-child {
	border-bottom:none;
	border-top:none;
	border-left:none;
	border-right:none;
	padding: 0px 10px;
	text-align: center;
	}
	
table.dept-menus td.last {
	border-bottom:none;
	border-top:none;
	border-left:none;
	border-right:none;
	padding: 0px 10px;
	text-align: center;
	}
table.dept-menus td a:hover {	
	text-decoration: none;
}

table.dept-boxes {
	border:1px #a1a3a5 dashed;
	border-collapse: collapse;
	width:525px;
	margin: 0 0 0 0;
}
table.dept-boxes td {
	border-bottom:1px #a1a3a5 dashed;
	border-top:1px #a1a3a5 dashed;
	border-left:1px #a1a3a5 dashed;
	border-right:1px #a1a3a5 dashed;
	padding: 3px 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	}
table.dept-boxes td a {
	text-decoration: none;
	}
table.dept-boxes td a:hover {	
	text-decoration: underline;
}

table.dept-menus-sub {
	border: none;
	border-collapse: collapse;
	margin-left:50px;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	width:590px;

}
table.dept-menus-sub td {
	border:1px #a1a3a5 dashed;
	padding: 3px 6px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	width:25%;

		}
table.dept-menus-sub td a:hover {	
	text-decoration: none;
}
table.dept-menus-sub td.headerl {
	background: #D0E7C5;
	margin: 4px;
	border-bottom:none;
	border-top:1px #a1a3a5 dashed;
	border-left:1px #a1a3a5 dashed;
	border-right:none;
	padding: 3px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color: #333;
	text-align:left;
	line-height:1.5;
			}

table.dept-menus-sub td.headerr {
	background: #D0E7C5;
	margin: 4px;
	border-bottom:none;
	border-top:1px #a1a3a5 dashed;
	border-left:none;
	border-right:1px #a1a3a5 dashed;
	padding: 3px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #333;
	text-align:right;
	line-height:1.5;
			}


