div#calcContainer {
	background-color: #B5B6B7;
	padding: 1px;
	width: 215px;
	border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
	box-shadow: 0 0 5px #BBBBBB;
  -moz-box-shadow: 0 0 5px #BBBBBB;
  -webkit-box-shadow: 0 0 5px #BBBBBB;
}

div#calcHeader {
	text-align: center;
	font-size: 18px;
	font-weight:bold;
	padding: 10px 0px;
	background-color: #808080;
	color: #FFFFFF;
	border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-bottom: 2px solid #34ACD2;
}

div#calcFooter {
	height: 7px;
	background-color: #FFFFFF;
	 border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

div#calc { 
	font-size: 12px;
	line-height: 1.0em;
	color: #ffffff;
	background:#FFFFFF;
}

div#calc table {	
	border-collapse: collapse;
	background:#FFFFFF;
}

div#calc tr, div#calc td {	
	vertical-align: top;
}

div#calc td {
	padding: 3px 10px;
}

.greenTR {
	background-color: #E9F4DC;
	border-top: 1px solid #B5B6B7;
	border-bottom: 1px solid #B5B6B7;
}

.greenTD {
	padding-bottom: 5px !important;
}

h3.formTitle {
	display: none;
}

td.fiTitle {
	text-align: left;
	font-size:  11px;
	font-weight: bold;
	padding-top: 5px;
	color: #404040;
}

td.fiHelp {	
	text-align: right;
	margin-bottom: -2px;
}

td.price {
	text-align: right;
}

td.fiItem select {
	width: 195px;
}

.textInput {
	width: 187px;
}

hr.fiHR {	
	border-width: 1px 0px 0px 0px;
	border-color: #1F75CF;
	border-style: solid;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	font-size: 1px;
	width: 220px;
}

input.zipTI {
	width: 80px;
	margin-right: 10px;
}

input.quantityTI {
	width: 80px;
	margin-right: 10px;
}

input.updateTI {
	margin-right: 18px;
}

input.dateTI {
	width: 80px;
}

div.price {
	color: #404040;
	font-size: 13px;
	font-weight: bold;
}

div.price p {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

div#calc a {
/* help.png, help_calc.png */
}

img.helpIMG {
	cursor: pointer;
	vertical-align: bottom;
	padding-bottom: 1px;
	margin-left: 5px;
}

.sizeInput {
	width: 81px !important;
}

.date-picker-control {
	margin-right: 70px;
}

.listOptionCB {
	margin-left: -3px;
}

.liteText {
	font-weight: normal;
}

#shipGrid {
color:#404040;
}

#shipGrid br {
	display: none;
}

#shipGrid table {
}

#shipGrid .ship_desc {
	font-size: 10px;
	line-height: 1.8em;
	width: 100%;
	padding: 1px 0px !important;
}

#shipGrid .ship_price {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	padding: 1px 0px !important;
}

.greenH2 {
	display: none;
}

.product_name {
	text-align: center;
	font-size: 18px;
	padding: 10px 0px !important;
	color: #404040;
	border-bottom: 1px solid #B5B6B7;
	line-height: 18px;
}

.specs, .estimateTR {
	background-color: #A4A6A9;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	padding: 8px 0px 8px 10px;
}

.estimateTR h4 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
}

.tr_class_quantity div, .tr_class_design div {
	margin: 0px -10px 3px -10px;
	background-color: #A4A6A9;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	padding: 8px 0px 8px 10px;
}

.tr_class_design div {
	background-color: #55A5D7;
}

.hrTR td {
	padding: 0px !important;
	border-bottom: 1px solid #B5B6B7;
}

.priceTR {
	background-color: #FFFFE2;
}

.priceTR td {
	/* padding: 4px 10px !important; */
}

.printing_total td {
	padding-top: 8px !important;
}

.error {
	color: #B10E10;
}

.priceTR .fiTitle {
	font-size: 13px;
}

.buttonTD {
	text-align: center;
}

#btn_place_order {
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #55A5D7;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  margin: 10px auto;
  border-width: 0px;
  cursor: pointer;
  width: 136px;
  visibility:hidden;
}

#btn_print_estimate, #getRatesBTN {
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #55A5D7;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  margin: 0px auto 10px auto;
  border-width: 0px;
  cursor: pointer;
  width: 99px;
}

#getRatesBTN {
	display: inline;
}

.tr_class_zip_postal_code td {
	padding: 10px 10px 0px !important;
	visibility: hidden;
}

.coupon {
	color: #B10E10;
}

.hidden {
	display: none;
}

#templates {
	margin-top: 10px;
}

#templates select {
	width: 250px;
}

#template_select {
	margin-bottom: 20px;
}

#sbox-window, #sbox-content {
	padding: 0px !important;
	background-color: transparent !important;
}

#product_content_container {
	width: 723px;
	padding-right: 10px;
}

#product_name_bar, .product_sidebar_top {
	color: #FFFFFF;
	background-color: #808080;	
	border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  padding: 0px 10px;
  border-bottom: 2px solid #34ACD2;
  height: 41px;
}

#product_name_bar h3 {
	float: left;
	font-size: 17px;
	margin: 11px 0px 0px;
}

#product_name_bar .coupon_label span {
	color: #F5E98D;
	padding: 0px 15px;
}

#product_banner {
	position: relative;
	height: 261px;
	background: #EDEDED url(../img/products/banner_bg.png) top left repeat-x;
  border-bottom: 4px solid #34ACD2;
}

#product_banner .label {
	top: 20px;
	left: 20px;
	position: absolute;
	margin: 0px;
	color: #333;
	font-size: 18px;
	font-weight: normal;
}

#product_banner .image {
	bottom: 0px;
	left: 0px;
}

#two_ways {
	top: 25px;
	left: 413px;
}

#three_ways {
	top: 20px;
	left: 413px;
}

.three_ways_btn {
	display: block;
	width: 280px;
	height: 46px;
	margin-bottom: 15px;
	cursor: pointer;
	text-decoration: none !important;
	background: url(../img/products/3ways_bg.png) top left repeat-x;
}

#two_ways .three_ways_btn {
	margin: 5px 0px 25px 0px;
}


.three_ways_btn img {
	border-right: 1px solid #B5B6B7;
	float: left;
}

.three_ways_btn div {
	float: left;
}

.three_ways_btn h3 {
	color: #34ACD2;
	font-size: 15px;
	margin: 7px 0px 0px 10px;
}

.three_ways_btn p {
	color: #333333;
	font-style: italic;
	font-weight: bold;
	margin: 2px 0px 0px 10px;
	font-size: 11px;
}

#option_boxes {
	height: 318px;
}

#option_boxes .bar {
	height: 35px;
	background: url(../img/products/bar_bg.png) top left repeat-x;
}

#option_boxes .left {
	float: left;
	width: 220px;
	height: 318px;
	background-color: #F2F2F2;
	border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;  
	background: url(../img/products/bar_arrow.png) top left no-repeat;
}

#option_boxes .left .btns {
	margin: 0px 0px 8px 27px;
}

#option_boxes .left .box {
	height: 222px;
	padding: 0px 10px;
	overflow-y: auto;
	text-align: justify;
	line-height: 1.4em;
}

#option_boxes .left ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}

#option_boxes .left li {
	margin: 0px 0px 11px 0px;
	list-style: square inside;
	color: #55A5D7;
	font-size: 14px;
}

#option_boxes .left li span {
	color: #333333;
}

#option_boxes .left h2.bar {
	color: #333333;
	font-size: 17px;
	margin: 0px;
	height: 27px;
	padding: 8px 0px 0px 10px;
	background-image: none;
}

#option_boxes .right {
	float: left;
	width: 501px;
	height: 318px;
	background: #FFFFFF url(../img/products/bar_bg.png) top left repeat-x;
	border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0 0 5px 0;
}

#option_boxes .right .bar {
	margin-left: 1px;
}

#option_boxes .right .boxes {
	border-left: 1px solid #B5B6B7;
	height: 283px !important;
}

#option_boxes .right .box {
	overflow-y: auto;
	text-align: left;
	float: left;
}

#option_boxes .right .item_box {
	padding-right: 10px;
}

.tips_btn {
	display: block;
	float: left;
	color: #333333;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 13px;
	border-right: 1px solid #B5B6B7;
	margin-top: 5px;
}

.tips_btn.selected {
	color: #34ACD2;
}

.options_btn {
	float: left;
	color: #333333;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	margin-top: 9px;
	margin-left: -1px;
	padding: 3px 7px;
	border-right: 1px solid #B5B6B7;
}

.tips_btn.last, .options_btn.last {
	border-right-width: 0px;
}

.options_btn.selected {
	color: #34ACD2;
	background: #FFFFFF;
	border-top: 1px solid #B5B6B7;
	border-left: 1px solid #B5B6B7;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	padding: 8px 6px 10px 7px;
	margin-top: 4px;
}

.options_btn.last.selected {
	border-right-width: 1px;
}

#option_boxes .right .box ul.arrow {
	width: 150px;
	margin: 10px;
	padding: 0px;
	float: left;
	list-style: none;
}

#option_boxes .right .box ul li.item_btn {
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding: 10px 10px 0px 10px;
	margin: 0px;
	margin-bottom: 3px;
	cursor: pointer;
	background: url(../img/products/item_arrow.png) -18px 0px no-repeat;
}

#option_boxes .right .box ul li.two_line {
	padding: 5px 10px 5px 10px;
}

#option_boxes .right .box ul li.selected {
	color: #FFFFFF;
	background-position: -18px -35px;
}

#option_boxes .right .box div.inner {
	width: 329px;
	margin: 0px;
	float: left;
}

#folding_options h4 {
	margin: 5px 5px 10px 0px;
}

#folding_options select {
	width: 130px;
}

.related {
	height: 156px;
	background: #EDEDED url(../img/products/banner_bg.png) 0px -40px repeat-x;
}

.related h3 {
	text-align: center;
	font-weight: normal;
	color: #34ACD2;
	font-size: 20px;
	margin: 10px;
}

.related .related_item {
	width: 180px;
	display: block;
	text-align: center;
	text-decoration: none !important;
}

.related .related_item.f_left {
	margin-right: 0px !important;
}

.related .related_item.f_right {
	margin-left: 0px !important;
}

.related .related_item p {
	text-align: center;
	font-size: 11px;
	color: #808080;
	margin: 0px 0px 5px;
}

#product_sidebar_container {
	border: 1px solid #B5B6B7;
	padding: 0px;
	width: 215px;
	min-height: 794px;
	border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
	box-shadow: 0 0 5px #BBBBBB;
  -moz-box-shadow: 0 0 5px #BBBBBB;
  -webkit-box-shadow: 0 0 5px #BBBBBB;
}

.product_sidebar_content {
	padding: 10px;
}

.custom_design_popup {
	padding-top: 1px;
}

.custom_design_popup b {
	display: inline-block;
	width: 170px;
	text-align: right;
	padding-right: 10px;
}