
.terms {
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-top: 6px;
	margin-right: 1px;
	margin-bottom: 6px;
	margin-left: 1px;
}

#welcome
{
	padding: 12px;
	float: right;
	display:block;

}


.standardTable
{
	padding: 6px;
	width: 100%;
}
.simpleBorder {
	border: 1px solid #ECECEC;
}

.formTable
{
	width: 600px;
}

.formTable td
{
	padding:2px 2px 6px 2px;
}



.standardTable tr.alt td {
	background-color: #FFC; font-weight:normal;
}

.standardTable tr.over td {
	background-color: #dff1ff; font-weight:normal;
}


.standardTable th,.standardTable td   { 
			padding:3px; 
			font-weight:normal;
  			font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", serif; 
  			font-size: 12px;
  			
  		}
  		
.standardTable th      { font-weight:bold; }


.enhTable th,.enhTable td   {
	padding:3px;
	font-weight:normal;
	font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-size: 12px;
	border: solid 1px #eee;		
  		}
  		
.dashsub {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
  
.multiSelect {

height: 320px;

}
.multiSelectShort {

height: 120px;

}
.morespace {
margin-left: 6px;
}.miniNotice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.commonTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.commonTitleBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #960001;
}
.subheadTab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/template/subheader_inside_bg.jpg);
	padding: 4px;
	font-weight: bold;
	color: #660000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#feedback {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	background-color: #F6EDCE;
	padding: 4px;
	border: 1px solid #EAD868;
}

.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	background-color: #F6EDCE;
	padding: 4px;
	border: 1px solid #EAD868;
}

.prefFirmNotice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3B5A08;
	background-color: #D3E7BF;
	padding: 4px;
	border: 1px solid #669900;
}
.messageType td{
	background-image: url(/images/template/header_inside_bg_blue.jpg);
	background-repeat: repeat-x;
	color: #4F5C61;
}
.terms {
	padding: 6px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.submitted {
	font-weight: bold;
	background-color: #FC3;
}

.rejected, .rejected td, .rejected td a {
	font-weight: normal;
	color: #333;
	background-color: #FC6;
}

/* ALEX'S BUTTON STYLES

*/



.approvalButton {
	display:block;
	float:left;
	background-image: url(img/forms_bg.gif);
	background-repeat: repeat-x;
	margin:0;
	padding:5px 10px 6px 7px;
	border-top:0.1em solid #BBC0B8;
	border-left:0.1em solid #BBC0B8;
	background-color:#003300;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#F3F8EE;
	cursor:pointer;
	border-right: 0.1em solid #CFD4CC;
	border-bottom: 0.1em solid #CFD4CC;
}


.declineButton {
	display:block;
	float:left;
	background-image: url(img/forms_bg.gif);
	background-repeat: repeat-x;
	margin:0;
	padding:5px 10px 6px 7px;
	border-top:0.1em solid #666666;
	border-left:0.1em solid #666666;
	background-color:#C60004;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	border-right: 0.1em solid #CCCCCC;
	border-bottom: 0.1em solid #CCCCCC;
}

button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}

button[type] {
  padding:5px 10px 5px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}

*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}

button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
}


/* Button colors
-------------------------------------------------------------- */

/* Standard */

button:hover, a.button:hover{
  background-color:#dff4ff;
  border:0.1em solid #c2e1ef;
  color:#336699;
}

a.button:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}

/*
//.................................................................................//
 CSS FOR JOMDAL TIPS
*/

/* jqModal alert CSS courtesy of;
   Alexandre Plennevaux <alexandre@pixeline.be>,
   Brice Burgess <bhb@iceburg.net> */


div.jqmAlert { /* contains + positions the alert window */
  display: none;
  
  position: fixed;
  top: 17%;
  width: 100%;
}
    
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmAlert {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.jqmAlertWindow {
  height:400px;
  width: auto;
  margin: auto;
  
  max-width:400px;
  padding: 0 10px 10px;
  
  background:#111;
  border:1px dotted #FFF;
  overflow: scroll;
}

.jqmAlertTitle{
  margin:5px 2px;
  height:20px;
  color:#FFF;
  background:#000;
}
.jqmAlertTitle h1{
  margin:5px 2px;
  padding-left:5px;
  padding:0;
  font-size:14px;
  text-transform:capitalize;
  letter-spacing:-1px;
  font-weight:bold;
  color:#FFF;

  float:left;
  height:20px;
}

div.jqmAlert .jqmClose em{display:none;}
div.jqmAlert .jqmClose {
  width:20px;
  height:20px;
  display:block;
  float:right;
  clear:right;
  background:transparent url(/images/alert/close_icon_double.png) 0 0 no-repeat;
}

div.jqmAlert a.jqmClose:hover,div.jqmAlert a.jqmCloseHover{ background-position: 0 -20px; }

div.jqmAlertContent{
  border-top:px;
  color:#FFF;
  font:11px/14pt arial;
  padding:5px 20px 5px;
  margin:5px;
  border:1px dotted #111;
  letter-spacing:0px;
  background:#111 url(/images/alert/lightgrid.png);
}

/*ÌÌ´åÁÌ´åÁÌ´åÁÌ´åÁÌ´åÁÌ´åÁÌ´åÁÌ´åÁÌ´åÁÌ´åÁÌ´åÁÌ´åÁ
  clearing a float without additional markup
   http://www.positioniseverything.net/easyclearing.html 

*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac *

//8-8-8-8-8 - DOC 5 - 8-8-8-8-8-8
// custom size 900 pixels wide
/*
We've made it easy to customize the page width. Divide your desired pixel width by 13; the result is your width in ems for all non-IE browsers. Take the em width you just calculated and multiply it by .9759 to find the width in ems for IE.
*/

#doc5{
	width:900px;
*width:67.562em;
background:#ffffff;
}
.standard877 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	padding: 6px;
}
#productRotate {
	margin-top: 8px;
}
#outershell {
	background-color: #FFFFFF;
}

/* FROM blueprint TYPOGRAPHY css */
/* -------------------------------------------------------------- 
   
   Typography.css
   * Sets some default typography.
  
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   
   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb
  
-------------------------------------------------------------- */   

body {
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.5; /* Unitless for proper inheritance */
}

/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size). */
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  color:#111; 
  clear:both; 
}

h1 { font-size: 3em; }
h2 { 
font-size: 2em;
margin-bottom: 6px;}
h3 { font-size: 1.5em; line-height:2; }
h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }

.right_bar {
	margin-top: 2em;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em 0; text-align:left; }
p.last      { margin-bottom:0; }
/*p img       { margin: 1.5em 1.5em 1.5em 0; padding:0; }*/
p img.top   { margin-top:0; } /* Use this if the image is at the top of the <p>. */

ul, ol      { margin: 0 0 1.5em 3em; }
ol          { list-style-type: decimal; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

a           { color: #125AA7; text-decoration: underline; outline: none; }
a:hover     { color: #000; }

blockquote  { margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code        { font:0.9em Monaco, monospace; }

/* Use this to create a horizontal ruler across a column.
hr {
  background: #B2CCFF; 
  color: #B2CCFF;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 0.1em;
  border: none; 
}
*/

* html { margin: 0 0 1.2em 0; } /* IE6 fix */


/* Tables
-------------------------------------------------------------- 

table   { margin-bottom: 1.4em; }
*/
/*
th,td   { height: 1em; padding:0.2em 0.4em; }
th      { font-weight:bold; }
*/

/* Forms
-------------------------------------------------------------- */

label     { font-weight: bold; }
/* textarea  { height: 180px; width: 300px; } */


/* Some default classes
-------------------------------------------------------------- */

p.small   { font-size: 0.8em; margin-bottom: 1.875em; line-height: 1.875em; }
p.large   { font-size: 1.2em; line-height: 2.5em; }
p.quiet   { color: #666; }
.hide     { display: none; }


/* Extra fancy typography
-------------------------------------------------------------- */

/* For great looking type, use this code instead of asdf: 
   <span class="alt">asdf</span>  
   Best used on prepositions and ampersands. 
  
.alt { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", serif; 
  font-size: 11px;
  font-style: italic;
}
*/
/* For great looking quote marks in titles, replace "asdf" width:
   <span class="dquo">&#8220;</span>asdf&#8221;
   (That is, when the title starts with a quote mark). 
   (You may have to change this value depending on your font size). */  
   
.dquo { margin-left: -.7em; } 


/* Reduced size type with incremental leading
   (http://www.markboulton.co.uk/journal/comments/incremental_leading/)

   This could be used for side notes. For smaller type, you don't necessarily want to 
   follow the 1.5x vertical rhythm -- the line-height is too much. 
   
   Using this class, it reduces your font size and line-height so that for 
   every four lines of normal sized type, there is five lines of the sidenote. eg:

   New type size in em's:
     10px (wanted side note size) / 12px (existing base size) = 0.8333 (new type size in ems)

   New line-height value:
     12px x 1.5 = 18px (old line-height)
     18px x 4 = 72px 
     60px / 5 = 14.4px (new line height)
     14.4px / 10px = 1.44 (new line height in em's) */

p.incr, .incr p {
	font-size: 0.83333em; /* font size 10px */
	line-height: 1.44em;  
	margin-bottom: 1.8em; /* Still 1.5 x normal font size as baseline */
}


/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

.successMsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/*
(C) Copyright MarketLive. 2006. All rights reserved.
MarketLive is a trademark of MarketLive, Inc.
Warning: This computer program is protected by copyright law and international treaties.
Unauthorized reproduction or distribution of this program, or any portion of it, may result
in severe civil and criminal penalties, and will be prosecuted to the maximum extent
possible under the law.
*/
.default {
	font-size : 11px;
	color : #333333;
}
.default A:LINK, .default A:VISITED, .default A:ACTIVE {
	color : #333333;
}
.defaultnu A:LINK, .defaultnu A:VISITED, .defaultnu A:ACTIVE {
	color : #333333;
	text-decoration : none;
}
.defaultsubheader, .defaultsubheader A:LINK, .defaultsubheader A:VISITED, .defaultsubheader A:ACTIVE {
	font-size : 11px;
	color : #333333;
	font-weight: bold;
}
H1 {
 font-size : 16px;
 color : #666666;
 font-weight: bold;
 margin: 0px;
}
.quotetext
{
	font-size: 13px;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-style : italic;
}
.small, .small A:LINK, .small A:VISITED, .small A:ACTIVE{
	font-size : 10px;
	color : #666666;
}
.thumbheader{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration : none;
}
.thumbtext A:LINK, .thumbtext A:ACTIVE, .thumbtext A:VISITED{
	color: #333333;
	text-decoration : none;
}
.mainLayoutTable {
    border:0px solid #000000;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.contentLayoutTable {
	margin-left: auto;
	margin-right: auto;
}

.contentLayoutWrapper {
	background: url(/images/en_US/global/globalgraphics/content_layout_bg.gif) top left repeat-y;  
}

.contentLayoutWrapper2 {
	background: url(/images/en_US/global/globalgraphics/content_layout_top_bg.gif) top left no-repeat;
}

.bottomNavShadow {
	background: url(/images/en_US/global/globalgraphics/content_layout_bottom_bg.png) top left no-repeat;  
}

.TopNavTable {
	margin-left: auto;
	margin-right: auto;
}

#topNavLayoutBorder {
	background: #CCCCCC;
}

.BottomNavShadow{
	margin-left: auto;
	margin-right: auto;
}

.BottomNavTable {
	margin-left: auto;
	margin-right: auto;
}

.menuWrapper {
	padding-left: 4px;
}

.popupLayoutTable {
  border:0px solid #000000;
}

.tableheader {
	font-size: 9px;
	color: #666666;
	font-weight : bold;
	margin-bottom : 4px;
	margin-left : 6px;
	margin-right : 6px;
	margin-top : 4px;
}
.tableheaderedit, .tableheaderedit A:LINK, .tableheaderedit A:ACTIVE, .tableheaderedit A:VISITED{
	font-size: 10px;
	color: #333333;
	font-weight : normal;
}
.tableitem{
	font-size: 9px;
	color: #333333;
	margin-bottom : 4px;
	margin-left : 6px;
	margin-right : 6px;
	margin-top : 4px;
	background-color : #FFFFFF;
}
.tableitem A:LINK, .tableitem A:ACTIVE, .tableitem A:VISITED{
	font-size: 9px;
	color: #333333;
	text-decoration :none;
}
.tablesavedheader{
	font-size: 11px;
	color: #333333;
	font-weight : bold;
}
.tablesaveditem{
	font-size: 11px;
	color: #333333;
}
.tablesaveditem A:LINK, .tablesaveditem A:ACTIVE, .tablesaveditem A:VISITED{
	color: #333333;
}
.remove, .remove A:LINK, .remove A:ACTIVE, .remove A:VISITED{
	font-size: 9px;
	color: #333333;
	font-weight: normal;
	text-decoration : underline;
}
.messagewas{
	font-size: 10px;
	font-weight : normal;
	color: #333333;
	text-decoration : line-through;
}
.pricewas{
	font-size: 10px;
	font-weight : normal;
	color: #333333;
	text-decoration : line-through;
}
.formlabel, .formlabel A:LINK, .formlabel A:ACTIVE, .formlabel A:VISITED{
    FONT-SIZE: 10px;
    COLOR: #333333;
}
.formrequiredtext{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #333333;
}
.formfieldnote{
    FONT-SIZE: 10px;
    COLOR: #333333;
}
.formrequired{
    COLOR: #990000;
}
.breadcrumb{
    FONT-SIZE: 9px;
    COLOR: #333333;
}
.breadcrumb A:LINK, .breadcrumb A:ACTIVE, .breadcrumb A:VISITED{
	color: #333333;
	text-decoration : none;
}
.brandingtext{
	font-size : 12px;
}
.footer{
	font-size:11px;
	color: #6590B0;
}
.footer A:LINK, .footer A:ACTIVE, .footer A:VISITED{
	color: #27567A;
	text-decoration : none;
}
.footer A:HOVER{
	color: #27567A;
	text-decoration : underline;
}
.message {
	color: #333333;
	font-weight : bold;
}
.errorblock {
	color: #990000;
	font-weight: bold;
	border:1px solid #990000;
	padding:10px;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	margin-bottom:10px;
}
 .errorblock A:LINK, .errorblock A:VISITED, .errorblock A:ACTIVE {
	color : #990000;
 }
.errorblock H1 {
   color: #990000;
   font-size: 15px;
   margin: 0px;
}
.errorblock UL {
   color: #990000;
   padding-left: 15px;
   margin: 0px;
}
.errorblock LI {
   color: #990000;
   padding-top: 5px;
   padding-bottom: 5px;
}

.searchBox {
    padding-top: 5px;
	padding-right: 3px;
}
.navemailbox{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	width : 140px;
	color: #999999;
	font-size: 10px;
	border:1px solid #CCCCCC;
	padding-left: 2px;
}

.navsearchbox {
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	width : 140px;
	color: #999999;
	font-size: 10px;
	border:1px solid #CCCCCC;
	padding-left: 2px;
	margin-left: 3px;
}
input.address {
	width:305px;
}
input.firstname {
	width:119px;
}
input.lastname {
	width:155px;
}
input.zip {
	width:120px;
}
input.phone {
	width:141px;
}
input.custreviewlogin {
	width:195px;
}
input.login, input.ccard {
	width:225px;
}
input.tellafriend {
	width:130px;
}
.tableitemheaderbg, .verticalrule, .tablesavedheaderbg {
  background-color : #EFEFEF;
}
.tableitemheaderdivbg, .tableitembottomdivbg {
	background-color : #DDDDDD;
}
.tableitem1bg {
	background-color : #FFFFFF;
}
.tableitem2bg, .tablesavedbg, .crosssellbg, .upsellbg, .recoverybg {
	background-color : #FFFFFF;
}
.tableitem3bg {
	background-color : #CCCCCC;
}
.headerrule, .tableitemdivbg, .tablesavedborder, .crosssellborder, .upsellborder, .recoverborder, .thumbborderbg {
	background-color : #F0F0F0;
}
.lrgimagebg, .tabledivrule {
	background-color : #DFEAF2;
}
.altviewborder {
    cursor: pointer;
    border-top:1px solid #DFEAF2;
    border-right:1px solid #DFEAF2;
    border-bottom:1px solid #DFEAF2;
    border-left:1px solid #DFEAF2;
}
.altviewactiveborder {
    cursor: pointer;
    border-top:1px solid #336699;
    border-right:1px solid #336699;
    border-bottom:1px solid #336699;
    border-left:1px solid #336699;
}
.imagecellbg {
	background-color : #FFFFFF;
}
.navheaderbg{
	/*background-image : url(/images/en_US/global/globalgraphics/navtop_bg.gif);*/
	/*background-color : #C3D6E6;*/
	background-color : #FFFFFF;
}
.navfooterbg{
	/*background-image : url(/images/en_US/global/globalgraphics/navbottom_bg.gif);*/
	background-color : #FFFFFF;
}
.navleftbg{
    background: url(/images/en_US/global/globalgraphics/navleft_background.gif) top right repeat-y;
	padding-bottom: 10px;
	height: 400px;
}
.navLeft1Off{
    padding-left:0px; padding-top:0px; padding-bottom:0px; padding-right:5px;
    border-top:0px;	border-left:0px; border-right:0px; border-bottom:1px;
    border-style:solid;
    border-color:#FFFFFF;
    cursor:pointer;
}
.navLeft1Off A:LINK,.navLeft1Off A:ACTIVE,.navLeft1Off A:VISITED {
    color:#274869;
    font-size:13px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration:none;
    font-weight:bold;
    line-height:24px;
}
.navLeft1On{
    padding-left:0px; padding-top:0px; padding-bottom:0px; padding-right:5px;
    border-top:0px; border-left:0px; border-right:0px; border-bottom:1px;
    border-style:solid;
    border-color:#FFFFFF;
    cursor:pointer;
}
.navLeft1On A:LINK,.navLeft1On A:ACTIVE,.navLeft1On A:VISITED {
    color:#FFFFFF;
    font-size:13px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration:none;
    font-weight:bold;
    line-height:24px;
}
.navLeft2Off{
    /*background-color:#F0F0F0; [MD041807] Allow bg image to show through */
    padding-left:0px; padding-top:0px; padding-bottom:0px; padding-right:5px;
    cursor:pointer;
}
.navLeft2Off A:LINK,.navLeft2Off A:ACTIVE,.navLeft2Off A:VISITED {
    color:#666666;
    font-size:11px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration:none;
    font-weight:normal;
    line-height:15px;
}
.navLeft2On{
    /*background-color:#F0F0F0; [MD041807] Allow bg image to show through */
    padding-left:0px; padding-top:0px; padding-bottom:0px; padding-right:5px;
    cursor:pointer;
}
.navLeft2Spacer{
    /*background-color:#C3D6E6; [MD041807] Allow bg image to show through */
    border-top:0px;	border-left:0px; border-right:0px; border-bottom:1px;
    border-style:solid;
    border-color:#FFFFFF;
}
.navLeftSubsOff{
    /*background-color:#F0F0F0; [MD041807] Allow bg image to show through */
	
    padding-left:0px; padding-top:0px; padding-bottom:0px; padding-right:5px;
    cursor:pointer;
}
.navLeftSubsOff A:LINK,.navLeftSubsOff A:ACTIVE,.navLeftSubsOff A:VISITED {
    color:#666666;
    font-size:11px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration:none;
    font-weight:normal;
    line-height:15px;
}
.navLeftSubsOn{
    /*background-color:#F0F0F0; [MD041807] Allow bg image to show through */
    padding-left:0px; padding-top:0px; padding-bottom:0px; padding-right:5px;
    cursor:pointer;
}
.navLeftMoreOff, .navLeftMoreOn {
    /*background-color:#C3D6E6; [MD041807] Allow bg image to show through */
    padding-left:35px; padding-top:0px; padding-bottom:6px; padding-right:5px;
    border-top:0px; border-left:0px; border-right:0px; border-bottom:1px;
    border-style:solid;
    border-color:#FFFFFF;
    cursor:pointer;
}
.navLeftMoreOn A:LINK,.navLeftMoreOn A:ACTIVE,.navLeftMoreOn A:VISITED {
    color:#666666;
    font-size:11px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration:none;
    font-weight:normal;
}
.navLeftMoreOff A:LINK,.navLeftMoreOff A:ACTIVE,.navLeftMoreOff A:VISITED {
    color:#666666;
    font-size:11px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration:none;
    font-weight:normal;
}
.contentbg, .popupcontentbg {
	/*background-image : url(/images/en_US/global/globalgraphics/content_bg.gif);*/
	background-color : #FFFFFF;
}
.clearbg{
	background-image : url(/images/en_US/global/globalgraphics/spacer01.gif);
}
body.main{
	/*background-image : url(/images/en_US/global/globalgraphics/main_bg.gif);*/
	background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding: 0px;
    text-align:center;
}
body.popup{
	/*background-image : url(/images/en_US/global/globalgraphics/popup_bg.gif);*/
	background-color: #FFFFFF;
    margin: 10px;
    padding: 0px;
}

A.nu {
	text-decoration : none;
}



.infoTabOn{
	cursor: pointer;
	background-color:#FFFFFF;
	border-top:1px;
	border-left:1px;
	border-right:1px;
	border-bottom:0px;
	border-style:solid;
	border-color:#E3E3E3;
	padding:5px;
	font-size:9px;
	color:#333333;
	font-weight:bold;
	text-align:center;
}

.infoTabOff{
	cursor: pointer;
	background-Color:#EFEFEF;
	border-top:1px;
	border-left:1px;
	border-right:1px;
	border-bottom:1px;
	border-style:solid;
	border-color:#E3E3E3;
	padding:5px;
	font-size:9px;
	color:#777777;
	font-weight:bold;
	text-align:center;
}

.infoTabSpacer{
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px;
	border-style:solid;
	border-color:#E3E3E3;
}

.infoTabContent{
	font-size: 16px;
	color: #FF0000;
	background-color:#FFFFFF;
	border-top:0px;
	border-left:1px;
	border-right:1px;
	border-bottom:1px;
	border-style:solid;
	border-color:#E3E3E3;
}

@media print{
  .tableitemheaderdivbg, .tableitembottomdivbg {
    border-bottom:1px solid #000000;
  }
}

.optionValueNearDetailImage {
}

.swatchHeader {
	padding-bottom:5px;
}

.swatchUnSelected{
	background-color:#F5F5F5;
	border-top:2px;
	border-left:2px;
	border-right:2px;
	border-bottom:2px;
	border-style:solid;
	border-color:#FFFFFF;
}

.swatchSelected{
	background-color:#F5F5F5;
	border-top:2px;
	border-left:2px;
	border-right:2px;
	border-bottom:2px;
	border-style:solid;
	border-color:#000000;
}

.swatchHover{
	background-color:#F5F5F5;
	border-top:2px;
	border-left:2px;
	border-right:2px;
	border-bottom:2px;
	border-style:solid;
	border-color:#CCCCCC;
}

.bottomlinksSection{
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
}

.bottomlinks{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

.bottomlinks:hover{
	color: #666666;
}

.hackerSafe{
	padding-top: 5px;
}

.joinList {
	padding-bottom: 2px;
}

form{
margin:0px;
}
.nxtbackspacebar{
font-size: 10px;
font-weight: normal;
color: #999999;
text-decoration : none;
}
.backtoresult{
    FONT-SIZE: 9px;
    COLOR: #333333;
	text-decoration :underline;
}
.contentheight{
height:400px;

}
.subtotal{
	FONT-SIZE: 10px;
    COLOR: #333333;
	font-weight: bold;
	text-decoration :none;
}

/* nav news ticker styles */
#newsticker {
	background: #ffffff;
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
}
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	padding: 0;
	margin: 0;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #999999;
}
#newsticker #togglenewsticker {
	background: transparent;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
#newsticker li img{
	border: none;
}
.featuredProduct {
	width: 309px;
}
.featuredProductInside1 {
	padding: 5px;
	border: 1px solid #dddddd;
	margin: 10px 5px 10px 10px;
}
.featuredProductInside2 {
	padding: 5px;
	border: 1px solid #dddddd;
	margin: 10px 10px 10px 5px;
}
.featuredProductInside3 {
	padding: 5px;
	border: 1px solid #dddddd;
	margin: 0 5px 10px 10px;
}
.featuredProductInside4 {
	padding: 5px;
	border: 1px solid #dddddd;
	margin: 0 10px 10px 5px;
}

.featuredProduct td {
	vertical-align: top;
}
.featuredProduct a, .featuredProduct td a{
	color: #333333;
	text-decoration: none;
}
.featuredProductName, .featuredProductPrice, .featuredProductDesc {
	margin-left: 10px;
}
.featuredProductName {
	margin-bottom: -10px;
}
.featuredProductDesc {
	margin-bottom: -20px;
}
.verisignSeal {
	padding-left: 0;
}

.directorySortsWrapper {
	background: #eeeeee url(/images/en_US/local/localnav/title_bg_top.gif) top left no-repeat;  
}
.directorySorts {
	background: url(/images/en_US/local/localnav/title_bg_bottom.gif) bottom left no-repeat;  
}
.directoryFilterBySize {
	background: #eeeeee url(/images/en_US/local/localnav/title_bg_top.gif) top left no-repeat;  
}
.directoryFilterBySizeInside {
	background: url(/images/en_US/local/localnav/title_bg_bottom.gif) bottom left no-repeat;  
	padding: 10px 0;
}
.view_all {
	color : #333333;
	font-size : 10px;
}
.view_all A:LINK, .view_all A:VISITED, .view_all A:ACTIVE {
	font-size : 10px;
	color : #333333;
}
.detailImagePointer{
cursor:pointer;
}
#itemTable {
	border-top: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
}
/* EstTaxShip */
.ETSBox{
	position: absolute;
	margin: -10px 0px 0px 0px;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	padding: 10px 10px 10px 10px;
	z-index: 100;
	width: 250px;
}
.esttableitem{
	font-size: 10px;
	text-align:right;
	color: #333333;
	padding: 2px 4px 2px 4px;
}
.esttableitem A:LINK, .esttableitem A:ACTIVE, .esttableitem A:VISITED{
	color: #4b4b4b;
}
.esttableitemtotal {
	font-size: 12px;
	font-weight: bold;
	text-align:right;
	color: #333333;
	padding: 4px 4px 4px 4px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.ETSBoxmsg{
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 0px 5px 0px;	
}
.ETSBoxhdr{
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
	display: none;
}
select.estState {
	font-size: 10px;
	width: 250px;
	margin: 0 0 5px;
}
select.estshipMethod {
	font-size: 10px;
	width: 250px;
}
.OMStatusForm {
	margin: 15px 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #dddddd;
}
.OMStatusHeader {
	padding-bottom: 10px;
}
.OMStatusForm table td {
	padding: 0 10px 5px 0;
}
#botmenu {
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 5px;
}
#menuContent {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.footer1 {	font-size:11px;
	color: #6590B0;
}

.errorMessageSm {
	font: bold normal 10pt/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #CC0000;
}

form, fieldset, legend, label, input, select, button, br { line-height: 1.5em; }

body
{
	padding: 0px;
	margin: 0px;
}

form fieldset
{
	background-color: none;
	position: relative;
	display: block;
	margin: 0px 0 1.5em 0;
}

form fieldset legend
{
	background-color: #eee;
	color: #000;
	position: relative;
	height: 1.5em;
	float: left;
	display: block;
	clear: both;
	width: 100%;
	font-weight: bold;
	font-size: 1.5em;
}

form fieldset legend:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

form { display: block; }
form fieldset legend img { padding: 0px; }

label
{
	
	display: block;
	float: left;
	width: 46%;
	text-align: right;
	padding-right: 1em;
}

input, select 
{
	
	text-align: top;
	padding: 3px;
	
}




textarea
{

	text-align: top;
	padding: 0px;
	margin-bottom: 3px;
	display: block;
	border: 1px solid #ccc;
	font-family: trebuchet, "trebuchet ms";
	font-size: 12px;
}

/*select { height: 17px; line-height: 8px; } */



label:hover
{
	margin: -1px;
	cursor: pointer;
}

input:focus, select:focus, input:focus:hover, label:active, label:focus, label:focus:hover
{
	color: #702305;
	background-color: #FEFAC9;
}



.error_msg {

	font-family: trebuchet, "trebuchet ms";
	color: #900;
	font-weight: bold;
}

/*
.blue_error_msg {

	font-family: trebuchet, "trebuchet ms";
	color: #00C;
	
}


.blue_error_msg {
	font-size: 12px;
	line-height:normal;
	color: #CBDAFF;
	background-color:#6380CB;
	padding: 6px;
	border-color:#2D5BCB;
	border-style:dotted;
	margin:6px;
	
}

*/

.blue_error_msg {
	font-size: 14px;
	font-weight: bold;
	line-height:normal;
	color: #309;
	background-color:#fff;
	padding: 6px;
	border-bottom: solid #ccc;
	border-top: solid #ccc;
	border-width: 1px;
	background-image: url(/images/template/bot_pattern3.png);
	
}

.radios input, .checkboxen input 

{
	line-height: 1.5em;
	text-align: left;
	height: 1.5em;
	float: right !important;
	display: block;
	clear: none !important;
	margin: 0px 0px 0px 6px  !important;
	padding: auto !important;
	border: #316ac5 1px solid;
	width: 1.5em;
}

.checkboxen label, .checkboxen label:hover
{
	line-height: 1.5em;
	text-align: left;
	height: auto;
	float: left !important;
	display: block;
	clear: right !important;
	margin: -1.5em 0px 0px 30px !important;
	border: 1px solid #fff;
	width: 90%;
	padding: 0 6px;
	background-color: none;
	overflow: hidden;
}

.checkboxen label:hover
{
	color: #00557D;
	background-image: none;
	border: #316ac5 1px solid;
	background-color: #dff1ff;
	overflow: visible;
}

.checkboxen label+input
{
	margin-top: -0px !important;
}


/* -------------------------------------------------------------- 
  
   Buttons.css
   * Gives you some great buttons for many purposes.
   
   Created by Kevin Hale [particletree.com]
   * particletree.com/features/rediscovering-the-button-element
   
   W3C: "Buttons created with the BUTTON element function 
   just like buttons created with the INPUT element, 
   but they offer richer rendering possibilities."
   
   Usage:
   
   <button type="submit" class="button positive">
     <img src="css/blueprint/lib/img/icons/tick.png" alt=""/> Save
   </button>

   <a class="button" href="/password/reset/">
     <img src="css/blueprint/lib/img/icons/textfield_key.png" alt=""/> Change Password
   </a>

   <a href="#" class="button negative">
     <img src="css/blueprint/lib/img/icons/cross.png" alt=""/> Cancel
   </a>
   
   
-------------------------------------------------------------- */

a.button, button {
  display:block;
  float:left;
  background-image: url(img/forms_bg.gif);
  background-repeat: repeat-x;
  margin:0;
  padding:5px 10px 6px 7px;   /* Links */
  
  border:0.1em solid #dedede;
  border-top:0.1em solid #eee;
  border-left:0.1em solid #eee;

  background-color:#f5f5f5;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding:5px 10px 5px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}
button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
}


/* Button colors
-------------------------------------------------------------- */

/* Standard */
button:hover, a.button:hover{
  background-color:#dff4ff;
  border:0.1em solid #c2e1ef;
  color:#336699;
}
a.button:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}

/* Positive */
.positive {
  color:#529214;
}
a.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border:0.1em solid #C6D880;
  color:#529214;
}
a.positive:active {
  background-color:#529214;
  border:0.1em solid #529214;
  color:#fff;
}

/* Negative */
.negative {
  color:#d12f19;
}
a.negative:hover, button.negative:hover {
  background:#fbe3e4;
  border:0.1em solid #fbc2c4;
}
a.negative:active {
  background-color:#d12f19;
  border:0.1em solid #d12f19;
  color:#fff;
}

/* Randy's jQuery form validation stuff */

	.pointer {
		
 		background: url(/images/pointer.gif) no-repeat bottom right;
 		padding-left: 29px;
 		padding-top: 18px;
		position:relative;
 		top:-6px;
 		left:-5px;
 		z-index:101; 		
  		
		}
		
		
	 #shadow {
		
 		background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  		background: url(/images/shadow.gif) no-repeat bottom right;
  		padding-top: 8px; 		
  		
		}
		
		
	 #IEroot #shadow {
		
		
  		padding: 0px 5px 5px 0px;
  		height: 16px;  		
		position:relative;
 		top:-1px;
 		left:-3px;
  		z-index:100;
  		
		}
		
	#shadow span {
		
		font-family: georgia, serif; font-size:12px; font-style: italic;	

		padding: 3px;
		border-right: solid #999;
		border-bottom: solid #999;
		border-left: solid #ccc;
		border-top: solid #ccc;
		border-width: 1px;
		background-color: #fff;
		position:relative;
 		top:-10px;
 		left:-6px;
 		z-index:100;
		white-space: nowrap;
		
		}
		
	
	#IEroot #shadow span {
		
		font-family: verdana, helvetica; font-size:11px; font-style: italic	

		padding: 3px;
		border-right: solid #999;
		border-bottom: solid #999;
		border-left: solid #ccc;
		border-top: solid #ccc;
		border-width: 1px;
		background-color: #fff;
		position:relative;
 		top:-5px;
 		left:-3px;
 		z-index:100;
		white-space: nowrap;
		
		}
		
	
		
	.required_error {
		
		color:#C00;
		padding: 1px 3px;
		border-right: solid #999;
		border-top: solid #999;
		border-width: 1px;
		background-color: #fff;
		position: relative;
 		z-index:100;
		white-space: nowrap;
		background-image: url(/images/template/bot_pattern3.png);
		
		}
		
	.required_tab_error {
		
		color:#C00;
		padding: 1px 3px;
		border-right: solid #999;
		border-top: solid #999;
		border-width: 1px;
		background-color: #fff;
		position: relative;
 		z-index:100;
		white-space: nowrap;
		background-image: url(/images/template/bot_pattern3.png);	
		
		}
		
	.num_error {
		
		color:#363;
		padding: 1px;
		border-right: solid #999;
		border-bottom: solid #999;
		border-left: solid #999;
		border-top: solid #999;
		border-width: 1px;
		background-color: #fff;
		position: relative;
 		z-index:100;
		white-space: nowrap;
		
		}
		
		
	.match_error {
		
		color:#039;
		padding: 1px;
		border-right: solid #999;
		border-bottom: solid #999;
		border-left: solid #999;
		border-top: solid #999;
		border-width: 1px;
		background-color: #fff;
		position: relative;
 		z-index:100;
		white-space: nowrap;
		
		}
	
	.length_error, .min_error, .max_error {
		
		color:#C90;
		padding: 1px;
		border-right: solid #999;
		border-bottom: solid #999;
		border-left: solid #999;
		border-top: solid #999;
		border-width: 1px;
		background-color: #fff;
		position: relative;
 		z-index:100;
		white-space: nowrap;
		
		}
/* CHECKOUT */

.checkoutTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #707070;
	padding: 4px;
}
#checkoutoutprocess {
	border: 1px solid #CCCCCC;
}
.simpleBox {
	border: 1px solid #CCCCCC;
}
.promoAlert {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFCC;
	padding: 6px;
}
#emptyCartDiv {
	height: 350px;
	width: 600px;
}
#cartitems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
}

#cartitems td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.totals {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	padding: 4px;
}
#cartitems th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #E3E2DA;
	text-align: center;
}
.simpleBox3side {
	border: 1px solid #CCCCCC;
}
.cartSubHeads  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #E5EAE1;
	text-align: left;
	padding: 4px;
}
.simplebox4 {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

.fourpad {
	padding: 4px;
}

.fakebutton {
	padding: 3px;
	border: 1px solid #CCCCCC;
}


.fakebutton:hover {
	background-color:#dff4ff;
  border:0.1em solid #c2e1ef;
  color:#336699;
}


.noborder {
}

#outertable td {
padding: 2px;
}

.fraudBox {
	background-color: #FFFEF4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	padding: 6px;
}


.minSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00163E;
	background-color: #E1EBE8;
	text-align: left;
	padding: 4px;
}

.editheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(/images/header_bg_green.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCD5D2;
}
#summaryCart td {
	padding: 2px;
}
/* END CHECKOUT STYLES*/

#infoPages {
text-align: left;
}

#infoPages h3 {
font-size: 12pt;
font-weight: bold;
text-align: left;
}
.receiptText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
}
.sectionHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-image: url(/images/header_bg_green.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCD5D2;
}


.productIcons {
padding:4px;
vertical-align: top;

}