@charset "utf-8";
/* CSS Document */

/* index specific styles */

/* quote button */
a.quote_btn:link, a.quote_btn:active, a.quote_btn:visited {
	display: block;
	float: left;
	height: 25px;
	width: 154px;
	padding-top: 8px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(/assets/templates/freightxperts/images/layout/btn_quote.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}	
a.quote_btn:hover {
	color: #000000;
	background-position: 0px -33px;
}		

/* small quote boxes */
.sm_quotebox {
	width: 162px;
	height: 240px;
	float: left;
	margin-right: 6px;
	display: inline;
	border-right: 1px dashed #999999;
	}
.img_sm {
	width: 154px;
	height: 108px;
	float: left;
	border: 1px solid #000000;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 4px;
	}
.qb_caption {
	width: 154px;
	height: 13px;
	float: left;
	color: #339900;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 4px;
	}
.qb_info {
	width: 154px;
	height: 60px;
	float: left;
	color: #000000;
	font-size: 10px;
	}
	
/* large quote box */
.lg_quotebox {
	width: 224px;
	height: auto;
	min-height: 200px;
	float: right;
	padding: 8px;
	margin-right: 7px;
	margin-left: 20px;
	margin-bottom: 10px;
	display: inline;
	border: 1px solid #000000;
	}
.img_lg {
	width: 222px;
	height: 150px;
	float: left;
	border: 1px solid #000000;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 4px;
	}
.qb_caption_lg {
	width: 222px;
	height: 20px;
	float: left;
	color: #339900;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
	}
.qb_info_lg {
	width: 222px;
	height: auto;
	min-height: 40px;
	float: left;
	color: #000000;
	font-size: 11px;
	margin-bottom: 5px;
	}