﻿.shadow{
	width: 100%;
	height: 10px;
	background-size: 100% 10px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom center;
	background-image: url(../images/common/shadows/shadow4.png);
}
.shadow1{
	width: 100%;
	height: 10px;
	background-size: 100% 10px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom center;
	background-image: url(../images/common/shadows/shadow.png);
}
.shadow2{
	width: 100%;
	height: 15px;
	background-size: 100% 15px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom center;
	background-image: url(../images/common/shadows/shadow2.png);
}
.shadow-ltr,
.shadow-rtl{
	height: 10px;
	background-size: 50% 10px;
	background-repeat: no-repeat;
	background-color: transparent;
}