/* When adding styles, please follow the naming covention in place:
   .(feature)(Type)(Attributes)
   feature    - content, nav, poll, peer, etc...
   Type       - Link, Text, SectionText, BorderCell, BodyCell, SectionCell, etc...
   Attributes - Tiny, Small, Medium, Big, Bold, etc...
*/



.contentSmall
{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   color:#333333;
   font-size:10px;
}

.contentLinkSmall
{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   color:#333333;
   font-size:10px;
}

A.news {
	COLOR: #919495;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

A.news:hover {
	color: #FF7C00;
	font-weight: bold;
}


.news {
	COLOR: #919495;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


A.footer {    
COLOR: #333333;    
TEXT-DECORATION: underline
}

A.footer:hover { color: #FF7C00; }

A.norm {    
COLOR: #333333;    
TEXT-DECORATION: underline
}

A.norm:hover { color: red; }

A.normbl {    
COLOR: #3B55A4;    
TEXT-DECORATION: none
}

A.normbl:hover { color: red; }


FONT.normal
{
	color: #333333;
	font-size: 12px;
	line-height: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}


FONT.normalblue
{
	color: #7D98D7;
	font-size: 12px;
	line-height: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}


FONT.normaldkblue
{
	color: #3B55A4;
	font-size: 12px;
	line-height: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}


FONT.normalwhite
{
	color: #FFFFFF;
	font-size: 12px;
	line-height: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

FONT.normalred
{
	color: #FF0000;
	font-size: 12px;
	line-height: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

.contentfooter
{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   color:#333333;
   font-size:10px;
}

.contentnav
{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   color:#333333;
   font-size:10px;
}

A.nav {    
COLOR: #333333;    
TEXT-DECORATION: none
}

A.nav:hover { color: red; }
.box {
	border: 1px solid #666666;
}
.boxsubnav {
	text-indent: 10pt;
	white-space: normal;
	padding-right: 10px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #505050;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 3px;
}


h1 {
	font : bolder normal 18px/22px arial, helvetica, geneva, sans-serif;
	color : #666666;
	border-top : none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-style: none;
	border-left-style: none;
	padding-top: 20px;
	letter-spacing: 0px;
	text-indent: 0pt;
	word-spacing: normal;
	}
	
	
h2 {
	font : bolder normal 12px/20px arial, helvetica, geneva, sans-serif;
	color : #666666;
	border-top : none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-style: none;
	border-left-style: none;
	padding-top: 10px;
	letter-spacing: 0px;
	text-indent: 0pt;
	word-spacing: normal;
	}	
	
	


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;
	}

.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 #333333;
	}
	
.skinnywhite {
	margin : 0px;
	padding : 10px;
	background : #FFF;
	border-right : 1px dotted #444;
	border-left : 1px dotted #444;
	border-bottom : 1px dotted #444;
	}

.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;
	}

