html,body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    margin: 0px;
    background: #E5E3E4 url('../images/Layout/bg.jpg') no-repeat 50% 0%;
    color: #666666;
}
form {
    margin: 0px;
    padding: 0px;
}
input,select,textarea,button {
    font-family: arial;
    font-size: 12px;
}
a:link,a:visited,a:active {
    color: #000000;
}
a:active,input,select {
    outline: none;
    outline-width: 0;
}
a:link.countryLink, a:active.countryLink,a:visited.countryLink {
    color: #ffffff;
    font-weight: bold;
}
div.countriesBlock {
    float: right;
    margin-top: -1px;
    margin-right: -5px;
}
a.countryButton {
    display: inline-block;
    width: 94px;
    height: 21px;
    text-decoration: none;
    background: url('/media/images/Buttons/countries.png');

    zoom: 1; *
    display: inline;
}
a.countryButton.disabled {
    filter: alpha(opacity = 50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
a.countryButton.disabled:hover {
    background-position: 0 0;
}
a.countryButton:hover {
    background-position: 0 -21px;
}
a.countryButton.countrybe {
    width: 72px;
    background-position: 0 -42px;
}
a.countryButton.countrybe:hover {
    background-position: 0 100%;
}
a.countryButton.disabled.countrybe:hover {
    background-position: 0 -42px;
}
a:hover.countryLink {
    color: #cccccc;
}
img {
    border: 0px;
}
h1, h2, h3, h4, h5 {
    font-family: Arial, Verdana, sans-serif;
}
h1 {
    margin: 0px 0px 5px 0px;
    font-size: 18px;
    padding: 0px;
    color: #333333;
}
h2 {
    margin: 0px;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}
h5 {
    margin: 0px;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}
hr {
    padding: 0;
    margin: 0px;
    border: 0px;
    border-top: 1px solid #d8d6d7;
    display: block;
}
h1.frontpageHeader, h2.frontpageHeader{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
h2.infoBlockHeader {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clearBoth {
    clear: both;
}
.errorMessage {
    font-weight: bold;
    color: #ff0000;
}

/*
    Website Layout Middle
*/
div.websiteMiddle {
    background: url('../images/Layout/content.png') repeat-y;
    width: 954px;
    padding: 7px 43px 0 43px;
    margin: 0 -40px 0 -40px;
    position: relative;
}

/*
    Website Layout Header
*/
div.websiteHeader {
    background: url('../images/Layout/header.png');
    width: 954px;
    height: 101px;
}

div.websiteHeaderLogo img {
    float: left;
    margin: 5px 0 0 30px;
}
a.wsvhj {
    position: absolute;
    margin: -72px 0 0 0;
}
div.websiteHeaderButtons {
    float: right;
    margin: 30px 30px 0 0;
    display: inline-block;
}
div.websiteHeaderButtons div.clearBoth {
    height: 5px;
}
div.websiteHeaderButtons div.facebookButton, div.websiteHeaderButtons div.plusOneButton {
    display: inline;
    margin: 0 0 0 5px;
    /* IE7 Hacksor */
    zoom: 1; *
    display: inline;
}
div.websiteHeaderMenu {
    float: right;
    margin: 65px -90px 0 0;
    line-height: 24px;
}
div.websiteHeaderMenu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    height: 24px;
    /* IE7 Hacksor */
    zoom: 1; *
    display: inline;
}
div.websiteHeaderMenu a:hover {
    color: #000000;
    background: url('../images/Layout/headerLink.png') repeat-x 0 100%;
}

/*
    Website Content Blocks
*/
div.websiteContentRightOrder {
    width: 388px;
}

/*
    Providers Block Styles
*/
div.providersContent {
    margin: 10px 0 0 0;
    border: 1px solid #d7d6d6;
    padding: 8px 0px 8px 11px;
    font-size: 0px;
}

/*
    Website Layout Footer
*/
div.websiteBottom {
    position: relative;
    background: url('../images/Layout/bottom.png') 0 100%;
    width: 1040px;
    height: 80px;
    margin: 0 -40px 0 -40px;
    color: #333333;
}

div.websiteBottomMenu {
    padding: 8px 30px 8px 30px;
}

div.websiteBottomMenu hr {
    padding: 0;
    margin: 0;
    border: 0px;
    border-top: 1px solid #d8d6d7;
}

div.websiteBottomMenu table {
    margin: 5px 0 5px 0;
}

div.websiteBottomMenu td {
    padding: 2px;
}

div.websiteBottomMenu a {
    color: #666666;
}

span.websiteBottomText {
    margin: 0 75px 0 0;
    height: 24px;
    line-height: 24px;
}

/*
    End of Layout Styles
*/
#content {
    margin: 2em auto;
    padding-left: 20px;
}

#footer {
    color: #dedede;
}

div.category {
    float: left;
    font: 12pt Arial, Verdana, sans-serif;
    height: 50px;
    text-align: center;
    width: 100px;
}

div.product {
    float: left;
    font: bold 11pt Arial, Verdana, sans-serif;
    height: 100px;
    text-align: center;
    width: 150px;
}

div.newLine {
    clear: both;
}

.debug {
    font: normal 8pt 'Courier New', Courier;
}

.clearer {
    clear: both;
}

div.dottedLine {
    border: 1px dashed #d7d6d6;
}
div.pollBlock, div.paymethodsBlock, div.prizeBlock, div.infoBlock, div.quickBuyBlock {
    width: 267px;
}
div.quickBuyBlock {
    margin: 0px 0px 5px;
}
div.pollContent, div.infoBlockContent, div.quickBuyBlockContent {
    padding: 9px 9px 8px 9px;
}
div.pollContent, div.infoBlockContent, div.paymethodsContent {
    border: 1px solid #d7d6d6;
}
div.infoBlock {
    margin: 10px 0 0 0;
}
div.quickBuyBlockContent {
    margin: 10px 0 0 0;    
}
div#quickbuy {
    border-top: none;
}
div#noquickbuy {
    margin: 10px 0 0;
}
div.infoBlockContent {
    background-color: #EAEBE6;
    height: 131px;
    padding: 10px 9px;
}
div.quickBuyBlockContent {
    background: #333333 url('/media/images/Layout/quickBuy.png') no-repeat 0 50%;
    height: 89px;
}
div.quickBuyBlockProduct {
    color: #ffffff;
    padding: 25px 0 0 0;
    display: inline-block;
    width: 145px;
/* IE7 Hacksor */
    zoom:       1;
    *display:   inline;
}
div.quickBuyBlockProductImage {
    background: url('/media/images/Layout/quickBuy_providers_62px.png?v=2') no-repeat;
    display: inline-block;
    margin: 15px 0 0 15px;
    width: 77px;
    height: 62px;
    vertical-align: top;
/* IE7 Hacksor */
    zoom:       1;
    *display:   inline;
}
div.quickBuyBlockProduct form.standard fieldset#quickBuy dl {
    margin: 4px 0px;
}
div.pollContent ul {
    margin:  0 0 0 0;
    padding: 0 0 0 15px;
}
div.pollContent span.pollTitle {
    margin: 0px;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}
div.paymethodsContent {
    background-color: #eaebe6;
    text-align: center;
    font-weight: bold;
    display: block;
}
.productForm .submitContainer {
    margin: 0;
}
a.addthis_button {
    float: left;
    margin: 0 0 0 72px;
}
a.copyrightTextLink {
    text-decoration: none;
    cursor: default;
    color: #333333;
}
a.cgLogo {
    background: url('../images/Layout/LogoCG.png');
    display: inline-block;
    width: 21px;
    height: 24px;
    vertical-align: top;
    margin: 0 0 0 10px;
    /* IE7 Hacksor */
    zoom: 1; *
    display: inline;
}
a.cgLogo:hover {
    background-position: 0 100%;
}
table.dataTable tr th {
    background: url('../images/Layout/Block/headerLightGrey.png') repeat scroll 0 0 transparent;
    color: #fff;
    padding: 4px;
}
table.dataTable tr td {
    background-color: #EAEBE6;
    padding: 4px;
    color: #000;
}