/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
body, html {
	height: 100%;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(http://www.malespectrum.com/t2/images/thick-box-macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color: #000000;
	display: none;
	border: 1px solid #888;
	text-align: left;
	top: 50%;
	left: 50%;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	
	/* added by mikael */
	margin-top: 42px;
	margin-bottom: 15px;
}

#TB_caption{
	font-weight: bold;
	color: #222;
	height:25px;
	padding:7px 30px 10px 25px;
	/*float:left; */
	
	/* added by mikael */
	position: absolute;
	top: 0;
	left: 0;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	/*float:right;*/
	
	/* added by mikael */
	position: absolute;
	top: 0;
	right: 0;
}

/* added by mikael */
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_ajaxContent{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}



/* AUTHOR: DESI ARAGON / DESI@TORZO.COM / ICQ: 432052672 */

@charset "UTF-8";
/* CSS Document */

img { border: 0px; }
a img { border: none; }
/* fix outlines in ff */
a { outline: none; }
a:focus { -moz-outline-style: none; }




/* GENERAL SITE WIDE BODY CONTENT STYLES */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}
body {
	margin: 0px;	
}
.clearBoth {
	clear: both;
}


/* MODIFICATIONS TO THICKBOX. GLOBAL HAS TO COME AFTER THICKBOX.CSS */

#TB_window  {
	background-color: #202020;
	border: none;
}
#TB_closeAjaxWindow{
	padding: 0;
	overflow: hidden;
	background: #202020 url(http://www.malespectrum.com/t2/images/thickbox-close.png) no-repeat;
	width: 78px;
	height: 37px;
	text-indent: -999;
}

a#TB_closeWindowButton {
	display: block;
	width: 79px;
	height: 37px;
	text-indent: -999px;
	text-align: left;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}



body { background: #3f7398 url(http://www.malespectrum.com/t2/images/background.png) top left repeat-x; }
.mainContainer {
	border-left: 1px solid #00203d;
	border-right: 1px solid #00203d;
	border-bottom: 1px solid #00203d;
	width: 950px;
	margin: 0 auto;
	background: #00aade url(http://www.malespectrum.com/t2/images/content-bg.png) top left repeat-x;
}
#msBranding {
	background: url(http://www.malespectrum.com/t2/images/branding-bar.png);
	width: 950px;
	height: 50px;
	color: #FFFFCC;
	font: bold 15px Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 20px;
}


#msBranding .brandText{
	float:left;
	height: 20px;
	padding: 15px 20px 15px 10px;
}

/*Number Images*/

div.number-img-1, div.number-img-2, div.number-img-3, div.number-img-4, div.number-img-5, div.number-img-6, div.number-img-7, div.number-img-8, div.number-img-9, div.number-img-0, div.number-img-comma{
	display: inline-block;
	float: left;
	height: 48px;
	width:  24px;
	clear: none;
}
div.number-img-1 { background: url(http://cache.images.members-access.com/rp20/number-1.png) no-repeat bottom left; }
div.number-img-2 { background: url(http://cache.images.members-access.com/rp20/number-2.png) no-repeat bottom left; }
div.number-img-3 { background: url(http://cache.images.members-access.com/rp20/number-3.png) no-repeat bottom left; }
div.number-img-4 { background: url(http://cache.images.members-access.com/rp20/number-4.png) no-repeat bottom left; }
div.number-img-5 { background: url(http://cache.images.members-access.com/rp20/number-5.png) no-repeat bottom left; }
div.number-img-6 { background: url(http://cache.images.members-access.com/rp20/number-6.png) no-repeat bottom left; }
div.number-img-7 { background: url(http://cache.images.members-access.com/rp20/number-7.png) no-repeat bottom left; }
div.number-img-8 { background: url(http://cache.images.members-access.com/rp20/number-8.png) no-repeat bottom left; }
div.number-img-9 { background: url(http://cache.images.members-access.com/rp20/number-9.png) no-repeat bottom left; }
div.number-img-0 { background: url(http://cache.images.members-access.com/rp20/number-0.png) no-repeat bottom left; }
div.number-img-comma { background: url(http://cache.images.members-access.com/rp20/number-comma.png) no-repeat bottom left; width:11px; }

.header {
	position: relative;
	overflow: hidden;
	height: 142px;
	border-bottom: 1px solid white;
	margin-bottom: 13px;
	line-height: 0px;
}
.header .headerImage {
	background: url(http://www.malespectrum.com/t2/images/header.png) no-repeat;
	width: 721px;
	height: 142px;
}
.header .nav {
	position: absolute;
	width: 229px;
	right: 0;
	top: 0;
	line-height: 0px;
}
.header .nav a { display: block; }
.header .sep {
	position: absolute;
	bottom: 0px;
	height: 7px;
	background: url(http://www.malespectrum.com/t2/images/header-sep.png) repeat-x;
}
.topScroller {
	background: url(http://www.malespectrum.com/t2/images/bg-top-scroller.png) repeat-x;
	height: 182px;
}
.scrollerHdr {
	font-size: 18pt;
	margin: 0;
	margin-top: -10px;
	padding: 0;
	text-align: center;
	color: white;
}
.scrollerHdr span {
	font-weight: normal;
}


/******************************************************************************
 * media center section                                                       *
 ******************************************************************************/
.mediaCenter {
	width: 100%;
	height: 475px;
}
.mediaCenter .media {
	position: relative;
	/*background: url(http://www.malespectrum.com/t2/images/media-bg.png) no-repeat;*/
	margin: 8px auto 13px auto;
	width: 923px;
	height: 465px;
}
.mediaCenter .tvBackground {
	position: absolute;
	background: url(http://www.malespectrum.com/t2/images/media-bg.png) no-repeat;
	width: 923px;
	height: 465px;
}
.mediaCenter .flash {
	position: absolute;
	width: 533px;
	height: 332px;
	left: 60px;
	top: 43px;
	color: yellow;
}
.mediaCenter .latestEpisode {
	position: absolute;
	top: 3px;
	left: 610px;
}
.mediaCenter .latestEpisode .largeImage {
	position: absolute;
	left: 0;
	top: 0;
}
.mediaCenter .latestEpisode .playOverlay {
	position: absolute;
	background: url(http://www.malespectrum.com/t2/images/butn-latest-episode.png) no-repeat;
	display: block;
	width: 53px;
	height: 52px;
	left: 143px;
	top: 206px;
}
.mediaCenter .latestEpisode .buttonOverlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 312px;
	height: 415px;
}


/******************************************************************************
 * promos section                                                             *
 ******************************************************************************/
.promos {
	position: relative;
	background: url(http://www.malespectrum.com/t2/images/footer-top-bg.png) repeat-x;
	width: 100%;
	height: 255px;
}
.promos .hdr {
	display: block;
	margin-left: 16px;
	padding-top: 10px;
}
.promos .comingSoon {
	position: absolute;
	width: 211px;
	height: 255px;
	right: 0px;
	bottom: 0px;
}
.promos .comingSoon .hdr {
	display: block;
	margin-left: 16px;
	padding-top: 10px;
}
.promos .comingSoon .cover {
	display: block;
	position: absolute;
	top: 28px;
	left: 30px;
}
.promos .comingSoon .buttonOverlay {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.promos .comingSoon .buttonOverlay img {
	width: 211px;
	height: 255px;
        cursor:pointer;
        cursor:hand;
}.promos .comingSoon .sep {
	position: absolute;
	width: 2px;
	height: 255px;
	left: 0;
	background: url(http://www.malespectrum.com/t2/images/footer-top-sep.png);
}
.promos .phone {
	position: absolute;
	width: 89px;
	height: 218px;
	bottom: 0px;
	left: 13px;
	background: url(http://www.malespectrum.com/t2/images/footer-phone.png) no-repeat;
}
.promos .banner {
	position: absolute;
	width: 379px;
	height: 48px;
	left: 234px;
	bottom: 1px;
	background: url(http://www.malespectrum.com/t2/images/footer-banner-text.png) no-repeat;
}
.promos .flash {
	position: absolute;
	width: 602px;
	height: 179px;
	left: 124px;
	top: 40px;
}
/******************************************************************************
 * footer section                                                             *
 ******************************************************************************/
.footer {
	background: #135271 url(http://www.malespectrum.com/t2/images/footer-bottom-bg.png) top left repeat-x;
	text-align: center;
	padding-top: 13px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.footer a { color: #99cccc; }
.footer a:hover { text-decoration: underline; color: #FFFFFF; }
.footer a.wholesale {
	display: block;
	font-size: 13pt;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
}
.footer a.wholesale:hover { font-size: 13pt; color: #FFFFFF; text-decoration: underline;}
.footer a.complianceNotice {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 20px;
}
.footer a.complianceNotice:hover { color: #FFFFFF;}
.footer .keywords {
	background: #2599d4;
	padding-top: 12px;
	height: 42px;
	color: white;
	text-align: center;
	font-size: 8pt;
}


/*FOOTER*/

#footerInfo {
font: normal 12px Arial, Helvetica, sans-serif;
color: #FFFFFF;
margin: 0px auto 10px;
padding: 10px;
width: 100%;
text-align: center;
/*border: 1px solid #666666;*/
}

#footerInfo .divider {
margin: 0px 3px;
}

#footerInfo img {
vertical-align: middle;
margin: 10px;
}

#footerInfo h1 {
font-size: 16px;
}

#footerInfo hr {
margin: 30px 0px;
}

div#seo_footer {
    color: white;
    font-size: 11px;
    margin: 7px auto;
    text-align:center;
}

#footerButtons {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
}
#footerButtons img {
	vertical-align: middle;
	margin: 0px 10px;
}
#containerFade{
    display: block;
    margin: 0px auto;
    width: 1060px;
    clear: both;
}
.footer{
	background: #135271 url(http://www.malespectrum.com/t2/images/footer-bottom-bg.png) top left repeat-x;
	text-align: center;
	padding-top: 13px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.footer td{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 50px auto;
	padding: 0px;
	width: 100%;
	text-align: center;
}
.footer a, .footer a:visited {
	font-weight: bold !important;
	color: #99CCCC !important;
	text-decoration: underline !important;
}
.footer a:hover {
	font-weight: bold !important;
	color: #FFFFFF !important;
	text-decoration: underline !important;	
}
.footer a:active {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.footer .divider {
	margin: 0px 10px;
}
.footer img {
	vertical-align: middle;
}
.footer h1 {
	font-size: 16px;
}
.footer hr {
	margin: 30px 0px;
}
/******************************************************************************
 * main jcarousel skin                                                        *
 ******************************************************************************/
.jcarousel-skin-main .jcarousel-container {
	overflow: hidden;
}
.jcarousel-skin-main .jcarousel-container-horizontal {
	width: 950px;
	padding: 0;
	margin: 0 auto;
	padding-top: 11px;
}
/* this is the size of the actual scrolling content */
.jcarousel-skin-main .jcarousel-clip-horizontal {
	margin: 0 auto;
	width:  886px;
	height: 161px;
}
.jcarousel-skin-main .jcarousel-item {
	width: 214px;
	height: 161px;
}
.jcarousel-skin-main .jcarousel-item a {
	display: block;
	width: 212px;
	height: 159px;
	border: 1px solid white;
}
/* margin inbetween the images */
.jcarousel-skin-main .jcarousel-item-horizontal { margin-right: 10px; }
.jcarousel-skin-main .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
/* next/prev button shared css */
.jcarousel-skin-main .jcarousel-next-horizontal,
.jcarousel-skin-main .jcarousel-prev-horizontal {
	position: absolute;
	top: 72px;
	width: 40px;
	height: 42px;
	cursor: pointer;
}

/* next button */
.jcarousel-skin-main .jcarousel-next-horizontal {
	right: -3px;
	background: url(http://www.malespectrum.com/t2/images/top-scroller-butn-right.png) no-repeat;
}
.jcarousel-skin-main .jcarousel-next-disabled-horizontal,
.jcarousel-skin-main .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-main .jcarousel-next-disabled-horizontal:active {
	background: none;
	cursor: normal;
}

/* prev button */
.jcarousel-skin-main .jcarousel-prev-horizontal {
	left: -6px;
	background: url(http://www.malespectrum.com/t2/images/top-scroller-butn-left.png) no-repeat;
}
.jcarousel-skin-main .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-main .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-main .jcarousel-prev-disabled-horizontal:active {
	background: none;
	cursor: normal;
}
.footer table { margin: 0 auto; }
