/* root element for scrollable */
.watchedScroll, .trailerScroll ,.dvdScroll{  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 250px;	 
	width: 200px;
	/*border-top:1px solid #ddd;	*/
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	margin-top:10px;	
	
}

.dvdScroll{
	height:300px;
	
	
}


/* root element for scrollable items */
.watchedItems, .trailerItems {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:500px;	
	margin: 0px;
}

/* single scrollable item */
.items_vert div {
	border-bottom:1px solid #ddd;
	margin:10px 0;
	padding:15px;
	font-size:12px;
	height:400px;
}

/* elements inside single item */
.items_vert img {
	float:left;
	margin-right:20px;
	height:250px;
	width:180px;
}

.items_vert h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:700px;
	margin:30px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}	


.vert_link {
clear:both;
float:left;
display:inline;
height:auto;
white-space: nowrap;

/*margin-top:20px;*/

}
span.genrez{
white-space:nowrap;

}


.vert_link h4 a {
color:#002BB8;
text-decoration:none;
}

.vert_link h4 a:hover {
color:#002BB8;
text-decoration:underline;
}
/*
*/

.carousel-nav {
    background: url("./img/arrows_1.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px !important;
    margin: 0 0 4px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 140px !important;
    z-index: 50;
}

.carousel-next {
    background-position: -60px -160px;
	margin-bottom:20px;
	
}

.carousel-prev {
    background-position: -60px 0;
}



/*///////////////////////////////*/
.dvdShow{
	display:block;
	position:relative;
	padding-right:20px;
	padding-left:15px;
	width:720px;
	max-width:100%;
	
	
	
}
.dvdShow td.newsDVD {
    color: #333333;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.dvdShow b.prod {
    background-image: url(./img/dvd/icons_format.gif) !important;
    background-repeat: no-repeat !important;
}
.dvdShow b.prod {
    display: block;
    height: 19px;
    width: 36px;
}


.dvdShow b.prod_dvd {
    background: none repeat scroll 0 -133px transparent;
}

.dvdShow b.prod_bray {
    background: none repeat scroll 0 -152px transparent;
}



.dvdShow a.all {
    color: #256AA3;
    text-decoration:  none;
}

.dvdShow tr
{
	outline:0 none;

}

.dvdShow small {
    color: #000000;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 120%;
    margin: 15px 0;
    text-align: left;
}

H1.level2 {
    color: #FF6600;
    font-size: 23px;
    font-weight: 100;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.dvdShow td.originDVD{
padding: 0;
color:#272ADA; 
font-size:14px;
	
}


 .dvdShow .yt-uix-button, a.yt-uix-button:visited {
	 background-image:url(./img/dvd/basket.gif);
	 background-repeat:no-repeat;
	 background-position: 8% 50%;
	 padding-top:8px;
	 text-decoration:none;
	  
    background-color:#83A1D1;
	 border: 1px solid #CCCCCC;
    border-color: #3366CC;
     display: block;
    float: left;
     overflow: visible;
      position: relative;
  	font-size:16px;
	width:200px;
	color:#fff;
	height:30px;
	 font-weight:bold;
	
	 cursor: pointer;

	
}



 .dvdShow  .yt-uix-button:focus, .dvdShow  .yt-uix-button:hover {
    background-color:#2B59B2;
}



 .dvdShow  .eMicroGallery_full {
    background: url(./img/dvd/preloader.gif) no-repeat scroll center center #FFFFFF;
    height: 250px;
    min-height: 1px;
    position: relative;
    width: 180px;
}

 .dvdShow  .eMicroGallery_fullImage {
    height: auto;
    max-height: 250px;
    width: 100%;
}

table.showDetails td{
border-bottom:1px solid #ccc;color:#777;
width:50%;
vertical-align:top;
overflow:hidden;
	
}


.showDetails{
	background:url(./img/dvd/buy-dvd-disc.jpg) no-repeat 50% 50%;
	border:none;
	border-width:0;
	
}

span.av-time {
    background: none repeat scroll 0 0 #D1700E;
    color: #FFFFFF;
    display: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 23px;
    left: 31px;
    padding: 8px 8px 0;
    position: absolute;
    top: 0;
}

.dvdHL{
	font-weight:bold;
	color:#000;
		
}
.dvdCategory{
	color:#999;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	
	
}
