html, body {
    margin:0;
    padding:0;
    border:none;
    color:#000;
}

body{font-family:Arial, Tahoma; font-size:12px; }

div,
span,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
textarea,
pre,
code,
form,
table,
tbody,
thead,
tfoot,
tr,
th,
td,
img,
p,
fieldset {
    margin:0px;
    padding:0px;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,
img {
    border:0;
}

h1, h2, h3, h4, h5, h6 {
    font-size:100%;
    font-weight:normal;
}

caption,
th {
    text-align:left;
}

sup {
    vertical-align:text-top;
}
sub {
    vertical-align:text-bottom;
}
input,
textarea,
select {
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}

legend {
    color:#000;
}

ul, li {
    list-style-type:none;
}

a {
    color: #09C;
    text-decoration:none;
    outline:none;
    cursor:pointer;
}

input:focus {outline: none;}

p { margin:0; padding:2px 0;}


/* others */
.space { clear:both; height:0; line-height:0; font-size:0; }
.space3 { clear:both; height:3px; line-height:3px; font-size:0; }
.space5 { clear:both; height:5px; line-height:5px; font-size:0; }
.space10 { clear:both; height:10px; line-height:10px; font-size:0; }
.space20 { clear:both; height:20px; line-height:20px; font-size:0; }

#widget-wrapper {
    background-color: #FFF;
}

#widget-wrapper.transparent {
    background-color: transparent;
}

.logo-wrapper {
    height: 34px;
    padding-bottom: 10px;
}

.logo-left {

}

.logo-right {

}

.logo-right a {
    float: right;
}

#main {
    overflow-x: auto;
}

#logo {
    background: url(../img/widget_logo.png) no-repeat;
    width: 100px;
    height: 41px;
}

#caption {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 8px;
}

#widget-list li {
    padding: 2px 0;
}

#widget-list a.brigade {
    color: #6CAA06;
    font-weight: bold;
}

#widget-wrapper .description {
    font-size: 11px;
}

#widget-wrapper .created {
    font-size: 11px;
}

#widget-wrapper .created .price {
    font-weight: bold;
}
