div#featureArea div {
	height: 165px;
	background: #f0f0f0 url(/wwe/community/images/feature_community.jpg) no-repeat 0 0;
}
div#featureArea h2 {
	margin-left: 400px;	
}
div#featureArea h3,
div#featureArea p {
	margin-left: 400px;
	
}
body#customers div#midCol img {
	float: right;
	margin-top: -25px;
}

div#related-nav ul.nav-customer-story { display: none; }

body#customers #lowerArea img { margin-top: 15px !important; max-width: 150px; max-height: 150px; margin-left: 10px; }


/* PRODUCTHEADER */
#productheader { position: relative; border-bottom: none; padding: 1em 0 0.2em; overflow: hidden; width: 980px; margin: 0 auto; *height: 32px; }
#productheader h1,

#productheader h2 { 
	font-size: 22px; 
	color: #7b7a7b; 
	font-weight: 400;
	line-height: 32px; 
	display: inline; 
	float: left; 
	margin: 1px 0 6px 8px; 
	padding: 0; 
	margin-bottom: 6px 
	!important; 
	}

#productheader h1 a, 
#productheader h2 a { 
	line-height: 32px; 
	background-position: 0 0; 
	background-repeat: no-repeat; 
	color: #888; 
	display: block; 
	font-weight: normal; 
	height: 32px; 
	position: relative; 
	outline: none; 
	text-decoration: none; 	
	}
body#overview #productheader h1 a, 
body#overview #productheader h2 a { cursor: default; }

#productheader ul { display: inline; float: right; margin: 0; font-size: 12px; color: #050505;  }
#productheader ul li { display: inline; }
#productheader ul li a { color: #000; float: left !important; margin-top: 1em; margin-left: 20px; margin-right: 28px; padding: 0; text-decoration: none; }
#productheader ul li a:hover { color: #08c; }


.input-button {
display: inline-block;
height: 24px;
vertical-align: bottom;
*vertical-align: middle;	/* only for IE */
background: white url('../images/btImg-right.gif') no-repeat right top;
cursor: pointer;
}

.input-button:hover {
display: inline-block;
height: 24px;
vertical-align: bottom;
*vertical-align: middle;	/* only for IE */
background: white url('../images/btImg-right.gif') no-repeat right bottom;
cursor: pointer;
}

.input-button .inner {
display: block;
display: inline-block; /* only for IE6 */
font-size: 12px;
font-family: arial;
line-height: 24px;
padding: 0 20px;
height: 100%;
color: #000000;
background: url('../images/btImg-left.gif') no-repeat left top;
overflow: hidden;
position: relative;
}

.input-button .inner:hover {
display: block;
display: inline-block; /* only for IE6 */
font-size: 12px;
font-family: arial;
line-height: 24px;
padding: 0 20px;
height: 100%;
color: white;
background: url('../images/btImg-left.gif') no-repeat left bottom;
overflow: hidden;
position: relative;
}

.input-button input {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0); /* only for IE */
}

.input-button:link, .input-button:visited, .input-button:hover, .input-button:active {
color: black;
text-decoration: none;
}


/*---*/

div#midCol {
float:left;
margin:0;
padding:0;
width:700px;
}






div#rightCol {
float:right;
margin:0;
width:225px;
margin-right: 12px;
}
#browse {
	margin-top: 24px;
    background:transparent url(../images/browse_bg.png) no-repeat scroll 0pt 100%;
    height:auto;    
}
#browse h2 {
    background:transparent url(../images/browse_headerbg.png) no-repeat scroll 50% 0pt;
    height:25px;
    margin-bottom:0pt;
    overflow:hidden;
    position:relative;
    text-indent:12px;
    padding-top: 5px;
    color: #020202;
    font-size: 12px;
    font-weight:600;
}
#browse ul li a {
	background:transparent url(../images/right_carat.gif) no-repeat scroll 96% center;
	display:block;
	padding:7px 0px 8px;
}
#browse ul li a:hover{
	background:transparent url(../images/right_carat_a.gif) no-repeat scroll 96% center;
	display:block;
	padding:7px 0px 8px;
	text-decoration: none;
}
#browse ul li {
	border-bottom:1px solid #D5D5D5;
}
#browse ul li.last{
	border-bottom: none;
}