p
{
	color: #333333;
	font-family: Arial;
	font-size: 12px;
}

p.bold
{
	color: #333333;
	font-weight: bold;
	font-family: Arial;
}

h1
{
	color: #333333;
	font-family: Arial;
	font: 16px
}

h2
{
	color: #333333;
	font-family: Arial;
	font: 14px
}

p.top
{
	color: #fff;
	font-family: Arial;
	font: 12px;
	text-align: left;
	font-weight: 300;
}

a.body
{
	color: #333333;
	text-decoration: none;
}

a
{
  color: #990000;
	text-decoration: none;
	
}

a:hover
{
	color: #000;
}



#page-wrapper
{
	width: 450px;
	height: 300px;
	margin: 10px auto 0 auto;
}

#tabs
{
	background-color: #fff;
	display: inline;
	list-style: none;
	color: red;
}

#tabs ul
{
}
/* Tooltip */
.cluetip-carousel {
	border: 0px solid #ccc;
}
.cluetip-carousel #cluetip-outer {
  position: relative;
}

.cluetip-carousel h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: bold;
  color: black;
}

.cluetip-carousel #cluetip-inner {
  padding: 0 5px 5px;
  display: none;
}

/* Carousel */
#carousel
{
	position: relative;
	height: 210px;
}

a.carousel-link, a.carousel-link:visited, a.carousel-link:link
{
	position: absolute;
	left: 0px;
	top: 0px;
	background: white;
}

a.carousel-link img
{
	border: none;
}

#item-info
{
	margin: 0px auto;
	width: 400px;
	height: 200px;
}
#link-box
{
	float: left;

	text-align: right;
	margin-top: 5px;
	padding-right: 10px;
	color: #990000;
	width: 150px;
}
#item-title
{
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
}

#item-description
{
	text-align: left;
	width: 200px;
	margin-left: 200px;
	padding-left: 9px;
	padding-bottom: 10px;
	border-left: 3px solid #feb243;
}

a.item-selected, a.item-selected:link, a.item-selected:visited
{
	border: 3px solid #feb243;
}
h3 {
	color: #A60000;
	font-family: Arial;
	font: 14px;
	font-weight: bold;
}
