﻿/* STaRT OF GENERIC FORM STYLES */

* {
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
html {
	font-size:100%;
}
body {
	font-size:80%;
	line-height: 20px;
	color:#333333;
}
a, a:visited {
	color: #7B8BC4;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
}

p {
	margin: 8px 0px 8px 0px;
}
/* used as main heading */
h1 { 
	font-size: 200%; 
	margin: 5px 0px 8px 0px;
	color: #7B8BC4; 
	line-height:normal;
	letter-spacing: -1px;
}
span#heading-reduce {
	font-size: 75%;
	color:#6FBD8F; 
}
h2 {
	font-size: 145%; 
	margin: 5px 0px 8px 0px;
	color: #7B8BC4; 
	line-height:normal;
	font-weight: bold; 
	letter-spacing: -1px;
}
h3 {
	font-size: 115%;
	margin: 0px 0px 10px;
	color: black; 
	line-height:normal;
}
fieldset {
    margin-bottom:5px;
}
legend {
	font-weight:bold;
}
.clearer {
	height:1px;
	line-height:1px;
	font-size:1px;
	clear:both;
}
#frame{
	background-image:url(../img/header-image.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#header{
	height:120px;
	width:850px;
	margin:auto;
	padding-bottom:160px;
}
/*maincontent*/
#content{
	width:850px;
	margin:auto;
}
#left-nav {
	width:175px;
	float:left;
	clear:left;
}
#left-nav ul {
	list-style:none;
}
#left-nav li {
	border-bottom:1px #E1E1E1 dotted;
}
#left-nav li a, #left-nav li a:visited {
	display:block;
	padding: 6px 6px 6px 0px;
	text-decoration:none;
}
#left-nav li a:hover {
	background-color:#DCE1EF;
	background-image:url(/img/arrow-left.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

#right-content {
	float:right;
	width:625px;
	padding:15px;
	clear:right;
}
#right-content ul {
	color:#666666;
	font-weight:bold;
	padding:20px;
	font-size:90%;
	border:1px #CCCCCC dotted;
	background-image:url(../img/list-bg.gif);
}
#right-content li {
	padding:2px;
}
/*footer*/
#footer{
	width:850px;
	margin:auto;
	margin-top:15px;
	border-top:1px #CCCCCC solid;
	padding-top:5px;
}
#footer ul{
	list-style:none;
}
#footer li {
	display:inline;
	font-size:80%;
}
#footer li a {
	color:#999999;
	padding-right:3px;
	padding-left:3px;
	border-right:1px #666666 solid;
	font-weight:normal;
}
/* ------------------------------------- */

#logo-holder {
	float:left;
	width:48%;
	clear:left;
}
#strapline-holder {
	float:right;
	width:50%;
	clear:right;
	text-align:right;
}
#strapline-holder h2 {
	color:#6FBD8F;
	padding-top:30px;
}
span#phone-number {
	font-size: 200%; 
	color: #7B8BC4; 
	line-height:normal;
	letter-spacing: -1px;
}
#ebay-logo {
	padding-top:20px;
	clear:both;
}
#ebay-logo img {
	border:none;
}
#disctext {
	font-size:90%;
	color:#999999;
}
.faqquestion {
	color:#666666;
	font-weight:bold;
	padding:20px;
	font-size:90%;
	border:1px #CCCCCC dotted;
	background-image:url(../img/list-bg.gif);
	margin-bottom:15px;
}
#fieldsetpadding {
	padding:20px;
}
div.fieldsetpaddingimg {
	padding:15px;
}
/* Accessible Form Styles */

input, textarea {
	padding:4px;
	border:1px #666666 solid;
	background-color:#E1E1E1;
}
input:focus, textarea:focus, input.focus, textarea.focus, input:hover, textarea:hover, input.hover, textarea.hover, textarea:focus, textarea.focus, textarea:hover, textarea.hover {
	border:1px #000000 solid;
	background-color:#FFFFFF;
}
input.button {
	cursor:pointer;
	height:2.1em;
	color:#333;
	font-weight:bold;
	border:1px solid #999;
	background:#ccc;
	padding:3px;
}
input.button:hover, input.button:focus, input.button.hover, input.button.focus {
	background:#fafafa;
	color:#000;
	border:1px solid #333;
}
label {
	display:block;
}
legend {
	background-color:#FFFFFF;
}
.systemmessages {
	color:#CC0000;
	font-weight:bold;
}
/* Admin Section Start  */

#admin-top-nav {
	width:100%;
	clear:both;
}
#admin-top-nav ul {
	list-style:none;
}
#admin-top-nav li {
	display:inline;
	border-right:1px #999999 solid;
	padding-right:5px;
	padding-left:5px;
}
#admin-top-nav li a {
	font-weight:normal;
	font-size:90%;
}
#admin-main-content {
	width:100%;
	padding-top:15px;
	clear:both;
}
.admin-text-area {
	width:790px;
}
#product-images {
	padding:15px;
	background-color:#EAECF4;
	text-align:center;
}
#ah-Ebaycode {
	width:750px;
	font-size:90%;
}
#EbayAdTextBox {
	width:750px;
	height:450px;
}
div.formpadding {
    padding:5px 0px;
}
table#ListingTable td {
	padding:5px;
	border-bottom:1px #CCCCCC solid;
	border-top:1px #CCCCCC solid;
}
table#ListingTable th {
	background-color:#CCCCCC;
	text-align:left;
	padding:5px;
}

/* Items for sale */
div.ebay-centres {
	padding:10px 5px;
}