/**********************************/
/* SINGAPORE PROPERTY WATCH (SPW) */
/**********************************/

.clearboth {
	clear: both;
}
/* SPW LANDING PAGE SEARCH */
.spw-main {
	background: url(../images/spw/spw-bkgrd-main.jpg) no-repeat bottom;
	padding: 0px 20px 5px 15px;
	/*padding: 32px 20px 0 285px;*/
	margin: 0px 0px 20px 0px;
	position: relative;
}

.spw-b1 {
	background: url(../images/spw/ub.jpg) no-repeat bottom;
	position: relative;
        padding-top: 80px;
}

.spw-b2 {
	background: url(../images/spw/bg2.png) no-repeat bottom;
	padding: 96px 20px 5px 15px;
	/*padding: 32px 20px 0 285px;*/
	margin: 0px 0px 20px 0px;
	position: relative;
}

.spw-main p {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 16px;
}
.spw-main strong {
	color: #0498ff;
}
.spw-main a {
	color: #0498ff;
	text-decoration: none;
	font-weight: bold;
}
.spw-main a:hover {
	border-bottom: dotted 1px #0498ff;
}
.spw-main h3 {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0px 0 10px 0;
}
.spw-main form {
	padding: 0;
	margin: 0;
}
.spw-main-keyword-wrapper {
	position: absolute;
	bottom: 10px;
}
.spw-main-keyword {
	/*width: 310px;*/
	overflow: hidden;
	background: #FFFFFF;
	border: solid 1px #FFFFFF;
}
.spw-main-keyword-field {
	border: none;
	background: #FFFFFF;
	font-size: 14px;
	line-height: 105%;
	color: #333333;
	padding: 0;
	width: 260px;
	float: left;
	margin: 5px 0 0 4px;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	height: 35px;
}
.spw-main-keyword-search {
	background-position: 0 -375px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	color: #FFFFFF;
	height: 24px;
	padding: 4px 10px;
	border: none;
	float: right;
	margin: 0;
	overflow: visible;
	height: 40px;
}
.spw-main-search-tip {
	color: #FFFFFF;
	font-size: 10px;
	display: block;
	margin: 2px 0 0 7px;
}
#side-spw {
	width: 130px;
	float: right;
	padding: 0;
}
#side-spw .fbs-pty-near {
	padding-top: 0;
}
/* SPW EXAMPLES */
.spw-scr {
	background: #fefbec;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
}
.spw-scr h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px 0;
}
.spw-scr h3 span {
	color: #0498ff;
}
.spw-scr ul {
	margin: 0;
	padding: 0;
	list-style: none outside none;
}
.spw-scr li {
	width: 170px;
	text-align: center;
	float: left;
	margin: 0 0 20px 45px;
}
.spw-scr li:nth-child(3n+1) {
	margin-left: 0;
}
.spw-scr li a {
	overflow: hidden;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #0498ff;
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
.spw-scr li a:hover {
	text-decoration: none;
}
.spw-scr li img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transform: scale(0.9, 0.9);
	-moz-transform: scale(0.9, 0.9);
	-o-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
	overflow: hidden;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 85px;
	-moz-border-radius: 85px;
	border-radius: 85px;
	width: 162px;
	height: 162px;
}
.spw-scr li a:hover img {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	overflow: hidden;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	width: 162px;
	height: 162px;
}
.spw-scr-img {
	width: 162px;
	height: 162px;
	overflow: hidden;
	-webkit-border-radius: 85px;
	-moz-border-radius: 85px;
	border-radius: 85px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: solid 4px #87c40f;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
	background: #FFFFFF;
	margin: 0 0 10px 0;
}
/* SPW 640x90 banner */
.spw-640x90 {
	margin: 0 0 20px 0;
}
/* SPW source */
.spw-source {
	text-align: center;
	font-style: italic;
	font-size: 10px;
	color: #999999;
	padding: 10px 0;
}
/* SPW - Common form elements */
.spw-form {
	padding: 0;
	margin: 0;
}
.spw-form label {
	display: block;
	font-size: 11px;
	line-height: 100%;
	color: #666666;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
.spw-form select {
	border: solid 1px #e2e2e2;
	background: #f5f5f5;
	font-size: 12px;
	font-weight: bold;
}
.spw-sort {
}
.spw-sort-col {
	float: left;
	margin-left: 15px;
}
.spw-sort-col-divider {
	margin: 6px 4px;
	font-size: 12px;
	display: inline-block;
}
.spw-sort div.spw-sort-col:first-child {
	margin-left: 0;
}
/* RANGE SLIDER STYLES */
.spw-sort-range {
	width: 305px;
	padding: 0px;
}
.spw-sort-range input {
	border: 0;
	color: #333333;
	font-weight: bold;
	margin: 6px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 100%;
}
.spw-sort-range .ui-widget-content {
	border: 0;
}
.spw-sort-range .ui-slider-horizontal {
	height: 10px;
}
.spw-sort-range .ui-slider-horizontal .ui-state-hover {
	width: 11px;
	height: 20px;
	border: 0;
}
.spw-sort-range .ui-slider-horizontal .ui-state-focus {
	width: 11px;
	height: 20px;
	border: 0;
}
.spw-sort-range .ui-slider-horizontal .ui-state-active {
	width: 11px;
	height: 20px;
	border: 0;
}
.spw-sort-range .ui-slider-horizontal .ui-slider-handle {
	background: #F5F5F5;
	border: solid 1px #999999;
	width: 9px;
	height: 20px;
	top: -6px;
	margin-left: -5px;
	outline: none;
	cursor: pointer;
}
.spw-sort-range .spw-sort-range-value {
	background: #FFFFFF;
	margin: 0 0 0 6px;
}
.spw-sort-range .ui-slider-range {
	background: #0498ff;
}
/* SPW Heat Map - hm */
.spw-hm-header, .spw-trends-header {
	min-height: 100px;
	padding: 20px 30px 0 150px;
	color: #FFFFFF;
	font-size: 14px;
}
.spw-hm-header h3, .spw-trends-header h3 {
	margin: 0;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.spw-hm-header p, .spw-trends-header p {
	margin: 0;
}
.spw-hm-header {
	background: url(../images/spw/spw-hm-banner-map.jpg) no-repeat #0498ff;
}
.spw-trends-header {
	background: url(../images/spw/spw-hm-banner-trends.jpg) no-repeat #0498ff;
}
.spw-hm-content {
	padding: 10px;
	border: solid 1px #bebebe;
	border-top: none;
	margin: 0 0 20px 0;
}
.spw-hm-map {
	width: 618px;
	background: #fefdf5;
}
.spw-hm-map-wrapper {
	width: 550px;
	margin: 0 auto;
}
.spw-hm-sort {
	width: 100%;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #e2e2e2;
	margin: 0 0 10px 0;
}
.spw-hm-desc-legend {
	width: 100%;
	padding: 0 0 20px 0;
}
.spw-hm-desc {
	width: 270px;
	float: left;
}
.spw-hm-desc h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.spw-hm-desc p {
	margin: 0;
	font-size: 11px;
	color: #666666;
}
.spw-hm-legend {
	width: 260px;
	float: right;
	position: relative;
}
.spw-hm-legend h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 100%;
}
.spw-hm-legend-min, .spw-hm-legend-ave, .spw-hm-legend-max {
	position: absolute;
	font-size: 11px;
	line-height: 110%;
	text-transform: uppercase;
}
.spw-hm-legend-min {
}
.spw-hm-legend-ave {
	left: 0;
	right: 0;
	text-align: center;
}
.spw-hm-legend-max {
	right: 0;
	text-align: right;
}
.spw-hm-legend-bar {
	height: 10px;
	margin: 4px 0;
}
.spw-hm-legend span {
	font-size: 14px;
}
.spw-hm-legend-bar ul {
}
.spw-trends-content {
	padding: 10px 10px 20px 10px;
	border: solid 1px #bebebe;
	border-top: none;
	margin: 0 0 40px 0;
}
.spw-trends-title-legend {
	width: 100%;
	padding: 0 0 10px 0;
}
.spw-trends-title {
	width: 300px;
	float: left;
}
.spw-trends-title h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.spw-trends-title h3 span {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.spw-trends-legend {
	width: 260px;
	float: right;
	position: relative;
}
.spw-trends-legend h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 100%;
}
.spw-trends-legend ul {
	padding: 6px 0 0 0;
	margin: 0;
	list-style: none outside none;
}
.spw-trends-legend li {
	float: left;
	margin-left: 20px;
}
.spw-trends-legend li:first-child {
	margin-left: 0;
}
.spw-trends-legend .box {
	width: 20px;
	height: 10px;
	margin: 1px 5px 0 0;
	float: left;
}
.spw-trends-legend p {
	margin: 0;
	float: left;
	font-size: 11px;
	line-height: 100%;
	text-transform: uppercase;
}
.spw-trends-data {
	margin: 0 0 0 0;
}
.spw-trends-desc {
	font-size: 13px;
	padding: 10px 0;
}
/* SPW FULL ACCESS */
.spw-full-access {
	display: block;
	padding: 15px 0;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0 0 20px 0;
	background: #0498ff; /* Old browsers */
	background: -moz-linear-gradient(top, #0498ff 0%, #0564c4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0498ff), color-stop(100%, #0564c4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0498ff 0%, #0564c4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0498ff 0%, #0564c4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0498ff 0%, #0564c4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0498ff 0%, #0564c4 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0498ff', endColorstr='#0564c4', GradientType=0 ); /* IE6-9 */
}
/* SPW VIDEO (side) */
.spw-video-side {
	margin: 0 0 20px 0;
}
.spw-video-side iframe {
	z-index: 1;
}
.spw-video-side h3 {
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
	color: #0498ff;
	padding: 0 0 4px 0;
	border-bottom: solid 2px #0498ff;
	margin: 0;
}
.spw-video-side p {
	padding: 10px 0;
	margin: 0;
	font-size: 13px;
	line-height: 130%;
}
/* SPW INSIGHTS (ins) */
.spw-ins {
}
.spw-ins ul {
	padding: 0;
	margin: 0;
	list-style: none outside none;
	overflow: hidden;
}
.spw-ins li {
	padding: 0 0 10px 0;
	border-bottom: solid 1px #e2e2e2;
	margin: 0 0 10px 0;
}
.spw-ins h3 {
	background: #0498ff;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 6px 10px;
	margin: 0;
}
.spw-ins h4 {
	margin: 0;
}
.spw-ins h4 a {
	text-decoration: none;
	color: #000;
}
.spw-ins h4 a:hover {
	text-decoration: underline;
}
.spw-ins p {
	margin: 0;
	color: #333333;
}
.spw-ins-panel {
	padding: 10px;
	border: solid 1px #bebebe;
	border-top: none;
	font-size: 12px;
}
.spw-ins-photo {
	width: 80px;
	margin: 0 10px 0 0;
	float: left;
}
.spw-ins img {
	display: block;
	width: 80px;
}
.spw-ins-info {
	width: 178px;
	float: left;
}
.spw-ins-viewall {
	text-align: right;
}
.spw-ins-viewall a {
	color: #000000;
	text-decoration: none;
}
.spw-ins-viewall a:hover {
	text-decoration: underline;
}
/******************************/
/* SPW TRENDS & ANALYSIS (ta) */
/******************************/
/* Sprites - no-repeat */
.spw-ta-logo, .spw-ta-logo2, .spw-ta-pdf, .spw-ta-notice .icon, .spw-ta-data-legend .box, .spw-ta-page-first, .spw-ta-page-last, .spw-ta-page-prev, .spw-ta-page-next, .spw-ta-btn-sort-up, .spw-ta-btn-sort-down, .spw-ta-marker-current, .spw-ta-marker-nearby, .spw-sp-logo {
	background-image: url(../images/spw/spw-sprite.png);
	background-repeat: no-repeat;
}
.spw-ta-wrapper {
	margin: 30px 0 40px 0;
	border-top: solid 8px #87C30F;
	border-right: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	border-left: solid 1px #c0c0c0;
}
.spw-ta-header {
	width: 100%;
	border-bottom: solid 1px #bfbfbf;
}
.spw-ta-nav {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none outside none;
}
.spw-ta-nav li {
	float: left;
	text-align: center;
	border-right: solid 1px #f2f2f2;
}
.spw-ta-nav li a {
	display: block;
	padding: 20px 12px;
	background: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #0498ff;
	text-decoration: none;
}
.spw-ta-nav li a:hover {
	background: #fafafa;
}
.spw-ta-nav li a.current, .spw-ta-nav li a.current:hover {
	background: #87C30F;
	color: #FFFFFF;
}
.spw-ta-pdf {
	float: left;
	display: block;
	width: 122px;
	height: 30px;
	text-indent: -9999px;
	background-position: left -70px;
	margin: 20px 0 0 12px;
}
.spw-ta-logo {
	float: right;
	width: 125px;
	height: 52px;
	text-indent: -9999px;
	margin: 7px 20px 0 0;
}
.spw-ta-logo2 {
	float: right;
	width: 125px;
	height: 52px;
	text-indent: -9999px;
	/*margin: 7px 20px 0 0;*/
}
/* Limited Access notice */
.spw-ta-notice {
	font-size: 12px;
	color: #666666;
	background: #f1f1f1;
	padding: 10px;
}
.spw-ta-notice .icon {
	display: block;
	width: 15px;
	height: 16px;
	float: left;
	background-position: left -110px;
	margin: 0 6px 0 0;
}
.spw-ta-notice p {
	display: block;
	float: left;
	margin: 0;
}
.spw-ta-notice a {
	color: #0498ff;
	font-weight: bold;
	text-decoration: none;
}
.spw-ta-notice a:hover {
	text-decoration: underline;
}
.spw-ta-content {
	padding: 20px;
}
/* Section Header */
.spw-ta-section-title {
	padding: 0 0 10px 0;
	border-bottom: solid 6px #87C30F;
	margin: 0 0 20px 0;
}
.spw-ta-section-title h1 {
	font-size: 13px;
	line-height: 100%;
	color: #62a436;
	text-transform: uppercase;
	margin: 0;
}
.spw-ta-section-title h2 {
	font-size: 28px;
	line-height: 100%;
	color: #0498ff;
	margin: 0 0 6px 0;
}
.spw-ta-section-title h2 .tool-tip {
	margin-top: 6px;
	margin-left: 2px;
}
/* 2-COLUMNS */
.spw-ta-2col {
	width: 100%;
	margin: 0 0 20px 0;
}
.spw-ta-2col-left, .spw-ta-2col-right {
	width: 445px;
}
.spw-ta-2col-left {
	float: left;
}
.spw-ta-2col-right {
	float: right;
}
/* Indicative (ind) Ranges */
.spw-ta-ind {
	margin: 0 0 15px 0;
}
.spw-ta-ind table {
	border-collapse: collapse;
}
.spw-ta-ind td {
	border: solid 1px #CCCCCC;
	padding: 10px;
}
.spw-ta-ind-label {
	background: #333333;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
}
.spw-ta-ind small {
	display: block;
	color: #CCCCCC;
	font-size: 11px;
	line-height: 100%;
}
.spw-ta-ind-value {
	background: #FFFFFF;
	font-size: 18px;
}
.spw-ta-ind-value span {
	color: #0498ff;
	font-size: 14px;
}
/* PROJECT OVERVIEW (ov) TABLE DATA */
.spw-ta-ov {
	border-collapse: collapse;
	border: solid 1px #CCCCCC;
}
.spw-ta-ov tr:first-child td {
	border-top: none;
}
.spw-ta-ov-label {
	background: #87C30F;
	padding: 8px 10px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 100%;
	border-top: solid 1px #93ce1c;
}
.spw-ta-ov-value {
	background: #fffef8;
	padding: 8px 10px;
	font-size: 13px;
	line-height: 110%;
	border-top: solid 1px #eeecda;
}
.spw-ta-footenote {
	padding: 10px 0 0 0;
	color: #666666;
	font-size: 10px;
	line-height: 100%;
}
/* DATA TTTLE / DESSCRIPTION (desc) */
.spw-ta-data-title, .spw-ta-data-title-center {
	font-size: 18px;
	line-height: 100%;
	font-weight: bold;
	padding: 0 0 4px 0;
	border-bottom: solid 4px #E2E2E2;
	margin: 0 0 15px 0;
}
.spw-ta-data-title.no-border, .spw-ta-data-title-center.no-border {
	border-bottom: none;
}
.spw-ta-data-title span, .spw-ta-data-title-center span {
	font-size: 16px;
	font-weight: normal;
}
.spw-ta-data-title-center {
	text-align: center;
}
.spw-ta-data-desc {
	font-size: 13px;
	padding: 10px 0;
}
.spw-ta-data-desc p {
	margin: 0 0 14px 0;
}
.spw-ta-data-desc-small {
	font-size: 11px;
	padding: 0 0 15px 0;
}
/* DATA TABLE */
.spw-ta-data-table {
	font-size: 11px;
}
.spw-ta-data-table.spw-data-profit th {
	font-size: 10px;
}
.spw-ta-data-table th div, .spw-ta-data-table.spw-data-profit th div {
	position: relative;
}
.spw-ta-data-table th {
	line-height: 100%;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	border-bottom: solid 2px #CCCCCC;
	text-align: center;
}
.spw-ta-data-table td {
	border-bottom: solid 1px #e5e5e5;
	padding: 8px 5px;
	text-align: center;
}
.spw-ta-data-table tr:hover td {
	border-bottom-color: #336600;
	background: #62a537;
	color: #ffffcc;
}
.spw-ta-btn-sort-up, .spw-ta-btn-sort-down {
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
}
.spw-ta-btn-sort-up {
	background-position: -150px -70px;
}
.spw-ta-btn-sort-down {
	background-position: -170px -70px;
}
/* DATA RANGE / LEGEND */
.spw-ta-data-left {
	float: left;
}
.spw-ta-data-right {
	float: right;
}
.spw-ta-data-range-legend {
	overflow: hidden;
	margin: 0 0 10px 0;
}
.spw-ta-data-range {
}
.spw-ta-data-legend {
}
.spw-ta-data-legend ul {
	padding: 0;
	margin: 0;
	list-style: none outside none;
	overflow: hidden;
}
.spw-ta-data-legend li {
	float: left;
	margin-left: 20px;
}
.spw-ta-data-legend li:first-child {
	margin-left: 0;
}
.spw-ta-data-legend h3 {
	margin: 0 0 4px 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 100%;
}
.spw-ta-data-legend p {
	margin: 0;
	float: left;
	font-size: 11px;
	line-height: 110%;
}
.spw-ta-data-legend .box {
	margin: 1px 5px 0 0;
	float: left;
}
/* Legend - Past Transacted Prices */
.spw-ta-data-legend-1a .box {
	width: 20px;
	height: 2px;
	background-position: -20px -110px;
	margin-top: 4px;
}
.spw-ta-data-legend-1b .box {
	width: 8px;
	height: 8px;
	background-position: -50px -110px;
}
.spw-ta-data-legend-1c .box {
	width: 8px;
	height: 8px;
	background-position: -70px -110px;
}
/* Legend - Historical Monthly Range */
.spw-ta-data-legend-2a .box {
	width: 20px;
	height: 10px;
	background-position: -90px -110px;
}
.spw-ta-data-legend-2b .box {
	width: 20px;
	height: 10px;
	background: #79A342;
}
/* Legend - Historical Quarterly Rental */
.spw-ta-data-legend-3a .box {
	width: 24px;
	height: 2px;
	background-position: -150px -110px;
	margin-top: 4px;
}
.spw-ta-data-legend-3b .box {
	width: 20px;
	height: 10px;
	background: #339900;
	background-image: none;
}
.spw-ta-data-legend-3c .box {
	width: 24px;
	height: 2px;
	background-position: -120px -110px;
	margin-top: 4px;
}
.spw-ta-data-legend-5a .box {
	width: 20px;
	height: 10px;
	background: #ff3300;
	background-image: none;
	background-position: inherit;
}
.spw-ta-data-legend-6b .box {
	width: 20px;
	height: 10px;
	background: #0099ff;
}
.spw-ta-data-legend-7a .box {
	width: 20px;
	height: 10px;
	background: #ccc;
	background-image: none;
	background-position: inherit;
}
/* Transaction Search */
.spw-ta-search {
}
.spw-ta-search.spw-sort {
	padding: 0 0 10px 0;
	border-bottom: solid 1px #E2E2E2;
	margin: 0 0 20px 0;
}
.spw-ta-search.spw-sort .spw-sort-col {
	border-left: solid 1px #E2E2E2;
	padding-left: 15px;
	margin-left: 15px;
}
.spw-ta-search.spw-sort div.spw-sort-col:first-child {
	padding-left: 0;
	border-left: 0;
}
.spw-ta-search-btn input {
	background: #FFFFFF;
	padding: 6px 15px;
	border: solid 1px #0099ff;
	text-align: center;
	margin-top: 16px;
	color: #0099ff;
	font-size: 13px;
	line-height: 100%;
	font-weight: bold;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-pie-border-radius: 4px 4px 4px 4px;
	behavior: url(css/pie.htc);
}
.spw-ta-search-btn input:hover {
	background: #0099ff;
	color: #FFFFFF;
}
.spw-ta-search.spw-sort .spw-sort-col.spw-ta-search-btn {
	border-left: 0;
	padding-left: 0;
}
/* PAGINATION (page) */
.spw-ta-page {
	text-align: center;
	font-size: 14px;
	line-height: 100%;
	padding: 20px 0 0 0;
}
.spw-ta-page form {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.spw-ta-page ul {
	padding: 0;
	margin: 0;
	list-style: none outside none;
	float: left;
	position: relative;
	left: 50%;
}
.spw-ta-page li {
	float: left;
	position: relative;
	margin: 0 2px;
	right: 50%;
}
.spw-ta-page a {
	background-color: #FFF;
	display: block;
	padding: 4px 7px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-pie-border-radius: 4px 4px 4px 4px;
	behavior: url(css/pie.htc);
	color: #000000;
	text-decoration: none;
}
.spw-ta-page a:hover {
	background-color: #f1f1f1;
}
.spw-ta-page a.current {
	background-color: #009aff;
	color: #FFFFFF;
}
.spw-ta-page a.spw-ta-page-first {
	background-position: -145px -5px;
	padding: 0;
	width: 22px;
	height: 22px;
	display: block;
}
.spw-ta-page a.spw-ta-page-prev {
	background-position: -173px -5px;
	padding: 0;
	width: 22px;
	height: 22px;
	display: block;
}
.spw-ta-page a.spw-ta-page-next {
	background-position: -142px -35px;
	padding: 0;
	width: 22px;
	height: 22px;
	display: block;
}
.spw-ta-page a.spw-ta-page-last {
	background-position: -175px -35px;
	padding: 0;
	margin: 0 10px 0 0;
	width: 22px;
	height: 22px;
	display: block;
}
.spw-ta-page-label {
	font-size: 12px;
	padding: 4px 0 0 5px;
	text-transform: uppercase;
}
.spw-ta-page-input input {
	background: #FFFFFF;
	padding: 2px;
	border: solid 1px #e2e2e2;
	margin: 0 0 0 4px;
	width: 26px;
	font-size: 12px;
	text-align: center;
}
/* PROFITABILITY ANALYSIS (pa) */
.spw-ta-data-pa {
	margin: 0 0 10px 0;
}
.spw-sort-col.spw-ta-data-pa-desc {
	float: right;
	width: 630px;
	padding: 14px 0 20px 20px;
	border-left: solid 1px #E2E2E2;
}
.spw-ta-data-pa h3 {
	margin-bottom: 4px;
}
.spw-ta-data-pa .spw-ta-data-desc {
	padding: 0;
}
/* PROFITABILITY ANALYSIS GRAPHIC */
.spw-ta-pa-info {
	height: 360px;
	background: url(../images/spw/bkgrd-profitable-analysis.jpg) no-repeat;
	position: relative;
}
.spw-ta-pa-info-desc {
	text-align: center;
	font-size: 13px;
	line-height: 100%;
	padding: 20px 0 0 0;
}
.spw-ta-pa-info.profitable {
}
/*.spw-ta-pa-info-box { position:absolute; }*/
.spw-ta-pa-block-one {
	width: 128px;
	height: 286px;
	position: absolute;
	left: 86px;
	top: 60px;
}
.spw-ta-pa-block-two {
	width: 111px;
	height: 208px;
	position: absolute;
	left: 260px;
	top: 104px;
}
.spw-ta-pa-block-three {
	width: 78px;
	height: 144px;
	position: absolute;
	left: 425px;
	top: 157px;
}
.spw-ta-pa-block-four {
	width: 112px;
	height: 108px;
	position: absolute;
	left: 545px;
	top: 203px;
}
.spw-ta-pa-block-five {
	width: 128px;
	height: 85px;
	position: absolute;
	left: 703px;
	top: 259px;
}
/* profitable */
.spw-ta-pa-info.profitable .spw-ta-pa-block-one {
	background: url(../images/spw/block-blue-01.png) no-repeat;
}
.spw-ta-pa-info.profitable .spw-ta-pa-block-two {
	background: url(../images/spw/block-blue-02.png) no-repeat;
}
.spw-ta-pa-info.profitable .spw-ta-pa-block-three {
	background: url(../images/spw/block-blue-03.png) no-repeat;
}
.spw-ta-pa-info.profitable .spw-ta-pa-block-four {
	background: url(../images/spw/block-blue-04.png) no-repeat;
}
.spw-ta-pa-info.profitable .spw-ta-pa-block-five {
	background: url(../images/spw/block-blue-05.png) no-repeat;
}
.spw-ta-pa-info.unprofitable .spw-ta-pa-block-one {
	background: url(../images/spw/block-red-01.png) no-repeat;
}
.spw-ta-pa-info.unprofitable .spw-ta-pa-block-two {
	background: url(../images/spw/block-red-02.png) no-repeat;
}
.spw-ta-pa-info.unprofitable .spw-ta-pa-block-three {
	background: url(../images/spw/block-red-03.png) no-repeat;
}
.spw-ta-pa-info.unprofitable .spw-ta-pa-block-four {
	background: url(../images/spw/block-red-04.png) no-repeat;
}
.spw-ta-pa-info.unprofitable .spw-ta-pa-block-five {
	background: url(../images/spw/block-red-05.png) no-repeat;
}
.spw-ta-pa-block-info {
	background: #FFFFFF;
	padding: 10px;
	border: solid 1px #0099ff;
	font-size: 11px;
}
.spw-ta-pa-block-info table {
	border-collapse: collapse;
}
.spw-ta-pa-block-info td {
	padding: 1px 5px;
}
.spw-ta-pa-block-info-top {
	padding: 0 0 10px 0;
	border-bottom: solid 4px #e2e2e2;
}
.spw-ta-pa-block-info-bottom {
	padding: 10px 0 0 0;
}
.spw-ta-pa-block-info-bottom-left {
	width: 190px;
	float: left;
	border-right: solid 1px #e2e2e2;
}
.spw-ta-pa-block-info-bottom-right {
	width: 210px;
	float: right;
}
.spw-ta-pa-info.unprofitable .spw-ta-pa-block-info {
	border-color: #de4348;
}
/* COMPARABLE PROJECTS (cp) TABLE */
.spw-ta-cp {
	font-size: 11px;
}
.spw-ta-cp-label {
	text-align: right;
	text-transform: uppercase;
}
.spw-ta-cp-project {
	text-transform: uppercase;
}
.spw-ta-data-table.spw-ta-cp td {
}
.spw-ta-cp td {
}
.spw-ta-data-table.spw-ta-cp td.spw-ta-cp-label {
	text-align: right;
	padding-right: 20px;
}
.spw-ta-cp-name {
	text-transform: uppercase;
}
.spw-ta-cp-name a {
	color: #000000;
	text-decoration: none;
}
.spw-ta-cp-name a:hover {
	border-bottom: dotted 1px #333333;
}
.spw-ta-cp-average {
	font-weight: bold;
}
.spw-ta-cp-current {
	text-transform: uppercase;
	color: #339900;
}
.spw-ta-data-table.spw-ta-cp tr:hover td {
	background: #FFFFFF;
	color: #000000;
	border-bottom-color: #E2E2E2;
}
.spw-ta-data-table.spw-ta-cp tr:hover td.spw-ta-cp-current {
	color: #339900;
}
/* Horizontal table scroll */
.spw-ta-cp-wrapper {
	width: 100%;
}
.spw-ta-cp-wrapper ul {
	list-style: none outside none;
	padding: 0;
	margin: 0;
}
.spw-ta-cp-wrapper li {
	float: left;
}
.spw-ta-cp-left {
	float: left;
	width: 338px;
}
.spw-ta-cp-right {
	float: right;
	width: 580px;
	overflow-y: hidden;
	overflow-x: auto;
}
.spw-ta-cp-left-small {
	float: left;
	width: 145px;
}
.spw-ta-cp-right-small {
	float: right;
	width: 300px;
	overflow-y: hidden;
	overflow-x: auto;
}
.spw-ta-cp-data {
}
.spw-ta-cp-small {
}
.spw-ta-data-table.spw-ta-cp-small .spw-ta-cp-label {
	text-align: right;
	text-transform: none;
	width: 90px;
	padding-right: 10px;
}
.spw-ta-data-table.spw-ta-cp-small .spw-ta-cp-name {
	text-transform: none;
}
.spw-ta-data-table.spw-ta-cp-small .spw-ta-cp-current {
	text-transform: none;
}
.spw-ta-data-table.spw-ta-cp-small td {
	width: 80px;
	height: 50px;
}
.spw-ta-data-table.spw-ta-cp-small tr:hover td {
	background: #FFFFFF;
	color: #000000;
	border-bottom-color: #E2E2E2;
}
.spw-ta-data-table.spw-ta-cp-small tr:hover td.spw-ta-cp-current {
	color: #339900;
}
/* Map Markers */
.spw-ta-marker-current, .spw-ta-marker-nearby {
	display: block;
	margin: 0 auto;
}
.spw-ta-marker-current {
	background-position: 0 -140px;
	width: 21px;
	height: 29px;
}
.spw-ta-marker-nearby {
	background-position: -30px -140px;
	width: 21px;
	height: 25px;
	padding: 4px 0 0 0;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	text-align: center;
}
/* AREA STATS - for Ad Details page */
.spw-as {
	padding: 20px 0px 0px 0px;
}
.spw-as-text {
	display: block;
}
.spw-as-link {
	text-decoration: none;
	color: #006699;
	display: block;
}
.spw-as-link-number {
	display: block;
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
}
.spw-ta-data-table tr:hover .spw-as-link {
	color: #ffffCC;
}
.spw-as-link:hover {
	background: #477f23;
}
.spw-ta-data-legend-4a .box {
	width: 22px;
	height: 3px;
	background-position: -60px -140px;
	margin-top: 4px;
}
.spw-ta-data-legend-4b .box {
	width: 32px;
	height: 4px;
	background-position: -90px -140px;
	margin-top: 4px;
}
.spw-ta-data-legend-4c .box {
	width: 24px;
	height: 3px;
	background-position: -130px -140px;
	margin-top: 4px;
}
.spw-ta-data-legend-4d .box {
	width: 24px;
	height: 3px;
	background-position: -160px -140px;
	margin-top: 4px;
}
.spw-ta-data-legend li.spw-ta-data-legend-4a, .spw-ta-data-legend li.spw-ta-data-legend-4b {
	margin-bottom: 6px;
}
.spw-ta-data-legend li.spw-ta-data-legend-4c {
}
/* Map Pin Info - 14 March 2014 */
.spw-pin-info {
	width: 200px;
	padding: 10px;
	border: solid 1px #bebebe;
	background: #FFFFFF;
	font-size: 12px;
}
.spw-pin-info h3 {
	padding: 0 0 6px 0;
	border-bottom: solid 1px #e2e2e2;
	margin: 0 0 6px 0;
	line-height: 12px;
	font-weight: bold;
	font-size: 12px;
}
/* DROP SHADOW */
.spw-ta-ind, .spw-ta-ov, .spw-ta-pa-block-info, .spw-pin-info {
	box-shadow: 3px 3px 0 0 rgba(102,102,102,0.1);
	-webkit-box-shadow: 3px 3px 0 0 rgba(102,102,102,0.1);
	-pie-box-shadow: 3px 3px 0 0 rgba(102,102,102,0.1);
	behavior: url(css/pie.htc);
}
/* COMMON */
/* width */
.spw-w300 {
	width: 300px;
}
.spw-w400 {
	width: 400px;
}
.spw-w420 {
	width: 420px;
}
/* border - (bb = border bottom) */
.spw-bb-grey {
	border-bottom: solid 4px #e2e2e2;
}
/* margin - (mb = margin-bottom) */
.spw-mb10 {
	margin-bottom: 10px;
}
.spw-mb20 {
	margin-bottom: 20px;
}
.spw-mb30 {
	margin-bottom: 30px;
}
.spw-mb40 {
	margin-bottom: 40px;
}
.spw-mb50 {
	margin-bottom: 50px;
}
.spw-mb0 {
	margin-bottom: 0;
}
/* centers text */
.spw-center {
	text-align: center;
}
/* Auto-suggest - side */
.ui-autocomplete {
	max-height: 380px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 20px;
	z-index: 999 !important;
}
.ui-corner-all {
	border-radius: 0;
}
.sf_suggest-side {
	position: absolute;
	top: 25px;
	left: -2px;
	width: 244px;
	padding: 6px;
	border: solid 1px #666666;
	background: #FFFFFF;
	-moz-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
	z-index: 10;
	overflow: scroll;
	overflow-x: hidden;
	height: auto;
}
.sf_suggest-side li {
	display: block;
	overflow: hidden;
	width: 244px;
}
.sf_suggest-side a {
	display: block;
	padding: 6px;
	color: #333333;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	margin: 0;
}
.sf_suggest-side li:nth-child(even) {
	background: #EBF6FA !important;
}
.sf_suggest-side a:hover {
	background: #0498FF !important;
	color: #FFFFFF;
}
.sf_suggest-side h3 {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	margin: 0;
}
.sf_suggest-side h4 {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	margin: 0;
}
.sf_suggest-side a:hover h4 {
	color: #cedecd;
}
.ptools-h-trends {
	width: 418px;
	padding: 20px 20px 0 180px;
	height: 104px;
	background: url(../images/ptools-h-trends.jpg) no-repeat;
}
.ptools-h-trends h1 {
	font-size: 18px;
	color: #FFFFFF;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.ptools-h-trends p {
	color: #FFFFFF;
	font-size: 13px;
}
.ptools-trends {
	width: 510px;
	margin: 0 auto;
} /* no change */
.ptools-trends-logo {
	position: absolute;
	right: 10px;
	bottom: 10px;
} /* no change */
.ptools-divider {
	height: 20px;
	background: url(../images/ptools-divider.gif) no-repeat;
} /* no change */
svg g rect:hover {
	fill-opacity: 0.5;
}
/*circle:hover { fill-opacity:0.5; }*/
path:hover {
	fill-opacity: 0.5;
}
.google-visualization-controls-rangefilter-thumblabel {
	color: #666666 !important;
	font-weight: bold;
	padding: 0 0.2em;
}
.google-visualization-controls-slider-thumb {
	background: none repeat scroll 0 0 #EFEFE7 !important;
	border: 1px solid #99968F !important;
	border-radius: 3px !important;
	height: 18px !important;
	width: 18px !important;
}
.google-visualization-controls-slider-horizontal {
	background: none repeat scroll 0 0 #D9D7CB !important;
	box-shadow: 0 1px 7px #B6B4A8 inset !important;
	border: 1px solid #908D84 !important;
	border-radius: 3px;
	display: inline-block;
	height: 10px;
	position: relative;
	width: 200px
}
.google-visualization-controls-slider-handle {
	background: none repeat scroll 0 0 #B2A98F !important;
	opacity: 1 !important;
}
/* SEARCH FOR MORE TRANSACTIONS - 20140530 */
.spw-sfmt {
	min-height: 54px;
	background: url(../images/spw/spw-search-more-shadow.png) right bottom no-repeat, url(../images/spw/spw-search-more-bkgrd.jpg) no-repeat;
	background: url(../images/spw/spw-search-more-bkgrd.jpg) no-repeat\9; /* IE 7-8 */
	margin: 15px 0 0 0;
	padding: 16px 0 0 0;
	float: left;
	width: 100%;
}
.spw-sfmt-title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	margin-right: 10px;
	padding-top: 4px;
}
.spw-sfmt .spw-main-keyword {
	float: right;
	margin-right: 10px;
}
.spw-sfmt .spw-main-keyword form {
	overflow: hidden;
	margin: 0;
}
/* DROP SHADOW */
.spw-ta-ind, .spw-ta-ov, .spw-ta-pa-block-info, .spw-pin-info {
	box-shadow: 3px 3px 0 0 rgba(102,102,102,0.1);
	-webkit-box-shadow: 3px 3px 0 0 rgba(102,102,102,0.1);
	-pie-box-shadow: 3px 3px 0 0 rgba(102,102,102,0.1);
	behavior: url(css/pie.htc);
}
.spw-sfmt .ps-side-keyword-field, .spw-main-keyword .ps-side-keyword-field {
	width: 240px;
}
/* SPW SPECIALS (SP) - MAY 2014 */
.spw-sp {
	float: left;
	width: 640px;
	border: solid 1px #bebebe;
}
.spw-sp-header {
	padding: 30px 20px 20px 20px;
	border-bottom: solid 4px #0498ff;
}
.spw-sp-title {
	font-size: 23px;
	font-weight: normal;
	line-height: 120%;
	margin: 0;
	float: left;
	width: 72%;
}
.spw-sp-logo {
	display: block;
	float: right;
	width: 125px;
	height: 52px;
	text-indent: -9999px;
	margin: 0;
}
.spw-sp-photo {
}
.spw-sp-photo img {
	width: 100%;
	height: auto;
}
.spw-sp-content {
	padding: 20px;
}
.spw-sp-info {
	margin-bottom: 30px;
}
.spw-sp-publish {
	float: left;
	font-size: 12px;
}
.spw-sp-author {
}
.spw-sp-author span {
	color: #0498ff;
}
.spw-sp-date {
}
.spw-sp-share {
	float: right;
}
.spw-sp-share ul {
	padding: 0;
	margin: 0;
}
.spw-sp-share li {
	float: right;
	list-style: none outside none;
	overflow: hidden;
}
.spw-sp-share-fb {
}
.spw-sp-share-tw {
	width: 86px;
}
.spw-sp-content p {
	font-size: 14px;
	line-height: 140%;
	margin: 0 0 25px 0;
}
.spw-sp-chart {
	margin-bottom: 25px;
}
.spw-sp-chart img {
	width: 100%;
	height: auto;
}
.spw-sp-chart-label {
	font-weight: bold;
	padding-top: 10px;
}
/* DROP SHADOW */
.spw-ta-ind, .spw-ta-ov, .spw-ta-pa-block-info, .spw-pin-info {
	box-shadow: 3px 3px 0 0 rgba(102,102,102,0.1);
	-webkit-box-shadow: 3px 3px 0 0 rgba(102,102,102,0.1);
	-pie-box-shadow: 3px 3px 0 0 rgba(102,102,102,0.1);
	behavior: url(css/pie.htc);
}
/* COMMON */
/* width */
.spw-w300 {
	width: 300px;
}
.spw-w400 {
	width: 400px;
}
.spw-w420 {
	width: 420px;
}
/* border - (bb = border bottom) */
.spw-bb-grey {
	border-bottom: solid 4px #e2e2e2;
}
/* margin - (mb = margin-bottom) */
.spw-mb10 {
	margin-bottom: 10px;
}
.spw-mb20 {
	margin-bottom: 20px;
}
.spw-mb30 {
	margin-bottom: 30px;
}
.spw-mb40 {
	margin-bottom: 40px;
}
.spw-mb50 {
	margin-bottom: 50px;
}
.spw-mb0 {
	margin-bottom: 0;
}
/* centers text */
.spw-center {
	text-align: center;
}
.fancybox-close {
	right: -2px !important;
	top: -2px !important;
}
.google-visualization-tooltip span, .google-visualization-tooltip b {
	font-size: 12px !important;
	line-height: 1.42857 !important;
}
.google-visualization-tooltip td {
	text-align: left !important;
}
/* Moved Preview image from centre to Left side Added by Sabari on 17 July 2014 */
.spw-access {
	border: solid 1px #e2e8ec;
	padding: 10px;
	margin-bottom: 20px;
}
.spw-access ul {
	padding: 0;
	margin: 0;
}
.spw-access li {
	list-style: none outside none;
	border-top: solid 1px #f5f5f5;
	margin-top: 4px;
}
.spw-access h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	margin: 6px 0 16px 8px;
}
.spw-access h3 span {
	color: #0498ff;
}
.spw-access a {
	display: block;
	text-decoration: none;
}
.spw-access-pic {
	float: left;
	width: 110px;
	height: 70px;
	overflow: hidden;
	position: relative;
}
.spw-access-gradient {
	position: absolute;
top:0 right:0;
	width: 110px;
	height: 70px;
	background: url(../images/spw/spw-access-gradient.png) right top repeat-y;
	z-index: 6;
}
.spw-access-pic img {
	width: 110px;
	height: 70px;
	overflow: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.spw-access a:hover .spw-access-pic img {
	-webkit-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
	width: 150px\9;
	height: 90px\9;
}
.spw-access-info {
	float: left;
	width: 158px;
	height: 70px;
	padding: 24px 0 0 10px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 ); /* IE6-9 */
}
.spw-access a:hover .spw-access-info {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eef8fb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eef8fb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eef8fb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #eef8fb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #eef8fb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #eef8fb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef8fb', GradientType=0 ); /* IE6-9 */
}
.spw-access-info p {
	margin: 0 0 2px 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #0498ff;
}
.spw-access-info span {
	font-size: 11px;
	color: #999999;
	opacity: 0;
	display: none\9;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.spw-access a:hover .spw-access-info span {
	opacity: 1;
	display: block\9;
}
/* Moved Preview image END */

/********* start stack analysis ************/

.table-stack {
	width: 100%;
 *margin-left: -100px;/*ie7*/
}
.table-stack th {
	vertical-align: top;
	padding: 0px 10px;
	width: 120px;
}
.table-stack td {
	vertical-align: top;
	padding: 0px 4px;
}
.table-stack tr {
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
.table-stack th strong {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 22px;
	display: block;
}
.table-stack th h3 {
	font-size: 24px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}
.table-stack th {
	position: absolute;
 *position: relative; /*ie7*/
	left: 0;
	width: 66px;
	background: none repeat scroll 0 0 #87c30f;
	border-top: 1px solid #93ce1c;
	color: #ffffff;
	padding: 8px 10px;
	height: 104px;
	text-align: center;
	margin-bottom: 4px;
}
.outer-table-stack {
	position: relative
}
.inner-table-stack {
	overflow-x: auto;
	overflow-y: auto;
	width: auto;
	/*max-height: 1000px;*/
	margin-left: 70px;
}
td.spw-ta-ov-label strong {
	font-size: 14px;
	text-transform: uppercase;
}
td.spw-ta-ov-label h3 {
	font-size: 24px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}
#average-price {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	box-shadow: #666 0px 0px 2px;
	display: block;
	min-width: 130px;
	display: block;
	word-wrap: break-word;
	max-width: 300px;
}
.average-price-red {
	border-top: 8px solid #ff3300;
}
.average-price-blue {
	border-top: 8px solid #0099ff;
}
.average-price-grey {
	border-top: 8px solid #ccc;
}
.average-price-green {
	border-top: 8px solid #339900;
}
#average-price li:first-child {
	border-bottom: none;
	padding: 4px 0px 0px 0px;
	margin: 0px;
}
#average-price li:last-child {
	border-bottom: none;
	padding: 0px;
}
#average-price li {
	padding: 2px 4px;
	line-height: 14px;
	margin: 0px;
	text-align: center;
	display: block;
	float: none;
	border-bottom: 1px dotted #eee;
}
#average-price strong {
	padding: 2px 0px;
	margin: 0px;
	display: block;
	background: #577899;
	color: #fff;
	text-align: center;
}
#average-price li.highlighted {
	font-weight: bold;
}
#average-price li .red-text {
	color: #F00;
	font-weight: bold;
}
#average-price li .green-text {
	color: #060;
	font-weight: bold;
}
/********* end stack analysis ************/


/* Panel Tab/button */
.tab-block {
	position: relative;
	top: 0;
	z-index: 999;
}
.tab-block ul.filter-expand {
	display: block;
	position: relative;
	float: none;
	width: auto;
	font-weight: bold;
	margin: 0px auto;
	color: white;
	font-size: 80%;
	text-align: center;
	padding: 0px;
}
.tab-block ul.filter-expand li {
	text-align: left;
	padding: 0px;
	display: inline-block;
	float: left;
}
.tab-block ul.filter-expand li a:hover {
	color: #50585c;
	text-decoration: none;
}
.tab-block a.open-block {
	line-height: 20px !important;
	cursor: pointer;
	display: block;
	position: relative;
	color: #50585c;
	opacity: 10;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px;
	border-radius: 5px;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3;
	border-image: none;
	border-style: solid;
	border-width: 1px;
}
.tab-block a.close-block {
	line-height: 20px !important;
	cursor: pointer;
	display: block;
	position: relative;
	color: #000;
	opacity: 10;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #eee, #e6e6e6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3;
	border-image: none;
	border-style: solid;
	border-width: 1px;
}
/* sliding panel */
#toppanel-block {
	/*position: absolute;   /*Panel will overlap  content */
	position: relative;  /*Panel will "push" the content down */
	top: 0px;
	z-index: 999;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px;
	width: 350px;
}
#panel-block label {
	font-weight: bold;
}
.filter-icon {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #0498ff;
	height: 0;
	width: 0;
	margin: 0px 0px 0px 4px;
	display: inline-block;
}
.filter-icon-2 {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #0498ff;
	height: 0;
	width: 0;
	margin: 0px 0px 0px 4px;
	display: inline-block;
}
#panel-block {
	background: #63a537;
	overflow: hidden;
	position: absolute;
	top: 30px;
	z-index: 3;
	display: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 3px #eee;
	padding: 4px 0px;
}
#panel-block input[type="checkbox"] {
	margin: 0px;
	vertical-align: middle;
}

.spw-block-title h2 {
    color: #0498ff;
    font-size: 22px;
    line-height: 100%;
    margin: 0 0 6px;
}