/*  Modern style sheet for standards compliant browsers  */

/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#ffffff; border:1px dotted #BBB; 
  width:294px; padding:0px;
  color:#000; font-size:11px; line-height:1.2;
}
/* These are optional. They demonstrate how you can individually format tooltip content  */
div.tp1 { font-size:12px; color:#336; font-style:italic }
div.tp2 { font-weight:bolder; color:#337; padding-top:4px }

p.blurb {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 14px;
	margin : 0px;
	color : #000;
	background : transparent;
	}

hr {
	display : none;
	}

/*  Note: This child selector affects all bold tags within   */
/*  paragraphs, not the bold tags within the hard coded and  */
/*  convoluted search results table layouts                  */

p > b {
  	font : 10px verdana, helvetica, arial, geneva, sans-serif;

  	font-weight : bold;
  	line-height : 13px;
  	color : #444;
  	}

/*  Resets the color of bold declarations within class error */

p.error > b {
  	color : #C00;
  	}

table.smallcontent {
	border-top : 1px solid;
	border-bottom : 1px solid;
	border-color : #BBB;
	background : #EEE;
	}

table.navcontent {
	border-bottom : 1px solid;
	border-color : #BBB;
	background : #EEE;
	}

table.toptab {
	border-bottom : 1px solid;
	border-color : #BBB;
	margin-bottom : 20px;
	background : #EEE;
	}

table.toptabresults {
	border-bottom : 1px solid;
	border-color : #BBB;
	margin-bottom : 0px;
	background : #EEE;
	}

tr.data {
	border-bottom : 1px solid #000;
	}
	
td.sku {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 14px;
	color : #000;
	border-style : none;
	background : transparent;
	}

textarea {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	border : 1px solid #666;
	padding : 2px;
	background : #FFF;
	}

input.submit {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	padding : 2px;
	background : #FFF;
	}

input.submit:active {
	padding : 2px;
	color : #000;
	background : #666;
	}

input.text {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	border : 1px solid #666;
	padding : 2px;
	background : #FFF;
	}

input.textnav {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	border : 1px solid #666;
	padding : 2px;
	background : #EEE;
	}

input.password {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	border : 1px solid #666;
	padding : 2px;
	background : #FFF;
	}

input.check {
	color : #666;
	background : #FFF;
	}

select {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	color : #666;
	background : #FFF;
	}

select.selectnav {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	color : #CCC;
	background : #666;
	}

select.orange {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	border : solid 1px #F60;
	color : #000;
	background : #FFF;
	}

.about p {
	margin : 10px 0px 10px 20px;
	}

.boilerplate {
	padding : 0px 20px;
	color : #000;
	background : transparent;
	}
	
.cookiecrumb {
	margin : 0px;
	padding-bottom : 20px;
	color : #000;
	background : transparent;
	}

.indent {
	margin : 0px 20px 10px 20px;
	text-indent : -20px;
	}

.pad {
	margin : 5px;
	padding : 0px;
	}
		
.soft {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 14px;
	color : #777;
	background : transparent;
	}
	
.black {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 14px;
	color : #000;
	border-style : none;
	background : transparent;
	}

.callout {
	margin-top : 15px;
	padding : 10px;
	border : 1px dotted #C00;
	line-height : 14px;
	color : #777;
	}
	
.callout2 {
	width : 435px;
	padding : 10px;
	border : 1px dotted #C00;
	line-height : 14px;
	color : #777;
	}

.callout3 {
	padding : 10px;
	border : 1px dotted #BBB;
	white-space : nowrap;
	line-height : 14px;
	color : #444;
	}
		
.callout4 {
	padding : 10px;
	border : 1px dotted #444;
	line-height : 14px;
	color : #444;
	}

.calloutf {
	padding : 5px 0px;
	border-bottom : 1px dotted #BBB;
	border-right : 1px dotted #BBB;
	border-left : 1px dotted #BBB;
	white-space : nowrap;
	line-height : 14px;
	color : #444;
	}
	
.calloutz {
	padding : 10px;
	border : 1px dotted #666;
	line-height : 14px;
	color : #666;
	background : #EEE;
	}

.calloutfl {
	padding : 0px;
	border : 1px dotted #777;
	white-space : nowrap;
	}

.callouti {
	margin : 0px;
	padding : 0px 10px;
	border-left : 1px dotted #BBB;
	white-space : nowrap;
	color : #777;
	background : transparent;
	}

.dotcell {
	margin : 0px;
	padding : 10px;
	border : 1px dotted #BBB;
	white-space : nowrap;
	color : #444;
	}

.dottop {
	border-top : 1px dotted #777;
	line-height : 14px;
	}

.error {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 14px;
	color : #C00;
	border : 1px dotted #444;
	padding : 10px;
	}
	
.error a:link {
	color : #000;
	background : transparent;
	}

.error a:visited {
	color : #000;
	background : transparent;
	}

.error a:hover {
	color : #C00;
	background : transparent;
	text-decoration : underline;
	}

.error a:active {
	color : #000;
	background : transparent;
	text-decoration : underline;
	}
	
.mouse {
	font : 9px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 15px;
	color : #777;
	background : transparent;
	}

.mouse2 {
	font : 9px verdana, helvetica, arial, geneva, sans-serif;
	}

.foundinfo {
	font : 9px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 11px;
	margin : 0px;
	color : #777;
	background : transparent;
	}

.foundcaption {
	color : #000;
	}

.foundwhat {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 11px;
	margin : 5px 10px;
	color : #000;
	background : transparent;
	}

.foundcount {
	font : 9px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 13px;
	margin : 5px 10px;
	color : #777;
	background : transparent;
	}

.foundcount b {
	font : 9px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 13px;
	font-weight : bold;
	color : #777;
	background : transparent;
	}
	
.foundnav {
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 12px;
	color : #444;
	margin : 0px;
	background : transparent;
	}
	
.foundnavalpha {
	word-spacing : 3px;
	}

.offer {
	margin : 0px;
	font : 9px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 12px;
	color : #FFF;
	background : transparent;
	}

.offer b {
	margin : 0px 0px 10px 0px;
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	font-weight : bold;
	line-height : 12px;
	color : #FFF;
	background : transparent;
	}

.offer p {
	margin : 0px 0px 10px 0px;
	font : 9px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 12px;
	color : #FFF;
	background : transparent;
	}

.offer a:link {
	color : #FFF;
	background : transparent;
	}

.offer a:visited {
	color : #FFF;
	background : transparent;
	}

.offer a:hover {
	color : #000;
	background : transparent;
	}

.offer a:active {
	color : #000;
	background : transparent;
	text-decoration : none;
	}

.white {
	margin : 0px;
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 14px;
	color : #FFF;
	background : transparent;
	}

.white a:link {
	color : #FFF;
	background : transparent;
	}

.white a:visited {
	color : #FFF;
	background : transparent;
	}

.white a:hover {
	color : #000;
	background : transparent;
	}

.white a:active {
	color : #000;
	background : transparent;
	text-decoration : none;
	}

a.onblack:link {
	color : #AAA;
	background : transparent;
	}

a.onblack:visited {
	color : #AAA;
	background : transparent;
	}

a.onblack:hover {
	color : #EEE;
	background : transparent;
	text-decoration : underline;
	}

a.onblack:active {
	color : #EEE;
	background : transparent;
	text-decoration : underline;
	}

.survey {
	text-align : center;
	margin : 0px 10px 5px 0px;
	padding : 10px;
	background : #EEE;
	border : 1px dotted #444;
	}
	
.distractions {
	margin : 0px;
	padding : 5px 0px 0px 10px;
	font : 9px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 14px;
	color : #666;
	}

.searchout {
	margin : 0px;
	padding : 4px 5px;
	background : #EEE;
	border : 1px solid #BBB;
	}

.skinny {
	margin : 0px;
	padding : 10px 15px 10px 15px;
	background : #FFF;
	border-right : 1px dotted #444;
	border-left : 1px dotted #444;
	border-bottom : 1px dotted #444;
	}

.skinnytop {
	margin : 0px;
	padding : 10px;
	background : #EEE;
	border : 1px dotted #A8DF68;
	}
	
.skinnytrans {
	margin : 0px;
	padding : 10px;
	border: 1px dotted #FFFAC0;
	}

.skinnywhite {
	margin : 0px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding_left: 10px;
	padding_right: 10px;
	padding_top: 5px;
	padding_bottom: 5px;
	}

.skinnyitem {
	margin : 0px;
	padding : 0px 0px 5px 0px;
	font : 10px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 14px;
	color : #000;
	}

.skinnydate {
	color : #666;
	}

.sidenav {
	margin : 0px;
	padding : 10px 5px 10px 25px;
	background : #FFF;
	border-right : 1px dotted #444;
	border-left : 1px dotted #444;
	border-bottom : 1px dotted #444;
	}

li.off {
	margin : 0px 0px 5px -15px;
	list-style-type : none;
	}

.flontop {
	margin : 0px;
	padding : 10px;
	background : #EEE;
	border : 1px dotted #444;
	}

.flont {
	padding : 10px;
	border-bottom : 1px dotted #BBB;
	border-right : 1px dotted #BBB;
	border-left : 1px dotted #BBB;
	white-space : nowrap;
	background : transparent;
	color : #777;
	}

a.roll {
	color : #FFF;
	background : #E60;
	}

a.roll:hover {
	color : #FFF;
	background : #777;
	}

img.roll {
	background : transparent;
	}

.newin {
	padding-top : 2px;
	margin : 5px 0px 0px 0px;
	border-top : 1px solid #CCC;
	font : 9px verdana, helvetica, arial, geneva, sans-serif;
	line-height : 15px;
	color : #777;
	background : transparent;
	}

.zoom {
	padding : 10px;
	border-bottom : 1px dotted #BBB;
	border-right : 1px dotted #BBB;
	border-left : 1px dotted #BBB;
	background : transparent;
	color : #777;
	}

.zoombox {
	border : 1px solid #666;
	}
.copyListWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;

}
.copyListBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-left: 10px;

}
.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: 003399;
	margin-top: 7px;
	margin-bottom: 7px;

}
.copyshpTAGReg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #333333;
	line-height: 14px;
	font-weight: bold;
}
.copysubnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: 14px;
	font-weight: bold;
}
