﻿/* Cart Menu */
.divCartMenuItemOut {width:690px; height:auto; overflow:hidden; background:#ffffff; margin:auto;}
.divCartMenuItem {float:left; height:auto; overflow:hidden; text-align:center; color:#191919; padding:10px 20px;}
.divCartMenuItemSel {float:left; height:auto; overflow:hidden; text-align:center; color:#ffffff; background:#cc0f27; padding:10px 20px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px;}
.spanCartMenuSplitter {height:1px; width:10px; float:left;}

.divCartMenuItemContainer1 {height:41px; width:auto; background:url('../img/usr/icon-checkout.gif') no-repeat center 0px; margin-top:15px;}
.divCartMenuItemContainer2 {height:41px; width:auto; background:url('../img/usr/icon-login.gif') no-repeat center 0px; margin-top:15px;}
.divCartMenuItemContainer3 {height:41px; width:auto; background:url('../img/usr/icon-delivery.gif') no-repeat center 0px; margin-top:15px;}
.divCartMenuItemContainer4 {height:41px; width:auto; background:url('../img/usr/icon-payment.gif') no-repeat center 0px; margin-top:15px;}
.divCartMenuItemContainer5 {height:41px; width:auto; background:url('../img/usr/icon-done.gif') no-repeat center 0px; margin-top:15px;}

.divCartMenuItemContainer1Sel {height:41px; width:auto; background:url('../img/usr/icon-checkout.gif') no-repeat center -91px; margin-top:15px;}
.divCartMenuItemContainer2Sel {height:41px; width:auto; background:url('../img/usr/icon-login.gif') no-repeat center -91px; margin-top:15px;}
.divCartMenuItemContainer3Sel {height:41px; width:auto; background:url('../img/usr/icon-delivery.gif') no-repeat center -91px; margin-top:15px;}
.divCartMenuItemContainer4Sel {height:41px; width:auto; background:url('../img/usr/icon-payment.gif') no-repeat center -91px; margin-top:15px;}
.divCartMenuItemContainer5Sel {height:41px; width:auto; background:url('../img/usr/icon-done.gif') no-repeat center -91px; margin-top:15px;}
/* End of Cart Menu */

/* Buttons */
.divCheckoutMenuItem {height:auto; overflow:hidden; font-size:14px; color:#fff; display:block; padding-top:5px; padding-bottom:15px; width:auto; min-width:70px;}
.divCheckoutMenuItemSel {height:auto; overflow:hidden; font-size:14px; color:#fff; display:block; padding-top:5px; padding-bottom:15px; width:auto; min-width:70px;}

/*.divCheckoutMenuItemSel div { margin:10px 10px 0px 10px;}/*background:url(../img/usr/btn-right-shopping-cart.gif) no-repeat right;*/
/* End of Buttons */