* {
    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 {
}

#header {
    height: 100px;
    background: url(bg.png) repeat-x top left;
}
#logo {
    position: absolute;
    top: 0px;
    left: 30px;
}
#twitter {
    position: absolute;
    top: 0px;
    right: 30px;
}
#sitename {
    position: absolute;
    top: 25px;
    left: 145px;
}
#advlinks {
    clear: both;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    margin: 10px 0pt;
}
#content {
    width: 95%;
    margin: 1em auto;
    padding-bottom: 60px;
}

.review {
    text-align: left;
    text-indent: 1em;
}

.detail,.dialog {
    width: 75%;
    margin: 0pt auto 20px auto;
}

.detail h1 {
    text-align: center;
}

.detail table {
    margin: 0pt auto;
}
.picture {
    width: 400px;
    height: 600px;
    vertical-align: top;
}
.spec {
    vertical-align: top;
}

.spec table {
    border-collapse: collapse;
}
.spec table th {
    text-align:left;
}
.spec table td {
    padding-left: 10px;
}
.videos {
    width: 200px;
}
.thumbs {
    text-align: center;
    padding: 5px 10px;
}

.comments {
    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;
}
textarea {
    width: 99%;
}

.textcenter {
    text-align: center;
}
.alignleft {
    text-align: left;
}

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

#footer a {
    color: #ffffff;
}
#loader {
    margin: 0pt auto 10px auto;
}

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

#loader img {
    margin: 0pt auto;
}

.box {
    width: 350px;
}
.boxcontent {
    background-color: #eeeeee;
    font-weight: bold;
    padding: 5px 10px;
}
.heading {
    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;
}
.text {
    font: 14px Arial;
    line-height: 1.4em;
    margin: 0pt auto;
    width: 75%;
    text-indent: 2em;
}
