* {
	margin: 0;
	padding: 0;
}
body {
	background: #ebe0eb url('../images/purple.gif') repeat-x;
	font: 9pt Arial, Verdana, Tahoma, sans-serif;
	color: #555;
	text-align: center;
}
p, a, input, textarea, select, td, h1, h2, h3, h4, h5, h6, span {
	font-family: Arial, Verdana, Tahoma, sans-serif;
}
a {text-decoration: none;}
a:link {color: #732d73}
a:visited {color: #512051}
a:hover {color: #cb1ea9; text-decoration: underline;}
#wrapper {
	margin: 0 auto;
	padding: 0 0 12px 0;
	width: 791px;
	text-align: left;
}
#header {
	position: relative;
	left: 0;
	z-index: 99;
	background: url('../images/catnap.gif') no-repeat right top;
	height: 115px;
}
#logo {
	float: left;
	margin-top: 54px;
	padding-left: 32px;
}
#outer {
	background: url('../images/tilingbg.gif') repeat-y left top;
	width: 784px;
}
#main {
	position: relative;
	z-index: 98;
	padding: 36px 0 0 0;
	margin-top: -12px;
	width: 784px;
	background: url('../images/mainbg.gif') no-repeat left top;
}
#inner {
	width: 722px;
	margin: 0 auto;
	padding: 22px 0 12px 0;
}
#breadcrumb {
	position: relative;
	width: 691px;
	background: #cb1ea9;
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
	padding: 2px 4px;
}
#breadcrumb a {
	text-decoration: underline;
	color: #fff;
}
.categories {
	clear: both;
}
h2 a:link, h2 a:visited, ul.maincat li a:link, ul.maincat li a:visited {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #cb1ea9;
}
h2 a:hover, ul.maincat li a:hover {
	text-decoration: none;
	color: #732d73;
}
.categories ul.maincat, ul.maincat {
	list-style: none;
}
.categories ul.maincat li a:link, .categories ul.maincat li a:visited {
	font-size: 8pt;
}
h3 {
	color: #555;
	clear: both;
	float: left;
	width: 693px;
	height: 15px;
	font-size: 9pt;
	margin: 7px auto;
	background: #ecdcec;
	padding: 3px;
	border-bottom: 1px dotted #d1bdd1;
}
* html h3 {
	margin-bottom: 0;
}
h3 span.bright {
	display: inline;
	font-style: italic;
	color: #cb1ea9;
}
h4 {
	color: #cb1ea9;
	border-bottom: 1px dotted #d1bdd1;
	font-size: 11pt;
	padding: 0 0 5px 0;
	margin: 0 0 8px 0;
}
#articles {
	clear: both;
}
#path {
	clear: both;
	margin: 0 auto 14px auto;
	padding: 0 12px;
	width: 698px;
	height: 26px;
	line-height: 26px;
	background: url('../images/pathbg.gif') no-repeat center top;
	color: #444;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
#footer  {
	clear: both;
	margin: 0 auto;
	padding: 5px 12px 0 12px;
	width: 698px;
	height: 32px;
	background: url('../images/footerbg.gif') no-repeat center top;
	color: #444;
	font-size: 8pt;
}
.left {
	float: left;
}
.left a {
	font-weight: bold;
	color: #cb1ea9;
}
.left .nolink {
	font-weight: normal;
	text-decoration: none;
	color: #444;
}
.left .nolink a:hover {
	text-decoration: underline;
}
.right {
	float: right;
	font-weight: normal;
	font-size: 9pt;
	color: #555;
}
#footer form {
	padding-top: 4px;
	float: right;
}
#srchfrm {
	width: 275px;
	height: 23px;
	line-height: 19px;
	background: url('../images/input.gif') no-repeat left 4px;
}
#srchfrm input {
	float: left;
	margin-top: 2px;
	width: 200px;
	padding: 0 2px;
	border: 0;
	background: none;
}
input#srchbtn {
	float: right;
	margin: 0;
	padding: 0;
	width: 71px;
	height: 19px;
}
.subcats {
	list-style: none;
	font-size: 9pt;
	margin: 0 0 0 2px;
	padding: 2px 0 9px 0;
}
.subcats li {
	background: url('../images/bullet.gif') no-repeat left 5px;
	padding: 0 0 0 11px;
}
.t {background: url('../images/dot.gif') 0 0 repeat-x}
.b {background: url('../images/dot.gif') 0 100% repeat-x}
.l {background: url('../images/dot.gif') 0 0 repeat-y}
.r {background: url('../images/dot.gif') 100% 0 repeat-y}
.bl {background: url('../images/bl.gif') 0 100% no-repeat}
.br {background: url('../images/br.gif') 100% 100% no-repeat}
.tl {background: url('../images/tl.gif') 0 0 no-repeat}
.tr {background: url('../images/tr.gif') 100% 0 no-repeat; padding:5px}
.color {background: #f7eef7; padding: 5px;}
.color-w {background: #fff; padding: 14px; margin: 12px auto;}
.thumb {
	margin-right: 10px;
	padding: 10px;
	background: #f7eef7;
	border: 3px double #d1bdd1;
}
.thumb img {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
img.fthumb {
	border: 3px double #d1bdd1;
}
.smallDesc {
	font-size: 9pt;
}
.smallDesc a {
	text-decoration: underline;
}
.listed {
	float: left;
	font-size: 8pt;
}
.count, .date {
	font-size: 7pt;
	font-weight: bold;
}
#feat {
	position: relative;
	height: auto;
	overflow: auto;
	width: 699px;
}
.feat {
	clear: both;
	float: left;
	width: 684px;
	margin: 4px auto 8px auto;
	padding: 8px 6px;
	background: #fff;
	border: 1px dotted #d1bdd1;
}
.list, .list p {
	clear: both;
	float: left;
	position: relative;
}
#links {
	width: 685px;
	clear: both;
}
#links {
	margin: 0 auto;
	vertical-align: top;
	padding: 6px;
}
#links .clear {
	clear: both;
	padding: 3px 0 6px 0;
	margin: 0 0 8px 0;
	height: 1px;
	border-bottom: 1px dotted #d1bdd1;
}
.url {
	color: #cb1ea9;
}
.more {
	font-size: 8pt;
	font-weight: bold;
}
.more a {
	text-decoration: underline;
}
div.pr {
	font-size: 6pt;
	color: #000;
	float: left;
}
div.prg {
	width: 40px;
	border: 1px solid #999;
	height: 3px;
	font-size: 1px;
}
div.prb {
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}
a img {
	border: 0;
}
.small, .small a {
	color: #666;
	font-size: 8pt;
	text-decoration: none;
}
.sort {
	color: #732d73;
}
.navig {
	clear: both;
	font-size: 8pt;
	margin: 0 auto;
	width: 690px;
}
.navig a {
	text-decoration: underline;
}
.paging-links, .paging-info {
	text-align:left;
}
.paging-info {
	display: inline;
	font-style: italic;
}
input.text, #catTitle {
	width: 300px;
	text-indent: 4px;
	color: #444;
	background: url('../images/textbg.gif') no-repeat left top;
	border: 1px solid #d4b4d4;
	height: 16px;
	padding: 2px 0 0 0;
	margin: 0 0 5px 0;
	vertical-align: middle;
	font-size: 9pt;
}
textarea.text, select {
	font-size: 9pt;
	width: 300px;
	color: #444;
	text-indent: 4px;
	background: url('../images/textareabg.gif') no-repeat left top;
	border: 1px solid #d4b4d4;
	margin: 0 0 5px 0;
	padding: 2px 0 0 0;
}
input.text-c {
	width: 40px;
	text-indent: 4px;
	color: #444;
	background: url('../images/textbg.gif') no-repeat left top;
	border: 1px solid #d4b4d4;
	height: 16px;
	padding: 2px 0 0 0;
	margin: 0 0 5px 0;
	vertical-align: top;
	font-size: 9pt;
}
.captcha {
	border: 1px solid #d4b4d4;
	margin: 4px 0 7px 0;
}
.btn {
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 1px 4px;
	border: 1px solid #a6248c;
	background: #cb1ea9;
	color: #fff;
	cursor: pointer;
	height: 22px;
}
#user-bar {
   clear:both;
   width:20%;
   margin:0 0 0 auto;
   padding:3px;
   background:#D9E8F9;
   line-height:19px;
   text-align:right;
}
.featured-price p, .regular-price p {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 4px;
}
.featured-price {
	float: left;
	padding: 12px 8px;
	border: 3px double #d1bdd1;
	background: #fff;
}
.regular-price {
	float: left;
	padding: 12px 8px;
	border: 3px double #d1bdd1;
	background: #ecdcec;
}
.featured-price input, .regular-price input  {
	margin-right: 4px;
}
.featured-price .left, .regular-price .left {
	font-size: 12pt;
	font-weight: bold;
}
.featured-price .right, .regular-price .right {
	color: #cb1ea9;
	font-size: 11pt;
	font-weight: bold;
}
ol {
	clear: both;
	margin: 6px auto;
	padding: 0 0 0 20px;
}
ol li {
	padding: 0;
	margin: 0 0 5px 0;
}
.guidelines {
	width: 690px;
	margin: 0 auto;
	padding: 6px 12px;
	background: #f7eef7;
}
table.formPage {
	margin: 0 auto;
}
td.err {
	padding: 3px;
	color: #FF0000;
	background: #FFEDED;
	border: 1px solid #A0A0A0;
	text-align: left;
}
td.msg {
	padding: 3px;
	color: #0000FF;
	background: #EDF3FF;
	border: 1px solid #A0A0A0;
	text-align: left;
}
span.req {
	color: #FF0000;
	font-weight: bold;
}
div.errForm, span.errForm {
	margin: 0 0 0 5px;
	padding: 2px 3px;
	color: #FF0000;
	background: #FFFFF3;
	border: 1px solid #ccc;
	text-align: left;
	clear: right;
}
.limit_field {
	border: 1px solid #d4b4d4;
	font-size: 8pt;
	background: #fff;
}
.buttons, .label, .field {
	border: 1px solid #d4b4d4;
	padding: 3px;
	background: #f7eef7;
	text-align: center;
	vertical-align: middle;
}
.label {
	vertical-align: middle;
	text-align: left;
}
.submitform {
	border: 1px solid #d4b4d4;
	padding: 2px;
	background: #fff;
	text-align: center;
	margin: 0 auto;
}
.clear {
	clear: both;
	height: 12px;
}
.clear hr {
	display: none;
}
#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
text-decoration: underline;
	text-align: left;
}
#categtree {
	text-align: left;
   margin:3px 0;
   height:200px;
   width: 260px;
   overflow:auto;
   border:1px dotted #d4b4d4;
   border-width:0 1px 1px;
}
#categtree h2 {
	font-size: 12pt;
   margin:0 0 5px;
   padding:2px;
   text-align:center;
   background:#d4b4d4;
   vertical-align:middle;
}
#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
   cursor:hand;
}
#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px dotted #CBE2EC;
   border-width:1px 0;
   cursor:pointer;
   cursor:hand;
}
#categtree .categ-item img {
   margin-right:1em;
}
#categtree .odd {
   background:#F8F8FC;
}
#categtree .even {
   background:#fff;
}
#categtree .categ-item:hover {
   background:#eee;
}
.color div ul {
	margin: 10px 0;
	padding: 0 0 0 30px;
}
