
/* Style Sheet of Featured Listings Plugin for SOBI 2 Component                */
/* --------------------------------------------------------------------------- */
/* Copyright (C) 2006 Sigsiu.NET (http://www.sigsiu.net). All rights reserved. */
/* Authors: Sigrid & Radek Suski, Sigsiu.NET                                   */

/* Featured Listings */
/* -------------------------------------------------------- */
div#sobiFeaturedListing {
	
}

/* Styles for the featured V-Cards */
div#sobiFeaturedListing td {
	background-color: #e4a3a5!important;
	border:1px solid #d0595c!important;
	background-image:none!important; 
	padding-bottom:10px;
}
div#sobiFeaturedListing td.sobi2EmptyCell {
	background-color: #ffffff!important;
	background-image:none!important; 
	border:none!important; 
}

/* Style for Entry Title */
div#sobiFeaturedListing p.sobi2ItemTitle a {
	font-size: 16px;
	font-weight: bold;
}

/* Styles for the fields */
/* Add style for each field you added in the form div#sobiFeaturedListing span.sobi2Listing_field_yourname */
div#sobiFeaturedListing span.sobi2Listing_field_street,
div#sobiFeaturedListing span.sobi2Listing_field_postcode,
div#sobiFeaturedListing span.sobi2Listing_field_county,
div#sobiFeaturedListing span.sobi2Listing_field_country,
div#sobiFeaturedListing span.sobi2Listing_field_email,
div#sobiFeaturedListing span.sobi2Listing_field_contact_person,
div#sobiFeaturedListing span.sobi2Listing_field_phone,
div#sobiFeaturedListing span.sobi2Listing_field_fax,
div#sobiFeaturedListing span.sobi2Listing_field_hotline,
div#sobiFeaturedListing span.sobi2Listing_field_phone,
div#sobiFeaturedListing span.sobi2Listing_field_federal_state,
div#sobiFeaturedListing span.sobi2Listing_field_website,
div#sobiFeaturedListing span.sobi2Listing_field_city {
	font-weight: bold;
}

/* the extra label for featured entries */
span.sobiFeaturedLabel img {
	float: left;
	vertical-align: top;
}
span.sobiFeaturedLabel {
	color: red;
	font-weight: bold;
	line-height: 35px;
}


/* In Add Entry Form */
/* ----------------- */
span.featuredListing_label {
	line-height: 22px;
}
/* Explanation text */
div.sobiFeaturedAlready,
div.fp_sobiFeaturedAlready,
div.sobiFeaturedExplanation,
div.fp_sobiFeaturedExplanation {
	margin-top: 5px;
	width: 400px;
}

table.sobiFpFeaturedTable,
table.sobiFeaturedTable {
	width: 80%;
	margin-top: 5px;
}
/* Checkbox and Text for activating featured listings selection */
td.fp_sobiFeaturedOptLabel,
td.sobiFeaturedOptLabel {
}
/* Label for the options */
td.fp_sobiFeaturedLabel,
td.sobiFeaturedLabel {
	width: 25%;
}
/* Prices for the options */
td.fp_sobiFeaturedBox,
td.sobiFeaturedBox {
}

span.sobiFeaturedAlreadyRemaining,
span.fp_sobiFeaturedAlreadyRemaining {
	font-weight: bold;
}
