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


/* DEFAULT WIDTH SETTING FOR TESTIMONIAL SPEECH BUBBLES */
.testi-holder
{
	margin-left: 408px;
	width: 500px;
}
/* END DEFAULT WIDTH */


.speechbubble
{

	border: 2px solid #666;
	background:	#555;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;	
			-moz-border-radius: 5px;
			border-radius: 5px;
	width: 100%;
	
*/

	
}

.comment
{
	padding: 10px;
	text-align: justify;
	color: #eeeeee;	
	font-family: "Lucida Grande", Arial;
	line-height: 180%;
	font-size: 80%;

	
}

.couple
{
	position: relative;
	padding-left: 10px;
	font-size: 70%;
	padding-top: 15px;
	margin-bottom: 20px;
	background-image: url(images/pointer.gif);
	background-repeat: no-repeat;
	background-position: 20px -1px;
	margin-left: 20px;
	
	
}



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

@media projection, screen {

	/* Toggler - default style */
	.toggler {
	   margin: 20px 0 25px 0;
		cursor:pointer;
		text-decoration: none;
		/*
		font-size: 1.4em;
		font-weight:bold;
		 */
		line-height:30px;
		
		display: block;
		border: 2px solid #666;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;	
			-moz-border-radius: 5px;
			border-radius: 5px;
		width: 100%;
	}
	.toggler-closed {
		color: #eeeeee;
		padding-left: 0px;
		height:30px;
		background: #555 url('images/togglerc.gif') center right no-repeat;
		text-align: center; 
	}
	.toggler-closed:hover {
		color: #000;
		padding-left: 0px;
		height: 30px;
		background: #eee url('images/togglerch.gif') center right no-repeat;
		border: solid 2px white;
	}
	.toggler-opened {

		
		color: #eeeeee;
		padding-left: 0px;
		height:30px;
		background: #555 url('images/togglero.gif') center right no-repeat;
		text-align: center; 

	}
	.toggler-opened:hover {
		color: #000;
		padding-left:0px;
		height: 30px;
		background: #fff url('images/toggleroh.gif') center right no-repeat;
		border: solid 2px white;
	}

	/* Container - default style */
	.toggler-c {
	}
	.toggler-c-closed {
	   background:transparent;
	   /* border:solid 1px #e3e3e3; */
	   border:none;
	   margin:25px 0px 25px 0px;
	   padding: 0px;
	}
	.toggler-c-opened {
	   margin:25px 0px 25px 0px;
	   padding:0px;
	   background: transparent;
	   /* border:solid 1px #fff; */
	   border:none;
	}
	
	.top {
		padding-left: 0px;
		height:30px;
		background: #555 url('images/togglero.gif') center right no-repeat;
		text-align: center; 
		margin: 20px 0 25px 0;
		cursor:pointer;
		line-height:30px;
		display: block;
		border: 2px solid #666;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;	
			-moz-border-radius: 5px;
			border-radius: 5px;
		width: 100%;
	}
	.top:hover {
		color: #000;
		padding-left: 0px;
		height: 30px;
		background: #eee url('images/toggleroh.gif') center right no-repeat;
		border: solid 2px white;
	}
	
	.top a:hover
	{
		color:#000;
	}
		.top a
	{
		color: #eeeeee;
		padding: 10px 180px 10px 180px;
	}


}

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

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

}

