/* 
Master CSS for TheScrapFairy.com
Author:  Rick Pugh
Date:  6/27/2008
*/
/* This style setting helps with browser acceptance.  It just sets the content to display in the upper left corner of the page to prevent in unwanted spacing on the page. */

* {
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a:link {
	color: #708E8F;
	font-weight: bold;
	text-decoration: underline;
}

a:visited { color: #708E8F; font-weight: bold; }

a:hover {
	color: #5F9EA0;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #5F9EA0;
	font-weight: bold;
	text-decoration: underline;
}

blockquote {
	background: url(../images/safteypin_small.gif) #CFCFA3 no-repeat center top;
	border-bottom: #444444 solid 1px;
	border-left: #444444 solid 1px;
	border-right: #444444 solid 1px;
	color: #140D09;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	line-height: 120%;
	margin: 10px 10px 10px;
	padding: 20px 10px 20px 10px;
	text-align: center;
	width: 50%;
}

body {
	background: #F4F1D6;
	color: #000000;
	font: 12px "Arial", "sans-serif";
	left: 0;
	margin: 0;
	padding: 0;
	scrollbar-3dlight-color: #99CCFF;
	scrollbar-arrow-color: #000033;
	scrollbar-darkshadow-color: #CCCCFF;
	scrollbar-face-color: #99CCFF;
	scrollbar-highlight-color: #CCCCFF;
	scrollbar-shadow-color: #CCCCFF;
	scrollbar-track-color: #CCCCFF;
	text-align: center;
	top: 0;
}

dd {
	border-bottom: 1px solid #5F9EA0;
	line-height: 150%;
	margin: 25px 50px 0px;
	padding-bottom: 20px;
	text-align: left;
}

dd:before {
	background: #FFD87D;
	color: #752E0F;
	content: "A";
	font: 2.5em "Arial", "sans-serif";
	margin-left: -47px;
	margin-right: 7px;
	padding: 0 9px;
	position: relative;
	text-align: left;
	top: 13px;
}

dt {
	font-weight: bold;
	margin: 15px 50px 5px;
	text-align: left;
}

dt:before {
	background: #BD4A18;
	color: #FFD87D;
	content: "Q";
	font: normal 2.5em "Arial", "sans-serif";
	margin-left: -47px;
	margin-right: 7px;
	padding: 0 8px 5px 8px;
	position: relative;
	text-align: left;
	top: 13px;
}

h1 {
	background: #eec5af;
	border-bottom-color: #726130;
	border-style: solid;
	border-top-color: #726130;
	border-width: 3px 0 3px 0;
	color: #726130;
	font: normal normal bold 175%/195% "Arial", "sans-serif";
	text-align: center;
}

h2 {
	background: #eec5af;
	border-bottom-color: #726130;
	border-style: solid;
	border-top-color: #726130;
	border-width: 3px 0 3px 0;
	color: #726130;
	font: normal normal bold 150%/175% "Arial", "sans-serif";
	text-align: center;
}

h3 {
	background: #eec5af;
	border-bottom-color: #726130;
	border-style: solid;
	border-top-color: #726130;
	border-width: 3px 0 3px 0;
	color: #726130;
	font: normal normal bold 125%/150% "Arial", "sans-serif";
	text-align: center;
}

h4 {
	background: #eec5af;
	border-bottom-color: #726130;
	border-style: solid;
	border-top-color: #726130;
	border-width: 3px 0 3px 0;
	color: #726130;
	font: normal normal bold 100%/125% "Arial", "sans-serif";
	text-align: center;
}

hr { color: #5F9EA0; padding: 10px 0; width: 95%; }

html { font: small "Arial", "sans-serif"; }

img {
	background: 0 0;
	border-width: 0;
	margin: 0;
	padding: 0px;
}

input, select, textarea, {
	background: #FFFFFF;
	border: 1px solid #5F9EA0;
	font: Arial, Helvetica, sans-serif;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

li { line-height: 150%; margin-left: 25px; text-align: left; }

ol { list-style-type: upper-roman; text-align: left; }

p { padding: 5px; text-align: left; text-indent: 10px; }

ul {
	line-height: 150%;
	list-style: circle;
	margin-left: 25px;
	text-align: left;
}

/* CSS Values for eBay Feedback */	
	/*Class for the overall table*/
	
.feedbackTable {
	background: #CFCFA3;
	border: 1px;
	border-color: #5F9EA0;
	border-style: solid;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 100%;
}

/*class for black table row used for formatting*/
.feedbackTableBlankRow { border-top: 1px #444444 solid; }

/*Class for Cell that Holds Table Header*/
.feedbackTableHeader {
	border-bottom: 1px #444444 solid;
	color: #000000;
	font-size: 12px;
	font-weight: bolder;
	padding: 5px;
	text-align: center;
}

/*Class for table cells that hold the title of values to be displayed (ie. Feedback Score, etc..)*/
.feedbackTableTitle {
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	line-height: 200%;
	padding: 3px;
	text-align: left;
}

/*Class for the actual values returned by the script*/
.feedbackTableValue {
	color: #007901;
	font-size: 10px;
	font-weight: bolder;
	line-height: 200%;
	padding: 3px;
	text-align: left;
}

.formField, .formLabel {
	background: #CFCFA3;
	border: 1px solid #454545;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}

.formFieldHelp { }

.formTable {
	border: 1px solid #000000;
	margin: 0px 10px 0px 10px;
	padding: 10px;
	width: 80%;
}

.formTitle {
	background: #22898A;
	color: #F0F0BE;
	display: block;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	line-height: 130%;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.hnav a, .hnav a:visited {
	color: #c4e180;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	text-decoration: none;
}

.hnav a:hover, .hnav a:active {
	color: #eec5af;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	text-decoration: none;
}

.imgContent { border: 3px solid #CACACA; margin: 10px; }

.img-shadow {
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	float: left;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	background: #FFFFFF;
	border: 1px solid #A9A9A9;
	display: block;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	position: relative;
}

.imgShow {
	background: #c4e180;
	border: 2px solid #726130;
	color: #726130;
	display: block;
	float: left;
	font-size: 110%;
	font-style: italic;
	margin-right: 5px;
	margin-top: 5px;
	padding: 15px;
	text-align: center;
	width: 95%;
}

/* Begin Site Unique Classes and  ID Selectors */
#container {
	background: url(../images/background.jpg) #F0F0BE repeat;
	border: 2px solid #444444;
	height: 100%;
	padding: 0px;
	width: 90%;
}

#contentLarge {
	background-color: #f4f1d6;
	border-bottom: 3px #c4e180 solid;
	border-left: 3px #c4e180 solid;
	border-right: 3px #c4e180 solid;
	border-top: 3px #c4e180 solid;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	width: 90%;
}

#contentSmall {
	background-color: #f4f1d6;
	border-bottom: 3px #c4e180 solid;
	border-left: 3px #c4e180 solid;
	border-right: 3px #c4e180 solid;
	border-top: 3px #c4e180 solid;
	display: block;
	float: left;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	width: 30%;
}

#footer {
	background: #c4e180;
	border-top: 3px solid #726130;
	color: #726130;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
	width: 100%;
}

#header {
	background: #C4E180;
	border: 0px;
	height: 135px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

#navigationContainer {
	background: #726130;
	border: 0px;
	height: 25px;
	width: 100%;
	padding-left: 20px;
}
