html,
body {
    margin: 0;
    padding: 0;
    font: 13px/1.00 Helvetica, 'Helvetica Neue', Arial, sans-serif;
    color: white;
    background-color: white;
    box-sizing: border-box;
    font-size: 62.5%;
}

#adbase {
    position: relative;
    display: block;
    background-color: white;
    width: 298px;
    height: 150px;
    border: 1px solid rgba(7, 91, 32, 0.2);
}

#terms {
    margin-top: 97px;
    font-size: 1.0rem;
}

.footer {
    height: 34px;
    background-color: #075b20;
}

.whitetext {
    color: white;
}

#logo {
    padding-top: 3px;
    padding-right: 3px;
    float: right;
}

#grnrect {
    background-color: rgb(131, 182, 64);
    width: 130px;
    height: 26px;
    float: left;
    margin-top: 3px;
    margin-left: 3px;
    cursor: pointer;
    cursor: hand;
}

.btn {
    background: rgb(131, 182, 64);
    background-image: -webkit-linear-gradient(top, rgb(131, 182, 64), rgb(131, 182, 64));
    background-image: -moz-linear-gradient(top, rgb(131, 182, 64), rgb(131, 182, 64));
    background-image: -ms-linear-gradient(top, rgb(131, 182, 64), rgb(131, 182, 64));
    background-image: -o-linear-gradient(top, rgb(131, 182, 64), rgb(131, 182, 64));
    background-image: linear-gradient(to bottom, rgb(131, 182, 64), rgb(131, 182, 64));
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
}

.btn:hover {
    background: rgb(131, 182, 64);
    background-image: linear-gradient(to bottom, rgba(131, 182, 64, 0.5), rgba(0, 182, 64, 0.5));
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

.btn:hover {
    background: rgb(131, 182, 64);
    background-image: linear-gradient(to bottom, rgba(131, 182, 64, 0.5), rgba(0, 182, 64, 0.5));
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

#controlsview {
    padding-left: 2px;
    position: absolute;
    top: 70px;
    left: 164px;
}

.arrows {
    border: 1px solid rgb(200, 200, 200);
    width: 24px;
    cursor: pointer;
    cursor: hand;
    /* outline: 1px solid rgb(100, 100, 100);
    */
}

.left:hover {
    border: 1px solid rgb(7, 91, 32);
    border: 1px solid rgba(7, 91, 32, 0.7);
}

.right:hover {
    border: 1px solid rgb(7, 91, 32);
    border: 1px solid rgba(7, 91, 32, 0.7);
}

.outline,
.outline * {
    /* outline: 1px solid #F6A1A1;
    */
}

.large {
    min-height: 116px;
}

.rowequal {
    min-height: 35px;
}

.carousel {
    position: absolute;
    overflow: inherit;
    display: block;
    background-color: transparent;
    border: 1px solid gray;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.force {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.hideItem {
    display: none;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#imageview {}

#imageholder {
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 500ms ease-in;
    -ms-transition: -ms-transform 500ms ease-in;
    -moz-transition: -moz-transform 500ms ease-in;
    -o-transition: 500ms ease-in;
    transition: transform 500ms ease-in;
}

#imageContainer {
    position: absolute;
    overflow: hidden;
    top: 4px;
    left: 4px;
}

#description {
    font-size: 1.24rem;
    color: rgb(0, 100, 255);
}

#price {
    font-weight: bold;
    font-size: 1.26rem;
    color: #075b20;
}

a:link {
    color: #0000FF;
    text-decoration: none;
}

a:visited {
    color: #0000FF;
    text-decoration: none;
}

a:active {
    color: #0000FF;
    text-decoration: none;
}

a:hover {
    color: #0000FF;
    text-decoration: underline;
}

#grnrect > a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}

#grnrect > a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}