body {
    margin : 0 0 0 0;
    padding : 0;
    font-family : "DejaVu Sans","Lucida Grande","Bitstream Vera Sans",Helvetica,Arial,sans-serif;
    font-size : 62.5%;
    line-height: 1.5;
    background : #fff;
    color : #000;
}

/* Common */
address {
    font-style: normal;
}
img {
    border: none;
}
table {
    font-size: 1em;
}
p {
    margin: 1em 0;
}
blockquote {
    margin-left: 2em;
}

pre, code {
    font: 1em "Andale Mono","DejaVu Sans Mono","Courier New",Courier,monospace;
}
pre {
    border-left: 4px solid #c6c3b2;
    margin: 1em 0;
    padding: 0.5em;
    /*overflow: auto;*/
    color: #333;
    background: #edede8;
}

/* Links */
a:link, a:visited {
    color : #54911c;

}
a:hover, a:focus, a:active, a:link:hover, a:link:visited, a:hover:visited {
    color: #c90;
}
a[name]:hover {
    color: inherit;
}

.modo_title:link, .modo_title:visited {
    color : #000000;

}

/* Titles */
h1,h2,h3,h4,h5,h6 {
    margin: 0.8em 0;
}
h1 {
    color: #666;
    font: 2em "Times New Roman",serif;
}
h2,h3,h4,h5,h6 {
    font-family: Arial,Helvetica,sans-serif;
}
h2 {
    color: #777;
    font-size: 1.4em;
}
h3 {
    color: #c90; font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: 0.8em;
}

/* Lists */

ul {
    display: block;
    list-style: url(../images/bullet_cl.png);
    margin: 0 0 1em 16px;
    padding: 0;
}
ul ul {
    list-style: url(../images/bullet_tr.png);
}
ul ul ul {
    list-style: url(../images/bullet_sq.png);
}

ul.nolist {
    list-style: none;
}

ol {
    margin: 0 0 1em 20px;
    padding: 0;
    list-style-type: decimal;
}
ol ol {
    list-style-type: upper-roman;
}
ol ol ol {
    list-style-type: lower-alpha;
}
ol ol ol ol {
    list-style-type: lower-greek;
}

dl {
    margin: 1em 0;
}
dt {
    margin: 1em 0 0 0;
    padding: 0;
    font-weight: bold;
}
dd {
    margin: 0 0 0 1em;
    padding: 0;
}



/* Layout
-------------------------------------------------------- */

#country {
    padding: 5px 10px;
    float: right;
}

#country select {
    padding: 0;
}

#country_current_flag {
    position: relative;
    top: 2px;
}

option.country {
    background: transparent url() no-repeat scroll 4px 50%;
    padding: 2px 2px 0px 28px;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
}

#top {
    margin: 0;
    padding: 0;
    background: #c6c3b2;
}
#innertop {
    width: 760px;
    margin: 0 auto;
}
#header {
    margin: 0;
    padding: 5px 0;
}
#header a {
    border-width: 0;
}

/* Main navigation bar */
#mainnav {
    background: #d9d5ca;
    margin: 1px 0 0 0;
    padding: 4px 2px 0 0;
    border: none;

}
#mainnav div#mainnav_wrapper {
    width: 760px;
    height: 26px;
    margin: 0 auto;
    overflow: none;
    clear:both;
}
#mainnav ul {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
    /*float: right;*/
}
#mainnav li {
    display: block;
    float: left;
    padding: 5px 2px 5px 0;
    margin: 0 0 0 2px;
    border: none;
    font: bold 1.3em "Trebuchet MS",Verdana,Arial,Geneva,sans-serif;
    background: #60a620 url(../images/tab_r.png) no-repeat 100% 0;
}

#mainnav :link, #mainnav :visited,
* html #mainnav :link, * html #mainnav :visited {
    padding: 5px 10px;
    background: transparent url(../images/tab_l.png) no-repeat 0 0;
    border: none;
    color: #fff;
    text-decoration: none;
}
#mainnav :link:hover, #mainnav :visited:hover,
#mainnav .active :link:hover, #mainnav .active :visited:hover {
    border: none;
    background-color: transparent;
    text-decoration: underline;
}

#mainnav li.active {
    background-image: url(../images/tab_hover_r.png);
    background-color: #fff;
}
#mainnav .active :link, #mainnav .active :visited {
    background: transparent url(../images/tab_hover_l.png) no-repeat 0 0;
    border: none;
    color: #333;
}


/* Content */
#wrapper {
    width: 850px;
    margin: 0 auto;
    clear: right;
    font-size: 1.2em;
    font-family: ;
}
#main {
    width: 100%;
    float: left;
    margin-right: -180px;
    margin-bottom: 20px;
}
#content {
    margin-right: 200px;
    padding-top: 1px;
}
#content.kiwii-full-width { margin-right:0; }

/* Sibebar */
#sidebar {
    width: 180px;
    float: right;
    padding-top: 1px;
    margin-bottom: 20px;
}
#sidebar #welcome_back {
    border-bottom: 1px solid #B7B4A3;
    padding-bottom: 3px;
}
#sidebar #welcome_back a {
    font-size: 11px;
    font-weight: normal;
}
#sidebar h2 {
    color: #333;
    border-top: 1px solid #b7b4a3;
    background: #edede8 url(../images/sb_title_bg.png) no-repeat 50% 100%;
    font-size: 1.3em;
    padding: 3px 0.2em 16px 0.2em;
    margin: 1.6em 0 0 0;
}
#sidebar ul {
    list-style: url(../images/bullet_tr.png);
}
#sidebar :link, #sidebar :visited {
    text-decoration: none;
    font-weight: bold;
}

/* Footer */
#footer {
    clear: both;
    background: #edede8;
    padding: 1em 0;
}
#footer p {
    width: 760px;
    margin: 0 auto;
    text-align: right;
}

/* Forms
-------------------------------------------------------- */
form {
    display: block;
    margin: 0;
    padding: 0;
}
fieldset {
    margin: 1em 0;
    padding: 0.5em;
    border: 1px solid #c6c3b2;
}
legend {
    font-weight: bold;
}
input, textarea, select {
    border-width : 1px;
}
input, textarea, select, option {
    font-family: "Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Helvetica,Arial,sans-serif;
    font-size: 1em;
}
input[type=text], input[type=password], textarea {

    background: #edede8;
    border-style: solid;
    border-color: #c6c3b2;
}
input[type=text]:hover, input[type=password]:hover, textarea:hover {
    border-color: #b7b4a3;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
    border-color: #666;
}
input[type=checkbox], input[type=radio] {
    border: none;
}
input[type=submit], input[type=reset], input[type=button] {
    background: #60a620;
    color: #fff;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover,
input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus {
    background: #c90;
}
input[type=submit] {
    font-weight : bold;
}

form fieldset div {
    clear: left;
    margin: 0.25em 0;
}
form fieldset div label, form fieldset div span.label {
    display: block;
    position: relative;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    text-align: right;
    width: 150px;
}
form fieldset div.controlset label,
form fieldset div.area label {
    float: none;
    display: inline;
}
form fieldset div.area textarea {
    display: block;
    width: 100%;
}
form fieldset div.area p.note {
    margin-left: 0;
}
form fieldset p.note {
    clear: left;
    margin: 0 0 0 170px;
    font-style: italic;
}
form div.required label:after, form div.required span.label:after {
    content: " *";
    color: #c00;
    font-weight: bold;
}
form div.required.controlset label:after {
    content: "";
}
#lightbox.loading {
display:none;
}

/* Moderation */
.changes_saved {
background-color:#DDFFDD;
color:#FF0000;
font-weight:bold;
}

td.disabled {
color:lightgrey;
font-style:italic;
}

/* Geo Free Text Search */
#vs-geo-suggestions, #vs-geo-suggestions {
    border: 1px solid green;
    padding: 1px;
    margin-top: 1px;
    width: 150px;
    background-color: #fff;
    position:absolute;
    font-size: 12px;
}
#vs-geo-suggestions div, #vs-geo-suggestions div {
    border: 0;
    font-size: 11px;
    color: #888;
    padding: 4px 2px;
    cursor: pointer;
}
#vs-geo-suggestions.vs-scroller {
    height: 230px;
    overflow: auto;
    overflow-x: hidden;
}
#vs-geo-suggestions div.selected, #vs-geo-suggestions div:hover {
    background-color: #F1FFCC;
}

.searchGeoHolder input {
width: 150px;
}

span#vs-geo-freetext.loading {
    background: #EDFBC6 url(../images/template/geo_loader.gif) no-repeat 156px 6px;
}
span#vs-geo-freetext.loading {
    background: #fff url(../images/posting/forgot-password-loader.gif) no-repeat 200px 1px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.padding-xxxsmall {
    padding : 5px;
}
.padding-xxsmall {
    padding : 10px;
}
.padding-xsmall {
    padding : 15px;
}
.padding-small {
    padding : 20px;
}
.width-span-1 {
    width: 100px;
}
.width-span-2 {
    width: 200px;
}
.width-span-3 {
    width: 300px;
}
.width-span-4 {
    width: 400px;
}

.payment-card-icon {
    background-image: url(../images/sprites/post_sprite.gif);
    width: 39px;
    height: 26px;
}

.payment-card-icon.visa {
    background-position: -316px -94px;
}

.payment-card-icon.mc {
    background-position: -239px -94px;
}

.payment-card-icon.visaelectron {
    background-position: -356px -94px;
}

.payment-card-icon.discover {
    background-position: -199px -94px;
}

.payment-card-icon.cartebleue {
    background-position: -160px -94px;
}

.payment-card-icon.switchsolo {
    background-position: -277px -94px
}

.payment-card-icon.paypal {
    width: 50px;
    height: 28px;
    background-position: 2px -91px
}

.payment-card-icon.todito {
    width: 112px;
    height: 26px;
    background-position: -48px -94px
}
.payment-card-icon.cvv {
    width: 106px;
    height: 54px;
    background-position: -127px -8px;
}




