		
	.right {
		text-align: center;
		position: relative;
		}
		
	#contentBody .right table {
		width: auto;
		margin: 0;
		}
		
	/**
	* quote
	*/
	#quote img {
		/*
		position: relative;
		left: 310px;*/
		margin-left: 310px;
		}
		
	/**
	* popup box
	*/
	#alert {
		position: absolute;
		/*top: 50px;
		left: 50px;*/
		width: 262px;
		/*padding: 5px;*/
		color: #414141;
		/*background: #2A2A2A url(../../../images/layout/headings/success.gif) 15px 10px no-repeat;*/
		background-color: #2a2a2a;
		}
		
	#alert h3 {
		float: left;
		padding: 7px 15px !important;
		margin:0 !important;
		}
		
	#alert div#comment {
		padding: 10px;
		margin: 30px 5px 5px;
		background-color: #fff;
		}
		
	div#comment a {
		text-decoration: none;
		}
		
	#alert div#close {
		width: 12px;
		height: 12px;
		float: right;
		margin: 5px;
		display: inline;
		background: url(../../../images/layout/buttons/close.gif);
		}
		
	#alert div#close a {
		display: block;
		height: 12px;
		}

		
	/**
	* tables
	*/
	table {
		width: 100%;
		}
		
	table a {
		color: #414141;
		text-decoration: none;
		}
		
	/**
	* buy button
	*/
	.buy {
		width: 35px;
		height: 17px;
		text-align: left;
		background: url(../../../images/layout/buttons/buy.gif);
		}
		
	.buy a {
		display: block;
		font-size: 1px;
		text-indent: -9999em;
		height: 17px;
		}
		
	/**
	* paginator
	*/
	#paginator {
		color: #414141;
		padding: 0 0 10px 231px;
		}
		
	#paginator div {
		background-color: #D0D0D1;
		}
		
	#paginator li {
		display: inline;
		margin: 0 5px 0 0;
		}
		
	#paginator li#next {
		background: url(../../../images/layout/arrow.gif) right no-repeat;
		}
		
	#paginator li#next a {
		padding: 0 8px 0 0;
		}
		
	#paginator li#previous {
		background: url(../../../images/layout/arrow-left.gif) left no-repeat;
		}
		
	#paginator li#previous a {
		padding: 0 0 0 8px;
		}
		
	#paginator a {
		color: #414141;
		text-decoration: none;
		}
		
	#paginator select {
		float: none;
		margin: 0 10px;
		width: 50px;
		}
		
	#paginator form {
		width: 210px;
		}
		
		
	#information {
		color: #414141;
		padding: 0 0 10px 231px;
	}
/* video page */
#mediaVideo{
	margin-left:70px;
}

#videoContent h2 {
	font-size:1.4em;
	margin-bottom:25px;
	margin-left:70px;
	margin-top:50px;
	text-align:left;
}	
		