
/* ########## BEGIN SELECTORS ########## */

#selectorsBackground {
	height:110px;
    position:relative;
	/*top:-15px;*/
	text-align:left;
	overflow-x:hidden;
	overflow-y:hidden;
}

#selectorsWrapper {
	margin:0 auto;
	height:110px;
	text-align:left;
	overflow-x:hidden;
	overflow-y:hidden;
}

#selectors {
	display:none;
	position:absolute;
	vertical-align:top;
	padding-bottom:2px;
	width:1139px;
	height:115px;
	text-align:left;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	z-index:10;
}

.selector {
	display:inline-block;
	padding:0px;
	border-spacing:0px;
	position:relative;
	left:0;
	top:0;
	vertical-align:top;
	border-top:1px solid #aaaaaa;
	margin:0px -3px 0px 0px;
    /*
	width:90px;
	height:140px;
	*/
	text-align:center;
	opacity:0.9;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	white-space: normal !important;
}

.selectorSel {
	display:inline-block;
	padding:0px;
	border-spacing:0px;
	position:relative;
	left:0;
	top:0;
	vertical-align:top;
	/*border:1px solid #0089cf;*/
	margin:0px -3px 0px 0px;
	/*
	width:90px;
	height:140px;
	*/
	text-align:center;
	opacity:1.0;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	white-space: normal !important;
}

.selectorDisab {
	display:inline-block;
	padding:0px;
	border-spacing:0px;
	position:relative;
	left:0;
	top:0;
	vertical-align:top;
	/*border:1px solid #666666;*/
	margin:0px;
	/*
	width:90px;
	height:140px;
	*/
	text-align:center;
	opacity:0.7;
	color:#222222;
	font-size:12px;
	font-weight:bold;
	white-space: normal !important;
}

.selectorDisab:hover{
  cursor:not-allowed;
}

.selector:hover{
	/*box-shadow: 0px 2px 2px 2px #999999;*/
	/*border-bottom:2px solid #0089cf;*/
	opacity:1.0;
	cursor:pointer;
}

.selectorSel:hover{
    /*box-shadow: 0px 2px 2px 2px #999999;*/
	/*border-bottom:2px solid #0089cf;*/
	opacity:1.0;
	cursor:pointer;
}

.selectorDisab IMG{ 
	opacity:0.7; 
	position:relative; 
	left:0px; 
	top:0px;
	border:0px;
}

.selectorDisab IMG.selImg:hover{ 
	opacity:0.7; 
	position:relative; 
	left:0px; 
	top:0px;
	border:0px;
}

.selector IMG.selImg{ 
	opacity:0.9; 
	position:relative; 
	border-left:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	left:0px; 
	top:0px;
}

.selectorSel IMG.selImg{ 
	opacity:1.0; 
	position:relative; 
	left:0px; 
	top:0px;
	border:0px;
}

.selector IMG.selImg:hover{ 
	opacity:1.0; 
	border-bottom:2px solid #0089cf;
}


.selectorAdj {
	display:inline-block;
	padding:5px;
	border-spacing:0px;
	position:relative;
	left:0;
	top:0;
	vertical-align:top;
	text-align:left;
	opacity:1.0;
	color:#000000;
	font-size:18px;
	font-family:"Arial","sans-serif";
	height:80px;
	max-width:710px;
	white-space: normal !important;
}

/* ########## END SELECTORS ########## */

.specImg{
  z-index:100;
}

#specInfo{
  display:none;
  background-color:#ffffff;
  /*
  position:absolute;
  top: 220px;
  left: 550px;
  border:4px solid #0089cf;
  */
  position:relative;
  /*top:-75px;*/
  width:1000px;
  text-align:left;
  padding:2px;
  z-index:200;
}

#specWrapper{
  width:1000px;
  text-align:left;
  height:auto;
}

#prodCont{
  height:125px;
  margin:0px;
  overflow:auto;
}

#summaryContainer{
	display:none;
	position:absolute;
	z-index:5002;
}

#summaryWrapper {
	/*width:1080px;*/
	margin:0px auto;
	background-color:#0089cf;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:10px;
	/*
	-webkit-box-shadow:5px 5px 5px #aaaaaa;
	-moz-box-shadow:5px 5px 5px #aaaaaa;
	box-shadow: 5px 5px 5px #aaaaaa;
	*/
}

#summary {
	background-color:#ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:5px;
}

.summHdr1{
  font-family:'Arial','sans-serif';
  font-size:15px;
  font-weight:bold;
  color:#444444;
}

.summHdr2{
  font-family:'Roboto Mono','serif';
  font-size:17px;
  font-weight:bold;
  color:#0089cf;
}

.summCol{
  font-family:'Arial','sans-serif';
  font-size:12px;
  font-weight:bold;
  color:#ffffff;
}

.summLbl{
  font-family:'Arial','sans-serif';
  font-size:12px;
  font-weight:bold;
  color:#000000;
}

.summDesc{
  font-family:'Arial','sans-serif';
  font-size:12px;
  color:#444444;
}
#militContainer{
	display:none;
	position:absolute;
	z-index:5012;
}

#militWrapper {
	margin:0px auto;
	background-color:#ed2024;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:5px;
}

#milit {
	background-color:#ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:5px;
}

#SrcSurveyWrapper {
	display:none;
	margin:0px auto;
	background-color:#0089cf;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	z-index: 5010;
	padding:8px;
}

#SrcSurvey {
	background-color:#ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:20px;
}
#csOverlay{
  position:absolute;
  left:0px;
  top:0px;
  overflow: hidden;
  z-index:5001;
  width:150%;
  height:500%;
  background-color: #000000;
  opacity:0.5;
  display:none;
}

#eduImg{
  position:absolute;
  top:80px;
  z-index:4900;
}

/* ########## BEGIN DESIGNPATH ########## */

#designPathBackground {
	height:25px;
}

#designPathWrapper {
	margin:0px auto;
	/*top:50px;*/
	height:25px;
	overflow:hidden;
	position:relative;
	background:url(../images/design_path_background.png);
}

#designPathWrapper #startOver {
	position:absolute;
	left:0;
}

#designPathWrapper #addToCart {
	position:absolute;
	left:1046px;
}

.designPathButton {
	margin-top:0px;
}

.designPathButton:hover {
	margin-top:-24px;
	cursor:pointer;
}


.designPathButtonDisabled {
	margin-top:-48px;	
}


#designPathSteps {
	width:949px;
	height:25px;
	position:absolute;
	left:97px;
	top:0;
	background:url(../images/design_path_background.png);
}

#designPathSteps DIV {
	display:none;
	height:25px;
	overflow:hidden;	
	float:left;
	padding:2px 14px 0px 14px;
}

.designPathStepDisabled{
  color: #010101;
  font-family:'Arial';
  background-color:transparent; 
  cursor:not-allowed;
}
/*.designPathStepDisabled IMG { margin-top:0; }*/

.designPathStepEnabled{
  color: #000000;
  font-weight:bold;
  background-color:transparent; 
}
/*.designPathStepEnabled IMG { margin-top:-24px; }*/
.designPathStepEnabled:hover { cursor:pointer; }

.designPathStepSelected { 
	background-color:#ffffff; 
	border-left:solid 1px #cccccc; 
	border-right:solid 1px #999999;
	border-top:solid 1px #cccccc; 
	font-weight:bold;
	color:#0089cf;
	cursor:pointer;
}

/*.designPathStepSelected IMG { margin-top:-72px; }*/

.optSel{
  font-family:"Arial","sans-serif";
  font-size:12px;
  color:#004c7e;
  height:25px;
}

/* ########## END DESIGNPATH ########## */

.mnuButton{
  width:96px;
  height: 30px;
  background-color: #eeeeee;
  border:2px solid #aaaaaa;
  font-size:14px;
  font-weight:bold;
  color: #aaaaaa;
  text-align:center;
  cursor:pointer;
  margin:0px 0px 10px 5px;
  padding:10px 0px 0px 0px;
  border-radius:5px;
}

.mnuButtonActive{
  width:96px;
  height: 30px;
  background-color: #eeeeee;
  border:2px solid #aaaaaa;
  font-size:14px;
  font-weight:bold;
  color: #0089cf;
  text-align:center;
  box-shadow:0px 0px 7px 0px #666666 inset;  
  cursor:pointer;
  margin:0px 0px 10px 5px;
  padding:10px 0px 0px 0px;
  border-radius:5px;
}

.mnuButtonDisab{
  width:96px;
  height: 30px;
  background-color: #eeeeee;
  border:2px solid #cccccc;
  font-size:14px;
  font-weight:bold;
  color: #cccccc;
  text-align:center;
  cursor:not-allowed;
  margin:0px 0px 10px 5px;
  padding:10px 0px 0px 0px;
  border-radius:5px;
}

#proFlag{
  display:inline-block;
  float:right;
  font-size:13px;
  font-weight: bold;
  color: #444444;
}

input[type=checkbox].pmd {
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height:1px; 
  width:1px; 
  margin:-1px; 
  padding:0;
  border:0;
}

input[type=checkbox].pmd + label.cbp {
  height:20px; 
  width:20px;
  display:inline-block;
  line-height:20px;
  background-repeat:no-repeat;
  background-position: 0 0;
  cursor:pointer;
}

input[type=checkbox].pmd:checked + label.cbp {
  background-image:url(/QuickBuildRF/resources/images/grcheck_on.png);
}
						
.cbp{
  background-image:url(/QuickBuildRF/resources/images/grcheck_off.png);
  margin-top:5px;
}

.qbrf_fbButton {
	width:125px;
	height:25px;
	line-height:24px;
	margin:5px auto;
	color:#ffffff;
	text-align:center;
	background-color:#0089cf;
	font-weight:700;
	font-size:13px;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius:13px;
	-webkit-box-shadow:0px 1px 2px #999999;
	-moz-box-shadow:0px 1px 2px #999999;
	box-shadow:0px 1px 2px #999999;
	cursor:pointer;
}

.qbrf_fbButton:hover {
	opacity:0.85;
}

.required{
	display:inline-block;
	color:red;
	width:13px;
	height:1px;
	line-height:1px;
	/*margin-left:-13px;*/
	font-size:10pt;
	font-weight:700;
}
.milFields{
  font-family:'Arial','sans-serif';
  font-size:12px;
  color:#000000;
  padding:4px;
  background-color:#ffffff;
}
