@charset "UTF-8";
/* CSS Document */

/* initializations */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	line-height:120%;
	text-align:center;
	color:#000;
	background-color:#FFF !Important;
}
body, html, ul, li, p, img, h1, h2, h3, h4, h5, h6, h7, h8, ol, form, fieldset, legend, label, blockquote {
	padding:0;
	margin:0;
}
.checkbox {
	background:url(blank.png);
	float:none;
}
img {
	border:0;
}
input, textarea {
	width:7.5em;
	padding:1px;
	margin-bottom:0;
	background:#D3EEF1;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
	border-left:2px solid #FFF;
}
textarea {
	width:auto;
}
input:focus, textarea:focus {
	color:#FFF;
	background:#FFF;
}
sup {
	font-size:70%;
	line-height:20%;
	position:relative;
	top:.35em;
}
a {
	color:#003346;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}
a:hover {
	color:#FFF;
}
.accessibleText {
	font-size:10%;
	margin-left:-9999px;
	display:none;
}
.noMargin, #noMargin {
	margin:0 !Important;
}
.noPadding {
	padding:0 !Important;
}
.noBorder {
	border:none !Important;
}
#clear {
	width:99.9%;
	height:0;
	margin:0 0 -1px;
	clear:both;
}
#subCategory #clear {
	float:left;
}
.clear {
	clear:both;
}
.button, .deleteButton, .inputButton {
	color:#FFF;
	font-size:85%;
	text-align:center;
	min-width:5em;
	padding:3px 5px 3px 5px;
	margin:0 0 0 10px;
	background:#007F9F url(buttonGrad.jpg) repeat-x left top;
	border-top:1px solid #A7DDE3;
	border-right:1px solid #46B7C9;
	border-bottom:1px solid #003346;
	border-left:1px solid #007190;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	float:right;
}
.button:hover, .deleteButton:hover, .inputButton:hover {
	background:#1BA4B7;
	border-top:1px solid #78C8D4;
	border-right:1px solid #1BA4B7;
	border-bottom:1px solid #000;
	border-left:1px solid #007F9F;
	cursor:pointer;
}
.deleteButton {
	margin:0;
	display:inline-block;
	float:none;
}
.transparent {
	background:url(blank.png) repeat;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
.transparent:hover {
	background:url(transparency.png) repeat;
	display:block;
}
.selected .transparent:hover {
	background:url(blank.png) repeat;
}
.required {
	color:#A7DDE3;
}
.error, .formError {
	color:#C06;
}
.IE5Message {
	color:#FFF !Important;
	font-weight:bold;
	padding:5px 0;
	margin:0 0 -5px 0;
	background-color:#FFF;
}

/* grid */

#bodyWrap {
	text-align:left;
	width:730px;
	margin:20px auto 0;
	position:relative;
}
#pageWrap {
	text-align:left;
	width:950px;
	border:none !Important;
}


/* header */

#header {
	width:730px;
	height:68px;
	position:relative;
	overflow:hidden;
	display:none;
}
#pageWrap #header img {
	width:325px;
	height:68px;
	float:left;
	display:none;
	visibility:hidden;
}

/* horizontal navigation */

.primaryNav {
	font-size:90%;
	width:auto;
	position:absolute;
	right:20px;
	left:auto;
	top:40px;
	z-index:501;
	display:none;
}
.primaryNav li {
	padding:0 9px 0 9px;
	float:left;
	display:block;
}
.primaryNav li.pipe {
	border-left:1px solid #FFF;
}
.primaryNav li a {
	text-align:center;
	width:auto !Important;
	height:1em !Important;
	padding:0;
}
.home #Home {
	display:none;
}
.home #Products {
	border-left:none !Important;
}

/* footer */

#footer {
	width:950px;
	height:30px;
	display:none;
	visibility:hidden;
}
#footer ul {
	font-size:85%;
	list-style-type:none;
	width:auto;
	margin:7px 0 0;
	float:right;
}
#footer li {
	color:#999;
 	vertical-align:middle;
	text-align:right;
	padding:0 10px 0 0;
	margin-right:10px;
	display:block;
	float:left;
}
#footer a {
	color:#999;
}

/* begin content */

#content {
	width:730px;
	background-color:#FFF;
	float:left;
}


/* columns */

#col1 {
	width:220px;
	float:left;
}
#row1 {
	width:220px;
	background-color:#FFF;
	float:left;
}
#col2 {
	width:730px;
	min-height:504px;
	background:#FFF url(blank.png) repeat-x left top;
	float:left;
}
#row2 {
	width:730px;
	min-height:504px;
	background-color:#FFF;
	float:left;
}

/* search box */

#search {
	list-style-type:none;
	width:180px;
	padding:0 0 0 20px;
	margin:20px 0 .6em 0;
	float:left;
	display:none;
}

/* left navigation with sublinks */

.sidebarNav {
	display:none;
}

/* home page */

#homePhoto {
	width:730px;
	height:578px;
	background:#FFF url(homeModel.jpg) no-repeat right top;
	float:right;
}

/* page area defaults */

.pageTextArea, #pviewWrapper, #retailers {
	width:678px;
	min-height:504px;
	padding:20px 25px;
	margin-bottom:20px;
	background:url(blank.png) no-repeat -220px top;
	float:left;
	position:relative;
}
.pageTextArea h1, #pviewWrapper h1, #retailers h1 {
	color:#000;
	font:normal 180%/100% "Times New Roman", Times, serif;
	text-align:left;
	width:678px;
	height:.9em;
}
.pageTextArea h1 sup, #pviewWrapper h1 sup, #retailers h1 sup {
	font-size:40%;
	letter-spacing:-.5em;
	top:0;
}
.pageTextArea h2, #pviewWrapper h2, #retailers h2 {
	color:#FFF;
	font:oblique normal 120%/110% "Times New Roman", Times, serif;
	letter-spacing:0.05em;
	text-align:left;
	width:648px;
	height:1em;
	margin:5px 0 15px 30px;
}
.pageTextArea h2 sup, #pviewWrapper h2 sup, #retailers h2 sup {
	font-size:50%;
	top:0;
	letter-spacing:-.3em;
}
.pageTextArea h2 span, #pviewWrapper h2 span {
	font:inherit 80%/100% "Times New Roman", Times, serif;
	letter-spacing:0;
}
.pageTextArea ul {
	list-style:none;
	padding:0;
	margin-left:60px;
}
.pageTextArea h3 {
	font-weight:normal;
	margin-bottom:5px;
}
.pageTextArea .screenedLogo p {
	font-size:85%;
	width:678px;
	padding-bottom:10px;
	float:left;
}
.instruction {
	font:oblique normal 100%/100% "Times New Roman", Times, serif;
	width:678px;
	padding:0 0 5px 40px;
	margin:-20px 0 20px;
	float:left;
}
.top a {
	font-size:85%;
	text-align:center;
	width:7em;
	padding:2px 2px;
	margin:10px 0;
	background-color:#78C8D4;
	border:1px solid #1BA4B7;
	float:right;
}
.top a:hover {
	color:#FFF;
	background-color:#007F9F;
	border:1px solid #46B7C9;
}

/* pagination */

.pagination {
	color:#FFF;
	font-size:85%;
	text-align:center;
	width:678px;
	padding:5px 0;
	border-top:1px solid #007190;
	border-bottom:1px solid #007190;
	float:left;
}
.pagination a {
	color:#FFF;
	text-align:left;
	padding:0 5px;
	margin:0 20px 0 0;
}
.pagination a:hover {
	color:#003346;
}
.pageNavCurrent {
	color:#003346 !Important;
	font-weight:bold;
	background-color:#A7DDE3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
#displayedPage {
	padding-top:15px;
	float:left;
}

/* category */

#subCatWrapper {
	width:680px;
	float:left;
}
.subCatDescriptPanel {
	width:160px;
	margin:0 13px 15px 0;
	float:left;
	position:relative;
	z-index:0;
}
#productPhotoOpen {
	width:155px;
	height:155px;
	background:url(vfl_sprite.png) no-repeat left top;
	position:relative;
	z-index:25;
}
.subCatDescriptPanel img {
	width:155px;
	height:155px;
}
.subCatDescriptPanel .transparent {
	width:153px;
	height:153px;
	border:1px solid #007190;
	display:block;
	z-index:50;
}
.subCatDescriptPanel .transparent:hover {
	border:1px solid #FFF;
}
.subCatDescriptPanel h3 {
	color:#FFF;
	font-size:90%;
	font-weight:normal;
	line-height:120%;
	width:155px;
	min-height:4em;
	margin:0;
}
.subCatDescriptPanel h3 a {
	color:#FFF;
	text-align:center;
	width:100%;
	margin:5px 0 0 0;
	display:block;
}
.subCatDescriptPanel h3 a:hover {
	color:#FFF;
}
.subCatDescriptPanel h4 {
	color:#FFF;
	font-size:70%;
	text-align:center;
	text-transform:uppercase;
	line-height:120%;
	font-weight:normal;
 	width:155px;
	padding:3px 0;
	border-bottom:1px solid #000;
	background-color:#000;
}

/* pview products */

.dvhdr1 {
	font:bold 12px Arial, Helvetica, sans-serif;
	width:auto;
	padding:2px 5px;
	background:#D3EEF1;
	border:1px solid #007F9F;
	display:none;
}
.dvbdy1 {
	font:bold 12px Arial, Helvetica, sans-serif;
	width:auto;
	padding:2px 5px;
	background:#D3EEF1;
	border:1px solid #007F9F;
	position:relative;
	z-index:500;
}
#pviewLeftCol {
	width:300px;
	float:left;
}
#zoomContainer {
	width:280px;
	height:297px;
	margin:0 0 20px 0;
	border:1px solid #007190;
	position:relative;
	float:left;
	overflow:hidden;
}
#zoomContainer img {
	width:280px;
	position:absolute;
	z-index:1;
}
#zoomMask {
	width:280px;
	height:297px;
	position:absolute;
	left:0;
	top:0;
	z-index:5;
}
#zoomButton {
	width:20px;
	height:20px;
	background:url(vfl_sprite.png) no-repeat -200px -60px;
	position:absolute;
	left:255px;
	top:5px;
	z-index:50;
}
#zoomButton:hover {
	background-position:-200px -80px;
}
#pviewLeftCol h3 {
	color:#003346;
	font-size:85%;
	font-weight:normal;
	line-height:100%;
	text-transform:uppercase;
	text-align:center;
	width:280px;
	padding:5px 0 7px;
	border-top:1px solid #007190;
	float:left;
	clear:left;
}
#pviewRelatedProducts {
	width:300px;
	height:53px;
	padding-bottom:30px;
	float:left;
}
#pviewRelatedProducts a {
	width:86px;
	height:86px;
	margin:0 8px 0 0;
	position:relative;
	border:1px solid #007190;
	float:left;
}
#pviewRelatedProducts .transparent {
	width:86px;
	height:86px;
	z-index:50;
}
#pviewRelatedProducts a:hover {
	border:1px solid #000;
}
#pviewRelatedProducts a img {
	width:86px;
	height:86px;
	position:absolute;
	top:0;
	left:0;
}
#pviewRightCol {
	width:376px;
	float:left;
}
#pviewRightCol h2 {
	color:#FFF;
	font:normal 140% "Times New Roman", Times, serif;
	width:376px;
	height:auto;
	margin:0;
}
#productDesc {
	text-align:left;
	width:376px;
	float:right;
}
.pviewTMDescription {
	font-size:80%;
	font-style:oblique;
	width:376px;
	margin-top:10px;
	float:left;
	clear:left;
}
.pviewTMDescription sup {
	font-size:100%;
}
#productDesc h5 {
	color:#FFF;
	font-size:90%;
	font-weight:normal;
	width:376px;
	padding:2px 0;
	float:left;
}
#productDesc h5 span {
	color:#FFF;
}
#productDesc div {
	color:#FFF;
	font-size:90%;
	line-height:140%;
	width:376px;
}
#productDesc div ul {
	padding-left:1em;
	width:326px;
	float:left;
}
#pviewRightCol h4 {
	color:#FFF;
	font-size:95%;
	font-weight:normal;
	text-transform:uppercase;
	width:376px;
	padding-bottom:2px;
	margin:15px 0 4px;
	border-bottom:1px solid #007190;
	float:left;
}
#pviewRightCol h4 span {
	color:#FFF;
	text-transform:capitalize;
}
.purchaseInst ol {
	list-style:none;
	width:366px;
	padding-left:10px;
	float:left;
}
#pviewRightCol ol li {
	list-style-type:none;
	width:376px;
	padding-left:0;
	float:left;
}
#pviewRightCol ol li ul {
	font-size:90%;
	line-height:120%;
	list-style-type:disc;
	width:366px;
	padding-bottom:5px;
	padding-left:1.2em;
}
#pviewRightCol ol li ul li {
	list-style-type:disc;
	width:360px;
	padding-top:3px;
}
.purchaseInst {
	width:356px;
	padding:10px;
	background:#78C8D4;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	float:left;
}
#pviewRightCol blockquote {
	width:356px;
	float:left;
	clear:left;
}
#pviewRightCol blockquote h5 {
	font-size:90%;
	font-weight:normal;
	font-style:oblique;
	width:366px;
	float:left;
	clear:left;
}
#pviewRightCol blockquote a {
	width:24px;
	height:24px;
	margin:0 8px 6px 0;
	border:1px solid #007190;
	float:left;
	display:block;
	position:relative;
}
#pviewRightCol blockquote .transparent {
	width:24px;
	height:24px;
}
#pviewRightCol blockquote a img {
	width:24px;
	height:24px;
}
#pviewRightCol blockquote a:hover {
	border:1px solid #FFF;
}
#pviewRightCol blockquote .selected {
	border:1px solid #003346;
}
#pviewRightCol blockquote .selected:hover {
	border:1px solid #003346;
}
#pviewSize a {
	font-size:90%;
	line-height:100%;
}
#findSizeLink {
	width:366px;
	margin:10px 0 0 0;
	float:left;
}
#pviewRightCol ol li select {
	width:200px;
}
#add {
	width:9em;
}
#addLi {
	margin:10px 0;
}
.pviewMessage, .pviewError {
	color:#FFF;
	font-size:85%;
	width:366px;
	padding:5px;
	margin:5px 0;
	background-color:#C06;
	float:left;
}
.pviewMessage {
	background-color:#007190;
}

/* where to buy list */

.rightCol, .leftCol {
	list-style-type:none;
	width:280px;
	float:left;
}
.leftCol {
	width:310px;
	padding-left:30px;
	margin:0 20px 0 0;
}
.leftCol li, .rightCol li {
	width:280px;
	padding:10px 0;
	border-top:1px solid #46B7C9;
	float:left;
}

/* where to buy map */

#retailSearchPanel  {
	width:520px;
}
#retailSearchPanel ol {
	list-style-type:none;
}
#retailSearchPanel ol li {
	color:#FFF;
	font-size:85%;
	line-height:100%;
	width:385px;
	padding:8px 0 8px 30px;
	border-bottom:1px solid #007190;
}
#retailSearchPanel ol li form, #retailSearchPanel p  {
	display:inline;
}
#retailSearchPanel select, #retailSearchPanel input {
	margin-left:5px;
	float:none;
}
#retailSearchPanel p b .button {
	padding:2px 5px 3px 5px;
	margin-left:5px;
	float:none;
}
#mapWrap  {
	width:480px;
	height:320px;
	margin:30px 0 94px -16px;
	float:left;
}
#retailSpacer {
	width:210px;
	padding-bottom:10px;
	background-color:#007190;
	float:left;
	position:absolute;
	left:495px;
	top:25px;
	z-index:100;
}
#retailSpacer p {
	color:#D3EEF1;
	font-size:90%;
	text-align:center;
	width:200px;
	padding:3px 5px;
}
#retailSpacer span  {
	color:#FFF;
	font-size:90%;
	line-height:120%;
	text-align:center;
	display:block;
}
#retailResult {
	width:210px;
	height:540px;
	background-color:#A7DDE3;
	float:left;
	overflow-x:hidden;
	overflow-y:auto;
}
#retailResult div {
	width:210px;
	height:540px;
	padding-bottom:10px;
	background-color:#A7DDE3;
	float:left;
}
#retailResult div ul {
	list-style:none;
	width:300px;
	padding:10px 0 10px 15px;
	border-bottom:1px solid #007190;
}
#retailResult div ul li {
	font-size:80%;
	line-height:120%;
	padding:1px 0;
}
#retailResult div a:hover {
	color:#FFF;
}
#retailResult div ul li b {
	color:#007F9F;
	font-weight:normal;
}

/* wish list and shopping cart */

#wishlist table, #cart table {
	font-size:90%;
	color:#000;
	line-height:100%;
	width:670px;
	background:#F4F4F4;
	border-top:1px solid #007190;
	border-right:1px solid #007190;
}
#wishlist table td .wishlistBox, #cart table td .wishlistBox {
	width:50px;
	height:50px;
	margin:auto;
	border:1px solid #46B7C9;
	display:block;
	position:relative;
}
#wishlist table td .wishlistBox img, #cart table td .wishlistBox img {
	width:50px;
	height:50px;
	position:absolute;
	top:0;
	left:0;
}
#wishlist table td .wishlistBox:hover, #cart table td .wishlistBox:hover {
	border:1px solid #007190;
}
#wishlist table td .wishlistBox .transparent, #cart table td .wishlistBox .transparent {
	width:50px;
	height:50px;
}
#wishlist table .even, #cart table .even {
	background-color:#FFF;
}
#wishlist table td, #wishlist table th, #cart table td, #cart table th {
	text-align:center;
	height:35px;
	padding:5px;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
}
#wishlist table th, #cart table th {
	color:#FFF;
	background:#46B7C9;
}
#wishlist table a:hover {
	color:#000;
}
#wishlistInfo, #cartInfo {
	color:#000;
	font-size:85%;
	width:670px;
	margin:10px 0;
	display:block;
	float:none;
}
#wishlist .button, #cart .button {
	margin-top:20px;
}
#wishlistEmpty, .formConfirmation {
	font-size:90%;
	font-style:oblique;
	text-align:center;
	width:670px;
	padding:10px 0;
	margin:0 auto;
	border-top:1px solid #007190;
	border-bottom:1px solid #007190;
}

/* contact us page */

#corporateAd {
	width:270px;
	padding:0 0 0 30px;
	float:left;
}
#corporateAd h3 a {
	font-size:85%;
	text-decoration:none;
	width:200px;
	margin:0 0 10px;
	float:left;
}
#corporateAd ul  {
	list-style:none;
	width:260px;
	margin:0;
	float:left;
}
#corporateAd li {
	font-size:90%;
	line-height:100%;
	text-align:left;
	width:260px;
	padding:0 0 6px;
	margin:0;
	float:left;
}
#contactUsForm {
	width:370px;
	float:left;
}
#contactUsForm p {
	font-size:95%;
	width:307px;
	padding:0;
	margin:6px 0 0;
	display:block;
	float:left;
}
#contactUsForm fieldset {
	width:335px;
	padding:10px 0 30px 0;
	border:1px solid #007F9F;
	float:right;
}
#contactUsForm legend {
	color:#F2F2F2;
	padding:0 4px;
	margin:0 0 0 15px;
}
#contactUsForm label {
	font-size:95%;
	width:120px;
	padding:2px 0 0 20px;
	margin:0;
	float:left;
}
#message label {
	text-align:center;
	width:305px !Important;
}
#contactUsForm input {
	width:150px;
	margin-bottom:7px;
	float:right;
}
#contactUsForm .fineprint {
	color:#A7DDE3;
	font-size:85%;
	text-align:center;
	width:305px;
	padding:2px 0 0 20px;
}
#contactUsForm textarea {
	width:280px;
	height:8em;
	margin:0 0 10px 20px;
	overflow:hidden;
	overflow-x:auto;
}
#contactUsForm #resetFormLink {
	margin:0 10px 0 0;
}
#contactUsForm #submitFormLink {
	margin:0 20px 0 0;
}
#contactUsForm .formError {
	color:#FFF;
	text-align:center;
	width:285px;
	padding:2px 0 3px 0;
	margin:0 0 0 20px;
	background-color:#C06;
	float:left;
	clear:both;
	display:block;
}

/* form captcha */

.captcha {
	font-size:80%;
	text-align:center;
	width:300px;
	padding:15px 0 15px 20px;
	float:left;
}
.captcha label {
	text-align:center;
	width:280px !Important;
	padding:0 !Important;
	float:left;
}
.captcha input {
	width:280px !Important;
	height:1.5em;
	margin:6px 0 0 0 !Important;
	float:left !Important;
	clear:left;
}
.captcha p .formError {
	margin-left:0 !Important;
}
.captcha img {
	width:285px;
	height:100px;
	background-color:#FFF;
	float:left;
}
.captcha .refresh {
	text-align:center;
	width:290px;
	float:left;
	clear:left;
}
#contactUsForm h4 {
	font-weight:normal !Important;
	font-size:100% !Important;
}

/* site map */

#siteMap {
	font:normal 90% Arial, Helvetica, sans-serif;
	width:644px;
	padding:0 0 0 30px;
}
#smLeft {
	width:307px;
	margin:0 20px 15px 0;
	float:left;
}
#smRight {
	width:307px;
	margin:0 0 15px 0;
	float:left;
}
#smLeft ul, #smRight ul {
	list-style:none;
	width:307px;
	margin:0;
	float:left;
}
#smRight ul {
	margin:0 0 10px 0;
}
#smLeft ul li, #smRight ul li {
	width:307px;
	float:left;
}
#smLeft ul li a, #smRight ul li a, #smLeft ul li .noLink, #smRight ul li .noLink, #siteMap p a {
	color:#FFF !Important;
	font-weight:normal;
	width:292px;
	padding:7px 0 6px 15px;
	background-color:#A7DDE3;
	border-bottom:1px solid #007F9F;
	display:block;
}
#siteMap p {
	width:634px;
}
#siteMap p a {
	font-size:120%;
	text-align:center;
	width:634px;
	padding:7px 0 6px 0;
	float:left;
}
#smLeft ul li .noLink, #smRight ul li .noLink {
	color:#007190;
	padding:3px 0 3px 15px;
	background-color:#D3EEF1;
	border-bottom:1px solid #007F9F;
}
#smLeft ul li a:hover, #smRight ul li a:hover, #siteMap p a:hover {
	color:#FFF;
	background-color:#007190;
}

/* fit calculate */

#fitPage h4 {
	color:#EDEDED;
	font-size:100%;
	font-weight:normal;
	width:270px;
	padding:0 0 5px;
	float:left;
	clear:left;
}
#fitPage .fitparagraph {
	font-size:90%;
	width:270px;
	clear:left;
}
#calcWrap {
	font-size:90%;
	width:270px;
	height:152px;
	margin:10px 0;
	background:url(vfl_sprite.png) no-repeat left -171px;
	float:left;
	clear:left;
	position:relative;
}
#calcWrap p {
	font-size:100%;
	width:170px;
	height:10px;
	position:absolute;
	right:80px;
}
#calcOne {
	top:20px;
}
#calcTwo {
	top:50px;
}
#calcThree {
	text-align:right;
	top:113px;
}
#calcWrap input {
	color:#333;
	width:3.5em;
	position:absolute;
	left:195px;
}
#calcWrap #calc {
	color:#FFF;
	width:6em;
	background:#007F9F;
	border-top:1px solid #A7DDE3;
	border-right:1px solid #46B7C9;
	border-bottom:1px solid #003346;
	border-left:1px solid #007190;
	position:absolute;
	top:78px;
	left:16px !Important;
}
#calcWrap #calc:hover {
	background:#1BA4B7;
	border-top:1px solid #78C8D4;
	border-right:1px solid #1BA4B7;
	border-bottom:1px solid #000;
	border-left:1px solid #007F9F;
}
#uSize {
	top:20px;
}
#lSize {
	top:50px;
}
#rSize {
	top:110px;
}
#rightColFitWrap {
	width:368px;
	height:332px;
	background:url(vfl_sprite.png) no-repeat -280px top;
	border:1px solid #CCC;
	float:right;
}
#rightColFitWrap {
	width:366px;
	height:330px;
}