@charset "UTF-8";
/* CSS Document */
/* CSS HTML */
	

/* Divs */
	#content_holder {
		background-color:#e4e4e4;
		}
/* Links */	
.chart_header a:link, .chart_header a:visited {
	color:#FFF;
}			
	
/* Classes */
	.chart {
		background-color:#f2f2f2;
		margin-bottom:10px;
		padding-bottom:10px;
		width:700px;
	}
	.chart_header {
		background-image:url(../images/charts/header-background.jpg);
		background-repeat:repeat-x;
		width:700px;
		height:25px;
	}
	.chart_header h2{
		padding-left:10px;
	}	
	.chart_header_link {
		float:right;
		padding:7px 10px 0px 0px;	
	}
	.chart_image {
		width:150px;
		background-color:#e4e4e4;
		border:solid 1px #CCC;
		margin:4px 0 0 4px;
		padding:4px;
	}
	.chart_image_header {
		background-color:#ffa742;
		width:150px;
	}
	.chart_image h3 {
		color:#FFF;
		font-size:15px;
		text-align:center;
		margin:5px 0 0 0;
		padding:0;
	}
	.chart_image_footer {
		margin-top:5px;
		background-color:#d6d6d6;
		width:150px;
	}
	.chart_image_system {
		margin-top:10px;
		width:150px;
	}	
	.chart_table_holder {
		margin:0px 0px 0px 20px;
		float:right;
	}
	.chart_table {
		width:510px;
		font-size:12px;
		font-weight:bold;
		color:#666666;
	}
	.chart_table td {
		vertical-align:middle;
		padding:3px;
		border-left:solid 1px #cecece;
		
	}
	.chart_table_header {
		background-color:#7a7a7a;
	}
	.chart_table_header h3 {
		color:#FFF;
		padding:5px 0 0 0;
		margin:0;
		font-size:13px;
	}
	.chart_table_even {
		background-color:#e4e4e4;
	}
	.chart_price {
		text-align:right;
		}
	.chart_plus {
		text-align:center;
		}

    img.chart_selected_thumb {
        width: 150;
        height: 180;
    }
    
    img.chart_plus {
        width: 19;
        height: 19;
    }
    
    img.chart_console {
        width: 150;
    }    
