body, .mainWrapper{
    margin: 0;
    padding: 0;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
    -webkit-text-size-adjust: none;
}


/* pagination */
div.paginator {
        display: block;
        padding: 30px 0px 30px 30px;
}
div.paginator span.elipsis {
        padding: 4px;
        background: #D3D3D3;
        border: 1px outset #D3D3D3;
        font-size: larger;
}
div.paginator a {
        padding: 3px;
        background: pink;
        border: 2px outset pink;
        text-decoration: none;
        color: black;
        font-size: larger;
}
div.paginator a.current {
        padding: 4px;
        background: #D3D3D3;
        border: 1px outset #D3D3D3;
        color: gray;
}
.paginator-sub{
    width: 200px;
    margin: 0 auto;
}

.premium-links{
    width: 200px;
    margin: 10px auto;
}
.premium-links a{
    display: block;
    width: 100%;
    margin: 2px;
    text-align: center;
    border:1px outset pink;
    background: pink;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

div.tabs div a {
	padding: 5px 0px;
}
div.tabs div.off a {
	padding: 6px 0px;
}

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

.rss{
	font-size: 16pt;
}
.feedLink{
	display: none;
	height: 1px;
}

div.ipodEpisodeList{
    height: 90px;
    overflow: hidden;
    padding: 0;
    padding-right: 20px;
}
div.ipodEpisodeList, div.ipodDvdList{
    background: transparent url(/images/m1/mobileArrow.png) no-repeat scroll right center;
}
div.ipodEpisodeList div.name, div.ipodEpisodeList div.date{
    font-size: 14px;
    margin: 0;
    padding: 0;
}
div.ipodEpisodeList div.desc{
    font-size: 12px;
}
div.ipodEpisodeList div.thumb, div.ipodEpisodeList div.thumb img{
    height: 90px;
    width: 120px;
}
.premium  img{
    width: 100%;
}
.premium input{
    width: 21%;
}

.textField, .textField input {
    color:#000000;
    font-size:18px;
    height:26px;
    margin:0 6px;
    padding:2px;
    width:156px;
    vertical-align:middle;
}

input {
    font-size:16px;
    font-weight:normal;
    margin:6px 0 0;
}
.butnBg {
    background:#004851 url(/images/s1/butnBarBg.png) repeat-x scroll left bottom;
    color:white;
}
