body {
    -webkit-text-size-adjust: none;
}

.mainWrapper{
    overflow: hidden;
}
body > h1 {
	display: none;
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    color: #FFFFFF;
    background: url(/images/s1/iPhoneToolbar.png) #6d84a2 repeat-x;
    border-bottom: 1px solid #2d3642;
}

#loader{
	display: none;
	position: absolute;
	top: 55px;
	left: 40%;
	z-index: 150;
	padding: 3px;
	background: white;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.loader{
	display: none;
	position: absolute;
	z-index: 50;
	background: black;
	color: white;
	width: 100%;
}
.loader div{
	margin: 10px;
}

.button {
    position: absolute;
    top: 8px;
    right: 6px;
    -webkit-border-image: url(/images/s1/iPhoneButton.png) 0 5 0 5;
    -webkit-border-radius: 0;
    border-width: 0 5px 0 5px;
    padding: 0;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-decoration: none;
    background: none;
}

#homeButton {
    display: none;
    left: 6px;
    right: auto;
    -webkit-border-image: url(/images/s1/iPhoneBackButton.png) 0 8 0 14;
    border-width: 0 8px 0 14px;
}

.goButton {
    -webkit-border-image: url(/images/s1/iPhoneGoButton.png) 0 5 0 5;
    border-width: 0 5px;
}

.selected{
    display: block;
	/*position: absolute;*/
	top: 0;
}

ul li {
	margin: 0;
	padding: 0;
    font-size: 20px;
	font-weight: bold;
}

body > ul li > a {
    display: block;
    padding: 8px 32px 8px 8px;
    text-decoration: none;
    color: inherit;
}

/************************************************************************************************/

.dialog {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 468px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    text-align: right;
}

fieldset {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    border: none;
    padding: 10px 6px;
    background: url(/images/s1/iPhoneToolbar.png) #7388a5 repeat-x;
}

fieldset > h1 {
    margin: 0 10px 0 10px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-align: center;
}

input {
    box-sizing: border-box;
    margin: 6px 0 0 0;
    /*padding: 6px 6px 6px 44px;*/
    font-size: 16px;
    font-weight: normal;
}

/* Episode Display Lines */
.episodeList li.episode, .clipList li.episode {
	padding: 0px;
	height: 90px;
	overflow: hidden;
}
li.dvdepisode {
	height: 135px;
}
div.thumb{
	width: 120px;
	height: 90px;
}
div.thumb img {
	width: 120px;
	height: 90px;
}

.episodeList .sitename, .sitedesc, .sitebutns{overflow: hidden; margin: 0 5px;}
.episodeList .sitename{ height:15px; white-space: nowrap; }
.episodeList .sitedesc{ height:44px; overflow: hidden;}
.episodeList .sitebutns{ height:28px; overflow: hidden;}


li.episode div.sitedesc {
	font-size: 12px;
}
li.episode div.date {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
li.episode div.description {
	font-size: 12px;
	font-weight: normal;
	margin-right: 25px;
	height: 72px;
	overflow: hidden;
}
li.more div {
	padding: 35px 0px 0px 40px;
}
li.episode div.date strong {
	font-style: normal;
}
li.episode div.length {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
li.episode div.length strong {
	font-style: normal;
}
li.episode div.buy {
	float: left;
	font-size: 18px;
	margin-top: 45px;
	margin-left: 5px;
	color: #A4216D;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
li.episode div.buy a {
	display: inline;
	color: #A4216D;
}
li.episode div.play {
	margin-top: 15px;	
}
li.dvdepisode div.play {
	float: left;
	margin-top: 45px;
	padding-right: 5px;
	border-right: 1px solid black;
}

/* for a toggle */
div.toggleOuter {
    padding: 4px 0px 3px 40px;
    background: white;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
	border-bottom: 1px solid #E0E0E0;
}
div.toggleOuter div.label {
        float: left;
        margin: 4px 4px 0px 4px;
}
div.toggleBox {
        float: left;
        width: 20px;
        height: 20px;
        background: black;
        border: 2px inset gray;
}
div.toggleOn, div.toggleOff {
        margin: 2px;
        width: 12px;
        height: 12px;
        float: left;
}
div.toggleOn {
        background: #A4216D;
        border: 2px outset #A4216D;
}
div.toggleOff {
        background: black;
        border: 2px solid black;
}

/* some highlight */
span.strong {
	color: #FF1493;
	font-weight: normal;
}


/* tabs */
div.tabs {
	width: 100%;
	padding: 0px;
	clear: both;
	margin-bottom: 33px;
}
div.tabs div div {
        float: left;
        display: block;
        background: #000000 url(/images/s1/iPhoneToolbar.png) repeat-x left top;
		height: 33px;
        white-space: nowrap;
	padding: 0px;
}
div.tabs div.bottomLinks {
        width: 25%;
}
div.tabs div.topLinks {
        width: 30%;
}
div.tabs div.clips {
        width: 33%;
}
div.tabs div.dvds {
        width: 33%;
}
div.tabs div.more {
        width: 33%;
}
div.tabs div.on div {
		padding: 0px;
}
div.tabs div.off div {
		padding: 0px;
}
div.tabs div a {
    display: block;
    background: none;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #F5F5F5;
	padding: 6px 0px;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	font-size: 15px;
}
div.tabs div.on a {
	color: #F169A8;
	padding: 6px 0px;
}
div.tabs div.off a {
	padding: 6px 0px;
}

/* for padding out text */
div.textbox {
	padding: 0px 10px;
}
div.textbox a {
        color: #FF1493;
}

#ctform input{
    width: auto;
    margin: 0;
    padding: 0;
}
table.ringtones, table.bonus-feeds, .wallpapers, .list, .list li{
    width: 100% !important;
    font-size: 14px;
}

.niche a{
   font-size: 1.3em;
}
.textField , .textField input{
	margin: 0px 6px;
	padding: 2px;
	width: 156px;
	color: #000;
	font-size: 18px;
    height: 26px;
}
select.subject{
    width: 70%;
}

/**DVD**/
.dvdList li.episode.scene div.sitedesc {
    height: 42px;
    width: 40%;
}

.dvdList li.episode.scene div.sitebutns input {
    font-size: 10px;
}

