@charset "utf-8";
/* CSS Document */

body {
	background-color: #9fa0a3;
	width: 100%;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-color: #1b232a;
	text-align: center;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #1b232a;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 30px;
}

a img {
	border: none;
}

td p {
	padding-bottom: 8px;
}

#altHead {
	position: absolute;
	margin-left: -10000px;
	margin-top: -2000px;
	z-index: 1000;
}

/*  BEGIN PAGE BACKGROUND */

.container {
	position: relative;
	background-color: #ffffff;
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	z-index: 1;
}

/*  BEGIN CONTENT STYLES  */

.header {
	position: relative;
	margin: 0;
}

#click{
	position: relative;
	background-color: #ffffff;
	width: 960px;	
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 5px;
}

#click a {
	text-decoration: none;
}

.note {
	width: 790px;
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
}

.noteEm {
	font-style: normal;
	font-weight: 600;
}

#catalog {
	position: relative;
	background-color: #ffffff;
	width: 960px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	/*padding-bottom: 15px;*/
	z-index: 97;
}

#catalog a:link {
	color: #d5641c;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

#catalog a:visited {
	color: #d5641c;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

#catalog a:hover {
	color: #d5641c;
	text-decoration: underline;
	font-size: 18px;
}

#catalog a:active {
	color: #d5641c;
	text-decoration: blink;
	font-size: 18px;
}

#catalog  p {
	padding-bottom: 12px;
}

#catalog table {
	width: 900px;
	margin-left: 25px;
	margin-right: 25px;
	/*padding-top: 30px;
	padding-bottom: 30px;*/
}

.etsy {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: 600;
	color: #d5651d;
}

#hashtags {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 24px;
	padding-top: 0px;
	padding-bottom: 20px;
}
/*
.ebay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 600;
}

.ebay-e {
	color: #e43137;
}

.ebay-b {
	color: #0063d1;
}

.ebay-a {
	color: #f4ae01;
}

.ebay-y {
	color: #85b716;
}
*/

#RMH {	
	position: relative;
	background-color: #e7ebdc;
	width: 960px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 6px solid #6d6e72;
}

#RMH a:link {
	color: #60256e;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

#RMH a:visited {
	color: #60256e;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

#RMH a:hover {
	color: #8b78cc;
	text-decoration: underline;
	font-size: 18px;
}

#RMH a:active {
	color: #718b44;
	text-decoration: none;
	font-size: 18px;
}

/*BEGIN FOOTER STYLES*/
#footer {
	position: relative;
	width: 960px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-weight: 600;
	z-index: 98;
}

#footer a:link {
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}

#footer a:visited {
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}

#footer a:hover {
	color: #e7ebdc;
	font-weight: 600;
	text-decoration: none;
}

#footer a:active {
	color: #e7ebdc;
	font-weight: 600;
	text-decoration: none;
}

#copyright {
	float: left;
	text-align: left;
	/*padding-left: 50px;*/
}

#email {
	float: right;
	/*margin-right: 50px;*/
	text-align: right;
}

.clearFloat {
	clear: both;
}

#footer2 {
	position: relative;
	width: 960px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	font-size: 12px;
	z-index: 98;
}

#footer2 a:link {
	color: #000000;
	text-decoration: none;
}

#footer2 a:visited {
	color: #000000;
	text-decoration: none;
}

#footer2 a:hover {
	color: #e7ebdc;
	text-decoration: none;
}

#footer2 a:active {
	color: #e7ebdc;
	text-decoration: none;
}

#cd-net {
	float: left;
	/*padding-left: 50px;*/
	text-align: left;
}

#b2t {
	float: right;
	/*margin-right: 50px;*/
	text-align: right;
}


