@charset "utf-8";
/* CSS Document */
.Container {clear:both; float:left;}

.Detail {
	background: none repeat scroll 0 0 #fff;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
	float:left;
	width:100%; 
	padding:10px; 
	margin-right: 10px; margin-bottom:10px;}

.Detail img {padding-bottom:5px; float:left; padding-right:2%; max-width:300px;}

.Detail a {display:block;}
.Detail a:hover {opacity:.5; text-decoration:none;}

.Detail h1 {font-size:16px; color:black; margin:0px;}

.Detail p {font-size:13px;}	

.Standard {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    float: left;
    margin-bottom: 25px;
    padding: 20px;}
.Standard h3 {color: #999999}	
.Standard ul li {float: left;
width: 22%;
padding-right: 20px;
padding-bottom: 2px;
min-width: 150px;
font-size:12px;}
.Standard ul {list-style:outside;}

/*end detail horizontal*/