/* REDEFINED DEFAULTS styles */

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

div {
	text-align: left;
}

a { 
	color: #993; 
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

td {
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
	
img {
	padding: 0px;
	border-width: 0px;
	margin: 0px;
}

input {
	font-family: Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 8pt;
	color: #333;
}

select {
	font-size: 8pt;
	color: #333;
}

text {
	font-family: Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 8pt;
	color: #333;
}

textarea {
	font-family: Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 8pt;
	color: #333;
}

pre {
     width: 599px;
     border: 1px solid #666;
     white-space: pre-wrap;
     display: block;
     padding: 10px;
     background-color:#e6e4e4;
}





/* COMMON styles */

.fake-link { 
	color: #993; 
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.hand-cursor {
	cursor: pointer;
	cursor: hand;
}

.hide {
	display: none;
}

.full-width {
	width: 100%;
}

.blue-background {
	background-color: #86a3c3;
}

.grey-background {
	background-color: #dbdbdb;
}

.centred-16 {
	width: 16px;
	margin-left: auto;
	margin-right: auto;
}

.white {
	color: white;
}

.blue { 
	color: #86a3c3;
}

.smaller {
	font-size: smaller;
}

.align-text-right {
	text-align: right;
}

.align-text-centered {
	text-align: center;
}

.float-right {
	float: right;
}

.light-grey { 
	color: #888;
}





/* MAJOR styles */

.standard-text {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 14px; 
	font-size: 12px;
	text-decoration: none;
	color: #666;
}

.standard-text ul{
	padding: 0px 0px 0px 12px;
}

.standard-text-white { 
	color: white; 
	font-size: 11px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 12px; 
	text-decoration: none; 
}

.standard-text-white-big { 
	color: white; 
	font-size: 13px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 14px; 
	text-decoration: none; 
}

.page-heading {
	color: #666699; 
	font-size: 16pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 18pt; 
	text-decoration: none;
	padding: 15px 0px 10px 0px;
}

.section-heading {
	color: #78a3c0; 
	font-size: 16px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 18px; 
	text-decoration: none; 
}

.section-heading-spaced {
	color: #78a3c0; 
	font-size: 16px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 18px; 
	text-decoration: none;
	padding: 15px 0px 5px 0px;
}

.minor-heading {
	color: #666; 
	font-size: 13px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 14px; 
	text-decoration: none;
}

.box-heading {
	padding-left: 10px;
	padding-top: 10px;
}

.form-field-label {
	color: #069; 
	font-size: 11px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 12px; 
	text-decoration: none;
	padding-right: 10px;
}

.nav-heading { 
	color: #069; 
	font-size: 14px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 16px; 
	text-decoration: none; 
}

.nav-link { 
	color: #069; 
	font-size: 12px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 14px; 
	text-decoration: none; 
}

.nav-cached { 
	color: #e0ffff; 
	font-size: 12px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 12px; 
	text-decoration: underline;
}

.nav-link-selected { 
	color: #996; 
	font-size: 12px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 14px; 
	text-decoration: none; 
}

.pipes { 
	color: #999; 
	font-size: 12px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 14px; 
	text-decoration: none; 
}

.pipesfooter { 
	color: #999; 
	font-size: 9px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 14px; 
	text-decoration: none; 
}

.required {
	color: #aa0000;
	margin-bottom: 2px;
	font-size: smaller;
}

.errors {
	padding: 0px 0px 10px 0px;
}

/* Shadowbox Styles	*/

#shadow-title {
	color: #ffffff;
	font-family: Arial;
	padding: 5px 10px;
	text-align: center;
	font-size:13px;


}

#shadow-message {
	color: #999933;
	font-family: Arial;
	padding: 5px 10px;
	text-align: center;
	font-size:11px;
	
}

#shadow-content {
	padding-left: 20px;
	padding-right: 20px;
	align:center;
}

/* Advert Favourites Styles */

#pipe {
	color: #cccc99;
}



/* ERROR styles */

#error-header {
	color: white;
	padding: 5px 10px;
	text-align: center;
}

.error-item {
	color: white;
	padding: 0px 5px 5px 5px;
	font-size: 12px;
	line-height: 13px;
	text-align: center;
}







/* FORM styles */

.form-radio-label {
	padding: 3px 10px 3px 3px;
}






/* ROUNDED PAGE EDGE styles */

#page-edge {
	height: 7px;
	/* IE */
	line-height: 0px;
	font-size: 1px;
}

#page-edge div.crn-tl {
	background: url(../image/top_lft_crnr.gif) no-repeat;
	float: left;
	width: 7px;
	height: 7px;
	/* IE */
	line-height: 0px;
	font-size: 1px;
}

#page-edge div.crn-tr {
	background: url(../image/top_rt_crnr.gif) no-repeat;
	float: right;
	width: 7px;
	height: 7px;
	/* IE */
	line-height: 0px;
	font-size: 1px;
}

#page-edge div.crn-bl {
	background: url(../image/bot_lft_crnr.gif) no-repeat;
	float: left;
	width: 7px;
	height: 7px;
	/* IE */
	line-height: 0px;
	font-size: 1px;
}

#page-edge div.crn-br {
	background: url(../image/bot_rt_crnr.gif) no-repeat;
	float: right;
	width: 7px;
	height: 7px;
	/* IE */
	line-height: 0px;
	font-size: 1px;
}






/* HOME PAGE styles */

#home-search-container {
	float: left;
	width: 280px;
}

#home-search-section {
	padding-top: 15px;
}

#home-splash-container {
	width: 418px;
	margin-left: 20px;
	float: right;
	margin-top: 15px;
}

#home-search-form-button {
	padding-top: 10px;
	float: left;
}

#home-search-form-try-advanced {
	padding-top: 12px;
	float: right;
}

#home-search-form-keyword-field {
	float: left;
	padding-top: 10px;
}

#home-search-form-tips {
	float: right;
	padding-top: 10px;
}

.home-search-form-field-container {
   float: left;
   padding-top: 3px;
   padding-bottom: 3px;
}

.home-search-form-fields {
   width: 250px;
}

.home-search-form-help {
	float: right;
   padding-top: 3px;
   padding-left: 2px;
}






/* REGISTER USER TYPE styles */

#register-user-type-container {
	margin: 30px auto 0px auto;
	width: 420px;
}

#register-user-type-submit {
	padding-top: 30px;
	padding-right: 100px;
	padding-bottom: 10px;
	float: right;
}

#register-user-type-help {
	margin-left: 30px;
}

#register-user-type-label {
	padding-right: 20px;
}





/* DENIED USER styles */

#denied-login-container {
	padding-top: 60px;
	padding-left: 20px;
}

#denied-register-container {
	padding-top: 10px;
}

#denied-user-type-container {
	float: left;
}

#denied-user-type-help {
	padding-top: 10px;
	width: 20px;
	float: right;
}

#denied-user-type-help-text {
	color: white;
	text-align: center;
	font-size: smaller;
}

.denied-register-form-text {
	width: 200px;
}







/* SPLASH IMAGES styles */

#splash-container {
	width: 418px;
	margin-left: 20px;
	float: right;
}

#welcome-splash-image-overlay {
	background: url(../image/promo_wlc_txt.gif) no-repeat top left;
	height: 183px;
	width: 418px;
}

#welcome-splash-image {
	background: url(../image/promo_wlc_pic.jpg) no-repeat top left;
	height: 183px;
	width: 418px;
}

#students-splash-overlay {
	background: url(../image/promo_stud_txt.gif) no-repeat top left;
	height: 183px;
	width: 418px;
}

#students-splash-image {
	background: url(../image/promo_stud_pic.jpg) no-repeat top left;
	height: 183px;
	width: 418px;
}

#universities-splash-overlay {
	background: url(../image/promo_uni_txt.gif) no-repeat top left;
	height: 183px;
	width: 418px;
}

#universities-splash-image {
	background: url(../image/promo_uni_pic.jpg) no-repeat top left;
	height: 183px;
	width: 418px;
}




/* PAYMENT styles */

.advert-progress-bar-container {
	padding: 5px 0px 20px 0px;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}

.advert-progress-bar-container-paying {
	padding: 5px 0px 20px 0px;
	width: 255px;
	margin-left: auto;
	margin-right: auto;
}

#advert-form-submit {
	padding-top: 40px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

#advert-form-preview-submit {
	padding-top: 40px;
	width: 350px;
	margin: 0px auto;
}






/* FORCE ADVERT styles */

#force-advert-checkbox {
	padding-left: 10px;
	padding-right: 10px;
}

#force-advert-help {
	padding-left: 10px;
	padding-top: 1px;
}

#force-advert-container {
	width: 270px;
	margin-left: auto;
	margin-right: auto;
}




/* ADVANCED SEARCH styles */

.adv-search-column {
	padding: 0px 18px;
}

#adv-search-tips {
	margin-top: 15px;
}

#adv-search-submit {
	margin-top: 25px;
	float: right;
}





/* SEARCH RESULTS styles */


.search-results-page-jump {
	padding: 0px 10px;
}

.search-results-submit {
	float: right;
	padding-right: 20px;
}

#search-results-page-jump-first {
	padding-right: 10px;
}

#search-results-page-jump-last {
	padding-left: 10px;
}




/* USER FORM styles */

.user-form-submit {
	padding-top: 30px;
	float: right;
}






/* INQUIRY styles */

#send-inquiry-container {
	padding: 0px 13px;
}


/* CONTACT DETAILS styles */



.contact-details-detail {
	font-size: 13px; 
	line-height: 14px;
	text-align: right;
}











/* OTHER (POSSIBLY UNUSED) styles */

input.error {
	background-color: #f0d0d0;
}

.header {
	margin: 0 -1em;
	padding: 0 .5em;
	font-weight: bold;
	font-size: larger;
	color: white;
}

.advertHeader {
	padding: 10px 40px;
}

.advert-header-search {
	padding: 5px 10px 5px 10px;
}

.advertDescription {
	font-style: italic;
	padding: 0px 10px;
}

.helpItem {
	padding-bottom: 10px;
}

.helpTitle {
	font-size: larger;
	font-weight: bold;
}

.helpBody {
	color: #3355aa;
	font-size: smaller;
}

.help-icon {
	margin-right: 5px;
}

.help-icon-search {
	margin-left: 4px;
}

.table-sub-head { 
	color: #999;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}

.table-head {
	color: #fff;
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
}

.body-link { 
	color: #993;
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 12px;
	text-decoration: none;
}

/* similar to nav-link */
.nav-link-deactive { 
	color: #ccc; 
	font-size: 12px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 14px; 
	text-decoration: none; 
}


.body-text { 
	color: #666; 
	font-size: 11px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 12px; 
	text-decoration: none 
}

.body-text ul{
	padding: 0px 0px 0px 12px;
}

.body-text-white { 
	color: white; 
	font-size: 11px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 12px; 
	text-decoration: none; 
}

.body-text-white-big { 
	color: white; 
	font-size: 13px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 14px; 
	text-decoration: none; 
}

.section-heading-padded { 
	color: #78a3c0; 
	font-size: 16px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 18px; 
	text-decoration: none;
	padding: 5px 0px 3px 0px;
}

.par-head { 
	color: #78a3c0; 
	font-size: 16px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 18px; 
	text-decoration: none;
	padding: 0px 0px 3px 0px;
}

.par-head-padded { 
	color: #78a3c0; 
	font-size: 16px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 18px; 
	text-decoration: none;
	padding: 20px 0px 3px 0px;
}

.section-heading-padding {
	padding: 5px 0px 3px 0px;
}

.advert-outline {
	border: 1px solid #222;
	padding: 2px;
}

.preview-outline {
	border: 1px solid #aaa;
	padding: 2px;
}

.payment-outline {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0px 20px;
	width: 575px;
}

.section-title {
	font-family: Century Gothic, Arial;
	font-size: 18pt;
	text-decoration: none;
	color: #545585;
}

.padded img {
	padding: 0px 0px 0px 5px;
}

.padded div.text {
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 5px;
}

.padded a {
	text-decoration: none;
}

.line {
	background: white;
	width: 100%;
	height: 1px;
	padding: 0px 5px;
}

.outline {
	border: 1px solid #222;
	padding: 14px;
}

.top-padding {
	padding-top: 15px;
}

.login-label {
	color: #78a3c0;
	font-size: 7pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 3px;
}

.login-submit {
	padding-left: 8px;
}

.login-submit-text {
	font-size: 7pt;
	padding: 0px 3px 0px 3px;
}

.login-entry-text {
	color: #666;
	font-size: 7pt;
}

.blue-label {
	color: #069; 
	font-size: 11px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 12px; 
	text-decoration: none;
}

.bottom-padded {
	padding-bottom: 3px;
}

.full-padded {
	padding: 4px;
}

.preview-padding {
	padding: 10px 0px 20px 0px;
}

.advert-buttons {
	width:150px;
}

.help-padding {
	padding: 5px 0px;
}

/* Same as form_text_padded */
.help-title {
	color: #069; 
	font-size: 11px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 12px; 
	text-decoration: none;
	padding: 8px 0px 4px 0px;
}

/* Same as body_text */
.help-text {
	color: #666; 
	font-size: 11px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 12px; 
	text-decoration: none 
}

.help-text ul{
	padding: 0px 0px 0px 12px;
}

.warning { 
	color: #dd0000; 
	font-size: 16px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 18px; 
	text-decoration: none; 
}

.horizontal-line {
	background: #ccc;
	height: 1px;
	width: 100%;
	margin: 2px 5px 10px 5px;
}

.horizontal-search {
	padding-bottom: 10px;
}

.user-news {
	padding: 0px 50px;
}

.box-head-white {
	color: white; 
	font-size: 16px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 18px; 
	text-decoration: none;
	padding: 5px 0px 5px 5px;
}

.advert-line {
	background: #ccc;
	height: 1px;
	width: 100%;
	margin: 5px 5px 5px 5px;
}

.statistics { 
	color: #ddd; 
	font-size: 10px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 10px; 
	text-decoration: none; 
	padding-left: 10px;
}

.advert-details-padding {
	padding: 0px 20px 0px 30px;
}

.advert-explanation {
	padding: 0px 0px 0px 20px;
}

.advert-explanation ul{
	padding: 0px 0px 0px 12px;
}

.advert-field-entry {
	padding: 5px 0px;
}

.centered-description {
	padding: 10px 80px;
}

.exception-message {
	padding-top: 10px 50px 0px 50px;
}
	
.save-search-text-field {
	width: 150px;
}

.body-width {
	width: 760px;
}

#banner {
	height: 86px;
	width: 760px;
	background-color: white;
}

#banner div#left {
	background: url(../image/head_lft.jpg) no-repeat top left;
	height: 86px;
	width: 431px;
	float: left;
}

#banner div#right a {
	background: url(../image/head_logo.gif) no-repeat top right;
	height: 86px;
	width: 217px;
	float: right;
}

.smartscholar-logo {
	float: right;
}

#page-body {
	background-color: white;
	width: 760px;
}

#page-content {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}

#page-height {
	height: 300px;
}

.copyright {
	padding: 15px 30px 8px 30px;
	color: #69c; 
	font-size: 9px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 11px; 
	text-decoration: none 
}

#account-image {
	background: url(../image/promo_acc_pic.jpg) no-repeat top left;
	height: 183px;
	width: 418px;
}

#account-login {
	padding-top: 25px;
	padding-left: 25px;
}

.account-login-label {
	color: white; 
	font-size: 9pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	text-decoration: none; 
	padding-top: 8px;
	padding-bottom: 2px;
}

td#sitemap {
	padding: 5px;
}









/* OTHER FORM styles */

/* Similar to section-heading */
.form-section-white { 
	color: white; 
	font-size: 16px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 18px; 
	text-decoration: none;
	padding: 15px 0px 5px 0px;
}

/* Same as form_section_white, but with no top padding */
.form-section-white-first { 
	color: white; 
	font-size: 16px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 18px; 
	text-decoration: none;
	padding: 0px 0px 5px 0px;
}

.form-section-dark {
	color: #444; 
	font-size: 16px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 18px; 
	text-decoration: none;
	padding: 15px 0px 5px 0px;
}

.form-section-dark-first {
	color: #444; 
	font-size: 16px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 18px; 
	text-decoration: none;
	padding: 0px 0px 5px 0px;
}

.form-text { 
	color: #069; 
	font-size: 11px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 12px; 
	text-decoration: none;
}

.form-entry-text-home {
	width: 250px;
}

.form-entry-text-field {
	width: 195px;
}

.form-entry-text-location {
	width: 195px;
}

.form-entry-text-extra {
	width: 195px;
}

.form-menu-padding {
	padding-bottom: 5px;
}

.form-text-padded { 
	color: #069; 
	font-size: 11px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 12px; 
	text-decoration: none;
	padding: 8px 0px 4px 0px;
}

/* Should be the same as above */
.form-text-padding {
	padding: 8px 0px 4px 0px;
}

.form-entry-text-advert-smaller {
	width: 250px;
}

.form-entry-text-advert-larger {
	width: 350px;
}

.field-entry {
	padding: 2px 0px;
}

.field-text {
	padding: 4px 0px;
}

.field-entry-padding {
	padding: 2px 0px;
}

.field-label-padding {
	padding: 0px 10px;
}

.smartscholar-demo {
	font-size:11px;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	
}

.additionalSubfield {
	padding-left:20px;	
}

.form-field-label {
	color: #069; 
	font-size: 11px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 12px; 
	text-decoration: none;
	padding-right: 10px;
}

.additional-field-group2 {
	background-color: #B2C79E;
	width: 75%;
}

.additional-field-group3 {
	background-color: #B2C79E;
	width: 75%;
}

.additional-field-group4 {
	background-color: #B2C79E;
	width: 75%;
}

.additional-field-group5 {
	background-color: #B2C79E;
	width: 75%;
}

#addFieldButton {
	margin-top: 15px;	
}

.additional-field-help-icon {
	margin-left: 10px;
	margin-right: 5px;	
}

.form-field-label-additional-field {
	color: #006699;
    font-family: Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    padding-right: 90px;
    text-decoration: none;
}

/* Light green rounded box */

.rounded-box-b2c79e {
	background-color: #b2c79e;
}

.rounded-box-b2c79e div.edge {
	height: 8px;
	/* IE */
	line-height: 0px;
	font-size: 1px;
}

.rounded-box-b2c79e div div.crn-tl {
	background: url(../image/crn_b2c79e_tl.gif) no-repeat;
	float: left;
	width: 8px;
	height: 8px;
	/* IE */
	line-height: 0px;
	font-size: 1px;
}

.rounded-box-b2c79e div div.crn-tr {
	background: url(../image/crn_b2c79e_tr.gif) no-repeat;
	float: right;
	width: 8px;
	height: 8px;
	/* IE */
	line-height: 0px;
	font-size: 1px;
}

.rounded-box-b2c79e div div.crn-bl {
	background: url(../image/crn_b2c79e_bl.gif) no-repeat;
	float: left;
	width: 8px;
	height: 8px;
	/* IE */
	line-height: 0px;
	font-size: 1px;
}

.rounded-box-b2c79e div div.crn-br {
	background: url(../image/crn_b2c79e_br.gif) no-repeat;
	float: right;
	width: 8px;
	height: 8px;
	/* IE */
	line-height: 0px;
	font-size: 1px;
}

.rounded-box-b2c79e div.padding {
	padding: 0px 5px;
}

#search-result-results {
	float: left;
	width: 485px;
	padding-bottom: 15px;
}

#search-result-sidebar {
	float: right;
	width: 215px;
	padding-bottom: 15px;
}

#footer {
	clear: both;
}

#search-result-container {
	margin-top: 12.5px	
}

#sortbox {
	text-align: right;	
}

#sortform {
	display: inline;	
}

#results-jump-bar {
	text-align: center;	
}

h1.advert-title {
	font-size: 14px;
	font-weight: 700;
	display: inline;
}

.advert-preview-top {
		
}

.advert-info {
	text-algin: left;
	float: left;
	width: 77%;	
	padding-right: 10px;
}

.advert-logo {
	float: right;
	width: 20%;	
}

.advert-links-info {
	float: left;
	width: 50%;	
	clear: both;
	position: relative;
	height: 12.5px
}

.advert-links-links {
	width: 50%;
	text-align: right;
	display: inline;
}

.advert-links-view {
	display: inline;
	padding-right:5px;	
}

.advert-links-favourite {
	display: inline;
	padding-left: 5px;
}

.advert-preview-info {
	padding-top: 5px;
	clear: both;	
}

p.advert-preview-description {
	padding-bottom: 10px;	
}

.advert-links {
	padding-bottom: 10px;
}

.advert-placed-text {
	display: inline;
	text-align: left;
	float: left;
	width: 40%;	
}

.advert-score-text {
	display: inline;
	text-align: right;
	width: 50%;		
}

ul.advert-links-list {
	float: left;
	width: 485px;
	list-style: none;
	line-height: 20px;
}

li.advert-links-list-item {
	float:left;
	width: 160px;
	list-style: none;
}

li.advert-links-placed-list-item {
	float:left;
	width: 160px;
	list-style: none;
}

li.advert-links-score-list-item {
	float:left;
	width: 100px;
	list-style: none;
}

li.advert-links-links-list-item {
	float:right;
	width: 225px;
	list-style: none;
	text-align: right;
}

.advert-favourite {
		
}

.advert-favourite-text {
	color: #397EB7;
	vertical-align: middle;
}

.advert-favourites-img {
	vertical-align: middle;
}

#subnav-left {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;	
	height: 20px;
	line-height: 20px;
}

#subnav-right {
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 20px;	
	line-height: 20px;
}

#sub-nav-general {
	vertical-align: middle;
	line-height: 20px;
	font-size: 	16px;
}

#save-search-name-box {
	display: inline;
	margin-left: 10px;	
}

#save-search-label-box {
	margin-top: 15px;	
}

#categories-wrapper
{
	/*margin-bottom: 1em;*/	
	margin-top: 10px;
}

#categories-wrapper h3
{
	margin-bottom: 1em;	
}

#categories-wrapper ul
{
	width: 45em;
	list-style: none;	
}

#categories-wrapper ul li
{
	float: left;
	width: 14em;
	padding-top: 2px;
	padding-bottom: 2px;	
}

#categories-wrapper span.current
{
	font-weight: bold;	
}

#categories-wrapper br
{
	clear: left;	
}
