/* Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* Basic */

body {
	background: #FFFFFF url(/media/images/page_grad.png) repeat-x;
	font-family:  Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
    line-height: 1.3em;
	color: rgb(60, 60, 60);
}
img {
	-ms-interpolation-mode: bicubic;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.03em;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    margin:1.0em 0 0.6em 0;
    line-height:1.0em; 
}
h1 {
    font-size: 27px;
}
h2 {
    font-size: 22px;
    color: rgb(50,50,50);
}
h3, h4 {
    font-size: 22px;
    color: rgb(50, 50, 50);
    font-weight:normal;
}

a {
    color: rgb(25, 114, 175);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

p {
    margin: 0.5em 0 1em;
    letter-spacing: -0.003em;
}
ul, ol {
    margin: 0.5em 0 1em;
    padding: 0 18px;
    line-height:1.4em;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}

table {
    margin: 0.5em 0 1em;
    width: 100%;
}
th {
    padding: 5px 0;
    font-weight: bold;
}
td {
    padding: 5px 0;
    vertical-align:top;
}

hr {
    border: none;
    border-bottom: 1px solid rgb(230, 230, 230);
}

/* FORMS
-------------------------------------------------------------- */
label {
    vertical-align: top;
    display: block;
    float: left;
    width: 220px;
    font-weight: normal;
    color: rgb(40, 40, 40);
}
input, textarea,select {
    margin-top: -5px;
    padding:8px 8px 6px;
    border: 1px solid rgb(180, 180, 180);
    font-family:inherit;
    font-size:14px;
    width: 230px;
    float:left;
    color:rgb(120,120,120)!important;
    border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;
}
input, textarea {
    background: rgb(255, 255, 255) url(/media/images/field_bg.gif) repeat-x;
    color: rgb(80, 80, 80);
}
fieldset {
    margin:0 0 15px 0;
    padding:25px;
    border: 1px solid rgb(230, 230, 230);
    display:inline;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color:#FFFFFF;
}
form p {
    color: rgb(150, 150, 150);
    margin-bottom:10px;
    display:block;
}
form p:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form button {
    float:right;
}

.errors {
    color: #ff0000;
    display: block;
    clear:left;
    font-size:14px;
}
.help_text {
    font-style: italic;
    clear:left;
    display: block;
    font-size:11px;
    color: rgb(100, 100, 100);
}

.howto_serial {
    width:100%;
    text-align:right;
    margin:-15px 0 5px 0;
    font-size:12px;
}

.add_device_fieldset {
    display:block
}
.add_device_fieldset label {
    width:140px;
}
.add_device_fieldset input {
    width:200px;
}
.add_device_fieldset .add_computer {
    clear:both;
    margin:20px 0 0 0;
}
.add_device_fieldset button {
    margin:10px 0 0 0;
    float:right;
}
.computer_inline .errors {
    margin:0 0 0 140px;
}
.computer_inline .help_text {
    margin:0 0 0 140px;
}


/* MAIN ELEMENTS
-------------------------------------------------------------- */
#header {
    padding:8px 0;
    background-color:#000000;
    border-bottom:1px solid rgb(180,180,180);
    margin:0;
}
#header img {
    float:left;
    margin:4px 0 3px -5px;
}
#header .inner {
    width:800px;
    margin:0 auto;
    padding:0;
}
#header ul {
    background-color:#eef4f4;
    background: -webkit-gradient(linear, left top, left bottom, from(#b0b4b4), to(#dfe3e3));
    background: -moz-linear-gradient(top,  #b0b4b4,  #dfe3e3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0b4b4', endColorstr='#dfe3e3');
    list-style: none;
    float:right;
    padding:0 8px;
    margin:15px 0 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.53);
    -webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.53);
    box-shadow:0 0 5px rgba(0, 0, 0, 0.53);
}
#header ul li {
    font-size:16px;
    font-weight:normal;
    float:left;
    padding:5px 10px 3px;
    text-shadow:0px 1px rgb(230,230,230); -webkit-text-shadow:0px 1px rgb(230,230,230);
}
#header ul li a {
    color:#333;
}

#main {
    width:800px;
    margin:15px auto 0;
} 

#footer {
    color:rgb(100,100,100);
    font-size:13px;
    width: 800px;
    clear:both;
    margin:8px auto;
    border-top:1px solid rgb(180,180,180)
}
#footer span {
    float:right;
}
#footer img {
    vertical-align:bottom;
}

#leftcol {
    width:580px;
    float:left;
}
#rightcol {
    width:200px;
    float:right;
    margin-top:-15px;
}
#rightcol ul {
    background-color:#EEEEEE;
    list-style: none;
    padding:5px;
    margin:25px 0 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


/* OTHER ELEMENTS
-------------------------------------------------------------- */
.divide {
    border-bottom:1px solid rgb(210,210,210);
    padding-bottom:25px;
    margin-bottom:25px;
}

.banner {
    width:100%;
    padding:8px;
    text-align:center;
    background-color:#f4ef9d;
    font-size:14px;
    color:#39395f ;
}
.warning {
    background-color:#eec277;
    padding:4px;
    text-align:center;
    border:1px solid #999999;
    font-weight:bold;
}

.feature {
    position:relative;
    padding:1px 0 20px 250px;
    height:260px;
} 
.feature img {
    position:absolute;
    left:-80px;
    top:5px;
} 
.feature a.button {
    position:absolute;
    left:250px;
    top:200px;
}
.feature h2 {
    margin-bottom:10px;
}
.desc {
    font-size:16px;
    width:800px;
    line-height:1.4em;
}

.download {
    float:right;
    margin-top:-10px;
}

.info {
    width:390px;
    height:140px;
    margin-bottom: 15px;
    font-size:14px;
}
.info h3 {
    color:rgb(60,60,60);
    margin-bottom:8px;
}
.info img {
    float:right;
    margin-left:10px;
}
.info.right {
    float:right;
}
.info.left {
    float:left;
}

.devices {
    padding:0;
    list-style: none;
    clear:both;
    margin-bottom:20px;
    color:#323232;
}
.devices li {
    display:block;
    padding:10px;
    margin: 0 0px 10px 0;
    border-radius:8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow:1px 1px 2px #cccccc;
    -webkit-box-shadow:1px 1px 2px #cccccc;
    -moz-box-shadow:1px 1px 2px #cccccc;
}
.devices li:nth-child(3n+3) {
	margin-right:0;
}
.devices li p {
	padding:0;
	margin:0;
    float:left;
}
.devices li .button {
	float:right;
	margin:5px 0 0 10px;
}
.key {
	list-style:none;
	padding:0;
    margin:0;
    margin-bottom:10px;
}
.key li {
    float:left;
    margin-right:10px;
}
.key li p {
	padding:0;
	margin:0 5px 0 0;
	width:20px;
	height:20px;
	float:left;
}

.status_warn {
	background-color:#F2CE3B;
}
.status_error {
	background-color:#F06533;
}
.status_ok {
	background-color:#AFCC17;
}
.status_info {
	background-color:#8ebac9;
}

.order {
    width:100%;
}
.order th {
    padding:5px 8px;
    background-color:rgb(90,90,90);
    color:rgb(240,240,240);
}
.order td {
    padding:8px;
    vertical-align:middle;
    border-bottom:1px solid rgb(220,220,220);
}
.order_total {
    font-size:20px;
    float:right;
    width:200px;
    font-weight:bold;
    padding:0;
    border-bottom:1px solid rgb(220,220,220);
}

.updates_title {
    float:left;
    margin-top:20px;
}
.right_link {
    float:right;
    background-color:rgb(40,40,40);
    color:rgb(240,240,240);
    font-size:13px;
    padding:3px 7px;
    margin:20px 0 0 8px;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
.thumbs {
    clear:both;
}
.thumbs img {
    border:1px solid rgb(150,150,150);
    box-shadow:0px 0px 3px rgba(0,0,0,.5); -moz-box-shadow:0px 0px 3px rgba(0,0,0,.5); -webkit-box-shadow:0px 0px 3px rgba(0,0,0,.5);
}

.map {
    clear:both;
    width:100%;
    height:400px;
    margin-bottom:10px;
    font-size:14px;
    line-height:1.2em;
    background-color:#EFEFEF;
    border:1px solid rgb(100,100,100);
    box-shadow:0px 0px 3px rgba(0,0,0,.5); -moz-box-shadow:0px 0px 3px rgba(0,0,0,.5); -webkit-box-shadow:0px 0px 3px rgba(0,0,0,.5);
}
.packet {
    border-bottom: 1px solid rgb(190,190,190);
    padding:4px 0;
}
.packet_img {
    border:2px solid rgb(100,100,100);
}

.voucher_form {
    width:auto;
    clear:right;
    float:right;
    padding:0;
    margin:0;
}
.voucher_form p {
    padding:0;
    margin:0;
}
.voucher_form input {
    width:165px;
    margin:0;
}
.voucher_form fieldset {
    padding:10px;
    margin: 0;
}
.voucher_form .errors {
    margin:0 0 0 115px;
}
.voucher_form label {
    width:auto;
    margin:5px 10px 0 0
}

.button {
	-moz-border-radius:5px; -webkit-border-radius:5px;
    box-shadow:0px 0px 3px rgba(0,0,0,.5); -moz-box-shadow:0px 0px 3px rgba(0,0,0,.5); -webkit-box-shadow:0px 0px 3px rgba(0,0,0,.5); 
    border:1px solid #999;
    cursor:pointer;
    color:#222222;
    display:block;
    width:auto;
    padding:5px 10px;
    text-align:center;
    font-size:15px;
    background:#fff url(/media/images/button_bg.png) repeat-x;
}
.button:hover {
    text-decoration: none;
    box-shadow:0px 0px 2px rgba(0,0,0,.4); -moz-box-shadow:0px 0px 2px rgba(0,0,0,.4); -webkit-box-shadow:0px 0px 2px rgba(0,0,0,.4); 
}
.button:active {
    box-shadow:0px 0px 4px rgba(102,169,191,1.0); -moz-box-shadow:0px 0px 4px rgba(102,169,191,1.0); -webkit-box-shadow:0px 0px 4px rgba(102,169,191,1.0); 
}

.button.pay {
    clear:both;
    float:none;
    width:200px;
    margin:10px 0 10px 120px;
}

.button.buynow {
    margin-top:5px;
    width:530px;
    height:20px;
    padding:15px 10px;
    font-size:30px;
    font-weight:bold;
    color:rgb(130,130,130);
    text-shadow:2px 2px rgb(230,230,230);
    background-color:rgb(220,220,220);
}

.blogtitle {margin-top:0.5em;
}
.date {
    color:rgb(180,180,180);
    text-transform:italic;
}

.comment_form fieldset {
	width:530px;
}

.comment_form textarea {
	width:518px;
}

.comment_form label {
	display:block;
	float:none;
	margin: 0 0 5px;
}

.comment, .intro {
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color:#EEEEEE;
    padding:10px;
    margin-bottom:10px;
}
.intro p {
    margin:0;
}
.comment p {
}
.small {
    font-size:13px;
}
