h1 {
	font-size:14px;
	color:#008099;
	border-bottom:1px dashed #cccccc;
	border-left:5px solid #cccccc;
	padding-left:5px;
	margin:1px 1px 12px 1px;
}

h2 {
	font-size:11px;
	color:#660099;
	font-weight:bold;
	margin:15px 1px 10px 1px;
	padding-left:15px;
	background-image:url(../images/bullet_arrow_double.gif);
	background-repeat: no-repeat;
	background-position: 0 50%; 
}

p {
	margin:5px 1px 10px 1px;
}

a {
	text-decoration:none;
	color:#1463ff;
}

a:hover {
	color:#008099;
	text-decoration:underline;
}

a:visited {
	color:#1463FF;
}

hr {
  border:1px dashed;
  height:1px;
  width:98%;
  color:#cccccc;
}

ul {
	margin-top:5px;
}

ul.gray {
	margin-left:25px;
}

ul.gray li{
	list-style-type:none;
	background-image:url(../images/bullet_round_gray_shadow.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:15px;
}

ul.gray_spaced {
	margin-left: 25px;
}

ul.gray_spaced li{
	list-style-type:none;
	background-image:url(../images/bullet_round_gray_shadow.gif);
	background-repeat:no-repeat;
	background-position:0px 9px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
}

ul.links {
	margin-left: 15px;
}

ul.links li{
	list-style-type:none;
	background-image:url(../images/icon_link.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:12px;
	margin-bottom:12px;
}

input {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size:10px;
}

input.small {
	width:100px;
}

input.medium {
	width:200px;
}

input.large {
	width:300px;
}

textarea {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size:10px;
}

.content {
	background-color:#FFFFFF;
	background-image:url(../images/bg_content.gif);
	padding:20px;
	vertical-align:top;
}

.bullet_gray {
	background-image:url(../images/bullet_round_gray_shadow.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:12px;
}

table.price {
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-left: 2px solid #999999;
	border-bottom: 1px solid #CCCCCC;
}

table.price th {
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color:#EAEAEA;
	color:#333333;
	font-style: normal;
	font-weight:bold;
	padding:2px;
}

table.price td {
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #CCCCCC;
	font-style: normal;
}

td.price {
	text-align:right;
}

td.center {
	text-align:center;
}

col.first {
	text-align:left;
	color:#333333;
	font-weight:bold;
}

col.other {
	text-align:center;
}

table.bordered {
	border:1px solid #cccccc;
}

td.spaced {
	padding:10px;
}

table.semi_bordered {
	border-left:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
}

table.semi_bordered td {
	padding-left:5px;
	padding-right:5px;
}

.padding_right {
	padding-right:5px;
}

.padding_left {
	padding-left:5px;
}

table.photos td {
	width:25%;
	text-align:center;
	vertical-align:top;
	padding-bottom:5px;
}

table.photos img {
	border:1px solid #000000;
}

.special {
	color: #FF9900;
	font-weight:bold;
}

p.tip {
	height:16px;
	margin:15px 0px 15px 10px;
	padding-left:22px;
	padding-top:2px;
	background-image:url(../images/icon_idea_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 50%; 
	color:#999999;
	font-weight:bold;
	/*font-style:italic;*/
}
