a {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	margin: 0px;
	color: #333333;
	background-color: #FFF;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: left -100px;
}

h1 {
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #666666;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 14pt;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 0px;
}

h1.directory {
	background-color: #FF9900;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 3px;
	margin-top: 9px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #E6E6E6;
}

h2 {
	background-color: #9C9C9C;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-image: url(images/gray.png);
	background-position: 0px 0px;
	border: 1px solid #999;
	clear: both;
}

h2 a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}


h3, h3 a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-image: url(images/gray.png);
	background-position: 0px 0px;
	border: 1px solid #999;
	text-decoration: none;
	background-color: #A1A1A1;
}


h4 {
	background-color: #9C9C9C;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-image: url(images/gray.png);
	background-position: 0px 0px;
	border: 1px solid #999;
}

h5 {
	background-color: #009933;
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #E6E6E6;
	margin-top: 0px;
}

h6 {
	background-color: #003399;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #EFEFEF;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 2px;
}

li {
	margin-bottom: 5px;
	margin-left: -20px;
}

ol {
	margin-bottom: 5px;
	margin-top: 5px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 0px;
}

td {
	font-size: 12px;
}

ul {
	margin-bottom: 10px;
	margin-top: 5px;
}

.adminnav {
	background-color: #FFFFFF;
	border: none #CC0000;
	font-size: 11px;
	font-weight: normal;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
}

.adminnav a {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 7px;
	text-decoration: none;
}

.adminnav li {
	border-bottom-color: #CC0000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	text-indent: 5pt;
}

.adminnav td {
	background-color: #E9E9E9;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 4px;
	text-align: right;
}

.adminnavhead {
	font-size: 12px;
}

.adminnavhead td {
	background-color: #FFFFFF;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #666666;
	border-top: 2px solid #CCCCCC;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

.adminpagehead {
	background-color: #CCCCCC;
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}

.admintable {
	background-color: #F0F0F0;
	font-size: 11px;
}

.admintable input {
	width: 100%;
}

.admintable td {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	border-top: 1px none #CCCCCC;
	font-size: 11px;
	padding: 4px;
}

.admintabletop {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#rightcol {
	float: right;
	width: 370px;
	padding-bottom: 10px;
}


.articlehead {
	font-weight: normal;
}

.articlehead td {
	background-color: #009933;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #EAEAEA;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.bannerad {
	background-color: #333333;
	left: 450px;
	padding: 1px;
	position: absolute;
	top: 10px;
}

.bannerad2 {
	background-color: #333333;
	bottom: 0px;
	left: 300px;
	padding: 1px;
	position: absolute;
}

.copyright {
	font-size: 10px;
}

.copyright a {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.diplaytable {
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 11px;
	font-size: 11px;
	width: 100%;
}

.diplaytable td {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-top: 1px none #CCCCCC;
	font-size: 11px;
	padding: 4px;
}

.diplaytabletop {
	background-color: #333333;
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.directcats {
	font-size: 11px;
	width: 100%;
}

.directcats td {
	font-size: 11px;
}

.forminput {

}

.formtable {
	background-color: #F8F8F8;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left: 3px solid #E6E6E6;
	border-right: 3px solid #666666;
	border-top: 3px solid #CCCCCC;
	margin-top: 10px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#mainarea input, #mainarea select, #mainarea textarea {
	font-size: 12px;

}

#mainarea table {
	background-color: #FFF;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: left -200px;
}
#mainarea table tr td {
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 12px;
	padding: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.formtable textarea {
	width: 95%;
}

.formtableheader {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.formtableheader td {
	background-color: #999999;
	color: #FFFFFF;
	font-size: 14px;
}

.homebox {
	background-color: #F2F2F2;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #E9E9E9;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}

.homebox p {
	font-size: 11px;
}

.homebox td {
	font-size: 11px;
	padding: 5px;
}

.leftnav {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.leftnav a {
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.leftnav td {
	border-bottom-color: #CC0000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	text-align: right;
	text-decoration: blink;
}

.linksmall {
	font-size: 11px;
}

.linksmall a {
	font-size: 11px;
}

.login {
	background-color: #E1E1E1;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #666666;
	border-top: 2px solid #CCCCCC;
	font-size: 9px;
	padding: 0px;
	width: 250px;
}

.login a {
	color: #333333;
	font-size: 9px;
	text-decoration: none;
}

.login input {
	font-size: 9px;
	height: 17px;
	width: 60px;
}

.login td {
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	border-right: 1px none #999999;
	border-top: 1px none #999999;
	color: #333333;
	font-size: 9px;
	padding: 3px;
}

.orderbutton {
	background-color: #EEEEEE;
	font-size: 12px;
}

.outertable {
	border: none;
	padding: 0px;
	width: 765px;
}

.outertable h2 a {
	color: #FFFFFF;
}

.outertable td {
	text-align: left;
}

.readmore {
	background-color: #F0F0F0;
	border: 1px solid #666666;
	color: #FFFFFF;
	padding: 1px;
	position: static;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.readmore a {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.request {
	background-color: #FBFBFB;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #E6E6E6;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	width: 250px;
}

.request input {
	font-size: 11px;
	width: 95%;
}

.request select {
	font-size: 10px;
}

.request td {
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	font-size: 11px;
	padding: 5px;
	vertical-align: middle;
}

.request textarea {
	width: 95%;
}

.requesthead {
	background-color: #FF9900;
	border-bottom-color: #666666;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-left-color: #EAEAEA;
	border-left-style: none;
	border-left-width: 1px;
	border-right-color: #666666;
	border-right-style: none;
	border-right-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: none;
	border-top-width: 1px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 9px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.requesthead td {
	background-color: #F8AE65;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

.rfi {
	margin-top: 5px;
	width: 360px;
	background-color: #FFF;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: left 0px;
	border: 1px solid #CCCCCC;
}

.rfi input {
	font-size: 12px;
	width: 95%;
}

.rfi select {
	font-size: 12px;
	width: 95%;
}

.rfi td {
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	font-size: 11px;
	padding: 5px;
	vertical-align: middle;
}

.rfi textarea {
	font-size: 12px;
	width: 95%;
}

.rfihead {
	font-weight: normal;
}

.rfihead td {
	background-color: #13A1D0;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-image: url(images/turquoise.png);
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.rfpform {
	background-color: #FFFFCC;
	border: 1px solid #CC0000;
}

.rfpform option {
	border: 1px solid #CC0000;
}

.rfpform td {
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	font-size: 11px;
	padding: 5px;
}

.rfphead {
	font-weight: normal;
}

.rfphead td {
	background-color: #003399;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #EAEAEA;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.rightnav {
	color: #CC0000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.searchform {
	background-color: #F3F3F3;
	border: 1px solid #999999;
}

.searchform td {
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

.sellercompany {
	font-size: 14px;
	font-weight: bold;
}

.sellerlist {
	border: none;
	width: 100%;
}

.sellerlist td {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 12px;
	padding: 9px 3px 9px 0px;
}

.sellerpremiumcompany {
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.sellerpremiumlist {
	border: none;
	width: 100%;
}

.sellerpremiumlist p {
	font-size: 11px;
}

.sellerpremiumlist td {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 11px;
	padding: 5px;
	background-color: #FFF;
}

.sitelink {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	text-align: center;
}

.sitelink input {
	background-color: #999999;
	border: 1px solid #333333;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.sitelink input:hover {
	background-color: #FFFFFF;
	color: #999999;
}

.smaller {
	font-size: 11px;
}

.smalltable {
	font-size: 11px;
}

.smalltable td {
	font-size: 9px;
}

.submitbutton {
	background-color: #E6E6E6;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.subscribe {
	background-color: #CCCCCC;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: #E6E6E6;
	border-left-style: solid;
	border-left-width: 3px;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 3px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 3px;
	margin-top: 9px;
	width: 250px;
}

.subscribe input {
	width: 90%;
}

.subscribe select {
	font-size: 10px;
}

.subscribe td {
	background-color: #FBFBFB;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	color: #666666;
	font-size: 12px;
	padding: 5px;
	vertical-align: middle;
}

.subscribehead {
	font-weight: normal;
}

.subscribehead a {
	color: #FFFFFF;
}

.subscribehead td {
	background-color: #993399;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.suppliertableheader {
	background-color: #0066FF;
	border-bottom-color: #666666;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-left-color: #F2F2F2;
	border-left-style: none;
	border-left-width: 1px;
	border-right-color: #666666;
	border-right-style: none;
	border-right-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: none;
	border-top-width: 1px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.suppliertableheader td {
	background-color: #0066FF;
	color: #FFFFFF;
	font-size: 14px;
}

.synopsis {
	font-size: 11px;
	font-style: italic;
}

.test {
	text-align: center;
}


#blog {
	text-align: left;
}

#blog .button {
	background-color: #7142A1;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-decoration: none;
	width: 150px;
	background-image: url(images/purple.png);
	background-repeat: repeat-x;
}

#blog a.button:hover {
	background-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-left-color: #333333;
	border-right-color: #CCCCCC;
	border-top-color: #333333;
	color: #6D3D9E;
}

#blog h2, #blognav h2 {
	background-color: #7D3D85;
}

#blog h3 a:hover {
	text-decoration: underline;
}

#blog h3, #blog h3 a {
	color: #7D3D85;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	background-image: url(none);
	border: none;
	padding: 0;
}

#blog h4 {
	background-color: #FFFFFF;
	border: none;
	color: #999999;
	font-size: 10px;
	letter-spacing: normal;
}

#blog p, #blog li {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

#blognav form {
	margin: 0px;
	padding: 0px;
}

#blognav input {
	font-size: 12px;
	width: 120px;
}

#blognav li {
	color: #999999;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#blognav li a {
	font-size: 11px;
	text-decoration: none;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
}

#content {
	clear: both;
	width: 880px;
	padding: 10px;
}

#copyright {
	font-size: 10px;
	margin-top: 5px;
}

#footercontact {
	float: right;
}
#container #footer {
	clear: both;
	padding: 10px;
	background-color: #EEE;
	width: 880px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: left -300px;
}


#header {
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	width: 890px;
}

#header #headlog {
	float: right;
	margin-right: 9px;
	margin-top: 9px;
}

#header #headlog a {
	background-color: #999999;
	border-bottom-color: #666666;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: none;
	border-left-width: 1px;
	border-right-color: #666666;
	border-right-style: none;
	border-right-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: none;
	border-top-width: 1px;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	text-align: center;
	text-decoration: none;
}

#header #headlog a:hover {
	background-color: #FFFFFF;
	color: #666666;
}

#header #logo {
	float: left;
	margin-bottom: 10px;
	margin-left: 8px;
	margin-top: 10px;
}

#header #topnav {
	clear: both;
	text-align: center;
	padding-left: 2px;
}

#header #topnav a {
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 1px;
	margin-right: 3px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	float: left;
	text-align: center;
	padding-right: 16px;
	padding-left: 16px;
	background-color: #999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
}

#header #topnav a:hover, #header #topnav a.orange:hover, #header #topnav a.green:hover, #header #topnav a.blue:hover, #header #topnav a.purple:hover, #header #topnav a.red:hover, #header #topnav a.turquoise:hover{
	background-color: #FFFFFF;
	color: #333333;
	background-image: none;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;
}

#header #topnav p {
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

#header #topnav td {
	text-align: center;
	width: 20%;
}

#header #toptext a, #footer #toptext a {
	color: #CCCCCC;
	font-size: 9px;
	text-decoration: none;
}

#header #toptext, #footer #toptext {
	color: #CCCCCC;
	letter-spacing: 2px;
}

#mainarea {
	width: 500px;
	float: left;
	padding-bottom: 10px;
}

#searchbox {
	float: right;
}
#topnav a#tn1 {
	background-color: #F8AE65;
}
#topnav a#tn2 {
	background-color: #67D68D;
}
#topnav a#tn3 {
	background-color: #B67DC4;
}
#topnav a#tn4 {
	background-color: #7297CF;
}
#topnav a#tn5 {
	background-color: #D66F6B;
}

#toptext {
	text-align: center;
}

#toptext h1 a:hover {
	color: #FF0000;
}

#toptext h1, #toptext h1 a {
	border: none;
	color: #CCCCCC;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
}
form {
	margin: 0px;
	padding: 0px;
}
.graycell td {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.usertable {
	border: 1px solid #999999;
	background-color: #F8F8F8;
}
.usertable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 5px;
}



#header #sellernav {
	clear: both;
	width: 100%;
}

#header #sellernav a {
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #D5807B;
}

#header #sellernav a:hover {
	background-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	border-right-color: #CCCCCC;
	border-top-color: #666666;
	color: #CC0000;
}

#header #sellernav p {
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

#header #sellernav td {
	text-align: center;
	width: 20%;
}


#sellernav a.tn1 {

}

#sellernav a.tn2 {

}

#sellernav a.tn3 {

}

#sellernav a.tn4 {

}

#sellernav a.tn5 {

}
.seller h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	background-color: #D5807B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.seller h2 {
	background-color: #D5807B;
}
.seller h3 {
	background-color: #FFFFFF;
	color: #C44A44;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
input.issue {
	display: none;
}
#mainarea #sellercard {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sellercard h2 {
	clear: both;
}
h4 a, h4 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
}
h4 a:hover {
	text-decoration: underline;
}
h2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.permalink,a.permalink:visited, a.permalink:hover {
	font-size: 9px;
	text-decoration: none;
	color: #CCCCCC;
}
h1.directory a, h1.directory a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1.directory a:hover {
	text-decoration: underline;
}
a.button {
	display: block;
	background-color: #B5B5B5;
	margin: 5px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
a.button:hover {
	color: #666666;
	background-color: #FFFFFF;
}
td.notice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #D01414;
	font-weight: bold;
	padding: 5px;
}
#header #topnav a .navhead {
	font-size: 13px;
}
#header #topnav a.orange {
	background-image: url(images/orange.png);
	background-repeat: repeat-x;
	background-color: #FF9C07;
}
#header #topnav a.green {
	background-image: url(images/green.png);
	background-repeat: repeat-x;
	background-color: #099D3A;
}
#header #topnav a.red {
	background-image: url(images/red.png);
	background-repeat: repeat-x;
	background-color: #CF1111;
}
#header #topnav a.blue {
	background-image: url(images/blue.png);
	background-repeat: repeat-x;
	background-color: #0A3BCE;
}
#header #topnav a.purple {
	background-image: url(images/purple.png);
	background-repeat: repeat-x;
	background-color: #6E3E9F;
}
#header #topnav a.turquoise {
	background-image: url(images/turquoise.png);
	background-repeat: repeat-x;
	background-color: #6E3E9F;
}
h2.green {
	background-image: url(images/green.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
h2.orange {
	background-image: url(images/orange.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
h2.red {
	background-image: url(images/red.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
h2.blue {
	background-image: url(images/blue.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
h2.purple {
	background-image: url(images/purple.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
tr.blue td {
	background-image: url(images/blue.png);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	background-color: #4167D9;
}
#mainarea tr.red td {
	background-color: #D11919;
	background-image: url(images/red.png);
	background-repeat: repeat-x;
	color: #FFF;
	text-align: center;
}
h2.turquoise {
	background-color: #11A0CF;
	background-image: url(images/turquoise.png);
}
.cat-descr {
	padding: 8px;
	border: 1px solid #FFA51D;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFF0D9;
	color: #BF7300;
}
.linkedarticle {
	display: list-item;
	margin-left: 15px;
}
