@charset "UTF-8";
/* CSS Document */


.secification{
	padding-top:20px;
	clear:both;
	font-size:xx-small;
	}
	
.secification table table{
	background-color:#E2E2E2;
	}
	
.spec_tl{
	width:3px;
	height:3px;
	background-image:url(img/specFrame/tl.jpg);
	background-repeat:no-repeat;
	}
.spec_tr{
	width:3px;
	height:3px;
	background-image:url(img/specFrame/tr.jpg);
	background-repeat:no-repeat;
	}

.spec_bl{
	width:3px;
	height:3px;
	background-image:url(img/specFrame/bl.jpg);
	background-repeat:no-repeat;
	}
.spec_br{
	width:3px;
	height:3px;
	background-image:url(img/specFrame/br.jpg);
	background-repeat:no-repeat;
	}

.spec_l{
	width:3px;
	background-image:url(img/specFrame/space.jpg);
	background-repeat:repeat-y;
	}
.spec_r{
	width:3px;
	background-image:url(img/specFrame/space.jpg);
	background-repeat:repeat-y;
	}
.spec_t{
	height:3px;
	background-image:url(img/specFrame/space.jpg);
	background-repeat:repeat-x;
	}
.spec_b{
	height:3px;
	background-image:url(img/specFrame/space.jpg);
	background-repeat:repeat-x;
	}

