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

.d_none {
	display:none;
}
.inline_block {
	display:inline-block;
	zoom: 1;
    *display: inline;

}
.v_hidden {
	visibility:hidden;
}
.va_top {
	vertical-align:top;
}
.va_middle {
	vertical-align:middle;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.clear_both {
	clear:both;	
	border:0px solid #f00;
	margin:0;
	padding:0;
}

.position_relative {
	position:relative;
}

.loading, .loading_MO {
	visibility:hidden;
}

.blanket {
	line-height:inherit;
}


img {
	border:none;
	outline:none;
	-ms-interpolation-mode: bicubic;
}


.dropshadow {
	position:relative;	
}

body {
	background-color:#000;	
	margin:0;
	font-family:Helvetica, Arial, sans-serif;
	color:#333;font-size:12px;
}
#container {
	margin:10px 0 0 0;
	text-align:center;

}
.sidebar_title {
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-top:3px;
	padding-bottom:5px;
}
/************
SECTION TITLE
************/

.section_head_shell {
	padding:2px 5px 0 5px;	
}
.section_head {
	padding:10px;
	margin:0; 	
}
.head_image {
	border-bottom:1px solid #ccc;
	margin:0 0 5px 0;
	padding:0;
	display:block;
}

.above_blanket {
	z-index:990;
	position:relative;
}

.head_image img {
	margin-bottom:5px;	
}
/************
************/

#bg {
	display:none;
	z-index:-300;
	position:fixed;
	margin:-10px 0 0 0;
}

#page {
	margin:0 auto 0 auto;
	text-align:left;
}

#agegateForm {
	text-align:center;
}
#agegateForm .inline_block {
	width:50px;
	height:18px;
	margin-bottom:3px;
	margin-right:10px;
	padding: 2px 0 2px 4px;
}

#agegateForm input {
	background:none;
	width:97%;
	color:#999;
	text-align:center;
	font-size:12px;
}

.submit_button {
	margin-top:15px;
	text-align:center;
}

/************
HEADER
************/
#search {
	position:absolute;
	right:18px;
	margin-right:5px;
	margin-top:-12px;
	padding:5px;
}
#search_label
{
	display:none;
	border:1px solid #b2b2b2;
	margin: 2px 5px 0 12px;
}
.search_init {
	padding-top:2px;
}
#navitems {
	float:left;	
}
#site_navigation {
	width:862px;
	float:right;
}
#site_navigation a {
	margin-right:15px;	
}
#studios_headers {
	float:right;
	margin-bottom:15px;
	margin-top:14px;
	margin-right:20px;
}
#studios_headers img {
	margin-left:20px;
	float:left;
}
#tagline_header_shell {
	float:right;
	height:11px;
	margin:12px 20px 15px 0;	
}
#logo_header
{
	padding:15px 20px 0 25px;
	float:left;
}
/************
lightbox
************/
#lightbox {
	height:120%;
	width:120%;
	background:#333;
	
	background:url('http://media.rockstargames.com/rockstar/local_data/US/img/lb.png');
	
	display:none;
	
	position:fixed;
	z-index:18000;
	margin-top:-10px;
}
#video_lights {
	position:fixed;
	top:0;
	left:0;
	height:120%;
	width:100%;
	margin:0;
	padding:0;
	background:#000;
	opacity:.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	display:none;
	margin-top:-10px;
}
#videoplayer {
	outline:none;
	border:none;
}
#lb_content {
	width:900px;
	position:absolute;
	z-index:18001;
	margin-left:40px;
	margin-top:117px;
}
/************
footer
************/
#footer a:link, #footer a:visited, #footer a:hover {
	color:#666;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;	
}
.filter_text {
	float:left;	
	color:#666;
	font-weight:normal;
	width:85%;
	font-size:11px;
	margin:0;
	padding:3px;
}

.foot ul 
{
	margin-top:-6px;
}
.foot li
{	
	padding-top:0;
	
	margin:0 0 0 -40px;
	line-height:9pt;
	list-style-type:none;	
}
#footer
{
	margin-bottom:5px;
}
.nav_footer img
{
	margin-bottom:5px;
}
/************
dropdown
************/
.dropdown_selector {
	cursor:pointer;
	border:1px solid #ccc;
	padding:0;
	width:100%;
	position:relative;
	text-align:left;
	background-color:#FFF;
}

.selector_img {
	float:right;
	width:10px;
	height:10px;
	background-repeat:no-repeat;
	margin:0;
	position:absolute;
	top:6px;
	right:0;
}
/************
links
************/
a:focus
{
	outline:none;	
}
.paginator_count {
	color:#999;
	font-weight:normal;
	margin-right:20px;
	font-size:13px;
}
.page_numbers {
	margin:0 10px 0 10px;	
	font-size:14px;
	font-weight:normal;
}
.view_all {
	text-transform:uppercase;
	font-size:14px;	
	margin-right:10px;
}
.page_link:link, .page_link:visited, .page_link:hover, .view_all:link, .view_all:visited, .view_all:hover  {
	text-decoration:none;
	color:#999;
	cursor:pointer;
}
.page_link:hover, .view_all:hover {
	text-decoration:underline;
}
.page_on:link, .page_on:visited, .page_on:hover { 
	color:#000;
	text-decoration:none;
}
.cleanlist {
	list-style:none;
	margin:0;
	padding:0;	
}
.close,.close_mobile {
	cursor:pointer;
	position:absolute;
	top:3px;
	right:5px;
}
/************
DROP DOWN
************/
.dropdown_head {
	color:#999;
	font-size:13px;
	margin:0 3px 0 0;
}
.dropdown_content {
	display:none;
	line-height:15px;
	list-style:none;
	margin:0;
	top:0;
	padding:0;
	background-color:#fff;
	position:absolute;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:3px;
	/*margin-top:-3px;*/
	width:200px;
	*width:194px;
	z-index:10000;

}
#filtration {
	margin:0 0 0 20px;
	height:20px;
}
#filtration img {
	margin:0;	
	cursor:pointer;	
}
.clear_both {
	clear:both;	
}
.clear_left {
	clear:left;	
}
.clear_right {
	clear:right;	
}
.border_box {
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.block {
	display:block;
}
.dropdown_content_shell {
	position:relative;
	margin-top:-1px;
	border:none;
}
.dropdown_content a:link, .dropdown_content a:visited, .dropdown_content a:hover {
	font-size:11px;
	color:#333;	
	text-decoration:none;
}
.dropdown_content a:hover {
	text-decoration:underline;
}
/************
Mouth Off
************/

.subtitle_image {
	display:block;
	margin:0 0 5px -2px;
}


.rss_logo {
	position:absolute;
	top:6px;
	right:10px;
	
}


.seperator {
	color:#ccc;
}




#main_sidebar ul li left, .news_element_display li left {
	border:0px solid green;	
	width:270px;
}
#main_sidebar ul li right, .news_element_display li right {
	display:none;
	border:0px solid green;	
	width:20px;
	position:relative;
	margin-left:10px;
}

#main_sidebar ul li right text, .news_element_display li right text {
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	margin-top:0px;
}
.news_element_display li right text a {
	color:#f09;
}



/*
Classes for specical div
*/

.outershadow_wrapper {
	background-color:#fff;
	position:relative;
	overflow:hidden;
}
.outershadow_wrapper .bottom, .outershadow_wrapper .bottomright, .outershadow_wrapper .bottomleft, .outershadow_wrapper .right, .outershadow_wrapper .left, .outershadow_wrapper .top, .outershadow_wrapper .topleft, .outershadow_wrapper .topright {
	position:absolute;	
}
.outershadow_wrapper .topleft, .outershadow_wrapper .topright, .outershadow_wrapper .bottomright, .outershadow_wrapper .bottomleft {
	width:4px;
	height:4px;
	z-index:100;
}
.outershadow_wrapper .bottom, .outershadow_wrapper .top {
	height:3px;
	width:99.5%;	
	left:0px;
}
.outershadow_wrapper .bottom {
	background:url(http://media.rockstargames.com/rockstar/local_data/US/img/box/outer/bg_bot.png) repeat-x;
	bottom:0;
}

.outershadow_wrapper .right {
	background:url(http://media.rockstargames.com/rockstar/local_data/US/img/box/outer/bg_right.png) repeat-y;
	height:100%;
	width:3px;
	top:0;
	right:0;
}
.outershadow_wrapper .left {
	background:url(http://media.rockstargames.com/rockstar/local_data/US/img/box/outer/bg_left.png) repeat-y;
	height:100%;
	width:3px;
	top:0;
	left:0;	
}
.outershadow_wrapper .top {
	background:url(http://media.rockstargames.com/rockstar/local_data/US/img/box/outer/bg_top.png) repeat-x;
	top:0;
}
.outershadow_wrapper .topleft {
	background:url(http://media.rockstargames.com/rockstar/local_data/US/img/box/outer/bg_topleft.png) no-repeat;
	top:-1px;
	left:0;
}
.outershadow_wrapper .topright {
	background:url(http://media.rockstargames.com/rockstar/local_data/US/img/box/outer/bg_topright.png) no-repeat;
	top:0;
	right:0;	
}
.outershadow_wrapper .bottomright {
	background:url(http://media.rockstargames.com/rockstar/local_data/US/img/box/outer/bg_botright.png) no-repeat #fff;
	bottom:0px;
	right:1px;	
}
.outershadow_wrapper .bottomleft {
	background:url(http://media.rockstargames.com/rockstar/local_data/US/img/box/outer/bg_botleft.png) no-repeat;
	bottom:0px;
	left:0px;
}