﻿    /*div#header
    {
        overflow-x:hidden !important;
    }*/


/****************************************/
/*************** COLUMNS ****************/
/****************************************/

.twocols {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
}
.threecols {
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
}
.fourcols {
    -moz-columns: 4;
    -webkit-columns: 4;
    columns: 4;
}


/****************************************/
/************** SEPERATORS **************/
/****************************************/



/********* CALL-TO-ACTION 1 *********/

div#content #innercontent a.cta1 
{
    background-color: #ee432e;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #891100));
    background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background-image: -ms-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    border: 1px solid #951100;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
    box-shadow: inset 0 0 0 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
    color: #fff;
    font: bold 20px/1 "helvetica neue", helvetica, arial, sans-serif;
    padding: 12px 20px 14px 20px;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
    width: 150px;
    text-decoration:none;
}
div#content #innercontent a.cta1:hover 
{
    background-color: #f37873;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f37873), color-stop(50%, #db504d), color-stop(50%, #cb0500), color-stop(100%, #a20601));
    background-image: -webkit-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -ms-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -o-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    cursor: pointer; 
}
div#content #innercontent a.cta1:active 
{
    background-color: #d43c28;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d43c28), color-stop(50%, #ad3224), color-stop(50%, #9c1500), color-stop(100%, #700d00));
    background-image: -webkit-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -ms-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -o-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 115, 100, 0.4);
    box-shadow: inset 0 0 0 1px rgba(255, 115, 100, 0.4); 
}
div#content #innercontent a.cta1:visited { color: #FFFFFF; }

/********* CALL-TO-ACTION 2 *********/

div#content #innercontent a.cta2 
{
    background-color: #7fbf4d;
    background-image: url(../../images/layout/cta3.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
    background-image: url(../../images/layout/cta3.png), -webkit-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: url(../../images/layout/cta3.png), -moz-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: url(../../images/layout/cta3.png), -ms-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: url(../../images/layout/cta3.png), -o-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: url(../../images/layout/cta3.png), linear-gradient(top, #7fbf4d, #63a62f);
        background-repeat:no-repeat;
    background-position:center right;
    border: 1px solid #63a62f;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
    box-shadow: inset 0 1px 0 0 #96ca6d;
    color: #fff;
    padding: 7px 0 8px 0;
    text-align: center;
    text-shadow: 0 -1px 0 #4c9021;
    padding:10px 40px 10px 20px;
    text-decoration:none;
    text-transform:uppercase;
}

div#content #innercontent a.cta2:hover 
{
    background-color: #76b347;
    background-image: url(../../images/layout/cta3.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: url(../../images/layout/cta3.png), -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: url(../../images/layout/cta3.png), -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: url(../../images/layout/cta3.png), -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: url(../../images/layout/cta3.png), -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: url(../../images/layout/cta3.png), linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer; 
}

div#content #innercontent a.cta2:active 
{
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; 
}
div#content #innercontent a.cta2:visited { color: #FFFFFF; }

/********* CALL-TO-ACTION 3 *********/

div#content #innercontent a.cta3
{
    border:1px solid #25729a; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size:12px;
    padding: 10px 10px 10px 10px; 
    text-decoration:none; 
    display:inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight:bold; 
    color: #FFFFFF;
    background-color: #3093c7; 
    background-image: url(../../images/layout/cta1.png), -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
    background-image: url(../../images/layout/cta1.png), -webkit-linear-gradient(top, #3093c7, #1c5a85);
    background-image: url(../../images/layout/cta1.png), -moz-linear-gradient(top, #3093c7, #1c5a85);
    background-image: url(../../images/layout/cta1.png), -ms-linear-gradient(top, #3093c7, #1c5a85);
    background-image: url(../../images/layout/cta1.png), -o-linear-gradient(top, #3093c7, #1c5a85);
    background-image: url(../../images/layout/cta1.png), linear-gradient(to bottom, #3093c7, #1c5a85);
    background-repeat:no-repeat;
    background-position:center right;
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
    text-transform:uppercase;
    padding-right:50px;
}

div#content #innercontent a.cta3:hover
{
    border:1px solid #1c5675;
    background-color: #26759e; 
    background-image: url(../../images/layout/cta1.png), -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b)),url(../../images/layout/cta1.png);
    background-image: url(../../images/layout/cta1.png), -webkit-linear-gradient(top, #26759e, #133d5b),url(../../images/layout/cta1.png);
    background-image: url(../../images/layout/cta1.png), -moz-linear-gradient(top, #26759e, #133d5b),url(../../images/layout/cta1.png);
    background-image: url(../../images/layout/cta1.png), -ms-linear-gradient(top, #26759e, #133d5b),url(../../images/layout/cta1.png);
    background-image: url(../../images/layout/cta1.png), -o-linear-gradient(top, #26759e, #133d5b),url(../../images/layout/cta1.png);
    background-image: url(../../images/layout/cta1.png), linear-gradient(to bottom, #26759e, #133d5b),url(../../images/layout/cta1.png);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
}
div#content #innercontent a.cta3:visited { color: #FFFFFF; }

/********* CALL-TO-ACTION 4 *********/

div#content #innercontent a.cta4
{
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
padding: 10px 75px;
margin: 0 20px;
text-decoration: none;
border: solid 1px #3b7200;
background-color: #88c72a;
filter: dropshadow(color=#595959, offx=1, offy=1);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: solid 1px #3b7200;
background: -moz-linear-gradient(top, #88c72a 0%, #709e0e 100%);
background: -webkit-linear-gradient(top, #88c72a 0%, #709e0e 100%);
background: -o-linear-gradient(top, #88c72a 0%, #709e0e 100%);
background: -ms-linear-gradient(top, #88c72a 0% ,#709e0e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#709e0e', endColorstr='#709e0e',GradientType=0 );
background: linear-gradient(top, #88c72a 0% ,#709e0e 100%);
-webkit-box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
-moz-box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
transition: border-radius 2s;
-webkit-transition: border-radius 2s;
-moz-transition: border-radius 2s;
-o-transition: border-radius 2s;
-ms-transition: border-radius 2s;
}

div#content #innercontent a.cta4:hover 
{
background-color: #7fb52f;
background: -moz-linear-gradient(top, #7fb52f 0%, #67910b 100%);
background: -webkit-linear-gradient(top, #7fb52f 0%, #67910b 100%);
background: -o-linear-gradient(top, #7fb52f 0%, #67910b 100%);
background: -ms-linear-gradient(top, #7fb52f 0% ,#67910b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67910b', endColorstr='#67910b',GradientType=0 );
background: linear-gradient(top, #7fb52f 0% ,#67910b 100%);
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}

div#content #innercontent a.cta4:active {
background-color: #638f22;
background: -moz-linear-gradient(top, #638f22 0%, #486608 100%);
background: -webkit-linear-gradient(top, #638f22 0%, #486608 100%);
background: -o-linear-gradient(top, #638f22 0%, #486608 100%);
background: -ms-linear-gradient(top, #638f22 0% ,#486608 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#486608', endColorstr='#486608',GradientType=0 );
background: linear-gradient(top, #638f22 0% ,#486608 100%);
}

div#content #innercontent a.cta4:visited { color: #FFFFFF; }

/********* CALL-TO-ACTION 5 *********/

div#content #innercontent a.cta5,
div#content #innercontent a.cta5,
div#content #innercontent a.cta5.ctatrial {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px 75px;
    margin: 0 20px;
    text-decoration: none;
    border: solid 1px #720000;
    background-color: #c72a2a;
    filter: dropshadow(color=#595959, offx=1, offy=1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -moz-linear-gradient(top, #c72a2a 0%, #9e0e0e 100%);
    background: -webkit-linear-gradient(top, #c72a2a 0%, #9e0e0e 100%);
    background: -o-linear-gradient(top, #c72a2a 0%, #9e0e0e 100%);
    background: -ms-linear-gradient(top, #c72a2a 0%,#9e0e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e0e0e', endColorstr='#9e0e0e',GradientType=0 );
    background: linear-gradient(top, #c72a2a 0%,#9e0e0e 100%);
    -webkit-box-shadow: 0px 0px 1px #FF3300, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #FF3300, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #FF3300, inset 0px 0px 1px #FFFFFF;
    transition: border-radius 2s;
    -webkit-transition: border-radius 2s;
    -moz-transition: border-radius 2s;
    -o-transition: border-radius 2s;
    -ms-transition: border-radius 2s;
}

    div#content #innercontent a.cta5:hover,
    div#content #innercontent a.cta5.ctatrial:hover {
        background-color: #b52f2f;
        background: -moz-linear-gradient(top, #b52f2f 0%, #910b0b 100%);
        background: -webkit-linear-gradient(top, #b52f2f 0%, #910b0b 100%);
        background: -o-linear-gradient(top, #b52f2f 0%, #910b0b 100%);
        background: -ms-linear-gradient(top, #b52f2f 0%,#910b0b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#910b0b', endColorstr='#910b0b',GradientType=0 );
        background: linear-gradient(top, #b52f2f 0%,#910b0b 100%);
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }

    div#content #innercontent a.cta5:active,
    div#content #innercontent a.cta5.ctatrial:active {
        background-color: #8f2222;
        background: -moz-linear-gradient(top, #8f2222 0%, #660808 100%);
        background: -webkit-linear-gradient(top, #8f2222 0%, #660808 100%);
        background: -o-linear-gradient(top, #8f2222 0%, #660808 100%);
        background: -ms-linear-gradient(top, #8f2222 0%,#660808 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660808', endColorstr='#660808',GradientType=0 );
        background: linear-gradient(top, #8f2222 0%,#660808 100%);
    }
    div#content #innercontent a.cta5:visited,
    div#content #innercontent a.cta5.ctatrial:visited {
        color: #FFFFFF;
    }



/********* CALL-TO-ACTION 6 *********/

div#content #innercontent a.cta6 
{ 
    height:100%; 
    color:#ffffff; 
    border-radius:4px; 
    line-height:normal; 
    background: #f85032; /* Old browsers */
    background-image: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease; 
    -o-transition:all 0.5s ease; 
    transition:all 0.5s ease; 
    padding:10px 20px;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:bold;
}

div#content #innercontent a.cta6:hover
{ 
    background: #f85032; /* Old browsers */
    background-image: url(../../images/layout/cta2.png), -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6+ */
    background-image: url(../../images/layout/cta2.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); /* Chrome,Safari4+ */
    background-image: url(../../images/layout/cta2.png), -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10+,Safari5.1+ */
    background-image: url(../../images/layout/cta2.png), -o-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Opera 11.10+ */
    background-image: url(../../images/layout/cta2.png), -ms-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* IE10+ */
    background-image: url(../../images/layout/cta2.png), linear-gradient(to bottom, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
    background-repeat:no-repeat;
    background-position:center right;
    -webkit-transition:all 0.5s ease; 
    -moz-transition:all 0.5s ease; 
    -o-transition:all 0.5s ease; 
    transition:all 0.5s ease; 
    padding-right:60px;
}

div#content #innercontent a.cta6:visited { color: #FFFFFF; }

/********* CALL-TO-ACTION 7 *********/

div#content #innercontent a.cta7,
div#content #innercontent a.cta7.ctatrial {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px 75px;
    margin: 0 20px;
    text-decoration: none;
    background: #f5cf5d;
    background-image: -webkit-linear-gradient(top, #f5cf5d, #f0b31a);
    background-image: -moz-linear-gradient(top, #f5cf5d, #f0b31a);
    background-image: -ms-linear-gradient(top, #f5cf5d, #f0b31a);
    background-image: -o-linear-gradient(top, #f5cf5d, #f0b31a);
    background-image: linear-gradient(to bottom, #f5cf5d, #f0b31a);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    font-family: Arial;
    color: #ffffff;
    font-size: 19px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

    div#content #innercontent a.cta7:hover,
    div#content #innercontent a.cta7.ctatrial:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feccb1+0,f17432+50,c92306+51,fb955e+100 */
        background: #f0b31a;
        background-image: -webkit-linear-gradient(top, #f0b31a, #f5cf5d);
        background-image: -moz-linear-gradient(top, #f0b31a, #f5cf5d);
        background-image: -ms-linear-gradient(top, #f0b31a, #f5cf5d);
        background-image: -o-linear-gradient(top, #f0b31a, #f5cf5d);
        background-image: linear-gradient(to bottom, #f0b31a, #f5cf5d);
        text-decoration: none;
    }

    div#content #innercontent a.cta7:active,
    div#content #innercontent a.cta7.ctatrial:active {
        background: #f0b31a;
        background-image: -webkit-linear-gradient(top, #f0b31a, #f5cf5d);
        background-image: -moz-linear-gradient(top, #f0b31a, #f5cf5d);
        background-image: -ms-linear-gradient(top, #f0b31a, #f5cf5d);
        background-image: -o-linear-gradient(top, #f0b31a, #f5cf5d);
        background-image: linear-gradient(to bottom, #f0b31a, #f5cf5d);
        text-decoration: none;
    }
    div#content #innercontent a.cta7:visited,
    div#content #innercontent a.cta7.ctatrial:visited {
        color: #FFFFFF;
    }

div#content #innercontent .readmorecontent
{
    display:none;
}

/*******************************************************/
/**********************FOLDEDNOTE***********************/
/*******************************************************/
.note {
  position: relative;
  width: 30%;
  padding: 1em 1.5em;
  margin: 2em auto;
  color: #fff;
  background: #97C02F;
}


.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #658E15 #fff;

  display: block;
  width: 0;

-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}

.note.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

.note.rounded:before {
  border-width: 8px;
  border-color: #fff #fff transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
    
/*******************************************************/
/******************* SPLASHPAGES ***********************/
/*******************************************************/
#keyboostSplash,
#SeoPoSplash
 {
    z-index:999;
    position:absolute;
    width:100%;
    height:100%;
    margin:auto;
    left:0;
    top:0;
    font-family:"Century Gothic","Trebuchet MS",Helvetica,Calibri,Arial;
}
#keyboostSplash {
    background:url("../../images/layout/keyboost/keyboostlogoSplash.png");
    background-color: #ffffff;
    background-repeat:no-repeat;
    background-position:center 30%;
    text-align:center;
}
#SeoPoSplash{
    background:url("../../images/layout/seopageoptimizer/seoPoLogoSplash.png");
    background-color:#ffffff;
    background-repeat:no-repeat;
    background-position:center 30%;
    text-align:center;
}
#keyboostSplash ul,
#SeoPoSplash ul
{
    width:auto;
    padding:0;
    margin-top:30%;
    background-color:#c3c3c3;
}

#keyboostSplash ul li a,
#SeoPoSplash ul li a
{
    color:#ffffff !important;
}

#keyboostSplash ul li,
#SeoPoSplash ul li
{
    display:inline-block;
    text-align:center;
    padding:0;
}

#keyboostSplash ul li a,
#SeoPoSplash ul li a
{
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    text-transform: uppercase;
}

#keyboostSplash ul li a
{
    background-color:#99d349;
}

#SeoPoSplash ul li a
{
    background-color:#6594ec;
}


@media only screen and (min-width : 100px) and (max-width : 400px) {
    #keyboostSplash,
    #SeoPoSplash
    {
        background-position:center 10%;
    }
    #keyboostSplash ul,
    #SeoPoSplash ul {
        margin-top:55%;
        background-color:transparent;
    }
    #keyboostSplash ul li,
    #SeoPoSplash ul li{
        line-height:45px;
    }
}

@media only screen and (min-width : 400px) and (max-width : 850px) {
    #keyboostSplash,
    #SeoPoSplash
    {
        background-position:center 10%;
        width:100%;
        height:100%;
        margin:auto;
        left:0;
        top:0;
    }
    #keyboostSplash ul,
    #SeoPoSplash ul {
        margin-top:30%;
        background-color:transparent;
    }
    #keyboostSplash ul li,
    #SeoPoSplash ul li{
    line-height:45px;
    }
}



/****************************************/
/************** SEPERATORS **************/
/****************************************/
div#selectCountryWrapper
{
    position: absolute;
    right: 300px;
    top: 9px;
}
.lblSelectCountry
{
    font-size: 14px;
}
.ddlSeoKBLanguages
{
    height: 30px;
    line-height: 30px;
    border:1px solid #e5e4e4;
}
.newsSeperator {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #E5E4E4;
	display: block;
	height: 0;
	margin: 0 0 30px;
	width: 100%;
}
.smallnewsSeperator {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #E5E4E4;
	display: block;
	height: 0;
	margin: 0 0 10px;
	width: 235px;
}
.pageSeperator {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #E5E4E4;
	display: block;
	height: 0;
	margin: 0 0 30px;
	width: 100%;
}
/******************************************/
.succes { color:Green; font-weight:bold; }
.error { color:red; font-weight:bold; }
body {
	background-image:url(../../images/layout/bodyBg.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
    font-family:"Century Gothic","Trebuchet MS",Helvetica,Calibri,Arial;
    /*overflow-x:hidden;*/
}
div#middle #centercol h1.pagetitle {
	margin-bottom:0px;
	margin-top:21px;
}
div#middle #centercol h1.pagetitle, div#middle #centercol h1 {
	background-color: rgba(0, 0, 0, 0);
	color: #585858;
	font-size: 25px;
	text-transform: uppercase;
    line-height:25px;
}
div#middle #centercol a.internallink,
div#middle #centercol a.internallink:visited
{
    color:#585757;
    text-decoration:none;
}
div#middle #centercol h2 a.internallink,
div#middle #centercol h2 a.internallink:visited
{
    color:#89bd41;
}
div#middle #centercol h4 a.internallink,
div#middle #centercol h4 a.internallink:visited
{
    color:#1a76f3;
}


div#middle #centercol a.internallink:visited
{
    color:#8c8c8c;
}
div#middle #centercol h3 a.internallink,
div#middle #centercol h3 a.internallink:visited
{
    color:#2f93f9;
}
div#middle #centercol h2 a.internallink,
div#middle #centercol h2 a.internallink:visited
{
    color:#89bd41;
}


div#middle #centercol ul.level0 li.lilevel0 > a {
   color: #89bd41;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
}
div#middle #centercol ul.level0 li.lilevel0 > a:visited {
        color:#551A8B;
}
div#middle #centercol ul.level0 li.lilevel0 > a:hover {
    text-decoration:underline;
}
div#middle #centercol h3 {
	color:#2f93f9;
	font-size:15px;
}
div#middle #centercol #productdetail h3{ margin:0px; }
div#middle #centercol h3 a,div#middle #centercol h3 a:visited {
    	color:#2f93f9;
    }
div#middle {
	background-color:transparent;
	padding:0px;
}
div#content {
	padding-top:40px;
    width:96%;
}
div#middle #leftcol {
	display:inline-block;
	float:none;
	width:auto;
	vertical-align:top;
}
div#middle #rightcol {
	display: inline-block;
	float: none;
	padding-top: 60px;
	vertical-align: top;
}
div#middle #centercol {
	padding: 0 25px 25px 25px;
	display:inline-block;
	float:none;
	vertical-align:top;
	width:95%;
}
div#content #innercontent {
	background-color: transparent;
	padding:0px;
	line-height:20px;
	color:#585757;
	font-size:14px;
}
div#content #innercontent ul li
{
    line-height:20px;
}

div#content #innercontent .roundCorners
{
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
}

div#content #innercontent .roundCorners5
{
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
}

div#content #innercontent .roundCorners10
{
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius:10px;
}

div#content #innercontent .roundCorners15
{
    -moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius:15px;
}

div#content #innercontent .roundCorners20
{
    -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius:20px;
}

div#content #innercontent input {
    border: 1px solid #D0D0D0;
    height: 25px;
    margin-bottom: 5px;
    padding-left: 5px;
}
div#content #innercontent input[type=radio]
{
    height:auto;
}
div#content #innercontent input:hover
{
    cursor:pointer;
}

div#content #innercontent .StartAnalyse[disabled]:hover
{
    cursor:default;
}

div#content #innercontent input[type=checkbox] {
        height:auto !important;
    }
div#content #innercontent select {
        border: 1px solid #D0D0D0;
        height: 30px;
        line-height: 25px;
        margin-bottom: 5px;
        padding-left: 5px;
}

div#content #innercontent textarea {
        border: 1px solid #D0D0D0;
}
div#content #innercontent .roundCorners
{
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
}
div#content #innercontent input.button {
        background: none repeat scroll 0 0 #2F93F9;
        border: 2px solid #FFFFFF;
        -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    -khtml-border-radius: 5px;
	    border-radius:5px;
        color: #FFFFFF;
        font-size: 9px;
        font-weight: bold;
        height: 30px;
        margin-top: 10px;
        text-transform: uppercase;
        cursor:pointer;
}
div#content #innercontent a {
	color: #2f93f9;
}
div#content #innercontent a:visited {
    color:purple;
}


div#centercol #breadcrumbs{
    background-color:transparent;
    margin-top:10px;
    position:absolute;
    color:#585858;
    font-size:12px;
}

div#centercol #breadcrumbs a {
    color:#585858;
    text-decoration:none;
}

div#centercol #breadcrumbs a:hover {
    text-decoration: underline;
    color:#2F93F9;
}

div#header {
	background-color:#7ab8f7;
	background-image:url(../../images/layout/topHeaderImg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:130px;
	width:1024px;
	position:relative;
    z-index:998;
    margin:auto;
}
div#header .hplnkhome {
	background-image:url(../../images/layout/iPowerLogo.jpg);
    height: 75px;
    position: absolute;
    top: 17px;
    width: 140px;

}
div#shop {
	width:1024px;
	font-family:'Century Gothic','Trebuchet MS',Helvetica,Calibri,Arial;
}

div#shop {

}
div#languages {
	background-color:transparent;
	float:right;
	padding:0px;
	margin:0;
}
div#languages a {
	margin-right:4px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	text-align:center;
	background-color:#9dcaf8;
	color:#ffffff;
	width:auto;
	display:inline-block;
	width:40px;
	height:30px;
	line-height:30px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
div#languages a.active {
	background-color:#ffa60d;
	color:#585858;
}
div#languages a:hover {
	background-color:#4C97E3;
}
div#languages a.active:hover {
	background-color:#ffa60d;
}
div#loginsmall {
	width:auto;
	float:right;
	padding:0px;
	background-color:transparent;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
div#loginsmall #loginwrapper {
	background-color:#4c97e3;
	padding:10px 10px 0px 10px;
	height:37px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
div#loginsmall input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
	height:25px;
	line-height:15px;
	border:none;
	padding-left:5px;
	width:100px;
	font-size:11px;
	color:#585858;
	margin-right:2px;
    display:inline;
    float:left;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 /*div#loginsmall input  { float: left;  }*/
}
div#loginsmall input.button {
	background-image:url(../../images/layout/loginBtn.jpg);
	width:29px;
	height:27px;
	margin-top:0px;
	display:inline-block;
}
div#loginsmall input.button:hover {
	cursor:pointer;
}
div#loginsmall .error {
	background-color: #4C97E3;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	padding: 5px 10px 0;
	width: 250px;
	text-transform:uppercase;
}
div#loginsmall .username, div#loginsmall .password {
	position:absolute;
	z-index:999;
	font-size:11px;
	height:15px;
	line-height:15px;
	padding-left:5px;
	color:#000;
	background-color:#fff;
	display:none;
	width:95px;
	margin:7px 5px;
}
div#loginLinks {
	color: #FFFFFF;
    font-size: 10px;
    line-height: 15px;
    margin-top: 5px;
    padding-left: 10px;
    position: absolute;
    text-align: left;
}
#captchaWrap
{
    background-color: #4c97e3;
    height: 90px;
    margin-top: 35px;
    position: absolute;
    width: 170px;
    z-index: 999;
    padding:10px;
    webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.CaptchaText
{
    margin-top:10px;
}
div#loginsmall .loginLink {
	font-size:11px;
	color:#ffffff;
	display:inline;
	text-decoration:none;
}
div#loginsmall .loginLink:hover {
	text-decoration:underline;
}
div#loginsmall #loggedIn #loggedInContent {
	display:none;
	position:absolute;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius:10px;
	color:#ffffff;
	background-position:-5px -5px;
	background-color:#4c97e3;
	z-index:999;
    right:0;
    top:42px;
}
div#loginsmall #loggedIn input.button {
	background: none repeat scroll 0 0 #89BD41;
	color: #FFFFFF;
	font-size: 12px;
	height: 25px;
	text-align: center;
	width: 169px;
    margin-top:10px;
}
div#loginsmall #loggedIn .head a {
    background-image:url(../../images/layout/cp.png);
    background-repeat:no-repeat;
	float: left;
	margin: 7px 7px 0 0;
    width:25px;
    height:25px;
}
div#loginsmall #loggedIn .head {
	background-color: #4c97e3;
	height: 40px;
	line-height: 37px;
	padding: 0 10px 0 10px;
	cursor:pointer;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
    border-bottom: 2px solid #7ab8f7;
}
div#loginsmall #loggedIn .head:hover {
	background-color: #52a3f5;
}
div#loginsmall #loggedIn .head .welcomeUser {
	font-size:12px;
	color:#ffffff;
}
div#loginsmall #loggedIn .head .welcomeUser img {
    float:left;
    margin:5px 5px 0 0;
}
div#loginsmall #loggedIn ul, div#loginsmall #loggedIn p {
	margin:0px;
}
div#loginsmall #loggedIn ul {
	padding-left:15px;
}
div#loginsmall #loggedIn a {
	color:#ffffff;
	font-size:11px;
}
div#searchsmall {
	background-color:transparent;
}
/*************************************************************/
/******************** MAIN NAVIGATION ************************/
/*************************************************************/

div#navigation {
	position:absolute;
	background-color:transparent;
	top:90px;
    width:auto;
    z-index:10;
}
div#navigation ul {
	padding-left:0px;
	margin:0px;
}
div#navigation ul li {
	display:inline-block;
}
div#navigation ul li a {
	background-color: #e5e4e4;
	color: #3f3f3f;
	display: inline-block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.31);
	-moz-box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.31);
	box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.31);
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
div#navigation ul li a:hover, div#navigation ul li.current>a {
	background-color:#ffffff;
}

div#navigation ul ul li a:hover, div#navigation ul ul li.current > a{
    background-color:transparent;
    color:#7AB8F7;
}
div#navigation ul li .menuImg {
	border: 0 none;
	float: left;
	height: 30px;
	vertical-align: top;
	width: 30px;
	margin:5px 5px 0px -5px;
}
div#navigation ul li .menuSubtext {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	line-height: 1px;
	padding-right: 35px;
	text-transform:none;
}
div#navigation ul ul {
	border:0px;
	background-color: #e5e4e4;
	color: #3f3f3f;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	padding:0 10px 10px 10px;
	max-width:500px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
div#navigation ul ul li {
	display:block;
	border-bottom:1px dashed #9c9c9c;
}
div#navigation ul ul li.last {
	border-bottom:none;
}
div#navigation ul ul li .menuImg {
	margin-left:-5px;
	vertical-align:top;
	float:left;
	border:0px;
	width:40px;
	height:40px;
	margin-top:0px;
}
div#navigation ul ul li .menuSubtext {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	line-height: 1px;
	padding-right: 35px;
	text-transform:none;
}
div#navigation ul ul li a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background:none;
	background-color:transparent;
	color:#000000;
	font-size:18px;
	line-height:28px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	padding:10px 40px 10px 20px;
	height:auto;
	width:100%;/*box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.31);*/
}
div#navigation ul ul li:hover {
	background-color:transparent;
}
div#navigation ul ul li a:hover {
	background-color:transparent;
	border:none;
	text-decoration:none;
	/*color:#8e8e8e;*/
    color:#7AB8F7;
}
div#navigation ul ul ul {
	margin: 0;
	padding: 0 10px 10px 10px;
	top: 0;
	background-color:#f2f2f2;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
div#navigation ul ul ul li {
	border-bottom:1px dashed #b2b1b1;
}
div#navigation ul ul ul li a {
	padding:10px 40px 10px 20px;
	font-size:14px;
}


/*************************************************************/
/******************** TOP NAVIGATION *************************/
/*************************************************************/

div#topNavigation {
	position:absolute;
	z-index:999;
}
div#topNavigation ul {
	margin:0;
	padding-left:0px;
}
div#topNavigation ul li {
	float:left;
    margin-right:2px;
	height:20px;
}
div#topNavigation ul li ul li{
    float:none;
}
div#topNavigation ul li a:hover, div#topNavigation ul li.current a {
	background-color: #FFA60D;
	color:#585858;
}
div#topNavigation ul li ul li a
{
    float:none;
}
div#topNavigation ul li a {
	background-color: #585858;
	color: #FFFFFF;
	float:left;
	font-size: 14px;
	/*font-weight: bold;*/
	height: 20px;
	line-height: 20px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
div#topNavigation ul li .menuImg {
	border: 0 none;
	float: left;
	height: 20px;
	vertical-align: top;
	width: 20px;
	margin:4px 5px 0 -10px;
}
div#topNavigation ul ul {
	border:0px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding:5px;

	border-top:2px solid #7AB8F7;
	background-color:#585858;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top:100%;
}
div#topNavigation ul ul li {
	display:block;
	/*border-bottom:1px dashed #9c9c9c;*/
margin-bottom:1px;
	border-bottom:1px dashed #E5E4E4;
}
div#topNavigation ul ul li a {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:10px;
	padding:0 40px 0 22px;
}
div#topNavigation ul ul li.last {
	border-bottom:none;
}
div#navigation ul ul li .menuImg {
	margin-left:-5px;
	vertical-align:top;
	float:left;
	border:0px;
	width:40px;
	height:40px;
	margin-top:5px 0px 0px -6px;
}
div#topNavigation ul ul li .menuSubtext {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	line-height: 1px;
	padding-right: 35px;
	text-transform:none;
}
div#topNavigation ul ul li a:hover, div#topNavigation ul ul li.current a {
	background-color: transparent;
	color:#FFA60D;
}
div#topNavigation ul ul ul {
	margin-top:-7px;
}
div#topNavigation ul ul ul li {
}
div#topNavigation ul ul ul li a {
	background-color:transparent
}
/*************************************************************/
/****************** SUPPORT NAVIGATION ***********************/
/*************************************************************/

div#supportNavigation {
	position:absolute;
	right:0;
	top:90px;
	z-index:998;
}
div#supportNavigation ul {
	margin:0;
	padding-left:0px;
}
div#supportNavigation ul li {
	display:inline-block;
}
div#supportNavigation ul li a {
	background-color: #FFA60D;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	text-align:right;
	-webkit-box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.31);
	-moz-box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.31);
	box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.31);
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
div#supportNavigation ul li .menuImg {
	border: 0 none;
	float: left;
	height: 30px;
	margin: 5px 10px 5px 0;
	vertical-align: top;
	width: 35px;
}
div#supportNavigation ul li a:hover {
	background-color:#ffba43;
}
div#supportNavigation ul ul {
	border:0px;
	background-color:#FFA60D;
	color: #3f3f3f;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	padding:0 22px;
	max-width:500px;
	top:100%;
	right:0;
	left:-100%;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
div#supportNavigation ul ul li {
	display:block;
	border-bottom:1px dashed #ffffff;
	text-align:right;
	padding:7px 0;
}
div#supportNavigation ul ul li.last {
	border-bottom:none;
}
div#supportNavigation ul ul li .menuImg {
	border: 0 none;
	float: left;
	height: 25px;
	margin: 2px 0 0 0;
	vertical-align: top;
	width: 25px;
}
div#supportNavigation ul ul li .menuSubtext {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	line-height: 1px;
	text-transform:none;
}
div#supportNavigation ul ul li a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background:none;
	background-color:transparent;
	color:#000000;
	font-size:16px;
	line-height:28px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	width:100%;
	padding:0px;/*box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.31);*/
}
div#supportNavigation ul ul li:hover {
	background-color:transparent;
}
div#supportNavigation ul ul li a:hover {
	background:none;
	background-color:transparent;
	border:none;
	text-decoration:none;
	/*color:#8e8e8e;*/
color:#ffffff;
}
div#supportNavigation ul ul ul {
	margin: 0;
	padding: 0 10px 10px 10px;
	top: 0;
	background-color:#f2f2f2;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
div#supportNavigation ul ul ul li {
	border-bottom:1px dashed #b2b1b1;
}
div#supportNavigation ul ul ul li a {
	padding:10px 40px 10px 20px;
	font-size:14px;
}
/*********************************************/
.addthis_toolbox {
    float: right;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 30px;
    z-index:5;
}
/*************************************************************/
/************************** FOOTER ***************************/
/*************************************************************/
div#footer {
	background-image:url("../../images/layout/blocksbg.png");
	background-repeat:repeat-x;
	position:relative;
	background-color:#ededed;
	color:#3b3b3b;
	text-align:center;
	font-family:Arial;
	margin:auto;
	margin:auto auto;
}
div#footer {
	font-family:Calibri;
}
div#footer {
	font-family:Helvetica;
}
div#footer {
	font-family:'Trebuchet MS';
}
div#footer {
    font-family:'Century Gothic','Trebuchet MS',Helvetica,Calibri,Arial;
    z-index:997;
}
div#footer #footernavigation {
	font-size:12px;
	padding:10px 0;
	margin:auto;
	height:40px;
	line-height:40px;
	color:#3b3b3b;
	width:100%;
    border-radius:0px;
	margin-top:40px;
    background-color:#ffffff;
}
div#footer #footernavigation ul {
	margin:0px;
    padding-left:0px;
}
div#footer #footernavigation ul li {
	display:inline;
}
div#footer #footernavigation ul li a {
	color:#3b3b3b;
	text-decoration:none;
}
div#footer #footernavigation ul li a:hover {
	text-decoration:underline;
}
div#footer #footernavigation ul li.first {
}
div#footer #footernavigation ul li.first a {
}
div#footer #footernavigation ul li.last {
}
div#footer #footernavigation ul li.last a {
}
#FooterBlocksWrap {
	width:924px;
	margin:auto;
}
#FooterBlocksWrap #FooterBlocks {
	display: block;
	margin: auto;
	padding-top: 25px;
	position: relative;
	text-align: left;
	width: 924px;
    padding-left:25px;
    /*background:url("../../images/layout/ditisvlaanderen.png");*/
    background-repeat:no-repeat;
    background-position:25px bottom;
    background-size:20%;
}
#FooterBlocks #leftfooterblock {
	/*width:55%;*/
    width:61%;
	display:inline-block;
	/*padding-left:25px;*/
    vertical-align:top;
}
#FooterBlocks #centerfooterblock {
	display:inline-block;
	width:35%;
	padding-left:25px;
    vertical-align:top;
    /*display:none;*/
}
#FooterBlocks #rightfooterblock {
	display:inline-block;
	width:260px;
	padding-left:25px;
	min-height:200px;
    vertical-align:top;
    display:none;
}
#FooterBlocksWrap #FooterBlocks .title {
	height:63px;
	display:block;
	line-height:45px;
	font-weight:bold;
	font-size:16px;
	color:#ffffff;
	text-transform:uppercase;
}
#FooterBlocksWrap #FooterBlocks .content {
	font-size:14px;
}
#FooterBlocks a {
	text-decoration:none;
	color:#2F93F9;
}
#FooterBlocks a:hover {
	color:#585858;
	text-decoration:underline;
}
/*////* TALK BUBBLES FOOTER ************/


.bubble {
	position: relative;
	width: 300px;
	height: 120px;
	padding: 15px;
	background: #FFFFFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -13px;
	left: 33px;
}
/**********************************************/


div#searchsmall {
	background-color: #E5E4E4;
	position: absolute;
	right: 0;
	top: 130px;
	width: 229px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
div#searchsmall input {
	border: 0 none;
	color: #585858;
	font-size: 11px;
	padding: 5px;
	width: 140px;
}
div#searchsmall input.button {
	background: none repeat scroll 0 0 #89BD41;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	float: right;
	font-size: 9px;
	font-weight: bold;
	height: 25px;
	text-transform: uppercase;
	width: 70px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div#searchsmall input.button:hover {
	background-color: #9ed00b;
}
/*************** AJAX SEARCH ***************/

.ajax__tab_xp.ajax__tab_container.ajax__tab_default {
	background-color: #EEEEEE;
	padding:15px;
	text-transform:uppercase;
	font-size:10px;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_header {
	padding-bottom:10px;
}
.ajax__tab_header .ajax__tab_active .ajax__tab_inner, .ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_header .ajax__tab_xp, .ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_header .ajax__tab_tab {
	background:none;
}
.ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_active .ajax__tab_inner:hover .ajax__tab_tab, .ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_inner:hover .ajax__tab_tab {
	text-decoration:underline;
}
.ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_xp, .ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_body {
	background-color:transparent;
	border:none;
}
.ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_xp input, .ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_body input {
	border: 0 none;
	color: #585858;
	font-size: 11px;
	padding: 5px;
	width:auto;
}
ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_xp input[type=submit], .ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_body input[type=submit] {
	background-color:#FFA60D;
	color:#ffffff;
	text-transform:uppercase;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_active .ajax__tab_outer, .ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_inner, .ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_outer {
	background:none;
}
.ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_active .ajax__tab_inner {
	background-image:url("../../images/layout/tabActive.png");
	background-repeat:no-repeat;
	background-position:bottom center;
	font-weight:bold;
	height:26px;
}
/************ AJAX SEARCH RESULTS **************/
.searchResultsTitle {
	text-transform:uppercase;
}
.SearchResults.ajax__tab_container.ajax__tab_default .ajax__tab_header {
	padding-bottom:10px;
}
.SearchResults.ajax__tab_container.ajax__tab_default .ajax__tab_active .ajax__tab_inner span {
	background-image:url("../../images/layout/tabActive.png");
	background-repeat:no-repeat;
	background-position:center 22px;
	font-weight:bold;
	height:20px;
}
.SearchResults.ajax__tab_container.ajax__tab_default .ajax__tab_outer .ajax__tab_inner span {
	background-color: #EEEEEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	padding: 5px 10px;
	text-transform: uppercase;
	text-transform:uppercase;
	margin-right:10px;
	cursor:pointer;
}
.SearchResults .noResult {
	text-transform:uppercase;
	display:block;
	margin:15px 0;
}
.ContactForm input {
	border: 1px solid #585757;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
}
.ContactForm textarea {
	border: 1px solid #585757;
}
.ContactForm input.button {
	background: none repeat scroll 0 0 #2F93F9;
	color: #FFFFFF;
	border:none;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	width: 70px;
	padding:0 50px;
}

.thanksMessage {
    font-weight:bold;
    color:#89bd41;
}
div#actionButtons {
	margin-top: 15px;
	text-align: right;
}
div#actionButtons a.back {
	background-image:url("../../images/layout/back.png");
	background-repeat:no-repeat;
	background-position:center center;
	height:60px;
	width:60px;
}
div#actionButtons a.print {
	background-image:url("../../images/layout/print.png");
	background-repeat:no-repeat;
	background-position:center center;
	height:60px;
	width:60px;
}
.followUs {
    margin-top:50px;
}
#fbDiv {
    margin-bottom:4px;
} 
#LinkedInDiv {
}
div#shop div#innercontent div.form-step {
	border: 2px solid #585858;
	width: 99%;
	/*background-color: ##02283D; */
margin-top: 10px;
	margin-bottom: 10px;
	padding:3px;
}
div#shop div#innercontent div.form-step input[type=submit] {
	background: none repeat scroll 0 0 #2f93f9;
	border: 0 none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 10px;
	padding: 10px;
	text-transform: uppercase;
    height:30px;
    cursor:pointer;
}
div#shop div#innercontent div.form-step .FieldCell input, div#shop div#innercontent div.form-step .FieldCell select {
	border: 1px solid #939393;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
    cursor:text;
}
div#shop div#innercontent div.form-step .LabelCell {
	text-transform:uppercase;
	padding:10px 0;
	font-weight:bold;
}
div#shop div#innercontent div.form-step table.step-name-and-no {
	border-style: none;
	border-width: 0px;
	width: 100%;
	background-color: #585858;
	padding: 10px;
	word-wrap: break-word;
	color:#ffffff;
}
div#shop div#innercontent div.form-step table.step-name-and-no td {
	padding: 0px;
	vertical-align: top;
}
div#shop div#innercontent div.form-step table.step-name-and-no div.step-name {
	border-style: none;
	border-width: 0px;
	width: 90%;
	color: #FFFFFF;
	background-color: #585858;
	padding: 0px;
	word-wrap: break-word;
	font-weight: bold;
	text-align: left;
	text-transform:uppercase;
}
div#shop div#innercontent div.form-step table.step-name-and-no div.step-no {
	border-style: none;
	border-width: 0px;
	color: #FFFFFF;
	background-color:#585858;
	padding: 0px;
	word-wrap: break-word;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	text-transform:uppercase;
}
div#shop div#innercontent div.form-step div.custom-form-introduction {
	border-style:none;
	border-width:0;
	padding-left:15px;
	width:95%;
	word-wrap:break-word;
}
div#shop div#innercontent div.form-step div.custom-form-step {
	border: 0px none black;
	width: 90%;
	/*background-color: ##02283D; */
padding: 20px 15px 5px;
	word-wrap: break-word;
}

div#shop div#innercontent div.form-step div.custom-form-step .FieldCell {
        vertical-align: bottom;
    }
div#shop div#innercontent div.form-step div.custom-form-step span.step-please-login-before, div#shop div#innercontent div.form-step div.custom-form-step span.step-please-enter-contact {
	font-weight: normal;
	font-size: 15px;
	color: red;
}
div#shop div#innercontent div.form-step div.custom-form-results {
	padding: 0px 20px 10px 20px;
}
div#shop div#innercontent div.form-step div.custom-form-results a.custom-form-results {
	color: #FFFFFF;
}
div#middle #innercontent table .GridView {
	color:#ffffff;
}
/* Custom Form Step (in Default.ascx Product.ascx front end) */
div#shop div#innercontent div.form-step div.custom-form-step td.FieldCell table.field-desc-caption, div#shop div#innercontent div.form-step div.custom-form-step td.FieldCell table.field-desc-value, div#shop div#innercontent div.form-step div.custom-form-step td.FieldCell table.field-values {
	width: 85%;
	margin: 0px;
	padding: 0px;
	border: 0px none #ffffff;
}
div#shop div#innercontent div.form-step div.custom-form-step td.FieldCell div.ajax__tab_container {
	width: 60%;
}
div#shop div#innercontent div.form-step div.custom-form-step td.FieldCell input.multilang-textbox {
	width: 90%;
}
div#shop div#innercontent .ajax__calendar .ajax__calendar_container table {
	color: #000000;
	font-size: 11px;
}
div#shop div#innercontent div.form-step div.step-display-results {
	border-style: none;
	border-width: 0px;
	margin: opx 10px 10px 10px;
	width: 97%;
	/*background-color: ##02283D; */
word-wrap: break-word;
}
div#shop div#innercontent div.form-step div.step-display-results div.form-step-display-results {
	border: 2px solid #585858;
	width: 93%;
	/*background-color: ##02283D; */
padding: 20px 20px 20px 20px;
	word-wrap: break-word;
}
div#shop div#innercontent div.form-step div.step-display-results div.form-step-name-display-results {
	border-style: none;
	border-width: 0px;
	width: 93%;
	/*background-color: ##02283D; */
padding: 20px 20px 20px 20px;
	word-wrap: break-word;
}
div#shop div#innercontent div.form-step div.form-step-fields-display-results {
	padding: 5px 10px 5px 10px;
	width: 100%;/*background-color: ##02283D; */
}
div#shop div#innercontent div.form-step div.form-step-fields-display-results table.form-step-fields-display-results td.field-name-display-results div.field-name-display-results {
	width: 100%;
	word-wrap: break-word;
}
/* Custom Form Step - Display Results screen (in Default.ascx Product.ascx front end) */
div#shop div#innercontent div.form-step-display-results {
	border: 2px solid #c5c5c5;
	width: 100%;
	background-color: #c5c5c5;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div#shop div#innercontent div.form-step-name-display-results {
	padding: 5px 10px 5px 10px;
	width: 100%;
	color: #FFFFFF;
	background-color: #c5c5c5;
	word-wrap: break-word;
}
div#shop div#innercontent div.form-step-fields-display-results {
	padding: 5px 10px 5px 10px;
	width: 90%;
	background-color: #c5c5c5;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results {
	width: 90%;
	line-height: 14px;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.is-required-display-results {
	vertical-align: top;
	width: 22px;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-name-display-results {
	width: 50%;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-name-display-results div.field-name-display-results {
	width: 50%;
	word-wrap: break-word;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-name-display-results div.field-value-name-display-results {
	width: 50%;
	margin-left: 20px;
	word-wrap: break-word;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-bar-display-results {
	width: 45%;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-bar-display-results div.field-bar, div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-bar-display-results div.field-value-bar {
	width: 45%;
	height: 10px;
	border: 1px solid #AAB1B7;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-bar-display-results div.field-bar div.field-percentage-bar {
	height: 10px;
	background-color: #000000;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-bar-display-results div.field-value-bar div.field-value-percentage-bar {
	height: 10px;
	background-color: #888687;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-percentage-display-results {
	width: 59px;
	vertical-align: middle;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-percentage-display-results div {
	width: 59px;
	text-align: right;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-name-value-display-results span.field-name-display-results {
	color: #333333;
	word-wrap: break-word;
}
div#shop div#innercontent div.form-step-fields-display-results table.form-step-fields-display-results td.field-name-value-display-results span.field-value-display-results {
	color: #EA9600;
	word-wrap: break-word;
}
/*****************************/
/*** GLOBAL UPDATEPROGRESS ***/

/*****************************/

div#global_updateprogress div#global_updateprogress_background, div.global_updateprogress div.global_updateprogress_background {
	position: fixed;
	_position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #333;
	z-index: 999998;
	opacity: .60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
div#global_updateprogress div#global_updateprogress_loader, div.global_updateprogress div.global_updateprogress_loader {
	padding: 20px;
	position: fixed;
	_position: absolute;
	background-color: #fff;
	border: 1px solid #555;
	z-index: 999999;
	display: block;
}
div#global_updateprogress div#global_updateprogress_loader *, div.global_updateprogress div.global_updateprogress_loader * {
	float: left;
	display: block;
}
div#global_updateprogress div#global_updateprogress_message, div.global_updateprogress div.global_updateprogress_message {
	display: block;
	margin-left: 20px;
	position: relative;
	top: 9px;
	font-weight: bold;
	white-space: nowrap;
}
.FieldCell.required, .LabelCell.required, .TelRequired {
	display: none;
}
table.CustomFormTable {
	width: 100%;
}


/*******************************************************/
/****************NEWSSCROLLER RIGHT ********************/
/*******************************************************/

.newsbubble {
	position: relative;
	width: 210px;
	height: auto;
	padding: 15px;
	background: #F3F1F1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float:left;
	margin-top:15px;
	margin-right:5px;
    min-height:150px;
    margin-bottom:10px;
}
.newsbubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #F3F1F1 transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -15px;
	left: 35px;
}
div#newsscroller {
	min-height:150px;
	background-color:transparent;
	padding:0px;
	width:245px;
}
div#newsscroller .newstitle {
	color: #585858;
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	padding:0px 0 1px 0;
	text-transform: uppercase;
	line-height:28px;
	width:auto;
    margin-top:-3px;
}
div#newsscroller .title {
	color: #2F93F9;
	/*display: block;*/
font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height:18px;
}
div#newsscroller .image {
	float: left;
	margin: 21px 5px 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div#newsscroller .more {
	color: #000000;
	/*display: block;*/
font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	padding-bottom: 5px;
}
div#newsscroller .content {
	border-top: 1px dotted;
	color: #585858;
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin-top: 5px;
	padding-top: 10px;
	text-decoration: none;
	width: 215px;
    overflow:hidden;
}
div#newsscroller a.title:hover, div#newsscroller a.content:hover, div#newsscroller a.more:hover {
	text-decoration:underline;
}
#newssmallwrapper {
	cursor:pointer;
	width:245px;
}
#newssmallslidernav {
	display: inline-block;
	float: right;
	margin-top: 10px;
	width: auto;
}
#newssmallslidernavindicator>li {
	background: none repeat scroll 0 0 #000000;
	opacity: .20;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 3px;
    margin-bottom:2px;
	cursor:pointer;
}
#newssmallslidernavindicator {
	display: inline-block;
	height: 20px;
	margin: 0;
	max-width: 100px;
	padding-left: 0;
	position: static;
	text-align: right;
	width: auto;
}
#newssmallslidernavindicator > li.active {
	opacity: .90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}
/*******************************************/
/**************** NEWS BOTTOM **************/
/*******************************************/
.newstitleHeader {
	color: #585858;
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	line-height: 28px;
	padding-top: 30px;
	text-transform: uppercase;
	width: 100%;
}
.newsitembubble {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: none repeat scroll 0 0 #F3F1F1;
	border-radius: 15px;
	display: inline-block;
	margin: 5px 5px 20px 5px;
	padding: 10px;
	position: relative;
	width: 320px;
	min-height:200px;
}
.newsitembubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #f3f1f1 transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -15px;
	left: 43px;
}

#testimonials .testimonialbubble {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
    background: none repeat scroll 0 0 #F3F1F1;
	display: inline-block;
	margin: 5px;
	padding: 10px;
	position: relative;
	width: 280px;
	height:300px;
    border:1px solid #b3b3b3;
    overflow:hidden;
}

#testimonials .testimonialbubble.alternate {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
    background: none repeat scroll 0 0 #f9f9f9;
	display: inline-block;
	margin: 5px;
	padding: 10px;
	position: relative;
	width: 280px;
	min-height:200px;
    border:1px solid #2f93f9;
}

#testimonials .testimonialbubble:after {
    display:none;
}

div#innercontent .newsitem {
/*border-bottom: 3px dashed #585858;
border-top: 15px solid #EDEDED;
display: inline-block;
margin-bottom: 10px;
margin-top: 30px;
padding: 10px 0;
width: 350px;*/
}
div#innercontent .newsitem img {
	width:100px;
	height:100px;
	margin-right:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div#innercontent #testimonials .newsitem img
{
    height:auto;
    width:auto;
}

div#innercontent .newsitem .newsitemtitle a {
	color: #2F93F9;
	/*display: block;*/
font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	text-transform: uppercase;
}
div#innercontent .newsitem .newsitemdate a {
	color: #000000;
	/*display: block;*/
font-size: 12px;
	line-height: 14px;
	padding-bottom: 5px;
	text-decoration: none;
}
div#content div#innercontent .newsitem .newsitemdate a.more {
	margin-bottom: 5px;
	color:#000000;
	font-size:11px;
}
div#content div#innercontent .newsitem .newsitemdesc a.desc, div#content div#innercontent .newsitem .newsitemdesc span.desc {
	text-decoration:none;
	color:#585858;
}
div#innercontent .newsitem .newsitemtitle a:hover, 
div#content div#innercontent .newsitem .newsitemdesc a.desc:hover, 
div#content div#innercontent .newsitem .newsitemdate a.more:hover, 
div#content div#innercontent .newsitem .newsitemdate a:hover {
	text-decoration:underline;
}
div#innercontent .newsitem .newsitemcats {
}
div#innercontent .newsitem .newsitemdesc {
    border-top: 1px dashed #000000;
	font-size: 12px;
	line-height: 14px;
	margin-top:5px;
    padding-top:7px;
}
#wrapper {
	/*cursor:pointer;*/
}
#slidernav {
	display: inline-block;
	width: auto;
}
#slidernavindicator>li {
	background: none repeat scroll 0 0 #000000;
	opacity: .20;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	cursor:pointer;
}
#slidernavindicator {
	display: inline-block;
	margin: 0 0 5px;
	padding-left: 10px;
	position: static;
	text-align: right;
	width: auto;
}
#slidernavindicator > li.active {
	opacity: .90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}
/****************************************/
/************** NEWSPAGE ****************/
/****************************************/
.newsItemTable {
	border-bottom: 2px dashed #585858;
	margin-bottom: 40px;
	padding-bottom: 30px;
    width:100%;
}
.newsImg {
	vertical-align:top; 
}
.newsImg img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    padding-right:10px;
}
.newsdate {
	color: #2F93F9;
	font-size: 18px;
	font-weight: bold;
}
.newstitle {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.newscats {
	display: block;
	margin-top: 10px;
	font-weight:bold;
}
.newsdesc {
	font-style: italic;
}
/*****************************************/
/************ NEWSLETTER SMALL ***********/
/*****************************************/

.newsletterbubble {
	position: relative;
	width: 210px;
	height: auto;
	padding: 0 15px 20px 15px;
	background: #89bd41;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	float:left;
	margin-top:0px;
	margin-right:5px;
}
.newsletterbubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #89bd41 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -15px;
    left: 35px;
}
div#newslettersmall {
	background-color: rgba(0, 0, 0, 0);
	min-height: 100px;
	width: 245px;
	padding:0;
    margin-top:0;
}
div#newslettersmall .head {
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 0 15px 0;
	text-transform: uppercase;
	width: 210px;

    padding: 15px;
    /*background:url(../../images/layout/important.png);
    background-repeat:no-repeat;
    background-position:top right;*/
	background-color: #89bd41;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}
div#newslettersmall input {
	border: 0 none;
	color: #585858;
	font-size: 11px;
	padding: 5px;
	width: 175px;
    height:15px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div#newslettersmall input.button {
	background: none repeat scroll 0 0 #e5e4e4;
	border: 2px solid #FFFFFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #585858;
	font-size: 11px;
	font-weight: bold;
	height: 40px;
	text-transform: uppercase;
	margin-top:7px;
    cursor:pointer;
    width:240px;
}
div#newslettersmall input.button:hover
{     
    text-decoration:underline;
}

#FooterBlocks .newsletterbubble { padding:0px; background-color:transparent; }
#FooterBlocks .newsletterbubble:after { border:0px; }
#FooterBlocks div#newslettersmall { margin-bottom:0px; margin-top:15px; }
#FooterBlocks div#newslettersmall .head { display:none; }
#FooterBlocks div#newslettersmall input { height: 25px; padding-left: 10px; width:250px;}
#FooterBlocks div#newslettersmall input.button { background-color:#1a76f3; color:#ffffff; border:0px; -webkit-border-radius: 5px;	-moz-border-radius: 5px; border-radius: 5px; width:150px;}
#FooterBlocks div#newslettersmall input.button:hover {}



/*****************************************/
/**************** OPTIMIZE ***************/
/*****************************************/

.optimizebubble {
	position: relative;
	width: 210px;
	height: auto;
	padding: 0 15px 20px 15px;
	background: #fd0527;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	float:left;
	margin-top:0px;
	margin-right:5px;
    margin-bottom:17px;
    font-size:13px;
    color:#ffffff;
}
.optimizebubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #fd0527 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -15px;
    left: 35px;
}
div#optimize {
	background-color: rgba(0, 0, 0, 0);
	min-height: 150px;
	width: 245px;
	padding:0;
    margin-top:0;
    margin-bottom:30px;
}
div#optimize .head a{
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 0 15px 0;
	text-transform: uppercase;
	width: 210px;
    text-decoration:none;
    padding: 15px;
    /*background:url(../../images/layout/important.png);
    background-repeat:no-repeat;
    background-position:top right;*/
	background-color: #fd0527;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}
div#optimize .head a:hover {
        text-decoration: underline;
    }
div#optimize .lbOptimizeContent {
    color:#ffffff;
    text-decoration:none;
    }
div#optimize .lbOptimizeContent:hover{text-decoration:underline;}
div#optimize input {
	border: 0 none;
	color: #585858;
	font-size: 11px;
	padding: 5px;
	width: 175px;
    height:15px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div#optimize a.optimizeLink {
    background: none repeat scroll 0 0 #2f93f9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 220px;
    top:-8px;
    white-space:nowrap;
}
div#optimize a.optimizeLink:hover {

    text-decoration:underline;
}

.facebookComments{
    margin-top:40px;
    margin-bottom:10px;
}

.ContactForm
{
    margin-top:30px;
}

/*******************************************/
/************ CONTENTBUBBLES ***************/
/*******************************************/
.TestimonialBubble
{
position: relative;
width: 250px;
padding:10px;
padding: 10px;
background: #e5e4e4;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.TestimonialBubble:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 12px 15px 12px 0;
border-color: transparent #e5e4e4;
display: block;
width: 0;
z-index: 1;
left: -15px;
top: 28px;
}

.contentBubbleLeft
{
    position: relative;
    width: 250px;
    height: auto;
    padding: 15px;
    background: #2F93F9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color:#ffffff;
    margin-right:25px;
    margin-bottom:25px;
    font-size:15px;
    font-weight:normal;
    float:left;
}


div#middle #centercol .contentBubbleLeft a.internallink
{
    color:#ffffff;
}

div#middle #centercol .contentBubbleLeft h1 {
        color: #ffffff;
        font-size: 15px;
        font-weight: normal;
    }
div#middle #centercol .contentBubbleLeft h1 .internallink {
        color:#ffffff;
    }
.contentBubbleLeft:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent #2F93F9;
    display: block;
    width: 0;
    z-index: 1;
    right: -15px;
    top: 30px;
}

.contentBubbleRight
{
    position: relative;
    width: 250px;
    height: auto;
	padding: 15px;
    float:right;
    background: #2F93F9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left:25px;
    margin-bottom:25px;

}

div#middle #centercol .contentBubbleRight a.internallink
{
    color:#ffffff;
}

div#middle #centercol .contentBubbleRight h1 {
        color: #ffffff;
        font-size: 15px;
        font-weight: normal;
    }
div#middle #centercol .contentBubbleRight h1 .internallink {
    color:#ffffff;
    }
.contentBubbleRight:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #2F93F9;
    display: block;
    width: 0;
    z-index: 1;
    left: -15px;
    top: 30px;
}


.footerBubble
{
position: relative;
padding: 20px 20px 20px 0;
background-color:transparent;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.footerBubble:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 15px 15px;
border-color: Transparent;
display: block;
width: 0;
z-index: 1;
top: -15px;
left: 40px;
}

div.contactInfo {
    background-color: #89bd41;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    margin: 10px 0;
    padding: 10px;
    width: 30%;
}
div.contactInfo .contactButtons a.icon { width: 14px; height: 14px; text-decoration: none; display: block; float: left; margin: 0px 2px; }
div.contactInfo .contactButtons a.edit { background-image:url("../../images/layout/edit.gif"); }
div.contactInfo .contactButtons a.delete { background-image:url("../../images/layout/delete.gif"); }
div.contactInfo .contactButtons a.select { background-image:url("../../images/layout/ok.gif"); }

div.contactInfo span.contactButtons { float:right; }
.ddlType { margin-bottom:15px; }

.googleframe
{
    width:100% !important;
}

/*******************************************/
/************ KEYWORD ANALYSIS ***************/
/*******************************************/
#innercontent .keywordAnalyse.ingelogd .error
{
    color:red;
    font-weight:bold;
}
#innercontent .keywordAnalyse .mailSent
{
    font-weight:bold;
    color:green;
}
#innercontent .keywordAnalyse.ingelogd .analyzesLeft{
    border-bottom: 1px dashed #b6b5b5;
    padding-bottom: 10px;
    text-align: right;
    z-index: 999;
    margin-bottom:10px;
}
#innercontent .keywordAnalyse.ingelogd .analyzesLeft .DeltaAnalyzesLeft {
    display:inline-block;
}
#innercontent #KeywordAnalysis .shortResultTable {
    display:inline-block;
}
#innercontent #KeywordAnalysis .extendedResultContainer .extendedResultTags
{
    display:inline-block;
    width:75%;
}
#innercontent #KeywordAnalysis .shortResultContainer .keywordsSynonyms table,
#innercontent #KeywordAnalysis .extendedResultContainer .keywordsSynonyms table
{
    width:300px;
}

#innercontent #KeywordAnalysis .extendedResultContainer .keywordsSynonyms
{
    display:inline-block;
    float:right;
    z-index:999;
    background-color:#ffffff;
    width:300px;
    margin-left:30px;
    margin-right:-30px;
    position:inherit;
    margin-top:0px;
}
#innercontent #KeywordAnalysis .extendedResultContainer .keywordsSynonyms #anchors ul
{
    padding-left:0px;
}
#innercontent #KeywordAnalysis .extendedResultContainer .keywordsSynonyms #anchors li
{
    display:inline;
}
#innercontent #KeywordAnalysis .extendedResultContainer .keywordsSynonyms #anchors a {
    color:#4c97e3;
}
#innercontent #KeywordAnalysis .extendedResultContainer .keywordsSynonyms #anchors a span:hover {
    color: #92c2f3;
}
#innercontent #KeywordAnalysis .extendedResultContainer .keywordsSynonyms #anchors a:visited {
    color:#4c97e3;
}
#innercontent #KeywordAnalysis .provideInfoText{}
#innercontent #KeywordAnalysis .provideInfo .LabelCell
{
    display: block;
    line-height: 25px;
    text-transform: uppercase;
    width: 100px;
}
#innercontent #KeywordAnalysis .coloredBold 
{ 
    font-weight:bold; 
    color:#2f93f9;
}
#innercontent #KeywordAnalysis .provideInfo input[type=text] 
{ 
    cursor:text;
    width:400px;
}

div#content #innercontent .CustomAnalyseTable a,
div#content #innercontent .CustomAnalyseTable a:visited,
div#content #innercontent .extendedResultTags a,
div#content #innercontent .extendedResultTags a:visited
{
	color: #2f93f9;
}

div#content #innercontent .CustomAnalyseTable .header a,
div#content #innercontent .CustomAnalyseTable .header a:visited,
div#content #innercontent .extendedResultTags .header a,
div#content #innercontent .extendedResultTags .header a:visited
{
	color: #ffffff;
}


#innercontent #KeywordAnalysis .CustomAnalyseTable tr th, 
#innercontent #KeywordAnalysis .CustomAnalyseTable tr td, 
#innercontent #KeywordAnalysis .CustomKeyWordTable tr th, 
#innercontent #KeywordAnalysis .CustomKeyWordTable tr td, 
#innercontent #KeywordAnalysis .CustomSynonymTable tr th, 
#innercontent #KeywordAnalysis .CustomSynonymTable tr td 
{
    padding: 5px;
    text-align: left;
}

#innercontent #KeywordAnalysis .CustomSynonymTable tr th,
#innercontent #KeywordAnalysis .CustomKeyWordTable tr th 
{
    cursor:pointer;
    background-color:#dadada;
    color:Black;
    font-weight:bold;
    text-align:left; 
}
#innercontent #KeywordAnalysis .CustomSynonymTable tr th,
#innercontent #KeywordAnalysis .CustomKeyWordTable tr th
{     
    background-image: url(../../images/layout/seopageoptimizer/sorter.png);
    background-position: right+5px center;
    background-repeat:no-repeat; 
}


#innercontent #KeywordAnalysis .CustomAnalyseTable tr th, 
#innercontent #KeywordAnalysis .CustomKeyWordTable tr th, 
#innercontent #KeywordAnalysis .CustomSynonymTable tr th, 
#content #innercontent .keywordAnalyse.ingelogd table.CustomAnalyseTable tr.header td, 
#content #innercontent .keywordAnalyse.ingelogd table.CustomKeyWordTable tr.header td, 
#content #innercontent .keywordAnalyse.ingelogd table.CustomSynonymTable tr.header td 
{
    background-color: #4c97e3;
    color: white;
    font-weight:bold;
    text-align:center;
}
#content #innercontent .keywordAnalyse.ingelogd table.CustomAnalyseTable tr.subheader td, 
#content #innercontent .keywordAnalyse.ingelogd table.CustomKeyWordTable tr.subheader td, 
#content #innercontent .keywordAnalyse.ingelogd table.CustomSynonymTable tr.subheader td 
{
    background-color: #73b6f9;
    color: white;
    font-weight:bold;
    text-align:center;
}
#innercontent #KeywordAnalysis .CustomAnalyseTable tr.CollectionRow
{
    margin-bottom:-2px;
}

#content #innercontent .keywordAnalyse.ingelogd table.CustomAnalyseTable tr.CollectionRow td
{
    color: white;
    background-color:#30679e;
    line-height:30px;
    text-align:center;
    font-weight:bold;
    text-align:center;
}
#content #innercontent .keywordAnalyse.ingelogd table.CustomAnalyseTable tr.CollectionRow td a
{
    color:#ffffff;
}
#content #innercontent .keywordAnalyse.ingelogd table.CustomAnalyseTable tr.alternate td,
#content #innercontent .keywordAnalyse.ingelogd table.CustomKeyWordTable tr.alternate td,
#content #innercontent .keywordAnalyse.ingelogd table.CustomSynonymTable tr.alternate td
{
    background-color:#e9e9e9;
    height:20px;
}
#content #innercontent .keywordAnalyse.ingelogd table.CustomAnalyseTable tr td,
#content #innercontent .keywordAnalyse.ingelogd table.CustomKeyWordTable tr td,
#content #innercontent .keywordAnalyse.ingelogd table.CustomSynonymTable tr td
{
    background-color:#f3f3f3;
    height:20px;
}

#innercontent .keywordAnalyse.ingelogd .moreInfo
{
    color: #4c97e3;
    font-size: 12px;
    margin-left: 5px;
}

#content #innercontent .keywordAnalyse.ingelogd a.newSearch,
#content #innercontent .keywordAnalyse.ingelogd a.switchView,
#content #innercontent .keywordAnalyse.ingelogd a.showInfo,
#content #innercontent .keywordAnalyse.ingelogd a.hideInfo
{
    color: #4c97e3;
    display: inline-block;
    margin-bottom: 15px;
    text-decoration:underline;
    cursor:pointer;
}

#innercontent #KeywordAnalysis .extendedResultContainer .CustomSynonymTable
{

}
#innercontent #KeywordAnalysis .extendedResultContainer .CustomSynonymTable tbody{
    height:275px;
    display:block;
    overflow:auto;
    width:295px;
    line-height:20px;
}
#innercontent #KeywordAnalysis .extendedResultContainer .CustomSynonymTable thead .synonym { width: 190px; display:inline-block; margin:1px 1px -2px 2px; }
#innercontent #KeywordAnalysis .extendedResultContainer .CustomSynonymTable thead .value{ display:inline-block; margin:1px 0 -2px 1px; width:81px; }

div#content #innercontent .metaTitleContainer h2 a,div#content #innercontent .metaTitleContainer h2 a:visited,
div#content #innercontent .metaDescriptionContainer h2 a,div#content #innercontent .metaDescriptionContainer h2 a:visited,
div#content #innercontent .HeaderContainer h2 a,div#content #innercontent .HeaderContainer h2 a:visited,
div#content #innercontent .BodyContainer h2 a,div#content #innercontent .BodyContainer h2 a:visited,
div#content #innercontent .BoldContainer h2 a,div#content #innercontent .BoldContainer h2 a:visited,
div#content #innercontent .LinkContainer h2 a,div#content #innercontent .LinkContainer h2 a:visited,
div#content #innercontent .AltContainer h2 a,div#content #innercontent .AltContainer h2 a:visited,
div#content #innercontent .SmallContainer h2 a,div#content #innercontent .SmallContainer h2 a:visited,
div#content #innercontent .metaKeyWordContainer h2 a,div#content #innercontent .metaKeyWordContainer h2 a:visited
{
    color:#89bd41;
}

#innercontent #KeywordAnalysis .extendedResultContainer .WCScore,
#innercontent #KeywordAnalysis .extendedResultContainer .KCScore,
#innercontent #KeywordAnalysis .extendedResultContainer .SCScore
{
    letter-spacing:1px;
}
.hplScore {
    cursor: pointer;
    display: block;
    letter-spacing: 2px;
    width: 75px;
}
.scoreTooltip,
.keyboostTooltip
 {
	z-index:1000;
	text-align:left;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:15px;
	max-width:300px;
	color:#fff;
	background-color:#000;
	/**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}
.scoreTooltip .tip-inner,
.keyboostTooltip .tip-inner{
	font:bold 11px/14px Arial,Verdana,Tahoma;
}

.lbActivateDisactivate
{
    padding-left:10px;
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.scoreTooltip .tip-arrow-top,
.keyboostTooltip .tip-arrow-top {
	margin-top:-5px;
	margin-left:-5px; /* approx. half the width to center it */
	top:0;
	left:50%;
	width:9px;
	height:5px;
	background:url("../../images/layout/tip-twitter_arrows.gif") no-repeat;
}
.scoreTooltip .tip-arrow-right,
.keyboostTooltip .tip-arrow-right {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:0;
	top:50%;
	left:100%;
	width:5px;
	height:9px;
	background:url("../../images/layout/tip-twitter_arrows.gif") no-repeat -9px 0;
}
.scoreTooltip .tip-arrow-bottom,
.keyboostTooltip .tip-arrow-bottom {
	margin-top:0;
	margin-left:-5px; /* approx. half the width to center it */
	top:100%;
	left:50%;
	width:9px;
	height:5px;
	background:url("../../images/layout/tip-twitter_arrows.gif") no-repeat -18px 0;
}
.scoreTooltip .tip-arrow-left,
.keyboostTooltip .tip-arrow-left {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:-5px;
	top:50%;
	left:0;
	width:5px;
	height:9px;
	background:url("../../images/layout/tip-twitter_arrows.gif") no-repeat -27px 0;
}


#backgroundPopup{
    position:absolute;
    top:0;
    left:0px;
    width:100%;
    background-color:black;
    text-align:center;
    margin:0;
    padding:0;
    overflow:hidden;
    display:none;
    opacity: .70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
    z-index:999;
}

#loader {
    padding:15px 30px;
    background-color:#ffffff;
    color:#000000;
    width:275px;
    height:50px;
    font-weight:bold;
    z-index:999;
    line-height:50px;
    display:none;
}
#loader span{ float: left; }
#loader img{
    float: left;
    line-height: 50px;
    margin: 10px 15px 0 0;
}



/****************************************************************/
/********************** SHOPPINGCARTSMALL ***********************/
/****************************************************************/

div#shoppingwrapper
{
    min-width: 200px;
    position: absolute;
    right: 0px;
    top: 90px;
    width: auto;
    z-index: 1;
}
div#shoppingcartHeader {
    background: url("../../images/layout/cart.png") no-repeat scroll 10px center #4c97e3;
    border-radius: 10px 10px 0 0;
    color: #000000;
    height: 40px;
    margin-left: 170px;
    width: 50px;
    cursor:pointer;
}
div#shoppingcartHeader .orderQty
{
    font-weight:bold;
}
div#shoppingcartFoldout
{ 
	padding:0px;
    color:#000000;
    background-color:#e5e4e4;
    height:12px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
    border-radius:0 0 10px 10px;
}
div#shoppingcartFoldout img
{
    position:absolute;
    right:7px;
    bottom:7px;
    cursor:pointer;
}
div#shoppingcartsmall
{
	background-color:#4c97e3;
	padding:10px 10px 15px 10px;
	display:none;
    color:#ffffff;
    margin-bottom:0px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
    border-radius:0 0 10px 10px;
}
div#shoppingcartsmall #shoppingInner{ font-size:70%; width:100%; }
div#shoppingcartsmall #shoppingInner table{ width:100%; }
div#shoppingcartsmall #shoppingInner table a
{ 
    color:#ffffff;
    font-size: 12px;
    text-decoration: none;
}
div#shoppingcartsmall #shoppingInner table a:hover
{
    text-decoration:underline;
}
div#shoppingcartsmall #shoppingInner td{ }

div#shoppingcartsmall #shoppingInner .totals
{
	text-align:right;
	padding:5px;
	border-top:1px solid #ffffff;
	margin-top:5px;
}
div#shoppingcartsmall #shoppingInner .totals #subTotalAmount
{
    font-weight:bold;
    font-size:12px;
}
div#shoppingcartsmall #shoppingInner .expeditioncosts
{
	text-align:right;
	padding:5px 0;
	display:none;
}
div#shoppingcartsmall #shoppingInner .shoppingBottom
{
	text-align:center;
	padding:10px 0 0 0;
	display:block;
	width:100%;	
}
div#shoppingcartsmall #shoppingInner .shoppingBottom a
{
    background-color: orange;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    width: auto;
    color:#000000;
    text-decoration:none;
    text-transform:uppercase;
}
div#shoppingcartsmall #shoppingInner .shoppingBottom a:hover
{
    text-decoration:underline;
}
div#shoppingcartsmall #shoppingInner .shoppingCartdelbtn
{
	background-image:url(../../images/layout/delBtn.gif);
	height:14px;
	width:16px;
	display:block;
}
div#shoppingcartsmall #shoppingInner .shoppingCartdelbtnLoading
{
	background-image:url(../../images/Layout/ajax-loader-t.gif);
	height:14px;
	width:16px;
	display:block;
}

/***************************************************************/
/************************* PRODUCTLIST *************************/
/***************************************************************/
div#content #innercontent div#productlist{ margin-bottom: 30px; }

div#content #innercontent div#productlist .box {
    background-color: #89bd41;
     -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 33px;
    margin: 5px;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 95%;
    z-index: 999;
    float:none;
}
div#content #innercontent div#productlist .box .productInfo {
    background-color: #585858;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    color: #ffffff;
    float: right;
    margin-top: 0;
    right: 20px;
    width: auto;
}
div#content #innercontent div#productlist .box .productInfo input
{
    height:20px;
    border:none;
    float:left;
    margin:8px 0 8px 8px;
    float:left;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div#content #innercontent div#productlist .box .productInfo input[type=image]
{
    height:25px;
    margin:5px 10px 5px 10px;
    padding-left:0px;
    float:left;
}

div#content #innercontent div#productlist .box .productInfo .lblOrder
{
    float:left;
    margin:0 5px 0 10px;
    line-height:37px;
}

div#content #innercontent div#productlist .box .productInfo a
{ 
    color:#ffffff;
    text-decoration:none;
}
div#content #innercontent div#productlist .box .productInfo a.OrderButton
{
    font-size:13px;
    text-transform:none;
    text-decoration:underline;
    padding:0 10px;
    font-weight:normal;
}
div#content #innercontent div#productlist .box .productInfo a:hover{ text-decoration:underline; }
div#content #innercontent div#productlist .box img
{
    display: block;
    float: none;
    margin: auto;
}
div#content #innercontent div#productlist .box .ProductName
{     
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    background-color:#89bd41;
    color:#ffffff;
    padding:5px;
    display:inline-block;
    text-decoration:none;
    font-weight:bold;
    z-index:999;
    text-transform:uppercase;
    margin-left:5px;
    line-height:25px;
    text-align:left;
    font-size:125%;
}
div#content #innercontent div#productlist .box .ProductName:hover
{
    text-decoration:underline;
}
div#content #innercontent div#productlist .box .price
{ 
    font-weight:bold; 
    display:inline-block;
    color:#ffffff;
}
div#content #innercontent div#productlist .box .price a
{
    color:#ffffff;
    text-decoration:none;
}
div#content #innercontent div#productlist .box .shortdescription{ }


/**************************************************************/
/*********************** PRODUCTDETAIL ************************/
/**************************************************************/
div#content #innercontent div#productdetail
{
	background-color:#ffffff;
	padding:10px;
}
div#content #innercontent div#productdetail img { margin-right:10px; }
div#content #innercontent div#productdetail .middle{ }
div#content #innercontent div#productdetail .middle .orderconfirm{ }
div#content #innercontent div#productdetail .middle table{ }
div#content #innercontent div#productdetail .middle table .name{ }
div#content #innercontent div#productdetail .middle table .price{ }
div#content #innercontent div#productdetail .middle table .OrderButton {
    background-color: #89bd41;
    border-radius: 5px;
    color: #ffffff;
    margin-left: 10px;
    padding: 5px 10px;
}
div#content #innercontent div#productdetail .middle table .variants{ }
div#content #innercontent div#productdetail .middle table .content{ }
div#content #innercontent div#productdetail .header{ }
div#content #innercontent div#productdetail .footer{ }



/**************************************/
/************* ORDERSTEPS *************/
/**************************************/

div#control
{
    margin-top:20px;
    text-align:center;
}
div#Steps
{ 
    border-radius:10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    width:auto; /*float:right;*/ 
    margin-top:0; 
    margin-bottom:0px; 
    border:5px solid #2f93f9; 
    height:32px; 
    _height:30px; 
    padding:0 7px; 
    background-color:transparent;
}
div#Steps ul{ margin:0px; list-style:none; padding:0; }
.step{ float:left; margin-right:0px; }
.stepsLeft 
{
    background: url(../../images/layout/stepsLeft.png) repeat scroll 0 0 transparent;
    float: left;
    height:36px;
    _height: 34px;
    margin-top: -2px;
    width: 9px;
}
.stepsRight {
    background: url(../../images/layout/stepsRight.png) repeat scroll 0 0 transparent;
    float: right;
    height:36px;
    _height: 34px;
    margin-left: -9px;
    margin-top:-2px;
    width: 9px;
}



div#middle #innercontent div#Steps a{ width:auto; height:32px; line-height:32px; display:block; text-decoration:none; color:#616e73; background-color:Transparent; _padding-right:5px; cursor:default;  }
div#middle #innercontent div#Steps a.clickable{cursor:pointer;}

div#middle #innercontent div#Steps a.cartactive{ color:#555; font-weight:bold; }
div#middle #innercontent div#Steps a.billingactive{ color:#555; font-weight:bold; }
div#middle #innercontent div#Steps a.paymentactive{ color:#555; font-weight:bold; }
div#middle #innercontent div#Steps a.deliveryactive{ color:#555; font-weight:bold; }
div#middle #innercontent div#Steps a.overviewactive{ color:#555; font-weight:bold; }


.cart{ background-image:url(../../images/layout/1.jpg); padding-left:30px; width:22px; height:32px; display:block; background-repeat:no-repeat;}
.cartactive { background-image:url(../../images/layout/1.jpg); padding-left:30px; width:22px; height:32px; display:block; background-repeat:no-repeat; }
div#cart{ margin-top:40px; }
div#cart .amntEdit input{width:40px; float:left;}
div#cart td.editRow {width:40px;}
div#cart .deleteicon { background-image:url("../../images/layout/delete.gif"); background-repeat:no-repeat; width:16px;height:16px; display:block; float:right; background-color:transparent; }
div#cart .shoppingCartdelbtnLoading { background-image:url("../../images/Layout/ajax-loader-t.gif"); background-repeat:no-repeat; width:16px;height:16px; display:block; float:right; background-color:transparent; }
div#cart .editicon { background-image:url("../../images/layout/edit.gif"); background-repeat:no-repeat; width:16px;height:16px; display:none; float:left; margin-left:6px; }
div#cart .amntEdit a.saveicon { background-image:url("../../images/layout/save.gif"); background-repeat:no-repeat; width:16px;height:16px; display:block; float:right; float:left; margin:5px;}

.billing{ background-image:url("../../images/layout/2.jpg"); padding-left:50px; width:47px; height:32px; display:block; background-repeat:no-repeat; }
.billingactive{ background-image:url("../../images/layout/2.jpg"); padding-left:50px; width:47px; height:32px; display:block; background-repeat:no-repeat; }


.delivery{ background-image:url("../../images/layout/3.jpg"); padding-left:50px; width:47px; height:32px; display:block; background-repeat:no-repeat;}
.deliveryactive{ background-image:url("../../images/layout/3.jpg"); padding-left:50px; width:47px; height:32px; display:block; background-repeat:no-repeat;}


.payment{ background-image:url("../../images/layout/3.jpg"); padding-left:50px; width:47px; height:32px; display:block; background-repeat:no-repeat; }
.paymentactive{ background-image:url("../../images/layout/3.jpg"); padding-left:50px; width:47px; height:32px; display:block; background-repeat:no-repeat; }

.overview{ background-image:url("../../images/layout/4.jpg"); padding-left:50px; width:47px; height:32px; display:block; background-repeat:no-repeat; }
.overviewactive{ background-image:url("../../images/layout/4.jpg"); padding-left:50px; width:47px; height:32px; display:block; background-repeat:no-repeat; }

.nonclick{ cursor:default;}
div#divItems
{ 
    border-radius:10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    background-color:transparent; 
    width:auto; 
    _width:auto; 
    border:5px solid #2f93f9; 
    padding: 10px 20px 20px 20px; 
    _margin-top:-2px; 
    color:#323232;
}
div#divItems .shopItems{}
div#divItems .shopItems td{}
div#divItems tbody{}
div#divItems tbody td
{
    padding:5px;
    border-bottom:1px dashed #555555;
}
div#divItems table{ font-size:12px; width:100%; }
div#divItems table .item a{ color:#000; }
div#divItems table .alternate a{ color:#000; }
div#divItems table th{ text-align:left; }

input.disabled{ color:#ffffff; }

div#bestelLogin{ margin-top:0px; }
div#bestelLoginInner 
{ 
    border-radius:10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    background-color:transparent; 
    width:563px; 
    _width:607px; 
    border:5px solid #2f93f9; 
    padding: 10px 20px; 
    color:#323232;
    font-size:12px; 
    margin-top:20px; 
    width:auto; 
    margin-right:0px; 
    margin-bottom:20px;
    font-weight:bold;  
}
div#bestelLoginInner .FieldCell{ font-size:12px; }
div#bestelLoginInner label{ font-size:12px; }
div#bestelLoginInner input#ctl00_cphCenterCol_page_siteLogin_btnNext{ display:block; }
div#loginTop{ background-image:url("../../images/layout/cartTop.gif"); width:607px; height:13px; background-repeat:no-repeat; _height:14px;}
div#loginBottom{ background-image:url("../../images/layout/cartBottom.gif"); width:607px; height:13px; background-repeat:no-repeat; }

div#divCoupon{ margin-top:20px; background-color:#032d45; width:360px; float:left; margin-bottom:50px; }
div#CouponInner{ padding:10px 9px ; border-left:2px solid #3581a5; border-right:2px solid #3581a5; _margin-top:-2px; }
div#couponTop{ background-image:url("../../images/layout/couponsTop.gif"); width:360px; height:13px; background-repeat:no-repeat;}
div#couponBottom{ background-image:url("../../images/layout/couponsBottom.gif"); width:360px; height:13px; background-repeat:no-repeat;}

div#orderSteps .title {
    color:#0875DA;
    font-weight:bold;
    margin-bottom:25px;
    text-transform:uppercase;
}

div#finalTotals
{ 
    /*background-color:#B9D15F;*/
    background-color:transparent;
    border:5px solid #2f93f9;
    border-radius:10px 10px 10px 10px;
    color:#323232;
    font-size:12px;
    margin-bottom:20px;
    margin-right:0;
    margin-top:20px;
    text-align:right; 
}
div#finalTotals .total{ padding-left:10px; _margin-top:-2px; _text-align: center; padding-right:18px; }
div#finalTotals .total td{ text-align:right; }
div#finalTotals .totalTd{ }
div#finalTotals .total td.amount{ _padding-right:18px; font-weight: bold; }
div#finalTotals .total .totalPrice{ font-weight:bold; color:#000000; }
div#finalTotals .total .subtotalPrice{ font-weight:bold; }
div#finalTotals table 
{
    color:#6E6E6E;
    display:inline-block;
    font-size:110%;
    padding:10px;
    position:relative;
    right:15px;
 }
div#finaltotalsTop{ background-image:url("../../images/layout/cartTop.gif"); width:607px; height:13px; background-repeat:no-repeat; }
div#finaltotalsBottom{ background-image:url("../../images/layout/cartBottom.gif"); width:607px; height:13px; background-repeat:no-repeat;}

div#divTotals
{ 
    border-radius:10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    background-color:transparent; 
    width:563px; 
    _width:607px; 
    border:5px solid #2f93f9; 
    padding: 10px 20px; 
    color:#323232;
    font-size:12px; 
    margin-top:20px; 
    width:auto; 
    float:none; 
    margin-right:0px; 
    margin-bottom:20px;
    font-weight:bold; 
   
}
div#divTotals .total{ width:225px; padding-left:10px; _margin-top:-2px; _text-align: center; margin-left:400px; }
div#divTotals .total td{ text-align:right; padding-right:18px; }
div#divTotals .total .totalPrice{ font-weight:bold; }
div#divTotals .total .subtotalPrice{ font-weight:bold; }
div#divTotals table {font-size:12px; }
div#totalsTop{ background-image:url("../../images/layout/smallTotalsTop.gif"); width:225px; height:13px; background-repeat:no-repeat; }
div#totalsBottom{ background-image:url("../../images/layout/smallTotalsBottom.gif"); width:225px; height:13px; background-repeat:no-repeat;}



div#control input.bestNext{ cursor:pointer; }
div#control input.bestPrev{ cursor:pointer; }

div#deliverydetail{  width:573px; padding:0px 15px; _width:608px; _margin-top:-2px; }

/*div#paymentDetails{ background-color:#032d45; width:563px; _width:607px; border-left:2px solid #3581a5; border-right:2px solid #3581a5; padding: 10px 20px; _margin-top:-2px; }*/

div#contactTop{ background-image:url("../../images/layout/contactTop.png"); _background-image:url("../../images/layout/contactTop.gif"); width:225px; height:13px; background-repeat:no-repeat;}
div#contactBottom{ background-image:url("../../images/layout/contactBottom.gif"); width:225px; height:13px; background-repeat:no-repeat;}

#orderSteps
{
    margin-top:10px;
}
#orderSteps #detailsmanager
{
    display:block;
}
#orderSteps #detailsmanager div.contactInfo
{ 
    color:#000;
    width:225px; 
    display:inline-block; 
    margin-right:0; 
    margin-bottom:20px;
    background-color:transparent;
    border:5px solid #2f93f9;
    border-radius:10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    padding:10px;
}
#orderSteps #detailsmanager div#contacts{ }
#orderSteps #detailsmanager div.contactInfoLeft
{ 
    color:#000;
    width:225px; 
    float:left; 
    margin-right:0; 
    margin-bottom:20px;
    background-color:transparent;
    border:5px solid #2f93f9;
    border-radius:10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    margin-right:10px;
    padding:10px;
}

#orderSteps #detailsmanager div.contactInfo.selected
{
    background-color:#0875DA;
    color:#ffffff;
    border-color:#0875DA;
}

div#orderSteps input#btnOrder
{
    border-radius:10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    background-color:#2f93f9;
    border:2px solid #2f93f9;
    display:block;
    margin:20px auto auto;
    padding:3px 10px;
    cursor:pointer;
    color:#ffffff;
    height:30px;
    line-height:10px;
}

div#finalcontactWrap div#detailsmanager{ margin:0; }
div#finalcontactWrap div#detailsmanager div.contactInfo{ width:351px; }
div#finalcontactWrap div#detailsmanager div.contactInfoLeft{ width:341px; }
#detailsmanager div.contactInfo .contactButtons a.edit
{
    background-image: url("../../images/layout/edit.gif");
    display: inline-block;
    height: 14px;
    width: 14px;
}
#detailsmanager div.contactInfo .contactButtons a.delete
{
    background-image: url("../../images/layout/delete.gif");
    display: inline-block;
    height: 14px;
    width: 14px;
}
#detailsmanager div.contactInfo .contactButtons a.lbSelect
{
    margin-right:130px;
}
div#finalcontactWrap{ }
div#finalcontactWrap div#finalcontacts{ width:auto; }
div#finalcontactWrap div#finalcontacts div#contactTop{ background-image:url("../../images/layout/finalcontactTop.gif"); width:291px; height:13px; display:none; }
div#finalcontactWrap div#finalcontacts div#contactBottom{ background-image:url("../../images/layout/finalcontactBottom.gif"); width:291px; height:13px;}


div#finalcontactTop{ background-image:url("../../images/layout/finalcontactTop.gif"); width:291px; height:13px; background-repeat:no-repeat;}
div#finalcontactBottom{ background-image:url("../../images/layout/finalcontactBottom.gif"); width:291px; height:13px; background-repeat:no-repeat;}

div#finalcontacts{ width:291px; margin-right:0px; margin-bottom:0px;}

div#deliveryTop{ background-image:url("../../images/layoutn/cartTop.gif"); width:607px; height:13px; background-repeat:no-repeat; }
div#deliveryBottom{ background-image:url("../../images/layout/cartBottom.gif"); width:607px; height:13px; background-repeat:no-repeat;}
div#deliverydetail
{ 
    background-color:transparent;
    border:5px solid #2f93f9;
    border-radius:10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    color:#616E73;
    margin-bottom:0;
    margin-top:0;
    padding:10px;
    width:auto; 
    margin-bottom:20px;
}
div#deliverywrap{ }

div#payment
{     
    background-color:transparent;
    border:5px solid #2f93f9;
    border-radius:10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    color:#616E73;
    margin-bottom:0;
    margin-top:0;
    padding:10px;
    width:auto;
    _width: 607px;
    _margin-top:-2px;
}

div#payment span#spanCredits { display:inline-block; padding:8px 0px; }
div#paymentTop{ background-image:url("../../images/layout/cartTop.gif"); width:607px; height:13px; background-repeat:no-repeat; _height:14px;}
div#paymentBottom{ background-image:url("../../images/layout/cartBottom.gif"); width:607px; height:13px; background-repeat:no-repeat; }



div#paymentOverview
{
    background-color:transparent;
    border:5px solid #2f93f9;
    border-radius:10px 10px 10px 10px;
    color:#323232;
    font-size:12px;
    font-weight:bold;
    margin-bottom:20px;
    margin-right:0;
    margin-top:20px;
    padding:10px;
    text-align:left; 
}

div#totalsWrap
{
	width:auto;
}
.shopItems
{
	width:100%;
}
.shopItems thead th
{
	border-bottom:1px solid #fff;
}
.shopItems .amntLabel span
{
    float:left;
}
.shopItems .amntLabel a.editIcon
{
    float:none;
}

.item td.totalPrice
{
	text-align:right;
}
.alternate td.totalPrice
{
	text-align:right;
}

div#divItems table th.totalPrice
{
	text-align:right;
}
div#divItems table th
{
	border-bottom:0;
	padding:10px 5px 10px 5px;
	font-weight:bold;
}
div#divItems table td
{ 
    padding:10px !important;
}

/***** Next-previous buttons *****/
div#content #innercontent .bestNext{ background:none; border:none; background-image:url("../../images/layout/right100.jpg"); height:48px; width:48px; border:none; }
div#content #innercontent .bestNextdis{ background:none; border:none; background-image:url("../../images/layout/right50.jpg"); height:48px; width:48px; border:none; }
div#content #innercontent .bestNext img,
div#content #innercontent .bestNextdis img
{
    border:none;
}
div#content #innercontent .bestPrev
{ 
	background:url("../../images/layout/left100.jpg");
	height:48px;
	margin-left:-10px;
	margin-right:50px;
	width:48px; 
	border:none;
}
div#content #innercontent .bestPrevdis
{ 
	background:none; 
	border:none; 
	background-image:url("../../images/layout/left50.jpg"); 
	height:48px; 
	width:48px; 
	margin-left:-10px;
	margin-right:50px;
}
div#content #innercontent .bestPrev img,
div#content #innercontent .bestPrevdis img
{
    border:none;
}

.selectionTooltip {
	opacity:0.8;
	z-index:1000;
	text-align:left;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:15px;
	max-width:300px;
	color:#fff;
	background-color:#000;
	/**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}
.selectionTooltip .tip-inner {
	/*font:bold 11px/14px Arial,Verdana,Tahoma;*/
	font-size:11px;
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.selectionTooltip .tip-arrow-top {
	margin-top:-5px;
	margin-left:-5px; /* approx. half the width to center it */
	top:0;
	left:50%;
	width:9px;
	height:5px;
	background:url("../../images/layout/tip-twitter_arrows.gif") no-repeat;
}
.selectionTooltip .tip-arrow-right {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:0;
	top:50%;
	left:100%;
	width:5px;
	height:9px;
	background:url("../../images/layout/tip-twitter_arrows.gif") no-repeat -9px 0;
}
.selectionTooltip .tip-arrow-bottom {
	margin-top:0;
	margin-left:-5px; /* approx. half the width to center it */
	top:100%;
	left:50%;
	width:9px;
	height:5px;
	background:url("../../images/layout/tip-twitter_arrows.gif") no-repeat -18px 0;
}
.selectionTooltip .tip-arrow-left {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:-5px;
	top:50%;
	left:0;
	width:5px;
	height:9px;
	background:url("../../images/layout/tip-twitter_arrows.gif") no-repeat -27px 0;
}



/****************************************************************/
/************************ CONTROLPANEL **************************/
/****************************************************************/
div#content #innercontent #controlPanel
{
    margin-bottom:50px;
}
div#content #innercontent #controlPanel .loggedOut
{
    color:red;
    font-weight:bold;
}
div#content #innercontent #controlPanel .cpAccount,
div#content #innercontent .cpAccount 
{
 background: url("../../images/layout/ControlPanel/Account.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #262b31;
    display: inline-block;
    font-weight: bold;
    height: 56px;
    margin-top: 3px;
    margin-right: 3px;
    padding-top: 105px;
    text-align: center;
    text-decoration: none;
    width: 161px;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

}
div#content #innercontent #controlPanel .cpNewsletters,
div#content #innercontent .cpNewsletters 
{
    background: url("../../images/layout/ControlPanel/newsletters.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #262b31;
    display: inline-block;
    font-weight: bold;
    height: 56px;
    margin-right: 3px;
    margin-top: 3px;
    padding-top: 105px;
    text-align: center;
    text-decoration: none;
    width: 161px;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
div#content #innercontent #controlPanel .cpSEO,
div#content #innercontent .cpSEO 
{
    background: url("../../images/layout/ControlPanel/SEO.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #262b31;
    display: inline-block;
    font-weight: bold;
    height: 56px;
    margin-right: 3px;
    margin-top: 3px;
    padding-top: 105px;
    text-align: center;
    text-decoration: none;
    width: 161px;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

div#content #innercontent #controlPanel .cpKeyBoost,
div#content #innercontent .cpKeyBoost 
{
    background: url("../../images/layout/ControlPanel/keyboost.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #262b31;
    display: inline-block;
    font-weight: bold;
    height: 56px;
    margin-right: 3px;
    margin-top: 3px;
    padding-top: 105px;
    text-align: center;
    text-decoration: none;
    width: 161px;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    /*display:none;*/
}

div#content #innercontent #controlPanel .cpResellers,
div#content #innercontent .cpResellers 
{
    background: url("../../images/layout/ControlPanel/resellers.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #262b31;
    display: inline-block;
    /*display:none;*/
    font-weight: bold;
    height: 56px;
    margin-right: 3px;
    margin-top: 3px;
    padding-top: 105px;
    text-align: center;
    text-decoration: none;
    width: 161px;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

div#content #innercontent #controlPanel .cpInvoicing,
div#content #innercontent .cpInvoicing 
{
    background: url("../../images/layout/ControlPanel/invoicing.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #262b31;
    display: inline-block;
    /*display:none;*/
    font-weight: bold;
    height: 56px;
    margin-right: 3px;
    margin-top: 3px;
    padding-top: 105px;
    text-align: center;
    text-decoration: none;
    width: 161px;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

div#content #innercontent #controlPanel .cpAccount:hover,
div#content #innercontent #controlPanel .cpNewsletters:hover,
div#content #innercontent #controlPanel .cpSEO:hover,
div#content #innercontent #controlPanel .cpKeyBoost:hover,
div#content #innercontent #controlPanel .cpResellers:hover
{
    text-decoration:underline;
}


/****************************************************************/
/************************** KEYBOOST ****************************/
/****************************************************************/
#content #innercontent .readmorecontent-1 ,#content #innercontent .readmorecontent-2,#content #innercontent .readmorecontent-3,#content #innercontent .readmorecontent-4,
#content #innercontent .readmorecontent-5 ,#content #innercontent .readmorecontent-6,#content #innercontent .readmorecontent-7,#content #innercontent .readmorecontent-8,
#content #innercontent .readmorecontent-9 ,#content #innercontent .readmorecontent-10,#content #innercontent .readmorecontent-11,#content #innercontent .readmorecontent-12,
#content #innercontent .readmorecontent-13 ,#content #innercontent .readmorecontent-14,#content #innercontent .readmorecontent-15,#content #innercontent .readmorecontent-16
{
    display:none;
    background-color:#f4f4f4;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    padding:15px;
}
#content #innercontent .readmore-1,#content #innercontent .readmore-2,#content #innercontent .readmore-3,#content #innercontent .readmore-4,#content #innercontent .readmore-5,
#content #innercontent .readmore-6,#content #innercontent .readmore-7,#content #innercontent .readmore-8,#content #innercontent .readmore-9,#content #innercontent .readmore-10,
#content #innercontent .readmore-11,#content #innercontent .readmore-12,#content #innercontent .readmore-13,#content #innercontent .readmore-14,#content #innercontent .readmore-15,
#content #innercontent .readmore-16,
#content #innercontent .readless-1,#content #innercontent .readless-2,#content #innercontent .readless-3,#content #innercontent .readless-4,#content #innercontent .readless-5,
#content #innercontent .readless-6,#content #innercontent .readless-7,#content #innercontent .readless-8,#content #innercontent .readless-9,#content #innercontent .readless-10,
#content #innercontent .readless-11,#content #innercontent .readless-12,#content #innercontent .readless-13,#content #innercontent .readless-14,#content #innercontent .readless-15,
#content #innercontent .readless-16 {
    cursor:pointer;
    text-decoration:underline;
    color:#72ac21;
}

#content #innercontent .readmore-1,#content #innercontent .readmore-2,#content #innercontent .readmore-3,#content #innercontent .readmore-4,#content #innercontent .readmore-5,
#content #innercontent .readmore-6,#content #innercontent .readmore-7,#content #innercontent .readmore-8,#content #innercontent .readmore-9,#content #innercontent .readmore-10,
#content #innercontent .readmore-11,#content #innercontent .readmore-12,#content #innercontent .readmore-13,#content #innercontent .readmore-14,#content #innercontent .readmore-15,
#content #innercontent .readmore-16
{}


#content #innercontent .readless-1,#content #innercontent .readless-2,#content #innercontent .readless-3,#content #innercontent .readless-4,#content #innercontent .readless-5,
#content #innercontent .readless-6,#content #innercontent .readless-7,#content #innercontent .readless-8,#content #innercontent .readless-9,#content #innercontent .readless-10,
#content #innercontent .readless-11,#content #innercontent .readless-12,#content #innercontent .readless-13,#content #innercontent .readless-14,#content #innercontent .readless-15,
#content #innercontent .readless-16
{}

a.kwLinkUsage
{
    /*color:#ffffff !important;*/
}
.kwLinkUsage, .kwUsage {
    display: inline-block;
    padding: 13px 20px 13px 50px;
    width: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    float: left;
    margin-right: 15px;
    margin-left: 0px;
    margin-top:5px;

}

.kwLinkUsage {
        margin-left: 10px;
        background: url("../../images/layout/KeyBoost/LinkUsage.png");
        background-position: 0px center;
        background-repeat: no-repeat;
        /*background-color: #559ffa;*/
    }

.kwUsage {
    background: url("../../images/layout/KeyBoost/kwUsage.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    /*background-color: #559ffa;*/
}
.kwUsageDetail {
    float: right;
    margin-top: -50px;
} 
#content #innercontent #KeyBoost
{
    margin-top:20px;
}
#content #innercontent #KeyBoost table.KeyBoostAccounts tr.header td{
    padding:10px;
}
#content #innercontent #KeyBoost table.KeyBoostAccountOverview tr th {
    background-image: url("../../images/layout/seopageoptimizer/sorter.png");
    background-position: right 5px center;
    background-repeat: no-repeat;
    padding:10px 20px 10px 10px;
    cursor:pointer;
}
#content #innercontent #KeyBoost table.KeyBoostAccountOverview tr th.graph
{
    white-space:nowrap;
}
#content #innercontent #KeyBoost table.KeyBoostAccountOverview tr th.delete,#content #innercontent #KeyBoost table.KeyBoostAccountOverview tr th.select
{
    background-image:none;
}
#content #innercontent #KeyBoost table.KeyBoostAccountOverview tr th.select 
{
    padding-right:0px;
    text-align:center;
    padding-left:0px;
}
#content #innercontent #KeyBoost table.KeyBoostAccounts tr td,
#content #innercontent #KeyBoost table.KeyBoostAccountOverview tr td{
    padding:2px 10px;
    border-bottom:1px dashed #adadad;
}
#content #innercontent #KeyBoost table.KeyBoostAccountOverview tr td.analyzeErrors{ white-space:nowrap;}
#content #innercontent #KeyBoost table.KeyBoostAccounts tr.header td, 
#content #innercontent #KeyBoost table.KeyBoostAccountOverview tr th
{
    background-color: #89bd41;
    color: white;
    font-weight:bold;
    text-align:left;
    text-transform:uppercase;
}
#content #innercontent #KeyBoost table.KeyBoostAccountOverview tr td.analyzeErrors .error
{
    margin-left:10px;
}
#content #innercontent #KeyBoost table.KeyBoostAccountOverview tr.alternate,
#content #innercontent #KeyBoost table.KeyBoostAccounts tr.alternate
{
    background-color:#e9e9e9;
    height:20px;
}
#content #innercontent #KeyBoost table.KeyBoostAccounts tr td a.changeName
{
    background: url("../../images/layout/KeyBoost/edit.png");
    width:26px;
    height:26px;
    display:block;
}

/*.accounsettingslinkDistribution
{
    display:none;
}*/
#resellerHeader
{
    text-align:right;
    padding-right:27px;
}
#resellerHeader .reselleroverview,
#resellerHeader .mylinks
{
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color:#f3a967;
    color:#ffffff;
    cursor:pointer;
}

#resellerHeader .reselleroverview.active,
#resellerHeader .mylinks.active
{
    background-color:#e3781a;
    color:#ffffff;
    cursor:default;
}

#content #innercontent .modalpopup 
{
    background-color:#ffffff;
}

#content #innercontent .modalpopup .modalpopup-title 
{
    background:none;
    border:none;
}
#content #innercontent .modalpopup .modalpopup-title h2 
{
    margin-top:0px;
}
#content #innercontent .modalpopup .modalpopup-content{ padding:0 20px 20px 20px; }
#content #innercontent .modalpopup .modalpopup-title .modalpopup-title-close,
#content #innercontent .modalpopup .modalpopup-title .modalpopup-title-close:hover
{
     background: url("../../images/layout/closebox.png");
     background-repeat:no-repeat;
     border:none;
     width:30px;
     height:30px;
     margin-right:-30px;
     margin-top:-30px;
}

#content #innercontent .modalpopup.mpKeywordDetail .modalpopup-title .modalpopup-title-close,
#content #innercontent .modalpopup.mpKeywordDetail .modalpopup-title .modalpopup-title-close:hover
{
    /*display:none;*/
}

#content #innercontent .modalpopup.mpAddKeyword .modalpopup-title .modalpopup-title-close,
#content #innercontent .modalpopup.mpAddKeyword .modalpopup-title .modalpopup-title-close:hover,
#content #innercontent .modalpopup.mpCantActivate .modalpopup-title .modalpopup-title-close,
#content #innercontent .modalpopup.mpCantActivate .modalpopup-title .modalpopup-title-close:hover,
#content #innercontent .modalpopup.mpOrderNewAccount .modalpopup-title .modalpopup-title-close,
#content #innercontent .modalpopup.mpOrderNewAccount .modalpopup-title .modalpopup-title-close:hover,

{
    margin-right:-20px;
    margin-top:-20px;
}

#content #innercontent .modalpopup.mpAccountSettings .modalpopup-title .modalpopup-title-close
{
    margin-top:-25px;
    margin-right:-25px;
}
#content #innercontent .modalpopup.mpAccountSettings .popup_button,
#content #innercontent .modalpopup.mpCantActivate .popup_button,
#content #innercontent .popup_button,
#content #innercontent .popup_button {
        float: left;
        width: auto;
        margin: 15px 10px 20px 0;
    }
#content #innercontent .modalpopup.mpAddKeyword .popup_button, 
#content #innercontent .modalpopup.mpOrderNewAccount .popup_button 
{
    margin: 15px 5px 15px 0;
    float: left;
}
#content #innercontent .modalpopup.mpKeywordDetail .popup_button 
{
    margin-top:20px;
}
#content #innercontent .modalpopup input.popup_button
{
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    background-color:#89bd41;
    color:#ffffff;
    font-weight:bold;
    border:none;
}
div#content #innercontent .mpKeywordDetail
{
    padding:10px;
}

div#content #innercontent .mpKeywordDetail .keywordInfo input
{
    width:300px;
    cursor:default;
}
div#content #innercontent .mpKeywordDetail input[type="text"]:disabled
{
    background-color:#ffffff;
    cursor:default;
    color:#000000;
    border:none;
    padding:0;
}
div#content #innercontent .mpKeywordDetail img.chartPicture {
    background: url("../../images/layout/loading.gif") no-repeat;
    background-position:center center;
}
div#content #innercontent .mpKeywordDetail .editDates
{
    display:none;
    background: url("../../images/layout/save.gif") no-repeat;
    width:14px;
    height:14px;
    background-position:center center;
    margin-left:5px;
}
div#content #innercontent .mpKeywordDetail div#global_updateprogress div#global_updateprogress_loader, 
div#content #innercontent .mpKeywordDetail div.global_updateprogress div.global_updateprogress_loader {
	padding: 0px;
	position: absolute;
	background-color: #fff;
	border: none;
	z-index: 999999;
	display: inline-block;
}
div#content #innercontent .mpKeywordDetail .saveKeyWord ,
div#content #innercontent .saveKeyWord{
    background: url("../../images/layout/KeyBoost/save.png");
    width:26px;
    height:26px;
    display:none;
}

div#content #innercontent .save {
    background: url("../../images/layout/KeyBoost/save.png");
    height: 46px;
    margin-left: -20px;
    margin-top: 20px;
    position: absolute;
    background-position: 10px center;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-top: 20px;
    padding: 10px 20px 10px 50px;
    position: absolute;
    width: 150px;
    background-color: #89bd41;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #ffffff;
}

div#content #innercontent .mpKeywordDetail .editKeyWord,
div#content #innercontent .editKeyWord {
        background: url("../../images/layout/KeyBoost/edit.png");
        width: 26px;
        height: 26px;
        display: block;
    }
div#content #innercontent .saveKeyWord,
div#content #innercontent .editKeyWord {
    margin-left: -20px;
    margin-top: 20px;
    position: absolute;
    background-position: 10px center;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-top: 20px;
    padding: 13px 20px 10px 50px;
    position: absolute;
    width: auto;
    background-color: #89bd41;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #ffffff;
}
div#content #innercontent .mpKeywordDetail .buttons
{
    text-align:center;
    margin-top:15px;
}
div#content #innercontent .mpKeywordDetail .lblNoResults
{
    color: #df2d2d;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 50px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
div#content #innercontent .mpKeywordDetail .error
{   
    color: red;
    left: 33px;
    margin-top: 15px;
    position: absolute;
    white-space: nowrap; 
    font-weight:bold;
}
div#content #innercontent .mpKeywordDetail .succes
{
    color: green;
    left: 33px;
    margin-top: 15px;
    position: absolute;
    white-space: nowrap;
    font-weight:bold; 
}

div#content #innercontent .mpKeywordDetail area
{
    cursor:pointer;
    background-color:#ffffff;
    border:3px green;
    color:#000000;
}

#content #innercontent #KeyBoost .backToOverview,
#content #innercontent .backToAccount,
#content #innercontent .ReturnToOverview {
    background: url("../../images/layout/KeyBoost/overview.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 60px;
    line-height: 30px;
    padding-bottom: 0;
    padding-left: 50px;
    width: 300px;
}

#content #innercontent #KeyBoost .addKeyword,
#content #innercontent #KeyBoost .lbOrderNewAccount
 {
    background: url("../../images/layout/KeyBoost/add.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 50px;
    line-height: 30px;
    margin-top: 15px;
    padding-bottom: 0;
    padding-left: 50px;
    width: 300px;
}

#content #innercontent #KeyBoost .lbStopThisAccount
{
    float:right;
    margin-top:-50px;
}
#content #innercontent #KeyBoost .AccountsHeader,
#content #innercontent .AccountsHeader
{
    /*border-top: 1px dashed #585858;*/
    margin:0;
    padding:15px 0;
}
#content #innercontent #KeyBoost .lbOrderNewAccount
{
    /*display:none;*/
}
#content #innercontent #KeyBoost .removeKeyword
{
    background: url("../../images/layout/KeyBoost/removeKeyword.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    width:16px;
    height:20px;
    display:block;
}

#content #innercontent #KeyBoost .PauseKeyword
{
    background: url("../../images/layout/KeyBoost/removeKeyword.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    width:16px;
    height:20px;
    display:block;
}
#content #innercontent #KeyBoost .StartKeyword
{
    background: url("../../images/layout/KeyBoost/start.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    width:16px;
    height:20px;
    display:block;
}

#content #innercontent #KeyBoost .ChangeLinkUsage {
    background: url("../../images/layout/KeyBoost/linkPctEdit.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
    width: 16px;
    height: 16px;
    display: block;
}

a.ChangeLinkUsage ,
td.linkUsage span:last-child {
    display: none;
}

#content #innercontent .MaxKeywordsReached {
    color: #ff0000;
    display: inline-block;
    max-height: 250px;
    overflow: auto;
}





.hideAddButton{ display:none; }

/**********************************************/
/************** RESELLERS PANEL ***************/
/**********************************************/

#ResellersPanel .ResellerPanelHeader
{
    width:95%;
    line-height:35px;
    text-transform:uppercase;
    color:#ffffff;
    background-color:#89bd41;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    display:block;
    font-size:16px;
    padding:5px 0 5px 20px;
    margin-bottom:10px;
}

#ResellersPanel .gvTrials,
#ResellersPanel .gvAccounts
{ 
    margin:20px 0;
}

#ResellersPanel .gvTrialDetail,
#ResellersPanel .gvAccountDetail,
.lblHideTrialDetails, 
.lblHideAccountDetails
{
    margin-bottom:20px;
    display:block;
}

#ResellersPanel .gvTrials,
#ResellersPanel .gvAccounts
{
    width:95%;
}

#ResellersPanel .gvTrialDetail,
#ResellersPanel .gvAccountDetail
{
    width:50%;
    display:none;
}

#ResellersPanel .gvTrials td,
#ResellersPanel .gvTrialDetail td,
#ResellersPanel .gvAccounts td,
#ResellersPanel .gvAccountDetail td,
#ResellersPanel #yourLinks td
{
    padding:10px;
    border:2px solid #ffffff;
    background-color:#f6f6f6;
    margin:10px 0 20px 0; 
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    vertical-align:central;
}

#ResellersPanel table td.ActiveAccount{ background-color:#89bd41; color:#ffffff; }
#ResellersPanel table td.inActiveAccount{ background-color:#a81e1e; color:#ffffff; }

#ResellersPanel .gvTrials th,
#ResellersPanel .gvTrialDetail th,
#ResellersPanel .gvAccounts th,
#ResellersPanel .gvAccountDetail th,
#ResellersPanel #yourLinks th
{
    padding:10px;
    border:2px solid #ffffff;
    background-color:#e5e3e4;
    margin:10px 0 20px 0; 
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    vertical-align:central;
}
#ResellersPanel #yourLinks th
{
    text-align:left;
}
#ResellersPanel .ClientInvoicetable
{
    padding:10px 0 25px 0;
}

#ResellersPanel .ClientInvoicetable th,
#ResellersPanel .ClientInvoicetable td
{
    /*padding:0 10px 10px 10px;*/
    /*border:2px solid #ffffff;*/ 
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    vertical-align:central;
    cursor:pointer;
}

#ResellersPanel .ClientComissiontable th,
#ResellersPanel .ClientComissiontable td
{
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    vertical-align:central;
}

#ResellersPanel .ClientInvoicetable tr[class^="clientRow"] td:first-child
{
    background:url("../../images/Layout/Resellers/invoices.png");
    background-repeat:no-repeat;
    background-position:95% center;
}

#ResellersPanel .ClientInvoicetable tr[class^="invoiceRow"] td:first-child
{
    background:url("../../images/Layout/Resellers/Expand.png");
    background-repeat:no-repeat;
    background-position:7% center;
}

#ResellersPanel .ClientInvoicetable tr.Collided td:first-child
{
    background:url("../../images/Layout/Resellers/Expand.png");
    background-repeat:no-repeat;
    background-position:7% center;
}
#ResellersPanel .ClientInvoicetable tr.Expanded td:first-child
{
    background:url("../../images/Layout/Resellers/Collide.png");    
    background-repeat:no-repeat;
    background-position:7% center;
}
/*#ResellersPanel [class^="invoiceHeader"],
#ResellersPanel [class^="invoiceRow"],
#ResellersPanel [class^="invoiceItemHeader"],
#ResellersPanel [class^="invoiceItemRow"]
{
    display:none;
}*/

 div#content #innercontent #ResellersPanel input.openCloseTrials,
 div#content #innercontent #ResellersPanel input.openCloseAccounts,
 div#content #innercontent #ResellersPanel input.openCloseComissions
{
    float: right;
    height: 25px !important;
    margin-right: 40px;
    margin-top: -43px;
    width: 25px;
}

div#content #innercontent #ResellersPanel a.PayComission {
    display: block;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 10px;
}

#ResellersPanel .gvTrialDetail{ }
#ResellersPanel .gvAccounts{ }
#ResellersPanel .gvAccountDetail{ }

/*********************************************/

a.keyboostHeader,a.keyboostHeader:visited
{
    color:#ffffff !important;
    text-decoration:none;
    cursor:default;
}


div#contactUS
{
	background:url("../../images/layout/seopageoptimizer/contactUS.png");
    background-color:#484848;
	background-repeat:repeat-x;
	position:relative;
    color:#ffffff;
    font-family:"Century Gothic","Trebuchet MS",Helvetica,Calibri,Arial;
    text-align:center;

}
div#contactUS .ContactForm
{
    width:950px;
    text-align:left;
    margin:15px auto 0 auto;
    padding-bottom:20px;
}
div#contactUS .ContactForm input.button
{
    background-color:#c1bba6;
    margin-top:10px;
}

div#contactUS h1 {
        color: #ffffff !important;
        display: inline-block;
        font-size: 25px;
        font-weight: normal;
        padding: 0px 0 1px 0;
        text-transform: uppercase;
        line-height: 28px;
        width: auto;
        margin: 36px auto 22px auto;
        width: 950px;
        text-align: left;
    }

div#contactUS .pageSeperator
{
    display:none;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 300px) and (max-width : 875px) {
    /* Styles */ /* Portrait */
    html, body { max-width:100%;}
    div#middle #centercol, div#shop, div#header, #FooterBlocksWrap,div#contactUS
    {
        width: 100% !important;
        white-space:normal !important;
    }

    div#footer,
    div#contactUS,
    div#shop,
    div#navigation
    {
        width:100% !important;
        overflow:hidden !important;
    }

    div#middle div#rightcol
    {
        width:100%;
    }
    div#middle div#optimize,
    div#middle div#newslettersmall
    {
        margin-left:auto;
        margin-right:auto;
    }
        div#content #innercontent .ajax__tab_panel input 
    {
        width:90%;
    }
    div#header .hplnkhome
    {
	    position:relative;
	    margin:auto;
	    margin-bottom:-55px;
    }

    div#languages {
    background-color: transparent;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    right: 60px;
    }

    div#languages a
    {
        margin-right:1px;
        width:35px;
    }

    div#navigation h1, div#middle #centercol #innercontent h1, div#shop h1, 
    div#navigation h2, div#middle #centercol #innercontent h2, div#shop h2, 
    div#navigation h3, div#middle #centercol #innercontent h3, div#shop h3
    {
        white-space:normal !important;
    }
    div#content
    {
        padding-top:0px;
    }
    div#middle #centercol #innercontent
    {
        padding-right:40px;
    }

    div#bottomNews {
	background-image:url("../../images/layout/seopageoptimizer/testimonialBg.png");
	background-repeat:repeat-x;
	position:relative;
	background-color:#5887df;
	color:#3b3b3b;
	text-align:center;
	font-family:"Century Gothic","Trebuchet MS",Helvetica,Calibri,Arial;
	margin:auto;
	margin:70px auto auto;
    height:415px;
    text-align:center;
    overflow:hidden;
}


#bottomNews .newsitembubble {
	position: relative;
	width: 225px;
	height: 240px;
	padding: 15px;
	background: #507fd7;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	float:left;
	margin-top:15px;
	margin-right:5px;
    min-height:150px;
    margin-bottom:10px;
    overflow:hidden;
    text-align:left;
}

#bottomNews .newsitembubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #F3F1F1 transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -15px;
	left: 35px;
    display:none;
}

#bottomNews  #wrapper
{
    margin-top:20px;
    width:950px;
    height:290px;
    margin:auto;
}

#bottomNews .newstitleHeader {
	color: #ffffff !important;
	display: inline-block;
	font-size: 25px;
	font-weight: normal;
	padding:0px 0 1px 0;
	text-transform: uppercase;
	line-height:28px;
	width:auto;
    margin:38px auto 22px auto;
    width:90%;
    text-align:left;
}

#bottomNews .newsitemtitle a{
	color: #ffffff !important;
	/*display: block;*/
    font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height:18px;
}
div#bottomNews .image {
	float: left;
	margin: 21px 5px 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    border:1px solid #ffffff;
}

#bottomNews .more {
	color: #ffffff !important;
	/*display: block;*/
    font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	padding-bottom: 5px;
}

#bottomNews .newsitemdesc {
	border-top: 1px dotted;
	color: #ffffff !important;
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin-top: 5px;
	padding-top: 10px;
	text-decoration: none;
	width: 213px;
    overflow:hidden;
}

#bottomNews .newsitem
{
    max-height:246px;
    overflow:hidden;
}

#bottomNews .newsitembubble .newsitem table
{
    width:213px;
}

#bottomNews .newsitemdesc,
#bottomNews .newsitemdesc span,
#bottomNews .newsitemdesc a
{
    color:#ffffff !important;
    text-decoration:none;
}

/*#bottomNews .newsitemdesc:hover,
#bottomNews .newsitemdesc span:hover,*/
#bottomNews .newsitemdesc a:hover
{
    text-decoration:underline;
}

#bottomNews #slidernavindicator 
{
	display: inline-block;
	height: 20px;
	margin: 0;
	max-width: 100px;
	padding-left: 0;
	position: static;
	text-align: right;
	width: auto;
    margin-top:30px;
}

#bottomNews #slidernav
{
    float:right;
    margin-top:-21px;
}

#bottomNews #slidernavindicator > li
{
    background-color:#ffffff;
}

#bottomNews .newsSeperator
{
    display:none;
}

#bottomNews a.title:hover, #bottomNews a.content:hover, #bottomNews a.more:hover {
	text-decoration:underline;
}



    #bottomNews .newstitleHeader,
    div#contactUS h1,
    #FooterBlocksWrap #FooterBlocks .title,
    div#contactUS .ContactForm
    {
        padding-left:25px !important;
        width:100% !important;
    }
    #FooterBlocksWrap #FooterBlocks .title
    {
        padding-left:0px !important;
    }
    .ContactForm textarea
    {
        width:85%;
    }
    div#contactUS table.CustomFormTable tbody tr td
    {
        float:left;
    }
    div#footer #footernavigation
    {
        width:95%;
        height:auto;
        line-height:20px;
    }
    div#footer ul
    {
        padding:0px 5px;
    }
    #bottomNews #slidernav
    {
        display:none;
    }
    .pageSeperator
    {
        width:85%;
    }
    div#topNavigation,div#loginsmall, div#shoppingcartsmall,div#shoppingcartHeader
    {
        display:none;
    }
    div#header
    {
        height:55px !important;
        background-image:none !important;
    }
    body 
    {
        background-image: none !important;
    }
    div#header .hplnkhome {
        background-repeat: no-repeat;
        background-size: auto 45px;
        height: 55px !important;
        left: 20px;
        top: 5px;
    }
    div#middle #centercol #innercontent .notforphones
    {
        display:none;
    }

    /********NAVIGATION ***************/
    div#foldoutMenu
    {
        display:block !important;
        height:30px;
        width:30px;
        background-image:url(../../images/layout/menuFoldOutWhite.png);
        background-repeat:no-repeat;
        float:left;
        top:7px;
        margin-left: 20px;
        margin-top: 12px;
    }

    div#foldoutSearch
    {
        display:block !important;
        height:30px;
        width:30px;
        background-image:url(../../images/layout/searchNewWhite.png);
        background-repeat:no-repeat;
        float:right;
        right:15px;
        top:7px;
        margin-right: 15px;
        margin-top: 12px;
    }

    div#foldoutMenu:hover,
    div#foldoutSearch
    {
        cursor:pointer;
    }
    div#navigation ul li,
    div#navigation ul ul li,
    div#navigation ul ul ul li,
    div#navigation ul ul ul ul li
    {
    display: block;
    border-bottom:none;
    }

    div#navigation {
        background-color: #3d8ddf;
        float: right;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        position: absolute;
        right: 0;
        top: 55px;
        width: 100%;
        text-transform:none;
        padding-left:0px;
        display:none;
        z-index:999 !important;
    }
    div#navigation ul li a{ padding-left:32px;}
    div#navigation ul li a,
    div#navigation ul ul li a,
    div#navigation ul ul ul li a,
    div#navigation ul ul ul ul li a
    {
        font-size:14px;
        -webkit-border-radius: 0px;
	    -moz-border-radius: 0px;
	    border-radius: 0px;
        color:#ffffff;
        background-color:transparent;
        -webkit-box-shadow:none;
	    -moz-box-shadow: none;
	    box-shadow: none;
        height: 30px;
        line-height: 30px;
        text-transform: none;
        border-bottom:1px solid #c3c3c3;
        width:100%;
        margin:0 0 015px;
        font-weight:normal;
    }

    div#navigation ul li a
    {
        border-bottom:3px solid #ffffff;
        text-transform:uppercase;
        font-weight:bold;
    }

    div#navigation ul ul li a
    {
        padding:0 0 0 25px;
    }
    div#navigation ul ul ul li a
    {
        padding:0 0 0 40px;
        background-image:url(../../images/layout/dash.png);
        background-position:30px center;
        background-repeat:no-repeat;
    }

    div#navigation ul ul ul ul li a
    {
        padding:0 0 0 55px;
        background-image:url(../../images/layout/dash.png);
        background-position:45px center;
        background-repeat:no-repeat;
    }
    div#navigation ul ul li a:hover,
    div#navigation ul ul ul li a:hover,
    div#navigation ul ul ul ul li a:hover 
    {
        border-bottom:1px solid #c3c3c3;
    }


    div#navigation ul,
    div#navigation ul ul,
    div#navigation ul ul ul,
    div#navigation ul ul ul ul
    {
        display:block !important;
        position:relative;
        -webkit-border-radius: 0px;
	    -moz-border-radius: 0px;
	    border-radius: 0px;
        background-color:transparent;
        left:0px;
        padding-right:0px;
        margin-right:0px;
    }
    div#navigation ul ul
    {
        padding-left:20px;
    }

    div#navigation ul li.last ul li a
    {
        border-bottom:1px solid #c3c3c3;
        text-transform:none;
        font-weight:normal;
    }

    div#navigation ul.level0>li.last>a
    {
        border-bottom:3px solid #ffffff;
        text-transform:uppercase;
        font-weight:bold;
    }

    div#navigation ul li.current > a 
    {
        color:#7AB8F7;
    }
    div#navigation ul li a:hover{ background-color:transparent; color:#7AB8F7; }
    

    div#middle #centercol h1.pagetitle, div#middle #centercol h1
    {
        margin-top:35px;
        width: 90%;
    }

    div#searchsmall {
        background-color: #dddddd;
        top: 55px;
        display:none;
        width:100%;
        text-align:right;
        -webkit-border-radius: 0px;
	    -moz-border-radius: 0px;
	    border-radius: 0px;
    }
    div#searchsmall input
    {
        margin-right:5px;
    }
    
.dcsmt-content {
    top: 95px;
}
table.CustomFormTable tbody tr td.FieldCell,
table.CustomFormTable tbody tr td.LabelCell
{
	float:left;
}
}
@media only screen and (min-width : 300px) and (max-width : 875px) {
    /* Styles */ /* LandScape */
    html, body { max-width:100%;}

    div#footer,
    div#contactUS,
    div#shop
    {
        width:100% !important;
        overflow:hidden !important;
    }

    div#navigation, div#middle #centercol, div#shop, div#header, #FooterBlocksWrap {
        width: 100%;
    }

    div#middle div#rightcol
    {
        width:100%;
    }
    div#middle div#optimize,
    div#middle div#newslettersmall
    {
        margin-left:auto;
        margin-right:auto;
    }
    div#content #innercontent .ajax__tab_panel input 
    {
        width:90%;
    }
    div#header .hplnkhome
    {
	    position:relative;
	    margin:auto;
	    margin-bottom:-55px;
    }
        div#navigation h1, div#middle #centercol #innercontent h1, div#shop h1,
        div#navigation h2, div#middle #centercol #innercontent h2, div#shop h2,
        div#navigation h3, div#middle #centercol #innercontent h3, div#shop h3 {
            white-space: normal !important;
        }

        div#middle #centercol #innercontent {
            padding-right: 75px;
        }

    .dcsmt-content {
        top: 175px;
    }

    div#middle #centercol #innercontent .notfortablets {
        display: none;
    }

    div#searchsmall {
        background-color: #dddddd;
        top: 55px;
        display:none;
        width:100%;
        text-align:right;
        -webkit-border-radius: 0px;
	    -moz-border-radius: 0px;
	    border-radius: 0px;
    }
    div#searchsmall input
    {
        margin-right:5px;
    }
    
.dcsmt-content {
    top: 95px;
}
table.CustomFormTable tbody tr td.FieldCell,
table.CustomFormTable tbody tr td.LabelCell
{
	float:left;
}
}
@media only screen and (min-width : 100px) and (max-width : 320px)
{
    html, body { max-width:100%;}
    .dcsmt{ display:none !important; }
    
    div#footer,
    div#contactUS,
    div#shop
    {
        width:100% !important;
        overflow:hidden !important;
    }

    div#middle #centercol #innercontent
    {
        padding-right:40px;
    }
    
}
@media only screen and (min-width : 100px) and (max-width : 500px)
{
    html, body { max-width:100%;}
    .dcsmt{ display:none !important; }
    div#footer,
    div#contactUS,
    div#shop
    {
        width:100% !important;
        overflow:hidden !important;
    }
    div#content #innercontent img {
        display: none !important;
    }

    .contentBubbleRight,
    .contentBubbleLeft {
        width: 80%;
    }

    div#languages {
    background-color: transparent;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    right: 60px;
    top:55px;
    }
    div#languages a
    {
        margin-right:1px;
        width:35px;
    }

    div#middle #centercol #innercontent
    {
        overflow:hidden;
    }
    div#newslettersmall
    {
        overflow:hidden;
    }
    div#header
    {
        overflow:inherit;
    }
    #FooterBlocks #leftfooterblock,
    #FooterBlocks #centerfooterblock
    {
        display:block;
    }

}

@media only screen and (min-width : 100px) and (max-width : 750px) 
{
    #FooterBlocksWrap
    {
        /*padding-left:25px;*/
    }
    #FooterBlocks #leftfooterblock,
    #FooterBlocks #centerfooterblock
    {
        display:block;
    }
    #FooterBlocks #centerfooterblock
    {
        margin-left:-25px;
        padding-left:25px;
        background-image:url("../../images/layout/blocksbg.png");
        background-repeat:repeat-x;
        width:100%;
    }
    #FooterBlocks #leftfooterblock .title
    {
        margin-bottom:25px;
    }
    #FooterBlocks #centerfooterblock .title {
        padding-top: 25px;
    }

    #FooterBlocks div#newslettersmall
    {
        margin-top:0px;
    }
}
@media only screen and (min-width : 875px) and (max-width : 1000px) {
    
    html, body { max-width:100%;}
    .dcsmt{ display:none !important; }
    div#footer,
    div#contactUS,
    div#shop
    {
        width:100% !important;
        overflow:hidden !important;
    }
    div#header
    {
        width:100%;
    }
    div#shoppingwrapper
    {
        z-index:999;
    }
    div#shoppingcartHeader
    {
        margin-left:auto;
    }
    div#middle #centercol,
    div#shop
    {
        width:100%;
    }
    div#middle #centercol #innercontent
    {
        padding-right:60px;
    }
    .pageSeperator
    {
        width:85%;
    }
    div#middle div#rightcol
    {
        width:100%;
    }
    div#middle div#optimize, div#middle div#newslettersmall {
    margin-left: auto;
    margin-right: auto;
    }
    
    div#languages {
    background-color: transparent;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    float: right;
    margin-right: 5px;
    }
    div#languages a
    {
        margin-right:3px;
        width:35px;
    }
}

@media only screen and (min-width : 100px) and (max-width : 650px) {
    div#content #innercontent a.cta1,
    div#content #innercontent a.cta2,
    div#content #innercontent a.cta3,
    div#content #innercontent a.cta4,
    div#content #innercontent a.cta5,
    div#content #innercontent a.cta6,
    div#content #innercontent a.cta5.ctatrial {
        max-width: 100%;
        font-size: 80%;
        overflow: hidden;
    }

    div#content #innercontent a.cta3 {
        padding-right: 40px;
        padding-left: 10px;
    }

    div#content #innercontent a.cta2 {
        background-position: right -12px center;
        padding-left: 10px;
    }

    /*div#middle #centercol #innercontent {
        overflow: hidden;
    }*/

    div#bottomNews
    {
        overflow:hidden;
    }

    div#content #innercontent a.cta4,
    div#content #innercontent a.cta5,
    div#content #innercontent a.cta5.ctatrial {
        padding: 10px;
    }
}


div#bottomNews {
	background-image:url("../../images/layout/blocksbg.png");
	background-repeat:repeat-x;
	position:relative;
	background-color:#ffffff;
	color:#585858;
	text-align:center;
	font-family:"Century Gothic","Trebuchet MS",Helvetica,Calibri,Arial;
	margin:auto;
	margin:70px auto auto;
    height:415px;
    text-align:center;
    overflow:hidden;
}
div#bottomNews #toOverview{ margin:auto; }
div#bottomNews .back, div#bottomNews .next
{
    width:20px;
    height:295px;
    display:inline-block;
    background-repeat:no-repeat;
    background-position:center center;
    cursor:pointer;
}
div#bottomNews .back a, div#bottomNews .next a
{
    width:20px;
    height:295px;
    display:block;
}
div#bottomNews .back { float:left; background-image:url("../../images/layout/backOverview.png"); }
div#bottomNews .next { float:right; background-image:url("../../images/layout/nextOverview.png");}

#bottomNews .newsitembubble {
	position: relative;
	width: 225px;
	height: 240px;
	padding: 15px;
	background: #f8f7f7;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	float:left;
	margin-top:15px;
	margin-right:5px;
    min-height:150px;
    margin-bottom:10px;
    overflow:hidden;
    text-align:left;
    color:#585858;
}

#bottomNews .newsitembubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #F3F1F1 transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -15px;
	left: 35px;
    display:none;
}

#bottomNews  #wrapper
{
    margin-top:20px;
    width:950px;
    height:290px;
    margin:auto;
    display:inline-block;
}
#bottomNews .hplAllTestimonials
{
    font-size:12px;
    color:#2f93f9;
    /*float:right;*/
    display:block;
    margin-top:10px;
    text-align:center;
}
#bottomNews .newstitleHeader {
	color: #ffffff !important;
	display: inline-block;
	font-size: 25px;
	font-weight: normal;
	padding:0px 0 1px 25px;
	text-transform: uppercase;
	line-height:28px;
	width:auto;
    margin:33px auto 22px auto;
    width:90%;
    text-align:left;
}

#bottomNews .newsitemtitle a{
	color: #585858 !important;
	/*display: block;*/
    font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height:18px;
}
div#bottomNews .image {
	float: left;
	margin: 21px 5px 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    border:1px solid #ffffff;
}

#bottomNews .more {
	color: #585858 !important;
	/*display: block;*/
    font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	padding-bottom: 5px;
}

#bottomNews .newsitemdesc {
	border-top: 1px dotted;
	color: #ffffff !important;
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin-top: 5px;
	padding-top: 10px;
	text-decoration: none;
	width: 213px;
    overflow:hidden;

}

#bottomNews .newsitem
{
    max-height:246px;
    overflow:hidden;
}

#bottomNews .newsitembubble .newsitem table
{
    width:213px;
}

#bottomNews .newsitemdesc,
#bottomNews .newsitemdesc span,
#bottomNews .newsitemdesc a
{
    color:#585858 !important;
    text-decoration:none;
}

/*#bottomNews .newsitemdesc:hover,
#bottomNews .newsitemdesc span:hover,*/
#bottomNews .newsitemdesc a:hover
{
    text-decoration:underline;
}

#bottomNews #slidernavindicator 
{
	display: inline-block;
	height: 20px;
	margin: 0;
	max-width: 100px;
	padding-left: 0;
	position: static;
	text-align: right;
	width: auto;
    margin-top:30px;
}

#bottomNews #slidernav
{
    float:right;
    margin-top:-25px;
}

#bottomNews #slidernavindicator > li
{
    background-color:#ffffff;
    margin-bottom:2px;
}

#bottomNews .newsSeperator
{
    display:none;
}

#bottomNews a.title:hover, #bottomNews a.content:hover, #bottomNews a.more:hover {
	text-decoration:underline;
}


/********************************************************/
/**************** SocialMedia Buttons *******************/
/********************************************************/

/*********************************************************************************/
/****** Standaard kleur van links overschrijven voor social media icoontjes ******/ 
/*********************************************************************************/

div#content #innercontent a.facebook,div#content #innercontent .facebook,div#content #innercontent a.twitter,div#content #innercontent .twitter,
div#content #innercontent a.google,div#content #innercontent .google,div#content #innercontent a.myspace,div#content #innercontent .myspace,
div#content #innercontent a.instagram,div#content #innercontent .instagram,div#content #innercontent a.linkedin,div#content #innercontent .linkedin,
div#content #innercontent a.vimeo,div#content #innercontent .vimeo,div#content #innercontent a.youtube,div#content #innercontent .youtube,
div#content #innercontent a.dribbble,div#content #innercontent .dribbble,
div#content #innercontent a.forrst,div#content #innercontent .forrst,
div#content #innercontent a.stumbleupon,div#content #innercontent .stumbleupon,
div#content #innercontent a.pinterest,div#content #innercontent .pinterest,
div#content #innercontent a.blogger,div#content #innercontent .blogger,
div#content #innercontent a.yahoo,div#content #innercontent .yahoo,
div#content #innercontent a.evernote,div#content #innercontent .evernote,
div#content #innercontent a.wordpress,div#content #innercontent .wordpress,
div#content #innercontent a.foursquare,div#content #innercontent .foursquare,
div#content #innercontent a.lastfm,div#content #innercontent .lastfm,
div#content #innercontent a.behance,div#content #innercontent .behance,
div#content #innercontent a.tumblr,div#content #innercontent .tumblr,
div#content #innercontent a.feed,div#content #innercontent .feed,
div#content #innercontent a.skype,div#content #innercontent .skype,
div#content #innercontent a.email,div#content #innercontent .email,
div#content #innercontent a.sharethis,div#content #innercontent .sharethis
{
    color:#ffffff;
}
.facebook {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';text-align: center;
	font-size:35px;
	line-height:1.2;
	text-indent: 10px;
	font-weight:regular;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width:44px;
	height:44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #4f78b4;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #4974b0, #6e90c0);
	background-image: -moz-linear-gradient(bottom, #4974b0, #6e90c0);
	background-image: -o-linear-gradient(bottom, #4974b0, #6e90c0);
	background-image: linear-gradient(to top, #4974b0, #6e90c0);
}

.facebook:after {
	content: "A";
}

.twitter {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:33px;
	line-height:1.3;
	text-indent: 2px;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #4e9edc;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #4e9edc, #5daae6);
	background-image: -moz-linear-gradient(bottom, #4e9edc, #5daae6);
	background-image: -o-linear-gradient(bottom, #4e9edc, #5daae6);
	background-image: linear-gradient(to top, #4e9edc, #5daae6);
}

.twitter:after {
	content: "B";
}

.google {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size: 34px;
	line-height:1.2;
	text-indent: 2px;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #da4935;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #da4935, #e15946);
	background-image: -moz-linear-gradient(bottom, #da4935, #e15946);
	background-image: -o-linear-gradient(bottom, #da4935, #e15946);
	background-image: linear-gradient(to top, #da4935, #e15946);
}

.google:after {
	content: "C";
}

.myspace {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:32px;
	line-height:1.4;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #474747;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #424242, #4e4e4e);
	background-image: -moz-linear-gradient(bottom, #424242, #4e4e4e);
	background-image: -o-linear-gradient(bottom, #424242, #4e4e4e);
	background-image: linear-gradient(to top, #424242, #4e4e4e);
}

.myspace:after {
	content: "D";
}

.instagram {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:35px;
	line-height:1.2;
	text-indent: 2px;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #49709b;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #49709b, #6387af);
	background-image: -moz-linear-gradient(bottom, #49709b, #6387af);
	background-image: -o-linear-gradient(bottom, #49709b, #6387af);
	background-image: linear-gradient(to top, #49709b, #6387af);
}

.instagram:after {
	content: "E";
}

.linkedin {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:30px;
	line-height:1.4;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #005a87;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #005a87, #066696);
	background-image: -moz-linear-gradient(bottom, #005a87, #066696);
	background-image: -o-linear-gradient(bottom, #005a87, #066696);
	background-image: linear-gradient(to top, #005a87, #066696);
}

.linkedin:after {
	content: "F";
}

.vimeo {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:32px;
	text-indent: 0px;
	line-height:1.3;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #61a0ad;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #61a0ad, #68aebd);
	background-image: -moz-linear-gradient(bottom, #61a0ad, #68aebd);
	background-image: -o-linear-gradient(bottom, #61a0ad, #68aebd);
	background-image: linear-gradient(to top, #61a0ad, #68aebd);
}

.vimeo:after {
	content: "G";
}

.youtube {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:32px;
	line-height:1.3;
	text-indent: 2px;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #c9322b;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #c9322b, #dc3f38);
	background-image: -moz-linear-gradient(bottom, #c9322b, #dc3f38);
	background-image: -o-linear-gradient(bottom, #c9322b, #dc3f38);
	background-image: linear-gradient(to top, #c9322b, #dc3f38);
}

.youtube:after {
	content: "H";
}

.dribbble {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:35px;
	line-height:1.2;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #eb4d8a;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #eb4d8a, #f84e90);
	background-image: -moz-linear-gradient(bottom, #eb4d8a, #f84e90);
	background-image: -o-linear-gradient(bottom, #eb4d8a, #f84e90);
	background-image: linear-gradient(to top, #eb4d8a, #f84e90);
}

.dribbble:after {
	content: "I";
}

.forrst {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:32px;
	line-height:1.4;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #267434;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #267434, #328a42);
	background-image: -moz-linear-gradient(bottom, #267434, #328a42);
	background-image: -o-linear-gradient(bottom, #267434, #328a42);
	background-image: linear-gradient(to top, #267434, #328a42);
}

.forrst:after {
	content: "J";
}

.stumbleupon {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:35px;
	line-height:1.1;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ea4b24;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #ea4b24, #f7623d);
	background-image: -moz-linear-gradient(bottom, #ea4b24, #f7623d);
	background-image: -o-linear-gradient(bottom, #ea4b24, #f7623d);
	background-image: linear-gradient(to top, #ea4b24, #f7623d);
}

.stumbleupon:after {
	content: "K";
}

.pinterest {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:36px;
	line-height:1.2;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #b8242a;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #b8242a, #c5383e);
	background-image: -moz-linear-gradient(bottom, #b8242a, #c5383e);
	background-image: -o-linear-gradient(bottom, #b8242a, #c5383e);
	background-image: linear-gradient(to top, #b8242a, #c5383e);
}

.pinterest:after {
	content: "L";
}

.blogger {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:35px;
	line-height:1.2;
	text-indent: 5px;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fc9847;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #fc9847, #ffa55c);
	background-image: -moz-linear-gradient(bottom, #fc9847, #ffa55c);
	background-image: -o-linear-gradient(bottom, #fc9847, #ffa55c);
	background-image: linear-gradient(to top, #fc9847, #ffa55c);
}

.blogger:after {
	content: "M";
}

.yahoo {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:33px;
	line-height:1.1;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #5f0d8e;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #72179d, #9227b6);
	background-image: -moz-linear-gradient(bottom, #72179d, #9227b6);
	background-image: -o-linear-gradient(bottom, #72179d, #9227b6);
	background-image: linear-gradient(to top, #72179d, #9227b6);
}

.yahoo:after {
	content: "N";
}

.evernote {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:38px;
	line-height:1.1;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #7ac143;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #7ac143, #8fc565);
	background-image: -moz-linear-gradient(bottom, #7ac143, #8fc565);
	background-image: -o-linear-gradient(bottom, #7ac143, #8fc565);
	background-image: linear-gradient(to top, #7ac143, #8fc565);
}

.evernote:after {
	content: "O";
}

.wordpress {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:38px;
	line-height:1.1;
	text-indent: 2px;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #2485b3;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #2485b3, #4597be);
	background-image: -moz-linear-gradient(bottom, #2485b3, #4597be);
	background-image: -o-linear-gradient(bottom, #2485b3, #4597be);
	background-image: linear-gradient(to top, #2485b3, #4597be);
}

.wordpress:after {
	content: "P";
}

.foursquare {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:34px;
	line-height:1.4;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #0bbadf;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #0bbadf, #4cc1da);
	background-image: -moz-linear-gradient(bottom, #0bbadf, #4cc1da);
	background-image: -o-linear-gradient(bottom, #0bbadf, #4cc1da);
	background-image: linear-gradient(to top, #0bbadf, #4cc1da);
}

.foursquare:after {
	content: "Q";
}

.lastfm {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:32px;
	line-height:1.1;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #de1600;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #de1600, #de402e);
	background-image: -moz-linear-gradient(bottom, #de1600, #de402e);
	background-image: -o-linear-gradient(bottom, #de1600, #de402e);
	background-image: linear-gradient(to top, #de1600, #de402e);
}

.lastfm:after {
	content: "R";
}

.behance {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:36px;
	line-height:0.9;
	text-indent: 2px;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #1e6fed;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #1e6fed, #2f7df6);
	background-image: -moz-linear-gradient(bottom, #1e6fed, #2f7df6);
	background-image: -o-linear-gradient(bottom, #1e6fed, #2f7df6);
	background-image: linear-gradient(to top, #1e6fed, #2f7df6);
}

.behance:after {
	content: "S";
}

.tumblr {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:32px;
	line-height:1.3;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #466484;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #466484, #4f759e);
	background-image: -moz-linear-gradient(bottom, #466484, #4f759e);
	background-image: -o-linear-gradient(bottom, #466484, #4f759e);
	background-image: linear-gradient(to top, #466484, #4f759e);
}

.tumblr:after {
	content: "T";
}

.feed {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:34px;
	line-height:1.2;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ef922f;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #ef922f, #f8a64f);
	background-image: -moz-linear-gradient(bottom, #ef922f, #f8a64f);
	background-image: -o-linear-gradient(bottom, #ef922f, #f8a64f);
	background-image: linear-gradient(to top, #ef922f, #f8a64f);
}

.feed:after {
	content: "U";
}

.skype {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:36px;
	text-indent: 1px;
	line-height:1.1;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #00aff0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #00aff0, #1bc1ff);
	background-image: -moz-linear-gradient(bottom, #00aff0, #1bc1ff);
	background-image: -o-linear-gradient(bottom, #00aff0, #1bc1ff);
	background-image: linear-gradient(to top, #00aff0, #1bc1ff);
}

.skype:after {
	content: "V";
}

.email {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:35px;
	line-height:1.0;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #1d90dd;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #1d90dd, #2da2f0);
	background-image: -moz-linear-gradient(bottom, #1d90dd, #2da2f0);
	background-image: -o-linear-gradient(bottom, #1d90dd, #2da2f0);
	background-image: linear-gradient(to top, #1d90dd, #2da2f0);
}

.email:after {
	content: "W";
}

.sharethis {
	/*General*/
	display: inline-block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'SocialGlyphs';
	text-align: center;
	font-size:33px;
	line-height:1.3;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 44px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #008850;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #008850, #119e64);
	background-image: -moz-linear-gradient(bottom, #008850, #119e64);
	background-image: -o-linear-gradient(bottom, #008850, #119e64);
	background-image: linear-gradient(to top, #008850, #119e64);
}

.sharethis:after {
	content: "X";
}
.SocialFont {
    font-size:35px;
    font-family: 'SocialGlyphs';
}






input[type=range] {
  -webkit-appearance: none;
   width:200px;
  height:15px;
  padding:2px;
  float:left;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #aaa;
  background: #fff;
  margin-left:0px;
}

div#content #innercontent .linkDistribution
{ 
    line-height:40px; 
    width:40px;
    height:27px;
    color:#000000;
}
div#content #innercontent .readonly
{
    opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div#content #innercontent input.readonly:hover
{
    cursor:default;
}

.buttons
{
    width:100%;
    margin-top:20px;
}

.TrialStats
{
    font-size: 14px;
    font-weight: bold;
    left: 0;
    margin-top: 52px;
    position: absolute;
    text-align: center;
    width: 840px;
}


@media only screen and (min-width : 100px) and (max-width : 850px) {
    .TrialStats
    {
        text-align: left;
        width: 90%;
        margin-top:56px;
        margin-left:25px;
        line-height:12px;
    }
}

/* Plugin Styles */
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

.cookie-popup {
    display: none;
    position: fixed;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fafafa;
    color: #000;
    font-family: 'Roboto', 'Noto Sans', sans-serif;
    line-height: initial;
    box-sizing: initial;
}

.cookie-popup-inner {
    display: table;
    width: 100%;
}

.cookie-popup-left {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

.cookie-popup-headline {
    font-size: 20px;
}

.cookie-popup-sub-headline {
    font-size: 12px;
}

.cookie-popup-right {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 15px;
    text-align: right;
}

.cookie-popup-accept-cookies {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.49;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 8px;
    font-size: 16px;
    min-width: 64px;
    line-height: 1.5;
    border-radius: 2px;
    text-decoration: none;
    color: #000;
    background-color: #c7c7c7;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.12) rgba(0,0,0,.15);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

    .cookie-popup-accept-cookies:hover {
        bottom: 1px;
        text-decoration: none;
        color: inherit;
    }

    .cookie-popup-accept-cookies:active {
        bottom: 0;
        color: initial;
    }

.cookie-popup-learn-more {
    display: block;
    clear: both;
    font-size: 14px;
    margin-top: 5px;
    margin-right: 5px;
    text-decoration: none;
    color: #000;
    opacity: 0.75;
}

    .cookie-popup-learn-more:hover {
        opacity: 1;
        text-decoration: none;
    }

    .cookie-popup-learn-more:active,
    .cookie-popup-learn-more:focus {
        text-decoration: none;
    }

.cookie-popup-lower {
    padding: 15px;
    font-size: 14px;
}


/* Positions */
.cookie-popup.position-bottom {
    bottom: 0;
    box-shadow: 0 -4px 6px rgba(50,50,93,.11), 0 -1px 3px rgba(0,0,0,.08);
}

.cookie-popup.position-top {
    top: 0;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.cookie-popup.position-bottomright {
    width: 300px;
    right: 10px;
    bottom: 10px;
    left: inherit;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

    .cookie-popup.position-bottomright .cookie-popup-right {
        width: initial;
    }

.cookie-popup.position-bottomleft {
    width: 300px;
    left: 10px;
    bottom: 10px;
    right: inherit;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

    .cookie-popup.position-bottomleft .cookie-popup-right {
        width: initial;
    }

.cookie-popup.position-topright {
    width: 300px;
    right: 10px;
    top: 10px;
    left: inherit;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

    .cookie-popup.position-topright .cookie-popup-right {
        width: initial;
    }

.cookie-popup.position-topleft {
    width: 300px;
    left: 10px;
    top: 10px;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

    .cookie-popup.position-topleft .cookie-popup-right {
        width: initial;
    }


/* Themes */
.theme-light .cookie-popup {
    background-color: #fafafa;
    color: #000;
}

.theme-light .cookie-popup-accept-cookies {
    background-color: #c7c7c7;
    color: #000;
}

.theme-light .cookie-popup-learn-more {
    color: #000;
}

.theme-dark .cookie-popup {
    background-color: #484848;
    color: #fff;
}

.theme-dark .cookie-popup-sub-headline a {
    color: #fff;
}

.theme-dark .cookie-popup-accept-cookies {
    background-color: #212121;
    color: #fff;
}

.theme-dark .cookie-popup-learn-more {
    color: #fff;
}

.theme-red .cookie-popup {
    background-color: #ef5350;
    color: #fff;
}

.theme-red .cookie-popup-accept-cookies {
    background-color: #b61827;
    color: #fff;
}

.theme-red .cookie-popup-learn-more {
    color: #fff;
}

.theme-pink .cookie-popup {
    background-color: #ec407a;
    color: #fff;
}

.theme-pink .cookie-popup-accept-cookies {
    background-color: #b4004e;
    color: #fff;
}

.theme-pink .cookie-popup-learn-more {
    color: #000;
    color: #fff;
}

.theme-purple .cookie-popup {
    background-color: #ab47bc;
    color: #fff;
}

.theme-purple .cookie-popup-accept-cookies {
    background-color: #790e8b;
    color: #fff;
}

.theme-purple .cookie-popup-learn-more {
    color: #fff;
}

.theme-deeppurple .cookie-popup {
    background-color: #7e57c2;
    color: #fff;
}

.theme-deeppurple .cookie-popup-accept-cookies {
    background-color: #4d2c91;
    color: #fff;
}

.theme-deeppurple .cookie-popup-learn-more {
    color: #fff;
}

.theme-indigo .cookie-popup {
    background-color: #5c6bc0;
    color: #fff;
}

.theme-indigo .cookie-popup-accept-cookies {
    background-color: #23408e;
    color: #fff;
}

.theme-indigo .cookie-popup-learn-more {
    color: #fff;
}

.theme-blue .cookie-popup {
    background-color: #42a5f5;
    color: #fff;
}

.theme-blue .cookie-popup-accept-cookies {
    background-color: #0077c2;
    color: #fff;
}

.theme-blue .cookie-popup-learn-more {
    color: #fff;
}

.theme-lightblue .cookie-popup {
    background-color: #29b6f6;
    color: #000;
}

.theme-lightblue .cookie-popup-accept-cookies {
    background-color: #0086c3;
    color: #000;
}

.theme-lightblue .cookie-popup-learn-more {
    color: #000;
}

.theme-cyan .cookie-popup {
    background-color: #26c6da;
    color: #000;
}

.theme-cyan .cookie-popup-accept-cookies {
    background-color: #0095a8;
    color: #000;
}

.theme-cyan .cookie-popup-learn-more {
    color: #000;
}

.theme-teal .cookie-popup {
    background-color: #26a69a;
    color: #fff;
}

.theme-teal .cookie-popup-accept-cookies {
    background-color: #00766c;
    color: #fff;
}

.theme-teal .cookie-popup-learn-more {
    color: #000;
    color: #fff;
}

.theme-green .cookie-popup {
    background-color: #66bb6a;
    color: #000;
}

.theme-green .cookie-popup-accept-cookies {
    background-color: #338a3e;
    color: #000;
}

.theme-green .cookie-popup-learn-more {
    color: #000;
}

.theme-lightgreen .cookie-popup {
    background-color: #9ccc65;
    color: #000;
}

.theme-lightgreen .cookie-popup-accept-cookies {
    background-color: #6b9b37;
    color: #000;
}

.theme-lightgreen .cookie-popup-learn-more {
    color: #000;
}

.theme-lime .cookie-popup {
    background-color: #d4e157;
    color: #000;
}

.theme-lime .cookie-popup-accept-cookies {
    background-color: #a0af22;
    color: #000;
}

.theme-lime .cookie-popup-learn-more {
    color: #000;
}

.theme-yellow .cookie-popup {
    background-color: #ffee58;
    color: #000;
}

.theme-yellow .cookie-popup-accept-cookies {
    background-color: #c9bc1f;
    color: #000;
}

.theme-yellow .cookie-popup-learn-more {
    color: #000;
}

.theme-amber .cookie-popup {
    background-color: #ffca28;
    color: #000;
}

.theme-amber .cookie-popup-accept-cookies {
    background-color: #c79a00;
    color: #000;
}

.theme-amber .cookie-popup-learn-more {
    color: #000;
}

.theme-orange .cookie-popup {
    background-color: #ffa726;
    color: #000;
}

.theme-orange .cookie-popup-accept-cookies {
    background-color: #c77800;
    color: #000;
}

.theme-orange .cookie-popup-learn-more {
    color: #000;
}

.theme-deeporange .cookie-popup {
    background-color: #ff7043;
    color: #fff;
}

.theme-deeporange .cookie-popup-accept-cookies {
    background-color: #c63f17;
    color: #fff;
}

.theme-deeporange .cookie-popup-learn-more {
    color: #fff;
}

.theme-brown .cookie-popup {
    background-color: #8d6e63;
    color: #fff;
}

.theme-brown .cookie-popup-accept-cookies {
    background-color: #5f4339;
    color: #fff;
}

.theme-brown .cookie-popup-learn-more {
    color: #fff;
}

.theme-grey .cookie-popup {
    background-color: #bdbdbd;
    color: #000;
}

.theme-grey .cookie-popup-accept-cookies {
    background-color: #8d8d8d;
    color: #000;
}

.theme-grey .cookie-popup-learn-more {
    color: #000;
}

.theme-bluegrey .cookie-popup {
    background-color: #78909c;
    color: #fff;
}

.theme-bluegrey .cookie-popup-accept-cookies {
    background-color: #4b636e;
    color: #fff;
}

.theme-bluegrey .cookie-popup-learn-more {
    color: #fff;
}