/* Main style sheet for southern-gun.co.uk */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}

p, td, select { 
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	}

select, option, input { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	}

a:link { color: #2D511C; }
a:visited { color: #668833; }
a:hover { color: #FFFF88; cursor: pointer; }
a:active { color: #2D511C ;  cursor: pointer; }

hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px; }

h1 { font-size: 18px; color: #2D511C; }
h2 { font-size: 14px; color: #333333; }
h3 {
	font-size: 18px;
	color: #AA0000;
	font-weight: bold;
	margin: 12px 6px 9px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bigletter { font-size: 22px; }

address {
	font-size: 12px;
	font-style: normal;
}

.pointer { cursor: pointer; }

.warning { font-weight: bold; color: #FF0000; }
.butn {
	cursor: pointer;
	width: 200px;
	height: 30px;
}
.bodyarea {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 12px;
	width: 1000px;
}
.listspace { padding-bottom: 12px; }

.totalBox {
	font-weight: bold;
	border: none;
	cursor: default;
}
.floatBox {
	font-weight: bold;
	border: none;
	cursor: default;
	background-color: #E6E6D0;
}

.floater {
	background-color: #E6E6D0;
	margin: 10px;
	padding: 10px;
	height: 50px;
	width: 140px;
	border: 1px solid #000000;
}
