/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Arial,sans-serif;
	color: #333333;
	margin:0px;
	/*
	line-height: 1.166;	
	margin: 96px;
	padding: 0px;
	background: #cccccc url(/images/site/bg_grad_new.jpg) fixed;
	*/
background-color: #E9EDF9;
background-image:  url(/images/site/bg_grad_new4.jpg);
background-repeat: repeat-x;

}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.hoverific a {
text-decoration: none;
border:1px solid #C7D6E5;
padding:1px 3px 0px 3px;
margin-right:2px;
line-height:20px;
}

.hoverific a:hover {
text-decoration:none;
background-color:#FFFFFF;
border:1px solid #6699CC;
padding:1px 3px 0px 3px;
margin-right:2px;
line-height:20px;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 110% Arial,sans-serif;
 color: #006699;
 margin: 0 0 0 0;
 padding: 0px;
}
.storybody h2{
 font: bold 110% Arial,sans-serif;
 color: #006699;
 margin: 4px 0 -4px 0;
 padding: 0px;
}
.storybody strong {
 font: bold 110% Arial,sans-serif;
 color: #006699;
 margin: 4px 0 -4px 0;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 118px;
	left: 2%;
	right: 2%;
	width:96%;
	background-color: #ffffff;
	min-width: 1020px;
	max-width:1300px;
}
#pagecell1 h4{
	font-size:8pt;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	margin:4px 0 -10px 0;
}
#sscell1{
	position:absolute;
	top: 116px;
	left: 2%;
	right: 2%;
	width:96%;
	background-color: #ffffff;
	min-width: 1020px;
	max-width:1300px;
}
#ssmasthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:96%;
	min-width:1020px;
	max-width:1300px;	
}
#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:96%;
	min-width:1020px;
	max-width:1300px;	
}

#pageNav{
	float: right;
	width:160px;
	background-color: #F5f7f7;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font: small Verdana,sans-serif;
	margin: 0 0px 0x 0px;
}
#pageNav h1 {
	font:Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height:10pt;
}
#pageNav p {
	font:Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#999999;
}
#pageNavRight{
	float: right;
	width:197px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #ccc;
	font: Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	margin-left:6px;
}
.dashedline {border-bottom:1px dotted #ccc; margin:-2px 0px -2px -2px; padding:0px}
.dashedline1 {border-bottom:1px dotted #ccc; margin:4px 0px 0px 0px;}

#content{
	padding: 0px 0px 0px 0px;
	margin:0px 371px 0px 0px;
	border-right: 1px solid #ccd2d2;
}
.hometags { font-size:10pt; color:#336699; line-height:12pt; margin-bottom:8px; }


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 10px;
	right: 6px;
	color: #505D96;
}

#utility a{
	color: #889CB0;
}

#utility a:hover{
	text-decoration: none;
	color:#fff;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:6px 0 -6px 0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
/*width: 100%;*/
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(/images/site/new_top_menubg2.gif);
background-repeat: repeat-x;
}
/* hack for ie, other browsers use this css rule */
html>body #globalNav {
background-image: url(/images/site/new_top_menubg2.png);
}

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 24px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 6px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #ddd;
	font-weight: normal;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #646877;
	letter-spacing: 0.05em;
}
/* hack for ie, other browsers use this css rule */
html>body a.glink, a.glink:visited {
letter-spacing: 0.09em;
}
a.glink:hover{
  	background-image: url(/images/site/new_glblnav_selectedb3.gif);
	text-decoration: none;
  	color: #fff;
}
/* hack for ie, other browsers use this css rule */
html>body a.glink:hover {
background-image: url(/images/site/new_glblnav_selectedb3.png);
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	top: 30px;
	left: 0px;
	position: absolute;
	/*width: 100%;
	position: absolute;
	*/
	min-width: 640px;
	height: 22px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
    letter-spacing: 0.05em;
}
/* hack for ie, other browsers use this css rule */
html>body .subglobalNav {
letter-spacing: 0.09em;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 75%;
	color: #ffffff;
	height: 22px;
}

.subglobalNav a:hover{
	color: #FFCC33;
	text-decoration:none;
	height: 22px;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 6px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: normal;
	color:#ddd;
}

#search a:hover{
	margin: 0px;
	text-decoration:none;
	color:#FFCC33;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature {
	padding: 0px 10px 0px 10px;
	font-size: 80%;
	margin: 0 0 0 0;
}
.slideshowfeature {
	padding: 0px 10px 0px 6px;
	font-size: 80%;
	margin: 0 0 0 0;
}

.feature h3{
	font: bold 165% Arial,sans-serif;
	color: #000033;
	padding: 10px 0px 5px 0px;
}
.feature h5{
	font: bold 125% Arial,sans-serif;
	color: #000033;
	padding: 10px 0px 5px 0px;
}

.feature img{
	/*float: left;*/
	padding: 0px 0px 0px 0px;
}
.featureright {
	padding: 0px 10px 10px 10px;
	font-size: 85%;
	margin: 0 0 10px 10px;
	width:28%;
	float:right;
	border-left:1px solid #ccc;
}


/**************** comment styles *****************/
.commentbox {background: url(/images/site/comment_bg.jpg) 2px 0px no-repeat;padding:20px 20px 2px 26px; width:90%; }
.commentedge {border-left:1px solid #D3E0E9; margin-left:-14px;}
.commentbyline { font-size:11pt; padding: 0px 0px 0px 0px; font-family:Arial,Helvetica,sans-serif; color:#006699; margin-bottom:6px; }
.commenthead {font-size:11pt;padding: 0px 0px 0px 0px;font-family:Arial,Helvetica,sans-serif;color:#444444;font-weight:bold;letter-spacing: .1em;}
.commenttext { font-size:11pt; padding: 0px 0px 0px 0px; font-family:Arial,Helvetica,sans-serif; color:#555555;line-height:120%;  margin-bottom:6px; }
.commentline {border-top:1px solid #eee; border-bottom:1px solid #ccc; margin: 6px 0 0 -1px; }

/************** product strip styles *****************/

.productstrip {
	padding: 0px 10px 10px 10px;
	font-size: 80%;
}
html>body .productstrip {height: auto;}

.productstrip h2 {
	font: bold 95% Arial,sans-serif;
	color: #336699;
	padding: 0px 0px 5px 0px;
}
.productstrip h1 {
	font: bold 95% Arial,sans-serif;
	color: #336699;
	margin: -6px 0px 5px 0px;
}
.productstrip a {
	font: bold 95% Arial,sans-serif;
	color: #000033;
	padding: 10px 0px 5px 0px;
}
.productstrip img {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.productstrip blockquote {
	border-left:1px solid #84abb0;
	margin: 4px 0px 6px 28px;
	padding: 2px 2px 2px 6px;
	color:#666;
}

.prod_left {
height: 40px; float: left; background: url(/images/site/searchbg_l1.gif) no-repeat; width: 18px; padding: 6px 0 0 0;
}
.prod_mid {
height: 40px; float: left; background: url(/images/site/searchbg_m1.gif) repeat-x; width: 88%; padding: 5px 0 0 0;
}
.prod_right {
height: 40px; float: left; background: url(/images/site/searchbg_r1.gif) no-repeat; width: 20px; padding: 6px 0 0 0;
}
.prod-odd {
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         80%;
color:             #000;
padding:           3px 3px 3px 3px;
border-top:        1px solid #fff;
border-bottom:     1px solid #CED0D7 ;
border-right:      1px solid #fff;
background-color:  #f9f9f9;  
}
.prod-even {
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         80%;
color:             #000;
padding:           3px 3px 3px 3px;
border-top:        1px solid #fff;
border-bottom:     1px solid #CED0D7;
border-right:      1px solid #fff;
background-color:  #E5E7EC;  
}
.prod-leftcol {
position:absolute;
color: #009999;
padding-left:4px;
}
.prod-rightcol {
margin-left:130px;
}
.prod-categories {
	font-size:120%;
}
.prod-categories ul li {
 list-style-image:url(/images/site/bullet2.gif);
 margin-left:-16px;
 margin-bottom:4px;
 padding-right:4px;
}

.rightcol {
	font-family: Arial, Verdana, Geneva, Tahoma, Trebuchet MS, Sans-serif;
	font-size:10pt;
	text-align: left;
	color:#000;
	margin-right: 0px;
	margin-left: 10px;
	float:left;
	/*
	width: 160px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color:#CCCCCC;
	*/
}
/*************** manufacturer styles ******************/
.mfgTitles {
font-size:120%;
}


/*************** story styles ******************/

.story {
	padding: 2px 0px 0px 16px;
	font-size: 76%;
	color: #666;
	line-height:120%;
}
.storybody {
	font-size: 110%;
	color: #444;
	line-height:125%;
}
.storybody ul li {
list-style-image:url(/images/site/storybullet.gif);
margin-left:-16px;
margin-bottom:0px;
padding-right:10px;
}
.storybody li {
margin-bottom:0px;
color:#666;
font-size: 90%;
/*margin-top:-6px;*/
}
.posted { font-family:Arial,Helvetica,sans-serif; font-size:8pt; line-height:11pt; margin-left:2px; margin-bottom:2px; font-weight:normal; color: #666;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}
.story p {
	padding: 0px 0px 0px 0px;
}
.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	color:#000033;
	display:block;
	padding-bottom: 6px;
}
.story a.capsule:hover{
	text-decoration: underline;
}
.storybody blockquote {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 10pt;*/
	font-style: normal;
	line-height: normal;
	color: #6492C6;
	border-left:2px solid #ddd;
	margin: 0px 0px 0px 0px;
	padding-top: -10px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.storybody blockquote p {
margin:0px 0 0px 0px;
padding:6px;
}
td.storyLeft{
	padding-right: 12px;
}

/**************** story sidebar styles *****************/
#storyside {
	font-family:Arial,Helvetica,sans-serif; font-size:10pt; line-height:12pt;color:#006666; 
	margin:-8px 2px 10px 0px; padding: 20px 20px 0px 0px;float:left;
	background: url(/images/site/sidebar_1.jpg) top right no-repeat; width:200px;
}
.storyside blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #6492C6;
	border-left:2px dotted #ddd;
	margin:10px 0px 6px 0px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#storyside a {
	color: #339900;
	line-height:11pt;
}
.sidehead {font-family:Arial,Helvetica,sans-serif; font-size:12pt; line-height:14pt;color:#006699; margin:5px 0px 6px 0;
}
#storyside ul li {
 list-style-type: square;
 margin-left:-22px;
 padding-right:4px;
}
#storyside strong {
font-family:Arial,Helvetica,sans-serif; font-size:12pt; line-height:14pt;color:#006633; margin:0px 0px 12px 0;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************** network link styles ****************/

#networklinks{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: x-small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color:#E4E7EF;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	color:#666;
	font-size:8pt;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}
#sectionLinks h4{
	padding: 0px 2px 6px 6px;
	background-color:#F5f7f7;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(/images/site/bg_nav.jpg);
	font-weight: normal;
	padding: 3px 0px 3px 4px;
	color: #006699;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	/*font-weight: bold;*/
	text-decoration: none;
}

#sectionLinks white{
	border-top: 1px solid #cccccc;
	background-color: #fff;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
}


/*************** sponsored links styles ******************/

.sponsoredlinks {
	padding: 10px 0px 0px 16px;
	font-size: 90%;
	color: #666;
	line-height:130%;
	margin-right:-6px;
}

.sponsoredlinks h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.sponsoredlinks p {
	padding: 0px 0px 0px 0px;
}
.sponsoredlinks a {
	color:#993333; }

/*************** showcase links styles ******************/

#showcasecontent{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px; /*sets the container for showcase, was 0 351 0 0 */
	border-right: 1px solid #ccd2d2;
}
.showcasepadding {
	padding: 0px 40px 0px 50px;
}
.showcasetext {
	padding: 0px 0px 0px 10px;
	font-size: 125%;
	line-height: 125%;
	color: #666;
	margin-right:-6px;
}

.showcasetext h3{
	font: bold 145% Arial,sans-serif;
	color: #000000;
}

.showcasetext p {
	padding: 0px 0px 0px 0px;
	margin:0px;
}
.showcasetext a {
	color:#336699;
}
.showcasetext ul {
 margin-left:-6px;
 padding-right:20px;
 line-height:80%;
 margin-top:6px;
 margin-bottom:-6px;
 font-size: 85%;
}
.showcasetext li {
 list-style-type: square;
 margin-left:-6px;
 padding-right:20px;
 margin-bottom:-6px;
 margin-top:2px;
 font-size: 85%;
}
.showcaselistings {
float:left;
border:1px solid #ccc;
height:28px;
width:28px;
margin-right:4px;
margin-left:-2px;
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

.ad728x90 {
	background-color: #ccc;
	border:solid 1px #bbb;
	height:80px;
	width:728px;
	padding:6px;
	margin:0px 0 4px 0px;
}

.ad120x240 {
	background-color: #ccc;
	border:solid 1px #bbb;
	/*height:240px;
	width:120px;*/
	width:75%;
	padding:6px;
	margin:0 0 6px 0px;
	text-align:center;
}
.ad120x600 {
	background-color: #ccc;
	border:solid 1px #bbb;
	/*height:600px;
	width:120px;*/
	width:75%;
	padding:6px;
	margin:0 0 6px 0px;
	text-align:center;
}
.ad160x240 {
	background-color: #ccc;
	border:solid 1px #bbb;
	height:240px;
	width:160px;
	padding:6px;
	margin:0 0 6px 0px;
}
.ad160x600 {
	background-color: #ccc;
	border:solid 1px #bbb;
	height:600px;
	width:160px;
	padding:6px;
	margin:0 0 6px 0px;
}


/**************** spacing styles *****************/

.pad1 {padding: 1px; margin: 0px;}
.pad2 {padding: 2px; margin: 0px;}
.pad3 {padding: 3px; margin: 0px;}
.pad4 {padding: 4px; margin: 0px;}
.pad5 {padding: 5px; margin: 0px;}
.pad6 {padding: 6px; margin: 0px;}
.pad8 {padding: 8px; margin: 0px;}
.pad10 {padding: 10px; margin: 0px;}
.pad12 {padding: 12px; margin: 0px;}
.pad14 {padding: 14px; margin: 0px;}
.pad16 {padding: 16px; margin: 0px;}
.pad18 {padding: 18px; margin: 0px;}
.pad20 {padding:20px; margin: 0px;}
.pad20a {padding:0px 20px 20px 20px; margin: 0px;}

.padleft2 {padding: 0px 2px 0px px; margin: 0px;}
.padleft4 {padding: 0px 4px 0px 4px; margin: 0px;}
.padleft6 {padding: 0px 6px 0px 6px; margin: 0px;}
.padleft8 {padding: 0px 4px 0px 8px; margin: 0px;}
.padleft10 {padding: 0px 10px 0px 10px; margin: 0px;}
.padleft12 {padding: 0px 12px 0px 12px; margin: 0px;}
.padleft14 {padding: 0px 14px 0px 14px; margin: 0px;}
.padleft16 {padding: 0px 16px 0px 16px; margin: 0px;}
.padleft18 {padding: 0px 18px 0px 18px; margin: 0px;}

.padtop1 {padding: 1px 0px 0px 0px; margin: 0px;}
.padtop2 {padding: 2px 0px 0px 0px; margin: 0px;}
.padtop4 {padding: 4px 0px 0px 0px; margin: 0px;}
.padtop6 {padding: 6px 0px 0px 0px; margin: 0px;}
.padtop8 {padding: 8px 0px 0px 0px; margin: 0px;}

.padvert2 {padding: 2px 0px 2px 0px; margin: 0px;}
.padvert4 {padding: 3px 0px 4px 0px; margin: 0px;}
.padvert6 {padding: 6px 0px 6px 0px; margin: 0px;}
.padvert8 {padding: 8px 0px 8px 0px; margin: 0px;}


.calendar { height: 44px; float: left; background: url(/images/site/calendar.gif) no-repeat; width: 40px; padding: 5px 0 0 7px;  color: #808080;}
.calendar p { padding: 0; margin: 0; line-height:18px; font-size:12px; }
.description { padding: 0 0 2px 0; margin: 0 10px 5px 0; border-bottom: 1px dotted #ccc; }
.thumbnail { float: left; margin: 0 18px 8px 0; border: 1px solid #dedede; }


/**************** advert styles *****************/

ff-body {
margin: 0px;
padding: 0px;
font-family: georgia, times, "times new roman", serif;
color: #000;
background-color: #ddd;
}	
#ff-container {
margin-left:auto;
margin-right:auto;
padding:0 2% 0 2%;
/*border: 1px solid #333;*/
position:center;
max-width:1114px;
min-width:936px;
}
#ss-container {
margin-left:auto;
margin-right:auto;
padding:0 2% 0 2%;
min-width:918px;
/*border: 1px solid #333;*/
position:center;
max-width:1114px;
min-width:936px;
}
#ff-sub-container {
margin-left:2%;
margin-right:2%;
/*border: 1px solid #333;
padding:0 2% 0 2%;
*/
position:center;
max-width:1114px;
min-width:936px;
}	
#ff-banner {
margin: 0px;
background-color: #666;
border-bottom: 1px solid #333;
padding: .25em;
}
#ff-content {
margin: 0 0 0 0px;
padding: .25em;
position:center;
}
#ff-footer {
clear: both;
background-color: #666;
padding: .25em;
border-top: 1px solid #333;
}
#ff-masthead{
	top: 0px;
	min-width:840px;
	/*max-width:1100px;*/
	position:center;
}
#ff-masthead a:hover {
	text-decoration:none;
}
#ss-pagecell1{
	position:center;
	top: 118px;
	background-color: #ffffff;
	min-width: 900px;
	/*max-width:1100px;*/
	margin-top:20px;
	border-left: 1px solid #B4C4CA;
	border-right: 1px solid;
	border-right-color:#B4C4CA;
}
#ff-pagecell1{
	position:center;
	top: 118px;
	background-color: #ffffff;
	min-width: 800px;
	/*max-width:1100px;*/
	margin-top:20px;
	border-left: 1px solid #B4C4CA;
	border-right: 1px solid;
	border-right-color:#B4C4CA;
}
#ff-pagecell1 h4{
	font-size:8pt;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	margin:4px 0 -10px 0;
}
#ff-utility{
	font: 75% Verdana,sans-serif;
	/*position: absolute;
	*/
	margin-top: 10px;
	margin-right: 2px;
	color: #505D96;
	float:right;
}
#ff-utility a{
	color: #889CB0;
}
#ff-utility a:hover{
	text-decoration: none;
	color:#fff;
}

/**************** misc styles *****************/

.smallgray {
	font: normal 8px Arial,sans-serif;
	color: #005FA9;
	color:#000033;
	display:block;
	padding-bottom: 6px;
}
#250 {
width:200px;
height:200px;
max-height:200px;
max-width:200px;
}
#250 img {
width:200px;
height:200px;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #999;
border-bottom:1px solid #999;
max-height:200px;
max-width:200px;
}

#homefeature img {
width:200px;
height:200px;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #999;
border-bottom:1px solid #999;
max-height:200px;
max-width:200px;
}

#150 {
}
#150 img {
width:150px;
height:150px;
margin-right:6px;
}
.line0 {
	padding: 0px;
	margin: 0px 10px 0px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A1AD94;
}
.line1 {
	padding: 0px;
	margin: 0px 8px 0px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A1AD94;
}
.line2 {
	padding: 0px;
	margin: 0px 1px 0px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5e0e0e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bb815b;
}
.line3 {
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaa;
	margin:6px 0px 4px 10px;
}
.line4 {
	padding: 0px;
	margin: 0px 1px 0px 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.line5 {
	padding: 0px;
	margin: 0px 40px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-bottom:8px;
}
.line6 {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.line6a {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7f6b5e;*/
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #7f6b5e;
}
.line6b {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7f6b5e;*/
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
}
.line7 {
	border-top: 3px solid #000;
	border-bottom: 7px solid #900;
	margin:0px;
	padding: 0px;
}
.line8 {
	border-top: 2px solid #666;
	margin:0px;
	padding: 0px;
}
.line9 {
	border-top: 1px solid #000;
	margin:0px;
	padding: 0px;
}
.line10 {
	padding: 0px;
	margin: -12px 0px -10px 0px;
	border-top: 1px solid #ddd;
	width:312px;
}
html>body .line10 {
	margin: -6px 0px 4px 0px;
}
.line11 {
	padding: 0px;
	margin: -6px 0px -6px 0px;
	border-top: 1px solid #9ABED9;
	border-bottom: 1px solid #7F9CB0;
	color:#9ABED9;
}
.line12 {
	padding: 0px;
	margin: 0px 0px 6px 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #C9D2D9;
}
.line11a {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #9ABED9;
	border-bottom: 1px solid #7F9CB0;
}
/**************** topic index styles *****************/

.imghome {
	width:200px;
	height:200px;
	padding:2px;
	margin:1px 1px 1px 1px;
	border:1px solid #999;
}
.imgIndex100 {
	width:100px;
	height:100px;
	padding:2px;
	margin:1px 4px 1px 1px;
	border:1px solid #fff;
}
.imgIndex70 {
	width:60px;
	height:60px;
	padding:2px;
	margin:1px 4px 1px 1px;
	border:0px solid #fff;
}
.imgIndex60 {
	width:60px;
	height:60px;
	padding:2px;
	margin:1px 4px 1px 1px;
	border:0px solid #fff;
}
.imgIndex {
	width:60px;
	height:60px;
	padding:2px;
	margin:1px 4px 1px 1px;
	border:0px solid #fff;
}
.topictitle {
font-size:150%;
}

/**************** article styles *****************/
#storycenter {
width:60%;float:left;
min-width:406px;
margin: 0 0 0 14px;
/*background:#fff;*/
padding-bottom:10px;
font-family:Arial,Verdana,Helvetica,sans-serif;
/*font-size:0.65em;*/
color:#666;
line-height:1.2em;
}
#storycenter h1 { font-family:Arial,Helvetica,sans-serif; font-size:24px; font-weight:normal; color:#84abb0; padding-left:12px; margin-top:4px; margin-bottom:20px; margin-left:4px;}
#storycenter h2 { font-family:Arial,Helvetica,sans-serif; font-size:16px; font-weight:bold; color:#84abb0; padding-left:4px; margin-top:25px; margin-bottom:12px; }
.storyhead { font-family:Arial,Helvetica,sans-serif; font-size:17pt; line-height:19pt; margin-left:18px; margin-bottom:4px; font-weight:bold; color:#000000;}
.storydeck { font-family:Arial,Helvetica,sans-serif; font-size:14pt; line-height:16pt; margin-left:18px; margin-bottom:4px; font-weight:normal; color: #009999; }
.storytags { font-family:Arial,Helvetica,sans-serif; font-size:10pt; line-height:12pt; margin-left:18px; margin-bottom:4px; font-weight:normal; color: #369; }


/**************** product styles *****************/
.producttitle {font-size:14pt;padding: 0px 0px 0px 0px;font-family:Arial,Helvetica,sans-serif;color:#006633;font-weight:bold;letter-spacing: 0.1em;}
.productmfg { font-size:9pt; padding: 0px 0px 0px 0px; font-family:Arial,Helvetica,sans-serif; color:#587099; }
.productdesctitle { font-size:11pt; padding: 0px 0px 0px 0px; font-family:Arial,Helvetica,sans-serif; color:#444; font-weight:bold; }
.productdesc { font-size:11pt; padding: 0px 0px 0px 0px; font-family:Arial,Helvetica,sans-serif; color:#444; }
.producttline {border-top:1px solid #eee; border-bottom:1px solid #ccc; margin: 6px 0 0 -1px; }
.productchart { font-size:9pt;margin-top:1px; font-family:Arial,Helvetica,sans-serif; color:#697581; }
.product ul {
list-style: square;
margin-top: 3px;
margin-bottom: 6px;
margin-left: 16px;
padding-left:0px;
}
.productlist ul {
list-style: none;
list-style-image:url(/images/site/prod_bullet.gif) ;
margin-top: 3px;
margin-bottom: 6px;
margin-left: 16px;
padding-left:0px;
}

/**************** slideshow styles *****************/
.breadcrumb {
 margin:            15px 0 15px 6px;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 background-color:  transparent;
}
.paginate {
margin-left:6px;
color:#666666;
}
.slideshow-prevnext {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:125%;
color:#990000;
text-align:center;
}
.slideshow-prevnext a {
color:#990000;
}
.slideshow-head {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#333333;
font-size:125%;
}
.slideshow-desc {
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:115%;
}
.stats {
color:#999999;
font-size:9px;
}
.slideshowfeature tableBorder {
border: 1px solid #73737E;
}
.tableBorder {
border: 1px solid;
border-color:#D9E0EE;
}
.slideshowfeature th {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         12px;
 color:             #fff;
 font-weight:		normal;
 text-align:			left;
 padding:           3px 4px 3px 4px;
 background-color: #87A8BD;
}
.slideshowfeature td {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #000;
}
.photos {
  	background-image: url(/images/site/related_slideshow_sm.gif);
	background-repeat:no-repeat;
	padding:38px 0 0 7px;
	margin-bottom:-10px;
}


/**************** search styles *****************/

.pagecount {
/* font-family:		Arial,Helvetica,sans-serif;
 font-size:			12pt;
 color:				#666;
 font-weight:		normal;
 background-color: transparent;
 margin-top: 12px; */
}

.tablePad {
 padding:			3px 0px 5px 0px;
 background-color:	#fff;
}

.careerRowOne {
 font-family:		Arial, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			11pt;
 color:				#333;
 padding:           6px 6px 6px 8px;
 border-bottom:1px solid #CCCC99;
/* background-color:	#fff;*/
}
.careerRowTwo {
 font-family:       Arial, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11pt;
 color:             #333;
 padding:           6px 6px 6px 8px;
 border-bottom:1px solid #CCCC99;
/* background-color:	#F2F3E0;*/
}

a.hilite {
display: block;
margin: 4px 3px 0 8px;
padding: 2px 0 2px 0;
border: none;
color: #333;
text-decoration: none;
border-bottom: 1px solid #E8E000;
font-size:         11pt;
}
a.hilite:hover {
border-top: 1px solid #E8E000;
border-bottom: 1px solid #E8E000;
background-color: #F2EECC;
/*FCF6A9*/
padding: 1px 0 2px 0;
font-size:         11pt;
}
.blueplus {
color:#336699;
font-size:110%;
}

.resultRowOne {
 font-family:		Arial, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			10pt;
 color:				#000;
 padding:           6px 6px 6px 8px;
 background-color:	#DADADD;
}

.resultRowTwo {
 font-family:       Arial, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10pt;
 color:             #000;
 padding:           6px 6px 6px 8px;
 background-color:  #eee;
}

.resultLink {
 font-family:		Arial, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			10pt;
 color:				#39C;
}

.resultHead {
 font-family:		Arial, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size: 		10pt;
 font-weight: 		bold;
 color:				#000;
 padding: 			8px 0 8px 8px;
 border-bottom:		1px solid #999;
 background-color:	transparent;
}

.break {
font-size:1px;line-height:0px;
}

#sitelogo {
background-color: none;
background-image:  url(/images/site/cepro_logo2.gif);
background-repeat: no-repeat;
width:178;
height:58;
border:none;
margin:6px 0 -6px; 0;
}
/* hack for ie, other browsers use this css rule */
html>body #sitelogo {
background-image: url(/images/site/cepro_logo2.png);
}

#sitelogo-mini {
background-color: none;
background-image:  url(/images/site/cepro_ss.gif);
background-repeat: no-repeat;
width:230;
height:24;
border:none;
margin:6px 0 -6px; 0;
}
/* hack for ie, other browsers use this css rule */
html>body #sitelogo-mini {
background-image: url(/images/site/cepro_ss.png);
}

.bg-feature {}
html>body .bg-feature {background-image: url(/images/site/bg_white_gradient.png);background-repeat:repeat-y;}

.bg-comment {background-image:url(/images/site/bg_bubble.gif); background-repeat:no-repeat; background-position:right top;}
html>body .bg-comment {background-image: url(/images/site/bg_bubble.png);}

.bg-news {background-image:url(/images/site/bg_news.gif); background-repeat:no-repeat; background-position:right top;}
html>body .bg-news {background-image: url(/images/site/bg_news.png);}

.bg-search {background-image:url(/images/site/bg_search.gif); background-repeat:no-repeat; background-position:right top;}
html>body .bg-search {background-image: url(/images/site/bg_search.png);}

.bg-box {background-image:url(/images/site/bg_box.gif); background-repeat:no-repeat; background-position:right top;}
html>body .bg-box {background-image: url(/images/site/bg_box.png);}

.bg-cal {background-image:url(/images/site/bg_cal.gif); background-repeat:no-repeat; background-position:right top;}
html>body .bg-cal {background-image: url(/images/site/bg_cal.png);}

.bg-ss {background-image:url(/images/site/bg_ss.gif); background-repeat:no-repeat; background-position:right top;}
html>body .bg-ss {background-image: url(/images/site/bg_ss.png);}

.bg-career {background-image:url(/images/site/bg_career.gif); background-repeat:no-repeat; background-position:right top;}
html>body .bg-career {background-image: url(/images/site/bg_career.png);}

.bg-career2 {background-image:url(/images/site/bg_career2.gif); background-repeat:no-repeat; background-position:right top;}
html>body .bg-career2 {background-image: url(/images/site/bg_career2.png);}
.bg-career2 ul li {
 list-style-image:url(/images/site/car_bullet.gif);
 font-size:85%;color:#333;
 margin:0 0 0 -20px;
 padding:0 0 0 -10px;
 margin-bottom:8px;
 padding-right:10px;}

.bg-pc {background-image:url(/images/site/bluehr.gif); background-repeat:no-repeat; background-position:right top;}
html>body .bg-pc {background-image: url(/images/site/bluehr.gif);}


.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(/images/site/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(/images/site/star_small.gif);
	line-height: 10px;
	height: 10px;
}

.bg-prodnav {
border-left:#fff solid 0px;
}
/* hack for ie, other browsers use this css rule */
html>body .bg-prodnav {
background-image:url(/images/site/bg_pagenavbbb2.jpg);
background-repeat:repeat-x;
background-color:#aacffb;
}

#ehxpromo a{
	color: #AA9933;
}
#ehxpromo a:hover{
	text-decoration: none;
	color:#fff;
}

a.rolloverButton2 {
display:block;width: 176px; height: 34px; background: transparent url(/images/site/entertoday_button.gif) no-repeat;
}
a.rolloverButton2:hover {
background-position: -176px 0px;text-decoration:none;
}

/********************* end **********************/

