@charset "utf-8";
/* CSS Document */

/* Setup default clear of basic HTML styles. */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
    abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, 
    form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
}
body {
    line-height: 1.5;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
table, td, th {
    vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a, img {
    border: none; 
    outline: none; 
    border: 0;
}
a { 
    text-decoration: none; 
}
ul, ol, li {
    list-style : none;
    list-style-image : none;
}
h1, h2, h3 {
    font-weight : normal;
}
br {
    clear: both;
}
/* End default HTML style clear */

/* Define basic body style*/
body {
    background : #58595b;
    font-family : Verdana, Geneva, sans-serif;
}

/* Setup basic width of page */
.wrapper {
    margin: 0px auto;
    width: 1260px;
    background: #000;
}

/* Header bar styles */
.mainHeader {
    display : block;
    float : left;
    width : 1260px;
    height : 180px;
    background : url('/thestripmall.com/assets/images/header-overlay.png') no-repeat top center;
}
.mainHeader .logo {
    display : inline;
    float : left;
    width : 230px;
    height : 160px;
	margin:15px 0 10px 13px;
}
.mainHeader .loginbox {
    display : inline;
    float : right;
    width : 295px;
    height: 152px;
    margin : 15px 45px 0 0;
    font-family : Arial, Helvetica, sans-serif;
    color : #fff;
    font-size : 14px;
    background: url('/thestripmall.com/assets/images/login-box.png') no-repeat center center;
}
.mainHeader .loginbox ul {
    display: inline;
    float: left;
    margin-left: 25px;
    margin-top: 15px;
    text-align: right;
    width: 290px;
    height: 35px;
    text-align: left;
}
.mainHeader .loginbox ul a {
    color : #e3d9a7;
}
.mainHeader .loginbox ul a:hover {
    color : #d9ac28;
}
.mainHeader .loginbox div {
    display : inline;
    float : left;
    width : 290px;
    margin : 9px 0 0 25px;
    color : #fff;
    font-size : 14px;
}
.mainHeader .loginbox div input[type="text"],  .mainHeader .loginbox div input[type="password"] {
    border-radius:25px;
    -moz-border-radius:25px;
    width: 120px;
    padding-left: 5px;
    height: 14px;
}
.mainHeader .loginbox div input[type="submit"] {
    border-radius:35px;
    -moz-border-radius:35px;
    width: 50px;
    background: #fff;
    border: #fff;
    line-height: 12px;
    font-size: 12px;
    margin : 0 0 0 83px;
    height: 15px;
}
.mainHeader .loginbox div input[type="submit"]:hover {
    background: #c0202c;
    border: #c0202c;
    cursor: pointer;
}
.mainHeader .loginbox div .login {
    float : left;
    width : 70px;
    margin : 0 10px 0 0;
    text-align : right;
    line-height : 20px;
}
.mainHeader .loginbox div .forget {
    color : #e3d9a7;
    font-size: 12px;
}
.mainHeader .loginbox div .forget:hover {
    color : #d9ac28;
}
.mainHeader .loginbox div strong {
    float : left;
}
/* End header bar styles*/

/* Navigation bar styles */
 .mainNav {
    border-radius: 20px;
    -moz-border-radius: 20px;
    background: url('/thestripmall.com/assets/images/topnav.png') repeat-x;
    height: 48px;
    width: 1219px;
    display: block;
    float: left;
    margin: 0px 15px 15px 15px;
    position: relative;
    z-index: 2;
}
#jMenu {
	display: table;
	margin: 0px 0px 0px 10px;
	padding: 0;
}
/* Top Menu */
#jMenu li {
	display: table-cell;
	margin: 0;
	float: left;
}
#jMenu li a {
	padding: 10px;
	display: block;
	background-color: transparent;
	color: #000;
	cursor: pointer;
	font-size: 16px;
    min-width: 75px;
    text-align: center;
}
#jMenu li a:hover {
    background: url('/thestripmall.com/assets/images/topnav-hover.png') repeat-x;
}
/* Sub menu */
#jMenu li ul {
	display:none;
	position:absolute;
	padding: 0px;
	margin: 12px 0px 0px 0px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 200;
}
#jMenu li ul li {
	display: block;
	border-bottom: 1px solid #6d6e70;
	padding: 0;
    background: #eebb11;
}
#jMenu li ul li.arrow {
	background: #eebb11 url('/thestripmall.com/assets/images/arrow_down.png') no-repeat center center;
	height: 6px;
	padding: 0;
	border-bottom: none;
	padding-bottom: 10px;
}
#jMenu li ul li a {
	font-size: 16px;
	text-transform: none;
	padding: 7px;
	display: block;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
    text-align: left;
}
#jMenu li ul li a.isParent {
	background: #3A3A3A url('/thestripmall.com/assets/images/arrow_right.png') no-repeat right center;
}
#jMenu li ul li a:hover {
	background: #c0202c;
    -moz-border-radius: 5px;
    border-radius: 5px;
	border-top: 1px solid #6d6e70;
	border-bottom: 1px solid #6d6e70;
}
.mainNav #modelSearchBox {
    position: absolute;
    top: 8px;
    right: 25px;
}
.mainNav input[type="text"] {
    border-radius:25px;
    -moz-border-radius:25px;
    width: 210px;
    padding-left: 5px;
    height: 26px;
    float: left;
    margin-right: 10px;
    font-size: 10px;
}
.mainNav input[type="submit"] {
    border-radius:35px;
    -moz-border-radius:35px;
    width: 50px;
    background: #fff;
    border: #fff;
    border-style: groove;
    line-height: 12px;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    float: left;
}
.mainNav input[type="submit"]:hover {
    background: #c0202c;
    border: #c0202c;
    border-style: groove;
    cursor: pointer;
}
/* End Navigation bar styles */

/* Content section style */
.content {
    display : block;
    float : left;
    width : 1260px;
    background: url('/thestripmall.com/assets/images/content-background-18.png') no-repeat bottom center;
    background-attachment: fixed;
    position: relative;
}
/* Three Column Content style */
.content #leftcolumn_3col {
    width : 200px;
    min-height: 625px;
    float : left;
    margin : 10px 12px 0 19px;
    background-color: #231f20;
}
.content #centercolumn_3col {
    width : 695px;
    float : left;
    margin : 10px 10px 0px 7px;
}
.content #rightcolumn_3col {
    width : 279px;
    float : right;
    margin : 10px 30px 0 7px;
}
/* Three column Content style end*/

/* Two Column (Left Col) styles */
.content #leftcolumn_leftCol {
    width : 279px;
    min-height: 625px;
    float : left;
    margin : 10px 12px 0 19px;
    background-color: #231f20;
}
.content #rightcolumn_leftCol {
    width : 905px;
    float : left;
    margin : 10px 0 0 7px;
}
/* Two Column (Left Col) style end */
/* Content section style end */

/* Footer section style */
.mainFooter {
    float : left;
    height : 60px;
    width : 1219px;
	border-top: thin solid #6d6e70;
    color: #abacad;
    font-size: 12px;
    margin: 15px 19px 0px;
    display: block;
}
.mainFooter .copyright {
    float : left;
    margin : 15px 0px 58px 15px;
    font-size : 12px;
    width: 300px;
}
.mainFooter .siteSeal {
    float: left;
    margin: 15px 0px 80px 90px;
    width: 150px;
}
.mainFooter .links {
    float : right;
    margin : 15px 15px 58px 0px;
}
.mainFooter .links ul li {
    float : left;
}
.mainFooter .links ul li a {
    color: #abacad;
    font-size : 12px;
}
.mainFooter .links ul li a:hover {
    color: #d9ac28;
}
/* Footer section stle end */

/* Bail button style */
.visibleDiv
{
    position: fixed;
    top: 10px;
    right: 10px;
    width: 125px;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    border: thin solid #d9ac28;
    background: #000;
    cursor: pointer;
}
.visibleDiv img
{
    margin: 15px auto;
}
/* Bail button style end */

/* Search widget style */
.widgetSearch {
    display : inline;
    float : left;
    background : url('/thestripmall.com/assets/images/search-box.png') no-repeat top left;
    height : 98px;
    width : 280px;
    margin-bottom: 10px;
}
.widgetSearch p {
    display : inline;
    float : left;
    margin : 5px 0 0 15px;
    font-size : 18px;
    color : #000;
}
.widgetSearch input[type="text"] {
    border-radius:25px;
    -moz-border-radius:25px;
    width: 185px;
    margin: 0px 5px 5px 0px;
    height: 20px;
}
.widgetSearch input[type="submit"] {
    border-radius:25px;
    -moz-border-radius:25px;
    width: 50px;
    margin: 0px 5px 5px 0px;
    font-size: 16px;
}
.widgetSearch input[type="submit"]:hover {
    background: #c0202c;
    border: #c0202c;
    cursor: pointer;
}
.widgetSearch div {
    display : inline;
    float : left;
    margin : 5px 0 0 15px;
}
.widgetSearch span {
    margin-right: 10px;
    font-size: 10px;
}
/* Search widget style end*/

/* Services widget styles */
.widgetServices {
    display : inline;
    float : left;
    width : 280px;
    margin-bottom: 10px;
}
.widgetServices a {
    color : #e3d9a7;
}
.widgetVideoStore, .widgetAdultStore, .widgetShoeStore, .widgetLearnMore, .widgetLiveCam {
    margin-bottom: 10px;
    width: 282px;
    height: 58px;
}
.widgetVideoStore div, .widgetAdultStore div, .widgetShoeStore div, .widgetLearnMore div, .widgetLiveCam div {
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    margin: 12px 0px 0px 85px;
}
.widgetVideoStore span, .widgetAdultStore span, .widgetShoeStore span, .widgetLearnMore span, .widgetLiveCam span {
    font-size: 12px;
    float: left;
    clear: left;
    margin-left: 85px;
}
.widgetVideoStore {
    background: url('/thestripmall.com/assets/images/video-arcade.png') no-repeat top left;

}
.widgetVideoStore:hover {
    background: url('/thestripmall.com/assets/images/video-arcade-hover.gif') no-repeat top left;

}
.widgetAdultStore {
    background: url('/thestripmall.com/assets/images/adult-store.png') no-repeat top left;
}
.widgetAdultStore:hover {
    background: url('/thestripmall.com/assets/images/adult-store-hover.png') no-repeat top left;
}
.widgetShoeStore {
    background: url('/thestripmall.com/assets/images/shoe-stores.png') no-repeat top left;
}
.widgetShoeStore:hover {
    background: url('/thestripmall.com/assets/images/shoe-stores-hover.gif') no-repeat top left;
}
.widgetLearnMore {
    background: url('/thestripmall.com/assets/images/models-earn.png') no-repeat top left;
}
.widgetLearnMore:hover {
    background: url('/thestripmall.com/assets/images/models-earn-hover.gif') no-repeat top left;
}
.widgetLiveCam {
    background: url('/thestripmall.com/assets/images/live-cam.png') no-repeat top left;
}
.widgetLiveCam:hover {
    background: url('/thestripmall.com/assets/images/live-cam-hover.png') no-repeat top left;
}
.widgetVideoStore:hover > div,
.widgetAdultStore:hover > div,
.widgetShoeStore:hover > div,
.widgetLearnMore:hover > div,
.widgetLiveCam:hover > div,
.widgetVideoStore:hover > span,
.widgetAdultStore:hover > span,
.widgetShoeStore:hover > span,
.widgetLearnMore:hover > span,
.widgetLiveCam:hover > span{
    display: none;
}
.widgetVideoStore:after > div,
.widgetAdultStore:after > div,
.widgetShoeStore:after > div,
.widgetLearnMore:after > div,
.widgetLiveCam:after > div {
    display: block;
}
/* Services widget style end */

/* Social Media widget style */
.widgetSocialMedia {
    display : inline;
    float : left;
    width : 280px;
    margin-bottom: 10px;
}
.widgetTwitterShare, .widgetTwitterFollow, .widgetFacebook, .widgetMySpace {
    text-align: left; 
    margin: 0px 0px 10px 15px;
    
}
/* Social Media widget style end */

/* Tony batman widget style */
.widgetTonyBatman {
    display : inline;
    float : left;
    width : 243px;
    height: 425px;
    margin-left: 5px;    
    margin-bottom: 10px;
    border-radius: 15px;    
    border: 3px ridge #6d6370;
    padding: 15px;
    color: #fff;
    font-size: 10px;
}
.widgetTonyBatman h3 {
    font-size: 12px;
    text-align: center;
}
.widgetTonyBatman a {
    color : #e3d9a7;
}
.widgetTonyBatman a:hover {
    color : #d9ac28;
}
.widgetTonyBatman img {
    width: 190px;
    height: auto;
    display: block;
}
.widgetTonyBatman .newsFeed {
    overflow: auto;
    width: 243px;
    height: 365px;
    margin: 10px auto;
}
.widgetTonyBatman .breakPoint {
    width: 200px;
    margin: 10px auto;
    border-bottom: 2px solid #6d6e70;
}
/* Tony batman widget style end */

/* Ad Campaign widget style */
.widgetAdCampaign {
    display: inline;
    width: 200px;
    height: 625px;
    position: relative;
}
.widgetAdCampaign #premium {
    width: 200px;
    height: 625px;
    background: url('/thestripmall.com/assets/images/ads/premium.png') no-repeat top left;
}
.widgetAdCampaign #premium:hover {
    background: url('/thestripmall.com/assets/images/ads/premiumhover.png') no-repeat top left;
}
.widgetAdCampaign #clubUpgrade {
    background: url('/thestripmall.com/assets/images/ads/clubupgrade.gif') no-repeat top left;
    width: 200px;
    height: 625px;
}
.widgetAdCampaign #clubUpgrade #clubUpgradeVid {
     text-align:center;
     width: 192px;
     height: 108px;
     background: #000;
     position: absolute;
     margin-left: 4px;
     top: 85px;
}
#adVideoFlowplayer {
    width: 192px; 
    height: 108px;
    position: relative;
    z-index: 100;
}
.widgetAdCampaign #lodise {
    background: url('/thestripmall.com/assets/images/ads/lodise.png') no-repeat top left;
    width: 200px;
    height: 625px;
}
.widgetAdCampaign #lodise #lodiseVid {
     text-align:center;
     width: 192px;
     height: 108px;
     background: #000;
     position: absolute;
     margin-left: 4px;
     top: 45px;
}
.widgetAdCampaign #visal {
    background: url('/thestripmall.com/assets/images/ads/visal.png') no-repeat top left;
    width: 200px;
    height: 625px;
}
.widgetAdCampaign #visal #visalVid {
     text-align:center;
     width: 192px;
     height: 108px;
     background: #000;
     position: absolute;
     margin-left: 4px;
     top: 90px;
}
/* Ad Campaign widget style end */

/* Title style */
#title {
    width: 694px;
    clear: both;
    font-size: 24px;
    font-weight: bold;
    float: left;
    background: -moz-linear-gradient(#cf222e, #9a1b22);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #9a1b22),color-stop(1, #cf222e));
    background: -webkit-linear-gradient(#cf222e, #9a1b22);
    background: -o-linear-gradient(#cf222e, #9a1b22);
    background: linear-gradient(#cf222e, #9a1b22);
    border-top-left-radius: 12px;
    -moz-border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    -moz-border-top-right-radius: 12px;
    height: 42px;
    color: #fff;
}
#title p {
    margin-top: 3px;
    padding-left: 40px;
}
/* Title style end */

/* General use styles */
.borderContentBox {
    width: 692px;
    color: #fff;
    border-left: thin solid #6d6e70;
    border-right: thin solid #6d6e70;
    border-bottom: thin solid #6d6e70;
    float: left;
    clear: left;
    position: relative;
    padding-bottom: 25px;
}
.borderContentBox h3 {
    width: 492px;
    margin: 15px auto;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.borderContentBox p {
    width: 492px;
    margin: 15px 100px 0px 100px;
    float: left;
    clear: left;
    font-size: 14px;
}
.borderContentBox p span {
    float: left;
    clear: left;
}
.borderContentBox p input[type="submit"],
.borderContentBox p input[type="button"] {
    float: left;
    clear: left;
    border-radius: 25px;
    -moz-border-radius:25px;
    border-color: #6d6e70;
    background: #6d6e70;
    color: #000;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 15px;
}
.borderContentBox p input[type="submit"]:hover,
.borderContentBox p input[type="button"]:hover {
    border-color: #c0202c;
    background: #c0202c;
    cursor: pointer;
}
.borderContentBox p label {
    width: 200px;
    text-align: right;
    float: left;
}
.borderContentBox p input[type="text"], 
.borderContentBox p select, 
.borderContentBox p input[type="password"], 
.borderContentBox p a#forgot_password {
    float: left;
    margin-left: 15px;
    border-radius: 25px;
    -moz-border-radius:25px;
    padding-left: 5px;
    width: 200px;
}
.borderContentBox p select {
    width: 212px;
}
.borderContentBox p textarea {
    width: 250px;
    height: 100px;
    float: left;
    margin-left: 10px;
     border-radius: 25px;
    -moz-border-radius:25px;
    padding: 10px;
    margin-top: 5px;
}
.borderContentBox .errorText p {
    text-align: center; 
    border: 2px solid #fff; 
    font-weight: bold; 
    margin: 25px 100px;
}
.borderContentBox .errorText img {
    float: left;
    padding: 10px;
}
.borderContentBox a {
    color : #e3d9a7;
}
.borderContentBox a:hover {
    color : #d9ac28;
}
.borderContentBox a #club_upgrade {
    margin: 20px 0px 0px 20px;
    padding: 10px;
    border: 2px solid #e3d9a7;
}
.borderContentBox a #club_upgrade:hover {
    border: 2px solid #d9ac28;
}
/* General use styles end */

/* Tag modal window styles */
#tag_list_form table {
     border: thin solid #fff; 
     border-collapse: collapse; 
     width: 390px;
     font-size: 14px;
     margin-left: 5px;
}
#tag_list_form td {
    text-align: center; 
    width: 200px; 
    border: thin solid #fff;
}
#tag_list_form input {
    width: 15px; 
    float: left; 
    margin: 10px 10px 0px 10px;
}
#tag_list_form span {
     float: left;
     margin: 6px 0px;
}
/* Tag modal window styles end */

/* Video tag modal window styles */
#video_list_form #videoTagsList {
    border: thin solid #fff; 
    border-collapse: collapse; 
    width: 550px;
    font-size: 14px;
    margin-left: 10px;
}
#video_list_form #videoTagsList td {
    text-align: center; 
    width: 275px; 
    border: thin solid #fff;
}
#video_list_form #videoTagsList input {
    width: 15px; 
    float: left; 
    margin: 15px 10px 0px 10px;
}
#video_list_form .flavideo {
    float: left;
}
#video_list_form .flavideo table {
     width: 225px;
     background: #333;
     border: none;
     margin: 15px 10px 15px 0px;
}
#video_list_form .flavideo .vidtitle {
    text-align: center;
    margin: 15px;
    font-weight: bold;
}
/* Video tag modal window styles end */