
table.list_images {
    margin-top: 10px;
}

td.next {
    padding-left: 2px;
    width: 9px;
}

td.prev {
    padding-right: 2px;
    width: 9px;
}

table.list_images td {
    vertical-align: middle !important;
    text-align: middle !important;
}

.error {
    color: red;
}

.ok {
    color: green;
}

table.cart {
    width: 800px;
}

table.cart th {
    text-align: center;
    padding: 5px;
    background-color: #CACACA;
    border-bottom: 1px solid #B9B9B9;
}

table.cart td {
    padding: 5px;
    text-align: left;
}

table.cart td.right {
    text-align: right;
}

table.cart td.center {
    text-align: center;
}

table.cart tr.total td {
    background-color: #E9E9E9;
    border-top: 1px solid #DBDBDB;
}

table.cart tr.line1 {
    background-color: #F6F6F6;
}

table.cart tr.line2 {
    background-color: #F1F1F1;
}

table.cart td.del {
    text-align: center;
}

table.cart td.del input {
    width: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    background: none;
}

#folders,#photos {
    overflow: hidden;
    margin: 10px;
    padding: 10px;
}

* html #folders,* html #photos {
    overflow: visible;
    height: 1%;
}

#folders .folder {
    float: left;
    margin: 5px;
    width: 150px;
    height: 150px;
    text-align: center;
}

#folders a.folder {
    display: block;
    width: 96px;
    height: 96px;
    background: #ADFF2F url(/img/folder.gif) no-repeat top left;
    margin: 0 17px 5px 17px;
    outline: none;
    -moz-user-outline: none;
}

#folders a.folder img {
    border: none;
    margin-top: 10px;
}

#folders .folder .sign {
    text-align: center;
    margin-top: 5px;
    height: 40px;
    width: 130px;
}

#photos .photo {
    float: left;
    margin: 5px;
    text-align: center;
    width: 150px;
    height: 180px;
}

#photos .photo .sign {
    text-align: center;
    margin-top: 5px;
}

/* login */
div.login_form {
    border: 1px solid #68A28B;
    padding: 20px 10px;
    background-color: #E8F3EE;
    width: 400px;
    margin: 10px auto;
}

div.login_form table td {
    background-color: #E8F3EE;
    padding: 3px;
}

div.login_form table td.label {
    vertical-align: top;
    text-align: right;
    white-space: nowrap;
}

div.login_form a {
    color: #68A28B;
}

div.login_form div.error,div.login_form div.success {
    color: #ff992a;
    font-weight: bold;
    padding-left: 27px;
    padding-top: 20px;
}

div.login_form div.success {
    color: #5c7973;
}

div.login_form input {
    border: 1px solid #558D74;
}

div.login_form input.submit {
    background-color: #68A28B;
    color: #FFFFFF;
}

fieldset.poll {
    padding: 10px;
    border: 1px solid Black;
}

fieldset.poll legend {
    font-weight: bold;
    padding: 10px;
}

.poll-result {
    text-align: right;
    width: 12%;
    float: right;
}

.poll-bar {
    height: 10px;
    margin-top: 5px;
}

.poll-answer {
    clear: both;
    overflow: hidden;
}



.block {
    width: 175px;
    float: left;    
    margin-top: 5px;
}

.block .title {
    background: #C90000 url('/img/block/top.gif') top left no-repeat;
    color: White;
    font-weight: bold;
    font-size: 120%;
    padding: 3px 10px;
    height: 17px;
}

.block .banner {
    height: 95px;
    border: 1px solid #e1e1e1;
    border-width: 0px 1px;
}

.block .text {
    border: 1px solid #e1e1e1;
    border-width: 0px 1px;
    overflow-x: hidden;
    padding: 2px;
    font-size: 80%;
    background-color: #ececec;
    color: #4d4d4d;
}

.block .text p {
    margin: 0px;
    padding: 0px;
}

.block .more {
    background: #ececec url('/img/block/bottom.gif') top left no-repeat;
    padding: 3px 10px;
    height: 17px;
    padding-left: 20px;
}

.block .more a {
    color: #6f6f6d;
}
