/***** 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?d8a0615f) 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?d8a0615f) 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?d8a0615f) 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?d8a0615f) 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?d8a0615f") 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?d8a0615f") 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?d8a0615f") 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?d8a0615f) no-repeat;
	display: block;
	height: 14px;
	overflow: hidden;
	width: 14px;
}
.todolist * a.delete {
	background: url(templates/troy/images/todolist_grey_x.gif?d8a0615f) 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?d8a0615f) 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?d8a0615f) 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?d8a0615f) 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?d8a0615f) 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?d8a0615f) 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?d8a0615f) 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/agdistis_global.css *****/
/**** $Id$ ****/

#agdistis_page table {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#agdistis_page table tr {
	margin: 0px;
	padding: 0px;
}

#agdistis_page table tr td {
	font-size: 12px;
	padding: 0px;
	text-align: auto;
	margin: 0px;
}
#agdistis_page table tr td table {
	margin: 0;
	padding: 0;
}
#agdistis_page table tr td table tr {
	margin: 0;
	padding: 0;
}
#agdistis_page table tr td table tr td {
	margin: 0;
	padding: 0;
}
#agdistis_page table tr td table tr td table {
	margin: 0;
	padding: 0;
}
#agdistis_page table tr td table tr td table tr {
	margin: 0;
	padding: 0;
}
#agdistis_page table tr td table tr td table tr td {
	margin: 0;
	padding: 0;
}
#agdistis_page input, #agdistis_page select {
	font-size: 11px;
}
#vpc_help_page {
	margin: 0px;
	padding: 10px;
	width: 100%;
}

#agdistis_page table tr td table tr td table tr td.tabs {
	color: #fff;
}

#agdistis_page ul.wea_links li {
	list-style: disc outside;
	margin: 3px 0 3px 10px;
}

*html #agdistis_page ul.wea_links li {
	margin: 3px 0 3px 15px;
}

html>body #agdistis_page ul.wea_links li {
	*margin: 3px 0 3px 15px;
}
	

/***** templates/troy/styles/cincibell/zoomtown.css *****/
/* It's okay, we have clearfix! */

.clearfix: after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

html {
	height: auto !important;
	min-height: 100%;
}

body {
	background: #033b6e url(http://images.synacor.com/clientimages/13313/7865.jpg) repeat-x top center;
	color: #333;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif!important;
	margin: 0px 0px 0px 0px;
	padding: 0px!important;
	text-align: center;
}

* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #3c7494;
	text-decoration: none;
}
 
a:hover {
	color: #000;
	text-decoration: underline;
}

.emptyPlaceMarker {
	border: 2px dotted red;
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

div#site_container, div#header, div#body_col, div#header_body, div#search-bar {
	width: 968px;
}

div#site_container_800, div#site_container_800 div#header, div#site_container_800 div#body_col, div#site_container_800 div#header_body, div#site_container_800 div#search-bar {
	width: 768px;
}

#site_container {
	border-top: none;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

#site_container_800 {
	border-top: none;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 769px;
}

#site_container, #site_container_800 {
	font-size: 12px;
}

div#header {
	color: #fff;
	height: 191px;
	margin-left: 0pt;
	margin-right: 0pt;
	padding-top: 3px;
	padding: 0pt;
}

div#site_container_800 div#header {
	height: auto;
}

	div#header div#header-links {
		color: #fff;
		cursor: pointer;
		float: left;
		width: 100%;
	}

		div#header div#header-links a {
			color: #fff;
			font-size: 8pt;
			text-decoration: none;
		}

		div#header div#header-links a:hover {
			color: #ffb03e;
		}

		div#header div#header-links .left {
			margin: 0px;
			padding: 0 0 0 1%;
		}
		
#site_container #header-links .left {
	width: 400px;
}

		div#header div#header-links .right {
			float: right;
			margin: 0pt;
			padding: 0pt;
			text-align: right;
			width: auto;
		}

	div#header div#header_body {
		clear: left;
		float: left;
		height: 90px;
		margin-bottom: 10px;
	}

	div#header div.adwrapper {
		width: auto;
	}

div#site_container_800 div#header_body {
	height: 60px;
}

div#header div#header_body div#header_logo{
	background: transparent url(http://images.synacor.com/clientimages/13313/11286.png) top left no-repeat;
	float: left;
	height: 39px;
	margin-left: 21px;
	margin-top: 46px;
	width: 193px;
}

#site_container_800 div#header div#header_body div#header_logo{
	background: transparent url(http://images.synacor.com/clientimages/13313/11286.png) top left no-repeat;
	height: 39px;
	margin-left: 21px;
	margin-top: 21px;
	width: 193px;
}

*html div#header div#header_body div#header_logo {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.synacor.com/clientimages/13313/11286.png", sizingMethod="crop");
	margin-left: 11px;
}

*html #site_container_800 div#header div#header_body div#header_logo {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.synacor.com/clientimages/13313/11286.png", sizingMethod="crop");
	margin-left: 11px;
}  

div#header div#header_body div#header_logo a{
	display: block;
	height: 27px;
	width: 185px;
}

div#header div#header_body div#header_logo a h1{
	display: none;
}

div#header div#header_body div#header_banner_ad{
	float: right;
}

site_container_800 #header-links a {
	color: #fff;
	text-decoration: none;
}

site_container_800 #header-links a:hover {
	color: #ffb03e;
}

site_container_800 #header-links .left {
	margin: 0px;
	padding: 0 0 0 1%;
	width: 29%;
}

site_container_800 #header-links .right {
	float: right;
	margin: 0px;
	padding-top: 28px;
	text-align: right;
	width: 67%;
}

/* TEMPLATES */
#h-nav-dd-holder {
	background: transparent none;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 194px!important;
	z-index: 990;
}

#h-nav-dd {
	float: none;
	margin-bottom: 5px;
	width: 193px;
	z-index: 990;
}

#h-nav-bar-holder {
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	width: 771px;
	z-index: 990;
}

*html #h-nav-bar-holder {
	width: 768px;
}

#h-nav {
	border-top: none;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

#site_container_800 #h-nav {
	clear: left;
	float: left;
	height: 32px;
	width: 765px;
}

#h-nav-bar {
	margin-bottom: 1px;
	position: relative!important;
	width: 768px!important;
	z-index: 990;
}

#site_container_800 #h-nav-bar {
	background: transparent none;
	height: 32px;
	padding: 0 0 3px 0;
}

*html #site_container_800 #h-nav-bar {
	height: 32px;
	padding: 0px;
}

#site_container_800 #h-nav-bar #welcomebar {
	float: right!important;
	width: 553px!important;
}

*html #h-nav-bar {
	width: 768px!important;
}

#body_col {
	clear: both;
	overflow: hidden;
	padding: 0;
	width: 968px;
}

#site_container_800 #body_col {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 769px;
}

#body_col_1 {
	float: left;
	margin: 0px 6px 0px 0px;
	width: 190px;
}

.comp_header, .comp_20_header {
	border: 0px none;
}

.comp_header h1, .comp_20_header h1 {
	padding-left: 10px;
}

.comp_footer {
	height: 10px;
}

.dropzone {
	border: 2px dashed #888!important;
	width: 98%;
}

.dropzone * {
	visibility: hidden;
}

div.comp_body {
	float: none;
	padding-bottom: 0px;
}

div#body_col_1 div.comp_header {
	background: transparent url(http://images.synacor.com/clientimages/13313/7851.gif) no-repeat scroll 0 0;
	height: 32px;
}

div#body_col_1 div.drag_container div.comp_header {
	background: transparent url(http://images.synacor.com/clientimages/13313/7852.gif) no-repeat scroll 0 0;
}

div#body_col_1 div.comp_body {
	background: #fff;
}

div#body_col_1 div.comp_footer {
	background: transparent url(http://images.synacor.com/clientimages/13313/7846.gif) no-repeat scroll left top;
}

div#body_col_1 div.comp_container {
	float: none;
}

#body_col_2 {
	float: left;
	margin: 1px 9px 0px 0px;
	overflow: hidden;
	width: 459px;
}

*html #body_col_2 {
	margin: 7px 9px 3px 0;
}

div#body_col_2 div.comp_header {
	background: transparent url(http://images.synacor.com/clientimages/13313/7854.gif) no-repeat scroll top left;
	height: 32px;
}

div#body_col_2 div.drag_container div.comp_header {
	background: transparent url(http://images.synacor.com/clientimages/13313/7853.gif) no-repeat scroll 0 0px;
}

div#body_col_2 div.comp_body {
	background: #fff;
}

div#body_col_2 div.comp_footer {
	background: transparent url(http://images.synacor.com/clientimages/13313/7847.gif) no-repeat scroll left top;
	clear: left;
}

#body_col_3 {
	float: left;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 0;
	width: 300px;
}

*html #body_col_3 {
	margin: 6px 0 0 0;
}

div#body_col_3 div.comp_header {
	background: transparent url(http://images.synacor.com/clientimages/13313/7850.gif) no-repeat scroll 0 0;
	height: 32px;
}

div#body_col_12 div.comp_header {
	background: transparent url(http://images.synacor.com/clientimages/13313/7856.gif) no-repeat scroll 0 0;
	height: 32px;
}

div#body_col_3 div.drag_container div.comp_header {
	background: transparent url(http://images.synacor.com/clientimages/13313/7849.gif) no-repeat scroll 0 0;
}

div#body_col_3 div.comp_body {
	background: #fff;
}

div#body_col_3 div.comp_footer {
	background: transparent url(http://images.synacor.com/clientimages/13313/7845.gif) no-repeat scroll left top;
}

div#body_col_12 div.comp_footer {
	background: transparent url(http://images.synacor.com/clientimages/13313/7848.gif) no-repeat scroll left top;
}

div#body_col_12 {
	float: left;
	margin: 0px 5px 0px 0px;
	overflow: hidden;
	width: 657px;
}

site_container_800 #body_col_12 {
	margin: 0px 5px 0px 0px;
	overflow: hidden;
	width: 455px;
}

body_col_23, #body_col_23_wrapper {
	width: 771px;
}

html #body_col_23, *html #body_col_23_wrapper {
	width: 768px;
}

site_container_800 #body_col_23_wrapper, #body_col_23_wrapper table {
	float: left;
}

.dragMe{
	float: left;
	padding-bottom: 10px;
	width: 100%;
}

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

.drag_container .comp_header{
	cursor: n-resize;
}

#footer {
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	width: 100%;
}

#footer .site_footer {
	color: #fff;
	font-size: 8pt;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	text-align: center;
}

#footer .site_footer a {
	color: #fff;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

#footer .site_footer a:hover {
	color: #ffb03e;
}

/* CONTAINER
-------------------------------------- */
.container {
	float: left;
	margin: 0!important;
	padding: 2%!important;
	width: 96%!important;
}

*html .container {
	padding: 2% 1%!important;
	width: 96%!important;
}

.comp-22 .container {
	padding: 0px!important;
}

#body_col_23_wrapper .comp_20_news .container {
	margin: 0!important;
	padding: 10px!important;
}

/* H
-------------------------------------- */
h1, h2, h3, h4 {
	color: #000;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 175%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

/* HR
-------------------------------------- */
hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
}

/* IMG
-------------------------------------- */
img {
	border: 0;
}

.img {
	border: 1px solid #000;
}

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

/* TEXT
-------------------------------------- */
.text {
	margin: 0 0 5px 0;
}

.text a,
.text_img_hidden a {
	color: #23a859;
	text-decoration: none;
}

.text a: link:hover,
.text_img_hidden a: link:hover {
	color: #ffb03e;
	text-decoration: underline;
}

.text p {
	padding-bottom: 1em;
}

/* IMG LEFT
-------------------------------------- */
.img_left {
	width: 100%;
}

.img_left .img {
	border: 1px solid #000;
	float: left;
	height: 60px;
	margin: 0px 5px 5px 0px;
}

.img_left .text {
	padding: 0 0 0 68px;
	margin: 0 0 5px 0;
}

/* IMG RIGHT
-------------------------------------- */
.img_right {
	margin: 5px 0px 0px 0px;
	width: 100%;
}

.img_right .img {
	border: 1px solid #000;
	float: right;
	height: 60px;
	margin: 0px 0px 5px 0px;
	width: 60px;
}

img_right .text {
	margin: 0 0 5px 0;
	padding: 0 68px 0 0;
}

/* NOTES
-------------------------------------- */
.notes {
	color: #999;
	font-size: 75%;
	line-height: normal;
	text-align: center;
}

.mednotes {
	clear: left;
	font-size: 85%;
	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
-------------------------------------- */
form {
	border: 0px;
	padding: 0px;
}

.comp_10 .container form {
	clear: left!important;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

.search-bar form fieldset {
	border: 0px;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

input, select, textarea {
	border: 1px solid #999;
	color: #000;
	margin: 1px 1px 2px 1px;
	vertical-align: middle;
}

input {
	margin: 0px;
	padding: 1px;
}

option {
	padding-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.news_photo_ul li a {
	color: #3c7494;
}

ul.news_photo_ul li a:hover {
	color: #000;
}

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

ul li.alt a {
	display: block;
	text-decoration: none;
}

ul li.alt a:hover {
	background: #ccc;
	display: block;
}

/* IMAGE STRIP
-------------------------------------- */
#image_strip {
	text-align: center;
	width: 100%;
}

#image_strip ul {
	list-style: none;
}

#image_strip li {
	margin: 0px 0px 0px 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;
}

/* COMP NAV H
-------------------------------------- */
.comp_nav_h {
	padding: 0;
	width: 100%;
}

.comp_nav_h ul {
	background: #fff failed-path-lookup bottom left repeat-x;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.comp_21 .comp_nav_h ul {
	background-image: failed-path-lookup;
}

.comp_nav_h li {
	border-right: 1px solid #c1c0c0;
	float: left;
	margin: 0px;
	padding: 0px;
}

.comp_nav_h li a {
	color: #000;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

.comp_nav_h a:hover {
	background: #fff none;
	text-decoration: none;
}

.comp_nav_h .on {
	background: #fff;
	color: #000;
	font-weight: bold;
}

.comp_nav_h .title {
	background: #333;
	color: #fff;
	display: block;
	margin: 0 0 0 0;
	padding: 4px 10px;
}

.comp_nav_h1 {
	width: 100%;
}

.comp_nav_h1 ul {
	background: #cdcdce failed-path-lookup top left repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.comp_nav_h1 li {
	margin: 0px;
	padding: 0px;
}

.comp_nav_h1 .link {
	background: #cdcdce failed-path-lookup top right repeat-x;
	color: #000;
	display: block;
	margin: 0px;
	padding: 11px 17px 5px 10px;
	text-decoration: none;
}

.comp_nav_h1 .link:hover {
	background: #ececec failed-path-lookup top right repeat-x;
}

.comp_nav_h1 li a {
	color: #000;
	text-decoration: none;
}

.comp_nav_h1 li a:hover {
	text-decoration: underline;
}

.comp_nav_h1 .on {
	background: #ececec failed-path-lookup top right repeat-x;
	color: #000;
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 11px 17px 5px 10px;
}

.comp_nav_h1 .title {
	color: #fff;
	display: block;
	padding: 9px 17px 7px 10px;
}

.comp_nav_h2 {
	background: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
}

.comp_nav_h2 ul {
	background: #fff failed-path-lookup bottom left repeat-x;
	border-top: solid 1px #fff;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.comp_nav_h2 li {
	float: left;
	margin: 0px;
	padding: 0px;
}

.comp_nav_h2 .link {
	border-right: 1px solid #c1c0c0;
	color: #fff;
	display: block;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

.comp_nav_h2 .link:hover{
	background: #fff;
}

.comp_nav_h2 li a {
	color: #000;
	text-decoration: none;
}

.comp_nav_h2 li a:hover {
	color: #ffb03e;
	text-decoration: none;
}

.comp_nav_h2 .on {
	background: #efefef;
	border-bottom: 0px;
	border-right: 1px solid #c1c0c0;
	color: #000;
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 5px 10px 5px 10px;
}

/* COMP FORM NAV
-------------------------------------- */
.comp-form-nav, .comp-form-nav-11 {
	background: #cdcdce failed-path-lookup bottom left repeat-x;
	width: 100%;
}

.comp-form-nav-11 {
	background: #333;
	width: 100%;
}

.comp-form-nav form, .comp-form-nav-11 form {
	border: 0;
	padding: 0px;
}

.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 {
	background: #f1f1f1;
	border: 1px solid #999;
	color: #000;
	margin: 1px 1px 2px 1px;
	vertical-align: middle;
}

.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 {
	background: #fff;
	display: block;
	float: left;
	padding: 5px 3px 5px 3px;
	width: 440px;
}

.dcc-full {
	padding: 0px;
}

/* DCC
-------------------------------------- */
div.dcc_slide div.text_container ul li a {
	display: inline;
}

.dcc-text {
	float: right;
	margin: 0 0 0 2px;
	padding: 0px;
	width: 46%;
}

.dcc-text h2 {
	color: #23a859;
	margin: 0px;
	padding: 0px;
	font-size: 135%;
}

.dcc-text h2 a, .dcc_slide .text_container h2 a {
	color: #23a859;
	font-family: Tahoma;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.dcc-text h2 a:hover {
	color: #ffb03e;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.dcc_slide .text_container h2 {
	font-size: 135%;
}

.dcc_slide .text_container h2 a:hover, .dcc_slide .text_container ul.subheadlines li a:hover {
	color: #ffb03e;
	text-decoration: none;
}

.dcc-text hr {
	background: #000;
}

.dcc-text .more {
	border-bottom: 1px solid #000;
	color: #23a859;
	padding-right: 8px;
	text-decoration: none;
	width: 95%;
}

.dcc-text .more a, .dcc_slide .text_container .moreinfo, .dcc_slide .text_container ul li.promo a {
	color: #23a859;
	font-weight: bold;
	text-decoration: none;
}

.dcc_slide div.text_container ul.subheadlines li {
        background: url(http://images.synacor.com/clientimages/13313/8066.png) no-repeat left 6px;
}

div.dcc_slide1 div.text_container ul.subheadlines li {
	margin: 3px 0px 0px 0px;
}

.dcc_slide .text_container ul.subheadlines li a {
	color: #23a859;
	text-decoration: none;
}

.dcc_slide .text_container .moreinfo {
	background: url(http://images.synacor.com/clientimages/13268/5713.gif) no-repeat right 50%;
	padding-right: 8px;
	padding-top: 1px;
}

.dcc-text .more a:hover, .dcc_slide .text_container a.moreinfo:hover, .dcc_slide .text_container ul li.promo a:hover {
	color: #000;
	text-decoration: underline;
}

.dcc_slide div.text_container ul li.promo {
        background: url(http://images.synacor.com/clientimages/13313/8066.png) no-repeat left 6px;
}

.dcc-text p {
	color: #000;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

.dcc-text ul {
	border-top: 0px none;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px!important;
}

.dcc-text ul li {
	border: 1px solid #fff;
	margin: 0px;
	padding: 0px!important;
}

.dcc-text ul li a {
	background: url(http://images.synacor.com/clientimages/13313/8066.png) left 45% no-repeat;
	color: #23a859;
	font-weight: normal;
	margin: 0px!important;
	padding: 0px 0px 0px 7px;
}

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

.dcc-media {
	color: #999;
	float: left;
	font-size: 85%;
	margin: 0;
	padding: 0;
	width: 35%;
}

#body_col_12 .dcc-media {
	color: #999;
	float: left;
	font-size: 85%;
	margin: 0 5px 0 0;
	padding: 0;
	width: 35%;
}

#site_container_800 .dcc-media {
	width: 48%;
}

.dcc-media .featured {
	background: #fff;
	height: 150px;
	padding: 5px;
	width: 190px;
}

.dcc-media .status {
	color: #000;
	margin-left: 5px;
}

/* DCC 2
-------------------------------------- */
.dcc-text2 {
	width: 67%;
}

.dcc-media2 {
	color: #999;
	float: right;
	font-size: 85%;
	margin: 0 0 0 5px;
	width: 130px;
}

.dcc-media2 .featured {
	background: #fff;
	border-bottom: 1px solid #999;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #999;
	border-top: 1px solid #f1f1f1;
	height: 150px;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	width: 120px;
}

.dcc-media2 .status {
	color: #000;
	margin-left: 5px;
}

/* DCC NAVIGATION
-------------------------------------- */
.dcc-nav {
	background: #fff;
	clear: left;
	padding: 8px 5px 3px 5px;
	text-align: center;
	width: 100%;
}

.dcc-nav a {
	color: #23a859;
	font-weight: bold;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

/* TABLE
-------------------------------------- */
table caption {
	color: #333;
	font-size: 11px;
	padding: 2px;
	text-align: left;
	width: 100%;
}

table th {
	padding: 2px;
}

table th.text-right {
	background: #ccc;
	color: #000;
	font-weight: normal;
	padding: 3px;
}

table td.row-1 {
	background: #fff;
	border-bottom: 1px solid #ccc;
}

table td.row-2 {
	background: #f1f1f1;
	border-bottom: 1px solid #ccc;
}

/* TABLE 2
-------------------------------------- */
.table2 {
	border-top: 1px solid #666;
	font-size: 85%;
	width: 100%;
}

.table2 caption {
	color: #333;
	font-size: 11px;
	padding: 2px;
	text-align: left;
	width: 100%;
}

.table2 th {
	background: #333 failed-path-lookup bottom right no-repeat;
	color: #fff;
	font-weight: normal;
	padding: 2px 5px 4px 5px;
	text-align: left;
}

.table2 th a {
	color: #fff;
}

.table2 th .tr {
	vertical-align: middle;
}

.table2 th .rt {
	float: right;
	vertical-align: middle;
}

.table2 th .tl {
	vertical-align: middle;
}

.table2 th .lt {
	vertical-align: middle;
}

.table2 th.th2 {
	background: #333 failed-path-lookup bottom right no-repeat;
	color: #000;
	font-weight: normal;
	text-align: left;
}

.table2 th.text-right {
	background: #ccc;
	color: #000;
	font-weight: normal;
	padding: 3px;
}

.table2 td {
	background: #f1f1f1;
	padding: 4px;
}

/* MEDIA CENTER
-------------------------------------- */
div#body_col_2 div.headlines_today_component div.comp_body {
	background: #fff url(http://images.synacor.com/clientimages/13313/8083.jpg) top left repeat-x;
	color: #fff;
	float: left;
	margin: 0px;
	padding: 0;
	width: 459px;
}

	div#body_col_2 div.headlines_today_component div.comp_body div.comp_content {
		background: #124c7a none repeat scroll 0% 50%;
		color: #000;
		float: left;
		margin: 0pt;
		padding: 0px;
		width: 334px;
	}

*html div#body_col_2 div.headlines_today_component div.comp_body div.comp_content {
	width: 326px;
}

		div#body_col_2 div.headlines_today_component div.comp_body div.comp_content div.img_left,
		div#body_col_2 div.headlines_today_component div.comp_body div.comp_content div.more {
			background: transparent url(http://images.synacor.com/clientimages/13313/8084.jpg) repeat-x scroll left bottom;
			float: left;
			margin: 0px;
			padding: 22px 0pt 21px 14px;
		}

                *html div#body_col_2 div.headlines_today_component div.comp_body div.comp_content div.img_left,
                *html div#body_col_2 div.headlines_today_component div.comp_body div.comp_content div.more {                      
                        float: none;
                }

		div#body_col_2 div.headlines_today_component div.comp_body div.comp_content div.more {
			font-size: 90%;
			padding: 0;
		}

		div#body_col_2 div.headlines_today_component div.comp_body div.comp_content div.img_left {
			width: 320px;
		}

div#body_col_2 div.headlines_today_component div.comp_body div.comp_content div.more h4 {
	padding-right: 10px;
}

			div#body_col_2 div.headlines_today_component div.comp_body div.comp_content div.img_left div.text {
				color: #fff;
				float: left;
				font-size: 85%;
				margin: 0pt;
				padding: 0px;
				width: 73%;
			}

			div#body_col_2 div.headlines_today_component div.comp_body div.comp_content div.img_left img.img {
				border: 1px solid #000;
				float: left;
			}

			div#body_col_2 div.headlines_today_component div.comp_body div.comp_content div.img_left h4 {
				font-size: 110%;
				margin: 0px;
				padding: 0px 0px 5px;
			}

			div#body_col_2 div.headlines_today_component div.comp_body div.comp_content div.img_left br {
				display: none;
			}

				div#body_col_2 div.headlines_today_component div.comp_body div.comp_content div.img_left h4 a {
					color: #ffb03e;	
				}

				div#body_col_2 div.headlines_today_component div.comp_body div.comp_content div.img_left h4 a:hover {
					color: #ffb03e;
					text-decoration: underline;
				}

	div#body_col_2 div.headlines_today_component div.comp_body div.tabbed_nav {
		background: #fff;
		float: left;
		margin: 0;
		width: 125px;
	}

		div#body_col_2 div.headlines_today_component div.comp_body div.tabbed_nav ul {
			float: left;
			margin: 0px 0px 0px 0px;
			padding: 0px;
		}

			div#body_col_2 div.headlines_today_component div.comp_body div.tabbed_nav ul li {
				margin: 0px;
				padding: 0px;
				width: 100%;
			}

				div#body_col_2 div.headlines_today_component div.comp_body div.tabbed_nav ul li a {
					background: #fff url(http://images.synacor.com/clientimages/13313/8085.png) repeat-x scroll 0% 50%;
					border-bottom: 1px solid #000;
					color: #003d64;
					display: block;
					font-size: 11px;
					font-weight: bold;
					height: 21px;
					padding: 7px 0px 0px 7px;
				}

				div#body_col_2 div.headlines_today_component div.comp_body div.tabbed_nav ul li a:hover {
					background: #fff;
				}

				div#body_col_2 div.headlines_today_component div.comp_body div.tabbed_nav ul li.on a,
				div.mc-nav li.on a {
					background: #124c7a none repeat scroll 0% 50%;
					color: #ffb03e;
				}

/* SPLITTER
-------------------------------------- */
.splitter {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border: 0;
	float: left;
	width: 49%;
}

.splitter-1 {
	float: left;
	margin: 5px;
	width: 45%;
}

.splitter-1 .splitleft {
	float: left;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	width: 48%;
}

.splitter-1 .splitright {
	float: left;
	margin: 0px;
	padding: 0px 0px 5px 20px;
}

/* FEATURED TITLE
-------------------------------------- */
.feat-title-10 {
	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 {
	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;
}

/* 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: 0 0 10px 0;
	padding: 4%;
	width: 91%;
}

/* SEARCH BAR(s)
------------------------------------- */
#search-bar {
	background: transparent url(http://images.synacor.com/clientimages/13313/7885.gif) no-repeat scroll left top;
	float: left;
	height: 75px;
	margin: 0 0 0 0;
	_margin: 0 0 2px 0;
	vertical-align: middle;
}


#site_container_800 #search-bar {
	float: left;
	height: 77px;
	margin: 0px;
	padding: 0px;
	width: 769px;
}

#site_container_800 #search-bar .logo {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	width: 180px;
}

#search-bar .logo {
	display: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	width: 210px;
}

#search-bar .search {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 0px 0px 0px 30px;
	width: 713px;
}

#search-bar .search .title {
	display: none;
}

#search-bar .s_bar .sublinks {
	float: left;
	font-size: 8pt;
	font: 8pt Arial, Tahoma, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

#site_container_800 #search-bar .s_bar .sublinks {
	float: left;
	font-size: 8pt;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

div.s_bar ul li.on a {
	color: #fff!important;
}

#search-bar .s_bar {
	padding: 0pt;
	color: #fff;
	margin: 0px;
}

#search-bar .s_bar .fields {
	float: left;
	margin-right: 6px;
}
#search-bar .s_bar .fields_sub {
	float: left;
	padding-top: 15px;
}
#search-bar .s_bar #footer_field_1 {
	margin-top: 8px;
}

#search-bar .s_bar #footer_field_2 {
	margin-top: 5px;
}

#search-bar .s_bar input.inputgoogle, #search-bar .s_bar input#ebay_q {
	background: #fff url(http://images.synacor.com/clientimages/13313/7886.gif) scroll no-repeat;
	border: 0px none!important;
	height: 14px;
	line-height: 14px;
	padding: 4px!important;
	width: 394px;
}

div#footer #search-bar .s_bar input#q2 {
	background: #fff url(http://images.synacor.com/clientimages/13313/12928.gif) 0 0 no-repeat;
	border: 1px solid #000!important;
	height: 20px;
	line-height: 20px;
	width: 392px;
}
div#footer #search-bar {
	background: none;
	margin-bottom: 10px;
}
div#footer .search {
	padding-left: 145px;
}

#site_container_800 #footer .search {
	padding-left: 0;
}

#site_container_800 #search-bar .s_bar {
	border-right: 0px;
	float: left;
	margin: 0;
	padding: 0px;
	width: auto;
}

#search-bar .s_bar a {
	color: #fff;
	text-decoration: none;
}
#search-bar .search_text {
	color: #fff;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 22px;
	width: 75px;
}
#search-bar #br_google, #search-bar #br_ebay {
	float: left;
	width: 600px;
}
#search-bar .br_google, #search-bar .br_ebay {
	float: left;
	width: 600px;
}
.sb_lineup1 a {
	display: block;
	float: left;
	font-size: .9em;
	font-weight: bold;
	height: 15px;
	padding: 2px 0 0 6px;
	text-align: left;
	width: 32px;
}
/* Header search tabs */
#search-bar .sb_lineup1 .google_on {
	background: url(http://images.synacor.com/clientimages/13313/19742.png) no-repeat top left;
	color: #fff;
}
#search-bar .sb_lineup1 .search_ebay_on {
	background: url(http://images.synacor.com/clientimages/13313/19744.png) no-repeat top left;
	color: #fff;
}
#search-bar .sb_lineup1 .google_off {
	background: url(http://images.synacor.com/clientimages/13313/19742.png) no-repeat bottom left;
	color: #7f7f80;
}
#search-bar .sb_lineup1 .search_ebay_off {
	background: url(http://images.synacor.com/clientimages/13313/19744.png) no-repeat bottom left;
	color: #7f7f80;
}

/* Footer search tabs */
div#footer #search-bar .sb_lineup1 .google_on {
	background: url(http://images.synacor.com/clientimages/13313/22498.gif) no-repeat top left;
	color: #fff;
}
div#footer #search-bar .sb_lineup1 .search_ebay_on {
	background: url(http://images.synacor.com/clientimages/13313/22497.gif) no-repeat top left;
	color: #fff;
}
div#footer #search-bar .sb_lineup1 .google_off {
	background: url(http://images.synacor.com/clientimages/13313/22498.gif) no-repeat bottom left;
	color: #7f7f80;
}
div#footer #search-bar .sb_lineup1 .search_ebay_off {
	background: url(http://images.synacor.com/clientimages/13313/22497.gif) no-repeat bottom left;
	color: #7f7f80;
}

#search-bar .identity {
	float: left;
	margin-right: 0px;
	padding: 15px 0 0 0;
}
#footer #search-bar .identity {
	padding: 15px 0 0 0;
}
* html #search-bar .identity span {
	height: 42px !important;
	width: 86px !important;
}

#search-bar form {
	border: 0px;
	margin: 0pt;
	padding-top: 5px;
}

#search-bar input {
	background: #fff;
	border: 1px solid #5a5e5a;
	color: #000;
	font-size: 11px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	width: 50%;
}

#search-bar .submit {
	background: transparent url(http://images.synacor.com/clientimages/13313/7883.png) no-repeat scroll left top;
	_background-color: transparent;
	_background-image: none;
	border: 0px;
	color: #fff;
	cursor: pointer;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.synacor.com/clientimages/13313/7883.png', sizingMethod='crop');
	font-size: 100%;
	font-weight: bold;
	height: 37px;
	margin: 0;
	padding: 0px;
	width: 94px;
}

#search-bar div.fields_sub > input.submit {
	background: transparent url(http://images.synacor.com/clientimages/13313/7883.png) top left no-repeat;
}

.tabbed_nav ul {
	background: url(http://images.synacor.com/clientimages/13313/7860.gif) top repeat-x;
	margin: 0;
}

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

/* Tabbed Search Bar */
ul.search_link_list {
	display: inline;
	margin: 0px 0px -9px 55px;
	padding: 0px;
	width: 50%;
}

ul.search_link_list li {
	display: inline;
	margin: 0px;
	padding: 0px 2px 0px 2px;
}

ul.search_link_list li a {
	display: inline;
	line-height: normal;
	margin: 0px;
	padding: 0px 2px 0px 2px;
}

ul.search_link_list li.on {
	color: #fff!important;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
}

/*SEARCH BAR GOOGLE*/
#search-bar .inputgoogle {
	line-height: 18px;
	padding-left: 2px;
	width: 412px;
}

#site_container_800 #search-bar .inputgoogle {
	line-height: 18px;
	padding-left: 2px;
	width: 394px;
}

/*SEARCH BAR BRITANICA*/
#search-bar .inputbrit {
	background: #fff;
	border-right: 0px;
	border: 1px solid #469;
	color: #000;
	height: 18px;
	line-height: 18px;
	padding-left: 2px;
	width: 412px;
}

#search-bar .submitbrit {
	background: transparent failed-path-lookup left 50% repeat-x;
	border: 1px solid #469;
	color: #fff;
	font-size: 85%;
	font-weight: normal;
	height: 22px;
	margin: 0px;
	padding: 0px 8px;
}

/*SEARCH BAR CITYSEARCH*/
#search-bar .inputcity{
	background: #fff;
	border: 1px solid #fd0;
	color: #000;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	padding-left: 2px;
	width: 194px;
}

#site_container_800 #search-bar .inputcity{
	font-size: 9px;
	height: 18px;
	line-height: 18px;
	width: 133px;
}

#search-bar .submitcity {
	background: transparent failed-path-lookup left 50% repeat-x;
	border: 1px solid #fd0;
	color: #000;
	font-size: 85%;
	font-weight: normal;
	height: 22px;
	margin: 0px;
	padding: 0px 8px;
}

/* Weather Component */
#search-bar .other {
	background: url() no-repeat;
	float: right;
	height: 70px;
	margin-top: 3px;
	padding: 0 5px 0 30px;
	width: 180px;
}

.one_day_title {
	color: #fff;
	font-size: 8.5pt;
}

#search-bar .weather {
	float: left;
	margin: 0px;
	padding: 0px;
}

#search-bar .weather a {
	color: #fff;
	text-decoration: underline;
}

#search-bar .weather a:hover {
	color: #ffb03e;
}

#search-bar .weather .weather_left {
	margin: 0px;
	padding: 0px;
}

#search-bar .weather_img {
	float: left;
	height: 52px;
	padding-left: 8px;
	text-align: right;
	width: 44px;
}

#search-bar .weather .weather_left .weather_text {
	float: left;
	font-weight: bold;
	padding-left: 18px;
	padding-top: 3%;
	width: 90px;
}

#search-bar .weather .weather_outleft {
	display: block;
	float: left;
	width: 52px;
}

#search-bar .weather .weather_outtext {
	float: left;
	width: 120px;
}

#search-bar .weather .weather_left .weather_text .degree {
	color: #fff;
	float: left;
	font-size: 20pt;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	word-spacing: -4px;
}

#search-bar .weather .weather_left .weather_text .degree .deg_f{
	font-size: 50%!important;
}

#search-bar .weather .weather_left .weather_text .condition{
	clear: both;
	font-size: 85%;
}

#search-bar .weather .weather_left .weather_text img {
	margin-top: 1px;
	padding-right: 2px;
}

.weather_text .day{
	color: #fff;
	float: left;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	text-align: left;
	width: 100%;
}

.weather_text .day a {
	background: failed-path-lookup left 50% no-repeat;
	color: #fff;
	font-size: 80%;
	padding-left: 8px;
	text-decoration: none;
	width: 100%;
}

.weather_text .day a:hover {
	color: #fff;
	font-size: 80%;
	padding-left: 8px;
	text-decoration: underline;
}

#search-bar .weather .weather_right {
	float: right;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	width: 18%;
}

.weather_lout {
	color: #fff;
	display: block;
	height: 45px;
	padding-top: 15px;
	text-decoration: none;
	width: 100%;
}

/* clear, and IE duplicat lat char. fix */
.clear {
	clear: left;
	display: none;
}

/* --------- Fav ------------ */
.favcontainer {
	background: #fff failed-path-lookup bottom left repeat-x;
	color: #06441f;
	margin: 0px;
	padding-top: 5px;
	width: 100%;
}

.favcontainer ul {
	color: #06441f;
	float: left;
	margin: 0px;
	padding: 1px 1px 10px 0px;
}

.favcontainer ul li {
	background: #f1f1f2 failed-path-lookup 2% 50% no-repeat;
	border-bottom: solid 1px #fff;
	color: #06441f;
	font-size: 100%;
	list-style: none;
	min-height: 22px;
	padding: 6px 0px 1px 15px;
}

.favcontainer ul li a {
	color: #06441f;
	text-decoration: none;
	vertical-align: top;
}

.favcontainer ul li a:hover {
	color: #ffb03e;
	text-decoration: none;
}

.favcontainer .left {
	border: solid 1px #000;
	width: 20%;
}

.favcontainer .right {
	border: solid 1px #000;
	float: right;
	width: 80%;
}

.favcontainer .conf {
	color: #3ab805;
	padding-bottom: 10px;
	text-decoration: none;
	width: 100%;
}

.favcontainer .conf:hover {
	color: #ffb03e;
	text-decoration: none;
}

.favcontainer .conf: link, visited {
	color: #3ab805;
	text-decoration: none;
}

#xiframe {
	background: #fff;
}

#news_container span span p {
	padding-bottom: 1em;
}

#home_page_footer_ad {
	padding-bottom: 27px;
}

div.home_page_footer_ad {
	text-align: center;
	width: 100%;
}

div#prem_nav_cont {
	background: #033b6e;
	float: left;
	margin: -6px;
	width: 306px;
}

div#prem_nav_cont .prem_package_container {
	background: #114073;
	margin: 0;
	padding: 0 0 0 4px;
}

div#prem_nav_cont .prem_package_container .prem_package_row {
	background: transparent url(http://images.synacor.com/clientimages/13313/7873.gif) no-repeat scroll center;
	display: block;
	float: left;
	height: 40px;
	margin: 0;
	padding: 0;
	width: 146px;
}

div#prem_nav_cont li .prem_package_container .prem_package_row_wide {
	background: transparent url(http://images.synacor.com/clientimages/13313/7872.gif) no-repeat scroll center;
	text-align: center;
	width: 292px;
}

div#prem_nav_cont ul#prem_nav_ul .prem_nav {
	clear: left;
	font-weight: bold;
	height: 19px;
	margin: 0;
	_margin: 0 0 0 6px;
	padding: 4px 0 2px 12px;
	width: 288px;
}

div#prem_nav_cont ul#prem_nav_ul .prem_nav:hover {
	color: #ffb03e;
	text-decoration: none;
}

div#prem_nav_cont ul#prem_nav_ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

div#prem_nav_cont ul#prem_nav_ul li {
	border-top: 1px solid #e3e3e3;
	display: inline;
	float: left;
	height: 34;
	margin: 0;
	padding: 0;
	width: 300px;
}

div#prem_nav_cont ul#prem_nav_ul li a {
	background: #114073 url(http://images.synacor.com/clientimages/13313/7861.gif) top left repeat-x;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 10pt;
	height: 19px;
	margin: 0;
	padding: 0;
}

div#prem_nav_cont ul#prem_nav_ul .prem_package_row a {
	background: transparent none;
	border: medium none;
}

div#ztnews a img {
	float: left;
	margin-right: 8px;
}

div#ztnews .newscontainer {
	margin-bottom: 16px;
}

ul.local {
	clear: both;
}

br.clear {
	display: none!important;
}

.ie {
	background: #fff none repeat scroll 0%;
	float: left;
	margin: 0pt;
	padding: 0pt 5px;
	text-align: center;
	width: 755px;
}

.ie .container {
	background: #fff;
	float: left;
	height: 632px;
	margin: 0pt;
	padding: 0pt;
	width: 100%;
}

.ie .container h3 {
	font-weight: normal;
	margin: 0pt;
	padding: 120px 0pt 20px;
}

.ie .container p {
	margin: 0pt;
	padding: 0pt;
}

.ie .container a {
	color: #23a859;
	font-weight: bold;
	text-decoration: none;
}

.ie .container a:hover {
	color: #ffb03e;
	font-weight: bold;
	text-decoration: none;
}

div#cbell_homepage_ad {
	float: left;
	padding-bottom: 2px;
	padding-top: 6px;
}

* div#interstitial_centering {
	clear: left!important;
}

* div#interstitial_frame_mid{
	background: #fff!important;
}

#weather_setup_form {
	background-color: #fff;
	background-image: none;
	float: left;
	height: 340px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	width: 100%;
}

.comp_body .submit, form .submit, button.btn {
	background: #6c9 url(http://images.synacor.com/clientimages/13313/7867.gif) repeat-x bottom;
	border: 1px solid #76827a;
	color: #fff;
	font: bold 12px/14px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	padding: 3px 3px;
	text-align: center;
}

/****************
Drag drop helper
****************/
#portaldragdrop_drophelper {
	border: 2px dotted red;
	float: left;
	margin-bottom: 10px;
}

/****************
Local fixes
****************/
div.comp_10 div.local_component div.comp_nav_h {
	background: #fff url(http://images.synacor.com/clientimages/13313/7866.gif) top left repeat-x;
	float: left;
	margin: 0 0 0 0;
	padding: 0px;
	width: 169px;
}

* html div.comp_10 div.local_component div.comp_nav_h {
	background: #fff url(http://images.synacor.com/clientimages/13313/7866.gif) top left repeat-x;
	float: left;
	margin: 0 0 0 -1px;
	padding: 0px;
	width: 169px;
}

div.comp_10 div.local_component div.comp_nav_h div.container {
	background: #fff url(http://images.synacor.com/clientimages/13313/7866.gif) top left repeat-x;
	font-size: 11px;
	height: 11px;
	overflow: hidden;
	width: 165px;
}

* html div.comp_10 div.local_component div.comp_nav_h div.container {
	height: 13px;
}

.localleft {
	float: left;
	width: 40%;
}

.localright {
	float: right;
	width: 60%;
}

.localright input {
	font-size: 11px;
	margin-top: -5px;
	position: relative;
}

ul.local {
	background: url(http://images.synacor.com/clientimages/13313/7844.gif) top repeat-x;
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
}

ul.local {
	width: 99%;
}

ul.local li{
	background: url(http://images.synacor.com/clientimages/13313/8067.png) 5px 15px no-repeat;
	list-style: none;
	margin: 0px 10px;
	padding: 5px 10px 5px 10px;
}

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

ul.local li.localalt{
	background: #eaf4fd url(http://images.synacor.com/clientimages/13313/8067.png) 5px 15px no-repeat;
	margin: 0px 10px;
	padding: 5px 10px 5px 10px;
}

* html ul.local li,
* html ul.local li.localalt {
	margin: 0px 7px 0px 15px;
}

.local_component div.img_left div.container{
	background: transparent;
}

/*--- Fix to make local component not have extra padding ---*/
div.local_component {
	margin: -1px !important;
}

div.local_component .comp_nav_h {
	width: 459px !important;
}

/* IE ONLY */
* html div.local_component .container {
	margin-bottom: -5px !important;
}

/* End IE ONLY */
/*--- End fix ---*/

/*--- Fix to make weather not have extra padding ---*/
div.local_component {
	margin: -1px !important;
}

div.local_component .comp_nav_h {
	width: 459px !important;
}

/* IE ONLY */
* html div.local_component .container {
	margin-bottom: -5px !important;
}

/* End IE ONLY */
/*--- End fix ---*/

div.img_left div.container{
	padding: 10px 0 10px 15px!important;
}

* html div.img_left div.container{
	padding: 10px 0 20px 15px!important;
}

.comp_20 .container{
	background: #fff failed-path-lookup repeat-x scroll left top;
	float: left;
	margin: 0pt !important;
	overflow: hidden !important;
	padding: 5px 10px!important;
	width: 95.75% !important;
}

table.customization_table tr td table tr td table tr td form div div table tr td table tr td{
	text-align: left;
}

.comp_10_footer, .comp_20_footer, .comp_21_footer, .comp_30_footer {
	background-position: left top;
	float: left;
	_float: none;
	height: 10px;
	overflow: hidden;
	width: 100%;
}

.synacor_red {
	color: #b32326;
}

.comp_header {
	background: #fff none;
	margin: 0px;
	width: 100%;
}

.comp_header h1 {
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	height: auto;
	margin: 0;
	padding: 7px 0px 8px 12px;
}

/* DCC SLIDE 1
----------------------------------- */
#dcc-slide-1 {
	background: failed-path-lookup top left no-repeat;
	height: 160px;
}

#dcc-slide-1 .text {
	font-size: 85%;
	padding: 70px 0px 0px 20px;
	width: 80%;
}

#dcc-slide-1 .text h2 {
	color: #ade549;
	font-weight: bold;
}

.mc-main .img_left {
	margin: 0;
	padding: 2%;
	width: 96%;
}

.mc-main .img_left img {
	background: #5b5b5b;
	border: 1px solid #5b5b5b;
	height: 70px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 70px;
}

.mc-main .img_left .more img {
	border: medium none;
	height: 5px;
	width: 4px;
}

.mc-main h4 a {
	color: #ffb03e;
	text-decoration: none;
}

.mc-main h4 a:hover {
	color: #fff;
	text-decoration: none;
}

/* -- news -- */
.news_text {
	border-bottom: 1px dotted #666;
	clear: left;
	padding: 4px 10px 4px 10px;
}

.news_more {
	clear: both!important;
	float: right;
	position: relative!important;
}

.news_more a {
	font-weight: bold;
}

.dir {
	background: #fff;
	color: #000;
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 100%;
}

.dir ul {
	display: inline;
	float: left;
	list-style: none;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	width: 100%;
}

.dir ul li {
	background: #5e5f40;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	margin: 0px 0px 0px 2px;
	padding: 4px 0px 5px 15px;
	text-align: left;
	text-decoration: none;
	width: 135px;
}

.dir ul li a {
	background: #5e5f40;
	color: #fff;
	text-decoration: none;
}

.dir ul li a:hover {
	color: #869999;
	text-decoration: none;
}

/*********** Watercooler *****************/
#body_col_2 .comp-22 {
	background: #000 url(http://images.synacor.com/clientimages/13313/7864.gif) repeat-x scroll left top;
}

#body_col_2 .comp-22 {
	color: #fff;
	float: left;
	margin: 0;
	padding: 0 0px 0px 0px;
	width: 100%;
}

#body_col_2 .comp-22 .more {
	color: #23a859;
	float: right;
}

#body_col_2 .comp-22 .more a {
	color: #23a859;
}

#body_col_2 .comp-22 .more a:hover {
	color: #ffb03e;
	text-decoration: none;
}

#body_col_2 .comp-22 .img {
	border: 1px solid #fff;
}

#body_col_2 .comp-22 .comp_nav_h .on {
	background: #fff;
	color: #000;
	font-weight: bold;
}

#body_col_2 .comp-22 .comp_nav_h {
	font-size: 90%;
}

#body_col_2 .comp-22 table {
	margin: 0;
	padding: 0;
}

#body_col_2 .comp-22 td.row-1 {
	background: #666;
	border-bottom: 0;
	padding: 1px 5px;
}

#body_col_2 .comp-22 td.row-2 {
	background: #333 none;
	border-bottom: 0;
	padding: 1px 5px 7px 5px;
}

#body_col_2 .comp-22 td.row-2:hover {
	background: #333 none;
}

#body_col_2 .comp-22 td.row-2 a {
	color: #aecfe1;
}

#body_col_2 .comp-22 .text-2 {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 3%;
	width: 94%;
}

#body_col_2 .comp-22 ol li {
	background: #333 none;
}

#body_col_2 .comp-22 ol li a {
	color: #6ac9fe;
}

#body_col_2 .comp-22 .dcc h3 {
	color: #fff;
}

#body_col_2 .comp_20 .comp-form-nav .submit, .comp_20 .comp-form-nav-11 .submit, #body_col_2 .comp-22 .comp-form-nav .submit, .comp-22 .comp-form-nav-11 .submit {
	background: #666;
	border: 1px solid #58ac34;
}

#body_col_2 .comp-22 .lt {
	float: right;
	height: 120px;
	text-align: center;
	top: 50%;
	width: 38%;
}

#body_col_2 .comp-22 .rt {
	height: 120px;
	margin: 0px;
	padding: 0px;
	width: 60%;
}

#body_col_2 .watercooler_component .comp_content .comp-22 .rt {
	height: 100%;
	margin: 15px 0px 0px;
	width: 265px;
}

#body_col_2 .comp-22 .rt ul {
	margin: 0px;
	padding: 0px;
	width: auto;
}

#body_col_2 .comp-22 .rt ul li {
	height: 24px;
	item-style: none;
	margin: 0px;
	padding: 0px;
}

#body_col_2 .comp-22 .rt ul li a {
	color: #fff;
	margin: 0px;
	padding: 2px 0px 2px 5px;
	text-decoration: none;
}

#body_col_2 .watercooler_component .comp_content .watercoolermore a {
	color: #fff;
}

#body_col_2 .watercooler_component .comp_content .watercoolermore a:hover {
	color: #ffb03e;
}

#body_col_2 .comp-22 .rt ul li a:hover, #body_col_2 .comp-22 .rt ul li a.on {
	background: #003d64;
	color: #ffb03e;
	text-decoration: none;
}

.watercooler_component .comp_content {
	padding: 0;
	width: 100%;
}

div.watercooler_component .comp_content .comp_content {
	padding: 0px;
}



/*********** advertising.com ad **********/
.adcenter {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 10px;
	margin-bottom: 10px;
	position: relative;
	width: 99.3%;
}

.adtext {
	background: #12242e;
	color: #fff;
	font-size: 80%;
	left: 72%;
	line-height: normal;
	padding: 0 3px 0 3px;
	position: absolute;
	top: 2px;
}

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 ul.quicklinks_ul_hack {
	background: #e1e1e1;
	border-bottom: solid 1px #999;
	clear: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div.agdistis_quicklinks ul.quicklinks_ul_hack li {
	background: #e1e1e1;
	margin: 0px;
	padding: 0;
}

div.agdistis_quicklinks ul.quicklinks_ul_hack li a {
	color: #000;
	display: block;
	margin: 0px;
	padding: 0;
	text-decoration: none;
}

div.agdistis_quicklinks ul.quicklinks_ul_hack li a:hover {
	color: #ffb03e;
	text-decoration: none;
}

div.txtmsglayer iframe {
	border: 0px none;
	height: 440px;
	width: 96%;
}

/*-----------------------------------
Search Results
-----------------------------------*/

.powered_by_google {
	display: inline !important;
}

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

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

#body_col_2 .weather_component_loggedout_image {
	background: failed-path-lookup 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: failed-path-lookup no-repeat;
	height: 95px;
	width: 271px;
}

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

comp_20 h4 a:hover, .comp_20 h3 a:hover, .comp_21 h4 a:hover, .comp_21 h3 a:hover {
	text-decoration: underline;
}

.drager{
	float: left;
	position: relative;
	width: 100%;
}

.comp_10_footer, .comp_20_footer, .comp_21_footer, .comp_30_footer{
	padding-bottom: 6px;
}

.comp_20_header, .comp_21_header, .comp_10_header, .comp_30_header{
	padding-top: 6px!important;
}

/** Navigation **/

*html #site_container_800 #h-nav-bar {
	margin-bottom: -7px;
}

#site_container_800 #h-nav-bar-holder {
	width: 571px;
}

div#body_col div#h-nav div#h-nav-dd-holder ul#navul0 {
	position: absolute;
}

#left_nav_cont_roll {
	left: 0;
	margin: 33px 0 0 0;
	position: absolute;
	top: 0;
	width: 193px!important;
	z-index: 999!important;
}

.rollup,
#site_container_800 #body_col #h-nav #left_nav_cont.rollup {
	_margin-left: -195px;
	margin-top: 33px;
	position: absolute;
	width: 191px;
}

#left_nav_cont {
	float: none;
	width: 193px;
}

div#site_container_800 div#left_nav_cont {
	left: 0px;
	position: absolute;
	top: 37px;
}

#body_col #h-nav #left_nav_cont.rollup {
	margin-top: 0;
	margin-left: 0;
}

#left_nav_cont ul, #left_nav_cont_roll ul {
	background: #033b6e;
	list-style: none;
	margin: 0px;
	padding: 0;
	width: 193px;
	z-index: 999;
}

#left_nav_cont ul li, #left_nav_cont_roll ul li {
	clear: both;
	display: inline;
	height: 30px;
	margin: 0px 0px 2px;
	padding: 0px;
	width: 193px;
	z-index: 9999;
}

#left_nav_cont ul li a, #left_nav_cont_roll ul li a {
	background: transparent url(http://images.synacor.com/clientimages/13313/7899.gif) no-repeat scroll left top; 
	color: #fff;
	display: block;
	font-size: 10pt !important;
	font-weight: bold;
	height: 23px;
	margin: 2px auto;
	padding-left: 23px;
	padding-top: 7px;
	text-decoration: none;
	width: 168px;
	z-index: 9999;
}

.nav_lg {
	clear: both;
}

#left_nav_cont ul li a:hover, #left_nav_cont_roll ul li a:hover {
	color: #8ad0a8;
}

.nav_sm {
	clear: both;
	margin: 1px 0 0 0;
	width: 193px;
}

#left_nav_cont ul li ul, #left_nav_cont_roll ul li ul {
	clear: both;
	list-style: none;
	margin-top: 3px;
	padding: 0px;
	z-index: 999;
}

#left_nav_cont ul li ul li, #left_nav_cont_roll ul li ul li {
	clear: both;
	display: inline;
	height: 16px;
	width: 193px;
}

#left_nav_cont ul li ul li a, #left_nav_cont_roll ul li ul li a {  
	background: transparent url(http://images.synacor.com/clientimages/13313/7897.gif) no-repeat scroll top left;
	color: #fff;
	display: block;
	font-size: 8pt!important;
	height: 16px;
	margin: 2px auto;
	padding-left: 22px;
	padding-top: 0px;
	width: 168px;
	z-index: 9999;
}

#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.on_page {
	background: transparent url(http://images.synacor.com/clientimages/13313/7895.gif) no-repeat scroll top left;
	color: #ffb03e;
}

/* --------------------- for subsubnavigation!!!! ---------------- */
#left_nav_cont ul li ul li ul li a, #left_nav_cont_roll ul li ul li ul li a {  
	background: #012f50;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 8pt!important;
	font-weight: normal;
	height: 16px;
	margin: 2px auto;
	padding-left: 22px;
	padding-top: 0px;
	width: 168px;
	z-index: 9999;
}

#left_nav_cont ul li ul li ul li a:hover, #left_nav_cont_roll ul li ul li ul li a:hover {
	background: #012f50;
	color: #ffb03e;
	font-weight: normal;
}

/* -------------------- end for subsubnavigation!!!! ------------- */

#left_nav_cont ul li ul li ul li a:hover, #left_nav_cont_roll ul li ul li ul li a:hover {
	background: #002f4f none repeat scroll 0%;
}

.premium_star {
	margin-left: -6px;
	margin-top: 2px;
}

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 {
	background: failed-path-lookup no-repeat;
	float: right;
	height: 10px;
	margin-right: 8px;
	margin-top: 3px;
}

.sport_more_arrow {
	background: failed-path-lookup no-repeat;
	float: right;
	height: 10px;
	margin-right: 8px;
	margin-top: 3px;
	width: 5px;
}

.left_nav_control {
	background: #d9d6bd;
	clear: both;
	float: left;
	height: 21px;
	margin: 0;
	padding-top: 2px;
	padding: 0;
	width: 193px !important;
}

.left_nav_control li {
	color: #18739c;
	display: inline;
	float: left;
	font-size: 12px;
}

.open_all {
	background: failed-path-lookup  99% 50% no-repeat;
	cursor: pointer;
	padding-left: 20px;
	width: 90px;
}

#left_nav_cont ul .open_close, #left_nav_cont_roll ul .open_close {
	background: transparent none no-repeat scroll right center;
	cursor: pointer;
	display: block;
	height: 28px;
	margin-left: 160px;
	margin-top: -32px;
	position: absolute;
	width: 30px;
}

#left_nav_cont ul ul .open_close, #left_nav_cont_roll ul ul .open_close {
	background: transparent none no-repeat scroll right top;
	height: 10px;
	margin-left: 165px;
	margin-top: -14px;
	position: absolute;
}

#prem_nav_ul .open_close {
	background: transparent none repeat scroll 0% 50%;
	cursor: pointer;
	display: block;
	float: right;
	height: 23px;
	margin-top: -4px;
	position: relative;
	width: 27px;
}

#hide_menu {
	background-attachment: scroll;
	background-position: right top;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 30px;
	text-transform: uppercase;
	width: 125px;
}

.my_login {
	background: failed-path-lookup repeat-x;
	border: 1px solid #284e64;
	color: #fff;
	height: 24px;
	margin-bottom: 1px;
	padding-top: 6px;
	width: 65%;
}

.nav_date {
	float: right;
	height: 20px;
	padding: 2px 12px 0 0;
	text-align: right;
	width: 45%;
}

div#welcomebar {
	height: 20px;
	padding: 8px 10px 0; 
}

*html div#welcomebar {
        height: 20px;
        padding: 8px 8px 0 9px;
}

div#welcomebar .left {
	float: left;
}

div#welcomebar .right {
	float: right;
}

div#welcomebar a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	width: 120px;
}

.nav_head, #h-nav-bar, div#h-nav-bar-holder, #site_container_800 #h-nav-bar #welcomebar {
	background: transparent url(http://images.synacor.com/clientimages/13313/7914.gif) top left no-repeat;
	color: #fff;
	float: left;
	font-size: 95% !important;
	height: 32px;
	margin: 0 0 3px 0;
	width: 100%;
}

*html #h-nav-bar {
	margin: 0px;
}

*html #site_container_800 #h-nav-bar #welcomebar {
        height: 24px;
}

div#h-nav div#h-nav-bar-holder {
	height: 32px;
}

div#h-nav-bar-holder {
	width: 774px;
}

body_col_23_wrapper .nav_head, div.h-nav-bar-holder .nav_head {
	width: 100%;
}

html.nav_head {
	background: transparent url(http://images.synacor.com/clientimages/13313/7915.gif) top left no-repeat;
}

.nav_head2 {
	background: transparent url(http://images.synacor.com/clientimages/13313/7914.gif) top left no-repeat;
	color: #fff;
	float: left;
	font-size: 85% !important;
	height: 32px;
	margin: 0;
	padding: 6px 0 0 0;
	width: 192px;
}

#h-nav-dd .nav_head_left, #h-nav-dd-holder .nav_head_left {
	height: 32px;
}

.nav_head_left, .nav_head_roll, #h-nav-bar .nav_head_left, #h-nav-bar-holder .nav_head_left {
	background: transparent url(http://images.synacor.com/clientimages/13313/7894.gif) top left repeat-x;
	color: #fff;
	float: none;
	height: 32px;
	margin: 0 2px 0 0;
	padding: 6px 0 0 0;
	width: 193px;
}

#site_container_800 .nav_head_left {
	float: left;
}

.nav_head_roll {
	background: transparent url(http://images.synacor.com/clientimages/13313/7894.gif) no-repeat scroll left top;
	color: #fff;
	float: left;
	height: 32px;
	margin-right: 6px;
	padding: 4px 0 0 0;
	width: 193px;
}

.nav_head_800 {
	background: transparent url(http://images.synacor.com/clientimages/13313/7915.gif) top left no-repeat;
	color: #fff;
	float: left;
	font-size: 85%;
	height: 32px;
	margin: 0 0 0 5px;
	padding: 6px 0 0 0;
	width: 569px;
}

site_container .nav_head_800 {
	width: 768px;
}

div#body_col_23_wrapper {
	float: left;
	padding: 0px!important;
	width: 771px!important;
}

*html div#body_col_23_wrapper {
	width: 768px!important;
}

.nav_h1 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	padding: 2px 0 0 0;
}

*html .nav_h1 {
	overflow: hidden;
	width: 148px;
}

.nav_h1 span#hide_menu {
	margin: -25px 0 0 150px;
	position: relative;
}

h1.nav_h1 span,	*.premium_nav {
	display: inline;
	padding: 0px;
}

*.premium_nav ul {
	margin: 0px;
	padding: 0px;
}

premium_nav ul li {
	margin: 0px;
	padding: 0px;
}

/* ------------------------ End Left Nav ---------------------------- */

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

.dir_arrow_cont {
	background: failed-path-lookup no-repeat top right;
	color: #fff;
	float: left;
	font-weight: bold;
	height: 20px;
	margin: 1px 0 0 0;
	padding: 0;
	width: 100%;
}

.dir_cont_head {
	float: left;
	margin-left: 40px;
	margin: 0;
	padding: 0;
}

#top_nav_dir_arrow {
	float: left;
	height: 18px;
	margin: 0px 0px 0px 56px;
	outline: none;
	padding: 0;
	width: 34px;
}

.top_nav ul {
	list-style: none;
	margin: 0;
	padding: 0 !important;
}

.top_nav_dir li {
	margin: 0px !important;
	padding: 0px !important;
}

.top_nav ul.top_nav_dir {
	background: failed-path-lookup repeat-x top left;
	border: 1px solid #434343;
	float: left;
	height: 22px;
	left: 0px;
	margin: 0 !important;
	padding: 0 !important;
	width: 99%;
}

.top_nav ul.top_nav_dir li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.top_nav ul.top_nav_links {
	background: failed-path-lookup repeat-x top left;
	border: 1px solid #434343;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	width: 99.8%;
}

.top_nav ul.top_nav_links li {
	border-right: 1px solid #727272;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

.top_nav ul.top_nav_links li a {
	background: failed-path-lookup repeat-x top left;
	border-right: 1px solid #434343;
	color: #fff;
	display: block;
	float: left;
	height: 19px;
	padding: 3px 10px 0px 10px;
	text-decoration: none;
}

/* --- Second Level --- */

li#top_nav_dir_cont {
	float: left;
	margin-top: 21px;
	padding: 0;
	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 !important;
	z-index: 999;
}

li#top_nav_dir_cont li a:hover {
	color: #9f6;
}

.top_nav ul.top_nav_links li ul {
	clear: both;
	left: -999em;
	margin: 0;
	padding: 0;
	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 !important;
	margin: 0;
	padding: 0;
}

.top_nav ul li ul li a {
	background: #282828 !important;
	border: none !important;
	border-bottom: 1px solid #666 !important;
	width: 100px;
}

.top_nav ul li ul li a:hover {
	background: #727272 !important;
	border-bottom: 1px solid #434343 !important;
}

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

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

.prem_nav{
	background-attachment: scroll;
	background-color: transparent;
	background-image: failed-path-lookup;
	background-repeat: repeat-x;
	color: #fff !important;
	font: bold 12px Tahoma;
	height: 20px;
	line-height: normal;
	margin-top: -3px;
	padding-left: 12px;
	padding-top: 4px;
	width: 296px;
}

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

.prem_nav .alt_prem_nav {
	color: #ffb03e !important;
	font-size: 90%;
	padding-left: 40px;
}

ul#navul2, ul#navul3, ul#navul4{
	margin-top: 0!important;
}

div.my_login_inner a:hover {
	color: #f90 !important;
}

*html #left_nav_cont ul li ul li ul li, 
*html #left_nav_cont_roll ul li ul li ul li{
	height: 16px;
	line-height: 16px;
	margin: -1px 0 0 0;
	position: relative;
}

*html #left_nav_cont ul li ul li ul li a, *html #left_nav_cont_roll ul li ul li ul li a, 
*html #left_nav_cont ul li ul li ul li a:hover, 
*html #left_nav_cont_roll ul li ul li ul li a:hover{
	background: #002f4f;
	border-bottom: 0px;
	display: block;
	height: 16px;
	line-height: 16px;
}

#left_nav_cont ul li ul li ul, #left_nav_cont_roll ul li ul li ul{
	margin-top: 0;
}

*html #left_nav_cont ul li ul li ul, *html #left_nav_cont_roll ul li ul li ul{
	margin-top: -2px;
}

/* Login Layer */

#modal_cover {
	background: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 995!important;
	opacity: .8;
	filter: alpha(opacity=80);
}

#login_cont {
	background: transparent url(http://images.synacor.com/clientimages/13313/8212.gif) no-repeat scroll center top;
	border: 0px none;
	color: #000;
	font-family: tahoma;
	font-size: 12px;
	height: 305px !important;
	position: absolute;
	z-index: 999;
}

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

	#login_cont h3 {
		color: #000;
		font-size: 18px;
		margin: 0pt;
		padding: 0pt;
	}

#close_login {
	background: transparent url(http://images.synacor.com/clientimages/13313/7878.png) no-repeat scroll 0% 50%;
	display: block;
	height: 26px;
	width: 30px;
}

.login_head {
	clear: both;
	color: #000;
	margin-left: 40px;
	margin-right: 80px;
}

	.login_head p {
		font-size: 11pt;
		margin: 10px 0pt 8px;
		padding: 0pt;
	}

.login_close {
	float: right;
	height: 26px;
	margin-right: 20px;
	margin-top: 6px;
	width: 26px;
}

#login_error {
	clear: both;
	color: #f00;
	text-align: left;
}

.login_form {
	clear: both;
	height: 152px;
	margin-left: 30px;
	padding: 10px;
	width: 541px;
}

.login_left {
	float: left;
	padding-left: 10px;
	width: 45%;
}

.login_right {
	border-left: 1px solid #23a859;
	float: left;
	height: 130px;
	margin-left: 10px;
	padding-left: 30px;
	width: 45%;
}

	.login_right ul {
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		margin: 4px 0pt 0pt;
		padding: 6px;
	}

		.login_right ul li {
			background: transparent url(http://images.synacor.com/clientimages/13313/8213.png) no-repeat scroll left center;
			margin-bottom: 6px;
			padding-left: 10px;
		}

	.login_right a {
		display: block;
		margin-bottom: 26px;
		_margin-bottom: 30px;
		margin-top: 20px;
	}

	.login_right br {
		display: none;
	}

div#login_cont div.login_form div.login_left .username {
	background: #fff none repeat scroll 0% 50%;
	border: 1px solid #1e3106;
	height: 20px;
	line-height: normal;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 90%;
}

div#login_cont div.login_form div.login_left .passwd {
	background: #fff none repeat scroll 0% 50%;
	border: 1px solid #1e3106;
	height: 20px;
	line-height: normal;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 90%;
}

div#login_cont div.login_form div.login_left input.login_submit {
	background: #62a24c url(http://images.synacor.com/clientimages/13313/7868.gif) repeat-x scroll left top;
	border-left: 0px none;
	border-top: 0px none;
	color: #fff;
	float: right;
	font-weight: bold;
	height: 20px;
	margin: 1px 21px 2px 1px;
	padding: 0pt 2px;
	width: 80px;
}

div.movie_list ol li {
	padding: 0;
}

/** Ad frames **/
div#body_col iframe {
	margin-bottom: 6px;
}

div#body_col div#body_col_1 iframe {
        margin: 6px 0;
}

/* Local Page */
div.split_186, div.weather_box {
	margin-top: 5px;
}

/* Living Component */
div.living_component div.container {
	background: #fff!important;
}

.living_component {
	float: left;
	width: 100%;
}
.living_component ul, #living_component ul li {
	height: auto;
	width: auto;
}
.living_component ul li a {
	display: block;
	height: auto;
	width: auto;
}
.living_component ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.living_component a img {
	border: 0px;
}
.living_component input, #living_component select {
	border: 1px solid #555;
}
.living_component form, #living_component fieldset {
	border: 0px none;
	display: inline;
	width: auto;
}
.living_component .splitter-1 .container, #living_component .splitter-1 .splitleft {
	float: left;
	padding-right: 3px;
}
.living_component .spacer {
	border-bottom: 1px dotted #888;
	display: block;
	height: 2px;
	width: 98%;
}
.cms .zilla_logo {
	top: auto!important;
}

*html #site_container_800 #h-nav-bar #welcomebar {
	height: 24px;
}

.eventsearch_listings .container {
	padding: 0%!important;
	width: 100%!important;
}

/* special components */

#zse-leadin-a {
	width: 100% !important;
}

#zse-leadin-a td {
	padding: 0 !important;
}

#zse-leadin-a-icons {
	padding: 10px 0 0 0 !important;
	width: 370px !important;
}

#zse-leadin-a-icons ul li {
	padding: 5px 28px !important;
}

#zse-leadin-a-poweredby {
	padding-top: 10px !important;
}

div.tagline {
	background: #fff;
	border: 1px solid #017dc5;
	color: #23a859;
	float: left;
	font-size: 11px;
	margin: 0 0 5px;
	padding: 3px 2px;
	text-align: center;
	width: 453px;
}

div.tagline br {
	display: none;
}

div.tagline a {
	color: #438294;
	text-decoration: none;
}

div.tagline a:hover {
	color: #ffb03e;
	text-decoration: underline;
}

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

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

#stats_nav #nav a.on_page {
	background-color: #dfdfdf;
	color: #000;
}

div#body_col_1 .playitnow_car_narrow ul {
	width: 0;
}

div#body_col_2 .playitnow_wide .playitnow_ul {
	width: 405px;
}

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

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

/* Video Channel */
div#video #body_col_2 {
	margin-left: 4px;
}
#video .comp_body {
	background: none;
}
#video h2{
	font-weight: bold;
}
/***** 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?d8a0615f) 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/components/marketwatch.css *****/
.marketwatch_stocks {
	background: #fff;
	color: #000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.marketwatch_stocks .leftside {
	margin-left: 8px;
}
.marketwatch_stocks .rightside {
	margin-right: 8px;
}
.marketwatch_stocks .foot_links {
	color: #bcbcbc;
	margin: 6px 25px 0px 25px;
	text-align: center;
}
.marketwatch_stocks .foot_links a {
	white-space: nowrap;
}
.marketwatch_stocks .nodata {
	clear: both;
	color: #cd2100;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}
.marketwatch_stocks .stock_change_down {
	color: #cd2100;
}
.marketwatch_stocks .stock_change_up {
	color: #489f2e;
}
.marketwatch_stocks .down_arrow,
.marketwatch_stocks table.marketwatch .down_arrow {
	background: url(components/images/marketwatch/arrow_down_red.gif?d8a0615f) no-repeat center right;
	padding-right: 11px;
	margin-right: 10px;
	float: right;
}
.marketwatch_stocks .up_arrow {
	background: failed-path-lookup no-repeat center right;
	padding-right: 11px;
	margin-right: 10px;
	float: right;
}
.marketwatch_stocks .notes_light {
	color: #848484;
	display: block;
	font-size: 0.8em;
	margin: 10px auto 0px auto;
	padding-bottom: 10px;
	text-align: center;
	width: 95%;
}
.marketwatch_stocks.marketwatch_medium .notes_light {
	color: #848484;
	display: block;
	font-size: 0.8em;
	margin: 10px auto 0px auto;
	padding-bottom: 10px;
	text-align: center;
	width: 55%;
}
.marketwatch_stocks.marketwatch_editing {
	background: #f0f0f0;
}
.marketwatch_stocks table.marketwatchextended {
	display: none;
}
.marketwatch_stocks .marketwatch_static {
	clear: both;
	display: block;
	overflow: hidden;
	padding: 0px 8px;
}
.marketwatch_stocks table.watchlist {
	border: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.marketwatch_stocks div.stocklist {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.marketwatch_stocks div.stocklist div.loading {
	border: 0px solid #000;
	background: #fff url(templates/troy/images/loading.gif?d8a0615f) no-repeat center center;
	display: none;
	filter: alpha(opacity=80);
	left: 0;
	margin: 0;
	opacity: 0.8;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 99%;
	z-index: 1;
}
.marketwatch_stocks .editstockspane {
	background: #fff;
	border-bottom: 1px #eee solid;
	display: none;
	overflow: hidden;
	margin: 0px auto;
	padding: 7px 7px;
}
.marketwatch_stocks .editstockspane .stocklist .leftside {
	text-align: left;
}
.marketwatch_stocks .editstockspane .stocklist .rightside {
	padding-right: 5%;
	text-align: right;
}
.marketwatch_stocks .editstockspane .stocklist .submit {
	float: right;
	margin-right: 5%;
	margin-top: 8px;
}
.marketwatch_stocks table,
.marketwatch_stocks .marketwatch_static table {
	border: 0px;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}
.marketwatch_stocks.marketwatch_wide .marketwatch_static table,
.marketwatch_stocks.marketwatch_wide .viewstockspane table {
	clear: left;
	float: left;
	width: 50%;
}
.marketwatch_stocks.marketwatch_wide * table.marketwatchextended {
	clear: right;
	display: block;
	float: right;
}
.marketwatch_stocks table.marketwatchextended td {
	width: 120px;
}
.marketwatch_stocks table th {
	border-bottom: 1px solid #ebebeb;
	font-size: 11px;
	padding: 8px 0px 0px 0px;
	text-align: center;
	width: 33%;
}
.marketwatch_stocks table td {
	border-bottom: 1px solid #f0f0f0;
	padding: 2px 0px 2px 2px;
	text-align: center;
	width: 33%;
}
.marketwatch_stocks table td.index,
.marketwatch_stocks table th.index  {
	text-align: left;
}

.marketwatch_stocks table th.value,
.marketwatch_stocks table td.value {
	padding-left: 6px;
	text-align: left;
}
.marketwatch_stocks.marketwatch_medium table th.value,
.marketwatch_stocks.marketwatch_medium table td.value {
	padding-left: 15px;
}
.marketwatch_stocks table td.change,
.marketwatch_stocks table th.change {
	text-align: center;
}
.marketwatch_stocks table.watchlist td,
.marketwatch_stocks table.watchlist th {
	border-bottom: 1px solid #ebebeb;
}
.marketwatch_stocks .viewpane_header {
	background: #fff;
	clear: both;
	display: block;
	padding-right: 7px;
	padding-top: 7px;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.marketwatch_stocks.marketwatch_editing .viewpane_header {
	border-top: 1px solid #dbdbdb;
	margin-top: 3px;
	padding-top: 7px;
}
.marketwatch_stocks.marketwatch_editing .viewstockspane {
	display: none;
}
.marketwatch_stocks.marketwatch_editing .editstockspane {
	display: block;
}
.marketwatch_stocks .viewpane_header a, 
.marketwatch_stocks .viewpane_header span {
	border: none;
	color: #000;
	display: inline-block;
	height: 23px;
	line-height: 20px;
	position: relative;
	text-align: center;
	width: 78px;
}
.marketwatch_stocks .viewpane_header .current_tab {
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 3px solid #fff;
	font-weight: bold;
}

.marketwatch_stocks .viewpane_divider {
	display: block;
	height: 24px;
	overflow: hidden;
	position: relative;
}
.marketwatch_stocks .viewpane_divider div {
	border-bottom: 1px solid #ccc;
	bottom: 0px;
	position: absolute;
	width: 100%;
}
.marketwatch_stocks .viewstockspane {
	clear: both;
	background: #fff;
	padding: 0px 7px;
	position: relative;
	overflow: hidden;
}
.marketwatch_stocks .quote {
	clear: both;
	display: block;
	float: none;
	margin: 10px 0;
	padding: 0;
}
.marketwatch_stocks .quote fieldset {
	background: url(components/images/marketwatch/lookup_form_bg.gif?d8a0615f) #fff top left repeat-x;
	border: solid 1px #e1e1e1;
	clear: both;
	display: block;
	margin: 10px auto 5px auto;
	padding: 5px 0px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 80%;
}
.marketwatch_stocks .quote fieldset label {
	display: block;
	margin: 0px 0px 4px 8px;
	text-align: left;
}
.marketwatch_stocks .quote .market_input {	
	border: 1px solid #a4abb1;
	margin: 0 5px 0 0;
	padding: 2px 0px;
	vertical-align: middle;
	width: 55%;
}
.marketwatch_stocks.marketwatch_wide .quote .market_input {
	width: 81%;
}
.marketwatch_stocks.marketwatch_medium .quote .market_input {
	width: 71%;
}
.marketwatch_stocks .removestock {
	background: url(components/images/marketwatch/button_remove.gif?d8a0615f) no-repeat left center;
	display: inline-block;
	margin-right: 18px;
	overflow: hidden;
	width: 10px;
}
.marketwatch_stocks .removestock span { 
	padding-left: 30px;
}
.marketwatch_stocks .marketwatch_stocks_addform {
	position: relative;
	text-align: center;
}
.marketwatch_stocks .marketwatch_stocks_addform form fieldset {
	background-color: #fff;
	display: block;
	float: none;
	margin-left: -6px;
	padding: 0px;
	position: relative;
	text-align: center;
}
.marketwatch_stocks .marketwatch_stocks_addform form label {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px;
	text-align: center;
	vertical-align: middle;
	width: 180px;
	white-space: nowrap;
}
.marketwatch_stocks.marketwatch_wide .marketwatch_stocks_addform form label {
	margin: 6px 8px;
	white-space: normal;
}
.marketwatch_stocks .marketwatch_stocks_addform form label span {
	display: block;
	font-size: 11px;
	font-weight: normal;
}
.marketwatch_stocks input.refresh {
	background: url(components/images/marketwatch/marketwatch_sprite.png?d8a0615f) no-repeat -35px -114px;
	border: 1px solid #b3b3b3;
	cursor: pointer;
	display: block;
	float: none;
	font-size: 11px;
	font-weight: bold;
	margin: 5px auto;
	padding: 1px 0px 1px 8px;
	text-align: left;
	width: 80px;
}
.marketwatch_stocks .marketwatch_stocks_addform input.textinput {
	border: 1px solid #939090;
	color: #939090;
	display: inline;
	font-size: 9px;
	margin: 6px auto;
	padding: 3px 3px 5px 3px;
	vertical-align: middle;
	width: 115px;
}
.marketwatch_stocks input.submit {
	display: inline;
	float: none;
	line-height: 15px;
	margin: 0px 5px;
	padding: 1px 3px;
	vertical-align: middle;
}
.marketwatch_stocks .marketwatch_stocks_addform .error_message {
	background: url(components/images/marketwatch/error_bubble_vertical.gif?d8a0615f) no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 52px;
	padding-top: 6px;
	position: absolute;
	top: -8px;
	width: 172px;
}
.marketwatch_stocks.marketwatch_medium .marketwatch_stocks_addform .error_message {
	left: 54px;
}
.marketwatch_stocks.marketwatch_narrow .marketwatch_stocks_addform .error_message {
	left: 0px;
}
.marketwatch_stocks.marketwatch_wide .marketwatch_stocks_addform .error_message {
	background: url(components/images/marketwatch/error_bubble_horizontal.gif?d8a0615f) no-repeat;
	left: 44px;
	padding-right: 10px;
	top: 3px;
	width: 166px;
}

/***** 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?d8a0615f) 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?d8a0615f) 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?d8a0615f) 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?d8a0615f) 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?d8a0615f) 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?d8a0615f) 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?d8a0615f) 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?d8a0615f) 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?d8a0615f) 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?d8a0615f) 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?d8a0615f) 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/weather2.css *****/
.weather2 {
	float: left;
	overflow: hidden;
	padding: 5px;
}
.weather2.weather_wide {
	width: 440px;
}
.weather2.weather_medium {
	width: 280px;
}
.weather2.weather_narrow {
	width: 170px;
}
.weather2 .weather_delete {
	background: url(components/images/weather2/weather_close.gif?d8a0615f) no-repeat top left;
	float: right;
	height: 9px;
	line-height: 0;
	outline: none;
	text-indent: -9999px;
	width: 9px;
}
.weather2 h2 {
	font-size: .9em;
	font-weight: normal;
}
.weather2.weather_wide h2 {
	float: left;
	width: 25%;
}
.weather2 .weather_full {
	background: #fff url(components/images/weather2/weather_bg.gif?d8a0615f) repeat-x bottom left;
	border: 1px solid #dfdfdf;
	float: left;
	margin-bottom: 10px;
	padding: 5px 5px 0 5px;
	width: 158px;
	cursor: pointer;
}
.weather2.weather_wide .weather_full {
	width: 428px;
}
.weather2.weather_medium .weather_full {
	width: 268px;
}
.weather2 .weather_now {
	float: left;
	width: 100%;
	height: 60px;
}
.weather2.weather_medium .weather_cond {
	margin: 0 0 0 0;
	padding: 0 0 0 50px;
	width: 100px;
}
.weather2.weather_medium .weather_precip {
	margin: 0;
	padding: 0;
	width: 100px;
}
.weather2 .weather_full_img {
	float: left;
}
.weather2.weather_medium .weather_full_img {
	padding-left: 50px;
}
.weather2.weather_wide .weather_full_img {
	float: left;
}
.weather2 .weather_full_temp {
	float: left;
	font-size: 2.5em;
	font-weight: bold;
	padding: 8px 10px 0 10px;
}
.weather2.weather_medium .weather_full_temp {
	padding-left: 45px;
}
.weather2 .weather_full_degree {
	float: left;
	font-weight: bold;
	padding-top: 8px;
}
.weather2 .weather_full_degree a {
	font-size: .9em;
	font-weight: normal;
}
.weather2 .weather_cond { 
	float: left;
	font-size: .8em;
}
.weather2 .weather_precip {
	float: right;
	font-size: .8em;
}
.weather2.weather_wide .weather_cond {
	padding: 20px 15px 0 15px;
	width: 80px;
}
.weather2.weather_wide .weather_now p {
	float: left;
	font-size: .8em;
	padding-top: 20px;
}
.weather2 .weather_3day {
	float: left;
	width: 100%;
}
.weather2.weather_medium .weather_3day {
	float: left;
	width: 100%;
}
.weather2.weather_wide .weather_3day {
	float: left;
	width: 100%;
}
.weather2 .weather_today, .weather2 .weather_tomorrow, .weather2 .weather_nextday {
	float: left;
	font-size: .8em;
	text-align: center;
	width: 33%;
}
.weather2 .weather_img_container {
	height: 31px;
	margin: 0 auto;
	text-align: center;
	width: 31px;
}
.weather2.weather_wide .weather_img_container {
	height: 52px;
	width: 52px;
}
.weather2.weather_narrow .weather_today .weather_img_container, .weather2.weather_narrow .weather_tomorrow .weather_img_container, .weather2.weather_narrow .weather_nextday .weather_img_container {
	padding: 5px 0;
}
.weather2 .weather_hr hr {
	display: none;
}
.weather2 .weather_hr {
	border: none;
	border-top: 1px solid #e6e5e5;
	border-bottom: 1px solid #fff;
	float: left;
	margin: 10px 0;
	width: 100%;
}
.weather2 .weather_hbh {
	clear: both;
	padding-bottom: 10px;
	text-align: center;
}
.weather2 .weather_hbh a {
	font-size: .9em;
	margin-bottom: 10px;
}
.weather2 .weather_extended, .weather2 .weather_extended {
	background: #fff url(components/images/weather2/weather_arrow.gif?d8a0615f) no-repeat bottom left;
	border: 1px solid #e1e1e1;
	border-bottom: none;
	color: #b2b2b2;
	float: right;
	font-size: .8em;
	height: 21px;
	line-height: 21px;
	outline: none;
	padding: 0 0 0 20px;
	width: 56px;
}
.weather2 .weather_extended.weather_close {
	background: #fff url(components/images/weather2/weather_arrow.gif?d8a0615f) no-repeat top left;
}
.weather2 a:hover.weather_extended {
	background-position: bottom right;
	color: #4975c4;
	text-decoration: none;
}
.weather2 a:hover.weather_extended.weather_close {
	background-position: top right;
}
.weather2 form {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}
.weather2 form label {
	font-size: .9em;
}
.weather2.weather_narrow form {
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 0;
	width: 162px;
}
.weather2.weather_medium form {
	float: left;
	text-align: center;
	width: 268px;
	margin: 0 auto;
	padding: 0;
}
.weather2 form input {
	color: #848484;
	vertical-align: middle;
}
.weather2 form input.submit {
	height: 19px;
	margin: 0px 1px 0px;
	padding: 0px 2px 2px;
}
.weather2 .weather_addloc {
	border: 1px solid #a5acb2;
	font-size: .8em;
	height: 15px;
	padding: 2px 0 0 2px;
	width: 118px;
}
.weather2 .weather_provby {
	color: #848484;
	float: right;
	font-size: .8em;
	padding-top: 10px;
	text-align: center;
}
.weather2.weather_medium .weather_provby {
	background: url(components/images/weather2/weather_logo.png?d8a0615f) no-repeat bottom right;
	clear: both;
	height: 29px;
	float: none;
	margin: 0 auto;
	padding-top: 15px;
	overflow: hidden;
	text-align: left;
	width: 160px;
}
.weather2.weather_narrow .weather_provby {
	background: url(components/images/weather2/weather_logo.png?d8a0615f) no-repeat top right;
	height: 27px;
	margin-top: 5px;
	padding: 10px 45px 0 0;
	width: 125px;
}
.weather2.weather_wide .weather_provby {
	background: url(components/images/weather2/weather_logo.png?d8a0615f) no-repeat top right;
	padding: 8px 45px 0 0;
	height: 29px;
	text-align: right;
	width: 145px;
}
.weather2 .weather_gray {
	color: #848484;
	font-weight: normal;
}
.weather2 .hidden {
	display: none;
}
.weather2 .weather_error_cont {
	clear: both;
	position: relative;
}
.weather2 .weather_error {
	background: url(components/images/weather2/dialog_bubble_narrow.gif?d8a0615f) no-repeat top left;
	position: absolute;
	width: 169px;
	height: 53px;
	padding: 13px 0 0 0;
	margin: -55px 0 0 80px; 
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.weather2.weather_narrow .weather_error {
	margin: -42px 0 0 0; 
}
.weather2 .weather_now .weather_high_low, 
.weather2 .weather_now .weather_cond,
.weather2.weather_wide .weather_forecast .weather_cond,
.weather2.weather_wide .weather_forecast .weather_precip {
	display: none;
}
.weather2.weather_wide .weather_now .weather_high_low, 
.weather2.weather_wide .weather_now .weather_cond {
	display: block;
}
.weather_otherloc {
	background: #e7e9ea;
	border: 1px solid #a5acb2;
	float: left;
	font-size: .9em;
	margin-top: 10px;
	width: 99.5%;
}
.weather_otherloc a.weather_other_close {
	background: url(components/images/weather2/weather_close.gif?d8a0615f) no-repeat top left;
	display: block;
	font-size: 0;
	float: right;
	height: 4px;
	margin: 5px 0 0 0;
	padding: 0 0 5px 5px;
	text-indent: -9999px;
	width: 9px;
}
.weather_otherloc p {
	padding: 13px 5px 0 5px;
}
.weather_otherloc ul {
	padding: 5px 5px 5px 20px;
}
.weather_otherloc ul li {
	list-style-type: square;
	padding-top: 3px;
}

/***** templates/troy/styles/components/videoembedded/flash_r_horiz_carousel.css *****/
.embd_player {
	margin: 0 auto;
	position: relative;
	text-align: center;
	zoom: 1;
}
.embd_player .embd_flash {
	background: transparent url(components/images/videoembedded/watch_now_playerbar.gif?d8a0615f) no-repeat bottom left;
	height: 205px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 258px;
}
.embd_player .embd_player_popout_finder {
	display: block;
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}
.embd_player_ad_container {
	display: none;
	left: 0px;
	margin: 0px;
	overflow: hidden;
	padding: 1px;
	position: absolute;
	right: 0px;
	width: 0px;
	z-index: 1001;
}
.embd_player_ad_close a {
	background: #fff;
	border: 1px solid #acacac;
	padding: 0 2px 0 2px;
}
.embd_player_ad {
	background: #fff;
	border: 1px solid #acacac;
	border-right: none;
	height: 255px;
	padding: 5px 0 0 5px;
}
.embd_player_ad_right {
	border-width: 1px 1px 1px 0;
}
.embd_ad_iframe {
	border: none;
	display: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.embd_ad_img {
	cursor: pointer;
	display: none;
}
.embd_flash_placeholder {
	position: relative;
}
* .embd_flash_placeholder {
	height: 100%;
}
.embd_flash_placeholder_cover {
	background-color: #000;
	filter: alpha(opacity=60);
	height: 181px;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 258px;
	z-index: 2;
}
.embd_flash_play {
	background: transparent url(components/images/videoembedded/web_player_play.png?d8a0615f) no-repeat bottom left;
	display: block;
	height: 205px;
	position: absolute;
	text-indent: -9999px;
	width: 258px;
	z-index: 3;
}
.embd_template {
	display: none;
}
.embd_flash_play:hover {
	background-position: top left;
	cursor: pointer;
}
* html .embd_flash_play {
	background: transparent url(components/images/videoembedded/web_player_play_off.png?d8a0615f) no-repeat top left;
}
* html .embd_flash_play_on {
	background: transparent url(components/images/videoembedded/web_player_play_on.png?d8a0615f) no-repeat top left;
}
* html .embd_flash_play span {
	display: block;
	height: 205px;
	width: 258px;
}



.comp_container_videoembedded .comp_content {
	padding: 0;
}
.large-video-three-col-scrolls-clr {
	clear: both;
}
.large-video-three-col-scrolls {
    background: #F5F5F4;
	margin: 10px auto 0 auto;
    width: 258px;
}
.large-video-three-col-scrolls-description {
    color: #898989;
    font-size: 10px;
	height: 75px;
    padding: 5px;
}
.large-video-three-col-scrolls-description strong {
    color: #000;
    font-size: 12px;
}
.large-video-three-col-scrolls-title {
    background: url(components/images/videoembedded/three-col-video_player-title.png?d8a0615f) top left repeat;
    line-height: 2.5em;
    padding-left: 15px;
}
.large-video-three-col-scrolls h1 {
    color: #000;
    font-size: 1.2em;
    font-weight: normal;
    height: 32px;
}
.large-video-three-col-scrolls-inner {
	display: inline; /* double-margin fix */
	float: left;
	margin: 10px 0 0 20px;
    overflow: hidden;
    text-align: center;
	width: 260px;
}
.large-video-three-col-scrolls-inner ul {
    height: 1%;
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 260px;
}
.large-video-three-col-scrolls-inner li {
    display: inline;
    float: left;
    font-size: 10px;
    margin: 5px;
    text-align: left;
    width: 76px;
}
.large-video-three-col-scrolls-inner li img {
	border: 2px solid transparent;
}
.large-video-three-col-scrolls-all-videos {
	margin: 10px 10px 10px 0;
    text-align: right;
}
.large-video-three-col-scrolls-left {
    height: 59px;
	left: 7px;
    position: absolute;
	top: 14px;
    width: 13px;
}
.large-video-three-col-scrolls-left a {
    background: url(components/images/videoembedded/three-col-scrolls-left.jpg?d8a0615f) center no-repeat;
    display: block;
    height: 59px;
    text-indent: -9999px;
    width: 13px;
}
.large-video-three-col-scrolls-container {
	position: relative;
	zoom: 1;
}
.large-video-three-col-scrolls-right {
    height: 59px;
	left: 279px;
    position: absolute;
	top: 14px;
    width: 13px;
}
.large-video-three-col-scrolls-right a {
    background: url(components/images/videoembedded/three-col-scrolls-right.jpg?d8a0615f) center no-repeat;
    display: block;
    height: 59px;
    text-indent: -9999px;
    width: 13px;
}
.large-video-three-col-scrolls-left a, .large-video-three-col-scrolls-right a {
    background-position: top;
}
.large-video-three-col-scrolls-left a:hover, .large-video-three-col-scrolls-right a:hover {
    background-position: bottom;
}
.large-video-three-col-scrolls-left.disabled, .large-video-three-col-scrolls-right.disabled {
	visibility: hidden;
}
.large-video-three-col-scrolls-inner li.plist-item-selected img {
	border: 2px solid #000;
}
li.plist-item .desc {
	display: none;
}
.large-video-three-col-scrolls-inner div.thumb {
	height: 59px;
	margin-bottom: 5px;
}
* html .large-video-three-col-scrolls-inner li img {
	border: 2px solid #fff;
}

