/*	-------------------------------------------------------------
	GLOBAL TABLE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	#table-global {
		width:555px;
		padding:0; }

		 #table-global-intro .full-intro {
			float:left;
			margin:0;
			width:100%; }

		 #table-global-intro .left-intro {
			float:left;
			margin:0;
			width:360px; }

		 #table-global-intro .left-intro p, #table-global-intro .full-intro p  {
			font:125%/170% Verdana, Arial, Helvetica, sans-serif;
			font-weight:normal;
			color:#dddbdc;
			padding:5px 15px 0 0;
			letter-spacing:-1px; }

		 #table-global-intro .left-intro p.title, #table-global-intro .full-intro p.title  {
			font:150%/170% Verdana, Arial, Helvetica, sans-serif;
			font-weight:normal;
			color:#dddbdc;
			padding:0;
			letter-spacing:-1px; }

		 #table-global-intro .right-intro {
			margin:0 0 0 360px;
			padding:0; }

		 .right-intro img {
			padding:20px 0 0 0 !important; }

	#table-global .line, #table-global-intro .line {
		margin:20px 0;
		height:1px;
		padding:0 0 10px 0;
		border-bottom:1px solid #2a2b2b; }

	#table-global left {
		float:left;
		margin:0 0 20px 0;
		width:200px; }

	#table-global .left h1 {
		margin:0 0 10px 0;}

	#table-global .left .from {
		margin:0 0 -5px 0;
		padding:0;
		color:#dddbdc;}
		
	#table-global .left .price {
		font:152%/170% Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		margin:0;
		padding:0;
		color:#c7303e; }

	#table-global .left .price span {
		font-size:11px;
		margin:0 0 0 3px;
		padding:0;
		color:#666 }
		
	#table-global .right {
		margin:0 0 0 195px;
		padding:0 0 0 25px; }
	

/*	-------------------------------------------------------------
	GLOBAL TABLE A
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#box-table-a {
		margin:0 auto;
		width: 96%;
		border-collapse: collapse;}
	
	#box-table-a th {
		font-size: 14px;
		font-weight: bold;
		padding: 14px 0 14px 14px;
		color: #dad8d9;
		letter-spacing:-1px;
		text-align:left; }
	
	#box-table-a td {
		border-bottom:1px solid #292929;
		padding: 8px 14px 10px 14px;
		color: #fff;
		font-weight:normal;
		text-align:left;
		text-indent:15px;
		width:100px; }
		
	#box-table-a td.left {
		color: #a6a7a7;
		font-weight:bold;
		border-right:1px solid #292929;
		width:130px; }
	
	#box-table-a td.price {
		font-size:15px;
		font-weight:bold;
		color:#c7303e; }

	#box-table-a tr.alt { background:#1d1f1e }
	
	#box-table-a tr.last td {
		border-bottom: none;
		background:transparent;
		padding: 8px 0px; }
	
	#box-table-a td a {
			display: block;
			color: #fff;
			font-size: 11px;
			font-weight:normal;
			margin: 4px 0 4px 0;
			outline: none; }
		
		#box-table-a td a:hover {
			text-decoration:underline; }
	
