@charset "UTF-8";

/* ------------------------------------------------------------------------------------------
	Catalog Browsing
   ------------------------------------------------------------------------------------------ */
#PaginationBar {
	float:right;
	background-image:url(../images/background-pagination.jpg);
	background-repeat:no-repeat;
	width:622px;
	height:33px;
	margin:0px 5px 5px 0px;
	padding:20px 0px 0px 14px;
	font-size:12px;
	text-align:center;
}
.productCount {
	font-size:10px;
	width:150px;
	position:absolute;
	top:320px;
	left:220px;
	text-align:left;
}

.activePage {
	font-weight:bold;
	font-size:18px;
	color:#99998a;
}
.inActivePage {
	font-weight:normal;
	font-size:11px;
	color:#99998a;
}
.browseLink {
	color:#99998a;
}
.disabledBrowseLink {
	color:#dddddd;
}




.CatalogItem {
	display:block;
	float:left;
	width:130px; 
	height:205px;
	background-image:url(../images/catalog-item.jpg);
	background-repeat:no-repeat;
	padding:10px;	
	margin:0px 1px 0px 0px;
}

.CatalogItemImage {
	display:block;
	width:129px;
	height:129px;
	background-color:#eeeeee;
	border:none;
}
.CatalogItemImage img {
	display:block;
	width:129px;
	height:129px;
}
.CatalogItemInfo {
	width:139px;
	height:43px;
	padding:5px 0px 0px 0px;
	font-size:11px;
	letter-spacing:0px;
}
.CatalogItemTitle,.CatalogItemTitlePromo {
	display:block;
	width:129px;
	text-align:center;
	vertical-align:bottom;
	height:45px;
	border-bottom:1px dotted #99998a;
}
.CatalogItemTitlePromo {
	border-bottom:1px dotted #8b005a;
}
#CatalogContainer a {
	color : #99998a;	
}
#CatalogContainer a:hover {
	color : #99998a;	
	text-decoration:none;
}
.CatalogItemPrice {
	display:block;
	float:left;
	width:55px;
	margin:5px 0px 0px 5px;
}

a.CatalogItemOrder, a.CatalogItemOrderPromo {
	display:block;
	float:right;
	text-align:center;
	width:50px;
	height:12px;
	padding:5px;
	border:1px solid;
	background-color:#99998a;
	color:#ffffff;
	margin:0px 10px 0px 0px;
}
a.CatalogItemOrderPromo {
	border:1px solid;
	background-color:#8b005a;
	color:#ffffff;
}
.CatalogItemOrderLink {
	color:#ffffff;
}
.CatalogItemOrderLinkPromo {
	text-decoration:line-through;
	color:#ffffff;
}


/* ------------------------------------------------------------------------------------------
	Catalog Item Viewing
   ------------------------------------------------------------------------------------------ */
#ProductItemInfo {
	width:180px;
	height:310px;
	float:left;
}   
.ItemPromo {
	background-image:url(../images/catalog-item-promo-background.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}
#ProductItemDetails {
	width:180px;
	height:200px;
}
#ProductItemDescription {
	margin-bottom:10px;
}
.ProductItemInfoHeader {
	font-weight:normal;
	color:#8b005a;
	margin-bottom:2px;
} 
.ProductItemInfoContent {
	margin-bottom:5px;
}

#ProductItemOrdering {
	width:180px;
	height:100px;
	text-align:center;
}
.ProductItemPromoPrice {
	font-size:18px;
	color:#8b005a;
	text-decoration:line-through;
}
.ProductItemPrice {
	font-size:18px;
	font-weight:bold;
	color:#8b005a;
}
.ProductItemVAT {
	font-size:12px;
	font-weight:normal;
	color:#8b005a;
} 
#ProductItemInfo a:hover {
	text-decoration:none;
}

#ProductItemImage {
	width:300px;
	height:300px;
	padding:5px;
	float:left;
} 
#ProductItemThumbnails {
	width:70px;
	height:300px;
	padding:5px;
	margin-right:5px;
	float:right;
}

#ProductItemThumbnails a {
	display:block;
	margin:0px;
	width:50px;
	height:50px;
	padding:5px 10px 5px 10px;
}
#ProductItemThumbnails a:hover {
	background-position:0px -5px;
	background-image:url(../images/catalog_item_thumb_hover.png);
}
#ProductItemThumbnails a.active {
	background-position:0px -5px;
	background-image:url(../images/catalog_item_thumb_active.png);
}
#ProductItemThumbnails a.active:hover {
	background-position:0px -5px;
	background-image:url(../images/catalog_item_thumb_active.png);
}


#ProductItemVariants {
	float:left;
	width:100%;
}

.CatalogItemVariant {
	display:block;
	float:left;
	width:80px; 
	height:130px;
	background-image:url(../images/catalog-item-variant-background.jpg);
	background-repeat:no-repeat;
	padding:10px;	
	margin:0px 1px 0px 0px;
}

.CatalogItemVariantImage {
	display:block;
	width:80px;
	height:80px;
	background-color:#eeeeee;
	border:none;
}
.CatalogItemVariantImage img {
	display:block;
	width:80px;
	height:80px;
}
.CatalogItemVariantInfo {
	width:80px;
	height:43px;
	padding:5px 0px 0px 0px;
	font-size:11px;
	letter-spacing:0px;
}
.CatalogItemVariantTitle {
	display:block;
	width:80px;
	text-align:center;
	vertical-align:bottom;
	height:45px;
}
