#ContentContainer
{
	
	width: 800px;
	max-width: 800px;	
	
}

#StoreLayoutTable
{
	
	border-collapse: collapse;
	border: none 0px #FF0000;
	margin: 0px;
	padding: 0px;	
	width: 800px;
	max-width: 800px;
}

#MainNavigationTable
{
	border-collapse: collapse;
	border: none 0px #FF0000;
	margin: 0px;
	padding: 0px;	

	
}

#ContentContainerParentCell
{
	
	background-color: #FFFFFF;
	
}

#ContentContainerTable
{
	
	background-color: #FFFFFF;	
	
}

#AdminLayoutCenter1Cell
{
	border: solid 0px #00FF00;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	height: 500px;
	width: 625px;
	
}

#AdminLayoutLeft2Cell
{
	
	border: solid 0px #00FF00;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	height: 500px;
	width: 175px;
	
}

#AdminLayoutCenter2Cell
{
	border: solid 0px #00FF00;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	width: 625px;
	
}

#AdminLayoutLeft3Cell
{
	
	border: solid 0px #00FF00;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	height: 500px;
	width: 175px;
	
}

#AdminLayoutCenter3Cell
{
	border: solid 0px #00FF00;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	width: 450px;
	
}

#AdminLayoutRight3Cell
{
	border: solid 0px #00FF00;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	width: 175px;
}

#PublicLayoutLeft2Cell
{
	
	border: solid 0px #00FF00;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	height: 500px;
	width: 280px;
	
}

#PublicLayoutCenter2Cell
{
	border: solid 0px #00FF00;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	width: 520px;
	
}

#PublicLayoutCenter1Cell
{
	border: solid 0px #00FF00;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	height: 500px;
	width: 790px;
}

#ContentTableCell
{
	
	background-color: #FFFFFF;
	padding: 5px;
}

#LeftContentTableCell
{
	
	background-color: #FFFFFF;
	padding: 5px;
}

#ContentLayoutLeftCell
{
	width: 280px;
	vertical-align: top;
	background-repeat: no-repeat;	
}

#FooterTableCell
{
	
	
	background-repeat: no-repeat; 
	width:800px; 
	height:64px;
}

#AdminRowTableCell
{
	
	height: 40px;	
}

.collapsedTableCell
{
	
	vertical-align: top;
	border: none 0px #00FF00;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;	
}

.footerText
{
	
	text-align:right;
	margin: 10px;
	font-size: 10px; 
	font-weight: bold;
}

.adminText
{
	
	text-align:right;
	
	
}

.GreyLineCell
{
	
	background-color: #D9D9D9;	
	margin: 0px;
	padding: 0px;
}

.WhiteLineCell
{
	
	background-color: Transparent;
	margin: 0px;
	padding: 0px;	
	
}

A.adminText:link, hover, visited, active
{
	
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, MS Sans Serif;
	font-size: 12px; 
	font-weight: bold;
}

.SkinObject
{
	
	color: #000000;
	
}

img
{
	
	border: none 0px #FFFFFF;	
}

body
{
	
	background-color: #000000;
		
}

A.SkinObject:link
{
	text-decoration: none;
	color: #000000;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #000000;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #000000;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #000000;
}

/* Home Page Styes 3/2009 */

.homeHeadline {
  color: #9c1331;
  font-weight: bold;
}

.homeNewsBucket, 
.homeProductBucket {
	font-size: 9pt; 
	font-family: Arial, Helvetica, sans-serif; 
}

.homeBanner {
  color: #ffffff;
	font-size: 16pt; 
	font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #9c1331;
}

a.homeLink, a.homeLink:visited {
  font-weight: bold;
	color: #9c1331;
	text-decoration: none;
}
a.homeLink:active, a.homeLink:hover {
  font-weight: bold;
	color: #9c1331;
	text-decoration: underline;
}

/* Existing DNN Classes */
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #aaaaaa; 
}

.main_dnnmenu_itemhover td {  
	background-color: #aaaaaa; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.ProductNameText
{
	font-family: Arial, Helvetica, MS Sans Serif;
	font-weight: bold;
	font-size: 20px;
	color: #C4001F;
}

SMALL
{
	font-family: Arial, Helvetica, MS Sans Serif;
	font-size: 14px;
	color: #000000;	
}

.AddToCartButton
{
	border: none 0px #FFFFFF;
	font-weight: bold;
	background-color: #D9D9D9;
	color: #C4001F;
	height: 22px;
	
}

.AddToWishButton
{
	border: none 0px #FFFFFF;
	font-weight: bold;
	background-color: #D9D9D9;
	color: #C4001F;
	height: 22px;
}

.ProductVariantDisplay
{
	font-family: Arial, Helvetica, MS Sans Serif;
	font-size: 14px;
	color: #000000;	
}

.ProductDescriptionDisplay
{
	
	font-family: Arial, Helvetica, MS Sans Serif;
	
}
