#container_bd #s5_button_frame ul li {
	margin: 0px;}
	
#s5_button_frame a:hover {
	text-decoration:none;}
	
#s5_button_frame ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;}

#s5_button_frame  ul li {
	cursor:pointer;
	float:left;
	margin-right:0px;}
	
#s5_button_frame  ul li a {
	display:block;
    font-size:1.2em;
    height:23px;
    line-height:24px;
    padding-left:8px;}

#s5_button_frame ul li:hover, #s5_button_frame ul li.over {
	position:relative;
	cursor:pointer;}
		
#s5_button_frame ul li.s5_fsfirst {
	cursor:pointer;}
	
#s5_button_frame ul li.s5_fsfirst:hover, #s5_button_frame ul li.s5_fsfirst.over {
	cursor:pointer;}
	
#s5_button_frame {
	height:44px;}
		
#s5_button_wrap2 {
	padding:0px;}

#s5_button_frame ul li {
	padding:9px 17px 9px 9px;}

.s5_ts_active, .s5_ts_not_active {
	background:none;
	margin:0px;	}

.s5_ts_not_active {
}

.s5_ts_active {
	-webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1); 
	box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
	background: #ffffff; 
	background: -moz-linear-gradient(top, #ffffff 41%, #f8f8f8 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(41%,#ffffff), color-stop(100%,#f8f8f8)); 
	background: -webkit-linear-gradient(top, #ffffff 41%,#f8f8f8 100%); 
	background: -o-linear-gradient(top, #ffffff 41%,#f8f8f8 100%); 
	background: -ms-linear-gradient(top, #ffffff 41%,#f8f8f8 100%); 
	background: linear-gradient(to bottom, #ffffff 41%,#f8f8f8 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); 	}

.s5_ts_not_active a {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	background:none;}

#s5_button_frame  ul li.s5_ts_active a {color:#000000;}

#s5_button_wrap0, #s5_tabshow_left, #s5_button, #s5_tabshow_right {
	width:100% !important;
	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
	box-sizing: border-box !important;         /* Opera/IE 8+ */}

#s5_button_wrap0 {
	display:block;
	margin-bottom:0;
	margin-top:5px;
	background:#000;
}



.orc_mod {
	padding:12px;	
}

.step-content{
	padding:12px;
}

/*.step{
	float:left;	
	margin:20px 0;
    border:none;
}*/
	
.step-content h2{
	font-family: Open Sans Condensed; 
	font-size: 1.8em; 
	font-weight:bold; 
	line-height: 120%; 
	margin:15px 20px 20px 20px;
}

.step-content h3{
	margin:15px 20px 20px 20px;
}

.step-content p .label{
	font-family: Open Sans Condensed; 
	font-weight:bold;
	font-size: 1.2em;	
}

.step-content p {
	margin:5px 20px 5px 20px;}

.step-content p label{
    float:left;
	width:160px;
    text-align:right;
    margin-right:15px;
    line-height:26px;
}

.description{
	margin:20px 0 ;
	margin-left:20px;	
}

.step-content input[type=number]{
	width:30px;
}

.orcamento table{
	margin:40px 20px 0 20px;
}

.orcamento table input.valor{
	width:30px;
	padding:5px;
}

.orcamento table tr{
	height:35px;
}

.orcamento table th{
	border:1px solid #fff;
}

.border-right{
	border-right:1px solid #ccc;	
}

.border-bottom{
	border-bottom:1px solid #ccc;	
}

.center{
	text-align:center;
}

.orcamento table td{
	padding: 0 10px; 
}

.error{
	margin: 5px 20px 20px 20px;
	color:#F00;	
}
	
/* Responsive CSS - below switches tabs to stack on top of each other once screen width is less than 625 */

@media screen and (max-width: 579px){

	#s5_button_frame {
	height:auto !important;
	}
	
	#s5_button_frame ul li {
	float:none !important;
	text-align:center !important;
	}
	
	.orcamento table{
	margin:40px 5px 0 5px;
}
	
}
	