body {
	font-family: georgia;	
}

#main p {	
	line-height: 1.5;
	font-size: 18px;
}

#main p span {
	color:#FC6;	
}


h1 {
	width:980px;
	margin: 2em 0;
	font-weight: normal;
	
	text-shadow: 0 -1px rgba(0,0,0,0.6);
	font-size: 28px;
	line-height: 40px;
	background: #355681;
	background: rgba(53,86,129, 0.8);

	border: 1px solid #fff;
	padding: 5px 15px;
	color: white;
	border-radius: 0 10px 0 10px;
	box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
	font-family: 'Muli', sans-serif;
	margin-left: auto;
	margin-right:auto;
	
	}
	
.gray {
	color:#CCC;}
	
#main {
	width:1100px;
	margin-left:auto;
	margin-right:auto;	
	background:#fff;
	padding:5px 10px 15px 10px;
	
}
	
li {margin-bottom:20px;}

table td, th {
	padding: 10px;
}

th {
    border: 1px solid Silver;
    text-align: center;
 	font-weight: bolder;
}

table .tdleft {
	width:300px;	
}

table .price {
	width:100px;
	text-align:center;	
}

table .price_dvd {
	color:#F00;
	text-align:center;
}

table span, li span {
	color:#999;	
	display:block;
}

span.offer {
	text-decoration: line-through;
	color:#999;	
}



td.news{
	width:700px;	border:rgba(53,86,129, 0.8) solid 4px;
}

td.details {
	width:200px;	border:rgba(53,86,129, 0.8) solid 4px;
}