@charset "UTF-8";
/* CSS Document */


/* a img, :link img, :visited img {border: 0;} */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {list-style: none;}


/* Global elements */

body {/*background:#e0e0e0;*/} /* !important the important flag is just to combat rb-global.css on legacy pages */

a, a:link, a:hover {
	color: #1e5b7e;
	text-decoration:none;
	-moz-outline:none;
	cursor:pointer;
}

a:hover {text-decoration:underline;}

a:visited {color:#003B6B;}

b, strong {font-weight:bold;}

h1, h2, h3{
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font:bold 190% Georgia, "Times New Roman", Times, serif;
	color:#8c0000;
	border-bottom:1px solid #8c0000;
	padding:0 10px 6px 0;
	margin:0 0 0px 0;
}



h2 span {
	padding:0 5px 0 0;
}

h3 {font-size: 153%;}

a.readMore{
	font-weight:bold;
	background:url(/images/site/187.gif) 100% 50% no-repeat;
	padding-right:10px;
	font-size:100%;
}


#rb_bodyWrap {
	margin:0;
/*
	padding-top:194px;
*/
	position:relative;
	min-width:996px;
	_display:inline-block;/**Trigger hasLayout for IE6 peek-a-boo bug**/
}

#rb_bodyWrap {
/*		padding-top:154px !important;
*/
background:url(/images/site/bgBody.gif) repeat-y scroll 50% 0;
}


#rb_shell {
	margin:0px auto;
	font:80% Arial, Helvetica, sans-serif;
	background:url(/images/site/bgBody.gif) 50% 0 repeat-y;
}

#rb_content {
	width:980px;
	padding:0px 2px;
	margin:0 auto;
	position:relative;
	background:url(/images/site/hrw.gif) center bottom no-repeat;
	color:#353535;
}

#contentMain {
	width:780px;
	float:right;
	padding:20px 20px 40px 0px;
}

#contentBody {
	width:460px;
	float:left;
	margin:0;
	padding:0;
}

#contentBody.noNav {
	width:655px;
	margin:0 10px 0 0;
	float:left;
}

#contentNav {
	width:140px;
	float:left;
	padding:20px 0px 0px 20px;
}

#contentAux {
	width:300px;
	float:right;
}

/* Header */

#rb_header {
	height:191px;
	position: absolute;
	top:0;
	width:100%;
}

/* Clearfix */	
#rb_content:after,
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#rb_content,
.clearfix {
*display: inline-block;
}



/** Tabbed Section **/

.tabbedPromoUnit{
	margin:20px 0px;
	padding:14px 0px;
	position:relative;
}

.tabbedPromoUnit .tabs{
}

.tabbedPromoUnit .tabs li{
	float:left;
	margin-right:3px;
	font-weight:bold;
	cursor:pointer;
	color:#222;  
	position:relative;	
	background-color:#eee;
	z-index:30;
	margin-bottom:-1px;
	border:#96a5b3 solid 1px;
	border-bottom:0;
}

.tabbedPromoUnit .tabs li a{
	display:block;
	*display:inline-block;
	height:15px;
	padding:6px 10px 6px 10px;
	color:#555;
	/*background:#f3f3f3 url(/images/site/sitenav.png) left no-repeat;*/
	_background:#f3f3f3;
  	/*_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="/images/site/sitenav.png");*/
	overflow:hidden;
	font-weight:bold;
	text-decoration:none;
}

.tabbedPromoUnit .tabs li.selected{z-index:50;}

.tabbedPromoUnit .tabs li.selected a{
	background-color:#C9D6E4;
	/* background-color:#fc0;*/
	color:#222;
}

.tabbedPromoUnit .tabs li a:hover{
	background-color:#C9D6E4;
	/* background-color:#fc0;*/
	color:#222;
}

.tabbedPromoUnit .content{
	border:#96a5b3 solid 1px;
	/*padding:10px 15px 10px 12px;*/
	margin-right:0px;
	background:transparent url(/images/site/site1tabLine.gif) top repeat-x;
	position:relative;
	z-index:40;
}

.tabbedPromoUnit .hidden{display:none;}

.tabbedPromoUnit .content li{
	background:transparent url(http://i.i.com.com/cnwk.1d/i/tiburon/hh/dot3.gif) repeat-x scroll left bottom;
	padding:5px 0px;
	_padding:7px 0px;
}

.tabbedPromoUnit .content li.last{
	background:none;
	clear:right;
	padding-bottom:0;
}

.tabbedPromoUnit a.readMore{float:right;}

/* Clearfix */
.tabbedPromoUnit .tabs:after,
.featured.today .slot1 li:after,
.featured:after,
.popularTopics:after,
.brandDetails:after,
.oneAssetPromo:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tabbedPromoUnit .tabs,
.popularTopics,
.brandDetails,
.oneAssetPromo {
	*display: inline-block;
}

a.readMoreHed {
	background:url(/images/site/187.gif) 100% 50% no-repeat;
	font-size:91%;
	font-weight:bold;
	padding:0 10px 0 0;
	position:absolute;
	top:20px;
	right:20px;
	float:right;
	_display:inline-block;
}

.featured{
	background:url(/images/site/hr.gif) bottom no-repeat;
	padding:0px 0px 30px 20px;
	position:relative;
}

