/**
 * project FatimaSpaClub.com
 * filename template_css.css
 * description Template CSS file.
 * creationdate 21/12/2010
 * author Able-Mind.
 */

@charset "utf-8";
*{ margin: 0px; padding: 0px; color:#909090; font: 13px/18px Trebuchet MS, Trebuchet MS1, Helvetica, sans-serif; }

a{
	text-decoration:none;
}
a:hover{
	color:#86BD00;
}

input, select, #contact_text {
	color:#737373;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 14px;
}

#contact_text {
	width: 100%;
	height: 150px;
}



.button, .validate {
    background: none repeat scroll 0 0 #86BD00;
    border: medium none;
    border-radius: 0 !important;
    color: #F8F8F8;
    display: inline-block;
    float: left;
    font-size: 100%;
    line-height: 22px;
    padding: 3px 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.8s ease-in-out 0s;
    vertical-align: top;
}

.button:hover, .validate:hover {
	background: none repeat scroll 0 0 #F8F8F8;
	color: #86BD00 !important;
	cursor:pointer;
	text-decoration: none;
}

#ok_message {
   color: green;
    font-size: 15px;
    height: 25px;
    margin-left: 21px;
    margin-top: 7px;
    text-align: left;
}

#error_message {
   color: red;
    font-size: 15px;
    height: 25px;
    margin-left: 21px;
    margin-top: 7px;
    text-align: left;
}

#infotable {
	 
}

#infotitle {
    color: #333333;
    font-size: 14px;
    margin-bottom: 0;
}

#infotitle:hover {
	text-decoration: underline;
}

#infocontent {
	font-size: 12px;
	line-height: 100%;
	color: #333333;
	padding: 0px;
}


/**************************/
#map{
	background-color: #E5E3DF;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    min-height: 330px;
    min-width: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
 
	}
#div1 {
    float: left;
    margin: 0 2%;
    min-width: 250px;
    width: 26%;
}
#div2{
	min-width: 250px;
	float:right;
	margin:0 2%;
	width: 66%;
}
#div1 table td, #div2 table td{
	vertical-align:top;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
    background-color: #FFFFFF;
    background-image: linear-gradient(#F7F7F7, #FFFFFF 50%, #FFFFFF);
    background-repeat: no-repeat;
    border-color: #DDDDDD;
    border-radius: 0;
    box-shadow: 0 1px 0 #FFFFFF inset;
    box-sizing: content-box;
    font-family: inherit;
    font-size: 12px;
    padding: 4px 6px;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	height: 22px;
    line-height: 22px;
	margin-left: 0;
	font-weight: normal;
	color: #555555;
	display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
	border: 1px solid #E0E0E0;
	width:100%;
}


.formulario {
    width: 100%;
}
.formulario td{
	padding: 3px 15px;
	color: #909090;
    font-size: 13px;
    font-weight: normal;
    line-height: 32px;
}

.formulario td label {
    color: #909090;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
}


#div1 h2 {
    font-size: 16px;
    font-weight: lighter;
    line-height: 36px;
    text-transform: uppercase;
}

.morada table {
    width:100%;
}

.morada tr {
    width: 100%;
}

.morada tr td{
	vertical-align:top;
    padding: 10px 5px;
	border-top: 1px solid #EBEBEB;
}


#contact_email_copy {
    float: left;
    margin: 10px 5px;
}


#div_principal {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EBEBEB;
    display: table;
    margin-bottom: 10px;
    padding: 20px;
	width:96%;
}


.pais > select, .encomenda > select {
    float: right;
    width: 110px;
	background-color: #FFFFFF;
    background-image: linear-gradient(#F7F7F7, #FFFFFF 50%, #FFFFFF);
    background-repeat: no-repeat;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    box-shadow: 0 1px 0 #FFFFFF inset;
    box-sizing: content-box;
    color: #555555;
    display: inline-block;
    font-family: inherit;
    font-size: 12px;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 4px 6px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: middle;
    
}


@media (max-width:600px){
	
 
}
