
/********************
  	  DVD.cfm 
 ********************/
/*** Left Navigation / Copy ***/
#leftNav{
background:#EDEDED;
width: 187px;
}
#leftNav h3{
margin: 10px 0px 8px 5px;
text-transform: uppercase;
font-size: 14px;
color: #68696B;
}
#leftNav ul{
list-style-type: none;
margin: 0px;
padding: 0px 0px 5px 15px;
}
#leftNav li{
margin:0px;
font-size: 13px;
line-height: 16px;
font-weight: bold;
}
#leftNav a{
color: #A8A9AD;
text-decoration: none;
}

#leftNav .searchDIV{
float:left;
padding-left:5px;
}

#leftNav #search{
width:146px;
height:16px;
margin-top:-1px;
}

/*** Purple Box ***/
#purpleBox{
background: #DADAFF;
width: 167px;
margin: 10px 0px 10px 10px;
}
.purpleCorner{
background-repeat: no-repeat;
width:100%;
}
.purpleCornerTL {
background-image: url(/images/corner_TL_purple.gif);
}
.purpleCornerTR {
background-image: url(/images/corner_TR_purple.gif);
background-position: top right;
}
.purpleCornerBL {
background-image: url(/images/corner_BL_purple.gif);
background-position: bottom left;
}
.purpleCornerBR {
background-image: url(/images/corner_BR_purple.gif);
background-position: bottom right;
}

#purpleBox p{
font-size: 13px;
line-height: 16px;
color: #8766AD;
margin: 0px 4px 0px 4px;
}

#purpleBox p.first{
padding-top: 4px;
}
#purpleBox p.last{
padding-bottom: 4px;
}
#purpleBox span{
text-transform: uppercase;
font-weight: bold;
}
#purpleBox a{
font-size: 12px;
color: #8766AD;
font-weight: bold;
text-decoration: none;
}

/*** Content ***/

#leftContent{
width: 171px;
overflow: hidden;
margin: 0px 0px 0px 8px;
}

#leftContent .interiorCopy{
margin-bottom: 5px;
}

/****** Main DVDs ******/

.movieDesc{/* holds all divs/content/btns for an individual DVD */
width:735px;
}
.dvdCover{
float:left;
width:134px;
overflow:hidden;
}
.contentHold{/* div holds content div to position it inside movieDesc div */
/* background-color: #E3F1F6;*/
float:left;
width:470px;
}

.similarTag{/* div holds content div to position it inside movieDesc div */
/* background-color: #E3F1F6;*/
float:left;
width:470px;
margin-top:10px;
}
.similarTag h4{
font-size: 10px;
color: #000;
font-weight:bold;
margin: 0px;
display:inline;
}
.similarTag a{
font-size: 10px;
line-height: 11px;
color: #000;
text-transform: lowercase;
}


.dvdTitle{
font-size: 16px;
color: #0A6EBA;
font-weight:bold;
text-transform: uppercase;
width: 280px;
float:left;
/*background-color:red;*/
}
.BtnHold1{
float:right;
}
.BtnHold2{
float:right;
margin: 0px 0px 0px 30px;
}
.dvdSubTitle {
color: #0A6EBA;
font-size: 14px;
font-weight:normal;
width:280px;
}
.content {
margin-top: 15px;
color: #71716F;
font-size: 12px;
line-height: 15px;
text-align:left;
overflow:hidden;
}

.screenShot{/* inside content div */
margin-top: 10px;
color: #000000;
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
width:470px;
}
.screenShotThumb{
width: 155px;
}

.dvdMORE {/* text link: more...||close x  */
margin-top: 3px;
color: #71716F;
font-size: 12px;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
float:right;
}


.purchaseBTNS{
float:right;
margin-top:17px;
}

.purchaseBTN{
margin-top:22px;
}


/* featured DVD specific */
#featuredDesc{
width: 640px;
border-right: 1px solid black;
float:left;
}
#featuredDesc h2{
color: #B90000;
margin: 0px 0px 10px 0px;
text-transform: uppercase;
}
#featuredDesc .dvdTitle, #featuredDesc .dvdSubTitle{
width: 250px;
}
/* needed for firefox? */
#featuredTitle .dvdTitle, #featuredSubTitle .dvdSubTitle{
width: 250px;
}
#featuredDesc .dvdCover{
float:left;
width:240px;
overflow:hidden;
}
#featuredDesc .screenShotThumb{
width:131px;
overflow:hidden;
}
#featuredDesc .contentHold, #featuredDesc .content, #featuredDesc .sreenshot, #featuredDesc .similarTag{
width: 395px;
}
.purchaseBTNfeature{
margin-top: 22px;
margin-right: 20px;
float: left;
}

#featuredDesc .Btn2{
float:right;
margin: 0px 0px 0px 5px;
width: 62px;
height: 39px;
}
#featuredDesc .Btn1{
float:right;
margin: 0px;
width: 70px;
height: 39px;
}

#featuredAd{
float:left; 
margin: 0px 0px 0px 6px;
}
