/**
 * @version: $Id: search.css 1220 2011-04-17 13:12:07Z Radek Suski $
 * @package: SobiPro Library
 * ===================================================
 * @author
 * Name: Sigrid Suski & Radek Suski, Sigsiu.NET GmbH
 * Email: sobi[at]sigsiu.net
 * Url: http://www.Sigsiu.NET
 * ===================================================
 * @copyright Copyright (C) 2006 - 2011 Sigsiu.NET GmbH (http://www.sigsiu.net). All rights reserved.
 * @license see http://www.gnu.org/licenses/lgpl.html GNU/LGPL Version 3.
 * You can use, redistribute this file and/or modify it under the terms of the GNU Lesser General Public License version 3
 * ===================================================
 * $Date: 2011-04-17 15:12:07 +0200 (Sun, 17 Apr 2011) $
 * $Revision: 1220 $
 * $Author: Radek Suski $
 * File location: components/com_sobipro/usr/templates/vehicles/css/search.css $
 */
div#SPSearchForm {

	margin: 2px;
	padding: 5px;
}
#SPSearchForm input,
#SPSearchForm textarea,
#SPSearchForm select,
#SPSearchForm button {
	border: 1px solid #ccc;
	padding: 3px;
}

#osx-container input,
#osx-container textarea,
#osx-container select,
#osx-container button {
	border: 1px solid #ccc;
}

#osx-container input[type=checkbox],
#osx-container input[type=radio]  {
	border-style:none;
}

#SPSearchForm input[type=checkbox],
#SPSearchForm input[type=radio]  {
	border-style:none;
}

input.SPSearchBox {
	float: left;
	margin-right: 5px;
}

input#top_button {
	float: left;
	margin-right: 5px;
}

div.SPSearchCell {
	margin-top: 5px;
}

div.SPSearchLabel {
	width: 200px;
	float:left;
}

div.SPSearchSelectRangeFrom,
div.SPSearchSelectRangeTo {
	min-width: 220px;
	float:left;
}

div.SPSearchField {
	float: left;
}

div.SPSearchFieldButtonDiv {
	width: 650px;
}

div.SPSearchFieldRight {
	float: right;
}


div.SPSearchLabel {
	float: left;
	width: 200px;
}


/*
 * SimpleModal OSX Style Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: search.css 1220 2011-04-17 13:12:07Z Radek Suski $
 *
 */

#osx-modal-content, #osx-modal-data {
  display:none;
}

/* Overlay */
#osx-overlay {
 background-color:#000;
 cursor:wait;
}

/* Container */
#osx-container {
 background-color:#eee;
 color:#000;
 font: 16px "Lucida Grande",Arial,sans-serif;
 padding-bottom:4px;
 width:600px;
 -moz-border-radius-bottomleft:6px;
 -webkit-border-bottom-left-radius:6px;
 -moz-border-radius-bottomright:6px;
 -webkit-border-bottom-right-radius:6px;
 border-radius:0 0 6px 6px;
 -moz-box-shadow:0 0 64px #000;
 -webkit-box-shadow:0 0 64px #000;
}
#osx-container a {
  color:#ddd;
}
#osx-container #osx-modal-title {
 color:#000;
 background-color:#ddd;
 border-bottom:1px solid #ccc;
 font-weight:bold;
 padding:6px 8px;
 text-shadow:0 1px 0 #f4f4f4;
}
#osx-container .close,
#osx-close {
 display:none;
 position:absolute;
 right:0;
 top:0;
}
#osx-container .close a,
#osx-close a {
 display:block;
 color:#777;
 font-weight:bold;
 padding:6px 12px 0;
 text-decoration:none;
 text-shadow:0 1px 0 #f4f4f4;
}
#osx-container .close a:hover,
#osx-close a:hover {
  color:#000;
}
#osx-container #osx-modal-data {
  font-size:12px;
  padding:6px 12px;
}
#osx-container h2 {
  margin:10px 0 6px;
}
#osx-container p {
  margin-bottom:10px;
}
#osx-container span {
  color:#777;
}

#SPExOptBt {
visibility:hidden;
}