/* CSS Document */

p {
	color: #c0c59f;
	margin: 7px 0px 15px;
	padding: 0px;
	font: normal 11px/15px Verdana, Arial, sans-serif;
}

h3, .h3 {
	color: #C0C59F;
	text-transform: uppercase;
	font: bold 12px/14px Verdana, Arial, sans-serif;
	margin: 5px 0px;
	padding: 0px;
}

h4, .h4 {
	color: #C0C59F;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0px;
	padding: 0px;
}

h5, .h5 {
	color: #C0C59F;
	font: normal 9px Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0px;
}#left_member {	background-color: #40451f;
}

.border {
	border-right: 1px solid #666e32;
}

/* Pagination */

.pagination a, .current, .disabled {
	background-color: #3d4419;
	border-color: #7f8d3b;
}

.current {
	background-color: #c0c7a0;
	color: #656f2e;
}

/* Tab image */

li#lg, li#md, li#sm, li#dl, 
li#lg a:hover, 
li#md a:hover, 
li#sm a:hover, 
li#dl a:hover, 
li#lg.selected a:hover, li#lg.selected, 
li#md.selected a:hover, li#md.selected, 
li#sm.selected a:hover, li#sm.selected, 
li#dl.selected a:hover, li#dl.selected {
	background-image: url(../images/model/play_tabs.gif);
}