/* PRODUCT IMG */
.product-img {
	margin: 0px;
	border-collapse: collapse;
}
.product-img td {
	padding: 0px;
	vertical-align: middle;
	text-align: center;
}
.product-img img {
	display: block;
	margin: auto;
}
.product-img-border img {
}

.basket-link { color: blue; text-decoration: none; }
.basket-link:hover { text-decoration: underline; }

/* PRODUCT GROUP VIEW */
.product-group-item {
	cursor: pointer;
	margin-bottom: 10px;
	text-align: center;
	border: 0px;
	padding: 6px;
}
.product-group-item img {
	display: block;
	margin: auto;
}
.product-group-item a {
	font-weight: bold;
	text-decoration: none;
}
.product-group-item a:hover {
	font-weight: bold;
	text-decoration: none;
}
.product-group-item.active {
	border: 1px solid #cccccc;
	padding: 5px;
}

/* PRODUCT VIEW */
.product-view-item {
	cursor: pointer;
	text-align: center;
}
.product-view-item table {
	margin: auto;
}
.product-view-item a {
	text-decoration: none;
}
.product-view-item a:hover {
	text-decoration: none;
}
.product-view-item .name {
	font-weight: bold;
	margin-bottom: 2px;
}
.product-main-view {
	margin-right: -57px;
	width: 716px;
}
.product-main-view .product-view-item {
	float: left;
	width: 162px;
	height: 250px;
	margin: 0px 57px 0px 0px;
}

/* PRODUCT VIEW PAGING */
.product-view-paging {
	line-height: 17px;
}
.product-view-paging span {
	float: left;
	display: block;
	margin-right: 5px;
}
.product-view-paging span.active {
	font-weight: bold;
	font-size: 14px;
}
.product-view-paging a {
	font-weight: normal;
	font-size: 11px;
}

/* Checkout breadcrumb */
.checkout-breadcrumb {
	border-left: 1px solid #aaaaaa;
	height: 22px;
	margin-left: 290px;
	margin-bottom: 10px;
}
.checkout-breadcrumb div {
	float: left;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	line-height: 16px;
}
.checkout-breadcrumb div a {
	cursor: default;
	display: block;
	background-color: #4d2a02; /* #000000 */
	background-repeat: no-repeat;
	background-position: 5px 2px;
	color: #ffffff; /* #999999 */
	text-decoration: none;
	font-weight: normal;
}
.checkout-breadcrumb div span {
	display: block;
	padding: 2px 5px 2px 5px;
	/*padding: 2px 5px 2px 25px;*/
}
.checkout-breadcrumb div.passed a {
	cursor: pointer;
	/*background-image: url(../images/icons/tick.png);*/
	background-color: #4d2a02; /* #444444 */
	color: #dddddd;
}
.checkout-breadcrumb div.passed a:hover {
	text-decoration: underline;
}
.checkout-breadcrumb div.active a {
	/*background-image: url(../images/icons/arrow_right.png);*/
	background-color: #eeeeee;
	color: #222222;
	font-weight: bold;
}
.checkout-breadcrumb-no-links div.passed a {
	cursor: default;
}
.checkout-breadcrumb-no-links div.passed a:hover {
	text-decoration: none;
}

.checkout-breadcrumb div.sep {
	display: none;
	background-color: #666666;
	color: #ffffff;
}
.checkout-breadcrumb div.sep span {
	padding: 2px 5px;
}

/* MISC */
.amount-td {
	text-align: right;
	white-space: nowrap;
}

.tbl {
	border-collapse: collapse;
}
.tbl td {
	padding: 2px 5px;
	border-bottom: 1px solid #aaaaaa;
}
.tbl td table td {
	padding: 0px;
	border-bottom: 0px;
}
.tbl_header {
	font-weight: bold;
	font-size: 9px;
	color: #565656;
}
.label1 {
	font-weight: bold;
	font-size: 9px;
	color: #565656;
	width: 70px;
}

.legend-div {
	margin: 5px;
	border: 1px solid #ddddff;
	padding: 0px 10px 10px 10px;
}
.legend-title {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	position: relative;
	top: -8px;
}
.legend-title span {
	padding: 0px 5px;
}


.ext-el-mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 2000;
}
