﻿body 
{
	font-family:Arial;
	font-size:12px;
}
.mainTable
{
	width: 991px;
	margin: 5px auto 0px auto;
}

.marginTop
{
	background-image: url(../../Images/DesignNew/MarginTop.png);
	width: 991px;
	height: 14px;
}

.mainContent
{
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	width: 985px;
	background-color:#f3f3f3;
}

.marginRightShadow
{
	background-image: url(../../Images/DesignNew/MarginRightShadow.png);
	background-repeat: repeat-y;
	width: 4px;
}

.marginBottom
{
	background-image: url(../../Images/DesignNew/MarginBottom.png);
	width: 991px;
	height: 15px;
}

.innerContent
{
	width: 980px;
	background-image: url(../../Images/DesignNew/InnerContent.png);
	background-repeat: repeat-y;
	padding: 15px 5px 0px 0px;
}

.innerContent a
{
	color: #cc0000;
	text-decoration: none;
}

.innerContent a:hover
{
	color: #cc0000;
	text-decoration: underline;
}

.mainMenu
{
	height: 32px;
	background-image: url(../../Images/DesignNew/MenuGrad.png);
	background-repeat: repeat-x;
}

.menuItem
{
	height: 22px;
	display: block;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	padding: 10px 3px 0px 3px;
}

.menuItemMargin
{
	width: 9px;
	height: 32px;
	display: block;
}

.menuItemSel
{
	color:Black;
	background-image: url(../../Images/DesignNew/MenuItemSel.png);
}

.menuItemSelLeft
{
	background-image: url(../../Images/DesignNew/MenuItemSelLeft.png);
}

.menuItemSelRight
{
	background-image: url(../../Images/DesignNew/MenuItemSelRight.png);
}


.footer
{
	font-size: 13px;
	color: #666666;
}

.footer a
{
	color: #666666;
	text-decoration: none;
}


.productBox
{
	height: 354px;
	width: 236px;
	background-image: url(../../Images/DesignNew/ProductBox.png);
	margin: 0px 3px 3px 3px;
	padding: 4px 4px 4px 4px;
	font-size:13px;
}

.productBoxSmall
{
	height: 162px;
	width: 236px;
	background-image: url(../../Images/DesignNew/ProductBoxSmall.png);
	margin: 0px 3px 0px 3px;
	padding: 4px 4px 4px 4px;
	font-size:13px;
}


.productTitle
{
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#cc0000;
}

.redText
{
	color:#cc0000;
}

.gridHeader
{
	border-bottom: solid 1px #336666;
}

.LoginTextBox
{
	border: none 0px black;
	font-family: Arial;
	font-size:12px;
	color:Black;
	width:200px;
}

.LoginButton
{
	border: none 0px black;
	font-family: Arial;
	font-size:12px;
	color:Red;
	cursor:pointer;
}

.cardImagePlaceholder
{
	width: 227px;
	height: 178px;
	background-image: url(../../Images/DesignNew/DDCardShadow.png);
	padding-top: 2px;
	padding-left: 1px;
}

hr{ 
	display: block; 
	height: 1px; 
	line-height: 1px; 
	background-color: #B4B5B3; 
	color: Gray; 
	margin: 10px auto 10px auto; 
	padding: 0; 
	width:95%;
} 
