/*----------------Pager-------------------*/
table.PagingTable {
	background-color:#333333;
	height:0;
	border:0;
	border-top:1px solid #759D00;
}
table.PagingTable td.Normal{
	color:#fff;
}
/*----------------Types-------------------*/
#ai_types{
	background-color:#333333;
	padding:10px 0px 10px 10px;
}
.ai_type{
	padding:0 15px 0 0;
	font-size:1.2em;
}
.ai_type a:hover{color:#fff;}
/*---------------Common css------------------*/
#aif_wrap,#aii_wrap,#ais_wrap,ul#ai_listing {
	color:#fff;
	border:#ff0000 1px solid;
	font-family:'trebuchet MS' ;
	font-size:1.2em;
	padding:10px;
	margin:5px 0 0;
}
#aii_content h2, #ais_wrap h2 {
	font-size:1.6em;
	color:#d42f12;
}
/*------------Featured/Listing------------*/
ul#ai_listing {
	display:block;
	overflow:hidden;
}
#aif_wrap,ul#ai_listing  {
	padding:0 0 10px;
}
#aif_wrap ul,ul#ai_listing {
	list-style-type:none;
}	
#aif_wrap ul li,ul#ai_listing li{
	list-style-type:none;
	float:left;
	margin:10px;
}
#aif_wrap ul li img, ul#ai_listing li img {
		border:0;
}
#aif_wrap ul li div {
}
#aif_wrap ul li div h2, ul#ai_listing li div h2  {
	color:#000000;
	font-size:14px;
}
#aif_wrap ul li div p, ul#ai_listing li div p{
	font-size:11px;
	margin:0pt;
}
.ail_detail{}				/* This class identifies list items for jQuery pre-clean */
.ail_detail_wrap, .aif_detail_wrap {
	background-color:#759D00;
	border:2px solid #759D00;
	height:210px;
	overflow:hidden;
}
.aila_detail_wrap{
	background-color:#b20000;
	border:2px solid #b20000;
	height:210px;
	overflow:hidden;
}
/*----------------Search-------------------*/
#ais_wrap{	
	background-color:#333333;
}
#ais_items{}
table#tblPropertySearch label {
	color:#fff;
}
/*----------------View----------------------*/
#aii_wrap{
	height:350px;
}
#aii_foto_wrap{
	width:310px;
	float:left;
}
#aii_content{
	width:450px;
	float:right;
}
#aii_content_top {
	background-color:#333333;
	padding:10px;
}
#aii_content_bot {
	margin-top:15px;
	background-color:#333333;
	padding:10px;
	position:relative;
}
#aii_ref {
	float:left;
}
#aii_logo {
	float:right;
}
#aii_sdesc{
	font-style:italic;
	font-size:1.1em;
}
#aii_content p {
	margin:10px 0pt;
}
#aii_talla{
	margin-top:10px;
	clear:left;
	float:left;
}
#aii_colores{
	margin:20px 0pt 0pt;
}
#aii_colores ul{
	height:26px;
	list-style-type:none;
}
#aii_colores ul li{
	float:left;
	list-style-type:none;
}
#aii_colores ul li img{
	padding-left:10px;
}
#aii_materiales{
	float:right;
	margin:0px 10px 0px 0px;
}
#aii_materiales ul {
}
#aii_materiales ul li{
	list-style-type:none;
	clear:left;
	float:left;
	height:1.4em;
}
.aii_materialpc{
	float:left;
	margin-right:10px;
	text-align:right;
	width:35px;
}
.aii_material{
		float:left;
}
/*----------------Photos---------------------*/
#aii_foto_wrap ul{
	list-style-type:none;
}	
#aii_foto_wrap ul li{
	background-color:#b20000;
	border:2px solid #b20000;
	list-style-type:none;
}
.ai_photo_wrap img.ai_med_photo {
}
.ai_photo_wrap div {
	position:relative;
}
.ai_photo_wrap div h2 {
	font-size:16px;
	padding:5px;
	color:#fff;
}
.ai_photo_wrap div img{
	border:0pt none;
	position:absolute;
	right:5px;
	top:5px;
}
/*--------------Message----------------------*/
#ai_message {
	background-color:#fff;
}
#ai_message p{
	padding:10px;
}
/*-------------------------------------------*/
div.hr {
margin: 4px 0 4px 0;
padding: 0;
height: 1px;
font-size: 1px;
background:#E2E2E2;
}
a.arrowLink:link, a.arrowLink:visited, a.arrowLink:active 
{
background: url("images/icon_arrow.gif") no-repeat 3px 7px;
margin:2px 10px 2px 0;
padding:2px 2px 2px 18px;
}
/* Lightbox */
#lightbox{
position: absolute;
top: 40px;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}
#lightbox a img{ border: none; }
#outerImageContainer{
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}
#imageContainer{
padding: 10px;
}
#loading{
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
#loading #loadingLink{ width: 32px; height: 32px; background: url(images/lightbox/loading.gif) no-repeat;	}		
#hoverNav{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
width: 49%;
height: 100%;
background: transparent url(images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
}
#imageData{
padding:0 10px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; height: 22px; float: right;  padding-bottom: 0.7em; background: url(images/lightbox/closelabel.gif) no-repeat;	}			
#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
background-color: #000;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
