body {
	background-image: url(/images/bg.jpg);
	background-color: #363636;
	padding:0px;
	margin:0px;
	text-align: center;
}

body, td, th {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #FFF;
}

a {
	text-decoration: none;
	color: #CC6600;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h1 {
	text-transform: uppercase;
	font-size: 20px;
	margin: 0px 0px 15px 0px;
	text-align: center;
}

h2 {
	font-size: 14px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.zonepic {
	margin-left: 35px;
	margin-bottom: 35px;
	border: 2px solid #333333;
}

.bt_catsearch {
	background-image: url(/images/catsearch.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	border: 0px solid #000000;
	color: #ffffff;
	height: 16px;
}

.thead {
	display: block;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	margin-left: 35px;
	margin-bottom: 6px;
	font-weight: bold;
	cursor: pointer;
}

.theadactive {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	margin-left: 35px;
	margin-bottom: 6px;
}

.tbody {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	margin-left: 50px;
	margin-bottom: 6px;
	overflow: hidden;
}

.rps-cat2-trait {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

.item-custom {
	color: #ffffff;
	background-color: #666666;
	border: 0px solid #000000;
}

.blogtable td {
	padding: 0px;
	padding: 5px 0px 5px 0px;
	vertical-align: top;
}

.blogimg {
	border: 1px solid #333333;
	margin: 0px;
	margin: 0px 0px 35px 35px;
}

.scrapbook_table {
	margin: 0px;
	margin: 40px 10px 40px 10px;
}

.scrapbook_table td {
	vertical-align: top;
	text-align: center;
}

/*  Slider  */

#relatedpics {
	position: relative;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0 auto;
	width: 640px;
	height: 140px;
	background-image: url(/images/relatedpic_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#picslide {
	position: absolute;
	top: 30px;
	left: 50px;
	height: 120px;
}

#detbars {
	position: absolute;
	left: 0px;
	width: 630px;
	height: 120px;
	padding:0px;
	margin:0px;
}


.catbarwrap {
	position: relative;
	width: 643px;
	height: 120px;
}

.catprodwrap {
	position: absolute;
	overflow: hidden;
	width: 638px;
	height: 120px;
	left: 0px;
	z-index: 20;
}

#detbars .catbarwrap {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 120px;
	visibility: hidden;
}

.leftarrow {
	position: absolute;
	width: 16px;
	height: 18px;
	left: -8px;
	top: 43px;
	z-index: 100;
	visibility: hidden;
}

.rightarrow {
	position: absolute;
	width: 16px;
	height: 18px;
	right: -6px;
	top: 63px;
	z-index: 100;
}

#detbars .leftarrow {
	top: 40px;
}

#detbars .rightarrow {
	top: 40px;
}

#detbars .catprodwrap {
	top: 7px;
	height: 100px;
}

.catprodslider	{ 
	position:absolute; 
	visibility:hidden; 
	left: 0px; 
	top: 0px; 
	z-index: 1; 
}

.catprodslider td {
	padding-left: 35px;
}

.view_all {
	text-decoration: underline;
	font-weight: bold;
	font-size:16px;
}

.view_all:hover {
	text-decoration: none;
}