.quick-links li {
    display:inline;
    border-left:1px SOLID #EEE;
    padding-left:8px;
    padding-right:4px;
}

.quick-links li.first {
    border-left:0px;
    padding-left:0px;
}

.quick-links{
    margin-bottom:20px;
}

#stockist-list h3 {
    clear:both;
    margin-bottom:10px;
    border-top:2px SOLID #DDD;
    padding-top:10px;
    margin-right:20px;
}

#stockist-list .static p {
    font-size:86%;
    margin-bottom:.5em;
}

#stockist-list .static h4 {
    margin-bottom:.5em;
}

#stockist-list .static {
    padding-top:10px;
    border-top:1px SOLID #EEE;
    height: auto;
}

#stockist-list .static.one {
    clear:left;
}


.greyfade {
    position:absolute;
    bottom:0px;
    left:0px;
    width:205px;
    height:10px;
    background: url('../img/greyfade.png') repeat-x;
}

.boxgrid{ 
	width: 205px; 
	height: 205px; 
	margin-right:20px;
	margin-bottom:20px; 
	float:left; 
	background:#DDD; 
	border: solid 5px #EEE; 
	overflow: hidden; 
	position: relative; 
}

.static {
    width: 215px; 
	height: 215px; 
	margin-right:20px;
	margin-bottom:20px; 
	float:left;
	overflow: hidden; 
	position: relative;
}

	.boxgrid img{
		position: absolute; 
		top: 0px;
		left: 0px; 
		border: 0px;
	}
	
	.boxgrid h3 {
	    padding-bottom: 10px;
	    margin:0;
	}
	.boxgrid p{ 
		color:#666;
		font-size:93%;
	}
	
.boxcaption{
	position: absolute; 
	background: #EEE; 
	height: 185px;
	width: 185px;
	padding:10px;
	opacity: .9;
	overflow:hidden;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.static .boxcaption {
	top: 0px;
	left: 0px;
}

.link {
    cursor:pointer;
}

	.captionfull .boxcaption {
		top: 205px;
		left: 0px;
	}
	.caption .boxcaption {
		top: 165px;
		left: 0px;
	}