* {
    margin: 0pt;
    padding: 0pt;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

img {
    border: none;
}

p {
    padding: 1em 0pt;
}

body {
    font-family: Arial, Helvetica;
    width: 100%;
    line-height: 2.0em;
    font-size: 0.7em;
}
#wrap {
    margin: 0pt auto;
}

#header {
    height: 125px;
    width: 100%;
    background: url(bg.png) repeat-x top left;
}
#logo {
    position: relative;
    top: 10px;
    left: 20px;
    width: 600px;
    height: 80px;
    float: left;
}
#slideshow {
    float: left;
    position: relative;
    top: 5px;
    left: 10px;
    width: 400px;
    height: 90px;
    overflow: hidden;
}
#slideshow ul {
    width: 4000px;
}
#slideshow li {
    float: left;
    width: 100px;
}
#advheaderblock {
    position: relative;
    right: 20px;
    top: 20px;
    float: right;
}
#advlinks {
    clear: both;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    margin: 10px 0pt;
}
.textblock {
    text-align: center;
    width: 100%;
}

#content {
    width: 95%;
    margin: 1em auto;
}
.feed {
    position: absolute;
    top: 20px;
    right: 20px;
}
.review {
    text-align: left;
    text-indent: 1em;
}
.dialog {
    width: 75%;
    margin: 0pt auto;
}
.detail {
    width: 75%;
    margin: 0pt auto;
}
.detail table {
    margin: 0pt auto;
    text-align: center;
}

.detail h1 {
    text-align: center;
}

.detail img {
    margin: 0pt 10px;
}

.thumbs {
}

.imagelist {
    text-align: left;
}
.videolist {
    text-align: left;
}

.comments {
    clear: both;
    margin: 10px 0pt;
    width: 300px;
    float: left;
}

.comment {
    margin: 15px 0pt;
    border-top: 1px dotted #c0c0c0;
}

.comment img {
    position: relative;
    width: 42px;
    height: 8px;
}

.detail form, .dialog form {
    margin: 0pt auto 20px auto;
    padding: 5px;
    background: #eeeeee;
}
.detail form {
    float: right;
}

.dialog {
    width: 50%;
    margin: 0pt auto;
}

.dialog form {
    width: 400px;
}

form img {
    display: block;
    margin: 0pt;
}
textarea {
    width: 99%;
}

.textcenter {
    text-align: center;
}

#footer {
    clear: both;
    text-align: center;
    font-size: 90%;
    color: #ffffff;
    background-color: #000000;
    width: 100%;
    height: 40px;
}

#footer a {
    color: #ffffff;
}
#loader {
    width: 640px;
    text-align: right;
}

#loader.loading {
    background: url(loadingAnimation.gif) no-repeat center center;
}

#loader img {
    margin: 0pt auto;
}

.box {
    width: 350px;
    margin: 20px;
    display: block;
}
.boxcontent {
    display: block;
    background-color: #eeeeee;
    padding: 5px 10px;
}
.heading {
    display: block;
    height: 30px;
    background: url(table_bg.png) repeat-x top left;
    color: #eeeeee;
    text-align: center;
    text-transform: uppercase;
    font: bold 18px 'Arial';
    padding: 5px 0pt 0pt;
}
.box td {
    padding: 5px 0pt;
}
.box a {
    font-weight: bold;
}
.categoryname {
    text-transform: uppercase;
    font: bold 14px 'Trebuchet MS';

}
.text {
    font: 14px Arial;
    line-height: 1.4em;
    margin: 0pt auto;
    width: 75%;
    text-indent: 2em;
}
.spec {
    width: 50%;
    margin: 0pt auto;
    clear: both;
}
.spec table {
    width: 100%;
}
.spec table th {
    text-align:left;
}
.alignright {
    text-align: right;
}
.alignleft {
    text-align: left;
}
.floatright {
    float: right;
}
.clear {
    clear: both;
}
.news {
    width: 50%;
    float: left;
}
.post h1 {
    font-size: 180%;
    line-height: 1.5em;
    margin: 1em 0pt;
    text-align: center;
}
.post {
    margin-top: 2em;
    font-size: 120%;
}
.tags, .date {
    color: #666666;
    font: normal 80% 'Verdana';
}
.tags a {
    color: #666666;
    font: bold 90% 'Verdana';
    text-decoration: underline;
}
.post p {
    text-indent: 1em;
}
.post img {
    float: left;
    margin: 0pt 5px;
}
.sidebar {
    float: left;
    width: 400px;
}
.pagination {
    clear: both;
    margin-top: 20px;
    font: 20px Arial;
    width: 100%;
    text-align: center;
}

.pagination a, .pagination span {
    background-color: #ffffff;
    font-size: 80%;
    padding: 2px 5px;
    margin: 2px;
    text-decoration: none;
    color: #777777;
}
.pagination a {
}
.pagination .current {
    background-color: #497BB6;
    color: #ffffff;
}
.pagination .disabled {
    background-color: #ffffff;
    color: #a0a0a0;
    border: 1px solid #eeeeee;
}
