/* Dropdown cart */

.cart-dropdown ul {
  margin: 0px;
}

.cart-dropdown ul li  {
  border-top: 1px solid #585858;
}

.cart-dropdown ul li:hover  {
  background: #f2f2f2;
}

.cart-dropdown {
    top: 105px;
    right: 12px;
    /*width: 215px;*/
    background: #fff;
    border: 3px solid #555555;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
}
.cart-dropdown > div {
    padding: 7px;
}
.cart-dropdown .summary {
    width: 100%;
    text-align: center;
    background: url('../images/border-cart-dropdown.png') bottom repeat-x;
    color: #040708;
    margin: 0;
    padding-bottom: 5px;
}

.cart-dropdown .summary.remove-border-cart  {
  background: none;
  padding-bottom: 0px;
}

.cart-dropdown .product-details {
    background: url('../images/border-cart-dropdown.png') bottom repeat-x;
    padding: 8px 5px 10px 5px;
    overflow: hidden;
    clear: both;
}

.cart-dropdown .product-desc  {
  margin-left: 7px;
}

.cart-dropdown .product-name {
    
}
.cart-dropdown .product-name a {
    color: #202020;
    text-decoration: none;
}
.cart-dropdown .product-price {
    float: left;
    clear: both;
    margin: 0;
    color: #838281;
}
.cart-dropdown .product-price .price {
    color: #5aa63b;
}

.cart-dropdown .product-price strong  {
  font-weight: normal;
}

.cart-dropdown-totals {
    margin-top: 5px;
    width: 100%;
}
.cart-dropdown-totals .price,
.cart-dropdown-totals td {
    color: #838281;
}
.cart-dropdown-totals .a-right {
    text-align: left !important;
}

.cart-dropdown .button-set a  {
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #5aa63b;
  color: white;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  float: right;  
}

.cart-dropdown .btn-proceed {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 0px;
    background: #585858;
    color: white;
	  cursor: pointer;
    font-size: 12px;
    float: right;
}

#cart-dropdown-drop {
  padding-right: 2px !important;
}

#cart-dropdown-drop a {
  background: #5aa63b;
  border: 1px solid #5aa63b;
  padding-left: 42px;
}

#cart-dropdown-drop p  {
  position: absolute;
  margin: -7px 0 0 5px;
  background: white url('../images/optiweb_iconset.png') -175px -19px no-repeat;
  width: 34px;
  height: 34px;
}

#cart-dropdown-drop:hover p  {
  background: #c2c2c2 url('../images/optiweb_iconset.png') -140px -19px no-repeat;
  cursor: pointer;
}

#cart-dropdown-drop:hover a {
  background: white;
  border: 1px solid #c2c2c2;
  cursor: pointer;
  color: #585858;
}

.kosarica-drop-spodaj {
  border-top: 1px solid #585858;
  padding-top: 10px;
}

.cart-dropdown .summary-collapse  {
  margin-right: 10px;
}
/*urejal Janez 13.3.2013*/
#cart-dropdown-drop p  {
  margin: -2px 0 0 5px;
  height: 25px;
  background: white url('../images/optiweb_iconset.png') -175px -22px no-repeat;
}
#cart-dropdown-drop:hover p  {
  background: #c2c2c2 url('../images/optiweb_iconset.png') -140px -22px no-repeat;
}
#cart-dropdown-drop {
  margin-left: 7px;
}
/*urejal Janez start*/
.cart-dropdown-totals .price, .cart-dropdown-totals td{
  color: #585858;                          
}
.cart-dropdown-totals{
  margin-bottom: 10px;                    
}

/*urejal Janez end*/