body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#333;
	margin:0;
	padding:0;
	background-color:#fff;
	min-width:1024px;
}

::-webkit-scrollbar { 
	width: 12px; background-color:#fff;
}
::-webkit-scrollbar-button:end:increment {
	height: 8px;
	width: 12px;
	display: block;
	background: #ccc;
	background-repeat: no-repeat;
}
::-webkit-scrollbar-button:vertical:decrement {
	background-image: url(../images/vertical-decrement-arrow.png);
	background-position: center center;
}
::-webkit-scrollbar-button:vertical:increment {
	background-image: url(../images/vertical-increment-arrow.png);
	background-position: center center;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background-color: #ccc;
}

.logo-header {
	position:relative;
	float:left;
	width:100%;
	height:67px;
	color:#fff;
	display:block;
	background: #0070bb; /* Old browsers */
	background: -moz-linear-gradient(top,  #0070bb 0%, #2a4b91 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0070bb), color-stop(100%,#2a4b91)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0070bb 0%,#2a4b91 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0070bb 0%,#2a4b91 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0070bb 0%,#2a4b91 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0070bb 0%,#2a4b91 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070bb', endColorstr='#2a4b91',GradientType=0 ); /* IE6-9 */
	box-shadow:0 5px 8px -2px #000;
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
	z-index:10;
}

.logo-header a {
	color:#a4d8eb;
}

.logo-header a:visited {
	color:#a4d8eb;
}

.logo {
	margin:0 auto;
	width:930px;
	text-align:left;
	padding:0;
	font-size:20px;
	line-height:56px;
}

.logo-container {
	position:relative;
	float:left;
	width:200px;
	height:56px;
}

.logo a, .logo img {
	border:none;
	outline:none;
	margin-top:10px;
	vertical-align:top;
}

.tagline-container {
	position:relative;
	float:left;
	width:160px;
	height:56px;
	margin-top: -4px;
}

.logo .tagline {
}

.logo .textblock {
	position:relative;
	float:left;
	text-align:right;
	width:420px;
}

.logo .textblock a {
	margin-right:2em;
}

.logo .successblock {
	position:relative;
	float:left;
	display:none;
	width:420px;
	overflow:hidden;
	white-space:nowrap;
	text-align:right;
}

.logo .successblock span {
	margin-right:1em;
}

.logo .successblock a {
	margin-right:1em;
}

.logo .search-field {
	position:relative;
	float:right;
	width:150px;
}

#search input[type="text"] {
    background: url(../images/search-white.png) no-repeat 10px 6px #1f559c;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #e4e4e4;
    width:100px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
}

#search input[type="text"]:focus {
    background: url(../images/search-dark.png) no-repeat 10px 6px #f7f7f7;
    color: #6a6f75;
    width: 150px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
}

.header {
	position:relative;
	float:left;
	width:100%;
	height:300px;
	overflow:hidden;
	background: #989898; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #989898 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#989898)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#989898 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#989898 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#989898 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#989898 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#989898',GradientType=0 ); /* IE6-9 */
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
	z-index:1;
}

.bar {
	width:930px;
	height:100px;
	margin:5px auto 0;
	background:transparent url(../images/underline.png) no-repeat left 60px;
	overflow:hidden;
}

.bar hr {
	height:1px;
}

.bar img {
	margin-top:10px;
}

.bar h1 {
	font-size:18px;
	color:#999;
	height:55px;
	line-height:normal;
	margin-top:38px;
}

.bar h1 img {
	vertical-align:middle;
	margin-top:0px !important;
}

.bar-text{
	float:right;
	text-align:right;
	margin-top:33px;
}

.bar-text p {
	color:#999;
}

.bar-text a {
	color:#0071bb;
}

.content {
	position:relative;
	float:left;
	width:100%;
	margin:0;
	padding:0;
	background:#fff;
	box-shadow:0 -5px 8px -2px #000,
	inset 0 10px 50px 20px #cbcbcb;
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
	z-index:5;
}

/* additional carousel styles */

.container {
	position:relative;
	margin:0 auto;
	width:930px;
}

.carousel {
	margin:0 auto;
	width:800px;
}

#carousel { 
	height: 300px;
	overflow:hidden;
}

#carousel .viewport { 
	float:left; 
	width:800px; 
	height:300px; 
	overflow:hidden;
	position:relative;
}

#carousel .buttons {
	display:block;
	position: absolute;
	top: 0;
	width: 60px;
	height: 300px;
}

#carousel .prev {
	left: 0;
	background:transparent url(../images/arrow-left.png) no-repeat center center;
}

#carousel .next {
	right: 0;
	background:transparent url(../images/arrow-right.png) no-repeat center center;
}

#carousel .disable {
	visibility: hidden;
}

#carousel .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
}

#carousel .overview li{
	float: left;
	margin: 0;
	padding: 0;
	height: 300px;
	width: 800px;
}

#carousel .buttons > span {
	display: none;
}

.carousel .slide {
	position:relative;
	margin:0;
}

.slide a {
	position:relative;
	border:none;
	outline:none;
	display:block;
}

.slide a:hover .overlayimg {
	position:absolute;
	z-index:2;
	display:block;
}

.slide .overlayimg {
	width:500px;
	height:300px;
	background:url(../images/play-trans.png) no-repeat 250px 120px;
	display:none;
}

.carousel .slide img {
	position:absolute;
	top:0;
	left:0;
	width:auto;
	height:300px;
	border:none;
	outline:none;
}

.carousel .slidetext {
	position:absolute;
	top:0;
	left:500px;
	width:300px;
	height:300px;
	background:#ccc;
	margin:0;
	display:block;
}

.carousel .slidetext img {
	position:relative;
	float:left;
	width:auto;
	height:50px;
}

.link-content p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.1em;
	margin:10px;
	color:#333;
}

.link-content span.rating {
	position:relative;
	background:#333;
	color:#fff;
	padding:5px;
	font-size:0.8em;
	font-weight:bold;
	float:right;
	margin-top:10px;
	margin-right:5px;
	border-radius:5px;
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
}

.link-content a {
	color:#20358c;
	text-decoration:none;
}

.link-content a:visted {
	color:#20358c;
}

.link-content a:visited:hover {
	color:#ff6d00;
}

.link-content h2, .link-content h3 {
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	margin:0 10px;
}

.link-content h2 {
	font-size:1.8em;
    text-shadow:1px 1px #fff;
}

.link-content h3 {
	font-style:italic;
}

.link-content img {
	width:auto;
	height:50px;
	margin:10px;
}

.watchnow {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
}

.bottomoverlay {
	position:absolute;
	bottom:5px;
	left:0;
	width:200px;
	height:1.5em;
	background:#fff;
	opacity:0.7;
	overflow:hidden;
}

.bottomoverlay p {
	color:#000;
	text-shadow:1px 1px #fff;
	font-size:10px;
	margin:2px 4px;
	font-weight:bold;
	white-space:nowrap;
	text-overflow:ellipsis;
}

/* Login panel */
.loginpanel {
	display:none;
	position:fixed;
	width:280px;
	height:auto;
	margin-top:50px;
	margin-left:65%;
	padding:0;
	border:2px solid #cbcbcb;
	background:#e8e9ea;
	border-radius:3px;
	box-shadow:1px 1px 3px #666;
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
	z-index:20000;
}

.loginpanel .arrow {
	position:absolute;
	margin:-12px 0 0 200px;
	width:0;
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #cbcbcb;
}

.loginpanel a{
	color:#3a454d;
}

.loginpanel a:visited{
	color:#3a454d;
}

.loginform {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:normal;
}

.loginform fieldset {
	margin:0 0 12px 0;
	display:block;
	text-align:left;
	border:0;
	padding:0;
}

fieldset.body {
	background:#fff;
	margin:10px;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
}

.body label {
    color:#3a454d;
    margin:9px 0 0 0;
    display:block;
    float:left;
}

.loginform .body fieldset label {
    display:block;
    /*float:none;*/
    margin:0 0 6px 0;
}

input:focus {
    outline:none;
}	

.loginform input[type="text"], .loginform input[type="password"], .loginform input[type="email"] {
    width:92%;
    border:1px solid #899caa;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#3a454d;
    padding:8px 8px;
	background:#f7f7f7;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
    font-size:12px;
}

.loginform #login {
    float:left;
    margin:0 12px 0 0;
}

.loginform #checkbox {
	width:auto;
	margin:1px 9px 0 0;
	float:left;
	padding:0;
	border:0;
	*margin:-3px 9px 0 0;
}

.loginform span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

.loginform span a {
    color:#3a454d;
    text-shadow:1px 1px #fff;
    font-size:12px;
}

.loginform span a:hover {
	color:#ff6d00;
}

.pw, .id {
	display:none;
	width:80%;
	margin:0 auto;
	padding:10px;
	border:1px solid #999;
	background-color:#ccc;
}

/* font styles */

h1 {
	font-size:2em;
	text-transform:uppercase;
}

h2 {
	font-size:1.5em;
}

h3 {
	font-size:1.2em;
}

h4 {
	font-size:1em;
}

p {
	font-size:1em;
}

a {
	text-decoration:none;
	color:#0071bb;
}

a:hover {
	text-decoration:none;
	color:#ff6d00;
}

a:visited {
	color:#0071bb;
}

a:visited:hover {
	text-decoration:none;
	color:#ff6d00;
}

/* content grid (based on 960 gs) */

.c960 {
	width:960px;
	height:auto;
	margin:0 auto;
	padding:0;
}

.c940 {
	position:relative;
	float:left;
	width:940px;
	height:auto;
	margin:10px;
	padding:0;
}

.c780 {
	position:relative;
	float:left;
	width:780px;
	height:auto;
	margin:10px;
	padding:0;
}

.c860 {
	position:relative;
	float:left;
	width:860px;
	height:auto;
	margin:10px;
	padding:0;
}
.c700 {
	position:relative;
	float:left;
	width:700px;
	height:auto;
	margin:10px;
	padding:0;
}
.c620 {
	position:relative;
	float:left;
	width:620px;
	height:auto;
	margin:10px;
	padding:0;
}
.c540 {
	position:relative;
	float:left;
	width:540px;
	height:auto;
	margin:10px;
	padding:0;
}
.c460 {
	position:relative;
	float:left;
	width:460px;
	height:auto;
	margin:10px;
	padding:0;
}
.c380 {
	position:relative;
	float:left;
	width:380px;
	height:auto;
	margin:10px;
	padding:0;
}
.c300 {
	position:relative;
	float:left;
	width:300px;
	height:auto;
	margin:10px;
	padding:0;
}
.c220 {
	position:relative;
	float:left;
	width:220px;
	height:auto;
	margin:10px;
	padding:0;
}
.c140 {
	position:relative;
	float:left;
	width:140px;
	height:auto;
	margin:10px;
	padding:0;
}
.c60 {
	position:relative;
	float:left;
	width:60px;
	height:auto;
	margin:10px;
	padding:0;
}

.nested {
	margin:0 5px !important;
	overflow:hidden;
}

.outlined {
	margin:9px !important;
	border:1px solid #ccc;
	background:#fff;
	box-shadow:0 0 1px #999;
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
}

.outlined h1, .outlined h2, .outlined h3, .outlined h4, .outlined p, .outlined a {
	margin-left:5px;
	margin-right:5px;
}

.outlined:before, .outlined:after {
	z-index:-1;
	position:absolute;
	content:"";
	bottom:15px;
	left:10px;
	width:50%;
	top:80%;
	max-width:940px;
	background:#fff;
	-webkit-box-shadow: 0 15px 10px #999;
	-moz-box-shadow: 0 15px 10px #999;
  	box-shadow: 0 15px 10px #999;
  	-webkit-transform: rotate(-3deg);
  	-moz-transform: rotate(-3deg);
  	-o-transform: rotate(-3deg);
  	-ms-transform: rotate(-3deg);
  	transform: rotate(-3deg);
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
}

.outlined:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
  	-o-transform: rotate(3deg);
  	-ms-transform: rotate(3deg);
  	transform: rotate(3deg);
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
  	right: 10px;
  	left: auto;
}

.jump {
	clear:both;
}

/* home page styles */

.channel {
	position:relative;
	float:left;
	width:100px;
	height:50px;
}

.channel img {
	max-width:100px;
	max-height:50px;
}

.channel-info {
	position:relative;
	float:left;
	font-size:18px;
	color:#999;
	width:500px;
	height:50px;
	margin-left:20px;
	padding-top:5px;
}

.whatson {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:40px;
}

.whatson li div {
	white-space:nowrap;
}

.whatson div a  {
	position:relative;
	float:left;
	display:inline-block;
}

.whatson .overplay {
	position:absolute;
	top:0;
	left:0;
	width:200px;
	height:133px;
	background:transparent url(../images/play-trans.png) no-repeat center center;
	display:none;
}

.whatson div a:hover .overplay {
	z-index:2;
	display:inline-block;
}

.whatson div img {
	height:133px;
	width:200px;
	margin:3px 1px 0;
	display:block;
}

.heading {
	border-bottom:1px solid #b0b1b4;
	margin:10px;
	clear:both;
}

.home-image {
	width:140px;
}

.home-image img {
	width:140px;
	height:93px;
	border-radius:5px;
	box-shadow:2px 2px 3px #666;
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
	border:none;
}

.home-image a {
	outline:none;
	border:none;
}

.home-image a:hover .overlayimg {
	position:absolute;
	z-index:2;
	display:block;
}

.home-image .overlayimg {
	width:140px;
	height:93px;
	margin:15% 35%;
	background:url(../images/play-trans.png) no-repeat;
	display:none;
}

.dates ul {
	list-style:disc inside url(../images/arrow.png);
	color:#999;
	margin-top:-0.5em;
	margin-left:0;
	padding-left:0;
}

.dates li {
	margin:0;
	padding:0;
}

img {
	border:none;
	outline:none;
}

/* sub-pages styles */

.page-image {
	text-align:center;
}

.page-image img {
	width:193px;
	height:111px;
	border-radius:5px;
	box-shadow:2px 2px 3px #666;
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
	border:none;
}

.page-image a {
	outline:none;
	border:none;
}

.page-image a:hover .overlayimg {
	position:absolute;
	z-index:2;
	display:block;
}

.page-image .overlayimg {
	width:193px;
	height:111px;
	margin:15% 40%;
	background:url(../images/play-trans.png) no-repeat;
	display:none;
}

.page-image h3 {
	white-space:nowrap;
}

.cbs, .nbc, .abc, .pbs, .fox, .citn27 {
	display:none;
}

/* slideDown styles */

.video, .account, .search, .verifyuser, .newpw {
	position:relative;
	float:left;
	width:100%;
	height:550px;
	margin:0;
	padding:0;
	background:#333;
	display:none;
	color:#fff;
	padding:10px 0 0 0;
	z-index:1;
}

.bottom {
	position:absolute;
	bottom:0;
	left:45%;
	text-align:center;
	margin:0;
	padding:0;
	line-height:30px;
	width:200px;
	height:30px;
	background:transparent url(../images/bottom.png) no-repeat top left;
	z-index:100;
}

.bottom a {
	color:#000;
	font-size:16px;
	font-weight:bold;
}
	
.bottom a:hover {
	color:#ff6d00;
}

.video .video-container {
	position:relative;
	width:600px;
	height:500px;
	margin:0;
	z-index:5;
}

.video h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	margin:0;
}

.video video {
	border:none;
	outline:none;
}

.video .episodetray {
	position:relative;
	float:right;
	width:250px;
	height:550px;
	margin:0;
	overflow-y:auto;
}

.video .episode {
	width:200px;
	height:auto;
	color:#fff;
	text-align:center;
	margin-top:20px;
}

.video .episode img {
	width:200px;
	height:auto;
}

.video a:hover .overlayimg {
	position:absolute;
	z-index:2;
	display:block;
}

.video .overlayimg {
	width:140px;
	height:93px;
	margin:35px 35%;
	background:url(../images/play-trans.png) no-repeat;
	display:none;
}

#videodescription {
	color:#a0a0a0;
}

.new {
	background:#1E75BB;
	color:#fff;
	border-radius:3px;
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
	padding:0 2px;
	margin-left:10px;
}

.premiere {
	background:#8E4C8A;
	color:#fff;
	border-radius:3px;
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
	padding:0 2px;
	margin-left:10px;
}

.rating {
	background:#000;
	color:#fff;
	padding:0 2px;
	margin-left:5px;
	border-radius:3px;
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
}

.member {
	position:absolute;
	left:20px;
	width:200px;
	text-align:left;
}

.member-button {
	display:inline-block;
	position:relative;
	float:left;
	cursor:pointer;
	background:#e8e9ea;
	border-radius:3px;
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
	padding:1em;
	outline:none;
	z-index:30;
}

.loginbox {
	display:none;
	position:absolute;
	top:70px;
	left:0;
	width:350px;
	height:auto;
	padding:0;
	background:#e8e9ea;
	border-radius:3px;
	box-shadow:1px 1px 3px #666;
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
	z-index:29;
}

.loginbox span:first-of-type {
	float:left;
	margin-left:10px;
}

.loginbox span:last-of-type {
	float:right;
	margin-right:10px;
}

.forgotPin {
	clear:both;
	color:#333;
	background-color:#f7f7f7;
	padding:5px 10px;
	display:none;
}

/*registration form*/

.registration {
	text-align:left;
	margin:0 auto;
	padding:10px;
	width:700px;
	height:475px;
	background:#f7f7f7;
	border-radius:5px;
	box-shadow:2px 2px 3px #666;
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
	color:#333;
}

.registration .terms {
	font-size:0.8em;
	margin:.5em 0;
}

.registration .confirm {
	font-size:.8em;
	position:relative;
	float:left;
	width:45%;
	margin:0 5px 5px;
	font-weight:bold;
}

.registration .loginform .body {
	width:40%;
	position:relative;
	float:left;
	margin:0 10px;
}

.registration .loginform .body legend {
	color:#000;
	margin:0;
	font-weight:bold;
	font-size:1.3em;
}

fieldset.payment {
	width:50%;
	background:#e8e9ea;
	border-radius:5px;
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
	margin:0;
	padding:10px;
	color:#333;
}

fieldset.payment legend {
	color:#000;
	margin:0;
	font-weight:bold;
	font-size:1.3em;
}

fieldset.payment label {
	font-weight:bold;
}

fieldset.payment input[type="radio"] {
	vertical-align:baseline;
}

.payment .tooltip {
	color:#0c0;
	font-style:italic;
}

fieldset.confirmation {
	width:80%;
	margin:20px auto;
	text-align:center;
}
.divCheckPasswordMatch {
	display:none;
	color:#c00;
	margin:0;
}

/* Search results */

.search-results {
	text-align:left;
	margin:0 auto;
	padding:10px;
	width:800px;
	height:450px;
	background:#f7f7f7;
	border-radius:5px;
	box-shadow:2px 2px 3px #666;
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
	color:#333;
	overflow-y:auto;
}

.search-results h2 span {
	font-style:italic;
}

.results {
	height:150px;
	margin:0 10px;
	border-bottom:1px solid #999;
	overflow:hidden;
}

.results .card {
	position:relative;
	float:left;
}

.results .card img {
	width:200px;
	height:150px;
	margin-right:10px;
}

.results h3 span {
	font-size:12px !important;
}	

/* Table */

table {
	border-right: 1px solid #A7A37E;
	border-bottom: 1px solid #A7A37E;
	width:100%;
	border-collapse:collapse;
}

td, th {
	font-family: Arial;
	font-size: 1.2em;
	text-align: left;
	padding: 3px;
}

thead tr {
	background: rgb(245,246,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(21%,rgba(219,220,226,1)), color-stop(49%,rgba(184,186,198,1)), color-stop(80%,rgba(221,223,227,1)), color-stop(100%,rgba(245,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
	white-space:nowrap;
}

th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #333;
	font-weight: bold !important;
	padding-top: 4px;
	color:#333;
	text-shadow:1px 1px #fff;
}

th:first-child {
	border-left: 1px solid #A7A37E;
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
}

th.headerSortUp { 
    background-image: url(../img/small_asc.gif); 
    background-color: #3399FF; 
} 

th.headerSortDown { 
    background-image: url(../img/small_desc.gif); 
    background-color: #3399FF; 
} 

td {
	border-left: 1px solid #A7A37E;
	font-size:1em;
}

td img {
	width:100px;
	height:auto;
	position:relative;
	float:left;
	margin-right:5px;
}

tbody tr:hover, tbody tr.active {
	background: rgb(254,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(221,241,249,1) 35%, rgba(160,216,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(221,241,249,1)), color-stop(100%,rgba(160,216,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */
	behavior:url(scripts/PIE-1.0.0/PIE.htc);
}

tr:nth-of-type(even) {
	background-color:#F4F4F4;
}

.errors {
	margin:10px;
	color:#c00;
	clear:both;
	text-align:center;
	font-weight:bold;
}