<!--
.floatable {
width: 510px;
margin: 0px;
position: relative;
left: 5px;
text-align: left;
}
.floatable div {
width: 160px;
height: 200px;
float: left;
text-align: center;
padding: 0 3px 0;
margin: 0;
}
.floatable span {
width: 160px;
height: 20px;
line-height: 20px;
float: left;
text-align: center;
margin: 3px 0 3px;
border: 1px solid #C2C2C2;
}
.toolable {
width: 350px;
margin: 0px;
position: relative;
left: 85px;
text-align: center;
}
.toolable img {
margin: 10px;
}
.txtable {
line-height: 25px;
background: url("../images/nskin/main/txt_bg.gif");
text-align: left;
padding: 0 25px;
}
.otherable {
width: 520px;
}
.imgable {
width: 72px;
float: left;
margin: 5px;
}
.deable {
width: 410px;
height: 83px;
float: right;
padding: 5px;
margin: 5px;
background: #F1F1F1;
border: 1px solid #C2C2C2;
}
-->