/* CSS Document */
/* Button CSS*/

.nbut_table_table {
	background-color:#F5F5F5;
	width:100%;
	border-color:#EEEEEE;
	border:thin;
	border-bottom-style:groove;
}
.nbut_ship_fee_row {
	text-align:center;
	font-weight:bold;
	color:#0000FF;
}

.nbut_promo_code_row {
	text-align:center;
}
.nbut_terms_cond_row {
	font-style:italic;
}
.nbut_promo_code {
	color:blue;
	font-weight:bold;
	font-size:16px;
}
td.nbut_right_col {
	text-align:center;
	width:180px;
}
td.nbut_mid_col {
	text-align:center;
	width:180px;
}
td.nbut_left_col {
	text-align:left;
	width: 130px;
	padding-left:15px;
}
.free_shipping_txt {
	font-size:20px;
	letter-spacing: 1px;
}
.fees_txt {
	font-size:12px;
	letter-spacing:1px;
}
.nbut_price_lable{
	text-align:left;
	padding: 5px 0px;
	font-weight:bold;
}
.nbut_retail_price_txt{
	text-decoration:line-through;
	color:#CC0000;
	font-family:"Courier New", Courier, mono;
	font-size:16px;
	text-align:right;
}
.nbut_price_txt{
	color:#000000;
	font-family:"Courier New", Courier, mono;
	font-size:16px;
	text-align:right;
	font-weight:bold;
}

.nbut_total_price_txt{
	color:#006600;
	font-family:"Courier New", Courier, mono;
	font-size:16px;
	text-align:right;
	font-weight:bold;
text-decoration:underline;

}
.nbut_dollar{
	text-align:right;
	color:#000000;
	font-family:"Courier New", Courier, mono;
	font-size:16px;
	font-weight:bold;
	padding:2px 0px 2px 5px;
}

.nbut_product_discount_price_txt{
	color:#0000FF;
	font-weight:bold;
	font-size:14px;
}
.nbut_total_savings{
	font-weight:bold;
}
.nbut_total_savings_txt{
	color:#CC0000;
	font-size:16px;
}

.nbut_prod_name{
font-weight:bold;
font-size:18px;
text-align:center;
}
.nbut_prod_name a{
color:#000000;
text-decoration:none;
}

.nbut_prod_name a:hover{
color:#0000FF;
text-decoration:underline;
}

.nbut_prod_desc{
font-weight:bold;
font-size:12px;
text-align:center;
padding-bottom:5px;
}
.nbut_purchase_button_div{
padding-top:10px;
}
.nbut_finance_option{
margin: 5px 0px -7px 0px; 
font-size:12px; 
font-weight:bold;
}

.nbut_special_option{
margin: 10px 0px -7px 0px; 
font-size:12px; 
font-weight:bold;
color:#0000FF;
}