﻿#cart_widget {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	width: auto;
	height: auto;
	border-radius: 5px;
	background-color: #F4C600;
	z-index: 999;
	padding: 5px;
	text-decoration: none;
	text-align: center;
}
#cart_qty {
    position: absolute;
    left: 32px;
    top: 25px;
    width: 30px;
    font-weight: bold;
    font-size: 1.5em;
    color: #60604B;
    text-align: center;
}

#cart_widget:hover {
    /*font: inherit;*/
}

img[data-title]:hover {
    cursor: pointer;
}

#loading {
    display: none;
    width: 100%;
    min-height: 100%;
    position: fixed;
    left:0;
    top:0;
    background-color: black;
    opacity: 0.4;
    z-index: 1000;
}

#loading img{
    position: absolute;
    left: 50%;
    top:50%;
    z-index: 1001;
}
#cart_widget p {
    font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;
    font-size: 12px;
    text-align: center;
    margin: 0;
}

#cart-content {
    font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;
}


.header {
    font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;
    font-size: large;
    font-weight: bold;
    color: #060;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#cart_widget img {
	border-width : 0px;
}
#cart_widget p {
	white-space: nowrap;
}

.cart-delete img {
	border-width : 0px;
}

#flags_widget {
  display: block;
  position: absolute;
  right: 20px;
  top: 120px;
  width: auto;
  height: auto;
  z-index: 999;
}

/*#flags_widget a {*/
  /*display: block;*/
  /*margin-bottom: 3px;*/
/*}*/

