/* UG CSS */

a { color: #6C8C37; }
a:hover { color: #5F66A7; }

.ugbox {
	padding: 6px;
	margin: 2px 0 9px 0;
	border: 1px solid #ccc;
	font-size:9pt;
	color:#000000;
}

.ugheader form {
	font-size: 9pt;
}
.ugphotobox {
	margin: 0px 5px 5px 10px;
	padding: 5px;
	border: 1px solid #E4E6FF;
	text-align: right;
	width:auto;
}

.ugbox a {
	color:#000000;
}

.ugbox form {
	border: 0px;
}

.ugfeaturedtext {
	padding:1px 2px 2px 6px;
	line-height:1.5em;
	font-size: 8pt;
	color:#000000;
}

.ugfeaturedtext .fixed {
	float: left;
	width:135px;
}

.ugfeaturedtext .fixedstar {
	margin-left:130px;
	width:80px;
}

.ugfeaturedtext a {
	color:#000000;
}
.ugclosed {
	color:#FF0000;
	font-size: 150%;
	font-weight:bold;
}
.ugsoon {
	color:#0000CC;
}
.textSmall {
	font-size:8pt;
}

/* Tables
--------------------------------------------------*/
.uginner { 
	border:0px;
	padding:0px;
	margin:0px;
}

.ugtable th {
	font: bold 12px;
	color: #FFFFFF;
	background-color:#434875;
	border: 1px solid #E4E6FF;
	text-align: left;
	padding: 2px 5px 2px 5px;
	margin: 0px;
	height:13px;
}

.ugtable th a {
	color:#FFFFFF;
}

.ugtable th a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}


.ugtable th.nobg {
	background: none;
}

.ugtable td {
	border: 1px solid #5F66A7;
	background: #ffffff;
	padding: 2px 2px 2px 2px;
	color: #000000;
}


.ugtable td.alt {
	background: #FBFFE1;
	color: #797268;
}

.ugtable th.spec {
	border-left: 1px solid #6E753E;
	border-top: 0;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

.ugtable th.specalt {
	border-left: 1px solid #6E753E;
	border-top: 0;
	background: #FBFFE1 url(/styles/images/bullet2.gif) no-repeat;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

/* merch_form*/
#merch_form { margin-bottom: 5px; }
#merch_form p{ padding: 2px 0 5px 0; }
#merch_form form { margin-bottom: 18px; padding: 10px 0px 10px 0px; }
#merch_form label { 
	display: block;
	float: left;
	width: 110px;
}
#merch_form label .autowidth { width:auto;}
#merch_form textarea { width: 348px; height: 100px; margin-left: 110px;  padding-left:0px;}
#merch_form .notes { margin-left: 110px;}
* html #merch_form textarea { width: 348px; margin-left:110px;   padding-left:0px; }
#merch_form .warn{ color: #FF0000 }
/* IE WIN; but why? */
#merch_form .subbutton { margin-left: 395px; }

#ugheader {
	padding:0;
	margin:0;
	font-size: 10px;
}

#ugheaderform form {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#ugheaderform #ugformbutton, .ugformbutton { 
	padding: 0px 4px 0px 4px;	
	margin: 0px 0px 0px 0px;
	background-color:#31309C;
	color:#FFFFFF;
	height:20px;
	font-family:arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	border-top:2px outset #8486C6;
	border-right:2px outset #080C21;
	border-bottom:2px outset #080C21;
	border-left:2px outset #8486C6;
}

a.ugbutton{
	width:95px;
	margin:0px 0px 0px 0px;
	padding:2px 5px 2px 5px;
	font-family:arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	line-height:35px;
	background-color:#31309C;
	border-top:2px outset #8486C6;
	border-right:2px outset #080C21;
	border-bottom:2px outset #080C21;
	border-left:2px outset #8486C6;
 }
a.ugbutton:hover {
	color:#FFFFFF;
    background-color: #403FAF;
}

.ugheadersmall { 
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}

<!-- Search Stuff -->
#tabcontainer
	{
		width: 450px;
		padding: 0px;
		border: 0px solid #ccc;
		background: #fff;
	}
	
#searchtabnav, #searchtabnav_small
	{
		height: 27px;
		margin: 0px;
		padding-left: 0px;
		padding-right: 10px;
		padding-bottom: 0px;
		padding-top:0px;
		background: url(/ug/images/tab_bottom.gif) repeat-x bottom;
	}

#searchtabnav li, #searchtabnav_small li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#searchtabnav a:link, #searchtabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 12px;
		font-weight: bold;
		padding: 3px 15px 3px 15px;
		margin-right: 10px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}
#searchtabnav_small a:link, #searchtabnav_small a:visited {
		float: left;
		background: #f3f3f3;
		font-size: 11px;
		font-weight: bold;
		padding: 3px 15px 2px 15px;
		margin-right: 10px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
		height:20px;
}

#searchtabnav a:link.active, #searchtabnav a:visited.active, #searchtabnav_small a:link.active, #searchtabnav_small a:visited.active
	{
		border-bottom: 1px solid #F4F5FF;
		background: #F4F5FF;
		color: #000;
	}

#searchtabnav a:hover, #searchtabnav_small a:hover
	{
		background: #fff;
	}

#tabbox, #tabbox_short 
	{
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		padding-top:20px;
		padding-left:20px;
		padding-right:3px;
		padding-bottom:0px;
		height:90px;
		background: #F4F5FF;		
}

#tabbox .sub {
		height:68px;
}

#tabbox_short { padding:5px; padding-top:8px; height:28px; }

#tabbox_short .sub_short {
}

#tabbox .showclosed, #tabbox_short .showclosed {
	font-size: 0.9em;
}

#tabbox .active_reviews {
	text-align:right;
	font-size: .8em;
	padding-top:0px;
	padding-bottom:3px;
	padding-right:3px;
	margin:0px;
}

#content.ug
{
	float: left;
	width: 505px;
	margin-top: 8px;
}
#subcontent.ug { 
	float: right;
	width: 155px;
	padding: 0px 2px 0px 2px;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 8px 0 10px 0;
}

#subcontent.ug p{
	padding: 0 0 0 0;
	margin: 4px 0 8px 0;
}
#subcontent.ug li{
	font-size: 1em;
	padding: .1em;
}

#subcontent li { 
	line-height: 0.9em;
}
<!-- // Search Stuff -->

