/*
Stylesheet: base.css
Website: www.policeoracle.com
Design: www.nsi-ltd.com

/* MAGNUM TEMP */

#drmartens_sticky_sidebar {
	margin-left: -621px !important;
	_margin-left: -622px !important;
}

/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}

a {
	text-decoration: none;
	color: #007eef;
	font-weight: bold;
	cursor: pointer;
}

img {
	border: none;
}

acronym, abbr {
	cursor: help; 
	border-bottom: 1px dotted #252525;
}

.clearfix {
	clear: both; 
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

/* Clearfix */

.cf {
	display: inline-block;
}

.cf:after {
	content: ""; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;} 

html[xmlns] .cf {
	display: block;
}

* html .cf {
	height: 1%;
}

/* Layout styles */

body {
	background: #454545;
}

.wrap_970 {
	width: 972px;
	margin: auto;
}

.main_content {
	background: #f1f1f1;
}

/* Videos */

.video_stories {
	padding-top: 177px;
}

.video_block_300 {
	width: 302px;
	height: 178px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	margin-left: -1px;
}

.video_block_300 img {
	position: absolute;
	margin-top: -24px;
	height: 225px;
	width: 302px;
	display: inline-block;
	cursor: pointer;
}

.video_block_300 a {
	height: 178px;
	width: 302px;
	display: inline-block;
	position: absolute;
	cursor: pointer;
	background: url(/new/images/icon_play.png) center center no-repeat;
	*background: url(/new/images/icon_play.gif) center center no-repeat;
}

.video_block_150 {
	width: 150px;
	height: 89px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

.video_block_150 img {
	position: absolute;
	margin-top: -11px;
	width: 150px;
	height: 112px;
	display: inline-block;
	cursor: pointer;
}

.video_block_150 a {
	height: 88px;
	width: 148px;
	display: inline-block;
	position: absolute;
	cursor: pointer;
	background: url(/new/images/icon_play.png) center center no-repeat;
	*background: url(/new/images/icon_play.gif) center center no-repeat;
}

.video_block_188 {
	width: 188px;
	height: 111px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	border: 1px solid #bababa;
}

.video_block_188 img {
	position: absolute;
	margin-top: -15px;
	width: 188px;
	height: 141px;
	display: inline-block;
	cursor: pointer;
}

.video_block_188 a {
	height: 111px;
	width: 188px;
	display: inline-block;
	position: absolute;
	cursor: pointer;
	background: url(/new/images/icon_play.png) center center no-repeat;
	*background: url(/new/images/icon_play.gif) center center no-repeat;
}

/* Buttons */

.button {
	padding: 10px 15px;
	border-radius: 4px;
	_padding: 7px 18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	display: inline;
	width: auto;
	overflow: visible;
}

.button_dark {
	background: #454545;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#454545));
	background: -webkit-linear-gradient(top, #454545, #252525);
	background: -moz-linear-gradient(top, #454545, #252525);
	border: 1px solid #252525;
	color: #ffffff;
}

.button_dark:hover {
	background: #555555;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#555555));
	background: -webkit-linear-gradient(top, #555555, #252525);
	background: -moz-linear-gradient(top, #555555, #252525);
	border: 1px solid #252525;
}

.button_dark:active {
	background: #353535;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555555), to(#252525));
	background: -webkit-linear-gradient(top, #252525, #555555);
	background: -moz-linear-gradient(top, #252525, #555555);
	border: 1px solid #252525;
}

.button_light {
	background: #eeeeee;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f0f0), to(#eeeeee));
	background: -webkit-linear-gradient(top, #eeeeee, #f0f0f0);
	background: -moz-linear-gradient(top, #eeeeee, #f0f0f0);
	border: 1px solid #ccc;
	color: #454545;
}

.button_light:hover {
	background: #f0f0f0;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#eeeeee));
	background: -webkit-linear-gradient(top, #eeeeee, #f5f5f5);
	background: -moz-linear-gradient(top, #f5f5f5, #f5f5f5);
	border: 1px solid #ccc;
}

.button_light:active {
	background: #dcdcdc;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#dcdcdc));
	background: -webkit-linear-gradient(top, #dcdcdc, #f5f5f5);
	background: -moz-linear-gradient(top, #dcdcdc, #f5f5f5);
	border: 1px solid #bababa;
}

.button_green {
	background: #a0b66a;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#90a55d), to(#a0b66a));
	background: -webkit-linear-gradient(top, #a0b66a, #90a55d);
	background: -moz-linear-gradient(top, #a0b66a, #90a55d);
	border: 1px solid #73824c;
	color: #ffffff;
}

.button_green:hover {
	background: #b0c57e;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a0b66a), to(#b0c57e));
	background: -webkit-linear-gradient(top, #b0c57e, #a0b66a);
	background: -moz-linear-gradient(top, #b0c57e, #a0b66a);
	border: 1px solid #73824c;
}

.button_green:active {
	background: #90a55d;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a0b66a), to(#90a55d));
	background: -webkit-linear-gradient(top, #90a55d, #a0b66a);
	background: -moz-linear-gradient(top, #90a55d, #a0b66a);
	border: 1px solid #73824c;
}

/* Content */

.content {
	margin: 10px 0;
	border: 1px solid #dcdcdc;
	background: #ffffff;
	width: 652px;
	float: left;
	display: inline-block;
	_overflow: hidden;
}

.ticker_wrap {
	display: inline-block;
	width: 630px;
}

.ticker_wrap {
	width: 630px;
	margin: 10px;
	height: 25px;
	line-height: 25px;
	background: #fefbf0;
	border: 1px solid #e8e5da;
	overflow: hidden;
}

.ticker_headlines span {
	float: left;
	display: inline-block;
	background: #454545;
	height: 25px;
	padding: 0 10px;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 25px;
	text-transform: uppercase;
	font-size: 11px;
}

#ticker_title {
	float: left;
	height: 25px;
	padding: 0 10px;
	color: white;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 25px;
	text-transform: uppercase;
	font-size: 11px;
	width: 60px;
	text-align: center;
}

#ticker_title.headlines {
	background: #454545;
}

#ticker_title.breaking {
	background: #ba1717;
}
           
.tickerText {
	height: 25px;
	line-height: 25px;
	margin-left: 10px;
}
           
.tickerText a {
	color: #99968D;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.article_content, .category_content {
	width: 470px;
	margin: 0 10px;
	float: left;
	display: inline;
	font-family: Arial, sans-serif !important;
	font-size: 14px !important;
    line-height: 20px;
}

.article_content ul li, .article_content ol li  {
    font-family: Arial, sans-serif !important;
	font-size: 14px !important;
	color: #353535 !important;
	line-height: 20px !important;
	margin-bottom: 10px;
        margin-left: 20px;
}

.article_content h2 {
	font-family: Arial, sans-serif;
	font-size: 26px;
	color: #353535;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.article_content img.article_content_image {
	margin-bottom: 10px;
        max-width: 470px;
        _width: 470px
}

.article_content p.standfirst {
	font-family: Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: bold !important;
	color: #353535;
	line-height: 20px;
	margin-bottom: 10px;
}

.article_content .article_details {
	width: 450px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
        font-family: Arial, sans-serif !important;
	font-size: 15px !important;
}

.article_content .article_details .article_details_text {
	width: 290px;
	float: left;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #353535;
	line-height: 18px;
	padding: 10px;
}

.article_content .article_details .article_details_text a:hover {
	border-bottom: 1px dotted #007eef;
}

.article_content .article_current span {
        font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #353535;
	margin-bottom: 20px;
}

.article_comments_link {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	color: #ffffff;
	height: 26px;
	line-height: 26px;
	margin: 15px 0 0 0;
	display: inline;
	width: auto;
	float: right;
}

.article_comments_link span {
	background: url(/new/images/bg_comments_main.gif) top left no-repeat;
	padding: 0 3px 0 30px;
	float: left;
	display: inline;
	width: auto;
	text-align: right;
}

.article_comments_link img {
	display: inline;
	float: left;
}

.article_content p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #353535;
	margin-bottom: 20px;
}

.article_content p a {
	color: #007eef;
}

.article_content p a:hover {
	border-bottom: 1px dotted #007eef;
}

.article_content h3 {
	font-size: 20px;
	font-weight: bold;
	color: #353535;
	line-height: 20px;
	margin-bottom: 20px;
	font-family: Arial, sans-serif;
}

.article_content h4 {
	font-size: 16px;
	font-weight: bold;
	color: #353535;
	line-height: 20px;
	margin-bottom: 20px;
	font-family: Arial, sans-serif;
}

.article_content .article_quote {
	float: right;
	display: inline-block;
	background: #4c72aa;
	padding: 15px;
	width: 200px;
	font-family: Arial, sans-serif;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	border-left: 3px solid #395681;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px 10px;
}

.article_pagination {
	width: 470px;
	display: inline-block;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 10px;
}

.category_pagination {
	width: 470px;
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 10px;
}

.search_pagination {
	width: 630px;
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 10px;
}

.article_pagination .next, .category_pagination .next, .search_pagination .next {
	float: right;
	display: inline-block;
}

.article_pagination .prev, .category_pagination .prev, .search_pagination .prev {
	float: left;
	display: inline-block;
}

.article_pagination .pagination_active, .category_pagination .pagination_active, .search_pagination .pagination_active {
	width: 70px;
	height: 24px;
	border-radius: 12px;
	background: #454545;
	color: #fff;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 24px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	margin: 5px 10px;
}

.article_pagination .pagination_inactive, .category_pagination .pagination_inactive, .search_pagination .pagination_inactive {
	width: 70px;
	height: 24px;
	border-radius: 12px;
	background: #dcdcdc;
	color: #fff;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 24px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	margin: 5px 10px;
}

.article_pagination span, .category_pagination span {
	width: 290px;
	display: inline-block;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #454545;
	float: left;
	margin: 5px 0;
	line-height: 24px;
}

.search_pagination span {
	width: 450px;
	display: inline-block;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #454545;
	float: left;
	margin: 5px 0;
	line-height: 24px;
}

.article_categories {
	width: 470px;
	margin-bottom: 10px;
}

.article_categories h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 25px;
	height: 25px;
	background: #4c72aa;
	padding: 5px 15px;
	border-radius: 4px 4px 0 0;
	text-transform: uppercase;
	display: inline-block;
	float: left;
}

.article_categories_content {
	background: #f4f4f4;
	border: 1px solid #dcdcdc;
	padding-bottom: 0px;
	padding-top: 10px;
}

.categories {
	width: 450px;
	margin: 0px 10px 0 10px;
	height: 32px;
	overflow: hidden;
}

.tags {
	width: 450px;
	margin: 0px 10px 0 10px;
	height: 29px;
	overflow: hidden;
}

.article_categories:hover .categories, .article_categories:hover .tags {
	height: auto;
}

.article_categories a.category {
	height: 22px;
	background: url(/new/images/bg_category_main.gif) top left no-repeat;
	font-size: 10px;
	text-transform: uppercase; 
	color: #555555;
	font-family: Arial, sans-serif;
	font-weight: bold;
	display: inline-block;
	padding: 0;
	margin: 0;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.article_categories a.category span {
	height: 18px;
	line-height: 18px;	
	float: left;
	display: inline-block;
	padding: 4px 0 0 18px;
}

.article_categories a.tag {
	height: 19px;
	background: url(/new/images/bg_tag_main.gif) top left no-repeat;
	font-size: 10px;
	text-transform: uppercase; 
	color: #555555;
	font-family: Arial, sans-serif;
	font-weight: bold;
	display: inline-block;
	padding: 0;
	margin: 0 10px 10px 0;
}

.article_categories a.tag span {
	height: 19px;
	line-height: 19px;	
	float: left;
	display: inline-block;
	padding: 0 0 0 6px;
}

.article_categories .category img, .tag img {
	padding-left: 3px;
}

.article_categories a.category:hover, .article_categories a.tag:hover {
	color: #757575;
}

.article_share {
	background: #f4f4f4;
	border: 1px solid #dcdcdc;
	padding: 10px;
	width: 448x;
	margin-bottom: 10px;
}

.article_share .addthis_toolbox {
	float: left;
	display: inline-block;
	width: 448px;
}

.article_share .addthis_toolbox a {
	padding-right: 8px;
}

.article_share .addthis_toolbox a span {
	background: #f4f4f4;
	color: #f4f4f4;
}

.addthis_button_facebook_like {
	margin-top: 6px;
}

.addthis_button_facebook_like iframe {
	width: 47px !important;
}

.article_comments {
	width: 470px;
}

.article_comments .leave_comment {
	background: #f4f4f4;
	border: 1px solid #dcdcdc;
	width: 448px;
	padding: 10px;
	margin-bottom: 10px;
}

.article_comments .leave_comment textarea {
	background: #fff; 
	border: 1px solid #dcdcdc;
	width: 426px;
	height: 70px;
	padding: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #353535;
	line-height: 18px;
	overflow-x: auto;
	overflow-y: auto;
}

.article_comments .article_comments_profile {
	float: left;
	display: inline-block;
}

.article_comments .article_comments_profile img {
	margin: -10px 0 0 10px;
	border: 1px solid #dcdcdc;
	height: 50px;
	width: 50px;
	display: inline-block;
	position: absolute;
}

.article_comments .article_comments_profile span {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #656565;
	margin: 12px 0 0 72px;
	display: inline-block;
}

.article_comments button {
	float: right;
	margin-top: 10px;
}

.article_comments_comment {
	width: 470px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #bababa;
	padding-bottom: 5px;
}

.article_comments_comment img {
	height: 75px;
	width: 75px;
	border: 1px solid #dcdcdc;
	float: left;
	display: inline-block;
	margin-right: 10px;
}

.article_comments_comment p {
	width: 383px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #454545;
	line-height: 20px;
	display: inline-block;
	padding-bottom: 5px;
	float: left;
	margin-bottom: 0;
}

.article_comments_report {
	color: #858585 !important;
	float: left;
	display: inline-block;
	line-height: 20px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.article_comments_report:hover {
	color: #e85250 !important;
	border-bottom: 0 !important;
}

.article_comments_reply {
	color: #007eef;
	float: right;
	display: inline-block;
	line-height: 20px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.article_comments_reply:hover {
	color: #0070d5;
	border-bottom: 0 !important;
}

.last_comment {
	border-bottom: 0;
	margin-bottom: 0;
}

.article_sidebar {
	width: 150px;
	display: inline;
	margin: 0 10px 0 0;
	float: right;
}

.article_sidebar_item, .article_sidebar_item_sales {
	display: inline-block;
	width: 150px;
}

.article_sidebar_item h4 {
	background: #4c72aa;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 30px;
	height: 30px;
	text-transform: uppercase;
	padding-left: 10px;
	width: 140px;
}

.article_sidebar_item img.article_image {
	margin-bottom: 10px;
}

.article_sidebar_item .article_headline {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #353535;
	line-height: 18px;
	display: inline-block;
	width: 150px;
}

.article_sidebar_item .article_headline:hover {
	text-decoration: underline;
	color: #555555;
}

.article_product_name {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #353535;
	line-height: 18px;
	display: inline-block;
	width: 150px;
}

.article_sidebar_item .article_headline_single {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #353535;
	line-height: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999999;
	display: inline-block;
	width: 150px;
}

.article_product_name:hover {
	text-decoration: underline;
}

.article_headline_single:hover, .article_sidebar .article_headline:hover {
	color: #353535;
	text-decoration: underline;
}

.article_sidebar_item .article_text {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #353535;
	line-height: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999; 
}

.article_sidebar_item .article_more {
	text-align: right;
	color: #4C72AA;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	float: right;
	display: inline-block;
	margin-bottom: 10px;
}

.article_sidebar_item .article_more:hover {
	color: #395681;
}

.article_sidebar_item_sales h4 {
	background: #E85250;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 30px;
	height: 30px;
	text-transform: uppercase;
	width: 150px;
	text-align: center;
}

.article_sidebar_item_sales img {
	width: 148px;
	height: 88px;
	border: 1px solid #bababa;
	margin: 10px 0;
}

.article_sidebar_item_sales .rrp {
	width: 150px;
	display: inline-block;
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	text-transform: uppercase;
	color: #E85250;
	margin: 5px 0;
}

.article_sidebar_item_sales .rrp strong {
	text-decoration: line-through;
}

.article_sidebar_item_sales .price {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #454545;
	line-height: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999999;
	width: 150px;
	display: inline-block;
	font-weight: bold;
}

.article_sidebar_item_sales .article_more {
	color: #E85250;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	width: 150px;


	display: inline-block;
	margin-bottom: 10px;
}

.article_sidebar_item_sales .article_more:hover {
	color: #db4341;
}

/* Sidebar */

.sidebar {
	width: 300px;
	margin: 10px 8px;
	float: right;
	display: inline-block;
}

.updated_categories a {
	 overflow: hidden;
}

.sidebar_block a:hover {
	text-decoration: underline;
}

.openx_mpu {
	width: 300px;
	height: 250px;
	margin-bottom: 10px;
	border: 1px solid #dcdcdc;
	display: inline-block;
}

.openx_imu {
	width: 300px;
	margin-bottom: 20px;
	border: 1px solid #dcdcdc;
	display: inline-block;
}

.sidebar_block, .sidebar_block_sales {
	width: 300px;
	display: inline-block;
	margin-bottom: 20px;
}

.sidebar_block h3, .sidebar_block_sales h3 {
	background: #4c72aa;
	width: 282px;
	line-height: 30px;
	font-size: 12px;
	color: #ffffff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	height: 30px;	
	text-transform: uppercase;
	padding: 0 10px;
}

.sidebar_block_sales h3 {
	text-align: center;
	width: 301px;
	padding: 0;
	background: #e85250;
}

.sidebar_block_content {
	width: 300px;
	border: 1px solid #dcdcdc;
	border-top: 0;
	background: #fff;
	margin-bottom: 10px;
}

.sidebar_end {
	text-align: right;
	color: #4c72aa;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	float: right;
	display: inline-block;
}

.sidebar_end:hover {
	color: #395681;
}

.sidebar_block_sales .sidebar_end {
	text-align: right;
	color: #E85250;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	float: right;
	display: inline-block;
}

.sidebar_block_sales .sidebar_end:hover {
	color: #db4341;
}

.sidebar_block_content .email_signup {
	padding: 10px; 
	width: 280px;
}

.sidebar_block_content .email_signup input {
	width: 150px;
	padding: 8px 5px;
	height: 15px;
	line-height: 15px;
	border: 1px solid #bababa;
	background: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #454545;
	margin-right: 10px;
}

.sidebar_block_content ul.forum_topics, .sidebar_block_content ul.video_stories, .sidebar_block_content ul.top_stories, .sidebar_block_content ul.upcoming_events {
	list-style: none;
	border: 0;
}

.sidebar_block_content ul.forum_topics li a {
	border-bottom: 1px dotted #999999;
	display: inline-block;
	width: 280px;
	margin: 0 10px 0 10px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #454545;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
}

.sidebar_block_content ul.forum_topics li a.last {
	border-bottom: none;
}

.sidebar_block_content ul.upcoming_events li a, .sidebar_block_content ul.video_stories li a {
	line-height: 20px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: #454545;
	font-weight: normal;
	border-bottom: 1px dotted #999999;
	width: 280px;
	margin: 0 10px;
	display: inline-block;
	padding: 5px 0 5px 0;
}

.sidebar_block_content ul.top_stories li a {
	line-height: 20px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: #454545;
	font-weight: normal;
	border-bottom: 1px dotted #999999;
	width: 250px;
	margin: 0 10px;
	display: inline-block;
	padding: 5px 30px 5px 0;
}

.sidebar_block_content ul.upcoming_events li a span.event_title {
	width: 250px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.sidebar_block_content ul.top_stories li a span, .sidebar_block_content ul.upcoming_events li a span.timeframe {
	color: #656565;
	display: inline-block;
	width: 250px;
}

.sidebar_block_content ul.top_stories li a.comments {
	background: url(/new/images/bg_article_comments.gif) center right no-repeat;
}

.sidebar_block_content ul.top_stories li a.popular {
	background: url(/new/images/bg_article_popular.gif) center right no-repeat;
}

.sidebar_block_content ul li a:hover {
	color: #656565;
}

.sidebar_block_content ul li a.last {
	border-bottom: 0;
}

.sales_product {
	border-bottom: 1px dotted #999999;
	display: inline-block;
	width: 280px;
	margin: 0 10px 0 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.sales_product .product_image {
	float: left;
	display: inline;
	margin-right: 10px;
	border: 1px solid #bababa;
}

.sales_product_info {
	float: right;
	display: inline;
	width: 193px;
}

.sales_product .product_name {
	font-family: Arial, sans-serif;
	font-size: 13px; 
	font-weight: normal;
	color: #454545;
	line-height: 20px;
	width: 193px;
	display: inline-block;
	height: 40px;
	overflow: hidden;
}

.sales_product .rrp {
	color: #E85250;
	font-family: Arial, sans-serif; 
	font-size: 11px;
	text-transform: uppercase;
	width: 193px;
	padding: 5px 0;
	display: inline-block;
}

.sales_product .price {
	color: #454545;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	width: 193px;
	display: inline-block;
}

.sales_product .rrp strong {
	text-decoration: line-through;
}

.sidebar_block_sales .last {
	border-bottom: 0;
}

.updated_categories_content {
	border: 1px solid #dcdcdc;
	width: 280px;
	padding: 0 10px;
	margin-bottom: 10px;
	display: inline-block;
	background: #fff;
}

.updated_categories {
	width: 280px;
	height: 364px;
	display: inline-block;
	background: #fff;
	border-top: 0;
}

.updated_categories li {
	width: 280px;
	height: 30px;
	display: inline-block;
	background: url(/images/bg_side_arrow_down.gif) center right no-repeat;
	border-bottom: 1px dotted #bababa;
	list-style: none;
}

.updated_categories li a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 29px;
	width: 280px;
	display: inline-block;
	font-weight: normal;
	color: #353535;
	height: 29px;
	overflow: hidden;
}

.updated_categories li ul {
	display: none;
}

.updated_categories li.open {
	height: 210px;
	width: 280px;
	display: inline-block;
	background: url(/images/bg_side_arrow_down.gif) top right no-repeat;
	margin: 0; 
	padding: 0;
}

.updated_categories li.open a {
	border-bottom: 0;
	font-weight: bold;
	_width: 260px;
}

.updated_categories li.open ul li a {
	font-weight: normal;
	width: 260px;
	overflow: hidden;
}

.updated_categories li.open:hover {
	background: url(/images/bg_side_arrow_up.gif) top right no-repeat;
}

.updated_categories li.open:hover a {
	font-weight: bold;
}

.updated_categories li.open ul {
	display: inline-block;
	height: 180px;
	width: 280px
}

.updated_categories li.open ul li {
	display: inline-block;
	width: 260px;
	height: 30px;
	background: url(/images/bg_bullet.gif) center left no-repeat;
	padding-left: 15px;
	margin-left: 5px;
	border-bottom: 0;
}

.updated_categories:hover li.open {
	display: inline-block;
	height: 30px;
	width: 280px;
	background: url(/images/bg_side_arrow_down.gif) top right no-repeat;
}

.updated_categories:hover li.open a {
	font-weight: normal;
}

.updated_categories:hover li.open ul {
	display: none;
}

.updated_categories:hover li:hover a.title {
	font-weight: bold;
}

.updated_categories:hover li:hover {
	height: 210px;
	display: inline-block;
	background: url(/images/bg_side_arrow_up.gif) top right no-repeat;
}

.updated_categories:hover li:hover ul {
	display: inline-block;
	height: 180px;
	width: 280px;
}

.updated_categories:hover li:hover ul li {
	display: inline-block;
	width: 260px;
	height: 30px;
	background: url(/images/bg_bullet.gif) center left no-repeat;
	padding-left: 15px;
	margin-left: 5px;
	border-bottom: 0;
}

.updated_categories:hover li:hover ul li a {
	border-bottom: 0;
	font-weight: normal;
	width: 260px;
	overflow: hidden;
	display: inline-block;
}

.updated_categories .last {
	border-bottom: 0;
}

.updated_categories_7days {
	height: 395px !important;
}

.follow_us_content {
	width: 280px;
	padding: 10px;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-top: 0;
	margin-bottom: 10px;
}

.follow_us_content img {
	float: left;
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
	width: 49px;
}

.follow_us_content p {
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #353535;
	width: 220px;
}

/* Next Story */

.next_story {
	position: fixed;
	width: 300px;
	bottom: 10px;
	right: 10px;
	display: block;
}

.next_story h3 {
	background: #4c77aa;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	width: 290px;
	padding-left: 10px;
	text-transform: uppercase;
}

.next_story h3 span {
	float: left;
	display: inline;
}

.next_story h3 a {
	height: 10px;
	width: 10px;
	display: inline-block;
	float: right;
	padding: 10px;
}

.next_story_content {
	background: #f4f4f4;
	border: 1px solid #dcdcdc;
	padding: 10px;
}

.next_image {
	float: left;
	display: inline-block;
	margin-right: 10px;
	width: 150px;
	height: 89px;
}

.next_title {
	width: 100px;
	padding-right: 10px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #353535;
	line-height: 20px;
	float: right;
	display: inline-block;
	font-size: 13px;
}

.next_link {
	width: 100px;
	padding-right: 10px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #007eef;
	line-height: 20px;
	float: right;
	display: inline-block;
	font-size: 13px;
}

#next_story_pop_up {
    bottom: -152px;
    -moz-box-shadow: 0px 0px 5px #555555;
    -webkit-box-shadow: 0px 0px 5px #555555;
    box-shadow: 0px 0px 5px #555555;
}

/* Home */

.top_news_stories {
	border-bottom: 1px dotted #999;
	display: inline-block;
	margin: 10px;
}

.top_news_stories .heading {
	width: 630px;
	border-bottom: 1px solid #bababa;
	margin-bottom: 10px;
}

.top_news_stories .heading h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
	color: #454545;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
	width: 500px;
}

h2.week {
	width: 150px !important;
	float: left !important;
	display: inline-block !important;
}

.heading span.twir_range {
	width: 350px;
	float: left;
	display: inline-block;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 25px;
	color: #656565;
}

.top_news_story {
	width: 310px;
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
}

.top_news_story_right {
	margin: 0 0 0 0;
}

.top_news_story a img {
	margin-bottom: 10px;
}

.top_news_story a.top_news_story_headline {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #353535;
	line-height: 20px;
	display: inline-block;
}

.top_news_story a.top_news_story_headline:hover {
	text-decoration: underline;
	color: #555555;
}

.top_news_story p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 5px;
	color: #353535;
}

.top_news_story a.read_more {
	color: #007eef;
	line-height: 20px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	display: inline-block;
}

.top_news_story a.read_more:hover {
	text-decoration: underline;
}

.more_stories {
	margin: 0 10px 10px 10px;
	display: inline-block;
	width: 630px;
}

.third_story {
	width: 150px;
	float: left;
	display: inline-block;
}

.third_story a img {
	margin-bottom: 10px;
}

.third_story a h3 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #353535;
	line-height: 20px;
	margin-bottom: 5px;
	display: inline-block;
}

.third_story a h3:hover {
	color: #555555;
	text-decoration: underline;
}

.third_story a.read_more {
	color: #007eef;
	line-height: 20px;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	display: inline-block;
	font-family: Arial, sans-serif;
}

.third_story a.read_more:hover {
	text-decoration: underline;
}

.more_stories_list {
	width: 470px;
	margin-left: 10px;
	float: left;
	display: inline-block;
	list-style: disc;
}

.more_stories_list li {
	color: #4c72aa;
	margin-left: 20px;
	font-size: 13px;
	margin-bottom: 4px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

.more_stories_list li p a {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #353535;
	line-height: 20px;
}

.more_stories_list li p a:hover {
	color: #555555;
	text-decoration: underline;
}

.more_stories_list li.read_more {
	list-style: none;
	margin-left: 0;
}

.more_stories_list li.read_more a {
	color: #007eef;
	font-size: 13px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.more_stories_list li.read_more a:hover {
	text-decoration: underline;
}

.features_exclusives {
	width: 630px;
	display: inline-block;
	margin: 0 10px 10px 10px;
}

.features_exclusives h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px solid #bababa;
	margin-bottom: 10px;
	display: inline-block;
	width: 630px;
	text-transform: uppercase;
	color: #353535;
	font-weight: normal;
}

.features_exclusives .last {
	margin-right: 0;
}

.feature_item {
	width: 150px;
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
}

.feature_item a img {
	width: 150px;
	height: 89px;
	display: inline-block;
	margin-bottom: 5px;
}

.feature_item h3 a {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #353535;
	line-height: 20px;
	display: inline-block;
}

.feature_item h3 a:hover {
	color: #555555;
	text-decoration: underline;
}

.feature_item p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	display: inline-block;
	color: #353535;
}

.features_exclusives a.read_more {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #007eef; 
	line-height: 20px;
	display: inline-block;
	font-weight: normal;
	margin-top: 5px;
}

.features_exclusives a.read_more:hover {
	text-decoration: underline;
}

.humour_funny {
	width: 630px;
	margin: 0 10px;
}

.humour_funny h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	color: #454545;
	text-transform: uppercase;
	font-weight: normal;
	width: 630px;
	border-bottom: 1px solid #bababa;
	margin-bottom: 10px;
}

.humour_funny .humour_story {
	width: 310px;
	float: left;
	display: inline-block;
}

.humour_story a img {
	float: left;
	display: inline-block;
	width: 150px;
	height: 89px;
	margin-right: 10px;
}

.humour_story h3 a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #353535;
	display: inline-block;
	margin-bottom: 5px;
	width: 150px;
	float: right;
}

.humour_story h3 a:hover {
	color: #555555;
	text-decoration: underline;
}

.humour_story a.read_more {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #007eef;
	display: inline-block;
	font-weight: normal;
	float: right;
	width: 150px;
}

.humour_story a.read_more:hover {
	text-decoration: underline;
}

.humour_list {
	width: 310px;
	float: left;
	display: inline-block;
}

.humour_list li {
	color: #4c72aa;
	list-style: none;
	background: url(/images/bg_bullet.gif) top left no-repeat;
	padding-left: 20px;
}

.humour_list li h3 a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #353535;
	line-height: 20px;
	margin-bottom: 5px;
	display: inline-block;
}

.humour_list li h3 a:hover {
	text-decoration: underline;
	color: #555555;
}

.video_item {
	width: 310px;
	float: left;
	display: inline-block;
	margin: 10px 10px 0 0;
	min-height: 98px;
}

.video_item a img {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.video_item h3 a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #353535;
	margin-bottom: 5px;
	line-height: 20px;
	display: inline-block;
}

.video_item h3 a:hover {
	text-decoration: underline;
}

.video_item a.read_more {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #007eef;
	margin-bottom: 10px;
}

.video_item a.read_more:hover {
	text-decoration: underline;
}

.video_item_details {
	width: 150px;
	float: right;
	display: inline-block;
}

.last {
	margin-right: 0;
}

.jobs_transfers {
	width: 630px;
	margin:  10px 10px 0 10px;
}

.jobs_transfers h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	color: #454545;
	text-transform: uppercase;
	font-weight: normal;
	width: 630px;
	border-bottom: 1px solid #bababa;
	margin-bottom: 10px;
}

.jobs_transfers .featured_job a img {
	float: left;
	display: inline-block;
	width: 125px;
	height: 125px;
	border: 1px solid #bababa;
	margin-right: 10px;
}

.featured_job {
	width: 630px;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}

.featured_job_info {
	width: 493px;
	float: left;
	display: inline-block;
}

.featured_job_info a h3 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	width: 493px;
	color: #353535;
	margin-bottom: 5px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}

.featured_job_info a h3:hover {
	color: #555555;
	text-decoration: underline;
}

.featured_job span {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #656565;
	display: inline-block;
	width: 493px;
	margin-bottom: 5px;
}

.featured_job_info p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #353535;
	display: inline-block;
	margin-bottom: 5px;
}

.featured_job_info a.read_more {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #007eef;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 5px;
	display: inline-block;
}

.featured_job_info a.read_more:hover {
	text-decoration: underline;
}

.jobs_list {
	width: 630px;
}

.jobs_list li {
	width: 290px;
	display: inline-block;
	margin-right: 10px;
	float: left;
	display: inline-block;
	padding-left: 20px;
	background: url(/images/bg_bullet.gif) top left no-repeat;
	margin-bottom: 3px;
}

.jobs_list li a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #353535;
	line-height: 20px;
}

.jobs_list li a span.job_title {
	height: 20px;
	line-height: 20px;
	display: inline-block;
	width: 290px;
}

.jobs_list li a span.job_location {
	font-weight: normal;
	color: #656565;
	width: 290px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

.jobs_list li a span:hover {
	color: #555555;
	text-decoration: underline;
}

.jobs_transfers .read_more {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #007eef;
	margin: 0 0 10px 0;
	font-weight: normal;
	display: inline-block;
}

.jobs_transfers .read_more:hover {
	text-decoration: underline;
}

.jobs_list li.right {
	margin-right: 0;
}

.suppliers {
	width: 630px;
	margin: 0 10px;
}

.suppliers h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	color: #454545;
	text-transform: uppercase;
	font-weight: normal;
	width: 630px;
	border-bottom: 1px solid #bababa;
	margin-bottom: 10px;
}

.supplier_featured {
	width: 310px;
	float: left;
	display: inline-block;
	margin-right: 0;
}

.supplier_featured a img {
	width: 125px;
	height: 125px;
	border: 1px solid #bababa;
	margin-right: 10px;
	float: left;
	display: inline-block;
}

.supplier_featured_info {
	width: 173px;
	float: right;
	display: inline-block;
}

.supplier_featured_info h3 a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #353535;
	line-height: 20px;
}

.supplier_featured_info h3 a:hover {
	text-decoration: underline;
	color: #555555;
}

.supplier_featured_info p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #353535;
	display: inline-block;
}

.supplier_featured_info a.read_more {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #007eef;
	margin-bottom: 10px;
}

.supplier_featured_info a.read_more:hover {
	text-decoration: underline;
}

.supplier_list {
	border-top: 1px solid #dcdcdc;
	width: 630px;
	display: inline-block;
	margin-top: 10px;
}

.supplier_list li {
	width: 630px;
	float: left;
	display: inline-block;
	border-bottom: 1px solid #dcdcdc;
}

.supplier_list li a {
	padding: 5px 10px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #353535;
	line-height: 20px;
	display: inline-block;
	width: 610px;
	background: url(/images/bg_supplier_arrow.gif) center right no-repeat;
	height: 20px;
	overflow: hidden;
}

.supplier_list li a span.view {
	color: #007eef;
	font-weight: normal;
}

.supplier_list li a span.view:hover {
	text-decoration: underline;
}

.supplier_list li a span.right_triangle {
	color: #858585;
	line-height: 20px;
	float: right; 
	display: inline-block;
}

.suppliers_list_more {
	margin: 10px 0;
	display: inline-block;
}

.suppliers_list .read_more {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #007eef;
	margin: 10px 0;
	display: inline-block;
}

.suppliers .read_more:hover {
	text-decoration: underline;
}

.popular_videos {
	width: 630px;
	margin: 0 10px;
	display: inline-block;
}

.popular_videos h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	color: #454545;
	text-transform: uppercase;
	font-weight: normal;
	width: 630px;
	border-bottom: 1px solid #bababa;
	margin-bottom: 10px;
}

.popular_videos a.read_more {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #007eef;
	line-height: 20px;
	margin-bottom: 10px;
	display: inline-block;
}

.popular_videos a.read_more:hover {
	text-decoration: underline;
}

.video_block {
	width: 188px;
	float: left;
	margin-right: 1px;
	background: #395681;
	display: inline-block;
	height: 191px;
	overflow: hidden;
}

.video_block a.video_title {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 121px 10px 0 10px;
	line-height: 20px;
	display: inline-block;
	height: 60px;
	overflow: hidden;
}

.video_block:hover {
	background: #4c72aa;
}

.video_block .video_block_188 {
	border: 0;
}

.video_left {
	height: 191px;
	width: 31px;
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 191px;
	background: #454545;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2b2b2b), to(#5d5d5d));
	background: -webkit-linear-gradient(top, #5d5d5d, #2b2b2b);
	background: -moz-linear-gradient(top, #5d5d5d, #2b2b2b);
	color: #fff;
	border-radius: 5px 0 0 5px;
	margin-right: 1px;
	font-size: 10px;
	overflow: hidden;
}

.video_right {
	height: 191px;
	width: 31px;
	display: inline-block;
	float: right;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 191px;
	background: #454545;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2b2b2b), to(#5d5d5d));
	background: -webkit-linear-gradient(top, #5d5d5d, #2b2b2b);
	background: -moz-linear-gradient(top, #5d5d5d, #2b2b2b);
	color: #fff;
	border-radius: 0 5px 5px 0;
	font-size: 10px;
	overflow: hidden;
}

.video_right img, .video_left img {
	margin-top: 89px;
} 

.video_wrapper {
	width: 630px;
	overflow: hidden;
	float: left;
	position: absolute;
}

.video_slider {
	width: 567px;
	height: 191px;
	overflow: hidden;
	display: inline-block;
	float: left;
	position: absolute;
}

/* Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
head~body .video_slider {margin-left: 32px;}
}

#video_content {
	width: 2000px;
}

.category_menu {
	background: #97ac62;
	padding: 5px 10px 3px 10px;
	font-family: Verdana, Geneva, sans-serif;
	width: 88px;
	height: 11px;
	line-height: 11px;
	border-radius: 4px;
	border: 1px solid #73824c;
	cursor: pointer;
	float: right;
}

@media \0screen {
.category_menu {
}

.category_menu:hover {
}
}

.category_menu a {
	font-size: 5px;
	line-height: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	float: right;
}

.category_menu a span {
	font-size: 5px !important;
}

 @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
.category_menu a span {
display: none !important;
}
 }

.category_dropdown {
	display: none;
}

.category_menu:hover {
	position: absolute;
	width: 628px;
	height: 350px;
	margin: -1px -1px 0 0;
	*margin: 0 0 0 -500px;
	cursor: pointer;
	background: #f1f1f1;
	border: 1px solid #bababa;
	color: #353535;
	padding: 0;
}

.category_menu:hover .category_con {
	width: 618px;
	background: #395681;
	color: #fff;
	padding: 5px 0 3px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
}

.category_menu:hover .category_con span {
	float: right;
	margin-right: 15px;
	*display: none;
}

.category_menu:hover .category_dropdown {
	display: inline-block;
}

.category_menu:hover .category_dropdown ul {
	list-style: none;
	width: 610px;
	display: inline-block;
	margin: 5px 5px;
}

.category_menu:hover .category_dropdown ul li {
	display: inline-block;
	width: 300px;
	margin-right: 10px;
	float: left;
}

.category_menu:hover .category_dropdown ul li.even {
	margin-right: 0;
}

.category_menu:hover .category_dropdown ul li a {
	display: inline-block;
	width: 290px;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
	font-size: 10px;
	line-height: 15px;
	color: #454545;
	font-weight: bold;
	background: url(/images/icon_grey_arrow_right.gif) center right no-repeat;
}

.category_menu:hover .category_dropdown ul li a:hover {
	cursor: pointer;
	color: #757575;
}

.category_menu:hover .category_dropdown ul li.see_all {
	width: 610px;
	border-bottom: 0;
	background: none;
}

.category_menu:hover .category_dropdown ul li.see_all a {
	color: #4c72aa;
	font-weight: bold;
	font-style: italic;
	float: right;
	border-bottom: 0;
	text-align: right;
	margin-top: 3px;
	background: none;
}

.category_menu:hover .category_dropdown ul li.see_all a:hover {
	background: none;
	color: #395681;
}

.latest_news {
	width: 630px; 
	margin: 0 10px;
}

.latest_news h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
	color: #454545;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
	border-bottom: 1px solid #bababa;
	width: 630px;
	margin-bottom: 10px;
}

.latest_news ul {
	color: #4c72aa;
	display: inline-block;
	float: left;
	width: 310px;
	margin-right: 10px;
}

.latest_news ul li {
	margin-left: 20px;
}

.latest_news ul li {
	display: inline-block;
	width: 260px;
	height: 30px;
	background: url(/images/bg_bullet.gif) center left no-repeat;
	padding-left: 15px;
	margin-left: 5px;
	border-bottom: 0;
}

.latest_news ul li.read_more {
	background: none;
	margin-left: 5px!important;
	padding-left: 0px;
}

.latest_news ul li a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 29px;
	width: 280px;
	display: inline-block;
	font-weight: normal;
	color: #353535;
	height: 29px;
	overflow: hidden;
}

.latest_news ul li a:hover {
	text-decoration: underline;
	color: #555555;
}

.latest_news ul li.read_more {
	list-style: none;
	margin-left: 0;
}

.latest_news ul li.read_more a {
	font-weight: normal;
	color: #007eef;
}

.latest_news_item {
	width: 310px;
	float: left;
	display: inline-block;
	margin-bottom: 1px dotted #bababa;
	padding-bottom: 10px;
}

.latest_news_item a img {
	float: left;
	display: inline-block;
	margin-right: 10px;
}

.latest_news_item_info {
	width: 150px;
	float: right;
	display: inline-block;
}

.latest_news_item_info h3 {
	font-size: 13px;
}

.latest_news_item_info h3 a {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #353535;
	line-height: 20px;
	margin-bottom: 5px;
	display: inline-block;
	height: 60px;
	overflow: hidden;
}

.latest_news_item_info a.read_more {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #007eef;
	line-height: 18px;
	font-weight: normal;
	display: inline-block;
	padding-bottom: 5px;
}

.latest_news_item_info a.read_more:hover {
	text-decoration: underline;
}

.latest_news_item_info h3 a:hover {
	color: #555555;
	text-decoration: underline;
}

.overview {
	border-bottom: 0;
	margin-bottom: 0;
}

a.recent_feature_image img {
	float: left;
	display: inline-block;
	border: 1px solid #bababa;
}

.recent_features_info {
	float: right;
	display: inline-block;
	width: 310px;
	overflow: hidden;
}

.recent_features_info h3 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	margin-right: 0;
}

.recent_features_info h3 a {
	color: #353535;
	line-height: 20px;
	margin-right: 0;
}

.recent_features_info h3 a:hover {
	text-decoration: underline;
	color: #555555;
}

.recent_features_info p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	display: inline-block;
	margin-right: 0;
}

.police_humour, .newest_videos {
	width: 310px;
	float: left;
	display: inline-block;
	margin-left: 10px;
	margin-top: 10px;
}

.police_humour h2, .newest_videos h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
	color: #454545;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
	border-bottom: 1px solid #bababa;
	width: 310px;
	margin-bottom: 10px;
}

.police_humour_item, .newest_videos_item {
	width: 150px;
	display: inline-block;
	margin-right: 10px;
	float: left;
}

.police_humour_item a img {
	margin-bottom: 5px;
}

.police_humour_item h3 a{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #353535;
	line-height: 20px;
	display: inline-block;
}

.newest_videos_item h3 a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #353535;
	line-height: 20px;
	display: inline-block;
	padding-top: 95px;
}

.police_humour_item h3 a:hover, .newest_videos_item h3 a:hover {
	text-decoration: underline;
	color: #555555;
}

.police_humour_item p, .newest_videos_item p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #353535;
	display: inline-block;
}

.police_humour_item a.read_more, .newest_videos_item a.read_more {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #007eef;
	display: inline-block;
	margin-bottom: 5px;
	font-weight: normal;
}

.police_humour_item a.read_more:hover, .newest_videos_item a.read_more:hover {
	text-decoration: underline;
}

.more_news_week {
	width: 630px;
	margin: 0 10px;
}

.more_news_week h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
	color: #454545;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
	border-bottom: 1px solid #bababa;
	width: 630px;
	margin-bottom: 10px;
}

.more_news_row {
	width: 630px;
	border-bottom: 1px dotted #bababa;
	margin-bottom: 10px;
}

.more_news_week_item {
	width: 150px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	height: 160px;
	overflow: hidden;
}

.more_news_week_item h3 a {
	color: #353535;
	line-height: 20px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold; 
	display: inline-block;
}

.more_news_week_item h3 a:hover {
	text-decoration: underline;
	color: #555555;
}

.more_news_week_item p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #353535;
	display: inline-block;
	line-height: 20px;
}

.more_news_week .read_more {
	color: #007eef;
	display: inline-block;
	line-height: 20px;
	font-size: 13px;
	margin: 10px 0 5px 0;
	font-family: Arial, sans-serif;
	font-weight: normal;
}

.news_archive_search {
	width: 630px;
	margin: 0 10px 10px 10px;
}

.news_archive_search h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
	color: #454545;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
	border-bottom: 1px solid #bababa;
	width: 630px;
	margin-bottom: 10px;
}

.news_archive_search .search_archive_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
	display: inline-block;
	float: left;
	width: 450px;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #bababa;
	color: #656565;
}

.news_archive_search button {
	width: 148px;
	padding: 11px 0 12px 0;
	margin: 0;
	_padding: 11px 0 10px 0;
	float: left;
	display: inline-block;
}

.news_archive_search_wrap {
	width: 236px;
	float: left; 
	display: inline-block;
	overflow: hidden;
}

.news_archive_search label {
	float: left;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 30px;
	color: #353535;
	font-weight: bold; 
	margin: 10px 10px 0 0;
}

.news_archive_search label.news_archive_to {
	margin: 10px 10px 0 5px;
}

.news_archive_search .search_archive_date {
	float: left;
	display: inline-block;
	height: 30px;
	margin: 10px 0 0 0;
	line-height: 30px;
}

.news_archive_search .search_archive_date select {
	display: inline-block;
}

.news_archive_search .search_archive_date input {
	border: 1px solid #ccc;
	background: #fff;
	padding: 1px 2px 2px 2px;
	margin: 0 5px 0 2px;
}

.news_archive_search .search_archive_date a img {
	margin: 7px 0 0 0;
	float: left;
	display: inline-block;
}

.news_archive_search .advanced_search {
	height: 20px;
	line-height: 20px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #007eef;
	padding: 5px 0;
	text-align: center;
	margin: 10px 0 0 10px;
	display: inline-block;
	float: left;
}

.news_archive_search .advanced_search:hover {
	text-decoration: underline;
}

.twir_date {
	color: #fe7223;
	font-weight: normal;
}

.twir_top_story {
	width: 630px;
	margin: 0 10px;
	border-bottom: 1px dotted #bababa;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.twir_top_story a img {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.twir_top_story_info {
	float: right;
	display: inline-block;
	width: 310px;
}

.twir_top_story h3 a {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #353535;
	display: inline-block;
}

.twir_top_story h3 a:hover {
	color: #555555;
	text-decoration: underline;
}

.twir_top_story p {
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #353535;
	line-height: 20px;
}

.twir_top_story a.read_more {
	margin-bottom: 10px;
}

.twir_main_stories {
	width: 630px;
	margin: 0 10px 10px 10px;
	border-bottom: 1px dotted #bababa;
}

.twir_main_story {
	width: 630px;
	margin-bottom: 10px;
	display: inline-block;
	float: left;
}

.twir_main_story a img {
	float: left;
	display: inline-block;
	margin-right: 10px;
}

.twir_main_story_info {
	width: 470px;
	display: inline-block;
	float: right;
}

.twir_main_story h3 a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
	font-weight: bold;
	color: #353535;
}

.twir_main_story h3 a:hover {
	text-decoration: underline;
	color: #555555;
}

.twir_main_story p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #353535;
	display: inline-block;
}

.twir_main_list {
	margin: 0 0 10px 10px;
	list-style: none;
	color: #4c72aa;
	width: 620px;
}

.twir_main_list li {
	line-height: 25px;
	padding-left: 15px;
	width: 605px;
	background: url(/images/bg_bullet.gif) center left no-repeat;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
}

.twir_main_list li a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #353535;
	font-weight: bold;
}

.twir_main_list li a:hover {
	text-decoration: underline;
	color: #555555;
}

.twir_regular_features {
	width: 310px;
	margin-left: 10px;
	float: left;
	display: inline-block;
	_margin-left: 5px;
}

.twir_regular_features h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
	color: #454545;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
	border-bottom: 1px solid #bababa;
	width: 310px;
	margin-bottom: 10px;
}

.twir_regular_features a img {
	display: inline-block;
	float: left;
	margin-bottom: 5px;
}

.twir_regular_features h3 a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #353535;
	line-height: 20px;
	display: inline-block;
}

.twir_regular_features h3 a:hover {
	text-decoration: underline;
	color: #555555;
}

.twir_regular_features p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #353535;
	display: inline-block;
}

.twir_regular_features ul {
	width: 310px;
	display: inline-block;
	border-top: 1px dotted #bababa; 
	padding-top: 5px;
	margin-top: 10px;
	list-style: none;
}

.twir_regular_features ul li {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #353535;
	background: url(/images/bg_bullet.gif) center left no-repeat;
	padding-left: 15px;
	width: 295px;
}

.twir_regular_features ul li a {
	line-height: 25px;
	font-weight: bold;
	color: #353535;
	height: 25px;
	overflow: hidden;
	display: inline-block;
}

.twir_regular_features ul li a:hover {
	text-decoration: underline;
	color: #555555;
}

.twir_humour h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
	color: #454545;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
	border-bottom: 1px solid #bababa;
	width: 630px;
	margin-bottom: 10px;
}

.twir_humour {
	margin: 10px;
	width: 630px;
	display: inline-block;
	float: left;
	_margin: 10px 5px;
}

.humour_item {
	width: 150px;
	margin-right: 10px;
	display: inline-block;
	float: left;
}

.humour_item a img {
	display: inline-block;
	margin-bottom: 5px;
}

.humour_item h3 a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #353535;
	display: inline-block;
}

.humour_item h3 a:hover {
	text-decoration: underline;
	color: #555555;
}

.twir_humour .twir_date {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
}

.twir_more_stories_list {
	width: 630px;
	margin: 0 10px 10px 10px;
	float: left;
	display: inline-block;
	_margin: 0 5px 10px 5px;
}

.twir_more_stories_list h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
	color: #454545;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
	border-bottom: 1px solid #bababa;
	width: 630px;
	margin-bottom: 10px;
}

.twir_more_stories_list ul {
	list-style: none;
	float: left;
	display: inline-block;
}

.twir_more_stories_list ul li {
	padding-left: 15px;
	background: url(/images/bg_bullet.gif) center left no-repeat;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

.twir_more_stories_list ul li a {
	color: #353535;
}

.twir_more_stories_list ul li a:hover {
	color: #555555;
	text-decoration: underline;
}

.categories_list {
	display: inline-block;
	margin: 0 10px;
	width: 630px;
}

.category_listing {
	width: 310px;
	float: left;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.category_listing h2 {
	background: #4c72aa;
	color: #fff;
	display: inline-block;
	width: 300px;
	padding-left: 10px;
	height: 28px;
	line-height: 28px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.category_listing a img {
	border: 1px solid #bababa;
	display: inline-block;
	float: left;
}

.category_listing ul {
	float: left;
	display: inline-block;
	width: 300px;
	list-style: none;
	color: #4c72aa;
	border-top: 0;
	padding: 5px;
	margin: 0 0 0 0;
}

.category_listing ul li {
	line-height: 25px;
	width: 300px;
	border-bottom: 1px dotted #bababa;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.category_listing ul li.last {
	margin-bottom: 0;
}

.category_listing .read_more {
	margin-left: 5px;
}

.category_listing ul li a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #353535;
	font-weight: normal;
	height: 20px;
	display: inline-block;
	overflow: hidden;
}

.category_listing ul li a:hover {
	color: #555555;
	text-decoration: underline;
}

.category_content {
	width: 470px;
	margin: 0 10px;
	float: left;
	display: inline-block;
}

.category_content .date_range {
	width: 448px;
	float: left;
	display: inline-block;
	background: #f1f1f1;
	border: 1px solid #bababa;
	padding: 10px;
	margin-bottom: 10px;
}

.category_content .date_range img {
	float: left;
	display: inline-block;
	margin-right: 10px;
}

.category_content .date_range span {
	width: 418px;
	float: left;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #353535;
	font-style: italic;
}

.category_item {
	width: 460px;
	padding: 5px;
	line-height: 20px;
	font-family: Arial, sans-serif;
	display: inline-block;
	border-bottom: 1px dotted #bababa;
	font-size: 13px;
	font-weight: normal;
	color: #353535;
}

.category_item span {
	color: #007eef;
}

.category_item:hover {
	text-decoration: underline;
	color: #555555
}

.category_item_popular {
	width: 470px;
	padding: 10px 0;
	border-bottom: 1px dotted #bababa;
	display: inline-block;
}

.category_item_popular a img {
	float: left;
	display: inline-block;
	margin-right: 10px;
        width: 230px;
        height: 137px;
}

.category_item_popular_info {
	float: right;
	display: inline-block;
	width: 230px;
	margin-top: 10px;
}

.category_item_popular_info h3 a {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #353535;
	font-weight: bold;
	display: inline-block;
}

.category_item_popular_info h3 a:hover {
	text-decoration: underline;
	color: #555555;
}

.category_item_popular_info p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #353535;
	display: inline-block;	
	overflow: hidden;
}

.category_item_med {
	width: 470px;
	display: inline-block;
	padding: 10px 0;
	border-bottom: 1px dotted #bababa;
}

.category_item_med a img {
	float: left;
	display: inline-block;
	margin-right: 10px;
        width: 110px;
        height: 100px;
}

.category_item_med_info {
	width: 350px;
	float: left;
	margin-top: 10px;
}

.category_item_med h3 a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #353535;
	line-height: 20px;
	display: inline-block;
}

.category_item_med h3 a:hover {
	text-decoration: underline;
	color: #555555;
}

.category_item_med p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #353535;
	display: inline-block;
}

.category_sidebar {
	float: left;
	width: 150px;
}

.category_video_block a.article_headline {
	margin-top: 108px;
	border-bottom: 1px dotted #bababa;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.category_video_block a.article_headline:hover {
	text-decoration: underline;
	color: #555555;
}

.category_content {
	_margin: 0 10px 0 5px;
}

.video_modal {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 101;
	opacity: 0.75;
}

.video_modal_window {
	width: 650px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -325px;
	z-index: 102;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
}

.video_modal_window h2 {
	background: #4c72aa;
	height: 40px;
	line-height: 40px;
	border-radius: 4px 4px 0 0;
}

.video_modal_window h2 span {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	float: left;
	display: inline-block;
	color: #fff;
	padding-left: 15px;
}

.video_modal_window h2 a img {
	float: right;
	display: inline-block;
	margin: 5px;
}

.video_player {
	width: 650px;
	background: #000;
}

.video_player iframe {
	margin: 15px 75px 15px 75px;
}

.video_up_next {
	width: 650px;
	background: #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#151515), to(#353535));
	background: -webkit-linear-gradient(top, #353535, #151515);
	background: -moz-linear-gradient(top, #353535, #151515);
	display: inline-block;
}

.video_up_next span {
	float: left;
	font-family: Arial, sans-serif;
	line-height: 45px;
	color: #bababa;
	font-size: 13px;
	padding-left: 15px;
}

.video_up_next a {
	float: right;
	margin: 10px;
}

.video_up_next a.button {
	padding: 5px 10px;
}

.video_share {
	width: 220px;
	float: left;
	display: inline-block;
	margin: 10px;
	_margin: 10px 5px;
}

.video_share h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #454545;
	line-height: 25px;
	border-bottom: 1px solid #bababa;
	margin-bottom: 10px;
}

.video_description {
	width: 400px;
	float: left;
	display: inline-block;
	margin: 10px 10px 10px 0;
}

.video_description h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #454545;
	line-height: 25px;
	border-bottom: 1px solid #bababa;
	margin-bottom: 5px;
}

.video_description #full_description_more, .video_description #full_description_less {
	display: inline-block;
}

.video_description p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #353535;
	display: inline-block;
	margin: 0 0 5px 0;
}

.video_comments {
	margin: 0 10px 0 10px;
	width: 460px;
	float: left;
	display: inline-block;
	_margin: 0 0 0 5px;
}

.video_newest_videos {
	width: 150px;
	float: left;
	display: inline-block;
	margin-left: 10px;
}

.video_newest_videos h2 {
	width: 140px;
	background: #4c72aa;
	border-radius: 0;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	padding-left: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

.video_newest_videos h3 a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #353535;
	display: inline-block;
	padding: 95px 0 0 0;
	margin-bottom: 10px;
}

.video_newest_videos h3 a:hover {
	text-decoration: underline;
	color: #555555;
}

.video_footer {
	background: #4c72aa;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	width: 635px;
	border-radius: 0 0 4px 4px;
}

.video_footer a {
	float: right;
	display: inline-block;
	margin-right: 15px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	border-radius: 0 0 4px 4px;
}

.video_footer a:hover {
	text-decoration: underline;
	color: #ccc;
}

.search_page {
	border-bottom: 1px dotted #bababa;
}

.search_page .search_archive_text {
	*margin: 0 10px 0 -10px;
}

.news_archive_search_types {
	width: 480px;
	float: left;
	display: inline-block;
}

.news_archive_search_type {
	float: left;
	display: inline-block;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 3px;
	*margin-left: 5px;
	*margin-right: 10px;
}

.news_archive_search_type label {
	width: auto;
	height: auto;
	float: left;
	display: inline-block;
	margin: 0;
	font-weight: normal;
}

.news_archive_search_type input {
	width: auto;
	height: auto;
	float: left;
	display: inline-block;
	margin: 8px 10px 0 0;
}

.search_page .advanced_search {
	margin-top: 3px;
}

.news_archive_search_advanced {
	width: 630px;
	border-bottom: 1px dotted #bababa;
	margin: 0 10px 10px 10px;
	padding-bottom: 10px;
}

.news_archive_search_advanced h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #454545;
	line-height: 25px;
	border-bottom: 1px solid #bababa;
	margin-bottom: 5px;
	width: 630px;
	margin-bottom: 10px;
}

.dates {
	margin: 0 0 10px 0;
}

.dates label {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #353535;
	line-height: 30px;
	float: left;
	display: inline-block;
	margin: 0 30px 0 0;
}

.dates .search_archive_date {
	width: 148px;
	float: left;
	display: inline-block;
	margin: 0 30px 0 0;
	border: 1px solid #bababa;
	height: 28px;
}

.dates .search_archive_date input {
	border: 0;
	background: #fff;
	height: 18px;
	line-height: 18px;
	padding: 5px;
	width: 110px;
	float: left;
	display: inline-block;
}

.dates .search_archive_date a img {
	float: left;
	display: inline-block;
	margin: 4px;
}

.news_archive_search_advanced .category_list {
	float: left;
	display: inline-block;
	margin: 0 10px 5px 0px;
	width: 310px;
	*margin: 0 5px 5px 0;
}

.news_archive_search_advanced .category_list input {
	float: left;
	display: inline-block;
	margin: 4px 10px 5px 0;
	*margin: 0 10px 5px 0;
}

.news_archive_search_advanced .category_list label {
	float: left;
	display: inline-block;
	width: 270px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #353535;
	line-height: 20px;
}

.news_archive_search_advanced button {
	display: inline-block;
	margin: 5px 0 0 0;
	width: 630px;
}

.search_page_results {
	width: 630px;
	margin: 0 10px;
}

.search_page_results h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #454545;
	line-height: 25px;
	border-bottom: 1px solid #bababa;
	margin-bottom: 5px;
	width: 630px;
	margin-bottom: 10px;
}

.search_page_results .search_result {
	width: 630px;
	border-bottom: 1px dotted #bababa;
	float: left;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.search_page_results .search_result a img {
	float: left;
	display: inline-block;
	margin-right: 10px;
        width: 150px;
        height: 89px;
}

.search_page_results .search_result .search_result_info {
	width: 470px;
	float: left;
	display: inline-block;
}

.search_page_results .search_result h3 a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #353535;
	display: inline-block;
}

.search_page_results .search_result h3 a:hover {
	color: #555555;
	text-decoration: underline;
}

.search_page_results .search_result p {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	color: #353535;
	display: inline-block;
}

.read_more {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #007eef;
	font-weight: normal;
}

.read_more:hover {
	text-decoration: underline;
}

p.sidebar_about {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #353535;
	margin: 10px;
	width: 280px;
	display: inline-block;
}

.twtr-hd, .twtr-ft, .twtr-widget em {
	display: none !important;
}

.twtr-tweet-text p {
	line-height: 20px !important;
}

.twtr-tweet-wrap {
	padding: 0 !important;
}

.latest_twtr {
	color: #353535 !important;
	font-weight: bold;
}

.social_section {
	width: 630px;
	margin: 10px;
}

.social_section h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #454545;
	line-height: 25px;
	border-bottom: 1px solid #bababa;
	margin-bottom: 5px;
	width: 630px;
	margin-bottom: 10px;
}

.twitter_block {
	width: 310px;
	float: left;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;
	overflow: hidden;
}

.twitter_block a img {
	float: left;
	display: inline-block;
	margin-right: 10px;
}

.twitter_block_text {
	float: left;
	background: #fff;
	width: 200px;
}

.twitter_block_text p {
	display: inline_block;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #353535;
	margin: 0;
}

.twitter_block p a {
	font-weight: normal;
	color: #007eef;
}

.twitter_block p a:hover {
	text-decoration: underline;
}

.twitter_block span {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #858585;
	line-height: 20px;
	float: right;
	display: inline-block;
	width: 200px;
}

.twitter_block_follow {
	border-top: 1px solid #C5DEEF;
	background: #EEF9FD;
	width: 290px;
	padding: 10px;
	margin-top: 10px;
}

/*#scroll_video_right {
	margin-left: 567px;
}*/

.no_right {
	margin-right: 0 !important;
}

.top_10 {
	margin-top: 10px;
}

/* Header */

.header {
	width: 100%;
}

.head {
	height: 72px;
	width: 100%;
	background: #4c72aa;
}

.head h1 {
	color: #f4f4f4;
	float: left;
	display: inline-block;
}

.head h1 a {
	border: 0;
}

.head h1 a img {
	height: 29px;
	margin: 21px 0 22px 0;
}

.banner_468 {
	width: 468px;
	padding: 6px;
	_padding: 6px 6px 4px 6px;
	height: 60px;
	background: #2d4971;
	float: right;
	display: inline-block;
}

.banner_468 a {
	border: 0;
}

.navigation {
	height: 37px;
	width: 100%;
	background: #4c72aa;	
}

/* Firefox Navigation Hack */

@-moz-document url-prefix() {
.navigation {
	padding-bottom: 1px !important;
}
}

/* Navigation Style */

.menu {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	width: 650px;
	height: 37px;
	position: relative; 
	font-size: 12px;
	z-index: 100;
	display: inline-block;
	float: left;
}

.menu a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: normal;
}

.menu ul li a {
	display: inline-block;
	text-decoration: none;
	color: #000;
	height: 37px;
	line-height: 37px;
	color: #fff;
	font-size: 11px;
	padding: 0 10px;
	border: 0;
}

.menu ul li a.active {
	background: url(/images/nav_active.gif) center bottom no-repeat;
}

.menu ul li a.active_drop {
	background: url(/images/nav_active.gif) center bottom no-repeat;
}

li:hover a.active_drop {
	background: #273b58;
	
}

.menu ul li a img {
	display: inline-block;
}

.menu ul {
	list-style: none;
}

.menu ul li {
	float: left; 
	position: relative;
	height: 37px;
	line-height: 37px;
	padding: 0; 
	margin: 0;
}

.menu ul li ul {
	display: none;
}

.menu ul li:hover a {
	color: #fff; 
	background: #273b58;
	background-image: none;
	/* padding: 0 10px; */
}

.menu ul li:hover a.active {
	background: url(/images/nav_active_hover.gif) center bottom no-repeat #273b58;
	padding: 0 10px;
}

.menu ul li:hover ul {
	display: inline-block;
	position: absolute;
	top: 37px;
	left: 0;
	width: 195px;
	background: #273b58;
	z-index: 99;
}

.menu ul li:hover ul li {
	margin: 0;
	padding: 0;
	height: 32px;
	line-height: 30px;
}

.menu ul li:hover ul li.heading {
	background: #1d304a;
	text-transform: uppercase;
	color: #fff;
	line-height: 32px;
	height: 32px;
	width: 175px;
	padding: 0 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

.menu ul li:hover ul li a {
	display: inline-block;
	width: 175px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	background: #273b58;
	border-top: 1px solid #334866;
	border-bottom: 1px solid #1d304a;
	color: #fff;
	text-transform: none;
}

.menu ul li:hover ul li a.hide {
	color: #fff;
	background: #273b58;
	border-top: 1px solid #334866;
	border-bottom: 1px solid #1d304a;
}

.menu ul li:hover ul li:hover a.hide {
	background: #304563;
	border-top: 1px solid #334866;
	border-bottom: 1px solid #1d304a;
	color: #fff;
}

.menu ul li:hover ul li ul {
	display: none;
}

.menu ul li:hover ul li a:hover {
	color: #fff;
	background: #304563;
	border-top: 1px solid #334866;
	border-bottom: 1px solid #1d304a;
	height: 30px;
}

.menu ul li:hover ul li:hover ul {
	display: inline-block;
	position: absolute;
	left: 195px;
	top: 0;
}

.menu ul li:hover ul li:hover ul.left {
	left: 195px;
}

.menu .tag_left {
	float: left;
	display: inline-block;
	color: #fff;
	line-height: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
}

.menu .tag_right {
	display: inline-block;
	color: #fff;
	float: right;
	font-size: 9px;
	text-transform: uppercase;
	margin: 8px 0 0 0;
	border-radius: 3px;
	padding: 3px 3px 4px 3px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 9px;
}

.menu .tag_red {
	background: #ba1717;
}

.menu .tag_green {
	background: #69a30f;
}

.login_arrow_left {
	float: left;
	display: inline;
	margin: 15px 0 0 0;
}

.login_arrow_right {
	float: left;
	display: inline;
	margin: 15px 0 0 0;
}

.navigation .login {
	display: inline;
	height: 37px; 
	line-height: 37px;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	padding: 0 10px;
	margin: 0 0 0 0 !important;
	width: auto !important;
	border: 0;
	text-transform: uppercase;
	float: left;
	font-weight: normal;
}


.navigation .loggedin {
	display: inline;
	height: 37px; 
	line-height: 37px;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	border: 0;
	text-transform: uppercase;
	float: left;
	font-weight: normal;
}

.navigation .login:hover {
	background: #273B58;
}

.account {
	float: left;
	display: inline;
	width: 105px;
	margin-left: 15px;
}

.site_search {
	width: 169px;
	float: right;
	display: inline-block;
	background: url(/images/search_left.gif) top left no-repeat #fff;
	padding-left: 11px;
	height: 23px;
	margin: 7px 0;
}

.site_search_text {
	height: 17px;
	margin: 3px 6px 3px 0;
	padding: 0 5px;
	background: #fff;
	display: inline-block;
	line-height: 17px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #858585;
	border: 0;
	width: 130px;
	float: left;
}

.site_search_text:focus {
	border: 0;
	background: 0;
	outline: none;
}

.site_search_btn {
	display: inline-block;
	height: 23px;
	width: 23px;
	border: 0;
	float: left;
}

/* Footer */

.footer {
	width: 100%;
}

.footer .logo {
	width: 290px;
	height: 29px;
	display: inline-block;
	float: left;
	margin-top: 35px;
}

.footer .logo a {
	border: 0;
	width: 290px;
	height: 29px;
}

.footer .logo span {
	margin-top: -5px;
	color: #fff;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	width: 290px;
	text-align: right;
	display: inline-block;
}

.footer ul {
	display: inline-block;
	margin-top: 42px;
	float: right;
}

.footer ul li {
	float: left;
	display: inline-block;
	margin-left: 20px;
	
}

.footer ul li a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	border: 0;
	padding: 6px 7px;
	line-height: 14px;
	height: 14px;
	display: inline-block;
	border-bottom: 1px solid #454545;
	font-weight: normal;
}

.footer ul li a:hover {
	border-bottom: 1px solid #ccc;

}

.footer ul li a.rss {
	background: url(/images/icon_rss_new.gif) top right no-repeat;
}

.footer .terms {
	width: 970px;
	display: inline-block;
	margin: 30px 0;
}

.footer .terms p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #dcdcdc;
	text-align: justify;
}

.footer .terms p strong {
	color: #dcdcdc;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
}

.footer .terms p a {
	border-bottom: 1px dotted #ccc;
	color: #dcdcdc;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
}

.footer .terms p a:hover {
	border-bottom: 1px solid #ccc;
}

.print_header {
	display: none;
}

.article_previous, .article_next {
	display: none;
}

.height_20 {
	height: 20px;
	overflow: hidden;
}

.height_40 {
	height: 40px;
	overflow: hidden;
}

.height_60 {
	height: 60px;
	overflow: hidden;
}

.height_100 {
	height: 100px;
	overflow: hidden;
}

.height_110 {
	height: 110px;
	overflow: hidden;
}

.height_120 {
	height: 120px;
	overflow: hidden;
	display: inline-block;
}

.height_140 {
	height: 140px;
	overflow: hidden;
}

.height_150 {
	height: 150px;
	overflow: hidden;
}

.height_160 {
	height: 160px;
	overflow: hidden;
}

.height_180 {
	height: 180px;
	overflow: hidden;
}

.height_255	{
	height: 255px;
	overflow: hidden;
}

.posted_success {
	width: 448px;
	background: #eaf8d5;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #bbcba6;
	margin: 0 0 10px 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #688b4b;
	display: inline-block;
	text-align: center;
}

.comment_reply {
	width: 470px;
}

.comment_reply button {
	margin: 0 0 0 10px;
	_margin: 0 0 0 5px;
	float: left;
	display: inline-block;
}

.comment_reply textarea {
	display: inline-block;
	float: left;
	width: 330px;
	padding: 5px;
	border: 1px solid #dcdcdc;
	background: #fff;
	height: 60px;
	line-height: 20px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	display: inline-block; 
	margin-bottom: 10px;
}


#modal_loading {
	background-color: #252525;
	text-align: center;
	padding: 20px;
}

.search_error {
	width: 618px;
	background: #ffacac;
	border: 1px solid #cf000c;
	border-radius: 4px;
	padding: 5px;
	text-align: center;
	float: left;
	display: inline-block;
	margin: 0 0 10px 0;
}

.search_error {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #b4000a;
	line-height: 18px;
}

.col_2_footer_link {
    width: 290px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: right;
    background: #eeeeee;
    padding: 0 10px;
    margin: 10px 0;
}

.col_4_footer_link {
    width: 610px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: right;
    background: #eeeeee;
    padding: 0 10px;
    margin: 10px 0;
}

.col_2_footer_link a, .col_4_footer_link a {
    font-weight: normal;
    color: #007eef;
    text-decoration: none;
	font-family: Arial, sans-serif; 
	font-size: 13px;
}

.col_2_footer_link a:hover {
    text-decoration: underline;
}

#newsletter_promo {
    position: fixed;
    _position: absolute;
    background: #3a6ca5;
    width: 100%;
    height: 215px;
    top: 40%;
    font-family: Arial, sans-serif;
    margin: 0 auto;
}

#newsletter_promo_wrapper {
    width: 558px;
    margin: 0 auto;
}

#newsletter_promo_scroll_left {
    width: 14px;
    float: left;
    margin-right: 20px;
    padding-top: 100px;
    z-index: 1;
    cursor: pointer;
    position: absolute;
}

#newsletter_promo_scroll_right {
    width: 14px;
    float: right;
    margin-left: 545px;
    padding-top: 100px;
    z-index: 1;
    cursor: pointer;
    position: absolute;
}

#newsletter_promo_content {
    width: 490px;
    float: left;
    margin-left: 35px;
    position: absolute;
}

.newsletter_promo_content_slide{
    position: absolute;
    width: 490px;
}

#newsletter_promo_close {
    position: absolute;
    height: 23px;
    width: 67px;
    background: #3a6ca5;
    margin-top: -23px;
    margin-left: 457px;
    cursor: pointer;
}



.newsletter_promo_nl_preview {
    position: absolute;
    margin-top: -70px;
    *margin-top: -220px;
}

.newsletter_promo_text {
    float: right;
    color: #ffffff;
    width: 335px;
    padding-top: 20px;
}

.newsletter_promo_text h1 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.newsletter_promo_text p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.newsletter_promo_note {
    font-size: 10px;
    margin: 0;
    padding: 0;
    line-height: 30px;
    float: right;
    width: 335px;
    color: #a6c5e8;
    margin-top: 10px;
    text-indent: 5px;
}

.newsletter_promo_subscribe {
    float: right;
    width: 335px;
    margin-top: 10px;
    height: 30px;
}

.newsletter_promo_subscribe input {
    border: 1px solid #284c76;
    height: 35px;
    line-height: 35px;
    color: #656565;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 0 4px 0 0;
    width: 220px;
    *width: 210px;
    _width: 200px;
    text-indent: 10px;
}

.intro_text {
	color: #555 !important;
	font-weight: normal;
}

/* PPI Signup Page */>
.mag_image {margin-right: 10px;}
.column {float: left;}
.column.three {width: 285px; margin-right: 30px;}
.column.three.last {margin-right: 0px!important;}
.column.two {width: 453px; margin-right: 10px;}
.column.two.last {margin-right: 0px!important;}
.three .fixedwidth {width: 248px!important;}
.ppi_initial_coice {width: 100%;}
.ppi_preferences {width: 100%;}
.table_row {height: 30px; line-height: 30px; padding: 0 10px;}
.table_row:nth-child(even) {background: #f1f1f1;}
.table_row .fixedwidth {width: 100px;}
.formblock select {padding: 0; margin: 0; border: none;}
.formblock .border {border: 1px solid #ccc; line-height:18px; height:18px; font-size: 11px; width:190px; margin-top: 5px!important;}
.ppi_signup fieldset {border: 1px solid #ececec; padding: 10px; background:#fff;}
.formblock {padding: 10px; background: #f6f6f6; margin: 10px; border: 1px solid #ececec;}
.formblock legend {color: #252525; font-weight: bold; font-size: 11px;}
.stage {text-align: right; font-weight: bold; color: #91B252!important;}
.third {width: 287px;}
.right5 {margin-right: 5px;}
.top20 {margin-top:20px;}
.table_row input {margin-top: 8px;}
#content_main.ppi {padding-top: 20px;}
#content_main.ppi h1 {font-weight: bold; font-size: 20px; font-family: Arial, Helvetica, sans-serif;}
#content_main.ppi h2 {color: #454545 !important; border-bottom: 1px solid #BABABA !important; font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif !important; font-size: 14px !important; font-weight: normal !important; padding: 0 !important; text-transform: uppercase !important; line-height: 22px !important; margin-bottom: 10px;}
.textblock p {line-height: 19px; margin-bottom:20px; }
.light {color: #999; font-size: 10px; line-height: 30px;}
.select_border {border: 1px solid #ccc; padding:1px 0;}
#content_main.ppi .clearb {clear: both;}
.ptop20 {padding-top: 20px;}
.mbottom20 {margin-bottom: 20px;}
.fullwidth {width: 100%!important;}
.border.error {border-color: #f2b3b3!important; background: #ffefef;}
div.error {padding: 0 5px; font-size: 9px!important; color:#f2b3b3;} 
.error.fullwidth {width: 277px!important;}
.hidden {display: none;}

.site_header_banner div {
	background: #FFFFFF;
	float: left;
	display: inline;
}

.sidebar_block_content {
float: left;
display: inline;
}

.featured_job_container {
	float: left;
	display: inline;
	width: 300px;
  height: 85px;
	background: #ffffff;
	font-family: Arial, sans-serif;
}

.featured_job_block_item {
	float: left;
	display: inline;
	padding: 12px 0 0 0;
	margin: 0 10px 10px 10px;
	height: 62px;
	width: 280px;
	overflow: hidden;
}

.featured_job_block_item h2 {
	width: 280px;
	height: 62px;
}

.featured_job_block_item h2 a {
	color: #353535;
	font-weight: bold;
	display: inline;
	font-size: 13px;
	line-height: 20px;
	height: 62px;
	overflow: hidden;
}

.featured_job_block_item h2 a:hover {
	color: #656565;
	text-decoration: none;
}

.featured_job_block_item h2 a img {
	float: left;
	display: inline;
	height: 60px;
	width: 60px;
	margin: 0 10px 10px 0;
	border: 1px solid #bababa;
}

.featured_job_block_item a.featured_job_view {
	line-height: 20px;
	font-size: 13px;
	color: #007eef;
	float: left;
	display: inline;
}

.featured_job_block_item h2 a:hover span.featured_job_title {
	text-decoration: underline !important;
}

.featured_job_block_item h2 a span.featured_job_view {
	color: #007eef;
}

.featured_job_block_item h2 a:hover span {
	text-decoration: none !important;
}

.featured_job_nav {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
}

.featured_job_nav a {
	height: 10px;
	width: 10px;
	border-radius: 10px;
	background: #FFFFFF;
	border: 1px solid #bababa;
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	line-height: 0;	
}

.featured_job_nav a:hover {
	background: #e0e0e0;
	text-decoration: none;
	-webkit-box-shadow: inset 0px 0px 1px 1px #FFFFFF;
	box-shadow: inset 0px 0px 1px 1px #FFFFFF;
}

.featured_job_nav a.active {
	background: #4c72aa;
	-webkit-box-shadow: inset 0px 0px 1px 1px #FFFFFF;
	box-shadow: inset 0px 0px 1px 1px #FFFFFF;
}

.upgradePromptHeader {
	padding: 20px;
	text-align:center;
}