/* special effects - shadows */
.shadow_left {
	width: 7px;
	background-image: url(layout/shadow_left.gif);
	background-repeat: repeat-y;
	background-position: right;	
}
.shadow_right {
	width: 7px;
	background-image: url(layout/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: left;	
}
.shadow_left_bot {
	height: 7px;
	width: 7px;
	background-image: url(layout/shadow_left_bot.gif);
	background-repeat: no-repeat;
	background-position:right;
}
.shadow_right_bot {
	height: 7px;
	width: 7px;
	background-image: url(layout/shadow_right_bot.gif);
	background-repeat: no-repeat;
}
.shadow_bot {
	height: 7px;
	background-image: url(layout/shadow_bot.gif);
	background-repeat: repeat-x;
}
