@charset "ISO-8859-1";

/* initializations */

html {
	font-size:100%;
	overflow-y:scroll;
}
body {
	color:#333;
	font-family:'Open Sans', Arial, Verdana, Helvetica, sans-serif;
	font-size:small;
	font-weight:400;
	text-align:center;
	background:url('../images/page_bg.png');
	/*font-size:87.5%;*/
	font-size:14px; /* iPhone issues */
}
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;
}
div, p, a, li, td {
	-webkit-text-size-adjust:none;
}
img {
	border:0;
	-ms-interpolation-mode:bicubic;
}
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 #D5D5D5;
}
input:focus, textarea:focus, select:focus {
	color:#333;
	border:1px solid #C8BFAE;
}
h1, h2, h3, h4 {
	font-size:100%;
}
sup {
	font-size:50%;
	line-height:20%;
	position:relative;
	top:.2em;
}
table {
	width:100%;
}
.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 {
	color:#B22B18;
}
p a {
	text-decoration:underline;
	color:#B22B18;
}
p a:hover {
	color:#003876;
}
.hidden {
	display:none;
}

.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;
}
.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:196px;
	height:220px;
	margin:20px 0 0 0;
}
#jtrccError, jzError {
	color:inherit;
	text-align:center;
	width:580px;
	margin:0 0 10px 0;
	padding:10px;
	background:#B22B18;
	border:1px solid #D5D5D5;
	-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:#D5D5D5;
	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:#D5D5D5;
	font-weight:700;
	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;
}

#tooltip {
	padding:2px 3px;
	display:none;
}

/* main content */

#jerzeesBackLogo {
	display:none;	
}
#shadowWrap {
	width:1080px;
	margin:0 auto;
}
#bottomShadow {
	display:none;
}
#mainWrap {
	text-align:left;
	width:960px;
	margin:0 auto;
	position:relative;
	box-shadow: 0px 5px 10px #000;
	background-color:rgb(250, 250, 250);
}
.ie7 #mainWrap, .ie8 #mainWrap {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#backgroundText {
	display:none;	
}

/* begin header */

#jerzeesLogo {
	display:block;
	width:209px;
	height:53px;
	background:url(../images/jerzees_activewear_header_logo.png) no-repeat left top;
	position:absolute;
	top:11px;
	left:24px;	
}
#jtrccTopBar {
	position:absolute;
	top:25px;
	right:60px;
}
#topBarLinks {
	top:42px;
	position:absolute;
	right:24px;
	list-style:none;
}
#topBarLinks li {
	display:inline;
}
#topBarLinks a {
	line-height:22px;
	height:22px;
	width:130px;
	color:#fff;
	font-size:11px;
	float:left;
	text-align:center;
	margin:0 5px;
	background-image:url('../images/topLinks_btn.png');
	background-position:top;
}
#topBarLinks a:hover { background-position:bottom; }
#topBarLinks sup {
	font-size:90%;
	line-height:50% !Important;
	margin:0;
	padding:0;
	display:inline;
}
#searchInput {
	color:#FFF;
	font-size:12px;
	vertical-align:top;
	width:100px;
	height:15px;
	margin:0 0 0 12px;
	padding:1px 5px;
	background-color:#003876;
	border:1px solid #779CC6;
	float:right;
}
#go {
	margin:0 0 0 5px;
	border:none;
	float:right;
	display:block;
	outline:none;
}

/* begin navigation */

#navigation {
	font-size:92.9%;
	text-align:left;
	list-style:none;
	width:960px;
	background-color:#003876;
	border-top:5px solid #b22b18;
	border-bottom:5px solid #b22b18;
	position:relative;
	top: 76px;
	-moz-box-shadow:0 5px 5px #1a1a1a;
	-webkit-box-shadow:0 5px 5px #1a1a1a;
	box-shadow: 0 5px 5px #1a1a1a;
	height:46px;
	z-index:2;
	overflow:hidden;
}
.ie7 #navigation { height:44px; }
#navigation li {
	border-right:1px dotted #FFF;
	float:left;
	white-space:nowrap;
}
#navigation li.first {
	padding-left:18px;
}
#navigation li.last {
	border-right:none;
}
#navigation li a {
	color:#FFFFFF;
	font-family:'Arvo',Georgia,Times,serif;
	font-weight:700;
	line-height:100%;
	text-decoration:none;
	text-transform:uppercase;
	width:auto;
	padding:10px 12px;
	display:block;
}
#navigation li a:hover {
	background-color:#b22b18;
}
#navigation li a span {
	color:#FFFFFF;
	font-family:'Open Sans', Arial, Verdana, Helvetica, sans-serif;
	font-weight:400;
	font-size:85%;
	text-transform:capitalize;
	display:block;
}

/* page area */

#mainContent {
	color:#333;
	margin:75px 0 0;
	padding:0 20px; /* width:960 - 40 = 920 */
	zoom:1;
}
.clearfix {
	zoom:1;
}
/* clearfix */
.clearfix:before,
.clearfix:after,
#mainContent:before,
#mainContent:after,
#mainContent > div:before,
#mainContent > div:after {
	content: "";
	display: table;
}
.clearfix:after,
#mainContent:after,
#mainContent > div:after {
	clear: both;
}

.topBanner,  #topBanner {
	display:none;
}
.sideBanner, #row1 {
	display:none !important;
}

/* column layout */

#mainContent,
#page-product {
	background-image:url('../images/shd_col.png');
	background-repeat:repeat-y;
}

.twoCol,
#mainContent {
	zoom:1;
}
#mainContent {
	/*padding:40px 0;*/
	padding-top:40px;
	padding-bottom:40px;
	background-position:610px 0px;
}
.twoCol.equalLeft,
.pageSiteMap#mainContent,
.equalCols {
	background-position: 465px 0px;
}
#page-product {
	background-position: 445px 0px;
	padding:20px 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom:30px;
	
}
.oneCol#mainContent,
.productPage#mainContent,
.pageT-ShirtMeasuringTips#mainContent,
.pageFleeceShirtMeasuringTips#mainContent,
.pageFleecePantsMeasuringTips#mainContent,
.pageShortMeasuringTips#mainContent,
.pagePrivacyPolicy#mainContent,
.pageCopyright#mainContent,
.pageEventsCalendar#mainContent {
	background-image:none;
}
/*
.twoCol.narrowLeft { background-position:300px 0px;}
.twoCol.wideLeft {	background-position:600px 0px; }
*/

.leftCol,
#leftPanel,
#col1,
#colorsPanel,
#colorResults,
#wLeftWrap,
#smLeft,
#order {
	float:left !important;
}
.rightCol,
#rightPanel
#col2,
#colorSidebar,
#wholesaleSearchPanel,
#smRight,
#feedbackPanel {
	width:auto !important;
	float:none !important;
}

.twoCol.narrowLeft {
	zoom:0;
}
.twoCol.narrowLeft .leftCol {
	width:280px;
}
.twoCol.narrowLeft .rightCol {
	padding-left:320px; /* width:920 - 320 = 600 */
}

/* WIDE LEFT - NARROW RIGHT */
.twoCol.wideLeft .leftCol,
#leftPanel,
#col1,
#colorsPanel,
#colorResults,
#wLeftWrap,
#order,
#mainReq {
	width:580px;
	padding:0 20px 0 0; /*width:580+20=600*/
}
.twoCol.wideLeft .rightCol,
#rightPanel,
#col2,
#colorSidebar,
#wholesaleSearchPanel,
#feedbackPanel {
	padding-left:640px; /* width:280 */
}

/* EQUAL LEFT & RIGHT */
.twoCol.equalLeft .leftCol,
#smLeft {
	width:440px;
}
.twoCol.equalLeft .rightCol,
#smRight {
	padding-left:480px;
}

/* twoCol is most text pages */
#mainContent h1 {
	padding:0 0 .5em;
	font-size:1.9em;
	font-family:'Arvo',Georgia,Times,serif;
	font-weight:400;
	line-height:1.2em;
}

#mainContent h2 {
	margin:.25em 0 1em;
	font-size:1.3em;
	font-family:'Arvo',Georgia,Times,serif;
	font-weight:400;
	line-height:1.2em;
	text-transform:uppercase;
	color:#003876;
	padding-left:15px;
	background-image:url('../images/h2_bg.png');
	background-position:0 50%;
	background-repeat:no-repeat;
}
#mainContent h3 {
	font-size:90%;
	font-weight:bold;
	color:#5d5d5d;
	margin:10px 0;
	padding:10px 15px;
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	text-transform:uppercase;
}
#mainContent ul {
	list-style-type:none;
	margin:0 0 20px 20px;
}
#mainContent ol {
	margin:0 0 20px 20px;
}
#mainContent ul li, #mainContent ol li, {
	font-size:85%;
}
#mainContent  ul li ul #mainContent ol li ol {
	margin:0 0 10px 10px;
}
#mainContent  p {
	font-size:90%;
	padding:0 0 .5em 0;
}

#page-wholesaler input, #page-wholesaler textarea, #page-wholesaler select {
	font-size:85%;
	float:none;
}
#page-wholesaler textarea, #page-wholesaler select {
	width:100%;
}

#col2 .sideBanner, #panel2_2 .sideBanner {
	display:none;
}

.colorsPage #colorsPanel a {
	display:block;
	padding:45px 0 25px;
	line-height:100%;
	width:90px;
	text-align:center;
	color:#000;
	float:left;
	margin-right:8px;
	background-repeat:no-repeat;
	background-position:50% 0%;
	font-size:11px;
	white-space:nowrap;
	}
.colorsPage #colorsFootnote p {
	clear:left;
	padding-top:30px;
	}
.colorsPage #colorsPanel {
	width:700px;
	}
.colorsPage #colorSidebar {
	font-size:90%;
	padding-left:720px;
	}	
#mainContent .colorsPage #colorSidebar h2 {
	padding-left:0;
	background:none;
}
#mainContent.colorsPage {
	background-position: 707px 0;
	}
#mainContent.colorsPage h3 {
	padding-left:0;
}
				
#colorsTable  h2 {
	color:#003876;
	font-size:95%;
	font-weight:normal;
	text-transform:uppercase;
	margin:5px 0 5px 0;
	padding:5px 0;
	border-top:1px solid #779CC6;
	border-bottom:1px solid #779CC6;
}
#colorsTable  h3 {
	color:inherit;
	font-size:90%;
	font-weight:normal;
	text-transform:uppercase;
	margin:5px 0;
}
.narrowCol p {
	font-size:90%;
}

/* footer */

#footer {
	clear:both;
	position:relative;
	z-index:2;
	text-align:right;
	padding-top:20px !important;
	height:48px;
	padding-top:8px;
	border-top:1px solid #1a1a1a;
	background:#bcbcbc url(../images/jerzees_activewear_footer_back.jpg) repeat-x left top;
	-moz-box-shadow:0 -5px 5px #333;
	-webkit-box-shadow:0 -5px 5px #333;
	box-shadow:0 -5px 5px #333;
	width:960px;
	margin:0 auto;
	box-shadow: 0px 5px 10px #000;
}
#footer ul {
	list-style:none;
	padding:0px 22px 0 0;
}
#footer li {
	color:#FFF;
	text-align:right;
	letter-spacing:0.04em;
	padding:0px 10px 0 14px;
	border-right:1px dotted #666;
	display:inline;
	color:#fff; 
	font-size:90%;
	line-height:200%;
}
#footer li.last {
	border:0;
}
#footer li a {
	color:#333;
	text-decoration:none;
}
#footer li a:hover {
	color:#000;
}

/* site controls */

#controlBox {
	text-align:center;
	width:10800px;
	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 */



	/* slider general settings */
.slider, .slide {
	overflow:hidden;
	position:relative;
}
.slides {
	position: absolute;
	width: 20000em;
	z-index:1; /* for nav visibility */
}
.slide {
	float:left;
	background-repeat:no-repeat;
}
.slider a {
	display:block;
	text-indent:-9999px;
	outline:0;
	position:relative;
	background-repeat:no-repeat;
}
.slideNav {
	position:relative;
	z-index:2;
}
	/* homeSlider */
#homeSlider {
	padding-top:70px;
	left:-10px;
}
#homeSlider, #homeSlider .slide, #homeSlider .slide a {
	height:575px;
}
#homeSlider, #homeSlider .slide {
	width:980px;
}
#homeSlider .slide {
	padding:0 10px;
	background-position:10px 1px;
}
#homeSlider .slide .flash {
	position:absolute;
	height:575px;
	width:960px;
}
#homeSlider .slide .flash p {
	text-indent:-9999px;
}
#slide-HiDensi-T {
	background-image:url('../images/banners/hidensit.jpg');
}
/* homeSlider > topCats slide > divs */
#slide-topCats div {
	float:left;
	position:relative;
	width:320px;
}
#slide-topCats-tShirts {
	background-image:url('../images/homeSlider_tShirts.jpg');
	z-index:3;
}
#slide-topCats-fleece {
	background-image:url('../images/homeSlider_fleece.jpg');
	z-index:2;
}
#slide-topCats-sportShirts {
	background-image:url('../images/homeSlider_sportShirts.jpg');
}
	/* homeSlider > topCats slide > ribbon sprite links */
#slide-topCats a {
	left:7px;
	text-align:right;
	color:#fff;
	font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	padding:530px 33px 0 0;
	background-image:url('../images/homeSlider_ribbons.png');
	background-position:-7px 0px;
}
#slide-topCats a:hover {
	background-position:-7px -576px;
}
	/* homeSlider > remaining slides */	
#slide-HiDensi-T {
	z-index:2;
	position:relative;
}
	/* homeSlider > nav */
#homeSlider .slideNav {
	top:260px;
}
#homeSlider .slideNav a {
	width:50px;
	height:50px;
	opacity:.70;
	background-color:#fff;
	background-image:url('../images/homeSlider_nav.png');
	background-repeat:no-repeat;
	background-position:10px 13px;
}
#homeSlider .slideNav a:hover {
	opacity:.90;
}
#homeSlider .prev {
	float:left;
	left:10px;
}
#homeSlider .slideNav a.next {
	float:right;
	background-position:19px -63px;
	right:10px;
}
#homeSlider .slideNav a.disabled {
	opacity:.15;
}	
	/* featured links */
#featured {
	background-image:url('../images/featured_bg.png');
	background-position:-3px;
	background-color:#003e7e;
	height:205px;
	list-style-type:none;
	margin:0;
	padding:0;
}
#featured li {
	float:left;
	display:block;
	width:240px;
	height:205px;
	box-shadow: inset 0px 5px 3px #1a1a1a;
	cursor:pointer;	
}
#featured li:hover {
	background-color:#bd311a;
}
#featured a {
	display:block;
	margin:12px auto;
	padding-top:160px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-family: 'Arvo',serif;
	font-weight:100;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:14px;
	background-image:url('../images/featured_wholesaler.png');
	background-repeat:no-repeat;
}
#featured-images a {
	background-image:url('../images/featured_images.png');
}
#featured-search a {
	background-image:url('../images/featured_search.png');
}
#featured-catalog a {
	background-image:url('../images/featured_catalog.png');
}
/* color bar */
#jtrccHomeColorBar {
	text-align:center;
	margin:0;
	padding:2em 2.5em 4em;
	box-shadow: inset 0px 5px 3px #1a1a1a;
	background-repeat:repeat-x;
}
#jtrccHomeColorBar a,
#page-product blockquote a {
	float:left;
	display:block;
	border:1px solid #888;
	margin:2px;
	width:20px;
	height:20px;
	text-indent:-9999px;
	background-position:50% 50%;
}
#jtrccHomeColorBar h2 {
	text-transform:uppercase;
	color:#003e7e;
	padding:0 0 1em 0;
}
.color_white { background-image:url(../images/2012_colors/white.gif); }
.color_sandstone { background-image:url(../images/2012_colors/sandstone.gif); }
.color_yellow_haze { background-image:url(../images/2012_colors/yellow_haze.gif); }
.color_azalea { background-image:url(../images/2012_colors/azalea.gif); }
.color_light_blue { background-image:url(../images/2012_colors/light_blue.gif); }
.color_ash { background-image:url(../images/2012_colors/ash.gif); }
.color_khaki { background-image:url(../images/2012_colors/khaki.gif); }
.color_island_yellow { background-image:url(../images/2012_colors/island_yellow.gif); }
.color_cyber_pink { background-image:url(../images/2012_colors/cyber_pink.gif); }
.color_columbia_blue { background-image:url(../images/2012_colors/columbia_blue.gif); }
.color_athletic_heather { background-image:url(../images/2012_colors/athletic_heather.gif); }
.color_chocolate { background-image:url(../images/2012_colors/chocolate.gif); }
.color_gold { background-image:url(../images/2012_colors/gold.gif); }
.color_safety_green { background-image:url(../images/2012_colors/safety_green.gif); }
.color_royal { background-image:url(../images/2012_colors/royal.gif); }
.color_oxford { background-image:url(../images/2012_colors/oxford.gif); }
.color_texas_orange { background-image:url(../images/2012_colors/texas_orange.gif); }
.color_maroon { background-image:url(../images/2012_colors/maroon.gif); }
.color_kiwi { background-image:url(../images/2012_colors/kiwi.gif); }
.color_california_blue { background-image:url(../images/2012_colors/california_blue.gif); }
.color_charcoal_grey,
.color_charcoal { background-image:url(../images/2012_colors/charcoal_grey.gif); }
.color_tennessee_orange { background-image:url(../images/2012_colors/tennessee_orange.gif); }
.color_cardinal { background-image:url(../images/2012_colors/cardinal.gif); }
.color_kelly { background-image:url(../images/2012_colors/kelly.gif); }
.color_deep_purple { background-image:url(../images/2012_colors/deep_purple.gif); }
.color_black_heather { background-image:url(../images/2012_colors/black_heather.gif); }
.color_burnt_orange { background-image:url(../images/2012_colors/burnt_orange.gif); }
.color_true_red { background-image:url(../images/2012_colors/true_red.gif); }
.color_jade { background-image:url(../images/2012_colors/jade.gif); }
.color_j_navy { background-image:url(../images/2012_colors/j_navy.gif); }
.color_black { background-image:url(../images/2012_colors/black.gif); }
.color_safety_orange { background-image:url(../images/2012_colors/safety_orange.gif); }
.color_classic_pink { background-image:url(../images/2012_colors/classic_pink.gif); }
.color_forest_green { background-image:url(../images/2012_colors/forest_green.gif); }
/* environment */
#environment {
	background-image:url('../images/environment_bg.png');
	box-shadow: inset 0px 5px 5px #333;
	margin:0;
	color:#fff;
	line-height:2em;
	font-size:14px;
	padding:1.6em 2em;
}
#environment a {
	color:#fff;
	display:block;
}
#environment h2 a {
	font-family: 'Arvo',Georgia,Times,serif;
	font-size:26px;
	text-transform:uppercase;
	font-weight:normal;
	background-repeat:repeat-x;
	padding:.7em 0;
}
#environment .readMore {
	padding:1em 3em;
	font-size:.9em;
	text-decoration:underline;
}

/* category and subcategory pages */

.categoryPage#mainContent {
	background:none;
}
.categoryPage#mainContent * {
	clear:none !important;
}
.categoryPage#mainContent .leftCol {
	width:160px;
}
.categoryPage#mainContent .rightCol {
	padding-left:200px;
}
.categoryPage#mainContent .leftCol h2 {
	font-size:100%;	
}
.categoryPage#mainContent .leftCol ul {
	padding-left:15px;margin:0;line-height:100%;
}
.categoryPage#mainContent .leftCol ul ul {
	margin-bottom:1em;
}
.categoryPage#mainContent .leftCol ul h2 {
	background:none; padding:0;font-weight:bold;
}
.categoryPage#mainContent .leftCol h3 {
	padding:0; border:0;margin:1em .5em; font-weight:normal;
}
.categoryPage#mainContent .leftCol h3 a {
	font-size:12px;
}
.categoryPage#mainContent .leftCol h3.current a {
	color:#B22B18;
}
.categoryPage#mainContent .leftCol a:hover {
	color:#B22B18;
}

.subCatDescriptPanel {
	height:300px;
	margin:0;
	padding:15px 14px 0;
	background:url(../images/no_image.png) no-repeat top left;
	position:relative;
	float:left;
	clear:none !Important;
	overflow:hidden;
	cursor:pointer;
	border-bottom:1px solid #ccc;
}
.subCatDescriptPanel:hover a, .subCatDescriptPanel a:hover {
	color:#B22B18;
}
.productPhotoOpen {
	width:210px;
	height:215px;
}
.subCatDescriptPanel img {
	width:210px;
	height:210px;
}
.categoryPage#mainContent .subCatDescriptPanel h3 {
	font-size:86%;
	text-transform:uppercase;
	line-height:120%;
	width:210px;
	position:absolute;
	top:244px;
	padding:0;
	border:0;
	margin:0;
	left:14px;
	font-size:1em;
	border:none;
}
.ie7 .subCatDescriptPanel h3,
.ie8 .subCatDescriptPanel h3 {top:240px;}
.subCatDescriptPanel h3 a {
	font-family:'Arvo', serif;
}
.subCatDescriptPanel h4 {
	color:#c52e1d;
	font-size:86%;
	width:210px;
	position:absolute;
	top:227px;
	left:14px;
}
.subCatDescriptPanel h4 img {
	width:30px;
	height:9px;
	border:none;
	position:absolute;
	top:0;
	right:0;
}
.subCatDescriptPanel h4 sup {
	color:#003876;
	font-size:90%;
	line-height:0;
}
.subCatDescriptPanel sup {
	font-size:90%;
}
#subCatLegend {
	font-size:80%;
	font-weight:normal;
	letter-spacing:.1em;
	text-align:center;
	width:695px;
	margin:10px 0 10px 25px;
	padding:6px;
	border-top:1px solid #EFE7D5;
	border-bottom:1px solid #EFE7D5;
	float:left;
	clear:left;
}
#subCatLegend img {
	vertical-align:baseline;
	margin:1px 5px 0 0;
	border:none;
}

.bottomMessage {
	font-size:90%;
	text-align:center;
	width:714px;
	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 */

#zoomContainer {
	text-align:center;
	position:relative;
}
#zoomContainer img {
	width:386px;
	position:relative;
}
#brandLogo {
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid #ccc;
	text-align:center;
}
#page-product h1 {
	font-size:90%;
	font-weight:bold;
	font-family:'Open Sans', Arial, Verdana, Helvetica, sans-serif;
	color:#b22b18;
}
#page-product h2 {
	padding-left:0;
	background:none;
	font-size:180%;
	font-weight:bold;
}
#page-product ol {
	list-style:none; 
	margin:1em 0;
}
#productDescription p {
	margin:0; padding:0;
}
#productDescription p em {
	display:block;
}
#productDescription ul {
	margin:1em 0;
	padding:1em 1.8em;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#productDescription li {
	margin:.5em 0;
	padding:0 .85em;
	font-size:12px;
	background-image:url('../images/ul_arrow.png');
	background-position:0px 6px;
	background-repeat:no-repeat;
}
#page-product blockquote {
	padding:0; margin:1em 0;
}
#page-product h3 {
	padding-left:0; border:0;
	font-size:80%;
	padding:0;
	margin:0;
}
#productSizes {
	margin:1.5em 0;
}
#productSizes li {
	display:inline;
	font-family:'Arvo', serif;
	padding:0 5px 0 0;
}

 /*pview image and zoom*/

#page-product .leftCol {
	position:relative;
}

#zoomContainer {
	overflow:hidden;
    height: 386px;
    width: 386px;
    position:relative;
    margin:0 auto;
}
#zoomMask {
	z-index:5;
    height: 386px;
    width: 386px;
    position: absolute;
}
#zoomButton {
	width:30px;
	height:30px;
	background:url(../images/zoom_button.png) no-repeat left top;
	position:absolute;
	top:10px;
	left:40px;
	z-index:50;
}
#zoomButton:hover {
	background:url(../images/zoom_button.png) no-repeat left bottom;
}

#catRefers {  padding:1em 0; list-style:none; }
#catRefers li { display:inline; height:180px; }
#catRefers a { display:block; padding-bottom:164px; width:208px; float:left;  font-size:12px; font-weight:bold; text-transform:uppercase; margin:0 2em 2em 0;
	background-image:url('../images/cat_refers.jpg'); background-repeat:no-repeat; background-position:0% 100%; }
#catRefer-sportShirts a { background-position:50% 100%; }
#catRefer-tShirts a { background-position:100% 100%; }
#catRefers a:hover { color:#b22b18; }


/* pview pop up color */

#colorLabel {
	height:50px;
	overflow:hidden;
	font-size:90%;
	clear:left;
	padding-top:1em;
}
#colorLabel div {
	border:1px solid inherit;
	background-position:50% 50%;
	float:left;
	margin:0 1em 1em 0;
	width:35px;
	height:35px;
}
#colorLabel div img {
	width:35px;
	height:35px;
}
#colorLabel b {
	margin:3px 0;
}
#colorLabel p {
}

/* pview button */

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

/* catalog order form */

#order form fieldset ol li .checkboxDescription {
    width:350px;
}

#order form fieldset ol #halfLength label {
    width:auto;
    padding:0 10px 0 0;
    float:left;
}

#order form fieldset ol #halfLength label.catalogLabel, #order form fieldset ol #halfLength select {
	margin-top:-5px;	
}

#catalogRequest {
	clear:both;
}

#mainReq h1 {
	font-size:100%;
}

form h2 {
	text-align:center;
	margin:0 0 10px 0;
}
form h3 {
	font-size:85%;
	font-weight:normal;
	text-align:center;
	margin:-5px 0 10px 0;
}
form  {
	padding:5px 0 15px 0;
}

form #mybuttons {
	padding:5px 0;
	background:url(none);
}
form fieldset {
	width:570px;
	border:none;
	/*float:left;*/
	margin:.5em 0 1em 0;
}
form fieldset legend {
	color:#003876;
	font-size:100%;
	text-transform:uppercase;
	width:560px;
	/*float:left;*/
	display:block;
	margin:.5em 0 .5em 0;
}
#mainContent form fieldset ol, #order form fieldset ul {
	list-style:none;
	margin-left:0; 
	padding:10px 15px 20px 15px;
	background:#F6F6F6;
	border:1px dotted #D5D5D5;
	/*float:left;*/
	display:block;
	overflow:hidden;
}
form fieldset ol li {
	width:538px;
	margin:3px 0;
	float:left;
}
form  fieldset ol li label {
	width:9em;
	margin:2px 0 0 5px;
	float:left;
}
form fieldset ol li input {
	float:left;
}
form  fieldset ol li select {
	float:left;
}
form fieldset ul li {
	font-size:95%;
	width:13.5em;
	height:2.1em;
	float:left;
	display:block;
}
form  fieldset ul li label {
	margin:10px 0 10px 5px;
	float:left;
}
form  fieldset ul li input {
	margin:10px 2px 10px 0;
	float:left;
}
form  fieldset ol #halfLength {
	width:265px;
	margin-bottom:10px;
}
form  fieldset ol #halfLength label {
	width:235px;
}
form  fieldset ol textarea {
	width:350px;
	height:200px;
}

.radio, .radioBtn {
	border:none;
}

/* form captcha */

.captcha {
/*	width:568px;
	margin:-30px 0 0 0;
	background:#FBF6EC url(none) !Important;*/
	border:none;
	float:none;
}
.captcha label {
	font-size:85%;
	text-align:center;
	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 {
	text-align:center;
	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;
}

/*industry resources */
#IndustryResources.textPage {
	line-height:180%;
}


/* product locator form */

#productLocator {
	color:#333;
	text-align:left;
	width:600px;
	float:left;
}
#productLocator form fieldset ol li label {
	width:auto;
}
#productLocator form {
	width:100%;
	margin:-10px 0 0 0;
	overflow:hidden;
}
#productLocator form #findTyp2 li {
	width:150px;
}
#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 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:#D5D5D5 url(none);
} 

/* product locator results */

#productLocatorResults {
	text-align:left;
	position:relative;
}
#mainContent #productLocatorResults h3 {
	border:0;
}

#productLocatorResults #plrLogo {
	width:60px;
	height:60px;
	border:1px solid #CCC;
	float:right;
	display:block;
}
#productLocatorResults #swatchColor {
	width:15px;
	height:15px;
	border:1px solid #CCC;
	display:inline-block;
}
/*#resultHead {
	width:578px;
	padding:10px;
	background-color:inherit;
	border-top:4px solid #B22B18;
	border-right:1px solid #D5D5D5;
	border-left:1px solid #D5D5D5;
	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; */
	margin-bottom:20px;
	background-color:#FFF;
	border-bottom:1px solid #D5D5D5;
	border-left:1px solid #D5D5D5;
}
#productLocatorResults table th {
	color:#FFF;
	padding:5px;
	background-color:#003876;
	border-top:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
}
#productLocatorResults table td {
	padding:5px;
	border-top:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
}
#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 #003876;
}
#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:inherit;
	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;
	margin:5px 0;
	float:left;
}
#pagination a {
	padding:0 5px;
	border-right:1px solid #CCC;
}
.moreThan {
	color:#999;
}

#mainContent #prodinfo h2 { padding-left:0; background:none; }

/* colors page */

#page-colors .leftCol h2 {
	font-size:100%;
}

#page-colors .rightCol p {
	padding:0 0 0 15px; font-size:85%;
	margin-bottom:1em;
}
#page-colors .rightCol p b {
	display:block;
}

#colorsTable {
	font-size:85%;
	text-align:left;
	width:100%;
	margin:0 0 5px 0;
	border-top:1px solid #D5D5D5;
	border-left:1px solid #D5D5D5;
	float:left;
}
#colorsTable td {
	font-size:110%;
	text-align:left;
	padding:2px 0 2px 10px;
	border-right:1px solid #D5D5D5;
	border-bottom:1px solid #D5D5D5;
}
#colorsTable .odd {
	background-color:#F6F6F6;
}
#colorsTable .even {
	background-color:#FFF;
}
#colorsTable th {
	color:#FFF;
	padding:5px 5px 5px 10px;
	background-color:#003876;
	border-bottom:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
}
td.swatchPanel {
	padding:5px !Important;
}
.swatchPanel a {
	width:35px;
	height:25px;
	margin:0 0 0 .5em;
	border:1px solid #FFF;
	position:relative;
	display:block;
}
.swatchPanel a img {
	width:35px;
	height:25px;
	border:none;
}
.swatchPanel a:hover {
	border:1px solid #666;
}
.swatchPanel a:active {
	border:1px solid #333;
}
.swatchPanel #newColor {
	top:28px;
	left:26px;
}

#colorsFootnote p {
	font-size:90%;
	font-style:oblique;
	text-align:left;
}


/* Color Search Results Page */

#colorResults {
}
#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 #D5D5D5;
	border-left:1px solid #D5D5D5;
}
#colorResults table th {
	color:#FFF;
	padding:5px;
	background-color:#003876;
	border-top:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
}
#colorResults table td {
	padding:5px;
	border-top:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
}
#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 #D5D5D5;
	border-bottom:1px solid #D5D5D5;
}
#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;
	float:left;
	background:url(../images/blend_line.gif) no-repeat right top;*/
}
#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 ol li {
	margin:2em 0
}
#wholesaleSearchPanel .button {
	margin:1em 0;
}
#wholesaleResult {
	clear:right;
	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:inherit;
	font-size:90%;
	font-weight:normal;
	display:inline;
}
#queryResult {
/*	width:470px;
	float:left;*/
}

#queryResult h2 {
	background:none;
}

#queryResult #wHeader, #queryResultWide #wHeader {
	padding:0 20px;
	border-top:4px solid #B22B18;
	border-right:1px solid #D5D5D5;
	border-left:1px solid #D5D5D5;
}
#queryResultWide #wHeader {
}
#queryResult #wHeader h2, #queryResultWide #wHeader h2 {
	color:#003876;
	line-height:95%;
	padding:1em 0 0 0;
	font-size:2em;
}
#queryResult #wHeader b, #queryResultWide #wHeader b {
	color:inherit;
	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 h2, #queryResultWide #wInventory h2 {
	color:#FFF;
	font-weight:normal;
	text-align:center;
	margin:20px 0 10px 0;
	padding:5px 0;
	background-color:#003876;
}
#queryResult #wInventory h3, #queryResultWide #wInventory h3 {
	text-transform:uppercase;
	margin:10px 0 5px 0;
	float:left;
}
#queryResult #wInventory h4, #queryResultWide #wInventory h4 {
	padding:5px 10px;
}
#queryResult #wInventory ul, #queryResultWide #wInventory ul {
	font-size:90%;
	list-style:none;
	margin:.75em 0;
}
#queryResult #wInventory ul li b, #queryResultWide #wInventory ul li b {
	font-weight:normal;
	padding-left:1em;
}
#queryResult #wInventory ul li span, #queryResultWide #wInventory ul li span {
	color:#666;
	padding:0 0 0 1em;
}

/* 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 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 #D5D5D5;
	border-bottom:1px solid #D5D5D5;
}
.textPage table {
	font-size:85%;
	width:100%;
	padding:0;
	background-color:#EDF4FD;
	border-bottom:1px solid #D5D5D5;
	border-left:1px solid #D5D5D5;
}
.textPage table th, .textPage table td  {
	padding:5px 2px 5px 10px;
	border-top:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
}
.textPage table th  {
	color:#FFF;
	background-color:#003876;
}
.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:960px;
	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 div, #tip div p {
	width:343px;
	margin:3px 0 10px 0;
	float:left;
}
#tip img {
	width:100px;
	margin:15px 10px;
	float:left;
}
*/

#tipTop {
	display:none;
} 

#tip img {
	float:left;padding-top:60px;padding-right:20px
	}

#tipRowHalf, #tipTopHalf, #tip {
	width:440px;
}
.tipL {
	float:left;
	padding-right:2%;
}
.tipR {
	float:right;
}
#tip h3 {
	color:#003876;
	background-color:transparent;
}
#tipRow {
	margin:0 0 10px 0;
	clear:both;
}


/* disclaimers */

#copyright p, #PrivacyPolicy p {
	font-size:85%;
}
#copyright sup, #PrivacyPolicy sup, #footer sup {
	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; */
}

#submitButtons {
	clear:both;
}


/* product locator sidebar */

#productLocator .button {
	float:left;
}



#productLocatorSidebar ul * {
	float:none !important;
	width:80% !important;
}



#productLocatorSidebar ul .go {
	float:right !important;
	width:20px !important;
}

#productLocatorSidebar label {
	display:block;
}

#productLocatorSidebar ul {
	list-style:none;
		font-size:85%;
	margin:0;
}

#productLocatorSidebar li {
	margin-bottom:10px;
}

#productLocatorSidebar div p {
	float:left;
}

#productLocatorSidebar div .go {
		padding-right:55px;
}

#productLocatorSidebar div#legend p {
	float:none
}

#legend {
padding-top:20px;
}




/*#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 #D5D5D5;
	border-bottom:2px solid #D5D5D5;
	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 */

#page-siteMap ul li {
	font-size:14px;
}
#SiteMap.textPage {
	line-height:150%;
}

/* search results */

.pagination {
	text-align:center;
	width:714px;
	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:700;
}

/* confirmation pages */

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

/* download page */

#ddImage {
	margin:-40px 0 0 -20px;
}
#downloadPage {
	width:920px;
	margin:10px 0 20px;	
	float:left;
}
#downloadPage #accordion {
    width:608px;
	float:left;
}
#downloadPage .downloadRight {
	float:right;
	width:300px;
}
#downloadPage p {
    margin:10px 0 10px 15px;
}
#downloadPage h2.accordionButton {
    background:#50902C url(none);
    border:1px solid #CCCCCC;
    color:#FFFFFF;
    cursor:pointer;
    float:left;
    font-family:'Arvo',serif;
    font-size:120%;
    font-weight:700;
    margin:10px 0 0;
    padding:2px 10px 0;
	width:565px;
}
#downloadPage h2.accordionButton:hover {
	background-color:#003876;
}
#downloadPage h2.accordionButton:focus {
	background-color:#b22b18;
}
#downloadPage .accordionContent {
	width:585px;
	margin:0;
	padding:10px 0;
	float:left;
	clear:left;
}
#downloadPage .ddDescriptPanel {
	width:100px;
	height:142px;
	margin:0 25px 20px 0;
	padding:10px 13px 10px 13px;
	background:url(../images/cart_image_back.jpg) no-repeat left top;
	float:left;
	position:relative;
	-moz-box-shadow:2px 2px 2px #CCC;
	-webkit-box-shadow:2px 2px 2px #CCC;
	box-shadow:2px 2px 2px #CCC;
}
#downloadPage .ddDescriptPanel .productPhotoOpen {
	width:100px;
	height:100px;
	margin:0;
}
#downloadPage .ddDescriptPanel img {
	width:100px;
	height:100px;
	position:absolute;
	top:11px;
	left:14px;
}
#downloadPage .ddDescriptPanel h2 {
	font-size:80%;
	color:#FFFFFF;
	font-family:'Arvo', serif;
	font-weight:700;
	line-height:100%;
	text-align:center;
	width:100px;
	height:12px;
	margin:0;
	padding:3px 0;
	background:#b22b18 url(none);
	border:1px solid #CCC;
	border-top:0 none;
	border-bottom:0 none;
	float:left;
	position:relative;
	z-index:20;
}
#downloadPage .ddDescriptPanel h3 {
	width:32px;
	height:25px;
	padding:0;
	margin:0;
	border:0 none;
	position:absolute;
	bottom:10px;
	display:block;
	z-index:1;
}
#downloadPage .ddDescriptPanel h3.ddHigh {
	left:14px;
}
#downloadPage .ddDescriptPanel h3.ddLow {
	right:14px;
}
#downloadPage .ddDescriptPanel h3.ddHigh a, .ddDescriptPanel h3.ddLow a {
	width:32px;
	height:25px;
	background:url(../images/hr_download.png) no-repeat center top;
	display:block;
}
#downloadPage .ddDescriptPanel h3.ddLow a {
	background:url(../images/lr_download.png) no-repeat center top;
}
#downloadPage .ddDescriptPanel h3.ddHigh a:hover, #downloadPage .ddDescriptPanel h3.ddLow a:hover {
	background-position:center -50px;	
}
#downloadPage .ddDescriptPanel h3.ddHigh a:focus, #downloadPage .ddDescriptPanel h3.ddLow a:focus {
	background-position:center -100px;	
}
#downloadPage .ddDescriptPanel h3.ddTiff, #downloadPage .ddDescriptPanel h3.ddEps, #downloadPage .ddDescriptPanel h3.ddBW, #downloadPage .ddDescriptPanel h3.ddGif {
	width:25px;
	height:9px;
	padding:0;
	bottom:10px;
}
#downloadPage .ddDescriptPanel h3.ddTiff a, #downloadPage .ddDescriptPanel h3.ddEps a, #downloadPage .ddDescriptPanel h3.ddBW a, #downloadPage .ddDescriptPanel h3.ddGif a {
	width:25px;
	height:9px;
	padding:0;
	background:url(../images/dd_logo_buttons.png) no-repeat left top;
	display:block;
}
#downloadPage .ddDescriptPanel h3.ddTiff {
	left:10px;
}
#downloadPage .ddDescriptPanel h3.ddTiff a {
	background-position:left top;
}
#downloadPage .ddDescriptPanel h3.ddTiff a:hover {
	background-position:left -14px;
}
#downloadPage .ddDescriptPanel h3.ddTiff a:focus {
	background-position:left -28px;
}
#downloadPage .ddDescriptPanel h3.ddEps {
	left:33px;
}
#downloadPage .ddDescriptPanel h3.ddEps a {
	background-position:-23px top;
}
#downloadPage .ddDescriptPanel h3.ddEps a:hover {
	background-position:-23px -14px;
}
#downloadPage .ddDescriptPanel h3.ddEps a:focus {
	background-position:-23px -28px;
}
#downloadPage .ddDescriptPanel h3.ddBW {
	left:61px;
}
#downloadPage .ddDescriptPanel h3.ddBW a {
	background-position:-51px top;
}
#downloadPage .ddDescriptPanel h3.ddBW a:hover {
	background-position:-51px -14px;
}
#downloadPage .ddDescriptPanel h3.ddBW a:focus {
	background-position:-51px -28px;
}
#downloadPage .ddDescriptPanel h3.ddGif {
	left:92px;
}
#downloadPage .ddDescriptPanel h3.ddGif a {
	background-position:-82px top;
}
#downloadPage .ddDescriptPanel h3.ddGif a:hover {
	background-position:-82px -14px;
}
#downloadPage .ddDescriptPanel h3.ddGif a:focus {
	background-position:-82px -28px;
}
#downloadPage h4.downloadAll {
	font-size:100%;
	font-weight:400;
	text-align:center;
	width:580px;
	margin:10px 0 0 0;
	padding:5px 0;
	border-top:1px solid #b22b18;
	border-bottom:1px solid #b22b18;
	float:left;
	clear:left;
	display:block;
}
#downloadPage h4.downloadAll a {
	text-align:center;
	padding:0 0 0 10px;
	display:inline-block;
}

/* download forms */

#userContainer {
	width:920px;
	float:left;
	clear:left;
}
#userContainer h2 {
	float:left;
}
#userContainer h3 {
	padding:10px 0;
	float:left;
}
#userContainer #ddLeftColumn {
	width:580px;
	float:left;	
}
#userContainer #ddRightColumn {
	width:280px;
	float:right;	
}
#userContainer #signInError {
	color:#FFF;
	font-size:120%;
	text-transform:uppercase;
	width:270px;
	margin:0 0 10px 0;
	padding:5px;
	background-color:#B22B18;
	float:left;
}
#userContainer #signIn, #userContainer #resetPass {
	width:280px;
	float:left;
}
#userContainer #resetPass {
	margin:20px 0 0 0;
}
#userContainer #registration {
	width:580px;
	float:left;
	position:relative;
}
#userContainer #registration p#requiredNote {
	font-size:85%;
	font-style:italic;
	position:absolute;
	left:0;
	bottom:0;
}
#userContainer #signIn .formRow, #userContainer #registration .formRow, #userContainer #resetPass .formRow {
	width:280px;
	margin:0;
	padding:5px 0;
	float:left;
	clear:left;
	display:block;
}
#userContainer #registration .formRow {
	width:580px;
}
#userContainer #signIn label, #userContainer #registration label, #userContainer #resetPass label {
	width:11em;
	float:left;
}
#userContainer #signIn label, #userContainer #resetPass label {
	width:8em;
	float:left;
}
#userContainer #signIn input#j_username, 
#userContainer #signIn input#j_password,
#userContainer #resetPass #p_email {
	width:10em;
	float:right;
}
#userContainer #registration #r_email,
#userContainer #registration #r_password1,
#userContainer #registration #r_password2,
#userContainer #registration #r_firstName,
#userContainer #registration #r_lastName,
#userContainer #registration #r_zip,
#userContainer #registration #r_purpose {
	width:15em;
	float:left;
}
#userContainer #signIn input#submit, #userContainer #registration #submitprofile, #userContainer #registration #cancel, #userContainer #resetPass input#submit {
	margin:10px 0 0 10px;
	float:right;
}
#userContainer a#LogoutButton {
	color:#FFF;
	text-align:right;
	font-weight:700;
	margin:30px 0 0 0;
	padding:5px;
	background-color:#003876;
	display:block;
	float:right;
	clear:both;
}
#userContainer a#LogoutButton:hover {
	background-color:#b22b18;
}
#userContainer .formResponse {
	min-height:200px;
}
#userContainer .formResponse h3 {
	text-transform:capitalize;
	font-weight:200;
	font-size:140%;
	line-height:150%;
	font-style:italic;
}
#userContainer #captcha {
	background-color:none;
	border:0 none;
	clear:both;
    float:right;
    margin:0;
    width:310px;
}
#userContainer #captcha label {
    width:300px;
	padding-left:10px;
	margin:10px 0 0 0;
	text-align:center;
}
#userContainer .captcha p.refresh {
    text-align:center;
	margin:10px 0 5px 10px;
    width:300px;
	float:right;
	display:block;
}



