/***************************************************/
/*************** PRODUCTS **************************/
/***************************************************/
#products-container {
	padding: 0px;
	margin: 0px;
	width: 698px;
}
/*************** PRODUCT ***************************/
#product {
	padding: 0px;
	margin: 0px 19px 19px 19px;
	width: 658px;
	background-color: #FFFFFF;
	border: 1px solid #D2D2D2;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url('https://www.countyfetes.co.uk/product-search/pt/template/default/images/box_product_bg.png');
	background-repeat: repeat-x;
	background-position: top;
}
/*************** PRODUCT HEADER ********************/
#product-header {
	padding: 0px;
	margin: 0px 10px 19px 10px;
	width: 638px;
	height: 42px;
	border-bottom: #D2D2D2 1px dotted;
}
#product-header h2 {
	padding: 0px;
	margin: 0px;
	line-height: 42px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #595959;
	text-align: left;
}
/*************** PRODUCT DETAILS **********************/
#product-details {
	padding: 0px;
	margin: 0px 19px 30px 19px;
	width: 620px;
}
#product-details-left {
	padding: 0px;
	margin: 0px;
	width: 250px;
	position: relative;
	float: left;
}
#product-details-right {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	width: 350px;
	position: relative;
	float: right;
}
/*************** PRODUCT IMAGE **********************/
#product-image {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 250px;
	height: 250px;
	text-align: center;
}
#product-image img {
	padding: 0px;
    margin: 0px;
	border: 0px;
	max-width: 250px;
	max-height: 250px;
	min-height: 150px;
}
#product-image-zoom {
	padding: 0px;
	margin: 0px;
	width: 250px;
	height: 22px;
}
/*************** PRODUCT SUMMARY *********************/
#product-summary {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 350px;
	height: 118px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #595959;
}
#product-summary-points {
	padding: 0px;
	margin: 0px;
	width: 350px;
}
#product-summary-points div {
	padding: 0px;
	margin: 0px;
	width: 350px;
}
#product-summary-points ul {
	padding: 0px;
	margin: 0px;
	width: 350px;
	list-style-position: inside;
}
#product-summary-points li {
	padding: 3px 0px 0px 0px;
}
/*************** PRODUCT MERCHANT *******************/
#product-merchant {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 350px;
}
/*************** PRODUCT MERCHANT TABS **************/
#product-mtabs-container {
	padding: 0px;
	margin: 0px;
	width: 350px;
	overflow: hidden;
	clear: both;
}
ul.product-mtabs {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	width: 350px;
	height: 20px;
	border-bottom: 1px solid #D2D2D2;
	float: left;
	list-style-image: none;
	list-style-type: none;
}
ul.product-mtabs li {
	padding: 0px;
	margin: 0px 5px -1px 0px;
	height: 19px;
	border: 1px solid #D2D2D2;
	position: relative;
	line-height: 19px;
	background: #F5F5F5;
	float: left;
	overflow: hidden;
	-moz-border-top-right-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
ul.product-mtabs li a {
	padding: 0px 12px 0px 12px;
	display: block;
	color: #595959;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
ul.product-mtabs li a:hover {
	background: #FFFFFF;
}
html ul.product-mtabs li.active {
	border-bottom: #FFFFFF 1px solid;
	background: #FFFFFF;
}
html ul.product-mtabs li.active a:hover {
	border-bottom: #FFFFFF 1px solid;
	background: #FFFFFF;
}
.product-mtab-container {
	padding: 0px;
	margin: 0px;
	width: 348px;
	height: 100px;
	border-style: none solid solid solid;
	border-width: 0px 1px 1px 1px;
	border-color: #C0C0C0;
	overflow: hidden;
	clear: both;
}
/*************** MTAB CONTENT *****************/
.product-mtab-content {
	margin: 10px;
	padding: 0px;
	width: 328px;
	height: 80px;
}
.product-mtab-content .left {
	padding: 0px;
	margin: 0px;
	width: 230px;
	height: 80px;
	position:  relative;
	float: left;
}
.product-mtab-content .right {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	width: 88px;
	height: 80px;
	position: relative;
	float: left;
}
.product-mtab-content .desc {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 230px;
	overflow: hidden;
}
.product-mtab-content .desc p {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #595959;
}
.product-mtab-content .desc p a:link, .product-mtab-content .desc p a:visited, .product-mtab-content .desc p a:active {
	color: #595959;
	text-decoration: none;
}
.product-mtab-content .desc p a:hover {
	color: #595959;
	text-decoration: underline;
}
/*************** MTAB PRICE *****************/
.product-mtab-content ul {
	padding: 0px;
	margin: 0px 20px 0px 0px;
	width: 210px;
	overflow: hidden;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #595959;
}
.product-mtab-content li {
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	list-style-type: none;
}
.product-mtab-content .total {
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	font-size: 14px;
}

.product-mtab-content .label {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	float: left;
	width: 130px;
}
.product-mtab-content .value{
	padding: 0px;
	margin: 0px;
    vertical-align: top;
    float: left;
    width: 80px;
}
/*************** MTAB VOUCHER *****************/
.product-mtab-content .voucher {
	padding: 0px;
	margin: 0px;
	height: 44px;
	width: 230px;
}
.product-mtab-content .voucher-left {
	padding: 0px;
	margin: 0px;
	height: 44px;
	width: 150px;
	position: relative;
	float: left;
}
.product-mtab-content .voucher-right {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	height: 44px;
	width: 70px;
	position: relative;
	float: left;
}



.product-mtab-content .voucher-code {
	padding: 0px;
	margin: 0px;
	height: 29px;
	width: 148px;
	border: 1px dashed #D2D2D2;
	background-color: #F5F5F5;
	overflow: hidden;
}
.product-mtab-content .voucher-code p {
	padding: 0px;
	margin: 0px;
	line-height: 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #595959;
	text-align: center;
	font-weight: 500;
}
.product-mtab-content .voucher-code p a:link {
	display: block;
	color: #595959;
	text-decoration: none;
}
.product-mtab-content .voucher-code p a:visited, ..product-mtab-content .voucher-code p a:active {
	color: #595959;
	text-decoration: none;
}
.product-mtab-content .voucher-code p a:hover {
	color: #595959;
	text-decoration: none;
}

.product-mtab-content .voucher-tip {
	padding: 0px;
	margin: 0px;
	width: 150px;
	height: 13px;
	line-height: 13px;
	text-align: center;
}



.product-mtab-content .voucher-tip p {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.product-mtab-content .voucher-tip p a:link, .product-mtab-content .voucher-tip p a:visited, .product-mtab-content .voucher-tip p a:active {
	color: #999999;
	text-decoration: underline;
}
.product-mtab-content .voucher-tip p a:hover {
	color: #595959;
	text-decoration: underline;
}








/***************************************************/
/*************** LOGOS *****************************/
/***************************************************/
.product-logo {
	padding: 0px;
	margin: 0px;
	width: 88px;
	height: 31px;
}
/***************************************************/
/*************** BUTTONS ***************************/
/***************************************************/
.product-buttons {
	padding: 0px;
	margin: 0px;
	height: 23px;
	width: 88px;
	line-height: 21px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.product-buttons a:link {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.product-buttons a:visited, .product-buttons a:active, .product-buttons a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.product-buttons .brown {
	padding: 0px;
	margin: 0px;
	width: 88px;
	height: 23px;
	background-image: url('https://www.countyfetes.co.uk/product-search/pt/template/default/images/button_88x23_brown.png');
	background-repeat: no-repeat;
}
.product-buttons .gold {
	padding: 0px;
	margin: 0px;
	width: 88px;
	height: 23px;
	background-image: url('https://www.countyfetes.co.uk/product-search/pt/template/default/images/button_88x23_gold.png');
	background-repeat: no-repeat;
}













/*************** PRODUCT SOCIAL **********************/
#product-social {
	padding: 0px;
	margin: 0px;
	width: 350px;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #595959;
	text-align: left;
}
.st_sharethis_custom, .st_facebook_custom, .st_twitter_custom, .st_email_custom {
	padding: 0px;
	margin: 0px 0px 0px 8px;
	width: 62px;
	height: 22px;
	line-height: 22px;
	float: right;
	text-indent: 23px;
	cursor: pointer;
}
.st_sharethis_custom {
	background: url('https://www.countyfetes.co.uk/product-search/pt/template/default/images/social_62px_share.png') no-repeat;
}
.st_facebook_custom {
	background: url('https://www.countyfetes.co.uk/product-search/pt/template/default/images/social_62px_facebook.png') no-repeat;
	text-indent: 34px
}
.st_twitter_custom {
	background: url('https://www.countyfetes.co.uk/product-search/pt/template/default/images/social_62px_twitter.png') no-repeat;
}
.st_email_custom {
	background: url('https://www.countyfetes.co.uk/product-search/pt/template/default/images/social_62px_email.png') no-repeat;
}
/*************** PRODUCT INFO **********************/
#product-info {
	padding: 0px;
	margin: 0px 10px 10px 10px;
	width: 638px;
	min-height: 200px;
}
/*************** PRODUCT INFO TABS ************************/
#product-itabs-container {
	padding-top: 0px;
	margin: 0px;
	width: 638px;
	overflow: hidden;
	clear: both;
}
ul.product-itabs {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	width: 638px;
	height: 30px;
	border-bottom: 1px solid #D2D2D2;
	float: left;
	list-style-image: none;
	list-style-type: none;
}
ul.product-itabs li {
	padding: 0px;
	margin: 0px 5px -1px 0px;
	height: 29px;
	border: 1px solid #D2D2D2;
	position: relative;
	line-height: 29px;
	background: #F5F5F5;
	float: left;
	overflow: hidden;
	-moz-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
ul.product-itabs li a {
	padding: 0px 12px 0px 12px;
	display: block;
	color: #595959;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
ul.product-itabs li a:hover {
	background: #FFFFFF;
}
html ul.product-itabs li.active {
	border-bottom: #FFFFFF 1px solid;
	background: #FFFFFF;
}
html ul.product-itabs li.active a:hover {
	border-bottom: #FFFFFF 1px solid;
	background: #FFFFFF;
}
.product-itab-container {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	clear: both;
	width: 638px;
}
.product-itab-content {
	margin: 0px;
	padding: 0px;
	min-height: 500px;
}
.product-itab-content-header {
	padding: 0px 5px 0px 5px;
	margin: 0px;
	width: 628px;
	line-height: 40px;
	border-bottom: 1px dotted #D2D2D2;
}
.product-itab-content-header img {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}
.product-itab-content-main {
	padding: 0px;
	margin: 0px;
	width: 638px;
}
.product-itab-content-footer {
	padding: 0px 5px 0px 5px;
	margin: 15px 0px 0px 0px;
	width: 628px;
	line-height: 40px;
}
.product-itab-content-footer img {
	margin: 0px;
	padding: 0px 2px 0px 0px;
}
/*************** PRODUCT DESCRIPTION **********************/
#product-desc {
	padding: 0px;
	margin: 0px 10px 15px 10px;
	width: 638px;
	min-height: 200px;
}
/***************************************************/
/*************** RELATED PRODUCTS ******************/
/***************************************************/
.related-result-container {
	padding: 0px;
	margin: 0px;
    height: 120px;
	width: 638px;
	border-bottom: #D2D2D2 1px dotted;
}
.related-result {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	width: 638px;
	height: 100px;
}
/***************************************************/
/*************** PRICES AND RATINGS ****************/
/***************************************************/
#prices-container, #ratings-container {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 638px;
}
/***************************************************/
/*************** TABLE DATA ************************/
/***************************************************/
div.table-list table {
	margin-bottom: 10px;
	width: 638px;
}
div.table-list table, div.table-list td {
	border: 1px dotted #D2D2D2;
	border-collapse: collapse;
	color: #595959;
	font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.table-list thead th, div.table-list tbody th {
	background: #F5F5F5;
	padding: 0px 10px;
	border-left: 1px dotted #D2D2D2;
	height: 26px;
}
div.table-list tbody th {
	background: #F5F5F5;
	border-top: 1px dotted #D2D2D2;
}
div.table-list tbody tr td {
	padding: 5px 10px;
}
div.table-list tbody tr:hover {
}
div.table-list tbody tr:hover th {
}
div.table-list tbody tr:hover td {
}
div.table-list tfoot td, div.table-list tfoot th {
	border-left: none;
	border-top: 1px solid #D2D2D2;
	padding: 5px 10px;
	background: #F5F5F5;
}
div.table-list table a:link {
}
div.table-list table a:visited {
}
div.table-list table a:hover {
}
div.table-list table a:active {
}
/***************************************************/
/***************** SEARCH RESULTS ******************/
/***************************************************/
#search-results-container {
	padding: 0px;
	margin: 0px;
	width: 698px;
}
.search-result-container {
	padding: 0px;
	margin: 0px 19px 15px 19px;
    height: 120px;
	width: 658px;
	border: 1px solid #D2D2D2;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url('https://www.countyfetes.co.uk/product-search/pt/template/default/images/box_search_bg.png');
	background-repeat: repeat-x;
	background-position: top;
}
.search-result {
	padding: 0px;
	margin: 10px;
    width: 638px;
    height: 100px;
}
.search-result-thumbnail {
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}
.search-result-thumbnail img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	max-width: 100px;
	max-height: 100px;
}
.search-result-title {
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
}
.search-result-description {
	padding: 0px;
	margin: 0px;
	text-align: left;
    font-size: 10px;
    font-weight: normal;
	height: 60px;
}
.search-result-price {
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
}
.search-result-review {
	padding: 0px;
	margin: 0px;
}
.search-result-logo {
	padding: 0px;
	margin: 0px 0px 17px 0px;
}
.search-result-buttons {
	padding: 0px;
	margin: 0px;
	height: 23px;
	width: 88px;
	line-height: 21px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.search-result-buttons a:link {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.search-result-buttons a:visited, .search-result-buttons a:active, .search-result-buttons a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.search-result-buttons .brown {
	padding: 0px;
	margin: 6px 0px 0px 0px;
	width: 88px;
	height: 23px;
	background-image: url('https://www.countyfetes.co.uk/product-search/pt/template/default/images/button_88x23_brown.png');
	background-repeat: no-repeat;
}
.search-result-buttons .gold {
	padding: 0px;
	margin: 6px 0px 0px 0px;
	width: 88px;
	height: 23px;
	background-image: url('https://www.countyfetes.co.uk/product-search/pt/template/default/images/button_88x23_gold.png');
	background-repeat: no-repeat;
