#content{
	width:950px;
	margin:0 auto;
	padding-bottom:35px;
	background:#111;
	}
#contentHeader{
	width:950px;
	height:300px;
	padding:0 0 0 0;
	margin:0 0 40px 0;
	}
.productNameContainer {
	width:426px;
	height:100px;
	float:right;
	margin:0 10px 20px 0;
	padding:0 0 0 0;
	text-align:center;
    vertical-align: middle;
	}
.productNameContainer h1 {
	font-size:24px;
	font-weight:normal;
	line-height:25px;
	color:#FFF;
	margin:0 0 0 0;
	padding:0 0 0 0;
	clear:both;
	}
.productNameContainer h2 {
	font-size:18px;
	font-weight:normal;
	color:#CCC;
	margin:5px 0 0 0;
	padding:0 0 0 0;
	clear:both;
	}
/*/////////////////*/	
/* Sample Clip start*/
/*/////////////////*/
.viewLargeBtn{
	display:block;
	width:102px;
	height:20px;
	float:left;
	clear:left;
	text-indent:-9999px;
	margin:260px 0 0 40px;
	padding:0 0 0 0;
	}
.socialBtn{
	left: 20px;
	position: relative;
	text-decoration: none;
	top: 254px;
	}
.socialGBtn{
	left: 30px;
	position: relative;
	text-decoration: none;
	top: 260px;
	}
.socialTBtn{
	left: 30px;
	position: relative;
	text-decoration: none;
	top: 260px;
	}
#sampleClipBox {
	width:200px;
	padding:0 0 0 0;
	margin:0 126px 0 0;
	border:1px solid #000;
	float:right;
	clear:right;
	}
#sampleClipBox h3{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#7d7d7d;
	line-height:26px;
	background-image:url(../store/img/products/dvds/sampleClipDesc_bg.gif);
	background-repeat:no-repeat;
	padding:0 0 0 10px;
	margin:0 0 0 0;
	}
/*/////////////////*/	
/* Sample Clip end*/
/*/////////////////*/

#content_left{
	width:475px;
	padding:0 0 0 0px;
	margin:0 0 0 40px;
	float:left;
	}
	
#content_right{
	width:375px;
	padding:0 0px 0 0;
	margin:0 40px 0 0;
	float:right;
	}
/*/////////////////*/	
/* Tabs Skin Start */
/*/////////////////*/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav ul {
	clear:both;
}
.tabs-nav li {
    float: left;
	padding:0 0 0 0;
    margin: 0 5px 0 0;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
	width:115px;
    /*padding: 0 18px;*/
    background: url(http://www.thegnomonworkshop.com/store/img/products/dvds/tab_bg.jpg) repeat-x;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 0;
    padding-left: 0;
    color: #666;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
	font-weight:normal;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	background-image:url(../store/img/products/dvds/tab_selected_bg.gif);
	background-repeat:repeat-x;
	color: #000;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-image:url(../store/img/products/dvds/tab_bg.gif);
	background-repeat:repeat-x;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height:25px; /* IE 6 treats height as min-height */
    min-height: 25px;
    padding-top: 10px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    /*padding-top: 11px;*/
	min-height:26px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {

}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {

}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
	opacity: .4;
}

.tabs-container {
	float:left;
	width:475px;
    border-top: 1px solid #898989;
    background: #626262; /* declare background color for container to avoid distorted fonts in IE while fading */
	/*background-image:url(../store/img/products/dvds/tabs_content_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;*/
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}
.tabs-container a{
	color:#FFF;
	text-decoration:underline;
}
.tabs-container .description{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	text-align:justify;
	color:#ccc;
	float:right;
	padding:0 0 0 0;
	margin:20px 20px 0 0;
	width:298px;
}
.tabs-container h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:justify;
	color:#fff;
	padding:0 0 0 0;
	margin:20px 0 0 20px;
}
.tabs-container p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	color:#ccc;
	padding:0 0 0 0;
	margin:10px 0 0 20px;
	width:435px;
}
.tabs-container ul{
	margin:20px 0 0 20px;
	padding:0 0 0 0;
	list-style:none;
}
.tabs-container ol{
	margin:20px 0 0 20px;
	padding:0 20px 0 0;
	list-style-position:outside;
}
.tabs-container ol li{
	margin:0 0 0 20px;
	padding:0 0 0 0;
}
.tabs-container li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
	color:#CCC;
}
.tabs-container .chapter_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
	color:#fff;
	padding:0 0 0 0;
	margin:0 0 10px 0;
	font-weight:bold;
}
.tabs-container img{
	float:left;
	width:157px;
	margin:0 0 -10px 0;
	padding:0 0 0 0;
}
#specBox{
	width:435px;
	margin:10px 0 0 10px;
	padding:10px;
	background-color:#4e4e4e;
}
#specBox a{
	color:#ccc;
	text-decoration:underline;
}
#specBox a:hover{
	color:#fff;
	text-decoration:underline;
}
#specBox h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	padding:0 0 0 0;
	margin:0 0 10px 0;
}
#specBox p{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	color:#fff;
	text-align:left;
}
#specBox ul{
	margin:0 0 10px 0;
	padding:0 0 0 0;
	list-style:none;
}
#specBox ul li{
	font-family:Arial, Helvetica, sans-serif;
	color:#ccc;
	font-size:11px;
	margin:0 0 0 20px;
}
#specBox ol{
	margin:0 0 10px 0;
	padding:0 0 0 0;
	list-style:none;
	list-style-position:outside;
	list-style-type:none;
}
#specBox ol li{
	font-family:Arial, Helvetica, sans-serif;
	color:#ccc;
	font-size:11px;
	margin:0 0 10px 20px;
	padding:0 0 0 0;
	list-style-position:outside;
	list-style-type:none;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
/*/////////////////*/	
/* Tabs Skin End */
/*/////////////////*/
/*/////////////////*/	
/* Software Used Start */
/*/////////////////*/
#softwareUsedBox{
	margin:0 0 20px 0;
	padding:0 0 0 0;
	width:475px;
	height:25px;
	}
#softwareUsedBox ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
#softwareUsedBox ul li{
	display:inline-block;
	margin:0 10px 0 0;
	padding:0 0 0 0;
	list-style:none;
	float:left;
	}
#softwareUsedBox ul li h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#727272;
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
	}
#softwareUsedBox ul li img{
	float:left;
	margin:0 5px 0 0;
	
	}
#softwareUsedBox ul li h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
#softwareUsedBox ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-decoration:none;
	}
#softwareUsedBox ul li a:hover{
	color:#fff;
	text-decoration:underline;
	}
/*///////////////////*/	
/* Software Used End */
/*///////////////////*/
/*///////////////////*/	
/* Artist info Start */
/*///////////////////*/
#artistInfoBox{
	background-color:#363636;
	border-top:1px solid #676767;
	width:475px;
	margin:0 0 0 0;
	padding:0 0 20px 0;
	}
#artistInfoBox #colLeft{
	margin:20px 0 0 20px;
	padding:0 0 0 0;
	float:left;
	width:120px;
}
#artistInfoBox #colRight{
	margin:20px 20px 0 0;
	padding:0 0 0 0;
	float:right;
	width:298px;
}
#artistInfoBox img{
	width:120px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
#artistInfoBox .button{
	display:block;
	width:120px;
	height:25px;
	text-decoration:none;
	background-image:url(../store/img/products/dvds/artistInfoBtn_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:25px;
	color:#FFF;
	margin:10px 0 0 0;
	padding:0 0 0 0;
	text-transform:capitalize;
	border-top:none;
}
#artistInfoBox h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFF;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0 0 0 0;
}
#artistInfoBox h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0 0 0 0;
}
#artistInfoBox p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#CCC;
	text-align:justify;
	font-weight:normal;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
/*///////////////////*/	
/* Artist info End */
/*///////////////////*/
/*///////////////////*/	
/* Subs box start */
/*///////////////////*/
#subsBox{
	display:block;
	margin:0 0 10px 0;
	padding:0 0 0 20px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(../store/img/products/dvds/subsicon.gif) no-repeat 0 1px;
	}
#subsBox a{
	color:#ccc;
	text-decoration:underline;
	}
#subsBox a:hover{
	color:#fff;
	text-decoration:underline;
	}

/*///////////////////*/	
/* Subs box end */
/*///////////////////*/
/*///////////////////*/	
/* Review Box Start */
/*///////////////////*/
#reviewBox{
	margin:0 0 20px 0;
	padding:0 0 0 0;
	color:#999;
	background:url(../store/img/products/dvds/reviewlinkbg.gif) repeat-x;
	display:block;
	float:left;
	width:375px;
	}
#reviewBox span.reviewtext{
	margin:0 0 0 0;
	padding:0 0 0 26px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:30px;
	background:url(../store/img/products/dvds/reviewlinkicon.gif) no-repeat;
	}
#reviewBox span.reviewtext a{
	color:#ccc;
	text-decoration:underline;
	}
#reviewBox span.reviewtext a:hover{
	color:#fff;
	text-decoration:underline;
	}

/*///////////////////*/	
/* Review Box end */
/*///////////////////*/
/*///////////////////*/	
/* Cart box start */
/*///////////////////*/
#cartBox_container{
	width:375px;
	background-image:url(../store/img/products/dvds/cartBox_bg.gif);
	background-repeat:no-repeat;
	background-color:#000;
	margin:0 0 20px 0;
	padding:10px 0 0 0;
	float:right;
	}
#cartBox_skull_container{
	width:375px;
	background-image:url(../store/img/products/figures/cartBox_bg.gif);
	background-repeat:no-repeat;
	background-color:#000;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	float:right;
	}
#cartBox_skull_short_container{
	width:375px;
	background-image:url(../store/img/products/figures/cartBox_bg.gif);
	background-repeat:no-repeat;
	background-color:#000;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	float:right;
	}
#cartBox_left {
	width:105px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	}
#cartBox_skull_container #cartBox_left{
	width:100px;
	}
#cartBox_skull_short_container #cartBox_left{
	width:100px;
	}

#cartBox_left .modAdjustedPrice{
	display:block;
	width:105px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#ccff66;
	padding:0 0 0 0;
	float:left;
	}

#cartBox_left .modAdjustedPriceDiscount{
	display:block;
	width:105px;
	text-align:center;
	text-decoration:line-through;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#FF0000;
	padding:0 0 0 0;
	float:left;
	}
	
#productPage #cartBox_left .modAdjustedPrice{
	margin-top:9px;
	}
	
#cartBox_figures_container #cartBox_left .modAdjustedPrice{
	display:block;
	width:100px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:45px;
	font-weight:normal;
	color:#ccff66;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	}
#cartBox_skull_container #cartBox_left .modAdjustedPrice{
	display:block;
	width:100px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	color:#ccff66;
	margin:12px 0 0 0;
	padding:0 0 0 0;
	float:left;
	}
#cartBox_skull_short_container #cartBox_left .modAdjustedPrice{
	display:block;
	width:100px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	color:#ccff66;
	margin:12px 0 0 0;
	padding:0 0 0 0;
	float:left;
	}
#cartBox_left .toolTipBtn{
	display:block;
	width:89px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	margin:10px 0 0 9px;
	padding:0 0 0 0;
	text-align:center;
	line-height:16px;
	background-image:url(../store/img/products/dvds/moreInfoBtn_bg.gif);
	background-repeat:no-repeat;
	cursor:default;
	float:left;
	clear:left;
	display:none;
	}
.vertLine{
	float:left;
	height:60px;
	width:0px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	border-right:1px solid #2b2b2b;
	border-left:1px solid #000;
	}
.vertLine_figures{
	float:left;
	height:24px;
	width:0px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	border-right:1px solid #2b2b2b;
	border-left:1px solid #000;
	}
#cartBox_container ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
#cartBox_container ul li{
	list-style:none;
	width:255px;
	margin:0 10px 10px 0;
	padding:0 0 0 0;
	float:right;
	clear:right;
	}
#cartBox_container ul li h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	float:right;
	line-height:25px;
	text-align:right;
	margin:0 10px 0 0;
	padding:0 0 0 0;
	}
#cartBox_container ul li a{
	background-image:url(../store/img/products/dvds/addtocart_bg.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:center;
	width:100px;
	float:right;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	}
#cartBox_figures_container ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
#cartBox_figures_container ul li{
	list-style:none;
	width:230px;
	margin:10px 10px 0 0;
	padding:0 0 0 0;
	float:right;
	clear:right;
	}
#cartBox_figures_container ul li h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	float:right;
	line-height:25px;
	text-align:right;
	margin:0 10px 0 0;
	padding:0 0 0 0;
	}
#cartBox_figures_container ul li a{
	background-image:url(../store/img/products/dvds/addtocart_bg.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:center;
	width:100px;
	float:right;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	}
#cartBox_skull_container ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
#cartBox_skull_container ul li{
	list-style:none;
	width:260px;
	margin:10px 10px 0 0;
	padding:0 0 0 0;
	float:right;
	clear:right;
	}
#cartBox_skull_container ul li h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	float:right;
	line-height:25px;
	text-align:right;
	margin:0 8px 0 0;
	padding:0 0 0 0;
	}
#cartBox_skull_container ul li a{
	background-image:url(../store/img/products/dvds/addtocart_bg.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:center;
	width:100px;
	float:right;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	}
#cartBox_skull_short_container ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
#cartBox_skull_short_container ul li{
	list-style:none;
	width:260px;
	margin:10px 10px 0 0;
	padding:0 0 0 0;
	float:right;
	clear:right;
	}
#cartBox_skull_short_container ul li h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	float:right;
	line-height:25px;
	text-align:right;
	margin:0 8px 0 0;
	padding:0 0 0 0;
	}
#cartBox_skull_short_container ul li a{
	background-image:url(../store/img/products/dvds/addtocart_bg.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:center;
	width:100px;
	float:right;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	}
/*///////////////////*/	
/* Cart box end */
/*///////////////////*/
/*///////////////////*/	
/* tooltip start */
/*///////////////////*/
#tooltip {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	z-index:9999;
	color:#FFF;
	font-size:12px;
	text-align:left;
	padding:10px;
	margin:0 0 0 0;
}
#tooltip ul{
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#tooltip ul li {
	list-style:none;	
}

#tooltip .tipHeader {
}

/* IE hack */
*html #tooltip .tipHeader {
	margin-bottom:-6px;
	}

#tooltip .tipBody {
	background-color:#000;
	padding:5px;
	border:1px solid #666;
}

#tooltip .tipFooter {
}
/*///////////////////*/	
/* tooltip end */
/*///////////////////*/
/*///////////////////*/	
/* testimonial box start */
/*///////////////////*/
#testimonialBox{
	width:375px;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	float:right;
	clear:right;
	}
#testimonialBox p{
	margin:0 0 5px 0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	color:#999;
	}
#testimonialBox h3{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	font-weight:normal;
	color:#626262;
	}
#testimonialBox h3 .subName{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:12px;
	}
/*///////////////////*/	
/* testimonial box end */
/*///////////////////*/
/*///////////////////*/	
/* dvd stills box start */
/*///////////////////*/
#dvdStillsGallery{
	width:375px;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	float:right;
	clear:right;
	}
#dvdStillsGallery h2{
	color:#908f8f;
	text-transform:uppercase;
	margin-bottom:8px;
	color:#eaeaea;
	}
#dvdStillsGallery .productGallery{
	color:#908f8f;
	text-transform:uppercase;
	margin-bottom:8px;
	color:#eaeaea;
	}
#dvdStillsGallery a{
	display:block;
	width:120px;
	height:80px;
	float:left;
	margin:0 7px 7px 0;
	padding:0 0 0 0;
	}
#dvdStillsGallery a img{
	border:1px solid #737373;
	}
/*///////////////////*/	
/* dvd stills box end */
/*///////////////////*/
#relatedDvds {
    clear: right;
    float: right;
    margin: 0;
    padding: 0;
    width: 375px;
}
.relatedDvdsScrollbar {
    float: left;
    height: 253px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 375px;
}
#relatedDvds h2 {
	color:#908f8f;
	text-transform:uppercase;
	margin-bottom:8px;
	color:#eaeaea;
}
#relatedDvds .relatedProducts {
	color:#908f8f;
	text-transform:uppercase;
	margin-bottom:8px;
	color:#eaeaea;
}
#relatedDvds table {
    float: left;
    margin: 0;
    padding: 0;
    width: 375px;
}

.tdTopSpacer {
    border-top: 1px solid #333333;
    margin: 0;
    padding: 0;
}
.tdBottomSpacer {
    border-bottom: 1px solid #333333;
    margin: 0;
    padding: 0;
}
#relatedDvds img {
    border: 1px solid #737373;
    float: left;
    height: 50px;
    margin: 5px 20px 5px 0;
    padding: 0;
    width: 50px;
}
#relatedDvds a:hover {
    color: #FFFFFF;
}

.fb_iframe_widget {
	top:255px;	
}