/* ####################################### */
/* ############ PRODUCT LIST ############# */
/* ####################################### */

/* PRODUCT LIST LAYOUT
------------------------------------------------*/

.product-list .product-item {
	float: left;
	padding			: 50px 10px 0 10px;
	width			: 209px;
	height			: 275px;
	text-align		: center;
	position		: relative;
	border-right	: 1px solid #eee;
	border-bottom	: 1px solid #eee;
	background-color: #fff;
}



.product-list .product-item:nth-child(4n) {
	border-right: 0;
}

.product-list .product-item:nth-child(4n+1) {
	clear: left;
}


/* PRODUCT ITEMS
------------------------------------------------*/

.product-item p {
	margin: 0;
}

.product-item a {
	text-decoration: none;
}

.prod-img-link {
	height: 200px;
	display: block;
}

.prod-img-link img {
	-moz-transition: opacity .25s ease-in;
	-webkit-transition: opacity .25s ease-in;
   transition: opacity .25s ease-in;	
}

.prod-img-link:hover img,
.prod-img-link:focus img {
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	filter:alpha(opacity=90);
	opacity: 0.9;

	-moz-transition: opacity .25s ease-in;
	-webkit-transition: opacity .25s ease-in;
   transition: opacity .25s ease-in;		
	
}

.prod-name {
	font-weight: bold;
	line-height: 1.3em;
}


.img-token-group {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.img-token-group li {
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	background: no-repeat 50% 50%;
	float: left;
	margin: 0 5px 5px 0;
	border: 3px solid #f1f1f1;
}

.product-item .prod-rating {
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: help;
    height: 14px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 10px;
    width: 35px;
 }



 /* ####################################### */
/* ########### PRODUCT DETAIL ############ */
/* ####################################### */

.product-details,
.product-aside {
	clear: right;
	float: right;
	width: 450px;
	padding-bottom: 25px;
}

.product-aside {
	clear: left;
	padding-right: 20px;
}

.product-similar {
	clear: both;
}

.prev-next {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.prev-next .prev {
	float: left;
}

.prev-next .next {
	float: right;
}

.prev-next a {
	display: block;
	text-decoration: none;
}


/* PRODUCT DETAILS
------------------------------------------------*/

.product-details .arrow-list {
	margin-bottom: 0.5em;
}




/* PRODUCT ASIDE IMAGES
------------------------------------------------*/

.product-detail-images {
	height: 500px;
}

.product-detail-images .show {
/*	border: 1px solid #e1e1e1;	*/
}

.product-detail-images .show,
.product-detail-images .slide {
	height: 430px;
	width: 100%;
}

.product-detail-images .zoom {
	background: url(/images/search_icon.png) no-repeat 0 50%;
	padding-left: 20px; 
	margin-left: 120px;
}

.product-detail-images .slide a,
.product-detail-images .proto-navigation a {
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
}

.product-detail-images .proto-controls {
	display: none;
}

.product-detail-images .proto-navigation {
	position: static;
	clear: both;
}

.product-detail-images .proto-navigation li {
	width: 74px;
	height: 70px;
	margin-bottom: 10px;
	border-right: 1px solid #e1e1e1;
}

.product-detail-images .proto-navigation a {
	-moz-transition: opacity .25s ease-in;
	-webkit-transition: opacity .25s ease-in;
   transition: opacity .25s ease-in;	
}

.product-detail-images .proto-navigation a:hover,
.product-detail-images .proto-navigation a:focus {
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter:alpha(opacity=80);
	opacity: 0.8;
	
	-moz-transition: opacity .25s ease-in;
	-webkit-transition: opacity .25s ease-in;
   transition: opacity .25s ease-in;		
}


/* PRODUCT LHP
------------------------------------------------*/

/*FIND A LOCAL STOCKIST*/

.e-product-stockist-search input {
	width: 117px;
    padding: 6px 10px;
}

.e-product-stockist-search label {
	width: auto;
	padding-left: 0;
}

.e-product-stockist-search button {
	float: left;
	background: #272727 url(/images/cta_primary_bg.png) repeat-x 0 0;
	color: #fff;
	border: 0;
    padding: 6px 10px;
}




/* PRODUCT RELATED
------------------------------------------------*/

.product-related {
	clear: both;
	border-top: 1px dashed #e1e1e1;
	padding-top: 25px;
}




/* ####################################### */
/* ########## CATALOGUE VIEWER ########### */
/* ####################################### */

#catalogue-viewer .show {
	background: #fff url(/r/i/css_framework/ajax/ajax_loader_large.gif) no-repeat 50% 50%; 
	height: 662px;
	border: 1px solid #000;
}

#catalogue-viewer .slide {
	height: 660px;	
	text-align: center;
	width: 638px;
}

#catalogue-viewer .slide img {
	margin: 0 auto;
}

/*HIDE THE FIRST SLIDE COS IT's BIG*/

/*#catalogue-viewer #slide-1 {
	display: none;
}*/


/* PROTO NAV
------------------------------------------------*/

#catalogue-viewer  .proto-navigation {
	position: static;
}

#catalogue-viewer  .proto-navigation li {
	line-height: 0.6em;
}

#catalogue-viewer .proto-navigation a {
	padding: 20px 0;
	height: 1%;
	width: 39px;
	border: 1px solid #333;
	border-width: 0 1px 1px 0;
    background: url("/images/nav_drop_bg.gif") repeat scroll 0 0 transparent;
    color: #ccc;
    text-align: center;
    text-decoration: none;
}

#catalogue-viewer .proto-navigation a:hover,
#catalogue-viewer .proto-navigation a:focus {
	background: #000;
	color: #fff;
}

#catalogue-viewer .proto-navigation .current-slide a {
	background: #00366C url("/images/nav_bg.png") repeat-x scroll 0 0;
	color: #fff;
}

#catalogue-viewer .proto-controls {
	display: none;
}
