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

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img,
dl, dt, dd, ol, ul, li,
fieldset, form, label{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.clear{
	width:100%;
	height:0px;
	clear:both;
	font-size:0px;
	line-height:0px;
}

h1 {font-size: 175%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 115%;}
h5, h6 {font-size: 100%;}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}

/*		Layout		*/
#wrapper_content{
	width:650px;
	height:auto;
	margin:0 auto;
}

.table1{
	margin:5px 0px 0px;
}

.td_number{
	background:url(../images/bg_number.jpg) top center no-repeat;
	min-height:22px;
	color:#FFF;
}

.tbl_price{
	margin:10px 0px 0px 0px;
	border-left:1px solid #969696;
	border-top:1px solid #969696;
}

table.tbl_price th{
	border-right:1px solid #969696;
	border-bottom:1px solid #969696;
}

table.tbl_price td{
	border-right:1px solid #969696;
	border-bottom:1px solid #969696;
}
/*highlight TD*/
#compare table tr.row_highlight td{background:#E8F5FB ;}

.tbl_price td input{
	margin:7px 0px 0px 7px;
}

.wrapper_quote{
	margin:11px 0px 0px 13px;
}

.tbl_quote td a{
	color:#5a5a5a;
}

td.td_link{
	padding:7px 0px 0px 0px;
}

.tbl_info{
	margin:10px 0px 0px 0px;
}

.tbl_info td{
	border-bottom:1px solid #FFF;
}

.tbl_info td input.width120{
	width:120px;
	border:1px solid #9a9a9a;
}

.tbl_info td input.width70{
	width:70px;
	border:1px solid #9a9a9a;
}

.tbl_color{
	background:url(../images/bg_tbl.jpg) no-repeat;
	margin:7px 0px 16px 0px;
}

.tbl_color td{
	padding:0px 0px 0px 5px;
}
/*		Style		*/
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
}

font.bold_green{
	font-weight:bold;
	color:#5ca90b;
}

.bold{
	font-weight:bold;
	color:#989696;
	font-size:13px;
}

font.red{
	color:#F00;
}

#quote_mail_message_box{	
	padding:18px;
	margin:10px;
}
.input_label_value{
	font-style:italic;
}
.tooltip{
	padding:8px;
	margin: 8px;
	background-color:#FFFFCC;
	border:1px solid green;
	font-size:11px;
}
/* Ruben. Style for prototechboards_full_quote. 051509*/
/* b of new table*/
.tbl_info2{
	margin:10px 0px 0px 0px;
	background-color:#f5fae7;
}

/*.tbl_info2 td{
	border-bottom:1px solid #FFF;
}*/

.tbl_info2 td input.width120{
	width:120px;
	border:1px solid #9a9a9a;
}

.tbl_info2 td input.width70{
	width:70px;
	border:1px solid #9a9a9a;
}
/* e of new table*/


.tbl_info td input.instructions{
	width:400px;
	height:50px;
	border:1px solid #9a9a9a;
}
.tbl_info td input.email-address{
	width:400px;
	height:20px;
	border:1px solid #9a9a9a;
}
/* end of  Style for prototechboards_full_quote. 051509**/
.highlighted{
    background: #FFC958;
    font-weight: bold;
    border:1px outset;
    font-size:15px;
    font-weight:bold;
    margin:-5px 0 0 -10px;
    position:relative;
    text-align:center;
}