
body{
    margin: 0px;
    padding: 0px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 13px;
}

html>.body {
}


h1 {
    color: #6fbc55;
    font-family: 'Arial';
    font-weight: bolder;
    font-size: 40px;
    margin: 0px;
}

h2 {
    color: #c22568;
    font-family: 'Arial';
    font-weight: bolder;
    font-size: 20px;
    margin: 5px;
}

a{
    color: #c21d6e;
}
a:hover {
    color: #DDD;
}

input[type=text],
input[type=password],
textarea {
    border: 1px solid silver;
    padding: 1px;
    margin: 2px;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    border: 2px solid gray;
    padding: 0px;
}


.triple-box {
    display: inline-block;
    width: 183px;
    height: 155px;
    vertical-align: top;
    /* IE7 fix  for inline block*/
    zoom:1;
    *display: inline;
}

.double-box {
    display: inline-block;
    width: 318px;
    vertical-align: top;
    /* IE7 fix  for inline block*/
    zoom:1;
    *display: inline;
}


.rounded-box {
    position: relative;
    background-color: #fafbfb;
    padding: 10px;
    border: 6px solid #e1e6e6;
    background-image: url(boxbg.png);
    background-repeat: repeat-x;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25px;
    color: gray;
    font-size: 16px;
    line-height: 140%;
}

.rounded-box p{
    padding: 5px;
}

.rounded-box img.top {
    position: absolute;
    top: -6px;
}

.rounded-box img.bottom {
    position: absolute;
    bottom: -6px;
}

.rounded-box img.left {
    position: absolute;
    left: -6px;
}

.rounded-box img.right {
    position: absolute;
    right: -6px;
}

.rounded-box .bulb {
    background-image: url(bulb.png);
    position: absolute;
    left: -27px;
    top: -30px;
    width: 66px;
    height: 66px;
    text-align: center;
}
.rounded-box .bulb h1 {
    margin-top: 23px;
    color: #c22568;
    font-family: 'Stencil', 'Arial';
}
.rounded-box h2 {
    text-align: center;
    color: #6fbc55;
}

.rounded-box .button {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.button {
    display: inline-block;
    background-image: url(button.png);
    background-position: top left;
    background-repeat: no-repeat;
    height: 38px;
    padding: 0;
    cursor: pointer !important;
    text-decoration: none;
    /* IE7 fix  for inline block*/
    zoom:1;
    *display: inline;
}
.button:hover {
    background-image: url(button-h.png);
}

.button .text {
    padding: 0;
    margin: 0;
    display: block;
    background-image: url(button.png);
    background-position: top right;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-right: -5px;
    padding-top: 7px;
    padding-right: 7px;
    height: 38px;
    font-size: 16px;
    color: white;
    font-weight: bold;
    border:  0px none;
    background-color: transparent;
    outline: none;
}
.button .text:hover {
    background-image: url(button-h.png);
}

#top {
    background-image: url(grass.png);
    background-position: top center;
    background-repeat: repeat-x;
    height: 145px;
    margin-bottom: 30px;
}

#title {
    background-color: white;
}

#page-container {
    background-image: url(grad.png);
    background-repeat: repeat-x;
    border-top: 4px solid #c22568;
}

#page {
    position: relative;
    margin: 0px auto;
    width: 800px;
}

#footer-container{
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
    font-size: 12px;
    color: gray;
}

#footer {
    margin: 0 auto;
    width: 750px;
    position: relative;
}

#footer .evo-module-widget {
}

#footer .evo-module-login {
    position: absolute;
    right: 20px;
    top: 10px;
    text-align: right;
    color: silver;
}

#footer .evo-module-login input[type=submit]{
    border: 1px solid silver;
    background-color: #EEE;
    color: gray;
    margin: 2px;
    cursor: pointer;
}

#footer .evo-module-login div {
    padding: 2px;
}

#footer .evo-module-login a {
    color: silver;
    text-decoration: none;
    margin: 8px;
}

#footer ul {
    line-height: 24px;
    display: inline-block;
    list-style-type: none;
    vertical-align: top;
    min-height: 100px;
}
#footer ul:last-child {
    margin-left: 50px;
    border-left: 1px solid #dbdbdb;
}
#footer ul a {
    color: silver;
    text-decoration: none;
}
#footer ul a:hover {
    color: green;
}

/* menus */
.evo-module-menu {
    width: 800px;
    position: absolute;
    top: 10px;
    right: 10px;
    margin-bottom: 15px;
    text-align: right;
}
.evo-module-menu li a {
    color: #222;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    padding: 15px;
}
.evo-module-menu li a:hover {
    color: gray;
}

.product-view-template .image {
    border: 1px solid silver;
    padding: 2px;
    width: 200px;
}

.evo-module-product {
    padding: 20px;
    display: inline-block;
    vertical-align: top;
}

.product-view-template input[type=image] {
    vertical-align: middle;
}
.product-view-template .buy {
    text-align: right;
    padding: 2px;
}
.product-view-template .name {
    font-weight: bold;
}
.product-view-template .help {
    float: left;
    margin-top: 30px;
}
.product-view-template .help img {
    border: 0px none;
}

.features-table .table-tr-odd{
    background-color: #e1e6e6;
}

.features-table tr{
    background-color: #ecf1f1;
}

.features-table tr td:first-child{
    background-color: white;
}

.evo-view-hosts {
    width: 800px;
    margin-left: 30px;
}

.evo-view-hosts p {
    margin-top: 6px;
    margin-bottom: 6px;
}

.evo-view-hosts .title {
    color: gray;
    font-size: 23px;
    cursor: pointer;
}
.evo-view-hosts .title {
    color: gray;
    font-size: 23px;
    cursor: pointer;
    padding: 10px;
    padding-left: 20px;
    margin-left: -20px;
    background-image: url(../arrow4.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.evo-view-hosts .modules .module {
    display: inline-block;
    padding: 3px;
    width: 250px;
}

.evo-view-hosts h2 {
    margin-top: 20px;
    margin-bottom: 16px;
}

