/***************************************************************
*  Copyright notice
*
*  (c) 2006 WIV GmbH (info@wiv-gmbh.de)
*  All rights reserved
*
*
***************************************************************/
/**
 * wivHorseMarket-stylesheet for the 'Pferde.de-Relaunch 2006'-project
 * styles for the search-result
 *
 * @author	Andreas Richter <richter@wiv-gmbh.de>
 */

 
#content {
    padding:            30px 13px 80px 13px;
} 
 
#wivHorseMarket_fnRabatt {
	margin-top:			10px;
	margin-right:		5px;	
	float: 				right;
}  
 
/*********************************************************************
 * result info box
 ********************************************************************/

#wivHorseMarket_searchResultInfo {
	font-family:        Verdana, Helvetica, sans-serif;
    font-size:          10px;
    color:				#3F1D23;
    width:				100%;
    margin-top:			20px;
    margin-bottom:		20px;
    background-color:	#EDEADF;
	border:				1px dotted #42331C;    
	}
	
#wivHorseMarket_searchResultInfo div {
    margin:				10px;
    }
    
    
/*********************************************************************
 * announcement preview
 ********************************************************************/    
 
.wivHorseMarket_announcementPreviewStandard {
	width:				100%;
	border-left:		1px dotted #42331C; 	
	border-right:		1px dotted #42331C; 	
	border-bottom:		1px dotted #42331C; 	
    background-color:	#EDEADF;
	}
	
.wivHorseMarket_announcementPreviewBackgroundColor {
	width:				100%;
	border-left:		1px dotted #42331C; 	
	border-right:		1px dotted #42331C; 	
	border-bottom:		1px dotted #42331C; 	
    background-color:	#D5CBC6;
	}

.wivHorseMarket_announcementPreviewTopEntry {
	width:				100%;
	border-left:		1px dotted #42331C; 	
	border-right:		1px dotted #42331C; 	
	border-bottom:		1px dotted #42331C; 	
    background-color:	#EDEADF;
	}	
	

.wivHorseMarket_announcementPreview_infos {
	background-color:	#E3D8C7;
	}
	
	
.wivHorseMarket_searchResultHeaderStandard, .wivHorseMarket_searchResultHeaderTop {
	width:				100%;
	background-color:	#725730;
	border:				1px dotted #42331C;
	color:				#FFFFFF;
	font-weight:		bold;	
	text-align:			center;
	padding-top:		3px;
	padding-bottom:		3px;
	}
	

	
	
/* --- */
	
.wivHorseMarket_announcementPreview_infos
	{
	float: 				left;
	width: 				33%;
	margin-left: 		33%;
	}
* html .wivHorseMarket_announcementPreview_infos
	{
	display: 			inline;
	}
.wivHorseMarket_announcementPreview_images
	{
	float: 				left;
	width: 				33%;
	margin-left: 		-66%;
	}
.wivHorseMarket_announcementPreview_description
	{
	float: 				left;
	width: 				33%;
	}
/* Start Mac IE5 filter \*/
.wivHorseMarket_announcementPreview_infos, .wivHorseMarket_announcementPreview_images, .wivHorseMarket_announcementPreview_description
	{
	padding-bottom: 	100px !important;
	margin-bottom: 		-100px !important; 
	}
@media all and (min-width: 0px) {
.wivHorseMarket_announcementPreview_infos, .wivHorseMarket_announcementPreview_images, .wivHorseMarket_announcementPreview_description
	{
	padding-bottom: 	0 !important;
	margin-bottom: 		0 !important; 
	}
.wivHorseMarket_announcementPreview_infos:before, .wivHorseMarket_announcementPreview_images:before, .wivHorseMarket_announcementPreview_description:before
	{
	content: 			'';
	display: 			block;
	background: 		inherit;
	padding-top: 		100px !important;
	margin-bottom: 		-100px !important;
	height: 			0;
	}
}
/* End Mac IE5 filter */
.wivHorseMarket_announcementPreviewStandard, .wivHorseMarket_announcementPreviewBackgroundColor, .wivHorseMarket_announcementPreviewTopEntry
	{
	overflow: 			hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
.wivHorseMarket_announcementPreviewStandard, .wivHorseMarket_announcementPreviewBackgroundColor, .wivHorseMarket_announcementPreviewTopEntry
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: 				left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: 			none;
	}
/* easy clearing */
.wivHorseMarket_announcementPreviewStandard:after, .wivHorseMarket_announcementPreviewBackgroundColor:after, .wivHorseMarket_announcementPreviewTopEntry:after
	{
	content: 			''; 
	display: 			block; 
	height: 			0; 
	clear: 				both; 
	visibility: 		hidden;
	}
.wivHorseMarket_announcementPreviewStandard, .wivHorseMarket_announcementPreviewBackgroundColor, .wivHorseMarket_announcementPreviewTopEntry
	{
	display: 			inline-block;
	}
/*\*/
.wivHorseMarket_announcementPreviewStandard, .wivHorseMarket_announcementPreviewBackgroundColor, .wivHorseMarket_announcementPreviewTopEntry
	{
	display: 			block;
	}
/* end easy clearing */
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > form
	{
	position: 			relative;
	z-index: 			1000;
	}

	
	

.wivHorseMarket_announcementPreview_titleStandard {
	margin:				5px;
	margin-bottom:		10px;
	}
.wivHorseMarket_announcementPreview_titleBold {
	font-weight:		bold;
	margin:				5px;
	margin-bottom:		10px;	
	}
	
.wivHorseMarket_announcementPreview_bodytext {
	margin:				5px;
	margin-bottom:		10px;
	}	
	
.wivHorseMarket_announcementPreview_images img {
	margin:				5px;
	}	
	
.wivHorseMarket_announcementPreview_imagesCount {
	margin:				5px;
	margin-bottom:		0px;
	}	
.wivHorseMarket_announcementPreview_region {
	margin:				5px;
	}	
.wivHorseMarket_announcementPreview_location {
	margin:				5px;
	margin-top:			0px;
	margin-left:		20px;
	color:				#888888;
	}		
.wivHorseMarket_announcementPreview_price {
	margin:				5px;
	color:				#725730;
	font-weight:		bold;
	}	
	
	
.wivHorseMarket_announcementPreview_gender0 {
	width:				195px;
	margin:				5px;
	background-color:	#EFCAE5;
	}

.wivHorseMarket_announcementPreview_gender0 div {	
	margin:				2px;
	}
.wivHorseMarket_announcementPreview_gender1 {
	width:				195px;
	margin:				5px;
	background-color:	#9898EC;
	}
.wivHorseMarket_announcementPreview_gender1 div {	
	margin:				2px;
	}

.wivHorseMarket_announcementPreview_gender2 {
	width:				195px;
	margin:				5px;
	background-color:	#C2C1E6;
	}
.wivHorseMarket_announcementPreview_gender2 div {	
	margin:				2px;
	}
	
.wivHorseMarket_announcementPreview_genderText {
	float:				right;
	font-weight:		bold;
	}
	
	
/*********************************************************************
 * buttons-box
 ********************************************************************/    	
	
#wivHorseMarket_searchResult_buttonsBox {
	position:			relative;
	display:			block;
	margin-top:			15px;
	margin-bottom:		15px;	
	width:				100%;
	height:				30px;
	background-color:	#DBDECD;
	border-bottom:		2px solid #416A2E;
	} 	
	
	
.wivHorseMarket_button {
	vertical-align:		top;
	} 
 
.wivHorseMarket_button_text_disabled {
	background-image:	url(../../images/buttonBg-disabled.gif);	
	height:				17px;
	width:				100%;
	text-align:			center;
	padding-top:		3px;
	color:				#888888;
	} 
	
.wivHorseMarket_button_text_disabled a {
	color:				#888888;
	text-decoration:	none;
	}	
	
.wivHorseMarket_button_text_inactive {
	background-image:	url(../../images/buttonBg-inactive.gif);	
	height:				17px;
	width:				100%;
	text-align:			center;
	padding-top:		3px;
	color:				#FFFFFF;
	} 	
	
.wivHorseMarket_button_text_inactive a {
	color:				#FFFFFF;
	text-decoration:	none;
	}	
	
.wivHorseMarket_button_text_active {
	background-image:	url(../../images/buttonBg-active.gif);	
	height:				17px;
	width:				100%;
	text-align:			center;
	padding-top:		3px;
	color:				#FFFFFF;
	font-weight:		bold;
	} 	
	
.wivHorseMarket_button_text_active a {
	color:				#FFFFFF;
	text-decoration:	none;
	}		
	
.wivHorseMarket_button_left {
	position:			absolute;
	left:				-9px;
	top:				0px;
	}	
	
.wivHorseMarket_button_right {
	position:			absolute;
	right:				-9px;
	top:				0px;
	}	

.wivHorseMarket_button_icon {
	position:			absolute;
	left:				0px;
	top:				0px;
	}

#wivHorseMarket_searchResult_buttonPrev {
	position:			relative;
	display:			block;
	left:				50%;
	width:				20%;
	margin-left:		-45%;
	top:				10px;
	}	
	
#wivHorseMarket_searchResult_buttonNext {
	position:			relative;
	display:			block;
	left:				50%;
	width:				20%;
	margin-left:		25%;
	top:				-28px;
	}	
	
#wivHorseMarket_searchResult_pages {
	position:			relative;
	display:			block;
	left:				50%;
	width:				30%;
	margin-left:		-15%;
	top:				-12px;
	}	
	
#wivHorseMarket_searchResult_pages select {
    font-family:        Verdana, Helvetica, sans-serif;
    font-size:          10px;
	color:				#3F1D23; 
	border:				1px solid #682F3A;
	width:				100%;
	}		
	
	
	
/*********************************************************************
 * admin bar
 ********************************************************************/
	
	
.wivPortalSystem_announcementAdminBar {
	width:				100%;
	border-left:		1px dotted #42331C; 	
	border-right:		1px dotted #42331C; 	
	border-bottom:		1px dotted #42331C; 	
    background-color:	#F5EBE6;
    margin-bottom:		10px;
    /*height:				25px;
    
    position:			relative;
    display:			block;
    */
	}	

.wivPortalSystem_announcementAdminBar_middle
	{
	display:			inline;
	margin-left:		20px;
	margin-top:			5px;
	margin-bottom:		5px;
	/*
	position:			absolute;
	width: 				32%;
	left:				33%;
	padding:			1%;
	background-color:	#EFDEDC;
	*/
	}

.wivPortalSystem_announcementAdminBar_left
	{
	display:			inline;
	margin-left:		5px;
	margin-top:			5px;
	margin-bottom:		5px;	
	/*
	position:			absolute;	
	width: 				31%;
	padding:			1%;	
	*/
	}
.wivPortalSystem_announcementAdminBar_right
	{
	display:			inline;
	margin-left:		20px;
	margin-top:			5px;
	margin-bottom:		5px;	
	/*
	position:			absolute;
	width: 				30%;
	padding:			1%;	
	left:				67%;
	*/
	}
		
	
#wivHorseMarket_searchResultHeadline {
	border-bottom:		1px dotted #42331C;		
	font-size:			12px;
	background-color:	#725730;
	color:				#FFFFFF;
	font-weight:		bold;
	margin-top:			20px;
	padding:			5px;
	}
	
#wivHorseMarket_searchResultMoreLink {
	margin-top:			10px;
	margin-bottom:		10px;
	font-weight:		bold;
}
#wivHorseMarket_searchResultMoreLink a {
	color:				#725730;
	}
	
	
 /*********************************************************************
 * login-form
 ********************************************************************/	
	

.wivHorseMarket_announcementForm_headline {
	margin-top:			10px;
	margin-bottom:		10px;
	width:				100%;
	background-color:	#416B2C;
	color:				#FFFFFF;
	font-weight:		bold;
	font-size:			14px;
	padding-top:		10px;
	padding-bottom:		10px;
	}
		
.wivHorseMarket_announcementForm_headline div {
	margin-left:		10px;
	}	
	
.wivHorseMarket_announcementForm_ajaxMessage {
	width:				260px;
	padding:			5px;
	border:				1px solid #735531;
	background-color:	#AD9A84;
	color:				#FFFFFF;
	font-weight:		bold;
	height:				72px;
	display:			none;
	}	
	
.wivHorseMarket_announcementForm_ajaxMessage input {
	clear:				both;
	width:				80px;
	margin-left:		96px;
	margin-top:			5px;
	}

	

.wivHorseMarket_buttonsBox {
	position:			relative;
	display:			block;
	margin-top:			15px;
	margin-bottom:		15px;	
	width:				100%;
	height:				30px;
	background-color:	#DBDECD;
	border-bottom:		2px solid #416A2E;
	} 
	 
.wivHorseMarket_buttonsBox_formButton {
    font-family:        Verdana, Helvetica, sans-serif;
    font-size:          10px;	
    border:				1px solid #735531;
	background-color:	#EFDEDC;
	width:				20%;
	height:				18px;
	margin-top:			6px;
	padding:			0px;	
	}
	
.wivHorseMarket_buttonsBox_formButtonDisabled {
    font-family:        Verdana, Helvetica, sans-serif;
    font-size:          10px;	
    border:				1px solid #AAAAAA;
    color:				#AAAAAA;
	background-color:	#EEEEEE;
	width:				20%;
	height:				18px;
	margin-top:			6px;
	padding:			0px;	
	}	
 
 
#wivHorseMarket_announcementForm_page_user {
 	position:			relative; 
 	display:			none;
 	} 	 	
 	
#wivHorseMarket_announcementForm_page_userLogin {
	height:				190px;
	border-bottom:		1px dotted #42331C;		
	} 	
	
#wivHorseMarket_announcementForm_page_userCreation {
	height:				480px;
	border-bottom:		1px dotted #42331C;		
	} 	
	
#wivHorseMarket_announcementForm_page_userContactAddress {
	border-bottom:		1px dotted #42331C;	
	padding-bottom:		10px;
	}	
 	
#wivHorseMarket_announcementForm_creationFormDescription {
	margin-right:		5px;
	margin-left:		10%;
	width:				90%;
}	
	
#wivHorseMarket_announcementForm_page_userLoginForm {
 	width:				45%;
 	float:				right;
 	}
 	
.wivHorseMarket_announcementForm_page_userLeftColumn {
 	width:				10%;
 	font-size:			14px;
 	font-weight:		bold;
 	color:				#416A2E;
	}
	
.wivHorseMarket_announcementForm_page_userLeftColumn div {
	margin-left:		20px;
	padding-top:		3px;
	}
 	
#wivHorseMarket_announcementForm_page_userLoggedOutYes {
	position:			absolute;
	top:				50px;
	left:				-10px;
	width:				50px;
	height:				32px;
	border-left:		1px dotted #416A2E;
	border-bottom:		1px dotted #416A2E;	
	}	
	
#wivHorseMarket_announcementForm_page_userLoggedOutNo {
	position:			absolute;
	top:				82px;
	left:				-10px;
	width:				50px;
	height:				259px;
	border-left:		1px dotted #416A2E;
	border-bottom:		1px dotted #416A2E;	
	}	
	
#wivHorseMarket_announcementForm_page_userForgottenPasswordForm {
 	width:				45%;
 	float:				right;
 	}
 
#wivHorseMarket_announcementForm_fieldUsername {
	margin-top:			13px;
	}
	
#wivHorseMarket_announcementForm_fieldFPUsername {
	margin-bottom:		38px;
	}
	
#wivHorseMarket_announcementForm_page_userCreationContactForm {
 	width:				45%;
 	float:				right;
 	}	
 	
#wivHorseMarket_announcementForm_page_userCreationLoginForm {
 	width:				45%;
 	float:				right;
 	} 	
 	
#wivHorseMarket_announcementForm_page_userCreationExtraForm {
 	width:				100%;
 	margin-top:			40px;
 	}  	
 	
#wivHorseMarket_announcementForm_fieldAddress {
	margin-top:			15px;
	}
	
#wivHorseMarket_announcementForm_fieldTelephone {
	margin-top:			15px;
	}
	
#wivHorseMarket_announcementForm_forgottenPasswordLoadMessage {
	position:			absolute;
	top:				166px;
	left:				332px;
	}	
	
#wivHorseMarket_announcementForm_forgottenPasswordCompleteMessage {
	position:			absolute;
	top:				166px;
	left:				332px;
	}		
	
#wivHorseMarket_announcementForm_forgottenPasswordFailureMessage {
	position:			absolute;
	top:				166px;
	left:				332px;
	}		
	
#wivHorseMarket_announcementForm_loginLoadMessage {
	position:			absolute;
	top:				166px;
	left:				60px;
	}	
	
#wivHorseMarket_announcementForm_loginFailureMessage {
	position:			absolute;
	top:				166px;
	left:				60px;
	}	 
 
#wivHorseMarket_announcementForm_loginForm {
	background-color:	#EFEBDE;	
	}	
	
	
#wivHorseMarket_announcementForm_loginFormLine {
	position:			absolute;
	top:				35px;
	left:				-10px;
	width:				50px;
	height:				32px;
	border-left:		1px dotted #416A2E;
	border-bottom:		1px dotted #416A2E;	
	}		
	
	

.wivHorseMarket_announcementForm_textInput50pc {
    font-family:        Verdana, Helvetica, sans-serif;
    font-size:          10px;
	color:				#523818; 
	border:				1px solid #682F3A;
	width:				46%;
	margin-top:			5px;
	margin-right:		5px;	
	padding:			2px;
	float:				right;
	}	


.wivHorseMarket_announcementForm_field50pc {
	clear:				both;
	width:				100%;
	}	
	
.wivHorseMarket_announcementForm_field50pc div {
	font-weight:		bold;
	padding-left:		5px;
	padding-top:		5px;
	}		
	
	
	
.wivHorseMarket_announcementForm_formHead {
	width:				100%;
	background-color:	#AD9A84;
	color:				#FFFFFF;
	font-weight:		bold;
	border-bottom:		1px solid #735531;
	padding-top:		5px;
	padding-bottom:		5px;
	}

.wivHorseMarket_announcementForm_formHead div {
	margin-left:		5px;
	}	
	
	
.wivHorseMarket_announcementForm_formSubtitle {
	width:				100%;
	padding-top:		5px;
	padding-bottom:		5px;
	font-weight:		bold;
	}
	
.wivHorseMarket_announcementForm_formSubtitle div {
	margin-left:		5px;
	}		
	
.wivHorseMarket_announcementForm_formDescription {
	width:				100%;
	padding-top:		5px;
	padding-bottom:		5px;
	}
	
.wivHorseMarket_announcementForm_formDescription div {
	margin-left:		5px;
	}		
	
	
#wivHorseMarket_announcementForm_buttonLogin {
	position:			relative;
	display:			block;
	left:				50%;
	width:				40%;
	margin-left:		-20%;
	top:				10px;
	}	
 
#wivHorseMarket_announcementForm_buttonForgottenPassword {
	position:			relative;
	display:			block;
	left:				50%;
	width:				60%;
	margin-left:		-30%;
	top:				10px;
	}		
		