/*
	DVDbox Plugin Ads stylesheet definitions
	
	You may modify the style definitions below to suit your needs. Save the 
	.css file in on your server and include this .css in the page where you include 
	plugin_ads.js.php
	
	Copyright 2006, PWI
	
	INSTRUCTIONS:
	
	right-click the link used to open this popup and select "save link as". 
	Once you have downloaded this file, modify the style settings and link the saved css
	file in your HTML page. Make sure to keep the same classe names.
*/


/******			DVDbox all around styles 		******/
.dvdboxsize_all_dvd { 
	font-size: 20px; 
	font-family: Copperplate Gothic Light; 
	font-weight: bold;
        color: #ffd000;
}


/******			Movie description styles 		******/
.dvdboxsize_description { 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
        color: #FFFFFF; 
}


/******			Movie category labels styles 		******/
.dvdboxsize_category {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	 
}


/******			Movie single cover IMG styles 		******/
.dvdboxsize_single_dvd {
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #ffd000; 
	text-decoration: underline;
}


/******			Space between covers (when showing backcover) 		******/
.dvdboxsize_cover_margin { 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
}


/******			Padding 		******/
.dvdboxsize_dvd_padding { 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
}


/******			ad background color 		******/
.dvdboxsize_main_bg { 
	background-color: #000000;
}