@charset "utf-8";
/* CSS Document */

/*************** style truncator *************/
.show{
	clear:left;
	border-top: solid 1px #E6E6E6;
	width: 100%;
	height: 25px;
	text-align: right;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	background-attachment: scroll;
	background-image: url(../images/bg-show.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.show a{
background-color: #ffffff;
	display: block;
	float:right;
	width: 70px;
	padding:8px 40px 8px 8px ;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
	background-attachment: scroll;
	background-image: url(../images/arrows-grey-sm.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.hide{
	clear:left;
	border-top: solid 1px #E6E6E6;
	width: 100%;
	height: 25px;
	text-align: right;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	background-attachment: scroll;
	background-image: url(../images/bg-show.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.hide a{
background-color: #ffffff;
	display: block;
	float:right;
	width: 70px;
	padding:8px 40px 8px 8px ;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
	background-attachment: scroll;
	background-image: url(../images/arrows-blue-sm.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
