/*
  stylesheet.css
*/
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-color: #eeeeee;
	background-image: url(layout/bodybkg.png);
	background-repeat: repeat-x;
}
.boxText {
	font-size: 12px;
}
.errorBox {
	font-size : 10px;
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	font-size : 10px;
	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}
.orderEdit {
	font-size : 10px;
	color: #e36416;
	text-decoration: underline;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #e36416;
}
FORM {
	display: inline;
}
TR.header {
	background: #ffffff;
}
TR.headerNavigation {
}
TD.headerNavigation {
	font-size: 10px;
	color: #ffffff;
	font-weight : bold;
}
a.headerNavigation {
	color: #FFF;
	text-decoration: none;
}
a.headerNavigation:hover {
	color: #e36416;
	text-decoration: none;
}
TR.headerError {
	background: #ff0000;
}
TD.headerError {
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}
TR.headerInfo {
	background: #00ff00;
}
TD.headerInfo {
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
TR.footer {
	background: #bbc3d3;
}
TD.footer {
	font-size: 10px;
	background: #bbc3d3;
	color: #ffffff;
	font-weight: bold;
}
.infoBox {
	background-color: #91b1d7;
}
.infoBoxContents {
	font-size: 12px;
	background-color: #fff;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-size: 10px;
}
TD.infoBoxHeading {
	font-size: 18px;
	font-weight: normal;
	color: #154179;
	font-family: Arial, Helvetica, sans-serif;
}
TD.infoBox, SPAN.infoBox {
	font-size: 10px;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: #fff;
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background: #fff;
}
TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #91b1d7;
	border-spacing: 1px;
}
.productListing-heading {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #91b1d7;
}
.productListing-heading a {
}
.productListing-heading a:hover {
	color: #154179;
	text-decoration: none;
}
TD.productListing-data {
	font-size: 12px;
}
A.pageResults {
	color: #0000FF;
}
A.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}
TD.pageHeading, DIV.pageHeading {
	font-size: 20px;
	font-weight: bold;
	color: #9a9a9a;
}
TR.subBar {
	background: #f4f7fd;
}
TD.subBar {
	font-size: 10px;
	color: #000000;
}
.main {
	font-size: 12px;
	line-height: 1.5;
}
TD.smallText, SPAN.smallText, P.smallText {
	font-size: 12px;
}
TD.accountCategory {
	font-size: 13px;
	color: #aabbdd;
}
TD.fieldKey {
	font-size: 12px;
	font-weight: bold;
}
TD.fieldValue {
	font-size: 12px;
}
TD.tableHeading {
	font-size: 12px;
	font-weight: bold;
}
SPAN.newItemInCart {
	font-size: 10px;
	color: #ff0000;
}
CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 11px;
}
TEXTAREA {
	width: 100%;
	font-size: 11px;
}
SPAN.greetUser {
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}
TABLE.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}
TD.formAreaTitle {
	font-size: 12px;
	font-weight: bold;
}
SPAN.markProductOutOfStock {
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
SPAN.productSpecialPrice {
	color: #e36416;
}
SPAN.errorText {
	color: #e36416;
}
.moduleRow {
}
.moduleRowOver {
	background-color: #dee8f3;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #91b1d7;
	color: #FFFFFF;
}
.checkoutBarFrom, .checkoutBarTo {
	font-size: 10px;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-size: 10px;
	color: #000000;
}
/* message box */

.messageBox {
	font-size: 10px;
}
.messageStackError, .messageStackWarning {
	font-size: 10px;
	background-color: #ffb3b5;
}
.messageStackSuccess {
	font-size: 10px;
	background-color: #e36416;
}
/* input requirement */

.inputRequirement {
	font-size: 10px;
	color: #ff0000;
}
/*change the menu hover color below*/
#category_depts {
}
#category_depts ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.cat_lev_0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
#category_depts a {
	display: block;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91b1d7;
	line-height: 28px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#categories li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#categories li a:hover {
	background-color: #eee;
}
#categories .cat_lev_0 {
}
.cat_lev_0 li a {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#categories .cat_lev_0 li a:hover {
	background-color: #6d6e71;
	color: #fff;
}
#categories .cat_lev_1 a {
	padding-left: 14px;
}
#categories .cat_lev_1 li a:hover {
	background-color: #ccc;
}
#categories .selected {
	background-color: #fff;
}
/*** Begin Header Tags SEO ***/

/*** End Header Tags SEO ***/
div.column {
	font-size:10px;
}
div.column_header {
	height: 14px;
	font-weight: bold;
	background-color: #bbc3d3;
	margin: 0px 2px;
}
div.column_header_left {
	background: transparent url(images/infobox/corner_left.gif) no-repeat left;
}
div.column_header_right {
	background: transparent url(images/infobox/corner_right.gif) no-repeat right;
}
div.column_header_none {
}
div.column_header_left h4 {
	padding-left: 2px;
	margin:  0 0 0 11px;
	font-size: 10px;
	color: #ffffff;
}
div.column_header_right h4 {
	padding-left: 13px;
	margin: 0 11px 0 0;
	font-size: 10px;
	color: #ffffff;
}
div.column_header_none h4 {
	padding-left: 13px;
	margin: 0;
	font-size: 10px;
	color: #ffffff;
}
div.column ul, div.column ol, div.column_p_box {
	background: #f8f8f9;
	border: 1px solid #bbc3d3;
	list-style-type: none;
	padding: 10px 0px 10px 5px;
	margin: 0px 2px 4px 2px;
	line-height: 1.2em;
}
div.column li, div.column_p_box p {
}
.column_li_center {
	text-align: center;
}
.column_li_left50 {
	float: left;
	text-align: left;
	width: 45%;
	clear: both;
}
.column_li_right50 {
	float: right;
	text-align: left;
	width: 45%;
	clear: both;
}
/* BOF: Additional Images */
.imagesBoxContents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
/* EOF: Additional Images */
ul.sitemap {
	color: #f6f6f6;
	font-size: 12px;
}
.sitemap li a:hover {
	color: #2364b0;
	text-decoration: none;
}
.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
.white {
	height: 100%;
	background-image: url(layout/whitebkg.png);
	background-repeat: repeat-y;
}
.inner {
	background-color: #f6f6f6;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(layout/innertop.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topnav {
	margin-bottom: 20px;
	background-image: url(layout/nav.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	line-height: 50px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 12px;
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
}
#topnav a {
	color: #FFF;
	text-decoration: none;
}
#topnav a:hover {
	color: #e36416;
	text-decoration: none;
}
#banner {
	background-image: url(layout/top.png);
	height: 70px;
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	margin-left: 270px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
}
.sidecontent {
	padding: 0px;
	margin-left: 30px;
}
#sidebar {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
}
#clearfooter {
	height: 115px;
	clear: both;
}
#footer {
	clear: both;
	padding: 0;
	height: 70px;
	background-image: url(layout/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
}
#footerleft {
	float:left;
}
#footerright {
	float:right;
}
#footerleft, #footerright {
	padding-top: 37px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#footerleft a, #footerright a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerleft a:hover, #footerright a:hover {
	color: #154179;
	text-decoration: none;
}
/* Clearfix Start */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
* html .clearfix {
	height: 1%;
}
/* Clearfix Ends */

/* Typography Starts */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 0px;
	font-weight: normal;
	color: #154179;
	text-shadow: 1px 1px 1px #ccc;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	color: #6D6E71;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #154179;
	margin-left: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	font-weight: normal;
}
#content p {
	font-size: 12px;
	color: #000000;
}
#sizing {
	background-color: #DEE8F3;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
/* Typography Ends */
img.double-border {
	border: 1px solid #ddd;
	padding: 7px; /*Inner border size*/
	background: #fff; /*Inner border color*/
	margin-right: 15px;
}
.img-desc {
	position: relative;
	display: block;
	height: 150px;
	width: 120px;
	margin-right: 15px;
	border: 1px solid #eee;
}
.img-desc cite {
	background: #111;
	filter:alpha(opacity=40);
	opacity:.40;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #eee;
	width: 100px;
	font-size: 12px;
	font-style: normal;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.img-desc a {
	cursor:hand;
}
.producttext {
	margin-left: 320px;
}
.boxtop {
	background-color: #dee8f3;
	background-image: url(layout/boxtop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 20px;
}
/*Home Page Start*/
.homepicstop, .homepicsbtm {
	margin-right: 0px;
	height: 312px;
}
.homepicstop {
	margin-bottom: 25px;
}
.catpics {
	background-color: #FFFFFF;
	height: 280px;
	width: 168px;
	border: 1px solid #6D6E71;
	float: left;
	margin-right: 25px;
	padding: 15px;
}
.catpicslast {
	background-color: #FFFFFF;
	height: 280px;
	width: 168px;
	border: 1px solid #6D6E71;
	float: left;
	margin-right: 0px;
	padding: 15px;
}
.catpics img, .catpicslast img {
	border: 1px solid #7F8289;
	margin-bottom: 5px;
}
.catpics p, .catpicslast p {
	margin-top: 0px;
	line-height: 16px;
	margin-bottom: 7px;
}
/*Home Page End*/
/*Top Nav Menu*/
.topmenu {
	font-weight: normal;
	font-size: 14px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 46px;
}
.topmenu ul {
	text-align: center; /*set value to "left", "center", or "right"*/
	overflow: hidden;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.topmenu ul li {
	display: inline;
}
.topmenu ul li a {
	color: #FFFFFF;
	padding: 6px 12px 6px 6px;
	margin: 0;
	text-decoration: none; /*right border between menu items*/
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #fff;
}
.topmenu ul li a:hover {
	color: black; /*background of menu item onMouseover*/
	background-color: transparent;
	background-image: url(img/glow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
iframe {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	height: 2000px;
}
/* Button Start */
a.ovalbutton {
	background: transparent url('img/oval-orange-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton {
	color: #494949; /*button text color*/
}
a.ovalbutton span {
	background: transparent url('img/oval-orange-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.ovalbutton:hover { /* Hover state CSS */
	background-position: bottom left;
}
a.ovalbutton:hover span { /* Hover state CSS */
	background-position: bottom right;
	color: black;
}
.buttonwrapper { /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}
/*Home Page Buttons*/
.rssbutton {
	background-color: #ff6600;
	border: 1px #ff6600 outset;
	padding: 0 2px;
	color: white;
	text-decoration: none;
	font: bold 10px Verdana;
}
.rssbutton:visited, .rssbutton:hover, .rssbutton:active {
	color: white;
}
.cssbutton {
	background-color: #154179;
	border: 2px outset #154179;
	color: white;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.cssbutton:visited {
	color: white;
}
.cssbutton:hover {
	border-style: inset;
	background-color: #2d5487; /*shift text 1px to the right and down*/
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1;
	padding-left: 4px;
	color: #e36416;
}
.cssbutton:active {
	color: white;
}
.worldpay {
	margin-top: 20px;
}
.worldpay img {
	margin-left: 40px;
}
.cards {
	padding-left: 130px;
}
.cards img {
	margin-left: 20px;
}
#subscribeForm {
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.smalltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;	
}