<Style>/* Default CSS Stylesheet for a new Web Application project */{}
h2{
	font-size:18px;
	padding:0;
	margin:0;
}
a{
	text-decoration:none;
	color:#0099FF;
	font-size:12px;
}
a:hover{
	text-decoration:none;
}
.GeneralPage
{
background-color: #ffffff; /* Background Color */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}

.GeneralTable
{
background-color: White; /* Background Color */
}

.TopBanner
{
font-family: Verdana; /* Font Face */
font-size: 35pt; /* Font Size */
color: #675C53; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.TopSubBanner
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: #675C53; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #F79A0D; /* Background color */
text-align: Left; /* Align Text */
}

.LeftColumn
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: #666666; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #D6D7D9; /* Background color */
text-align: Right; /* Align Text */
vertical-align: Top; /* Align Text */
width: 15%;}

.RightColumn
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: Gray; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
background-color: #ffffff; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 15%;}

.Footer
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: White; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #675C53; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Instructions
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #E7E3D7; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #C90D4F; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: none; /* Background color */
text-align: Center; /* Align Text */
}

.Messages
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #C90D4F; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: none; /* Background color */
text-align: Center; /* Align Text */
}

.Headings
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: none; /* Background color */
text-align: Left; /* Align Text */
}

.Content
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #666666; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTableHeader
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Heading Font Size */
color: #000000; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: #ADA174; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTable
{
background-color: #ADA174;
}

.ContentTableHorizontal
{
background-color: #ADA174;
}
.Link
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: White; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #675C53; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
}
.Link1
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #999999; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: none; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
}

.topmenu{
	list-style:none;
	display:block;
	margin:0;
	padding:0;
}
.topmenu li{
	display:block;
	float:left;
	padding-left:25px;
	line-height:20px;

}
.topmenu li a{
	text-decoration:none;
}
.topmenu li a:hover{
	text-decoration:underline;
}
.productlist{
	margin:0;
	padding:0;
	font-size:12px;
	width:800px; 
}

.productlist th{
	font-size:18px;
	color:#9F0000;
	padding:10px 0;
}
.productlist th span{
	color:#666666;
}
.productlist td{
	border:1px solid #D6D6D6;
	width:25%;
	padding:3px;
	vertical-align:bottom;
}
.productlist td .description{
	color:#C60005;
	font-size:12px;
	text-align:left;
	padding:5px;

}
.productlist .buttons{
	border-top:1px dotted #D6D6D6;
	padding:5px 0;
}
.productlist a.detail{
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 8px;
	background-color:#666666;
	font-size:11px;
	font-weight:bold;
	margin:5px;
}

.productlist a.detail:hover{
	background-color:#999999;
}

.productlist a.addcart{
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 8px;
	background-color:#F79A0D;
	font-size:11px;
	font-weight:bold;
	margin:5px 0;
}

.productlist a.addcart:hover{
	background-color:#E8B813;
}
.menulink{
	padding-left:10px;
}

.menulink a:hover{
	border-bottom:1px dotted #999999;
	color:#333333;
}

.advsearch a{
	font-size:11px;
	color:#666666;
	text-decoration:none;
	float:right;
	padding:3px 0;
}

.advsearch a:hover{
	text-decoration:underline;
}
.nav{
	background-color:#B8B9BC;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding:3px 10px;
	margin-bottom:10px;
}
.img{
	vertical-align:bottom;
	border:0;
}

.search{
	background:#ffffff url('images/search.png') no-repeat right;
	border:1px solid #CCCCCC;
	padding:3px 16px 3px 2px;
}


.topline {
	border-bottom:1px dotted #CCCCCC;
	padding:5px 10px;
	font-size:10px;
	text-align:right;
	color:#CCCCCC;
}
.topline a{
	text-transform:uppercase;
	font-size:10px;
	color:#0476B3;
	text-decoration:none;
	font-weight:bold;
}
.topline a:hover{
	color:#0594E0;
}
.topline a.checkout{
	color:#D50000;
}
.topline a.checkout:hover{
	color:#F8221D;
}
.toplinecart {
	padding:5px 10px;
	font-size:10px;
	text-align:right;
	color:#666666;
}
span.shophot{
	color:#D50000;
	font-weight:bold;
}

</Style>
