body{
	font: 11px/1.55 arial,helvetica,sans-serif;
}
.info {
	background:#fff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D6D6D6;
	border-left-color: #D6D6D6;
	float:left;
}
.quote-more-info {
	font-size: 10px;
	text-align: center;
	padding: 0px;
}

.clear {
	clear:both;
}
.col-side {
	float:left;
	width:240px;
	margin:15px;
}
select {
	font-size: 10px;
	color: #585858;
	float: left;
	margin-bottom: 15px;
}
option {
	font-size: 10px;
	color: #5c5c5c;
	float: right;
	margin-bottom: 15px;
}

checkbox-quote {
	align:right
}
.quote-box {
	font-size: 8px;
	color: #2e2e2e;
	float: left;
	margin-bottom: 15px;
	width:100%;
}
.quote-box span {
	color: #2e2e2e;
	float: right;
}
.quote-box.no1 {
	margin-top: 15px;
	color: #2e2e2e;
	float: right;
}
.quote-box-left {
	height: 32px;
	width: 22px;
	float: left;
	top: -1px;
	left: 1px;
	position: relative;
}
.quote-box-right {
	width: 100%;
	float: left;
}
.quote-box-top {
	background:url("../images/account_box_bg.gif") repeat-x scroll 0 0 #FFFFFF;
	border: 1px solid #D6D6D6;
}






.floating {
	position:fixed;
	top:10
}
.faq {
	padding: 2px;
	font-family: NSM, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	vertical-align: middle;
	font-weight:bold;
	margin-left:5px;
}





/* question answer section */
.category{
	padding: 10px;
	background-color: white;
	background-position: 0% 100%;
	text-align:left;
	font-size: 10pt;
	background-attachment: scroll;
	/*background-image: url(http://clamcase.com/skin/frontend/pro/cc/css/quote-co-back.gif);*/
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}

/* questions answers */
.questions-answers{
	padding: 10px;
	background-color: white;
	background-position: 0% 100%;
	text-align:left;
	font: 11px/1.55 arial,helvetica,sans-serif;
	background-attachment: scroll;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D6D6D6;
	border-left-color: #D6D6D6;
	min-height:50px;
}
.question-answer-seperator {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
.question {
	background:transparent url(../images/dotted_divider.gif) repeat-x scroll 0 100%;
	margin-bottom:8px;
	padding-bottom:2px;
	text-align:left;
	height:25px;
	font: 13px arial,helvetica,sans-serif;
	font-weight:bold;
}
.answer{
	font-weight:normal;
}


/* more info */
.moreinfo {
	font-family: arial;
	padding-right: 8px;
	padding-left: 3px;
	padding-bottom: 3px;
	color: #41495C;
	text-align:right;
	font-size: 8pt;
	vertical-align: bottom;
}
.moreinfo a {
	font-weight: bold;
	font-family: arial;
	color: #41495C;
	text-align:right;
	font-size: 8pt;
	vertical-align: bottom;
}
.moreinfo a:visited{ color:#41495C !important}
.moreinfo a:hover {
	text-decoration:none;
}


/* arrows */
a.arrowRight {
	padding-right:10px;
	background-image:url(../images/right.gif);
	background-position:right;
	background-repeat:no-repeat;
}
a.arrowDown {
	padding-right:10px;
	background-image:url(../images/down.gif);
	background-position:right;
	background-repeat:no-repeat;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



.message-box {
	background:#FFFFFF url(../images/account_box_bg.gif) repeat-x scroll 0 0;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	border-style:solid;
	border-width:1px;
	margin-bottom:10px;
	padding:15px;
}