body {
	background-color: #CCCBCC;
	background-image: url('images/green-grey_tint.gif');
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
}

body, td {
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
}

table {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

tr {
	vertical-align: top;
}

td {
	vertical-align: top;
}

#sc
{
	margin-top: 4px;
}
#sc_inner
{
	margin-top: 0px;
	width: 770px;
}

#masthead
{
	background: url('images/newmasthead.gif') top left no-repeat;
	width: 770px;
	height: 234px;
	padding: 0px auto;
}
#masthead a
{
	display: block;
	width: 100%;
	height: 100%;
}

#sc_col1
{
	position: relative;
	float: left;
	text-align: left;
	zoom: 1.0;
}

#sc_main
{
	width: 578px;
	margin: 4px 0px 4px 4px !important;
	padding: 0px !important;
	border: 4px solid #C9C6C6;
	float: left;
	zoom: 1.0;
}

#sc_main div.sc_content
{
	position: relative;
	border: 0px;
	padding: 1px;
	margin-bottom: 0px;
	zoom: 1.0; 
}

div.nav_block
{
	margin-top: 4px;
	border: 0px;
}

div.nav_block_title
{
	background-color: #7BA0D5;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	padding: 3px;
	border-bottom: 0px;

}

.sc_content > h1
{
	background-color: #7BA0D5;
	border: 0px;
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	margin: 1px;
	padding: 8px;
	text-align: left;
}

ul.breadcrumb_nav
{
	background-color: #7BA0D5;
	border: 0px;
	margin: -4px -4px 0px -4px;
	padding: 4px;
	color: white;
}
ul.breadcrumb_nav li a
{
	color: white;
	text-decoration: underline;
}


/************************
 * Featured products
 ************************/

div.featured_prod
{
	width: 187px;
	height: 170px;
	text-align: center;
	float: left;
	font-size: 0.9em;
	padding: 10px;
	line-height: 1.0em;
	border-bottom: 0px;
}
div.featured_prod div.prod_description_inner
{
	min-height: 0px;
	margin: 6px 0px 0px 0px;
}

div.featured_prod form .prod_main .prod_img
{
	text-align: center;
	float: none;
	margin: 0px auto;
}
div.featured_price div.prod_price
{
	display: none;
	font-size: 1.3em;
}
div.prod_description div a
{
	margin: 4px auto;
}
div.featured_prod h2
{
	font-size: 1.3em;
	line-height: 1.1em;
}

/************************
 * Navigation links
 ************************/

.nav_link_container a:link,
.nav_link_container a:visited
{
	color: #7070D0;
	text-decoration: none;
}
ul.nav_links > li > a.selected,
.nav_link_container div.parent a
{
	font-weight: bold;
	color: blue !important;
}


/************************
 * Login form
 ************************/

form#login_form
{
	text-align: left;
}
#login_form input
{
	display: inline;
	width: 90px;
}
input.co_btn_disabled
{
	display: none !important;
}


/************************
 * Products
 ************************/
div.prod_detail h1
{
	font-weight: bold;
	margin-bottom: 6px;
}
div.prod_description h1
{
	color: black;
	font-size: 1.8em;
}
div.prod_description ul
{
	margin-top: 0px;
	padding-top: 0px;
}

.prod_detail.discounted .prod_price
{
	background: inherit;
}
