/* MAIN STYLES */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address,big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
}
img {
	border: none;
	-ms-interpolation-mode: bicubic;
}
a { color: #284B85; }
.clear {clear:both}
.invisible, .hide, #div__label, #div__title { display:none;}

.asterix {
	color: red;
	font-weight: bold;
}

body {
	margin: 0 auto !important;
	width: 980px;
}
#outerwrapper { width: 980px !important; }
a:hover { text-decoration: underline; }

/* header */
#div__header, #div__footer { text-align: left; }
#mainheader {
	margin-bottom: 3px;
	overflow: hidden;
}
#logo {
	float: left;
	margin-top: 12px;
	width: 224px;
}
#navbar {
	float: right;
	margin-top: 23px;
	width: 742px;
}
#navbar li {
	display: inline;
	float: left;
}
#navbar li.hide { display: none; }
#navbar form {
	background: url("/site/img/sprite.png") no-repeat scroll -527px 0 transparent;
	display: inline-block;
	height: 37px;
	position: relative;
	width: 215px;
}
#search-text, #search-button {
	background: none;
	border: none;
	left: 0;
	position: absolute;
	top: 0;
}
#search-text {
	color: #555;
	font-size: 11px;
	left: 12px;
	outline: none !important;
	padding: 0;
	top: 10px;
	width: 163px;
}
#search-button {
	cursor: pointer;
	font-size: 0;
	height: 24px;
	left: auto;
	line-height: 0;
	position: absolute;
	right: 13px;
	top: 6px;
	width: 21px;
}
#navbar a {
	background: url("/site/img/sprite.png") no-repeat 0 0;
	display: inline-block;
	height: 37px;
	text-indent: -9999px;
	width: 104px;
}
#navbar a:hover { background-position: 0 -76px; }
#navbar a:active { background-position: 0 -114px; }
#navbar .active a { background-position: 0 -38px; }
#navlink2 a {
	background-position: -104px 0;
	width: 105px;
}
#navlink2 a:hover { background-position: -104px -76px; }
#navlink2 a:active { background-position: -104px -114px; }
#navlink2.active a { background-position: -104px -38px; }
#navlink3 a {
	background-position: -209px 0;
	width: 106px;
}
#navlink3 a:hover { background-position: -209px -76px; }
#navlink3 a:active { background-position: -209px -114px; }
#navlink3.active a { background-position: -209px -38px; }
#navlink4 a {
	background-position: -315px 0;
	width: 106px;
}
#navlink4 a:hover { background-position: -315px -76px; }
#navlink4 a:active { background-position: -315px -114px; }
#navlink4.active a { background-position: -315px -38px; }
#navlink5 a {
	background-position: -421px 0;
	width: 106px;
}
#navlink5 a:hover { background-position: -421px -76px; }
#navlink5 a:active { background-position: -421px -114px; }
#navlink5.active a { background-position: -421px -38px; }
#navlink6 a {
	background-position: -1px -267px;
	width: 106px;
}
#navlink6 a:hover { background-position: -1px -343px; }
#navlink6 a:active { background-position: -1px -381px; }
#navlink6.active a { background-position: -1px -305px; }

#breadcrumb {
	color: #555;
	font-size: 11px;
	/*font-weight: bold;*/
	overflow: hidden;
	margin-bottom: 8px;
}
#breadcrumb p.breadcrumb-content {
	float: left;
	width: 660px;
}
#breadcrumb a {
	color: #444;
	font-weight: normal;
}
#breadcrumb a:hover { text-decoration: underline; }
#breadcrumb p.breadcrumb-content a:first-child {
	background: url("/site/img/sprite.png") no-repeat scroll -539px -50px transparent;
	display: inline-block;
	height: 18px;
	padding-top: 1px;
	text-indent: -9999px;
	width: 30px;
}
p#basicnav {
	float: right;
	text-align: right;
	width: 302px;
}
#basicnav a {
	border-left: 1px solid;
	display: inline-block;
	margin-left: 10px;
	padding-left: 12px;
}
#basicnav a:first-child {
	border: none;
	margin: 0;
	padding: 0;
}
#cart-lnk {
	background: url("/site/img/sprite.png") no-repeat scroll 38px -159px transparent;
	padding-right: 27px;
}
#cart-info strong { color: #26467a; }

/* homepage */
#slider {
	height: 343px;
	overflow: hidden;
	position: relative;
	width: 980px;
}
#slider li {
	left: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#bottombanners a { margin-left: 5px; }
#bottombanners a:hover { text-decoration: none; }
#bottombanners a:first-child { margin: 0; }

/* content area */
#mainContents > table { width: 100%; }
#categorylist h1, #itemlist h1, #information-item h1 {
	background: #EDEEEE;
	border: 1px solid #e0e0e0;
	border-bottom: none;

	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size: 16px;
        color: #333;
	padding: 7px 11px;
}
#main-description {
	border: 1px solid #E0E0E0;
	border-bottom: none;
	color: #333;
	font-size: 12px;
	padding: 10px;
}
#main-list {
	border-right: 1px solid #e0e0e0;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
}
.catcell, .itemcell {
	padding: 32px 0;
	vertical-align: bottom;
}
.catcell, .itemcell, #main-list td.text {
	border: 1px solid #e0e0e0;
	border-width: 1px 0 0 1px;
	width: 240px;
	padding-bottom: 40px;
}
.leftTopCorner {
	-webkit-border-radius: 5px 0 0;
	-moz-border-radius: 5px 0 0;
	-ms-border-radius: 5px 0 0;
	border-radius: 5px 0 0;
}
.rightTopCorner {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-ms-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
.lastTdInRow { border-right: 1px solid #e0e0e0; }
#main-list .thumb, #main-list .name, #main-list .stock-msg,
#main-list .price, #main-list .madetoorder {
	padding: 0 12px;
	text-align: center;
}
#main-list p.thumb {
	height: 138px;
	padding-top: 40px;
}
#main-list table.thumb {
	width: 100%;
}
#main-list .thumb td {
	vertical-align: bottom;
}
#main-list .name { margin-top: 14px; }
#main-list a {
	color: #26467a;
	font-size: 12px;
}
#main-list .stock-msg, #main-list .madetoorder {
	color: #444;
	margin-top: 12px;
}
.inStock0 { display: none!important; }
.madetoorder.No, .stock-msg.Yes { display: none; }

#main-list .price {
	font-size: 13px;
	margin-top: 6px;
}
#main-list .price span { font-size: 10px; }
.table-footing {
	border: 1px solid #e0e0e0;
        border-top: none;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	height: 10px;
}


/* item template */
#itemtemplate { font-size: 12px; }
#itemtemplate h1 {
	font-size: 16px;
	margin-bottom: 18px;
}
#itemtemplate #description {
	color: #444;
	font-size: 12px;
	line-height: 1.55;
}
#itemtemplate .inner { padding: 20px; }
#iteminfo, #itemoverview, #relatedlist, #column-main {
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	overflow: hidden;
}
#iteminfo { margin-top: 0; }
#iteminfo h2, #itemoverview h2, #relatedlist h2 {
	font-size: 16px;
	padding: 12px 18px;
}
#iteminfo td.left {
	border-right: 1px solid #e0e0e0;
	vertical-align: top;
	width: 738px;
}
#iteminfo td.right {
	background: url("/site/img/item-info-bg-hidden.png") repeat-x scroll left top #f3f3f3;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	overflow: hidden;
	vertical-align: top;
	width: 238px;
}
#iteminfo img {
	float: right;
	margin-left: 12px;
	max-width: 278px;
}
#itemprice {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 18px;
}
#itemoverview, #relatedlist { padding-bottom: 10px; }
#itemoverview .left-box {
	border-left: 1px solid #E3E3E3;
	color: #444;
	font-size: 12px;
	line-height: 1.55;
	min-height: 400px;
	vertical-align: top;
	width: 242px;
}
#itemoverview .No, #itemoverview.No1.No2.No3.No4 { display: none; }
#itemoverview .left-box:first-child { border: none; }
#itemoverview .inner, #column-main .inner { padding: 4px 25px 10px; }
#column-main .inner { padding: 14px 25px; }
#itemoverview h3 {
	color: #000;
	font-size: 13px;
	margin-bottom: 5px;
}
#itemoverview img { margin-top: 8px; }

#column-main.No { display: none; }

#iteminfo dl {
	font-size: 12px;
	margin-bottom: 22px;
	overflow: hidden;
	width: 215px;
}
#iteminfo dt {
	clear: both;
	color: #444;
	float: left;
	margin-bottom: 4px;
	width: 82px;
}
#iteminfo dd {
	float: left;
	width: 114px;
}
.out-of-stock-msg {
	margin-bottom: 12px;
}
#bismsge { margin-top: 14px; }
#bismsge a {
	color: #284B85;
}
#iteminfo #addtocart {
	background: url("/site/img/sprite.png") no-repeat scroll -540px -85px transparent;
	border: none;
	cursor: pointer;
	font-size: 0;
	height: 30px;
	line-height: 0;
	width: 109px;
}
#iteminfo #qty {
	border: 1px solid #afafaf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	font-size: 12px;
	margin-right: 4px;
	padding: 6px 2px;
	text-align: center;
	width: 40px;
}
.made-order.No, .on-hand.made-order-Yes { display: none; }
.hide.made-order-Yes { display: block; }
.ship-date { white-space: nowrap; }

/* related items */
table#related-items { width: 100%; }
#relatedlist .itemcell, #relatedlist td.text { border-top: none; }
#relatedlist .itemcell, #relatedlist td.text { border-left: none; }
#relatedlist #main-list td:first-child { border: none; }
#relatedlist #main-list { border: none; }

/* information item */
#information-item #description {
	border: 1px solid #e0e0e0;
	border-top: none;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	font-size: 12px;
	padding: 12px;
}
#information-item #description p,#information-item #description ul { margin-bottom: 10px; }
#addtocarttable input.inputreq {
	border-width: 1px;
}
#addtocarttable td span.smalltextnolink {
	display: block;
	width: 110px;
}

/* footer */
#footer {
	font-size: 10px;
	margin: 15px 0;
}
#footer a {
	border-left: 1px solid #5D5D5D;
	color: #000;
	display: inline-block;
	margin-left: 8px;
	padding-left: 11px;
}
#footer a:hover { text-decoration: underline; }
#footer .left {
	float: left;
	overflow: hidden;
	width: 608px;
}
#footer .right {
	float: right;
	overflow: hidden;
	text-align: right;
	width: 354px;
}
#topfooter {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	margin-bottom: 6px;
	padding-bottom: 5px;
}
#topfooter a:first-child {
	border: none;
	margin: 0;
	padding: 0;
}
#bottomfooter { overflow: hidden; }
#topfooter .left a, #bottomfooter .right {
	color: #284b85;
	font-weight: bold;
}
#bottomfooter .right { color: #000; }

/* login page */
#retemail, #retpwd { border-width: 1px; }
#retemail { margin-bottom: 2px; }

/* checkout pages */
td.greytitle {
	color: #0f3d6f;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 6px;
}

input.bgbutton[value="Continue"], input.bgbutton[value="Submit Order"],
input.nlbutton[value="Change Order"], input.nlbutton[value="Change"], input[value="Apply"] {
	background: url('/site/img/sprite.png') no-repeat;
	border: none;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 30px;
	width: 89px;
}

input.bgbutton[value="Continue"] {
	background-position: -540px -115px;
}
input.nlbutton[value="Change Order"] {
	background-position: -216px -229px;
	width: 155px;
}
input.nlbutton[value="Change"] {
	background-position: -383px -230px;
	height: 26px;
	margin-top: 5px;
	width: 72px;
}
input.bgbutton[value="Submit Order"] {
	background-position: 0 -229px;
	margin-right: 12px;
	width: 206px;
}
input[value="Apply"] {
	background-position: -497px -192px;
	height: 26px;
	margin: 0 0 8px;
	width: 76px;
}
td.smalltextnolink {
	padding-bottom: 4px;
}
input.input, .inputtotalling, .totallingcurrency,
input.text, input.inputreq, select.inputreq, textarea.input, select.input, input.inputreadonly, select.inputreadonly {
	border-width: 1px;
}

/* returning customers page */
#mainContents.rounded-box {
	border: 1px solid #E0E0E0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 0 12px 12px;
}