#feature-bg {
	background-image:url(/_templates/page-www/_images/bg-page-calculator.png);
	background-position: left top;
	background-repeat:no-repeat;
	overflow: visible;
}

#feature-content {
}

#feature-content .img-xsection-mat-01 {
	width: 348px;
	height: 262px;
	float: left;
	position: relative;
	z-index: 2;
	margin: 5px -300px -187px -55px;
	background-image: url(/warmwire/calculator/_content/page-www/_images/cs-warmwire-01.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#side {
	margin-top: 170px;
}

li {
	color: #ed9937;
	font-weight: bold;
}

li span {
	color: #000;
	font-weight: normal;
}

.answer li {
	color: #fff;
	font-weight: bold;
}
.answer li span {
	color: #fff;
	font-weight: normal;
}
.answer ol ul {
	list-style: disc;
}

.icon-help-inline {
	display: inline;
	width: 12px;
	height: 12px;
	background-image: url(/_templates/page-www/_images/icon-help-inline.gif);
	vertical-align: text-bottom;
}

.print-instruction {
	display: none;
}
/*******/

form {
	margin: 0px;
	padding: 0px;
	border: none;
}
input {
	border: none;
	padding: 0px;
}

form#prodcal .form-item {
	background-color: #662e8a;
	background-image: url(/_templates/page-www/_images/corner-purple-solid-tr.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
form#prodcal .form-item div {
	margin: 0px;
}
form#prodcal .form-item .question {
}
form#prodcal .form-item .answer {
	display: none;
	overflow: hidden;
	color: #fff;
}
form#prodcal .form-item .answer p {
	margin: 0px 0px 5px;
}
form#prodcal .form-item .answer .pad {
	width: 373px;
	padding: 5px 10px 0px;
}

form#prodcal .form-item .input-area {
	width: 373px;
	float: left;
	background-color: #fff;
	background-image: url(/_templates/page-www/_images/corner-purple-solid-br-inv.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
form#prodcal .form-item .input-area .pad {
	padding: 5px 0px 5px 8px;
}
form#prodcal .form-item .input-area .input {
	color: #662e8a;
	font-weight: bold;
	margin-left: 5px;
}
form#prodcal .form-item .input-area .input input {
	border: 1px solid #662e8a;
	font-weight: bold;
	padding: 2px;
}
form#prodcal .form-item .input-area .input select {
	border: 1px solid #662e8a;
	font-weight: bold;
	padding: 2px;
}
form#prodcal .form-item .input-area .required {
	color: #ed9937;
	padding: 0px 5px;
}

form#prodcal .form-item .icon-help {
	display: block;
	float: right;
	width: 34px;
	height: 34px;
	background-image: url(/_templates/page-www/_images/icon-help.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#prodcalLoading {
	float: right;
	display: none;
	width: 143px;
	height: 28px;
	background-image: url(/_templates/page-www/_images/ui-prodcal-processing.gif);
}
#prodcalSubmit {
	float: right;
}
#prodcalSubmit .btn-submit {
	width: 143px;
	height: 28px;
	border: 0px;
	background-image: url(/_templates/page-www/_images/btn-prodcal-submit.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px;
	outline: none;
}

.solid-cap-bottom {
	height: 5px;
	background-color: #662e8a;
}
.solid-cap-bottom .cap-left{
	width: 5px;
	height: 5px;
	float: left;
	background-image: url(/_templates/page-www/_images/corner-purple-solid-bl.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.solid-cap-bottom .cap-right{
	width: 5px;
	height: 5px;
	background-image: url(/_templates/page-www/_images/corner-purple-solid-br.gif);
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
}

/* result list */
#prodcalResult,
#prodcalList {
	display: none
}
#prodcalResult {
	margin-bottom: 8px;
}
#prodcalResult .btn-buy {
}
#prodcalResult .btn-print {
	float: right;
	width: 143px;
	height: 28px;
	border: 0px;
	background-image: url(/_templates/page-www/_images/btn-prodcal-print.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px;
	outline: none;
}
#prodcalResult .btn-add {
}
#prodcalResult .btn-buy span,
#prodcalResult .btn-print span {
	display: none;
}

#prodcalList .error-fatal,
#prodcalList .error-warning {
	margin-bottom: 5px;
}
#prodcalList .error-fatal .cap-top {
	height: 5px;
	background-image: url(/_templates/global/_images/bg-1x1-red.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#prodcalList .error-fatal .cap-top .cap-left {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(/_templates/global/_images/corner-red-border-tl.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#prodcalList .error-fatal .cap-top .cap-right {
	float: right;
	width: 5px;
	height: 5px;
	background-image: url(/_templates/global/_images/corner-red-border-tr.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#prodcalList .error-fatal .cap-bottom {
	height: 5px;
	background-image: url(/_templates/global/_images/bg-1x1-red.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#prodcalList .error-fatal .cap-bottom .cap-left {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(/_templates/global/_images/corner-red-border-bl.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#prodcalList .error-fatal .cap-bottom .cap-right {
	float: right;
	width: 5px;
	height: 5px;
	background-image: url(/_templates/global/_images/corner-red-border-br.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#prodcalList .error-fatal .content {
	border-left: 1px solid #bd0003;
	border-right: 1px solid #bd0003;
}
#prodcalList .error-fatal .content table {
	width: 100%;
}
#prodcalList .error-fatal .content .icon {
	width: 85px;
	padding: 10px 0px 10px 10px;
	text-align: center;
}
#prodcalList .error-fatal .content .icon img {
	width: 60px;
	height: 60px;
	background-image: url(/_templates/global/_images/icon-stop-60.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#prodcalList .error-fatal .content {
	color: #bd0003;
	padding-right: 5px;
}
#prodcalList .error-fatal .content p {
	padding: 5px 10px 5px
}
#prodcalList .error-fatal .content .btn-gloss {
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 6px;
	border: 1px solid #bd0003;
	background-color: #bd0003;
	background-image: url(/_templates/global/_images/bg-gloss-red-13.gif);
	background-position: top;
	background-repeat: repeat-x;
	cursor: pointer;
}

#prodcalList .error-warning .cap-top {
	height: 5px;
	background-image: url(/_templates/global/_images/bg-1x1-orange.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#prodcalList .error-warning .cap-top .cap-left {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(/_templates/global/_images/corner-orange-border-tl.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#prodcalList .error-warning .cap-top .cap-right {
	float: right;
	width: 5px;
	height: 5px;
	background-image: url(/_templates/global/_images/corner-orange-border-tr.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#prodcalList .error-warning .cap-bottom {
	height: 5px;
	background-image: url(/_templates/global/_images/bg-1x1-orange.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#prodcalList .error-warning .cap-bottom .cap-left {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(/_templates/global/_images/corner-orange-border-bl.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#prodcalList .error-warning .cap-bottom .cap-right {
	float: right;
	width: 5px;
	height: 5px;
	background-image: url(/_templates/global/_images/corner-orange-border-br.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#prodcalList .error-warning .content {
	border-left: 1px solid #ed9937;
	border-right: 1px solid #ed9937;
}
#prodcalList .error-warning .content table {
	width: 100%;
}
#prodcalList .error-warning .content .icon {
	width: 85px;
	padding: 10px 0px 10px 10px;
	text-align: center;
}
#prodcalList .error-warning .content .icon img {
	width: 60px;
	height: 53px;
	background-image: url(/_templates/global/_images/icon-caution-60.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#prodcalList .error-warning .content {
	color: #ed9937;
	padding-right: 5px;
}
#prodcalList .error-warning .content p {
	padding: 5px 10px 5px
}
#prodcalList .error-warning .content .btn-gloss {
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 6px;
	border: 1px solid #ed9937;
	background-color: #ed9937;
	background-image: url(/_templates/global/_images/bg-gloss-orange-13.gif);
	background-position: top;
	background-repeat: repeat-x;
	cursor: pointer;
}

#prodcalList .item {
	margin-bottom: 5px;
}
#prodcalList .item .cap-top {
	height: 5px;
	background-image: url(/_templates/page-www/_images/bg-1x1-purple.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#prodcalList .item .cap-top .cap-left {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(/_templates/page-www/_images/corner-purple-border-tl.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#prodcalList .item .cap-top .cap-right {
	float: right;
	width: 0px;
	height: 5px;
	border-right: 1px solid #662e8a;
}
#prodcalList .item .cap-bottom {
	height: 5px;
	background-image: url(/_templates/page-www/_images/bg-1x1-purple.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#prodcalList .item .cap-bottom .cap-left {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(/_templates/page-www/_images/corner-purple-border-bl.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#prodcalList .item .cap-bottom .cap-right {
	float: right;
	width: 0px;
	height: 5px;
	border-right: 1px solid #662e8a;
}
#prodcalList .item .content {
	border-left: 1px solid #662e8a;
	border-right: 1px solid #662e8a;
}
#prodcalList .item .content table {
	width: 100%;
}
#prodcalList .item .content .tn {
	width: 85px;
	text-align: center;
}
#prodcalList .item .content .tn img {
	border: 0px;
}
#prodcalList .item .content {
	padding-right: 5px;
}
#prodcalList .item .content .sep {
	height: 5px;
}
#prodcalList .item .content .products table {
	width: 333px;
}
#prodcalList .item .content .moreoptions {
	cursor: pointer;
	float: right;
	padding-right: 20px;
	margin-top: 3px;
	height: 13px;
	background-image: url(/_templates/page-www/_images/icon-expand-down-purple-00.gif);
	background-position: right top;
	background-repeat: no-repeat;
	color: #ed9937;
}
.noscript #prodcalList .item .content .moreoptions {
	display: none;
}
#prodcalList .item .content .product {
	margin: 5px 0px;
}
#prodcalList .item .content .description {
	padding: 5px 10px 0px;
	background-color: #f6f6f6;
}
#prodcalList .item .content .description .bracer {
	width: 181px;
}
#prodcalList .item .content .stocked-true .description {
	background-color: #e6d6f0;
}
#prodcalList .item .content .stocked-true .description .stocked {
	float: left;
	background-color: #fff;
	color: #662e8a;
	font-weight: bold;
	padding: 2px 5px;
	border-top: 1px dotted #662e8a;
	border-bottom: 1px dotted #662e8a;
}
#prodcalList .item .content .description a {
	text-decoration: none;
}
#prodcalList .item .content .description ul.product-skus {
	clear: both;
	padding: 0px 0px 5px;
	list-style: none;
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#prodcalList .item .content .description ul.product-skus li {
	color: #000;
	margin: 0px;
}
#prodcalList .item .content .ind-sel {
	text-align: right;
	background-color: #f6f6f6;
}
#prodcalList .item .content .stocked-true .ind-sel {
	background-color: #e6d6f0;
}
#prodcalList .item .content .ind-sel img {
	width: 16px;
	height: 34px;
	background-image: url(/_templates/page-www/_images/ind-prodcal-prodsel-purple.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#prodcalList .item .content .selected .ind-sel img {
	visibility: visible;
}
#prodcalList .item .content .unselected .ind-sel img {
	visibility: hidden;
}
#prodcalList .item .content .choose {
	padding: 5px;
	width: 20px;
	text-align: center;
	background-color: #f6f6f6;
}
#prodcalList .item .content .selected .choose {
	background-color: #662e8a;
}
#prodcalList .item .content .choose input {
	border: 0px;
	vertical-align: middle;
}
#prodcalList .item .content .quantity {
	width: 70px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
#prodcalList .item .content .btn-gloss {
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 6px;
	border: 1px solid #662e8a;
	background-color: #662e8a;
	background-image: url(/_templates/page-www/_images/bg-gloss-purple-13.gif);
	background-position: top;
	background-repeat: repeat-x;
	cursor: pointer;
}

#prodcalList .header-top em,
#prodcalList .header em {
	font-style: normal;
	font-weight: normal;
	font-size: smaller;
}
#prodcalList .header-top {
	float: right;
	width: 313px;
	border-bottom: 1px solid #662e8a;
	margin-bottom: 5px;
}
#prodcalList .header-top .description {
	float: left;
	width: 233px;
	background-color: #662e8a;
}
#prodcalList .header-top .mid {
	padding: 0px 10px 5px;
	color: #fff;
	font-weight: bold;
}
#prodcalList .header-top .description .cap-top {
	height: 5px;	
}
#prodcalList .header-top .description .cap-top .cap-left {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(/_templates/page-www/_images/corner-purple-solid-tl.gif);
	background-position: left top;
	background-repeat: no-repeat;	
}
#prodcalList .header-top .quantity {
	float: left;
	width: 80px;
}
#prodcalList .header-top .quantity .mid {
	text-align: center;
	color: #662e8a;
	border-right: 1px solid #662e8a;
}
#prodcalList .header-top .quantity .cap-top {
	height: 5px;
	background-image: url(/_templates/page-www/_images/bg-1x1-purple.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#prodcalList .header-top .quantity .cap-top .cap-right {
	float: right;
	width: 5px;
	height: 5px;
	background-image: url(/_templates/page-www/_images/corner-purple-border-tr.gif);
	background-position: left top;
	background-repeat: no-repeat;	
}

#prodcalList .header {
	float: right;
	width: 313px;
	margin-bottom: 5px;
	border: 1px solid #662e8a;
}
#prodcalList .header .mid {
	padding: 5px 10px 5px;
	color: #fff;
	font-weight: bold;
}
#prodcalList .header .description {
	float: left;
	width: 233px;
	background-color: #662e8a;
}
#prodcalList .header .quantity {
	float: left;
	width: 80px;
}
#prodcalList .header .quantity .mid {
	text-align: center;
	color: #662e8a;
}

#prodcalList .summary {
	margin-bottom: 5px;
}
#prodcalList .summary .row,
#prodcalList .summary .row-bottom {
	float: right;
	width: 283px; 
	border-top: 1px solid #662e8a;
}
#prodcalList .summary .row .mid {
	padding: 5px 10px 5px;
	color: #fff;
	text-align: right;
}
#prodcalList .summary .row-bottom .mid {
	padding: 5px 10px 0px;
	color: #fff;
	text-align: right;
}
#prodcalList .summary .row .description,
#prodcalList .summary .row-bottom .description {
	float: left;
	width: 203px;
	background-color: #662e8a;
}
#prodcalList .summary .value {
	float: left;
	width: 80px;
}
#prodcalList .summary .value .mid {
	text-align: center;
	color: #662e8a;
	border-right: 1px solid #662e8a;
}
#prodcalList .summary .row-bottom .description .cap-bottom {
	height: 5px;	
}
#prodcalList .summary .row-bottom .description .cap-bottom .cap-left {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(/_templates/page-www/_images/corner-purple-solid-bl.gif);
	background-position: left bottom;
	background-repeat: no-repeat;	
}
#prodcalList .summary .row-bottom .value .cap-bottom {
	height: 5px;
	background-image: url(/_templates/page-www/_images/bg-1x1-purple.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#prodcalList .summary .row-bottom .value .cap-bottom .cap-right {
	float: right;
	width: 5px;
	height: 5px;
	background-image: url(/_templates/page-www/_images/corner-purple-border-br.gif);
	background-position: right bottom;
	background-repeat: no-repeat;	
}
