/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:center;
background:#323232;
}

a{
color:#325DDD;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#2957CF; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{font-family:Verdana,Tahoma,Arial,sans-serif;font-size:1.1em;padding:0 0 1.2em 0;}
p form{margin-top:0; margin-bottom:20px;}
.bold {font-weight:bold;}

img.left,img.center,img.right{padding:5px;}
img.left{float:left; margin:4px 2px 5px 2px;}
img.center{display:block; margin:1px 10% 5px 10%;}
img.right{float:right; margin:4px 18px 5px 2px;}

div.img
{
  margin: 0;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}

table{
font-size:1.0em;
color:#505050;
line-height:1.1em;
font-weight:bold;
}

pre {
font:85% sans-serif;
line-height:1.1em;
background:#F5F5F5;
color:#303030;
border:1px dashed #a0a0a0;
margin:20px;
}

/**************** Header and navigation styles ****************/

#container{
width:797px;
margin: 8px auto;
padding:1px 0;
text-align:left;
background:#ffffff;
color:#303030;
border:2px solid #4463C8;
}

#header{
height:110px;
width:795px;
margin:0 1px 1px 1px;
background:#325DDD url(/img/gradient_header.gif) repeat-x;
color:#ffffff;
}

#header h1{
padding:35px 0 0 20px;
font-size:2.3em;
color:#ffffff;
letter-spacing:-2px;
font-weight:normal;
}

#header h2{
margin:10px 0 0 40px;
font-size:1.4em;
color:#FBFBFA;
letter-spacing:-1px;
font-weight:normal;
}

#navigation{
height:1.8em;
line-height:1.8em;
width:795px;
margin:0 1px;
background:#2957CF;
color:#ffffff;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 8px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background:#2957CF url(/img/gradient1.gif) repeat-x;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation a:hover{
background:#4483F7;
color:#ffffff;
text-decoration:none;
}

#navigation .selected{
background:#4483F7;
color:#ffffff;
text-decoration:none;
}

/**************** Content styles ****************/

#content{
float:left;
width:567px;
font-size:0.9em;
padding:20px 0 0 17px;
}

#content h2{
display:block;
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em;font-weight:light;clear: left;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Sidebar styles ****************/

#subcontent{
float:right;
width:170px;
padding:20px 20px 10px 0;
line-height:1.4em;
}

#subcontent h2{
display:block;
margin:20px 0 9px 0;
font-size:1.6em;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#subcontent p{margin:0; font-size:0.9em;}
#subcontent h3{margin:1px 0 6px 0; font-size:1.2em;font-weight:light;}

/**************** Menublock styles ****************/
#container ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 2px 0 10px 0;
	padding: 0;
	text-decoration: none;
}

#container ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(/img/arrow.gif) no-repeat 3px 6px;
	padding: 1px 5px 1px 18px;
	font-size:10px;
}

.menublock{margin:0 0 14px 8px; }
.menublock li{color:#4daa22;font-weight:normal;list-style:none; display:block; padding:0px; margin-bottom:0px;}
.menublock li a{font-weight:normal; text-decoration:none;font-size:10px;}
.menublock li a:hover{text-decoration:none;font-size:10px;}
.menublock li ul{margin:1px 0 1px 18px;}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer{
clear:both;
width:795px;
padding:5px 0;
margin:0 1px;
font-size:0.8em;
color:#f0f0f0;
background:#2957CF;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:lighter;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;font-weight:lighter;}

.subFooter {
width:750px;
margin: 8px auto;
padding:1px 0;
text-align:left;
background-color:inherit;
color:#a0a0a0;
font-size:9px;
}
.noVisuLeft {
float:left;
margin : 8px auto;
}
.noVisuRight {
float:right;
margin : 8px auto;
}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#4366A0; background-color:inherit; font-weight:bold;}
.important2{color:#FF1493;background-color:inherit; font-weight:bold; font-size:13px;}
.blank_space{margin:2px;padding:1px;display:block;}

.box{
margin:0 0 10px 0;
padding:8px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}

.box a{color:#325DDD; background-color:inherit; font-size:0.9em;}
.box a:hover{color:#325DDD; background-color:inherit; font-size:0.9em; text-decoration: underline;}

#box ul li {
	list-style: disc url(bullet.gif) inside;
	}

.box2{
margin:0 0 20px 0;
padding:9px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#325DDD;
font-size:1.1em;
font-weight:bold;
text-decoration : none;
}
.box3 a{
margin:0 0 10px 0;
padding:9px;
text-align: center;
cursor: pointer;
display: block ;
background-color:#ffffff;
}

.box4{
margin:0 0 10px 0;
padding:8px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
text-decoration : none;
}

#content .box4 a:hover{text-decoration:none;}
.box4 a{color:#505050; background-color:inherit; font-weight:lighter;text-decoration : none;}
.box4 a:hover{color:#325DDD; background-color:inherit;text-decoration : none;font-weight:lighter;}
#content .box4 h3 {margin:4px 0;padding:4px 0;color:#325DDD;font-size:1.5em;font-weight:bold;letter-spacing:4px;}

.box5{
margin:0 0 10px 0;
padding:4px 3px 0 5px;
border:1px solid #c0c0c0;
background-color:#f9f9f9;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
}

#content .box5 a:hover{text-decoration:none;}
.box5 a{color:#505050; background-color:inherit; font-weight:lighter;text-decoration : none;}
.box5 a:hover{color:#2957CF; background-color:inherit;text-decoration : none;font-weight:lighter;}

.btn-order {
background:#2648B7 url(/img/gradient_btn.gif) repeat-x;
color:#FFF;
font-weight:bolder;
cursor:pointer;
margin:0px;
line-height:14px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 3px 12px 3px 12px;
border:solid 1px #FFF;
}

.orderNow-btn {
	margin: 0 0 8px 0;
	padding: 0;
}

#error {
margin : 10px 5px 0px 0px ;
padding : 10px 2px 10px 2px;
font-size:0.8em;
color:red;
line-height:1.4em;
}

#orderMessage {
margin : 10px 2px 7px 0px;
padding:4px;
border:1px solid #c0c0c0;
font-size:0.8em;
font-weight:bold;
color:#4366A0;
background: #f4f4f4;
}

/**************** Community classes and styles ****************/

.input{border: 1px solid #99b3b4;width: 220px;background: #e4ebeb;font: 11px verdana, sans-serif;color:#443;padding:3px;outline:none;}
.input:focus{border:1px solid #567475;background: #e4ebeb;}
.inputBox{border: 1px solid #99b3b4;width: 120px;background: #e4ebeb;font: 11px verdana, sans-serif;color:#443;padding:3px;outline:none;}
.inputBox:focus{border:1px solid #567475;background: #e4ebeb;}

.submit-btn {
	background: url(/img/shared/submit.gif) no-repeat;
	cursor:pointer;
	margin:4px 0 0 0;
	padding:0;
	border:solid 1px #FFF;
	width:53px;
	height:21px;
	position:relative;
	top:3px;
	left:4px;
}

#navigation .flag_a {
 position:relative;
}
#navigation .flag {
	position:absolute;
	top:1px;
	right:5%;
	width:80px;
	height:18px;
	background-color:inherit;text-align: right;
}
#navigation .flag img {
	margin:1px 0;
}
#navigation .flag img.langSelected {
	margin:1px 0;
	opacity:0.5;filter:alpha(opacity=50);
}

.clear{clear:both}
.error {color:red;margin:0;padding:0;}
.msg {color:green;margin:2px;padding:0;font-size: 9px; font-family:Verdana; font-weight:lighter; text-align:justify;}
hr {border:1px dashed #99b3b4;margin:8px;padding:0px;width:780px;}
select{border: 1px solid #99b3b4;background: #e4ebeb;font: 10px Arial, sans-serif;color:#443;}

/*************** Tables ***************/
.mytable {
	width: 540px;
	padding: 0;
	margin: 0;
	font-size:0.8em;
}

.mytable a {
	font: bold 10px Verdana;
	color:#325DDD;
}

.mytable a:hover {
	font: bold 10px Verdana;
	color:#325DDD;
}

th {
	/*font: bold 10px Verdana, Arial, Helvetica, sans-serif;*/
	color: #F8F8F8;
	border-right: 1px solid #DACEC1;
	border-bottom: 1px solid #DACEC1;
	border-top: 1px solid #DACEC1;
	border-left: 1px solid #3F3D3B;
	letter-spacing: 1px;
	text-align: left;
	padding: 4px 6px 3px 3px;
	background: #3F3D3B ;
}

th.header {
	font: bold 10px Verdana;
}

th.center {
	text-align: center;
	background: #fff;
}

td.center {
	text-align: center;
	background: #fff;
}

td.sp {
	border-right: 1px solid #DACEC1;
	border-bottom: 1px solid #DACEC1;
	background: #fff;
	padding: 2px 2px 2px 5px;
	color: #3F3D3B;
}


td.spalt {
	border-right: 1px solid #DACEC1;
	border-bottom: 1px solid #DACEC1;
	padding: 2px 2px 2px 5px;
	background: #F5FAFA;
	color: #3F3D3B;
}

th.spec {
	border-left: 1px solid #DACEC1;
	border-top: 0;
	letter-spacing: 0px;
	background: #fff;
}

th.specalt {
	border-left: 1px solid #DACEC1;
	border-top: 0;
	letter-spacing: 0px;
	background: #f5fafa;
	color: #3F3D3B;
}

td.unlock {
	border-right: 1px solid #DACEC1;
	border-bottom: 1px solid #DACEC1;
	background: #fff;
	padding: 1px;
	color: #000000;
	font-size: 9px;
	font-family:Verdana;
	font-weight:lighter;
}

td.unlock_code {
	border-right: 1px solid #DACEC1;
	border-bottom: 1px solid #DACEC1;
	background: #fff;
	padding: 6px 6px 6px 6px;
	font: bold 18px Verdana;
	color: #000;
	letter-spacing: 2px;
	text-align: center;
	line-height:1.4em;
}

/********** currencies *************/
.currencies {
	padding-top: -6px;
	margin-top: -5px;
	font-size:0.9em;
	font-weight:lighter;
}

.currencies a {
	color:#505050;
	font-weight:lighter;
	display: block;
	text-align:center;
	padding: 3px 7px 2px 7px;
	border: 1px solid #fafbfc;
	text-decoration:none;
}

.currencies a:hover {
	text-decoration:none;
	background-color: #F7F9FD;
	border: 1px solid #D9E0EF;
	cursor: pointer;
}
.currencies a.selected {
	text-align:center;
	padding: 3px 7px 2px 7px;
	background-color: #F7F9FD;
	border: 1px solid #D9E0EF;
}

/************ support helpdesk ******************/
.L10 {font-size:10px;font-weight:lighter;background-color:#EFF3F6;text-align:left;color:#303030;height:12px;margin-top:1px;padding:1px;}
.L20 {font-size:10px;font-weight:lighter;background-color:#FFF;text-align:left;color:#303030;height:12px;margin-top:1px;padding:1px;}
.L20_customer {font-size:10px;font-weight:lighter;background-color:#FFF;text-align:left;color:#303030;height:12px;margin-top:1px;padding:1px;}
.L20_staff {font-size:10px;font-weight:lighter;background-color:#FFF0F3;text-align:left;color:#303030;height:12px;margin-top:1px;padding:1px;}
.altOver {font-size:10px;font-weight:normal;background-color:#FFCD6F;text-align:left;color:#000;height:12px;margin-top:1px;padding:1px;cursor:pointer;}

.table_2 {
background-color:#85BDD8;
padding:0;
}
.table_2 td {padding:3px;}
.header_table {
	background-image:url(/img/shared/helpdesk/bg_1.gif);
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding:2px;
	/*padding:4px;*/
}

.header_table_light {
	background-color:#EDF9FC;
	color:#303030;
	text-align:center;
	font-weight:bold;
	padding:-2px;
}
/***** testimonials related ****/
#user-profile {
-moz-border-radius:5px 5px 5px 5px;
background-color:#F5FCEC;
border:1px solid #DDDDDD;
margin-top:5px;
width:auto;
}
#user-profile-left {
background-color:inherit;
border-right:1px dotted #999999;
margin:4px 0 0 7px;
padding-right:8px;
width:145px;
}
#user-profile-left p {
color:#666666;
font-size:10px;
margin:2px;
padding:1px 0;
}
#user-profile-left h1 {
color:#666666;
font-size:11px;
margin:0;
padding-top:1px;
white-space:nowrap;
}
#up-member-since {
display:block;
font-size:10px;
font-weight:normal;
padding:2px 0 4px;
}
#user-profile-right {
background:inherit;
padding:2px 7px 2px 14px;
margin:3px 5px;
}
#user-profile-right p {
color:#666666;
font-size:11px;
font-weight:normal;
margin:0;
padding:0;
}