@charset "utf-8";
/* CSS Document */
.cart-item {
    box-shadow: 0 1px 3px 1px #F7CADB;
	color:#1E1819;
}
.cart th {
    border-bottom: 1px solid #F7CADB;
    color: #5E2F3B;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}
.np_input_text {
	background: #FFF;
    border: 1px ridge #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    height: 22px;
    margin: 1px;
    width: 210px;
}
.counter-val {
	padding:7px 0 10px 0;
}
#tr-hader {
	padding:7px 0 1px 0;
}
#infoShoppingCart h4 {
    color: #5E2F3B;
    font-size: 12px;
	font-weight:bold;
    line-height: normal;
    padding-bottom: 10px;
	padding-left:25px;
}
#infoShoppingCart {
    background: none repeat scroll 0 0 #FFFFFF;
}

.totalPrice {
    background-color: transparent;
    border-color: -moz-use-text-color;
    border-style: solid;
    border-width: 0;
    color: red;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 1px;
}
	.ui-autocomplete {
		max-height: 150px;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
		/* add padding to account for vertical scrollbar */
		padding-right: 5px;
	}
	/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
	* html .ui-autocomplete {
		height: 150px;
	}

.totalCart {
    background-color: transparent;
    border-color: -moz-use-text-color;
    border-style: solid;
    border-width: 0;
    color: red;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 1px;
}
.selectBox-dropdown-menu {text-align:left;}
.cart td {
    padding: 0;
}
.totalCode {
    background-color: transparent;
    border-color: -moz-use-text-color;
    border-style: solid;
    border-width: 0;
    color: #666666;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 1px;
    text-align: center;
}
