/* reset S */

html {
    color: #000;
    background: #FFF
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

legend {
    color: #000
}


/* reset E */


/* public S */

body {
    font-family: 'microsoft yahei', 'simsun';
    font-size: 12px;
    background: #f8f8f8;
    min-width: 1200px;
}

a{
    text-decoration: none;
}

.clearfix:before,.clearfix:after{
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.center-box img {
    max-width: 100%;
    max-height: 100%;
}

.mr0 {
    margin-right: 0;
}
/* public S */

DIV.sabrosus {
    margin: 3px;
    padding: 3px;
    text-align: right;
	margin-right:50px;
}
DIV.sabrosus A {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    color: #ccc;
    margin-right: 2px;
    padding: 5px 10px;
    text-decoration: none;
}
DIV.sabrosus A:hover {
    background-color: lightyellow;
    border-color: #e66730;
    border-style: solid;
    border-width: 1px;
    color: #e66730;
}
DIV.pagination A:active {
    background-color: lightyellow;
    border-color: #2B66A5;
    border-style: solid;
    border-width: 1px;
    color: #000000;
}
DIV.sabrosus SPAN.current {

   /* background-color: #2E6AB1; */
    border-color: #e66730;
    border-style: solid;
    border-width: 1px;
    color: #e66730;
    font-weight: bold;
    margin-right: 2px;
    padding: 5px 10px;
}
DIV.sabrosus SPAN.disabled {
    border-color: #929292;
    border-style: solid;
    border-width: 1px;
    color: #929292;
    margin-right: 2px;
    padding: 2px 5px;
}
