/****************************************************************************/
/* COMMON STUFF */
/****************************************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #F2F2F2;
	z-index: 1;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#header {
	width: 100%;
	height: 83px;
	padding-bottom: 10px;
	background-color: #f2f2f2;
	background-image: url(img/Slvr-Header.gif);
	background-repeat: repeat-x;
	text-align: left;
}

#header-logo {
	display: inline;
	float: left;
	width: 80px;
	height: 83px;
	padding-left: 30px;
}

#header-help {
	display: inline;
	float: left;
	width: 724px;
	height: 50px;
	text-align: right;
	padding-right: 20px;
	padding-top: 14px;
}

#header-help a {
	text-decoration: none;
	color: #4d4d4d;
	font-size: 10pt;
}

#header-help a:hover {
	text-decoration: underline;
}

#header-cart {
	display: inline;
	float: left;
	width: 76px;
	height: 50px;
	padding-top: 10px;
	padding-right: 30px;
}

a.helpLink {
	text-decoration: none;
	color: #000;
}

a:hover.helpLink {
	text-decoration: underline;
}

a.helpLink.selected {
	font-weight: bold;
}

#nav {
	background-color: #f2f2f2;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	width: 900px;
	height: 23px;
	text-align: left;
}

#main {
	width: 900px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	background-color: #f2f2f2;
	text-align: left;
}

.button {
	cursor: pointer;
}

.infoIcon {
	cursor: pointer;
	visibility: hidden;
}

.infoText {
	display: none;
}

.highlight .infoIcon {
	visibility: visible;
}


/****************************************************************************/
/* DIALOG WINDOWS */
/****************************************************************************/

.navitar .ui-dialog,
.navitar.ui-dialog {
	background-color: #f2f2f2;
	border: 3px solid #000;
}

.navitar .ui-dialog .ui-dialog-titlebar,
.navitar.ui-dialog .ui-dialog-titlebar {
	background: #f2f2f2 url(img/Slvr-InfoHeader.gif) repeat-x;
	padding: 0px;
	height: 24px;
	_height: 25px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
}

.navitar .ui-dialog-titlebar-close {
	display: none;
}

.ui-spinner {
	width: 55px;
	display: block;
	/*float: left;*/
	position: relative;
	overflow: hidden;
	border: 1px solid #999;
	background: #FEFEFE url(./images/spinner-bg.gif) repeat-x left bottom;
	padding: 0 5px;
}

.ui-spinner-disabled {
	background: #F4F4F4;
	color: #CCC;
}

.ui-spinner-box {
	width: 90%;
	height: 100%;
	float: left;
	font-size: 125%;
	border: none;
	background: none;
	padding: 0;
}

.ui-spinner-up,
.ui-spinner-down {
	width: 15px;
	height: 50%;
	font-size: 0.5em;
	padding: 0;
	margin: 0;
	z-index: 100;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	right: 0;
	cursor: default;
	border: 1px solid #999;
	border-right: none;
	border-top: none;
}

.ui-spinner-down {
	bottom: 0;
	border-bottom: 0;
}

.ui-spinner-pressed {
	background: #FEFEFE;
}

.ui-spinner-list,
.ui-spinner-listitem {
	margin: 0;
	padding: 0;
}


/****************************************************************************/
/* MAIN PAGE */
/****************************************************************************/

#measurements {
	width: 380px;
	height: 360px;
	display: inline;
	float: left;
	font-size: 9pt;
}

#measurementsList {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#measurementsList li {
	padding-bottom: 15px;
}

#measurementsList li .title {
	height: 18px;
	width: 200px;
	font-weight: bold;
}

#measurementsList li .content {
	padding-left: 10px;
}

#measurementsList li.highlight {
	background-color: #F2F2F2;
}

#measurementsList li.highlight .title {
	background-image: url(img/Slvr-InfoBar.gif);
}

#additionalFeatures {
	width: 220px;
	height: 360px;
	display: inline;
	float: left;
}

#featuresList {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#featuresList li {
	border-bottom: #ccc solid 1px;
	width: 195px;
	height: 18px;
	cursor: default;
}

#featuresList li.highlight {
	background-color: #eee;
	background-image: url(img/Slvr-InfoBar.gif);
	background-repeat: repeat-x;
}

#lensTool {
	width: 292px;
	height: 392px;
	border: 2px solid #CCC;
	padding: 2px;
	display: inline;
	float: left;
}

#productInfo .row {
	height: 19px;
	width: 110px;
	border-top: 1px solid #f2f2f2;
	padding-left: 0px;
	text-align: right;
	color: #f2f2f2;
	font-size: 8pt;
}

#productInfo .row.top {
	height: 18px;
	border-top: 0px;
}


#productFamilies {
	width: 960px;
	height: 275px;
	background-color: #999;
}

.productFamilyWrapper {
	width: 115px;
	height: 258px;
	display: inline;
	float: left;
	padding-left: 10px;
}

.productFamily {
	width: 105px;
	height: 250px;
	padding: 4px;
	border: #242424 solid 1px;
	background-color: #595959;
}

.productFamilyImageOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 105px;
	height: 105px;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.solutionWrapper .solution .graphic {
	height: 200px;
	position: relative;
	width: 160px;
}

.solutionWrapper .solution .graphicSummary {
	height: 200px;
	position: relative;
	width: 160px;
	display: none;
}

.familyImageOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 200px;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.productFamilyWrapper .productFamily .graphic {
	width: 105px;
	height: 105px;
	position: relative;
}

.productFamily.highlight {
	/* background-color: #f00; */
}

.productFamily .row {
	height: 18px;
	width: 97px;
	border-top: 2px solid #999;
	padding-left: 8px;
	background-color: #fff;
	text-align: left;
}

.productFamily.disabled .row {
	height: 18px;
	width: 97px;
	border-top: 2px solid #999;
	padding-left: 8px;
	background-color: #999;
	text-align: left;
}

.productFamily .row.top {
	height: 18px;
	border-top: 0px;
}

.productFamily .link {
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#productFamilyInfo {
	text-decoration: none;
	color: #f2f2f2;
	font-weight: bold;
}

#productFamilyInfo:hover {
	text-decoration: underline;
}

.infoTab {
	padding-bottom: 5px;
	width: 85;
	height: 20;
	cursor: pointer;
}

.infoTab.active {
	padding-bottom: 0px;
	height: 20;
	cursor: default;
}

#solutionsWrapper {
	width: 900px;
	background-color: #999;
	padding-bottom: 10px;
}

#solutionsSummary {
	width: 100%;
	background-color: #999;
	float: left; 
 }

#solutionsWrapperSummary {
	background-color: #999;
	float: left; 
}

.solutionWrapper {
	width: 170px;
	display: inline;
	float: left;
	padding-left: 10px;
}

.solution {
	width: 160px;
	padding: 4px;
	border: #242424 solid 1px;
	background-color: #595959;
	position: relative;
}

.solution .row {
	height: 18px;
	width: 152px;
	border-top: 2px solid #999;
	padding-left: 8px;
	background-color: #fff;
	text-align: left;
}

.solution .row.top {
	height: 36px;
	border-top: 0px;
}

.solution .row.top.lens {
	height: 46px;
	border-top: 0px;
}

.solution .link {
	text-align: center;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#solutionInfo {
	width: 155px;
	display: inline;
	float: left;
	padding-left: 10px;
}

#solutionInfo .row {
	height: 19px;
	width: 155px;
	border-top: 1px solid #f2f2f2;
	padding-left: 3px;
	text-align: right;
	color: #f2f2f2;
	font-size: 8pt;
}

#solutionInfo .row.highlight {
	background: url(img/Slvr-Solution-Field.png) repeat-x;
}

#solutionInfo .row.top {
	height: 36px;
	border-top: 0px;
}

#solutionInfo .row.top.lens {
	height: 46px;
	border-top: 0px;
}


/****************************************************************************/
/* BUILD PAGE */
/****************************************************************************/

#questions {
	width: 900px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	/*height: 275px;*/
	background-color: #999;
}

.questionHeader {
	height: 20px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(img/Slvr-Build-Answered.gif);
	background-repeat: repeat-x;
	text-align: left;
	color: #fff;
	font-weight: bold;
	margin-top: 2px;
	cursor: pointer;
	float:left;
	width: 497px;
}

.current .questionHeader {
	background-image: url(img/Slvr-Build-Current.gif);
	cursor: default;
}

.question.{
	float: left;
}

.question.unanswered {
	visibility: hidden;
}

.question.current .questionBody {
	display: block;
}

.questionBody {
	background-color: #f2f2f2;
	float: left;
	display: none;
	width: 505px;
}

.current .questionBody {
	border: solid 1px #999;
}

a.questionLink {
	color: #339900;
	text-decoration: none;
}

a:hover.questionLink {
	text-decoration: underline;
}

.part {
	width: 100%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #ababab;
}

.part.top {
	padding-top: 0px;
}

.part.bottom {
	border-bottom: none;
}

div.action {
 	width: 61px;
 	padding-left: 5px;
 	padding-right: 5px;
 	display: inline;
 	float: left;
 }
 
 td.action {
 	width: 61px;
 	padding-left: 5px;
 	padding-right: 5px;
 }
 
.descriptionWrapper {
 	width: 361px;
 	padding-top: 2px;
 	text-align: left;
 	display: inline;
 	float: left;
 }
 
div.description {
	padding-left: 5px;
}

td.description {
	width: 254px;
}

.highlight .description {
 	 background-image: url(img/Slvr-InfoBar.gif);
 	 background-repeat: repeat-x;
}



/****************************************************************************/
/* SUMMARY PAGE */
/****************************************************************************/

.summary-cell {
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-botom: 0;
	border-bottom: 2px solid #999;
}

.summary-cell.checkbox {
	width: 30px;
}

.summary-cell.description {
	width: 270px;
}

.summary-cell.part-number {
	width: 75px;
}

.summary-cell.camera {
	width: 50px;
	text-align: center;
}

.summary-cell.amount {
	width: 70px;
	padding-right: 5px;
	text-align: right;
}

.summary-cell.total {
	border-top: 2px solid #999;
}

.summary-cell.amount.total {
	font-weight: bold;
	font-size: 11pt;
}

#parameters {
	width: 360px;
	border: 2px solid #999;
	background-color: #e6e6e6;
	padding: 5px;
	display: inline;
	float: left;
}

#parametersList {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#parametersList li {
	border-bottom: #ccc solid 1px;
	width: 354px;
	height: 18px;
	cursor: default;
}

#parametersList li img {
	cursor: pointer;
	visibility: hidden;
}

#parametersList li.highlight {
	background-color: #eee;
	background-image: url(img/Slvr-InfoBar.gif);
	background-repeat: repeat-x;
}

#proceedings {
	width: 960px;
	height: 142px;
	background-color: #999;
}

#guarantee {
	text-decoration: none;
	color: #f2f2f2;
	font-weight: bold;
}

#guarantee:hover {
	text-decoration: underline;
}

.proceedingWrapper {
	width: 135px;
	height: 127px;
	display: inline;
	float: left;
	padding-left: 10px;
}

.proceeding {
	width: 125px;
	height: 117px;
	padding: 4px;
	border: #242424 solid 1px;
	background-color: #595959;
}

.proceeding.highlight {
	background-color: #f00;
}

.proceeding .description {
	height: 76px;
	background-color: #fff;
	text-align: left;
	padding-left: 8px;
}

.proceeding .link {
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.featureWarning {
	border: 1px solid #000;
	background-color: yellow;
	margin-right: 25px;
	padding: 3px;
	z-index: 100; 
	position:relative;
	display:none;
}

.buildWarning {
	border: 1px solid #000;
	background-color: yellow;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: -5px;
	width: 150px;
	float: right;
	padding: 3px;
	text-align: left;
	z-index: 100; 
	position: relative;
	display: none;
}