img {border:0;}

body {
 background-image: url('/images/bg_tile_ds.gif');
 font-family: Sans-Serif, Arial, Sans-Serif;
 font-size: 10px;
 /*  
 font-family: Verdana, Arial, Sans-Serif;
 font-size: 10px;
 */
}

a { 
 text-decoration: none;
 color: #DB8407;
}
a:hover {
  /* background-color: #FFFF00; */
  color: #FF0000;
} 

.menu img{
  margin-left: 15px;
  margin-bottom: 15px;
}

.content {
  margin-left: 15px;
  margin-right: 25px;
  margin-top: 20px;
}

.footer {
  margin-left: 15px;
  font-size: 12px;
  line-height:150%;
}

.td_title {
  text-align: right;
  font-weight: bold;
  font-size: 11px;
}

.td_result {
  text-align: left;
  font-size: 11px;
}

.td_inquier {
  text-align: center;
  font-size: 12px;
}

 
div.img-dec { 
  background: url('/images/drop_shadow.gif') no-repeat bottom right; 
	clear: left;
	float: left;
	margin: 0 0 15px 7px;
	padding: 0;
	position: relative; 
}
  
div.img-dec img { 
	background-color: #fff;
	border: 1px solid #000;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative; 
} 

div.img-dec:hover img {
  border: 1px solid red;
}

img-dec:hover {
  border: 1px solid red;
}

div.img-bord img {
  border: 1px solid black;
}
      
hr.left {
  border: none 0; 
	border-top: 3px double #DB8407;
	width: 80%;
	height: 3px;
	margin: 10px auto 0 0; /*this will align it left for Mozilla*/
	text-align: left;      /*this will align it for IE*/
}		

hr.center {
  border: none 0; 
	border-top: 3px double #DB8407;
	width: 80%;
	height: 3px;
	margin: 10px auto 0 0; /*this will align it left for Mozilla*/
	text-align: center;      /*this will align it for IE*/
}

.more {
  font-size: 12px;
}

.next_prev {
  font-size: 18px;
}


#pages {font-size:12px;}

.page-numbers {
	padding: 1px 4px;
	margin-right: 3px;
	border-width: 1px;
	border-style: solid;
	background-color: #F9F9EB;
	border-color: #ccc;
}

.dots {
	background-color: none;
	border: none;
}

.page-numbers.current {
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #DB8407;
	border-color: #328ab2;
	color: #fff;
}

a.page-numbers:hover {
	border-color: #999;
}

/* .menu a:hover{background-color: #F9F9EB;} */
