/* @override http://localhost:8888/signsofsafety/css/quotestyles.css */

body {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}
div#quote-form.container {
	width: 760px;
	margin: 0 auto;
	background-color: #a1e479;
}

/* @group Forms Default */






/* -------------------------------------------------------------- 

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)
   
-------------------------------------------------------------- */

label       { }
fieldset    { margin: 0 0 1.5em 0; border: 1px none #ccc;
	padding: .5em;
}

#quote h2 {
	margin-top: 0;
	margin-left: 40px;
	margin-bottom: 0;
}

div.product-choices {
	width: 140px;
	float: left;
}

div.container.form-section {
		background-color: #fff;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #75a457;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px;
}


legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input[type=text],
input.text, input.title, 
textarea, select { 
 
  border:1px solid #bbb; 
}
input[type=text]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
  border-color:#666; 
}

input[type=text], 
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }



input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }


.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }



/* @end */

#quote-form ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 5px;
	margin-top: 0;
}

h3 {
	display: block;
	width: 640px;
	cursor: pointer;
	color: #fff;
	background-color: #1562b1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: normal;
	font-style: normal;
}


h3:hover {
		background-color: #ececec;
		color: #1562b1;}

#accordion div.pane dl {
	border-bottom: 1px solid #aaef7f;
}

#quote-form #billing-address ul label {
	
	display: inline-block;
	padding-left: 10px;

}

#quote-form dd {
	margin-left: 0;
}

#quote-form #billing-address ul label {
	width: 110px;
	display: inline-block;
	padding-left: 10px;
}



label.required {
	background: url(../images/required.png) no-repeat;
}

label.error {
	padding: 0;
	margin-bottom: 0;
	float: none;
	margin-left: 5px;
}


#accordion dl dd ul {
	overflow: hidden;
}

#billing-address fieldset legend {
	display: none;
}


#accordion dl dd ul li {
	
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
}



/* @group Inputs*/

input#zip-code.text {
	width: 110px;
}




input.text.short {
	width: 40px;
}


/* @end */

/* @group accordion */

#accordion div.pane dl dt {
	color: #1562b1;
	font-weight: bold;
}

#accordion div.pane dl dt span {
	color: #999;
	font-size: 10px;
}

#accordion {

}

/* accordion header */
#accordion h2 {
	background:#ccc url(/img/global/gradient/h30.png);
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;		
}

/* currently active header */
#accordion h3.current {
	cursor:pointer;
	color: #1562b1;
	background-color: #ececec;
	font-weight: bold;
}



#quote input.submit {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}



/* accordion pane */
#accordion div.pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	padding: 10px;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}


/* @end */
/* @group Auto Complete */


.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/* @end */

