#appForm {
	width: 671px;
}

#contentarea {
	min-height: 675px;
	height: auto!important;
	height: 675px;
}

#holder {
	padding: 0;
	margin: 0;
	background: url(/images/holder-bg.gif) repeat-y left;
	margin-bottom: 25px;
}


#tabbed-form {
	height: 27px;
	width: 671px;
	border-bottom: 5px solid #333;
	margin: 0 0 ;
	padding: 0;
	font-size: 0.75em!important;

}

#tabbed-form  li{
	margin: 0 ;
	padding: 0;
	list-style-type: none;
	display: inline;
}


#tabbed-form  li a{

	
	height: 20px;
	margin: 4px 5px 0 0;
	padding: 0px 10px 3px;	
	float: left;
	display: block;
	
	text-align:center;
	text-decoration: none;
	background: #333;
	color: #fff;
}



#tabbed-form li .on{
	font-weight: bold;
}

#tabbed-form li a:hover, #tabbed-form li .off{
	background: #666!important;
	font-weight: normal;
}

#details, #treatments {
 	background: #333;
	padding: 10px 0 10px 10px;
	min-height: 475px;
	height: auto!important;
	height: 475px;
	position: relative;
}


#details {
	
}

#details p {
	margin-bottom: 30px;
}

#treatment-list {
	list-style-type: none;

	float: left;
	width: 150px;
	margin: 0 0 0px 1px;
	padding: 0px 0px;
	min-height: 449px;
	height: auto!important;
	height: 449px;
	background: #6b6b6b;
}

#treatment-list  li a{
	padding: 8px 10px;
	width: 130px;
	background: #6b6b6b;
	display:block;
	text-decoration:none;
	font-size: 0.80em;
	color: #fff;
}

#treatment-list li a:hover, #treatment-list li .on{
	font-weight: normal;
	background: #433d3f!important;
}

.treatment-container {
	float: left;
	width: 496px;
	background: #433d3f;
	padding: 10px 0;
	min-height: 429px;
	height: auto!important;
	height: 429px;
	margin-bottom: 20px;
}

.treatment-container-list {
	float: left;
/*	height: 350px!important;*/
	padding-left:9px;
	clear:both;
	margin-bottom: 10px;
}

#treatments  .formElement{
	width: 425px!important;
	/*padding-left: 9px;*/
}


#treatments  .formInput input{
	width: 30px;
	padding-right: 11px;
}


#appForm {
	border-top: none;
	margin: 0 0;
	padding: 0 0;
}

#tab1-button, #tab2-button  {
	position: absolute;
	/*top: 466px;*/
	bottom: 7px;
	left: 568px;
}

#details .formText {
	text-align: right!important;
}

.submit-box {
	text-align: right;
	float:right;
	margin-right: 13px;
}

.button {
	background: #666;
}

.submit-link a:link {
	width: 160px!important;
	padding: 2px;
	font-size: 1em;
}

.product-details {
	width: 450px;
	float: left;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dotted #fff;
}

.product-details .formText {
	text-align: left!important;
	width: 50px!important;
}

.prod-title {
	font-weight: bold;
	float: left;
	font-size: 1.1em;
	clear:both;
}	

.prod-desc {
	margin-top: 10px;
	width: 100%;
	float: left;
		clear:both;
}

.check {
 border: none;
 	margin-right: 10px;
}	
/*----------------------*/


.clear {
	clear: both;
}
textarea {
	width: 340px!important;
	height: 100px;
}

.hidden , .prepare{
	display: none;
	height: 0px;
	visibility: hidden;
}

.show {
	disaply: block!important;
	height: auto;
	visibility: visible;
}

.hidden {
	display: none;
	height: 0px;
	visibility: hidden;
}


