/* Tables */
table, th, td {
  line-height: 1.35em;
}
table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
}
th, td {
  padding: 3px 7px;
}

/* Blocks */
.block-title {
  margin-bottom: 0;
}
.block ul {
  padding: 0;
}
.block ul li {
  margin: 0;
}
.block.paypal-button{
	text-align:center;	
	margin-bottom:0;
}

/* Boxes */
#comments .comment .content {
  padding: 1em;
}

/* Messages */
div.messages,
div.help,
div.warning {
  padding: 1em;
  margin-bottom: 1em;
}
div.messages ul {
  margin: 0;
}

/* Lists */
ul, ol {
  padding-left: 2.0em;
  margin-bottom: 1.0em;
}
li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#navigation ul li, #navigation ul li.active{
	width:175px;	
}
#navigation ul, ol{
	margin-bottom:5px;
}
#navigation li{
	padding-left:10px;
	margin-bottom:2px;
}

/* Teaser button */
.teaser-checkbox {
  float: right;
  position: relative;
  top: -4px;
  width: 60%;
}
#edit-teaser-include-wrapper {
  float: right;
}
#edit-teaser-include-wrapper label {
  margin-right: 20px;
}

/* Fieldsets */
div.fieldset {
  margin: 10px 0;
}
div.fieldset .fieldset-content {
  margin-top: 10px;
}
h2.fieldset-title {
  font-size: 1em;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
div.collapsible{
	padding:5px 10px;	
}
div.collapsible h2.fieldset-title {
  cursor: pointer;
}
div.collapsed div.fieldset-content {
  /*display: none;*/
}
.vertical-tabs-panes {
  padding: 15px 0;
}
.vertical-tabs-panes h2.fieldset-title {
  display: none;
}

/* Forms */
.form-item {
  margin: 0 0 10px 0;
}

input,
button,
textarea,
select,
input.form-text,
input.form-autocomplete,
input.form-button
.form-item input.error,
textarea.form-textarea,
select.form-select {
  padding: 3px;
  font-size: 1em;
}

.node-form .form-text,
.node-form textarea {
  display: block;
  width: 95%;
}

.node .contact-message{
	width:200px;
	height:90px;
}

input.form-submit {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  padding:3px 5px;
  width:200px;
}

label {
  font-weight: bold;
}

.form-item label.option {
  font-size: 0.9em;
}

div.description {
  margin: 0 0 1em 0;
}

div.content-add-more {
  margin-bottom: 1.5em;
}

/* images */
.body-image.align-right{
	/*margin: 0 10px 20px 15px*/
	margin-left:20px;
	margin-bottom:15px;
}
.body-image.align-left{
	/*margin: 0 10px 20px 15px*/
	margin-right:20px;
	margin-bottom:15px;
}

.logo-image{
	margin-left:10px;	
}
.car-header img{
	width:560px;
	height:227px;
}

/* Paragraphs */
p.show-hide{
	margin:5px 0;
	font-size:12px;
	/*text-align:right;*/
	display:block;
}

/* Markup free clearing
 *
 * Consider adding your own selectors to this instead of finding ways
 * to sneak the clear-block class into Drupal's markup.
 * From http://www.positioniseverything.net/easyclearing.html
 */
ul.links:after,
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Exclude inline links from clear-block behavior */
ul.inline:after {
  content: "";
  display: none;
  clear: none;
}

ul.links,
.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html ul.links,
* html .clear-block {
  height: 1%;
}

ul.links,
.clear-block {
  display: block;
}
/* End hide from IE-mac */

/*
Clears
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
