/* JDP 07182011*/
/* test 2 */
.control-bar > a {
	display: none;
}


html,body {
	padding: 0px;
	width: 100%;
	margin: 0px;
	/*height: 100%; */ /* DDP 20100810 - removed*/
}
body {
	/* JDP 20101104 - removed Century Gothic font-family: Century Gothic, Helvetica, Arial, sans-serif;*/
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #cccccc;
	color: #333333;
	font-size: 12px;
	/*background: url('../img/2011fallP2/sjbackground.jpg') top center fixed;*/
}

body a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px 30px 0px 0px;
}
img {
	border: 0px;
}

#fullpagebg
{
	z-index: -1;
	position: fixed;
	top: 0px;
	left: 0px;
}

#fullpagebg img
{
	position: fixed;
	top: 0px;
	left: 0px;
}

#header, #footer { /* KAB 20100806 - removed #main */
	background-color: #cccccc;
	margin: 0px auto;
	width: 900px;
}

.clear, .cleaner {
	clear: both;
}

.err {
	color: red;
	font-weight: bold;
}

/* KAB 20100806 - added */
#top-notice {
	width: 900px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#header #top-notice a { margin: 0px; }

/* WRAPPER */
#wrapper {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 900px;
	height: 100%;
	padding-top: 30px; /* KAB 20100806 - added */
}

/* WRAPPER - END */

/* HEADER */
#header {
	/*
	padding: 10px 1px 10px;  KAB 20100806 - removed
	*/
	text-align: right;
	margin: 0 auto;
	/*position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 15px;
	*/
	position: relative; /* KAB 20100806 - changed */
	z-index: 5;
	width: 900px;
	height: 20px;
}
#header a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#header b {
	color: #333333;
}
#sitesearch input { /* KAB 20100810 - changed from #header to #sitesearch */
	font-size: 9px;
	margin-right: 10px;
}

#sitesearch .submit { /* KAB 20100810 - changed from #header to #sitesearch */
	color: #ffffff; /* KAB 20100810 - changed */
	/* JDP 20101104 - removed Century Gothic font-family: Century Gothic, Helvetica, Arial, sans-serif;*/
	font-family: Arial, sans-serif;
	font-size: 12px; /* KAB 20100810 - changed */
	font-weight: bolder;
	text-transform: uppercase;
	border: 0px none;
	background: transparent none;
	cursor: pointer;
	padding: 0px;
	margin-left: 0px;
}

#canada_site_link {
	float: left;
	display: none;
	/* KAB 20100806 - removed
	position: relative;
	top: -18px;*/
	text-align: left;
}
#us_site_link {
	float: left;
	display: none;
	/* KAB 20100806 - removed
	position: relative;
	top: -18px;*/
	text-align: left;
}

/* KAB 20100806 - added */
#canada_site_link, #us_site_link {
	width: 40px;
	position: absolute;
	top: 1px;
	left: 0px;
}

.sitelink {
	padding-left: 34px;
	text-decoration: underline;
color: #000000;
}

/* KAB 20100806 - removed
#us_site_link img {
	position: relative;
	top: 12px;
	margin-right: 5px;
}
#canada_site_link img {
	position: relative;
	top: 12px;
	margin-right: 5px;
}
*/

#canada_site_img {
	position: absolute;
	left: 700px;
	top: 55px;
	width: 30px;

}
#us_site_img {
	position: absolute;
	left: 700px;
	top: 55px;
	width: 30px;
}

/* HEADER - END */

/* SUBHEADER */

#contactnum
{
	position: absolute;
	color: white;
	font-weight: bold;
	top: 0px;
	right: 40px;
	font-size: 14px;
}

#contactnum img
{
	position: relative;
	bottom: -3px;
	left: -8px;
}

#subheader {
	z-index: 16; /* JDP 20101207 - changed from 6, to 16 to overlay #main */
	position: relative; /* KAB 20100806 - changed from absolute */
	/* KAB 20100806 - removed
	top: 40px;
	left: 0px;
	width: 900px;
	*/
	/*background-color: transparent; /*change #CCCCCC to transparent BY: ariel 04-19-2010*/
	background-color: #00264c;  /* KAB 20100810 - added */
	background-repeat: no-repeat;
	height: 90px;
	/*overflow: hidden; JDP 20100812 - removed*/

}

/* SUBHEADER - END */

/* MAIN */
#main {
	margin: 0 auto;
	/* min-height: 100%; JDP removed */
	/*height: 100%; JDP removed */
	position: relative;
	z-index: 4;
	background-color: #808080; /* KAB 20100806 - added */
	width: 900px; /* KAB 20100806 - added */
}

#main {
	height: auto;
}

* html #main {
	height: 100%;
}

#home #main {
	background-color: transparent;
	position: relative;
	z-index: 15;
}

#cart1 #main, #cart2 #main, #wgcart3 #main {
	background-color: #fff;
}

/* MAIN - END */

#home #hpVidBox {
	width: 852px;
	margin: 0 auto;
	position: relative;
	top: 0px;
	z-index: 99991;
}
#home #closevideowrapper{
	text-align: right;
}
#home #closevideo {
	cursor: hand;
	cursor: pointer;	
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background-color: black;
	width: 70px;
	text-align: center;
	padding-top: 4px;
	height: 18px;
}

.panel-wrapper .video-js-box
{
	margin-top: 110px;
}



#home .video-js-box-hidden {
	visibility: hidden;
}

.panel-wrapper #hpVidBox {
	width: 480px;
	top: 150px;
	margin: 0 auto;
	position: relative;
	z-index: 99991;
}

/* LEFT NAVIGATION */
#leftnavigation {
	float: left;
	width: 180px;
	/*padding-top: 140px; KAB 20100806 - removed */
	padding-right: 10px;
	padding-bottom: 50px;
}
#leftnavigation-content {
	padding: 5px 10px;
	text-transform: uppercase;
}
#leftnavigation-content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftnavigation-content li {
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#leftnavigation-content a {

}
#leftnavigation-content div {
	color: #CC9900;
	font-size: 18px;
}

#leftnavigation-content a {
	color: #FFFFFF;
	font-weight: bold; /* DDP 20100811 - added*/
}

#seq2 ul li ul li a {
	font-size: 11px;
}
/* LEFT NAVIGATION - END */

#content {
	position: relative;
	z-index: 9;

}

#custcare #content
{
	position: static;
}

.content_nowrapper {

	padding-bottom: 50px;
	background-color: white;
	/*padding-right: 10px;
	padding-top: 130px;
	padding-left: 10px;*/
}

#home .content_nowrapper {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: transparent;
}

/* CONTENT WRAPPER */
 /* **NOTE** MAKE SURE TO MAKE THE MARGIN-LEFT MATCH OR  HIGHER THAN THE WIDTH OF THE LEFT NAVIGATION */
#contentwrapper {
	margin-left: 190px;
   	/*padding-top: 130px; KAB 20100806 - removed */
   	/*padding-bottom: 50px; KAB 20100806 - removed */
	overflow: hidden;
	width: 710px;
   	padding-bottom: 0px; /* KAB 20100810 - changed */
	background-color: #FFFFFF; /* DDP 20100810 - added*/
	min-height: 430px;
   /*border-left: 2px solid #AFAFAF;
   margin-left: 190px;
   vertical-align: top;

   height: auto;*/
}

/*\*/ * html #contentwrapper {
	position: absolute;
	top: 130px;
	left: 190px;
	margin-left: 0px;
   	padding-top: 0px;
} /**/

/* CONTENT WRAPPER - END */

/* ACTUAL CONTENT */
#content-body {
	font-size: 12px;
	line-height: 18px;
	padding: 5px 10px;
	font-weight: normal;
	/* JDP 20101104 - removed Century Gothic font-family: Century Gothic, Helvetica, Arial, sans-serif;*/
	font-family: Arial, sans-serif;
}
#content-body a {
	font-size: 12px;
	color: #666666;
	font-weight: bolder;
}
#content-body input, #content-body select {
	font-size: 12px;
}
/* ACTUAL CONTENT - END */

/* BREADCRUMBS */
#breadcrumbs1 {
	display: none;
}
#breadcrumbs {
	position: relative;
	z-index: 10;
	color: #333333;
	font-size: 9px;
	/*padding: 10px 20px;*/
	padding: 6px 20px; /* KAB 20100806 - changed */
	text-transform: uppercase;
	background-color: #ffffff; /* KAB 20100806 - added */
	border-bottom: 1.5px dotted #808080; /* DDP 20100810 - added*/
}
#breadcrumbs a {
	text-decoration: underline;
	font-size: 9px;
	color: #333333;
}
.brdcrmb_nowrapper {
	margin-left: 25px;
	margin-right: 25px;
}

/* BREADCRUMBS - END */

/* BANNER BEFORE FOOTER */
#home-banner{
	text-align: center;
	height: 40px;
}
/* BANNER BEFORE FOOTER - END */

/* FOOTER */
#footer {
	z-index: 3;
	/*margin-top: -40px; KAB 20100806 - removed */
	clear: both;
	clear: both;
	/* padding: 0px 0px; KAB 20100805 - removed */
	/*margin: 0 auto; */
	background-color: #00264c; /* KAB 20100810 - added */
	width: 900px; /* KAB 20100810 - changed */
	margin-top: 0px; /* -30 changed */
	height: 30px;  /* KAB 20100810 - changed */
	position: relative; /* KAB 20100810 - changed */
}

/* Thomas Howe 20110304: Moved facebook icon to header which no longer requires these styles */
/*
#footer .facebook {
	text-align: left;
	//width: 100px; KAB 20100805 - removed //
	float: right; // KAB 20100810 - changed //
	padding-top: 0px;
}

#footer .facebook a { margin: 0px; } // KAB 20100810 - added //
#footer .facebook img { margin: 6px; } // KAB 20100810 - added //
*/
#headernav .socialnetwork {
    position: relative;
    top: -5px;
}
#headernav .facebook {
    position: relative;
    top: -5px;
}
/* ... end Thomas Howe 20110304 */

#footer .links {
	text-align: left;  /* KAB 20100810 - changed */
	padding-top: 7px; /* KAB 20100810 - added */

}
#footer a {
	/*font-weight: bold;*/
	text-transform: uppercase;
	font-size: 11px; /* KAB 20100810 - changed */
	color: #ffffff; /* KAB 20100810 - changed */
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#footer b {
	color: #333333;
}

#footer #footertrademark {
	position: relative;
	top: 20px;
}
/* FOOTER - END */

#wrapper .home {
	font-size: 12px;
	text-align: left;
	padding: 10px;
	padding-bottom: 60px;
}

#contentfullheight {
	position: absolute;
	top: 0px;
	left: 190px;
	height: 100%;
	width: 680px;
	z-index: 2;
}

/* NAVIGATION HIGHLIGHT
body#aboutus a#aboutusnav, body#storeloc a#storelocnav, body#abtlkbk a#abtlkbknav, body#abtseen a#abtseennav, body#abtmedia a#abtmedianav, body#abtvideo a#abtvideonav, body#careers a#careersnav, body#abtaffl a#abtafflnav, body#abtnews a#abtnewsnav { color: #526993; font-size: 12px; }*/
/* NAVIGATION HIGHLIGHT - END*/

/* CUSTOM CLASSES */
/* hdl is used for main headlines instead of h1 etc. */
.hdl {
	font-weight: bold;
	font-size: 28px;
	color: #000;
	line-height: 22px;
	margin-bottom: 20px;
}

/* hdl2 is the next level headline after hdl */
.hdl2 {
	font-weight: bold;
	font-size: 14px;
	margin: 7px 0 2px;
}

.grey {
	color: #000033;
}

/* outputs text in italic style */
.itc {
	font-style: italic;

}

/* outputs text in bold */
.bold {
	font-weight: bold;

}

.upper {
 text-transform: uppercase;
}

#quickview .hdl {
	font-size: 16px;
}

/* formats disabled input fields to show red error messages; initially hidden, use jQuery to edit the style to display */
input.error {
	color: #000033;
	border: 0px none;
	/* JDP 20101104 - removed Century Gothic font-family: Century Gothic, Helvetica, Arial, sans-serif;*/
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: transparent none;
	visibility: hidden;
}

.txterror {
	color: #ff0000;
}

.txtright { text-align: right !important; }

.txtleft { text-align: left !important; }

.txtcenter { text-align: center !important; }

.requiredStar {
	color: #ff0000;
	font-size: 20px;
}

table.mainlist {
 width: 100%;
 border-collapse: collapse;
 table-layout: fixed;
}

#cart1 .hdl
{
	margin-bottom: 50px;
}


table.mainlist th {
 border-bottom: 1px solid #999999;
 font-size: 12px;
 color: #888888;
}

th.mainlist {
	border-bottom: 1px solid #999999;
	color: #888888;
	font-size: 10pt;
}

td.mainlist {
	font-size: 10pt;
}

/* JEL 20091215 - added input, padding, and font-size */
input.buttonarrow, button, input.button, input[type="button"] {
	background-color: #333333;
	font-size: 13px;
	font-weight: bold;
	padding: 4px;
	color: white;
	border: none;
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;
	text-transform: uppercase;
}

input.buttonarrow {
	text-align: left;
	background: transparent;
}
.bluearrow {
	background-image: url('../img/dots_white_on_blue.png');
 	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-color: #00264C;
}

#signin {
	width: 120px;
}

#createacct {
	width: 280px;
}

/* JEL 20091215 - added input, padding, and colors */
button.disabled,
button[disabled],
input.disabled[type="button"],
input.button[disabled] {
    color: #D8D8D8;
    background-color: #898989;
	border-color: #FFFFFF;
    padding: 2px 3px;
    cursor: default;
}

/* JEL 20091216 - button widths */
#addwlst { width: 142px; }
#addcart { width: 154px; }
#continue { width: 176px; }
#addpromo { width: 134px; }
#recalc { width: 124px; }
#checkout { width: 100px; }
#loginbtn { width: 70px; }
#back { width: 148px; }
#forward { width: 340px; }
#minicart_viewcart { width: 200px; }
#auto_adjust, #man_adjust { width: 300px; }
#addcert { width: 70px; }
#Process { width: 170px; }

/* padding for google search results div */
#cse-search-results {
	padding-left: 25px;
}

/* CUSTOM CLASSES - END */

/* MY ACCOUNT*/
.accountleft {
	width: 100%;/* DDP 20100827 from 50% to 100%*/
	/*float: left; */
	padding: 20px;
}
.accountright {
	width: 50%;
	clear: both;
}
.mrgnright {
	margin-right: 50px;
}
.nowrap {
	white-space: nowrap;
}
.formlabel {
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
	float: left;
	width: 150px;
}
.accountform {
	width: 80%;
}
/* New div's that are hidden by default*/
#regcustomers, #loginpassnew, #signin, #loginnewcust, #quickviewlink {
	display: block;
}

#extra_filters {
	display: inline !important;
}

.filterheader {
	display: block;
	text-transform: uppercase;
}

#numcount {
	display: none;
}

/* MY ACCOUNT - END */

/* SHOPPING CART */

table.cart .itmdesc {
 font-weight: bold;
 font-size: 12px;
}

.itmdesc {
 font-weight: bold;
 font-size: 12px;
}

table.cart td {
 padding-top: 10px;
 padding-bottom: 10px;
}

table.cart tr.total_row td {
 border-bottom: 1px solid #999999;
 border-top: 1px solid #999999;
}

#cart1 #continue
{
	display: none;
}

#cart1 #checkout
{
	position: relative;
	left: -35px;
}

#cart1 .checkoutbtn
{
	color: #00264C;
	background: url(../img/greenbtn.png);
	font-size: 18px;
	padding: 4px 0px;
	height:56px;
	width: 184px;
	font-weight: normal;
	cursor: pointer;
}


#cart1 .continuebtn
{
	color: white;
	background: url(../img/bluebtn.png);
	font-size: 18px;
	padding: 4px 0px;
	height:56px;
	width: 172px;
	font-weight: normal;
	cursor: pointer;
}

#cart1 #continueTop
{
	position: absolute;
	top: 0px;
	left: 0px;
}


#cart1 #checkoutTop
{
	position: absolute;
	top: 0px;
	left: 180px;
}

#cart1 #topbuttons
{
	position: absolute;
	top: 15px;
	left: 527px;
}

/* SHOPPING CART - END */

/* MINICART */

#minicart {
	position: absolute;
	top: 130px;
	left: 680px;
	width: 200px;
	display: none;
	border: 1px solid #000000;
	background-color: #cccccc; /* KAB 20100810 - changed from #DDE5F1; /* light grey-blue */
	color: black;
	overflow-x: hidden;
	overflow-y: visible;
	padding: 5px;
	font-size: 11px;
	z-index: 999;
}

.minicart_item {
	font-size: 11px;
	border-collapse: collapse;
	width: 100%;
	border: 1px dotted #333333;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #ffffff;
}

.minicart_item tr {
	padding: 0px;
	margin: 0px;
}

.minicart_item td {
	vertical-align: top;
	padding: 3px;
	margin: 0px;
}

.minicart_item_details td {
	padding: 0px;
}

.minicart_item img {
	margin: 3px;
}

.minicart_item table {
	width: 100%;
}

#minicart_itemcount { float: left; }
#minicart_subtotal { float: right; }
.minicart_spacer { clear: both; height: 10px; }
#minicart button { width: 200px; }

/* MINICART - END */

/* EMAIL POPUP */

#ePopUp {
	position: absolute;
	top: 150px;
	left: 110px;
	width: 650px;
	height: 400px;
	display: none;
	background: url('../img/esignup_bg.png') top left no-repeat;
	color: white;
	overflow-x: hidden;
	overflow-y: visible;
	font-size: 11px;
	z-index: 99992;
/*
	border: 2px dashed DarkBlue;
*/
}
#ePopUp #cancelpopup {
	position: absolute;
	top: 50px;
	right: 73px;
	cursor: pointer;
}

#ePopUp .esignupGraphic {
	float: left;
	margin: 10px;
	margin-right: 20px;
}

.epopup_item {
	width: 545px;
	border: none;
	height: 300px;
	margin-top: 40px;
	margin-left: 40px;
}

#ePopUp #loadingmsg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -20px;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

#ePopUp #esignuptitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 10px;
}

#ePopUp p {
	margin-right: 10px;
	margin-bottom: 8px;
}

#ePopUp a {
	color: white;
	font-weight: bold;
	font-size: 11px;
}

#ePopUp .label {
	font-weight: bold;
	margin-bottom: 0px;
}

#ePopUp .left {
	text-align: left;
}

#ePopUp .right {
	text-align: right;
}

#ePopUp .center {
	text-align: center;
}

.epopup_item input.radio {
	position: relative;
	bottom: -2px;
	left: 5px;
}

.epopup_item tr {
	padding: 0px;
	margin: 0px;
}

.epopup_item td {
	padding: 0px;
	margin: 0px;
}

#PopTable .thankyou {
	padding-top: 10px;
	padding-bottom: 15px;
}

.epopup_item input {
	padding: 0px;
	margin: 0px;
	margin-bottom: 6px;
}

.epopup_item #PopTable {
	position: relative;
	left: 50px;
	width: 300px;
}

.epopup_item input.button {
	background-color: #4d4d4d;
	border: 1px solid #cfd4d8;
	padding: 2px;
	font-size: 13px;
	width: 100px;
	margin-top: 10px;
	margin-left: 50px;
}

/*
.epopup_item_details td {
	padding: 0px;
}

.epopup_item img {
	margin: 3px;
}

.epopup_item table {
	width: 100%;
}

.epopup_spacer { clear: both; height: 10px; }*/
#ePopUp button { width: 200px; }

/* EMAIL POPUP - END */

/* WISHLIST */
#selwlform, #selwlform a {
	font-size: 11px;
}
/* WISHLIST - END */

/* TOP SELLERS */
table.tpsllr td {
 vertical-align: top;
}

/*TOP SELLERS - END */

/* SITEMAP */
.column {
/*	float: left; JEL 20100908 - commented out to keep as one column */
	width: 230px;
	padding-top: 10px;
	padding-left: 0px;
	margin: 0 0 0 30px;
	list-style-position: inside;
	list-style: none;
}

.column ul {
	list-style-position: inside;
	list-style: none;
	padding-left: 15px;
	margin: 0;
}

.column li {
	padding-left: 0px;
}

.stmp_prods {
	list-style-image: url('../img/stmp_rightarrow.gif');
}

.stmp_prods ul li {
	list-style-image: none;
}

.stmp_prods ul.prods {
	display: none;
}

/* SITEMAP - END */

/* SITESEARCH */

#cse-search-results, #def {
	padding-left: 25px;
	padding-right: 25px;
}

#cse-search-results iframe {
	width: 100%;
}

/* SITESEARCH - END */

.keys { font-size: 12px; }

.nondisp { display: none !important; }

#disclaimer {
	font-size: 8px;
 	text-transform: uppercase;
	font-style: italic;
	margin-left: 20px;
}

/*\*/ * html #maptable {
	height: 550px;
} /**/

#loadingSpinner_video {
	z-index: 99991;
}

.greytextpage {
	background-color: #b2b2b2;
	padding: 15px;
	margin: 15px;
}

.pagetitle_ribbon {
	display: inline-block;
	position: relative;
	left: -23px;
	background: url('../img/pagetitle_ribbon.png') top right no-repeat;
	height: 36px;
	padding-top: 18px;
	padding-left: 25px;
	padding-right: 30px;
	font-size: 16px;
}

.emphasis {
	font-weight: bold;
}

.section_title {
	font-size: 14px;
}

.section_bar {
	background-color: #cccccc;
	width: 100%;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 30px;
	font-size: 11px;
}
.section_bar_title {
	width: 145px;
	background-color: #4d4d4d;
	font-weight: bold;
	padding: 5px;
	float: left;
	margin-right: 5px;
	color: #fff;
	position: relative;
}

.section_bar_title img {
	position: absolute;
	right: 5px;
	top: 10px;
}

.section_bar_text {
	padding-top: 5px;
	color: #000;
}

.spacer {
	clear: both;
}

#contactus .section_bar_title {
	width: 175px;
	cursor: pointer;
	background-color: #00264c;
}

#customerServiceFooter {
	font-size: 14px !important;
	color: #000;
	margin-top: 150px;
}

#customerServiceFooter p {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

.blue, .blue a {
	color: #00264c !important;
}

#logincreate, #loginblurb {
	display: none;
}
.dotteddivider {
	border-top: dotted 1px;
	width: 110%;
	margin-left: -30px;
	padding: 5px;
	clear: left;
}

/********************   NEW CONTACT FORMS ********************/
#contactusform #pagetitle {
	margin-top: 20px;
	margin-bottom: 20px;
}

.formpair {
	margin: 0px;
	margin-top: 5px;
	margin-left: 20px;
	/*JDP clear: both;*/
	position: relative;
}

.formlabel {
	/*JDP float: left;*/
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	top: -4px;
}

#giftcard .formlabel {
	width: 220px;
}

#giftcard #section3 .formlabel {
	float: none;
	width: 500px;
}

#giftcard .section {
	border-top: 1px dotted #000;
	padding-bottom: 30px;
	padding-top: 10px;
}

#giftcard #section1 {
	background: url('../img/1.png') top left no-repeat;
}

#giftcard #section2 {
	background: url('../img/2.png') top left no-repeat;
}

#giftcard #section3 {
	background: url('../img/3.png') top left no-repeat;
}

#giftcard #section4 {
	background: url('../img/4.png') top left no-repeat;
}

#giftcard .giftinstructions {
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	display: inline-block;
	margin-left: 20px;
}

.validationerror {
	color: red;
	height: 14px;
	margin-top: 0px;
}

#giftcard .validationerror {
	margin-left: 240px;

}	

.required {
	display: inline-block;
	position: absolute;
	top: 15px;
	color: red;
	font-size: 20px !important;
}

#contactusform #comment .required {
	top: 35px;
}

#formbuttons {
	margin-left: 20px;
	margin-bottom: 40px;
}


#CUBPROV
{
	width: 150px;
}

/****************** SJ SPECIFIC *************************/

#contactusform #contactform button#contsbm, #giftcard button#contsbm {
	background: url('../img/dots_white_on_blue.png') 70px 8px no-repeat #00264c;
	text-align: left;
	padding-left: 20px;
}
#contsbm {
	width: 120px;
}
#contactthankyou {
	height: 350px;
}

#shippinginfo th {
	background-color: #666666;
	color: white;
}

#shippinginfo th, #shippinginfo td {
	padding-left: 5px;
	padding-right: 5px;
}

/**************  size charts **********************/

.sizechart  {
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	margin-top: 3px;
}

.sizechart: first-child {
	border-top: none;
}

.sizechart: last-child {
	border-bottom: none;
}

.sizechart > .row > div {
	float: left;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 75px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f2f2f2;
}

.sizechart > .row.row1 > div {
	border-top: 1px solid black;
	background-color: #b2b2b2;
}

.sizechart > .row.row2 > div {
	background-color: #cccccc;
}

.sizechart > .row > div.col1 {
	border-left: 1px solid black;
}

.sizechart > .row > div.xlabels {
	border: none !important;
	background-color: #ffffff !important;
	width: 125px !important;
}

.sizechart > .row {
	clear: both;
}

.sizechart {
	clear: both;
}

#shopthiswash {
	display: none;
}

#fitguideheader
{
	font-weight: normal;
	margin-top: 10px;
	margin-left: 10px;
}

/* Since nondisp is now set to !important, we can't use it anymore for toggles DDP 20100908 */
.hidden
{
	display: none;
}

#noflash 
{
	position: relative;
	width: 100%;
}

#noflashtext a
{
	position: absolute;
	top: 10px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #fff;
	font-weight: bold;
}





/* This is to allow the sign in fields to display on the wglogin page for Silver specific fields*/
#loginpassnew, #signin, #loginnewcust, #regcustomers
{

	display: block !important;
}

#family_title
{
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

#family_sub
{
	font-size: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
}

#family_subtitle
{
	font-size: 15px;
	position: absolute;
	top: 20px;
	right: 50px;
	font-style: italic;
	color: #grey;
}

#silverfamily{
	position: relative;
	left: -10px;
}

#lastword
{
	position: absolute;
	bottom: 15px;
	left: 60px;
}

#noflashhtml5msg
{
	width: 856px;
	height: 160px;
	background-color: black;
	color: white;
	text-align: center;
	font-weight: bold;
	padding-top: 40px;
}

#noflashhtml5msg p
{
	color: white;
	text-align: center;
	font-weight: bold;
}

#noflashhtml5msg a
{
	color: white;
}

#noflashhtml5msg p img
{
	border: 0px;
	margin-top: 15px;
}

#home #noflashhtml5msg
{
	width: 856px;
}

#wglanding #noflashhtml5msg
{
	width: 690px;
}

#wishlistemailframe
{
	width:612px;
	height:350px;
	border: 0px;
	overflow: hidden;
}

#wlemailfriend{
	position:absolute;
	top: 80px;
	left: 150px;
	z-index:99;
	width: 612px;
	height: 350px;
}

#homecontainer
{
	position: relative;
	height: 530px;
	text-align: left;
}

#countercontainer
{
	width: 280px;
	height: 150px;
	background-color: white;
	padding-top: 10px;
	text-align: center;
	float: left;
}

#countercontainer > #countercaption
{
	font-size: 14px;
	color: #3d3d3d;
	clear: both;
	font-weight: bold;
	position: absolute;
	top: 135px;
	left: 35px;
}

#homecontainer > #facebook
{
	margin-left: 15px;
	margin-top: 15px;	
}

#homecontainer > #newvideo
{
	position: absolute;
	top: 280px;
	right: 0px;
}

.shadow
{
	behavior: url(css/PIE.htc);
	-moz-box-shadow: 0 0 7px 1px #000;
	-webkit-box-shadow: 0 0 7px 1px #000;
	box-shadow: 0 0 7px 1px #000;
}



/*************** VIDEO PGE STYLES *********************/


#videobottom
	{
		height: 160px;
		width: 100%;
		position: relative;
	}
	
	#videobottom #videofacebook
	{
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	
	#leftlinks
	{
		position: absolute;
		top: 10px;
		left: 552px;
	}
	
	#leftlinks div
	{
		margin-top: 10px;
	}
