/******************************************/	
/* CSS powered by clock - www.clock.co.uk */
/******************************************/	

/**
 * Store
 */
 
/* Homepage */

.top-item h4 {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 6px;
}

.top-item {
	position: relative;
}

.top-item-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: block;
	height: 75px;
	outline: none;
	background-color: #000000;
	opacity: 0;
	filter: alpha(opacity=0);
}
 
body {
	background-image: url("/includes/image/background-04.jpg");
}
 
.inner-panel {
	padding: 10px;
}

.store #main-content .secondary h3 {
	margin-bottom: 2px;
}

/* Possibly need to remove */

.store .panel p {
	margin-top: 0px;
}

.store .column-full {
	clear: both;
}

.store #main-content .column-full h3 {
	margin-bottom: 8px;
}

.column {
	margin-bottom: 15px;
}

.column .panel {
	margin-bottom: 0px;
}

.primary {
	width: 468px;
}

.secondary {
	width: 300px;
}

.primary .panel {
	width: 466px;
}

.secondary .panel {
	/*width: 298px;*/
	*padding-bottom: 8px; /* For IE 6 & 7 */
}


/* FEATURED PRODUCT */

#featured-product-details {
	padding: 10px;
}

#featured-product-details p {
	
}


/* Buttons */

a.add-to-basket {
	background-image: url("/includes/image/store/add-to-basket.gif");
}

a.buy-subscription {
	background-image: url("/includes/image/store/add-to-basket.gif");
}

a.add-to-library {
	background-image: url("/includes/image/store/add-to-basket.gif");
}

a.add-to-basket, a.buy-subscription, a.add-to-library {
	background-repeat: no-repeat; 
	display: block;
	width: 90px;
	height: 18px;
}

a.add-to-basket span, a.buy-subscription span, a.add-to-library span {
	display: none;
}

a.add-to-basket:hover, a.buy-subscription:hover, a.add-to-library:hover {
	background-position: 0px -18px !important;
}

/* Top items */

.top-item {
	width: 276px;
	float: left;
	display: inline;
	clear: left;
	margin: 0px 10px 10px 10px;
	border: 1px solid #000000;
	border-bottom-color: #333333;
	cursor: pointer;
}

.top-item:hover {
	border: 1px solid #FF0000;
}

.top-item img {
	float: left;
	margin: 0px 10px 10px 0px;
}

.top-item h4 {
	font-size: 12px;
	margin-bottom: 5px;
}

/* Thumbnails */

h4.breadcrumb {
	height: 40px;
	padding: 10px 0px 0px 10px;
}

.thumbnail {
	float: left;
	display: inline;
	width: 122px;
	height: 140px;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 10px;
	background-color: #000000;
	border: 1px solid #333333;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
}

#main-content .thumbnail h4 {
	font-size: 11px;
	margin-bottom: 5px;
}

.thumbnail img {
	margin-bottom: 5px;
}

.thumbnail:hover {
	border-color: #FF0000;
}

#main-content .thumbnail p {
	color: #FFFFFF;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
}

.store-item-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: block;
	height: 160px;
	outline: none;
}



/* Product details */

#product-details {
	padding: 0px 10px 0px 10px;
}

/* Forms */

.dropdown {
	position: absolute;
	top: 10px;
	right: 10px;
}

.dropdown .listbox {
	width: 145px;
}

/* Table Styles */

table.data-entity tr th,
table.data-entity tr td {
	border: 1px solid #333333 !important;
}
