html {
    overflow: -moz-scrollbars-vertical;
    background:#ffffff;
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    width: 982px;
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    text-align:center;
    color: #5A5A5A;
    font-size: 0.8em;
    margin: 1px auto 10px;
    padding: 0;
}
td, th, input, textarea, select {
    font-size: 12px;
}
form {
    padding: 0;
    margin: 0;
    display: inline;
}
input, textarea, select {
    margin: 3px 0px;
}
a, a:visited {
    text-decoration: none;
    font-weight: bold;
    color:  #4F6736;
}
a:hover {
    color:#A29854;
}
a img {
    border: none;
    padding:0;
    margin:0;
}
p {
    margin-top: 0px;
}

/* layout begin */
#wrapper {
    margin: 0 auto;
    text-align: center;
    overflow: visible;
}

#header {
    position: relative;
    width: 980px;
    margin: 0 auto;
    height: 80px;
    background: transparent url('../img/headerbg.png') repeat-x;
    border: 1px solid #d1d1d1;
    border-bottom: 0;
}
#header .div1 {
    position: relative;
    text-align: left;
    padding: 10px 5px 0;
}
#header .div2 {
    height: 60px;
    position: absolute;
    top: 5px;
    right: 5px;
    padding-top: 40px;
}

.language {
    text-align: left;
    margin-bottom: 4px
}

#menu {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    background: url('../img/header.png') repeat-x;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}
#menu .div5 {
    text-align: center;
    margin: 0 auto;
}
#menu img {
    float: left;
    margin-right: 6px;
}
#menu a, #menu a:visited {
    height:18px;
    text-decoration: none;
    color:#695003;
    margin: 0 15px;
    display: inline-block;
    text-align: center;
    font-size: 105%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 0px;
}
#menu a:hover {
    text-decoration: underline;
}

#footer {
    text-align:center;
    font-size:65%;
    padding-top: 5px;
    background: #ffffff;
}
#footer a, #footer a:visited {
    text-decoration: none;
    font-size:105%;
    color:#9D7A02;
    font-weight: normal;
}
#footer a:hover {
    text-decoration: underline;
    color:#D8C914;
    font-weight: bold;
}

#container {
    width: 980px;
    text-align: left;
    background: #f8f8f8;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: left;
    overflow: hidden;
    border: 1px solid #D1D1D1;
}
#column_left {
    float: left;
    width: 180px;
    padding: 0;
    margin: 5px;
}
#column_right {
    float: right;
    width: 180px;
    padding: 0;
    margin: 5px;
}

#content {
    float: left;
    width: 580px;
    margin: 5px 10px;
}
#content a {
    text-decoration:underline;
}
#content a.button {
    text-decoration:none;
}
#content .top {
    background:  #525252;
    padding: 6px 10px;
    padding: 8px 0px 6px 10px;
    background: url('../img/content_top.png') no-repeat;
}
#content .top h1, .heading {
    color: #757575;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
}
#content .middle {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    background: #FFFFFF;
    padding: 10px 10px 1px 10px;
    min-height: 380px;
}
#content .bottom {
    background: url('../img/content_bottom.png') no-repeat;
    height: 5px;
}
#breadcrumb {
    padding: 8px 10px 10px 0;
}
h2, .heading {
    color: #767676;
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 1px solid #F0F0F0;
}

#content .middle a, #content .middle a:visited {
    color: #3C3C3C;
}

#content .middle .thumbs a, #content .middle .thumbs a:visited {
    color: #4F6736;
}
#content .middle .thumbs a:hover {
    color: #657E5A;
}

#content .middle .tabs a.selected {
    color:#A29854;
}

.box {
    margin-bottom: 10px;
}
.box .top {
    background: url('../img/box_top.png') no-repeat;
    padding: 8px 0px 6px 7px;
    color: #757575;
    font-size: 90%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
}
.box .top img {
    float: left;
    margin-right: 5px;
}
.box .middle {
    padding: 3px;
    border: 1px solid #DDDDDD;
    border-top: 0;
    border-bottom: 0;
    background-color: #F2F2EC;
}

.box .bottom {
    height: 5px;
    background: url('../img/box_bottom.png') no-repeat;
}

.box ul {
    padding-left: 0px;
    list-style-type: none;
    line-height: 20px;
    margin: 0px;
}
.box ul li {
    padding: 4px 6px;
    margin: 2px auto;
    border: 1px solid  #4F6736;
}
.box ul li ul li {
    border:0;
    font-size: 90%;
    padding: 1px 4px 1px 10px;
    line-height: 15px;
    list-style:square;
    list-style-position:inside;
    margin: 0;
}
.box ul li a, .box ul li a:visited  {
    text-decoration: none;
}
.box ul li:hover  {
    color:#D1DDDE;
    background: #C6C6C6 url(../img/menuArrow.png) no-repeat right center;
}

/* Details begin */
.mbrform {
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
    padding: 10px 0 10px 15px;
    margin-bottom: 10px;
}
.success, .warning, .wait {
    padding: 5px 0px;
    margin-bottom: 10px;
    font-size: 90%;
    text-align: center;
}
.success {
    background: #E4F1C9;
    border: 1px solid #A5BD71;
}
.warning {
    background: #FFDFE0;
    border: 1px solid #FF9999;
}
.wait {
    background: #FBFAEA;
    border: 1px solid #EFEBAA;
}
.required {
    color: #FF0000;
    font-weight: bold;
}
.error {
    color: #FF0000;
    display: block;
}
.help {
    cursor: pointer;
}
.tooltip {
    border: 1px solid #FDDA5C;
    background: #FBFF95;
    padding: 5px;
    font-size: 11px;
    width: 250px;
}
.clear {
    overflow: hidden;
    width: 100%;
}
a.button {
    background: transparent url('../img/button_right.png') no-repeat scroll top right;
    color: #4F6736;
    font-size:90%;
    font-variant:small-caps;
    display: inline-block;
    height: 21px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    background: transparent url('../img/button_left.png') no-repeat;
    display: inline-block;
    padding: 3px 0 4px 18px;
    color: #4F6736;
}

.buttons {
    background: #F8F8F8;
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
    clear: both;
    padding: 3px;
}
.buttons input {
    padding: 0;
    margin: 0;
}
.buttons table {
    width: 100%;
    border-collapse: collapse;
}
.buttons table td {
    vertical-align: middle;
}
.thumbs {
    color: #583732;
}

.list {
    width: 100%;
    margin-bottom: 10px;
}
.list td {
    text-align: center;
    vertical-align: top;
    padding-bottom: 10px;
}
.sort {
    margin-bottom: 10px;
    background: #F8F8F8;
    height: 30px;
    width: 100%;
}
.sort .div1 {
    float: right;
    margin-left: 5px;
    padding-top: 6px;
    padding-right: 9px;
}
.sort .div2 {
    text-align: right;
    padding-top: 9px;
}
.sort select {
    font-size: 11px;
    margin: 0;
    padding: 0;
}
.pagination {
    display: inline-block;
    width: 100%;
    background: #F8F8F8;
    margin-bottom: 10px;
}
.pagination .links, .pagination .results {
    padding: 7px;
}
.pagination .links {
    float: left;
}
.pagination .links a {
    border: 1px solid #CCCCCC;
    padding: 4px 7px;
    text-decoration: none;
    color: #000000;
}
.pagination .links b {
    border: 1px solid #CCCCCC;
    padding: 4px 7px;
    text-decoration: none;
    color: #000000;
    background: #FFFFFF;
}
.pagination .results {
    float: right;
}
.tabs {
    display: block;
    width: 100%;
    margin-bottom: 0px;
}

.tabs a {
    float: left;
    display: block;
    padding: 6px 15px 7px 15px;
    margin-right: 1px;
    background-color: #F2F2EC;
    border: 1px solid #DDDDDD;
    font-variant:small-caps;
    font-weight: bold;
    font-size: 90%;
    text-decoration: none;
    z-index: 1;
    position: relative;
    top: 1px;
}
.tabs a.selected {
    background-color: #F2F2E0;
    border-bottom: 0px;
    padding-bottom: 8px;
    z-index: 3;
}

.page {
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    display: inline-block;
    padding: 10px;
    display: block;
    width: 536px;
    clear: both;
    z-index: 2;
    margin-bottom: 10px;
}
.cart {
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #EEEEEE;
}
.cart th {
    background: #EEEEEE;
    padding: 5px;
    font-weight: normal;
}
.cart td {
    padding: 5px;
}


