@charset "utf-8";
@import url("base.css");

.caselist{}
.caselist li{float: left; margin-left:35px; margin-bottom:20px; border:solid 0px #00ff00;}
.caselist li .t{padding-left:5px;}

div.shadow {float: left; padding: 0 1px; background: #bfbfbf; border-left: 1px solid #eaeaea; border-right: 1px solid #eaeaea;  position: relative;}
div.shadow img {padding: 5px 5px 9px 5px; background: white url(../images/shad_bottom.png) repeat-x bottom left;}
div.shadow div.topleft {width: 2px; height: 4px; background: url(../images/shad_tlcorner.png) no-repeat top left; position: absolute; top: 0px; left: -1px;}
div.shadow div.topright { width: 2px; height: 4px; background-image:url(../images/shad_tlcorner.png) no-repeat top right;  position: absolute;
  top: 0px; right: -1px;}
div.shadow div.bottomleft {width: 4px;height: 4px; background: url(../images/shad_blcorner.png) no-repeat bottom left; position: absolute; bottom: 0px; left: -1px;}
div.shadow div.bottomright { width: 4px; height: 4px; background: url(../images/shad_brcorner.png) no-repeat bottom right; position: absolute; bottom: 0px;
 right: -1px;}
 
 
/* paging */

.paing{margin:10px auto;}
.paing ul{list-style-type: none;border-top: #f6d5b0 2px solid; display: block; background: #0066FF; border-bottom: #f6d5b0 1px solid; height: 30px;}
.paing ul li{float:left;padding:5px 0px 0px 10px; margin: 3px 0px 0px;}
.paing .noresult{width: 90%; text-align:left; }
.paing .noresult h2{margin-bottom:20px;padding-bottom: 10px;font-size:20px;font-weight:bold;border-bottom: solid 1px #666; }
.paing .summary{float:left;margin-left:10px;font-size:12px;font-family:ËÎÌå;}
.quickpager {margin-left:20px;}
.quickpager span {padding:0px 5px;float: left; overflow: hidden; line-height: 16px; height: 16px}
.quickpager a {background: #fff; float: left; margin: -2px 0px 0px 10px; cursor: pointer;border: #0066FF 1px solid; text-decoration: none;}
.quickpager a.selected {border: #0066FF 1px solid;}
.quickpager a.selected span {background: #2B80FF; color: #fff! important}
.quickpager a:link {border: #0066FF 1px solid; text-decoration: none}
.quickpager a:visited {border: #0066FF 1px solid; text-decoration: none}
.quickpager a:hover {border: #FF812B 1px solid; text-decoration: none}
.quickpager a:active {border: #FF812B 1px solid; text-decoration: none}
.quickpager a span {color: #666}

.quickpager a.previous-page {background: url(/skins/default/images/paing_arrow.gif) #0066FF no-repeat 0px 0px;}
.quickpager a.previous-page span {width: 6px; text-indent: -9999em}
.quickpager a.no-previous {background: url(/skins/default/images/paing_arrow.gif) #0066FF no-repeat 0px 0px}
.quickpager a.no-previous span {width: 6px; text-indent: -9999em}
.quickpager a.no-previous {background-color: #f1f1f1}
.quickpager a.no-previous:link {border: #f1f1f1 1px solid; text-decoration: none}
.quickpager a.no-previous:visited {border: #f1f1f1 1px solid; text-decoration: none}
.quickpager a.no-previous:hover {text-decoration: none}
.quickpager a.no-previous:active {text-decoration: none}

.quickpager a.next-page {padding-right: 10px; background: url(/skins/default/images/paing_arrow.gif) #0066FF no-repeat 100% 0px;}
.quickpager a.next-page span {line-height: 16px}
.quickpager a.no-next {padding-right: 10px; background: url(/skins/default/images/paing_arrow.gif) #0066FF no-repeat 100% 0px}
.quickpager a.no-next {background-color: #f1f1f1}
.quickpager a.no-next span {color: #f1f1f1}
.quickpager a.no-next:link {border: #f1f1f1 1px solid; text-decoration: none}
.quickpager a.no-next:visited {border: #f1f1f1 1px solid; text-decoration: none}
.quickpager a.no-next:hover {text-decoration: none}
.quickpager a.no-next:active {text-decoration: none}
.quickpager a.more{margin: 0px 0px 0px 10px;border:none;font-family:ËÎÌå;}