/* QUOTE GEN CSS  */


/* reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html {
	height: 100%;
	background-color: #151515;
}
body {
	min-height: 100%;
}

/* overwritting inherited styles */
#left {
	margin-top: 8px;
	padding-top: 0;
}

ul li {
	list-style-image: none !important;
}
ul {
	line-height: normal;
}


/* general shared */
h3 {	
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: inherit;
	padding: 9px 0 0 0;
	letter-spacing: 1.5px
}

h4 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

/* navigation */
ul#quoteNav {
	width: 100%;
	text-align: center;
	margin-top:10px;	
}

ul#quoteNav li {
	float: left;
	width: 154px;
	border-top: 1px solid #515151;
	border-bottom: 1px solid #515151;
	background-color: #fff;
	height: 68px;
	color: #780033;
}
	ul#quoteNav li.quan {
		background: transparent url(/templates/default/images/quote/corner_bot_right.gif) no-repeat bottom right;
		margin-right: 10px;
		border-bottom: none;
		width: 135px;
		height: 69px;	
	}
	
	/* quantity up/dn arrows start*/
	ul#quoteNav div#quanArrowsWrap input {	
		text-align: center;
		width: 53px;
		height: 22px;
		font-size: 12px;
		float: left;
	}
	ul#quoteNav div#quanArrowsWrap {
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
		width: 71px;
	}
	ul#quoteNav div#quanArrows {	
		width: 18px;
		float: left;
	}
		ul#quoteNav div#quanArrows a {
			width: 18px;
			height: 11px;
			background: url(/templates/default/images/quote/quan_arrow_up.gif) no-repeat;
			*padding: 0 0 0 0;
			*margin: 0 0 0 0;
			*font-size: 0px;				
		}
		ul#quoteNav div#quanArrows a.dn {	
			background: url(/templates/default/images/quote/quan_arrow_dn.gif) no-repeat;	
		}	
	/* quantity up/dn arrows end*/	
		
	ul#quoteNav li.discType, ul#quoteNav li.total {
		border-left: 1px solid #515151;
	}
	ul#quoteNav li.total {
		width: 177px;
	}	

ul#quoteNav li a {
	display: block;
	height: inherit;
	border: 0px solid #ffcc00;
	color: #780033;
	padding: 0 11px 0 0;
}
ul#quoteNav li a.finishing {
	padding: 0 0 0 5px;
}

ul#quoteNav li a:hover {
	/*background: url(/templates/default/images/quote/arrow_right_color.gif) no-repeat center right;*/
	text-decoration: none;
}

/*ul#quoteNav li a.finishing:hover, ul#quoteNav li a.selected:hover {
	background: none;
	*background-color: transparent;
	*background-image: none;
}*/
ul#quoteNav li a.selected {
	background: url(/templates/default/images/quote/nav_active_arrows.gif) no-repeat;
	color: #fff;
	*height: 66px;
}
ul#quoteNav li a#pagFinNav.selected {
	background: url(/templates/default/images/quote/nav_active_arrows_finishing.gif) no-repeat;
	color: #fff;
	*height: 66px;
}

ul#quoteNav li a span, ul#quoteNav li span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 0 0 3px 0;
	display: block;
	width: auto;
	height: 12px;
	*line-height: 16px;
}

ul#quoteNav li a small, ul#quoteNav li small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515151;
	margin: 0;
	padding: 0;
	display: block;
	width: auto;
	height: 10px;
	*line-height: normal;
}

ul#quoteNav li a.selected span, ul#quoteNav li a.selected small{
	color: #fff;
	font-weight: bold;
	*line-height: normal;
}

/* END navigation */

/* start content blocks */

	/* page nav starts */
	div.pageNav {
		border: 0px solid #ffcc00;
		width: 100%;
		height: 26px;
		padding: 20px 0 15px 0;
	}
	
	div.pageNav a {
		display: block;
		height: 10px;
		*height: 0px;
		width: 85px;
		padding: 4px 5px 9px 5px;
		*padding: 4px 5px 4px 5px;
		color: #fff;
		font-size: 12px;
		text-transform: none;
		font-weight: bold;	
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		text-align: center;
	}
	div.pageNav a:hover {
		text-decoration: none;
	}
	div.pageNav a#back {
		float: left;
		background: #b9b9b9 url(/templates/default/images/quote/arrow_bck_dsbld.gif) no-repeat 3% center;
		padding-left: 15px;
	}
		div.pageNav a#back:hover {
			background: #780033 url(/templates/default/images/quote/arrow_bck.gif) no-repeat 3% center;
		}
	div.pageNav a#forward {
		float: right;
		background: #b9b9b9 url(/templates/default/images/quote/arrow_fwd_dsbld.gif) no-repeat 97% center;
		padding-right: 14px;
	}
		div.pageNav a#forward:hover {
			background: #780033 url(/templates/default/images/quote/arrow_fwd.gif) no-repeat 97% center;
		}
	/* page nav ends */


div.contentBlock {
	width: 615px;
	margin: 0 auto 0 auto;
	*margin: 0 auto 0 65px;
}
div.contentBlock ul li a img{
	float: left;
	margin: 5px 0 0 7px;
}
div.contentBlock ul li a img.finishWrap{
	margin: 14px 0 0 0;
}
div.contentBlock ul li a div.details{
	float: left;
	border: 0px solid #ffcc00;
	margin: 10px 0 0 35px;
	width: 170px;
}
div.contentBlock ul li a div.finish{
	width: auto;
}
div.contentBlock ul li a h4{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 15px;
}
div.contentBlock ul li a p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: normal;	
}

div.contentBlock ul li.button{
	float: left;
	clear: both;
	height: 26px;
	margin: 18px 0 0 0;
}
div.contentBlock ul li.button a{
	*height: 26px;
	*float: left;
	*clear: both;
}
div.contentBlock ul li.button a:hover, div.contentBlock ul li.button a.selected{
	*height: 26px;
	*float: left;
	*clear: both;	
}

div.contentBlock ul li.button a h4{
	color: #000;
	font-weight: bold;
	text-transform: none;
	font-size: 13px;
	line-height: 13px;
	padding: 5px 58px 0 7px;
}

div.contentBlock ul li a:hover, div.contentBlock ul li a.selected{
	text-decoration: none;
	background: url(/templates/default/images/quote/item_hover.jpg) repeat-x;
}
div.contentBlock ul li a{
	display: block;
	width: inherit;
	height: inherit;
	*height: 67px;
}
div.contentBlock ul li.last a:hover, div.contentBlock ul li.last a.selected  {
	background: url(/templates/default/images/quote/item_last_corner_hover.png) no-repeat bottom right;
}

ul.leftCol, ul.rightCol {
	float: left;
	width: 286px;
	*line-height: normal;
}

ul.leftCol li, ul.rightCol li {
	border: 1px solid #515151;
	border-bottom: none;
	height: 67px;
	clear: left;
	*vertical-align: top; /* ie hack to remove space between LI elements whn block anchors are whithin */
}

ul.leftCol li.last, ul.rightCol li.last {
	border-right: none;
	background: url(/templates/default/images/quote/item_last_corner.png) no-repeat bottom right;
}

ul.leftCol li a h4 {
	color: #2e6b15;
	padding: 5px 0 0 7px;
}
ul.rightCol li a h4 {
	color: #114b56;
	padding: 5px 0 0 7px;
}


ul.rightCol {
	margin: 0 0 0 42px;
}
ul.rightCol li.rightHeading h4{
	color: #fff;
}
ul.leftCol li.leftHeading, ul.rightCol li.rightHeading {
	height: 31px;
	background: url(/templates/default/images/quote/left_heading_bg.jpg) repeat-x;
	padding: 10px 0 0 10px;
	*padding: 5px 0 0 10px;
}
ul.rightCol li.rightHeading {
	background: url(/templates/default/images/quote/right_heading_bg.jpg) repeat-x;
}
ul.rightCol li.none, ul.leftCol li.none {
	border-bottom: 1px solid #515151;
}


/* end content blocks */

/* form styles -- overwritting/modding store.css */

#checkoutForm {
	*margin-top: 25px;
}

#checkoutForm legend {
	color: #780033;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	*padding-left: 4px;
}

#checkoutForm fieldset {
	padding: 0 0 0 0;
	float: none;
	margin:0px 0px 0px 328px;
}

#checkoutForm fieldset label {
	color: #780033;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 136px;
}
#checkoutForm input.txtLong {
	width: 150px;
	margin-bottom: 3px;
}
#checkoutForm a.submitButton {
	background-color: #B9B9B9;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 0 6px 0;
	font-weight: bold;
	float: right;
	display: block;
	width: 125px;
	text-decoration:none;
	text-align:center;
	margin: 20px 0 0 0;
}
#checkoutForm a.submitButton:hover {
	background-color: #780033;
}

#checkoutForm fieldset div {
	width: 286px;
}

.error {
	font-size:10px;
	text-align:right;
}

#alert {
	display:none; 
	margin:104px 0 0 213px; 
	position:absolute; 
	width:370px; 
	color:#990000;
}

/* form styles */