@charset "utf-8";
/* CSS Document */

body {
	background-color: #fcfae1;
	background-image: url(images/body_bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
}

em {
	font-style: italic;	
}

p {
	margin-bottom: 6px;	
}

#footer {
	color: #4c1b1b;
	font-size: 10px;
}

h1 {
	color: #4c1b1b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 10px 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #bd8d46;
	font-variant: small-caps;
	padding: 10px 0;
	font-weight: normal;
}

strong {
	font-weight: bolder;
}

a {
	color: #4c1b1b;
}

.inputEntry {
	color: #ff0000;	
}

.inputBlur {
	color: #333333;	
}

/* EBAY LISTINGS */
.ebayListing td img {
	border: 1px solid #333333;
}
.ebayListing {
	width: 100%;
	border-top: 1px dashed #4c1b1b;
	padding-bottom: 10px;
}
.ebayListing .ebayTitle {
	font-size: 14px;
	margin: 10px 0;
	font-weight: bold;
	color: #4c1b1b;
}
.ebayListing td {
	vertical-align: middle;
	padding-right: 10px;
}

/* BLOG */
.articleFooter {}
.articleFooter p {text-align: left;}
.articleFooter .buttons {margin-top: 10px;font-size: 10px;text-transform: uppercase;}
.articleFooter .buttons a {padding-bottom: 0px;}
.articleFooter .buttons img {margin: 0 2px;}
.articleFooter .buttons a {}
/*
.articleFooter .tags {border-top: 1px solid #666666;border-bottom: 1px solid #666666;margin: 0 auto;padding: 3px 0;text-align: center;font-family: georgia;font-size: 10px;line-height: 12px;color: #666666;text-transform: uppercase;}
.articleFooter .tags a {color: #00679b}
*/

/* FORM */
input, textarea, .captcha img {
	border: 1px solid #AAAAAA;
}
.titleCell {
	vertical-align: top;
	font-size: 12px;
	color: #4c1b1b;
}
.contactForm td {
	padding: 2px 0;
}
blockquote {
	margin-left: 5px;
	padding: 15px;
}

.floatRight {
	border: 1px solid #AAAAAA;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* FORM TOOLS */
#commentForm form.formtool fieldset {
	border-top-color: #4c1b1b;
	border: 0px;
	color: #4c1b1b;
}

#commentForm form.formtool fieldset legend {
	color: #4c1b1b;
	display: none;
}

#commentForm .fieldsectionlabel {
	color: #4c1b1b;
}

#commentForm h2 {
	color: #bd8d46;
}

.comment {
	border: 1px solid #efefef;
	background: #ffffff;
	padding: 10px;
	margin-bottom: 5px;
}

.commentDate {
	font-size: 10px;
	color: #666;
}

.commentName {
	font-size: 13px;	
}

/* PAGINATION */
#pagination {color: #666666;text-align: right;padding: 10px 5px;background-color: #f2f2f2;border: 1px solid #dddddd;margin: 5px auto;font-size: 12px;}
#pagination p { width: 35%;float: left;margin: 0;padding: 0;text-align: left;}
#pagination h4 { width: 65%;float: left;margin: 0;padding: 0;text-align: right;}
#pagination p a, #pagination p span { display: inline;border: 1px solid #dddddd;background-color: #ffffff;font-family: arial;font-weight: bold;text-decoration: none;padding: 2px 5px;color: #666666;}
#pagination p span {font-weight: normal}
#pagination p a:hover {background-color: #efefef}

/* BLOG TEASER */
.blogTeaser .headline a {font-size: 14px;text-decoration:underline;}
.blogTeaser .headline {margin: 15px 0 4px 0;}

/* SEARCH RESULT */
#searchResult {margin: 5px;}
#searchResult .resultItem {margin: 10px}
#searchResult .resultItem .score {font-weight: bold}
#searchResult .resultItem .searchLink {font-weight: bold; font-size: 110%; color: #0000FF}
#searchResult .resultItem .summary {}

#searchForm fieldset {border: 1px solid #4c1b1b;border-left:0;border-right:0;margin-bottom:10px;background-color: #E6E6E6}
#searchForm td {vertical-align: top;}
#searchForm label {width: 100px;}