/* @override http://printhouse45.com/css/quotecart.css */

#qcwrapper {
	font-size: 15px;
	font-family: Helvetica, Verdana, Arial;
	width: 990px;
	min-height: 450px;
	display: table-cell;
}

#quotecartbody {
	background: url(../images/overlay/backing.png) no-repeat;
	padding:50px;
}

#qcright span {
	height: 10px;
}

#qcwrapper a img {
	border: none;
}

#qcwrapper a {
	text-decoration: none;
	color: #de8f00;
}

#qcwrapper ol {
	list-style-type: none;
}

#qcwrapper h2 {
	color: #de8f00;
	font-style: normal;
	font-size: 20px;
}

#qcleft {
	width: 250px;
	float: left;
	padding-left:35px;
}

#qcright {
	width: 680px;
	height: auto;
	padding-left: 15px;
	float: right;
}

#qcright form {
	width: 680px;
}

#qcright .remove span, #qcleft span {
	display: inline;
}

.qcsmall {
	font-size: 13px;
	color: #000;
}

#qcwrapper .selections li img {
	padding: 5px 0 10px;
	vertical-align: middle;
}

#qcwrapper .red {
	font-weight: bold;
}

#qcwrapper .blue {
	color: #308fa8;
}

.remove {
	display: block;
}

#qcwrapper .selections {
	list-style-type: none;
}

#qcwrapper .selections li {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	height: 200px;
	font-size: 13px;
}

#qcwrapper .selectionsform {
	list-style-type: none;
	clear: both;
}

#qcwrapper .selectionsform li {
	float: left;
	width: 200px;
	margin-bottom: 20px;
	list-style-type: none;
}

.qcfields {
	width: 90%;
}

.qctextarea {
	width: 95%;
}

.qcsubmit {
	background: url(../images/quotes/submit.jpg) no-repeat;
	width: 181px;
	height: 47px;
	border: none;
}

.qcsubmit:hover {
	background: url(../images/quotes/submit-on.jpg) no-repeat;
	width: 181px;
	height: 47px;
	border: none;
}

#qcright input[type="text"], #qcright textarea {

}

#preload {
	display: none;
}

/* new overlay */

#fade {
	background: ;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 10;
}

#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.popup_block {
	/*
background: #ddd;
	padding: 10px 20px;
	border: 10px solid #fff;
*/
	float: left;
/* 	width: 480px; */

	width: 882px;
	height: 559px;

	position: fixed;
	top: 20%;
	left: 10%;
	margin: 0 0 0 0px;
	z-index: 100;
}

.popup_block .popup {
	float: left;
	width: 100%;
	/*background: #fff;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #bbb;*/
}

.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
}

.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}

.popup img.cntrl {
	position: absolute;
	right: 9px;
	top: 9px;
}