body.basic{
	background: none;
	background-color: #fff;
	min-height: 0;
	padding:10px;
	width: 96%;
}
/*
-----------------------------------------------
Main styles (layout)
----------------------------------------------- */

/* Wrapper
----------------------------------------------- */
#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	background: #fff;
}


/* Header
----------------------------------------------- */

#header {
	width: 950px;
	height: 196px;
	margin: 0 auto 0;
	padding: 0;
	background: url(/images/structural/header_bg.gif) top left no-repeat;
}


/* Structural
----------------------------------------------- */

#main {
	width: 910px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 20px;
	margin: 0 auto;
	clear: both;
	background: #fff;
	background: url(/images/structural/content_bg.gif) top left no-repeat;
}

#footer {
	clear: both;
	padding: 0;
	height: 158px;
	width: 950px;
	margin: 0 auto 3.0em;
	background: url(/images/structural/footer_bg.gif) top left repeat;
}

/* Columns */

#column-left {
	display: inline;
	float: left;
	clear: left;
	width: 520px;
	margin: 0;
}

#column-right {
	display: inline;
	float: right;
	width: 340px;
	margin: 0;
}


/* Headings
----------------------------------------------- */

h1 {
	display: block;
	color: #424244;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0.7em 0 0.5em 0;
	padding: 0;
	clear:both;
}
h1 a {
	font-weight: normal;
	text-decoration: none !important;
}
h1 a:hover {
	text-decoration: underline !important;
}

h2 {
	color: #424244;
	font-size: 1.7em;
	margin: 0.6em 0 0.2em 0;
	padding: 0;
}
h2 a {
	font-weight: normal;
	text-decoration: none !important;
}
h2 a:hover {
	text-decoration: underline !important;
}

h3 {
	color: #A43837;
	font-size: 1.2em;
	margin: 0.5em 0 0.3em;
	padding: 0;
}
h3 a {
	font-weight: normal;
	text-decoration: none !important;
}
h3 a:hover {
	text-decoration: underline !important;
}

h4 {
	color: #424244;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0.5em 0 0.3em 0;
	padding: 0;
}


/* Header
----------------------------------------------- */

#logo {
	position: relative;
	display: inline;
	float: left;
	width: 240px;
	height: 100px;
	margin: 2.0em 0 0 2.25em !important;
	padding: 0;
	z-index: 1;
}

#locale {
	display: inline;
	float: left;
	margin: 2.0em 0 0 1.5em;
}
#locale li {
	display: inline;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 0.6em 0 0;
}
#locale li a img {
	opacity: 0.7;
}
#locale li a img:hover {
	opacity: 1;
}

#form-login {
	display: inline;
	float: right;
	width: 410px;
	height: 70px;
	margin: 1.5em 1.5em 0 0;
}
#form-login input.text {
	display: inline;
	float: left;
	width: 140px;
	background: url(/images/structural/input_bg.gif) top left repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #424244;
	margin: 0 0.4em 0 0;
	padding: 8px;
	border: 0;
}
#form-login #input-login {
	display: inline;
	float: left;
	width:80px;
	height: 30px;
	border: 0;
	background: #000;
	color: #fff;
	font-weight: bold;
	opacity: 0.95;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
#form-login #input-login:hover {
	background: #414042;
}
#form-login #input-login * {
	display: inline;
	float: left;
	font-weight: bold;
}

#form-login p {
	display: inline;
	float: left;
	margin: 0.4em 4.5em 0 0;
	color: #fff;
	font-size: 0.9em;
}
#form-login p a {
	color: #fff;
	font-weight: bold;
}

#account-links {
	display: inline;
	float: right;
	color: #fff;
	margin: 2.0em 2.0em 0 0;
	background: #202020;
	padding: 3px 5px 6px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#account-links a {
	color: #fff;
	font-weight: bold;
}
#account-links p {



	display: inline;
	float: left;
	margin: 0 0.5em 0 0;
	padding: 0;
}
#account-links p.link-manage {

	padding-left: 15px;
	background: url(/images/icons/gear_small.gif) center left no-repeat;
}

#basket {
	display: inline;
	float: right;
	color: #fff;
	font-weight: bold;
	margin: 2.3em 1.8em 0 0;
	padding: 6px 0 0 20px;
	background: url(/images/icons/cart.gif) center left no-repeat;
}
#basket a {
	color: #fff;
	font-weight: bold;
}
#basket a:hover {
	text-decoration: none;
}


/* Footer
----------------------------------------------- */

#footer p, #footer ul {
	padding: 5px 15px;
}

#footer a {
	color: #49494b;
	font-size: 1.0em;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	display: inline;
	float: left;
	margin: 1.0em 0 0 1.0em;
}

#footer ul li {
	display: inline;
	float: left;
	margin-right: 0.5em;
	font-size: 0.9em;
	padding-right: 8px;
	border-right: 1px solid #aeaeae;
}
#footer ul li.last, #footer ul li:last-child {
	margin-right: 0;
	border: 0;
}


#copyright {
	display: inline;
	float: right;
	margin: 1.4em 1.0em 0 0;
	padding: 0;
	font-size: 0.9em;
	color: #49494b;
	line-height: 1.3em;
}
#copyright a {
	color: #49494b;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#footer #paypal {
	float:left;
	font-size:0.9em;
	margin-left:13px;
	margin-top:15px;
}

/* Navigation
----------------------------------------------- */

#navigation {
	position: relative;
	width: 100%;
	height: 40px;
	margin: 0 0 0 0;
	z-index: 1;
}

#navigation ul {
	display: inline;
	float: left;
	width: 100%;
	height: 40px;
	margin: 29px 0 0 2.25em;
	padding: 0 0 0 0;
}
#navigation ul li {
	position: relative;
	display: inline;
	float: left;
	list-style: none;
	margin: 0 0.3em !important;
	padding: 0 !important;
	background: #000;
	opacity: 0.9;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#navigation ul li#nav-buy span {
	background: url(/images/icons/plus.gif) center left no-repeat;
	padding-left: 18px;
}
#navigation ul li#nav-buy:hover span, body#buy li#nav-buy span {
	background: url(/images/icons/plus-inverted.gif) center left no-repeat;
}
#navigation ul li#nav-sell span {
	background: url(/images/icons/minus.gif) center left no-repeat;
	padding-left: 20px;
}
#navigation ul li#nav-sell:hover span, body#sell li#nav-sell span {
	background: url(/images/icons/minus-inverted.gif) center left no-repeat;
}
#navigation li a {
	display: block;
	margin: 0;
	padding: 10px 14px 12px 14px;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation li:hover, #navigation li.sfhover {
	background: #fff;
	opacity: 1;
}
#navigation li:hover a, #navigation li.sfhover a {
	color: #424244;
}

#navigation li ul {
	position: absolute;
	width: 160px;
	display: none;
	margin: 0;
	padding: 0;
	height: auto;
	z-index: 10;
}

#navigation ul ul li{
	position: static;
	display: block;
	float: none;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}



#navigation li:hover ul {
	display: block;
}

#navigation ul ul li{
	border-bottom: 1px dashed #aaa;
}

#navigation ul ul li:hover, #navigation ul ul li.sfhover{
	background-color: #000;
	color:#fff;
}

#navigation ul ul li:hover a, #navigation ul ul li.sfhover a{
	color:#fff;
}

#navigation ul ul li a{
	padding:14px;
	display: block;
}

/* Set 'on' status for navigation items */
body#home li#nav-home,
body#buy li#nav-buy,
body#sell li#nav-sell,
body#advertise li#nav-advertise,
body#affiliate li#nav-affiliate,
body#contact li#nav-contact,
body#help li#nav-help,
body#faqs li#nav-faqs,
body#sitemap li#nav-sitemap {
	background: #fff;
	opacity: 1;
}

body#home li#nav-home a,
body#buy li#nav-buy a,
body#sell li#nav-sell a,
body#advertise li#nav-advertise a,
body#affiliate li#nav-affiliate a,
body#contact li#nav-contact a,
body#help li#nav-help a,
body#faqs li#nav-faqs a,
body#sitemap li#nav-sitemap a {
	color: #424244;
}


/* Top area
----------------------------------------------- */

#breadcrumbs {
	display: inline;
	float: left;
	background: url(/images/icons/pin.gif) top left no-repeat;
	padding: 0 0 0 17px;
}
#breadcrumbs a {
	color: #424244 !important;
}
#breadcrumbs img {
	padding-bottom: 2px;
}

#introduction {
	display: block;
	clear: both;
}



/* Left column
----------------------------------------------- */		

#screenshots {
	position: relative;
	display: inline;
	float: right;
	width: 271px !important;
	height: 192px !important;
	margin: -2.5em 0 0 1em;
	z-index: 0;
	padding: 10px;
	background: #F4F4F4;
}
#screenshots .screenshot-arrow {
	position: absolute;
	margin: 6.0em 0 0 0;
	padding: 0;
	cursor: pointer;
}
#screenshots #screenshot-left.screenshot-arrow {
	left: 0;
}
#screenshots #screenshot-right.screenshot-arrow {
	right: 0;
}

#screenshots #screenshot-enlarge {
	position: absolute;
	z-index: 10;
	padding: 0;
	margin: 3.5em 0 0 7.0em;
}
#screenshots #list-screenshots {
	position: relative;
	display: inline;
	float: left;
	width: 239px !important;
	height: 192px;
	overflow: hidden;
	margin: 0 0 0 1.2em;
	padding: 0;
	z-index: 0;
}
#screenshots #list-screenshots li {
	position: relative;
	width: 219px !important;
	height: 172px !important;
	margin: 0;
	padding: 10px;
	background: #EDEDED;
	z-index: 0;
}
#screenshots #list-screenshots li span {
	position: absolute;
	height: 92px;
	width: 93px;
	top: 3.5em;
	left: 5.5em;
	background: url(/images/structural/zoom.png) top left no-repeat;
	z-index: 10;
}

h2.performance {
	background: url(/images/icons/graph.gif) center left no-repeat;
	padding: 8px 0 0 38px;
}


/* Right column
----------------------------------------------- */	

#find-full {
	width: 310px;
	height: 325px;
	padding: 20px 0 0;
	background: url(/images/structural/form_bg.gif) top left no-repeat;
}
#find-full input, #find-small input, .content-form input, .content-form textarea, .content-form select {
	background: url(/images/structural/input_bg.gif) top left repeat;
	border: 1px solid #ccc;
	padding: 8px;
	font-size: 1.0em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#find-full input#input-search-name {
	width: 165px;
	margin: 2.0em 0 0 4.5em;
}
#find-full input#input-search-postcode {
	width: 130px;
	margin: 2.0em 0 0 4.5em;
}
#find-small input#input-search-all {
	display: block;
	float: right;
	width: 220px;
	margin: 0 0 0 0;
}
#find-full input#input-find, #find-small input#input-find, .content-form input.submit {
	margin: 0.8em 0 0 11.5em;
	background: none;
	border: 0;
	color: #A2332F;
	font-size: 1.4em;
	font-weight: bold;
	cursor: pointer;
}
#find-full input#input-find:hover, #find-small input#input-find:hover, .content-form input.submit:hover {
	color: #424244;
}
#find-small input#input-find, .content-form input.submit {
	display: block;
	float: right;
	margin: 0;
}

#form-search-small {
	display: inline;
	float: right;
	width: 250px;
	margin: 0.5em 0.5em -3.3em 0;
	text-align: right;
}

.content-form legend{
	padding-top: 20px;
}

.content-form input, .content-form textarea, .content-form select{
	width:96%;
}

.content-form select{
	width:99.5%;
	background-color: transparent;
	padding: 4px;
}

.content-form select option{
	background-color: #f6f6f6;
	padding: 4px;
}

.content-form textarea{
	background-repeat: repeat-x;
	background-color: #fff;
	background-image: url(/images/structural/textarea_bg.gif);
	color:#777;
}

.content-form input.submit{
	width:auto;
}

.content-form input.checkbox{
	width:auto;
	vertical-align: middle;
}

.content-form label.error span{
	color: #AF0A0A;
}

.content-form label span{
	font-size:0.8em;
	color:#bbb;
	padding:0 5px;
}

.content-form input.error, .content-form textarea.error, .content-form select.error{
	border-color:#ff0000;
	color:#777777;
}

.content-form p{
	font-size:0.8em;
}

.content-form p.error{
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
}

.content-form div.char-counter{
	float:right;
	color:#bbb;
	font-size:0.8em;
	margin-right:10px;
}

.manage-items{
	margin-bottom:10px;
	padding:0;
	font-size:0.9em;
}

.manage-items tr{
	background-color: #EFEFEF;
}

.manage-items tr:hover{
	background-color: #E2E2E2;
}

.manage-items tr.nohover:hover{
	background-color: #EFEFEF;
}

.manage-items th, td{
	padding:0.5em;
}

.manage-items th.center, td.center{
	text-align:center;
}

.manage-items th{
	font-weight: bold;
}

.manage-items td{

}

/* Deed tables
----------------------------------------------- */	

.table-statistics {
	background: #424244;
	color: #fff;
	font-size: 0.9em;
}
.table-statistics tr {
	background: #49494B;
}
.table-statistics tr:hover {
	background: #333;
}
.table-statistics td, .table-statistics th {
	padding: 5px;

	border-top: 1px solid #424244 !important;
	border-bottom: 1px solid #424244 !important;
	vertical-align: middle !important;
}
.table-statistics th {
	font-weight: bold;
	background: #424244;
}

.table-statistics a {
	color:#fff;
	text-decoration: none;
}

.table-statistics a:hover {
	text-decoration: underline;
}

ul.tabs-nav {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 10px 0 0;
}
ul.tabs-nav li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 0.3em 0 0 !important;
	padding: 0 !important;
}
ul.tabs-nav li a {
	color: #49494B !important;
	background: url(/images/structural/tab_bg.gif) top left repeat;
	text-decoration: none;
	font-weight: bold;
}
ul.tabs-nav li:hover a, ul.tabs-nav li a:hover {
	background: #fff !important;
}
ul.tabs-nav li a:hover .tab-link {
	color: #fff !important;
	text-decoration: underline !important;
	cursor: pointer;
}
ul.tabs-nav li a .tab-left {
	display: inline;
	float: left;
	width: 7px;
	height: 33px;
	background: url(/images/structural/tab_left.gif) top left repeat;
}
ul.tabs-nav li a .tab-right {
	display: inline;
	float: left;
	width: 7px;
	height: 33px;
	background: url(/images/structural/tab_right.gif) top right repeat;
}
ul.tabs-nav li a .tab-link {
	display: inline;
	float: left;
	height: 13px;
	padding: 8px 3px 12px;
	background: url(/images/structural/tab_bg.gif) top left repeat;
}
ul.tabs-nav li:hover a .tab-left, ul.tabs-nav li a.selected .tab-left {
	background: url(/images/structural/tab_left-hover.gif) top left repeat;
}
ul.tabs-nav li:hover a .tab-right, ul.tabs-nav li a.selected .tab-right {
	background: url(/images/structural/tab_right-hover.gif) top left repeat;
}
ul.tabs-nav li:hover a .tab-link, ul.tabs-nav li a.selected .tab-link {
	background: url(/images/structural/tab_bg-hover.gif) top left repeat;
	color: #fff !important;
}

ul.tabs-nav li.last-tab{
	margin-right: 0 !important;
}

div.tab {
	display: block;
	clear: both;
	width: 100%;
	margin-top: -0.2em;
	border-width: 0 2px 2px 2px;
	border-image: url(/images/structural/table-border.gif) 0 2 2 2 stretch stretch;
	-webkit-border-image: url(/images/structural/table-border.gif) 0 2 2 2 stretch stretch;
	-moz-border-image: url(/images/structural/table-border.gif) 0 2 2 2 stretch stretch;
}
div.tab .table-footer .deed-table-all {
	display: inline;
	float: left;
}
div.tab .table-footer .deed-table-plus {
	display: inline;
	float: right;
	padding: 0 0 0 10px;
	background: url(/images/icons/plus-small.gif) center left no-repeat;
}
div.tab .table-footer .deed-table-less {
	display: inline;
	float: right;
	margin: 0 0.6em 0 0;
	padding: 0 0 0 9px;
	background: url(/images/icons/minus-small.gif) center left no-repeat;
}
div.tab .table-footer a {
	color: #49494B;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}
div.tab .table-footer a:hover {
	text-decoration: underline;
}


/* Content pages
----------------------------------------------- */

/* Advertisements */

#advertisements {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 0 1.0em;
	padding-left: 16px;
	background: url(/images/structural/text_advertisements.gif) bottom left no-repeat;
}
#advertisements .advertisement {
	display: inline;
	float: left;
	width: 158px;
	height: 102px;
	margin: 0 1.75em 0 0;
	padding: 34px 0 0;
	background: url(/images/structural/house.gif) top left no-repeat;
}
#advertisements .advertisement p {
	margin: 0.3em 0.2em;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 0;
}
#advertisements .advertisement p.advert-title {
	width: 158px;
	font-weight: bold;
	color: #A43837;
	text-align: center;
	margin-left: 0;
}

#advertisements .advertisement p.advert-main {
	text-align: center;
}

#advertisements .advertisement p.advert-link {
	width: 158px;
	text-align: center;
	margin-left: 0;
	font-size: 0.7em;
}
#advertisements .advertisement.available p.advert-link {
	margin-top: 27px;
}

/* Blog */

h2.blog {
	margin-bottom: 0.1em;
	background: url(/images/structural/person.gif) center left no-repeat;
	padding: 8px 0 0 33px;
}

ul.list-blog {
	margin: 0;
	padding: 0;
}
ul.list-blog li {
	margin: 0.4em 0 !important;
	padding: 6px 0 !important;
	border-top: 1px solid #ddd;
	list-style: none;
}
ul.list-blog li:hover {
	background: #fafafa;
}
ul.list-blog li:last-child {
	border-bottom: 1px solid #ddd;
}
ul.list-blog li h3 {
	color: #49494B;
}
ul.list-blog li h3 a {
	color: #49494B;
	font-weight: bold;
	font-size: 1.2em;
}
ul.list-blog li h3 a:hover {
	color: #A43837;
}
ul.list-blog li p.published-date {
	font-size:1em;
	font-weight:bold;
}

ul.list-blog li .blog-intro {
	display: inline;
	float: left;
	width: 523px;
	margin-right: 1.0em;
}
ul.list-blog li .blog-intro .more {
	margin: 1.5em 0.5em 0 0;
}

ul.list-blog li .blog-media {
	/*text-align: right;*/
}

.blog-map-lrg{
	height:350px;
}

.blog-map{
	width:350px;
	height:350px;
	float:right;
}

fieldset .blog-map{
	margin-top:1em;
	width:99.5%;
	float:none;
}

.more {
	display: block;
	float: right;
	margin: 1.5em 0;
}
ul.list-blog .more {
	margin: -1.5em 0 0;
}
.more a {
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px 0 0;
	background: url(/images/icons/arrow-right.gif) center right no-repeat;
}
.more a:hover {
	text-decoration: underline;
}


/* Deed Statistics */

#statistics ul.tabs-nav {
	margin-top: 0.7em;
}
#statistics ul.tabs-nav li {
	margin: 0 0.3em 0 0 !important;
}
#statistics .tabs-nav a {
	display: block;
	background: #424244;
	color: #fff !important;
	padding: 8px;
	margin: 0;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
}
#statistics .tabs-nav a:hover, #statistics .tabs-nav a.selected {
	background: #eee !important;
	color: #424244 !important;
}

#statistics div.tab {
	border-image: none;
	-moz-border-image: none;
	-webkit-border-image: none;
	border: 0;
	background: #eee !important;
	min-height: 260px;
	height: auto !important;
	height: 260px;
	margin-top: 1.7em;
	padding: 4px 12px;
}
#statistics div.tab h3 {
	color: #424244;
}

/* Deed information */

.tab .link-offer {
	display: inline;
	float: right;
	margin: 1.3em 0.2em 0.5em;
}

.deed-information {
	display: inline;
	float: left;
	margin: 0.5em 0 0;
	padding: 0;
}
.deed-information li {
	margin-left: 0 !important;
}
.deed-information p {
	display: inline;
	float: left;
	width: 150px;
	margin: 0 !important;
	padding: 0;
}
.deed-information p.label {
	font-weight: bold;
}

/*#ticker {
	display: inline;
	float: left;
	width: 720px !important;
	height: 25px;
	margin: -0.3em 0 0 2.5em;
	overflow: hidden;
	background: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
#ticker ul {
	margin: 0;
	padding: 0;
}
#ticker ul li {
	display: inline;
	float: left;
	width: 200px;
	width:auto;
	padding: 4px;
	border-right: 1px solid #ccc;
}
#ticker ul li:last-child {
	border: 0;
	margin: 0;
}*/

#ticker ul, #ticker li{
	list-style: none;
}

#ticker{
	height: 30px;
	overflow: hidden;
}

.tickercontainer { /* the outer div with the black border */
display: inline;
	float: left;
	width: 720px !important;
	height: 25px;
	margin: 0em 0 0 2.5em;
	overflow: hidden;
	background: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
width: 718px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
list-style-type: none;
margin: 0;
padding: 0;
height:25px;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
padding: 4px;
	border-right: 1px solid #ccc;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
}


#ticker ul li p {
	display: inline;
	float: left;
	padding: 0;
	margin: 0 0.2em 0 0;
	font-size: 0.8em;
}
#ticker ul li p, #ticker ul li p a{
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color:#424244;
}

#ticker ul li p.up {
	color: #1B9F06;
}
#ticker ul li p.down {
	color: #A43837;
}
#ticker ul li p.same {
	color: #656565;
}
#ticker ul li p .deed-indicator {
	height: 6px;
}

/* Container DIV - automatically generated */
.simply-scroll-container {
	position: relative;
	z-index:0;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}


.simply-scroll-list li img {
	border: none;
	/*display: block;*/
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll {
	width: 720px;
	height: 25px;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 720px;
	height: 25px;
}


/* Holding page */

body#temp #main {
	position: relative;
	padding: 30px 30px 15px;
	width: 890px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	}
	body#temp #column-left {
		width: 550px;
	}

body#temp h1 {
	font-size: 3.3em;
	margin: 0.0em 0.5em 0.3em 0;
}

body#temp #introduction p {
	font-size: 1.4em;
	line-height: 155%;
}

body#temp h2 {
	margin-top: 1.0em;
}

body#temp #form-newsletter {
	position: relative;
	margin-top: 1.5em;
}

body#temp #input-search-name {
	display: inline;
	float: left;
	background: url(/images/structural/input_bg.gif) top left repeat;
	border: 1px solid #ccc;
	padding: 8px 8px 8px 40px;
	font-size: 1.0em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	width: 310px;
}

body#temp #input-send {
	display: inline;
	float: left;
	margin: 0.0em 0 0 0.5em;
	background: none;
	border: 0;
	color: #A2332F;
	font-size: 1.4em;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
	}
	body#temp #input-send:hover {
		text-decoration: none !important;
		color: #424244;
	}

body#temp #notice {
	margin-top: 3.0em;
	}
	body#temp #notice p {
		color: #aaa;
	}

body#temp #image-mail {
	position: absolute;
	top: 0.75em;
	left: 0.9em;
	width: 22px
	height: 13px
	display: block;
}

body#temp #image-launching {
	position: absolute;
	bottom: -0.4em;
	right: 5.0em;
	margin: 0;
	padding: 0;
}

body#temp #copyright {
	float: left;
	margin-left: 4.7em;
}
.tile{
	float:left;
	width:208px;
	height: 125px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	padding:20px;
}
.tile h2{
	margin-bottom: 15px;
	margin-top: 0px;
}


.tile form label{
	display:block;
	margin-bottom: 5px;
	font-size: 1.2em;
}
.tile form input{
	margin-bottom: 10px;
}

.tile p a{
	text-decoration: none;
	font-weight: bold;
}

.tile p{
	font-size: 1em;
	margin-bottom: 10px;
	line-height: 1.5em;
}

a.clear-link{
	font-size: 0.8em;
	float:right;
}

table.sortable th.header{
	background-image: url(/images/icons/updwn.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 10px;
	cursor: pointer;
	padding-right:20px;
}

table.sortable th.headerSortUp{
	background-image: url(/images/icons/asc.gif);
}

table.sortable th.headerSortDown{
	background-image: url(/images/icons/desc.gif);
}

.sm-message{
	font-size:0.8em;
}

#more-indexes{
	float:right;
	width:250px;
	margin-bottom: 10px;
}

#more-indexes ul,
#more-indexes li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#more-indexes li{
	line-height: 1.5em;
	font-weight: bold;
	font-size: 0.9em;
	padding-left:20px;
	background: transparent url(/images/icons/bullet.gif) no-repeat scroll left center;
}

#more-indexes li a{
	text-decoration: none;
}

.blog-resources{
	font-size:0.9em;
	font-style: italic;
	color:#999999;
}

.abuse{
	text-align: right;
	font-weight: bold;
}

.abuse a{
	text-decoration:none;
	font-weight: bold;
}

.search-return{
	font-weight: bold;
	clear:left;
	padding:5px 0 0 5px;
}

.search-return a{
	text-decoration:none;
	font-weight: bold;
}

.sitemap, .sitemap li{
	margin:0;
	padding:0;
	list-style: none;
}

.sitemap li{
	line-height: 1.5em;
}

.payment-powered{
	float:right;
	margin-top:10px;
}

div.example{
	border:1px solid #c6c65a;
	background-color: #fafbc7;
	padding:10px;
	color:#2E2C8F;
	margin-bottom: 20px;
	font-size:0.9em;
}

div.example a{
	text-decoration: none;
	color:#222;
	
	
}

div.example h2{
	margin-top:0;
	margin-bottom:15px;
}

#example-ad{
	text-align: center;
}

#example-ad h2{
	margin-bottom: 10px;
}

#side-tabs{
	float: left;
	width: 44px;
	margin: 15px 0 0;
	padding: 0;
}

#side-tabs li{
	list-style: none;
}

#side-tabs li a{
	display: block;
	margin: 0 0 2px;
	padding: 0;
	text-indent: -9999em;
	background: transparent url(/images/structural/offers-side-tab.png) no-repeat top right;
	height: 126px;
}

#side-tabs li.adverts a{
	background-image: url(/images/structural/adverts-side-tab.png);
}

#side-tabs li.blogs a{
	background-image: url(/images/structural/blogs-side-tab.png);
}

#side-tabs li.selected a,
#side-tabs li a:hover{
	background-position: top left;
}

#side-tabs-container{
	float:left;
	width:806px;
	border: 15px solid #4a4a57;
	padding:15px;
	min-height: 353px;
}

.count-icon{
	background: transparent url(/images/structural/count-bg.png) no-repeat scroll center center;
	display: block;
	height: 19px;
	line-height: 19px;
	text-decoration: none !important;
	font-weight: bold;
	color:red !important;
	text-align: center;
}

.zero-count{
	background-image:url(/images/structural/count-bg-zero.png);
}

.counters li{
	float:left;
	width:33%;
	text-align: center;
}

ol{
	margin-left: 20px;
	margin-bottom: 20px;
}

ol li{
	margin-bottom: 15px;
}

a.anchor:hover{
	text-decoration: none !important;
}

.street-sign{
	margin-bottom: 20px;
}

.street-sign-code{
	font-family: 'Courier New', Courier, monospace;
}

#social-links{
	float:right;
	width:440px;
	font-size:0.9em;
	padding-top:10px;
	position:relative;
	z-index:2;
}

#social-links a{
	color:#fff;
	text-decoration: none;
	padding-left:24px;
	padding-right:15px;
	background: transparent url(/images/icons/blog-icon.png) no-repeat scroll left top;
}

#social-links a:hover{
	color:#fff;
	text-decoration: none;
}

#social-links a#facebook-icon{
	background-image:url(/images/icons/facebook-icon.png);
}

#social-links a#twitter-icon{
	background-image:url(/images/icons/twitter-icon.png);
}

