@charset "utf-8";
/* CSS Document */

#dir_search{
	
	vertical-align:middle;
	
}

#dir_search label {
    /*float: left;*/
    padding: 5px 10px 0 0;
    font-weight: bold;
	text-transform:uppercase;
	color:#FFF;
}

#dir_search input {
	/*float:left;*/
    border:1px solid #256eaa;
    height: 24px;
	width:250px;
	font-size:16px;
	padding:3px;
	background:#FFF;
}

#inputleft {
    /*float: left;*/
    background: url('../images/inputleft.jpg') no-repeat;
    width: 3px;
    height: 24px;
    margin-left: 3px;
}

#inputright {
    /*float: left;*/
    background: url('../images/inputright.jpg') no-repeat;
    width: 3px;
    height: 24px;
    margin-right: 10px;
}

#dir_search button {
    /*float: left;*/
    background: url('../images/go.gif') no-repeat;
    width: 55px;
    height: 24px;
    margin: 0 5px 0 5px;
    cursor: pointer;
	border:none;
	line-height:30px;
}

#dir_search a:link, #dir_search a:active, #dir_search a:visited {
    /*float: left;*/
    font-family: Arial, Helvetica, sans-serif;
    color: #514e4e;
    text-decoration: none;
    font-size: 7pt;
    margin: 0 5px 0 5px;
}


#dir_search a:hover {
    color: #E00000;
}

.user_meta a {
    float: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #514e4e;
    text-decoration: none;
    font-size: 7pt;
    
}

#loginsplit {
    width: 2px;
    height: 25px;
    float: left;
    background: url('../images/searchsplit.jpg') no-repeat;
    margin: 0 10px 0 10px;
}






.submit_drop {
	position: absolute;
	margin-top: 50px;
	background: #f2f2f2;
}





.subcats {
    padding: 0 5px 10px 30px;
}


#row1 {
    float: left;
    width: 40%;
}

#row2 {
    float: left;
    width: 60%;
}

#articles {
    margin: 20px 0 0 0;
}

#row1articles {
    float: left;
    width: 210px;
    overflow: hidden;
    margin: 0;
}

.articlebox {
    float: left;
    width: 196px;
    margin: 0;
    padding: 10px 4px 20px 4px;
}

.articletitle a:link, .articletitle a:active, .articletitle a:visited {
    color: black;
}

.articletitle a:hover {
    color: #E00000;
}

.articletitle {
    background: url('../images/articleIcon.jpg') no-repeat;
    padding-left: 20px;
    font-weight: bold;
}

.articletext {
    padding: 5px 0 5px 0;
    height: 40px;
}

.articlefull {
    text-align: right;
}



/* login slider related */

#panel {
    background: #ffffff;
    display: block;
    color: #000000;
   /* padding: 10px 20px 10px 20px;*/
    position: absolute; 
    z-index: -1; 
    top: 23px; 
    width: 978px;
    height: 110px;
    margin-left: 6px;
    border-bottom: 1px solid #cccccc;
}

#panel_table {
	width: 200px;
	margin: 0 auto;
}

#panel a{
	color: #E00000;
}

.slide {
    margin: 0;
    padding: 0;
    background: #E51D25;
    text-align: right;
    color: #ffffff;
}
.btn-slide {
    text-align: right;
    /*margin: 0 auto;*/
    display: inline;
    font: normal 110%/100% Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}

.slide a:active, .slide a:link, .slide a:visited {
	color: #ffffff;
	text-decoration: none;
}

.slide a:hover {
    color: #ffffff;
    text-decoration: underline;
}


.active {
    background-position: right 12px;
}

.center_panel {
    margin: 0 auto;
    width: 960px;
    background: #E51D25;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
   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:#3E81B4;
   background:#DDE5F3;
   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;
}

span.req {
	color: #E00000;
}

.path {
	padding-bottom: 11px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}

.path a, .path span {
	background: url('../images/pathArrow.gif') no-repeat 5px 5px;
	padding: 0 0 0 24px;
}

#firstPath {
	font-weight: bold;
	background: none;
	padding: 0;
}

div.errForm, span.errForm {
	margin: 2px 0 0px 0px;
	padding: 2px 3px 2px 3px;
	color: #FFA814;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: both;
	display: block;
}
div#bar1 {
 width: 98px;
 background: #f2f2f2;
 font-weight: bold;
 font-size:10px;
 position: absolute;
 left: auto;
 margin: 34px 0 0 0px;
 padding: 0;
 z-index: 500;
 border: 1px solid #d1d1d1;
 color: #000;
}
 
div#bar2 {
 width: 138px;
 background: #f2f2f2;
 font-weight: bold;
 font-size:10px;
 position: absolute;
 left: auto;
 margin: 34px 0 0 0px;
 padding: 0;
 z-index: 500;
 border: 1px solid #d1d1d1;
 color: #000;
}

 

#linkDetail {
	line-height: 180%;
}

#linkDetail .label {
	width: 80px;
}

.link_rating {
	font-weight: bold;
	color: #444;
}

.pr {
	width: 35px;
	padding-top: 3px;
}

/* Generated via www.cssmenubuilder.com */

/* Generated via www.cssmenubuilder.com */

.breadcrumb{
}

.breadcrumb  a{
background: transparent url(../images/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
margin-right:5px;
}
.breadcrumb  a span{
background: transparent url(../images/home.gif) no-repeat center left;
padding-left: 20px; /*adjust bullet image padding*/
font-weight:bold;

}
.breadcrumb a{
background: transparent url(../images/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
margin-right:5px;
}

.breadcrumb a:visited, .breadcrumb a:active{
}

.breadcrumb a:hover{
text-decoration: underline;
}
