﻿.DS-TL {
	background-image: url('../TemplateItems/Round/TL-Round.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 13px;
	height: 13px;
}
.DS-L {
	background-image: url('../TemplateItems/Round/Side.png');
	background-repeat: repeat-y;
	background-position: right;
	width: 13px;
}
.DS-BL {
	background-image: url('../TemplateItems/Round/BL-Round.png');
	background-repeat: no-repeat;
	background-position: right top;
	width: 13px;
	height: 13px;
}
.DS-TR {
	background-image: url('../TemplateItems/Round/TR-Round.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 13px;
	height: 13px;
}
.DS-R {
	background-image: url('../TemplateItems/Round/Side.png');
	background-repeat: repeat-y;
	background-position: left;
	width: 13px;
}
.DS-BR {
	background-image: url('../TemplateItems/Round/BR-Round.png');
	background-position: left top;
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}
.DS-T {
	background-image: url('../TemplateItems/Round/Top-Bottom.png');
	background-repeat: repeat-x;
	height: 13px;
	background-position: bottom;
}
.DS-B {
	background-image: url('../TemplateItems/Round/Top-Bottom.png');
	background-repeat: repeat-x;
	background-position: top;
	height: 13px;
}
