/*--------------------------------------------------
  Contact Us Tab
  --------------------------------------------------*/

.tabberlive {
  width: 590px;
  position: relative;
}

#ds .tabberlive {
  width: 680px;
}

.tabbernav {
  position: relative;
}

.tabberlive #contact_us_tab {
	padding: 20px;
}

#ds .tabberlive #contact_us_tab {
  padding: 30px;
}

.tabberlive #contact_us_opening_hours {
  padding: 30px;
}

/* the form ----------------------------------------*/
.tabberlive #contact_us_form {
	float: left;
}

.tabberlive #contact_us_form th {
	vertical-align: top;
	padding-right: 5px;
	font-weight: normal;
	text-align: right;
}

.tabberlive #contact_us_form input,.tabberlive #contact_us_form textarea
	{
	width: 250px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 0.8em;
	border: 1px solid #666666;
}

#ds .tabberlive #contact_us_form input,#ds .tabberlive #contact_us_form textarea
  {
  width: 300px;
}

.tabberlive #contact_us_form textarea {
	height: 105px;
}

#ds .tabberlive #contact_us_form textarea {
  height: 125px;
}

.tabberlive #contact_us_form #submit {
	text-align: right;
}

.tabberlive #contact_us_form #submit input {
	width: 100px;
}

.tabberlive #contact_us_form p.errors {
	color: red;
	text-align: center !important;
	margin: 0px;
	padding: 0px;
}

/* the list -----------------------------------------*/
.tabberlive #contact_us_options {
  margin-left: 350px;
    width: 175px;
}

#ds .tabberlive #contact_us_options {
  margin-left: 425px;
}

.tabberlive #contact_us_options a {
	text-decoration: none;
}

.tabberlive #contact_us_options ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;

}

.tabberlive #contact_us_options li {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin-bottom: 10px;
	
}

.tabberlive #contact_us_options li#contact_us_email {
	background-image: url(/images/if/icons/email.png);
}

.tabberlive #contact_us_options li#contact_us_phone {
	background-image: url(/images/if/icons/telephone.gif);
}

.tabberlive #contact_us_options li#contact_us_fax {
	background-image: url(/images/if/icons/printer.png);
}

.tabberlive #contact_us_options li#contact_us_address {
	background-image: url(/images/if/icons/house.png);
}

.tabberlive #contact_us_map {
}

#map {
  border: 1px solid grey;
}
