
/*HTML styles */

* {
	line-height: 19px ;
	font-family: verdana, arial, sans-serif ;
}

body {
	background: url(/images/page_bg.gif) #fff ;
	margin: 0px ;
	color: #000 ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

td {
	font-size: 12px ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

input, select, option, textarea, button {
	font-size: inherit; 
	font-family: inherit; 
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #fff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

h1 {
	font-size: 22px ;
	letter-spacing: -1px ;
	font-weight: normal ;
	color: #B30E1E ;
	margin-top: 0px ;
	line-height: 26px ;
}

h2 {
	font-size: 18px ;
	letter-spacing: -1px ;
	font-weight: normal ;
	color: #B30E1E ;
	margin-top: 0px ;
	line-height: 22px ;
}

h3, .inline_h {
	font-size: 13px ;
	font-weight: bold ;
	letter-spacing: -1px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover, a.button_left:link, a.button_left:active, a.button_left:visited, a.button_left:hover {
	background-image: url(/images/button_bg.gif) ;
	border-left: 1px solid #544FD9 ;
	border-right: 1px solid #120ACB ;
	background-position: center ;
	color: #fff ;
	display: block ;
	padding: 10px 15px ;
	font-size: 18px ;
	line-height: 22px ;
	letter-spacing: -1px ;
	text-decoration: none ;
	text-align: center ;
}

a.button:hover, a.button_left:hover {
	background-image: url(/images/button_up.gif) ;
	border-left: 1px solid #C8525D ;
	border-right: 1px solid #B30E1E ;
}

a.button_left:link, a.button_left:active, a.button_left:visited, a.button_left:hover {
	margin: 5px ;
	text-align: left ;
	padding: 6px 9px ;
	text-transform: capitalize ;
}

#content {
	padding: 15px ;
}

a:link {
	color: #B30E1E ;
}

a:active, a:visited {
	color: #666 ;
}

a:hover {
	color: #C8525D ;
}

.right_image {
	text-align: center ;
}

.right_image img {
	border: 1px solid #fff ;
}

.right_title {
	color: #fff ;
	font-weight: bold ;
	font-size: 13px ;
	letter-spacing: -1px ;
	text-align: center ;
	padding: 2px 0px 5px 0px ;
}

.right_description {
	color: #fff ;
	font-size: 11px ;
	line-height: 14px ;
}

.right_price {
	color: #fff ;
	font-weight: bold ;
	font-size: 13px ;
	letter-spacing: -1px ;
	padding: 2px 0px 5px 0px ;
}

.right_holder {
	margin-bottom: 20px ;
}