/* ------------------------------------------------------------------------
Calculate Style Sheet - U-Fit Rubber Flooring Company

Author: Oliver Coningham
Website: http://www.aztec4design.com/
Email: oliver@aztec4design.com
-------------------------------------------------------------------------*/


/* =Extra Style for Discontinued
-------------------------------------------------------------------------*/
.discontinued {
	background:#555555;
	color:white;
	padding:5px 10px;
}




/* =Form
-------------------------------------------------------------------------*/

legend
	{
	display: none;
	}
	
fieldset
	{
	border: none;
	}
	
.hide
	{
	display: none;
	}
	
label 
	{
	float: left;
	padding-top: 7px;
	width: 130px;
	}
		
#length, #width, #total, #tiles, #meters
	{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:25px;
	padding:4px 0px 0px 4px;
	width: 63px;
	}
	
#customer-services
	{
	float: left;
	list-style: none;
	}	
	
#customer-services a
	{
	background: url(../../../store/media/img/login_bg.gif) no-repeat left top;
	display: block;
	height: 26px;
	margin-bottom: 1px;
	padding: 4px 0 0 35px;
	text-decoration: none;
	width: 200px;
	}
	
#customer-services a:hover
	{
	text-decoration: underline;
	}
	
#calculate-button
	{
	margin-left: 130px;
	}
	
#calculate-button img
	{
	border: none;
	}
	
	
/* =Info
-------------------------------------------------------------------------*/

#floor-info li
	{
	background-color: #ccc;
	color: inherit;
	list-style: none;
	margin-bottom: 1em;
	padding: 5px 5px 5px 10px;
	}
	
	
/* =Misc.
-------------------------------------------------------------------------*/

#content-left img
	{
	border: none;
	}
	
#content-left a
	{
	background-color: inherit;
	color: #999;
	text-decoration: none;
	}
	
#content-left a:hover
	{
	text-decoration: underline;
	}

#content-left .accessories {
	padding:0px 0px 20px 0px;
}
#content-left .accessories select {
	width:125px;
}
