html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
a, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
input[type="text"], input[type="password"], textarea, button,
caption, tbody, tfoot, thead, /*table, tr, td,*/ th 
{
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body
{
  line-height: 1;
}

ol, ul
{
  list-style: none;
}

:focus, :active
{
  outline: 0;
}

input, select
{
  vertical-align: middle;
}

select
{
  margin: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.clearfix:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/*
	Internet Explorer 7
*/

*:first-child+html .clearfix
{
	display: block;
}

/*
	Defaults
*/

body, input, select, textarea, button
{
	font: 13px "trebuchet ms", helvetica, sans-serif;
    /*height: 28px;*/
}


body
{
	color: #fff;
	background: #060606;
}

a
{
	color: #fed327;
	text-decoration: none;
}

.contentWrapper a
{
	color: #e0b301;
}

a:hover
{
	text-decoration: underline;
}

p
{
	line-height: 22px;
}

p.heading
{
	margin-top: 40px;
}

p.text
{
	margin-top: 8px;
}

h1,
h2,
h3,
h4,
h5
{
	margin-top: 40px;
	font-weight: bold;
}

h1
{
	font-size: 24px;
	line-height: 30px;
	/*letter-spacing: -1px;*/
}

h2
{
	font-size: 20px;
	line-height: 26px;
}

h3
{
	font-size: 18px;
	line-height: 24px;
}

h4
{
	font-size: 16px;
	line-height: 22px;
}

h5
{
	font-size: 14px;
	line-height: 20px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span
{
	font-weight: normal;
}


h2 span
{
	font-weight: normal;
    font-size:8pt;
}

/*
	Global
*/

.show
{
	display: block;
}

.hide
{
	display: none;
}

.noPadding
{
	padding: 0 !important;
}

.noMargin
{
	margin: 0 !important;
}

.marginTop
{
	margin-top: 40px !important;
}

.paddingTop
{
	padding-top: 40px !important;
}

.marginTopSmall
{
	margin-top: 8px !important;
}

.paddingTopSmall
{
	padding-top: 8px !important;
}

div.center
{
	width: 960px;
	margin: 0 auto;
}

input[type="text"],
input[type="password"],
select,
textarea
{
	font: 13px "Droid Sans", "Helvetica Neue", Helvetica, sans-serif;
	/*width: 250px; */
	padding: 4px;
	color: #333;
	background: #fff;
	border: 1px solid #cacaca;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	-webkit-transition: 200ms;
	-moz-transition: 200ms;*/
}

input[type="password"]
{
	font: 13px "Helvetica Neue", Helvetica, sans-serif; /* Droid Sans doesn't work with passwords in IE */
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus
{
	border-color: #bbb;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}


select
{
	/* width: 622px; */
}

a.colorButton,
button
{
	display:  inline-block; 
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 14px;
	text-align: center;
	color: #333;
	text-shadow: 0 1px 0 #ffdf4c;
	background: #fea611 url(/img/layout/colorButton.png) left top no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.colorButton span.pointer
{
	padding-right: 16px;
	background: transparent url(/img/layout/colorButtonPointer.png) right center no-repeat;		
}

a.colorButton span.pointer2
{
	padding-right: 16px;
	background: transparent url(/img/layout/colorButtonPointer2.png) right center no-repeat;		
}

a.colorButton:hover,
button:hover
{
	text-decoration: none;
	cursor: pointer;
	background-position: right top;
}



a.colorButton2,
button
{
	display:  inline-block; 
    height:34px; 
    line-height:34px; 
	padding: 0 20px;
	font-size:9pt;
	text-align: center;
	color: #333;
	text-shadow: 0 1px 0 #ffdf4c;
	background: #fea611 url(/img/layout/colorButton.png) right top;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.colorButton2 span.pointer
{
	padding-right: 16px;
	background: transparent url(/img/layout/colorButtonPointer.png) right center no-repeat;		
}

a.colorButton2 span.pointer2
{
	padding-right: 16px;
	background: transparent url(/img/layout/colorButtonPointer2.png) right center no-repeat;		
}

a.colorButton2:hover,
button:hover
{
	text-decoration: none;
	cursor: pointer;
	background-position: right top;
}



ul.numbered
{
	list-style-type: decimal;
	margin-top: 8px;
	line-height: 22px;
	padding-left: 24px;
}

ul.list
{
	margin-top: 8px;
}

ul.list li
{
	line-height: 22px;
	padding-left: 14px;
	background: transparent url(/img/icons/iconSmallDot.png) left center no-repeat;
}

ul.list.tick li
{
	padding-left: 24px;
	background: transparent url(/img/icons/iconSmallTick.png) left center no-repeat;
}

ul.list.win li
{
	padding-left: 27px;
	background: transparent url(/immagini/winicon.png) left center no-repeat;
}

ul.list.cross li
{
	padding-left: 18px;
	background: transparent url(/img/icons/iconSmallCross.png) left center no-repeat;
}


form button
{
	margin: 20px 0 0 0;
}

form label
{
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
}

form label.error
{
	color: #d20000;
}

.separator
{
	clear: both;
	height: 40px;
}

.separatorShadow
{
	position: relative;
	clear: both;
	padding-bottom: 80px;
	margin-bottom: -40px;
	background: transparent url(/img/layout/separatorShadow.png) center bottom no-repeat;
	border-top: 1px solid #fff;
}

.separatorShadow2
{
	position: relative;
	clear: both;
	padding-bottom: 30px;
	margin-bottom: -10px;
	background: transparent url(/img/layout/separatorShadow.png) center bottom no-repeat;
	border-top: 1px solid #fff;
}

.separatorShadow3
{
	position: relative;
	clear: both;
	padding-bottom: 35px;
	margin-bottom: -30px;
	background: transparent url(/img/layout/separatorShadow.png) center bottom no-repeat;
	border-top: 1px solid #fff;
}

.siteColumnLeft .separatorShadow
{
	background: transparent url(/img/layout/separatorShadowSmall.png) center bottom no-repeat;
}

.siteOverlay
{
	display: none;
	position: fixed;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: #fff;
}

.siteLoading
{
	display: none;
	position: fixed;
	z-index: 6;
	top: 50%;
	left: 50%;
	width: 58px;
	height: 58px;
	margin: -30px 0 0 -30px;
	cursor: pointer;
	background: #fff url(/img/layout/innerShadowBottom.png) left bottom repeat-x;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.siteLoading div
{
	width: 38px;
	height: 38px;
	margin: 10px;
	background: #fff url(/img/layout/imageZoomLoading.gif) center center no-repeat;
}

img.imageZoomBox
{
	display: none;
	position: fixed;
	z-index: 6;
	top: 50%;
	left: 50%;
	padding: 19px;
	background: #fff url(/img/layout/innerShadowBottom.png) left bottom repeat-x;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.imageZoomClose
{
	display: none;
	position: fixed;
	z-index: 7;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: transparent url(/img/layout/imageZoomClose.png) right top no-repeat;;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/*
	Icon Classes
*/

.iconSmallChat
{
	padding-left: 24px;
	background: transparent url(/img/icons/iconSmallChat.png) left center no-repeat;
}

.iconSmallClient
{
	padding-left: 24px;
	background: transparent url(/img/icons/iconSmallClient.png) left center no-repeat;
}

.iconSmallLogout
{
	padding-left: 24px;
	background: transparent url(/img/icons/logout.png) left center no-repeat;
}
.iconSmallReservedArea
{
	padding-left: 24px;
	background: transparent url(/img/icons/reserved_area.png) left center no-repeat;
}

.iconSmallEmail
{
	padding-left: 24px;
	background: transparent url(/img/icons/iconSmallEmail.png) left center no-repeat;
}

.iconSmallReseller
{
	padding-left: 24px;
	background: transparent url(/img/icons/reseller.png) left center no-repeat;
}

.iconSmallArrow
{
	padding-left: 24px;
	background: transparent url(/img/icons/frecciaright.png) left center no-repeat;
}

.iconSmallSignup
{
	padding-left: 24px;
	background: transparent url(/img/icons/signup.png) left center no-repeat;
}

.iconSmallPhone
{
	padding-left: 24px;
	background: transparent url(/img/icons/iconSmallPhone.png) left center no-repeat;
}

.iconSmallTutorial
{
	padding-left: 24px;
	background: transparent url(/img/icons/tutorial16.png) left center no-repeat;
}

.iconMediumNetwork
{
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(/img/icons/iconMediumNetwork.png) left center no-repeat;
}

.iconMediumFreeware
{
	line-height: 32px;
	padding-left: 38px;
	background: transparent url(/img/icons/freeware.png) left center no-repeat;
}

.iconMediumComplete
{
	line-height: 32px;
	padding-left: 38px;
	background: transparent url(/img/icons/completo.png) left center no-repeat;
}

.iconMediumDb
{
	line-height: 32px;
	padding-left: 38px;
	background: transparent url(/img/icons/db.png) left center no-repeat;
}

.iconMediumReliable
{
	line-height: 32px;
	padding-left: 38px;
	background: transparent url(/img/icons/reliable.png) left center no-repeat;
}

.iconMediumCog
{
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(/img/icons/iconMediumCog.png) left center no-repeat;
}

.iconMediumServer
{
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(/img/icons/iconMediumServer.png) left center no-repeat;
}

.iconMediumRemote
{
	line-height: 32px;
	padding-left: 38px;
	background: transparent url(/img/icons/iconMediumRemote.png) left center no-repeat;
}

.iconMediumNAS
{
	line-height: 32px;
	padding-left: 38px;
	background: transparent url(/img/icons/iconMediumNAS.png) left center no-repeat;
}

.iconMediumWebConsole
{
	line-height: 32px;
	padding-left: 38px;
	background: transparent url(/img/icons/iconMediumWebConsole.png) left center no-repeat;
}

.iconMediumMail
{
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(/img/icons/mail.png) left center no-repeat;
}
.iconMediumCloud
{
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(/img/icons/cloud.png) left center no-repeat;
}

.iconMediumTape
{
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(/img/icons/tape.png) left center no-repeat;
}

.iconMediumFtp
{
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(/img/icons/ftp.png) left center no-repeat;
}

.iconMediumZip
{
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(/img/icons/zip.png) left center no-repeat;
}

.iconMediumSync
{
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(/img/icons/sync.png) left center no-repeat;
}

.iconMediumReport
{
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(/img/icons/report.png) left center no-repeat;
}

.iconMediumHelp
{
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(/img/icons/iconMediumHelp.png) left center no-repeat;
}

.iconMediumOrders
{
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(/img/icons/orders.png) left center no-repeat;
}

.iconMediumCart
{
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(/img/icons/cart.png) left center no-repeat;
}

.iconMediumCartYellow
{
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(/img/icons/cart24.png) left center no-repeat;
}

.iconMediumPromCodes
{
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(/img/icons/codiciprom.png) left center no-repeat;
}

.iconMediumLicenses
{
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(/img/icons/licenses.png) left center no-repeat;
}

.iconMediumProfile
{
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(/img/icons/edit_profile.png) left center no-repeat;
}

.iconMediumStats
{
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(/img/icons/iconMediumStats.png) left center no-repeat;
}

.iconMediumControlPanel
{
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(/img/icons/iconMediumControlPanel.png) left center no-repeat;
}

/*
	Column Layout
*/
.column.large,
.column.medium,
.column.small,
.column.tiny
{
	float: left;
}

.column.large
{
	width: 625px;
	margin: 0 45px 0 0;
}

.column.medium
{
	width: 458px;
	margin: 0 44px 0 0;
}

.column.small
{
	width: 290px;
	margin: 0 45px 0 0;
}

.column.tiny
{
	width: 206px;
	margin: 0 45px 0 0;
}

.column.last
{
	margin-right: 0 !important;
}

.column .columnNavigation
{
	padding-top: 14px;
	border-bottom: 1px solid #ddd;
}

.column .columnNavigation li a
{
	display: block;
	color: #333;
	padding: 9px 12px;
	border-top: 1px solid #ddd;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
}

.column .columnNavigation li a.iconSmallPhone,
.column .columnNavigation li a.iconSmallTutorial,
.column .columnNavigation li a.iconSmallChat,
.column .columnNavigation li a.iconSmallClient,
.column .columnNavigation li a.iconSmallEmail,
.column .columnNavigation li a.iconSmallReseller,
.column .columnNavigation li a.iconSmallArrow,
.column .columnNavigation li a.iconSmallSignup,
.column .columnNavigation li a.iconSmallLogout,
.column .columnNavigation li a.iconSmallReservedArea
{
	padding-left: 36px;
	background-position: 12px center;
}

.column .columnNavigation li a:hover
{
	text-decoration: none;
	background-color: #f3f3f3;
}


.column img.alignLeft
{
	float: left;
	margin-right: 20px;
}

.column img.alignLeft2
{
	float: left;
	margin-right: 20px;
    margin-bottom:40px;
}

.column img.alignRight
{
	float: right;
	margin-left: 20px;
}

.column a:hover img
{
	/*background-color: #eee;
	border: 1px solid #ccc;*/
}

.contentWrapper .iconSmallPhone
{
	background-image: url(/img/icons/iconSmallPhoneLight.png);
}

.contentWrapper .iconSmallChat
{
	background-image: url(/img/icons/iconSmallChatLight.png);
}

.contentWrapper .iconSmallClient
{
	background-image: url(/img/icons/iconSmallClientLight.png);
}

.contentWrapper .iconSmallEmail
{
	background-image: url(/img/icons/iconSmallEmailLight.png);
}

.contentWrapper .iconSmallReseller
{
	background-image: url(/img/icons/reseller.png);
}

.contentWrapper .iconSmallSignup
{
	background-image: url(/img/icons/signup.png);
}

/*
	Tabs
*/

.tabWrapper
{
	clear: both;
	margin-top: 40px;
	background: #fff url(/img/layout/innerShadowBottom.png) left bottom repeat-x;
	border: 1px solid #ddd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.tabWrapper ul.tabs
{
	clear: both;
	height: 40px;
	background: #f3f3f3;
	border-bottom: 1px solid #ddd;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
}

.tabWrapper ul.tabs li
{
	float: left;
	height: 28px;
	line-height: 30px;
	padding: 0 25px;
	margin: 5px 5px;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #f3f3f3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background 200ms, box-shadow 200ms;
	-moz-transition: background 200ms, box-shadow 200ms;
}

.tabWrapper ul.tabs li:hover
{
	cursor: pointer;
	background: #fbfbfb;
	border: 1px solid #fbfbfb;
}

.tabWrapper ul.tabs li.active
{
	margin: -8px -1px 0 -1px;
	padding: 13px 31px 6px 31px;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.06);
	box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.06);
}

.tabWrapper .tabContent
{
	overflow: hidden;
	padding: 0 30px 30px 30px;
}

.tabWrapper .tabContent .label
{
	display: none;
}

.tabWrapper .tabContent .column.large
{
	width: 589px;
	margin: 0 30px 0 0;
}

.tabWrapper .tabContent .column.medium
{
	width: 434px;
	margin: 0 30px 0 0;
}

.tabWrapper .tabContent .column.small
{
	width: 279px;
	margin: 0 30px 0 0;
}

.tabWrapper .tabContent .column.tiny
{
	width: 202px;
	margin: 0 30px 0 0;
}

.tabWrapper .tabContent h1,
.tabWrapper .tabContent h2,
.tabWrapper .tabContent h3,
.tabWrapper .tabContent h4,
.tabWrapper .tabContent h5,
.tabWrapper .tabContent p.heading,
.tabWrapper .tabContent .marginTop
{
	margin-top: 30px;
}

.siteColumnLeft .tabWrapper .tabContent .column.small
{
	width: 269px;
}

.siteColumnLeft .tabWrapper .tabContent .column.tiny
{
	width: 169px;
}

/*
	Tables
*/

.tableWrapper
{
	overflow: hidden;
	margin-top: 40px;
	background: #fff url(/img/layout/innerShadowBottom.png) left bottom repeat-x;
	border: 1px solid #ddd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.mytable
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}

.mytable td,
.mytable th
{
	padding: 10px 10px 10px 10px;
	text-align: left;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;	
}

.mytable2 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    margin-left: -100px;
}

    .mytable2 td,
    .mytable2 th {
        padding: 5px 5px 5px 5px;
        text-align: left;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

.mytable3
{
	width: 100%;
	border-collapse: collapse;
	border: 0px solid #ddd;
}

.mytable3 td,
.mytable3 th
{
	padding: 5px 5px 30px 5px;
	text-align: center;
    vertical-align:top;
    font-weight:normal;
    font-size:13pt;
	border-right: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
	border-top: 0px solid #ddd;
	border-left: 0px solid #ddd;	
}


.mytableCart
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}

.mytableCart td,
.mytableCart th
{
	padding: 10px 10px 10px 10px;
	text-align: left;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;	
}

.mytable4
{
	width: 100%;
	border-collapse: collapse;
	border: 0px solid #fff;
}

.mytable4 td,
.mytable4 th
{
	padding: 0px 0px 0px 0px;
	text-align: left;
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;	
}

.mytable5
{
	/*width: 100%;*/
	border-collapse: collapse;
	border: 0px solid #fff;
    margin-left:180px;
}

.mytable5 td,
.mytable5 th
{
	padding: 5px 5px 5px 5px;
	text-align: left;
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;	
}




.hostingHeader
{
	padding: 40px 280px 0 0;
}

.hostingHeader.shared
{
	background: transparent url(/img/layout/hostingHeaderShared.png) right bottom no-repeat;
}

.hostingHeader.virtual
{
	background: transparent url(/img/layout/hostingHeaderVirtual.png) right bottom no-repeat;
}

.hostingHeader.server
{
	background: url(/img/layout/server-ibm.png) right bottom no-repeat;
}

.hostingHeader.dedicated
{
	background: transparent url(/img/layout/hostingHeaderDedicated.png) right bottom no-repeat;
}

.hostingPlans
{
	margin-top: 40px;
}

.hostingPlans .column
{
	background: #fff url(/img/layout/innerShadowBottom.png) left bottom repeat-x;
	border: 1px solid #ddd;
}

.hostingPlans .column.large
{
	width: 639px;
	margin-right: 0;
	margin-left: -1px;
}

.hostingPlans .column.medium
{
	width: 479px;
	margin-right: 0;
	margin-left: -1px;
}

.hostingPlans .column.small
{
	width: 319px;
	margin-right: 0;
	margin-left: -1px;
}

.hostingPlans .column.tiny
{
	width: 239px;
	margin-right: 0;
	margin-left: -1px;
}

.hostingPlans h1
{
	line-height: 20px;
	padding: 20px 0;
	margin: 0;
	text-align: center;
}

.hostingPlans h1 span
{
	line-height: 14px;
	font-size: 11px;
	color: #999;
	letter-spacing: normal;
}

.hostingPlans h2
{
	line-height: 20px;
	padding: 20px 0;
	margin: 0;
	text-align: center;
    font-size:18pt;
}

.hostingPlans h2 span
{
	line-height: 14px;
	font-size: 11px;
	color: #999;
	letter-spacing: normal;
}

.hostingPlans .column:first-child
{
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.hostingPlans .column:last-child
{
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.hostingPlans ul
{
	padding: 20px;
	border-top: 1px dashed #ddd;
}

.hostingPlans ul li
{
	line-height: 22px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}

.hostingPlans ul.keyFeatures
{
	background: #f3f3f3;
}

.hostingPlans ul.keyFeatures li
{
	line-height: 24px;
	font-size: 11px;  /*font-size: 16px; Alberto */
}

.hostingPlans ul.additionalFeatures li.unavailable
{
	height: 22px;
	color: #999;
	background: transparent url(/img/icons/iconSmallCross.png) center center no-repeat;
}

.hostingPlans .price
{
	text-align: center;
	padding: 20px;
	border-top: 1px dashed #ddd;
}

.hostingPlans .price strong
{
	font-size: 24px;
	line-height: 40px;
}

.hostingPlans .price span
{
	line-height: 14px;
	font-size: 11px;
	color: #999;
	letter-spacing: normal;
}

.hostingPlans .colorButton
{
	font-size: 12px;
	text-align: center;
	margin: 0 20px 20px 20px;
}
/*
.hostingPlans .column:hover
{
	position: relative;
	padding: 10px;
	margin: -10px -10px -10px -11px;
	background-color: #f3f3f3;
	-webkit-box-shadow: 0 0 10px #eee;
	-moz-box-shadow: 0 0 10px #eee;
	box-shadow: 0 0 10px #eee;
}
*/
/*
	Content info box
*/

.contentInfoBox
{
	clear: both;
	margin-top: 40px;
	text-align: center;
	background: #fff url(/img/layout/innerShadowBottom.png) left bottom repeat-x;
	border: 1px solid #ddd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.contentInfoBox p
{
	padding: 20px;
}

/*
	Structure
*/

.siteWrapper
{
	min-width: 960px;
}

.siteHeaderShadow
{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 120px;
	background: transparent url(/img/layout/siteHeaderShadow.png) left top repeat-x;
}

.siteHeader
{
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 90px;
}

.siteHeader .logo
{
	float: left;
	width: 300px;
	height: 60px;
	margin: 15px 0;
	background: transparent url(/img/logos/siteHeaderLogo.png) left center no-repeat;
}

.siteHeader .navigation
{
	float: right;
}

.siteHeader .navigation li
{
	float: left;
	margin: 20px 0;
}

.siteHeader .navigation li a
{
	display: block;
	line-height: 15px;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background 200ms, color 200ms;
	-moz-transition: background 200ms, color 200ms;
}

.siteHeader .navigation li a.dropdown
{
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.siteHeader .navigation li a span
{
	font-size: 11px;
	color: #999;
	text-transform: none;
}

.siteHeader .navigation li:hover a
{
	padding: 9px 19px;
	color: #fed327;
	text-decoration: none;
	background: #222;
	border: 1px solid #000;
	-webkit-box-shadow: inset 0 1px 0 #383838;
	-moz-box-shadow: inset 0 1px 0 #383838;
	box-shadow: inset 0 1px 0 #383838;
}

.siteHeader .navigation li:hover a.dropdown
{
	padding: 9px 19px 10px 19px;
	border-bottom: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.siteHeader .navigation li ul.dropdown
{
	display: none;
	position: absolute;
	overflow: hidden;
	width: 240px;
	border: 1px solid #000;
	border-top: 0;
	-webkit-border-radius: 6px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-topleft: 0;
	border-radius: 6px;
	border-top-left-radius: 0;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.siteHeader .navigation li ul.dropdown li
{
	float: none;
	margin: 0;
}

.siteHeader .navigation li ul.dropdown li a
{
	padding: 15px 20px;
	color: #fff;
	text-transform: none;
	background: #222;
	border: 0;
	border-top: 1px solid #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.siteHeader .navigation li ul.dropdown li:first-child a
{
	-webkit-border-top-right-radius: 6px;
}

.siteHeader .navigation li ul.dropdown li a:hover
{
	color: #fed327;
	background: #333;
	-webkit-box-shadow: inset 0 3px 6px #191919;
	-moz-box-shadow: inset 0 3px 6px #191919;
	box-shadow: inset 0 3px 6px #191919;
}

.siteHeader .navigation li:hover ul.dropdown
{
	display: block;
}

.contentSlider,
.contentHeader
{
	overflow: hidden;
	background: #222 url(/img/layout/siteHeaderPattern.png) left top repeat;	
}

.contentSlider
{
	position: relative;
}

.contentSlider .center,
.contentHeader .center
{
	height: 340px;
	background: transparent url(/img/layout/siteHeaderMap.png) center top no-repeat;	
}

.contentSlider,
.contentSlider .slide
{
	position: relative;
	overflow: hidden;
	height: 340px;
}

.contentSlider .slide
{
	width: 960px;
}

.contentSlider .slideSwitchLabel
{
	display: none;
}

.contentSlider .slideSwitch
{
	position: absolute;
	z-index: 1;
	margin-top: 320px;
}

.contentSlider .slideSwitch div
{
	float: left;
	height: 28px;
	line-height: 28px;
	margin-right: 9px;
	color: #999;
	text-align: center;
	text-shadow: 0 1px 0 #000;
	cursor: pointer;
	border: 1px solid #444;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
}

.contentSlider .slideSwitch div:hover
{
	color: #fff;
	border-color: #666;
}

.contentSlider .slideSwitch div.active
{
	color: #fed327;
	background: #1a1a1a url(/img/layout/slideSwitchGradient.png) left top repeat-x;
	border-color: #111;
	-webkit-box-shadow: 0 1px 0 #444;
	-moz-box-shadow: 0 1px 0 #444;
	box-shadow: 0 1px 0 #444;
}

.contentSlider .information
{
	float: left;
	width: 480px;
	margin-top: 120px;
	text-shadow: 0 1px 0 #000;
}

.contentSlider .information h1
{
	font-size: 36px;
	padding-bottom: 4px;
	margin-top: 0;
}

.contentSlider .information ul
{
	margin-top: 20px;
}

.contentSlider .information ul li
{
	float: left;
	width: 240px;
	line-height: 22px;
	font-size: 14px;
}

.contentSlider .information .box
{
	height: 40px;
	padding: 9px;
	margin-top: 10px;
	border: 1px solid #444;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.contentSlider .information .box .label
{
	float: left;
	font-size: 11px;
	line-height: 14px;
	margin: 6px 10px;
	color: #999;
	text-align: right;
	text-transform: uppercase;
}

.contentSlider .information .box .price
{
	float: left;
	margin-left: 10px;
	line-height: 40px;
	font-weight: bold;
	font-size: 36px;
}

.contentSlider .information .box .colorButton
{
	float: right;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.contentSlider img
{
	float: right;
	margin-top: -40px;
}


.contentHeader .center
{
	height: 60px;
	padding-top: 90px;
}

.contentHeader h1
{
	position: relative;
	z-index: 3;
	float: left;
	line-height: 60px;
	margin: 0;
	text-shadow: 0 1px 0 #000;
}

.contentHeader ul
{
	position: relative;
	z-index: 3;
	float: right;
	margin-right: 8px;
}

.contentHeader ul li
{
	float: left;
}

.contentHeader ul li a
{
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	margin: 15px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background 200ms;
	-moz-transition: background 200ms;
}

.contentHeader ul li a:hover
{
	text-decoration: none;
	background-color: #111;
	-webkit-box-shadow: 0 1px 0 #444;
	-moz-box-shadow: 0 1px 0 #444;
	box-shadow: 0 1px 0 #444;
}

.contentHeader ul li a.iconSmallPhone,
.contentHeader ul li a.iconSmallTutorial,
.contentHeader ul li a.iconSmallChat,
.contentHeader ul li a.iconSmallClient,
.contentHeader ul li a.iconSmallEmail,
.contentHeader ul li a.iconSmallLogout,
.contentHeader ul li a.iconSmallReservedArea, 
.contentHeader ul li a.iconSmallSignup
{
	padding-left: 36px;
	background-position: 12px center;
}

.contentHeader ul li a.iconSmallPhone
{
	padding-left: 30px;
	background-position: 8px center;
}

.contentHeader ul li a.iconSmallTutorial
{
	padding-left: 30px;
	background-position: 8px center;
}

.contentWrapper
{
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
	color: #444;
	background: #fff url(/img/layout/innerShadowBottom.png) left bottom repeat-x;
}

.contentWrapper .outerShadow
{
	position: absolute;
	left: 0;
	width: 100%;
	height: 30px;
	margin-top: -30px;
	background: transparent url(/img/layout/contentWrapperOuterShadow.png) left bottom repeat-x;
}

.contentWrapper .innerShadow
{
	position: absolute;
	left: 0;
	width: 100%;
	height: 10px;
	background: transparent url(/img/layout/innerShadowTop.png) left top repeat-x;
}

.siteColumnLeft
{
	clear: both;
	float: left;
	width: 630px;
}

.siteColumnLeft .column.tiny
{
	width: 205px; /*width: 180px; Alberto*/  
}

.siteColumnRight
{
	float: right;
	width: 250px;
	padding-left: 40px;
	background: transparent url(/img/layout/siteColumnRight.png) left top no-repeat;
}

.siteFooter
{
	background: #222 url(/img/layout/siteFooterPattern.png) left top repeat;
}

.siteFooter .center
{
	padding-bottom: 30px;
}

.siteFooter .column .columnNavigation
{
	padding-top: 6px;
	border: 0;
}

.siteFooter .column .columnNavigation li a
{
	padding: 6px 0;
	padding-left: 12px;
	margin-left: -12px;
	color: #444444;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background 200ms;
	-moz-transition: background 200ms;
}

.siteFooter .column .columnNavigation li a:hover
{
	background-color: #222;
	-webkit-box-shadow: inset 0 1px 0 #383838, 0 2px 6px #060606;
	-moz-box-shadow: inset 0 1px 0 #383838, 0 2px 6px #060606;
	box-shadow: inset 0 1px 0 #383838, 0 2px 6px #060606;
}

.siteFooter .column .columnNavigation li a.iconSmallPhone,
.siteFooter .column .columnNavigation li a.iconSmallTutorial,
.siteFooter .column .columnNavigation li a.iconSmallChat,
.siteFooter .column .columnNavigation li a.iconSmallClient,
.siteFooter .column .columnNavigation li a.iconSmallEmail,
.siteFooter .column .columnNavigation li a.iconSmallSignup,
.siteFooter .column .columnNavigation li a.iconSmallReservedArea,
.siteFooter .column .columnNavigation li a.iconSmallLogout
{
	padding-left: 36px;
	background-position: 12px center;
}

.siteFooter p
{
	color: #999;
}

.siteFooterBar
{
	padding: 20px 0;
	color: #999;
	background: #060606;
	border-top: 1px solid #222;
    /*background: transparent url(/img/layout/siteHeaderMap.png) center top no-repeat;*/
    /*background: transparent url(/img/layout/siteFooterPattern.png) repeat;*/	
    background: linear-gradient(
      rgba(0, 0, 0, 0.7), 
      rgba(0, 0, 0, 0.7)
    ), transparent url(/themes/business/img/layout/scaledBackground.jpg) center bottom no-repeat;
   
}

.siteFooterBar p
{
	padding-left: 54px;
	background: transparent url(/img/logos/siteFooterBarLogoPad.png) left center no-repeat;
}

.siteFooterBar a.backToTop
{
	float: right;
	line-height: 22px;
	padding-right: 12px;
	background: transparent url(/img/icons/iconSmallTop.png) right center no-repeat;
}

/*
	Testimonial Box
*/

.testimonialBox
{
	margin-top: 15px;
}

.testimonialBox p
{
	padding: 12px;
	font-family: "Droid Serif", Georgia, serif;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-shadow: 0 1px 0 #fff;
	background: #f3f3f3;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: inset 0 1px 0 #fff;
}

.testimonialBox .author
{
	margin-top: -1px;
	padding: 15px 0 0 45px;
	background: transparent url(/img/layout/testimonialBox.png) 14px top no-repeat;
}



/*
	Login form
*/

.loginForm
{
	display: block;
	width: 480px; /* width: 320px; Alberto*/
	padding: 50px 0 20px 0;
	margin: 0 auto;
}

.loginForm input[type="text"],
.loginForm input[type="password"]
{
	width: 279px;
	padding-left: 32px;
}

.loginForm input[type="text"]
{
	background: #fff url(/img/icons/iconSmallClientLight.png) 8px center no-repeat;
}

.loginForm input[type="password"]
{
	background: #fff url(/img/icons/iconSmallLockLight.png) 8px center no-repeat;
}

.loginForm button
{
	font-weight: bold;
	width: 320px;
}

.loginForm .help
{
	margin-top: 40px;
	text-align: center;
}

/*
	Blog
*/

.blogSearch
{
	margin-top: 40px;
}

.blogSearch label
{
	display: none;
}

.blogSearch input[type="text"]
{
	color: #999;
	width: 232px;
}

.blogSearch input[type="image"]
{
	position: absolute;
	padding: 10px;
	margin-left: 210px;
}

.blogPost
{
	margin-bottom: -40px;
}

.blogPost .postHeader,
.blogPost .postFooter,
.blogPost .commentHeader
{
	color: #999;
}

.blogPost p.text,
.blogPost .postFooter
{
	margin-top: 20px;
}

.blogPost .postFooter
{
	padding-bottom: 80px;
	background: transparent url(/img/layout/separatorShadowSmall.png) center bottom no-repeat;
}

.blogPost .postFooter span
{
	font-weight: bold;
	margin: 0 10px;
}

.blogPost .comment
{
	margin-top: 20px;
}

.blogPost label span
{
	font-weight: normal;
	color: #999;
}

.blogPageSwitch
{
	clear: both;
	margin-top: 40px;
}

.blogPageSwitch a
{
	float: left;
	padding: 6px 12px;
	margin-right: 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
}

.blogPageSwitch a:hover
{
	text-decoration: none;
	background: #f3f3f3;
}

.immagini_tutorials {
    border: 1px solid #555555;

}


.column.tiny h2
{
margin-top:5px;
}

.web_reporting_icon {
    border: 0px;
    float:left;
    margin-top:-1px;
}


.imgclass
{
	padding: 9px;
	background: #fff url(/img/layout/innerShadowBottom.png) left bottom repeat-x;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
}


.imgclass img.alignLeft
{
	float: left;
	margin-right: 20px;
}

.imgclass img.alignLeft2
{
	float: left;
	margin-right: 20px;
    margin-bottom:40px;
}

.imgclass img.alignRight
{
	float: right;
	margin-left: 20px;
}

.combolingueheader {
    margin-left:18px;
    padding:1px;
    width:110px;
}


.greybutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ddd), color-stop(1, #CCC) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd', endColorstr='#CCC');
	background-color:#ddd;

    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed", endColorstr="#bbb");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ededed), to(#bbb));
    background-image: -moz-linear-gradient(top, #ededed, #bbb);
    background-image: -ms-linear-gradient(top, #ededed, #bbb);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #bbb));
    background-image: -webkit-linear-gradient(top, #ededed, #bbb);
    background-image: -o-linear-gradient(top, #ededed, #bbb);
    background-image: linear-gradient(#ededed, #bbb);
    border-color: #5f634f #5f634f hsl(70, 11%, 29.5%);
    -webkit-font-smoothing: antialiased;


	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;

	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:36px;
	line-height:36px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 0px 0px #ffffff;
}
.greybutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CCC), color-stop(1, #ddd) );
	background:-moz-linear-gradient( center top, #CCC 5%, #ddd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCC', endColorstr='#ddd');
	background-color:#CCC;

    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eee", endColorstr="#aaa");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#eee), to(#aaa));
    background-image: -moz-linear-gradient(top, #eee, #aaa);
    background-image: -ms-linear-gradient(top, #eee, #aaa);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #aaa));
    background-image: -webkit-linear-gradient(top, #eee, #aaa);
    background-image: -o-linear-gradient(top, #eee, #aaa);
    background-image: linear-gradient(#eee, #aaa);
    -webkit-font-smoothing: antialiased;
    text-decoration:none;
    color:#666666;
}

.greybutton:active {
        position: relative;
        top: 1px;
        color:#666666;
    }

a.greybutton {
color:#666666;
}



.orangebutton {
    
	-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
	box-shadow:inset 0px 1px 0px 0px #fed897;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
	background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
	background-color:#f6b33d;
        

    background-color: hsl(36, 100%, 54%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc97a", endColorstr="#ffa114");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ffc97a), to(#ffa114));
    background-image: -moz-linear-gradient(top, #ffc97a, #ffa114);
    background-image: -ms-linear-gradient(top, #ffc97a, #ffa114);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc97a), color-stop(100%, #ffa114));
    background-image: -webkit-linear-gradient(top, #ffc97a, #ffa114);
    background-image: -o-linear-gradient(top, #ffc97a, #ffa114);
    background-image: linear-gradient(#ffc97a, #ffa114);
    border-color: #ffa114 #ffa114 hsl(36, 100%, 49%);
    /*color: #333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);*/
    -webkit-font-smoothing: antialiased;

	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #eda933;
	display:inline-block;
	color:#ffffff;
	font-family:"trebuchet ms", helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:36px;
	line-height:36px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 1px #ffa114;


}
.orangebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background-color:#d29105;
        
    background-color: hsl(36, 100%, 54%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc97a", endColorstr="#F49300");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ffc97a), to(#F49300));
    background-image: -moz-linear-gradient(top, #ffc97a, #F49300);
    background-image: -ms-linear-gradient(top, #ffc97a, #F49300);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc97a), color-stop(100%, #F49300));
    background-image: -webkit-linear-gradient(top, #ffc97a, #F49300);
    background-image: -o-linear-gradient(top, #ffc97a, #F49300);
    background-image: linear-gradient(#ffc97a, #F49300);
    text-decoration:none;
    color:#ffffff;

}.orangebutton:active {
	position:relative;
	top:1px;
    color:#ffffff;
}

 a.orangebutton {
color:#ffffff;
}


.greenbutton {
	
    
    /*-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;*/

    background-color: hsl(84, 100%, 39%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#B5E386", endColorstr="#85AC28");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#B5E386), to(#85AC28));
    background-image: -moz-linear-gradient(top, #B5E386, #85AC28);
    background-image: -ms-linear-gradient(top, #B5E386, #85AC28);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B5E386), color-stop(100%, #85AC28));
    background-image: -webkit-linear-gradient(top, #B5E386, #85AC28);
    background-image: -o-linear-gradient(top, #B5E386, #85AC28);
    background-image: linear-gradient(#B5E386, #85AC28);
    border-color: #77c600 #77c600 hsl(84, 100%, 34.5%);
    color: #fff !important;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);*/
    text-shadow:1px 1px 1px #8cb82b;
    -webkit-font-smoothing: antialiased;

	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:"trebuchet ms", helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:36px;
	line-height:36px;
	width:200px;
	text-decoration:none;
	text-align:center;
	/*text-shadow:1px 1px 0px #cd8a15;*/
}
.greenbutton:hover {
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;*/

    background-color: hsl(84, 100%, 39%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#B5E386", endColorstr="#759823");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#B5E386), to(#759823));
    background-image: -moz-linear-gradient(top, #B5E386, #759823);
    background-image: -ms-linear-gradient(top, #B5E386, #759823);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B5E386), color-stop(100%, #759823));
    background-image: -webkit-linear-gradient(top, #B5E386, #759823);
    background-image: -o-linear-gradient(top, #B5E386, #759823);
    background-image: linear-gradient(#B5E386, #759823);
    border-color: #77c600 #77c600 hsl(84, 100%, 34.5%);
    color: #fff !important;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);*/
    text-shadow:1px 1px 1px #8cb82b;
    -webkit-font-smoothing: antialiased;
    text-decoration:none;
    color:#ffffff;

}.greenbutton:active {
	position:relative;
	top:1px;
    color:#ffffff;
}

 a.greenbutton {
color:#ffffff;
}


 .bluebutton {
	
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#67ABD9", endColorstr="#447FA9");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#67ABD9), to(#447FA9));
    background-image: -moz-linear-gradient(top, #67ABD9, #447FA9);
    background-image: -ms-linear-gradient(top, #67ABD9, #447FA9);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #67ABD9), color-stop(100%, #447FA9));
    background-image: -webkit-linear-gradient(top, #67ABD9, #447FA9);
    background-image: -o-linear-gradient(top, #67ABD9, #447FA9);
    background-image: linear-gradient(#67ABD9, #447FA9);
    border-color: #447FA9 #447FA9 #447FA9;
    -webkit-font-smoothing: antialiased;

	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #447FA9;
	display:inline-block;
	color:#ffffff;
	font-family:"trebuchet ms", helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:36px;
	line-height:36px;
	width:200px;
	text-decoration:none;
	text-align:center;
}
.bluebutton:hover {

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#56A1D5", endColorstr="#2F719F");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#56A1D5), to(#2F719F));
    background-image: -moz-linear-gradient(top, #56A1D5, #2F719F);
    background-image: -ms-linear-gradient(top, #56A1D5, #2F719F);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #56A1D5), color-stop(100%, #2F719F));
    background-image: -webkit-linear-gradient(top, #56A1D5, #2F719F);
    background-image: -o-linear-gradient(top, #56A1D5, #2F719F);
    background-image: linear-gradient(#56A1D5, #2F719F);
    border-color: #447FA9 #447FA9 #447FA9;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    text-decoration:none;
    color:#ffffff;
}.bluebutton:active {
	position:relative;
	top:1px;
    color:#ffffff;
}

 a.bluebutton {
color:#ffffff;
}



 /*
	Twitter Widget
*/

.twitterWidget
{
	height: 50px;
	background: #f3f3f3 url(/img/layout/twitterWidget.png) left center repeat-x;
	border-top: 1px solid #d3d3d3;
}

.twitterWidget .profileLink
{
	float: left;
	width: 30px;
	height: 30px;
	margin: 10px 0;
	margin-right: 16px;
	background: transparent url(/img/icons/iconMediumTwitter.png) left center no-repeat;
}

.twitterWidget .center p
{
	line-height: 50px;
	color: #333;
	text-shadow: 0 1px 0 #fff;
}

.twitterWidget .center p a
{
	color: #333;
	font-weight: bold;
	border-bottom: 1px dotted #333;
}

.twitterWidget .center p a:hover
{
	text-decoration: none;
	border: 0;
}

.twitterWidget .center p span
{
	color: #999;
	margin-left: 10px;
}


input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}
input[type=radio] {
    bottom: 2px;
}








 
