body {
    background: #282828;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #ffffff;
	font-size: 10pt;
	margin:0px;
}
.menubut {
background-image:url(../images/button.gif);
}

.foot {
color:#EDEDED;
font-size:12px;
font-style:italic;
font-weight:bold;
text-align:left;
}

.foot a {
color:#EDEDED;
text-decoration:underline;
}
.left{
	float: left;
}
.right{
	float: right;
}

.c {
	float: left;
}
.cr {
	clear: left;
}


h1 {
	font-size: 14pt;
	margin: 5px 0 5px 0;
}

h2 {
	color: #94A7AA;
	font-size: 10.5pt;
	margin: 0;
	padding: 0;
}

h3 {
	color: #94A7AA;
	font-size: 8pt;
	padding: 0;
	border-bottom: 1px dotted #94A7AA;
}

#descr {
	padding: 0px;
	margin: 0 0 5px 0;
}

table.formPage {
	border: 0px solid #94A7AA;
}
td.err {
	padding: 3px;
	color: #FF0000;
	background: #FFEDED;
	border: 1px solid #94A7AA;
	text-align: left;
}
td.msg {
	padding: 3px;
	color: #0000FF;
	background: #EDF3FF;
	border: 1px solid #94A7AA;
	text-align: left;
}
.label {
	text-align: right;
	font-weight: bold;
	color: #94A7AA;
}
.buttons {
	border-top: 1px solid #94A7AA;
	text-align: center;
}
.count {
	color: #6f6f6f;
	font-size: 8pt;
	font-weight: normal;
}
#links a {
	font-size: 10pt;
}
#links p {
	margin: 0 0 7px 0;
}
.url {
	color: #BAFF00;
}

.submit {
	float: right;
	vertical-align: bottom;
}
#user-bar {
   clear:both;
   margin:0 0 0 auto;
   padding:3px;
   line-height:19px;
   text-align:center;
}

.text, .btn {
	font-size: 10pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
input.text {
	color: #94A7AA;
	border: 1px solid #94A7AA;
	background: url(../images/input.gif);
	height:22px;
	width: 250px;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #94A7AA;
	background: #ffffff;;
	height: 40px;
	
}
textarea.but {
	font-size: 8pt;
	border: 1px solid #ffffff;
	height: 70px;
	width: 150px;
	
}
select {
	font-size: 8pt;
	border: 1px solid #94A7AA;
}

.captcha {
	border: 1px solid #94A7AA;
	margin-top: 10px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn {
	font-size: 12pt;
	font-weight: bold;
	color: #303030;
	border: 1px solid #BAFF00;
	background-color: #BAFF00;/*#FFCC33;*/
	cursor: pointer;
	height: 45px;
	width: 180px;
}
.rightbod {
}

span.req {
	margin-left: 3px;
	color: #FF0000;
	font-size: 13pt;
	vertical-align: top;
}

div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #FF0000;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: right;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-size: 9pt;
	text-decoration: none;
	text-align: right;
}
.sort {
	color: #BAFF00;
	font-weight: bold;
	text-align: right;
}

div.pr {
	font-size: 6pt;
	color: #94A7AA;
	float: left;
	height: 110px;
	margin-right: 5px;
}
div.prg {
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb {
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}


.price {
	border: 1px dotted #94A7AA;
}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}

.paging-links,
.paging-info {
   text-align:right;
}
.paging-links a:link, .paging-links a:visited  {
   text-align:right;
   color: #94A7AA;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
.paging-info a:link, .paging-info a:visited  {
   text-align:right;
   color: #94A7AA;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}


.paging-info {
   font-style: italic;
}

.limit_field {
   border: 0 solid transparent;
   border-width:0;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   color:#6A8AD4;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #9EC2F3;
   border-width:0 1px 1px;
}

#catTitle { background:#fff; } /* Important for Konqueror */

#categtree h2 {
   margin:0 0 5px;
   padding:2px;
   text-align:center;
   color:#94A7AA;
   background:#DDE5F3;
   vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
}

#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px dotted #CBE2EC;
   border-width:1px 0;
   cursor:pointer;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#F8F8FC;
}

#categtree .even {
   background:#fff;
}

#categtree .categ-item:hover {
   background:#eee;
}
.icon {
	text-decoration: underline;
	padding: 0 3px 0 5px;
	vertical-align: middle;
}
.detail a:link, .detail a:visited
{
color:#94A7AA;
}

.list a:link, .list a:visited
{
font-size: 10px;
	color: #94A7AA;
	font-weight: bold;
	text-decoration: none;

}
#wrappercontainer {

	width: 100%;
}
#wrapper {
	margin-top: 25px;
}
#header{
	height: 169px;
	width: 100%;
	background: url(../images/index_02.gif) repeat-x;
}

#header .logo{
	float: left;
	height: 169px;
}
#nav{
	background: url(../images/index_06.gif) repeat-x;
	height: 72px;
	width: 100%;
	border: 0px;
}
.search{
	background: url(../images/index_07.gif) no-repeat;
	width: 209px;
	height: 72px;
	float: right;
	border: 0px;
}
input.search{
	width: 209px;
	background: transparent;
	border: 0px;
	color: #fff;
	height: 72px;
	padding: 20px 0 0 0px;
	text-align: center;
}
.navicons{
	float: left;
	background: url(../images/index_05.gif) no-repeat;
	width: 509px;
	height: 72px;
	margin-left: 10px;
}
.navicons1{
	background: transparent;

}
#contentcontainer {
	float: left;
	margin-right: -260px;
	width: 100%;



}
#content {
	margin-right: 260px;
	
}
.path{
	background: url(../images/topbar_04.gif) repeat-x;
	height: 32px;
	color: #fff;
	vertical-align: middle;
	line-height: 32px;
	width: 100%;
	padding: 0px;
	margin: 0px;

}
.main{
	padding-top: 15px;
	padding-bottom: 45px;
	padding-left: 25px;

}
.main h2 a{
	color: #ffffff;
	font-size: 9pt;
}
.main h2 a:hover {
	text-decoration: none;
}


.main p.subcats {
	margin: 5px 40px 10px 15px;
	padding: 0px;
	color:#fff;
}

.main p.subcats a {
	color:#fff;
	font-size:7.5pt;
	text-decoration:none;
}

.main p.subcats a:hover {
	text-decoration: underline;
}

.cat{
	float: left;
	width: 33%;

}
.space{
	height: 30px;
}

#sidebar{
	float: right;
	width: 226px;
	background: url(../images/index_21.gif) repeat-y;
	padding: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	list-style: none; 
	list-style-type: none;
	text-align: left;
	color: #BAFF00;
	vertical-align: top;
	font-size: 8pt;
}

#sidebar h2 {
	background: url(../images/index_20.gif);
	width: 226px;
	height: 28px; 
	line-height: 28px;
	text-align: center;
	font-size: 11pt;
	color: #BAFF00;
}
#sidebar ul { 
	padding: 2px 0 0 0;
	margin: 0;
	list-style: none; 
	list-style-type: none;
	text-align: left;
}
#sidebar li {
	margin: 0px 0 15px 0;
	padding: 0 0 15px 0px;
	text-align: left;
	font-family: Verdana; font-size: 11px;
	color: #BAFF00;
	font-size: 8pt;
	
}
#sidebar li li {
	margin: 5px 0 5px 0px; 
	padding: 0 0 0 15px;
	color: #BAFF00;
	text-align: left;
	line-height: 1em;
	background: none;
}
#sidebar li li li {
	margin: 0;
	text-align: left;
}
#sidebar div {
	margin: 0 5px;
	text-align: left;
}
#sidebar a {
	color: ##808080;
	font-size: 8pt;
	text-align: left;
	text-decoration: none;
	margin: 0px 0 5px 0;
	padding: 0 0 10px 0;
}
#sidebar a:hover {
	text-decoration: underline;
}
#content .featured {
	float: left;
	color: #fff;
	width: 100%;
	background: #303030;
	margin-top: 10px;
	vertical-align: top;
}
#content .featured a {
	color: #BAFF00;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
#content .featured a:hover {
	text-decoration: underline;
}
.heading{
	background: #BAFF00;
	border: #D4D2D2;
	color: #303030;
	width: 100%;
	font-size: 11pt;
	text-align: left;
	height: 20px;
}
#content .standard {
	float: left;
	width: 98%;
	vertical-align: top;
	color: #fff;
}
#content .standard a {
	color: #BAFF00;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
#content .standard a:hover {
	text-decoration: underline;
}
#content .option{
	float: left;
	width: 98%;
	vertical-align: bottom;
	padding: 0 5px 0 0px;
	margin-bottom: 15px;
	font-size: 15pt;
	border-bottom: 1px dotted #BAFF00;
	text-align: right;
}
#content .article {
	float: left;
	width: 100%;
	background: #303030;
	color: #fff;
	border: 0px solid #D4D2D2;
	vertical-align: bottom;
	padding-bottom: 20px;
}
#content .article a {
	color: #BAFF00;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
#content .article a:hover {
	text-decoration: underline;
}
.linkbox {
	width: 100%;
	min-height: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.linkdisplaycontainer {
	float: right;
	margin-left: -150px;
	width: 100%;
	text-align: left;
	vertical-align: top;
	height: 100%;

}
.linkdisplay {
	margin-left: 150px;
	text-align: left;
	clear:both;
	vertical-align: top;

	
}
.thumb{
	float: left;
	text-align: left;
	margin-right: 15px;
	margin-left: 5px;
	vertical-align: top;
}
.thumb img{
	height: 80px;
	width: 117px;
	border: 1px solid #666666;
	vertical-align: top;
}

#detailthumb{
	width: 100%;
	vertical-align: top;
	background: #E3ECFF;
	border: 1px solid #D4D2D2;
	padding-top: 15px;
	padding-bottom: 15px;
	}
#detailthumb img{
	height: 155px;
	width: 200px;
	border: 1px solid #666666;
	vertical-align: top;
}

.detailcontainer{
	width: 100%;
	text-align: left;
	vertical-align: top;
	height: 100%;
	float: left;
}
.detailcontainer h2 {
	float: left;
	text-align: left;
	margin-bottom: 5px;
	font-size: 13pt;
	font-weight: normal;
	color: #94A7AA;
}
.detailpage {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 20px;
	float: left;
	text-align: left;
	vertical-align: top;
}
.detailpage a {
	color: #000000;
	float: left;
	text-align: left;
	text-decoration: underline;
}
.detailpage a:hover {
	text-decoration: none;
}




#detailcontainer1{
	width: 100%;
	text-align: left;
	vertical-align: top;
	margin-top: 100px;
	height: 100%;
	float: left;
}
#detailcontainer1 h2 {
	float: left;
	text-align: left;
	margin-bottom: 5px;
	font-size: 16pt;
	font-weight: normal;
	color: #94A7AA;
}
#detailpage1 {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 20px;
	float: left;
	text-align: left;
	vertical-align: top;
}
#detailpage1 a {
	color: #000000;
	float: left;
	text-align: left;
	font-size: 16pt;
	text-decoration: underline;
}
#detailpage1 a:hover {
	text-decoration: none;
}

#submitform {
	width: 100%;
	margin: 0;
	padding: 0;
}
#submitform h2{
	font-size: 15pt;
	color: #94A7AA;
	font-weight: normal;
}
#submitform .logininfo{
	border: 1px solid #999999;
	color: #000000;
	font-size: 10pt;
	padding-top: 5px;
	padding-bottom: 5px;
}
#submit{
	width: 100%;
	border: 0px;
}
#submit .error{
	background: #ddebf9;
	color: #000000;
}
#submit h2{
	font-size: 19pt;
	color: #94A7AA;
	font-weight: normal;
	margin-bottom: 15px;
}
#submit .pricefeatured{
	background: #BAFF00;
	border: #D4D2D2;
	color: #94A7AA;
	width: 100%;
	font-size: 13pt;
	text-align: left;
	height: 40px;
	padding-top: 15px;
}
#submit .typefeatured{
	background: #444;
	color: #BAFF00;
	height: 60px;
	padding: 5px 0 0 0;
	text-align: left;
}
#submit .valuefeatured{
	width: 100%;
	background: #303030;
	color: #fff;
	text-align: right;
	margin-bottom: 10px;
	height: 25px;
	padding-top: 5px;
	font-size: 12pt;
}
#submit .inputfield{
	text-align: left;
	padding-left: 15px;
	width: 100%;
}
#submit .describingtext{
	text-align: left;
	padding-left: 15px;
	color: #000;
	margin-bottom: 10px;
	width: 100%;
}
#submit .heading{
	font-size: 15pt;
	color: #94A7AA;
	width: 100%;
	text-align: left;
}
#submit .container{

}
#article{
	margin: 0;
	width: 90%;
	color: #94A7AA;
	text-align: justify;
}
#article h2{
	border-bottom: 1px dashed #94A7AA;
	color: #94A7AA;
	font-size: 13pt;
}



.footer {
	border: 0px;
	vertical-align: bottom;
	width: 100%;
	text-align: center;
	color: #555;
	font-family: Verdana;
	position: relative;
    clear:both;
	background: url(../images/index_28.gif) repeat-x;
	height: 30px;
	margin-top: 15px;

}

#copyright {
	vertical-align: middle;
	color: #282828;
	font-size: 9pt;
	padding-top: 7px;
	margin: auto;
}
#copyright a {
	text-decoration: underline;
	color: #282828;
	font-size: 9pt;
}
#copyright a:hover {
	text-decoration: none;
}
#copyright h2 {
	font-size: 12pt;
	color: #282828;
}
#stats {
	float: right;
	background: url(../images/index_31.gif);
	width: 231px;
	height: 185px;
	vertical-align: middle;
	color: #282828;
	margin-right: 5px;
	font-size: 9pt;
}
#stats h2 {
	font-size: 12pt;
	color: #282828;
}



.ds{
	background: url(../images/index_32.gif) repeat-x;
	width: 100%;
	height: 29px;
	line-height: 29px;
	vertical-align: middle;
	color: #BAFF00;
	text-align: right;
	margin: 0px;
	padding: 0;
}
.ds a{
	color: #BAFF00;
}

.vb{
	background: url(../images/index_33.gif) repeat-x;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 13px;
}

.dboxwrap{
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
	width: 100%;
	position: relative;
	clear: both;
	height: 30px;
	padding: 15px 0 0 0;
	margin: 3px 0 3px 0;
}
.dbox{
	width: 100%;
	float: right;
	margin-left: -100px;
}
.dboxcontainer{
	margin-left: 100px;
	font-size: 9pt;
}
.dboxcontainer a {
	color: #BAFF00;
}
.dboxside{
	width: 100px;
	float: left;
	color: #BAFF00;
	text-align: right;
	font-weight: bold;
}





.dboxwrap1{
	background: #303030;
	width: 100%;
	position: relative;
	clear: both;
	padding: 15px 0 0 0;
	color: #BAFF00;
	margin: 3px 0 3px 0;
}
.dbox1{
	width: 100%;
	float: right;
	margin-left: -100px;
}
.dboxcontainer1{
	margin-left: 100px;
	font-size: 9pt;
}
.dboxcontainer1 a {
	color: #BAFF00;
}
.dboxside1{
	width: 100px;
	float: left;
	color: #BAFF00;
	text-align: right;
	font-weight: bold;
}









.sboxwrap{
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
	width: 100%;
	position: relative;
	clear: both;
	padding: 10px 0 0 0;
	margin: 3px 0 3px 0;
}
.sbox{
	width: 100%;
	float: right;
	margin-left: -100px;
}
.sboxcontainer{
	margin-left: 100px;
	font-size: 9pt;
}
.sboxcontainer a {
	color: #BAFF00;
}
.sboxside{
	width: 100px;
	float: left;
	color: #BAFF00;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
}



.sboxwrap1{
	background: #303030;
	width: 100%;
	position: relative;
	clear: both;
	padding: 15px 0 0 0;
	color: #BAFF00;
	margin: 3px 0 3px 0;
}
.sbox1{
	width: 100%;
	float: right;
	margin-left: -100px;
}
.sboxcontainer1{
	margin-left: 100px;
	font-size: 9pt;
}
.sboxcontainer1 a {
	color: #BAFF00;
}
.sboxside1{
	width: 100px;
	float: left;
	color: #BAFF00;
	text-align: right;
	font-weight: bold;
}
