

img.bg {
  display: block;
}

form {
    margin: 0px;
    padding: 0px;
}

a {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none; 

}


.error {
    color: red;
}

.page-control-totals {
    font-size: 8pt;
}

.page-control-pages {
    font-size: 8pt;
}


body, td
{
	font-family: Arial;
	font-size: 9pt;
	color: #003366;
}

.header
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

.bold-10pt
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.bold-9pt
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

.menu
{  
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	vertical-align: middle;
}

.menu a:link
{  
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}

.menu a:visited
{  
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}

.menu a:hover

{  
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

input {
    border: 1px solid #666666;
}

.store_cart_summary 
{
    border: 1px solid #666666;
    background-color: #f8f8f8;
    font-size: 8px;
}

.store_cart_summary_header 
{
    background-color: #003366;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

.store_cart_summary_item
{
    font-size: 11px;
    padding: 2px;
}

.store_navbar td
{
    background-color: #003366;
    color: white;
    padding: 2px;
    font-weight: bold;
}

.store_navbar a
{
    color: white;
    text-decoration: none;
}

.store_navbar a:hover
{
    text-decoration: underline;
}

.store_cart_detail_header td
{
    background-color: #003366;
    color: white;
    padding: 2px;
    font-weight: bold;
}

.store_cart_detail_items td
{
    background-color: #efefef;
}

.store_cart_empty
{
    border: 1px solid #003366;
}

.inputnoborder
{
    border: 0px solid white;
}

.store_cart_summary a
{
    text-decoration: underline;
    color: #003366;
}

.store_cart_summary a:hover
{
    text-decoration: none;
}

.store-home
{
	font-family: Arial;
	font-size: 11px;
	color: white;
	font-weight: bold;
}

.storeContainer {
	margin-bottom:15px;
}

.storeBox {
	background:url(../images/store_top_bg.jpg) repeat-y;
	padding-left:18px;
	padding-right:15px;
}

.storeBox p {
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	margin:0px;
}

.stepBox {
	margin-bottom:15px;
}

.special-offer {
	font-size:11px;
	width:662px;
	float:right;
	margin-top:5px;
	margin-bottom:15px;
}


