/* this may fix a bug in IE6 with bad color */
* html .content {
	height: 1%; 
}

body {
	font-family: Arial, Verana;
	font-size: smaller;
	background: #A4216D; /* #d262A4; */
	margin: 0px; 
	padding: 0px;
    text-align: center;
}

/* creates columnar view */
#body{
	background: white url(/images/pv-ep-bg.jpg) repeat-x; /*TODO reconcile this image*/
	margin: 0 auto;
	position: relative;
	width: 600px;
	border-right: 2px solid black;
	border-left: 2px solid black;
    clear: both;
}

span.strong {
	font-weight: bold;
	color: #FF1493;
}

/* intro text */
p.intro {
	color: black;
	background: #CCC;
	padding: 3px 5px;
}

/* for things that need to stand off the background */
div.whitebox {
	background: white;
	border: 1px solid black;
	padding: 3px;
	margin: 5px;
	text-align:left;
}


/* header text */
div.headerText {
	background: #A0A0A0;
	text-align: center;
	color: white;
	font-size: 18pt;
	font-weight: bold;
	padding: 10px 0px;
}

div.tabs div.on div {
	background: #A4216D;
	border: 1px outset #A4216D;
}
div.tabs div.off div {
	background: pink;
	border: 1px outset pink;
}
div.tabs div a {
	display: block;
	background: none;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
div.tabs div a:hover, .premium-links a:hover{
	background: #A4216D;
}


/* paragraphs, because the body has no margin */
p {
	margin: 5px;
	text-align: justify;
}

div.buttongroup {
	margin: 10px;
}
div.enterexitbutton {
	margin: 3px auto;
	width: 50%;
}
div.enterexitbutton img {
	width: 100%;
}

h1 {
	font-size: x-large;
	margin-left: 10px;
}


/* for the WATCH CLIPS page */
div.watch {
	margin: 10px;
}
div.watch span {
	position: relative;
	z-index: 100;
}
div.watch div.title {
	font-size: 12pt;
	font-weight: bold;
}
div.watch div.date {
	font-style: italic;
	text-align: center;
}
div.watch div.description {
	margin: 0px;
	padding: 5px;
	border: 1px solid black;
	color: black;
	background: white;
	text-align: justify;
	font-size: 10pt;
	font-weight: normal;
}
div.watch div.description * {
	color: black;
}
div.watch div.description a {
	font-size: 18pt;
        font-weight: bold;
	font-style: italic;
	color: #FF1493;
}
div.watch div.description div.image {
	float: left;
	width: 160px;
	height: 130px;
	margin: 0px 5px 0px 0px;
}
div.watch div.description div.dvd_image {
	float: left;
	width: 135px;
	height: 200px;
	margin: 0px 5px 0px 0px;
}
div.watch div.buy {
	text-align: center;
	font-weight: bold;
	color: black;
	margin-top: 20px;
}


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


/* for the 2257 text */
div.watch2257 {
	margin: 0px 10px 20px 10px;
	padding: 5px;
	border: 1px solid gray;
	background: #E4E4E4;
	text-align: justify;
	font-size: 12pt;
}


/* for videos */
div#videoEdge {
	width: 160px;
	height: 105px;
	border: 1px solid pink;
	margin: auto;
    position: relative;
}
div#videoWifi, div#video3G {
	width: 480px;
	height: 285px;
	border: 1px solid pink;
	margin: auto;
	position: relative;
}

/* put this last */
div.clear, div div.clear {
	clear: both;
	height: 1px;
}
.butnBg{
    background:#004851 url(/images/s1/butnBarBg.png) repeat-x scroll left bottom;
    height: 35px;
    padding-top: 8px;
}

.searchContainer{
    background: #FFF;
    
}
.searchInputContainer{
    margin: 0 auto;
    width: 300px;
}

.footer{
    width:600px;
    margin: 0 auto;
}