/* Float Clearing
 ---------------------------------------------------------------------*/

.module:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* float clearing for IE6 */
* html .module
{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .module
{
	min-height: 1%;
}

/* jBreadCrumb Aink Styles
 ---------------------------------------------------------------------*/

.jBreadCrumbAink
{
	padding: 0;
	display: block;
	background:#fff;
	height: 21px;
	overflow: hidden;
	margin-bottom:10px;
	padding:5px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
}
.jBreadCrumbAink ul
{
	margin: 0;
	padding: 0;
	height: 21px;
	display: block;
}
.jBreadCrumbAink ul li
{
	display: block;
	float: right;
	position: relative;
	height: 21px;
	overflow: visible;
	line-height: 21px;
	font-size: 12px;
	background-image: url(http://info.e-med.co.il/tamplate/wp-content/themes/twentyeleven-child/images/arrow_15.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0;
	direction: rtl;
}
.jBreadCrumbAink ul li div.chevronOverlay
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.jBreadCrumbAink ul li span
{
	display: block;
	
}
.jBreadCrumbAink ul li a
{
	display: block;
	position: relative;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	float: left;
	cursor:pointer;
	color: #999;
}
.jBreadCrumbAink ul li.first a
{
	height: 16px !important;
	text-indent:-1000em;
	width:16px;
	padding: 0;
	margin-top: 2px;
	overflow: hidden;
	background:url('../images/IconHome.gif') no-repeat 0 0;
}
.jBreadCrumbAink ul li.first a:hover
{
	background-position: 0 -16px;
}
.jBreadCrumbAink ul li.last
{
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.chevronOverlay
{
	display: none;
	width: 13px;
	height: 20px;
	background-image: url(../../../themes/twentyeleven-child/images/arrow_15.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
