/***** templates/troy/styles/structure.css *****/
/* Reset a specific subset of tags.  We don't want *all* of them reset or it will break things */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
body {
	background: #e2e2e2 repeat-x bottom center;
	color: #333;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1em;
}
hr {
	clear: both;
}
img {
	border: 0;
}
fieldset {
	border: none;
	clear: both;
}
#site_container {
	font-size: 1.2em;
	margin: 0 auto;
	width: 968px;
}

/* Body Columns
-------------------------------- */

#body_col {
	float: left;
	padding: 0px 0px 4px 4px;
	width: 964px;
}
#body_col_1 {
	float: left;
	margin-right: 5px;
	overflow: hidden;
	padding-bottom: 5px;
	width: 190px;
}
#body_col_2 {
	float: left;
	margin-right: 5px;
	overflow: hidden;
	padding-bottom: 5px;
	width: 460px;
}
#body_col_3 {
	float: left;
	overflow: hidden;
	padding-bottom: 5px;
	width: 300px;
}
div#body_col_12 {
	float: left;
	margin: 4px 5px 0 0;
	overflow: hidden;
	width: 655px;
}
#body_col_12 .dcc-media {
	color: #999999;
	float: right;
	font-size: 85%;
	margin: 0 5px 0 0;
	text-align: center;
	width: 218px;
}
#body_col_23 {
	float: left;
	width: 765px;
}
#body_col_23_wrapper {
	float: left;
	width: 765px;
	overflow:hidden;
}
div#body_col_23_wrapper table {
	float: left;
}
div#gothere_page {
	width: 749px;
	background-color: #fff;
	padding: 10px;
}
div#gothere_page table {
	float: none;
}

#body_col_channel_cont {
	background: #fff;
	float:left;
	width:960px;
}
#body_col_channel {
	float: left;
	margin: 0 4px 0 0;
	overflow: hidden;
	width: 656px;
}

/***** templates/troy/styles/comp_structure.css *****/
/* --------------------------------
	Component Containers
-------------------------------- */
.comp_container {
	float: left;
	margin-bottom: 6px;
	width: 100%;
}

/* --------------------------------
	Component
-------------------------------- */

/* Component Header
---------------------- */

.comp_header {
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	background: #afafaf top left repeat-x;
	clear: both;
	display: block;
	height: 31px;
}
.comp_header h1 {
	background: 100% 3px no-repeat;
	color: #fff;
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	height: 24px;
	padding: 7px 0 0 5px;
}

a.comp_header_close {
	background: url(templates/troy/images/close.png?b11f7266) no-repeat center;
	display: none;
	height: 8px;
	float: right;
	margin: 3px 3px 0 0;
	padding: 3px; 
	text-indent: -10000px;
	width: 7px;
}

a.comp_header_close:hover {
	background: url(templates/troy/images/close_on.png?b11f7266) no-repeat center;
}


/* --------------------------------
	Component Body
-------------------------------- */

.comp_body {
	background: #ebebeb bottom left repeat-x;
	border-top: solid 1px #fff;
	float: left;
	overflow: hidden;
	width: 100%;
}
.comp_body .titlebar {
	background: #e3ecef bottom left repeat-x;
}
.comp_body .submit {
	background: #76cb52 left 45% repeat-x;
	border: 1px solid #58AC34;
	color: #000;
}
.comp_body ul li.alt a:hover {
	background: #e3ecef;
}
.topnews_comp {
	width: 100%;
}
.comp_body div.news_detail_image {
	float: left;
	padding-right: 10px;
}

/* --------------------------------
	Component Content
-------------------------------- */

.comp_content {
	background: bottom left repeat-x;
	clear: both;
	padding: 5px;
	overflow: hidden;
}
#body_col_2 .comp_content {
	background: bottom left repeat-x;
}
.container_premium {
	background: #efefef bottom left repeat-x;
}
#body_col_12 .comp_content {
	background: #fff;
}
#body_col_23_wrapper .comp_20_news .comp_content {
	padding: 10px;
}
.watercooler_component .comp_content .more {
	color: #3C7494;
	float: right;
}
.watercooler_component .comp_content .more a {
    color: #3C7494;
}
.watercooler_component .comp_content .more a:hover {
	color: #042D4D;
	text-decoration: underline;
}
.watercooler_component .comp_content .img {
	border: 1px solid #fff;
}
.watercooler_component .comp_content td.row-1 {
	background: #666;
	border-bottom: 0;
	padding: 1px 5px;
}
.watercooler_component .comp_content td.row-2 {
	background: #333;
	border-bottom: 0;
	padding: 1px 5px 7px 5px;
}
.watercooler_component .comp_content td.row-2:hover {
	background: #333;
}
.watercooler_component .comp_content td.row-2 a {
	color: #aecfe1;
}
.watercooler_component .comp_content .text-2 {
	color: #000;
	padding-bottom: 10px;
	width: 100%;
}
.watercooler_component .comp_content ol li {
	background: #333;
}
.watercooler_component .comp_content  ol li a {
	color: #6ac9fe;
}
.watercooler_component .comp_content .dcc h3 {
	color: #fff;
}
.watercooler_component .comp_content h1 a, .watercooler_component .comp_content  h4 a, .watercooler_component .comp_content  h3 a {
	color: #3c7494;
	text-decoration: none;
}
.watercooler_component .comp_content h4 a:hover {
	color: #042D4D;
	text-decoration: underline;
}
.watercooler_component .comp_content .comp-form-nav-11 select, .watercooler_component .comp_content  .comp-form-nav input {
 	background: #575757;
	color: #aecfe1;
}
.watercooler_component .comp_content {
	background: #efefef bottom left repeat-x;
	float: left;
	margin: 0;
	padding: 0px;
	overflow: hidden;
}
.watercooler_component .comp_content .comp_content {
	background: transparent none;
	padding: 0px 0px 0px 3px;
}
.watercooler_component .comp_content .lt {
	cursor: pointer;
	float: right;
	height: 120px;
	text-align: center;
	width: 170px;
}
.watercooler_component .comp_content .rt {
	float: left;
	margin-top: 15px;
}
.watercooler_component .comp_content .rt ul {
	float: left;
	width: 250px;
}
.watercooler_component .comp_content .rt ul li {
	list-style-type: none;
	padding: 2px 0 2px 5px;
}
.watercooler_component .comp_content .rt ul li img {
	padding-right: 5px;
}
.watercooler_component .comp_content .rt ul li a {
	color: #3c7494;
	display: block;
	padding: 2px 0 2px 5px;
	text-decoration: none;
	width: 100%;
}
.watercooler_component .comp_content  .rt ul li a:hover, .watercooler_component .comp_content  .rt ul li a.on {
	background: #b4b4b4;
	color: #042d4d;
	display: block;
	margin: 0px;
	text-decoration: none;
	width: 100%;
}
div.watercoolerlegal {
	text-align:right;
}
div.watercoolerlegal span.watercoolerlegal {
	color: #000;
	font-size:75%;
}

/** Watercooler More Link for Embarq Cluster **/
.watercooler_component .comp_content .watercoolermore {
        float: right;
        margin-right: 20px;
}

.watercooler_component .comp_content .watercoolermore a {
	background: transparent url(http://images.synacor.com/clientimages/13268/5713.gif) right 50% no-repeat;
        font-weight: bold;
	padding-right: 10px;
}

.watercooler_component .comp_content .watercoolermore a:hover {
        text-decoration: none!important;
}

.comp_content .lt {
	float: left;
}
.comp_content .rt {
	float: right;
}


/***** templates/troy/styles/component.css *****/
.synacor_red {
	color: #b32326;
}
hr {
	margin-top: 5px;
}
.clearfix:after, #embark_contentwrap:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix, #embark_contentwrap {
	display: inline-block;
}

/* Site Container 800
-------------------------------- */

#site_container_800 #body_col {
	float: left;
	overflow: hidden;
	padding: 4px 0 4px 4px;
	width: 769px;
}
#site_container_800 #body_col_12 {
	float: left;
	margin-right: 5px;
	overflow: hidden;
	width: 455px;
}
#site_container_800 #body_col_23_wrapper {
	float: left;
	width: 765px;
}
#site_container_800 {
	background: transparent;
	border-top: none;
	margin: 0 auto;
	text-align: left;
	width: 769px;
}
#site_container_800 #header-links {
	color: #000;
	float: left;
	font-size: 1em;
	padding-bottom: 5px;
	width: 100%;
}
#site_container_800 #header-links a {
	color: #000;
	text-decoration: none;
}
#site_container_800 #header-links a:hover {
	color: #2c556b;
	text-decoration: none;
}
#site_container_800 #header-links .left {
	float: left;
	padding-left: 1%;
	width: 29%;
}
#site_container_800 #header-links .right {
	float: right;
	text-align: right;
	width: 67%;
}
#site_container_800 #identity {
	height: 70px;
	width: 769px;
}
#site_container_800 #identity .ad {
	float: right;
	margin: 15px 10px 0 0;
	width: 470px;
}
#site_container_800 #identity .logo {
	float: left;
	margin: 10px 0 0px 5px;
	padding: 0px;
	width: 160px;
}
#site_container_800 #h-nav {
	float: left;
	clear: left;
	height: 32px;
	width: 765px;
}
#site_container_800 #body_col {
	float: left;
	padding: 4px 0 4px 4px;
	overflow: hidden;
	width: 769px;
}
#site_container_800 #body_col_12 {
	float: left;
	margin-right: 5px;
	overflow: hidden;
	width: 455px;
}

/* 800 SEARCH BAR(s)
------------------------------------- */

#site_container_800 #search-bar {
	float: left;
	margin-bottom: 15px;
	width: 769px;
}
#site_container_800 #search-bar .logo {
	float: left;
}
#site_container_800 #search-bar .search {
	display: block;
	float: right;
}
#site_container_800 #search-bar .s_bar .sublinks {
	float: left;
	font-size: .9em;
	padding-left: 55px;
}
#site_container_800 #search-bar .s_bar {
	border-right: 0px;
	float: left;
	margin-top: 8px;
	width: 560px;
}

/* Footer
-------------------------------- */

#footer {
	clear: both;
	margin-bottom: 10px;
	padding-top: 20px;
}
#footer .site_footer {
	color: #fff;
	padding: 10px 0px 20px 0px;
	text-align: center;
}
#footer .site_footer a {
	color: #fff;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
#footer .site_footer a:hover {
	color: #f90;
	text-decoration: none;
}
#footer .footer_bar {
	display: block;
	height: 11px;
	margin-left: 10px;
}

/* IMG
-------------------------------------- */

.img {
	border: 1px solid #000;
	margin: 4px;
}
.img_big {
	background: #fff;
	border: 1px solid #999;
	padding: 10px;
}

/* Header Links
-------------------------------- */

#header-links {
	color: #000;
	float: left;
}
#site_container #header-links a {
	text-decoration: none;
}
#site_container #header-links a:hover {
	text-decoration: none;
}
#site_container #header-links .left {
	float: left;
	width: 480px;
}
#site_container #header-links .right {
	float: right;
	text-align: right;
	width: 480px;
}

#nofloat {
	float: none!important;
}

/* Hides From IE-Mac
-------------------------------- */

/* Hides from IE-mac \*/
* html .clearfix, * html #embark_contentwrap {
	height: 1%;
}
.clearfix, #embark_contentwrap {
	display: block;
}
/* End hide from IE-mac */
.emptyPlaceMarker {
	border: 2px dotted red;
	margin: 2px 0 2px 0;
}

/* Drag n Drop
-------------------------------- */

.drag_container {
	width: 100%;
}


/* Text
-------------------------------- */

.text {
	margin-bottom: 5px;
}
.text a {
	color: #3c7494;
	text-decoration: none;
}
.text a:link:hover {
	color: #042d4d;
	text-decoration: underline;
}
.text p {
	padding-bottom: 1em;
}
div#body_col_12 .text p,
div#body_col_12 .text_img_hidden p {
	font-size: 13px;
}
.text h3 {
	color: #000;
}
.text .story_notfound {
	background: transparent url(templates/troy/images/story_notfound.jpg?b11f7266) no-repeat scroll left center;
	font-size: 1.5em;
	margin: 10px 0 0 5px;
	padding: 10px 0 10px 65px;
}

/* Img Left
-------------------------------- */

.img_left {
	float: left;
	width: 100%;
}
.img_left .img {
	border: 1px solid #000;
	float: left;
	height: 60px;
	margin-bottom: 5px;
	width: 60px;
}
.headlines_today_component .img_left .img {
	width: 60px;
}
.img_left .img_hidden {
	float: left;
	height: 60px;
	margin: 0 0 5px 5px;
	visibility: hidden;
	width: 0px;
}
.headlines_today_component .img_left .img_hidden {
	width: 60px;
}
.img_left .text {
	margin-bottom: 5px;
	margin-left: 70px;
}
.img_left .text_img_hidden {
	margin-bottom: 5px;
}

/* Img Right
-------------------------------- */

.img_right {
	float: left;
	margin-top: 5px;
	width: 100%;
}
.img_right .img {
	border: 1px solid #000;
	float: right;
	height: 60px;
	margin-bottom: 5px;
	width: 60px;
}
.headlines_today_component .img_right .img {
	width: 60px;
}
.img_right .text {
	margin-bottom: 5px;
	padding-right: 68px;
}

/* Notes
-------------------------------- */

.notes {
	color: #999;
	font-size: 1em;
	line-height: normal;
	text-align: center;
}
.mednotes {
	clear: left;
	font-size: 1em;
	line-height: normal;
	text-align: center;
	width: 100%;
}

/* More Link
-------------------------------- */

.more {
	clear: left;
	font-weight: bold;
	margin: 3px 0 3px 0;
	text-align: right;
	width: 100%;
}
.more img, .news_more img {
	margin-right: 5px;
}

/* Form
-------------------------------- */

.submit {
	background: #666;
	color: #fff;
	font-weight: bold;
	margin: 1px 1px 2px 1px;
	padding: 0 2px;
}
#body_col_3 .form_f_w {
	width: 250px;
}

/* UL
--------------------------------- */
ul.local {
	float: left;
	list-style: none;
	margin: 5px 0 5px 0;
	width: 100%;
}
li.alt {
	background: #f1f1f1;
	display: block;
}
li.alt a {
	display: block;
	text-decoration: none;
}
li.alt a:hover {
	background: #ccc;
	display: block;
}

/* OL
-------------------------------- */

ol li.alt {
	background: #f1f1f1;
	display: block;
}

/* Img Strip
-------------------------------- */

#image_strip {
	float: left;
	text-align: center;
	width: 100%;
}
#image_strip ul {
	list-style: none;
}
#image_strip li {
	float: left;
	margin-left: 2px;
}
#image_strip li img {
	background: #fff;
	border-bottom: 1px solid #999;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #999;
	border-top: 1px solid #f1f1f1;
	padding: 3px;
}

/* Title Bar
-------------------------------- */

.titlebar {
	background: #ccc;
	padding: 5px;
}

/* Component Form Navigation
-------------------------------- */

.comp-form-nav, .comp-form-nav-11 {
	background: #cdcdce;
	float: left;
	width: 100%;
}
.comp-form-nav-11 {
	background: #333;
	float: left;
	width: 100%;
}
.comp-form-nav form, .comp-form-nav-11 form {
	border: 0;
}
.comp-form-nav fieldset, .comp-form-nav-11 fieldset {
	border: 0;
}

.comp-form-nav input, .comp-form-nav select, .comp-form-nav textarea,
.comp-form-nav-11 input, .comp-form-nav-11 select, .comp-form-nav-11 textarea {
	border: 1px solid #999;
	margin: 1px 1px 2px 1px;
	color: #000;
	vertical-align: middle;
	background: #f1f1f1;
}
.comp-form-nav input, .comp-form-nav-11 input {
	padding: 1px;
}
.comp-form-nav form .submit, .comp-form-nav-11 form .submit {
	background: #666;
	color: #fff;
	font-weight: normal;
	margin: 1px 1px 2px 1px;
	padding: 0 2px;
}

/* DCC Container
-------------------------------- */
.dcc-container, div.dcc_container_509x190, div.dcc_container_420x190 {
	background: #fff;
	display: block;
	float: left;
	font-size: .9em;
	height: 166px;
	padding: 5px;
	width: 440px;
}
div.dcc_container_509x190, div.dcc_container_420x190 {
	height: 176px;
}
.dcc-full {
	float: left;
}

/* DCC
-------------------------------- */

.dcc-text {
	float: right;
	margin-left: 5px;
	width: 48%;
}
.dcc-text h2 {
	color: #3c7494;
}
.dcc-text h2 a {
	color: #3c7494;
	font-weight: bold;
	text-decoration: none;
}
.dcc-text h2 a:hover {
	color: #042d4d;
	text-decoration: underline;
}
.dcc-text hr {
	background: #000;
}
.dcc-text .more {
	background: transparent url(http://images.synacor.com/clientimages/13268/5713.gif) right 50% no-repeat;
	color: #3c7494;
	padding-right: 8px;
	text-decoration: none;
}
.dcc-text .more a {
	color: #3c7494;
	font-weight: bold;
	text-decoration: none;
}
.dcc-text .more a:hover {
	color: #042d4d;
	text-decoration: underline;
}
.dcc-text p {
	color: #000;
	padding-top: 2px;
}
.dcc-text ul {
	border-top: 1px solid #000;
	float: left;
	list-style: none;
}
.dcc-text ul li {
	border: 1px solid #fff;
}
.dcc-text ul li a {
	background: url(http://images.synacor.com/clientimages/13268/5714.gif) left 45% no-repeat;
	color: #3c7494;
	font-weight: bold;
	padding-left: 7px;
	text-decoration: none;
}
.dcc-text ul li a:hover {
	color: #042d4d;
	text-decoration: underline;
}
.dcc-media {
	color: #999;
	float: left;
	width: 35%;
}
.dcc-media .status {
	color: #000;
	margin-left: 5px;
}
/* DCC 2
-------------------------------------- */
.dcc-text2 {
	float: left;
	width: 67%;
}
.dcc-media2 {
	color: #999;
	float: right;
	margin: 0 0 0 5px;
	width: 130px;
}
.dcc-media2 .featured {
	float: left;
	height: 150px;
	padding: 5px;
	margin-bottom: 5px;
	background: #fff;
	border-bottom: 1px solid #999;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #999;
	border-top: 1px solid #f1f1f1;
	width: 120px;
}
.dcc-media2 .status {
	color: #000;
	margin-left: 5px;
}

/* DCC NAVIGATION
-------------------------------------- */
.dcc-nav {
	background: #fff;
	clear: left;
	float: left;
	padding: 8px 5px 3px 5px;
	text-align: center;
	width: 100%;
}
.dcc-nav a {
	color: #3c7494;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

/* Splitter
-------------------------------- */

.splitter {
	border: 0;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	float: left;
	width: 49%;
}
.splitter-1 {
	float: left;
	width: 50%;
}
.splitter-1 ul, .splitter-1 h2 {
	list-style: none;
	margin-left: 50px;
	width: 150px;
}
.splitter-1 .splitleft {
	float: left;
	padding-bottom: 5px;
}
.splitter-1 .splitright {
	float: left;
	padding: 0 0 5px 20px;
	width: 40%;
}

/* Featured Title
-------------------------------- */

.feat-title-10 {
	float: left;
	padding: 2%;
	width: 96%;
}
.feat-title-10 .img {
	background: #fff;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 4px;
}

/* Position Left/Right
-------------------------------- */

.position_left {
	float: left;
	padding: 10px 5px;
	width: 40%;
}
.position_right {
	float: right;
	padding: 10px 5px;
	text-align: right;
	width: 40%;
}
.position_left img, .position_right img {
	vertical-align: middle;
}

/* General Clear
-------------------------------- */

.clear {
	clear: left;
}

/* News
-------------------------------- */

.news_text {
	border-bottom: 1px dotted #666;
	clear: left;
	padding: 4px 10px 4px 10px;
}
.news_time_text {
	color: #999;
	font-size: 11px;
}
.news_more {
	clear: both;
	float: right;
	position: relative;
}
.news_more a {
	font-weight: bold;
}
ul.topusnews {
	background: url(http://images.synacor.com/clientimages/69162/6694.gif) no-repeat;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 5px 0 0 20px;
	padding: 7px 0 7px 140px;
	width: 270px;
}
ul.topusnews li {
	font-weight: bold;
	padding: 4px;
}
.more_topusnews {
	font-weight: bold;
	margin: 8px 0 3px 0;
	text-align: right;
	width: 100%;
}
#news_container span span p {
	padding-bottom: 1em;
}
#news_container p {
	margin-top: 10px;
}

/* Web Video
-------------------------------------- */
div.webvideo_component div.comp_content {
	padding: 0px;
}
div.webvideo_component div.comp_content div.comp_content {
	padding: 5px;
}
div.webvideo {
	margin-bottom: 10px;
}
div.webvideo div.img {
	border: none;
	font-size: 9px;
	line-height: 1.2em;
	margin-bottom: 4px;
	width: 80px;
}
div.webvideo div.img img {
	border: 1px solid #000;
}
div.webvideo div.text {
	height: 100%;
	margin-bottom: 0px;
	margin-left: 90px;
	padding: 0px;
}
div.webvideo div.text div.more {
	clear: none;
}
div.webvideo div.text div.more a {
        background: none;
	padding-right: 0px;
}

/* Advertising Ads
-------------------------------- */

.adcenter {
	border: 1px solid #fff;
	border-top: none;
	height: 10px;
	margin-bottom: 10px;
	position: relative;
	width: 99.3%;
}
.adtext {
	background: #12242e;
	color: #fff;
	font-size: 1em;
	left: 72%;
	line-height: normal;
	padding: 0 3px 0 3px;
	position: absolute;
	top: 2px;
}

/* Ads
-------------------------------- */
.ads {
	background: #fbfbfb;
	border-bottom: 1px solid #999;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #999;
	border-top: 1px solid #f1f1f1;
	color: #666;
	margin-bottom: 10px;
	padding: 4%;
	width: 91%;
}
#home_page_footer_ad {
	padding-bottom: 27px;
}
div.home_page_footer_ad {
	text-align: center;
	width: 100%;
}


/* Quick Links
-------------------------------- */

div.agdistis_quicklinks {
	float: left;
	width: 100%;
}
div.agdistis_quicklinks .conf {
	clear: left;
	float: right;
}
div.agdistis_quicklinks p {
	float: left;
	width: 100%;
}
div.agdistis_quicklinks form {
	float: left;
}
div.agdistis_quicklinks ul.quicklinks_ul_hack {
	background: #e1e1e1;
	border-bottom: solid 1px #999;
	clear: left;
	width: 100%;
}
div.agdistis_quicklinks ul.quicklinks_ul_hack li {
	background: #e1e1e1;
}
div.agdistis_quicklinks ul.quicklinks_ul_hack li a {
	color: #3c7494;
	display: block;
	text-decoration: none;
}
div.agdistis_quicklinks ul.quicklinks_ul_hack li a:hover {
	color: #042d4d;
	text-decoration: underline;
}

/* TV Listings
-------------------------------- */

div#commentForm {
	display: none;
	float: left;
}
div.change {
	font-size: 1.1em;
	text-align: center;
}

/* F.A.Q.
-------------------------------- */

#faq {
	background: #fff;
	float: left;
	padding: 1%;
	text-align: left;
	width: 98%;
}
#faq .faqbox {
	background: #d8e3e8;
	color: #000;
	float: left;
	margin: 5px 0 10px 0;
	padding: 2%;
	width: 715px;
}
#faq ul {
	color: #000;
	float: left;
	margin-top: 10px;
}
#faq ul li {
	clear: left;
	margin-bottom: 10px;
	color: #000;
}
#faq ul li a {
	color: #005175;
	font-weight: bold;
	text-decoration: none;
}
#faq ul li a:hover {
	background: #d8e3e8;
	color: #000;
	text-decoration: none;
}

#xiframe {
	background: #fff;
	width: 99.2%;
}

/* Agdistis Hacks
-------------------------------- */

.search_criteria td {
	text-align: left;
}

/* TV
-------------------------------- */

.tvlist_search_popup_header {
	color: #fff;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
.tvlist_search_popup_header a {
	color: #fff;
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 4px;
}
.tvlib_bg_spacer {
	background: none;
	height: 1px;
}
.tvlib_bg_spacer img {
	display: none;
}
.tvlib_icon_cont {
	float: right;
}
#tvlist_form_fields {
	float: left;
	width: 100%;
}
#tvlist_form_zipprovider {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
#tvgrid {
	float: left;
	width: 100%;
}
.zmail_comp {
	float: left;
}
#zmail_container {
	float: left;
	margin-bottom: 4px;
	overflow: visible;
}


.boxes {
	float: left;
	padding: 10px 0 0 0;
}
.boxleft {
	float: left;
	font-size: .9em;
	padding-top: 3px;
	width: 105px;
}
.boxright {
	float: left;
	width: 440px;
}
#no_img_ad_area {
	float: left;
	width: 215px;
}
.ie {
	background: #fff;
	float: left;
	padding: 0 5px 0 5px;
	text-align: center;
	width: 755px;
}


#details .tvlib_bg_spacer img {
	display: block;
	float: left;
	height: 1px;
	width: 100%;
}
.search_criteria td {
	padding: 4px;
}
ul.search_link_list li a {
	color: #0d536a;
}
ul.search_link_list li.on a {
	color: #fff;
}
ul.search_link_list li a:hover {
	color: #f90;
}

/* Living
-------------------------------- */
.living_comp_left {
	float: left;
	width: 50%;
}

.living_comp_right {
	float: right;
	width: 48%;
}

.living_comp ul {
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
}

.living_comp li {
	background: url(templates/troy/images/icon_arrow_rt_10.gif?b11f7266) 0 5px no-repeat;
	line-height: 18px;
	padding-left: 10px;
}

.living_comp h2 {
	font-size: 1.4em;
	margin: 0 0 5px 0;
	text-align: left;
}

.marketplace_left {
	float: left;
	width: 80px;
}

.marketplace_right {
	float: left;
	width: 320px;
}

#exp_links td {
	display: block;
	padding: 5px;
	width: 70px;
}
#exp_form {
	font-size: .9em;
}
#exp_form td {
	padding: 2px;
}

/* more added */

.games_category_drop {
	width: 95%;
}
div.ams_games #ads2 {
	padding: 0 5px;
}
.ams_iFrame {
	display: none;
}
.customad {
	background: #fff;
	float: left;
	width: 100%;
}
.customad_header {
	color: #3fba10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
.customad_text {
	font-size: 1em;
	padding: 0 10px 0 10px;
}

div.showcase {
	height: 160px;
	padding: 5px;
	width: 285px;
}
div.showcase .showcase_header {
	font-weight: bold;
}
div.showcase .showcase_link a {
	font-weight: bold;
	text-align: right;
}
.premium_spotlight {
	float: left;
	padding-top: 5px;
	text-align: center;
	width: 300px;
}
.vstripeact {
	float: left;
	font-size: .8em;
	margin-top: 5px;
}

/** Market Watch Component **/

table#marketwatchtable tr td.row-2 {
	border-bottom: 1px solid #ccc;
	padding: 2px;
}


/*-----------------------------------
Weather Component
-----------------------------------*/	

#body_col_1 .weather_component_loggedout_image {
	background: url("components/images/weather/forecast_loggedout.gif?b11f7266") no-repeat;
	height: 95px;
	width: 165px;
}

#body_col_1 .weather_component_loggedout_image a img {
	height: 95px;
	width:  165px;
}

#body_col_2 .weather_component_loggedout_image {
	background: url("components/images/weather/forecast_loggedout_big.gif?b11f7266") no-repeat;
	height: 109px;
	width: 321px;
}

#body_col_2 .weather_component_loggedout_image a img {
	height: 109px;
	width: 321px;
}

#body_col_3 .weather_component_loggedout_image {
	background: url("components/images/weather/forecast_loggedout.gif?b11f7266") no-repeat;
	height: 95px;
	width: 271px;
}

#body_col_3 .weather_component_loggedout_image a img {
	height: 95px;
	width: 271px;
}

.weather_component .weather_component_body .comp_nav_h form input.submit {
	margin-top: 0px;
	vertical-align: top;
}

/*-------------------------------------
  Musicnetradio component
  -----------------------------------*/
ul.musicnetradio_component {
 	list-style: none;
	margin-top: 5px;
}

.news_more_item {
	font-weight: normal;
}

p.radio_component {
	float: left;
	margin: 10px 0px 0px;
}

/*-------------------------------------
  Location Component
  -----------------------------------*/
div.comp_content form.location_form {
	margin-top: 5px;
}
/* Left Column */
div#body_col_1 div.comp_content div.location_address {
	margin-bottom: 5px;
}

div#body_col_1 div.comp_content div.location_citystatezip span.location_state {
	float: left;
	padding-top: 5px;
}

div#body_col_1 div.comp_content div.location_citystatezip span.location_zip {
	float: left;
	padding-left: 15px;
	padding-top: 5px;
}

div#body_col_1 div.comp_content div.location_submit {
	float: right;
	padding-top: 15px;
}

div#body_col_1 div.comp_content div.location_outside {
	float: left;
	padding-top: 10px;
	width: 75px;
}

/* Center Column */
div#body_col_2 div.comp_content div.location_address {
	float: left;
}

div#body_col_2 div.comp_content div.location_address input {
	width: 155px;
}

div#body_col_2 div.comp_content div.location_citystatezip span.location_city input {
	width: 130px;
}

div#body_col_2 div.comp_content div.location_citystatezip span.location_city {
	float: left;
	padding-left: 10px;
}

div#body_col_2 div.comp_content div.location_citystatezip span.location_state {
	float: left;
	padding-left: 10px;
}

div#body_col_2 div.comp_content div.location_citystatezip span.location_zip {
	float: left;
	padding-left: 10px;
}

div#body_col_2 div.comp_content div.location_outside {
	float: left;
	padding-top: 16px;
}

div#body_col_2 div.comp_content div.location_submit {
	float: right;
	padding-top: 10px;
}

/* Right Column */
div#body_col_3 div.comp_content div.location_address input {
	width: 280px;
}

div#body_col_3 div.comp_content div.location_citystatezip {
	padding-top: 10px;
}

div#body_col_3 div.comp_content div.location_citystatezip span.location_city {
	float: left;
}

div#body_col_3 div.comp_content div.location_citystatezip span.location_city input {
	width: 140px;
}

div#body_col_3 div.comp_content div.location_citystatezip span.location_state {
	float: left;
	padding-left: 10px;
}

div#body_col_3 div.comp_content div.location_citystatezip span.location_zip {
	float: left;
	padding-left: 10px;
}

div#body_col_3 div.comp_content div.location_outside {
	float: left;
	padding-top: 16px;
}

div#body_col_3 div.comp_content div.location_submit {
	float: right;
	padding-top: 10px;
}

/*-------------------------------------
  Track It Component
  -----------------------------------*/

div.comp_container_trackit textarea, div.comp_container_trackit input#syn_trackit_nums_usps {
	border: 1px solid #555;
}

div.comp_container_trackit div#syn_trackit_submit {
	text-align: right;
	width: 95.5%;
}

div.comp_container_trackit #syn_trackit_nums_ups, div.comp_container_trackit #syn_trackit_nums_usps,
div.comp_container_trackit #syn_trackit_nums_fedex, div.comp_container_trackit #syn_trackit_nums_dhl {
	margin-top: 1em;
}
/*-------------------------------------
  Movie, Theater styles
  -----------------------------------*/
.curthea_title {
    float: left;
    padding: 0 0 0 5px;
    width: 100%;
}
.curthea_title h3 {
    margin: 0;
    padding: 0;
}
.curthea_personal {
    float: left;
}
.curthea_content {
    float: left;
    padding: 0 5px 5px 5px;
    width: 90%;
}
.curthea_error {
    padding: 5px 5px 10px 5px;
}
.moviesearch_form {
    padding: 5px 0 0 5px;
}
.mymovies_search {
    float: left;
    padding: 0 0 5px 5px;
}
.mymovies_search p {
    margin: 0;
    padding: 0;
}
.img_left {
	padding: 2px;
    width: 100%;
}

/*-------------------------------------
  TV Component Styles
  -----------------------------------*/
a.tv_left_arrow, a.tv_left_arrow img {
	float: left;
	margin-left: 4px;
}
a.tv_left_arrow img {
	margin-right: 5px;
	margin-top: 4px;
}
.tvlist_hour .slot_text_left {
	float: left;
	margin-left: 65px;
}
.tvlist_hour .tv_right_arrow img {
	float: right;
	margin-right: 8px;
	margin-top: 4px;
}
#tv_details_wait {
        text-align: center;
}

/*-------------------------------------
  Movie Search Component
  -----------------------------------*/
div#body_col_2 div.moviesearch_location {
	float: left;
	margin-right: 5px;
}

div#body_col_2 div.moviesearch_title {
	float: left;
	margin-right: 5px;
}

div#body_col_2 div.moviesearch_title input#title {
	width: 140px;
}

div#body_col_2 div.moviesearch_date {
	float: left;
	margin-right: 5px;
}

div#body_col_2 div.moviesearch_go {
	float: left;
	margin-top: 15px;
}

/* Multiple Size common styles */
div.dcc_container_509x190, div.dcc_container_420x190 {
	margin: 0px;
	overflow: hidden;	
}
div.dcc_slide {
	font-size: 11px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
div.dcc_slide div.image_container {
	float: left;
	height: 154x;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 190px;
}
div.dcc_slide div.image_container a {
	position: relative;
}
div.dcc_slide div.image_container img {
	border: 0px;
	margin: 0px;
}
div.dcc_slide div.image_container img.four_up_odd {
	margin: 0px 0px 12px 0px;
}
div.dcc_slide div.image_container img.four_up_even {
	margin: 0px 0px 12px 8px;
}
div.dcc_slide div.text_container {
	float: right;
	height: 159px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: relative;
}
div.dcc_slide div.text_container ul {
	list-style: none;
}
div.dcc_slide div.text_container ul {
	bottom: 0px;
	margin: 0px;
	padding: 0px;	
	position: absolute;
	width: 100%;
}
div.dcc_slide div.text_container ul.subheadlines {
	margin: 0px;
	padding: 0px;	
	position: relative;
}
div.dcc_slide div.text_container ul li {
	background: url(http://images.synacor.com/clientimages/13268/5714.gif) no-repeat left 6px; /* Replace img url with appropriate */
	display: block;
	margin: 0px;
	padding: 0px;
}
div.dcc_slide div.text_container ul li a {
	margin: 0px;
	padding: 0px 0px 0px 7px;
}
div.dcc_slide div.text_container ul.subheadlines li {
	margin-top: 5px;
}
div.dcc_slide div.text_container ul li.promo {
	border-top: 1px solid #000;
	font-weight: bold;
	margin: 5px 0px 2px 0px;
}
div.dcc_slide div.text_container a.moreinfo {
	clear: both;
	display: inline-block;
	float: right;
	font-size: 11px;
	font-weight: bold;
	margin: 3px 15px 0px 0px;
	text-align: right;
}
div.dcc_slide div.text_container ul li.moreinfo, div.dcc_slide div.text_container ul li.moreinfo a {
	background: none;
	clear: both;
	float: none;
	text-align: right;
}
div.dcc_slide div.photo_credit, div.dcc_slide div.photo_credits_four_up {
	color: #999;
	font-size: 10px;
	height: 11px;
	left: 0px;	
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-decoration: none;
}
div.dcc_slide div.photo_credit {
	top: 154px;
}
div.dcc_slide div.photo_credits_four_up {
	top: 0px;
}
div.dcc_slide div.photo_credits_four_up div {
	position: absolute;
	width: 99px;
}
div.dcc_slide div.photo_credits_four_up .upper {
	top: 72px;
}
div.dcc_slide div.photo_credits_four_up .lower {
	top: 158px;
}
div.dcc_slide div.photo_credits_four_up .odd {
	left: 0px;
}
div.dcc_slide div.photo_credits_four_up .even {
	left: 99px;
} 
div.dcc_slide h1 {
	display: none;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 11px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
div.dcc_slide h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
div.dcc_slide p {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}


/* 509 x 190 Size Related */
div.dcc_container_509x190 {
	width: 489px;
}
div.dcc_container_509x190 div.dcc_slide div.text_container {
	width: 289px;
}

/* 420 x 190 Size Related */
div.dcc_container_420x190 {
	width: 440px;
}
div.dcc_container_420x190 div.dcc_slide div.text_container {
	width: 240px;
}

/* Slide 4 Content Related */
div.dcc_slide4 p {
	margin: 9px 0px;
}
div.dcc_slide4 div.text_container {
	height: 172px;
}

/* To Do List Component */
/* Width Specific Styles */
.todolist_narrow .content_area  * .new_item input {
	width: 42%;
}
.todolist_medium .content_area  * .new_item input {
	width: 64%;
}
.todolist_wide .content_area  * .new_item input {
	width: 79%;
}
.todolist_narrow  * .item input.todo {
	width: 64%;
}
.todolist_medium * .item input.todo {
	width: 79%;
}
.todolist_wide  * .item input.todo {
	width: 85%;
}
.todolist {
	background: #fff;
	color: #000;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.todolist a {
	color: #4975c4;
	text-decoration: none;
}
.todolist img {
	border: none;
}
.todolist form {
	margin: 0;
	padding: 0;
}
#todolist_items {
	float: left;
	width: 100%;
}
.todolist p.loggedout  {
	font-size: 12px;
	margin: 0;
	padding: 16px 24px;
	text-align: center;
}
.todolist input {
	font-size: 11px;
}
.todolist * a img {
	margin: 0 0 -2px 0;
}
.todolist * a.tdledit {
	background: url(templates/troy/images/todolist_edit_pencil.gif?b11f7266) no-repeat;
	display: block;
	height: 14px;
	overflow: hidden;
	width: 14px;
}
.todolist * a.delete {
	background: url(templates/troy/images/todolist_grey_x.gif?b11f7266) no-repeat;
	margin: 0 6px 0 0;
	display: block;
	height: 14px;
	width: 14px;
}
.todolist * a:hover.delete {
	background: url(templates/troy/images/todolist_red_x.gif?b11f7266) no-repeat;
	height: 14px;
	width: 14px;
}
.todolist * .editing .controls a.tdledit {
	background: none;
	padding: 0;
}
.todolist ul.list_tab {
	background: #f0f0f0;
	border: 1px solid #dbdbdb;
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 8px 0 3px 5px;
}
.todolist ul.list_tab li {
	display: inline;
	margin: 0 5px;
	padding: 5px 6px 4px 6px;
}
* html .todolist ul.list_tab li {
	margin: 0 0 0 15px;
}
.todolist ul.list_tab li a {
	color: #000;
	margin: 0 0 -3px 0;
}
.todolist ul.list_tab li.selected {
	background: #fff;
	border: 1px solid #dbdbdb;
	border-bottom: 1px solid #fff;
	margin: 0;
}
.todolist ul.list_tab * a.delete, .todolist ul.list_tab .delete {
	cursor: hand;
	display: inline;
	padding: 0 0 0 22px;
	margin: 0 -10px 0 5px;
}
* html .todolist ul.list_tab * a.delete, .todolist ul.list_tab .delete {
	padding: 0 0 0 8px;
	margin: 0 -10px 0 5px;
}
.todolist ul.list_tab li.inactive a {
	color: #000;
	margin: 0;
	text-decoration: none;
}
.todolist ul.list_tab li#todolist_add_tab {
	background: url(templates/troy/images/todolist_grey_plus.gif?b11f7266) no-repeat center center;
	cursor: hand;
	height: 14px;
	margin: -5px 0 0 5px;
	padding: 4px 10px;
	position: absolute;
	width: 14px;
}
* html .todolist ul.list_tab li#todolist_add_tab {
	margin-top: 0;
}
.todolist ul.list_tab li#todolist_add_tab a {
	text-indent: -9999px;
}
.todolist .content_area {
	background: #fff;
	float: left;
	padding: 0;
	position: relative;
	width: 100%;
}
.todolist .content_area a:hover {
	text-decoration: none;
}
.todolist .content_area  * .new_item {
	margin: 8px 3px 3px 3px;
	text-align: left;
}
.todolist .content_area  * .new_item input {
	border: 1px solid #868686;
	height: 18px;
	margin: 0 3px 0px 1px;
	padding: 0;
	vertical-align: middle;
}
.todolist .content_area  * .new_item input.submit {
	border: 0;
	color: #fff;
	font-size: 11px;
	height: 21px;
	margin: 0;
	width: 38px;
}
.todolist * .item {
	clear: both;
	margin: 4px 0 0 0;
	padding: 0px 0 3px 0;
	position: relative;
	text-align: left;
	width: 100%;
}
.todolist * .item input {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	clear: none;
}
.todolist * .item input.chkbox {
	height: 12px;
	margin: 3px;
	width: 12px;
}
.todolist .content_area .done input {
	text-decoration: line-through;
	margin-left: 3px;
}
.todolist .content_area .editing input.todo {
	background: #fff;
	border: 1px solid #868686;
	padding-left: 3px;
	text-decoration: none;
}
.todolist * .item input.todo {
	margin-left: 3px;
}
.todolist * .item .controls {
	position: absolute;
	right: 0;
	top: 5px;
}
.todolist *  .item .controls * {
	float: left;
	margin-left: 4px;
}
.todolist .footer {
	background: #f6f6f6;
	border-top: 1px solid #ccc;
	clear: both;
	height: 18px;
	margin: 6px 0 0 0;
	overflow: visible;
	padding: 3px 5px;
	position: relative;
}
.todolist .footer a {
	clear: none;
	float: left;
}
.todolist .footer .controls {
	float: right;
}
.todolist .footer .controls a {
	float: none;
}
.todolist_print_items {
	margin: 0 0 0 30px;
	padding: 0;
}
.todolist_print_items li {
	margin: 0;
	padding: 0;
}
.todolist_print_items .odd {
	background: #f0f0f0;
}
.todolist_print_title {
	border-bottom: 1px solid #000;
	font-size: 1.1em;
	margin: 10px 0;
	padding: 0;
}
a.todolist_print {
	background: #f0f0f0;
	border: 1px solid #999;
	color: #4975c4;
	display: block;
	padding: 2px;
	text-align: center;
	text-decoration: none;
}

a:hover.todolist_print {
	text-decoration: underline;
}

div.comp_body div.loading {
	background: #fff url(templates/troy/images/loading.gif?b11f7266) no-repeat center center;
	clear: both;
	display: none;
	filter: alpha(opacity=80);
	opacity: 0.8;
	position: absolute;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	z-index: 10000;
}

#popup_modal_overlay {
	position: absolute;
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0px;
	z-index: 991;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
}
#popup_loading_indicator {
	position: absolute;
	width: 100px;
	height: 100px;
	background: url(components/images/syn_popup/loading.gif?b11f7266) no-repeat top left;
	top: 0px;
	left: 0px;
	z-index: 991;
}

/* Link Button - Candy Style */
a.link_btn  {
	background: url(en_US/globals/images/link_btn_bg.gif?b11f7266) no-repeat scroll right -41px transparent;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0 10px 0 0;
	text-align: center;
}
a.link_btn span {
	background: url(en_US/globals/images/link_btn_bg.gif?b11f7266) no-repeat scroll left top transparent;
	color: #000;
	display: block;
	font-weight: bold;
	height: 17px;
	padding: 4px 0 0 10px;
}

/** Driving Directions Component **/
.comp_container_driving #driving_search_form fieldset {
	width: 165px;
}

.comp_container_driving #driving_search_form fieldset input {
	width: 165px;
}

/***** templates/troy/styles/nav.css *****/
/* Left Nav
-------------------------------- */
#left_nav_cont_roll, #h-nav-bar #left_nav_cont {
	position: absolute;
	width: 190px;
	z-index: 999;
}
#h-nav-dd {
	float: left;
	margin-bottom: 6px;
}
#h-nav-dd #left_nav_cont {
	display:block;
	width: 190px;
}
#h-nav-dd-holder #left_nav_cont_roll {
	display: block;
	position: absolute;
	z-index: 999;
}
#h-nav-dd .nav_head_left, #h-nav-dd-holder .nav_head_left {
	color: #fff;
	height: 26px;
	padding-top: 4px;
	width: 190px;
}
#left_nav_cont ul {
	display:block;
	list-style: none;
	width: 190px;
}
#left_nav_cont_roll ul {
	margin-top: 0px;
}
#left_nav_cont ul li, #left_nav_cont_roll ul li {
	display: block;
	width: 190px;
	z-index: 9999;
}
#left_nav_cont ul li a, #left_nav_cont_roll ul li a {
	color: #fff;
	display: block;
	font-size: .9em;
	font-weight: bold;
	height: 18px;
	padding: 5px 0 0 28px;
	text-align: left;
	text-decoration: none;
	z-index: 9999;
}
#left_nav_cont ul li a:hover, #left_nav_cont_roll ul li a:hover {
}
#left_nav_cont ul li a img, #left_nav_cont ul li a span img, #left_nav_cont_roll ul li a img, #left_nav_cont_roll ul li a span img {
    padding-right: 2px;
}
#left_nav_cont ul li a div, #left_nav_cont_roll ul li a div {
    float: left;
}
#left_nav_cont ul li a span, #left_nav_cont_roll ul li a span {
	display: block;
	height: 16px;
	margin-top: -17px;
	position: absolute;
	width: 175px;
}
#left_nav_cont ul li ul, #left_nav_cont_roll ul li ul {
	clear: both;
	display: block;
	position: relative;
}
#left_nav_cont ul li ul li, #left_nav_cont_roll ul li ul li {
	display: block;
	width:190px;
}
#left_nav_cont ul li ul li a:hover, #left_nav_cont_roll ul li ul li a:hover, #left_nav_cont ul li ul li a.subnav_on, #left_nav_cont_roll ul li ul li a.subnav_on {
    background: #ededed;
}
#left_nav_cont .open_close, #left_nav_cont_roll .open_close {
	cursor: pointer;
	display: block;
	float: right;
	height: 18px;
	margin-top: -20px;
	width: 15px;
}
.sub_main li ul {
	background: #d9d6bd;
	left: -999em;
	margin-left: 191px;
	margin-top: -1px;
	position: absolute;
	width:190px;
	z-index: 9999;
}
.sub_main li ul li {
	z-index: 999;
}
.sub_main li:hover ul, .sub_main li.sfhover ul {
    left: auto;
}
.premium_star {
	margin: 2px 0 0 -6px;
}
.left_nav_prm li a {
	background: #6e6f4d;
	color: #fff;
	padding-left: 30px;
	width:160px;
}
.left_nav_prm li a:hover {
	background: #a4a385;
	color: #fff;
}
a.prm_color {
	color:#66008C;
}
a.prm_color:hover {
	color: #fff;
}
.prm_more_arrow {
	float: right;
	height: 10px;
	margin-right: 3px 8px 0 0;
}
.sport_more_arrow {
	float: right;
	height: 10px;
	margin-right: 3px 8px 0 0;
	width: 5px;
}
#left_nav_control {
	background: #d9d6bd;
	clear: both;
	float: left;
	height: 21px;
	padding-top: 2px;
	width: 190px;
}
#left_nav_control li {
	color: #18739c;
	display: inline;
	float: left;
	font-size: 1.2em;
}
#open_all {
	cursor: pointer;
	padding-left: 20px;
	width: 90px;
}
#hide_menu {
	cursor: pointer;
	display: block;
	height: 24px;
	text-align: left;
	width: 164px;
}
.my_login {
	border: 1px solid #284e64;
	color: #fff;
	height: 24px;
	margin-bottom: 1px;
	padding-top: 6px;
	width: 65%;
}
.nav_date {
	font: 1.1em verdana;
	float: right;
	font-weight: bold;
	height: 20px;
	padding: 2px 12px 0 0;
	text-align:right;
	width: 320px;
}
.nav_date a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
div.my_login_inner {
	font: 1.1em verdana;
	height: 20px;
	padding: 2px 0 0 4px;
}
div.my_login_inner a {
	color: #fff;
	text-decoration: none;
	width: 120px;
}
.nav_head {
	color: #fff;
	float: right;
	font-size: 85%;
	height: 24px;
	padding: 6px 0 0 0;
	width: 100%;
}
.nav_head_roll, #h-nav-bar .nav_head_left, #h-nav-bar-holder .nav_head_left {
	color: #fff;
	float: left;
	height: 26px;
	padding: 4px 0 0 0;
	width: 190px;
}
#h-nav {
	border-top: medium none;
	float: left;
	margin: 0 0 5px;
	text-align: left;
	width: 960px;
}
#h-nav-bar {
	float: left;
	margin-bottom: 6px;
	position: relative;
	width: 765px;
	z-index: 990;
}
#h-nav-dd-holder {
	background: #D9D6BD none repeat scroll 0%;
	float: left;
	margin-bottom: 4px;
	position: relative;
	width: 190px;
	z-index: 990;
}
#h-nav-bar-holder {
	float: right;
	position: relative;
	margin-left: 4px;
	width: 765px;
	z-index: 990;
}
.nav_head_800 {
	color: #fff;
	float: left;
	font-size: 1.1em;
	height: 24px;
	margin: 0 0 3px 4px;
	padding-top: 6px;
	width: 568px;
}
.nav_h1 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.premium_nav {
	float: left;
}
.premium_nav ul {
	float: left;
}
.premium_nav ul li {
	float: left;
}

/* Top Nav
-------------------------------- */

.dir_arrow_cont {
	color: #fff;
	float: left;
	font-weight: bold;
	height: 20px;
	margin-top: 1px;
	width: 100%;
}
.dir_cont_head {
	float: left;
	margin-left: 40px;
}
#top_nav_dir_arrow {
	float: left;
	height: 18px;
	margin-left: 56px;
	outline: none;
	width: 34px;
}
.top_nav ul {
	list-style: none;
}
.top_nav ul.top_nav_dir {
	border: 1px solid #434343;
	float: left;
	height: 22px;
	width: 99%;
}
.top_nav ul.top_nav_dir li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.top_nav ul.top_nav_links {
	border: 1px solid #434343;
	float: left;
	width: 99.8%;
}
.top_nav ul.top_nav_links li {
	border-right: 1px solid #727272;
	display: inline;
	float: left;
}
.top_nav ul.top_nav_links li a {
	border-right: 1px solid #434343;
	color: #fff;
	display: block;
	float: left;
	height: 19px;
	padding: 3px 10px 0 10px;
	text-decoration: none;
}

/* Top Nav Second Level
-------------------------------- */

li#top_nav_dir_cont {
	float: left;
	margin-top: 21px;
	position: absolute;
	width: 190px;
}
li#top_nav_dir_cont li a {
	border: 1px solid red;
	display: block;
	height: 22px;
	margin-left: -9px;
	padding: 4px 0 0 14px;
	position: relative;
	width: 176px;
	z-index: 999;
}
li#top_nav_dir_cont li a:hover {
    color: #99ff66;
}
.top_nav ul.top_nav_links li ul {
	clear: both;
	left: -999em;
	position: absolute;
	width: 100px;
	z-index: 999;
}
.top_nav ul.top_nav_links li:hover ul {
	left: auto;
	margin-top: 22px;
}
.top_nav ul.top_nav_links li.sfhover ul {
    left: auto;
}
.top_nav ul li ul li {
	border: none;
}
.top_nav ul li ul li a {
	background: #282828 ;
	border: none;
	border-bottom: 1px solid #666 ;
	width: 100px;
}
.top_nav ul li ul li a:hover {
	background: #727272 ;
	border-bottom: 1px solid #434343;
}

/* Premium Nav
-------------------------------- */

.prem_nav {
	-x-background-x-position:left;
	-x-background-y-position:top;
	color: #fff;
	font-family: Tahoma;
	font-size: 1.2em;
	height: 20px;
	line-height: normal;
	margin-top: -3px;
	padding-left: 4px 0 0 12px;
	width: 296px;
}

.prem_nav a:hover {
	text-decoration:none;
}

/* Tabbed Navigation
-------------------------------- */

.tabbed_nav {
	width: 100%;
}
.tabbed_nav ul {
	background: #fff;
	float: left;
	width: 100%;
}
.tabbed_nav li {
	border-right: 1px solid #c1c0c0;
	float: left;
	list-style: none;
}
.tabbed_nav li a {
	color: #000;
	display: block;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
}
.tabbed_nav li a:hover {
	text-decoration: underline;
}
.tabbed_nav .on a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.tabbed_nav .title {
	background: #333;
	color: #fff;
	display: block;
	float: left;
	padding: 4px 10px;
}
.headlines_today_component .tabbed_nav {
	float: left;
	width: 145px;
}
.headlines_today_component .tabbed_nav ul {
	background: none;
}
.headlines_today_component .tabbed_nav li {
	width: 100%;
}
.headlines_today_component .tabbed_nav a {
	float: left;
	width: 125px;
}
.headlines_today_component .comp_content {
	clear: none;
	float: left;
	width: 295px;
}


/***** templates/troy/styles/ams.css *****/
/**** $Id$ ****/

.top_submit_gg, top_input_gg, .bottom_submit_gg, .bottom_input_gg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.adwrapper {
	float: left;
	padding: 0px 0px 6px 0px;
	text-align: center;
	width: 100%;
	z-index:900;
}
.cms {
	float: left;
	width: 100%;
}
.cms img {
	border: 0px ;
}
.cms .zilla_img {
	border: 1px solid #000;
	height: 60px;
	width: 60px;
}
.cms .zilla_1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	left: 70px;
	position: relative;
	top: -60px;
	width: 155px;
}
.cms .zilla_2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	left: 70px;
	position: relative;
	top: -60px;
	width: 155px;
}
.cms .zilla_3 {
	left: 70px;
	position: relative;
	top: -45px;
}
.cms .price {
	color: #c30;
	font-weight: 600;
}
.cms .zilla_more {
	float: right;
	font-weight: bold;
	position: relative;
	top: -25px;
}
.cms .zilla_more a {
	color:#005e14;
	text-decoration: none;
}
.cms .zilla_more a:hover {
	color: #000;
	text-decoration: underline;
}
.cms .powered_by {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	left: 10px;
	position: relative;
}
.cms .zilla_logo {
	position: relative;
	top: -15px;
	left: -70px;
}

/* HR
-------------------------------- */

.ams_spcr {
	background:#fff;
	border-top: 1px solid #ccc;
	clear: left;
	float: left;
	width: 100%;
}

/* Tabs
-------------------------------- */

.ams_horizontal ul {
	border-bottom: 1px solid #ccc;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 10px 0 0 1%;
	width: 99%;
}
.ams_horizontal ul li {
	float:left;
}
.ams_horizontal ul a {
	float:left;
	display:block;
	margin:0 2px 0 0;
	padding:2px 10px;
	color:#666;
	border:1px solid #ccc;
	border-bottom:none;
}
.ams_horizontal ul a:hover {
	background:#f1f1f1;
}

/* Horizontal Ads
-------------------------------- */

.ams_horizontal {
	background: #fff;
	color: #141744;
	clear: both;
	float: left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.1em;
	padding: 5px 0 10px 0;
	width: 100%;
}
.ams_horizontal dl {
	float: left;
	margin: 0 10px 10px 10px;
	text-align:center;
	width: 130px;
}
.ams_horizontal dl.google {
	height: 100px;
	width: 160px;
}
.ams_horizontal dl.google {
	text-align: left;
}
.ams_horizontal dt {
	font-weight: bold;
}
.ams_horizontal a {
	color: #5380A9;
	text-decoration: underline;
}
.ams_horizontal .price {
	color: #c30;
}
.ams_horizontal .ads_by {
	margin-left: 10px;
}

/* Redesign component
-------------------------------- */

.redesign_local {
	clear: both;
	color: #141744;
	font-family: Tahoma, Verdana, Arial;
	font-size: .9em;
	float: left;
	padding: 5px;
	text-align: center;
	white-space: normal;
	width: 280px;
}
.redesign_local .ads_by {
        display:none;
}
.redesign_local dl, .redesign_local dt, .redesign_local dd {
	width:270px;
}
.redesign_local dl {
	float: left;
	width:269px;
	padding-bottom: 7px;
}
.redesign_local dt {
	font-weight: bold;
}
.redesign_local a {
	color: #5380a9;
	text-decoration: underline;
}
.redesign_local img {
	border: 0;
	margin: 10px 0 0 0;
}
.redesign_local .price {
	color: #c30;
}
.redesign_local .vtab {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	text-align: left;
}
.redesign_local .vtab dd a{
	color: #2075a5;
	text-decoration: none;
}
.redesign_local .vtab dd a:hover{
	color: #ff9900;
	text-decoration: none;
}
.redesign_local .zilla_more {
	position: relative;
	top: 13px;
}
.redesign_local .zilla_logo {
	position: relative;
	top: 3px;
}
.redesign_local .more a {
	color:#2075a5 ;
	text-decoration: none;
}
.redesign_local .more a:hover{
	color: #ff9900 ;
	text-decoration: none;
}
.redesign_local .powered_by {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	left: -10px;
	position: relative;
	top: 15px;
}

/* Margins
-------------------------------- */

.ams_margin {
	clear: both;
	color: #141744;
	font-family: Tahoma, Verdana, Arial;
	font-size: .9em;
	float: left;
	padding: 5px;
	text-align: center;
	white-space: normal;
	width: 160px;
}
.ams_margin dl, .ams_margin dt, .ams_margin dd {
	width:180px;
}
.ams_margin dl {
	float: left;
	width:179px;
	padding-bottom: 7px;
}
.ams_margin dt {
	font-weight: bold;
}
.ams_margin a {
	color: #5380a9;
	text-decoration: underline;
}
.ams_margin img {
	border: 0;
	margin: 10px 0 0 0;
}
.ams_margin .price {
	color: #c30;
}
.ams_margin .vtab {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	text-align: left;
}
.ams_margin .vtab dd a{
	color: #2075a5;
	text-decoration: none;
}
.ams_margin .vtab dd a:hover{
	color: #ff9900;
	text-decoration: none;
}
.ams_margin .zilla_more {
	position: relative;
	top: 13px;
}
.ams_margin .zilla_logo {
	position: relative;
	top: 3px;
}
.ams_margin .more a {
	color:#2075a5 ;
	text-decoration: none;
}
.ams_margin .more a:hover{
	color: #ff9900 ;
	text-decoration: none;
}
.ams_margin .powered_by {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	left: -10px;
	position: relative;
	top: 15px;
}
.google {
	color: #000000;
	font-family: Tahoma;
	font-size: 1.1em;
	text-align: left;
}
.google .google_1 {
	font-weight: bold;
	text-align: left;
}
.google .google_2, .google .google_3 {
	text-align: left;
}
.google .google_link {
	color: #2075a5;
	font-family: Tahoma;
	font-size: 1.1em;
	margin-right: -3px;
	text-align: left;
	text-decoration: underline;
}

/* Ams Components
-------------------------------- */

.ams_component {
	background: #fff;
	border: 1px solid #527797;
	color: #141744;
	float: left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.1em;
	padding: 0 0 5px 0;
	text-align: center;
	width: 200px;
}
.ams_component img {
	border: 0;
	margin: 5px 0 0 0;
}
.ams_component dl, .ams_component dt, .ams_component dd {
	padding: 0px 5px 0px 5px;
	margin: 0px;
	width: 190px;
}
.ams_component dl {
	clear:left;
	float: left;
	padding-top: 5px;
	padding-top: 5px;
	width: 100%;
}
.ams_component dt {
	font-weight: bold;
}
.ams_component a {
	color: #5380a9;
	text-decoration: underline;
}
.ams_component .vtab {
	float:left;
	clear:both;
	border-top: 1px solid #ccc;
	padding:0;
	margin:0 0 5px 0;
	text-align: left;
}
.ams_component .vtab dt {
	margin:5px 0 0 5px;
}
.ams_component .vtab dd a{
	color: #2075a5 ;
	margin:5px 0 0 5px;
	text-decoration: none;
}
.ams_component .vtab dd a:hover{
	color: #ff9900 ;
	margin:5px 0 0 5px;
	text-decoration: none;
}
.ams_component .price {
	color: #c30;
}
.ams_component .zilla_logo {
	position: relative;
	left: -5px;
}
.ams_component .zilla_more {
	position: relative;
	top: 8px;
	left: -3px;
}
.ams_component .more a{
	color:#2075a5 ;
	text-decoration: none;
}
.ams_component .more a:hover{
	color: #ff9900 ;
	text-decoration: underline;
}
.ams_component .ads_by {
	background: #527797;
	color: #fff;
	float: left;
	margin-bottom: 5px;
	padding: 4px 0 4px 0;
	text-align: center;
	width: 100%;
}
.ams_component .powered_by {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	left: -10px;
	position: relative;
	top: 10px;
}
#news_article {
	border: 1px solid #c00;
	float: left;
}

/* Hide Iframe
-------------------------------- */

.ams_iFrame {
	float: left;
	height: 0px;
	left: 0px;
	top: 0px;
	visibility: hidden;
	width: 180px;
	z-index: 99;
}
.ams_component .vtab .searchdiv {
	float: left;
	padding-top: 15px;
}
.ams_component .flatDiv {
	float: left;
}
.ams_component .flatDiv .inInput {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 18px;
	background: failed-path-lookup no-repeat center left;
	border: 1px solid #ccc;
	height: 18px;
	width: 110px;
	font-size: 1.3em;
}
.ams_component .vtab .inInput {
	background: failed-path-lookup no-repeat center left;
	border: 1px solid #ccc;
	float: left;
	font-size: 1.3em;
	height: 18px;
	margin: 5px 0 0 5px;
	padding-left: 18px;
	width: 110px;
}
.ams_component .flatDiv .inImg {
	float: left;
	margin: 5px 0 0 5px;
}
.ams_component .vtab .inImg {
	float: left;
	margin: 5px 0 0 5px;
}
.ams_component .flatDiv .inDiv {
	clear: both;
	float: left;
	margin: -1px 0 0 10px;
}
.ams_component .vtab .inDiv {
	clear: both;
	float: left;
	margin: -5px 0 0 10px;
}
.ams_component .vtab {
	clear: both;
	float: left;
	margin: 5px 0 0px 0;
	text-align: left;
}
.ams_component .vtab dt {
	margin: 5px 0 0 5px;
}
.ams_component .vtab dd {
	margin: 0 0 2px 5px;
}
.ams_games {
	font-size: .8em!important;
	text-align: center;
	width: 145px;
	padding-right: 10px;
}
.ams_games .zilla_img {
	margin-top: 10px;
}


/***** templates/troy/styles/cablespeed.com/left_nav.css *****/
/* Left Nav
------------------------------*/
#left_nav {
	width: 190px;
}

#h-nav {
	margin-bottom: 6px;
}

#h-nav-dd-holder #left_nav {
	position: absolute;
}

#h-nav-dd-holder #left_nav ul.level_2 {
	display: none;
}

#left_nav ul,
#left_nav li {
	list-style-type: none;
}

#left_nav ul.open {
	display: block;
}

#left_nav ul.closed {
	display: none;
}

#left_nav li {
	border-bottom: none;
	_border-bottom: 1px solid #fff;
}

#left_nav a,
#left_nav span {
	display: block;
}

#left_nav .container {
	float: none;
	padding: 0;
	margin: 0;
}

#left_nav .container h1 {
	cursor: pointer;
}

#left_nav .trigger {
	cursor: pointer;
	float: right;
	overflow: hidden;
	padding: 0;
}

#left_nav .trigger + a,
#left_nav .trigger + span {
	display: block;
	width: 167px;
}

/** Level 1 **/
#left_nav .level_1 li {
	text-indent: 10px;
}

#left_nav .level_1 h1 {
	background: #003E74 url(http://images.synacor.com/clientimages/13314/18850.gif) left top repeat-x;
	height: 21px;
	text-transform: uppercase;
}

#left_nav .level_1 h1 a,
#left_nav .level_1 h1 span {
	color: #fff;
	font: bold 13px/19px Tahoma,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

#left_nav .level_1 h1 a:hover {
	color: #fff;
}

#left_nav .level_1 .trigger {
	background: url(http://images.synacor.com/clientimages/13314/18848.gif) left -17px no-repeat;
	cursor: pointer;
	height: 17px;
	margin: 2px 0 0 0;
	width: 23px;
}

#left_nav .level_1 .nav_open {
	background-position: left top;
}

/** Level 2 **/
#left_nav .level_2 li {
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #333;
	text-indent: 10px;
}

#left_nav .level_2 li.last {
	border-bottom: none;
	_border-bottom: 1px solid #fff;
}

#left_nav .level_2 h1 {
	background: #003e74 url(http://images.synacor.com/clientimages/13314/18850.gif) left top repeat-x;
	height: 21px;
	text-transform: uppercase;
}

#left_nav .level_2 h1 a,
#left_nav .level_2 h1 span {
	background: #003e74 url(http://images.synacor.com/clientimages/13314/18850.gif) left top repeat-x;
	color: #fff;
	font: bold 13px/20px Tahoma,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

#left_nav .level_2 h1 a:hover {
	color: #fff;
}

#left_nav .level_2 a {
	background: #fff;
	color: #333;
	font: bold 12px/20px Tahoma,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

#left_nav .level_2 a:hover {
	color: #084c87;
}

#left_nav .level_2 .trigger {
	background: url(http://images.synacor.com/clientimages/13314/18848.gif) left -17px no-repeat;
	cursor: pointer;
	height: 17px;
	margin: 2px 0 0 0;
	width: 23px;
}

#left_nav .level_2 .nav_open {
	background-position: left top;
}

/** Level 3 (& blended Level 2) **/
#left_nav .level_3 li {
	background: #fff;
	color: #333;
	text-indent: 10px;
	text-transform: none;
}

#left_nav .level_3 h1,
#left_nav .level_2 h1.blended {
	background: #fff;
	height: 20px;
	text-transform: none;
}

#left_nav .level_3 h1 a,
#left_nav .level_3 h1 span,
#left_nav .level_2 h1.blended a,
#left_nav .level_2 h1.blended span {
	background: #fff;
	color: #333;
	display: block;
	font: bold 12px/20px Tahoma,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

#left_nav .level_3 h1 a:hover {
	color: #084c87;
}

#left_nav .level_3 a {
	background: #fff;
	color: #333;
	font: bold 12px/20px Tahoma,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

#left_nav .level_3 a:hover {
	color: #084c87;
}

#left_nav .level_3 .trigger,
#left_nav .level_2 .blended .trigger {
	background: url(http://images.synacor.com/clientimages/13314/18849.gif) left -17px no-repeat;
	height: 17px;
	margin: 2px 0 0 0;
	width: 23px;
}

#left_nav .level_3 .nav_open,
#left_nav .level_2 .blended .nav_open {
	background-position: left top;
}

/** Level 4 **/
#left_nav .level_4 li {
	border-bottom: none;
	_border-bottom: 1px solid #fff;
	text-indent: 15px;
}

#left_nav .level_4 a {
	background: #fff;
	color: #333;
	font: normal 11px/16px Tahoma,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

#left_nav .level_4 a:hover {
	color: #084c87;
}
/***** templates/troy/styles/cablespeed.com/cablespeed.css *****/
body {
	background: #8c8d8e;
	color: #000;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
}

#site_container {
	background: #efefef url(http://images.synacor.com/clientimages/13314/20660.gif) left top repeat-x;
}

#site_container #body_col {
	background: transparent;
	padding-top: 0;
	
}

a {
	color: #003e74;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	outline: none;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #ee3524;
	text-decoration: none;
}

/* Header
------------------------------*/
#client_header {
	margin-bottom: 5px;
	padding-top: 9px;
	width: 968px;
}

#client_header_top {
	height: 90px;
}

#client_header_top .logo {
	float: left;
	margin: 5px 10px 0 19px;
	_margin-left: 9px;
	padding: 0;
}

#client_header_top .ad {
	float: right;
	margin-right: 10px;
	_margin-right: 3px;
	padding: 0;
}

#client_header_bottom {
	background: #cbcbcc url(http://images.synacor.com/clientimages/13314/18753.gif) left 2px repeat-x;
	float: left;
	height: 78px;
	margin: 6px 2px 0 2px;
	width: 964px;
}

/* Header Search Bar
------------------------------*/
#client_header_search_wrapper {
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #e3e3e3;
	float: left;
	width: 730px;
}

#client_header_search {
	border: 1px solid #fff;
	height: 74px;
	padding: 0 30px 0 19px;
	width: 679px;
	
}

#client_header_search .sb_lineup1 {
	float: left;
	margin: 20px 23px 0 0;
}

#client_header_search .sb_lineup2 {
	float: left;
	margin: 13px 0 0 0;
	width: 462px;
}

#client_header_search .sb_lineup3 {
	float: left;
	margin: 22px 0 0 0;
}

#client_header_search .search_tabs {
	color: #000;
	font: normal 11px/1em Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	*margin-bottom: -1px;
	padding-bottom: 2px;
}

#client_header_search .search_tabs a {
	border-right: 1px solid #000;
	color: #000;
	font: normal 11px/1em Tahoma, Arial, Helvetica, sans-serif;
	padding: 0 6px 2px 6px;
	text-decoration: none;
}

#client_header_search .search_tabs a:hover, a:active, a:focus {
	color: #ee3524;
}

#client_header_search .search_tabs a.brsb_active,
#client_header_search .search_tabs a.brsb_active:hover {
	color: #fff;
	background: #003e74;
	font-weight: bold;
}

#client_header_search .search_tabs a.brsb_last {
	border: none;
}

#client_header_search .search_box {
	width: 453px;
}

#client_header_search input {
	background: transparent url(http://images.synacor.com/clientimages/69230/17347.gif) left top no-repeat;
	border: 1px solid #333;
	font-size: 18px;
	height: 25px;
	padding: 2px 3px 0 3px;
	width: 445px;
}

#client_header_search input.yp {
	font-size: 16px;
	width: 210px;
}

#client_header_search input.brsb_submit {
	background: transparent url(http://images.synacor.com/clientimages/13314/18756.gif) left top no-repeat;
	border: none;
	height: 37px;
	width: 94px;
}

/** popgoog **/
#client_header_search .sublinks {
	color: #000;
	font: normal 10px/normal Tahoma, Arial, Helvetica, sans-serif;
	padding-top: 2px;
}

#client_header_search .sublinks a {
	color: #003e74;
	font-size: 10px;
}

#client_header_search .sublinks a:hover {
	color: #ee3524;
	text-decoration: none;
}

/* Weather in Header
------------------------------*/
#client_header_weather_wrapper {
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: none;;
	float: left;
	width: 231px;
}

#client_header_weather_wrapper_inner {
	border: 1px solid #fff;
	height: 74px;
	overflow: hidden;
	width: 229px;	
}

#client_header_bottom .weather {
	color: #000;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0 0 10px;
}

#client_header_bottom .weather a {
	color: #000;
}

#client_header_bottom .weather .weather_left {
	float: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#client_header_bottom .weather .weather_left_lout {
	margin-top: 6px;
}

#client_header_bottom .weather .weather_left_lout .weather_outtext {
	margin-left: 65px;
	padding-top: 12px;
}

#client_header_bottom .weather .weather_outleft .weather_img {
	float: left;
	padding: 0px;
	text-align: right;
}

#client_header_bottom .weather .weather_left .one_day_title {
	margin-bottom: 2px;
	margin-left: 55px;
}

#client_header_bottom .weather .weather_left .one_day_title a {
	font-size: 10px;
}

#client_header_bottom .weather .weather_left .one_day_title img {
	display: none;
}

#client_header_bottom .weather .weather_left .weather_img {
	bottom: 10px;
	float: left;
	position: relative;
}

#client_header_bottom .weather .weather_left .weather_text {
	float: left;
	padding-left: 10px;
}

#client_header_bottom .weather .weather_left .weather_text p.degree {
	font-size: 22px;
}

#client_header_bottom .weather .weather_left .weather_text p.degree .deg_f {
	font-size: 14px;
}

#client_header_bottom .weather .weather_left .weather_text p.degree .deg_f a {
	color: #003e74;
	font-size: 11px;
	font-weight: bold;
}

#client_header_bottom .weather .weather_left .weather_text p.degree .deg_f a:hover {
	color: #ee3524;
}

#client_header_bottom .weather div.weather_left div.weather_text p.day {
	background: url(http://images.synacor.com/clientimages/13314/19769.gif) left 4px no-repeat;
	font-size: 10px;
	padding-left: 7px;
}

/* Welcome Bar
------------------------------*/
#h-nav-bar,
#h-nav-bar-holder {
	position: static;
}

#welcomebar {
	color: #003e74;
	font: normal 11px/normal Tahoma, Arial, Helvetica, sans-serif;
	position: relative;
}

#welcomebar .left {
	float: left;
	margin-top: 1px;
}

#welcomebar .right {
	float: right;
	margin-top: 4px;
}

#welcomebar .welcome_msg {
	font-size: 14px;
	font-weight: bold;
}

#welcomebar a {
	color: #003e74;
	text-decoration: none;
	padding: 4px;
}

#welcomebar a:hover {
	color: #ee3524;
}

/* Login Box
------------------------------*/
.comp_container_login {
	margin-bottom: 5px;
}

#login_box {
	background: #6999c3 url(http://images.synacor.com/clientimages/13314/19337.gif) left top repeat-x;
	padding: 6px 10px 10px 10px;
	width: 280px;
}

#login_box h1 {
	color: #fff;
	font: bold 13px/normal Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#login_box .login_error {
	background: #ffdfdf;
	border: 1px solid #c00;
	color: #c00;
	font: normal 11px/normal Tahoma, Arial, Helvetica, sans-serif;
	margin: 4px 0;
	padding: 4px;
}

#login_box form .line1 {
	margin-bottom: 6px;
	width: 280px;
}

#login_box .username {
	float: left;
	margin-right: 0px;
	width: 135px;
}

#login_box .password {
	float: right;
	width: 135px;
}

#login_box label {
	color: #fff;
	display: block;
	font: normal 11px/normal Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
}

#login_box input {
	border: 1px solid #a4abb1;
	color: #999;
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	padding: 2px;
	width: 128px;
}

#login_box input.submit {
	border: none;
	color: #fff;
}

#login_box .user_text {
	color: #515151;
}

#login_box .contact_us {
	float: left;
	margin-top: 5px;
	width: 50%;
}

#login_box .contact_us a {
	color: #fff;
	font: normal 11px/normal Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#login_box .contact_us a:hover {
	text-decoration: underline;
}

#login_box .login_button {
	float: right;
	text-align: right;
}

#login_box .login_button input {
	width: 50px;
}

/* Contact Us Box
------------------------------*/
#contact_us_box_wrapper {
	background: #fff;
	border: 5px solid #003e74;
	display: none;;
	height: auto;
	left: 0px;
	position: absolute;
	top: 0px;
	width: auto;
	z-index: 999;
}

#contact_us_box {
	padding: 10px;	
}

#contact_us_box h1 {
	color: #003e74;
	float: left;
	font: normal 18px/normal Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

#contact_us_box .close {
	cursor: pointer;
	float: right;
	font: bold 12px/normal Tahoma, Arial, Helvetica, sans-serif;
}

#contact_us_box p {
	clear: both;
	color: #000;
	font: normal 11px/normal Tahoma, Arial, Helvetica, sans-serif;
}

#contact_us_box .contact_info {
	border: 1px solid #8c8d8e;
	margin-top: 15px;
	padding: 15px;
}

#contact_us_box .contact_info .phone_numbers {
	float: left;
	margin-right: 15px;
}

#contact_us_box .contact_info h1 {
	color: #003e74;
	float: none;
	font: bold 11px/normal Tahoma, Arial, Helvetica, sans-serif;
}

#contact_us_box .contact_info ul {
	list-style-type: none;
}

#contact_us_box .contact_info li {
	font: normal 11px/18px Tahoma, Arial, Helvetica, sans-serif;
}

#contact_us_box .contact_info .live_chat {
	float: left;
	width: 180px;
}

#contact_us_box .contact_info .live_chat p {
	font: normal 11px/18px Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

#contact_us_box #live_chat_button {
	background: #003e74;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font: bold 11px/normal Tahoma, Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	text-align: center;
	width: 60px;
}

/* Check Email
------------------------------*/
.comp_container_check_email {
	margin-bottom: 5px;
}

#check_email {
	background: #003e74 url(http://images.synacor.com/clientimages/13314/19338.gif) 77px 9px no-repeat;
}

#check_email a {
	color: #fff;
	display: block;
	font: bold 14px/normal Tahoma, Arial, Helvetica, sans-serif;
	padding: 13px 13px 12px 136px;
}

/* Component Styles
------------------------------*/
.comp_container {
	margin-bottom: 5px;
}

.comp_header,
.comp_20_header {
	background: #a2362e url(http://images.synacor.com/clientimages/13314/18851.gif) left top repeat-x;
	border: 1px solid #8c8d8e;
	border-bottom: none;
	height: 24px;
	padding: 0;
}

.comp_header h1,
.comp_20_header h1 {
	font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
	height: 20px;
	padding: 3px 0 0 8px;
}

.comp_body,
.comp_20 {
	background: #fff;
	border: 1px solid #8c8d8e;
	border-top: none;
}

.comp_body .submit,
.submit, button.btn {
	background: #003e74;
	border: none;
	color: #fff;
	font: bold 11px/normal Tahoma, Arial, Helvetica, sans-serif;
	padding: 3px 5px;
}

.comp_footer {
	background: transparent url(http://images.synacor.com/clientimages/13314/18852.gif) left top repeat-x;
	clear: left;
	display: block;
	overflow: hidden;
	height: 5px;
}

#body_col_1 .comp_body, 
#body_col_1 .comp_footer {
	width: 188px;
}

#body_col_2 .comp_body,
#body_col_2 .comp_footer {
	width: 458px;
}

#body_col_3 .comp_body,
#body_col_3 .comp_footer {
	width: 298px;
}

#body_col_12 .comp_body,
#body_col_12 .comp_footer {
        width: 653px;
}

.comp_body a {
	color: #3c7494;
	text-decoration: none;
}

.comp_body a:hover {
	color: #000;
	text-decoration: underline;
}

.drag_container {
	margin-bottom: 5px;
	_margin-bottom: 0px;
}

.drag_container .comp_header,
.drag_container .comp_header * {
	cursor: pointer;
}

.dropzone {
	background: #d8d8d8 none;
}

.dropzone * {
	visibility: hidden;
}

/** DCC **/
.comp_container_maindcc,
.comp_container_dcc .comp_body {
	border-top: 1px solid #8c8d8e;
}

.comp_container_maindcc .comp_body {
	border-top: none;
}

.comp_container_maindcc .comp_content {
	padding: 0px;
}

.comp_container_maindcc .comp_content .comp_content {
	padding: 5px;
}

.dcc_container {
	padding: 0 !important;
	height: 100% !important;
	width: 100% !important;
}

.dcc-container {
	height: 100%; 
	padding: 0;
	width: 100%;
}

.dcc-media {
	width: auto;
}

.dcc-text h2 {
	color: #003e74;
	font: bold 18px/normal Tahoma, Arial, Helvetica, sans-serif;
}

.dcc-text h2 a,
.dcc-text h2 a:visited {
	color: #003e74;
	font: bold 18px/normal Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.dcc-text h2 a:hover {
	color: #ee3524;
	text-decoration: none;
}

.dcc-text .more {
	width: auto;
}

.dcc-text ul { 
	width: 100%;
}

.dcc-text ul li a {
	color: #003e74;
	text-decoration: none;
}

.dcc-text ul li a:hover  {
	color: #ee3524;
	text-decoration: none;
}

.dcc-nav {
	clear: both;
	float: left;
	padding: 5px 0 0 0;
	text-align: center;
}

/** Water Cooler **/
.watercooler_component div.comp_body {
	background: #fff url(http://images.synacor.com/clientimages/69162/5822.png) left top repeat;
}

.watercooler_component .comp_content .rt ul li a {
	color: #000;
}

/** tabbed comp **/
.tabbed_nav ul {
	background: transparent url(http://images.synacor.com/clientimages/69179/16990.jpg) scroll repeat-x 0 100%;
}

.tabbed_nav ul li a {
	background: transparent url(http://images.synacor.com/clientimages/69179/16990.jpg) scroll repeat-x 0 100%;
}

.tabbed_nav ul li.on a {
	background: #fff;
}

.center {
	margin: 0 auto;
	width: 728px;
}

/** Headlines Today **/
.headlines_today_component .tabbed_nav ul {
	background: #fff;
}


.headlines_today_component .tabbed_nav li {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.headlines_today_component .tabbed_nav ul li a {
	background: transparent;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.headlines_today_component .tabbed_nav ul li a:hover {
	background: #e0e0e0;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.headlines_today_component .tabbed_nav li.on a {
	background: #e0e0e0;
	color: #084c87;
}

/** Flash Games **/
div#body_col_2 .playitnow_ul {
	width: 410px;
}

div#body_col_3 .playitnow_ul {
	width: 250px;
}

div#body_col_1 .playitnow_ul li {
	width: 140px;
}

div#body_col_2 .playitnow_ul li {
	width: 136px;
}

div#body_col_3 .playitnow_ul li {
	width: 125px;
}

/** Radio **/
.comp_container_radio fieldset {
	text-align: center;
}

.comp_container_radio .radio_component {
	float: none;
	margin: 0;
}

/**Quick Links **/
.agdistis_quicklinks ul li {
	margin: 5px 0;
}

.agdistis_quicklinks ul.quicklinks_ul_hack {
	border: none !important;
}

.agdistis_quicklinks ul.quicklinks_ul_hack li {
	background: #e0e0e0 !important;
	border-bottom: 1px solid #ccc;
	margin: 0;
	text-indent: 10px;
}

.agdistis_quicklinks ul.quicklinks_ul_hack li a {
	color: #333 !important;
	font: normal 12px/24px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.agdistis_quicklinks ul.quicklinks_ul_hack li a:hover {
	color: #084c87 !important;
	font-weight: bold;
	text-decoration: none !important;
}

/** Movie Search **/
.comp_container_moviesearch .moviesearch_location input,
.comp_container_moviesearch .moviesearch_title input {
	border: 1px solid #a4abb1;
	float: left;
	padding: 2px;
	width: 172px;
}

#body_col_2 .comp_container_moviesearch .moviesearch_location input,
#body_col_2 .comp_container_moviesearch .moviesearch_title input {
	width: 137px;
}

#body_col_3 .comp_container_moviesearch .moviesearch_location input,
#body_col_3 .comp_container_moviesearch .moviesearch_title input {
	width: 282px;
}

.comp_container_moviesearch .moviesearch_date,
#body_col_2 .comp_container_moviesearch .moviesearch_date {
	float: left;
	margin-right: 0;
}

.comp_container_moviesearch select {
	border: 1px solid #a4abb1;
	float: left;
	padding: 1px;
	width: 100px;
}

.comp_container_moviesearch .moviesearch_go,
#body_col_2 .comp_container_moviesearch .moviesearch_go {
	float: right;
	margin-top: 13px;
}

.comp_container_moviesearch .submit {
	width: 30px;
}

/** Weather **/
.weather_component fieldset {
	text-align: center;
}

/** Local **/
.local_component .comp_nav_h .localleft {
	float: left;
	width: 196px;
}

.local_component .comp_nav_h .localright {
	float: right;
}

.local_component .comp_nav_h .localright input {
	border: 1px solid #a4abb1;
	padding: 2px;
	font-size: 11px;
}

.local_component .comp_nav_h .localright input.submit {
	border: none;
}

.local_component ul.local {
	margin: 5px 0 0;
	padding: 0;
}

.local_component ul.local li{
	background: url(http://images.synacor.com/clientimages/13314/19769.gif) 5px 15px no-repeat;
	list-style: none;
	padding: 5px 0 5px 5px;
}

.local_component ul.local li.localalt{
	background-color: #dfdfdf;
}

.local_component ul.local li a {
	display: block;
	margin: 0px;
	padding: 5px 0 5px 10px;
}

.local_component a {
	color: #003e74;
}

.local_component a:hover {
	color: #ee3524;
	text-decoration: underline;
}

/** Market Place **/
.affiliate_container {
	width: 100% !important;
}

#affiliate_container .affiliate_wrapper,
#affiliate_container .affiliate_wrapper_on {
	width: 100% !important;
}

#affiliate_container .affiliate_logo {
	margin-right: 1px;
	overflow: hidden;
	width: 59px;
}

#affiliate_container .affiliate_text {
	width: auto;
}

#affiliate_container .affiliate_arrow {
	padding-left: 10px;
	background-position: left 2px;
}

#affiliate_container .affiliate_title {
	font-size: 11px;
}

#affiliate_container .affiliate_desc {
	margin-top: 0;
	padding-left: 10px;
}

/** Ads **/
/** Under DCC Text Ad **/
.center_column_text_ads {
	border: 1px solid #8c8d8e;
	color: #000;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	height: 21px;
	padding: 7px 0 0;
	text-align: center;
}

.center_column_text_ads a {
	color: #545456;
	text-decoration: none;
}

.center_column_text_ads a:hover {
	color: #0271b9;
}

/** Premium Spotlight **/
.comp_container_premiumspotlight {
	margin-bottom: 5px;
}

/** My Account **/
.manage_accounts .tabs {
    color: #fff;
}

/** More Links **/
div.more a {
	font-weight: bold;
}

/* Magic Menu
------------------------------*/
.comp_container_magicmenu {
	margin-bottom: 5px;
}

.comp_container_magicmenu  .comp_body {
	border-bottom: none;
}

.comp_container_magicmenu .comp_content {
	padding: 0;
}

#magic_menu {
	width: 298px;
}

#magic_menu .container {
    float: none;
	padding: 0;
	margin: 0;
}

#magic_menu ul {
    list-style-type: none;
    background: #fff;
}

#magic_menu .container h1 {
	cursor: pointer;
}

#magic_menu .container h1 a,
#magic_menu .container h1 span {
    display: block;
	width: 275px;
	_width: 272px;
}

/** Level 1 **/
#magic_menu .level_1 li {
    text-indent: 10px;
}

#magic_menu .level_1 .container h1 {
    background: #003e74 url(http://images.synacor.com/clientimages/13314/18850.gif) left top repeat-x;
	border-bottom: 1px solid #8c8d8e;
	height: 21px;
	text-transform: uppercase;
}

#magic_menu .level_1 .container h1 a,
#magic_menu .level_1 .container h1 span {
    color: #fff;
    font: bold 13px/19px Tahoma,Arial,Helvetica,sans-serif;
    padding: 0;
    text-decoration: none;
    height: 21px;
}

#magic_menu .level_1 .trigger {
    background: url(http://images.synacor.com/clientimages/13314/18848.gif) left -17px no-repeat;
    cursor: pointer;
    height: 17px;
    float: right;
    margin: 2px 0 0 0;
    padding: 0;
    overflow: hidden;
    width: 23px;
}

#magic_menu .level_1 .nav_open {
    background-position: left top;
}

/** Level 2 **/
#magic_menu .level_2 {
    display: none;
}

#magic_menu .default_open {
    display: block;
}

#magic_menu .level_2 li {
	background: #fff url(http://images.synacor.com/clientimages/69230/17980.gif) left bottom repeat-x;
	border-bottom: 1px solid #8c8d8e;
	float: left;
	height: 40px;
	text-align: center;
	text-indent: 0;
	width: 148px;
}

#magic_menu .level_2 li.right {
	border-left: 1px solid #8c8d8e;
	width: 149px;
}

#magic_menu .level_2 li.wide {
	width: 298px;
}

#magic_menu .level_2 li a {
	display: block;
}

/* Customization Pages
------------------------------*/
#navwrap {
	border-bottom: 1px solid #003e74 !important;
	width: 100%;
}

#tabs .ontab {
	background: #003e74 url(http://images.synacor.com/clientimages/13314/18850.gif) repeat-x scroll left top;
}

#tabs .offtab {
	background: #d4d4d4;
}

#embark_contentwrap .coltitle,
#embark_contentwrap .colcontent {
	width: auto !important;
}

#embark_contentwrap .coltitle {
	background: #a2362e url(http://images.synacor.com/clientimages/13314/18851.gif) repeat-x scroll left top;
	border-bottom: 1px solid #d4d4d4 !important;
	color: #fff !important;
}

#embark_contentwrap .colcontent {
	background: #eee;
	padding-left: 50px !important;
}

#embark_contentwrap .subtitle {
	margin-top: 10px !important;
}

#embark_contentwrap .submit {
	color: #fff !important;
}

/* Sports Pages
------------------------------*/
#stats_nav #nav  {
	background: #a2362e url(http://images.synacor.com/clientimages/13314/18851.gif) repeat-x scroll left top;
}

#stats_nav #nav li  {
	border-right: 1px solid #8c8d8e;
}

#stats_nav #nav a {
	padding: 5px 8px 6px;
}

#stats_nav #nav li ul {
	width: 131px;
}

#stats_nav #nav a.on_page {
	background: #003e74 url(http://images.synacor.com/clientimages/13314/18850.gif) repeat-x scroll left top;
	color: #fff;
}

/* Footer
------------------------------*/
#footer {
	margin: 5px 0 0 0;
	padding: 0;
}

#footer_ad {
	text-align: center;
}

#footer_links ul {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#footer_links li {
	border-right: 1px solid #000;
	display: inline;
	font: normal 11px/normal Tahoma, Arial, Helvetica, sans-serif;
	padding: 0 10px;
}

#footer_links li.last {
	border-right: none;
}

#footer_links a {
	color: #000;
	text-decoration: none;
}

#footer_links a:hover {
	text-decoration: underline;
}

/* Footer Search Bar 
------------------------------*/
#client_footer_search {
	height: 74px;
	margin: 0 auto 20px;
	width: 679px;
}

#client_footer_search .sb_lineup1 {
	float: left;
	margin: 20px 23px 0 0;
}

#client_footer_search .sb_lineup2 {
	float: left;
	margin: 13px 0 0 0;
	width: 462px;
}

#client_footer_search .sb_lineup3 {
	float: left;
	margin: 22px 0 0 0;
}

#client_footer_search .search_tabs {
	color: #000;
	font: normal 11px/1em Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	*margin-bottom: -1px;
	padding-bottom: 2px;
}

#client_footer_search .search_tabs a {
	border-right: 1px solid #000;
	color: #000;
	font: normal 11px/1em Tahoma, Arial, Helvetica, sans-serif;
	padding: 0 6px 2px 6px;
	text-decoration: none;
}

#client_footer_search .search_tabs a:hover, a:active, a:focus {
	color: #ee3524;
}

#client_footer_search .search_tabs a.brsb_active,
#client_footer_search .search_tabs a.brsb_active:hover {
	color: #fff;
	background: #003e74;
	font-weight: bold;
}

#client_footer_search .search_tabs a.brsb_last {
	border: none;
}

#client_footer_search .search_box {
	width: 453px;
}

#client_footer_search input {
	background: transparent url(http://images.synacor.com/clientimages/69230/17347.gif) left top no-repeat;
	border: 1px solid #333;
	font-size: 18px;
	height: 25px;
	padding: 2px 3px 0 3px;
	width: 445px;
}

#client_footer_search input.yp {
	font-size: 16px;
	width: 210px;
}

#client_footer_search input.brsb_submit {
	background: transparent url(http://images.synacor.com/clientimages/13314/19346.gif) left top no-repeat;
	border: none;
	height: 37px;
	width: 94px;
}

/** popgoog **/
#client_footer_search .sublinks {
	color: #000;
	font: normal 10px/normal Tahoma, Arial, Helvetica, sans-serif;
	padding-top: 2px;
}

#client_footer_search .sublinks a {
	color: #003e74;
	font-size: 10px;
}

#client_footer_search .sublinks a:hover {
	color: #ee3524;
	text-decoration: none;
}

/* Games Channel
------------------------------*/
#body_col #games_channel #body_col_12 .comp_container,
#body_col #games_channel #body_col_3 .comp_container {
	border: none;
	margin-bottom: 5px;
}

#body_col #games_channel .comp_body {
	border: 1px solid #8c8d8e;
	border-top: 0;
}

#body_col #games_channel #body_col_12 .comp_body {
	width: 648px;
}

/* Video Channel
------------------------------*/
#video #body_col_2 {
	margin-left: 4px;
}
#video #body_col_2 .comp_header, #video #body_col_4 .comp_header {
	border: none;
}

/***** templates/troy/styles/components/marketplace.css *****/
.marketplace {
	padding: 3px;
}
.marketplace .market_left {
	margin-right: 4%;
}
.marketplace .track_img {
	display: none;
}
.marketplace ul {
	clear: both;
	list-style: none;
}
.marketplace ul li {
	border-bottom: 1px solid #ebebeb;
	height: 32px;
	padding: 5px;
}
.marketplace_wide ul li {
	float: left;
	width: 46%;
}
.marketplace_wide ul li.odd {
	float: right;
}
.marketplace ul li a {
	display: block;
	font-size: .9em;
	padding: 2px 0 0 0;
}
.marketplace ul li a span {
	font-size: 1em;
	font-weight: bold;
}
.marketplace ul li span.mp_sprites {
	background: url(components/images/marketplace/mp_sprites.gif?b11f7266) no-repeat 9999px 0;
	display: block;
	float: left;
	height: 34px;
	padding-left: 15px;
	width: 59px;
}
.marketplace ul li span.autopartsgiant { background-position: 0 0; }
.marketplace ul li span.bowflex { background-position: 0 -84px; }
.marketplace ul li span.budget { background-position: 0 -168px; }
.marketplace ul li span.buy { background-position: 0 -252px; }
.marketplace ul li span.car_rental { background-position: 0 -168px; }
.marketplace ul li span.coupons { background-position: 0 -336px; }
.marketplace ul li span.dell { background-position: 0 -420px; }
.marketplace ul li span.dellsmallbiz { background-position: 0 -420px; }
.marketplace ul li span.ebags { background-position: 0 -504px; }
.marketplace ul li span.ebay { background-position: 0 -588px; }
.marketplace ul li span.efax { background-position: -109px -1092px; }
.marketplace ul li span.experian { background-position: 0 -672px; }
.marketplace ul li span.fandango { background-position: -109px -1510px; }
.marketplace ul li span.fansedge { background-position: 0 -756px; }
.marketplace ul li span.fathead { background-position: 0 -840px; }
.marketplace ul li span.flights { background-position: -109px -252px; }
.marketplace ul li span.gamefly { background-position: 0 -924px; }
.marketplace ul li span.geico { background-position: 0 -1008px; }
.marketplace ul li span.giftcertificates { background-position: -108px -1676px; }
.marketplace ul li span.gillware { background-position: -109px -1344px; }
.marketplace ul li span.gotomeetings { background-position: 0 -1092px; }
.marketplace ul li span.hp { background-position: -109px -1596px; }
.marketplace ul li span.hotels { background-position: 0 -1176px; }
.marketplace ul li span.inkjets { background-position: -109px -1176px; }
.marketplace ul li span.lifelock { background-position: 0 -1260px; }
.marketplace ul li span.lotf { background-position: 0 -1344px; }
.marketplace ul li span.lowermybills { background-position: 0 -1428px; }
.marketplace ul li span.menswearhouse { background-position: 0 -1512px; }
.marketplace ul li span.mycorporation { background-position: 0 -1596px; }
.marketplace ul li span.pm { background-position: 0 -1680px; }
.marketplace ul li span.perfectmatch { background-position: 0 -1680px; }
.marketplace ul li span.priceline { background-position: 0 -1764px; }
.marketplace ul li span.quickenloans { background-position: 0 -1848px; }
.marketplace ul li span.realtystore { background-position: 0 -1932px; }
.marketplace ul li span.realtytrac { background-position: -109px 0; }
.marketplace ul li span.resorts { background-position: -109px -84px; }
.marketplace ul li span.sandals { background-position: -109px -84px; }
.marketplace ul li span.smartautowarranty { background-position: -109px -168px; }
.marketplace ul li span.southwest { background-position: -109px -252px; }
.marketplace ul li span.sportsfanfare { background-position: -109px -336px; }
.marketplace ul li span.stubhub { background-position: -109px -420px; }
.marketplace ul li span.thinkgeek { background-position: -109px -504px; }
.marketplace ul li span.tires-easy { background-position: -109px -588px; }
.marketplace ul li span.tomtom { background-position: -109px -672px; }
.marketplace ul li span.turbotax { background-position: -109px -756px; }
.marketplace ul li span.usatoday { background-position: -109px -840px; }
.marketplace ul li span.wamu { background-position: -109px -924px; }
.marketplace ul li span.webex { background-position: -109px -1260px; }
.marketplace ul li span.wsj { background-position: -109px -1008px; }
.marketplace ul li span.zappos { background-position: -109px -1428px; }

/***** templates/troy/styles/channels/games_channel/games_channel.css *****/
#games_channel {
	background: #fff;
	float: left;
	width: 100%;
}
#body_container #site_container #body_col {
	margin: 0;
	padding: 0;
	width: 968px;
}
#games_channel #body_col_12 {
	margin: 0;
	padding: 0 10px 0 4px;
	width: 650px;
}
#games_channel #body_col_12 div.comp_container {
	border: 1px solid #a2a2a2;
	clear: both;
	height: 1%;
	float: none;
	margin-bottom: 10px;
	overflow: hidden;
	width: auto;
}
#games_channel div.comp_container {
	margin-bottom: 10px;
}
#games_channel #body_col_12 div.comp_container div.comp_header {
	background: #fff;
}
#games_channel #body_col_12 div.comp_container div.comp_header h1 {
	color: #000;
}
#games_channel #body_col_12 div.comp_container div.comp_body {
	background: #fff none;
	width: 100%;
}
#games_channel #body_col_12 div.comp_container .comp_footer {
	display: none;
}
#games_channel div.comp_container div.comp_body .comp_content {
	background: #fff;
}
#games_channel #body_col_12 div.comp_container div.comp_body .comp_content, 
#games_channel div.comp_container div.comp_body .comp_content {
	padding: 0;
}
#games_channel div.comp_container .ajaxtabbed .tabcontent {
	margin: 0;
	padding: 0;
	width: auto;
}
#games_channel #body_col_12 .ajaxtabbed .tabcontent {
	margin: 0;
	padding: 0;
}
#games_channel div.comp_container .ajaxtabbed .tabbed_nav {
	margin: 0;
}
#body_col #games_channel #body_col_12 .ajaxtabbed .tabbed_nav ul li a {
	font-size: 1.1em;
}
.comp_container_games_dcc {
	float: left;
	margin-bottom: 10px;
}
.comp_macgyver_container {
	border: 1px solid #a2a2a2;
	float: left;
	margin-bottom: 10px;
}
#games_channel #body_col_12 div.tabbed_nav ul {
	background: #d2d2d2;
	padding: 5px 10px 0 10px;
}
#games_channel #body_col_12 div.tabbed_nav ul li {
	border: none;
}
#games_channel #body_col_12 .games_info_tabbed_component .comp_header {
	display: none;
}
#games_channel .tabbed_nav ul li.on a {
	background: #fff;
}
#games_channel .drag_container .comp_header {
	cursor: default;
}
/***** templates/troy/styles/components/games_navigation.css *****/
.games_navigation #games_header {
	background: #555 url('components/images/games_navigation/header-gradient.png?b11f7266') center center repeat-x;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #fff;
	height: 29px;
	overflow: hidden;
	padding: 7px;
	position: relative;
}
.games_navigation #games_header .games_header_logo {
	float: left;
	height: 22px;
	margin-top: -11px;
	position: absolute;
	top: 50%;
}
.games_navigation #games_header .games_header_search {
	color: #fff;
	float: right;
}
.games_navigation #games_header .games_header_search input {
	vertical-align: middle;
}
.games_navigation input.games_header_search_input_text {
	border: 1px solid #000;
	color: #bbb;
	padding: 4px;
	width: 260px;
}
.games_navigation .navigation_container {
	background: url('components/images/games_navigation/nav-gradient.png?b11f7266') top center repeat-x;
	border: 1px solid #6D6D6D;
	height: 25px;
}
.games_navigation ul#games_navigation_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.games_navigation .navigation_container li {
	border-right: 1px solid #666;
	float: left;
	line-height: 25px;
	list-style: none;
	position: relative;
	z-index: 10;
}
.games_navigation .navigation_container li a {
	color: #000;
	display: block;
	float: left;
	height: 25px;
	padding: 0 10px;
	text-decoration: none;
}
.navigation_container li.on {
	background: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
	position: relative;
}
.games_navigation .navigation_container li a:hover {
	background: url('components/images/games_navigation/nav-gradient-hover.png?b11f7266') top center repeat-x;
}
.games_navigation .navigation_container li.on a:hover {
	background: #fff;
} 
.games_navigation ul#games_navigation_nav li ul {
	background: #b7b7b7;
	border: 1px solid #808080;
	border-top: 0;
	display: none;
	left: 0;
	margin-left: -1px;
	position: absolute; 
	top: 26px;
	width: 12em;
	z-index: 100;
}
.games_navigation ul#games_navigation_nav li.on:hover,
.games_navigation ul#games_navigation_nav li:hover ul, 
.games_navigation ul#games_navigation_nav li.over ul {
	background: #b7b7b7;
	display: block;
}

.games_navigation ul#games_navigation_nav li.on:hover,
.games_navigation ul#games_navigation_nav li:hover,
.games_navigation ul#games_navigation_nav li.over { 
	background: url('components/images/games_navigation/nav-gradient-hover.png?b11f7266') top center repeat-x;
}
.games_navigation ul#games_navigation_nav li:hover a.games_navigation_dropdown, 
.games_navigation ul#games_navigation_nav li.over a.games_navigation_dropdown { 
	background: url('components/images/games_navigation/dropdown-arrow.gif?b11f7266') no-repeat 93% 100%;
	border-bottom: 1px solid #b7b7b7;
	margin-bottom: -1px;
	position: relative;
}
.games_navigation ul#games_navigation_nav li ul a {
	color: #000;
	display: block;
	padding: 0;
	text-decoration: none;
	text-indent: 10px;
	width: 12em;
}
.games_navigation ul#games_navigation_nav li ul a:hover {
	background: #222;
	color: #fdb70f;
}
.games_navigation #games_navigation_nav .games_navigation_dropdown {
	background: url('components/images/games_navigation/dropdown-arrow.gif?b11f7266') no-repeat 93% 0%;
	padding-right: 25px;
}
.games_navigation .games_navigation_sub_menu {
	background: #fff;
	padding: 10px 10px 5px 10px;
}
.games_navigation .games_navigation_sub_menu a {
	font-weight: bold;
	padding: 0 10px;
}
.games_navigation .games_navigation_sub_menu img {
	vertical-align: middle;
}
.games_navigation .games_navigation_breadcrumb {
	background: #fff;
	padding: 5px 10px 10px 10px;
}
.games_navigation #games_navigation_nav .all_games {
	background: url('components/images/games_navigation/games_nav_allgames_bg.png?b11f7266') no-repeat top left;
	padding-right: 25px;
	margin-right: 5px;
}
.games_navigation .submit {
	height: 26px;
	padding: 0 2px;
	vertical-align: middle;
}

/***** templates/troy/styles/components/games_news.css *****/
.games_news {
	background: #fff;
	float: left;
	font-size: 0.9em;
	padding: 10px;
}
.games_news .games_subtitle {
	color: #000;
	font-size: 1.6em;
	padding-bottom: 6px;
}
.games_news .games_news_thumb {
	border: solid 1px #e5e5e5;
	float: left;
	padding-top: 14px;	
	width: 251px;
}
.games_news .games_news_thumb .image {
	background: url(components/images/games_news/games_news_thumb_bg.png?b11f7266) top left no-repeat;
	height: 124px;
	margin: 0 auto;
	width: 164px;
}
.games_news .games_news_thumb .image img {
	height: 116px;
	padding: 4px 0 0 4px;
	width: 156px;
}
.games_news .games_news_thumb .description {
	float: left;
	font-size: 1.1em;
	padding: 10px 10px 0 10px;
}
.games_news .games_news_thumb .description a {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
}
.games_news .games_news_thumb .description p {
	float: left;
	width: 100%;
}
.games_news .games_news_content {
	float: left;
	padding-left: 15px;
	width: 340px;
}
.games_news .games_news_content .story {
	clear: both;
	font-size: 1.2em;
	margin-top: 5px;
}
.games_news .games_news_content .story a {
	background: url(components/images/games_news/games_news_icon.png?b11f7266) no-repeat left center;
	float: left;
	font-weight: bold;
	padding: 4px 0 5px 20px;
}
.games_news .games_news_content .story p {
	clear: both;
	float: left;
	padding: 0 0 5px 20px;	
	width: 100%;
}
.games_news .story .date {
	clear: both;
	color: #a3a3a3;
	font-size: 1.0em;
	padding: 0 0 0 20px;
}
.games_news .date {
	color: #a3a3a3;
	float: left;
	font-size: 1.0em;
	padding-top: 5px;
	width: 100%;
}
.games_news .games_news_more {
	border-top: solid 1px #ebebeb;
	float: left;
	font-size: 1.1em;
	margin-top: 14px;
	width: 100%;
}
.games_news .games_news_more  a {
	float: right;
	font-weight: bold;
	margin-top: 10px;

}

/***** templates/troy/styles/components/playitnow.css *****/
* html .playitnow_more_cont {
	display: inline-block;
}
.playitnow .playitnow_browse, .playitnow .playitnow_recent {
	background: #f9f9f9 url(components/images/playitnow/pin_down_arrow.png?b11f7266) no-repeat right center;
	color: #000;
	display: block;
	overflow: hidden;
	position: relative;
	font-size: .9em;
	font-weight: bold;
	padding-right: 7px;
}
.playitnow .playitnow_browse_on, .playitnow .playitnow_recent_on {
	background: #f9f9f9 url(components/images/playitnow/pin_up_arrow.png?b11f7266) no-repeat right center;
	color: #000;
	display: block;
	overflow: hidden;
	position: relative;
	font-size: .9em;
	font-weight: bold;
	padding-right: 7px;
}
.playitnow .playitnow_ul {
	float: left;
	list-style: none;
}
.playitnow .playitnow_ul li {
	float: left;
	width: 120px;
}
.playitnow .playitnow_ul li a {
	background: transparent url(components/images/playitnow/pin_thumb_bg.png?b11f7266) no-repeat 11px 6px;
	color: #4975c4;
	display: block;
	margin: 7px auto;
	padding: 6px 14px;
	position: relative;
	text-decoration: none;
	width: 98px;
}
.playitnow .playitnow_ul li a:hover {
	background: #efefef url(components/images/playitnow/pin_thumb_bg_on.png?b11f7266) no-repeat 11px 6px;
	color: #fbb611;
}
.playitnow .playitnow_ul li a img {
	margin: 4px 0 8px 2px;
	width: 94px;
}
.playitnow .playitnow_ul li a:hover .pin_play {
	background: url(components/images/playitnow/pin_play.png?b11f7266) no-repeat top left;
	display: block;
	height: 11px;
	left: 15px;
	top: 55px;
	position: absolute;
	width: 51px;
}
.playitnow .playitnow_ul li .pin_thumb_txt {
	font-size: .9em;
	font-weight: bold;
}
.playitnow .playitnow_ul li .playitnow_desc {
	color: #000;
	display: block;
	font-size: .9em;
}
.playitnow .playitnow_ul li.playitnow_loading {
	background: #fff url(templates/troy/images/loading.gif?b11f7266) no-repeat center center;
	display: none;
	height: 50px;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 100%;
	z-index: 1;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}
.playitnow_browse_cont {
	overflow: hidden;
	display: none;
}
.playitnow_browse_cont ul {
	list-style: none;
	float: left;
	width: 49%;
}
.playitnow_narrow .playitnow_browse_cont ul {
	width: 100%;
}
.playitnow_browse_cont ul li {
	padding-top: 3px;
}
.playitnow_carousel {
	clear: both;
}
.playitnow_more {
	background: url(components/images/playitnow/pin_more.png?b11f7266) no-repeat right center;
	clear: both;
	display: block;
	float: right;
	font-weight: bold;
	margin: 10px 0;
	padding: 0 10px 0 0;
}
.playitnow_more_cont {
	background: #f9f9f9;
	border: 1px solid #d4d4d4;
	clear: both;
	overflow: hidden;
	position: relative;
	padding: 8px 0 8px 7px;
}
.playitnow_more_cont p {
	padding: 0px 0;
	font-size: .9em;
}
.playitnow_medium .playitnow_ul li a {
	background: transparent url(components/images/playitnow/pin_thumb_bg.png?b11f7266) no-repeat 6px 6px;
	padding: 6px 9px;
	width: 98px;
}
.playitnow_medium .playitnow_ul li a:hover {
	background: #efefef url(components/images/playitnow/pin_thumb_bg_on.png?b11f7266) no-repeat 6px 6px;
}
.playitnow_medium .playitnow_ul li a:hover .pin_play {
	left: 11px;
}
.playitnow_medium .playitnow_ul li {
	width: 123px;
}
.playitnow_narrow .playitnow_car_narrow,.playitnow_wide .playitnow_car_wide, .playitnow_medium .playitnow_car_medium {
	margin: 0 auto;
}
.playitnow_narrow .playitnow_car_narrow ul,.playitnow_wide .playitnow_car_wide ul, .playitnow_medium .playitnow_car_medium ul {
	position: relative;
}
.playitnow_narrow .playitnow_ul li {
	width: 138px;
}
.playitnow_next {
	background: url(components/images/playitnow/pin_right_arrow.png?b11f7266) no-repeat top left;
	float: right;
}
.playitnow_prev, .playitnow_next {
	display: block;
	height: 35px;
	margin-top: 50px;
	outline: none;
	text-indent: -9999px;
	width: 19px;
}
.playitnow_prev {
	background: url(components/images/playitnow/pin_left_arrow.png?b11f7266) no-repeat top left;
	float: left;
}
.playitnow_recent_cont {
	display: none;
}
.playitnow_recent_cont ol {
	overflow: hidden;
}
.playitnow_recent_cont ol li {
	padding-top: 3px;
	margin-left: 25px;
}
.playitnow_wide .playitnow_ul li {
	width: 135px;
}
.playitnow_wide .playitnow_recent_cont ol li {
	display: inline;
	float: left;
	width: 25%;
}
/***** templates/troy/styles/components/ratings.css *****/
.inline_rating {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
}
.ratings {
	padding: 0;
}
.rating_avg {
	font-size: .9em;
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	padding-top: 8px;
	vertical-align: middle;
}
.recomend {
	background: url(components/images/ratings/star_icon.gif?b11f7266) no-repeat 0px 2px;
	display: block;
	height: 15px;
	margin-top: 10px;
	padding-left: 16px;
}
.star_rating,
.star_rating a:hover,
.star_rating .current_rating {
	background: url(components/images/ratings/star3.png?b11f7266) repeat-x left -1000px;
}
* html .star_rating,
* html .star_rating a:hover,
* html .star_rating .current_rating {
	background-image: url(components/images/ratings/star_ie.gif?b11f7266);
	font-size: 0;
}
.star_rating {
	background-position: left top;
	height: 15px;
	list-style: none;
	margin: 0 5px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 75px;
}
.star_rating li {
	display: inline;
}
.star_rating a, .star_rating .current_rating {
	border: none;
	height: 15px;
	left: 0;
	line-height: 20px;
	outline: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	text-indent: -1000em;
}
.inline_rating .star_rating.average a:hover,
.inline_rating .star_rating.average a:active,
.inline_rating .star_rating.average a:focus {
	cursor: default;
	background: none;
	font-size: 0;
}
.star_rating a:hover {
	background-position: bottom left;
	*background-position: 125% left; /* IE6/7 */
}
.star_rating a.one_star {
	width: 20%;
	z-index: 6;
}
.star_rating a.two_stars {
	width: 40%;
	z-index: 5;
}
.star_rating a.three_stars {
	width: 60%;
	z-index: 4;
}
.star_rating a.four_stars {
	width: 80%;
	z-index: 3;
}
.star_rating a.five_stars {
	width: 100%;
	z-index: 2;
}
.star_rating .current_rating {
	background-position: left -15px;
	z-index: 1;
}
/* Games Flash Game template */
.games_flash_game_ratings .average_rating_cont {
	margin-top: 8px;
	overflow: hidden;
}
.games_flash_game_ratings .current_rating_cont {
	margin-top: 8px;
	overflow: hidden;
}
.games_flash_game_ratings .rate_txt {
	float: left
}
.games_flash_game_ratings .star_rating {
	float: left;
	vertical-align: middle;
}
/***** templates/troy/styles/components/games_ign_top_rated.css *****/
.games_ign_top_rated {
	padding: 10px;
}
.games_ign_top_rated .games_ign_top_rated_more {
	border-top: 1px solid #E8E8E8;
	clear: both;
	padding: 12px 0 0 0;
	text-align: right;
}
.games_ign_top_rated .games_ign_top_rated_more a {
	display: block;
	float: right;
	font-weight: bold;
	height: 16px;
}
.games_ign_top_rated ol {
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 15px 30px;
}
.games_ign_top_rated ol li a {
	font-weight: normal;
}
.games_ign_top_rated .games_ign_top_rated_more div img {
	float: left;
	padding-bottom: 5px;
}

/***** templates/troy/styles/components/games_articles.css *****/
.games_articles {
	font-size: .9em;
	height: 1%;
	overflow: hidden;
	padding: 10px;
	position: relative;
}
.games_articles .games_articles_platform_select {
	float: left;
	height: 1%;
	margin-top: 10px;
	overflow:hidden;
	width: 300px;
}
.games_articles_platform_select select {
	width: 200px;
}
.games_articles_header .games_browse_pag_right {
	float: right;
	margin-top: 10px;
}
.games_articles .games_articles_header {
	border-bottom: 1px solid #ddd;
	height: 1%;
	margin-bottom: 10px;
	overflow: hidden;	
	padding: 0 0 10px 0;
}
.games_articles .games_articles_header h3 {
	color: #000;
	font-size: 1.4em;
}
.games_articles .games_articles_powered_by {
	height: 26px;
	left: 100%;
	margin: -5px 0 0 -116px;
	position: absolute;
	width: 96px;
}
.games_articles .games_articles_table th {
	padding: g-bottom: 10px;
	text-align: left;
}
.games_articles .games_articles_table th a {
	text-decoration: underline;
}
.games_articles .games_articles_table {
	width: 100%;
}
.games_articles .games_articles_table td {
	padding: 3px;
}
.games_articles .games_articles_table tr.odd {
	background: #f8f8f8;
}
.games_articles .games_articles_table_title {
	width: 60%;
}
.games_articles .games_articles_table_platform {
	width: 20%;
}
.games_articles .games_articles_table_date {
	width: 10%;
}
.games_articles .games_browse_pagination {
	border-top: 1px solid #ddd;
	float: left;
	margin-top: 10px;
	overflow: hidden;
	padding: 20px 0 0 0;
	width: 100%;
}
.games_articles .games_browse_pag_left {
	float: left;
}
.games_articles .games_browse_pag_left p,
.games_articles .games_browse_pag_right p {
	float: left;
	padding: 2px 5px 3px 0;
}
.games_articles .games_browse_pag_left ul,
.games_articles .games_browse_pag_right ul {
	float: left;
	list-style: none;
}
.games_articles .games_browse_pag_left ul li,
.games_articles .games_browse_pag_right ul li {
	border: 1px solid #c7c7c7;
	display: inline;
	float: left;
	margin: 0 2px;
	padding: 0;
}
.games_articles .games_browse_pag_left ul li a,
.games_articles .games_browse_pag_right ul li a {
	padding: 2px 5px;
}
.games_articles .games_browse_pag_left ul li span.games_browse_pag_current,
.games_articles .games_browse_pag_right ul li span.games_browse_pag_current {
	padding: 2px 5px;
}
.games_articles .games_browse_pag_left ul li.on,
.games_articles .games_browse_pag_right ul li.on {
	background: #eaeaea;
}
.games_articles .games_browse_pag_left ul li.games_browse_pag_dots {
	border: none;
	padding: 0;
}
.games_articles .games_browse_pag_right {
	float: right;
}

.games_articles .games_browse_pag_left ul li.games_browse_pag_prev, 
.games_articles .games_browse_pag_left ul li.games_browse_pag_next {
	background: none;
	border: none;
	color: #a7a8a8;
	padding: 2px 5px;
	vertical-align: middle;
}
.games_articles .games_browse_pag_left ul li.games_browse_pag_prev span,
.games_articles .games_browse_pag_left ul li.games_browse_pag_next span {
	font-weight: bold;
}
.games_articles .games_browse_pag_left ul li.games_browse_pag_next a,
.games_articles .games_browse_pag_left ul li.games_browse_pag_prev a {
	background: none;
	border: none;
	padding: 0;
	vertical-align: middle;
}
.games_articles .loading {
	background: #fff url(templates/troy/images/loading.gif?b11f7266) no-repeat center center;
	clear: both;
	display: none;
	filter: alpha(opacity=80);
	height: 300px;
	opacity: 0.8;
	position: absolute;
	margin: 0;
	padding: 0px;
	text-indent: -9999px;
	width: 100%;
	z-index: 100;
}

/***** templates/troy/styles/components/games_dcc.css *****/
.comp_body {
	border: none;
}
.games_dcc {
	background: #000;
	float: left;
	padding: 1px;
	position: relative;
	width: 648px;
	z-index: 0;
}
.games_dcc_nocontent {
	color: white;
	padding-bottom: 10px;
	padding-top: 10px;
}
.games_dcc_left {
	float: left;
	width: 436px;
}
.games_dcc_left a {
	float: left;
}
.games_dcc_right {
	background: no-repeat 160px 10px;
	color: #fff;
	float: left;
	line-height: 14px;
	margin-left: 13px;
	position: relative;
	width: 192px;
	display: none;
}
.games_dcc_right.active {
	display: block;
}
.games_dcc_right h3 {
	color: #fff;
	font-size: 1em;
	padding: 10px 0 5px 0;
	width: 160px;
}

.games_dcc_right p {
	padding-bottom: 9px;
}
.games_dcc_right.games_rating_child {
	background-image: failed-path-lookup;
}
.games_dcc_right.games_rating_everyone {
	background-image: failed-path-lookup;
}
.games_dcc_right.games_rating_everyone_tenplus {
	background-image: failed-path-lookup;
}
.games_dcc_right.games_rating_teen {
	background-image: failed-path-lookup;
}
.games_dcc_right.games_rating_mature {
	background-image: failed-path-lookup;
}
.games_dcc_right.games_rating_adults {
	background-image: failed-path-lookup;
}
.games_dcc_right.games_rating_pending {
	background-image: failed-path-lookup;
}
.games_dcc .games_dcc_right a {
	color: #92e0f6;
}
.games_dcc_right_subnav {
	background: url(components/images/games_dcc/games_dcc_arrow.gif?b11f7266) no-repeat left center;
	color: #92e0f6;
	display: block;
	float: left;
	font-weight: bold;
	margin-top: 8px;
	padding-left: 10px;
	width: 84px;
}
.games_dcc_platforms {
	float: left;
	height: 95px;
	margin-top: 15px;
	width: 192px;
}
.games_dcc_platforms img {
	float: left;
	margin: 10px 0 0 6px;
}
.games_dcc_thumbs {
	float: left;
	padding: 10px 0 10px 7px;
	width: 641px;
	position: relative;
}
.games_dcc_car_cont {
	margin: 0 auto;
}
.games_dcc_thumbs .games_dcc_car_prev {
	background: url(components/images/games_dcc/games_dcc_car_prev.gif?b11f7266) no-repeat top left;
	display: block;
	float: left;
	height: 58px;
	outline: none;
	text-indent: -9999px;
	width: 19px;
}
.games_dcc_thumbs .games_dcc_car_next {
	background: url(components/images/games_dcc/games_dcc_car_next.gif?b11f7266) no-repeat top left;
	display: block;
	float: right;
	height: 58px;
	outline: none;
	padding-right: 7px;
	text-indent: -9999px;
	width: 19px;
}
ul.games_dcc_car {
	float: left;
}
ul.games_dcc_car li {
	display: inline;
	float: left;
	margin: 0 6px;
}
.games_dcc_car a {
	display: block;
	float: left;
	height: 49px;
	padding: 7px 2px 2px 2px;
	width: 80px;
}
.games_dcc_car a img {
	border: 1px solid #999;
}
.games_dcc_car li.on a img {
	border: none;
}
.games_dcc_car li.on a {
	background: url(components/images/games_dcc/games_dcc_car_img_bg.gif?b11f7266) no-repeat top left;
	border: none;
}
.games_dcc_car li a:hover img {
	border: 1px solid #fff;
}
.games_dcc_car li.on a:hover img {
	border: none;
}
.games_dcc_platform_nav {
	background: #666 url(components/images/games_dcc/games_dcc_platform_tile.gif?b11f7266) repeat-x top left;
	clear: both;
	height: 28px;
	padding: 7px 10px 0 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
}
.games_dcc_platform_nav .games_dcc_slide_prev {
	background: url(components/images/games_dcc/games_dcc_platform_prev.png?b11f7266) no-repeat left center;
	color: #9e9e9e;
	display: block;
	float: left;
	outline: none;
	padding-left: 15px;
}
.games_dcc_platform_nav .games_dcc_slide_pause {
	background: url(components/images/games_dcc/games_dcc_platform_pause.gif?b11f7266) no-repeat center center;
	display: block;
	float: left;
	height: 20px;
	outline: none;
	text-indent: -9999px;
	width: 117px;
}
.games_dcc_platform_nav .games_dcc_slide_play {
	background: url(components/images/games_dcc/games_dcc_platform_play.gif?b11f7266) no-repeat center center;
	display: block;
	float: left;
	height: 20px;
	outline: none;
	text-indent: -9999px;
	width: 117px;
}
.games_dcc_platform_nav .games_dcc_slide_next {
	background: url(components/images/games_dcc/games_dcc_platform_next.png?b11f7266) no-repeat right center;
	color: #9e9e9e;
	display: block;
	float: left;
	outline: none;
	padding-right: 15px;
}

/***** templates/troy/styles/components/ajaxtabbed.css *****/
.ajaxtabbed {
	clear: both;
	height: 1%;
	overflow: hidden;
	position: relative;
}
.ajaxtabbed_vert {
	background: url(components/images/ajaxtabbed/tabbed_nav_cont_bg.gif?b11f7266) repeat-y top left;
	float: left;
	overflow: hidden;
	position: relative;
}
.ajaxtabbed_vert_wide {
	background: failed-path-lookup repeat-y top left;
}
.ajaxtabbed .tabcontent {
	clear: both;
	margin: 0 1%;
	overflow: hidden;
	padding: 5px 0;
	position: relative;
	width: 98%;
}
.ajaxtabbed .loading, .ajaxtabbed_vert .loading {
	background: #fff url(templates/troy/images/loading.gif?b11f7266) no-repeat center center;
	clear: both;
	display: none;
	filter: alpha(opacity=80);
	height: 300px;
	margin: 0;
	opacity: 0.8;
	padding: 0px;
	position: absolute;
	text-indent: -9999px;
	width: 100%;
	z-index: 100;
}

/* vertial nav styles */
.ajaxtabbed_vert .tabcontent_vert {
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 206px;
}
* html .ajaxtabbed_vert .tabcontent_vert {
	float: left;
}
.ajaxtabbed_vert_wide .tabcontent_vert {
	padding: 8px 0 10px 10px;
	width: 527px;
}
.ajaxtabbed_vert .tabbed_nav_vert {
	float: left;
	overflow: hidden;
	width: 91px;
}
.ajaxtabbed_vert_wide .tabbed_nav_vert {
	width: 120px;
}
.ajaxtabbed_vert .tabbed_nav_vert ul {
	float: left;
	height: 430px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 91px;
}
.ajaxtabbed_vert_wide .tabbed_nav_vert ul {
	width: 121px;
}
.ajaxtabbed_vert_wide .tabbed_nav_vert ul {
	height: auto;
}
.ajaxtabbed_vert .tabbed_nav_vert ul li {
	float: left;
	font-size: .9em;
	margin: 0;
	padding: 3px 5px;
	width: 81px;
}
body #site_container div.ajaxtabbed_vert div.tabbed_nav_vert ul li a {
	color: #000;
	display: block;
	float: left;
	outline: none;
	text-decoration: none;
	width: 81px;
}
body #site_container div.ajaxtabbed_vert div.tabbed_nav_vert ul li a:hover {
	text-decoration: underline;
}
.ajaxtabbed_vert_wide .tabbed_nav_vert ul li {
	border: none;
	width: 108px;
}
.ajaxtabbed_vert_wide .tabbed_nav_vert ul li a {
	font-size: 1em;
	width: 108px;
}
body #site_container div.ajaxtabbed_vert_wide div.tabbed_nav_vert ul li a:hover {
	text-decoration: underline;
}
.ajaxtabbed_vert .tabbed_nav_vert ul li.on {
	background: #fff;
	border-right: 1px solid #fff;
	border: 1px solid #666;
	display: block;
	font-weight: bold;
}
.ajaxtabbed_vert .tabbed_nav_vert ul li.on a {
	border: none;
	font-weight: bold;
}
body #site_container div.ajaxtabbed_vert div.tabbed_nav_vert ul li.on a:hover {
	text-decoration: none;
}

/* dropdown nav */
.ajaxtabbed .ajaxtabbed_dropdown {
	background: #f0f0f0;
	border-bottom: solid 1px #dbdbdb;
	overflow: hidden;
	padding: 10px;
	width: 170px;
}
.ajaxtabbed .ajaxtabbed_dropdown form {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.ajaxtabbed .ajaxtabbed_dropdown form select {
	float: left;
	margin: 0;
	padding: 0;
	width: 170px;
}

/* Horizontal
------------ */

.ajaxtabbed .tabbed_nav {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.ajaxtabbed .tabbed_nav ul {
	background: #f0f0f0;
	border-bottom: 1px solid #ccc;
	float: left;
	padding: 6px 0 0 2px;
	width: 100%;
}
.ajaxtabbed .tabbed_nav li {
	border: none;
	display: inline;
	float: left;
	list-style: none;
	margin: 0 3px;
}
.ajaxtabbed .tabbed_nav li.on {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 1px 0 1px;
}
.ajaxtabbed .tabbed_nav li a {
	display: block;
	float: left;
	font-size: .9em;
	padding: 4px 6px 0 6px;
}
.ajaxtabbed .tabbed_nav li.on a {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 3px 6px 5px 6px;
	position: relative;
	top: 1px;
}
.ajaxtabbed .tabbed_nav .on a:hover {
	text-decoration: none;
}

/***** templates/troy/styles/components/games_free_games_launcher.css *****/
.games_free_games_launcher {
	background: #fff;
	height: 1%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 648px;
}
.games_free_games_launcher a {
	text-decoration: none;
}
.games_free_games_launcher a:hover {
	color: #fdb710;
}
.games_free_games_launcher h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0 0 8px;
	padding: 0;
}
.games_free_games_launcher a.arrow_left,
.games_free_games_launcher a.arrow_right {
	background: #fff;
	height: 35px;
	margin-top: 111px;
	overflow: hidden;
	text-indent: -9999px;
	width: 19px;
}
.games_free_games_launcher a.arrow_left {
	background: url(components/images/games_free_online/free_online_btn_left.gif?b11f7266) no-repeat top left;
	float: left;
	margin-left: 5px;
}
.games_free_games_launcher a.arrow_right {
	background: url(components/images/games_free_online/free_online_btn_right.gif?b11f7266) no-repeat top left;
	float: right;
	margin-right: 6px;
}
.games_free_games_launcher .games_free_games_launcher_gallery {
	background: #fff;
	float: none;
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 3px;
	text-align: center;
	width: 590px;
}
.games_free_games_launcher .games_free_games_launcher_gallery .games_free_games_launcher_gallery_row,
.games_free_games_launcher .games_free_games_launcher_gallery .games_free_game_launcher_gallery_row  {
	display: block;
	float: left;
	width: 100%;
}
.games_free_games_launcher .games_free_games_launcher_gallery_block {
	float: left;
	height: 1%;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0 0 5px;
	position: relative;
	text-align: center;
	width: 147px;
}
.games_free_games_launcher .games_free_games_launcher_gallery_block a {
	display: block;
	float: left;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	width: 149px;
}
.games_free_games_launcher .games_free_games_launcher_gallery_block a:hover {
	background: url('components/images/games_free_online/free_online_gallery_block.gif?b11f7266') center bottom repeat-x;
	color: #fdb70f;
	text-decoration: none;
}
.games_free_games_launcher_gallery_block a img {
	background: url('components/images/games_free_online/free_online_gallery.gif?b11f7266') top center no-repeat;
	margin: 0 auto;
	padding: 4px;
}
.games_free_games_launcher .games_free_games_launcher_gallery_block a:hover img {
	background: url('components/images/games_free_online/free_online_gallery.gif?b11f7266') bottom center no-repeat;
}
.games_free_games_launcher .games_free_games_launcher_gallery_block_description {
	display: block;
	padding-top: 2px;
}
.games_free_games_launcher .games_free_games_launcher_gallery_block a .games_free_games_launcher_gallery_play {
	display: none;
}
.games_free_games_launcher .games_free_games_launcher_gallery_block a:hover .games_free_games_launcher_gallery_play {
	background: url('components/images/games_free_online/free_online_play.gif?b11f7266') left center no-repeat;
	display: block;
	font-size: 0;
	height: 9px;
	left: 29px;
	position: absolute;
	text-indent: -9999px;
	top: 90px;
	width: 53px;
	z-index: 2;
}
.games_free_games_launcher .games_free_games_launcher_more {
	border-top: 1px solid #e8e8e8;
	clear: both;
	margin: 0 10px;
	padding: 3px 0;
	text-align: right;
}
.games_free_games_launcher .games_free_games_launcher_more a {
	display: block;
	font-weight: bold;
	line-height: 28px;
}

.games_free_games_launcher .loading {
	background: #fff url(templates/troy/images/loading.gif?b11f7266) no-repeat center center;
	display: none;
	filter: alpha(opacity=80);
	height: 300px;
	left: 0;
	margin: 0;
	opacity: 0.8;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 100%;
	z-index: 100;
}




/***** templates/troy/styles/components/games_my_favorite.css *****/
.games_my_favorite {
	color: #4975c4;
	font-size: 11px;
	position: relative;
}
.games_my_favorite .games_my_favorite_content {
	text-align: center;
}
.games_my_favorite .pagination a  {
	color: #4975c4;
	text-decoration: none;
}
.games_my_favorite a:hover {
	color: #fdb710;
}
.games_my_favorite ul.game_list {
	margin: 0;
	padding: 0;
}
.games_my_favorite ul.game_list li {
	border-bottom: 1px solid #ebebeb;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.games_my_favorite ul.game_list li a {
	display: block;
	padding-left: 12px;
}
.games_my_favorite ul.game_list li:hover, .games_my_favorite ul.game_list li a:hover {
	background: url(components/images/games_my_favorite/myfav_hover_bg.gif?b11f7266) repeat-x;
}
.games_my_favorite ul.game_list li a.delete {
	background: url(components/images/games_my_favorite/myfav_delete.gif?b11f7266) no-repeat top left;
	cursor: pointer;
	display: -moz-inline-stack;
	display: inline-block;
	float: right;
	height: 9px;
	margin: 0px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 3px;
	text-indent: 30px;
	top: 8px;
	vertical-align: middle;
	width: 9px;
}
.games_my_favorite .pagination {
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	padding-right: 8px;
	text-align: right;
}
.games_my_favorite .pagination .current_page {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}
.games_my_favorite .pagination a, .games_my_favorite .pagination span {
	margin-left: 4px;
}
.games_my_favorite .no_games, .games_my_favorite .logged_out {
	color: #000;
	font-size: 12px;
}
.games_my_favorite .no_games {
	margin: 0;
	padding: 10px 10px 0 10px;
}
.games_my_favorite .logged_out {
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.games_my_favorite {
	color: #4975c4;
	font-size: 11px;
	position: relative;
}
.games_my_favorite a, .games_my_favorite .pagination a  {
	color: #4975c4;
	text-decoration: none;
}
.games_my_favorite a:hover {
	color: #fdb710;
}
.games_my_favorite ul.game_list {
	margin: 0;
	padding: 0;
}
.games_my_favorite ul.game_list li {
	border-bottom: 1px solid #ebebeb;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	
}
.games_my_favorite ul.game_list li a {
	display: block;
	padding-left: 12px;
}
.games_my_favorite ul.game_list li:hover, .games_my_favorite ul.game_list li a:hover {
	background: url(components/images/games_my_favorite/myfav_hover_bg.gif?b11f7266) repeat-x;
}
.games_my_favorite .pagination {
	font-size: 1.1em;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	padding-right: 8px;
	text-align: right;
}
.games_my_favorite .pagination .current_page {
	font-weight: bold;
	text-decoration: underline;
}
.games_my_favorite .pagination a, .games_my_favorite .pagination span {
	margin-left: 4px;
}
.games_my_favorite .no_games, .games_my_favorite .logged_out {
	color: #000;
	font-size: 12px;
}
.games_my_favorite .no_games {
	margin: 0px;
	padding: 10px 10px 0 10px;
}
.games_my_favorite .logged_out {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

/***** templates/troy/styles/components/games_ign_top_rated_hundred.css *****/
.games_ign_top_hundred {
	color: #000;
	font-size: .9em;
	padding: 10px;
	position: relative;
}
.games_ign_top_hundred * a {
	color: #4975c4;
	text-decoration: none;
}
.games_ign_top_hundred * a:hover {
	color: #fdb710;
	text-decoration: none;
}
.games_ign_top_hundred .header {
	border-bottom: 1px solid #e8e8e8;
	clear: both;
	height: 1%;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	text-align: left;
}
.games_ign_top_hundred .header h1 {
	float: left;
	font-size: 14px;
	line-height: 26px;
}
.games_ign_top_hundred .header .powered_by_ign {
	clear: right;
	float: right;
	vertical-align: top;
}
.games_ign_top_hundred table {
	margin-bottom: 35px;
	width: 100%;
}
.games_ign_top_hundred table tr.odd {
	background: #ebebeb;
}
.games_ign_top_hundred table th, .games_ign_top_hundred table td {
	text-align: left;
}
.games_ign_top_hundred table th {
	padding-bottom: 8px;
}
.games_ign_top_hundred table th a,
.games_ign_top_hundred table th a:hover {
	text-decoration: underline;
}
.games_ign_top_hundred table th.rank {
	width: 15%;
}
.games_ign_top_hundred table th.title {
	width: 50%;
}
.games_ign_top_hundred table th.platform {
	width: 28%;
}
.games_ign_top_hundred table th.rating {
	width: 7%;
}
.games_ign_top_hundred table td {
	margin: 0px;
	padding: 4px 0px;
}
.games_ign_top_hundred table td.rank {
	padding-left: 12px;
}
/***** templates/troy/styles/components/games_flash_game_player.css *****/
/* Flash wrapper */
#games_channel_flash {
	width: 968px;
}
.flash_game_wrap {
	background: #d0cece url(components/images/games_flash_game_player/flash_game_wrap_bg_grad.png?b11f7266) repeat-x left top;
	border: 3px #7e7e7e solid;
	overflow: hidden;
	padding: 5px;
}
.flash_game_wrap .flash_container {
	float: left;
	width: 633px;
	height: 478px;
}
.flash_container td {
	text-align: center;
	vertical-align: middle;
}
.flash_game_wrap .game_info {
	float: right;
	height: 478px;
	width: 300px;
}
div.drag_container {
	margin: 0px;
}
.comp_bare_container {
	margin: 6px 0 0 0;
}
#games_channel_flash #body_col_12 {
	margin-right: 5px;
	margin-top: 10px;
}
#games_channel_flash .comp_container {
	float: left;
}

/* Game Info header */
.game_info .info_header {
	height: 42px; /* 478px - 10 - 28 - 299 - 10 - 91 = 40px */
	margin-bottom: 10px;
	overflow: hidden;
}
.game_info .info_header h2 {
	margin-bottom: 3px;
}
.game_info .info_header .esrb {
	float: left;
}
.game_info .info_header .esrb strong {
	font-weight: bold;
}
.game_info .info_header .share_btn {
	background: url('components/images/games_flash_game_player/share_btn_bg.png?b11f7266') no-repeat center center;
	float: left;
	font-size: .9em;
	height: 16px;
	line-height: 15px;
	list-style: none;
	margin-left: 10px;
	text-align: center;
	width: 60px;
}
.game_info .info_header .share_btn ul {
	list-style: none;
}
.game_info .info_header .favorites {
	background: url(components/images/games_novel_flash/games_favorites.png?b11f7266) top left no-repeat;
	display: block;
	float: right;
	padding: 0 5px 0 17px;
	text-decoration: none;
}
.game_info .info_header .favorite {
	float: right;
}
/* Info tabbed nav */
.game_info .game_info_nav {
	list-style: none;
	zoom: 1;  /* Fix IE6/7 */
}
.game_info .game_info_nav li {
	background: url(components/images/games_flash_game_player/tab_bg.png?b11f7266) no-repeat left top;
	float: left;
	height: 23px;
	margin-top: 1px;
	text-align: center;
	width: 90px;
}
.game_info .game_info_nav li:hover {
	background: url(components/images/games_flash_game_player/tab_bg.png?b11f7266) no-repeat left bottom;
}
.game_info .game_info_nav li:hover a {
	color: #000;
}
.game_info .game_info_nav li.middle_tab {
	margin-left: 7px;
	margin-right: 7px;
}
.game_info .game_info_nav li.on {
	background: url(components/images/games_flash_game_player/tab_bg_on.png?b11f7266);
	bottom: -1px;
	font-weight: bold;
	height: 27px;
	margin-top: 0;
	padding-top: 1px;
	position: relative;
	z-index: 2;
}
.game_info .game_info_nav li a {
	color: #fff;
	display: block;
	height: 18px;
	padding-top: 4px;
}
.game_info .game_info_nav li.on a {
	color: #000;
	cursor: default;
}
/* Info tabbed content */
.game_info .tabbed_content_wrap {
	/*background: url(components/images/games_flash_game_player/tabbed_content_bg.png?b11f7266) no-repeat left top; */
	background: #fff;
	border: 1px #7e7e7e solid;
	clear: both;
	height: 275px;
	margin-bottom: 10px;
	padding: 10px 5px 10px 10px;
	z-index: 1;
}
.game_info .tabbed_content {
	height: 275px;
	overflow: auto;
}
.game_info .tabbed_content p {
	color: #7e7e7e;
	margin-bottom: 15px;
}

/* Rate this Game */
.rating_box {
	/*background: failed-path-lookup no-repeat left top; */
	background: #fff;
	border: 1px #7e7e7e solid;
	height: 69px;
	padding: 10px;
}
.rating_box .header {
	border-bottom: 1px #7e7e7e solid;
	overflow: hidden;
	zoom: 1;
}
.rating_box .header h2 {
	float: left;
	font-size: 1.4em;
}
.rating_box .header .star {
	float: right;
	padding-bottom: 2px;
}
.favorites {
	background: url(components/images/games_novel_flash/games_favorites.png?b11f7266) top left no-repeat;
	display: block;
	float: right;
	padding: 0 5px 0 17px;
	text-decoration: none;
}

/***** templates/troy/styles/components/games_info.css *****/
.games_info {
	color: #000;
	font-size: .9em;
	padding: 10px;
}
.games_info * a {
	color: #4975c4;
	font-weight: bold;
	text-decoration: none;
}
.games_info * a:hover {
	color: #fdb710;
	text-decoration: none;
}
.games_info .news_item {
	clear: both;
	font-size: 12px;
	height: 1%;
	margin-bottom: 18px;
	overflow: hidden;
}
.games_info .news_item .title {
	float: left;
}
.games_info .news_item .date {
	color: #919191;
	float: right;
	width: 120px;
}
.games_info .news_item .description {
	clear: both;
	margin: 3px 15px 0px 0px;
}
.games_info .games_info_powered_by {
	border-top: 1px solid #e8e8e8;
	clear: left;
	float: left;
	padding: 5px 0px;
	text-align: left;
	width: 50%;
}
.games_info .games_info_more {
	border-top: 1px solid #e8e8e8;
	float: right;
	padding: 5px 0px;
	text-align: right;
	width: 50%;
}
.games_info .games_info_more a {
	display: block;
	font-weight: bold;
	line-height: 2.3em;
}

/***** templates/troy/styles/components/games_profile.css *****/
.games_profile {
	float: left;
	padding: 10px;
}
.games_profile_left {
	background: url(components/images/games_profile/games_profile_img_bg.png?b11f7266) no-repeat top left;
	float: left;
	height: 226px;
	margin-right: 10px;
	padding: 5px 0 0 5px;
	width: 161px;
}
.games_profile_center h4 {
	padding: 2px 0;
}
.games_profile_right {
	border: 1px solid #cfcfcf;
	float: right;
	margin-left: 10px;
	padding: 10px;
	text-align: center;
	width: 138px;
}
.games_profile_right p {
	padding-top: 8px;
	text-align: left;
}
.games_profile_right p.games_profile_loc {
	padding-top: 0;
}
.games_profile_right p span {
	font-weight: bold;
}
.games_profile_center {
	margin-left: 180px;
}
/***** templates/troy/styles/components/games_ratings.css *****/
.games_ratings {
	font-size: .9em;
	padding: 10px;
}
.games_ratings * a {
	color: #4975C4;
	text-decoration: none;
}
.games_ratings * a:hover {
	color: #fdb710;
	text-decoration: none;
}
.games_ratings .header {
	background: #383838;
	color: #fff;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 18px;
}
.games_ratings .header span.rating_title {
	display: block;
	float: left;
}
.games_ratings .header span.rating_title, 
.games_ratings .rating_item .rating_display {
	text-align: center;
	width: 74px;
}
.games_ratings .rating_item {
	clear: both;
	font-size: 11px;
	height: 1%;
	margin-bottom: 18px;
	overflow: hidden;
}
.games_ratings .rating_item .rating_display {
	float: left;
	font-size: 24px;
	margin: 0;
	padding: 0;
}
.games_ratings .rating_item .description {
	float: left;
	padding-top: 3px;
	width: 85%;
}
.games_ratings .rating_item .description .title {
	display: block;
	font-weight: bold;
}
.games_ratings .games_ratings_powered_by {
	border-top: 1px solid #e8e8e8;
	clear: left;
	float: left;
	padding: 5px 0px;
	text-align: left;
	width: 50%;
}
.games_ratings .games_ratings_more {
	border-top: 1px solid #e8e8e8;
	float: right;
	padding: 5px 0px;
	text-align: right;
	width: 50%;
}
.games_ratings .games_ratings_more a {
	background: url('components/images/games_ratings/games_ratings_more.gif?b11f7266') right center no-repeat;
	display: block;
	font-weight: bold;
	padding-right: 15px;
	line-height: 2.3em;
}

/***** templates/troy/styles/components/games_top_rated.css *****/
.games_top_rated {
	background: #fff;
	float: left;
	overflow: hidden;
	width: 100%;
}
.games_top_rated ul {
	float: left;
	font-size: 1.0em;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.games_top_rated ul li {
	border-bottom: solid 1px #ebebeb;
	float: left;
	overflow: hidden;
	text-indent: 12px;
	width: 100%;
}
.games_top_rated ul li a {
	float: left;
	font-weight: bold;
	padding: 10px 0 10px 0;	
	text-decoration: none;
	width: 100%;
}
.games_top_rated ul li a:hover {
	background: url(components/images/games_top_rated/games_top_rated.png?b11f7266) bottom left repeat-x;
}
.games_top_rated ul li .games_noline {
	border-bottom: none;
}

/***** templates/troy/styles/components/games_img_gallery.css *****/
.games_img_gallery {
	background: #fff;
	float: left;
	padding: 9px;
	width: 950px;
}
.games_img_gallery_img {
	text-align: center;
	height: 360px;
}
.games_img_gallery_left {
	float: left;
	width: 640px;
}
.games_img_gallery_bot_left {
	padding-top: 10px;
}
.games_img_gallery_prev {
	background: url(components/images/games_img_gallery/games_img_gallery_car_prev.gif?b11f7266) no-repeat top left;
	display: block;
	float: left;
	height: 58px;
	outline: none;
	text-indent: -9999px;
	width: 19px;
}
.games_img_gallery_next {
	background: url(components/images/games_img_gallery/games_img_gallery_car_next.gif?b11f7266) no-repeat top left;
	display: block;
	float: right;
	height: 58px;
	outline: none;
	text-indent: -9999px;
	width: 19px;
}
.games_img_gallery_car_cont {
	float: left;
}
ul.games_img_gallery_car {
	float: left;
}
ul.games_img_gallery_car li {
	display: inline;
	float: left;
	margin: 0 8px;
}
.games_img_gallery_car a {
	display: block;
	float: left;
	height: 49px;
	padding: 7px 2px 2px 2px;
	width: 80px;
	text-align: center;
}
.games_img_gallery_car li.on a {
	background: url(components/images/games_img_gallery/games_img_gallery_car_img_bg.png?b11f7266) no-repeat top left;
}

.games_img_gallery_car a img {
	border: 1px solid #999;
}
.games_img_gallery_car li.on a img,
.games_img_gallery_car li.on a:hover img{
	border: none;
}

.games_img_gallery_car li a:hover img {
	border: 1px solid #000;
}
.games_img_gallery_right {
	color: #000;
	float: left;
	line-height: 14px;
	margin-left: 9px;
	width: 300px;
}
.games_img_gallery_right_desc {
	background: no-repeat bottom right;
	float: left;
	width: 174px;
}
.games_img_gallery_right_desc.games_rating_child {
	background-image: failed-path-lookup;
}
.games_img_gallery_right_desc.games_rating_everyone {
	background-image: failed-path-lookup;
}
.games_img_gallery_right_desc.games_rating_everyone_tenplus {
	background-image: failed-path-lookup;
}
.games_img_gallery_right_desc.games_rating_teen {
	background-image: url(components/images/games_img_gallery/games_rating_teen.jpg?b11f7266);
}
.games_img_gallery_right_desc.games_rating_mature {
	background-image: failed-path-lookup;
}
.games_img_gallery_right_desc.games_rating_adults {
	background-image: failed-path-lookup;
}
.games_img_gallery_right_desc.games_rating_pending {
	background-image: failed-path-lookup;
}
.games_img_gallery_right_boxart {
	float: right;
	width: 117px;
}
.games_img_gallery_right h3 {
	font-size: 1em;
	padding: 5px 0 5px 0;
}
.games_img_gallery_right p {
	padding-bottom: 9px;
}
.games_img_gallery .games_img_gallery_right a {
	color: #4975c4;
}
.games_img_gallery_right_subnav {
	background: url(components/images/games_img_gallery/games_img_gallery_arrow.gif?b11f7266) no-repeat left center;
	color: #92e0f6;
	display: block;
	font-weight: bold;
	margin-top: 8px;
	padding-left: 10px;
	text-decoration: none;
	width: 84px;
}
.games_img_gallery_right_ad {
	float: left;
	padding-top: 50px;
}
.games_img_gallery_img_foot {
	float: left;
	padding: 5px 0;
	width: 100%;
}
.games_img_gallery_img_foot_left {
	float: left;
}
.games_img_gallery_img_foot_right {
	float: right;
}
.games_img_gallery_img_foot_right a {
	background: url(components/images/games_img_gallery/games_img_gallery_magnify.png?b11f7266) no-repeat right center;
	color: #000;
	display: block;
	padding-right: 15px;
	text-decoration: none;
}
.games_img_gallery_email {
	clear: both;
	padding-top: 5px;
}
.games_img_gallery_email p {
	padding: 2px 0;
}
p.games_img_gallery_email_txt {
	float: left;
}
.games_img_gallery_email form {
	float: left;
}
.games_img_gallery_email form input {
	margin-left: 5px;
	width: 265px;
}
.games_img_gallery_email p span {
	font-weight: bold;
}
.games_img_gallery .loading {
	background: #fff url(templates/troy/images/loading.gif?b11f7266) no-repeat center center;
	clear: both;
	display: none;
	filter: alpha(opacity=80);
	height: 300px;
	opacity: 0.8;
	position: absolute;
	margin: 0;
	padding: 0px;
	text-indent: -9999px;
	width: 100%;
	z-index: 100;
}
.games_img_gallery .hidden {
	display: none;
}

/***** templates/troy/styles/components/games_featured_articles.css *****/
.games_reviews {
	background: #fff;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 648px;
}
.games_reviews a {
	color: #4975C4;
	text-decoration: none;
}
.games_reviews a:hover {
	color: #fdb710;
}
.games_reviews .games_reviews_gallery {
	margin: 0 auto;
	padding: 0px;
}
.games_reviews .games_reviews_gallery_block {
	float: left;
	margin-bottom: 10px;
	padding: 10px 0px 5px 40px;
	position: relative;
	text-align: left;
	width: 165px;
}
.games_reviews .games_reviews_gallery_block a {
	display: block;
	float: left;
	font-weight: bold;
}
.games_reviews .games_reviews_gallery_block a img {
	background: failed-path-lookup top left no-repeat;
	margin: 0 auto;
	padding: 4px;
}
.games_reviews .games_reviews_gallery_title,
.games_reviews .games_reviews_gallery_desc,
.games_reviews .games_reviews_gallery_date {
	clear: both;
	display: block;
	margin: 8px 0px 0px 4px;
}
.games_reviews .games_reviews_gallery_title {
	font-size: 12px;
}
.games_reviews .games_reviews_gallery_desc {
	color: #000;
	font-weight: normal;
	font-size: 12px;
}
.games_reviews .games_reviews_gallery_date {
	color: #a3a3a3;
	font-size: 11px;
}
.games_reviews .games_reviews_more {
	border-top: 1px solid #e8e8e8;
	clear: both;
	margin: 0px 10px;
	padding: 3px 0px;
	text-align: right;
}
.games_reviews .games_reviews_more a {
	font-weight: bold;
	line-height: 26px;
	padding-right: 15px;
}
/***** templates/troy/styles/components/games_img_gallery_popular.css *****/
.games_img_gallery_popular {
	background: #fff;
	float: left;
	width: 100%;
}
.games_gallery_pop_cont {
	float: left;
	left: 50%;
	padding: 10px 27px;
	width: 162px;
}
.games_gallery_pop_cont p {
	padding-left: 15px;
}
.games_gallery_pop_cont a.games_gallery_pop_title {
	display: block;
	text-align: center;
}
.games_gallery_pop_cont a.games_gallery_pop_img {
	background: url(components/images/games_img_gallery_popular/games_img_bg.gif?b11f7266) no-repeat top left;
	display: block;
	height: 120px;
	padding: 4px 0 0 4px;
	width: 160px;
}
.games_gallery_pop_cont a.games_gallery_pop_img:hover {
	background: url(components/images/games_img_gallery_popular/games_img_bg.gif?b11f7266) no-repeat bottom left;
}

/***** templates/troy/styles/components/games_cheats_read.css *****/
.games_read_cheats {
	padding: 12px;
	position: relative;
}
.games_read_cheats .games_read_cheats_powered_by {
	height: 26px;
	left: 100%;
	margin: 10px 0 0 -116px;
	position: absolute;
	width: 96px;
}
.games_read_cheats .games_read_cheats_header {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	height: 1%;
	padding: 10px 0;
}
.games_read_cheats .games_read_cheats_header h2 {
	margin-bottom: 5px;
}
.games_read_cheats .games_read_cheats_header h2 {
	color: #000;
	font-size: 1.5em;
}
.games_read_cheats .games_read_cheats_content {
	color: #000;
}
.games_read_cheats .games_read_cheats_content p {
	line-height: 1.6em;
	margin-bottom: 10px;
}
.games_read_cheats .games_read_cheats_content p.games_read_cheats_content_odd {
	background: #F8F8F8;
}
.games_read_cheats span.games_read_cheats_powered_by_expanded_content {
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 20px;
}
/***** templates/troy/styles/components/games_preview_read.css *****/
.games_read_preview {
	padding: 12px;
	position: relative;
}
.games_read_preview .games_read_preview_powered_by {
	height: 26px;
	left: 100%;
	margin: 10px 0 0 -116px;
	position: absolute;
	width: 96px;
}
.games_read_preview .games_read_preview_header {
	border-bottom: 1px solid #ddd;
	height: 1%;
	margin-bottom: 10px;
	padding: 10px 0;
}
.games_read_preview .games_read_preview_header h2,
.games_read_preview .games_read_preview_header h3,
.games_read_preview .games_read_preview_header h4 {
	margin-bottom: 5px;
}
.games_read_preview .games_read_preview_header h2 {
	color: #000;
	font-size: 1.5em;
	width: 80%;
}
.games_read_preview .games_read_preview_header h3 {
	color: #999;
	font-size: 1.1em;
}
.games_read_preview .games_read_preview_header h4 {
	color: #000;
	font-size: 1em;
}
.games_read_preview .games_read_preview_content {
	color: #000;
}
.games_read_preview .games_read_preview_content p {
	line-height: 1.6em;
	margin-bottom: 15px;
}
.games_read_preview_pagination {
	float: left;
	margin-top: 10px;
	overflow: hidden;
	padding: 20px 0 0 0;
	width: 100%;
}
.games_read_preview_pag_left {
	float: left;
}
.games_read_preview_pag_left p, 
.games_read_preview_pag_right p {
	float: left;
	padding: 2px 5px 3px 0;
}
.games_read_preview_pag_left ul, 
.games_read_preview_pag_right ul {
	float: left;
	list-style: none;
}
.games_read_preview_pag_left ul li, 
.games_read_preview_pag_right ul li {
	border: 1px solid #c7c7c7;
	display: inline;
	float: left;
	margin: 0 2px;
	padding: 0;
}
.games_read_preview_pag_left ul li a, 
.games_read_preview_pag_right ul li a {
	padding: 3px 5px;
}
.games_read_preview_pag_left ul li span.games_read_preview_pag_current,
.games_read_preview_pag_right ul li span.games_read_preview_pag_current {
	padding: 2px 5px;
}
.games_read_preview_pag_left ul li.on, 
.games_read_preview_pag_right ul li.on {
	background: #eaeaea;
}
.games_read_preview_pag_right {
	float: right;
}
.games_read_preview_pag_left ul li.games_read_preview_pag_prev, 
.games_read_preview_pag_left ul li.games_read_preview_pag_next {
	background: none;
	border: none;
	color: #a7a8a8;
	padding: 2px 5px;
	vertical-align: middle;
}
.games_read_preview_pag_left ul li.games_read_preview_pag_prev span, 
.games_read_preview_pag_left ul li.games_read_preview_pag_next span {
	font-weight: bold;
}
.games_read_preview_pag_left ul li.games_read_preview_pag_next a,
.games_read_preview_pag_left ul li.games_read_preview_pag_prev a {
	background: none;
	border: none;
	padding: 0;
	vertical-align: middle;
}

/***** templates/troy/styles/components/games_review_read.css *****/
.games_read_review {
	padding: 12px;
	position: relative;
}
.games_read_review .games_read_review_powered_by {
	height: 26px;
	left: 100%;
	margin: 10px 0 0 -116px;
	position: absolute;
	width: 96px;
}
.games_read_review .games_read_review_header {
	border-bottom: 1px solid #ddd;
	height: 1%;
	margin-bottom: 10px;
	padding: 10px 0;
}
.games_read_review .games_read_review_header h2,
.games_read_review .games_read_review_header h3,
.games_read_review .games_read_review_header h4 {
	margin-bottom: 5px;
}
.games_read_review .games_read_review_header h2 {
	color: #000;
	font-size: 1.5em;
	width: 80%;
}
.games_read_review .games_read_review_header h3 {
	color: #999;
	font-size: 1.1em;
}
.games_read_review .games_read_review_header h4 {
	color: #000;
	font-size: 1em;
}
.games_read_review .games_read_review_content {
	color: #000;
}
.games_read_review .games_read_review_content p {
	line-height: 1.6em;
	margin-bottom: 15px;
}
.games_read_review_pagination {
	float: left;
	margin-top: 10px;
	overflow: hidden;
	padding: 20px 0 0 0;
	width: 100%;
}
.games_read_review_pag_left {
	float: left;
}
.games_read_review_pag_left p, 
.games_read_review_pag_right p {
	float: left;
	padding: 2px 5px 3px 0;
}
.games_read_review_pag_left ul, 
.games_read_review_pag_right ul {
	float: left;
	list-style: none;
}
.games_read_review_pag_left ul li, 
.games_read_review_pag_right ul li {
	border: 1px solid #c7c7c7;
	display: inline;
	float: left;
	margin: 0 2px;
	padding: 0;
}
.games_read_review_pag_left ul li a, 
.games_read_review_pag_right ul li a {
	padding: 3px 5px;
}
.games_read_review_pag_left ul li span.games_read_review_pag_current,
.games_read_review_pag_right ul li span.games_read_review_pag_current {
	padding: 2px 5px;
}
.games_read_review_pag_left ul li.on, 
.games_read_review_pag_right ul li.on {
	background: #eaeaea;
}
.games_read_review_pag_right {
	float: right;
}
.games_read_review_pag_left ul li.games_read_review_pag_prev, 
.games_read_review_pag_left ul li.games_read_review_pag_next {
	background: none;
	border: none;
	color: #a7a8a8;
	padding: 2px 5px;
	vertical-align: middle;
}
.games_read_review_pag_left ul li.games_read_review_pag_prev span, 
.games_read_review_pag_left ul li.games_read_review_pag_next span {
	font-weight: bold;
}
.games_read_review_pag_left ul li.games_read_review_pag_next a,
.games_read_review_pag_left ul li.games_read_review_pag_prev a {
	background: none;
	border: none;
	padding: 0;
	vertical-align: middle;
}

/***** templates/troy/styles/components/games_news_read.css *****/
.games_read_news {
	padding: 12px;
	position: relative;
}
.games_read_news .games_read_news_powered_by {
	height: 26px;
	left: 100%;
	margin: 10px 0 0 -116px;
	position: absolute;
	width: 96px;
}
.games_read_news .games_read_news_header {
	border-bottom: 1px solid #ddd;
	height: 1%;
	margin-bottom: 10px;
	padding: 10px 0;
}
.games_read_news .games_read_news_header h2,
.games_read_news .games_read_news_header h3,
.games_read_news .games_read_news_header h4 {
	margin-bottom: 5px;
}
.games_read_news .games_read_news_header h2 {
	color: #000;
	font-size: 1.5em;
	width: 80%;
}
.games_read_news .games_read_news_header h3 {
	color: #999;
	font-size: 1.1em;
}
.games_read_news .games_read_news_header h4 {
	color: #000;
	font-size: 1em;
}
.games_read_news .games_read_news_content {
	color: #000;
}
.games_read_news .games_read_news_content p {
	line-height: 1.6em;
	margin-bottom: 15px;
}
.games_read_news_pagination {
	float: left;
	margin-top: 10px;
	overflow: hidden;
	padding: 20px 0 0 0;
	width: 100%;
}
.games_read_news_pag_left {
	float: left;
}
.games_read_news_pag_left p, 
.games_read_news_pag_right p {
	float: left;
	padding: 2px 5px 3px 0;
}
.games_read_news_pag_left ul, 
.games_read_news_pag_right ul {
	float: left;
	list-style: none;
}
.games_read_news_pag_left ul li, 
.games_read_news_pag_right ul li {
	border: 1px solid #c7c7c7;
	display: inline;
	float: left;
	margin: 0 2px;
	padding: 0;
}
.games_read_news_pag_left ul li a, 
.games_read_news_pag_right ul li a {
	padding: 3px 5px;
}
.games_read_news_pag_left ul li span.games_read_news_pag_current,
.games_read_news_pag_right ul li span.games_read_news_pag_current {
	padding: 2px 5px;
}
.games_read_news_pag_left ul li.on, 
.games_read_news_pag_right ul li.on {
	background: #eaeaea;
}
.games_read_news_pag_right {
	float: right;
}
.games_read_news_pag_left ul li.games_read_news_pag_prev, 
.games_read_news_pag_left ul li.games_read_news_pag_next {
	background: none;
	border: none;
	color: #a7a8a8;
	padding: 2px 5px;
	vertical-align: middle;
}
.games_read_news_pag_left ul li.games_read_news_pag_prev span, 
.games_read_news_pag_left ul li.games_read_news_pag_next span {
	font-weight: bold;
}
.games_read_news_pag_left ul li.games_read_news_pag_next a,
.games_read_news_pag_left ul li.games_read_news_pag_prev a {
	background: none;
	border: none;
	padding: 0;
	vertical-align: middle;
}

