h2 {
	font-size: 2.7em;
	padding: 0;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	font weight: normal !important;
}

h3 {
	font-size: 2.3em;
	padding: 0;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	font weight: normal !important;
}

h3 label{
	font-size: .6em;
	padding: 0;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	font weight: normal !important;
}

p {
	line-height:1.6em;	
}

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

p a {
	color: #0066FF;  /*change this to a better color and code */
}

p a:hover {
	color: #0C9EE8;
}

p a:active {
	position:relative;
	top:1px;
}


/*** Styles ***/
.float-left {
	float:left!important;
}

.float-right {
	float:right!important;
}

.float-right-img {
	float:right!important;
	margin: 5px 0 5px 20px;
}

.center-text {
	text-align: center;
}

.hidden {
	display:none!important;
}

.bold {
	font-weight: bold !important;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.price {
	color: #FF0000;
	font-weight: bold;
}


/*** Tooltip ***/
#tooltip {
	position:absolute;
	z-index:990000;
	padding:4px;
	background:#f9f9f9;
	color:#474747;
	border:#cbcbcb solid 2px;
	font-size:0.8em;
	-moz-border-radius:5px;
}

#tooltip div {
	margin:0;
	background:#eee;
	padding:5px;
}

#tooltip h3 {
	color:#333;
	padding:4px;
	margin:0;
	border:#e7e7e7 solid 1px;
	font-size:1.1em;
	font-family:arial,verdana,sans-serif;
	background:#eee;
	letter-spacing:0
}