@charset "utf-8";
/* Body and P H tags
 ----------------------------------------------------------------------------------------------------*/
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #eeeeee;
	background-repeat: repeat-x;
	margin: 0px;
	color: #333333;
}
p {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	padding: 0;
	display: block;
	margin: 0 0 2px 0;
}
h1 {
	font-size: 2.4em;
	color: #d40000;
	font-weight: normal;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
h1 a {
	font-size: 1em;
	color: #d40000;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: none;
}
h2   {
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
	display: block;
	padding: 0;
	margin: 0 0 20px 0;
}
h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #850303;
	padding: 0;
	margin: 0 0 3px 0;
	font-weight: bold;
}
h3 a {
	color: #850303;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h4 a {
	color: #333333;
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 5px;
}
a img {
	border: 0;
}
#container {
	width: 960px;
	margin: 0 auto;
}
/*----------------------------------------------------------------------------------------------------
 Header Styles - Includes Logo, Menu, Login, Search, Leaderboard Ad
----------------------------------------------------------------------------------------------------*/
#header {
	height: 95px;
	width: 960px;
	padding: 15px 0 0 0;
}
#logo {
	float: left;
	height: 80px;
	width: 224px;
}
#logo img {
	border: 0;
}
#header #leaderboard-ad {
	float: right;
	width: 728px;
}
#menu {
	height: 40px;
	width: 945px;
	background: url('../img/menu-background.png') no-repeat;
	padding: 0 0 0 15px;
}
#menu ul {
	padding: 0px;
	float: left;
	margin: 0px;
	width: 945px;
}
#menu ul li {
	float: left;
	height: 28px;
	margin: 0 6px 0 0;
	padding: 12px 5px 0 5px;
	list-style-type: none;
	font-size: 12px;
	text-transform: uppercase;
}
#menu ul li a {
	color: #fff;
	text-decoration: none;
	height: 28px;
	padding: 12px 0 13px 0;
}
#menu ul li:hover {
	background: url('../img/menu-ovr-background.png') repeat-x;
	display: block;
}
#menu ul li span {
}
.menu-current-pg  {
	display: block;
	float: left;
	height: 28px;
	width: auto;
	margin: 0 10px 0 0;
	padding: 12px 5px 0 5px;
	color: #fff;
	text-decoration: none;
	background: url('../img/menu-ovr-background.png') repeat-x;
}
#login-panel {
	background: url('../img/login-search-background.png') no-repeat;
	height: 51px;
	width: 925px;
	padding: 10px 20px 0 15px;
	margin: 0 0 30px 0;
}
#login {
	float: left;
	width: 550px;
	height: auto;
}
#login  form, #search form {
	margin: 0;
	padding: 0;
}
#login form label {
	font-size: 1.2em;
	margin-right: 8px;
	float: left;
	height: 15px;
	padding-top: 5px;
}
#login  #sign-up  {
	font-size: 1.1em;
	float: left;
	padding: 5px 0 0 72px;
	height: 16px;
	width: 218px;
}
#login #forgtn-pass {
	font-size: 1.1em;
	float: left;
	height: 16px;
	width: 150px;
	padding: 5px 0 0 0;
}
#login a {
	color: #333;
	text-decoration: none;
}
#login a:hover {
	color: #333;
	text-decoration: underline;
}
#search {
	float: right;
	width: 300px;
}
#search input #textfield3 {
	height: 20px;
	width: 185px;
	float: left;
	border: 1px solid #ccc;
	padding: 3px 0 0 25px;
	background: url('../img/search-icon.jpg') no-repeat;
	background-color: #fff;
	background-position: 5px 2px;
}
#search  input#button2  {
	height: 25px;
	width: 70px;
	float: left;
	background-image: url('../img/button-background.png');
	color: #fff;
	border: 0;
}
/*----------------------------------------------------------------------------------------------------
 End Header Styles - Includes Logo, Menu, Login, Search, Leaderboard Ad
----------------------------------------------------------------------------------------------------*/
/* Comments Styles
 ----------------------------------------------------------------------------------------------------*/
.comments {
	padding: 5px;
	margin: 5px 0 20px 0;
	border: 1px solid #eee;
}
#comments a {
	color: #000;
	text-decoration: none; 
}
#comments a:hover {
	color: #333;
	text-decoration: underline;
}
#comments ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#comments ul li {
	margin: 5px;
	padding: 0px;
}
#comments .comment-left {
	width: 50px;
	padding: 5px;
	float: left;
}
#comments .comment-right {
	width: 490px;
	float: left;
	text-align: left;
}
#comments .comment {
	border: 0;
}
.error p {
	color: #ff0000;
	font-weight: bold;
}
/* End Comments Styles
 ----------------------------------------------------------------------------------------------------*/
#content {
	height: auto;
	width: 960px;
	margin-bottom: 50px;
}
#content ul {
	list-style-type: disc;
	list-style-image: url(bullet.gif);
	list-style-position: inside;
	margin: 10px;
}
#content ul li {
	line-height: 20px;
	font-size: 12px;
}
#content .bottom-leaderboard {
	text-align: center;
}
#footer {

}
#footer-container {
	width: 930px;
	margin: 0 auto;
	background: url('../img/footer-wndw-background.png') no-repeat;
	padding: 20px 10px 0 20px;
}
#footer-container #logo-small {
	float: left;
	height: 40px;
	width: 140px;
	margin: 0 20px 0 0;
	padding: 0 20px 50px 0;
	border-right: 1px solid #666;
}
#logo-small img {
	border: 0;
}
#footer-container #footermenu {
	color: #fff;
	font-size: 1.2em;
	width: 745px;
	float: left;
}
#footer-container #footermenu ul {
	margin: 0px;
	padding: 0px;
}
#footer-container #footermenu ul li {
	padding-right: 10px;
	border-right: 1px solid #666;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	list-style-type: none;
}
#footer-container #footermenu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer-container #footermenu a:hover, #footer-container #copyright a:hover  {
	text-decoration: underline;
	color: #FFFFFF;
}
#copyright  {
	color: #999999;
	font-size: 1.2em;
	text-align: center;
	margin: 10px;
}
#copyright   a  {
	color: #999999;
	text-decoration: none;
}
#advert1, #advert2, #advert3 {
	height: 250px;
	width: 300px;
	margin-bottom: 30px;
}


/* Main Page Boxes 300px */
.top-300  {
	background: url('../img/300-windw-bg.png') no-repeat;
	height: 5px;
	background-position: center 0;
	width: 300px;
}
.mid-300  {
	background-color: #FFFFFF;
	width: 260px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	height: auto;
	padding: 10px 19px 10px 19px;
}
.btm-300  {
	background: url('../img/300-windw-bg.png') no-repeat;
	height: 5px;
	background-position: center -10px;
	width: 300px;
}
/* End Main Page Boxes 300px */
/* Start Main Page Boxes 620px */
.top-620  {
	background: url('../img/large620-windw-bg.png') no-repeat;
	background-position: center 1px;
	height: 5px;
	width: 620px;
}
.mid-620  {
	background-color: #FFFFFF;
	width: 578px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	height: auto;
	padding: 10px 20px 10px 20px;
	border-top-style: none;
	border-bottom-style: none;
}
.mid-620 a img {
	border: 1px solid #333;
}
.btm-620  {
	background: url('../img/large620-windw-bg.png') no-repeat;
	height: 5px;
	background-position: center -10px;
	width: 620px;
}
/* End Main Page Boxes 620px */

#content-right-area {
	float: right;
	width: 300px;
}

 #newsletter, #rss-box, #archive-box, #next-issue, #comps, #social {
	margin-bottom: 30px;
	width: 300px;
}
#next-issue img {
	float: left;
}
#next-issue p {
	float: right;
	width: 150px;
}
.subscribe-button  {
	background: url('../img/subscribe-button.png') no-repeat;
	height: 23px;
	width: 150px;
	margin-top: 10px;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 1.2em;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
}
.subscribe-button a {
	color: #fff;
	text-decoration: none;
}
.subscribe-button-issue  {
	background: url('../img/subscribe-button.png') no-repeat;
	height: 23px;
	float: right;
	width: 150px;
	margin-top: 10px;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 1.2em;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
}
.subscribe-button-issue a {
	color: #fff;
	text-decoration: none;
}
#comps .section-image {
	width: 119px;
	margin-bottom: 10px;
}
.section-image img {
	border: 1px solid #333;
}
#comps h2 {
	margin: 0 0 5px 0;
}
#comps h2 a {
	margin: 0 0 5px 0;
	color: #444;
	text-decoration: none;
}
#comps h2 a:hover {
	text-decoration: none;
}
#comps #left, #right, #left2, #right2, #left3, #right3{
	float: left;
	width: 119px;
}
#comps #mid-break, #mid-break2, #mid-break3 {
	float: left;
	width: 20px;
	height: 10px;
}
.line-break {
	border-top: 1px solid #ccc;
	margin: 10px 0 10px 0;
}

.dble-arrow-icon {
	background: url('../img/dble-arrow-icon.png') no-repeat;
	height: 7px;
	width: 12px;
	float: right;
	margin-top: -12px;
}
/* Models Module */
#model-info {
	width: 620px;
	margin-bottom: 30px;
}
#motw {
	width: 620px;
	margin-bottom: 30px;
}
#model-main-pic  {
	background-repeat: repeat-x;
	text-align: center;
}
#model-main-pic img {
	border: 1px solid #333;
}
#model-profilepic {
	padding: 10px 0 25px 0;
	text-align: center;
	margin: 0 auto;
}
#model-profilepic img {
	border: 1px solid #333;
}
#model-profile-info {

}


#advert-placeholder4 {
	height: 60px;
	width: 468px;
	margin: 0 auto 30px auto;
}

#model-info p {
	margin-bottom: 15px;
}
#image-panel  {
	height: 100px;
	width: auto;
	margin-top: 20px;
}
#image-panel #left-arrow {
	float: left;
	height: 42px;
	width: 25px;
	margin: 30px 5px 0 0;
}
#image-panel .model-thumbnails {
	float: left;
	height: 100px;
	width: 95px;
	margin-right: 10px;
}
#image-panel  #right-arrow {
	float: left;
	height: 42px;
	width: 25px;
	margin: 30px 0 0 -5px;
}
#model-options  {
	margin: 20px 0 20px 0;
	width: 550px;
}
#model-options a {
	text-decoration: none;
	color: #FFFFFF;
}
#model-options  .video-button  {
	background: url('../img/video-icon.jpg') no-repeat;
	height: 20px;
	width: 87px;
	color: #FFFFFF;
	padding: 5px 0 0 33px;
	font: 1.2em bold;
	margin-right: 20px;
}
#model-image-thumbnails {
	margin-bottom: 30px;
}
#model-image-thumbnails .mid-620 {
	padding-right: 0px;
	width: 598px;
}
#model-image-thumbnails ul {
	margin: 0px;
	padding: 0px;
}
#model-image-thumbnails ul li {
	padding: 15px;
	float:left;
	list-style-type: none;
}
#model-image-thumbnails .break {
	display: inline;
	float: left;
	height: 50px;
	width: 38px;
}

.model-box-L {
	margin-bottom: 30px;
	float: left;
	width: 300px;
}
.model-box-R {
	margin-bottom: 30px;
	float: right;
	width: 300px;
}
.model-box-image {
	height: 150px;
	margin-bottom: 10px;
}
.model-box-image img {
	border: 1px solid #333;
}
#pagination {
	background-image: url(../img/pagination-background.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 600px;
	font-size: 1.2em;
	padding-top: 8px;
	padding-left: 20px;
	margin-bottom: 50px;
}
#pagination     li#browse     {
	color: #850303;
	float: left;
	margin-right: 20px;
	height: 18px;
	padding-top: 2px;
}
#pagination #page-menu {
}
#pagination ul {
	margin: 0px;
	padding: 0px;
}
#pagination ul li {
	float: left;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}
#pagination ul li a {
	color: #333333;
	text-decoration: none;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 18px;
	line-height: 1.4em;
}
#pagination     ul    li a:hover  {
	background-image: url(../img/menu-ovr-background.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #0066FF;
}
#advert4 {
	height: 60px;
	width: 468px;
	margin-right: auto;
	margin-left: auto;
}

/* Home Page */

#content-left-area {
	float: left;
	width: 620px;
	_display: inline;
}

.box-left {
	float: left;
	width: 300px;
	margin-bottom: 25px;
}

.box-right {
	float: right;
	width: 300px;
	margin-bottom: 25px;
}

.main-image300 {
	height: 150px;
	width: 260px;
	margin-bottom: 10px;
}
.main-image300 img {
	border: 1px solid #333;
}
.mid-300 a:hover {
	text-decoration: underline;
}

.sngle-arrow-icon {
	float: left;
	height: 9px;
	width: 7px;
	margin-right: 10px;
	background-image: url(../img/sngle-link-icon.png);
	background-repeat: no-repeat;
	margin-top: 5px;
}
#best-bits, #vodcast {
	width: 620px;
	margin-bottom: 15px;
}
#best-bits h2 {
	margin: 0 0 5px 0;
}
#best-bits h2 a {
	color: #333;
	text-decoration: none;
}
#best-bits h2 a:hover {
	text-decoration: none;
}
#best-bits   p, p a {
	margin: 0;
	line-height: 1.4em;
	color: #333333;
	text-decoration: none;
}
#best-bits h3 a {
	color: #850303;
	text-decoration: none;
}
#best-bits p a:hover, #best-bits h3 a:hover {
	text-decoration: underline;
}
#best-bits .small-box {
    	float: left;
	width: 129px;
	margin: 0 15px 0 0;
	_display: inline;
}
#best-bits .main-image {
	width: 130px;
	text-align: center;
	margin-bottom: 10px;
}
#vodcast h3 {
	margin: 0 0 5px 0;
}
#vodcast-thumbs {
	width: auto;
}
#vodcast-thumbs .thumbs {
	float: left;
	width: 170px;
	margin-bottom: 10px;
}
#vodcast-thumbs .spacer {
	display: inline;
	float: left;
	height: 10px;
	width: 34px;
}
#vodcast-thumbs .clear2 {
	height: 30px;
	clear: both;
}

#vodcast-thumbs  h3 {
	float: left;
	width: 170px;
}
/* articles */

#main-article, #more-articles {
	width: 620px;
	margin-bottom: 30px;
}
#main-article p {
	clear: left;
	margin-bottom: 20px;
}
#main-article  .bold-subhead  {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
}
#article-header {
	font-family: Georgia;
	font-size: 1.5em;
	color: #333333;
	margin-bottom: 5px;
}
#article-header a {
	color: #333;
}
#article-header a:hover {
	color: #333;
	text-decoration: none;
}
#intext-advert-holder {
	height: 60px;
	width: 468px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#source {
	margin-top: 10px;
	margin-bottom: 60px;
	margin-right: 118px;
	float: left;
	display: inline;
}

#source-icon {
	height: 26px;
	width: 139px;
}
#header-image {
	margin-top: 10px;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: center;
	width: 350px;
}

#header-image-pic {
	margin: 0;
}
#header-image-pic img {
	border: 1px solid #333;
}
#header-image-caption, #source-caption {
	font-size: 1.2em;
	color: #666666;
	margin:0 auto;
}
#buttons-panel ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#buttons-panel li {
	float: left;
	list-style-type: none;
	padding: 0 5px;
	margin: 0;
	font-size: 12px;
}
#buttons-panel .video  a {
	background: url('../img/trailer.jpg') no-repeat;
	height: 25px;
	width: 130px;
	display: block;
}
#buttons-panel .video a {
	color: #fff;
}
#buttons-panel .print {
	background-image: url(../img/share-icons.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	font-size: 1.2em;
	color: #333333;
	float: left;
	margin-right: 20px;
	list-style-type: none;
}
#buttons-panel .share {
	background-image: url(../img/share-icons.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	font-size: 1.2em;
	color: #333333;
	float: left;
	margin-right: 20px;
	list-style-type: none;
	background-position: 0px -15px;
}
#buttons-panel .report {
	background-image: url(../img/share-icons.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	font-size: 1.2em;
	color: #333333;
	float: left;
	margin-right: 20px;
	list-style-type: none;
	background-position: 0px -30px;
}
#buttons-panel .email {
	background-image: url(../img/share-icons.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	font-size: 1.2em;
	color: #333333;
	float: left;
	margin-right: 20px;
	list-style-type: none;
	background-position: 0px -45px;
}
#buttons-panel .watch {
	background-image: url(../img/share-icons.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	font-size: 1.2em;
	color: #333333;
	float: left;
	margin-right: 20px;
	list-style-type: none;
	background-position: 0px -60px;
}
#buttons-panel  a          {
	color: #333333;
	text-decoration: none;
}
#buttons-panel a:hover {
	text-decoration: underline;
}

#advert-placeholder4 {
	height: 60px;
	width: 468px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
/* Articles holder */
.holder-L {
	float: left;
	width: 260px;
	margin-bottom: 15px;
}
.holder-L p, .holder-R p {
	margin-bottom: 15px;
}
.read-more-link {
	font-size: 1.2em;
	color: #333333;
	display: block;
}
.read-more-link a {
	color: #333333;
	text-decoration: none;
}
.read-more-link a:hover {
	text-decoration: underline;
}
.holder-R {
	float: right;
	width: 260px;
	margin-bottom: 15px;
}

.sngle-arrow-icon {
	float: left;
	height: 9px;
	width: 7px;
	margin-right: 10px;
	background-image: url(../img/sngle-link-icon.png);
	background-repeat: no-repeat;
	margin-top: 3px;
}
.small-image {
	height: 150px;
	margin-bottom: 10px;
	width: auto;
}
.small-image img {
	border: 1px solid #333;
}
#pagination {
	background-image: url(../img/pagination-background.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 600px;
	font-size: 1.2em;
	padding-top: 8px;
	padding-left: 20px;
	margin-bottom: 50px;
}
#pagination     li#browse     {
	color: #547b11;
	float: left;
	margin-right: 20px;
	height: 18px;
	padding-top: 2px;
}
#pagination #page-menu {
}
#pagination ul {
	margin: 0px;
	padding: 0px;
}
#pagination ul li {
	float: left;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}
#pagination ul li a {
	color: #333333;
	text-decoration: none;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 18px;
	line-height: 1.4em;
}
#pagination ul li a:hover  {
	background-image: url(../img/menu-ovr-background.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #0066FF;
}
#advert4 {
	height: 60px;
	width: 468px;
	margin-right: auto;
	margin-left: auto;
}
/* Slider */
#home {
    width: 618px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #333;
    overflow: hidden;
}

#home a {
    outline: none;
    text-decoration: none;
    color: #fff;
}

#home a:hover {
    outline: none;
    text-decoration: none;
    color: #fff;
}

.graphic, #prevBtn, #nextBtn {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    text-indent: -8000px;
}

#slider ul, #slider li, #slider2 ul, #slider2 li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider li, #slider2 li {
    width: 618px;
    height: 350px;
    overflow: hidden;
}

#slider li .hover-box {
    width: 618px;
    height: 100px;
    background: url('../img/box.png') no-repeat;
    position: relative;
    top: -100px;
    left: 0px;
}

#slider li .hover-text {
    width: 600px;
    height: 50px;
    position: absolute;
    padding: 10px;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#slider li .hover-box .headline {
    font-size: 24px;
    font-weight: bold;
    line-height: 27px;
    letter-spacing: -1px;
}

#slider li .hover-box .subheadline {
    font-size: 14px;
    display: block;
    padding: 0 0 6px 0;
}

#prevBtn, #nextBtn {
    display: block;
    width: 32px;
    height: 53px;
    position: absolute;
    left: 10px;
    top: 150px;
    z-index: 1000;
}

#nextBtn {
    left: 580px;
}

#prevBtn a, #nextBtn a {
    display: block;
    position: relative;
    width: 32px;
    height: 53px;
    background: url(../img/arrow_left.png) no-repeat 0 0;
    outline: none;
}

#prevBtn a:hover {
    background: url(../img/arrow_left.png) no-repeat 0 -53px;
}

#nextBtn a {
    background: url(../img/arrow_right.png) no-repeat 0 0;
}

#nextBtn a:hover {
    background: url(../img/arrow_right.png) no-repeat 0 -53px;
}

/* End Slider */
#warning {
	width: 932px;
	background: #1693A5;
	border: 4px solid #000;
	padding: 10px;
	font: 11px Verdana, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 30px 0;
}
#warning a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
}
#warning a:hover {
	color: #eee;
	text-decoration: underline;
}
#warning h2 {
	color: #D2E4FC;
	margin: 5px 0 0 0;
	padding: 5px 0;
}
/* Input Buttons Styles */
.input {
	height: 20px;
	width: 138px;
	float: left;
	border: 1px solid #ccc;
	margin: 0 8px 0 0;
	padding: 3px 0 0 4px;
}
.textarea {
	height: 150px;
	width: 540px;
	border: 1px solid #ccc;
	margin: 0 8px 0 0;
	padding: 3px 0 0 4px;
}
.button {
	height: 25px;
	width: 70px;
	float: left;
	background-image: url('../img/button-background.png');
	color: #fff;
	border: 0;
	margin: 0;
	display: inline;
}
.left {
	float: left;
	margin: 10px 0 10px 0;
}
/* TV Page
 ----------------------------------------------------------------------------------------------------*/
#main-tv {
    width: 620px;
    margin: 0 0 30px 0;
}
#main-tv a {
    text-decoration: none;
    outline: none;
}
#tv-categories {
    width: 618px;
    background: url('../img/login-search-background.png') repeat-y;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
}
#tv-categories ul {
    list-style: none;
}
#tv-categories ul li {
    float: left;
    height: 10px;
    font-size: 13px;
    color: #d40000;
    margin: 5px;
    padding: 0 5px 10px 5px;
}
#tv-categories ul li a {
    font-size: 13px;
    color: #d40000;
    text-decoration: none;
}
#tv-categories ul li a:hover {
    text-decoration: underline;
}
#video-listing {
	width: 620px;
	margin: 30px 0 30px 0;
}

.video-hover-box {
    width: 260px;
    height: 40px;
    background: url('../img/box.png') no-repeat;
    position: relative;
    top: -40px;
    left: 0px;
}
.video-hover-text {
    width: 600px;
    height: 20px;
    position: absolute;
    padding: 10px;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.video-headline {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1px;
}
.video-holder-L {
	float: left;
	width: 260px;
	margin-bottom: 25px;
        margin-left: 10px;
}
.holder-L p, .holder-R p {
	margin-bottom: 5px;
}
.video-holder-R {
	float: right;
	width: 260px;
	margin-bottom: 25px;
        margin-right: 10px;
}

.big-image {
	height: 352px;
	margin-bottom: 10px;
	width: auto;
        overflow: hidden;
}
.big-image img {
	border: 1px solid #333;
}
.big-video-hover-box {
    width: 200px;
    height: 352px;
    background: url('../img/box.png') repeat-y;
    position: relative;
    top: -353px;
    left: 360px;
}
.big-video-hover-text {
    width: 200px;
    height: 350px;
    position: absolute;
    padding: 200px 5px 20px 5px;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.big-video-subheadline {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -1px;
    width: 180px;
}

.big-video-headline {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -1px;
    width: 180px;
}
#station {
	padding-bottom: 20px;
}
/* Drop Down Search Menu - marcofolio.net */
.break { clear:both; }
/* SEARCH FORM */
#searchform { margin:100px; font-size:18px; }
#searchform div { color:#eeeeee; }
#searchform div input { font-size:18px; padding:5px; width:300px; }
#suggestions{ position: relative; top: 25px; left:0px; width:300px; display:none; }
/* SEARCHRESULTS */
#searchresults { margin: 0px; border-width:1px; border-color:#919191; border-style:solid; width:300px; background-color:#a0a0a0; font-size:10px; line-height:14px; }
#searchresults a { display:block; background-color:#e4e4e4; clear:left; height:56px; text-decoration:none; padding: 0 0 0 3px;}
#searchresults a:hover { background-color:#b7b7b7; color:#ffffff; }
#searchresults a img { float:left; padding:5px 10px; }
#searchresults a span.searchheading { display:block; font-size: 12px; font-weight:bold; padding: 5px 0 0 2px; color:#191919; }
#searchresults a:hover span.searchheading { color:#ffffff; }
#searchresults a span { color:#555555; font-size: 10px;}
#searchresults a:hover span { color:#f1f1f1; }
#searchresults .category  {display:block; background-color:#a0a0a0; height: 18px; clear:left; text-decoration:none; padding: 0 0 0 3px;}
#searchresults .category:hover {background-color:#a0a0a0;}
#searchresults span.category { font-size:13px;font-weight: bold; margin:5px; display:block; color:#FDCD4F; }
#searchresults span.seperator { float:right; padding-right:15px; margin-right:5px;
background-image:url(../img/shortcuts_arrow.gif); background-repeat:no-repeat; background-position:right; }
#searchresults span.seperator a { background-color:transparent; display:block; margin:10px; height:auto; color:#ffffff; }
.catl {margin-bottom: 30px;float: left;width: 280px;}
.catr {margin-bottom: 30px;float: right;width: 280px;}
#search .search-button {height: 25px;width: 120px;float: left;background-image: url('../img/button-background.png');color: #fff;border: 0;
margin: 0;display: inline;}


/* 
 * Based on Linkster - http://codeigniterdirectory.com/
 -------------- LISTINGS -------------- */
#listings-detail {
text-align: center;
}
#listings {
	font-size: 12px;
}
#listings h2 {
border-bottom: 1px solid #eee;
padding-bottom: 2px;
margin: 0 0 5px 0;
}
#listings .premium {
background: #FBD9E4;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#listings .premium p {
font-size: 11px;
color: #666;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin: 0 10px;
}
#listings .more {
float: right;
font-size: 11px;
color: #D80C41;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin: 0 10px;
}
#listings .advanced-search {
	margin: 20px 0 5px auto;
	width: 500px;
	text-align: left;
	font-size: 12px;
}
#listings dl {
margin: 0;
padding: 5px 0;
}
	
#listings dt {
padding: 0 10px;
font-size: 1.3em;
margin: 0;
}
#listings dt a {
color: #E65C37;
text-transform: capitalize;	
}
#listings dd {
font-size: 1.2em;
color: #777777;
font-style: italic;	
line-height: 1.2em;
padding: 0;
}
#listings .links, #wrapper #listings .links {
margin: 5px 0;
font-style: normal;
font-size: 1.1em;
}
#listings .links li, #wrapper #listings .links li {
padding: 0 10px 0 0;
display: inline;
}
#listings .links li a, #wrapper #listings .links li a {
color: #333;
}
#results {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#results a {
	color: #F6402D;
	text-decoration: underline;
}
#results .idented {
	padding: 50px;
}
#results a:hover {
	text-decoration: none;
}
#results .description {
	font-size: 11px;
	padding: 0 0 0 5px;
}
#results .url {
	color: #666;
}
#other_pages a {
	color: #0692F3;
}
#other_pages a:hover {
	color: #83C7FF;
}
#other_pages a:visited {
	color: #132080;
}
#result_report {
	margin: 10px 0;
	text-align: left;
}
#wrapper #listings li a.outlink {
padding: 0 0 0 16px;
}
#wrapper #listings li a.detail {
padding: 0 0 0 16px;
}
#client-banner {
	margin: 0 0 30px 0;
}
#tv-advert {
	margin: 0 0 30px 0;
}
/* Background Banner */
		#content-main{
			margin:0px auto;
			height: 0;
			width:100%;
			z-index: 3;
			position: absolute;
			text-align: center;
background: #fff;
		}
		#contentframe{
			width: 960px;
			margin: 0 auto;
			height: 100%;
			text-align:left;
			z-index: 3;
			
		}

		/*Supersize Plugin Styles*/
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(../img/progress.gif);
		}
		#supersize{
			position: fixed;
			
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
			
		}

