/*
 * "SidebarDisabler stylesheet"
 * (C) 2012 VittGam.net. All Rights Reserved.
 *
 * This stylesheet is remotely inspired to a template by
 * Free CSS Templates (www.freecsstemplates.org) that was
 * released for free under a Creative Commons Attribution 2.5 License.
 */

/*import url(http://fonts.googleapis.com/css?family=Rancho|Ubuntu:400,700);*/

/*'Ubuntu', 'Segoe UI', 'Lucida Grande', Tahoma, */

html,body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	background: #E6E6E6; /*#E7E7DC*/
	background: white -webkit-radial-gradient(center center,ellipse cover,rgba(231,231,220,0.25) 0%,rgba(231,231,220,0.25) 10%,rgba(0,0,0,0.1) 100%);
	background: white -moz-radial-gradient(center center,ellipse cover,rgba(231,231,220,0.25) 0%,rgba(231,231,220,0.25) 10%,rgba(0,0,0,0.1) 100%);
	background: white -ms-radial-gradient(center center,ellipse cover,rgba(231,231,220,0.25) 0%,rgba(231,231,220,0.25) 10%,rgba(0,0,0,0.1) 100%);
	background: white -o-radial-gradient(center center,ellipse cover,rgba(231,231,220,0.25) 0%,rgba(231,231,220,0.25) 10%,rgba(0,0,0,0.1) 100%);
	background: white radial-gradient(center center,ellipse cover,rgba(231,231,220,0.25) 0%,rgba(231,231,220,0.25) 10%,rgba(0,0,0,0.1) 100%);
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	zoom: 1;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selon {
	-moz-user-select: text;
	-khtml-user-select: text;
	-webkit-user-select: text;
	-o-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

@media only screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none;
	}
}

img {
	border: 0;
}

h1, h2, h3, h4, h5 {
	font-family: 'Righteous', Impact, 'Segoe UI', 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3E3530;
}

.wf-righteous-n4-loading #logo {
	opacity: 0;
}

h1 {
	font-size: 51px;
}

h2 {
	font-size: 28px;
	margin-bottom: 5px;
}

h3 {
	font-size: 22px/*31px*/;
	margin-bottom: 5px;
}

h4 {
	font-size: 20px;
	margin-bottom: 5px;
}

h5 {
	font-size: 18px;
	margin-bottom: 5px;
}

p, ul, ol, ul li h3 {
	margin-top: 0;
	line-height: 180%;
}

a, .ui-widget-content a {
	text-decoration: none;
	color: #339ccb;
}

.clink {
	color: #339ccb !important;
}

body.green a {
	color: #2bad2b;
}

body.green .clink {
	color: #2bad2b !important;
}

a:hover {
	text-decoration: underline;
}

#scrollwrapper {
	width: 100%;
	height: 100%;
	overflow: auto;
	outline: none;
	position: relative;
}

#wrapper {
	/*min-width: 980px;*/
	/*max-width: 90%;*/
	width: 98%;
	min-width: 960px;/*780px;*/
	max-width: 1030px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#topbar,#scrolltopbar {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 174px;
	margin-bottom: -174px;
	background: #065efe;
	-webkit-box-shadow: 0 0 50px #333;
	-moz-box-shadow: 0 0 50px #333;
	-o-box-shadow: 0 0 50px #333;
	box-shadow: 0 0 50px #333;
	z-index: -1;
}

body.green #topbar,body.green #scrolltopbar {
	background: #01db49;
}

#topbar {
	display: block;
}

#scrolltopbar {
	display: none;
}

@media screen and (max-height: 300px) {
	#topbar {
		display: none;
	}
	#scrolltopbar {
		display: block;
	}
}

#logobg {
	position: relative;
	z-index: -1;
	height: 124px;
	margin-bottom: -124px;
	background: #065efe;
	background: -webkit-gradient(radial,center center,0,center center,500,from(#6ac2ff),to(#065efe));
	background: -webkit-radial-gradient(circle,#6ac2ff,#065efe);
	background: -moz-radial-gradient(circle,#6ac2ff,#065efe);
	background: -ms-radial-gradient(circle,#6ac2ff,#065efe);
	background: -o-radial-gradient(circle,#6ac2ff,#065efe);
	background: radial-gradient(circle,#6ac2ff,#065efe);
}

body.green #logobg {
	background: #01db49;
	background: -webkit-gradient(radial,center center,0,center center,500,from(#36fe49),to(#01db49));
	background: -webkit-radial-gradient(circle,#36fe49,#01db49);
	background: -moz-radial-gradient(circle,#36fe49,#01db49);
	background: -ms-radial-gradient(circle,#36fe49,#01db49);
	background: -o-radial-gradient(circle,#36fe49,#01db49);
	background: radial-gradient(circle,#36fe49,#01db49);
}

#logo {
	position: relative;
	z-index: 2;
	height: 83px;
	padding: 15px 0 25px;
	color: white;
	-webkit-transition: opacity 0.4s linear;
	opacity: 1;
}

#logo a {
	border: none;
	background: transparent none;
	text-decoration: none;
	color: white;
	text-shadow: #333 0 0 10px;
	position: relative;
}

#logo > a {
	display: block;
}

body.xmaslogo #logo > a:after {
	background: url(../images/santa-left.png);
	position: absolute;
	top: -8px;
	left: -37px;
	width: 100px;
	height: 100px;
	content: ".";
	font-size: 0;
	line-height: 0;
	display: block;
}

body.xmaslogo.bigtopasd #logo > a:after {
	background: url(../images/santa-right.png);
	left: 37px;
}

@media screen and (max-width: 1090px) {
	body.xmaslogo #logo > a:after {
		background: url(../images/santa-right.png);
		left: 37px;
	}
}

#logo img {
	width: 100px;
	height: 100px;
	margin-right: 5px;
	float: left;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	/*text-transform: uppercase;*/
	line-height: 1.28;
}

#logo h1 {
	font-size: 45px;
	margin-top: 6px/*10px*/;
}

#logo p {
	font-size: 16px;
	font-weight: bold;
} 

body.bigtopasd #logo h1, body.bigtopasd #logo p {
	display: none;
}

#topasd {
	width: 468px;
	height: 60px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 32px;
	right: 10px;
	-webkit-box-shadow: 0 0 10px #333;
	-moz-box-shadow: 0 0 10px #333;
	-o-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
	z-index: 3;
	background: white;
}

body.bigtopasd #topasd {
	width: 728px;
	height: 90px;
	top: 20px;
	right: 0;
}

#topasd:before,
.middleasd:before,
.bottomasd:before {
	content: "Advertisement";
	position: absolute;
	bottom: 100%;
	left: 0;
	font-size: 10px;
	text-shadow: #fff 0 0 5px;
	color: #2bad2b;
	text-align: center;
	width: 100%;
	margin-bottom: 4px;
}

#topasd:before {
	text-shadow: #333 0 0 5px;
	color: #fff;
}

body.lang-it #topasd:before,
body.lang-it .middleasd:before,
body.lang-it .bottomasd:before {
	content: "Pubblicità";
}

.asd, .sidebarasd {
	width: 300px;
	height: 250px;
	margin: 0 0 20px;
	padding: 0;
	-webkit-box-shadow: 0 0 10px #333;
	-moz-box-shadow: 0 0 10px #333;
	-o-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
	background: white;
	position: relative;
}

.middleasd,.bottomasd {
	width: 728px;
	height: 90px;
	margin: 20px auto 10px;
	padding: 0;
	-webkit-box-shadow: 0 0 10px #333;
	-moz-box-shadow: 0 0 10px #333;
	-o-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
	background: white;
	position: relative;
}

.middleasd {
	margin: -10px auto 20px;
}

body.bigtopasd.altasd #topasd {
	width: 641px;
	height: 91px;
}

body.altasd .asd, body.altasd .sidebarasd {
	width: 300px;
	height: 300px;
}

body.altasd .middleasd,
body.altasd .bottomasd {
	width: 641px;
	height: 91px;
}

#menu {
	position: relative;
	z-index: 2;
	height: auto;
	min-height: 49px;
	padding: 0 0 0 5px;
	background: #e5e5e5;
	background: -moz-linear-gradient(top,#e5e5e5,#f8f8f8);
	background: -webkit-gradient(linear,left top,left bottom,from(#e5e5e5),to(#f8f8f8));
	background: -webkit-linear-gradient(top,#e5e5e5,#f8f8f8);
	background: -o-linear-gradient(top,#e5e5e5,#f8f8f8);
	background: linear-gradient(top,#e5e5e5,#f8f8f8);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr="#e5e5e5",EndColorStr="#f8f8f8",GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr="#e5e5e5",EndColorStr="#f8f8f8",GradientType=0);
	border: 1px solid #efefef;
	/*border-bottom: none;*/
	/*-webkit-box-shadow: 0 -1px 9px #333;
	-moz-box-shadow: 0 -1px 9px #333;
	-o-box-shadow: 0 -1px 9px #333;
	box-shadow: 0 -1px 9px #333;*/
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	float: left;
	white-space: nowrap;
	cursor: default;
}

#menu ul.right {
	float: right;
}

#menu > ul > li {
	float: left;
	position: relative;
}

#menu > ul > li:after {
	content: ".";
	font-size: 0;
	line-height: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 47px;
	background: #e5e5e5;
	background: -moz-linear-gradient(top,#cfcfcf,#f7f7f7);
	background: -webkit-gradient(linear,left top,left bottom,from(#cfcfcf),to(#f7f7f7));
	background: -webkit-linear-gradient(top,#cfcfcf,#f7f7f7);
	background: -o-linear-gradient(top,#cfcfcf,#f7f7f7);
	background: linear-gradient(top,#cfcfcf,#f7f7f7);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr="#cfcfcf",EndColorStr="#f7f7f7",GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr="#cfcfcf",EndColorStr="#f7f7f7",GradientType=0);
	border-top: 2px solid #efefef;
	border-right: 1px solid #f8f8f8;
}

#menu > ul.right > li:after {
	right: auto;

	left: 0;
}

#menu ul > li > ul.dropdown {
	position: absolute;
	right: 0;
	top: 100%;
	min-width: 100%;
	background: #f8f8f8;
	border: 1px solid #efefef;
	border-bottom: none;
	margin-top: -1px;
	margin-right: -1px;
	display: none;
}

#menu ul > li:hover > ul.dropdown {
	display: block;
}

#menu ul > li > ul.dropdown > li {
	border-bottom: 1px solid #efefef;
}

#menu ul > li > ul.dropdown > li:hover {
	background: white;
}

#menu ul > li > ul.dropdown > li a {
	margin: 0;
	padding: 15px 20px 0;
}

#menu ul img {
	height: 20px;
}

#menu > ul > li#securelink > a > img {
	width: 19px;
	height: 19px;
	margin-top: -2px;
	margin-right: 4px;
	vertical-align: top;
}

#menu > ul > li#topbarlang > a > img {
	width: 30px;
	margin-top: -1px;
}

#menu ul.dropdown > li > a > img {
	width: 24px;
	height: 16px;
	vertical-align: bottom;
}

#menu a {
	height: 34px;
	display: block;
	_display: inline-block;
	margin: 0 10px;
	padding: 15px 10px 0;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	color: #4B4B4B;
	border: none;
}

#page {
	margin: -46px 0 0 0;
	padding: 76px 30px 20px 30px;
	background: white;
	-webkit-box-shadow: 0 0 50px #333;
	-moz-box-shadow: 0 0 50px #333;
	-o-box-shadow: 0 0 50px #333;
	box-shadow: 0 0 50px #333;
	position: relative;
	z-index: 1;
	/*font-weight: bold;*/
}

#page-bgbtm {
	/*padding: 30px 30px 20px 30px;*/
}

#content {
	/*float: left;*/
	/*width: 620px;*/
	/*padding: 0px 20px 0px 0px;*/
	/*margin-right: 250px;*/
	font-size: 13px;
	text-shadow: #fff 0 0 3px;
}

#content h2,#content h3,#content h4,#content h5 {
	color: #339ccb;
}

body.green #content h2,body.green #content h3,body.green #content h4,body.green #content h5 {
	color: #2bad2b;
}

#content ul, #content ol {
	padding: 0;
}

#content ul > li, #content ol > li {
	margin-left: 20px;
}

#sidebar {
	float: right;
	width: 300px;
	margin: 0 0 20px 30px;
	color: #787878;
	font-weight: normal;
	font-size: 16px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	position: relative;
}

#sidebar h2 {
	margin-bottom: 15px;
	font-size: 27px;
	color: #606060;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 0px 20px 0px;
	text-align: justify;
}

#sidebar .cbildlinks {
	text-align: center;
}

#sidebar .cbildlinks p {
	display: inline-block;
	text-align: center;
	margin: 0;
	line-height: normal;
	font-weight: bold;
	vertical-align: middle;
}

#sidebar li:last-child .cbildlinks p {
	padding-bottom: 0;
}

#footer {
	margin: 20px auto 22px;
	padding: 0 10px;
	/*font: 10px 'Segoe UI', Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	line-height: normal;
	/*text-transform: uppercase;*/
	text-align: center;
	color: #A19D9A;
	position: relative;
	z-index: 1;
}

#footer a {
	color: #A19D9A;
	font-weight: bold;
}

#footer nobr {
	white-space: nowrap;
}

.buttonify, .buttonified {
	font-size: 18px;
}

.buttonify.small, .buttonified.small {
	font-size: 13px;
}

.buttonify {
	line-height: 1.4;
	display: inline-block;
	position: relative;
	padding: 0.4em 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin-right: .1em;
	text-decoration: none !important;
	cursor: pointer;
	zoom: 1;
	overflow: visible;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #CCC;
	background: #F6F6F6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1C94C4;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}

.buttonify:hover, .buttonify:focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}

.buttonify:active {
	border: 1px solid #fbd850;
	background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}

.buttonify.installbtn, .buttonified.installbtn {
	box-shadow: 0 0 10px #333;
}

a.nounderline:hover {
	text-decoration: none !important;
}

.flfixbtn {
	display: block;
	margin-right: 330px;
	color: red;
}

.installbtn {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.installbtn .installnow {
	display: block;
	font-size: 35px;
}

.installbtn .extversion {
	display: block;
	font-size: 12px;
	margin-bottom: 7px;
}

.centered {
	text-align: center !important;
}

.alsoavailable {
	line-height: normal;
	display: block;
}

#uninstallguide {
	margin-bottom: 15px;
}

/*#content p {
	font-weight: bold;
}*/

#content .inline {
	display: inline;
}

.bold {
	font-weight: bold !important;
}

.nobold {
	font-weight: normal !important;
}

.underlined {
	text-decoration: underline !important;
}

.cred {
	color: red !important;
}

a.cred, .cred a {
	color: #ff2222 !important;
}

.cgreen {
	color: green !important;
}

.cblack {
	color: black !important;
}

.cblack2 {
	color: #333 !important;
}

#content p span.text {
	display: block;
}

.big {
	font-size: 16px;
}

.small {
	font-size: 10px;
}

#sidebar .small {
	font-size: 14px;
}

.screenshot {
	margin-right: 330px;
	display: block;
}

.screenshot.comparison {
	margin-bottom: 5px;
	margin-right: 0;
	text-align: center;
}

.screenshot img {
	margin-top: 5px;
	max-width: 100%;
	-webkit-box-shadow: 0 0 10px #aaa;
	-moz-box-shadow: 0 0 10px #aaa;
	-o-box-shadow: 0 0 10px #aaa;
	box-shadow: 0 0 10px #aaa;
}

.screenshot.comparison div {
	display: inline-block;
	width: 49%;
	font-weight: bold;
	font-size: 30px;
}
.screenshot.comparison div p {
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 1;
}
.screenshot.comparison div .small {
	font-size: 14px;
}

.verybig {
	font-size: 45px;
}

#faqcontainer {
	margin-right: 330px;
}
#faqcontainer .faqitem {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 5px;
}
#faqcontainer .faqitem p {
	font-size: 12px;
}
#faqcontainer .faqarrow {
	width: 12px;
	margin-right: -12px;
	float: left;
}
#faqcontainer .faqarrow i {
	width: 0;
	height: 0;
	display: inline-block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #aaa;
	border-right: none;
	margin: 0 3px 0 2px;
}
#faqcontainer .faqitemopen > .faqarrow i,
#faqcontainer.no_js .faqarrow i {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #aaa;
	border-bottom: none;
	margin: 3px 0 2px;
}
#faqcontainer .faqcontent {
	margin-left: 12px;
	padding-left: 5px;
}
#faqcontainer .faqcontent > .faqanswer,
#faqcontainer .faqcontent > .faqlinks,
#faqcontainer .faqcontent > .faqfeedback {
	display: none;
}
#faqcontainer .faqitemopen > .faqcontent > .faqtitle,
#faqcontainer.no_js .faqtitle {
	font-weight: bold;
	padding-bottom: 2px;
}
#faqcontainer .faqitemopen > .faqcontent > .faqanswer,
#faqcontainer.no_js .faqanswer,
#faqcontainer .faqitemopen > .faqcontent > .faqlinks,
#faqcontainer.no_js .faqlinks,
#faqcontainer .faqitemopen > .faqcontent > .faqfeedback,
#faqcontainer.no_js .faqfeedback {
	display: block;
}
#faqcontainer .faqitemopen > .faqcontent,
#faqcontainer.no_js .faqcontent {
	padding-bottom: 10px;
}
#faqcontainer .faqitemopen > .faqcontent > .faqsnippet,
#faqcontainer.no_js .faqsnippet,
#faqcontainer.no_js .faqfeedback {
	display: none;
}
#faqcontainer .faqtitle a {
	font-weight: bold;
}
#faqcontainer .faqsnippet {
	font-size: 11px;
	color: gray;
}
#faqcontainer .faqlinks {
	padding: 5px 0;
}
#faqcontainer .faqlinks a {
	color: #6d84b4;
	text-decoration: none;
}
#faqcontainer .faqanswer ul {
	list-style-type: square;
	padding-left: 40px;
	margin: 12px 0;
}
#faqcontainer .faqfeedback {
	background-color: #F2F2F2;
	border: 1px solid #CCC;
	margin-top: 5px;
	padding: 10px;
	vertical-align: middle;
}
#faqcontainer .faqfeedback .question {
	display: table;
	width: 100%;
}
#faqcontainer .faqfeedback .question .text {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}
#faqcontainer .faqfeedback .question .buttons {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}
#faqcontainer .faqfeedback .whynot ul {
	margin: 0;
	padding: 0;
}
#faqcontainer .faqfeedback .loading {
	background: url(images/loader-small.gif) 50% 50% no-repeat;
	height: 30px;
}
#faqcontainer .faqfeedback.showwhynot .question,
#faqcontainer .faqfeedback.showthanks .question,
#faqcontainer .faqfeedback:not(.showwhynot) .whynot,
#faqcontainer .faqfeedback:not(.showthanks) .thanks,
#faqcontainer .faqfeedback:not(.showloading) .loading,
#faqcontainer .faqfeedback.showloading .question,
#faqcontainer .faqfeedback.showloading .whynot,
#faqcontainer .faqfeedback.showloading .thanks {
	display: none;
}

#cookieinfo {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	box-shadow: 0 0 10px black;
	background-color: #FFF9D7;
	width: 100%;
	height: 36px;
	font-size: 13px;
}

#cookieinfo .clearfix {
	width: 98%;
	min-width: 960px;/*780px;*/
	max-width: 1030px;
	margin: 0 auto;
}

#cookieinfo .clearfix .lfloat {
	padding: 10px 0 10px 10px;
	height: 16px;
	line-height: 16px;
}

#cookieinfo .clearfix .rfloat {
	padding: 3px 10px 3px 0;
	height: 30px;
}

#cookieinfo .clearfix .rfloat .buttonify + .buttonify {
	margin-left: 3px;
}

body.showcookieinfo #cookieinfo {
	display: block;
}

body.showcookieinfo #wrapper {
	padding-bottom: 36px;
}

#cookieinfo:not(.showokaybutton) .clearfix .rfloat .buttonify.okaybutton {
	display: none;
}

#likeusarrowwrap {
	position: relative;
}

#likeusarrowwrap img {
	position: absolute;
	right: 100%;
	top: -24px;
	/*width: 207px;
	height: 152px;*/
	width: 187px;
	height: 137px;
	margin-right: 3px;
	/*top: -30px;
	width: 218px;
	height: 160px;
	margin-right: -2px;*/
	display: block;
	opacity: 0.8;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: -1;
}

.cwsrateme {
	border: 1px solid rgba(51,51,51,0.5);
	border-radius: 6px;
	-webkit-box-shadow: 0 0 10px #333;
	-moz-box-shadow: 0 0 10px #333;
	-o-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
	margin: 20px 10px;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	line-height: normal;
	color: #333;
	width: 330px;
	display: block;
	background: white;
	-webkit-transition: opacity 0.4s linear;
	opacity: 1;
}

.wf-opensans-n4-loading .cwsrateme {
	opacity: 0;
	height: 48px;
}

#sidebar .cwsrateme {
	margin: -20px 0 20px;
	width: auto;
	color: green;
}

.widget-review-button-link {
	font: 11px/20px 'Open Sans', Arial, sans-serif;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	outline: none;
	position: relative;
	background-color: #f8f8f8;
	background-image: -moz-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #dedede));
	background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
	background-image: -o-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
	background-image: -ms-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#dedede, GradientType=0);
	background-image: linear-gradient(top, #f8f8f8 0%, #dedede 100%);
	border: #ccc solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333 !important;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	height: 22px;
}
.widget-review-button-link:focus, .widget-review-button-link:hover, .widget-review-button-link:active {
	border-color: #bbb;
	background-color: #e8e8e8;
	background-image: -moz-linear-gradient(top, #e8e8e8 0%, #d9d9d9 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #d9d9d9));
	background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #d9d9d9 100%);
	background-image: -o-linear-gradient(top, #e8e8e8 0%, #d9d9d9 100%);
	background-image: -ms-linear-gradient(top, #e8e8e8 0%, #d9d9d9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e8e8e8, endColorstr=#d9d9d9, GradientType=0);
	background-image: linear-gradient(top, #e8e8e8 0%, #d9d9d9 100%);
	text-decoration: none;
}
.widget-review-button-link:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
}
.widget-review-button-link .widget-cws-logo {
	position: absolute;
	top: 3px;
	background: transparent 0 0 no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAATCAYAAACdkl3yAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEwA6I18LAAACuklEQVQ4y3WSQWhUVxSGv/PeM5PgGKLS0NhoRMHqMCIiXXTXRRFKN1UQKwVXboKKKEJF3Nili0I3pV3YLBSrLiu0i0oRqsaI2oWTDDUSAmrQqInJjE4m8+79u3hvXpKaOXB4577z3/+c/55jlUqFxVYqlUQLKxaL1ioXSck9SYyMjKhQKDA3N0cYhhnIOUcul6NUKqlQKJjZ+3xRM2gSxnGMc46xsbEM1NfXh3Muwy1LNDw8/J6UfD5Pd3d3dimfX8n8fAOAcrm8rHSTJBCwUEXp2dIOJA8YEpiB9wKET9EP7t1fkJa0nSSwlIC0Ribdsif4vwXL/VTLubVMECxNtoptsfJlLWoiBGCGANXrSziQQa4twXmBXFamyR9p8TuPPiK4dBnKD6E9hCAE5+BdAwrb8QcOwNaPURChOE7Gkr6D+TSys9/DjwPQadC7BjpWQBBAw0G1BuPT0BD0HyI+ewIHWByDPA/u/0NktRiOHoPzPwHr4E0X1GZhVZBIagimHFSBeAq+O0n45BHBLz9j4aKhP7v4g5QMSqJT4kOJjyRWS6yUWCPRk35zC9jD59S0wcFBRft7/+JabyddT2eBpudh7x7Y2QfzD+HFb+AEYbowBsSnYfoLWF1MW3r9pY6f2ilhSaVN2zT155CujnsNvJB+r82pqhvS9HrpKdI0Ug35OvJvvsk6MsY/17p6F9d3/8G2V57xq3/zbc8u3CR8sELUvdHRDmc+uUGP/wrFM0lXAkXbsfZbDN0ZJmA+ZGKt49zXG9DmTxnYsou7Qw2qlZjns46paszNxzFXyp9B+5ZkU3zq7iVoormQQMXz68ENHOzYwb1RmKxB20yySkI8r8LtCegvrCUXpCQACjKK4Nq/R4zAqK8yLuzzFEPHu7cxjytidFaMzsDLGc/GLsi1TUIAFiYeWISlrP8BSxF/h7bF5BsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC);
	height: 19px;
	width: 18px;
}
.widget-review-button-link .widget-cws-action-label {
	padding: 0 10px 0 27px;
	white-space: nowrap;
	vertical-align: middle;
}

.lfloat {
	float: left;
}

.rfloat {
	float: right;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

table.ui-widget {
	border-collapse: collapse;
}

table.ui-widget td, table.ui-widget th {
	padding: 0.6em 10px;
}

#contactiframe {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: none transparent;
	border: none;
	width: 100%;
	height: 100%;
	overflow: auto;
	display: block;
	z-index: 99999;
}

#contactiframeloader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: none rgba(252,252,252,0.9);
	border: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
	display: block;
	z-index: 99998;
}

#contactiframeloader #innerdiv1 {
	margin: 125px auto 40px;
	background: rgba(82,82,82,0.7);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	width: 542px;
	height: auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#contactiframeloader #innerdiv1 #innerdiv2 {
	background-color: #f2f2f2;
	border: 1px solid #606060;
	font-size: 24px;
	padding: 10px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #333;
	line-height: 1.28;
	text-align: left;
	direction: ltr;
}

:focus {
	outline-color: #e59700;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	display: none;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
	background-color: transparent;
}

::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
	height: 50px;
	background-color: rgba(100,100,100,0.9);
	border: 0px none;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #666;
}

