@charset "UTF-8";



body {
		font-family: Verdana, Geneva, Arial, sans-serif;
		font-size: 12px;
}




div#content div.sub {
	padding-top: 5px;	
}

div#content div.right {
	width: 773px;
	padding: 15px 20px 20px 0;
}









div#content div.right .left {
	float: left;	
	width: auto;
	padding: 10px 10px 0 10px;
	margin: 15px 15px 15px 0;
}

div#content div.right .right {
	width: auto;
	float: right;	
	padding: 10px 10px 0 10px;
	margin: 15px 0 15px 15px;
}






div#content div.right img {
	border: solid 2px #6d3d0b;
}

div#content a.thumb img {
	border: solid 2px #3b5556;
}

div#content a.thumb:hover img {
	border: solid 2px #e16f28;
}






div.right h2 {
	color: #E8E8D3;
	background-color: #6b5c2a;
	background-image:url(../images/layout/nav_l90.gif);
	background-position: center top;
	font-size: 16px;
	line-height: 22px;
 	padding: 4px 8px;
 	margin-top: 15px;
	letter-spacing: .1em;
	display: block;
	clear: right;
}

div.right h3, div.right h3 a {
	font-weight: bold;
	font-size: 22px;
	display: block;
	color: #3b5556;
	margin-bottom: 15px;
}

div.right h5 {
	font-style: italic;
	color: #6d3d0b;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 20px;
}

div.right h5 a {
	font-style: italic;
	text-decoration: underline;
	color: #e16f28;
}

div.right h6 {
	font-weight: bold;
	font-size: 12px;
	color: #6d3d0b;
	line-height: 14px;
	margin-bottom: 5px;
}

div.right h4, div.blog h4 a {
	font-size: 16px;
	font-weight: bold;
	color: #e16f28;
	margin-bottom: 3px;
	margin-top: 20px;
}

div.right p, div.blog p * {
	font-size: 12px;
	line-height: 20px;
}

div.right p {
	margin-bottom: 10px;	
}








div.right h4.button a {
	padding: 5px 30px 5px 10px;
	color: #fff;
	background-color: #09c;
	display: block;
	font-weight: normal;
	background-image: url(../images/layout/h4_button_rc.gif);
	background-repeat: no-repeat;
	background-position: right center;
	zoom: 1;
}

div.right h4.button a:hover {
	background-color: #e16f28;
}

div.right h4.button.back a {
	padding: 5px 10px 5px 30px;
	background-image: url(../images/layout/h4_button_lc.gif);
	background-position: left center;
}









div#content div.right ul {
	color: #6D3D0B;
	font-size: 11px;
	margin-left: 20px;
	margin-bottom: 20px;
}










div#content div.right ul.rating {
	float: right;
	display: block;
	margin: 5px 0 5px 20px;
	padding: 3px 3px 3px 0;
	border: solid 1px #bdaf80;
}

ul.rating li {
	display: block;
	padding: 4px 7px;
	background-color: #e1e4d1;
	color: #630;
	margin-left: 3px;
	float: right;
}











table {
	border-collapse: collapse;
	width: 100%;
	font-size: 11px;
	margin-bottom: 15px;
	background-color: #E1E4D1;
}

tr td {
	padding: 3px 6px;
	border-top: solid 1px #f5f5e8;
	border-right: solid 1px #f5f5e8;
}

tr.head td {
	background-color: #ddddaf;
	font-weight: bold;
	color: #630;
	border-bottom: solid 1px #BCBFB0;
}

tr.notes td {
	font-size: 10px;
	font-style: italic;
	background-color: #e9ebdb;
	color: #630;
}

