/*
 *   Tripoli is a generic CSS standard for HTML rendering. 
 *   Copyright (C) 2007 David Hellsing
 *   
 *   http://devkick.com/lab/tripoli/
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
**/

/**
* Tripoli Base for IE
*/
textarea {
	white-space:  pre;
}

legend {
	margin-bottom: 1.6em;
}

fieldset {
	padding-top: 0;
}

sup,
sub {
	font-size: 100%;
}

legend: first-child {
	margin-top: 0;
}

a abbr,a acronym {
	text-decoration: underline;
}

* html blockquote * {
	margin: .8em 0;
}

* html input {
	cursor: expression(this.type=='text' || this.type=='password' ? 'text' :  'pointer');
	display: expression(this.type=='hidden' ? 'none' :  'inline');
}

* html textarea,
* html input,
input[type='submit'],
input[type='button'] {
	padding: 0;
}
#zone-user {
    position:relative;	
}
#zone-user-wrapper .region-user-first {
position:absolute;
right:10px;
width:190px;
text-align:right;
}

#zone-user.container-12 .region-user-second {
position:absolute;
top:85px;
right:10px;
text-align:right;
}
#zone-user.container-12 .region-user-second .block-block-3 .content {
text-align:right;
}
#zone-menu-wrapper {
padding-bottom: 27px;
padding-bottom: 27px;
position: absolute;
top: 158px;
width: 100%;
}
.logo-img {
background: url(images/excell-narrow.png) no-repeat 87px 60px;
padding-top:15px;
}
.view-horse-listings .views-row .right,
.view-stallions .views-row .right,
.block-equine-categories-block-1 .flexslider .right {
	float:right;
	width: 219px;
}
.block-equine-categories-block-1 .flexslider .left {
float:left;
padding-right: 20px;
width: 458px;
}
.view-horse-listings .views-row .left,
.view-stallions .views-row .left  {
	float:left;
	padding-right: 20px;
	width: 296px;
}
.view-horse-listings .views-row .right,
.view-stallions .views-row .right {
	float:right;
	width:624px;
}
.clear-divs {
   width:100%;
   clear:both;
   height:1px;	
}