@charset "ISO-8859-1";

/* initializations */

body {
	color:#333;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:small;
	text-align:center;
	background:#3A75A7 url(../images/blue_lines.png) repeat center top;
}
body, html, ul, li, p, img, h1, h2, h3, h4, h5, h6, h7, h8, ol, form, fieldset, legend, label, table, td, th {
	margin:0;
	padding:0;
}
img {
	border:0;
}
label {
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
input, textarea, select {
	color:#333;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:100%;
	border:1px solid #EADDC5;
}
input:focus, textarea:focus, select:focus {
	color:#333;
	border:1px solid #C8BFAE;
}
h1, h2, h3, h4 {
	font-size:100%;
}
sup {
	font-size:70%;
	line-height:20%;
	position:relative;
	top:.35em;
}
.accessibleText {
	color:#000;
	font-size:10%;
	text-decoration:none;
	margin-left:-9999px;
	display:none;
}
#noMargin {
	margin:0!Important;
}
.noMargin {
	margin:0!Important;
}
.noBorder {
	border:0!Important;
}
.selected {
	border:1px solid #FFF;
}
a {
	color:#003876;
	text-decoration:none;
	cursor:pointer;
	outline:none;
}
a:hover, a:visited:hover {
	color:#333;
}
.hidden {
	display:none;
}
#header, #wideHeader {
	width:596px;
	margin:0 0 15px 0;
	padding:1px;
	background-color:#FFF;
	border:1px solid #003876;
}
#header2, #wideHeader2 {
	color:#FFF;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	width:596px;
	padding:5px 0;
	background:url(../images/header_back.gif) repeat-x left top;
}
#wideHeader {
	width:776px;
}
#wideHeader2 {
	width:776px;
	background-color:#003876;
}
.button {
	color:#333;
	font:normal 12px arial, sans-serif;
	text-decoration:none;
	height:20px;
    padding-right:15px; /* sliding doors padding */
	background:transparent url(../images/bg_button_a.gif) no-repeat right top;
	float:right;
    display:block;
	o\verflow:hidden;
}
.button span {
	line-height:14px;
    height:20px;
    padding:3px 0 3px 15px;
	background:transparent url(../images/bg_button_span.gif) no-repeat left top;
    display:block;
} 
.button:hover {
	color:#333;
	background-position:right -20px;
}
.button:hover span {
    background-position:left -20px;
}
.button:active {
    background-position:right -40px;
}
.button:active span {
	padding:4px 0 2px 15px; /* push text down 1px */
	background-position:left -40px;
}
.go {
	width:20px;
	height:20px;
	background:url(../images/go_arrow.png) no-repeat left top;
	float:right;
	display:block;
	outline:none;
	cursor:pointer;
}
.go:hover {
	background-position:left -20px;
}
.go:active {
	background-position:left -40px;
}
#rightBoxStatic {
	width:160px;
	height:220px;
	margin:20px 0 0 0;
}
#jtrccError, jzError {
	color:#FBF6EB;
	text-align:center;
	width:580px;
	margin:0 0 10px 0;
	padding:10px;
	background:#B22B18;
	border:1px solid #EADDC5;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-khtml-border-radius:1em;
	border-radius:1em;
	float:left;
}
#jtrccError p {
	margin:10px 0;
}
#jtrccError p a {
	color:#EADDC5;
	text-decoration:underline;
}
#jtrccError p a:hover {
	color:#FFF;
}
#loadWheel {
	width:100px;
	height:99px;
	background:url(../images/indicator.gif) no-repeat left top;
	position:absolute;
	top:35px;
	left:250px;
	display:block;
}
#colorResults #loadWheel {
	top:115px;
}
.IE5Message {
	color:#EADDC5;
	font-weight:bold;
	width:100%;
	margin:0 0 -5px 0;
	padding:5px 0;
	background-color:#000;
	position:relative;
	z-index:1000;
}
.clear {
	width:99.9%;
	height:1px;
	margin:0 0 -1px;
	display:block;
	clear:both;
}
#clearLine {
	width:99.9%;
	height:1px;
	margin:0 0 -1px;
	border-top:1px solid #CCC;
	clear:both;
}
.required {
	color:#B22B18;
}

/* main content */

#shadowWrap {
	width:860px;
	margin:0 auto;
	background:url(../images/side_shadows_840.png) repeat-y center top;
	position:relative;
	z-index:1;
	display:block;
}
#bottomShadow {
	width:860px;
	height:30px;
	margin:0 auto;
	background:url(../images/bottom_shadow.png) no-repeat center top;
	display:block;
}
#mainWrap {
	text-align:left;
	width:840px;
	margin:0 9px;
	background-color:#F6F6F6;
	border:1px solid #CCC;
	border-top:10px solid #B22B18;
	position:relative;
}
#backgroundText {
	width:101px;
	height:683px;
	background:url(../images/artwear_background.png) no-repeat left top;
	position:absolute;
	top:0;
	left:851px;
	z-index:200;
	display:block;
}

/* begin header */

#jerzeesLogo {
	width:172px;
	height:44px;
	background:url(../images/jerzees_header_logo_2.png) no-repeat left top;
	position:absolute;
	top:40px;
	left:30px;
	z-index:1000;
	display:block;
}
#jtrccTopBar {
	width:800px;
	height:33px;
	max-height:29px;
	margin:20px;
	background:url(../images/top_bar_pattern.png) repeat-x left top;
}
#topBarLinks {
	min-width:300px;
	width:24em;
	height:17px;
	max-height:17px;
	padding:8px 8px 8px 26px;
	background:url(../images/top_bar_curve.png) repeat-x left top;
	float:right;
}
#topBarLinks sup {
	font-size:90%;
	line-height:50% !Important;
	margin:0;
	padding:0;
	display:inline;
}
#jerzeesLinks {
	color:#FFF;
	font-size:80%;
	padding:2px 8px;
	height:13px;
	float:right;
}
#jerzeesLinks a {
	color:#FFF;
	text-decoration:none;
}
#jerzeesLinks a:hover {
	color:#F5DFB5;
}
#contactBtn {
	color:#FFF;
	font-size:80%;
	padding:2px 8px;
	background:url(../images/divider_tall.gif) no-repeat right top;
	float:right;
}
#contactBtn a, #jerzeesLinks a {
	color:#FFF;
	text-decoration:none;
	float:left;
}
#contactBtn a:hover, #jerzeesLinks a:hover {
	color:#EFE7D5;
}
#jerzeesLinks span {
	font-size:90%;
	position:relative;
	top:-2px;
	display:inline-block;
}
#searchInput {
	color:#FFF;
	font-size:12px;
	vertical-align:top;
	width:100px;
	height:15px;
	margin:0 0 0 12px;
	padding:1px 5px;
	background-color:#3A75B7;
	border:1px solid #779CC6;
	float:right;
}
#go {
	margin:0 0 0 5px;
	border:none;
	float:right;
	display:block;
	outline:none;
}

/* begin navigation */

#navigation {
	text-align:right;
	list-style:none;
	width:555px;
	height:3em;
	margin:10px 0 0 255px;
}
#navigation li {
	padding:0 6px 0 10px;
	border-right:1px dotted #878500;
	display:inline;
}
#navigation li.noBorder {
	border-right:none;
}
#navigation li a {
	color:#666;
	font-size:90%;
	text-decoration:none;
	padding:0;
}
#navigation li a:hover {
	color:#600;
}

/* page area */

#mainContent {
	color:#333;
	width:780px;
	height:500px;
	margin:0 0 20px 0;
	padding:0 30px;
	float:left;
}
html>body #mainContent {
	height:auto;
	min-height:500px;
}
.topBanner {
	width:780px;
	height:82px;
	margin:0 auto 20px auto;
	display:block;
}
#col2 .sideBanner, #panel2_2 .sideBanner {
	width:160px;
	height:300px;
	margin:20px auto;
	float:left;
	clear:left;
	display:block;
}

/* if columns */

#col1, #panel2_1, #panel3_1 {
	position:relative;
	float:left;
	display:inline;
}
#col2, #panel2_2, #panel3_2 {
	text-align:left;
	margin:0 0 0 10px;
	float:left;
	display:inline;
	overflow:hidden;
}

/* if rows */

#row1, #row2, #row3, row4 {
	width:780px;
	position:relative;
	float:left;
	clear:left;
}
#col2 h2, #panel2_2 h2, #panel3_2 h2, #wholesaleSearchPanel h2, #queryResult #wInventory h3, #queryResultWide #wInventory h3, #order h2, #IndustryResources #leftPanel h2, #IndustryResources #rightPanel h2, .textPage h2 {
	color:#003876;
	font-size:95%;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 5px 0;
	padding:5px 0;
	border-top:1px solid #779CC6;
	border-bottom:1px solid #779CC6;
}
#col2 h3, #panel2_2 h3, #panel3_2 h3, #queryResult #wInventory h4, #queryResultWide #wInventory h4, .textPage h3 {
	color:#887C66;
	font-size:90%;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 5px 0;
}
.textPage h3 {
	margin:10px 0 5px 0;
	padding:5px;
	background-color:#FBF6EB;
	border-top:1px solid #BDAC8F !Important;
	border-bottom:1px solid #BDAC8F !Important;
}
/* footer */

#footer {
	font-size:80%;
	width:840px;
	padding-top:8px;
	background-color:#275991;
	border-top:4px solid #C8BFAE;
	float:left;
	clear:both;
}
#footer ul {
	text-align:center;
	list-style:none;
	margin:0;
}
#footer ul li {
	color:#FFF;
	letter-spacing:0.1em;
	padding:0 6px 0 10px;
	border-right:1px dotted #878500;
	display:inline;
}
#footer ul li a {
	color:#EFE7D5;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#FFF;
}
.footerTag {
	color:#EFE7D5;
	font-size:90%;
	letter-spacing:.07em;
	text-align:right;
	margin:10px 10px 5px 0;
	position:relative;
	display:block;
}
.footerTag a {
	color:#EFE7D5;
	text-decoration:none;
	padding:0 0 0 10px;
	margin:0 0 0 7px;
	border-left:1px dotted #878500;
}
.footerTag a:hover {
	color:#FFF;
}
.footerLeft {
	padding:10px 0 0 20px;
	float:left;
	display:block;
}
.jtrccPipe {
	color:#BFB163;
}
.footerLogo {
	vertical-align:middle;
	margin:0 0 5px 0;
}

/* site controls */

#controlBox {
	text-align:center;
	width:860px;
	position:absolute;
}
.controls {
	color:#FFF;
	font-size:100%;
	line-height:100%;
	text-decoration:none;
}
.controls:hover, .controls:visited:hover {
	color:#EFE7D5;
}
.controls:visited {
	color:#FFF;
}
.controlsSpacer {
	color:#EFE7D5;
	font-size:100%;
}

/* home page */

#jtrccPrimary {
	width:780px;
	height:324px;
	margin:0 0 20px 0;
	float:left;
	display:block;
}
#jtrccPrimary ul {
	margin:0;
	list-style:none;
	border:0;
}
#jtrccPrimary li {
	list-style:none;
	position:relative;
}
#jtrccPrimary li div, #jtrccPrimary li img {
	list-style:none;
	position:absolute;
}
#jtrccPrimaryBorder {
	width:823px;
	height:367px;
	background:url(../images/primary_lines.gif) no-repeat left top;
	position:absolute;
	top:-20px;
	left:-21px;
}
#jtrccHome1, #jtrccHome2, #jtrccHome3, #jtrccHome4 {
	width:173px;
	height:159px;
	margin:0 26px 0 0;
	border:1px solid #003876;
	float:left;
}
#jtrccHome1 img, #jtrccHome2 img, #jtrccHome3 img, #jtrccHome4 img {
	width:173px;
	height:159px;
}
#jtrccHome4 {
	margin:0;
}
#jtrccHomeColorBar {
	width:780px;
	margin:20px 0 0 0;
	padding:20px 0;
	background:url(../images/home_color_title.gif) no-repeat left top;
	float:left;
}
#jtrccHomeColorBar a {
	width:14px;
	height:14px;
	margin:0px 4px 3px 0;
	border:1px solid #BDAC8F;
	float:left;
	display:block;
}
#jtrccHomeColorBar a:hover {
	border:1px solid #333;
}
#jtrccHomeColorBar a img {
	width:14px;
	height:14px;
}
.lastSwatch {
	margin:0 0 3px 0;
}
#homeColorNote {
	color:#666;
	font-size:80%;
	text-align:center;
	letter-spacing:.3em;
	width:100%;
	padding:2px 0 0 0;
	clear:left;
}

/* sidebar navigation */

.sidebarNav {
	width:160px;
}
.sidebarNav sup {
	font-size:90%;
	line-height:0;
}
.sidebarNav ul {
	width:160px;
	margin:0;
}
.sidebarNav ul li {
	list-style:none;
	display:inline-block;
}
.sidebarNav ul li h2 {
	font-size:85% !Important;
	font-weight:normal;
	text-transform:capitalize !Important;
	width:160px;
	margin:0 !Important;
	padding:0 !Important;
	border:none !Important;
}
.sidebarNav ul li ul li h3 {
	font-size:85% !Important;
	text-transform:capitalize !Important;
	width:160px;
	margin:0 !Important;
	padding:0 !Important;
}
.sidebarNav ul li h2 a {
	color:#333;
	text-decoration:none;
	padding:5px 0 5px 12px;
	background:url(../images/sidebar_closed.gif) no-repeat left center;
	border-bottom:1px solid white;
	display:block;
}
.sidebarNav ul li h2 a:hover {
	color:#333;
	background-color:#EFE7D5;
}
.sidebarNav ul li h2 a:active {
	color:#FFF;
	background-color:#878500;
}
.sidebarNav ul li h2 .current {
	color:#003876;
	font-weight:bold;
	background:url(../images/sidebar_open.gif) no-repeat left center;
	background-color:transparent;
}
.sidebarNav ul li h2 .current:hover {
	color:#878500;
	background-color:transparent;
}
.sidebarNav ul li ul {
	margin:0 0 5px 0;
	background:#FFF url(../images/sidebar_body_back.gif) repeat-y left top;
	border-top:1px dashed #BDAC8F;
	border-bottom:1px dashed #BDAC8F;
	display:inline-block;
}
.sidebarNav ul li ul li h3 a {
	color:#333;
	padding:5px 0 5px 15px;
	background:url(../images/dash.gif) no-repeat 2px center;
	border-bottom:1px solid white;
	display:block;
}
.sidebarNav ul li ul li h3 a:hover {
	color:#000;
	background-color:#EADDC5;
}
.sidebarNav ul li ul li h3 a:active {
	color:#FFF;
	background-color:#BFB163;
}
.sidebarNav ul li ul li .current a {
	color:#003876;
	background:#FFF url(../images/sidebar_head_back.gif) repeat-y left top;
}
.sidebarNav ul li ul li .current a:hover {
	color:#003876;
	background:#FFF url(../images/sidebar_head_back.gif) repeat-y left top;
}
.sidebarNav li .submenu {
	margin-bottom:0.5em;
	display:none;
}

/* category and subcategory pages */

#displayedPage, #subCatWrapper {
	text-align:center;
	width:610px;
}
.subCatDescriptPanel {
	width:193px;
	margin:0 10px 10px 0;
	background:url(../images/photo_box_top.gif) no-repeat left top;
	position:relative;
	float:left;
	clear:none !Important;
}
.productPhotoOpen {
	width:181px;
	height:191px;
	margin:10px 5px 5px 5px;
	background:url(../images/placeholder.gif) no-repeat 7px 20px;
}
.subCatDescriptPanel img {
	width:181px;
	height:191px;
}
.subCatDescriptPanel h3 {
	font-size:86%;
	font-weight:normal;
	line-height:115%;
	width:173px;
	height:4.5em;
	padding:0 10px;
	overflow:hidden;
}
.subCatDescriptPanel h3 a {
	color:#333;
}
.subCatDescriptPanel h3 a:hover {
	color:#003876;
}
.subCatDescriptPanel h4 {
	color:#EFE7D5;
	font-size:90%;
	font-weight:normal;
	line-height:90%;
	width:187px;
	height:1.7em;
	padding:5px 3px 0 3px;
	background:url(../images/photo_box_bottom.gif) no-repeat left bottom;
	border-top:1px solid #EFE7D5;
	position:relative;
	overflow:hidden;
}
.subCatDescriptPanel h4 img {
	width:9px;
	height:9px;
	border:none;
	position:absolute;
	top:.5em;
	right:5px;
}
.subCatDescriptPanel h4 sup {
	color:#003876;
	font-size:90%;
	line-height:0;
}
.subCatDescriptPanel sup {
	font-size:90%;
}
.catImageHover {
	width:191px;
	height:201px;
	background:url(../images/view_btn_sm.png) no-repeat left 3px;
	position:absolute;
	top:0;
	right:0;
}
.catImageHover:hover {
	background-position:right 3px;
}
#subCatLegend {
	font-size:80%;
	font-weight:normal;
	letter-spacing:.1em;
	text-align:center;
	width:594px;
	margin:10px 0;
	padding:6px;
	border-top:1px solid #EFE7D5;
	border-bottom:1px solid #EFE7D5;
}
#subCatLegend img {
	vertical-align:baseline;
	margin:1px 5px 0 0;
	border:none;
}

/* changes for catalog page */

.category .subCatDescriptPanel h3 {
	width:187px;
	height:2.2em;
	padding:5px 3px 0 3px;
	background:url(../images/photo_box_bottom_dk.gif) no-repeat left bottom;
	border-top:1px solid #C8BFAE;
}
.category .subCatDescriptPanel h3 a {
	color:#EFE7D5;
	text-decoration:none;
}
.category .subCatDescriptPanel h3 a:hover {
	color:#FFF;
}

.bottomMessage {
	font-size:90%;
	text-align:center;
	width:600px;
	margin:10px 0 0 0;
	padding:5px 0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	float:left;
	clear:left;
}

/* product view page */

#pviewLeftCol {
	text-align:center;
	width:354px;
	height:387px;
	margin:0 0 80px 0;
	background:#FFF url(../images/placeholder.png) no-repeat left top;
	float:left;
}

/* pview image and zoom */

#zoomContainer {
	width:352px;
	height:387px;
	margin:0;
	position:relative;
	top:1px;
	left:1px;
	float:left;
	overflow:hidden;
}
#zoomMask {
	width:352px;
	height:387px;
	position:absolute;
	left:0;
	top:0;
	z-index:5;
}
#zoomButton {
	width:25px;
	height:29px;
	background:url(../images/zoom_button_duo.png) no-repeat left top;
	position:absolute;
	top:10px;
	left:10px;
	z-index:50;
}
#zoomButton:hover {
	background:url(../images/zoom_button_duo.png) no-repeat left bottom;
}
#productDescImg {
	width:352px;
	height:372px;
	margin:15px 0 0 0;
	position:absolute;
	top:0;
	left:1px;
	z-index:1;
}

/* pview name under image */

#productDescName {
	text-align:center;
	width:354px;
	background:url(../images/placeholder_bottom.png) no-repeat left bottom;
	border-top:1px solid #CCC;
	position:absolute;
	top:387px;
	left:0;
	overflow:hidden;
}
#productDescName h2 {
	color:#FFF;
	font-size:115%;
	width:344px;
	padding:0 5px;
	margin:5px 0 0 0;
}
#productDescName h2 sup {
	font-size:70%;
}
#productDescName h5 {
	color:#FFF;
	font-size:90%;
	font-weight:normal;
	width:354px;
	margin:0 0 10px 0;
}

/* pview right column */

#pviewRightCol {
	color:#333;
	line-height:120%;
	text-align:left;
	width:230px;
	min-height:500px;
	padding:0 0 0 15px;
	background:url(../images/blend_line.gif) no-repeat right top;
	float:left;
	overflow:hidden;
}
#productDesc {
	font-size:85%;
}
#productDesc h4 {
	color:#003876;
	display:block;
}
#productDesc div em {
	font-weight:normal;
	display:block;
}
#productDesc div em strong {
	display:block;
}
#productDesc div {
	width:215px;
	margin:0 0 10px 0;
}
#productDesc div ul {
	list-style:disc outside;
	margin:0 0 10px 0;
}
#productDesc div ul li {
	font-size:95%;
	line-height:1.1em;
	margin:5px 0 5px 1.3em;
}
#productDesc div em {
	font-style:normal;
	display:block;
}
#productDesc div ul li em {
	color:#003876;
	display:inline;
}
#pviewRightCol ol {
	list-style:none;
	width:215px;
	padding:0 15px 0 0;
	clear:both;
	display:block;
}
#pviewRightCol ol li {
	font-size:85%;
	line-height:140%;
	text-indent:0;
	width:215px;
	margin:0 0 10px 0;
	float:left;
	clear:left;
}
#pviewRightCol ol li h4 {
	color:#003876;
	width:215px;
	padding:10px 0 0 0;
	border-top:1px solid #EADDC5;
}
#pviewRightCol ol li h4 span {
	color:#887C66;
	font-size:90%;
	font-style:oblique;
	line-height:100%;
	clear:left;
	display:block;
}

/* pview features */

#features {
	width:215px;
	margin:5px 0;
	float:left;
}
#features a {
	width:35px;
	height:30px;
	margin:0 5px 0 0;
	border:1px solid #EADDC5;
	float:left;
}
#features img {
	width:30px;
	height:30px;
	float:left;
}
.pviewSpecialFeature {
	width:215px;
	float:left;
}

/* pview sizes */

#pviewRightCol ol li #pviewSize {
	width:215px;
	margin-top:5px;
	float:left;
}
#pviewRightCol ol li #pviewSize a {
	color:#FFF;
	font-size:10px;
	text-align:center;
	text-decoration:none;
	width:2.2em;
	height:2.2em;
	margin:0 5px 5px 0;
	background-color:#BDAC8F;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	float:left;
	display:block;
}
#pviewRightCol ol li #pviewSize a:hover {
	color:#FFF;
	background-color:#887C66;
}
#pviewRightCol ol li #pviewSize a.selected {
	color:#FFF;
	background-color:#878500;
	border:none;
}
#pviewRightCol ol li #pviewSize a span {
	font-style:normal;
	padding:3px 0;
	display:block;
}
#pviewRightCol h4 #colorChoice, #pviewRightCol h4 #featureName, #pviewRightCol h4 #sizeChoice {
	color:#333;
	font-weight:normal;
	text-transform:capitalize;
	display:inline;
}

/* pview colors */

#pviewRightCol ol li blockquote {
	text-decoration:none;
	width:215px;
	margin:10px 0 5px 0;
	float:left;
	display:block;
}
#pviewRightCol ol li blockquote a {
	width:16px;
	height:16px;
	margin:0 3px 3px 0 !Important;
	border:1px solid #CCC;
	position:relative;
	float:left;
	display:block;
}
#pviewRightCol ol li blockquote a:hover {
	border:1px solid #887C66;
}
#pviewRightCol ol li blockquote a:active {
	border:1px solid #000;
}
#pviewRightCol ol li blockquote a img {
	width:16px;
	height:16px;
}
#pviewRightCol ol li blockquote a #newColor {
	width:9px;
	height:9px;
	background:url(../images/jtrcc_triangle.gif) no-repeat left top;
	position:absolute;
	top:11px;
	left:11px;
	display:block;
}
#pviewRightCol ol li p {
	width:215px;
}

/* pview pop up color */

#colorLabel {
	width:210px;
	height:100px;
	margin:5px 0 0 0;
	float:left;
	display:block;
}
#colorLabel div {
	width:35px;
	height:35px;
	border:1px solid #887C66;
	float:left;
	display:block;
}
#colorLabel div img {
	width:35px;
	height:35px;
}
#colorLabel b {
	color:#887C66;
	margin:3px 0;
	float:left;
	clear:left;
}
#colorLabel p {
	float:left;
	clear:left;
}

/* pview button */

#pviewRightCol #addLi {
	width:210px;
	margin:10px 0 20px 0;
	float:left;
	overflow:hidden;
}

/* pview size table */

#sizeTable {
	text-align:center;
	width:354px;
	position:absolute;
	top:35%;
	right:25px;
	z-index:600;
	clear:left;
	overflow:hidden;
}
#sizeTable table {
	font-size:10px;
	width:353px;
	padding:0;
	border-top:1px solid #EADDC5;
	border-left:1px solid #EADDC5;
	overflow:hidden;
}
#sizeTable table td, #sizeTable table th {
	padding:5px;
	border-right:1px solid #EADDC5;
	border-bottom:1px solid #EADDC5;
	overflow:hidden;
}
#sizeTable table th {
	text-align:left;
	width:16.6%;
	background-color:#3A75B7;
}
#sizeTable table .title {
	color:#FFF;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	width:16.6%;
	background-color:#333;
}
#sizeTable .header {
	font-weight:bold;
	letter-spacing:-.05em;
	background-color:#EFE7D5;
	overflow:hidden;
}
#sizeTable .even {
	background-color:#FBF6EB;
	overflow:hidden;
}
#sizeTable .odd {
	background-color:#F6F6F6;
	overflow:hidden;
}
#sizeTable .footer {
	background-color:#666;
	overflow:hidden;
}
#sizeTable .footer a {
	color:#FFF;
}
#sizeTable .footer a:hover {
	color:#EADDC5;
}

/* pview confirmation message */

.pviewError {
	color:#FFF;
	font-size:100%;
	width:195px !Important;
	margin:10px 0;
	padding:5px 10px;
	background-color:#B22B18;
	border:1px solid #887C66;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	float:left;
}

/* catalog order form */

#order {
	text-align:left;
	width:600px;
	margin:0 0 20px 0;
	float:left;
}
#order h2 {
	text-align:center;
	margin:0 0 10px 0;
}
#order h3 {
	font-size:85%;
	font-weight:normal;
	text-align:center;
	margin:-5px 0 10px 0;
}
#order form {
	width:600px;
	padding:0 0 15px 0;
	background:url(../images/form_box_bottom.png) no-repeat left bottom;
	float:left;
}
#order form div {
	padding:15px;
	background:url(../images/form_box_top.png) no-repeat left top;
	float:left;
}
#order #mybuttons {
	padding:5px 0;
	background:url(none);
}
#order form fieldset {
	width:570px;
	border:none;
	float:left;
}
#order form fieldset legend {
	color:#003876;
	font-size:100%;
	text-transform:uppercase;
	width:560px;
	float:left;
	display:block;
}
#order form fieldset ol, #order form fieldset ul {
	list-style:none;
	width:538px;
	margin:5px 0 20px 0;
	padding:10px 15px 20px 15px;
	background:#F6F6F6;
	border:1px dotted #EADDC5;
	float:left;
	display:block;
	overflow:hidden;
}
#order form fieldset ol li {
	width:538px;
	margin:3px 0;
	float:left;
}
#order form fieldset ol li label {
	width:9em;
	margin:2px 0 0 5px;
	float:left;
}
#order form fieldset ol li input {
	float:left;
}
#order form fieldset ol li select {
	float:left;
}
#order form fieldset ul li {
	font-size:95%;
	width:13.5em;
	height:2.1em;
	float:left;
	display:block;
}
#order form fieldset ul li label {
	margin:10px 0 10px 5px;
	float:left;
}
#order form fieldset ul li input {
	margin:10px 2px 10px 0;
	float:left;
}
#order form fieldset ol #halfLength {
	width:265px;
	margin-bottom:10px;
}
#order form fieldset ol #halfLength label {
	width:235px;
}
#order form fieldset ol textarea {
	width:350px;
	height:200px;
}
#order #commentlabel {
	width:7em;
	margin-left:5px;
}
#order .button {
	margin-right:10px;
}
.matReqForm {
	margin:0 0 20px 0;
}
.radio, .radioBtn {
	border:none;
}

/* form captcha */

.captcha {
	width:568px;
	margin:-30px 0 0 0;
	background:#FBF6EC url(none) !Important;
	border:1px solid #EADDC5;
	border-top:none;
	border-bottom:none;
	float:none;
}
.captcha label {
	font-size:95%;
	text-align:left;
	width:300px;
	margin:20px 0 0 0;
	background-color:none !Important;
	float:right;
	display:block;
}
.captcha input {
	width:298px;
	height:1.5em;
	margin:5px 0;
	float:right;
	display:block;
}
.captcha p {
	width:298px;
	margin:5px 0;
	float:right;
	display:block;
}
.captcha .refresh {
	width:298px;
	margin:10px 0 5px 0;
	float:right;
	display:block;
}
.captcha p .formError {
	font-size:100% !Important;
	text-align:left;
	width:298px;
	padding:0;
	float:right;
}
.captcha img {
	width:300px;
	height:100px;
	background-color:#FFF;
	float:right;
	display:block;
}
.formError {
	color:#B22B18;
	font-size:80%;
	font-style:oblique;
	padding-left:10px;
}

/* product locator form */

#productLocator {
	color:#333;
	text-align:left;
	width:600px;
	float:left;
}
#productLocator form {
	width:100%;
	margin:-10px 0 0 0;
	overflow:hidden;
}
#productLocator form div {
	width:600px;
	margin:10px 0 0 0;
	padding:10px 0;
	background:url(../images/form_box_top.png) no-repeat left top;
	float:left;
}
#productLocator form fieldset {
	width:570px;
	padding:0 15px 0 15px;
	border:none;
	float:left;
}
#productLocator #formBottom {
	width:600px;
	height:15px;
	margin:0;
	padding:0;
	background:url(../images/form_box_bottom.png) no-repeat left bottom;
	float:left;
	display:block;
}
#productLocator form fieldset legend {
	color:#333;
	font-size:100%;
	width:560px;
	margin:0;
	padding:5px 0;
	float:left;
	display:block;
}
#stepOne {
	background:url(../images/number_1.png) no-repeat left center;
}
#stepTwo {
	background:url(../images/number_2.png) no-repeat left center;
}
#productLocator form fieldset legend b {
	text-transform:uppercase;
	padding:0 0 0 30px;
	float:left;
}
#productLocator form fieldset label {
	margin:3px 0;
	float:left;
}
#productLocator form fieldset input {
	margin:1px 5px;
	float:left;
}
#productLocator form fieldset fieldset {
	width:540px;
	margin:10px 0 0 0;
	padding:0 15px;
	background:url(none);
	float:left;
}
#productLocator form fieldset fieldset legend {
	width:510px;
	min-height:20px;
}
#productLocator form div fieldset fieldset div {
	width:540px;
	margin:0;
	padding:0;
	background:url(none);
	display:block;
}
#productLocator form fieldset fieldset legend input {
	margin:2px 10px 0 0;
	float:left;
}
#productLocator form fieldset fieldset legend label {
	color:#003876;
	font-size:90%;
	text-transform:uppercase;
	padding:0;
	float:left;
}
#productLocator form fieldset fieldset legend label sup {
	font-size:60%;
	line-height:20%;
}
#productLocator form fieldset fieldset ol {
	list-style:none;
	width:540px;
	margin:5px 0 0 0;
	position:relative;
	top:5px;
	float:left;
	display:block;
}
#productLocator form fieldset fieldset ol li {
	height:2em;
	margin:0 10px 0 0;
	float:left;
	display:block;
}
#productLocator form fieldset fieldset h3 {
	font-size:100%;
	font-weight:normal;
	margin:5px 0;
	position:relative;
	top:5px;
	float:left;
	clear:left;
}
#productLocator form fieldset fieldset ul {
	list-style:none;
	width:518px;
	margin:0 0 20px 0;
	padding:0 10px 10px 10px;
	background-color:#F6F6F6;
	border:1px dotted #EFE7D5;
	position:relative;
	top:5px;
	float:left;
	display:block;
}
#productLocator form fieldset fieldset ul li {
	font-size:95%;
	width:13.5em;
	height:2.1em;
	float:left;
	display:block;
}
#productLocator form fieldset fieldset ul li label {
	margin:10px 0;
}
#productLocator form fieldset fieldset ul li input {
	margin:10px 5px 10px 0;
}
#productLocator form fieldset fieldset select {
	margin:1px 5px;
	padding:0 0 0 5px;
	float:left;
}
#productLocator form fieldset fieldset p {
	width:100%;
	margin:8px 0;
	float:left;
}
#productLocator form fieldset p {
	padding:0;
	float:right;
}
#productLocator form fieldset fieldset p b {
	text-align:center;
	width:100%;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	display:block;
}
#productLocator form fieldset fieldset p label {
	font-size:100%;
	width:10em;
	float:left;
	display:block;
}
#productLocator form fieldset fieldset p i {
	color:#003876;
	font-size:85%;
	margin:-5px 0 0 1.4em;
	clear:left;
	float:left;
}
#productLocator form h4 {
	font-size:80%;
	font-weight:normal;
	text-align:right;
	width:595px;
    height:24px;
	margin:5px 0 0 0;
	float:left;
	display:block;
	overflow:hidden;
}
#productLocator form #locate {
	float:right;
}
#productLocator form #reset {
	float:left;
}
.optional {
	color:#878500;
}
#footnote {
	font-size:80%;
	font-style:oblique;
	margin:10px 0 0 0;
	float:left;
}
#productLocator form fieldset #separator {
	width:565px;
	height:1px;
	margin:10px 0 0 0;
	padding:0;
	background:#EADDC5 url(none);
}

/* product locator results */

#productLocatorResults {
	text-align:left;
	width:600px;
	position:relative;
}
#productLocatorResults #plrLogo {
	width:60px;
	height:60px;
	border:1px solid #CCC;
	float:right;
	display:block;
}
#productLocatorResults #swatchColor {
	width:10px;
	height:10px;
	border:1px solid #CCC;
	display:inline-block;
}
#resultHead {
	width:578px;
	padding:10px;
	background-color:#FBF6EB;
	border-top:4px solid #B22B18;
	border-right:1px solid #EADDC5;
	border-left:1px solid #EADDC5;
	float:left;
}
#resultHead h2 {
	font-size:120%;
	font-weight:normal;
}
#resultHead h2 b, #resultHead h3 b {
	color:#003876;
	float:left;
}
#resultHead h3 {
	font-size:90%;
	font-weight:normal;
	margin:10px 20px 0 0;
	float:left;
}
#resultHead h3 a {
	vertical-align:bottom;
	width:10px;
	height:10px;
	margin:0 5px 1px 5px;
	padding:0;
	border:1px solid #CCC;
	float:left;
	overflow:hidden;
	display:inline-block;
}
#resultHead #swatch {
	width:10px;
	height:10px;
	border:none;
}
#productLocatorResults table {
	font-size:85%;
	text-align:right;
	width:600px;
	margin-bottom:20px;
	background-color:#FFF;
	border-bottom:1px solid #EADDC5;
	border-left:1px solid #EADDC5;
	float:left;
}
#productLocatorResults table th {
	color:#FFF;
	padding:5px;
	background-color:#3A75B7;
	border-top:1px solid #EADDC5;
	border-right:1px solid #EADDC5;
}
#productLocatorResults table td {
	padding:5px;
	border-top:1px solid #EADDC5;
	border-right:1px solid #EADDC5;
}
#productLocatorResults table td a {
	float:left;
}
#productLocatorResults table td p {
	margin:0 0 0 5px;
}
#productLocatorResults table .distributor {
	font-size:100%;
	text-align:left;
	width:150px;
	position:relative;
}
#productLocatorResults .odd td {
	background-color:#F6F6F6;
}
#productLocatorResults .even td {
	background-color:#FFF;
}
#productLocatorResults #colorInsert {
	padding:0;
	border:none;
}
#productLocatorResults #colorInsert table {
	font-size:95%;
	width:100%;
	margin:0;
	border:none;
	border-bottom:3px solid #3A75B7;
}
#productLocatorResults .moreColorsOdd td {
	font-weight:normal;
	background-color:#F6F6F6;
	border-top:1px solid #DBC8A5;
	border-right:1px solid #DBC8A5;
}
#productLocatorResults .moreColorsEven td {
	font-weight:normal;
	background-color:#FBF6EB;
	border-top:1px solid #DBC8A5;
	border-right:1px solid #DBC8A5;
}
#productLocatorResults .tableColorName {
	text-align:left;
}
#productLocatorResults br {
	clear:left;
}
#productLocatorResults .viewColors {
	font-size:0;
	line-height:0;
	width:20px;
	height:20px;
	background:url(../images/palette_icon.gif) no-repeat left top;
	border:none;
	float:right;
	display:block;
}
#pagination {
	font-size:85%;
	text-align:center;
	width:600px;
	margin:5px 0;
	float:left;
}
#pagination a {
	padding:0 5px;
	border-right:1px solid #CCC;
}
.moreThan {
	color:#999;
}

/* colors page */

/* colors page */

#colorsTable {
	font-size:85%;
	text-align:left;
	width:600px;
	margin:0 0 5px 0;
	border-top:1px solid #EADDC5;
	border-left:1px solid #EADDC5;
	float:left;
}
#colorsTable td {
	font-size:110%;
	text-align:left;
	padding:2px 0 2px 10px;
	border-right:1px solid #EADDC5;
	border-bottom:1px solid #EADDC5;
}
#colorsTable .odd {
	background-color:#F6F6F6;
}
#colorsTable .even {
	background-color:#FFF;
}
#colorsTable th {
	color:#FFF;
	padding:5px 5px 5px 10px;
	background-color:#3A75B7;
	border-bottom:1px solid #EADDC5;
	border-right:1px solid #EADDC5;
}
td.swatchPanel {
	padding:5px !Important;
}
.swatchPanel div {
	width:35px;
	height:25px;
	margin:0 0 0 .5em;
	border:1px solid #FFF;
	position:relative;
	display:block;
}
.swatchPanel div img {
	width:35px;
	height:25px;
	border:none;
}
.swatchPanel div:hover {
	border:1px solid #666;
}
.swatchPanel div:active {
	border:1px solid #333;
}
.swatchPanel #newColor {
	top:28px;
	left:26px;
}
#colorsFootnote {
	width:600px;
	margin:0 0 20px 0;
	padding:10px 0;
	float:left;
	clear:left;
}
#colorsFootnote p {
	font-size:90%;
	font-style:oblique;
	text-align:left;
}
#colorSidebar h3 {
	text-transform:none;
}

/* Color Search Results Page */

#colorResults {
	font-size:85%;
	width:600px;
}
#colorResults img {
	vertical-align:bottom;
	width:1em;
	height:1em;
	margin:0 7px 1px 0;
	border:1px solid #CCC;
	display:inline-block;
}
#colorResults .colorSwatch {
	vertical-align:bottom;
	height:1em;
	margin:0 7px 1px 0;
	padding:0 .55em;
	border:1px solid #CCC;
	display:inline-block;
}
#colorResults table {
	font-size:95%;
	width:100%;
	padding:0;
	background-color:#EDF4FD;
	border-bottom:1px solid #EADDC5;
	border-left:1px solid #EADDC5;
}
#colorResults table th {
	color:#FFF;
	padding:5px;
	background-color:#3A75B7;
	border-top:1px solid #EADDC5;
	border-right:1px solid #EADDC5;
}
#colorResults table td {
	padding:5px;
	border-top:1px solid #EADDC5;
	border-right:1px solid #EADDC5;
}
#colorResults h5 {
	font-size:100%;
	font-weight:normal;
	letter-spacing:.1em;
	text-align:center;
	width:589px;
	margin:10px 0;
	padding:6px;
	border-top:1px solid #EADDC5;
	border-bottom:1px solid #EADDC5;
}
#colorResults table td img, #colorResults h5 img {
	vertical-align:middle;
	margin:0 0 3px 5px;
	border:none;
}
#colorResults .odd {
	background-color:#F6F6F6;
}
#colorResults .even {
	background-color:#FFF;
}

/* wholesaler locator */

#wLeftWrap {
	width:480px;
	min-height:520px;
	padding:0 10px 0 0;
	background:url(../images/blend_line.gif) no-repeat right top;
	float:left;
}
#wLeftWrap h1 {
	color:#003876;
	font-size:95%;
	font-weight:normal;
	width:470px;
	margin:0 0 20px 0;
	padding:5px 0;
	border-top:1px solid #779CC6;
	border-bottom:1px solid #779CC6;
	position:relative;
}
#wLeftWrap h1 span {
	color:#333;
	font-size:90%;
	font-style:italic;
	position:absolute;
	top:5px;
	right:25px;
}
#mapWrap {
	margin:0 0 20px 0;
	float:left;
}
#mapWrap img {
	width:480px;
	height:251px;
}
#openIcon, #closedIcon {
	height:12px;
	width:12px;
	background:url(../images/open_circle.gif) no-repeat left top;
	position:absolute;
	top:.5em;
	right:5px;
	display:block;
}
#closedIcon {
	background:url(../images/close_circle.gif) no-repeat left top;
}
#openIcon:hover {
	background-position:right top;
}
#closedIcon:hover {
	background-position:right top;
}
#wholesaleSearchPanel {
	text-align:left;
	width:269px;
	min-height:450px;
	padding:0 0 0 20px;
	float:left;
	overflow:hidden;
}
#wholesaleSearchPanel sup {
	font-size:80%;
	line-height:50%;
}
#wholesaleSearchPanel ol {
	list-style-type:none;
}
#wholesaleSearchPanel ol li {
	font-size:85%;
	line-height:130%;
	padding:5px 0;
	border-top:1px dashed #EADDC5;
}
#wholesaleSearchPanel ul {
	font-size:90%;
	text-align:left;
	list-style:none;
	margin:10px 0;
}
#wholesaleSearchPanel ul li {
	line-height:130%;
}
#wholesaleSearchPanel ul li b {
	color:#3A75A7;
	font-size:90%;
	font-weight:normal;
	display:inline;
}
#wholesaleSearchPanel b {
	color:#666;
	font-size:80%;
	font-weight:normal;
	line-height:120%;
	text-align:left;
	padding:5px 5px 5px 0;
	display:block;
}
#wholesaleSearchPanel .select {
	width:95%;
	margin:5px 0;
	padding:0 0 0 5px;
}
#wholesaleSearchPanel input {
	width:7em;
	margin:5px 5px 5px 0;
	padding:2px 2px 2px 5px;
	background-color:#FFF;
}
#wholesaleSearchPanel li p {
	position:relative;
}
#wholesaleSearchPanel li p b {
	height:20px;
	margin:0;
	padding:0;
	position:absolute;
	top:.5em;
	left:11em;
	float:none;
	overflow:hidden;
	display:block;
}
#wholesaleSearchPanel li p b a {
	float:none;
}
#wholesaleResult {
	width:267px;
	height:200px;
	margin:10px 0;
	background:#FFF;
	border:1px solid #C8BFAE;
	overflow:auto;
	overflow-x:hidden;
}
#wholesaleResult ul {
	font-size:80%;
	text-align:left;
	list-style:none;
	padding:0 0 10px 10px;
}
#wholesaleResult ul li h4 {
	line-height:120%;
	margin:5px 0 2px 0;
}
#wholesaleResult ul li b {
	color:#887C66;
	font-size:90%;
	font-weight:normal;
	display:inline;
}
#queryResult {
	width:470px;
	float:left;
}
#queryResult #wHeader, #queryResultWide #wHeader {
	width:428px;
	padding:0 20px 0 20px;
	background-color:#FBF6EB;
	border-top:4px solid #B22B18;
	border-right:1px solid #EADDC5;
	border-left:1px solid #EADDC5;
	float:left;
	overflow:hidden;
}
#queryResultWide #wHeader {
	width:558px;
}
#queryResult #wHeader h2, #queryResultWide #wHeader h2 {
	color:#003876;
	font-size:100%;
	line-height:95%;
	padding:10px 0 3px 0;
}
#queryResult #wHeader b, #queryResultWide #wHeader b {
	color:#887C66;
	font-weight:normal;
}
#queryResult #wHeader img, #queryResultWide #wHeader img {
	margin:10px 0 0 0;
	float:right;
}
#queryResult #wHeader ul, #queryResultWide #wHeader ul {
	font-size:90%;
	text-align:left;
	list-style:none;
	margin:2px 0 10px 0;
}
#queryResult #wHeader ul li, #queryResultWide #wHeader ul li {
	font-size:90%;
	line-height:130%;
}
#queryResult #wInventory, #queryResultWide #wInventory {
	float:left;
}
#queryResult #wInventory h2, #queryResultWide #wInventory h2 {
	color:#FFF;
	font-weight:normal;
	text-align:center;
	width:470px;
	margin:0 0 10px 0;
	padding:5px 0;
	background:url(../images/wide_box_bottom.png) no-repeat left bottom;
	border-top:1px solid #C8BFAE;
}
#queryResultWide #wInventory h2 {
	width:600px;
	background:url(../images/600_box_bottom.png) no-repeat left bottom;
}
#queryResult #wInventory h3, #queryResultWide #wInventory h3 {
	text-transform:uppercase;
	width:470px;
	margin:10px 0 5px 0;
	float:left;
}
#queryResultWide #wInventory h3 {
	width:600px;
}
#queryResult #wInventory h4, #queryResultWide #wInventory h4 {
	color:#887C66;
	width:450px;
	padding:5px 10px;
	background:#EFE7D5;
	border-top:1px solid #887C66;
	border-bottom:1px solid #887C66;
	float:left;
}
#queryResultWide #wInventory h4 {
	width:580px;
}
#queryResult #wInventory ul, #queryResultWide #wInventory ul {
	font-size:90%;
	list-style:none;
	width:450px;
	margin-bottom:10px;
	float:left;
	clear:left;
}
#queryResultWide #wInventory ul {
	width:580px;
}
#queryResult #wInventory ul li, #queryResultWide #wInventory ul li {
	width:450px;
	margin:0 0 4px 0;
	padding:5px 10px;
	background-color:#FBF6EB;
	float:left;
	display:block;
}
#queryResultWide #wInventory ul li {
	width:580px;
}
#queryResult #wInventory ul li b, #queryResultWide #wInventory ul li b {
	font-weight:normal;
	float:left;
	display:block;
}
#queryResult #wInventory ul li span, #queryResultWide #wInventory ul li span {
	color:#666;
	text-align:right;
	float:right;
}

/* text pages defaults */

.textPage {
	text-align:left;
	line-height:110%;
	margin:0 0 50px 0;
}
.textPage p {
	line-height:130%;
	margin:15px 0 15px 0;
}
.textPage h2 {
	font-size:95%;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:5px 0;
	border-top:1px solid #3A75B7;
	border-bottom:1px solid #3A75B7;
}
.textPage h3 {
	font-size:90%;
	font-weight:normal;
	text-transform:uppercase;
	margin:10px 0 5px 0;
	padding:5px;
	background-color:#FBF6EB;
	border-top:1px solid #3A75B7;
	border-bottom:1px solid #3A75B7;
}
.textPage h4 {
	font-size:95%;
	margin:0 0 5px 0;
}
.textPage h5 {
	font-size:100%;
	font-weight:normal;
	line-height:130%;
	text-align:center;
	margin:10px 0;
	padding:5px 0;
	border-top:1px solid #EADDC5;
	border-bottom:1px solid #EADDC5;
}
.textPage #leftPanel {
	margin:0 10px 20px 0;
	padding:0 20px 0 0;
	background:url(../images/blend_line.gif) no-repeat right top;
	float:left;
}
.textPage #rightPanel {
	margin:0 0 20px 10px;
	float:left;
	overflow:hidden;
}
.textPage table {
	font-size:85%;
	width:100%;
	padding:0;
	background-color:#EDF4FD;
	border-bottom:1px solid #EADDC5;
	border-left:1px solid #EADDC5;
}
.textPage table th, .textPage table td  {
	padding:5px 2px 5px 10px;
	border-top:1px solid #EADDC5;
	border-right:1px solid #EADDC5;
}
.textPage table th  {
	color:#FFF;
	background-color:#3A75B7;
}
.textPage table td, .textPage table .odd, .textPage table .odd td {
	background-color:#F6F6F6;
}
.textPage .even, .textPage .even td {
	background-color:#FFF;
}
#fruitCalLogo {
	width:100%;
	height:20px;
	background:url(../images/jerzees_logo_cal.png) no-repeat center center;
}

/* measuring tips */

#tipRow, #tipTop {
	width:780px;
	background:url(../images/form_bottom_385.png) no-repeat left bottom;
	float:left;
}
#tipRow {
	margin:0 0 10px 0;
}
#tipTop {
	height:10px;
	background:url(../images/form_top_385.png) no-repeat left top;
}
#tipRowHalf, #tipTopHalf, #tip {
	width:385px;
	background:url(../images/form_bottom_385.png) no-repeat left bottom;
	float:left;
}
#tipTopHalf {
	height:10px;
	background:url(../images/form_top_385.png) no-repeat left top;
}
#tip {
	background:url(none);
}
#tip h3 {
	color:#003876;
	background-color:transparent;
}
.tipR {
	margin:0 0 0 10px;
}
#tip img {
	width:100px;
	margin:15px 10px;
	float:left;
}
#tip div, #tip div p {
	width:253px;
	margin:3px 0 10px 0;
	float:left;
}

/* disclaimers */

#copyright p, #PrivacyPolicy p {
	font-size:85%;
}
#copyright sup, #PrivacyPolicy sup, #footer sup {
	font-size:100%;
}

/* feedback */

#feedback p {
	font-style:oblique;
	line-height:130%;
	text-align:center;
	margin:0 0 15px 0;
}
#feedbackPanel ul {
	font-size:80%;
	list-style-type:none;
	margin:0 0 40px 0;
}
#feedbackPanel sup {
	font-size:100%;
}
#feedbackPanel ul li {
	margin:20px 0;
}
#feedback #leftPanel {
	width:580px;
}
#feedback #rightPanel {
	width:160px;
}
#feedbackPanel h4 {
	color:#111;
	line-height:150%;
	text-transform:uppercase;
}
#feedbackPanel ul li span {
	color:#003876;
}

/* industry links */

#IndustryResources ul {
	list-style-type:none;
	margin:0 0 20px 20px;
	display:block;
}
#IndustryResources h3 {
	color:#FFF;
	background-color:#3A75B7;
}
#IndustryResources sup {
	font-size:90%;
}
#IndustryResources ul li {
	font-size:85%;
}
#IndustryResources ul li ul {
	margin:0 0 10px 10px;
}
#IndustryResources #leftPanel {
	width:479px;
}
#IndustryResources #rightPanel {
	width:260px;
}
#IndustryResources a {
	color:#003876;
}
#IndustryResources a:visited {
	color:#3A75B7;
}

/* right side tips */

.sidebar {
	line-height:130%;
	text-align:left;
	width:158px;
}
.sidebar h2 {
	margin:0 0 10px 0;
	clear:left;
}
.sidebar h3 {
	color:#887C66;
	font-weight:normal;
}
.sidebar h4 {
	color:#887C66;
	font-weight:normal;
	width:160px;
	margin-top:10px;
}
.sidebar p {
	font-size:80%;
	line-height:130%;
	margin:0 0 10px 0;
}
.sidebar p b {
	width:100%;
	margin:5px 0 0 0;
	display:block;
}
.sidebar ol {
	color:#666;
	list-style:decimal;
	margin:9px 0 0 0;
}
.sidebar ul, #sidebar ol {
	font-size:80%;
}
.sidebar li {
	line-height:130%;
	margin:8px 0 0 1.7em;
}
.sidebar {
	font-size:80%;
	width:100%;
	padding:0 0 10px 0;
	float:left;
	clear:left;
}
.sidebar label {
	margin:0 0 5px 0;
	clear:left;
	display:block;
}
.sidebar select {
	width:125px;
	padding:0 0 0 5px;
	float:left;
	display:block;
}
.sidebar#jtrccDescriptions {
	font-size:100%;
}

/* Color page Sidebar */

#colorSidebar {
	font-size:100%;
}

/* order form sidebar */

#feedbackPanel {
	font-size:100%;
}
#feedbackPanel ul {
	list-style-type:none;
}
#feedbackPanel ul li {
	margin:20px 0;
}
#feedbackPanel ul li span {
	color:#930;
}

/* product locator sidebar */

#productLocatorSidebar {
	font-size:110%;
}
#productLocatorSidebar ul {
	list-style:none;
	width:100%;
	padding:0 0 10px 0;
	border-bottom:2px solid #EADDC5;
	float:left;
}
#productLocatorSidebar ul li {
	width:100%;
	margin:0;
	padding:5px 0 5px 0;
	float:left;
}
#productLocatorSidebar ul li input {
	width:100px;
	float:left;
	display:block;
}
#productLocatorSidebar div {
	color:#333;
	font-size:95%;
	width:159px;
	margin:20px 0 20px 0;
	padding:5px 0 0 0;
	border-top:1px solid #EADDC5;
	border-bottom:2px solid #EADDC5;
	float:left;
	clear:left;
}
#productLocatorSidebar div p {
	font-size:100%;
	width:130px;
	padding:3px 0 0 0;
	float:left;
}
#productLocatorSidebar #legend {
	color:#333;
}
#productLocatorSidebar #legend p {
	font-size:85%;
	width:159px;
}
#productLocatorSidebar #legend p img {
	width:20px;
	height:20px;
	margin:0 5px 0 0;
	border:0;
	float:left;
}
#productLocatorSidebar div.sideBanner {
	border-top:none !Important;
	border-bottom:none !Important;
}
#jrtccDescriptions {
	font-size:100%;
}
#jrtccDescriptions h3 {
	line-height:130%;
	text-transform:none;
	display:inline;
}
#jrtccDescriptions h3 sup {
	font-size:70%;
	line-height:70%;
}
#jrtccDescriptions p {
	line-height:130%;
	text-transform:none;
	display:inline;
}
#jrtccDescriptions .lineBreak {
	width:100%;
	height:10px;
	clear:left;
	display:block;
}

/* Site Map */

#siteMap {
	width:755px;
	padding:10px 0 40px 25px;
	float:left;
}
#siteMap p {
	text-align:center;
	width:730px;
	margin:0;
}
#siteMap a {
	color:#887C66;
	font-weight:bold;
	padding:5px 0;
	background-color:#EFE7D5;
	border-top:1px solid #C8BFAE;
	border-bottom:1px solid #C8BFAE;
	display:block;
}
#siteMap a:hover {
	color:#003876;
}
#smLeft {
	width:370px;
	margin:0 11px 0 0;
	float:left;
}
#smRight {
	width:370px;
	float:left;
}
#siteMap ul {
	width:350px;
	margin:0;
	padding:0;
	border-bottom:1px solid #C8BFAE;
	float:left;
}
#siteMap ul li {
	list-style:none;
	width:350px;
	margin:0;
	padding:10px 0 0 0;
	float:left;
}
#siteMap ul li a {
	background-color:#EFE7D5;
	border-bottom:none;
}
#siteMap ul ul {
	width:350px;
	background-color:#FBF6EB;
	border-bottom:none;
}
#siteMap ul li ul li {
	color:#666;
	list-style:none;
	width:350px;
	margin:0;
	padding:0;
}
#siteMap ul li a {
	width:340px;
	padding-left:10px;
}
#siteMap span.noLink {
	width:320px;
	padding:5px 0 5px 30px;
	background-color:#FBF6EB;
	border-top:1px solid #C8BFAE;
	display:block;
}
#siteMap ul li ul li a {
	font-weight:normal;
	width:320px;
	padding-left:30px;
	background-color:#FBF6EB;
}
#siteMap ul li ul li ul li a {
	font-size:100%;
	width:300px;
	padding-left:50px;
	background-color:#F6F6F6;
}

/* search results */

.pagination {
	text-align:center;
	width:600px;
	margin:0 0 10px 0;
	padding:5px 0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	float:left;
}
.pagination a {
	padding:0 5px 10px 5px;
}
.pagination a:hover {
	color:#333;
}
#displayedPage {
	float:left;
	clear:left;
}
.pagination .pageNavCurrent {
	font-weight:bold;
}

/* confirmation pages */

#wishlistEmpty, .formConfirmation {
	font-size:150%;
	font-style:oblique;
	text-align:center;
	height:300px;
}