/* a few corrections of the inherited styles--this can probably go sometime when every page layout is cleaned up. */
img { border: none; }
.graybox { border: none !important; }

body {
	margin: 0;
	text-align: center; /* for IE */
}

#page {
	text-align: left; /* for IE */
	/*border: 1px solid blue;*/ 
	width: 797px;
	margin: 0 auto 0 auto;
}

#main {
	border: 0px solid blue;
	width: 445px;
	margin-bottom: 1em;
	padding: 0 7px 0 7px;
	float: left; 
}

body.product-info #main {
	width: 610px;
	padding: 0 0 0 15px;
}



/* header */
#header {
	width: 795px;
	margin: 0.5em auto 0 auto;
	/*border: 1px solid green;*/
}

#header p {
	margin: 0; padding: 0;
}
	
/* header-navigation */
#header-navigation {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	border-top: 2px groove #ccc;
}

#header-navigation div.date {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0.7em 0 0.4em 10px;
	width: 150px;
	float: left;
    display: table-cell;
    vertical-align: middle
}

#header-navigation div.menu {
	text-align: right;
	padding: 0.8em 20px 0.8em 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#header-navigation div.menu a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#header-navigation div.menu a:hover {
	text-decoration: underline;
}

#header table.search {
	width: auto;
	margin: 0;
}

#header table.search td {
	vertical-align: middle;
	padding: 0;
}

#header table.search input {
	border: 1px solid #000;
	color: #036;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

#header table {
	margin-top: 0.5em;
	width: 100%;
}

#header table td {
	vertical-align: top;
}

#header form {
	margin: 0;
}

#header p.welcome {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: right;
	margin: 0.1em 0 0.1em 0;
}

#header p.welcome a {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

#header p.welcome.new {
	font-size: 11px;
}

#header p.welcome.new a,
#header p.recommendations a {
	color: #000;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration:underline;
}

#header p.recommendations {
	padding-top: 5px;
}

/* error and notice boxes */
.errTemplate,
.noticeTemplate {
	background-color: #fcc;
	color: #c00;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.noticeTemplate {
	background-color: #cfc;
	color: #030;
	font-weight: normal;
}

/* Content area */
#content {
	/* border: 1px solid red; */
	width: 795px;
	margin: 1em auto 0 auto;
}

body.smartship-help  #content,
body.promo-help  #content {
	width: auto;
}

#sidebar-left {
	width: 166px;
	overflow: hidden;
	/* border: 1px solid green; */
	float: left;
	margin-bottom: 1em;
}


body.reorder #main {
	width: 760px;
	padding: 0 0 0 15px;
	
}
	
#sidebar-right {
	width: 164px;
	overflow: hidden;
	/* border: 1px solid green; */
	float: right;
	margin-bottom: 1em;
}

.center {
	text-align: center;
}

.small {
	font-size: 10px !important;
}

.darkblue {
	color: #006;
}

.bold {
	font-weight: bold;
}

.graybox {
	border: 1px solid #666666;
	background-color: #f2f2f2;
}

.noborder {
	border: none;
}

.middleblue {
	color: #0000d9;
	line-height: normal;
	font-style: normal;
	text-decoration: none;
}

#main p, #main li,
#sidebar-right p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.25;
}

#sidebar-right p.subhead {
	font-size: 13px;
	font-weight: bold;
}

/* product list */
.productlist {
	text-align: center;
	/* border: 1px solid green; */
	padding: 10px;
}

.productlist h1 {
	text-align: left;
}

.productlist .productbox {
	width: 412px;
	margin: 0 auto 0 auto;
}

.product-image {
	margin: 0 20px 20px 20px;
	float: right;
}

.product-image img {
	border: none;
}

.product-image a {
	text-decoration: none;
}

.pricebreaks {
	border-collapse: collapse;
}

.pricebreaks th {
	color: #006;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px 0 4px 0;
}

.pricebreaks th.left {
	border-left: 1px solid #ccc;
	padding-left: 3px;
}

.pricebreaks th.right {
	border-right: 1px solid #ccc;
	padding-right: 3px;
}

.pricebreaks td {
	padding: 4px;
	border-bottom: 1px solid #ccc;
	color: #006;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
}

.pricebreaks td.red {
	color: #000;
}

body.product-info .bottom-pricetable table {
	border: none;
}

body.product-info .bottom-pricetable .pricebreaks {
	margin: 0 auto 0 auto;
	width: 60%;
}


/* disclaimer */
div#disclaimer {
	clear: both;
	width: 710px;
	margin: 2em auto 0.5em auto;
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div#disclaimer p {
	color: #404040;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	margin: 0.5em 0 0.5em 0;
}


/* footer-navigation */
#footer-navigation {
	width: 710px;
	margin: 0 auto 0 auto;
	padding-top: 6px;
	border-top: 1px dashed #404040;
	color: #006;
	text-align: center;
}

body.smartship-help #footer-navigation,
body.promo-help #footer-navigation {
	display: none;
}

#footer-navigation a {
	color: #006;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#footer-navigation a:hover {
	text-decoration: underline;
}


/* copyright */
#copyright {
	color: #404040;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
}

/* product-info */
body.product-info #main div.message {
	padding: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #3167a3;
}

body.product-info #main div.continue {
	padding: 1em;
	text-align: center;
}

/* shopping cart */
body.shopping-cart table.cart {
	border-collapse: collapse;
	width: 100%;
	margin-top: 1em;
}

body.shopping-cart table.cart th,
body.shopping-cart table.cart td.head {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #006;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

body.shopping-cart table.cart th.left,
body.shopping-cart table.cart td.head.left {
	border-left: 1px solid #ccc;
}

body.shopping-cart table.cart th.right,
body.shopping-cart table.cart td.head.right {
	border-right: 1px solid #ccc;
}

.debugHidden {
	border: 1px solid #e1e1e1;
	background-color: #f1f1f1;
	color: #aaa;
}

/* correction for box titles (billing address, shipping address etc) */
body.login .text_blue_12px_verd_0099CC {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 16px;
}

/* correction for subheads on shipping-payment page */
body.checkout-shipping .text_blue_12px_verd_0099CC,
body.checkout-confirmation .text_blue_12px_verd_0099CC {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006;
	font-size: 14px;
}

/* correction for address book entries */
body.addressbook .text_blue_12px_verd_0099CC {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	font-size: 12px;
	line-height: 16px;
}

