#shop_quick_links {
	font-size: 13px !important;
	height: 30px;
	padding-top: 5px;
}
#welcome_message, #shop_quick_links a {
	float: left;
}
#shop_quick_links a {
	text-decoration: none !important;
	margin-left: 10px;
}
#floater_disabled {
	clear: both;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #ccc;
	overflow:auto;
	border: 1px solid #ccc;
}

.decreaseCartQty {
	background: url(../../../../../../images/gif/arrow_down.gif) no-repeat  center;
	display:inline;
	margin-left:10px;
}

.increaseCartQty {
	background: url(../../../../../../images/gif/arrow_up.gif) no-repeat  center;
	display:inline;
	margin-left:10px;
}

.popout_cart{
	display: none;
	padding:5px;
	cursor:pointer;
	float: right;
	background: #ccc;
}

.shopbloq {
	display: block;
	background: #fff url('../../../../../../images/unisite/uni1.gif') repeat-x top;
	margin: 0 0px 10px 0;
}
.shopbloq .ne, .shopbloq .nw, .shopbloq .se, .shopbloq .sw {
	display: block !important;
}
.shopbloq .se {
	background: transparent url('../../../../../../images/unisite/uni2.gif') no-repeat top right;
}
.shopbloq .sw {
	background: transparent url('../../../../../../images/unisite/uni3.gif') no-repeat bottom right;
}
.shopbloq .nw {
	background: transparent url('../../../../../../images/unisite/uni4.gif') no-repeat bottom left;
}
.shopbloq .ne {
	background: transparent url('../../../../../../images/unisite/uni5.gif') no-repeat top left;
	padding: 0.2em 1em;
}
.shopbloq table {
	width: 100%;
}
.shopbloq table tr.row1 {
	background-color: #e2e5ec;
}
.shopbloq table tr.row2 {
	background-color: #fff;
}
.shopbloq table tr td {
	padding: 3px 10px 2px 10px;
}
.shopbloq table tr td {
	/*border-top: 1px solid #c2c5cc;*/
}

.shop_prod_table {
	height: 100%;
}
.shop_prod_table tr td {
	text-align: center;
}
.shop_prod_bottom {
	/*height: 30px;*/
}

#mini-cart-title {
	display: block !important;
	/*background: #ccc !important;*/
	text-decoration: none !important;
	border: 0 !important;
	padding-top: 8px;
	padding-bottom: 5px;
	background: transparent url('../../../../../../images/gif/cart.gif') no-repeat left;
	padding-left: 22px;
}
#mini-cart-title h3 {
	color: #000 !important;
	font-size: 15px !important;
}
#mini-cart-title h3 span {
	font-size: 11px !important;
	padding-left: 15px !important;
	color: #999 !important;
}

#mini-cart {
	width: 100%;
	/*border: 1px solid #f00;*/
}
.accordion_content {
	width: 99%;
	/*border: 1px solid #ff0;*/
	overflow: hidden;
}
#floater {
	padding: 4px 10px 10px 10px;
}
#floater table {
	width: 100%;
}
#floater table tr.row1 td a, #floater table tr.row2 td a {
	text-decoration: none;
}
#floater table tr {
	margin: 0;
	padding: 0;
}
#floater table tr th {
	font-weight: bold;
}
#floater table tr td, #floater table tr th {
	margin: 0;
	padding: 3px 3px 1px 4px;
	border-bottom: 1px solid #ddd !important;
}
#mini-checkout {
	float: right;
	clear: right;
	padding: 3px 20px 5px 5px;
	margin: 3px 0;
	text-decoration: none;
	font-size: 13px;
	background: transparent url('../../../../../../images/gif/cart_go.gif') no-repeat right;
}

/* Mini Cart styling */
.mini_cart {
	
}
div.mini_cart table tr th {
	font-weight: bold !important;
}
div.mini_cart table tr td {
	padding: 2px !important;
	border-bottom: 1px solid #ddd !important;
}
div.mini_cart table tr td a {
	text-decoration: none !important;
}
div.mini_cart table tr td a:hover {
	text-decoration: underline !important;
}

#mini_cart_name {
	width: 80px;
}
div.mini_cart table tr.row1 td {
	/*background-color: #fff !important;*/
}
div.mini_cart table tr.row2 td {
	/*background-color: #e5e5e5 !important;*/
}