/* modal windows */
#black_fon_alpha{background:#000000;position:fixed;top:0;left:0;right:0;bottom:0;z-index:100;opacity: 0.55;-moz-opacity:0.55;filter:Alpha(opacity=55);}

.modal_styles form {font-family: Arial; font-size: 13px; color:black;}
.modal_styles form input.textbox {width:245px;height:16px;padding:7px 0 7px 0;border:1px solid #7f9db9}
.textbox {border:1px solid #7f9db9}

.modal_styles div#modal_close_btn {width:100%; height:0;position:relative;}
.modal_styles div#modal_close_btn div {position:absolute;width:9px;height:9px;background:url(close_btn.png) no-repeat top right;top:32px;right:32px;cursor:pointer;}

#modal_cart{width:880px;z-index:1011;position:absolute;top:0;left:0;visibility:hidden;}
#modal_cart div.bg_t{background:url(modal_cart_t.png) no-repeat top left; height:48px;}
#modal_cart div.bg_m{background:url(modal_cart_m.png) repeat-y left; padding:0 30px;}
#modal_cart div.bg_b{background:url(modal_cart_b.png) no-repeat bottom left; height:48px;}

#headajaxcart {
color: #000000;
font-family: "Tahoma", "Arial";
font-size: 20px;
height: 30px;
line-height: 39px;
margin-top: 8px;
width: 250px;
}

tr td.name a { 
color: #0F71C8;
display: block;
font-size: 14px;
margin-left: 15px;
text-align: left;
}