.tdResults
{
padding:12px 6px 13px 6px;
border-bottom:1px solid #BDDBE5;
}

.tdAds
{
padding:12px 6px 13px 6px;
/*border-bottom:1px solid #BDDBE5;
border-top:1px solid #BDDBE5;*/
}

.tdDetails1
{
padding:12px 6px 13px 6px;
border-bottom:1px solid #BDDBE5;
border-right:1px solid #BDDBE5;
}

.tdDetails2
{
padding:12px 6px 13px 6px;
border-bottom:1px solid #BDDBE5;
}

.tdDetails3
{
padding:12px 6px 13px 6px;
border-right:1px solid #BDDBE5;
}

/* START rounded corners */
.topCorners, .bottomCorners{display:block; height:5px; overflow:hidden; padding:0;}
.topCorners *, .bottomCorners *{display:block; height:1px; overflow:hidden; padding:0; line-height:1px; font-size:1px;}
.l1{margin:0 5px}
.l2{margin:0 3px}
.l3{margin:0 2px}
.l4{margin:0 1px; height:2px}
/* zoom:1; is to force IE to have "layout" for this element so the bottom corners that follow it don't go funny... */
.styledPanel{zoom:1;}
/* END rounded corners */

#browseResults{
clear:both;
margin:0px -10px auto -10px;
}
#browseResults .styledPanel{
padding:5px 10px 0 10px;
}
#browseResults .l2 {border-left:solid 2px #CBE7F6; border-right:solid 2px #CBE7F6;}
#browseResults .l3, #browseResults .l4, #browseResults .styledPanel {border-left:solid 1px #CBE7F6; border-right:solid 1px #CBE7F6;}
#browseResults .l1 {background:#CBE7F6;}

a.edit:link, a.edit:visited, a.edit:active {
  	text-decoration: underline;
  	color: #5f84b4;
  	background: transparent;
	/*font-size:11px;*/
	margin-right:5px;
}

a.edit:hover {
  	text-decoration: underline;
  	color: #537BB6;
  	background: transparent;
	/*font-size:11px;*/
	margin-right:5px;
}

#Cat_navigation  {

	margin-left: auto;
	margin-right: auto;
	/*width: 100%;*/
	/*font-size:11px;*/
	text-align: left;	
	/*padding-top:25px;
	padding-bottom:25px;*/
	background-color:transparent;

}

#Link_navigation {

	margin-left: auto;
	margin-right: auto;
	/*width: 100%;*/
	text-align: rigth;	
	/*padding-top:25px;
	padding-bottom:25px;*/
	/*font-family:Verdana;*/
}

/* inpage form
---------------------------------------------------------------------*/
.left {float:left;}
p.left {float:none;text-align:left;}

#content .inpage p {margin:5px 0;font-size:11px;padding:0;}
.inpage {width:80%;padding:5px 5px 0 5px; border:solid 1px #BDDBE5;;margin-bottom:30px;
position:relative;top:20px; overflow: hidden;}
.inpage fieldset {padding:5px 0 5px 0 !important /*Non-IE6*/; padding:0 /*IE6*/; margin:0 0 20px 0; border:solid 1px #BDDBE5;}
.inpage fieldset legend {margin:0 0 0 5px !important /*Non-IE*/; margin:0 0 10px 5px /*IE6*/; padding:0 2px 0 2px; color: #630; font-weight:bold; font-variant:small-caps;}
.inpage label.left {float:left; width: 80px; margin:0 0 0 5px; padding:2px 10px 2px 2px;  text-align:right; position:relative;}
.inpage label.left span {color:#c83c40;}
.inpage select.combo {width:150px; padding:2px; border:solid 1px #6699CC; font-family:verdana,arial,sans-serif; font-size:110%;}
.inpage input.field {background-color: #BDDBE5; width:80%; padding:2px; border:solid 1px #630;}
.inpage textarea {background-color: #BDDBE5; width:80%; padding:2px; border:solid 1px #630;}
.inpage input.button {float:right; margin-right:30px; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background: #BDDBE5; border:solid 1px #630; text-align:center; color: #000000;}
.inpage input.button:hover {cursor: pointer; border:solid 1px #fff; background:#630; color:#fff;}
.inpage br {clear:both;}
.inpage label.left strong {position:absolute;top:0;left:300px;width:157px;background:#fff;color:#f00;text-align:left;font-weight:normal;visibility:hidden;}
