/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */

@media projection, screen {

	/* Toggler - default style */
	.toggler {
	    margin:25px 25px 2px 36px;
		cursor:pointer;
		text-decoration: none;
		font-size: 18px;
		font-weight:bold;
		line-height:30px;
		display: block;
	}
	.toggler-closed {
		margin:25px 25px 2px 36px;
		color:#320f12;
		padding-left:6px;
		height:30px;
		background:  url('../../img/togglerch.gif') center right no-repeat;
		border-bottom: dotted 1px #c5c0bb;
	}
	.toggler-closed:hover {
		margin:25px 25px 2px 36px;
		color: #b10c0f;
		padding-left:6px;
		height:30px;
		background: url('../../img/togglerch.gif') center right no-repeat;
		border-bottom: dotted 1px #c5c0bb;
		text-decoration:none;
		font-weight: bold;
	}
	.toggler-opened {
		margin:25px 25px 2px 36px;
		color:#b10c0f;
		padding-left:6px;
		height:30px;
		background: url('../../img/toggleroh.gif') center right no-repeat;
		border-bottom: solid 1px #f9deb2;
	}
	.toggler-opened:hover {
		margin:25px 25px 2px 36px;
		color: #b10c0f;
		padding-left:6px;
		height:30px;
		background: url('../../img/toggleroh.gif') center right no-repeat;
		border-bottom: solid 1px #f9deb2;
		text-decoration:none;
		font-weight: bold;
	}

	/* Container - default style */
	.toggler-c {
	}
	.toggler-c-closed {
	   background: #fff;
	   border-bottom: solid 1px #f9deb2;
	   margin:0px 25px 25px 36px;
	   padding:20px;
	   overflow: auto;
	}
	.toggler-c-opened {
	   margin: 0px 25px 25px 36px;
	   padding:20px;
	   background:#f8e3be url(../../img/bg_listingDetail.gif) repeat-x 0 0;
       border-bottom: solid 1px #f1ece9;
	   overflow:auto;
	}
	
		.toggler-c-opened p, .toggler-c-closed p {font-size: 12px; color:#320f12; line-height: 15px; font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif; margin-bottom: 10px;}
		.toggler-c-opened h3, .toggler-c-closed h3 {font-size: 14px; color:#320f12; margin-bottom: 5px; font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}
		
.toggler-c-closed img, .toggler-c-opened img {margin: 5px;}
}

/* Print -------------------------------------------------------------------- */
@media print {

	.toggler-c { margin-bottom:25px; }
	.toggler { display: none; }

}
