/*
StoreWall
*/ 
.sw_body_10 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	}
.sw_body_11 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	}
.sw_body_12 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}	
.sw_body_13 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	}
.sw_body_14 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	}
.sw_body_15 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	}
.sw_body_16 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	}
.sw_body_18 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	}
/*
Side Nav
*/ 
A.sidenav {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	}	
A.sidenav:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	}	
A.sidenav:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	}		
.sidenav {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
	
/*
Purpose:Page margins and colors
Application:Automatic
Note:Margin is set for IE Browser only. Set Margins for NS in the body tag if desired.
Additional Info: Learn more about margins and CSS at http://www.dwfaq.com/tutorials/basics/margins.asp
*/
body{
margin:0px;
padding:0px;
color:#FFFFFF;
}

/*
Purpose:Default font and text size for listed tags
Application:Automatic
*/
body,table,td,th,p,ol,ul,li {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}

/*
Purpose:The page background color & a custom class (.bodycolor)
to use when you need the same background color as the body.
Application:Automatic to <body>.
.bodycolor Application: <table>,<td>,<p>,<span>,<div>
*/

/*
Purpose: Mostly used as alternative background color in table cells
Application: <table>,<td>,<p>,<span>,<div>
*/
.bckgrndcolor{
background-color:#C8D3E1;
}

/*
Purpose: Mostly used as alternative background color in table cells
Also since the background color is a yellowish, it is used to highlite information.
Application: <table>,<td>,<p>,<span>,<div>
*/
.rowcolor { 
background-color : #FFFFCC; 
}

/*
Purpose:Style all <th> with the specified color text and background color
Application:Automatic
*/
th{
color:#FFFFFF;
background-color:#081b4a;
font-size: 13px;
}



/*
Purpose:Navigation- Plain and Linked Text
Application:<table>,<td>,<p>
Note: How this class is applied may affect earlier browsers.
Be sure to check your application early in the design process, and often.
*/
.nav{
color:#FFFFFF;
background-color:#081b4a;
}
.nav a:link{
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
.nav a:visited{
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
.nav a:hover{
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
.nav a:active{
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

/*
Purpose:Secondary Navigation- Plain and Linked Text
Application:<table>,<td>,<p>
*/
.navTwo{
color:#FFFFFF;
background-color:#C8D3E1;
}
.navTwo a:link{
font-weight:bold;
color:#6197D1;
text-decoration:none;
}
.navTwo a:visited{
font-weight:bold;
color:#6197D1;
text-decoration:none;
}
.navTwo a:hover{
font-weight:bold;
color:#30435A;
text-decoration:none;
}
.navTwo a:active{
font-weight:bold;
color:#30435A;
text-decoration:none;
}

/*
Purpose:Used for copyright notice and other text needing "fine print"
Application:<table>,<td>,<p>
*/
.smallprint {
font-size: 10px;
}

/*
Purpose: Used for the page header include, but can serve other purposes
Application:<span>,<table>,<td>,<p>
*/
.header {
font-size: 13px;
font-weight: bold;
color: #FFFFFF;
background-color: #6284AC;
}

/*
Purpose:Used for the page footer include
Application:<span>,<table>,<td>,<p>
*/
A.footer {
font-size: 9px;
color: #FFFFFF;
}
A.footer:visited {
font-size: 9px;
color: #FFFFFF;
}
A.footer:hover {
font-size: 9px;
color: #FF0000;
}
.footer {
font-size: 9px;
color: #FFFFFF;
}


/*
Purpose: Set the font to sans-serif for IE
Application: Automatic
Note: NS4x uses mono-space font in the .fieldcell class
*/
textarea, select{
font-family:Verdana,Arial,Helvetica,sans-serif;
}

/*
Purpose: Set the font to mono-space for NS4x.
This helps to keep form elements a similar size cross-browser.
Application: Applied to the <td> tag only
Note: NS4x only. Other browsers use the textarea, select defined above
*/ 
.fieldcell{
font-family:"Courier New", Courier, mono;
}


/*
Purpose: Make an obvious area to display important message.
Application:<div>,<span>,<table>,<td>,<p>
*/ 
.txtalert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990099;
}
/*
Side Nav
*/ 
.sidenav {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.openingtext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.openingtextsm {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
.openingtextbg {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.categoryhead {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}

.categoryname {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
}

A.categorydetails {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
}

A.categorydetails:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
}

A.categorydetails:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FF0000;
	font-weight: normal;
}

.categorydetails {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 14px;
}
.categorypricesmall {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.categorypricesmallsm {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.categorypriceline {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : line-through;
}
.categorypricelinesm {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : line-through;
}
.categorypricespecial {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #8B0305;
	font-weight: bold;
	line-height: 20px;
}

.redboldheader {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	color: #FF0000;
}

.detailstype {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}

.detailsitem {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	color: #FFFFFF;
}

.categorydesc {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: bold;
	color: #FFFFFF;
	font-weight: bold;
}
.categoryprice {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #FFFFFF;
	font-weight: bold;
}
.BoldHeader {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #FFFFFF;
	font-weight: bold;
}