html, body, div, span, img, applet, embed, canvas, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, samp, small, strike, strong, sub, sup, tt, var, b, u, i, s, center, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin : 0px;
  padding : 0px;
  border : 0px;
  outline : 0px;
  font-size : 100%;
}
table {
  margin: auto;
}
.large {
  width: 100%;
}
.title {
  background: url(/images/title_bg_m.png) repeat-x;
  height: 60px;
  margin: 15px 4px 0px 4px;
}
.titlel, .titler {
  height: 60px;
}
.titlel {
  background: url(/images/title_bg_l.png) no-repeat;
  float: left;
  height: 60px;
  padding-left: 17px;
  position: relative;
  width: 350px;
}
.titler {
  background: url(/images/title_bg_r.png) no-repeat;
  float: right;
  height: 60px;
  position: relative;
  text-align: right;
  width: 350px;
}
.menu {
  float: right;
  height: 55px;
  position: relative;
}
.menu a {
  color: #FFF;
  display: block;
  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; text-decoration: none;
  height: 55px;
  line-height: 52px;
  padding: 0px 15px;
}
.menu a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.menu ul {
  display: inline;
  list-style-type: none;
}
.menu li {
  background: url(/images/menu_sep.png) no-repeat;
  display: table-cell;
  padding-left: 1px;
  text-align: center;
}
.asc {
  background: url(/images/order_asc.png) top center no-repeat;
}
.desc {
  background: url(/images/order_desc.png) bottom center no-repeat;
}
.nav {
  padding: 5px;
}
.nav a {
  display: block;
  height: 18px;
  color: #fff;
  margin: 5px 1px;
  padding: 0px 5px;
  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none;
}
.nav input {
  height: 16px;
  margin: 5px 1px;
  border: 1px solid #aaa;
  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none;
}
.nav div, .box {
  background-color: #ddd;
  padding: 1px 0px;
}
.nav table{
  padding: 0px 4px;
  height: 28px;
  background: url(/images/nav.png) repeat-x;
}
.nav #top {
  margin-top: 5px;
}
.nav #bottom {
  margin-bottom: 10px;
}
#t_1 {
  margin-top: 5px;
}
.thumbs td, #t_1 td {
  padding: 5px;
}
.thumb {
  position: relative;
  float: left;
}
.img{
  padding: 1px;
  border: 1px solid #aaa;
}
.imglink{
  display: block;
  width: 124px;
  height: 94px;
}
.img:hover {
  border-color: #f90;
}
.down a, .len, .link {
  background-color: #404040;
}
.nav a {
  line-height: 18px;
}
.down a:hover, .nav a:hover, .selected {
  color: #fff;
  background-color: #f90;
}
.len, .empty, .thumb p {
  font-family: Arial, Helvetica, sans-serif; font-size: 11px;
}
.len, .down {
  line-height : 14px;
  height: 14px;
  position: absolute;
  color: #fff;
  margin: -20px 2px 0px 2px;
}
.len {
  padding: 0px 4px 0px 4px;
}
.down  {
  right: 0px;
  width: 19px;
}
.down  a {
  text-align: center;
  display: block;
  height: 14px;
}
.empty {
  padding: 5px;
}
.box {
  margin-bottom: 10px;
}
.box div {
  background: url(/images/box_bg.png) repeat-x;
  padding: 5px;
  table-layout: fixed;
  font-family: Arial, Helvetica, sans-serif; font-size: 11px;
}
.box h1 a {
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;
  height: 18px;
  color: #555;
  padding-left: 3px;
  margin-bottom: 3px;
  font-weight: bold;
  text-decoration: none;
}
.box span {
  background: url(/images/box_sep.png) no-repeat top left;
  display: block;
  padding-top: 6px;
  overflow: hidden;
  white-space: nowrap;

}
.box span a {
  color: #000;
}
.box span a:hover {
  color: #f90;
}
/*
.img, .nav a, .nav input {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.len {
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
}
.down a {
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
}
*/