.am-top-cart {
    margin: 0;
    padding: 48px 0;
    position: relative;
	float: right;
}
.am_getcart{padding-right: 0 !important;}
.am-maincart {
    background-color: #FFFFFF;
    /*background-image: url("../images/cart-icon.png");*/
    background-position: 13px 13px;
    background-repeat: no-repeat;
	cursor: pointer;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
    height: 44px;
    padding: 0;
    width: 44px;
}
.am-cart-loading {
    display: none;
    color: #999;
    position: absolute;
    top: 8px;
    left: 41px;
}
.am-icon-ajaxcart {
    display: block;
	text-align: center;
    outline: none;
    margin: 0;
    /*
	background-image: url("../images/cart-sub.png");
    background-position: 100% 15px;
    background-repeat: no-repeat;
    */
    padding: 12px 0;
	cursor: pointer;
}
.am-icon-ajaxcart a.am-cart-label{
    clear:both;
	display:block;
	font-size:18px;
    color: #f56032;
}
.am-icon-ajaxcart a.am-cart-label:hover{
     text-decoration:none;
}
span.am-cart-title {
    float: left;
    padding:0;
	font-size:14px;
    color: #484848;
}
.ajaxcart {
    position: absolute;
    right: 0px;
    top: 96px;
    z-index: 9999;
    display: none;
}
.am-cart .am-ajax-container {
    padding: 15px;
}
.ie8 .am-ajax-container{border:1px solid #e5e5e5;}
.am-ajax-container {
    background-color:#fff;
    background-repeat: repeat;
    background-position: 0 0;
    margin: 0;
    width: 300px;
	padding: 5px; 
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	 border-radius: 4px;
	-webkit-border-radius: 4px;
}

.am-ajax-container p.no-items-in-cart {
    margin: 0;
    padding: 0;
    text-align: left;
}
.am-ajax-container ul {
    margin: 0;
    padding: 0;
    outline: none;
}
.am-ajax-container li.item {
    float: left;
    line-height: normal;
    margin: 0;
    outline: medium none;
    padding: 0 0 8px 0;
}
.am-ajax-container .product-image {
    float: left;
    border: 0;
    padding: 0;
    outline: none;
    width: 60px;
}
.am-ajax-container .product-image img {
    width: 60px;
    height: 60px;
    border: #e5e5e5 solid 1px;
    padding: 1px;
}
.am-ajax-container .product-details {
    float: left;
    text-align: left;
    padding: 0 0 0 10px;
    margin: 0;
    position: relative;
    width: 200px;
}
.am-ajax-container .product-details p.product-name {
    line-height: normal;
    margin: 0;
    padding: 0;
    outline: none;
}
.am-ajax-container .product-details .items {
    margin: 0;
    padding: 0;
}
.am-ajax-container .product-details .items span.price {
    outline: none;
    font-weight: normal;
    color: #D9673B;
    padding-top: 5px;
}
.am-ajax-container .product-details span.price {
    display: block;
}
.am-ajax-container .product-details .access {
    margin: 0;
    padding: 6px 0;
}
.am-ajax-container .product-details a {
    outline: none;
    text-decoration: none;
    line-height: normal;
    font-size: 13px;
    text-transform: capitalize;
    color: #000;
}
.product-details .btn-edit {
    background-image: none;
    background-color: transparent;
    color: #7B7B7B;
    font-weight: normal;
    height: 16px;
    line-height: 16px;
    outline: medium none;
    text-indent: inherit;
    text-transform: none;
    width: auto;
    font-size: 12px;
    float: left;
    padding: 0 20px 0 0;
    text-transform: none !important;
}
.btn-edit span.icon {
    background-image: url("../images/btn-edit.png");
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    outline: none;
    border-radius: 50%;
    padding: 0;
}
.am-ajax-container .btn-remove span.icon {
    background-image: url("../images/btn-remove.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
    width: 16px;
    padding: 0;
    height: 16px;
    outline: none;
    border-radius: 50%;
    margin-right: 4px;
}
.am-ajax-container .access a span.icon, .am-ajax-container .product-details .btn-remove span.icon{
    background-color: #ececec;
}
.am-ajax-container .product-details .btn-remove {
    background-image: none;
    background-color: transparent;
    color: #585656;
    font-weight: normal;
    height: 16px;
    line-height: 16px;
    outline: medium none;
    text-indent: inherit;
    text-transform: none;
    width: auto;
    font-size: 97%;
    float: left;
}
.am-ajax-container .access a:hover span.icon {
    background-color: #F56032;
}
.am-ajax-container p.subtotal {
     background-color: #FFFFFF;
    border: 1px solid #D0C6C2;
    border-radius: 3px 3px 3px 3px !important;
    box-shadow: 0 0 5px 0 #CCCCCC inset;
    margin-top: 10px;
    outline: medium none;
    padding: 5px 8px;
    text-align: right;
}
.am-top-cart .am-ajax-container p.subtotal span.label {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 0 none;
    border-radius: 0 0 0 0;
    float: none;
    margin: 0;
    outline: medium none;
    padding: 0;
    text-shadow: none;
}
.am-top-cart .am-ajax-container p.subtotal span {
    float: none;
    font-size: 13px;
    font-weight: normal;
    outline: medium none;
	color: #3C3C3C;
}
.am-ajax-checkout {
    margin: 0 0 0 0;
    padding: 10px 0 5px;
    text-align: right;
    border: 0;
}
.am-ajax-checkout a {
    color: #3C3C3C;
    font-size: 97%;
    margin: 0 0 0 8px;
    padding: 6px 14px;
    text-align: center;
    text-decoration: none;
	border-radius:3px;
	-webkit-radius:3px;
  -moz-radius:3px;
  -o-radius:3px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.15) inset;
   -webkit-shadow: 0 0 0 rgba(0, 0, 0, 0.15) inset;
  -moz-shadow: 0 0 0 rgba(0, 0, 0, 0.15) inset;
  -o-shadow: 0 0 0 rgba(0, 0, 0, 0.15) inset;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}
.am-ajax-checkout a:hover{
  background-color: #F56032;
  color: #fff;
  text-decoration: none;
    box-shadow: 0 0 0 26px rgba(0, 0, 0, 0.1) inset;
	-webkit-shadow: 0 0 0 26px rgba(0, 0, 0, 0.1) inset;
	-moz-shadow: 0 0 0 26px rgba(0, 0, 0, 0.1) inset;
	-o-shadow: 0 0 0 26px rgba(0, 0, 0, 0.1) inset;
 }
.error_qty {
    color: red;
}
/*alert*/
div.message-alert {
    background: none repeat scroll 0 0 #666;
    border-radius: 0 0 3px 3px;
    color: #dfdfdf;
    font-size: 12px;
    font-weight: bold;
    left: 50%;
    margin-left: -220px;
    padding: 20px 60px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 333px;
    z-index: 9999;
    opacity: 0;
}
div.message-alert button {
    background: url("../images/close.png") no-repeat scroll 0 0 transparent;
    border: none;
    height: 9px;
    position: absolute;
    right: 15px;
    top: 45%;
    width: 9px;
    z-index: 9999;
}
div.message-alert button:hover {
    background-position: 0 -9px;
    cursor: pointer;
}