/* Search Box */
.searchbox {
	text-align:right;
	padding: 10px 50px 0 0;
}
.searchtext {
	font-size: 8pt;
	margin: 0;
	color:#333333;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
.btn-search {
	background-image:url(img/search.jpg);
	width:61px;
	height:20px;
	border : 0;
	border-style : none;	
	cursor:pointer;	
}


/* Navigation bar */
#onpaconav {
	margin: 0;
	height: 30px;	
	color: #262626;
	font-weight:bold;
	font-size:10pt;
	position: relative;
	left: 75px;	
	top: 3px;
}
#onpaconav a {
	color: #262626;
	text-decoration: none;
}
#onpaconav a:hover {
	text-decoration: underline;
}

/* Path Bar */
#onpacotrail{
	color:#FFFFFF;
	font-weight:bold;
	font-size:9pt;
	padding: 2px 10px 0px 50px;
	height:22px;
}

#onpacotrail a {
	color:#FFFFFF;
	text-decoration:none;
}
#onpacotrail a:hover {
	text-decoration:underline;
}


/* Formpage */
select {
   font-size: 8pt;
   color: #5e5e5e;
   border: 1px solid #5e74b3;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}
table.formPage {
	width:100%;
	border: 0px solid #A0A0A0;
}
table.formPage a{
	color:#4c5600;
	font-weight:bold;
	text-decoration:none;
}
td.err {
	padding: 0px;
	color: #FF0000;
	background: #FFEDED;
	border: 0px solid #A0A0A0;
	text-align: left;
}
td.msg {
	padding: 0px;
	color: #0000FF;
	background: #EDF3FF;
	border: 0px solid #A0A0A0;
	text-align: left;
}
div.errForm, span.errForm {
	margin: 0px 0 0px 2px;
	padding: 0px;
	color: #FF0000;
	background: #FFFFF3;
	font-size:7pt;
}
.label {
  	text-align: right;
  	font-weight:bold;
	width:25%;
}
.field {
	width:75%;
	color: #5e5e5e;
}
span.req {
	margin-left: 3px;
	color: #FF0000;
	font-weight: bold;
}
.text {
	font-size: 8pt;
	margin:0px;
	padding:0px;
}
input.text {
	color: #5e5e5e;
	padding:0px 2px;	
	border: 1px solid #5e74b3;
}
textarea.text {
	font-size: 8pt;
	color: #5e5e5e;
	border: 1px solid #5e74b3;
}
.limit_field {
	border: 0 solid transparent;
	border-width:0;
}
.captcha {
	border: 1px solid #5e74b3;
	margin-top: 10px;
}
.buttons {
	text-align: center;
}
.btn {
	font-size: 8pt;
	font-weight: bold;
	border: medium none;
	background-color:#FFFFFF;	
	cursor: pointer;
	height: 20px;
	width: 150px;
	color:#4C5600;
	margin-top: 0px;
}

/* Price Table */
.price {
	border: 0px solid #A0A0A0;
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}


/* body */

body {
	background:#ccc url(img/bg.jpg);
	font-family: Arial,Verdana, Tahoma,  sans-serif;
	font-size: 8pt;
	margin: 0; 
	padding: 0;
}

#invisible {
height: 4px;
font-size: 2px;
}

#onpacoheader {
	height:100px;	
	background: #fdfef5 url(img/bluetop.jpg);		
}
#onpacoheader1 {
	height:68px;	
	background: #fdfef5 url(img/bluetop1.jpg);		
}
#onpacologo{
	display:block;
	float:left;
	background: url(img/logo.jpg);
	height:100px;
	width:365px;
}
h1 {
	font-size: 14pt;
	margin: 5px 0 5px 0;
}
h2 {
	font-size: 9pt;
	margin: 0px 10px 0px 10px;
	padding: 0;
}
h3 {
	color:#28446b;
	font-size: 9pt;
	padding: 0;
	border-bottom: 1px dashed #CCC;
}


/* Banner */
.onpacobanner {
	padding: 0;
	text-align:center;
}
.onpacocategories {
  	width:643px;	
  	margin: 0 auto;
}
.onpacocategories a {
	color:#28446b;
	text-decoration:none;
}
.onpacocategories a:hover {
	text-decoration:underline;
}
.onpacosubcategories {
	margin: 0px 15px 7px 0px;
	padding: 0px 0px 0px 20px;
	font-size:7pt;
	color:#5e5e5e;
}
.onpacosubcategories  a {
	color:#5e5e5e;
	text-decoration:none;
}
.onpacosubcategories a:hover{
	text-decoration:underline;
}
.count {
   color: #6f6f6f;
   font-size: 8pt;
   font-weight: normal;
}

/* footer */

#onpacofooter {
	height: 57px;
	margin:5px 0 0 0;
	padding:13px 5px 0px 125px;
	color:#FFFFFF;
	font-size:8pt;
	font-weight:bold;
}
#onpacofooter a {
	color: #FFFFFF;
	text-decoration:none;
}
#onpacofooter a:hover {
	text-decoration:underline;
}

/* Link Page */
img.thumb{
	border: 1px solid #CCC;
	width: 102px;
	height: 80px;
	margin: 3px;
	padding: 0px;
	float:left;
}
.linkdesc{
	margin-left:115px;
}
hr {
	border : 1px dashed #dcdcdc;
	width : 97%;
}
.small, .small a {
	padding: 0 5px;
	margin: 0px;
	color: #a4a4a4;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color:#28446b;
	font-weight:bold;
}

/* featured */

.featlink {
  	width:550px;
	padding:0;
	margin: 0px;
}
.featlink a {
	color:#4c5600;
	font-weight:bold;
	text-decoration:none;	  
}
.featlink a:hover {
	text-decoration:underline;  
}
.featurl{
   color: #333333;
   font-weight:bold;
}

/* regular */

.reglink {
  	width:550px;
	padding:0;
	margin: 0px;
}
.reglink a {
	color:#333333;
	font-weight:bold;	
	text-decoration:none;
}
.reglink a:hover {
	text-decoration:underline;  
}
.url {
   color: #666666;
   font-weight:bold;   
}
.urlbottom {
   color: #666666;
   font-weight:bold;   
   position: relative;
   left: 240px;
   top: 22px;

}



/* General */
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* Category, articles search page */
.list{
	width:100%;
	color:#5e5e5e;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}
.list a{
	color:#4c5600;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}
.list a:hover{text-decoration:underline;}
.list p{
	color:#5e5e5e;
	font-weight:normal;
	font-size:8pt;
	padding: 0 0 7px 0;
	margin: 0;
}



/* Default+ */
h4 {
	padding: 0;
	margin: 0;
}
.smallDesc {
	color: #5e5e5e;
	font-size: 7pt;
	font-weight:normal;
	margin:0;
	padding:0;
}
.searchpaging a {
	color:#4c5600;
	font-weight:bold;
	text-decoration:none;
}
.searchpaging a:hover{
	text-decoration:underline;
}

/* Default */
.c {
	float: left;
}
.cr {
	clear: left;
}
td {
	vertical-align: top;
	padding: 0;
}

.tdpad {
	vertical-align: top;
	padding: 0pt 8px;
}


#descr {
	padding: 0px;
	margin: 0 0 5px 0;
}
#links a {
	font-size: 9pt;
}
#links p {
   margin: 0 0 7px 0;
}

#path {
	margin-top: 2px;
	padding: 3px;
	background: #D9E8F9;
	line-height: 19px;
	border-top: 1px solid #5e74b3;
}
.submit {
	float: right;
	vertical-align: bottom;
}
#user-bar {
	clear:both;
	width:20%;
	margin:0 0 0 auto;
	padding:3px;
	background:#D9E8F9;
	line-height:19px;
	text-align:right;
}
div.pr {
	font-size: 6pt;
	color: #5e5e5e;
}
div.prg {
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb {
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}
.stats {
	margin: 5px 0 0 0;
	padding:8px 0 3px 30px;
	font-weight:bold;
}