@charset "ISO-8859-1";

/* initializations */
/* Google fonts used 
/* Crimson Normal 400, Normal 400 Italic, Semi-Bold 600, Semi-Bold 600 Italic, Bold 700, Bold 700 Italic 
/* Lato Book 300, Book 300 Italic, Normal 400, Normal 400 Italic, Bold 700, Bold 700 Italic, Ultra-Bold 900, Ultra-Bold 900 Italic */

body {
	color:#333;
	font-family:'Lato', 'Century Gothic', Arial, sans-serif;
	font-size:small;
	line-height:140%;
	text-align:center;
	background:#512f1e url(../images/bark_back.jpg) 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:'Lato', 'Century Gothic', Arial, sans-serif;
}
input, textarea, select {
	color:#333;
	font-family:'Lato', 'Century Gothic', Arial, sans-serif;
	font-size:100%;
}
h1, h2, h3, h4 {
	font-size:100%;
}
sup {
	font-size:60%;
	line-height:20%;
	position:relative;
}
.accessibleText {
	color:#000;
	font-size:10%;
	margin-left:-9999px;
	display:none;
}
#noMargin {
	margin:0!Important;
}
.noMargin {
	margin:0!Important;
}
.noBorder {
	border:0!Important;
}
.selected {
	border:1px solid #FFF;
}
#home a, #home a:visited{
	font-size:116%;
}
a, a:visited {
	color:#91231f;
	text-decoration:none;
	font-family:'Crimson Text', serif;
	font-size:120%;
	font-style:italic;
	cursor:pointer;
	outline:none;
	font-weight:600;
}
a:hover, a:visited:hover {
	opacity:.8;
	-moz-opacity:.8;
	filter: alpha(opacity = 80);
}
a:focus {
	opacity:.6;
	-moz-opacity:.6;
	filter: alpha(opacity = 60);
}
.hidden {
	display:none;
}
#header {
	display:none;
}
#header2, #wideHeader2 {
	color:#FFF;
	font-weight:600;
	font-family:'Crimson Text', serif;
	text-align:center;
	text-transform:uppercase;
	width:757px;
	margin:0 0 10px -10px;
	padding:8px 0;
	background:#3f667c;
	text-shadow:#512f1e 1px 1px 1px;
}
#wideHeader {
	display:none;
}
#wideHeader2 {
	width:1017px;
}
.button {
	color:#efe6d7 !Important;
    font:normal 12px arial, sans-serif;
	height:20px;
	margin-left:10px;
    padding-right:15px; /* sliding doors padding */
	background:#512f1e url(../images/paper_background.jpg) repeat-x center top;
	border:1px solid #512f1e;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	text-shadow:#512f1e 1px 1px 1px;
	-moz-box-shadow:2px 2px 10px #bfb8ac;
	-webkit-box-shadow:2px 2px 10px #bfb8ac;
	box-shadow:2px 2px 10px #bfb8ac;
	float:right;
    display:block;
	o\verflow:hidden;
}
.button span {
    line-height:14px;
    height:20px;
    padding:3px 0 3px 15px;
    display:block;
}
.button:hover {
	color:#FFF !Important;
	background-position:center -300px;
}
.button:focus, .button:active {
	color:#FFF !Important;
    background-position:center -700px;
}
.button:focus span {
	padding:4px 0 2px 15px; /* push text down 1px */
}
#rightBoxStatic {
	width:250px;
	height:220px;
	margin:20px 0 0 0;
}
#awError {
	color:#efe6d7;
	text-align:center;
	width:737px;
	margin:0 0 10px 0;
	padding:10px;
	background:#91231f;
	border:1px solid #91231f;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	float:left;
}
#awError p {
	margin:10px 0;
}
#awError p a {
	color:#efe6d7;
	text-decoration:underline;
}
#awError 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:#af977a;
	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 #bfb8ac;
	clear:both;
}
.required {
	color:#B13427;
}

/* main content */

#fruitLogo {
	width:100%;
	min-width:887px;
	height:170px;
	position:absolute;
	top:0;
	left:0;
}
#shadowWrap {
	
}
#bottomShadow {
}
#mainWrap {
	text-align:left;
	width:1017px;
	padding:10px 10px 0 10px;
	margin:0 auto 20px auto;
	background:url(../images/85_white_pattern.png) repeat left top;
	position:relative;
	-moz-box-shadow:0 0 15px #000;
	-webkit-box-shadow:0 0 15px #000;
	box-shadow:0 0 15px #000;
}
#backgroundText {
	
}

/* begin header */

#activewearLogo {
	width:143px;
	height:123px;
	background:url(../images/fruit_activewear_header_logo.png) no-repeat left top;
	position:absolute;
	top:0;
	left:26px;
	z-index:1000;
	display:block;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;
}
#awTopBar {
	width:1017px;
	height:16px;
	padding:30px 40px 0 0;
	position:absolute;
	top:0;
	left:-18px;
	z-index:50;
}
#contactBtn, #fruitLinks, #ddLinks {
	color:#C93;
	font-size:80%;
	height:13px;
	letter-spacing:.3em;
	text-transform:uppercase;
	float:right;
}
#contactBtn a {
	font-style:normal;
	padding:0 24px 0 20px;
}
#fruitLinks a, #ddLinks a {
	font-style:normal;
	padding:0 24px 0 20px;
	border-right:1px dotted #C93;
}
#searchBtn {
	font-size:80%;
	float:right;
}
#flags {
	dsiplay:none;
}
#patternRow {
	display:none;
}
#search {
	color:#ead1b4;
	font-size:90%;
	text-align:right;
	height:42px;
	position:absolute;
	top:10px;
	right:30px;
}
#searchInput {
	vertical-align:bottom;
	height:1.2em;
	margin:0 0 0 5px;
	padding:1px 5px;
	background-color:#ead1b4;
	border-top:1px solid #91231f;
	border-right:1px solid #d77133;
	border-bottom:1px solid #af977a;
	border-left:1px solid #dbbd98;
	float:left;
}
#go {
	margin:0 0 0 5px;
	float:left;
	outline:none;
}
.go {
	background: url("../images/go_arrow.png") no-repeat scroll right top transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    outline: medium none;
    padding: 0 0 0 10px;
    width: 20px;
}
.go:hover {
	background-position:right -20px;
}
.go:active {
	background-position:right -40px;
}

/* begin navigation */

#navigation {
	list-style:none;
	width:1017px;
	height:25px;
	background-color:#91231f;
	position:absolute;
	top:300px;
	left:10px;
	z-index:100;
	overflow:hidden;
	zoom:1;
}
#navigation li {
	width:168px;
	height:25px;
	border-right:1px solid #9d4a47;
	float:left;
	zoom:1;
}
#navigation li.noBorder {
	border-right:none;
}
#navigation li a {
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Crimson Text',serif;
	font-size: 95%;
    font-weight: 600;
	width:168px;
	height:15px;
	padding:3px 0;
	float:left;
	font-style:normal;
	text-shadow: 1px 1px 1px #651519;
	zoom:1;
}
#navigation li a:hover {
	
}
#navigation li a:focus {
	
}

/* page area */

#mainContent {
	color:#333;
	width:1017px;
	height:500px;
	padding:0 0 10px;
	float:left;
}
html>body #mainContent {
	height:auto;
	min-height:500px;
}
.topBanner {
	width:1017px;
	height:243px;
	margin:0 auto 40px auto;
	display:block;
}
#col2 .sideBanner, #panel2_2 .sideBanner {
	width:250px;
	height:300px;
	margin:20px auto;
	float:left;
	clear:left;
	display:block;
	border:1px solid #FFF;
}

/* if columns */

#col1, #panel2_1 {
	position:relative;
	float:left;
	display:inline;
}
#col2, #panel2_2 {
	text-align:left;
	float:left;
	display:inline;
	overflow:hidden;
}

/* if rows */

#row1 {
	width:1017px !important;
	height:243px;
	margin:48px 0 35px 0;
	background:#CCC;
	float:left;
	clear:left;
}
#row2, #row3, row4 {
	width:1017px !important;
	margin:0;
	position:relative;
	float:left;
	clear:left;
}
#wholesaleSearchPanel h2{
	text-align:center;	
}
#col2 h2, #panel2_2 h2, #queryResult #wInventory h3, #queryResultWide #wInventory h3 {
	margin:0 0 5px 0;
	padding:8px 10px;
	background:#93a599;
	color: #FFFFFF;
    font-family: 'Crimson Text',serif;
    font-size: 110%;
    font-weight: 600;
    text-align:left;
    text-shadow: 1px 1px 1px #758379;
	width:250px;
}
#col2 h2 a, #panel2_2 h2 a, #wholesaleSearchPanel h2 a, #queryResult #wInventory h3 a, #queryResultWide #wInventory h3{
	text-shadow: none;
}
#col2 h3, #panel2_2 h3, #queryResult #wInventory h4, #queryResultWide #wInventory h4 {
	color:#3f667c;
	font-size:90%;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 5px 0;
	padding:0 10px;
}

/* footer */

#footer {
	font-size:80%;
	width:1037px;
	margin:20px 0 0 -10px;
	background:#91231f;
	clear:both;
}
.footerTag {
	color:#ead1b4;
	letter-spacing:.07em;
	text-align:center;
	padding:10px 0;
	position:relative;
	display:block;
}
.footerTag a {
	color:#FFF;
	font-style:normal;
	padding:0 0 0 10px;
	margin:0 0 0 7px;
	border-left:1px solid #9d4a47;
}
.awPipe {
	color:#C93;
}
.footerLogo {
	vertical-align:middle;
	margin:0;
}
#clearPageEnd {
	clear:both;	
}

/* site controls */

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

/* home page */

#home #navigation {
	top:60px;
	left:10px;
}
#home #mainContent {
	min-height:920px;
	padding:75px 0 0 0;	
}
#home #row1 {
	display:none;
}
#awPrimaryBorder {
	display:none;
}
#awPrimary {
	width:1017px;
	height:425px;
	position:absolute;
	top:0;
	left:0;
}
#awPrimary ul {
	border:none;
	margin:0;
	list-style-type:none;
}
#awPrimary li {
	list-style-type:none;
	position:relative;
}
#awPrimary li div {
	list-style-type:none;
	position:absolute;
}
#awPrimary li img {
	list-style-type:none;
	position:absolute;
}
#awHome1, #awHome2, #awHome3 {
	width:332px;
	height:247px;
	background:#FFF;
	position:absolute;
	top:435px;
	left:0;
}
#awHome2 {
	left:342px;
}
#awHome3 {
	left:684px;
}
#awHome1Link{
	background: none repeat scroll 0 0 #FF4C00;
    height: 50px;
    position: absolute;;
    top: 609px;
    width: 332px;
}
#awHome1Link span{
	color: #FFFFFF;
    display: block;
    font-size: 16px;
    height: 50px;
    padding: 12px 0;
    text-align: center;
    width: 332px;	
}
#awHome2Link{
	background: none repeat scroll 0 0 #502980;
    height: 50px;
    position: absolute;;
    top: 609px;
	left:342px;
    width: 332px;
}
#awHome2Link span{
	color: #FFFFFF;
    display: block;
    font-size: 16px;
    height: 50px;
    padding: 12px 0;
    text-align: center;
    width: 332px;	
}
#awHome3Link{
	background: none repeat scroll 0 0 #5080ad;
    height: 50px;
    position: absolute;;
    top: 609px;
	left:684px;
    width: 332px;
}
#awHome3Link span{
	color: #FFFFFF;
    display: block;
    font-size: 16px;
    height: 50px;
    padding: 12px 0;
    text-align: center;
    width: 332px;	
}
#awHomeColorBar {
	float: left;
    left: 0;
    margin: 0 0 0 8px;
    position: absolute;
    top: 693px;
    width: 1023px;
}
#awHomeColorBar a {
	border: 1px solid #FFFFFF;
    display: block;
    float: left;
    height: 20px;
    margin: 0 6px 5px 0;
    width: 20px;
}
#awHomeColorBar a:hover {
	border:1px solid #333;
}
#awHomeColorBar a img {
	width:17px;
	height:17px;
}
.lastSwatch {
	margin:25px 0 5px 0;
}
#homeColorNote {
	color:#91231F;
	font-size:80%;
	text-align:center;
	letter-spacing:.3em;
	width:100%;
	padding:2px 0 0 0;
	clear:left;
}
#environmentalHeader {
	background: url("../images/transparency_white_60.png") repeat scroll left top transparent;
    border-top: 1px dotted #D7B37F;
    color: #446E39;
    height: 20px;
    left: 0;
    padding: 20px 0 10px;
    position: absolute;
    text-align: center;
    top: 747px;
    width: 1017px;
}
#environmentalHeader a {
	color:#446e39;
}
#environmentalHeader a:hover {
	color:#3f667c;
}
#environmentalHeader a:active {
	color:#512f1e;
}
#environmentalNote {
	background: url("../images/transparency_white_60.png") repeat scroll left top transparent;
    border-bottom: 1px dotted #D7B37F;
    color: #3F667C;
    left: 0;
    line-height: 150%;
    margin: 0 0 20px;
    min-height: 82px;
    padding: 0 20px 30px;
    position: absolute;
    text-align: center;
    top: 798px;
    width: 977px;
	clear:both;
}

/*Banner Button Styles*/

.bannerButton{
	width:208px;
	height:37px;
	background:url("../images/banner_button.jpg") no-repeat;
	border:1px solid #FFF;
}
.bannerButton span{
	color:#FFF;	
	text-align:center;
	width:208px;
	height:37px;
	margin:10px 0 0 0;
	display:block;
}
#heavyCotton_btn{
	left: 650px;
    position: absolute;
    top: 132px;
}

/* sidebar navigation */

.sidebarNav {
	width:250px;
	margin-bottom:20px;
}
.sidebarNav sup {
	font-size:60%;
	line-height:0;
}
.sidebarNav h2 {
	color:#FFF !Important;
	font-weight:700;
	text-align:center;
	background-color:#3f667c;
	-moz-box-shadow:0 0 5px #bfb8ac;
	-webkit-box-shadow:0 0 5px #bfb8ac;
	box-shadow:0 0 5px #bfb8ac;
}
.sidebarNav ul {
	width:250px;
	margin:0;
	background:rgb(255, 255, 255);
	background:rgba(255, 255, 255, .8);
	-moz-box-shadow:0 0 5px #bfb8ac;
	-webkit-box-shadow:0 0 5px #bfb8ac;
	box-shadow:0 0 5px #bfb8ac;
}
.sidebarNav ul li {
	list-style:none;
	display:inline-block;
}
.sidebarNav ul li h2 {
	font-size:85% !Important;
	text-align:left;
	width:250px;
	margin:0 !Important;
	padding:0 !Important;
	border:none !Important;
	background-color:transparent;
	-moz-box-shadow:0 0 0 #bfb8ac;
	-webkit-box-shadow:0 0 0 #bfb8ac;
	box-shadow:0 0 0 #bfb8ac;
}
.sidebarNav ul li ul li h3 {
	font-size:85% !Important;
	text-transform:capitalize !Important;
	width:250px;
	margin:0 !Important;
	padding:0 !Important;
}
.sidebarNav ul li h2 a {
	color:#3f667c;
	font:400 normal 100% 'Lato', 'Century Gothic', Arial, sans-serif;
	padding:5px 0 5px 10px;
	display:block;
	background:#F5F5F5;
}
.sidebarNav ul li h2 a.current {
	color:#91231f;
	font-weight:700;
	background:rgb(255, 255, 255);
}
.sidebarNav ul li ul {
	margin:0 0 5px 0;
	display:inline-block;
	-moz-box-shadow:0 0 0 #bfb8ac;
	-webkit-box-shadow:0 0 0 #bfb8ac;
	box-shadow:0 0 0 #bfb8ac;
}
.sidebarNav ul li ul li h3 a {
	color:#3f667c;
	font:400 normal 100% 'Lato', 'Century Gothic', Arial, sans-serif;
	padding:5px 0 5px 30px;
	display:block;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
.sidebarNav ul li ul li .current a, .sidebarNav ul li ul li .current a:hover, .sidebarNav ul li ul li .current a:focus {
	color:#91231f;
	font-weight:700;
	background:#FFF;
}
.sidebarNav li .submenu {
	margin-bottom:0.5em;
	display:none;
}

/* category and subcategory pages */

#displayedPage, #subCatWrapper {
	text-align:center;
	width:767px;
}
.subCatDescriptPanel {
	width:225px;
	height:303px;
	margin:0 10px 10px 0;
	padding:10px;
	background:#FFF;
	position:relative;
	float:left;
}
.subCatDescriptPanel:hover {
	opacity:1;
	-moz-opacity:1;
}
.productPhotoOpen {
	width:225px;
	height:225px;
	background:url(../images/placeholder.png) no-repeat center center;
}
.subCatDescriptPanel img {
	width:225px;
	height:225px;
}
.subCatDescriptPanel h3 {
	font-size:14px;
	font-weight:bold;
	line-height:115%;
	width:225px;
	height:35px;
	padding:10px 0;
	overflow:hidden;
}
.subCatDescriptPanel h3 a{
	color:#000;	
}
.subCatDescriptPanel h4 {
	font:normal 80%/80% Arial, Helvetica, sans-serif;
	width:225px;
	height:1.7em;
	padding:5px 0 0 0;
	position:relative;
	overflow:hidden;
}
.subCatDescriptPanel h4 img {
	width:9px;
	height:9px;
	border:none;
	position:absolute;
	top:.5em;
	right:5px;
}
.subCatDescriptPanel h4 sup {
	color:#91231f;
	font-size:90%;
	line-height:0;
}
.subCatDescriptPanel sup {
	font-size: 60%;
    position: relative;
    top: 0.3em;
}
.subCatDescriptPanel h5 {
	font-size:80%;
	font-weight:normal;
	line-height:110%;
	width:225px;
	height:1.5em;
	margin-left:1px;
	padding:5px 0 0 0;
	background-color:#FDF7ED;
	overflow:hidden;
}
a.catImageHover{
	background-color:#FFFFFF;
	opacity:0.20;
	-moz-opacity:.2;
	filter: alpha(opacity = 20);
}	
a.catImageHover:hover{
	opacity:0;
	-moz-opacity:0;
	filter: alpha(opacity = 0);	
}
.catImageHover {
	height: 225px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 225px;
}
#subCatLegend {
	font-size:80%;
	font-weight:normal;
	letter-spacing:.1em;
	text-align:center;
	width:594px;
	margin:10px 0;
	padding:6px;
	border-top:1px solid #dbbd98;
	border-bottom:1px solid #dbbd98;
}
#subCatLegend img {
	vertical-align:baseline;
	margin:1px 5px 0 0;
	border:none;
}

/* changes for catalog page */

.category .subCatDescriptPanel h3 {
	font-size:14px;
	line-height:1.4em;
	width:220px;
	height:2.2em;
	padding:10px 3px 0 3px;
	font-weight:bold;
}
.category .subCatDescriptPanel h3 a{
	color:#000;
}
.bottomMessage {
	font-size:90%;
	text-align:center;
	width:757px;
	margin:10px 0 0 0;
	padding:5px 0;
	border-top:1px solid #bfb8ac;
	border-bottom:1px solid #bfb8ac;
	float:left;
	clear:left;
}

/* product view page */

#pviewLeftCol {
	text-align:center;
	width:386px;
	height:386px;
	margin:0 0 80px 0;
	background:url(../images/placeholder.png) no-repeat left top;
	-moz-box-shadow:0 0 5px #bfb8ac;
	-webkit-box-shadow:0 0 5px #bfb8ac;
	box-shadow:0 0 5px #bfb8ac;
	float:left;
}

/* pview image and zoom */

#zoomContainer {
	float: left;
    height: 386px;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 386px;
    z-index: 5;
}
#zoomMask {
	height: 386px;
    left: 0;
    position: absolute;
    top: 0;
    width: 386px;
    z-index: 5;
}
#zoomButton {
	background: url("../images/zoom_button_duo.png") no-repeat scroll left top transparent;
    height: 30px;
    left: 346px;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 50;
}
#zoomButton:hover {
	background-position:left bottom;
}
#productDescImg {
	height: 386px;
    left: 0;
    position: absolute;
    top: 0;
    width: 386px;
    z-index: 1;
}

/* pview name under image */

#productDescName {
	background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #BFB8AC;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 386px;
    width: 386px;
}
#productDescName h2 {
	color:#000;
	font-size:115%;
	width:386px;
	margin:10px 0 0 0;
}
#productDescName h2 sup {
	font-size:70%;
}
#productDescName h5 {
	color:#000;
	font-size:90%;
	font-weight:normal;
	width:386px;
	margin:0 0 10px 0;
}

/* pview right column */

#pviewRightCol {
	color:#333;
	line-height:120%;
	text-align:left;
	width:333px;
	min-height:500px;
	padding:0 0 0 40px;
	float:left;
	overflow:hidden;
}
#productDesc {
	font-size:85%;
}
#productDesc h4 {
	color:#91231f;
	display:block;
}
#productDesc div em {
	font-weight:normal;
	display:block;
}
#productDesc div em strong {
	display:block;
}
#productDesc div {
	width:332px;
	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:#91231f;
	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:#91231f;
	width:215px;
	padding:10px 0 0 0;
	border-top:1px solid #bfb8ac;
}
#pviewRightCol ol li h4 span {
	color:#91231f;
	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 #bfb8ac;
	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;
	width:2.2em;
	height:2.2em;
	margin:0 5px 5px 0;
	background-color:#C63;
	-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:#666;
}
#pviewRightCol ol li #pviewSize a.selected {
	color:#FFF;
	background-color:#91231f;
	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 {
	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 #bfb8ac;
	position:relative;
	float:left;
	display:block;
}
#pviewRightCol ol li blockquote a:hover {
	border:1px solid #91231f;
}
#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/aw_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 #999;
	float:left;
	display:block;
}
#colorLabel div img {
	width:35px;
	height:35px;
}
#colorLabel b {
	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;
	opacity:0.90;
	-moz-opacity:.9;
	filter: alpha(opacity = 90);
	-moz-box-shadow:0 0 5px #bfb8ac;
	-webkit-box-shadow:0 0 5px #bfb8ac;
	box-shadow:0 0 5px #bfb8ac;
	position:absolute;
	top:30%;
	right:12px;
	z-index:600;
	clear:left;
	overflow:hidden;
}
#sizeTable table {
	font-size:10px;
	width:353px;
	padding:0;
	border-top:1px solid #512f1e;
	border-left:1px solid #512f1e;
	overflow:hidden;
}
#sizeTable table td, #sizeTable table th {
	padding:5px;
	border-right:1px solid #512f1e;
	border-bottom:1px solid #512f1e;
	overflow:hidden;
}
#sizeTable table th {
	text-align:left;
	width:16.6%;
}
#sizeTable table .title {
	color:#FFF;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	width:16.6%;
	background-color:#512f1e;
}
#sizeTable .header {
	font-weight:bold;
	letter-spacing:-.05em;
	background-color:#E2E2E2;
	overflow:hidden;
}
#sizeTable .even {
	background:#FFF;
	overflow:hidden;
}
#sizeTable .odd {
	background-color:#efe6d7;
	overflow:hidden;
}
#sizeTable .footer {
	background-color:#91231f;
	overflow:hidden;
}
#sizeTable .footer a {
	color:#FFF;
}
#sizeTable .footer a:hover {
	color:#ead1b4;
}

/* pview brand logos */

#awBrandLogo {
	display: block;
    height: 60px;
    left: 10px;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 500;
}
#awBrandLogo img {
	width:60px;
	height:60px;
	border:none;
}

/* pview confirmation message */

.pviewError {
	color:#FFF;
	font-size:100%;
	width:195px !Important;
	margin:10px 0;
	padding:5px 10px;
	background-color:#91231f;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	float:left;
}
.formError {
	color:#91231f;
	font-size:80%;
	font-style:oblique;
	padding-left:10px;
}

/* catalog order form */

#order {
	text-align:left;
	width:757px;
	margin:0 0 20px 0;
	float:left;
}
#order #header2 {
	margin:0 0 10px 0;	
}
#order h3 {
	font-size:85%;
	font-weight:normal;
	text-align:center;
	margin:-5px 0 10px 0;
}
#order form {
	width:757px;
	padding:0 0 15px 0;
	background:url(../images/transparency_white_60.png) repeat left top;
	-moz-box-shadow:0 0 5px #bfb8ac;
	-webkit-box-shadow:0 0 5px #bfb8ac;
	box-shadow:0 0 5px #bfb8ac;
	float:left;
}
#order form div {
	padding:15px;
	float:right;
}
#order #mybuttons {
	padding:5px 0;
	background:url(none);
}
#order form fieldset {
	width:727px;
	border:none;
	float:left;
}
#order form fieldset legend {
	font-size:100%;
	color:#91231f;
	text-transform:uppercase;
	width:717px;
	float:left;
	display:block;
	font-family: 'Crimson Text',serif;
	font-weight:600;
}
#order form fieldset ol, #order form fieldset ul {
	list-style:none;
	width:695px;
	margin:5px 0 20px 0;
	padding:10px 15px 20px 15px;
	background:url(../images/transparency_white_60.png) repeat left top;
	border:1px dotted #ead1b4;
	float:left;
	display:block;
	overflow:hidden;
}
#order form fieldset ol li {
	width:695px;
	margin:3px 0;
	float:left;
}
#order li{
	list-style-type:none;	
}
#order form fieldset ol li label {
	width:9em;
	margin:2px 0 0 5px;
	float:left;
}
#order form fieldset ol li .checkboxDescription {
	width:657px;
}
#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:345px;
	margin-bottom:10px;
}
#order form fieldset ol #halfLength label {
	width:235px;
	float:left;
}
#order form fieldset ol #halfLength .catalogLabel {
	width:auto;
	padding:0 10px 0 0;
	margin-top:-5px;
}
#order form fieldset ol #halfLength select {
	margin-top:-5px;
}
#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: 415px;
	margin:-30px 0 0 0;
	background:url(none) !Important;
	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:#91231f;
	font-size:80%;
	font-style:oblique;
	padding-left:10px;
}

/* product locator form */

#productLocator {
	color:#333;
	text-align:left;
	width:767px;
	float:left;
}
#productLocator #header2 {
	margin:0 0 10px 0;
}
#productLocator form {
	width:727px;
	overflow:hidden;
	padding:10px 15px 20px 15px;
	background:url(../images/transparency_white_60.png) repeat left top;
	float:left;
	-moz-box-shadow:0 0 5px #bfb8ac;
	-webkit-box-shadow:0 0 5px #bfb8ac;
	box-shadow:0 0 5px #bfb8ac;
}
#productLocator form div {
	width:727px;
	margin:10px 0 0 0;
	float:left;
}
#productLocator form fieldset {
	width:727px;
	border:none;
	float:left;
}
#productLocator #formBottom {
	width:727px;
	height:15px;
	margin:0;
	padding:0;
	float:left;
	display:block;
}
#productLocator form fieldset legend {
	color:#333;
	font-size:100%;
	width:717px;
	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:697px;
	margin:10px 0 0 0;
	padding:0 15px;
	background:url(none);
	float:left;
}
#productLocator form fieldset fieldset legend {
	width:667px;
	min-height:20px;
}
#productLocator form div fieldset fieldset div {
	width:697px;
	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:#91231f;
	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:697px;
	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:675px;
	margin:0 0 20px 0;
	padding:0 10px 10px 10px;
	background:url(../images/transparency_white_60.png) repeat left top;
	border:1px dotted #ead1b4;
	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 #bfb8ac;
	border-bottom:1px solid #bfb8ac;
	display:block;
}
#productLocator form fieldset fieldset p label {
	font-size:100%;
	width:10em;
	float:left;
	display:block;
}
#productLocator form fieldset fieldset p i {
	color:#91231f;
	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:722px;
    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:#91231f;
}
#footnote {
	font-size:80%;
	font-style:oblique;
	margin:10px 0 0 0;
	float:left;
}
#productLocator form fieldset #separator {
	width:535px;
	height:1px;
	margin:10px 0 0 0;
	padding:0;
	background:#dbbd98 url(none);
}

/* product locator results */

#productLocatorResults {
	text-align:left;
	width:757px;
	position:relative;
}
#productLocatorResults #header2 {
	margin:0 0 10px 0;	
}
#productLocatorResults #plrLogo {
	width:60px;
	height:60px;
	border:1px solid #bfb8ac;
	float:right;
	display:block;
}
#productLocatorResults img {
	width:10px;
	height:10px;
	border:1px solid #bfb8ac;
}
#resultHead {
	width:737px;
	padding:10px;
	background:url(../images/transparency_white_60.png) repeat left top;
	-moz-box-shadow:0 0 5px #bfb8ac;
	-webkit-box-shadow:0 0 5px #bfb8ac;
	float:left;
}
#resultHead h2 {
	font-size:120%;
	font-weight:normal;
}
#resultHead h2 b, #resultHead h3 b {
	color:#333;
	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 #bfb8ac;
	float:left;
	overflow:hidden;
	display:inline-block;
}
#resultHead #swatch {
	width:10px;
	height:10px;
	border:none;
}
#productLocatorResults table {
	font:85% "Arial Narrow", Arial, Helvetica, sans-serif;
	text-align:right;
	width:757px;
	margin-bottom:20px;
	border-bottom:1px solid #bfb8ac;
	border-left:1px solid #bfb8ac;
	float:left;
}
#productLocatorResults table th {
	color:#FFF;
	padding:5px;
	background-color:#91231f;
	border-top:1px solid #bfb8ac;
	border-right:1px solid #bfb8ac;
}
#productLocatorResults table td {
	padding:5px 10px;
	border-top:1px solid #bfb8ac;
	border-right:1px solid #bfb8ac;
}
#productLocatorResults table td a {
	float:none;
}
#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:url(../images/transparency_orange_10.png) repeat left top;
}
#productLocatorResults .even td {
	background:url(../images/transparency_white_60.png) repeat left top;
}
#productLocatorResults #colorInsert {
	padding:0;
	border:none;
}
#productLocatorResults #colorInsert table {
	font-size:95%;
	width:100%;
	margin:0;
	border:none;
	border-bottom:3px solid #F69C2A;
}
#productLocatorResults .moreColorsOdd td {
	font-weight:normal;
	background-color:#FDF7ED;
	border-top:1px solid #ead1b4;
	border-right:1px solid #ead1b4;
}
#productLocatorResults .moreColorsEven td {
	font-weight:normal;
	background-color:#FFFCF7;
	border-top:1px solid #ead1b4;
	border-right:1px solid #ead1b4;
}
#productLocatorResults .tableColorName {
	text-align: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:757px;
	margin:5px 0;
	float:left;
}
#pagination a {
	padding:0 5px;
	border-right:1px solid #bfb8ac;
}
.moreThan {
	color:#999;
}

/* colors page */

#colorsPanel {
	text-align:left;
	width:598px;
	padding:0 0 10px 0;
	float:left;
}
#colorsPanel h1#header2 {
	text-transform:none;
	margin:0 0 10px 0;
}
#swatchPanel {
	text-align:left;
	width:743px;
	margin:5px 0 10px 0;
	padding:12px 0 12px 12px;
	background:#efe6d7;
	background:url(../images/transparency_white_60.png) repeat left top;
	float:left;
	overflow:hidden;
	min-height:134px;
}
#swatchPanel h2 {
	color:#3f667c;
	font-size:85%;
	font-weight:normal;
	text-transform:uppercase;
	width:743px;
	margin:-12px -12px 15px -12px;
	padding:12px 0 5px 12px;
	border-bottom:1px solid #3f667c;
}
#swatchPanel a {
	width:60px;
	height:60px;
	margin:0 20px 20px 0;
	border:1px solid #FFF;
	position:relative;
	float:left;
	display:block;
}
#swatchPanel a img {
	width:60px;
	height:60px;
	border:none;
}
#swatchPanel a:hover {
	border:1px solid #666;
}
#swatchPanel a:active {
	border:1px solid #C63;
}
#swatchPanel #newColor {
	top:28px;
	left:26px;
}
#colorsFootnote {
	clear: left;
    float: left;
    padding: 0 0 20px;
    text-align: center;
    width: 757px;
}
#colorsFootnote p {
	font-size: 90%;
    font-style: oblique;
    margin: 0 0 0 65px;
    text-align: center;
    width: 635px;
}

/* Color Search Results Page */

#colorResults {
	font-size:85%;
	width:757px;
}
#colorResults h1#header2{
	margin: 0 0 10px 0;	
}
#colorResults img {
	vertical-align:bottom;
	width:1em;
	height:1em;
	margin:0 7px 1px 0;
	border:1px solid #bfb8ac;
	display:inline-block;
}
#colorResults .colorSwatch {
	vertical-align:bottom;
	height:1em;
	margin:0 7px 1px 0;
	padding:0 .55em;
	border:1px solid #bfb8ac;
	display:inline-block;
}
#colorResults table {
	font-size:95%;
	width:100%;
	padding:0;
	background:url(../images/transparency_white_60.png) repeat left top;
	border-bottom:1px solid #bfb8ac;
	border-left:1px solid #bfb8ac;
}
#colorResults table th {
	color:#FFF;
	padding:5px;
	background-color:#512f1e;
	border-top:1px solid #bfb8ac;
	border-right:1px solid #bfb8ac;
}
#colorResults table td {
	padding:5px;
	border-top:1px solid #bfb8ac;
	border-right:1px solid #bfb8ac;
}
#colorResults h5 {
	font-size:100%;
	font-weight:normal;
	letter-spacing:.1em;
	text-align:center;
	width:747px;
	margin:10px 0;
	padding:6px;
	border-top:1px solid #dbbd98;
	border-bottom:1px solid #dbbd98;
}
#colorResults table td img, #colorResults h5 img {
	vertical-align:middle;
	margin:0 0 3px 5px;
	border:none;
}
#colorResults .odd {
}
#colorResults .even {
	background:url(../images/transparency_orange_10.png) repeat left top;
}

/* wholesaler locator */

#wLeftWrap {
	width:727px;
	min-height:520px;
	padding:0;
	background:#FFF;
	float:left;
}
#wLeftWrap h1 {
	font-size:95%;
	width:707px;
	margin:0 0 20px 0px;
	padding:13px 10px;
	border-bottom:1px solid #CCC;
	position:relative;
	background:#486075;
	color: #FFFFFF;
    font-family: 'Crimson Text',serif;
    font-weight: 600;
    text-shadow: 1px 1px 1px #512F1E;
	text-transform:uppercase;
}
#wLeftWrap h1 span {
	color:#FFF;
	font-size:110%;
	font-style:italic;
	position:absolute;
	top:13px;
	right:35px;
}
#mapWrap {
	margin:-10px 0 20px 125px;;
	float:left;
}
#mapWrap img {
	width:480px;
}
#openIcon, #closedIcon {
	height:12px;
	width:12px;
	background:url(../images/open_circle.gif) no-repeat left top;
	position:absolute;
	top:17px;
	right:10px;
	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 h2{
	background: none repeat scroll 0 0 #93A599;
    color: #FFFFFF;
    font-family: 'Crimson Text',serif;
    font-size: 110%;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 8px 10px;
    text-shadow: 1px 1px 1px #758379;
}
#wholesaleSearchPanel sup {
	font-size:90%;
}
#wholesaleSearchPanel ol {
	list-style-type:none;
}
#wholesaleSearchPanel ol li {
	font-size:85%;
	line-height:140%;
	padding:5px 0;
	border-top:1px dashed #dbbd98;
}
#wholesaleSearchPanel ul {
	font-size:90%;
	text-align:left;
	list-style:none;
	margin:10px 0;
}
#wholesaleSearchPanel ul li {
	line-height:140%;
}
#wholesaleSearchPanel ul li b {
	color:#C63;
	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 0 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:25px;
	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:235px;
	margin:10px 0;
	background:#FFF;
	border:1px solid #bfb8ac;
	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:#C63;
	font-size:90%;
	font-weight:normal;
	display:inline;
}
#queryResult, #queryResultWide {
	width:737px;
	float:left;
}
#queryResult #wHeader, #queryResultWide #wHeader {
	width:687px;
	padding:0 20px 0 20px;
	background-color:#FFF;
	-moz-box-shadow:0 0 5px #bfb8ac;
	-webkit-box-shadow:0 0 5px #bfb8ac;
	box-shadow:0 0 5px #bfb8ac;
	float:left;
	overflow:hidden;
}
#queryResult #wHeader h2, #queryResultWide #wHeader h2 {
	color:#3f667c;
	font-size:100%;
	line-height:95%;
	padding:10px 0 3px 0;
}
#queryResult #wHeader b, #queryResultWide #wHeader b {
	color:#91231f;
	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:140%;
}
#queryResult #wInventory, #queryResultWide #wInventory {
	float:left;
}
#queryResult #wInventory h2, #queryResultWide #wInventory h2 {
	color:#FFF;
	text-align:center;
	width:727px;
	margin:10px 0;
	padding:5px 0;
	-moz-box-shadow:0 0 5px #bfb8ac;
	-webkit-box-shadow:0 0 5px #bfb8ac;
	box-shadow:0 0 5px #bfb8ac;
	background:#6C6F70;
	font-family: 'Crimson Text',serif;
    font-size: 95%;
    font-weight: 600;
	text-shadow: 1px 1px 1px #333;
}
#queryResult #wInventory h3, #queryResultWide #wInventory h3 {
	text-transform:uppercase;
	width:727px;
	margin:10px 0 5px 0;
	float:left;
}
#queryResult #wInventory h4, #queryResultWide #wInventory h4 {
	width:707px;
	padding:5px 10px;
	background:url(../images/transparency_orange_10.png) repeat left top;
	float:left;
}
#queryResult #wInventory ul, #queryResultWide #wInventory ul {
	font-size:90%;
	list-style:none;
	width:707px;
	margin-bottom:10px;
	float:left;
	clear:left;
}
#queryResult #wInventory ul li, #queryResultWide #wInventory ul li {
	width:707px;
	margin:0 0 4px 0;
	padding:5px 10px;
	background:url(../images/transparency_white_60.png) repeat left top;
	float:left;
	display:block;
}
#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:140%;
	width:997px;
	padding:0 10px 10px 10px;
	background:url(../images/transparency_white_60.png) repeat left top;
}
.textPage p {
	line-height:140%;
	margin:15px 10px 15px 10px;
}
.textPage h2 {
	font-size:95%;
	font-weight:normal;
	padding:5px 0;
}
.textPage h3 {
	font-size:90%;
	font-weight:normal;
	text-transform:uppercase;
	margin:10px 0 5px 0;
	padding:5px;
	border-top:1px solid #3f667c;
	border-bottom:1px solid #3f667c;
}
.textPage h4 {
	font-size:95%;
	margin:0 0 5px 0;
}
.textPage h5 {
	font-size:100%;
	font-weight:normal;
	line-height:140%;
	text-align:center;
	padding:5px 0;
	border-top:1px solid #91231f;
	border-bottom:1px solid #91231f;
}
.textPage #leftPanel {
	margin:0 10px 20px 10px;
	padding:0 20px 0 0;
	float:left;
}
.textPage #rightPanel {
	margin:0 0 20px 10px;
	float:left;
	overflow:hidden;
}
.textPage table {
	font-size:85%;
	width:100%;
	padding:0;
	background:url(../images/transparency_white_60.png) repeat left top;
	border-bottom:1px solid #bfb8ac;
	border-left:1px solid #bfb8ac;
}
.textPage table th, .textPage table td  {
	padding:10px 2px 10px 10px;
	border-top:1px solid #bfb8ac;
	border-right:1px solid #bfb8ac;
}
.textPage table th  {
	color:#FFF;
	background-color:#512f1e;
}
.textPage table td, .textPage table .odd, .textPage table .odd td {
	
}
.textPage .even, .textPage .even td {
	background:url(../images/transparency_orange_10.png) repeat left top;
}
#fruitCalLogo {
	width:100%;
	height:20px;
	background:url(../images/fotl_logo_cal.png) no-repeat center center;
}

/* measuring tips */

#tipRow, #tipTop {
	width:997px;
	float:left;
}
#tipTop {
	height:10px;
}
#tipRowHalf, #tipTopHalf, #tip {
	width:493px;
	float:left;
}
#tipTopHalf {
	height:10px;
}
#tip {
	min-height:13em;
	background:url(../images/transparency_white_60.png) repeat left top;
	-moz-box-shadow:0 0 5px #bfb8ac;
	-webkit-box-shadow:0 0 5px #bfb8ac;
	box-shadow:0 0 5px #bfb8ac;
}
#tip h3 {
	color:#C63;
	font-weight:bold;
	background:transparent;
}
.tipR {
	margin:0 0 0 10px;
}
#tip img {
	width:100px;
	margin:15px 10px;
	float:left;
}
#tip div, #tip div p {
	width:362px;
	margin:3px 0 10px 0;
	float:left;
}

/* disclaimers */

#copyright p, #privacy p {
	font-size:85%;
}
#copyright sup, #privacy sup, #footer sup {
	font-size:70%;
}
#copyright #wideHeader2{
	margin: 0 0 10px -10px;	
}

/* feedback */

#ContactFruitActivewear ul {
	font-size:90%;
	list-style-type:none;
}
#ContactFruitActivewear ul li {
	margin:20px 0;
}
#ContactFruitActivewear #leftPanel {
	width:580px;
}
#ContactFruitActivewear #rightPanel {
	width:250px;
}
#ContactFruitActivewear #rightPanel ul li span {
	color:#91231f;
}

/* industry links */

#IndustryResources ul {
	list-style-type:none;
	margin:0 0 20px 20px;
	display:block;
}
#IndustryResources ul li {
	font-size:85%;
}
#IndustryResources ul li ul {
	margin:0 0 10px 10px;
}
#IndustryResources #leftPanel {
	width:512px;
	margin: 0 10px 20px 87px;
}
#IndustryResources #rightPanel {
	width:250px;
}
#IndustryResources a:visited {
	color:#620;
}

/* right side tips */

.sidebar {
	font-size:80%;
	line-height:140%;
	text-align:left;
	background:url(../images/transparency_white_60.png) repeat left top;
	float:left;
	clear:left;
}
.sidebar h2 {
	margin:0 0 10px 0;
	clear:left;
	padding:0 0 0 10px;
}
.sidebar h3 {
	color:#C63;
	font-weight:normal;
}
.sidebar h4 {
	color:#91231f;
	font-weight:normal;
	width:250px;
	margin-top:10px;
}
.sidebar p {
	font-size:80%;
	line-height:140%;
	margin:0 0 10px 0;
	padding:0 10px;
	width:230px;
}
.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:140%;
	margin:8px 0 0 1.7em;
}
.sidebar label {
	margin:0 0 5px 0;
	clear:left;
	display:block;
	padding:0 10px;
}
.sidebar select {
	width:125px;
	padding:0 0 0 5px;
	float:left;
	display:block;
}
.sidebar#awDescriptions {
	font-size:100%;
}
.sidebar #awDescGuide{
	text-align:center;
	font-size:100%;
}

/* Color page Sidebar */

#colorSidebar {
	font-size:90%;
}
.sidebar select{
	margin:0 0 10px 10px;	
}

/* order form sidebar */

#feedbackPanel {
	font-size:100%;
}
#feedbackPanel ul {
	list-style-type:none;
    padding: 0 10px;
    width: 230px;
}
#feedbackPanel ul li {
	margin:20px 0;
}
#feedbackPanel ul li span {
	color:#91231f;
}

/* product locator sidebar */

#productLocatorSidebar {
	font-size:110%;
}
#productLocatorSidebar ul {
	list-style:none;
	width:100%;
	padding:0 0 10px 0;
	border-bottom:2px solid #dbbd98;
	float:left;
	width:250px;
}
#productLocatorSidebar ul li {
	width:100%;
	margin:0;
	padding:5px 0 5px 0;
	float:left;
}
#productLocatorSidebar ul li input {
	width:100px;
	float:left;
	display:block;
	margin:0 10px;
}
#productLocatorSidebar ul li select {
	width:150px;
	float:left;
	display:block;
}
#productLocatorSidebar ul li select option {
	width:150px;
	display:block;
	overflow:hidden;
}
#productLocatorSidebar div {
	color:#91231f;
	font-size:85%;
	width:250px;
	margin:20px 0 20px 0;
	padding:5px 10px 0 10px;
	border-top:1px solid #dbbd98;
	border-bottom:2px solid #dbbd98;
	float:left;
	clear:left;
}
#productLocatorSidebar div p {
	font-size:100%;
	width:64px;
	padding:3px 0 0 0;
	float:left;
	padding:2px 10px;
}
#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;
}

/* Site Map */

#siteMap {
	width:972px;
	padding:10px 0 40px 25px;
	float:left;
}
#siteMap p {
	text-align:center;
	width:945px;
	margin:0;
	background:url(../images/transparency_orange_10.png) repeat left top;
}
#siteMap a {
	color:#666;
	font-weight:bold;
	padding:5px 0;
	border-top:1px solid #dbbd98;
	border-bottom:1px solid #dbbd98;
	display:block;
}
#siteMap a:hover {
	color:#91231f;
}
#smLeft {
	width:450px;
	margin:0 11px 0 17px;
	float:left;
}
#smRight {
	width:450px;
	float:left;
}
#siteMap ul {
	width:450px;
	margin:0;
	padding:0;
	border-bottom:1px solid #dbbd98;
	float:left;
}
#siteMap ul li {
	list-style:none;
	width:450px;
	margin:0;
	padding:10px 0 0 0;
	float:left;
}
#siteMap ul li a {
	background:url(../images/transparency_white_60.png) repeat left top;
	border-bottom:none;
}
#siteMap ul ul {
	width:450px;
	background:url(../images/transparency_white_60.png) repeat left top;
	border-bottom:none;
}
#siteMap ul li ul li {
	color:#666;
	list-style:none;
	width:450px;
	margin:0;
	padding:0;
}
#siteMap ul li a {
	width:450px;
}
#siteMap ul li a:hover{
	background:#FFF;	
}
#siteMap span.noLink {
	width:420px;
	padding:5px 0 5px 30px;
	border-top:1px solid #dbbd98;
	display:block;
}
#siteMap ul li ul li a {
	font-weight:normal;
	width:420px;
	padding-left:30px;
	background:url(../images/transparency_white_60.png) repeat left top;
}
#siteMap ul li ul li a:hover{
	background:#FFF;	
}
#siteMap ul li ul li ul li a {
	font-size:100%;
	width:400px;
	padding-left:50px;
	background:url(../images/transparency_white_60.png) repeat left top;
}
#siteMap ul li ul li ul li a:hover{
	background:F5F5F5;
}
/* search results */

.pagination {
	text-align:center;
	width:600px;
	margin:0 0 10px 0;
	padding:5px 0;
	border-top:1px solid #bfb8ac;
	border-bottom:1px solid #bfb8ac;
	float:left;
}
.pagination a {
	padding:0 10px;
}
#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;
}

/* opt out page */

#optout {
	padding:10px;
	border:1px solid #ead1b4;
	-moz-box-shadow:0 0 5px #bfb8ac;
	-webkit-box-shadow:0 0 5px #bfb8ac;
	box-shadow:0 0 5px #bfb8ac;
}
#optout table {
	width:auto;
	margin:0 auto;
	border:none;
	background:transparent url(none);	
}
#optout table td {
	border:none;	
	background:transparent url(none);	
}

/*sidebar accordion*/

h3.accordionButton{
	cursor:pointer;
	*cursor:hand;	
}
.accordionContent {
	width:250px;
	display:none;
}

/* download page */

#downloadPage {
	padding:0;	
	width:1017px;
}
#downloadPage sup {
	top:0;	
	font-size:50%;
}
#downloadPage h2#ddHeader {
	color:#3f667c;
	font:600 150% 'Crimson Text', serif;
	width:1017px;
	padding:0;
	margin:10px 0 0 0;
	float:left;
}
#downloadPage #accordion {
	width:100%;
	float:left;
	clear:left;
}
#downloadPage #accordion p {
	width:997px;
	margin:10px 0 10px;
}
#downloadPage h2.accordionButton {
	color:#FFF;
	font:600 150% 'Crimson Text', serif;
	width:995px;
	padding:0 10px 2px;
	margin:10px 0 0 0;
	background-color:#3f667c;
	border:1px solid #CCC;
	float:left;
	cursor:pointer;
	*cursor:hand;
}
#downloadPage h2.accordionButton:hover {
	background-color:#91231f;
}
#downloadPage h2.accordionButton:focus {
	background-color:#446e39;
}
#downloadPage .accordionContent {
	width:997px;
	padding:10px;
	background:url(../images/transparency_white_60.png) repeat left top;
	float:left;
	clear:left;
}
#downloadPage .ddDescriptPanel {
	width:100px;
	height:142px;
	margin: 0 19px 19px 0;
	padding:10px 13px 10px 13px;
	background:url(../images/transparency_white_60.png) 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 {
	color:#FFFFFF;
	font:700 90%/100% 'Crimson Text', serif;
	text-align:center;
	width:100px;
	height:12px;
	padding:3px 0 0 0;
	background-color:#3f667c;
	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;
	border:0 none;
	position:absolute;
	display:block;
	/* z-index:1 */ z-index:2;
}
#downloadPage .ddDescriptPanel h3.ddHigh {
	left:14px;
	bottom:3px;
}
#downloadPage .ddDescriptPanel h3.ddLow {
	right:14px;
	bottom:3px;
}
#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:120%;
	font-weight:400;
	text-align:center;
	width:997px;
	padding:5px 0;
	border-top:1px solid #3f667c;
	border-bottom:1px solid #3f667c;
	float:left;
	clear:left;
	display:block;
}
#downloadPage h4.downloadAll a {
	font-size:120%;
	text-align:center;
	padding:0 0 0 10px;
	display:inline-block;
}

/* download forms */

#userContainer {
	width:1017px;
	float:left;
	clear:left;
}
#userContainer h2 {
	color:#FFF;
    font-family:'Crimson Text',serif;
    font-weight:600;
    text-shadow:1px 1px 1px #512F1E;
    text-transform:uppercase;
	width:460px;
	margin:-20px 0 10px -20px;
	padding:10px 20px;
	background-color:#486075;
    border-bottom:1px solid #CCC;
	float:left;
}
#userContainer h3 {
    font-family:'Crimson Text',serif;
    font-weight:600;
	width:460px;
	padding:3px 0 10px 0;
	float:left;
}
#userContainer #ddLeftColumn {
	width:500px;
	float:left;	
}
#userContainer #ddRightColumn {
	width:500px;
	float:right;	
}
#userContainer #registration h2 {
	background-color:#93A599;
}
#userContainer #resetPass h2 {
	background-color:#93A599;
}
#userContainer #signInError {
	color:#FFF;
	font-size:120%;
	font-family:'Crimson Text',serif;
	font-weight:700;
	text-transform:uppercase;
    text-shadow:1px 1px 1px #512F1E;
	width:490px;
	margin:0 0 10px 0;
	padding:5px;
	background-color:#91231F;
	float:left;
}
#userContainer #signIn, #userContainer #resetPass {
	width:460px;
	padding:20px;
	background:url(../images/transparency_white_60.png) repeat left top;
	float:left;
}
#userContainer #resetPass {
	margin:10px 0 0 0;
}
#userContainer #registration {
	width:460px;
	padding:20px;
	background:url(../images/transparency_white_60.png) repeat left top;
	float:right;
	position:relative;
}
#userContainer #registration p#requiredNote {
	font-size:85%;
	font-style:italic;
	position:absolute;
	left:20px;
	bottom:20px;
}
#userContainer #signIn .formRow, #userContainer #registration .formRow, #userContainer #resetPass .formRow {
	width:460px;
	margin:0;
	padding:3px 0;
	float:left;
	clear:left;
	display:block;
}
#userContainer #signIn label, #userContainer #registration label, #userContainer #resetPass label {
	width:11em;
	float:left;
}
#userContainer #signIn input#j_username,
#userContainer #signIn input#j_password,
#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,
#userContainer #resetPass #p_email {
	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;
	clear:both;
}
#userContainer a#LogoutButton {
	text-align:right;
	width:997px;
	margin:10px 0 0 0;
	padding:10px 20px 20px 0;
	border-top:1px solid #CCC;
	display:block;
	float:left;
	clear:both;
}
#userContainer .formContent {
	float:left;
}
#userContainer .formResponse {
	min-height:200px;
	float:left;
}
#userContainer #registration .formResponse h2, #userContainer #resetPass .formResponse h2 {
	color:#333;
	font-size:120%;
	background-color:#CCC;
	text-shadow:none;
}
#userContainer .formResponse h3 {
	color:#666;
	text-transform:capitalize;
	font-weight:200;
	font-size:150%;
	font-style:italic;
	line-height:110%;
	padding: 5px 0;
	border-color:#999;
}
#registerForm {
	padding-top:20px;
}
#userContainer #captcha {
    width:310px;
    margin:0;
	padding:0 20px 30px 0;
	background-color:none;
	border:0 none;
	position:relative;
    float:right;
}
#userContainer #captcha label {
    width:300px;
	padding-left:10px;
	margin:10px 0 0 0;
	text-align:center;
	float:right;
	clear:right;
}
#userContainer .captcha p.refresh {
    text-align:center;
	margin:10px 0 5px 10px;
    width:300px;
	float:right;
	clear:right;
	display:block;
}
#userContainer #registration #submitprofile {
	position:absolute;
	bottom:20px;
	margin-left:390px;	
}

