@import URL('isomanager_style.css');
.price { white-space:nowrap !important; margin-top:-18px; color:#fff; font-size:12px; }

.price-box { padding:1px 1px; margin-top:5px; width:100px; float:left; }
.price-box .price { font-weight:bold; color:#C8442B; float:left; margin-left:5px;}
/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c9452e; text-decoration:line-through; /*margin:5px 5px 5px 0;*/ padding-left:0; float:left; }

/* Special price */
.special-price { margin:0; padding:0}
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#C8442B; margin-top:0; float:right; }
.regular-price { color:#c76200; }
.regular-price .price {font-weight:bold; font-size:13px; color:#c8442b; margin:0; float:left; }
.form-button, .form-button-alt {
   overflow:visible;   
    /*padding:1px 8px;*/
	background:none;
	background-image: url(../images/incart.gif);
	border:none;
	background-position:left;
	background-repeat:no-repeat;
	width:auto;
	min-width:115px;
	height:19px;
    color:#fff;
    font:bold 11px arial, sans-serif !important;
    cursor:pointer;
    text-align:left;
    vertical-align:middle;
	margin-top:5px;
	padding:0 5px;
    }