/* 
Theme Name: TCT
 
*/

/*
COLOR

tct blue - #667595
background - #f3f3f3
light blue - #65acd5

*/

html{}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}

/**
 * default sectors
 */
html {
	/*height:100%;*/
}

body {
	/*height:100%;*/
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	/*
	background-image: url(/assets/images/seamlessBack.jpg);
	background-repeat:repeat-x;*/
	background: url(/assets/images/seamlessBack2.jpg) repeat-x;
	
}

a:focus {
          outline-style:none;
}

a {
	color:black;
	text-decoration:none;
}

p {
}

h1 {
}

h2 {
}

h3 {
}

h4, h5, h6 {
}

h1, h2, h3, h4 {
}

blockquote p:before {
}

blockquote p:after {
}

strong {font-weight:bold;}
em {font-style:italic;}

br.clear {
	clear: both;
	height: 0px;
}
.hidden {
	visibility: hidden;
	display: none;
}
/* HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE */

#outerWrap {
	/*height: 100%;*/
	width: 1134px; /*1106*/
	margin: 0px auto;
	
}
#dimensionWrapLeft {
	/*background: url(/assets/images/dimensionTileLeft.jpg) repeat-y left;*/
	background: url(/assets/images/seamlessEdge2.jpg) repeat-y center;
}
#dimensionWrapRight {
	/*background: url(/assets/images/dimensionTileRight.jpg) repeat-y right;*/
	background: url(/assets/images/seamlessBackEdge2.jpg) no-repeat top center;
}
#innerWrap {
	width: 1036px;
	/*min-height: 693px;*/
	margin: 0px auto;
	background-image: url(/assets/images/seamlessFront.jpg);
	background-repeat: repeat-both;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}


/*
#dimensionWrap {
	margin: 0px auto;
	width: 1106px;
}

#dimensionWrapLeft {
	width: 34px;
	float: left;
	background: url(/assets/images/dimensionTileLeft.jpg) repeat-y;
	border-right: 1px solid #aaaaaa;
}

#dimensionWrapTopLeft {
	width: 34px;
	background: url(/assets/images/dimensionTopLeft.jpg);
	min-height: 693px;
}

#dimensionWrapRight {
	width: 34px;
	background: url(/assets/images/dimensionTileRight.jpg) repeat-y;
	float: left;
	border-left: 1px solid #aaaaaa;
}

#dimensionWrapTopRight {
	width:34px;
	background:url(/assets/images/dimensionTopRight.jpg);
	min-height:693px;
	}

#innerWrap {
	float: left;
	width: 1036px;
	min-height: 693px;
	margin: 0px auto;
	background-image: url(/assets/images/seamlessFront.jpg);
	background-repeat: repeat-both;
}
*/

/* *
 * MyWyoming.org Logo
 * */

div.mywyoming-logo {
	margin: 0px 0px 20px 0px;
}

#navWrap {
	float:left;
	position:relative;
	width:1000px;
	padding:0 18px;
}

#contentWrap {
	float:left;
	min-height:495px;
	width:1000px;
	padding:0 18px;
}

#pathSelector{
	height:20px;
	width:190px;
}

.topButtonWrap {
	float:left;
	width:90px;
	height:20px;
    position: relative;
	margin-right:5px;
}

.topButton {	
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
	width:90px;
	height:20px;
	text-align:center;
	background-image: url(/assets/images/sectionButtonBack.jpg);
	box-shadow: 3px 3px 3px #797979;
	-webkit-box-shadow: 3px 3px 3px #797979;
	-moz-box-shadow: 3px 3px 3px #797979;
}

.ie-shadow, .ie-shadow2{
    display: none; /* don't show in non-ie browsers */
}

/* *
 * Top Bar (Sign In)
 * */

div#login {
	margin: 0px 20px 4px 0px;
	padding: 8px 0px 0px 0px;
	font-size: 11px;
	text-align: right;
	color: #000;
	display: block;
}
div#login a,
div#login a:visited {
	color: #000;
	text-decoration: none;
}
div#login a:hover {
	color: #000;
	text-decoration: underline;
}
div#login span.separator {
	font-size: 14px;
	padding: 0px 10px;
}
div#login span.nickname a,
div#login span.nickname a:visited {
	color: #667595;
	text-decoration: none;
}
div#login span.nickname a:hover {
	color: #667595;
	text-decoration: underline;
}

/* *
 * Main Menu / Navigation Bar
 * */

#mainNavBar {
	clear: both;
	float: left;
	padding: 0px;
	background: white;
	height: 30px;
	width: 1000px;
	font-family: Helvetica, Arial, sans-serif; /* Menu font */
	font-size: 14px; /* Menu text size */
	line-height: 30px;
	z-index: 1000; /* This makes the dropdown menus appear above the page content below */
	position: relative;
	margin: 4px 0px 0px 0px;
}

/* Top menu items */

#mainNavBar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: relative;
}
#mainNavBar ul.left li {
	font-size: 15px;
}
#mainNavBar ul.right {
	float: right;
}
#mainNavBar ul.right li {
	font-size: 12px;
}
#mainNavBar ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 30px;
}
#mainNavBar ul li a {
	display: block;
	margin: 0px;
	padding: 0px 15px;
	background: #fff;
	text-decoration: none;
	color: #111;
	font-weight: normal;
	background-image: url(/assets/images/menuDivider.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#mainNavBar ul li:last-child a {
	background-image: none;
}
#mainNavBar ul li a:hover {
	background: #ffffff; /* Top menu items background colour */
	color: #fff;
}
#mainNavBar ul li:hover a,
#mainNavBar ul li.hover a { /* This line is required for IE 6 and below */
	color: #ffffff;
	background-color: #00194F;
}
#mainNavBar ul li:last-child:hover a,
#mainNavBar ul li.hover:last-child a { /* This line is required for IE 6 and below */
	background-image: none;
}

/* Sub-menu items */

#mainNavBar ul div.video-menu-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
}
#mainNavBar ul ul {
	width: 200px;
	position: absolute;
}
#mainNavBar ul ul a,
#mainNavBar ul ul a:hover,
#mainNavBar ul ul li.hover a,
#mainNavBar ul ul li.hover a:hover {
	padding: 0px;
	margin: 0px;
	background: none;
}
#mainNavBar ul ul.video-menu-1 li {
	width: 170px;
	margin: 0px;
	padding: 0px 15px;
	border-top: 1px solid #ffffff;
	font-size: 12px;
	line-height: 25px;
}
#mainNavBar ul ul.video-menu-1 li:last-child {
	border-bottom: 1px solid #ffffff;
}
#mainNavBar ul ul.video-menu-1 ul {
	top: 0px;
	position: absolute;
}
#mainNavBar ul ul.video-menu-1 {
	background-color: #00194F;
	left: 0px;
	color: #ffffff;
}
#mainNavBar ul ul.video-menu-1 li.hover {
	background-color: #667595;
	color: #ffffff;
}
#mainNavBar ul ul.video-menu-1 ul.video-menu-2 {
	background-color: #667595;
	left: 200px;
	color: #ffffff;
}
#mainNavBar ul ul.video-menu-1 ul.video-menu-2 li.hover {
	background-color: #ABB3C5; /*#BFC5D3;*/
}
#mainNavBar ul ul.video-menu-1 ul.video-menu-2 ul.video-menu-3 {
	background-color: #ABB3C5;
	left: 200px;
}
#mainNavBar ul ul.video-menu-1 ul.video-menu-2 ul.video-menu-3 li a:hover {
	color: #00194F;
}
#mainNavBar ul ul.video-menu-1 ul.video-menu-2 ul.video-menu-3 li.hover {
	background-color: #DADDE4;
}
#mainNavBar ul ul.video-menu-1,
#mainNavBar ul ul.video-menu-1 ul.video-menu-2,
#mainNavBar ul ul.video-menu-1 ul.video-menu-2 ul.video-menu-3 {
	display: none;
	visibility: hidden;
}
#mainNavBar ul li.hover ul.video-menu-1,
#mainNavBar ul li.hover ul.video-menu-1 li.hover ul.video-menu-2,
#mainNavBar ul li.hover ul.video-menu-1 li.hover ul.video-menu-2 li.hover ul.video-menu-3 {
	display: block;
	visibility: visible;
}







/*-------------------------------------- */



#navCallout {
	height:30px;
	width:1000px;
	float:left;
}

#logoHome {
	float:left;
	height:114px;
	width:219px;
}

#logoHome a {
	display:block;
	background-position:0px 0;
	width:219px;
	height:114px;
	background-image: url(/assets/images/mywyo-logo219x114.gif);
	background-repeat: no-repeat;
}
	
#logoHome a:hover, #logoHome a:focus {
background-position:-182px 0px;
}

#countyNavWrap, #offerWrap{
	float:left;
	height:100px;
	width:540px;
}

#specialOffer {
	clear:both;
	height:60px;
	width:540px;
}

#countyNav {
	height:30px;
	width:400px;
	background-image: url(/assets/images/countytab.gif);
	margin:10px auto 0;
}

#countyNav ul {
	width:400px;
	text-align:center;
	margin:auto;
}

#countyNav ul li {
	display:inline;
	height:30px;
}

#countyNav li a{
background-image: url(/assets/images/countyDivider.gif);
background-repeat: no-repeat;
background-position: right;
height:30px;
line-height: 30px;
padding: 4px 13px;
text-decoration: none;
font-size: 10px;
color:white;
}

/* *
 * Search
 * */

#searchWrap {
	float:right;
	margin-top:6px;
	margin-right:10px;
	height:30px;
	width: 210px;
}
#searchform {
	line-height:30px;
}
#search-input {
	vertical-align: middle;
	width: 210px;
}

#videoSelector {
	height:340px;
	width:1036px;
	float:left;
}

#iconMenuWrap {
	float:left;
	height:100px;
	width:1036px;
	margin:20px auto 20px;
}

#iconMenu {
	clear:both;
	height:100px;
	width:723px;
	margin:20px auto 20px;
	z-index: 18;
}

#iconMenu ul {
	width:720px;
	float:left;
}

#iconMenu ul li {
	float:left;
	height:100px;
}

#iconMenu li a{
height:100px;
line-height: 100px;
text-decoration: none;
}

#footerWrap {
	width:1106px;
	margin:0 auto;
}

#bottomBarWrap {
	clear:both;
	height:30px;
	width:1106px;
    position: relative; 
	margin:0px auto 5px;
	z-index: 2;
}

.bottomBar {
	height:30px;
	width:1000px;
	position: absolute;
    top: -10px; 
    z-index: 2;
	padding-top:3px;
	background-image: url(/assets/images/announceBack.jpg);
	background-repeat:repeat-x;
	box-shadow: 0px 0px 20px 10px white;
	-webkit-box-shadow: 0px 0px 20px 10px white;
	-moz-box-shadow: 0px 0px 20px 10px white;
}

#bottomBar {margin:0px 53px;}

#footer {margin:17px auto 17px;width:1106px;text-align:center;float:left;}


/* INTERIOR PAGE INTERIOR PAGE INTERIOR PAGE INTERIOR PAGE INTERIOR PAGE INTERIOR PAGE INTERIOR PAGE INTERIOR PAGE INTERIOR PAGE INTERIOR PAGE */

#tabTitleBar {
	float:left;
	width:1000px;
	height:36px;
	margin:0px 18px 10px;
}

#leftTabBlue, #rightTabBlue {
	float:left;
	width:5px;
	height:30px;
}

#countyTabTitle {
	float:left;
	height:30px;
	background-color:#667595;
	padding: 0 20px;
}

#tabRule {
	float:left;
	width:1000px;
	height:5px;
	background-color:#667595;
}

#videoSelectorCounty {
	height:275px;
	width:1000px;
	float:left;
	padding:0 18px;
}

#subheadGraphic {
	width:1000px;
	heignt:100px;
}

#tabTitleBarPage {
	width:1000px;
	height:36px;
	margin:0px auto;
	position:absolute;
	bottom:-1px;
	left:0px;
}

#contentWrapCounty {
	float:left;
	min-height:175px;
	width:1000px;
	padding:0 18px;
}

#pageContent {
	width: 1000px;
	/*min-heignt: 395px;*/
	margin-top: 0px;
	margin-bottom:20px;
	/*overflow: auto;*/
}

#pageContent img.alignleft{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

/* TYPOGRAPHY TYPOGRAPHY TYPOGRAPHY TYPOGRAPHY TYPOGRAPHY TYPOGRAPHY TYPOGRAPHY TYPOGRAPHY TYPOGRAPHY TYPOGRAPHY TYPOGRAPHY TYPOGRAPHY */

#navCallout {
	color:gray;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
}

#s {
	color:gray;
	font-size:12px;
}

.topButton {
	font-size:12px;
	line-height:20px;
}

.topButton a:hover {
	color:#667595;
}

#countyNav a:hover {
	color:yellow;
}

#countyTabTitle {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	color:white;
}

#pageContent p {
	font-size:13px;
	line-height:1.3em;
	margin-bottom:1.5em;
	text-align:justify;
}

#pageContent h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:1em;
	color:#667595;
}

#pageContent h2 {
	color:#667595;
}

#pageContent h3 {
	font-size:13px;
	line-height:1.3em;
	margin-bottom:.5em;
	font-weight:bold;
	color:#333;
}

#pageContent h4 {
	color:#333;
	font-size:16px;
	font-weight:bold;
	margin-bottom:.5em;
	margin-top:1.5em;
}

#pageContent a:link, #pageContent a:visited {
	font-size:13px;
	line-height:1.3em;
	margin-bottom:1.5em;
	color:#667595;
}


#pageContent h3 a:link, #pageContent h3 a:visited {
	font-size:13px;
	line-height:1.3em;
	font-weight:bold;
	color:#667595;
	text-decoration:underline;
}

#pageContent h5 a:link, #pageContent h5 a:visited {
	font-size:13px;
	line-height:2em;
	margin-bottom:1.5em;
	color:#667595;
	text-decoration:none;
}

#pageContent a:hover, #pageContent h3 a:hover,  #pageContent h5 a:hover{
	color:#65acd5;
	text-decoration:underline;
}

/*fix for added p tags in multi-column plugin*/
.post_column_1 {
	margin-top:-30px;
}

.bottomBar {
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	text-align:center;
}

.bottomBar a{
	color:#667595;
}



#credit {
	font-size:9px;
	text-align:center;
	margin-top:25px;
}


/* COUNTY VIDEOS COUNTY VIDEOS COUNTY VIDEOS COUNTY VIDEOS COUNTY VIDEOS COUNTY VIDEOS COUNTY VIDEOS COUNTY VIDEOS COUNTY VIDEOS ----------------------------------------- */

#videoSelectorCounty {
    width: 1000px;
    margin-left: 0px;
    margin-right: 18px;
}

#videoSelectorCounty a {
    display: block;
    position: relative;
    float: left;
    width: 320px;
    height: 250px;
}

#videoSelectorCounty a:first-child {
    margin-right: 20px;
}

#videoSelectorCounty a:last-child {
    margin-left: 20px;
}

#videoSelectorCounty a img:first-child {
    position: absolute;
    width: 303px;
    height: 198px;
    top: 10px;
    left: 10px;
    z-index: 100;
}

#videoSelectorCounty a img.tvframe {
    position: relative;
    z-index: 101;
    width: 320px;
    height: 226px;
}

#videoSelectorCounty a img.play {
    position: absolute;
    z-index: 102;
    top: 65px;
    left: 115px;
    display: none;
}

#videoSelectorCounty a p {
    position: absolute;
    z-index: 103;
    bottom: 0px;
    left: 0;
    width: 320px;
    color: #667595;
    font-weight: bold;
    text-align: center;
}

img.aligncenter {
	display:block;
	margin: 0 auto;
	text-align:center;
}

/* TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST */

/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

/* *
 * Bread Crumb Trail
 * */

div#breadcrumb {
	font-size: 13px;
	margin: 10px 0px;
	width: 750px;
	height: 20px;
	line-height: 20px;
	float: left;
	color: #999;
	overflow: hidden;
}
div#breadcrumb a {
	margin: 0px 10px;
}
div#breadcrumb a,
div#breadcrumb a:visited {
	color: #999;
	text-decoration: none;
}
div#breadcrumb a:hover {
	color: #000;
	text-decoration: underline;
}

/* *
 * Phone Number
 * */

#contactNumber {
	float:right;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:21px;
	font-weight:bold;
	text-align:right;
	color: #00194f;
	width: 200px;
	margin-top: 10px;
}

/* *
 * Video Player
 * */

#video-buy {
	/*margin-bottom: 5px;*/
}
#video-buy span.ship-price {
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #68553B;
	font-size: 16px;
	padding-left: 5px;
}
#video-player-wrapper {
	width: 500px;
}
#video-player {
	padding: 9px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
#video-player div.zindex0 {
	z-index: 0;
}
#video-player div.zindex1 {
	z-index: 1;
}
#video-title {
	margin: 0px;
	background-color: #00194f;
	width: 480px;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .05em;
	padding: 5px 10px;
}

#video-description {
	margin: 0px;
	padding: 5px 10px 10px 10px;	
	width: 480px;
	color: #0B184D;
	font-size: 0.9em;
	letter-spacing: .05em;
	overflow: auto;
}
#video-post-info {
	width: 150px;
	float: right;
	text-align: right;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666;
}


#pageContent #right-column {
	width: 480px;
	float: right;
	color: #00194f;
}

/* *
 * Promo Box
 * */

div#promo-box {
	margin: 0px 0px 20px 0px;
}

/* *
 * Video Thumbnail Sets
 * */

div#video-set-wrapper.search {
	background-color: #99FF00;
}
div.video-set {
	margin: 10px 0px 20px;
}
div.video-set div.video-content,
div.video-set div.video-row {
	margin: 0px;
	padding: 0px;
}
div.video-set div.video-content div.loading {
	text-align: center;
	padding: 50px 0px;
}
div#pageContent div.video-set h2,
div#video-shopping-cart-wrapper h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: normal;
	color: #000000;
}
div.video-set div.video-cell {
	width: 102px;
	float: left;
	margin: 10px 8px 4px 8px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.13em;
	line-height: 1.2em;
}
div.video-set div.video-cell a img {
	border: 2px solid #667595;
	margin-bottom: 2px;
	width: 92px;
	height: 68px;
	background-color: #667595;
}
div.video-set div.video-page-controls {
	padding-top: 3px;
	border-top: 1px solid #C8C8C8;
	width: 450px;
	margin: 5px 6px 0px 8px;
	font-size: 12px;
}
div#search-title {
	border: 1px solid #667595;
	background-color: #E5E5E5;
	padding: 5px 5px 5px 8px;
	margin: 10px 0px 0px 0px;
	font-size: 1.3em;
}
div#search-title div#clear-search {
	float: right;
	width: 20px;
	margin-left: 20px;
}
div#search-title div#clear-search a,
div#search-title div#clear-search a:link {
	background-color: red;
	padding: 0px 5px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
div#search-title div#clear-search a:hover {
	background-color: #00194F;
	text-decoration: none;
}

/* *
 * Page Controls
 * */

ul.page-controls {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.right {
	float: right;
}
ul.left {
	float: left;
}
ul.page-controls li.prev,
ul.page-controls li.next,
ul.page-controls li.page {
	padding: 2px 4px;
	float: left;
	width: auto;
	margin: 0px;
	font-weight: normal;
	color: #667595;
}
ul.page-controls li.prev:hover,
ul.page-controls li.next:hover,
ul.page-controls li.page:hover {
	color: #000000;
	cursor: pointer;
	background-color: #C8C8C8;
}
ul.page-controls li.current-page {
	font-weight: bold;
	color: #003366;
}


/* *
 * Footer
 * */

div#mywyo-footer {
	background-color: #667595;
	clear: both;
	padding: 20px;
	color: #FFF;
	font-size: 0.9em;
	overflow: auto;
}
div#mywyo-footer div.footer-column {
	width: 150px;
	line-height: 2em;
	font-size: .9em;
	margin-left: 20px;
	float: left;
}
div#mywyo-footer a,
div#mywyo-footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
div#mywyo-footer a:hover {
	text-decoration: underline;
}








/* *
 * Shopping Cart
 * */

#shopping-cart  {
	color: #000;
	margin-bottom: 20px;
}
#shopping-cart tr td {
	font-size: 0.8em;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	color: #333;
	font-weight: bold;
}
table#shopping-cart a.shopping-cart-remove,
table#shopping-cart a.shopping-cart-remove:link {
	font-size: 10px;
	line-height: 10px;
	background-color: #BD8282;
	color: #ffffff;
	padding: 1px 2px;
	letter-spacing: -1px;
	text-decoration: none;
	font-weight: bold;
}
table#shopping-cart a.shopping-cart-remove:hover {
	background-color: #FF0000;
	text-decoration: none;
}
table#shopping-cart tr.shopping-cart-busy img {
	margin: 0px;
	padding: 5px 0px;
}
table#shopping-cart tr.shopping-cart-footer {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}





.channels-list  {
	color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BDBDBD;
	width: 100%;
}
.channels-list tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BDBDBD;
	font-size: 0.8em;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	color: #333;
	font-weight: bold;
}
.channels-list tr:hover {
	background-color: #C4C9D6;
}
.sidebar-headings {
	font-size: .9em;
	font-weight: bold;
	color: #00194f;
	margin-bottom: 5px;
	margin-top: 20px;
}

.smalltext-gray {
	font-size: .9em;
	color: #333;
	font-weight: normal;
	padding-left: 3px;
}

span.cart-qty {
	font-size: 1em;
	color: #333;
	font-weight: normal;
}
span.cart-qty input {
	width: 25px;
	font-size: 1em;
	color: #000000;
}

/* *
 * Generic Page Columns
 * */

div#page-right-column {
	float: right;
	width: 210px;
	padding-top: 30px;
}
div#page-center-column {
	float: left;
	width: 500px;
	padding-top: 30px;
}
div#page-left-column {
	float: left;
	width: 270px;
	margin-right: 10px;
}

/* *
 * Generic Page Formatting
 * */

div#page-center-column h1 {
	font-size: 1.5em;
	margin: 0px;
	padding: 15px 0px;
	line-height: 120%;
}
div#page-center-column h2 {
	font-size: 1.2em;
	margin: 0px;
	padding: 10px 0px;
	line-height: 150%;
}
div#page-center-column h3 {
	font-size: 0.9em;
	margin: 0px;
	padding: 5px 0px;
	line-height: 150%;
}
div#page-center-column p {
	font-size: 0.9em;
	margin: 0px;
	padding: 5px 0px;
	text-align: left;
	line-height: 150%;
}

img.image-right {
	float: right;
	margin: 0px 0px 10px 20px;
}

/* *
 * Live Streams Columns
 * */

div#live-right-column {
	float: right;
	width: 240px;
	padding-top: 0px;
}
div#live-center-column {
	float: left;
	width: 500px;
	padding-top: 20px;
}
div#live-left-column {
	float: left;
	width: 240px;
	margin-right: 10px;
}

/* *
 * Live Streams Box
 * */

#pageContent div.live-streams-box {

}
#pageContent div.live-streams-box h2 {
	font-size: 13px;
	font-weight: bold;
	color: #00194f;
	margin: 20px 0px 5px 0px;
	text-transform: uppercase;
}
#pageContent div.live-streams-box a {
	padding: 0px;
	margin: 0px;
}
#pageContent div.live-streams-box span.now-playing {
	color: #06C;
	font-size: 0.9em;
	text-transform: uppercase;
	padding-left: 8px;
}

/* *
 * Live Streams Search Results
 * */

div#pageContent div#s_search {
	background-color: #E5E5E5;
	border: 1px solid #667595;
	padding: 5px;
	margin-top: 20px;
}
div#pageContent div#s_search h2 {
	margin-top: 0px;
}
div#s_search div#clear-search {
	float: right;
	width: 20px;
	margin-left: 20px;
}
div#s_search div#clear-search a,
div#s_search div#clear-search a:link {
	background-color: red;
	padding: 0px 5px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
div#s_search div#clear-search a:hover {
	background-color: #00194F;
	text-decoration: none;
}
div#s_search table tr.search-busy img {
	margin: 0px;
	padding: 5px 0px;
}

/* *
 * Banner Advertising
 * */

div#banner-ad-1 {
	width: 500px;
	height: 63px;
	overflow: hidden;
	background-color: #666666;
}

