/*==== Clearfix ====*/
.clearfix {
	clear: both;
}
.clearfix:after { /*Opera*/
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
* html > body .clearfix {
	width: 100%;
	display: block;
}
* html .clearfix { /* IE 6 */
	height: 1%;
}
/*==== END Clearfix ====*/
/*==== Typeface Js CSS ====*/
.typeface-js-vector-container {
}
.typeface-js-vector-container canvas {
	display: inline-block;
	vertical-align: bottom;
}
/*==== END Typeface Js CSS ====*/
/*==== Main Layout CSS ====*/
body, html {
	height: 100%;
	font: normal 10pt 'Open Sans', Arial, sans-serif;
}
.section {
	margin-left: auto;
    margin-right: auto;
    width: 960px;
}
body {
	background: url('../images/background/common.jpg') repeat-x center top;
}
/*==== End Main Layout CSS ====*/

/*==== Common CSS ====*/
/*---- Controls css ----*/
.checkbox {
	display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    overflow: hidden;
	cursor: pointer;
}
.checkbox.disabled {
	cursor: default;
}
.checkbox input {
	float: left;
    margin-left: -30px;
    margin-top: -30px;
}
.checkbox .icon {
	background: url("../images/sprites.png") no-repeat scroll 0px -40px transparent !important;
    display: inline-block;
    vertical-align: top;
    width: 100% !important;
    height: 100% !important;
}

.checkbox.checked .icon {
    background-position: -40px -40px !important;
}
.checkbox.disabled .icon {
    background-position: 0px -40px !important;
}
/*---- end Controls css ----*/

.col {
	margin-top: 0px;
	margin-bottom: 0px;
}
.header {
	background: url("../images/shadow.png") no-repeat center bottom;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: -10px;
	z-index: 2;
}
.header .content {
	background: url("../images/header.png") repeat 0px 0px;
}
.header .logo {
	display: inline-block;
	margin-top: 14px;
}
.maincontent {
/*	background: #f1eee9;*/
	color: #fff;
}
.footer {
	background: #edc4ce url("../images/blur_back.jpg") repeat-x center top;
	border-bottom: 17px solid #fff;
}
.footer .content {
	padding: 40px 0px;
	background: url("../images/shadow_b.png") no-repeat center bottom;
	color: #323232;
}
.footer .logo {
	float: left;
	margin-right: 10px;
}
.footer h2,
.footer h3 {
	font-family: 'Neo Sans Pro Cyr';
	font-size: 14pt;
	font-weight: bold;
	color: #262626;
}
/*==== END Common CSS ====*/


/*==== Aurora Page CSS ====*/
.article-page {
	
}
.article-page h1 {
	font-family: 'Neo Sans Pro Cyr';
	font-size: 34pt;
	margin-bottom: 17px;
}
.article-page h2 {
	font-family: 'Neo Sans Pro Cyr';
	font-size: 17pt;
	line-height: 120%;
}
.article-page h2.intro {
	font-family: 'Neo Sans Pro Cyr';
	font-size: 17pt;
	line-height: 160%;
	width: 720px;
	margin: 150px auto 0px;
	text-align: center;
}
.article-page .block {
	font-size: 15pt;
	width: 940px;
	margin: 0px auto;
	text-align: center;
}
.article-page .description {
	overflow: hidden;
	position: relative; /* fix overflow */
	width: 100%;
	
}
.article-page .description > .group {
	width: 200%;
	-webkit-transition: margin 700ms ease 0s;
	-moz-transition: margin 700ms ease 0s;
	transition: margin 700ms ease 0s;
}
.article-page .description.toggle > .group {
	margin-left: -100%;
}
.article-page .description .intro_text {
	width: 480px;
	margin: 0px auto;
}
.article-page .description .more_text {
	font-size: 11pt;
    text-align: left;
}
.article-page .description .more_text p {
    line-height: 140%;
}
.article-page .block p {
	line-height: 160%;
}
.article-page .block .more {
	margin-top: 35px;
	display: inline-block;
	background: rgba(158, 170, 197, 0.25);
	padding: 12px 100px;
	border-radius: 5px;
	cursor: pointer;
}
.article-page .block .more .text {
	font-family: 'Neo Sans Pro Cyr';
	font-weight: bold;
}
.article-page .upsell .icon {
	background: url('../../../images/products/aurora/providers/star_upsell.png') no-repeat 0px 0px;
	display: block;
    height: 340px;
    margin: -75px auto -95px;
    width: 340px;
}
.article-page .partnership .icon {
	background: url('../../../images/products/aurora/providers/star_partnership.png') no-repeat 0px 0px;
	display: block;
    height: 480px;
    margin: -110px auto -120px;
    width: 480px;
}
.article-page .integration .icon {
	background: url('../../../images/products/aurora/providers/star_integration.png') no-repeat 0px 0px;
	display: block;
    height: 480px;
    margin: 40px auto -145px;
    width: 480px;
}

#system-message dt.message {
	display: none;
}
#system-message ul {
	margin-top: 10px;
	list-style-type: none;
	color: #6D839D;
	text-align: center;
}


.moduletable_contactus {
	background: url('../../../images/products/aurora/providers/star_contact.png') no-repeat center top;
	margin: 90px auto 225px;
	text-align: center;
	padding: 190px 0px 0px;
}

.moduletable_contactus h3 {
	font-family: 'Neo Sans Pro Cyr';
	font-size: 34pt;
	margin-bottom: 17px;
}

.moduletable_contactus label {
	display: none;
}
.moduletable_contactus .inputbox {
	margin-bottom: 15px;
	display: inline-block;
	background: rgba(158, 170, 197, 0.25) !important;
	padding: 13px 16px;
	border-radius: 5px;
	border: 0px;
	text-align: left;
	font-size: 11pt;
	color: #fff;
	width: 320px;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.moduletable_contactus .inputbox:focus {
	background: #fff;
	color: #3f3f3f;
}
.moduletable_contactus textarea {
	resize: vertical;
}
.moduletable_contactus .button {
	background: rgba(22, 19, 19, 0.7);
	color: #fff;
	border-radius: 5px;
	border: 0px;
	padding: 11px 16px;
	width: 320px;
	margin-top: 25px;
	cursor: pointer;
	font-size: 14pt;
	font-family: 'Neo Sans Pro Cyr';
	font-weight: bold;
}
.moduletable_contactus .button .typeface-js-vector-container {
	display: inline-block;
	margin-top: 4px;
}
.moduletable_contactus .button:hover {
	background: rgba(22, 19, 19, 0.8);
}
.moduletable_contactus .contact {
	text-align: left;
}
.moduletable_contactus .contact a {
	color: #00c9e3;
	text-decoration: none;
	
	font-family: 'Neo Sans Pro Cyr';
	font-weight: bold;
    font-size: 14pt;
}
.moduletable_contactus .contact a:hover {
	text-decoration: underline;
}
.moduletable_contactus .contact h4 {
	font-family: 'Neo Sans Pro Cyr';
    font-size: 18pt;
	margin-bottom: 30px;
}
.moduletable_contactus .contact address {
	font-style: normal;
	font-size: 14pt;
	line-height: 180%;
}
.moduletable_contactus .contact .contact-telephone {
	font-size: 14pt;
	display: block;
}
.moduletable_contactus .contact .contact-emailto {
	font-size: 14pt;
	display: block;
	margin-top: 10px;
}
/*.common_panel {
	background: url('../images/shadow1.png') no-repeat center top;	
}*/
.owerview {
	padding: 70px 0px;
}
.owerview h2 {
	font-family: 'Neo Sans Pro Cyr';
    font-size: 14pt;
    font-weight: normal;
	color: #999999;
	margin-bottom: 12px;
}
.owerview .cards {
	padding: 0px 20px;
}
.owerview .cards .group {
}
.owerview .cards .col {
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	-o-perspective: 2000px;
	perspective: 2000px;
}
.owerview .cards .item {
	text-align: center;
	padding: 5px 7px;
	height: 363px;
	margin-bottom: 20px;
	cursor: pointer;
	
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	overflow: hidden;
	
	
	background: url("../images/card.png") no-repeat center top;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	transition: transform 500ms ease;
	
	/*backface-visibility: hidden;*/
}

.owerview .cards .item.flip {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.owerview .cards .item.flip .item_content {
	/*visibility: hidden;*/
	opacity: 0;
	margin-top: -363px;
}
.owerview .cards .item .item_content.backside {
/*	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);*/
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}	
.owerview .cards .item.flip .item_content.backside {
	opacity: 1;
	margin-top: 0px;
}
.owerview .cards .item .item_content {
	-webkit-transition: opacity 150ms ease 100ms, margin-top 0ms ease 150ms;
	-moz-transition: opacity 150ms ease 100ms, margin-top 0ms ease 150ms;
	transition: opacity 150ms ease 100ms, margin-top 0ms ease 150ms;
	
	margin-top: 0px;
	opacity: 1;
	padding: 30px 50px;
	height: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.owerview .cards .item.custom .item_content {
	border-radius: 5px;
	padding: 0px;
	overflow: hidden;
	
	background: #9ae5ef;
	background: -moz-linear-gradient(top,  #9ae5ef 0%, #62e5f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ae5ef), color-stop(100%,#62e5f6));
	background: -webkit-linear-gradient(top,  #9ae5ef 0%,#62e5f6 100%);
	background: -o-linear-gradient(top,  #9ae5ef 0%,#62e5f6 100%);
	background: -ms-linear-gradient(top,  #9ae5ef 0%,#62e5f6 100%);
	background: linear-gradient(to bottom,  #9ae5ef 0%,#62e5f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ae5ef', endColorstr='#62e5f6',GradientType=0 );
}
.owerview .cards .item.custom .item_content.backside {
	background: none;
}

.owerview .cards .item.custom .item_content .text {
	padding: 30px 50px 18px;
}

.owerview .cards .item .icon {
	margin-bottom: 10px;
}
.owerview .cards .item.custom .item_content .icon {
	margin-bottom: 0px;
}
.owerview .cards .item h3 {
	font-size: 16pt;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Neo Sans Pro Cyr';
	color: #414141;
	margin: 10px 0px 20px;
}
.owerview .cards .item .description {
	font-size: 9pt;
	font-family: 'Open Sans', sans-serif;
	line-height: 120%;
	color: #656565;
}
.entry-page .screenshots {
	background: #fff;
	padding: 80px 0px 50px;
}
.entry-page .screenshots h2 {
	color: #999999;
	font-family: 'Neo Sans Pro Cyr';
    font-size: 14pt;
    font-weight: normal;
	margin-bottom: 30px;
}
.entry-page .screenshots .nivoSlider {
	box-shadow: 0px 0px 20px #ccc;
}
.entry-page .screenshots .nivoSlider .nivo-caption {
	display: none !important;
}
.entry-page .screenshots .nivo-control {
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #46b8e3;
	box-shadow: inset 0px 1px 0px #2d7894;
	border-radius: 50%;
	text-indent: 12px;
	overflow: hidden;
	margin-right: 20px;
}
.entry-page .screenshots .nivo-control.active {
	background: #474747;
}
.entry-page .screenshots .nivo-controlNav {
	padding: 40px 0px 10px;
}
.entry-page .support {
	background: #f1eee9 url('../images/shadow1.png') no-repeat center top;
	font-family: 'Open Sans',sans-serif;
	padding: 125px 0px 55px;
}
.entry-page .support .item {
	display: block;
	text-decoration: none;
	padding-right: 30px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.entry-page .support .item:last-child {
	padding-right: 0px;
}
.entry-page .support .item .title {
	font-family: 'Neo Sans Pro Cyr';
	font-size: 14pt;
	font-weight: bold;
	line-height: 120%;
	color: #2f2f2f;
	display: block;
	margin-bottom: 10px;
}
.entry-page .support .item .text {
	font-size: 9pt;
	color: #656565;
	line-height: 160%;
	overflow: hidden;
	display: block;
}
.entry-page .support .item .icon {
	display: block;
	float: left;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	box-shadow: 0px 2px 4px #bdbbb8;
	margin-right: 32px;
}
.entry-page .support .item .icon .helper {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0px;
}
.entry-page .support .item .icon img {
	display: inline-block;
	vertical-align: middle;
}
	
.entry-page .provider {
	background: #f1eee9;
	padding: 40px 0px 105px;
}
.entry-page .provider .content {
	background: url(../../../images/products/aurora/provider-slide.jpg) center top;
	padding: 58px 120px 20px;
	border-radius: 5px;
	height: 216px;
	text-align: center;
	color: #fff;
}
.entry-page .provider .title {
	font-size: 34pt;
	font-family: 'Neo Sans Pro Cyr';
	
}
.entry-page .provider .text {
	font-size: 17pt;
	font-family: 'Open Sans', sans-serif;
	line-height: 140%;
	margin-top: 10px;
	display: block;
	
}
.entry-page .provider .link {
	display: inline-block;
	margin-top: 50px;
	color: #fff;
	font-size: 10pt;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	
/*	display: inline-block;
	font-size: 34pt;
	background: #ff7466;
	float: right;
	width: 350px;
	padding: 50px 0px;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0px 3px 0px #c72211;
	outline: 0px;*/
}
.entry-page .provider .link:hover {
	text-decoration: underline;
/*	margin-top: 2px;
	box-shadow: 0px 1px 0px #c72211;*/
}

.entry-page .parallax-viewport {
	position:relative;
	overflow:hidden;
	width: 100%;
	height: 440px;
	margin: 0px auto -408px;
	background: url("../../../images/products/aurora/slider_bg.png") repeat-x center center;
}	
.entry-page .parallax-layer {
	position:absolute;
	width: 1600px;
	height: 600px;
}
.entry-page .layer0 {
	background: url("../../../images/products/aurora/slider_layer0.png") repeat 0 0;
}
.entry-page .layer1 {
	width: 1800px;
	height: 800px;
	background: url("../../../images/products/aurora/slider_layer1.png") repeat 0 0;
}
.entry-page .layer2 {
	width: 3000px;
	height: 1000px;
	background: url("../../../images/products/aurora/slider_layer2.png") repeat 0 0;
}
/*==== END Aurora Page CSS ====*/
/*==== MODULE Clients CSS ====*/
.moduletable_clients {
	background: #fff;
	margin-top: 20px;
	padding-top: 1px;
	text-align: center;
}
.moduletable_clients h3 {
	margin-top: -31px;
	font-size: 12pt;
	font-weight: normal;
	color: #999999;
}
.moduletable_clients h3 span {
	display: inline-block;
	border-radius: 30px 30px 0px 0px / 18px 18px 0px 0px; 
	background: #fff;
	padding: 5px 25px 6px;
	vertical-align: top;
}
.moduletable_clients h3 .helper {
	border-radius: 0px;
	padding: 0px;
	background: url("../images/curved_corners.png") no-repeat left top;
	height: 30px;
	width: 27px;
}
.moduletable_clients h3 .helper:last-child {
	background-position: right top;
}
.moduletable_clients .clients_clients .slider .arrow_prev .control,
.moduletable_clients .clients_clients .slider .arrow_next .control {
		margin: 125px 0px 0px;
}



.moduletable_clients .clients_clients {
	padding: 50px 0 15px;
}
.moduletable_clients .clients_clients .span_1_of_4:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}
.moduletable_clients .clients_clients .item  {
	margin-top: 0px;
	margin-bottom: 40px;
}
.moduletable_clients .clients_clients .title {
	display: none;
}
/*==== END MODULE Clients CSS ====*/
/*==== MODULE Spcial Links CSS ====*/
.social_links {
	margin: 0px 100px 0px 0px;
}
.social_links .links {
	float: left;
	margin-right: 10px;
}
.social_links .links a {
	text-decoration: none;
}
/*==== END MODULE Spcial Links CSS ====*/


/*==== Aurora Download Page CSS ====*/
.download-entry-page {
	background: url("../images/download_background.jpg") repeat-x center top;
	padding-top: 70px;
}
.download-entry-page .step1,
.download-entry-page .step2,
.download-entry-page .step3 {
	padding-bottom: 70px;
}
.download-entry-page h2 {
	font: normal 27pt 'Neo Sans Pro Cyr';
}
.download-entry-page h2 .list_bullet {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 8px 0px 0px;
	width: 40px;
	height: 30px;
	border-radius: 20px;
	background: #474747;
	margin-right: 28px;
	box-shadow: 0 1px 0 #DDDDDD;
	
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12pt;
	color: #fff;
}
.download-entry-page h2 .typeface-js-vector-container {
	display: inline-block;
	vertical-align: middle;
}
.download-entry-page .packages {
	margin: 0px 60px;
}
.download-entry-page .package {
	padding: 10px;
}
.download-entry-page .package .package_content {
	background: #fff;
	border-radius: 5px;
	/*width: 385px;*/
	padding: 10px;
}
.download-entry-page .package .package_header {
	border-radius: 4px;
	background: #D6D6D6;
	padding: 20px 56px;
	text-align: center;
}
.download-entry-page .step2 .package .package_header {
	padding: 20px 46px 14px;
}
.download-entry-page .package.selected .package_header {
	background: #FC9FB4;
}
.download-entry-page .step2 .package.selected .package_header {
	background: #474747;
	color: #fff;
}
.download-entry-page .package .package_header .title {
	display: block;
	
	font-family: 'Neo Sans Pro Cyr';
	font-size: 48pt;
	font-weight: normal;
	line-height: 120%;
	color: #323232;
}
.download-entry-page .package .package_header .title .note {
	display: block;
	font-size: 20pt;
	line-height: 120%;
}

.download-entry-page .step2 .package .package_header .title {
	font-size: 16pt;
}
.download-entry-page .package .package_header .checkbox {
	float: left;
	margin-left: -26px;
	margin-top: 45px;
}
.download-entry-page .package .package_header .checkbox {
	width: 26px;
	height: 26px;
}
.download-entry-page .step2 .package .package_header .checkbox {
	margin-top: -4px;
}
.download-entry-page .package .package_description {
	padding: 25px 0px;
	color: #676767;
}

.download-entry-page .step2 .package .package_description {
	padding: 25px 10px;
	text-align: center;
}

.download-entry-page .package .package_description .item {
	clear: both;
	margin-bottom: 30px;
}
.download-entry-page .step1 .package_description .icon {
	display: block;
	text-align: center;
	float: left;
	width: 75px;
	margin-right: 10px;
}
.download-entry-page .step1 .package_description h3 {
	font-weight: normal;
	color: #676767;
}

.download-entry-page .step3 .content {
	padding: 30px 70px 0;
	width: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.download-entry-page .step3 .email {
	background: #fff;
	padding: 22px 45px; 
	text-align: center;
	width: 100%;
	font: normal 32pt 'Open Sans', Arial, sans-serif;
	color: #919191;
	text-align: left;
	border: 0px;
	border-radius: 5px;
	box-shadow: 0 2px 1px #7D7D7D inset;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.download-entry-page .step3 .note {
	padding: 16px 70px 0;
	text-align: right;
	color: #323232;
}



.download-entry-page .download {
	background: #fff;
	padding: 40px 0px; 
	text-align: center;
}
.download-entry-page .download .section .button {
	display: inline-block;
	padding: 20px 60px;
	text-transform: uppercase;
	background: #29D1EB;
	color: #fff;
	font-size: 30pt;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: 0px 1px 3px #777, 0px 1px 0px #777;
	cursor: pointer;
}
/*==== END Aurora Download Page CSS ====*/


.menu {
	height:36px;
	font-size:0.85em;
	position:relative;
	z-index:100;
	padding:18px 0px 16px;
	float:right;
}
.menu ul {
	padding:0;
	/* margin:-2px 0px 0px; */
	list-style-type:none;
	height:36px;
	float:right;
}
.menu ul ul {
	list-style-type:none;
	height:auto;
	float:none;
}

.menu .separator {
	border-bottom: 1px solid #E7E7E7;
    color: #ADADAD;
    display: block;
    font-size: 9pt;
    margin: 2px 12px;
    padding: 10px 6px;
}
.menu .control {
	display: none;
	width: 12px;
	height: 12px;
	margin-left: 2px;
    vertical-align: middle;
	background: url("../images/sprites.png") no-repeat -200px 0px;
}
.menu .parent > .l1 > .link_text > .control {
	display: inline-block;
}
.menu a.l1:hover,
.menu li:hover a.l1,
.menu .selected a.l1 {
	color:#393939;
	background:#f2f2f2;
	text-decoration:none;
	border-radius: 5px;
}

.menu .parent a.l1:hover,
.menu li.parent:hover a.l1,
.menu .parent.selected a.l1 {
	border-radius: 5px 5px 0px 0px;
}

.menu ul li:hover div.over div, .menu ul a:hover div.over div {
	border-left:0px solid #a0c0ff;
	border-right:0px solid #a0c0ff;
}
.l1 { 
	$float:left;
	width:auto;
}
.l1 span.link_text {
	/*margin-top: 12px;*/
	/* border-left:1px solid #555;
	border-right:1px solid #414141; */
}
.l1_f span.link_text {
	border-left:0px;
	padding-left: 1px;
}
.l1_l span.link_text {
	border-right:0px;
	padding-right: 1px;
}
.l1_f span.link_text, .l1_f:visited span.link_text, .menu :hover > a.l1_f span.link_text {border-left:0px !important;}
.l1_l span.link_text, .l1_l:visited span.link_text, .menu :hover > a.l1_l span.link_text {border-right:0px !important;}
.menu .header, .menu .header:visited  {
	padding-left: 46px !important;
	padding-left: 54px !important;
	color:#4477bb !important;
	margin:0px 0px 0px 0px !important;
	background: none;
	font-size: 12px;
}
.item_desc {
	margin-top: 6px; 
	color:#7a7a7a; 
	font-size: 10px;
	display: block;
}
.menu .icon {
	margin: 0px 0px 0px -36px; 
	/* position:relative;
	left:50px; */
	/* z-index:1000; */
	float:left;
}
.menu .header:hover { background:#fff !important; }
.menu li {
	float:left;
	position:relative;
}
.menu li li {
	float:none;
}
.menu a, .menu a:visited, .menu a:hover {
	display:block;
	text-decoration:none;
	color:#8b8f92;
	height: 38px;
	font: normal 13px/120% Arial,Geneva,Helvetica,Verdana,sans-serif;
	position:relative;
	z-index: 11;
	zoom: 1;
}
.menu a:hover {
	color:#393939;
}
.menu ul .dd {
	visibility: hidden;
	position: absolute;
	top: 37px;
	left: -25px;
	display: block;
	z-index:10;
}
.menu .link_text {
	display: inline-block;
	margin: 0px;
}
.menu .l1:hover .link_text,
.menu li:hover .link_text,
.menu li.selected .link_text {
	text-shadow: 1px 1px 0px #fff;
	border-color: #f2f2f2;
	margin-top: 0px;
	/* height: 38px; */
}
.menu table td {overflow:hidden; vertical-align:top;}

.menu .l2, .menu .l2:visited, .menu .l2:hover {
	position:relative;
	z-index:30;
	color: #4c4c4c;
	min-width: 110px;
	height:auto;
	padding: 14px 18px;
	white-space:nowrap;
	display:block;
	margin:0px;
	font: normal 12px/1em Verdana,sans-serif;
	text-shadow: 1px 1px 0 #fff;
	zoom: 1;
}
.menu .l2:hover {
	background-color:#fff;
	text-decoration:none;
	cursor:pointer;
}
.menu ul li:hover .dd, .menu ul a:hover .dd, .menu ul li:hover div.over, .menu ul a:hover div.over {visibility:visible; }

.line {
	background: #fff;
	border-top: 1px solid #e3e3e3;
	margin:0px 18px;
	line-height:1px;
	height:1px;
	$height:auto;
	overflow:hidden;
	display: block;
}

.menu .b {
	line-height:1px;
	height:1px;
	$height:auto;
	overflow:hidden;
	display: block;
	background: #fff !important;
	border: solid #fff;
	border-width: 0px 1px;
}
.menu .link_text {
	padding:12px 25px 0px;
	display: inline-block;
	/*margin-top: -12px;*/
}
.menu .l1:hover .link_text,
.menu li:hover .link_text,
.menu li.selected .link_text {
	position: relative;
	/* top: -1px; */
	margin-top: 0px;
	padding-top: 12px;
	/* border:solid #f2f2f2;
	border-width: 1px 0px; */
	/*height: 26px;*/
}

.menu .shadow0 {
	line-height:1px;
	height:1px;
	$height:auto;
	display: none !important;
}
.menu .content,
.menu .shadow0,
.menu .shadow1,
.menu .shadow2,
.menu .shadow3 {
	display:inline-block;
	line-height: 0;
}
.menu .content { 
	background: #f2f2f2;
	border-radius: 4px;
	border: 1px solid #fff;
	box-shadow: 0px 0px 3px #ccc;
	overflow: hidden;
}
.menu .shadow0 {height:6px; margin-left:6px;background:url(../images/menu_shadow0.png) no-repeat right bottom;}
.menu .shadow1 {padding-right: 15px; background:url(../images/menu_shadow1.png) no-repeat right bottom;}
.menu .shadow2 {padding-bottom:15px;background:url(../images/menu_shadow2.png) no-repeat left bottom;}
.menu .shadow3 {padding-left:15px;background: url(../images/menu_shadow3.png) repeat-y left bottom;}

.menu .ie6.shadow0 {background: #ccc url();height:2px;margin-left:2px;}
.menu .ie6.shadow1 {background: #ccc url();padding-right:2px;}
.menu .ie6.shadow2 {background: #ccc url();padding-bottom:2px;}
.menu .ie6.shadow3 {background: #ccc url();padding-left:2px;}

.menu .ie6.dd {
	left: -2px !important;
}

.menu .l2 span.top_corner,
.menu .l2 span.link_text {
	background: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
}