@charset "utf-8";
/* CSS Document */
*/ Global Styles reused on the sunstream properties.

.oil{
	padding:10px;
	border:solid 1px #FD4D67;
	position: relative;
	margin-top: 25px;
	background-color:#FFFFFF;
	color:#990000;
	width:400px;
}

/*DropDowns */
.dropWrap{
	display:none;
	position:absolute;
	z-index:500;
	-moz-box-shadow: 2px 2px 7px #333;		
	margin:0 0 0 5px;
	border:solid 1px #000;
	width:250px;	
}


.dropy{	
	padding:0px;
	margin:0px;
	width:250px;
	background-color:#a18951;
}
.drop ul{margin:0 0 0 0;}

.drop li{ list-style:none; background-color:#e8d7bb;   cursor:pointer; clear:both;}	
.drop a { text-decoration:none; float:right; }
.drop img{background-color:#c4b38a; border:none;}	
.drop img:hover{background-color:#fff;}


/*************************/


