div#ShippingBanner
{
	width: 711px;
	height: 188px;
	background-image: url(../images-content/shipping-banner.jpg);
	background-color: #f0f0ee;
	overflow: visible;
	padding: 7px 0 0 0;
	background-position: center top; 
	position: relative;
}
div#CalcPanel
{
	width: 711px;
	height: 188px;
	background-image: url(../images-calc/div_ct.gif);
	background-color: #f0f0ee;
	overflow: visible;
	padding: 7px 0 0 0;
	background-position: center top; 
	position: relative;
}

div#CalcPanel fieldset
{
	border: none;
}

div.CalcSection
{
	width: 711px;
	position: absolute;
	left: 0px;
	z-index: 1;
	overflow: visible;
}

div.CalcSection.one
{
	background-image: url(../images-calc/h2.gif);
	width: 701px;
	height: 51px;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 1px;
	left: 5px;
	top: 5px;
}
div.CalcSection.two
{	
	top: 61px;
	z-index: 9999;
}
div.CalcSection.three
{
	top: 144px;
}

div#CalcPanel ol
{
	display: block;
	width: 100%;
	overflow: visible;
	list-style-type: none;
	margin-left: 5px;
	
}

li#step1, li#step2, li#step3, li#step4, li#step5
{
	display: block;
	border-top: solid 1px #fff;
	background-color: #ededeb;
	background-image: url(../images-calc/li_bottom-rx.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 7px 9px 0px 9px;
	float: left;
	margin-right: 4px;
	overflow: visible;
	height: 70px;
}

li#step1
{
	padding-left: 12px;
	width: 130px;
}
li#step2
{
	width: 98px;
}
li#step3
{
	width: 120px;
}
li#step4
{
	width: 120px;
}
li#step5
{
	padding-right: 12px;
	width: 120px;
	margin-right: 0px;
}

div#CalcPanel h4
{
	display: block;
	padding-left: 24px;
	color: #3e525d;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -.03em;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 5px;
	background-position: left middle;
	background-repeat: no-repeat;
	
}

div#CalcPanel li#step1 h4
{
	background-image: url(../images-calc/step1.gif);
	padding-left: 20px;
}
div#CalcPanel li#step2 h4
{
	background-image: url(../images-calc/step2.gif);	
}
div#CalcPanel li#step3 h4
{
	background-image: url(../images-calc/step3.gif);	
}
div#CalcPanel li#step4 h4
{
	background-image: url(../images-calc/step4.gif);	
}
div#CalcPanel li#step5 h4
{
	background-image: url(../images-calc/step5.gif);	
}

div#CalcPanel h4 span
{
	display: block;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
	padding-bottom: 1px;
}

div#CalcPanel h4 strong
{
	white-space: nowrap;
}

div#CalcPanel div.DropDown
{
	height: 29px;
	overflow: hidden;
	position: relative;
	border: solid 1px #dfd7d7;
	border-top: solid 1px #b8b1b1;
	background-color: #fff;
	background-image: url(../images-calc/label_top-rx.gif);
	background-repeat:repeat-x;
	background-position: left top;
}

div#CalcPanel div.DropDown.over
{
	overflow: visible;
}

div#CalcPanel div.DropDown.over div, div#CalcPanel div.DropDown.over ul
{
	top: auto !important;
	bottom: 0;
	z-index: 9999;
}

div#CalcPanel div.DropDown.over ul li
{
	background-color: #fff;
}

div#CalcPanel div.DropDown ul
{
	list-style-type: none;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	background-color: #fff;
}

div#CalcPanel div.DropDown div
{
	height: 29px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	background-image:url(../images-calc/dropdown_arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
}
div#CalcPanel div.DropDown div:hover
{
	background-position: right bottom;
}

div#CalcPanel div.DropDown input
{
	position: absolute;
	left: -9999px;
}

div#CalcPanel div.DropDown input, div#CalcPanel div.DropDown label
{
	float: left;
	clear: both;
}


div#CalcPanel li#step5 input
{
	line-height: 23px;
	padding: 4px 6px 3px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4a525b;
	background-color: #f4f8ff;
	background-image: url(../images-calc/textbox_top-rx.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border: solid 1px #c9d6eb;
	border-top: solid 1px #a4b0c3;
	width: 100px;
	height: 22px;
}

div#CalcPanel div.DropDown label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 1px;
	width: 100%;
	text-indent: 9px;
	display: block;
	line-height: 28px;
	cursor: pointer;
}

div#CalcPanel div.DropDown label:hover
{
	color: #fff;
	background-color: #547e8e;
}
div#CalcPanel form input
{
	background-image: url(../images-calc/submit_button.gif);
	background-position: left top;
	width: 308px;
	height: 47px;
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 1px;
	text-align: center;
	text-indent: -9999px;
	float: left;
	background-color: transparent;
	margin: 0 5px;
}
div#CalcPanel form input:hover
{
	background-position: left bottom;	
}

p#CostPerShirt {
	display: block;
	float: right;
	background-image: url(../images-calc/price_lc.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	line-height: 13px;
	margin-right: 5px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

p#CostPerShirt > span {
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	text-indent: -9999px;
	overflow: hidden;
}

p#CostPerShirt strong span {
	position: inherit;
	display: inline;
	height: auto;
	width: auto;
	text-indent: inherit;
	overflow: inherit;
	font-size: 36px;
	line-height: 38px;
	color: #3e525d;
}

p#CostPerShirt strong {
	background-color: #fff;
	display: block;
	float: left;
	padding: 6px 8px 0 8px;
	width: 100px;
	text-align: center;
	height: 40px;
}

p#CostPerShirt em {
	display: block;
	float: left;
	white-space: nowrap;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	font-style: normal;
	padding: 10px 0 0 5px;
}
