@charset "UTF-8";
@import url("/common/css/system/tooltip.css");
/* CSS Document */
body

{
	background-color:#f9f9f9;
	font-family: Lucida Grande, "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4D4D4D;
	line-height:18px;
}

*html body
{
	margin-top:0px;
}


/* TITELS FORMAT */

h1
{
	font-weight:bold;
	color:#333333;
	font-size:16px;
}

p{
	margin:0;
	margin-bottom:5px;
	padding:0;
}

form {
	margin:0;
	padding:0;
	font-family: Lucida Grande, "Lucida Grande", Tahoma, Arial, Helvetica;
	color:#333333;
}

input, select, textarea{
	margin:0;
	margin-top:2px;
	padding:0;
	font-family: Lucida Grande, "Lucida Grande", Tahoma, Arial, Helvetica;
	color:#333333;
}


h2
{
	font-weight:bold;
	color:#333333;
	font-size:13px;
}

h3
{
	font-weight:bold;
	color:#333333;
	font-size:11px;
}

img
{
	vertical-align:middle;
}

.intro
{
	font-size:13px;
	line-height:20px;
	padding:10px;
}

.labelright{
	text-align:right;
	padding-right:10px;
	height:20px;
	height:15px;
}

.formcolumnone{
	padding-top:10px;
	padding-right:15px;
	vertical-align:top;
	border-right-style:dotted;
	border-right-width:1px;
	border-right-color:#B3B3B3;
	margin-bottom:20px;
	width:425px;
}

.formcolumnone td, .formcolumntwo td{
	padding-bottom:5px;
}

.formcolumntwo{
	padding-top:10px;
	padding-left:15px;
	vertical-align:top;
}

.labelcolspan{
	padding-top:10px;
}

.imgtext
{
	float:left;
	margin-top:10px;
	margin-right:25px;
	margin-bottom:20px;
}

#legal
{
	height:150px;
	width:500px;
	padding:10px;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	overflow:auto;
	margin-top:20px;
	font-size:9px;
	line-height:11px;
	text-align:justify;
}

table {
	border-spacing:0;
	border-collapse:collapse;	
}

table th {
	font-size:11px;
	color:#333333;
	font-weight:bold;
	text-align:left;
}

table td, table img, table input{
	vertical-align:top;
}

table h1
{
	margin-top:10px;
}

.valigncenter td{
	vertical-align: middle;
}

button {
	font-family: Lucida Grande, "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

input {
	font-family: Lucida Grande, "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

input.field {
	width:250px;
}

input.fieldlarge {
	width:500px;
}

select {
	width:255px;
	font-family: Lucida Grande, "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
textarea {
	width:600px;
	height:150px;
	font-family: Lucida Grande, "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#taalbox{
	padding:10px;
	width:550px;
	height:auto;
}

.languageSelection {
	padding-bottom:5px;
	padding-right:10px;
	width:125px;
	height:16px;
	float:left;
}

.languageSelection a:link, .languageSelection a:visited{
	color:#666666;
}

.languageSelection img{
	margin-right:5px;
	border: 1px solid #DDDDDD;
}

.languageSelectionContainer {
	float:left;
	width:100%;
	margin-top:5px;
}

.languageSelectionContainer  h2{
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
}


.w300{
	width:300px;
}

.w350{
	width:350px;
}

a
{
	color:#333333;
	text-decoration:underline;
}

a img
{
	border:0;
}


/* HYPERLINKS FORMAT */

a img
{
	border:0;
}



a:link, a:visited
{
	color:#3399CC;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a:active
{
	color:#3399CC;
	text-decoration:underline;
}

/* OTHER FORMAT */

.noborder
{
	border:none;
	width:100%;
}

.chooseStore
{
	text-align:center; 
	margin-top:100px;
}

.chooseStore td
{
	padding:10px;
}

.chooseStore select
{
	width:175px:
}

.enquiryTable
{
	border:none;
	width:580px;
}

.enquiryTable td
{
	width:160px;
	padding:10px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#B3B3B3;
}

.enquiryInfo {
    background-color:#FFFFCC;
    padding:5px;
    font-size:10px;
	color:#666666;
}

#errorPage
{
	height:150px;
	width:500px;
	background-image:url(../image/site/system/error.gif);
	background-repeat:no-repeat;
	padding-left:150px;
	padding-top:5px;
	color:#fff;
	line-height:16px;
}

.enquiryContainer {
	height:auto;
	width:580px;
    margin:10px;
    padding:10px;
	border-style:solid;
	border-width:3px;
	border-color:#B3B3B3;
}


#logo
{
	text-align:right;
}

.countrylist
{
	color:#666666;
	width:150px;
}

.countrylist img
{
	margin-top:5px;
	margin-right:5px;
}


.countrylist a:link, .countrylist a:visited
{
	color:#666666;
	text-decoration:none;
}

.countrylist a:hover
{
	text-decoration:underline;
}

.countrylist a:active
{
	color:#666666;
	text-decoration:underline;
}


.Required {
    background-color:#D86F6F;
    padding:5px;
}

.red {
    color:red;
    font-weight:bold;
}

.bold
{
	font-weight:bold;
}

hr
{
	border:0;
	color:#CCCCCC;
	background-color:#CCCCCC;
	height: 1px;
	margin:0;
	padding:0;
	margin-top:10px;
}


.info
{
	font-size:10px;
	color:#666666;
	font-weight:normal;
	text-transform:none;
	line-height:14px;
}

sup
{
	font-size:9px;
	color:#666666;
	font-weight:normal;
}

/* FORUM TABLES LAY-OUT */
.forum
{
	border-spacing:0;
	border-collapse:collapse;
	width:100%;
	border:none;
	font-size:11px;
	line-height:16px;
}

.forum td, .forum th
{
	padding:5px 10px 5px 10px;
}

.forum td
{
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#B3B3B3;
}

.forum td a
{
color:#333333;
}


.forum th
{
	background-color:#999999;
	color:#333333;
}

.forum tr:hover
{	
	background-color:#9cdff3;
}

.regIntro{
	font-size:13px;
	line-height:20px;
	margin-bottom:20px;
}

.button{
	text-align:center;
	font-size:11px;
	line-height:20px;
	color:#FFFFFF;
	text-transform:uppercase;
	margin-right:10px;
	margin-bottom:10px;
	cursor:pointer;
}

.float{
	float:left;
}

.button a:link, .button a:visited, .buttonShop a:link, .buttonShop a:visited{
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
}

.button a:hover, .buttonShop a:hover{
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
}


.download{
	height:20px;
	width:110px;
	background-image:url(../image/site/buttons/btndownload.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}

.download:hover{
	height:20px;
	width:110px;
	background-image:url(../image/site/buttons/btndownload_highlight.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}

.go{
	height:20px;
	width:110px;
	background-image:url(../image/site/buttons/btngo.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}

.go:hover{
	height:20px;
	width:110px;
	background-image:url(../image/site/buttons/btngo_highlight.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}

.buttonShop{
	text-align:center;
	font-size:11px;
	line-height:20px;
	color:#FFFFFF;
	text-transform:uppercase;
	cursor:pointer;
	height:20px;
	width:110px;
	background-image:url(/common/image/site/buttons/btngo.png);
	background-repeat:no-repeat;
	padding-left:15px;
	float:right;
	margin-top:10px;
}

.buttonShop:hover{
	background-image:url(/common/image/site/buttons/btngo_highlight.png);
	background-repeat:no-repeat;
}

.buttonShopUpdate{
	text-align:center;
	font-size:11px;
	line-height:20px;
	color:#FFFFFF;
	text-transform:uppercase;
	cursor:pointer;
	height:20px;
	width:125px;
	background-image:url(/common/image/site/buttons/btndark.gif);
	background-repeat:no-repeat;
	float:right;
	margin-top:10px;
	margin-right:10px;
}

.buttonShopUpdate:hover{
	background-image:url(/common/image/site/buttons/btndark_highlight.gif);
	background-repeat:no-repeat;
}

.buttonShopDisabled{
	text-align:center;
	font-size:11px;
	line-height:20px;
	color:#999999;
	text-transform:uppercase;
	cursor:default;
	height:20px;
	width:110px;
	background-image:url(/common/image/site/buttons/btngo_disabled.png);
	background-repeat:no-repeat;
	padding-left:15px;
	float:right;
	margin-top:10px;
}

.downloadChoice {
	width:460px;
	border:1px solid #B3B3B3;
	padding:10px;
	color:#333333;
	text-shadow: #FFFFFF 1px 1px 1px;
	background-image:url(../image/site/system/appCategory.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #EEEFF0;
	margin-top: 10px;
	font-size: 15px;
	cursor: pointer;
}

.downloadChoice img{
	vertical-align:middle;
}

.downloadChoiceImg{
	margin-right: 20px;
}


.downloadBox {
	background-color:#F7F7F7;
    padding-left:10px;
    padding-right:10px;
    font-size:13px;
	color:#333333;
	line-height:20px;
	margin-top:10px;
	margin-bottom:10px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
}

.downloadBox h2
{
	font-weight:bold;
	color:#333333;
	font-size:13px;
}

.downloadBox p
{
	margin-top:10px;
	margin-bottom:10px;
}


/* APPS */

.appMessage {
    background-color:#FFFFCC;
    padding-left:20px;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
    font-size:13px;
	color:#333333;
	line-height:20px;
	margin-bottom:10px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
}

.appError {
	background-color:#D86F6F;
    padding-left:20px;
    padding-top:10px;
    padding-bottom:10px;
    font-size:13px;
	color:#FFFFFF;
	line-height:20px;
	margin-bottom:10px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
}

.appSoftMessage {
	background-color:#F7F7F7;
    padding:10px;
    font-size:13px;
	color:#333333;
	line-height:20px;
	margin-bottom:10px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	float:left;
}

.bibitSoftMessage {
	background-color:#F7F7F7;
    padding:10px;
    font-size:13px;
	color:#333333;
	line-height:20px;
	margin-bottom:10px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	width:460px;
	margin-top:10px;
}

.appActionImg
{
	margin-left:5px;
	margin-right:5px;
}

#appLoading{
	background-color:#FFFFCC;
    padding:10px;
    font-size:13px;
	color:#333333;
    font-weight:bold;
    border-style:solid;
	border-width:1px;
	border-color:#999999;
}

#appLoading img{
    vertical-align:middle;
    margin-right:10px;
}


#appTabNav{
	width:662px;
	height:24px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	margin-top:10px;
}

*html #appTabNav{
	width:657px;
}

.appTab{
	width:auto;
	height:20px;
	border-style:solid;
	border-width:1px;
	border-color:#B3B3B3;
	border-bottom-color:#999999;
	background-color:#DDDDDD;
	margin-right:5px;
	float:left;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	font-weight:bold;
	overflow:hidden;
}

.appTab a:link, .appTab a:visited, .appTab a:active, .appTab a:hover{
	color:#4D4D4D;
}

.appTab:hover, .activeTab{
	background-color:#EFEFEF;
	border-color:#999999;
	border-bottom-color:#EFEFEF;
}

.activeTab a:link, .activeTab a:visited, .activeTab a:active, .activeTab a:hover{
	color:#333333;
	font-size:11px;
}

#appTabContent{
	width:640px;
	background-color:#EFEFEF;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	border-top-color:#EFEFEF;
	padding:10px;
	height:520px;
	overflow:auto;
}

*html #appTabContent{
	width:635px;
}


#appTabContent .field{
	width:400px;
}

#appTabContent textarea{
	margin-top:10px;
	margin-bottom:10px;
	width:610px;
}

*html #appTabContent .field{
	width:275px;
}

.appTable
{
	border-spacing:0;
	border-collapse:collapse;
	width:610px;
	border:none;
	font-size:11px;
	line-height:16px;
}


.appLogo
{
	width:74px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:30px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#B3B3B3;
}

.appLogoBox
{
	height:74px;
	width:74px;
	background-image:url(../image/site/system/appLogoBg.gif);
	background-repeat:no-repeat;
}

.appDesc
{
	padding-top:10px;
	vertical-align:top;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#B3B3B3;
}

.appsActionContainer
{	
	width:100%; 
	overflow:hidden;
	margin-bottom:10px;
}

.appsAction
{
    cursor: pointer;	
	border-style:solid;
	border-width:1px;
	border-color:#B3B3B3;
	padding:3px 10px 3px 3px;
	font-weight:bold;
	background-image:url(../image/site/system/appCategory.gif);
	line-height:16px;
	margin-right:10px;
	float:left;
	color:#333333;
	text-shadow: #FFFFFF 1px 1px 1px;
}

.appsAction a:link, .appsAction a:active, .appsAction a:visited, .appsAction a:hover  
{
	color:#333333;
	text-shadow: #FFFFFF 1px 1px 1px;
}

.appsAction img
{
	vertical-align:middle;
}

.appStats
{
	border:solid 1px #999999;
	background-color:#FFFFFF;
}

.appStats td
{
	padding:5px;
	border-top:solid 1px #CCCCCC;
	vertical-align:middle;
}

.appStats th
{
	padding:5px;
}

.appStats th img{
	border: 1px solid #DDDDDD;
}

.appStats tr:hover
{
	background-color:#eef1f5;
}

.appStatsInt
{
	width:30px;
	text-align:right;
}




/*PRODUCTS*/

.prodList
{
	width:655px;
	float:left;
	height:470px;
	overflow:auto;
	margin-top:10px;
}

.prodListCategory
{
	width:615px;
	float:left;
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#F7F7F7;
	margin-bottom:10px;
}

.prodListKeys{
	width:600px;
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#F7F7F7;
	margin-top:10px;
}

.prodListKeys table td{
	padding:5px;
}

.prodListKeysBlock{
	margin-top:10px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#FFFFFF;
	padding:10px;
	overflow:hidden;
}

.prodListKeysBlock input{
	font-weight:bold;
	margin-top:10px;
	color:#333333;
}

.prodList h2
{
	margin-top:10px;
	margin-bottom:0px;
}

.secure
{
    background-color:#FFFFCC;
	color:#333333;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	float:right;
	padding:5px 10px 5px 10px;
}

.secure img
{
    vertical-align:middle;
}

.prodSmallBasket
{
	width:279px;
	float:right;
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#eef1f5;
	margin-top:10px;
}


.prodBigBasket
{
	width:950px;
	margin-top:10px;
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#eef1f5;
	float:left;
}

#prodBigBasket
{
	width:450px;
	height:auto;
	overflow-y:auto;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#F7F7F7;
	float:right;
}

#prodBigBasket h2, #bibitTitle h2
{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	padding-bottom:10px;
	margin-top:20px;
}

#bibitTitle h2
{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	padding-bottom:5px;
	margin-top:10px;
}

 #bibitTitle h2 img
{
	vertical-align:middle;
}

#billing, #bricsys
{
	width:215px;
	float:left;
}

#billing h2, #bricsys h2
{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	padding-bottom:10px;
	margin-right:10px;
}


.prodBigBasket .prodTable
{
	margin-bottom:10px;
}

.prodTable
{
	border-spacing:0;
	border-collapse:collapse;
	width:100%;
	border:none;
	font-size:11px;
	line-height:16px;
}


.prodTable td
{
	padding:5px;
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#B3B3B3;
	vertical-align:top;
	line-height:20px;
}

.prodTableBasket
{
	border-spacing:0;
	border-collapse:collapse;
	width:100%;
	border:none;
	font-size:11px;
}

.prodTableBasket td
{
	padding:5px;
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#B3B3B3;
	vertical-align:top;
	line-height:16px;
}

.prodTable a:link, .prodTable a:visited, .prodTable a:active, .prodTable a:hover{
	color:#4D4D4D;
}


.prodTable td img
{
	vertical-align:middle;
	margin-bottom:2px;
}


.prodTable th
{
	padding:5px;
	
}

.prodShipping, .prodAmount
{
	width:20px;
	text-align:center;
}

.prodSmallBasketTable
{
    height:320px;
	overflow:auto;
}

.prodPrice
{
	width:95px;
	text-align:right;
}

.right
{
	text-align:right;
}

.prodIcon
{
	width:16px;
}

.prodTotal
{
	font-weight:bold;
	color:#333333;
}

.prodTotals td
{
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#999999;
}

.prodTotalRow
{
	font-weight:bold;
	color:#333333;
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#B3B3B3;
}

.prodBasketLink
{
	text-align:right;
	margin-top:20px;
}


.prodBasket
{
	width:20px;
	text-align:right;
}

.prodDesc
{
	color:#999999;
	font-size:10px;
	line-height:14px;
	margin-left:10px;
	margin-bottom:10px;
}

.prodDesc ul
{
	margin:5px;
	margin-left:-15px;
}

#mySortables
{
	width:400px;
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#FFFFFF;
	margin-top:20px;
	margin-bottom:20px;
}

.myProduct, .myAttachment
{
	padding:10px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#B3B3B3;
	cursor:move;
	width:380px;
}

.myProduct:hover, .myAttachment:hover
{
	background-color:#eef1f5;
}

.myProduct img, .myAttachment img
{
	vertical-align:middle;
}


#checkOutForm .labelright
{
	text-align:left;
}

#checkOutForm textarea
{
	width:380px;
	height:100px;
}

.upgradeKeyContainer
{
	opacity: 0.8;
	filter:alpha(opacity=0.8);
	position: absolute;
	z-index: 2;
}

.upgradeKeyTop
{
	background-image: url(/common/image/site/system/cloudtop.gif); 
	background-repeat:no-repeat;
	width: 200px; 
	height: 20px;
}

.upgradeKeyBody
{
	background-color: black; 
	width: 190px; 
	color: white; 
	padding-left: 10px;
}

.upgradeKeyBody a
{
	color:white;
	font-size:9px;
}

.upgradeKeyBottom
{
	background-image: url(/common/image/site/system/cloudbottom.gif);
	background-repeat:no-repeat; 
	width: 200px; 
	height: 10px;
}

#vondleContract
{
	color:black;
	font-size:11px;
	line-height:16px;
	background-color:white;
	border: solid 1px #666666;
	padding:10px;
}

#vondleContract p
{
	margin-bottom:10px;
}

#vondleContract hr
{
	margin-top:30px;
}

#vondleContract h1
{	
	color:black;
}

#vondleContract h2
{	
	color:black;
	margin-top:30px;
	margin-bottom:10px;
}

.borderTable th, .borderTable td
{	
	color:black;
	font-size:11px;
	border: solid 1px #CCCCCC;
	padding:5px;
}


.myOrders{
	border-style:solid;
	border-width:1px;
	border-color:#B3B3B3;
	padding:10px;
	background-color:#FFFFFF;
}

.myOrders table{
	border:none;
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
}

.myOrders table td{
 	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#B3B3B3;
	padding:2px;
	vertical-align: top;
}

.myOrders table th{
 	color:#333333;
 	font-size:11px;
 	padding:2px;
}

.myOrders table tr:hover{
 	background-color:#eef1f5;
}

.myOrdersIcon{
 	width:16px;;
}

.chooseStore
{
	text-align:center; 
}

.chooseStore td
{
	padding:10px;
}

.chooseStore select
{
	width:auto;
}


.myProductBox{
	border-style:solid;
	border-width:1px;
	border-color:#B3B3B3;
	background-color:#FFFFFF;
	float:left;
	width:638px;
	margin-top:10px;
}

.myProductBoxTitle{
	padding:10px;
	background-color:#eef1f5;
	width:618px;
	float:left;
}

.myProductBoxTitle a{
	color:#333333;
}

.myProductBoxContent{
	padding:10px;
	width:618px;
	float:left;
}

.myProductBoxContent .appsAction{
	margin-top:10px;
}

.myProductBoxContent h3{
	margin:0px;
}

.myProductBoxTitle h2{
	margin:0px;
	margin-top:5px;
}

.myProductBoxTitle .appsAction{
	float:right;
	margin:0px;
}

.subContainer{
	width:100%;
	float:left;
}

.subTable{
	border:1px solid #CCC;
	background-color:white;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

.subTable table{
	border:0px;
}

.subTable table td{
	padding:3px;
	border-bottom:1px solid #EFEFEF;
	width:60px;
}

.subTable table th{
	padding:3px;
	border-bottom:1px solid #666;
	width:60px;
	text-align:center;
}
.formTable {
	border: none;
	border-collapse: collapse;
}
.formTable td{
    padding: 3px;
}


/* SUPPORT APPLICATIONS */

.supportHeader{
    margin-bottom: 10px;
    width: 640px;
    border-bottom: 1px solid #CCC;
}

.supportContainer{
    height: 429px;
    width: 640px;
    overflow: auto;
}

.supportPost{
    border: 1px solid #CCC;
    width: 598px;
    font-size: 11px;
    line-height: 20px;
    background-color: white;
    padding: 10px;
    padding-top: 0px;
}

.supportHeader .appsAction{
    float: right;
    margin-right: 0px;
    margin-left: 10px;
}

