/* ********************************************** */
/* general tag styles (body etc) */

body {
	color: #000000; 
	background-color: #ffffff;
	font: 12px/14px arial, helvetica, sans-serif; 
	margin: 0px; 
	padding: 0px; 
}

a {	
	color: #666666; 
	border-width: 0px; 
	text-decoration: underline;
}
a:visited {
	color: #666666; 
	border-width: 0px; 
	text-decoration: underline;
}
a:hover {
	color: #cc0000; 
	border-width: 0px; 
	text-decoration: underline;
}

input {
	background: #ffffff; 
	font-size: 10px; 
	font-family: arial, helvetica, sans-serif;
}

select {
	color: #333333; 
	background: #cccccc; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; 
	vertical-align: middle; 
}

textarea {
	color: #000000; 
	background: #ffffff; 
	font-family: arial, helvetica, sans-serif;	
	font-size: 10px; 
	padding: 6px; 
}

form {
	margin: 0px; 
	padding: 0px;
}

img {
	border-style: none; 
}

.btn {
	background-color: transparent !important;
	vertical-align: middle; 
	margin: 0px 0px 0px 3px; 
	padding: 0px; 
}
/* ********************************************** */
/* pagecontain wraps body of every page */

#pagecontain {
	width: 920px; 
	margin: 0px auto; 
	align: center;
}

/* ********************************************** */
/* following used only in sub_header.html */
/* header */
/* AccountNav and navlist */
/* CartBox */
/* SearchBox */
/* TopLinksBox */

#header {
	background: url(../graphics/topbar_bk.gif) repeat-x left top; 
	width: 920px; 
	height: 125px;
}
#header #divLogo {
	margin: 0px; 
	text-indent: -10000px; 
	padding: 0px; 
}
#header #divLogo a {
	float: left; 
	background: url(../graphics/logo_iowa.gif) no-repeat; 
	text-decoration: none;
	width: 195px; 
	height: 125px; 
	cursor: hand; 
}
#header #divLogo a:hover {
	float: left; 
	background: url(../graphics/logo_iowa.gif) no-repeat 50% bottom; 
	text-decoration: none;
	width: 195px; 
	height: 125px; 
	cursor: hand; 
}

#AccountNav {
	float: left; 
	padding-top: 20px;
	padding-bottom: 0px; 
	padding-left: 0px; 
	padding-right: 25px; 
}

#navlist {
	font: 13px/16px arial, helvetica, sans-serif; 
	text-align: left;
	margin: 0px; 
	padding: 0px; 
}
#navlist li {
	display: inline; 
	padding-top: 0px;
	padding-bottom: 0px; 
	padding-left: 9px; 
	padding-right: 10px; 
	border-right: #ffffff 1px solid; 
}
#navlist li.nodiv {
	padding-top: 0px; 
	padding-bottom: 5px; 
	padding-left: 5px; 
	padding-right: 0px; 
	border-style: none; 
}
#navlist a {
	color: #ffffff; 
	text-decoration: none;
}
#navlist a:hover {
	text-decoration: underline;
}

#CartBox {
	float: left; 
	color: #999999; 
	background: url(../graphics/top_cart_bg.gif) no-repeat; 
	line-height: 22px; 
	width: 183px; 
	height: 60px;
	margin-top: 15px; 
	cursor: hand;
}
#CartBox p {
	font: 12px/14px arial, helvetica, sans-serif; 
	margin: 0px; 
	padding-top: 22px;
	padding-bottom: 22px; 
	padding-left: 25px; 
	padding-right: 25px; 
}

#SearchBox {
	float: right; 
	color: #999999; 
	background: url(../graphics/top_search_bg.gif) no-repeat right 50%; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	text-align: left;
	width: 658px; 
	height: 45px; 
	margin-top: 5px; 
	margin-right: 10px; 
}
#SearchBox form {
	padding-top: 10px;
	padding-left: 20px; 
}
#SearchBox .TopSearch {
	background: url(../graphics/search_glass.gif) #ffffff no-repeat 7px 7px; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; 
	vertical-align: middle; 
	width: 245px; 
	margin: 0pt auto; 
	padding-top: 4px; 
	padding-bottom: 5px; 
	padding-left: 25px; 
	padding-right: 3px; 
	border-top: lightgrey 1px solid; 
	border-bottom: lightgrey 1px solid; 
	border-left: lightgrey 1px solid; 
	border-right: lightgrey 1px solid; 
}

#TopLinksBox {
	color: #ffffff; 
	background: url(../graphics/top_mainlink_bg.gif) repeat-x; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	text-align: center;
	width: 920px; 
	height: 27px; 
}
#TopLinksList {
	font: bold 12px/14px arial, helvetica, sans-serif; 
	margin: 0px; 
	padding-top: 6px;
	padding-bottom: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
}
#TopLinksList li {
	display: inline; 
	margin: 0px; 
	padding-top: 0px;
	padding-bottom: 0px; 
	padding-left: 8px; 
	padding-right: 7px; 
	border-right: #ffffff 1px solid; 
}
#TopLinksList li.nodiv {
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-left: 8px; 
	padding-right: 8px; 
	border-style: none; 
}
#TopLinksList A {
	color: #ffffff; 
	text-decoration: none;
}
#TopLinksList A:hover {
	text-decoration: underline;
}

/* ***** */

#TopLinksBox2 {
	color: #ffffff; 
	background: url(../graphics/top_mainlink_bg.gif) repeat-x; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	text-align: center;
	width: 920px; 
	height: 27px; 
}
#TopLinksList2 {
	font: bold 12px/14px arial, helvetica, sans-serif; 
	margin: 0px; 
	padding-top: 6px;
	padding-bottom: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
}
#TopLinksList2 li {
	display: inline; 
	margin: 0px; 
	padding-top: 0px;
	padding-bottom: 0px; 
	padding-left: 8px; 
	padding-right: 7px; 
	border-right: #ffffff 1px solid; 
}
#TopLinksList2 li.nodiv {
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-left: 8px; 
	padding-right: 8px; 
	border-style: none; 
}
#TopLinksList2 A {
	color: #ffffff; 
	text-decoration: none;
}
#TopLinksList2 A:hover {
	text-decoration: underline;
}

/* ********************************************** */
/* used only in sub_footer.html */
/* footer */
/* EmailBox */
/* BtmEmail */
/* MainLinksBox */
/* LinksBox */
/* footerSectionBox */

#footer {
	clear: both; 
	color: #999999; 
	align: center;
	text-align: center; 
	width: 920px; 
	margin: 0 auto 0; 
}

#EmailBox {
	color: #ffffff; 
	background: url(../graphics/footer_email_bg.gif) repeat-x; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	text-align: center;
	width: 920px; 
	height: 45px; 
}
#EmailBox FORM {
	padding-top: 10px;
}

.BtmEmail {
	background: #ffffff; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; 
	vertical-align: middle; 
	width: 245px; 
	margin: 0pt auto; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	padding-left: 3px; 
	padding-right: 3px; 
	border-top: lightgrey 1px solid; 
	border-bottom: lightgrey 1px solid; 
	border-left: lightgrey 1px solid; 
	border-right: lightgrey 1px solid; 
}

#MainLinksBox {
	color: #ffffff; 
	background: url(../graphics/footer_mainlink_bg.gif) repeat-x; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	text-align: center;
	width: 920px; 
	height: 36px; 
}
#MainLinksList {
	font: bold 12px/14px arial, helvetica, sans-serif; 
	margin: 0px; 
	padding-top: 10px;
	padding-bottom: 10px; 
	padding-left: 0px; 
	padding-right: 0px; 
}
#MainLinksList li {
	display: inline; 
	padding-top: 0px;
	padding-bottom: 0px; 
	padding-left: 8px; 
	padding-right: 7px; 
	border-right: #ffffff 1px solid; 
}
#MainLinksList li.nodiv {
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-left: 8px; 
	padding-right: 8px; 
	border-style: none; 
}
#MainLinksList a {
	color: #ffffff; 
	text-decoration: none;
}
#MainLinksList a:hover {
	text-decoration: underline;
}

#LinksBox {
	background: url(../graphics/footer_link_bg.gif) #eeeeee repeat-x 50% bottom; 
	text-align: left;
	width: 920px; 
	height: 215px; 
	padding-top: 15px; 
	padding-bottom: 15px; 
	padding-left: 0px; 
	padding-right: 0px; 
}
#LinksBox ul {
	text-indent: 0em; 
	list-style-type: none;
	margin: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-left: 1em; 
	padding-right: 0px; 
}
#LinksBox ul li {
	color: rgb(82,82,82); 
	font-family: arial, helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold; 
	line-height: 16px; 
}
#LinksBox ul li a {
	color: rgb(100,100,100); 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none;
}
#LinksBox ul li a:hover {
	text-decoration: underline;
}

#footerSectionBox {
	float: left; 
	width: 130px;
	padding-left: 35px; 
}
#footerSectionBoxNext {
	float: left; 
	width: 100px;
}
#footerTruckBox {
	float: left; 
	width: 120px;
	padding-left: 45px; 
}
#footerTruckBoxNext {
	float: left; 
	width: 90px;
}
#footerServiceBox {
	float: left; 
	width: 190px;
	padding-left: 45px; 
}
#footerServiceBoxNext {
	float: left; 
	width: 160px;
}

/* ********************************************** */
/* noButton only used in sub_forgotPassword */

.noButton {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	border: black 1px solid;
}
.noButtonHover {
	color: rgb(255,0,0);
	background-color: rgb(255,255,255);
	border-style: none;
}
.noButton2 {
	color: rgb(0,0,0);
	background-color: rgb(225,225,225);
	border-style: none;
}
.noButton2Hover {
	color: rgb(255,0,0);
	background-color: rgb(225,225,225);
	border-style: none;
}

/* ********************************************** */
/* quick look stuff */

#quickLookBox {
	position: absolute;
	top: 50px;
	left: 300px;
	display: none;
	background-color: rgb(255,255,255);
	width: 600px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: rgb(200,200,200) 2px solid;
	border-bottom: rgb(50,50,50) 4px solid;
	border-left: rgb(200,200,200) 2px solid;
	border-right: rgb(50,50,50) 4px solid;
	z-index: 75;
}

.quickLookText {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	font-family: arial, helvetica, univers, 'zurich bt', sans-serif;
	font-size: 12px;
}
.quickLookText a:link {
	color: rgb(0,0,0);
	font-size: 12px;
	text-decoration: none;
}
.quickLookText a:visited {
	color: rgb(0,0,0);
	font-size: 12px;
	text-decoration: none;
}
.quickLookText a:hover {
	color: rgb(255,0,0);
	font-size: 12px;
	text-decoration: underline;
}

.QtyInputBox {
	background: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	width: 15px;
	margin: 0pt auto;
	border-top: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-right: lightgrey 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.xLook1 {
	position: static;
	display: block;
	width: 150px;
	height: 150px;
	margin: 10px;
	padding: 0px;
	border: 1px solid white;

}
.xLook1 #xLook1a {
}
.xLook1 #xLook1b {
	position: static;
	display: none;
	visibility: hidden;
	width: 113px;
	height: 24px;
	margin-top: -40px;
	margin-left: 19px;
	padding: 0px;
	border: none;
}
.xLook2 {
	position: static;
	display: block;
	width: 150px;
	height: 150px;
	margin: 10px;
	padding: 0px;
	border: 1px solid black;
}
.xLook2 #xLook1a {
}
.xLook2 #xLook1b {
	position: static;
	display: block;
	visibility: visible;
	width: 113px;
	height: 24px;
	margin-top: -40px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border: none;
}
.xCell {
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
}
.xDesc {
	width: 150px; 
	margin: 0px; 
	padding-top: 0px;
	padding-bottom: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
}
.xDesc a {
	color: rgb(102,102,102);
}
.xDesc a:hover {
	color: rgb(204,0,0); 
	text-decoration: underline;
}

.quickLookH1 {
	color: black;
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 100%;
}

/* ********************************************** */
/* just added to your cart stuff */

#justAddedBox {
	position: absolute;
	top: 50px;
	left: 300px;
	display: none;
	background-color: rgb(255,255,255);
	/*width: 600px;*/
	width:320px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: rgb(200,200,200) 2px solid;
	border-bottom: rgb(50,50,50) 4px solid;
	border-left: rgb(200,200,200) 2px solid;
	border-right: rgb(50,50,50) 4px solid;
	z-index: 75;
}

.justAddedText {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	font-family: arial, helvetica, univers, 'zurich bt', sans-serif;
	font-size: 12px;
}
.justAddedText a:link {
	color: rgb(0,0,0);
	font-size: 12px;
	text-decoration: none;
}
.justAddedText a:visited {
	color: rgb(0,0,0);
	font-size: 12px;
	text-decoration: none;
}
.justAddedText a:hover {
	color: rgb(255,0,0);
	font-size: 12px;
	text-decoration: underline;
}

.justAddedH1 {
	color: black;
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 100%;
}

/* ********************************************** */
/* signon popup window stuff */

#signonBox {
	position: absolute;
	display: none;
	color: rgb(0,0,0);
	background-color: rgb(225,225,225);
	width: 306px;
	margin-top: 16px;
	margin-bottom: 0px;
	margin-left: -50px;
	margin-right: 0px;
	padding: 10px;
	border-top: rgb(150,150,150) 1px solid;
	border-bottom: rgb(0,0,0) 2px solid;
	border-left: rgb(150,150,150) 1px solid;
	border-right: rgb(0,0,0) 2px solid;
	z-index: 100;
}

#signonLink1 {
	display: inline;
}

#signonLink2 {
	display: none; 
	z-index: 100;
}

.signonBoxText {
	color: rgb(0,0,0);
	font-size: 12px;
	text-decoration: none;
}
.signonBoxText a:link {
	color: rgb(0,0,0);
	font-size: 12px;
	text-decoration: underline;
}
.signonBoxText a:visited {
	color: rgb(0,0,0);
	font-size: 12px;
	text-decoration: underline;
}
.signonBoxText a:hover {
	color: rgb(0,0,0);
	font-size: 12px;
	text-decoration: none;
}

.signonBoxTextW {
	color: rgb(255,255,255);
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.signinBoxInput {
	background: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
	vertical-align: middle;
	border: lightgrey 1px solid;
}

/* ********************************************** */
/* pageLinks only used in category2 */

.pageLinks {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	font-family: arial, helvetica, univers, 'zurich bt', sans-serif;
	font-size: 12px;
}
.pageLinks A:link {
	color: rgb(0,0,0);
	font-size: 12px;
	text-decoration: none;
}
.pageLinks A:visited {
	color: rgb(0,0,0);
	font-size: 12px;
	text-decoration: none;
}
.pageLinks A:hover {
	color: rgb(255,0,0);
	font-size: 12px;
	text-decoration: underline;
}

/* ********************************************** */
/* breadCrumbs stuff */

.breadCrumbs {
	color: rgb(0,0,0);
	font-family: arial, helvetica, univers, 'zurich bt', sans-serif;
	font-size: 12px;
}
.breadCrumbs a:link {
	color: rgb(0,0,0);
	text-decoration: none;
	font-size: 12px;
}
.breadCrumbs a:visited {
	color: rgb(0,0,0);
	text-decoration: none;
	font-size: 12px;
}
.breadCrumbs a:hover {
	color: rgb(255,0,0);
	text-decoration: underline;
	font-size: 12px;
}

#deptBreadcrumb {
	color: #ffffff;
	background: url('../graphics/dept_breadcrumb_bg.gif') repeat-x;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px;
	width: 100%;
	height: 28px;
}

.breadCrumbsW {
	color: rgb(255,255,255); 
	font-family: arial, helvetica, univers, 'zurich bt', sans-serif;
	font-size: 12px; 
}
.breadCrumbsW a:link {
	color: rgb(255,255,255); 
	font-size: 12px; 
	text-decoration: none;
}
.breadCrumbsW a:visited {
	color: rgb(255,255,255); 
	font-size: 12px; 
	text-decoration: none;
}
.breadCrumbsW a:hover {
	color: rgb(255,255,255); 
	font-size: 12px; 
	text-decoration: underline;
}

/* ********************************************** */
/* used only in sub_homeContent.html */
/* MainContent */
/* weeklyDeal1 & weeklyDeal2 */


#MainContent {
	background-color: #ffffff; 
	clear: both; 
	text-align: left;
	width: 920px; 
}

#weeklyDeal1 {
	padding-bottom: 10px;
	padding-left: 15px; 
}

#weeklyDeal2 {
	padding-left: 15px;
}

.HP_sectionHdr {
	display: block; 
	color: #ff0000; 
	font: bold 14px arial, helvetica, sans-serif; 
	padding-top: 0px;
	padding-bottom: 10px; 
	padding-left: 15px; 
	padding-right: 0px; 
}

/* ********************************************** */
/* following used for narrow by column of truck types */ 
/* and categories on category3 and search pages */
/* and see sub_narrowByColumn.html */
/* Sidebar */
/* leftnarrowby */

#Sidebar { 
	background: #cccccc url('../graphics/ShopSide_bg.gif') repeat-x;
	width: 200px;
}

.leftnarrowby {
	color: rgb(100,100,100);
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 12px;
	line-height: 170%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px; 
	margin-right: 0px;
}
.leftnarrowby A:link {
	color: rgb(100,100,100);
	font-size: 12px;
	text-decoration: none;
}
.leftnarrowby A:visited {
	color: rgb(100,100,100);
	font-size: 12px;
	text-decoration: none;
}
.leftnarrowby A:hover {
	color: rgb(82,82,82);
	font-size: 12px;
	text-decoration: underline;
}
.leftnarrowbyBold {
	color: rgb(82,82,82);
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 170%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px; 
	margin-right: 0px;
}

.cat3H1 {
	color: black;
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px; 
	margin-right: 0px;
}

.catDesc {
	font-size:13px;
	margin: 10px 2px;
	padding: 2px 5px;
	border: 1px solid silver;
	background-color: #F0E6E6;
}

/* ********************************************** */
/* misc classes used throughout site for links    */
/* and input fields etc                           */

.label1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 100%;
}

.input1 {
	background-color: white; 
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 100%;
}

.select1 {
	color: black; 
	background-color: white; 
	font-family: arial, helvetica, sans-serif;
	font-size: 14px; 
	line-height: 100%;
	vertical-align: middle; 
}

.label2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
}

.input2 {
	background-color: white; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
}

.select2 {
	color: #333333; 
	background: #cccccc; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; 
	vertical-align: middle; 
}

.link1 {
	font-size: 14px;
	color: rgb(150,150,150); 
}
.link1 a {	
	text-decoration: underline;
}
.link1 a:visited {
	text-decoration: underline;
}
.link1 a:hover {
	color: rgb(200,0,0);
	text-decoration: underline;
}

/* ********************************************** */
/* used only on product page */

#productDisplayProductBox {
	width: 730px;
	border: 1px solid gray;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}

#productDisplayPreviousNextBox {
	color: #FF0000;
	text-align: right;
}

#productDisplayPreviousNextBox a {
	color: #FF0000;
}

#productDisplayRecentlyViewedBox {
	width: 170px;
	border: 1px solid gray;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url('../graphics/redBar.jpg'); 
	background-position: top; 
	background-repeat: repeat-x; 
	text-align: center; 
	float: left;
}

.productRecentlyViewedRedHeading {
	font-size: 14px;   
	font-weight: bold; 
	color: #FFFFFF; 
	margin: 5px 0 0 5px; 
}

#productDisplayRelatedBox {
	width: 730px;
	border: 1px solid gray;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url('../graphics/redBar.jpg'); 
	background-position: top; 
	background-repeat: repeat-x; 
	float: left;
}

.productRelatedRedHeading {
	font-size: 14px;   
	font-weight: bold; 
	color: #FFFFFF; 
	margin: 5px 0 0 5px; 
}

#productDisplayDescBox {
	border: none;
	margin: 0px;
	padding: 0px;
	width: 730px;
}

.productDisplayDescText {
	font-size: 14px;
	font-weight: bold;
}

.productDisplayH1 {
	color: black;
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
}

/* ***** what follows is the magic that creates the shaded background ***** */
/* ***** with rounded corners                                         ***** */

#xsnazzyGrey p {
	margin: 0 10px;
	padding: 0.5em 0;
}

#xsnazzyGrey {
	background: transparent;
	margin: 1em;
}

.Gtop, .Gbottom {
	display: block;
	background: transparent;
	font-size: 1px;
}
.Gb1, .Gb2, .Gb3, .Gb4 {
	display: block;
	overflow:hidden;
}

.Gb1, .Gb2, .Gb3 {
	height: 1px;
}

.Gb2, .Gb3, .Gb4 { 
	background: #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}

.Gb1 {
	margin:0 5px;
	background:#e5e5e5;
}

.Gb2 {
	margin: 0 3px;
	border-width: 0 2px;
}

.Gb3 {
	margin: 0 2px;
}

.Gb4 { 
	height: 2px;
	margin: 0 1px;
}

.Gboxcontent {
	display: block;
	background: #e5e5e5;
	border: 0 solid #e5e5e5;
	border-width: 0 1px;
}

/* ***** end the magic for rounded corners                            ***** */

/* ********************************************** */
/* used only on view cart page */

#cartBox {
	width: 898px;
	border: 1px solid gray;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	/* float: left; */
	background-image: url(../graphics/topbar.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#cartShipViaBox {
	width: 898px;
	border: none;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	/* float: left; */
}

.cartHeader {
	color: #CC0000;
	font-size: 18px;
	line-height: 20px;
	vertical-align: middle;
}

.cartLink1 {
	font-size: 14px;
	color: rgb(150,150,150);
	line-height: 20px;
}
.cartLink1 a {	
	text-decoration: underline;
}
.cartLink1 a:visited {
	text-decoration: underline;
}
.cartLink1 a:hover {
	color: rgb(200,0,0);
	text-decoration: underline;
}

.cartRedLink {
	font-size: 14px;
	color: #FF0000;
	border-width: 0px;
	line-height: 20px;
	text-decoration: underline;
	bold;
}
.cartRedLink a {
	color: #FF0000;
	text-decoration: underline;
	bold;
}
.cartRedLink a:visited {
	color: #FF0000;
	text-decoration: underline;
	bold;
}
.cartRedLink a:hover {
	color: #D20200;
	text-decoration: underline;
	bold;
}

.cartItemDesc {
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.cartItemNumDesc {
	font-size: 12px;
	font-weight: normal;
	color: #707070;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.cartQtyAmtHdr {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.cartQtyAmt {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.cartShipViaText {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.cartShipViaLink {
	font-size: 12px;
	font-weight: normal;
	color: rgb(150,150,150); 
}
.cartShipViaLink a {	
	text-decoration: underline;
}
.cartShipViaLink a:visited {
	text-decoration: underline;
}
.cartShipViaLink a:hover {
	color: rgb(200,0,0);
	text-decoration: underline;
}

#cartRecentBox {
	width: 898px;
	border: 1px solid gray;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	clear: both;
	background-image: url(../graphics/topbar.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.cartRecentText {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	vertical-align: middle;
}

/* ********************************************** */
/* used only on checkout page */

.coStepDiv {
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right; 10px;
}

.coContinueDiv {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right; 10px;
}

.coStepHeading {
	color: #D20200;
	font-size: 16px;
	font-weight: bold;
}

.coButton1 {
	width: 200px;
	background-color: rgb(200,200,200);
	color: black;
	font-size: 14px;
	font-weight: bold;
}

.coHeader {
	color: #CC0000;
	font-size: 18px;
	line-height: 20px;
	vertical-align: middle;
}

.coLink1 {
	font-size: 14px;
	color: rgb(150,150,150);
	line-height: 20px;
}
.coLink1 a {	
	text-decoration: underline;
}
.coLink1 a:visited {
	text-decoration: underline;
}
.coLink1 a:hover {
	color: rgb(200,0,0);
	text-decoration: underline;
}

#coBox {
	width: 898px;
	border: none;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#checkoutTypeBox {
	width: 907px;
	border: #CCCCCC 1px solid;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	background-image: url(../graphics/topbar.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#checkoutShippingPanel {
	width: 907px;
	border: #CCCCCC 1px solid;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
	background-image: url(../graphics/topbar.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#checkoutPaymentPanel {
	width: 907px;
	border: #CCCCCC 1px solid;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
	background-image: url(../graphics/topbar.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.coHeaders {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 5px;
}

.coTypeButton {
	float: right;
	margin-top: 15px;
	margin-bottom: 10px;
}

#signinDiv {
	float: left;
	border-left: #cccccc 1px solid;
	width: 290px;
	height: 200px;
	border-top-style: none;
	border-right-style: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
}

#forgotDiv {
	float: left;
	border-left: #cccccc 1px solid;
	width: 290px;
	height: 200px;
	border-top-style: none;
	border-right-style: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
}

#createAccountDiv {
	float: left;
	border-left: #cccccc 1px solid;
	width: 290px;
	height: 200px;
	border-top-style: none;
	border-right-style: none;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

#guestAccountDiv {
	float: left;
	border-left: #cccccc 1px solid;
	width: 290px;
	height: 200px;
	border-top-style: none;
	border-right-style: none;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

.coItemDesc {
	font-size: 16px;
	font-weight: bold;
}

.coQuantityAmount {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.coItemNumber {
	font-size: 12px;
	font-weight: normal;
	color: #707070;
	line-height: 30px;
}

.coNoteCopy {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}

.coCustomerInfoBox {
	width: 907px;
	border: #CCCCCC 1px solid;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	background-image: url(../graphics/topbar.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.coBillingBox {
	float: left;
	width: 440px;
	margin-right: 5px;
	margin-top: 0px;
	margin-left: 20px;
	border-right: #cccccc 1px solid;
}

.coShippingBox {
	float: left;
	width: 350px;
	border-top-style: none;
	border-right-style: none;
	margin-right: 5px;
	margin-left: 30px;
	margin-top: 45px;
}

.coTabsX {
	width: 110px;
	height: 20px;
	border: 1px solid black;
	background-color: rgb(200,200,200);
	color: black;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	margin: 10px;
	float: left;
	font-size: 12px;
}

.coTabsX a {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
.coTabsX a:visited {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
.coTabsX a:hover {
	color: rgb(200,0,0);
	font-weight: bold;
	text-decoration: none;
}

.coTabsSelectedX {
	width: 110px;
	height: 20px;
	border: 1px solid black;
	background-color: #cc0000;
	color: white;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	margin: 10px;
	float: left;
	font-size: 12px;
}

.coTabsDimmedX {
	width: 110px;
	height: 20px;
	border: 1px solid black;
	background-color: rgb(200,200,200);
	color: rgb(150,150,150);
	text-align: left;	
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	margin: 10px;
	float: left;
	font-size: 12px;
}

.coTabs {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 5px;
	margin: 10px;
	float: left;
}

.coTabsSelected {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 5px;
	margin: 10px;
	float: left;
}

.coTabsDimmed {
	text-align: left;	
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 5px;
	margin: 10px;
	float: left;
}

/* ********************************************** */
/* used only on siteMap page */

#siteMapStatics, 
#siteMapTrucks,
#siteMapColumns {
	margin: 0 50px; 
	padding:0 20px 10px; 
	border-bottom: 1px solid silver;
}

#siteMapColumns {
	margin-bottom: 30px;
}

.siteMapStatic, .siteMapTruckType {
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	zoom: 1;
	width: 210px;
	margin-left: 50px;
	margin-bottom: 20px;
}

.siteMapStatic a, 
.siteMapTruckType a {
	padding: 4px;
	margin-bottom: 2px;
	text-decoration: none;
}

.smCol {
	float:left; 
	width: 250px;
	margin-left: 10px;
}

.siteMapLvl1 {
	margin-left: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
}

.siteMapLvl1 a {
	display: block;
	padding: 4px;
	margin-bottom: 2px;
	text-decoration: none;
}

.siteMapStatic a:hover, 
.siteMapTruckType a:hover,
.siteMapLvl1 a:hover {
	text-decoration: underline;
	background-color: navajowhite;
}

.siteMapLvl2 {
	margin-left: 10px;
	font-size: 12px;
}

.siteMapLvl3 {
	margin-left: 10px;
	font-weight: normal;
	font-size: 11px;
}


/* ********************************************** */

#mcafeeSeal {
	position: relative;
	top: -140px;
	left: 582px;
	height: 0px;
	width: 68px;
	background-color: white;
	background: none; 
	/* filter:alpha(opacity=50%); IE's opacity
	opacity: 0.50; */
	z-index: 50;
	text-align: center;
}

/* ********************************************** */

div#disableBackground, 
div.disableBackground {
	display: none;
	width: 100%;
	min-height: 100%;
	position: fixed;
	z-index: 60;
	left: 0px;
	top: 0px;
	background-color: black;
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
}

/* ********************************************** */

#emailSignupPopupCenteringFrame {
	position: absolute; 
	top: 150px;
	left: 50%;
	z-index: 1001;
}

#emailSignupPopupOuterFrame {
	margin: auto; 
	width: 600px; 
	height: 360px; 
	background-color: gray; 
	border-radius: 30px; 
	position: relative;
	left: -50%;
}


#emailSignupPopupInnerFrame {
	position: absolute; 
	top: 30px; 
	left: 30px; 
	right: 30px; 
	bottom: 30px; 
	background-color: white; 
	padding: 20px;
	border-radius: 20px; 
	text-align: center;
}

#emailSignupPopupInnerFrame input[type=text] {
	font-size: 120%; 
	width: 70%; 
	padding: 5px 10px;
	border: 2px inset silver; 
	margin: 15px 0px 30px 0px;
}

#emailSignupPopupInnerFrame .signupButton,
#emailSignupPopupInnerFrame .refusalButton {
	width: 85%; 
	padding: 10px; 
	border: 2px outset silver; 
	border-radius: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

#emailSignupPopupInnerFrame .signupButton {
	background-color: darkgreen;
	font-size: 200%;
	color: white;
}

#emailSignupPopupInnerFrame .refusalButton {
	background-color: lightgray;
	font-size: 150%;
}

#emailSignupPopupInnerFrame .signupButton:hover,
#emailSignupPopupInnerFrame .refusalButton:hover {
	background-color: lightblue;
	color: black;
}

#emailSignupPopupInnerFrame .signupButton:active,
#emailSignupPopupInnerFrame .refusalButton:active {
	border: 2px inset silver; 
}

/* ********************************************** */
/* New Home Page */
/* ********************************************** */

.featuredItemBox {
	height: 224px; 
	margin: 5px 0 10px; 
	width: 178px; 
	border-collapse: none;
}

.featuredItemPic {
	width: 150px; height: 150px; padding: 0 14px;
}

.featuredItemDesc {
	width: 174px; 
	min-height: 30px; 
	padding:4px 3px 0px 3px; 
	text-align: center;
	word-break: break-word;
}

.featuredItemPrice {
	width: 174px; 
	/* height: 40px;  */
	padding:4px 3px 0px 3px; 
	text-align: center;
}

.itemDivClass {
	top: 0px; 
	left: 0px; 
	position: absolute;
}

.viewPortalClass {
	height:718px; 
	overflow:hidden; 
	position:relative;
}

.homePageColumnBlock {
	float: left; 
	margin-left: 42px;
	width: 667px;
}

.homePageColumn {
	width:178px; 
	margin-right: 42px; 
	float: left; 
	text-align: center; 
	border-left: 1px solid #666; 
	border-right: 1px solid #666; 
	border-bottom: 1px solid #666;
}

.homePageColumnArrowUp, 
.homePageColumnArrowDown {
	padding:4px 0 2px; 
	text-align: center;
	cursor: pointer;
	position: relative;
	color: #bbb;
}

.homePageColumnArrowUp:hover, 
.homePageColumnArrowDown:hover {
	color: #a66;
	font-weight: bold;
}

.homePageColumnArrowUp:before {
	content: "Scroll Up";
	position: absolute;
	top:5px;
	left: 5px;
	width: 40px;
	text-align: center;
}

.homePageColumnArrowDown:before {
	content: "Scroll Down";
	position: absolute;
	top:5px;
	left: 5px;
	width: 40px;
	text-align: center;
}



.homePageColumnHeader {
	background-image: url('https://w.p.mybuys.com/clients/IOWA80/images/titlebackground.gif');
	background-repeat: repeat-x;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0 6px;
	text-align: center;
	text-transform: uppercase; 
	width: 178px; 
	margin-right: 42px; 
	float:left;
	border-left: 1px solid #666; 
	border-right: 1px solid #666; 
	border-top: 1px solid #666; 
	cursor: pointer;
}

.homePageColumnHeader:hover {
	color: yellow;
}

/* ********************************************** */

.upsavFix {
	background-color: pink;
}

#upsMsg {
	color: red; 
	font-weight: bold; 
	font-size: 150%; 
	margin: 0px 20px; 
	line-height: 1.3;
}

.upsAddressList {
	overflow-y: scroll; 
	height: 200px; 
	width: 75%; 
	float: left; 
	margin-bottom: 20px;
}


/* ********************************************** */

.devBox {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    width: 175px;
    text-align: center;
    color: white;
    font-size: 150%;
    font-weight: bold;
    box-shadow: 2px 2px 3px 1px #666;
}






