﻿@import url("../../css/service.css");

/* -------- book ---------- */

.book h3 {
margin: 15px 0 30px;
text-align: center;
}

.book p { margin: 20px 150px;}

.book table {
margin: 25px 80px;
border-top: 1px dotted #2CA3D5;
}
.book th,
.book td {
padding: 35px 20px;
vertical-align: middle;
}


/* -------- books ---------- */

.books p { text-align: center;}
.books img { vertical-align: top;}

.books dl { margin: 25px 80px;}
.books dt { margin: 10px 0 0;}
.books dt a {
display: block;
width: 137px;
height: 27px;
background-position: left top;
background-repeat: no-repeat;
text-indent: -9999px;
font-size: 1px;
}
.books dt a:hover { background-position: left bottom;}
.books dt.colors a { background: url(../book/img/colors_bt.gif);}
.books dt.mono a { background: url(../book/img/mono_bt.gif);}
.books dd { margin: -20px 0 20px 160px;}

span.att { color: #FF3300;}

.books table { margin: 20px auto;}
.books td { padding: 0 15px;}
.books td a { padding: 0 0 0 15px;}
.books td.ccell {
border-right: 1px dotted #999;
border-left: 1px dotted #999;
}
.books td.ccell a { background: url(../../img/arrow_u.gif) left center no-repeat;}
.books td.rcell a { background: url(../../img/arrow_r.gif) right center no-repeat; padding: 0 15px 0 0;}
.books td.lcell a { background: url(../../img/arrow_l.gif) left center no-repeat;}
