/* use traditional box model and set all margins and padding to 0 */
body, p, div, span, table, tr, td, th, blockquote, h1, h2, h3, h4, li, ul, ol, img, form {
	color: #555555;
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background-color: #ffffff;
	margin: 10px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

td, th {
	font-size: 12px;
	vertical-align: top;
}

span.negDollar { color: #cc3300; font-weight: bold; }

li { margin-left: 12px; }
h1 { font-size: 19px; color: #336699; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h1 + h2, h2 + h3, h3 + h4, h1 + h3, h1 + h4, h2 + h4, h2 + h2, h3 + h3 { margin-top: 0; }

#catName {
	font-size: 18px;
	color: #009933;
}

h2.small { font-size: 12px; }

a { font-weight: bold; color: #3333ee; }
a:link,a:visited { text-decoration: none; }
a:hover,a:active { text-decoration: underline; color: #4444ff; }
a:visited { color: #666699; }

p { margin-bottom: 5px; }

#pageDiv {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

div.overview {
	width: 360px;
}


#header {
	background-image: url(/layout/logo.gif);
	background-repeat: no-repeat;
	padding-left: 103px;
	height: 75px;
	overflow: hidden;	
}
#header h2 { font-size: 18px; color: #cc9933; }
#header p { font-size: 12px; margin-top: 3px; margin-bottom: 3px; }

.content { margin-bottom: 6px; line-height: 17px; }

#footer {
	text-align: center;
}

#footer td {
	font-size: 9px;
	text-align: center;
	width: 33%;
	padding: 4px;
	margin: 0px;
}

#menu {
    float: left;
    width: 100%;
	border-left: 1px solid #445588;
	margin-bottom: 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#menu li {
	float:left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #445588;
	border-top: 1px solid #445588;
	border-bottom: 1px solid #445588;
}

#menu a {
    background: #6699CC;
	float:left;
	display: block;
	padding: 5px 23px 5px 20px;
	color: #ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a { float: none; }
/* End IE5-Mac hack */

#menu a:link, #menu a:hover, #menu a:active, #menu a:visited {
	text-decoration: none;
	color: #ffffff;
}

#menu a:hover, #menu a:active {
	background-color: #666699;
	color: #eeeeff;
}

#menu a.current, #menu a.current:hover, #menu a.current:active {
	background-color: #cc9933;
	color: #ffffff;
}

#menu li.cart a {
	padding-left: 45px;
	background-image: url(/layout/shopping_cart.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
}

#homeLeft {
	float: left;
	width: 285px;
}

#homeRight {
	float: right;
	width: 465px;
}

#homeRight td.special {
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;
	padding: 0 5px 10px 0;
}

#homeRight td.special img {
	margin-bottom: 3px;
	width: 75px;
	height: 75px;
}

#homeRight td.special span {
	font-size: 15px;
	font-weight: bold;
	color: #dd0033;
}

#homeRight td.special a {
	font-weight: normal;
}

#homeRight h1 {
	text-align: center;
	margin-bottom: 10px;
}

div.clear {
	clear: both;
}

#footerMenu {
	text-align: center;
	border-top: 1px solid #445588;
	margin: 10px 0px 10px 0px;
	padding: 3px;
}

#sas {
	text-align: center;
	display: none;
}

#sas a span {
	display: none;
}

#sas a {
	display: block;
	background-image: url(/layout/shop_and_save.jpg);
	width: 204px;
	height: 74px;
	margin: 5px auto 5px auto;
}

#sas a:hover, #sas a:active {
	background-image: url(/layout/shop_and_save_h.jpg);
}

#cou {
	text-align: center;
}

#cou a span {
	display: none;
}

#cou a {
	display: block;
	background-image: url(/layout/check_out.jpg);
	width: 204px;
	height: 74px;
	margin: 5px auto 5px auto;
}

#cou a:hover, #cou a:active {
	background-image: url(/layout/check_out_h.jpg);
}


div.formFrame {
	padding: 12px;
	background-color: #f8f8ff;
	border: 1px solid #336699;
}

input, textarea {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

input.numberInput { text-align: right; }

label { display: block; color: #333333; font-weight: bold; margin: 0; padding: 0 0 2px 0; clear: left; }

.notBold { font-weight: normal; }

div.editform { float: left; margin: 0; padding: 0 10px 0 10px; border-right: 1px solid #cccccc; }
div.noBorder { border-right: none; }

div.editform div { margin: 0 0 1px 0; border: 2px solid #ffffff; padding: 2px; }
div.editform div.error { border: 2px solid #dd0000; }
div.editform div.error input { font-weight: normal; }
div.editform div.error label { color: #dd0000; }
div.editform input { display: block; width: 195px; }
div.editform input.long { width: 265px; }
div.editform input.inputCity { width: 125px; display: inline; }
div.editform input.inputZIP { width: auto; display: inline; }
div.editform input.inputState { }
div.editform input.submit { display: inline; width: auto; font-size: 12px; font-weight: bold; font-family: Verdana; }
div.editform p { display: block; width: 195px; }
div.editform small { width: 195px; display: block; margin: 0; padding: 0; }
div.editform small.long { width: 265px; }

#cvvinfo {
	
	width: 195px;
}

div.errorMessageDiv {
	margin-bottom: 10px;
	padding: 5px;
	border: 2px solid #cc0000;
	background-color: #ffff88;
	color: #cc0000;
	font-weight: bold;
}



input {
    margin: 0;
    padding: 0;
}

input.image {
	border: none;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#OtherSitesList {
	clear: both;
	padding: 10px 0 0 0;
}

#categoryTable td {
	padding: 0 15px 15px 0;
}

#categoryTable td .small{
	font-size: 11px;
}


#categoryTable img {
	border: none;
	margin: 0;
}

#categoryTable img.pimg {
	width: 75px;
	height: 75px;
}

img.cartimg {
	width: 37px;
	height: 37px;
	float: left;
	display: block;
	margin: 0 5px 3px 0;
	border: none;
}

#categoryTable img.mimg {
	width: 45px;
	height: 15px;
}

#categoryTable img.dimg {
	width: 55px;
	height: 15px;
}

p.imgmayv {
	text-align: center;
	font-size: 10px;
}

strong.iclink {
	color: #336699;
}

strong.iclink span {
	color: #dd0033;
	font-size: 13px;
}

.small { font-size: 10px; line-height: 13px; }

#prodPic {
	float: left;
	padding: 0 15px 15px 0;
}

#prodPic img {
	width: 200px;
	height: 200px;
}

#prodDesc {
	float: right;
	width: 535px;
}

table.standardTable td, table.standardTable th {
	font-size: 11px;
	padding: 3px;
	margin: 0px;
}

table.standardTable th {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #f0f0ff;
}

table.verticalBorders td, table.verticalBorders th {
	font-size: 12px;
	padding: 4px;
	margin: 0px;
	border-right: 1px dotted #cccccc;
	border-bottom: 1px solid #666666;
}

table.standardTable .borderLeft {
	border-left: 1px solid #666666;
}

table.standardTable .borderRight {
	border-right: 1px solid #666666;
}

table.standardTable .borderBottom {
	border-bottom: 1px solid #666666;
}

table.standardTable .noBorder {
	border: none;
}

table.standardTable .greenShade {
	background-color: #f0ffe0;
}

.right { text-align: right; }

#prodTable {
	border: 1px solid #0000cc; padding: 2px;
	background-color: #efefef;
	color: #000000;
}

#prodTable td, #prodTable th {
	padding: 2px;
	vertical-align: middle;
	color: #000000;
	font-size: 11px;
}

#prodTable td.nowr {
	white-space: nowrap;
}

#prodTable a { font-weight: normal; }

table.orderTable {
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
}

table.orderTable td, table.orderTable th {
	color: #000000;
	font-size: 12px;
	padding: 3px;
	margin: 0px;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
}

table.orderTable th {
	color: #ffffff;
	background-color: #666666;
}

table.orderTable .thickTopBorder {
	border-top: 2px solid #333333;
}

table.orderTable .thickBottomBorder {
	border-bottom: 3px solid #333333;
}

table.orderTable .shade {
	background-color: #e0e0e0;
}

table.orderTable .larger {
	font-size: 14px;
}
#priceList {
	border: 1px solid #cccccc;
	background-color: #FFFFCC;
	padding: 5px;
	margin: 0 10px 0 0;
}

#priceList td, #priceList th {
	font-size: 13px;
	color: #000000;
	padding: 0 1px 1px 0;
}

#priceList td strong {
	color: #dd0033;
}

#oslTable { padding-top: 5px; }
#oslTable td { padding: 4px; margin: 0px; }

.error { font-weight: bold; color: #dd0000; }

.searchresult { font-weight: normal; font-size: 15px; }
a.searchcat:hover,a.searchcat:active,.searchcat { font-weight: normal; color: #008000; }

.overview {
    font-weight: bold;
    color: #333333;
    line-height: 17px;
}

.overview label {
    font-weight: normal;
    color: #666666;
    width: 100px;
    display: block;
    float: left;
    clear: both;
    text-align: right;
    padding: 0 5px 0 0;
    margin: 0;
}

#searchformDiv {
	float: right;
	padding-right: 25px;
	text-align: right;
	width: 275px;
}
#searchform input {
	display: inline;
	margin: 2px;
	width: auto;
	height: auto;
}

/*

@font-face { font-family: BarCode; font-style: normal; font-weight: normal; src: url(/layout/idauto.eot); }


.big { font-size: 13pt; }
.bigger { font-size: 15pt; }
.biggest { font-size: 17pt; }
.df { color: #336699; }
.bdf { background-color: #336699; }
.ft { color: #336699; font-size: 8pt; }
.ct { color: #cc9933; }
.lgr { background-color: #eeeeee; }
.lyw { background-color: #ffffcc; }
.wht { background-color: #ffffff; }
.lhdr { font-size: 9pt; color: #cc6666; }
.menu { font-size: 10pt; font-weight: bold; background-color: #6699cc; color: #ffffff; }
.page { font-size: 11pt; font-weight: bold; background-color: #cc9933; color: #ffffff; }
.red { color: #dd0000; }
.bred { font-size: 13pt; color: #dd0000; }
.small { font-size: 9pt; }
.ssm { font-size: 8pt; color: #333366; vertical-align: top; }
.barcode { font-family: 'BarCode'; font-size: 18pt; }

.tnb { border-left: 1px solid #000000; border-top: 1px solid #000000; }
.tsb { border-left: 1px solid #000000; }
.cb { border-right: 1px solid #000000; border-bottom: 1px solid #000000; }
.cbt { border-right: 1px solid #000000; }

a.ml,a.ml:link,a.ml:visited { font-size: 10pt; font-weight: bold; text-decoration: none; color: #ffffff; }
a.ml:active,a.ml:hover { font-size: 10pt; font-weight: bold; text-decoration: underline; color: #ffffff; }
input,select,textarea { font-family: monospace; font-size: 12px; }

*/