/* @override http://www.mymarthas.co.uk/css/hover.css */

/*-  IMAGE HOVER
----------------------------------------------------------------------*/ 

#screenshot{
	position:absolute;
	border:none;
	background:#fff;
	padding:1px;
	display:none;
	color:#fff;
	}


.disabled {
    opacity: 0.1;
    filter:alpha(opacity=10);
}

#pagecontent {
   	margin-top: 30px;
	margin-bottom: 30px;
}

#pagecontent h2 {
    font-family: 'TypewriterSerial', arial, sans-serif;
	letter-spacing: .05em;
	line-height: 1;
	font-size: 1.714285714em;
	text-transform: uppercase;
	color: #4c721d;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

#pagecontent h3 {
    margin: 14px 0px 7px 0px;
    font-weight: bold;
    font-size: 14px;
  
}

.horizontal li {
    display: inline;
    float: left;
    margin-right: 10px;
    line-height: 15px;
    padding-bottom: 3px;
}

.horizontal {
    padding-bottom: 7px;
}



.supplier a:hover, #promotions a:hover{
    color: rgba(229, 2, 120, .5);
}

.hide {
    display: none;
}










select{
	width:100px;
	font-family: georgia, serif;
	-webkit-appearance:menulist-button;
	height: 23px;
	padding-top: 1px;
}



.error{
	color: #E85E5B;
	font-size: 10px;
	text-transform: uppercase;
}
