form {
    margin: 0;
}

h3, h4, h5, h6 {
    font-weight: normal;
}

h2, h3, h4, h5, h6, p, ul, ol, dl, address {
    margin: 1em 0;
}

h1 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
}

h2 {
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
}

h4 {
    font-size: 1em;
    font-weight: bold;
}

h5 {
    font-size: 1em;
    font-weight: bold;
}

h6 {
    font-size: 1em;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

blockquote, q {
    quotes: "" "";
}

img {
    vertical-align: top;
}

a img {
    border: none;
    vertical-align: middle;
}

a:focus, a[href]:hover {
    text-decoration: none;
}

a {
    color: #d62429;
    text-decoration: underline;
}

blockquote {
    margin: 1.5em;
    font-style: italic;
}

strong, dfn {
    font-weight: bold;
}

em, dfn {
    font-style: italic;
}

sup, sub {
    line-height: 0;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
}

address {
    font-style: italic;
}

del {
    color: #666;
}

ul, ol, dd {
    padding-left: 1.5em;
    margin-left: 0;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

dt {
    font-weight: bold;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

th {
    font-weight: bold;
}

thead th {
    text-align: center;
}

th, td, caption {
    padding: 2px;
}

tfoot {
    font-style: italic;
}

caption {
    background: #eee;
}

fieldset {
    padding: 0;
    border: none;
}

fieldset, input, textarea, select {
    margin: 0;
    vertical-align: top;
}

textarea {
    resize: none;
}

select {
    padding: 3px;
}

option {
    padding: 0 6px;
}

input[type=text], input[type=url], input[type=password], textarea {
}

input[type=submit], input[type=button], button {
}

input[type=submit]:hover, input[type=button]:hover, button:hover {
}

.error {
    color: red;
}

.hidden {
    display: none;
}

ul.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list > li {
    margin: 1em 0;
}

.cols, .grid {
    display: table;
}

.cols > .row, .grid > .row {
    display: table-row;
}

.cols .col, .grid .cell {
    display: table-cell;
}

.cols .col {
    vertical-align: top;
}

.grid .cell {
    vertical-align: middle;
}

.animated {
    overflow: hidden;
    position: relative;
}

/*->browse------------------------------------------------------------------*/

#browse span {
    float: left;
    text-align: right;
}

#browse .next {
    float: right;
    text-align: left;
}

#browse a {
    position: fixed;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -30px;
    text-indent: -1000em;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .6);
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    z-index: 800;
    display: block;
}

#browse .next a {
    text-align: left;
    text-indent: -1000em;
    right: 0;
    margin-right: 0;
    width: 80px;
    height: 80px;
}

#browse .prev a {
    margin-left: 0;
    width: 80px;
    height: 80px;
    text-indent: -1000em;
}

#browse span:hover a {
    background-color: rgba(0, 0, 0, .9);
}

#browse a:before {
    content: '';
    position: absolute;
    top: 26px;
    left: 28px;
    width: 20px;
    height: 28px;
    background: url(../images/browse.png) no-repeat 0 1px;
    overflow: hidden;
    text-indent: -1000em;
}

#browse .next a:before {
    background-position: 100% 0;
    left: auto;
    right: 28px;
}

#browse a:after {
    content: '';
    position: fixed;
    display: block;
    top: 0;
    height: 100%;
    width: 100%;
    margin-left: -100%;
    background: url(../images/blank.gif);
}

#browse .next a:after {
    margin-left: 80px;
}

#browse .clone {
    content: '';
    position: fixed;
    display: block;
    top: 0;
    height: 100%;
    width: 100%;
    margin-left: -100%;
    background: url(../images/blank.gif);
}

#browse .next .clone {
    margin-left: 0;
}

#browse span:hover .clone {
    background: none;
}

/*->page--------------------------------------------------------------------*/
html, body {
    height: 100%;
}

/*->content-----------------------------------------------------------------*/
#content {
    padding-bottom: 80px;
    font-size: 14px;
    line-height: 20px;
}

.detail #content {
    padding-top: 80px;
}