body {
	margin: 0px;
	background: #E9E8E8;
	font-family: arial, verdana, sans-serif;
	color: #333333;
}

a img {
	border: 0px;
}

/*** SPECIAL BEHAVIOUR ***/

#logo img, .png { behavior: url(assets/images/iepngfix.htc) }

.headingreplace {
	text-indent:-9999px;
	background-repeat: no-repeat !important;
	overflow: hidden;
}

/*** ***/


/*** MAIN LAYOUT DIVS ***/

#container {
	width: 1000px;
	background: url(../images/background.gif);
	margin: 0 auto;
	padding: 0px 5px 20px 5px;
}

#header {
	height: 277px;
	width: 1000px;
	position: relative;
}

#topbar {
	background: url(../images/topbar.png);
	width: 1000px;
	height: 35px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: white;
	line-height: 35px;
	font-size: 0.7em;
	overflow: hidden;
}

#logo {
	position: absolute;
	bottom: 35px;
	left: 0px;
}

#topbar-left {
	float: left;
}

#topbar-right {
	float: right;
}

#left {
	float: left;
	width: 215px;
	padding: 0px;
	color: white;
}

#mid {
	float: left;
	width: 570px;
	padding: 0px;
}

#pagecontent {
	padding: 0px 15px;
}

#breadcrumb {
	background: #EBEBEB;
	height: 32px;
	padding: 0px 15px;
	overflow: hidden;
}

#right {
	float: left;
	width: 215px;
	padding: 0px;
	color: white;
}

#end {
	width: 1010px;
	height: 8px;
	background: url(../images/background-end.gif) no-repeat;
	margin: 0 auto;
}

#lowernav {
	width: 1010px;
	margin: 0 auto;
	font-size: 0.8em;
	text-align: center;
	margin-bottom: 10px;
}

/*** ***/


/*** DIV SPECIFIC STYLING ***/

#header img {
	float: left;
}

#topbar-left img {
	margin: 4px 6px;
}

#topbar-left a, #topbar-right a {
	text-decoration: none;
	color: #FFFFFF;
}

#topbar-left a:hover, #topbar-right a:hover {
	text-decoration: underline;
}

#topbar-right form {
	width: 205px;
	float: right;
	padding-top: 7px;
}

#topbar-right form input {
	border: 0px;
	float: left;
}

#topbar-right form input.textfield {
	height: 13px;
	margin-right: 5px;
	width: 135px;
}

#left a {
	color: #FFFFFF;
	text-decoration: none;
}

#left ul {
	margin: 0px;
	padding: 0px;
}

#left ul li {
	list-style: none;
	border-bottom: 1px solid #2B772F;
}

#left ul li a {
	display: block;
	padding: 10px 0px 10px 10px;
}

#left ul li a:hover {
	background: #348538;
}

#mid p a, #mid ul a, #mid table td a {
	color: #9D1C20;
	text-decoration: underline;
}
#mid p a:hover, #mid ul a:hover, #mid table td a:hover {
	background: #E9E9E9;
}
#mid table th a {
	color: #FFFFFF;
	text-decoration: underline;
}
#mid table th a:hover {
	text-decoration: none;
}

#mid h1, #mid h2 {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 5px;
}

#right a {
	color: #FFFFFF;
	text-decoration: none;
}

#right ul {
	margin: 0px;
	padding: 0px;
}

#right ul li {
	list-style: none;
	border-bottom: 1px solid #8C0202;
}

#right ul li a {
	display: block;
	padding: 10px 0px 10px 10px;
}

#right ul li a:hover {
	background: #A00909;
}

#right div.sidecontent a:hover {
	color: #FF9696;
}

#right div.sidecontent {
	padding: 0px 10px 10px 10px;
}

#right div.sidecontent p {
	margin-top: 10px;
}

#breadcrumb p {
	margin: 0px;
	line-height: 32px;
	font-size: 0.6em;
	text-transform: uppercase;
}

#breadcrumb a:hover {
	color: black;
	text-decoration: none;
}

#lowernav a {
	color: #9D1C20;
	text-decoration: underline;
}

#lowernav a:hover {
	text-decoration: none;
	color: black;
}

/*** ***/


/*** GLOBAL TEXT STYLING ***/

h1, h2 {
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.0em;
}

p, ul {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 0px;
}

ul {
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 20px;
}

hr {
	padding-top: 25px;
	margin-bottom: 25px;
	border: 0px;
	border-bottom: 1px solid #E5E5E5;
	clear: both;
}

span.small {
	font-size: 0.8em;
}


/*** FEATURED/LIST PRODUCTS ***/

.listproduct {
	clear: both;
	float: left;
	margin-top: 15px;
	width: 100%;
}

.listproduct div.photos {
	width: 180px;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}

.listproduct div.info {
	float: left;
	width: 350px;
}

.listproduct p.title {
	margin-top: 0px;
	font-weight: bold;
	color: #AB0D0D;
}

.listproduct p.description {
	margin-top: 0px;
}

.listproduct p.price {
	color: #3E8F42;
	font-size: 1.3em;
	margin: 0px;
	float: left;
}

.listproduct a.addtobasket {
	float: right;
	margin-top: 5px;
}

/*** PRODUCT PAGE ***/

.product div.photos {
	padding-top: 15px;
	float: right;
	margin-left: 10px;
	width: 253px;
}

.product div.photos p {
	clear: both;
	text-align: right;
	font-size: 0.7em;
	color: #5D5D5D;
}

.product div.photos div.sub img {
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}
.product div.photos div.sub img.rowlast {
	margin-right: 0px;
}

.product p.part {
	font-size: 0.9em;
	margin-top: 0px;
}

.product p.price {
	color: #3E8F42;
	font-size: 1.3em;
	margin-top: 10px;
}

/*** RELATED PRODUCTS ***/

.related {
	margin-top: 15px;
	clear: both;
	float: left;
	font-size: 0.9em;
	width: 100%;
}

.related img {
	float: left;
	margin-right: 10px;
}

.related div.info {
	float: left;
	width: 445px;
}

.related p.title {
	margin: 0px;
	color: #AB0D0D;
	font-weight: bold;
}

.related p.description {
	margin-top: 0px;
}


/*** FORMS ***/


.textfield {
	font-size: 0.8em;
	padding: 4px 4px 4px 6px;
}

.inactive {
	color: #CACACA;
}


div.errors {
	padding: 10px;
	margin: 10px 0px;
	border: 1px solid #AB0D0D;
	background: #FFE7E7;
}

div.errors ul {
	margin-left: 0px;
	padding-left: 60px;
	background: url(../images/warning.gif) no-repeat;
	min-height: 32px;
}

.fielderror {
	border: 1px solid #AB0D0D;
	background: #FFE7E7;
}

div.success {
	padding: 10px 10px 10px 55px;
	margin: 10px 0px;
	border: 1px solid #2B772F;
	background: #E9FFE7 url(../images/success.gif) no-repeat;
	background-position: 10px 10px;
	font-size: 0.8em;
	height: 32px;
	line-height: 32px;
}


/** form elements **/

form#searchpage input.textfield {
	margin-top: 10px;
	width: 80%;
	float: left;
	margin-right: 5px;
	height: 14px;
	border: 1px solid #CCC;
	font-size: 0.7em;
	color: #646464;
}

form#searchpage input.submitfield {
	margin-top: 10px;
	float: left;
	border-top: 1px solid #AB0D0D;
	border-bottom: 1px solid #AB0D0D;
}

input.qty {
	width: 18px;
}

input.small {
	width: 24px;
}

form#paypal {
	margin-top: 15px;
	text-align: center;
}

form.taForm {
	font-size: 0.8em;
}

form.taForm label {
	width: 27%;
	clear: both;
	float: left;
	margin-top: 10px;
}

form.taForm label span.required {
	color: red;
}

form.taForm input.textfield, form.taForm textarea, form.taForm select, form.taForm .mceEditor {
	float: left;
	width: 70%;
	font-family: arial, helvetica, sans-serif;
	margin-top: 10px;
	font-size: 0.9em;
}

form.taForm textarea {
	height: 150px;
}

form.taForm span.helptext {
	float: left;
	width: 73%;
	font-size: 0.7em;
	padding-left: 27%;
	padding-top: 5px;
	color: #AAAAAA;
}

form.taForm h2 {
	font-size: 1.3em;
}

/*** TABLES ***/

table.taTable {
	width: 100%;
	font-size: 0.8em;
	margin-top: 15px;
}

table.taTable th {
	text-align: left;
	background: #3E8F42;
	color: #FFFFFF;
	padding: 5px 10px;
}

table.taTable td {
	padding: 10px;
	border-bottom: 1px solid #E5E5E5;
}

table.taTable tr.underrow td {
	border-bottom: 0px;
	line-height: 1.6em;
}

table.taTable td.price {
	text-align: right;
}

table.taTable td.total {
	font-weight: bold;
}

table.taTable td.quantity img {
	padding-top: 5px;
	float: left;
}

table.taTable td.quantity input {
	float: left;
	margin: 0px 4px;
}

table.taTable td.columhighlight {
	background: #E9E9E9;
}


/*** CURRENT IMAGES (ADMIN) ***/

div.currentimages {
	margin-top: 10px;
	background: #EFEFEF;
	font-size: 0.8em;
}

div.currentimages table {
	width: 100%;
}

div.currentimages table tr td {
	border-bottom: 3px solid white;
	padding: 5px;
}

div.currentimages table tr td label {
	width: 200px;
	padding-left: 5px;
	float: left;
	clear: none;
}

div.currentimages table tr td input {
	float: left;
}
