.paging-first, .paging-prev, .paging-next, .paging-last {
    width: 18px;
    height: 18px;
    overflow: hidden;
    background-image: url("images/paging-arrows1.png");
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.paging-first {
    background-position: -18px -18px;
}
.paging-prev {
    background-position: -18px 0px;
}
.paging-next {
    background-position: 0px 0px;
}
.paging-last {
    background-position: 0px -18px;
}
div.single-img {
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 1;
	display: block;
}
div.single-img img {
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 1;
    position: relative;
    top:0;
    left:0;
}
div.transgif {
    position: absolute; z-index: 2; top: 0; left: 0; background-color: transparent; overflow: hidden;
}
div.image-prev {
	width: 20%;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background-image: url("images/paging-arrow-left.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
	opacity: 0.9;
}
div.image-next {
	width: 20%;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	background-image: url("images/paging-arrow-right.png");
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: 50% 50%;
    opacity: 0.9;
}

div.show-hide-bars {
	width: 20%;
	height: 80px;
	position: absolute;
	top: 0;
	left: 40%;
	z-index: 3;
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: 50% 50%;
    opacity: 0.9;
}
.hide-bar-icon {
	background-image: url("images/hide_bars.png");
}
.show-bar-icon {
	background-image: url("images/show_bars.png");
}


span.format-count{
    font-family: courier, monospace;
    font-weight: bold;
    color: #2489ce;
}
.my-footer {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: auto;
    z-index: 10;
    opacity: 0.9;
	display: none;
}
.color-links {
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 30px;
	display: none;
}
div.price-from-on-link {
    margin-top: 4px;
    padding-top: 4px;
}
img.cart-plus, img.cart-minus {
    padding: 0 2px;
}
.ui-header .ui-title { margin-left: 15%; margin-right: 15%; text-overflow: clip; }



div.thumbnail div.thumbnail-img {
	position: relative;
	background-color: transparent;
	float: left;
	z-index: 1;
	margin: 0;
	padding: 0;
}
div.thumbnail div.red-dot {
	position: relative;
	background-color: transparent;
	width: 24px;
	height: 24px;
	float: right;
	z-index: 2;
	margin-top: -24px;
	padding: 0;
}

div.basket-item {
    margin: 0;
    padding: 0;
    position: relative;
	width: 100%;
}
div.basket-item-thumb, div.galleries-view-thumb {
	width: 80px;
	height: 80px;
	float: left;
	overflow: hidden;
	margin: 0 4px 0 0;
	position: relative;
}
div.galleries-view-thumb {
	margin-right: 15px;
}
div.basket-item-thumb {
	position: relative;
}
div.basket-item table {
	width: 100%;
	margin: 0;
	padding: 0;
}
div.basket-item table td {
	margin: 0;
	padding: 0;
	font-size: 12px;
	width: 10px;
}
div.basket-item table td.c1 { /* the thumbnail */
	width: 1%;
}
div.basket-item table td.c2 { /* the count */
	width: 2%;
	text-align: right;
}
div.basket-item table td.c3 { /* the format */
	width: 70%;
	text-align: left;
	padding-left: 10px;
}
div.basket-item table td.c4 { /* the price */
	width: 10%;
	text-align: right;
	padding-left: 10px;
}
div.basket-item table td.c5 { /* the trash */
	width: 2%;
	text-align: right;
	padding-left: 10px;
}

div#order-aggregation { overflow: auto; font-size: 0.9em; }
div#order-aggregation p, div#order-aggregation td { font-size: 0.9em; }
div#order-aggregation h1 { font-size: 1.4em; }
div#order-aggregation td#adrleft {
	vertical-align: top;
}
div#order-aggregation td#adrright {
	vertical-align: top;
	padding-left: 40px;
}
div#order-aggregation table.normal {
	width: 95%;
}

div#order-aggregation th.bottomborder {
	border-bottom: 1px solid #666666;
}
div#order-aggregation th.last {
	text-align: right;
}
div#order-aggregation .left {
	text-align: left;
}
div#order-aggregation .pieces {
	width: 5%;
	padding-left: 4px;
	padding-right: 4px;
}
div#order-aggregation td.pieces {
    font-size: 11px;
}
div#order-aggregation td.entry {
    font-size: 11px;
}
div#order-aggregation td.price {
	width: 15%;
	text-align: right;
    font-size: 11px;
}
div#order-aggregation table.sums {
	width: 95%;
	border-top: 2px solid #666666;
}
div#order-aggregation td.sums {
	text-align: right;
	vertical-align: top;
    font-size: 12px;
}

div#order-aggregation table.price-aggregation  {
	font-size: 1.1em;
	width: 100%;
}
div#order-aggregation table.price-aggregation td {
	font-size: 1.1em;
	padding-bottom: 8px;
}
div#order-aggregation table.price-aggregation td.left {
	font-size: 1.1em;
	width: 70%;
}
div#order-aggregation table.price-aggregation td.right {
	font-size: 1.1em;
	width: 30%;
	text-align: right;
	vertical-align: top;
}
div#order-aggregation table.price-aggregation td.top-line {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed white;
	font-weight: bold;
	font-size: 1.3em;
	color: red;
}
.ui-body-a,.ui-overlay-a {
    text-shadow: none;
}




