/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	SHADOW STYLING
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/



#shadow_right {
	background-image: url(../images/shadows/shadow_right_top.gif);
	background-repeat: repeat-y;
	width: 15px;
	float: right;
	background-position: right top;
	height: 15px;
	line-height: 0px;
	font-size: 0px;
}

#shadow_bottom {
	background-image: url(../images/shadows/shadow_bottom.gif);
	background-repeat: repeat-x;
	height: 15px;
	margin: 0px;
	padding:0px;
	background-position: left top;
line-height: 0px;
	font-size: 0px;
	clear: both;
}

#bottom_right {
	background-image: url(../images/shadows/shadow_right_bottom.gif);
	height: 15px;
	width: 15px;
	float: right;
	line-height: 0px;
	font-size: 0px;
}
#bottom_left {
	background-image: url(../images/shadows/shadow_bottom_left.gif);
	height: 15px;
	width: 15px;
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
}
#shadow_right_top {
	background-image: url(../images/shadows/shadow_right_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
}
