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

#welcome
{
	background: url(../images/welcome_bg.gif) repeat 0% 0%;
	width: 543px;
	height: 315px;
	margin-left: auto;
	margin-right: auto;
}

#welcome h2, p
{
	margin-left: 20px;
	margin-right: 20px;
}

#main_container
{
	float: left;
	display: inline;
/*	border-left: 4px solid #000;
	border-right: 4px solid #000;_table
	border-bottom: 4px solid #000; */
	text-align: left;
}

/*
LEFT HAND COLUMN
*/
#left_ver_div{
	width: 854px;
	display: inline;
	float: left;
/*	padding-left: 4px; */
}

#left_cont_div
{
/*	background: #000 url(../images/black_s.gif) repeat 0% 0%; */
	background: #FFF;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

/* HACK Hide from IE5-mac. Only IE-win sees this. HACK\*/
 
* html #left_cont_div {
  margin-top: -3px;
  }

/* HACK End hide from IE5/mac HACK */



.blog_box {
	width: 854px;
/*	background-color:#333;*/
/*	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 4px;	*/
/*	border-bottom: 1px solid #b50000; */
}

.blog_box_header {
	background: #b0b0b0 url(../images/blog_box_header.gif) no-repeat 0% 0%;
/*	height: 60px; */
	padding-left: 64px;
	padding-right: 64px;
	padding-top: 4px;
	padding-bottom: 24px;
}



.blog_box_header  a.headlink{
	text-decoration: none;
	font-weight: normal;
}
.blog_box_header a.headlink:hover{
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

.blog_box_header a.datelink{
	color: #606060;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
.blog_box_header a.datelink:hover{
	color: #606060;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}




.blog_box_content {
	background: url(../images/blog_box_content.gif) no-repeat 0% 0%;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	
	padding-top: 16px;
	padding-left: 64px;
	padding-right: 64px;
}

.blog_box_footer {
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	text-align: center;
}




.blog_item_box {
	background: url(../images/blog_item_bgnd.gif) no-repeat 0% 0%;
	position: relative;
	height: 93px;
}

.blog_item_icon{
	width: 77px;
	height: 77px;
	position: absolute;
	left: 8px;
	top: 8px; 
}

.blog_item_text{
	width: 619px;	
	height: 80px;
	position: absolute;
	left: 93px;
	top: 8px; 
}

.blog_item_title{
	width: 619px;	
	height: 16px;
	position: absolute;
	left:0px;
	top: 0px; 
	color: #000000;
	font-size:14px;
	font-weight: bold;
}

.blog_item_desc{
	width: 619px;	
	height: 64px;
	position: absolute;
	left: 0px;
	top: 16px; 
}

.blog_item_date{
	position: absolute;
	left: 0px;
	bottom: 0px; 
}
.blog_item_more{
	color: #B50000;
	font-weight: bold;
	position: absolute;
	right: 0px;
	bottom: 0px; 
}

.blog_item_box a:hover
{


}



.blog_item_icon img{
	border: none;
}

.blog_item_links{
	clear: both;
}


#main_banner
{

	height: 208px;
	display: inline;
	padding: 0px;
	margin: 0px;

}

#main_banner_image_row
{
	margin-top: 0px;
	width: 854px;
	height: 208px;
}

/* HACK Hide from IE5-mac. Only IE-win sees this. HACK\*/
 
* html #main_banner_image_row
{
	margin-top: 0px;
	width: 854px;
	height: 208px;
}





#main_banner_image_shadow
{
	width: 568px;
	height: 8px;
	background: url(../images/main_banner_bottom.jpg) no-repeat 0% 0%;
}


/* HACK Hide from IE5-mac. Only IE-win sees this. HACK\*/
 
* html #main_banner_image_shadow {
	margin-top: 0px;
	width: 568px;
	height: 8px;
	background: url(../images/main_banner_bottom.jpg) no-repeat 0% 0%;

}

/* HACK End hide from IE5/mac HACK */


#main_banner_image_shadow_static
{
	width: 568px;
	height: 8px;
	background: url(../images/main_banner_bottom.jpg) no-repeat 0% 0%;
}


/* HACK Hide from IE5-mac. Only IE-win sees this. HACK\*/
 
* html #main_banner_image_shadow_static {
	margin-top: -3px;
}

/* HACK End hide from IE5/mac HACK */

#left_cont_top
{
	height: 29px;
	background: url(../images/left_cont_top.gif) no-repeat 0% 0%;
	margin-top: 9px;
	padding-left: 64px;
	padding-top: 11px;
	font-size: 200%;
	font-weight: bold;
}

/* HACK End hide from IE5/mac HACK */



#left_cont_div img
{
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:	none;	
}

#left_cont_div span img
{
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
}




#left_cont_div object
{
	display: block;
	margin-left: auto;
	margin-right: auto;	
	border: 1px solid #000000;
}



.leftNavText {
	color: #000000;
	font-weight: bold;
}

.blog_box span.blogTitle{
/*	font-weight: bold; */
	font-size: 180%;
	margin-bottom: 4px;
	color: #FFF;
}

.article_previous{
	background:transparent url(/images/blog_olderoff.gif) no-repeat scroll 100% 50%;
	display: block;
	float: right;
	text-align: right;
	padding-right: 48px;	
	width: 160px;
	height: 21px;
}

.article_previous  a:active{
	background:transparent url(/images/blog_older.gif) no-repeat scroll 100% 50%;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;	
}
.article_previous a:link{
	background:transparent url(/images/blog_olderoff.gif) no-repeat scroll 100% 50%;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.article_previous:visited{
	background:transparent url(/images/blog_olderoff.gif) no-repeat scroll 100% 50%;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.article_previous:hover{
	background:transparent url(/images/blog_older.gif) no-repeat scroll 100% 50%;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.article_previous_none{
	background:transparent url(/images/blog_oldernone.gif) no-repeat scroll 100% 50%;
	display: block;
	float: right;
	text-align: right;
	padding-right: 48px;
	width: 160px;
	height: 21px;
	color: #000000;
	font-weight: normal;	
}

.article_next{
	background:transparent url(/images/blog_neweroff.gif) no-repeat scroll 0pt 50%;
	display: block;
	float: left;
	text-align: left;
	padding-left: 48px;
	
	width: 160px;
	height: 21px;
	color: #000000;
	font-weight: bold;	
}

.article_next  a:active{
	background:transparent url(/images/blog_newer.gif) no-repeat scroll 0% 50%;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;	
}
.article_next a:link{
	background:transparent url(/images/blog_neweroff.gif) no-repeat scroll 0% 50%;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.article_next:visited{
	background:transparent url(/images/blog_neweroff.gif) no-repeat scroll 0% 50%;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.article_next:hover{
	background:transparent url(/images/blog_newer.gif) no-repeat scroll 0% 50%;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.article_next_none{
	background:transparent url(/images/blog_newernone.gif) no-repeat scroll 100% 50%;
	display: block;
	float: left;
	text-align: left;
	padding-left: 48px;
	width: 160px;
	height: 21px;
	font-weight: normal;
}


/*
RIGHT HAND COLUMN
*/
#right_ver_div{
	width: 253px;
/*	height: 600px;*/
/*	background: #E4E0D7 url(/images/beige_s.gif) repeat-y 0% 0%; */
	float: right;
/*	padding-right: 9px;*/
}

.rnav_table{
	color: #FFF;
}

#post_form{

/* stops unwanted space after form in IE */

	display: inline;
}

#right_ver_div p {
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 8px;
}

#right_ver_div  a:active{
	color: #B50000;
	text-decoration: none;
	font-weight: bold;
}
#right_ver_div  a:link{
	
	color: #B50000;
	text-decoration: none;
	font-weight: bold;
	
}
#right_ver_div  a:visited{
	color: #B50000;
	text-decoration: none;
	font-weight: bold;
}
#right_ver_div  a:hover{
	color: #E20000;
	text-decoration: underline;
	font-weight: bold;
}

#right_ver_div a.linkstyle:link
{
	color: #b50000;
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
}
#right_ver_div a.linkstyle:visited
{
	color: #b50000;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}
#right_ver_div a.linkstyle:hover
{
	color: #E20000;
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
}
#right_ver_div a.linkstyle:active
{
	color: #b50000;
	font-weight: normal;
	cursor: pointer;
} 













#top_hoz_div
{
	width: 846px;
	border-bottom: 4px solid #000;
	display: inline;
	float: left;
	background: #E4E0D7 url(../images/home_top_bg.jpg) no-repeat 0% 100%;
}
#left_top_div
{
/*	margin-left: 4px;
	margin-right: 2px;
	margin-top: 4px;
	margin-bottom: 4px;*/
	width: 564px;
	display: inline;
	float: left;
}
#right_top_div
{
	margin-left: 2px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 429px;
	height: 248px;
	display: inline;
	float: left;
	position: relative;
	background: #E4E0D7 url(../images/rfeature_01.jpg) no-repeat 0% 100%;
}
#right_top_timer_div
{
	position: absolute;
	bottom: 0;
	right: 0;
}
#right_top_timer_title_div
{
	width: 160px;
	display: inline;
	float: left;
	color: #000;
	margin-bottom: 4px;
	padding-top: 14px;
	font-weight: bold;
	text-align: left;
	font-weight: bold;
	font-size: 125%;
}
#cntdwn
{
	padding: 0px;
	margin: 0px;
	display: inline;
	float: left;
}
#right_top_timer_item_left_div
{
	width: 80px;
	display: inline;
	float: left;
	color: #660000;
	font-weight: bold;
	text-align: right;
}
#right_top_timer_item_right_div
{
	width: 80px;
	display: inline;
	float: left;
	color: #000;
	text-align: left;
}
#right_top_div img
{
	display: block;
}
#bot_hoz_div
{
	width: 846px;
	display: inline;
	float: left;
	background: #E9E5DB url(../images/bg_content03.gif) repeat-y;
}
#bot_hoz_div h1
{
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 0px;
	padding-left: 2px;
	padding-right: 4px;
	padding-top: 4px;
	font-size: 12px;
	border-bottom: 1px dashed #666;
}
#bot_hoz_div h2
{
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 0px;
	padding-left: 2px;
	padding-right: 4px;
	padding-top: 4px;
	font-size: 12px;
	color: #FFF;
	border-bottom: 1px dashed #CCC;
}
#left_bot_div
{
	margin-top: 4px;
	margin-bottom: 4px;
	width: 409px;
	display: inline;
	float: left;
}
#mid_bot_div
{
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 217px;
	display: inline;
	float: left;
}
#right_bot_div
{
	margin-top: 4px;
	width: 216px;
	display: inline;
	float: left;
	color: #000000;
}
#right_bot_div p
{
	padding-left: 4px;
	padding-right: 4px;
}

#home_content
{
	width: 854px;
	color: #000;
	float: left;
	display: inline;
}

.spacerdash {
	border-bottom: 1px dashed #FFF;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left:0px;
	padding-right:0px;
	margin-left:4px;
	margin-right:4px;
	margin-bottom:4px;
}
.teaser_link_div
{
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	border-bottom: 1px dashed #FFF;
	float: left;
}
.teaser_link_div a
{
	text-decoration: none;
}
.teaser_link_img
{
	display: block;
	float: left;
	border: 1px dotted #EFD683;
}
.teaser_link_img:hover
{
	border: 1px dotted #E2B421;
}
.teaser_link_img img
{
	display: block;
}
.teaserlink_text_div
{
	display: inline;
	float: left;
	color: #FFF;
	padding-left: 4px;
	padding-top: 0px;
	width: 500px;
}
.teaserlink_text_div p
{
	padding-top: 2px;
	margin: 0px;
}
#teaser_link_title
{
	padding-top: 0px;
	font-weight: bold;
	color: #b50000;
}
#teaser_link_title_no_link
{
	padding-top: 0px;
	font-weight: bold;
	color: #000;
}
#teaser_link_title:hover
{
	padding-top: 0px;
	font-weight: bold;
	text-decoration: underline;
	color: #e20000;
}
#teaser_link
{

	text-decoration: none;
}
#teaser_link:visited
{

	text-decoration: none;
}
#teaser_link:hover
{

	text-decoration: underline;
}
#teaser_link:active
{

	text-decoration: none;
}
.breaker{
	clear: both;
}



div.side_bar_txt_top
{
	height:	16px;
	width:	256px;
	background: url(/images/side_bar_txt_top.gif) no-repeat 0% 0%;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
}

div.side_bar_txt_body
{
	width:	256px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	padding-bottom: 0px;
	background: #000000;
}


#side_bar_txt_body_table
{
	margin-left: 16px;
	text-align: left;
}

#side_bar_txt_body_table_360
{
	margin-left: 16px;
	background: url(/images/side_bar_top10_360_logo.gif) no-repeat 0% 100%;

}

#side_bar_txt_body_table_ps3
{
	margin-left: 16px;
	background: url(/images/side_bar_top10_ps3_logo.gif) no-repeat 0% 100%;

}





div.side_bar_bot
{
	height:	28px;
	width:	256px;
	padding-left: 8px;
	padding-right: 8px;
	background: url(/images/side_bar_bot.gif) no-repeat 0% 0%;
	margin-bottom: 16px;
}



div.side_bar_gfx_bot_no_text
{
	height:	25px;
	width:	256px;
	padding-left: 8px;
	padding-right: 8px;
	background: url(/images/side_bar_gfx_bot_no_text.gif) no-repeat 0% 0%;
	margin-bottom: 16px;
}


div.side_bar_gfx_top
{
	height:	16px;
	width:	256px;
	background: url(/images/side_bar_gfx_top.gif) no-repeat 0% 0%;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
}

div.side_bar_gfx_frm
{
	height:	236px;
	width:	256px;
	background: url(/images/side_bar_gfx_frm_bgnd.gif) no-repeat 0% 0%;
	padding: 0px;
	margin: 0px;
}


div.side_bar_gfx_frm img
{
/*	height:	236px;
	width:	236px; */
	margin-top: 0px;
	margin-right: 0px;
	margin-left:	0px;
	display: block;
}

#side_bar_large_image
{
	height:	236px;
	width:	236px;
	margin-left: 2px;
}



div.side_bar_gfx_frm_bot
{
/*	height:	16px; */
	width:	256px;
	padding-top: 15px;
	background: #000 url(/images/side_bar_gfx_frm_bot.gif) no-repeat 0% 0%;
}

.right_nav_icon
{

	vertical-align: middle;

}

div.side_bar_gfx_webcam
{
	height:	177px;
	width:	256px;
	background: url(/images/side_bar_gfx_frm_webcam.gif) no-repeat 0% 0%;
	padding: 0px;
	margin: 0px;
}

div.side_bar_gfx_webcam img
{
/*	height:	177px;
	width:	236px;	*/
	margin-top: 0px;
	margin-right: 0px;
	margin-left:	0px;
	display: block;
}

#side_bar_webcam_image
{
	height:	177px;
	width:	236px;
	margin-left: 2px;
}

/* ################### */
/* Used for countdowns */
/* ################### */
#countdown{
	background: #CCC url(../images/main_banner_21.jpg) no-repeat;
	height: 262px;
	width: 564px;
}
#c_countdown{
	background: #CCC url(../images/main_banner_cagney.jpg) no-repeat;
	height: 262px;
	width: 564px;
}
#d_countdown{
	background: #CCC url(../images/main_banner_cagney.jpg) no-repeat;
	height: 262px;
	width: 564px;
}
#e_countdown{
	background: #CCC url(../images/main_banner_cagney.jpg) no-repeat;
	height: 262px;
	width: 564px;
}
#alignBottom{
	display:inline;
	float:left;
	position: relative;
	left: 10px;
	top: 90%;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
div.side_bar_PSB_top
{
	height: 60px;
	width: 256px;
	background: url(/images/side_bar_PSB_top.gif) no-repeat 0% 0%;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 12px;
}
/* ################## */
/* Social Bookmarking */
/* ################## */
.delicious {
	background:transparent url(/images/delicioussmalloff.gif) no-repeat scroll 0pt 50%;
	margin-left:3px;
	padding:0pt 0pt 0pt 19px;
	color:#B50000;
	font-weight:bold;
	text-decoration:none;
	width: 20px;
}
.delicious:hover {
	background:transparent url(/images/delicioussmall.gif) no-repeat scroll 0pt 50%;
	margin-left:3px;
	padding:0pt 0pt 0pt 19px;
	color:#E20000;
	font-weight:bold;
	text-decoration:none;
/*	text-decoration:underline;*/
	width: 20px;
}
.digg {
	background:transparent url(/images/diggiconoff.gif) no-repeat scroll 0pt 50%;
	margin-left:3px;
	padding:0pt 0pt 0pt 19px;
	color:#B50000;
	font-weight:bold;
	text-decoration:none;
	width: 20px;
}
.digg:hover {
	background:transparent url(/images/diggicon.gif) no-repeat scroll 0pt 50%;
	margin-left:3px;
	padding:0pt 0pt 0pt 19px;
	color:#E20000;
	font-weight:bold;
	text-decoration:none;
/*	text-decoration:underline;*/
	width: 20px;
}
.reddit {
	background:transparent url(/images/reddit_iconoff.gif) no-repeat scroll 0pt 50%;
	margin-left:3px;
	padding:0pt 0pt 0pt 19px;
	color:#B50000;
	font-weight:bold;
	text-decoration:none;
	width: 20px;
}
.reddit:hover {
	background:transparent url(/images/reddit_icon.gif) no-repeat scroll 0pt 50%;
	margin-left:3px;
	padding:0pt 0pt 0pt 19px;
	color:#E20000;
	font-weight:bold;
	text-decoration:none;
/*	text-decoration:underline;*/
	width: 20px;
}
.facebook {
	background:transparent url(/images/facebook_iconoff.gif) no-repeat scroll 0pt 50%;
	margin-left:3px;
	padding:0pt 0pt 0pt 19px;
	color:#B50000;
	font-weight:bold;
	text-decoration:none;
	width: 20px;
}
.facebook:hover {
	background:transparent url(/images/facebook_icon.gif) no-repeat scroll 0pt 50%;
	margin-left:3px;
	padding:0pt 0pt 0pt 19px;
	color:#E20000;
	font-weight:bold;
	text-decoration:none;
/*	text-decoration:underline;*/
	width: 20px;
}
.stumble {
	background:transparent url(/images/stumbleupon_iconoff.gif) no-repeat scroll 0pt 50%;
	margin-left:3px;
	padding:0pt 0pt 0pt 19px;
	color:#B50000;
	font-weight:bold;
	text-decoration:none;
	width: 20px;
}
.stumble:hover {
	background:transparent url(/images/stumbleupon_icon.gif) no-repeat scroll 0pt 50%;
	margin-left:3px;
	padding:0pt 0pt 0pt 19px;
	color:#E20000;
	font-weight:bold;
	text-decoration:none;
/*	text-decoration:underline;*/
	width: 20px;
}
.n4g {
	background:transparent url(/images/n4g_iconoff.gif) no-repeat scroll 0pt 50%;
	margin-left:3px;
	padding:0pt 0pt 0pt 19px;
	color:#B50000;
	font-weight:bold;
	text-decoration:none;
	width: 20px;
}
.n4g:hover {
	background:transparent url(/images/n4g_icon.gif) no-repeat scroll 0pt 50%;
	margin-left:3px;
	padding:0pt 0pt 0pt 19px;
	color:#E20000;
	font-weight:bold;
	text-decoration:none;
/*	text-decoration:underline;*/
	width: 20px;
}



.blog_item_big_box {
	background: url(../images/blog_item_bgnd.gif) no-repeat 0% 0%;
	position: relative;
	height: 162px;
}

.blog_item_big_icon{
	width: 258px;
	height: 146px;
	position: absolute;
	left: 8px;
	top: 8px; 
}

.blog_item_big_text{
	width: 438px;	
	height: 149px;
	position: absolute;
	left: 274px;
	top: 8px; 
}

.blog_item_big_title{
	width: 438px;	
	height: 16px;
	position: absolute;
	left:0px;
	top: 0px; 
	color: #000000;
	font-size:14px;
	font-weight: bold;
}

.blog_item_big_desc{
	width: 438px;	
	height: 130px;
	position: absolute;
	left: 0px;
	top: 16px; 
}

.blog_item_big_date{
	position: absolute;
	left: 0px;
	bottom: 0px; 
}

.blog_item_big_more{
	color: #B50000;
	font-weight: bold;
	position: absolute;
	right: 0px;
	bottom: 0px; 
}

.blog_item_big_box a:hover
{

}

.blog_item_big_icon img{
	border: none;
}

.blog_item_big_links{
	clear: both;
}


.fiveitem_row
{
	width 854px;
	height: 312px;
	display: block;
	background: transparent url(../images/index/bot_row_bgnd.gif) repeat-x ;
	position: relative;
}


.fiveitem_box_left
{
	display: inline;
	float: left;
	width: 170px;
	height: 280px;
	border-right: 1px solid #B0B0B0;
	position: relative;
	margin-top: 32px;
}

.fiveitem_box_left_no_border
{
	display: inline;
	float: left;
	width: 171px;
	height: 280px;
	border-right: none;
	position: relative;
	margin-top: 32px;
}

.fiveitem_box
{
	display: inline;
	float: left;
	width: 170px;
	height: 280px;
	border-right: 1px solid #B0B0B0;
	position: relative;
	margin-top: 32px;
}

.fiveitem_box_no_border
{
	display: inline;
	float: left;
	width: 171px;
	height: 280px;
	border-right: none;
	position: relative;
	margin-top: 32px;
}


.fiveitem_box_right
{
	display: inline;
	float: left;
	width: 170px;
	height: 280px;
	position: relative;
	margin-top: 32px;
}

.fiveitem_box_title
{
	position: absolute;
	top: 16px;
	left: 10px;
	width: 150px;
	height: 48px;
	text-align: center;

	font-size: 14px;
}

.fiveitem_box_title a:link
{
	font-weight: bold;
}
.fiveitem_box_title a:visited
{
	font-weight: bold;
}
.fiveitem_box_title  a:hover
{
	font-weight: bold;
}
.fiveitem_box_title  a:active
{
	font-weight: bold;
}


.fiveitem_box_image
{
	position: absolute;
	top: 36px;
	left: 21px;
	width: 128px;
	height: 192px;
}

.fiveitem_box_info_l
{
	position: absolute;
	top: 224px;
	left: 16px;
	text-align: center;
	width: 63px;
	height: 32px;
}

.fiveitem_box_info_r
{
	position: absolute;
	top: 224px;
	right: 16px;
	text-align: center;
	width: 63px;
	height: 32px;
}


.fiveitem_heading_row
{
	position: relative;
	font-size:18px;
	font-weight: bold;
}

.fiveitem_heading_1
{
	position: absolute;
	top: 8px;
	left: 15px;
}

.fiveitem_heading_2
{
	position: absolute;
	top: 8px;
	left: 186px;
}

.fiveitem_heading_3
{
	position: absolute;
	top: 8px;
	left: 356px;
}

.fiveitem_heading_4
{
	position: absolute;
	top: 8px;
	left: 526px;
}

.fiveitem_heading_5
{
	position: absolute;
	top: 8px;
	left: 696px;
}


.retailer_header
{
	background-color: #B0B0B0;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	height: 32px;
	padding: 4px;
}
.retailer_head_name
{

	width: 466px;
	float: left;
	text-align: left;
}
.retailer_head_price
{

	width: 100px;
	float: left;
	text-align: center;
}
.retailer_head_pandp
{

	width: 150px;
	float: left;
	text-align: center;
}
.retailer_box
{
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	height: 64px;

}
.retailer_name
{
	width: 166px;
	float: left;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 64px;

}


.retailer_msg
{
	width: 300px;
	float: left;
	text-align: left;
	border-right: 1px solid #b0b0b0;
	height: 64px;

}
.retailer_price
{

	width: 100px;
	float: left;
	text-align: center;
	border-right: 1px solid #b0b0b0;
	height: 64px;


	font-size: 120%;
	font-weight: bold;
	line-height: 150%;
}
.retailer_price span
{
	font-size: 80%;
	font-weight: normal;

}
.retailer_pandp
{

	width: 150px;
	float: left;
	text-align: center;
	height: 64px;
	line-height: 150%;

	font-size: 120%;
	font-weight: bold;

}

.retailer_pandp a:active
{
	background-color: #bdbdbd;
	border-top: 2px solid #e6e6e6;
	border-right: 2px solid #ababab;
	border-bottom: 2px solid #ababab;
	border-left: 2px solid #e6e6e6;
	color: #000; 
}
.retailer_pandp a:link
{
	background-color: #424242;
	color: #fbfbfb;
	
	border-top: 2px solid #545454;
	border-right: 2px solid #3d3d3d;
	border-bottom: 2px solid #3d3d3d;
	border-left: 2px solid #545454;
	text-decoration: none;
	font-weight: bold;

}
.retailer_pandp a:visited
{

	background-color: #424242;
	color: #fbfbfb;
	border-top: 2px solid #545454;
	border-right: 2px solid #3d3d3d;
	border-bottom: 2px solid #3d3d3d;
	border-left: 2px solid #545454;
	text-decoration: none;
	font-weight: bold;

}
.retailer_pandp a:hover
{
	background-color: #bdbdbd;
	border-top: 2px solid #e6e6e6;
	border-right: 2px solid #ababab;
	border-bottom: 2px solid #ababab;
	border-left: 2px solid #e6e6e6;
	color: #000; 
}


#search_string
{
	border: 1px solid #FFF;
	color: #FFF;
	background: #a6a6a6;
	width: 192px;
	text-decoration: none;
	vertical-align: middle;
}

#search_string_button
{
	font-size: 12px;
	background-color: #bdbdbd;
	border-top: 2px solid #e6e6e6;
	border-right: 2px solid #ababab;
	border-bottom: 2px solid #ababab;
	border-left: 2px solid #e6e6e6;
	color: #000; 
	vertical-align: middle;
	padding: 1px 8px 1px 8px;
	text-decoration: none;
}

.blog_box_2col
{
	width: 100%;
}

.blog_box_2col_1
{
	width: 50%;
	float: left;
	display: inline;
}

.blog_box_2col_2
{
	width: 50%;
	float: right;
	display: inline;
}






#main_banner_videobox_3col
{
	margin-top: 0px;
	width: 854px;
	height: 400px;
}

#main_banner_videobox_3col_l
{
	width: 107px;
/*	background-color: #FF00FF; */
	float: left;
	display: inline;
	height: 100%;	
}

#main_banner_videobox_3col_video
{
	width: 640px;
	display: inline;
	float: left;
/*	background-color: #b50000;	 */
	height: 100%;
}

#main_banner_videobox_3col_r
{
	width: 107px;
/*	background-color: #00FF00; */
	float: left;
	display: inline;
	height: 100%;
}



#main_banner_videobox_2col
{
	margin-top: 0px;
	width: 854px;
	height: 400px;
}

#main_banner_videobox_2col_video
{
	width: 640px;
/*	background-color: #FF00FF;  */
	float: left;
	display: inline;
	height: 100%;	
}


#main_banner_videobox_2col_r
{
	width: 198px;
/*	background-color: #00FF00; */
	float: left;
	display: inline;
	height: 100%;
	margin-left: 16px;
}

#main_banner_videobox_2col_r_top
{
	width: 198px;

	float: left;
	display: inline;
	height: 30%;
	text-align: center;
}

#main_banner_videobox_2col_r_bot
{
	width: 198px;

	float: left;
	display: inline;
	height: 70%;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#main_banner_videobox_2col_r_head
{
	padding-left: 8px;
	padding-right: 8px;	
	background: #b0b0b0 url(../images/blog_box_header.gif) no-repeat 0% 0%;
	text-align: left;
	height: 30%;
	font-weight: bold;
	display: block;
}

#main_banner_videobox_2col_r_body
{

	padding-left: 8px;
	padding-right: 8px;	
	background: url(../images/blog_box_content.gif) no-repeat 0% 0%;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	text-align: left;
	height: 60%;
	display: block;
	overflow: hidden;
	
}

#main_banner_videobox_2col_r_foot
{
	padding-left: 8px;
	padding-right: 8px;	
	text-align: left;
	height: 10%;
	display: block;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}



.blog_box_fouritem_row
{
	width: 100%;
	height: 180px;
	
}


.blog_box_fouritem_box
{
	position:relative;
	float: left;
	width: 160px;
	height: 180px;
	margin: 0px 10px 0px 9px;

}

.blog_award_box
{
	width: 100%;
	display: inline;
	height: 64px;
}

.blog_award_image
{
	display: inline;
	float: left;
	width: 38px;
	height: 38px;
}

.blog_award_text
{
	float: left;
	display: inline;
	margin: 2px 0px 0px 8px;	
	width: 678px;
}

.blog_award_head
{
	font-weight: bold;
	display: inline;
	float: left;
	width: 100%;
	text-transform:uppercase;
}

.blog_award_body
{

	float: left;
	display: inline;
	width: 100%;
	margin-top: 2px;
}


/* Stats Page */

.arrow_box
{
	display: block;
	position: relative;
	float: left;
	background: url(/burnout/paradise/myparadise/images/bgnd_index_stats.png) repeat-x 0% 0%;
	width: 768px;
	height: 168px;
	
}

.arrow_box_compare_stats
{
	display: block;
	position: relative;
	float: left;
	background: url(/burnout/paradise/myparadise/images/bgnd_index_compare_stats.png) repeat-x 0% 0%;
	width: 768px;
	height: 168px;
}

.arrow_box_discovery_map
{
	display: block;
	position: relative;
	float: left;
	background: url(/burnout/paradise/myparadise/images/bgnd_index_discovery_map.png) repeat-x 0% 0%;
	width: 768px;
	height: 168px;
}

.arrow_box_header
{
	position: absolute;
	top: 8px;
	left: 8px;
	width: 590px;
	height: 20px;
	font-size: 180%;
	color: #b50000;
}

.arrow_box_body
{
	position: absolute;
	top: 40px;
	left: 8px;
	width: 590px;
	height: 80px;
}


.arrow_box_content
{
	width: 100%;
	height: 100%;
}

.arrow_box_go_button
{
	position: absolute;
	top: 46px;
	left: 646px;
	width: 98px;
	height: 66px;
	
}

.arrow_box_radio_text
{
	color: #000;
	font-weight: bold;
	background-color: #bbbbbb;
}


#win
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #b2b2b2;
}
#lose
{
}
#draw
{
}

.stat_table_1_col
{
	background: url(/images/blog_box_content.gif) repeat-x 0% 0%;

}


.stat_table_3_col
{
	background: url(/images/blog_box_content.gif) repeat-x 0% 0%;
	width: 500px;
	border-collapse: collapse;
	
}


#stat_table_head
{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}


