/* ======== REALTOUR.BIZ CSS ==========  */

* {
	font-family: inherit;
	color: inherit; 
	line-height: inherit;
}

body {
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	line-height: 1.3;
	background-color: white; 
	margin:0px;
}

td {
	vertical-align: top;
}

table.aws_data td {
	vertical-align: bottom;
}

.page {
	margin: 10px auto;
	width: 900px;
}

.menu_left td {
	padding-bottom: 1px;
}

.featured_product_tab {
	display: block;
	font-weight: bold;
	padding: 5px 10px;
}

ul{
	list-style-type: none;
	margin: 0px 0.5em;
	padding: 0px;
}
ul li {
	background-image: url('/images/icons/arrow_black_5x9.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 13px;
}

ul.light li, .light ul li {
	background-image: url('/images/icons/arrow_white_5x9.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 13px;
}
.product_features li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

.product_heading {
	font-size: 16px;
	font-family:  Helvetica,Verdana,Arial,sans-serif;
	margin: 0px;
	background-image: url('/images/icons/arrow_3_gray_39x25.gif');
	background-repeat: no-repeat;
	background-position: 15px center;
	padding: 5px 5px 5px 65px;
	text-align: left;
}

.product_heading.ph_black_white {
	background-color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: black;
}
.product_heading.ph_white_black {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
	color: white;
}
.product_heading.ph_white_gray {
	background-image: url('/images/icons/arrow_3_white_39x25.gif');
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #888;
	color: white;
}

.thumb .label {
	text-align: right; 
	vertical-align: middle; 
	background-image: url('/images/icons/arrow_black_5x9.gif'); 
	background-repeat: no-repeat; 
	background-position: left center; 
	margin: 0px 7px; 
}

.subheading {
	font-size: 14px;
	font-family:  Helvetica,Verdana,Arial,sans-serif;
	font-weight: bold;
	padding: 5px 0px;
	margin: 0px;
	text-align: center;
}

.subheading * {
	font-size: 14px;
	font-family:  Helvetica,Verdana,Arial,sans-serif;
	font-weight: bold;
}

.subheading.subheading_light, .subheading.subheading_light * {
	color: white;
}

a.button_blue_on_green:link, a.button_blue_on_green:hover, a.button_blue_on_green:visited {
	display: block;
	background: url('/images/home_page/button_blue_on_green.png') no-repeat;
	vertical-align: middle;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: center;
	height: 39px !important;
	width: 224px;
	text-decoration: none;
	line-height: 37px;
	white-space: nowrap;
	margin-top: 20px;
}

.light {
	color: white;
}

.light * {
	color: white;
}

.dark {
	color: black;
}

.module {
	background-color: #ddd;
	margin-top: 15px;
}

.module .heading {
	padding: 5px;
	background-color: #aaa;
	border-top: 5px solid #ddd;
	font-weight: bold;
}

.module .content {
	padding: 5px 10px;
}

/* login css { */
.rtlogin_container{
    text-align: left;
}

.rtlogin_field_label {
}

.rtlogin_field {
    border: 1px solid #06386F;
	display: block;
	padding: 2px;
    width: 200px;
}

.rtlogin_login_button {
    display: block;
	margin-top: 5px;
	padding-right: 10px;
	background-color: #C50D0B;
	color: white;
	font-weight: bold;
	background-image: url('/images/icons/arrow_white_7x13.gif');
	background-repeat: no-repeat; 
	background-position: 95% center; 
}

.rtlogin_link {
    display: block;
    font-size: 10pt;
    white-space: nowrap;
}
/* } login css */
