@charset "utf-8";
/* CSS Document */

/*---------------------------------------------
Quote me form
----------------------------------------------- */

br.clear{
	clear: both;
}

#quoteblock{
float: left;
width: 720px; /* NEEDED FOR SAFARI OR FLOAT DOESNT WORK */
}

.quoteme #quoteme-intro{
	font-size: 12px;
	font-weight: bold;
}

.quoteme fieldset#formfloat,
.quoteme fieldset#formfloat2,
.quoteme fieldset#formfloat3,
.quoteme fieldset#formfloat4 {
	float: left;
	width: 100%;
}

.quoteme fieldset.internalquote{
	width: 650px !important;
}

/* fieldset styling */
.quoteme > fieldset {
	margin: 0px 0px 10px 0px;
	padding: 7px;
	padding-right: 0;
	border : 1px solid #ccc;
	background-color:#F5F5F5;
	float: left;
	display: inline;
}

.quoteme fieldset .selfcover,
.quoteme fieldset.greyfieldset{
	margin: 0px -8px 10px -8px; /* margins TOP RIGHT BOTTOM LEFT */
	padding: 7px 0 7px 7px;
	border : 1px solid #ccc;
	background-color:#E6E6E6;
	float: left;
	display: inline;
	width: 100%;
}

.quoteme h2.green{
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: #19690C;
	padding: 5px 0 5px 9px;
	margin: -8px 0 10px -8px;
	display: block;
	height: 19px;
	width: 100%;
}

.quoteme h2.smallh2{
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
	color: black;
}

.quoteme label,
.quoteme fieldset .columns h3,
.quoteme fieldset#columns h3{
	padding-top: 3px;
	width: 13em;
	float: left;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}

/* this is for the "I'd like you to prompt me with questions for this quote" bit */
#questions, #freefield{
float: left;
margin-top: 7px;
}

/* this is for the "I'd like you to prompt me with questions for this quote" bit */
.quoteme .nostylelabel{
padding: 0;
float: left;
font-size: 12px;
width: auto;
}

.quoteme .nostylelabel-long{
width: 18em;
}

.quoteme #label-selfcover-yes{
margin-right: 20px;
}

.quoteme .columnsdiv {
padding-top: 3px;
padding-bottom: 2px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
.quoteme .feedback{
_width: 10em;
}

.quoteme input,
.quoteme textarea,
.quoteme select{
	font-family: "Trebuchet MS", Arial, Helvetica, 'Lucida Grande', Geneva, Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid grey;
	padding: 2px;
}


.quoteme textarea,
.quoteme #freefield{
	overflow: auto;
	width: 350px;
	height: 50px;
}

.quoteme #freefield{
	height: 100px;
}


.quoteme input.radio,
.quoteme input.checkbox,
.quoteme input.submit {
	width: auto;
}

.quoteme select#date,
.quoteme select#month,
.quoteme select#year {
	font-size: 12px;
}


/* style form elements on focus */
.quoteme input:focus,
.quoteme textarea:focus {
	background: #ffc;
}

.quoteme .field {
	margin: 0;
	padding: 0;
	width: 15em;
}

/* space out fields in the columns section */
.quoteme .field2 {
	margin-bottom: 5px;
	width: 15em;
}

.quoteme .nomarg{
	padding:0;
	margin: 0;
	margin-bottom: 5px;
	clear: both;
}

.quoteme .printingblock-selfcover-col1{
	width: 200px;
}

.quoteme fieldset .columns,
.quoteme fieldset#columns,
.quoteme fieldset #specifydeadline{
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	float: left;
}

.quoteme .processes-columns,
.quoteme .processes-columns2{
	float: left;
	margin-right: 25px;
}

.quoteme .processes-columns2{
	margin-right: 0;
}

.quoteme fieldset.website-columns{
	width: 40%;
}

.quoteme fieldset.website-columns input{
	margin-bottom: 5px;
}

.quoteme div.website-columns-div{
	padding-bottom: 15px;
}

.quoteme .columns label,
.quoteme #columns label {
	float: none;
	display: inline;
}

.quoteme .mandatory {
	color: #FF0000;
	line-height: 0.5em;
}

.quoteme #projecttypeblock,
.quoteme #budgetotherblock{
	margin-top: 5px;
}

/* #budgetotherblock, */
.quoteme #completiondateblock,
.quoteme #budget{
	margin-left: 147px;
}

.quoteme #submit,
.quoteme #submitblock{
	text-align: right;
	float: right;
}

.quoteme #extraprocess_other_field{
	width: 6em;
}

div#updatebox{
	border: 1px solid red;
	background-color: #FFCCCC;
	width: 200px;
	padding: 8px;
	margin-bottom: 20px;
	font-weight: bold;
}

/* ------------------------------------------------------------------
TOOLTIPS
----------------------------------------------------------------------*/

.quoteme a.tooltip{
margin-left: 5px;
}

a.tooltip{
    position:relative; /*this is the key*/
	color: #19690C;
	z-index: 1;
    text-decoration:underline;
}

a.tooltip:hover{
	font-size: 100%; /* Fixes bug in IE5.x/Win */
	z-index: 2;
}

a.tooltip span{
	display: none;
}

a.tooltip:hover span{ /*the span will display just on :hover state*/
  width: 200px;
  display:block;
  position:absolute;
  top:1.2em;
  left:2em;
  padding: 0.2em 0.6em;
  border:1px solid #19690C;
  background-color: #ECFFEC;
  color:#000;
  text-decoration:none;
}

tooltip:hover span ul{
	margin-left: 5px;
	list-style-type: disc;
}

a.tooltip:hover span ul li{ /* Needed for the products page VAT FREE bit*/
	width: auto;
}

.website-textfield{
width: 10em;
}