/* 
* SCREEN version
*/
@media screen {

	#trailer-viewone {
		background-image: url('/img/checkerplate_bg.jpg');
		margin: 10px;
		padding: 10px;
		border-color: #202020;
		border-width: 1px;
		border-style: solid;
	}
	
	#trailer-viewone #image {
		text-align: center;
		margin: 4px;
	}
	
	#trailer-viewone #title {
		background-color: black;
		padding: 6px;
		margin: 6px;
		color: #BC1414;
		text-align: center;
		font-size: 1.8em;
		font-family: bold;
		font-family: arial, sans-serif;
	}
	
	#trailer-viewone #price {
		font-family: arial, sans-serif;
		color: #BC1414;
		font-size: 1.6em;
		text-align: center;
		background-color: black;
		padding: 10px;
	}
	
	#trailer-viewone tr.details td, #trailer-viewone tr.details th {
		font-family: sans-serif;
	}
	
	#trailer-viewone tr.details td {
		text-align: left;
	}
	
	#trailer-viewone tr.details th {
		padding: 8px;
		background-color: black;
		color: #BC1414;
	}
}

@media print {
	#trailer-viewone {
		margin: 0px;
		padding: 0px;
	}
	
	#trailer-viewone #image {
		text-align: center;
	}
	
	#trailer-viewone #title {
		text-align: center;
		font-size: 1.8em;
		font-family: bold;
		font-family: arial, sans-serif;
	}
	
	#trailer-viewone #price {
		font-family: arial, sans-serif;
		color: #BC1414;
		font-size: 1.5em;
		text-align: center;
	}
	
	#trailer-viewone th {
		text-align:  left;
	}
	
}