/* 
A CSS Framework
-------------------------------------------------------

Copyright (c) 2009, Getstarted Pty Ltd

*/


/*#Global#*/


	body {
	font: 75% Arial, Helvetica, sans-serif;
	}

    	html>body {
    	font-size: 12px; 
    	}
	
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
 	padding:0;
	} 
	
   	.autoclear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* clears floats */
   	.autoclear {display:inline-block;}
   	.autoclear {display:block;}
   	* html .autoclear {height: 1%;}
   
       
/*#Headings#*/


    	h1 {
	font-size: 1.667em;
    	line-height: 0.9em;     
	margin-top: 0;
 	margin-bottom: 0.9em;		
	color: black;
    	}
	
    	h2 {
	font-size: 1.5em;
    	line-height: 1em;      /* In order that the height of each line is 18px, the line-height should be set to 18 √∑ font-size */
	margin-top: 1.5em;     /* margins combine to be multiples of the basic line height */
 	margin-bottom: 0.5em;  /* a top margin of 1¬Ω lines is combined with a bottom margin of half */
    	color: black;
   	 }
	
    	h3 {
	font-size: 1.167em;
    	line-height: 1.286em;
	margin-top: 1.929em;
 	margin-bottom: 0.643em; 		
    	color: black;
    	}
	
    	h4 {
	font-size: 1em;
    	line-height: 1.5em;
	margin-top: 2.25em;
 	margin-bottom: 0.75em; 		
    	color: black;
    	}
	
    	h5 {
	font-size: 0.917em;
    	line-height: 1.636em;
	margin-top: 2.454em;
 	margin-bottom: 0.818em; 		
    	color: black;
    	}
	
    	h6 {
	font-size: 0.833em;
    	line-height: 1.8em;
	margin-top: 2.7em;
 	margin-bottom: 0.9em; 		
    	color: black;
    	}
	

/*#Common Formatting#*/


    	p {
	font-size: 1em;
	line-height: 1.5em; 
 	margin-top: 0em;
 	margin-bottom: 1.5em; 
    	}
	
	
    	blockquote {
    	margin-left: 10px;
    	border-left: 10px solid #ddd;
    	}
	
	strong, b {
    	font-weight: bold;
    	}
	
    	em, i {
    	font-style:italic;
    	}
	
    	code {
    	font-family: "Courier New", Courier, monospace;
    	font-size: 1em;
    	white-space: pre;
    	}

    	img {
    	border: 0;
    	}
	
	
	/* Lists */

    	.box-main ul, ol {
 	margin:0.75em 0 2.25em 0;
	padding:0;
    	}
	
    	ul li,  ol li {
    	line-height:1.5em;
	margin-bottom: 0.75em;
    	}
	
	/* Links */	

    	a,
    	a:link,
    	a:active {
    	text-decoration: underline;
    	background-color: white;
	color:#000;
    	}

    	a:visited {
    	color: purple;
    	background-color: transparent;
    	}
	
    	a:hover {
    	text-decoration: none;
    	background-color: black;
	color: white;		
    	}


/*#Forms#*/

	table {
  	border-collapse: collapse;
	} 

	table.form-selling-business, table.EditingFormTable {
	width:100%;
	}

	table.EditingFormTable {
	border-top:1px solid #d1d0d5;
	}

	table.form-selling-business input.TextboxField, table.form-selling-business input.TextBoxField, table.form-selling-business textarea, table.EditingFormTable input.TextboxField, table.EditingFormTable input.TextBoxField, table.EditingFormTable textarea{
	width:25em;
	border:1px solid #9c9c94;
	}

	table.form-selling-business .FormButton, table.EditingFormTable .FormButton {
	background:#b5212d;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	border:none;
	padding:3px 8px;
	}

	table.form-selling-business th, table.EditingFormTable .EditingFormLabelCell {
	padding:5px 0px;
	color:#b5212d;
	font-weight:bold;
	border-bottom:1px solid #d1d0d5;
	line-height:20px;
	text-align:left;	
	width:19em;
	} 

	table.form-selling-business th span.italic, table.EditingFormTable th span.italic {
	font-style:italic !important;
	color:#515457 !important;
	font-weight:normal !important;
	display:block;
	} 

	table.form-selling-business td, table.EditingFormTable td {
	padding:5px 20px;
	border-bottom:1px solid #d1d0d5;
	} 

	.EditingFormControlNestedControl{
	display:inline;	
	}

	.googlemap{
	float:right;
	}



