/**advanced_print_template
* @package: Advanced Print Template for SOBI2
* Additional CSS File
* ===================================================
* @author: Sigrid Suski, Sigsiu.NET
* Url: http://www.sigsiu.net
*  Sobi  print edited by mecano
*  Sobi  print details 11-05-2009 mecano  
*  last edit 18-05-2010 by mecano  
* ===================================================
* @copyright Copyright (C) 2008 Sigsiu.NET (http://www.sigsiu.net). All rights reserved.
* @license see http://www.gnu.org/licenses/lgpl.html GNU/LGPL.
* You can use, redistribute this file and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation.
*/

/* AddThis.com Print button   */
.printS  {
	width: 16px;
	height: 16px;
	background: url(../images/button_print.gif) no-repeat;
}
/* Background , width, border, text.... in details view */
.detail{
	position:relative;
	width: 600px; /* Change here width for table details view  */
	background-color: #F7F7F7; /* Change here the background color detail field  */
	text-align: left;
	border-top: 1px rgb(100, 100, 100) solid;
	border-left: 1px rgb(100, 100, 100) solid;
	border-bottom: 1px rgb(100, 100, 100) solid;
	border-right: 1px rgb(100, 100, 100) solid;
	margin: 20px auto 0em auto; /* top right bottom left */
}
/* Style for logo image  in details view */
img.sobi2DetailsImage{
	border-style: none;
	float: left;
	padding-right: 5px;
	padding-top: 5px;
}
/* Style for flash movie, Quicktime.....  in details view */
object { 
	display:block; 
	outline :none;
	margin: 3px auto 0em auto 	
}
/* Style for Table in details view */
/* 
table.sobi2Details {
	margin-top: 20px;
	margin-left: 5px;
	padding: 10px;
	width: 98%;
	background-color: #F7F7F7;

} */
/* STYLES FOR THE FIELDS  */
/* Add style for each field in Details_field  */
span#sobi2Details_field_description {
	display:block;
}
span#sobi2Listing_field_description_label{
	font-weight: bold; 
}
span#sobi2Details_field_street{
	font-weight: bold;
}
span#sobi2Details_field_city{
	font-weight: bold;
}
span#sobi2Listing_email_label{
	font-weight: bold; 
}
span#sobi2Details_field_email {
	padding-top: 25px;
}
span#sobi2Details_field_website {
	padding-top: 0px;
}
span#sobi2Details_field_email a,
span#sobi2Details_field_website a {
	font-weight: bold;
}
p.sobi2ItemTitle {
	display: inline;
}
p.sobi2ItemTitle a {
	font-size: 12px;
	font-weight: bold;
}

div.readmore {
	float: left;
	clear: left;
	text-align: left;
}

.readmore p {
	margin-left: 10px;
	display: block;
}

/* Style for Google Maps  */
div#sobi2GoogleMaps{
	float: left;
	text-align: left;
}
	
p.sobi2ExpMsg {
	color: #CC0000;
	font-weight: bold;
	font-size: 13px;
	display: inline;
}
p.sobi2ExpMsg a {
	font-weight: bold;
}

table.sobi2DetailsFooter {
	margin-left: 5px;
	margin-right: 5px;
}

table.sobi_gallery {
	background-color: #ffffff;
	border-spacing: 0px;
}

td.sobi_gallery_emptycell {
	border: solid 1px #c0c0c0!important;
	background: url(../images/nopic.jpg)!important;	
}

div.sobiGalleryImage {
	float: left;
	width: 80px;
	border: solid 1px #c0c0c0!important;
	background-color: #ffffff;
	text-align: center!important;
}
div.sobiGalleryImage img {
	padding: 0;
	float: none;
}

/* Style vCARD VIEW*/
/* Style for Entries in Category View ( V cards View) */
div.sobi2_vcard_content {
	margin-top: 8px;
	width: 200px;
	height: 40px;
	float: left;
	text-align: left;
}
/* Style for Entries in Category View ( V cards View) borders   */
table.sobi2Listing {
        border-collapse: separate;
        border-spacing: 10px 15px;
        width: 98%;
        margin-bottom: 10px;
}
 /*Gallery image in vCards  thumbnail*/
div.sobiGalleryImage {
	float: left;
	width: 60px;
	height: 60px;
	border: solid 1px #FFFEFF!important; 
	background-color: #FFFEFF; 
	text-align: center!important;
	overflow: hidden;
}

 /* Style for Entries in Category View ( vCards View) */
table.sobi2Listing td {
/**border-color: #3a4794;**/
	border: 1px rgb(100, 100, 100) solid;
	vertical-align: center;
}