/* Common */
dl.multiselect .form-item, div.diff-inline-form select, div.diff-inline-form .form-submit, .node-add-to-cart, #autocomplete ul, div.teaser-button-wrapper, .content-main li.expanded,
.content-main li.collapsed, .content-main li.leaf, ul.links, .block ul, select, textarea, input.title, input.form-text, td, th, tr, thead, tfoot, tbody, caption, table,
legend, label, form, fieldset, li, ul, ol, dd, dt, dl, q, img, em, dfn, del, code, address, acronym, abbr, a, pre, blockquote, p, h6, h5, h4, h3, h2, h1, iframe, object,
span, div, body, html, h6 img, h5 img, h4 img, h3 img, h2 img, h1 img, dl, .button:hover b, .button:hover a {
    margin:0;
}
td,th,tr,thead,tfoot,tbody,caption,table,legend,label,form,fieldset,li,ul,ol,dd,dt,dl,q,img,em,dfn,del,code,address,acronym,abbr,a,pre,blockquote,iframe,object,span,div {
    font-size:100%;
	border:0;
	vertical-align:baseline;
}
.resizable-textarea .grippie,select,textarea,input.title,input.form-text {
	border:1px solid #d7d7d7;
    color:#666666;
}
tr.odd td,select,textarea,input.title,input.form-text {
	background:#f2f2f2;
}
select,textarea,input.title,input.form-text {
	border:1px solid #d9d9d9;
	margin:4px 0;
	padding:4px 3px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px
}
sub, sup {
	line-height:0;
}
table, hr {
	width:100%;
}
table {
    border-collapse:collapse;
	border-spacing:0;
	margin-bottom:10px
}
th, td, table {
	vertical-align:top;
}
td, th {
	padding:4px 10px 4px 5px;
}
.node-form .vertical-tabs ul li,.first {
	padding-left:0
}
.first {
	margin-left:0;
}
.last,div.last {
	margin-right:0;
}
.last {
	padding-right:0;
}
h1,h2,h3 {
	line-height:1.2em;
}
/* /Common */
html, body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
	color:#808080;
	font:85.8% "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background:#f2f2f2 url("../img_old/gradient.gif") 0 106px repeat-x;
}
ul, ol, li, dl, dt, dd {
	margin:0;
	padding:0;
	list-style:none;
}
a {
	color:#32a4e5;
	outline:0;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin:0 0 0.8em 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 10px 0;
	font-weight:normal;
	color:#454545;
}
input, select, textarea {
	outline:0;
}
.rel {
	position:relative;
}
.zoom {
	overflow:hidden;
    //zoom:1; /*needs only for ie, not safari*/
}
.clear {
	clear:both;
	font-size:0;
	overflow:hidden;
	height:0;
}
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear-block {display: inline-block;}
/*\*/
* html .clear-block {height: 1%;}
.clear-block {display: block;}
/**/
.blue {
	color: #32a4e5;
}
.gray {
	color: #808080;
}
.dark-gray {
	color: #404040;
}
.bold {
	font-weight:bold;
}
.italic {
    font-style:italic;
}
.big {
	font-size:115%;
}
.smaller {
	font-size:95%;
}
.off {
	display:none;
}
.bt, .form-submit {
	display:inline-block;
	width:121px;
	height:28px;
	line-height:26px;
	background:url("../img_old/form.png") -160px 0 no-repeat;
	text-align:center;
	color:#595959;
	text-shadow:0.1em 0.1em #fff;
	margin:0 0 10px;
	padding:0;
	cursor:pointer;
	border:none;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.bt:hover, .form-submit:hover {
	text-decoration:none;
	background-position:-160px -29px;
}
.bt:active, .form-submit:active {
	background-position:-160px -58px;
}
.width {
	width:982px;
	text-align:left;
	margin:0 auto;
}
i.bl, i.br, i.tl, i.tr {
	display:block;
	background:url(../img_old/split.png) -463px -49px no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	font-size:0;
	line-height:0;
}
i.bl {
	bottom:0;
    _bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
	left:-1px;
}
i.br {
	bottom:0;
    _bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
	right:-1px;
    _right: expression( this.parentNode.offsetWidth % 2 ? -2 : -1 );
}
.header .topnav .bl, .header .topnav .br {
	background-position:-198px -71px;
	width:7px;
	height:7px;
	bottom:-1px;
}
.header .topnav .br {
	background-position:-206px -71px;
}
#main {
	position:relative;
	width: 100%;
	min-height:100%;
	min-width: 996px;
	z-index: 1;
	_height:100%;
}
@media all and (min-width: 0px) {
	#main {
		overflow: hidden;
	}
}
.main_centering {
    position:relative;
    padding-right:65px;
    padding-left:5px;
}
.header_bg {
	background:#5d5d5d url("../img_old/header_bg.gif") 0 0 repeat-x;
	height:119px;
}
.header {
	background:url("../img_old/header.gif") 0 0 no-repeat;
	height:119px;
}
.main_bg {
	position:relative;
    padding-bottom: 228px;
}
.footer {
	padding-top:11px;
    position:relative;
    height: 228px;
    overflow: visible;
}
.footer a {
	text-decoration:none;
	color:#303030;
}
.footer .btn_box a.btn_blue{
	color:#ffffff;
	display: inline-block;
	margin: 10px 0px 5px 80px;
	padding: 2px 10px 1px 4px;
}


.footer_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 228px;
	background:#5d5d5d url("../img_old/footer_bg.gif") left top repeat-x;
}

.header .topnav {
	float:right;
	margin-bottom:13px;
	background:url("../img_old/topnav_bg.gif") 0 0 repeat;
	border-left:1px solid #3d3d3d;
	border-right:1px solid #3d3d3d;
	border-bottom:1px solid #3d3d3d;
}
.header .topnav ul, .header .topnav .block-region {
	float:left;
}
.header .topnav li {
	padding:5px 7px 4px;
    float:left;
}
.header .topnav li a {
	color:#fff;
}
.header .topnav .login {
	background:url("../img_old/dash.gif") right 3px no-repeat;
}
.header .topnav .login i, .header .topnav .usermenu i, .header .topnav .sign_up i {
	background:url("../img_old/split.png") -198px -50px no-repeat;
	display:block;
	float:left;
	margin-right:4px;
	width:19px;
	height:18px;
	position:relative;
	margin-top:-1px;
}
.header .topnav .sign_up i {
	background:url("../img_old/split.png") -218px -50px no-repeat;
	width:23px;
}
.header .logo {
	background:url("../img_old/split.png") 0 0 no-repeat;
	margin-top: 22px;
	width:568px;
	height:49px;
	text-indent:-2000em;
	display:block;
	float:left;
    position: relative;
    margin-left: 6px;
}
#search-theme-form {
	position: absolute;
	right: 0;
	top: 45px;
	width:160px;
}
#search-theme-form .form-item {
	margin: 0;
}
#edit-search-theme-form-1-wrapper {
	background:url("../img_old/form.png") 0 0 no-repeat;
	width:159px;
	margin-top:0;
	height: 29px;
}
#search-theme-form .form-text {
	background: transparent;
	border:none;
	margin-top:0;
	color:#666;
	padding:6px 0 0 7px;
	display:block;
	width:125px;
	_width:115px;
}
#search-theme-form .activeField {
	background-position:0 -29px;
}
#search-theme-form .form-submit {
	position:absolute;
	top:3px;
	right:7px;
	width:23px;
	height:23px;
	display:block;
	text-indent:-2000em;
	font-size:0;
	line-height:0;
	border:none;
	background:none;
	cursor:pointer;
}
.header .nav {
	float: left;
	margin: 10px 25px 0 25px;
    background: url("../img_old/menu_nav_bg.png");
    padding-top: 7px;
}

.header .nav.nav_right a{
	margin: 0 5px 5px;
	float: left;
	padding: 2px 10px 1px 4px;
}
.btn_blue{
	display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 1px 11px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight:bold;
    line-height: 18px;
    *line-height: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.44);
    text-transform:uppercase;
    vertical-align: middle;
    cursor: pointer;
    background-color: #4081b1;
    background-image: -moz-linear-gradient(top, #70b3e2, #4081b1);
    background-image: -ms-linear-gradient(top, #70b3e2, #4081b1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70b3e2), to(#4081b1));
    background-image: -webkit-linear-gradient(top, #70b3e2, #4081b1);
    background-image: -o-linear-gradient(top, #70b3e2, #4081b1);
    background-image: linear-gradient(top, #70b3e2, #4081b1);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70b3e2', endColorstr='#4081b1', GradientType=0);
    border: 1px solid #0d557d;
    *background-color: #4081b1;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    /*border: 0;*/
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    *margin-left: .3em;
    margin-top: 3px;
    box-shadow: inset 0px 1px 1px 1px rgba(256, 256, 256, 0.2), 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.btn_blue:hover{
	background-position: 0 -100px;
	box-shadow: inset 0px 1px 1px 0px rgba(256, 256, 256, 0.1), 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.btn_blue:active{
	background-position: 0 -350px;
	box-shadow: inset 0px 1px 1px 12px rgba(0, 0, 0, 0.1);
}


.download_ico, .nav.nav_right .download_ico, .buynow_ico, .nav.nav_right .buynow_ico{
	background: url("../img_old/split.png");
	background-position: -573px -318px;
	width: 12px;
	display: block;
    float: left;
    width: 12px;
    height: 18px;
    margin: 1px 6px 0 6px;
}
.buynow_ico, .nav.nav_right .buynow_ico{
	background-position: -572px -340px;
	width: 19px!important;
}
.active .buynow_ico, .nav.nav_right .active .buynow_ico{
	background-position: -550px -340px;

}
.active .download_ico, .nav.nav_right .active .download_ico{
	background: url("../img_old/split.png");
	background-position: -551px -318px;
}
.corner_l{
    background: url("../img_old/split.png") -2px -217px no-repeat;
    width: 25px;
    height: 38px;
    position: absolute;
    left: -25px;
    top: 0;
}
.corner_r{
    background: url("../img_old/split.png") -33px -217px no-repeat;
    width: 25px;
    height: 38px;
    position: absolute;
    right: -25px;
    top: 0;
}
.header .nav li {
	float: left;
	font-size: 125%;
	line-height: 18px;
	margin-left: 2px;
}
.header .nav a {
	display: block;
	padding: 7px 10px 5px;
	/*background: url("../img_old/split.png") 0 -214px no-repeat;*/
	color: #eee;
	text-align: center;
	text-shadow: 0 1px 0 #000;
	border-bottom: 1px solid #000;
}
.header .nav a:hover {
	text-decoration:none;
}

.header .nav li.active a,  .header .nav li.active a:hover, .header .nav.nav_right a.active{
	color:#404040;
    /*background: url("../img_old/split.png") 0 -286px no-repeat;*/
    background: #e6e6e6;
	text-shadow:0 1px 0 #f2f2f2;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #e6e6e6
}

.christmas .header .nav li.active a, .christmas .header .nav li.active a:hover, .christmas .header .nav.nav_right a.active{
    background: #fff;
}
.header .nav.nav_left a:hover{
	background: #d4d4d4;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 1px solid #c3c3c3;
	color: #404040;
	text-shadow:0 1px 0 #f2f2f2;

}
.header .nav.nav_right a.active{
   border: 0; 
   margin: 0 5px 5px 0px;
   float: left;
   padding: 6px 12px 7px 12px;
   text-transform: capitalize;
   text-shadow:0 1px 0 #f2f2f2;
   font-size: 15px;
   font-weight: normal;
}

.header .nav li.fade a {
	background-position:0 -407px;
}

.buy_now.active {
	color:#404040;
	background-position:0 -286px !important;
	text-shadow:0 1px 0 #f2f2f2;
}

.header .menu i {
	display:block;
	float:left;
	width:17px;
	height:19px;
	background:url("../img_old/split.png") -523px -254px no-repeat;
	margin:0 6px 0 6px;
}

.header .menu .active i {
	background-position: -543px -254px;
	width:15px;
	height:17px;
}
.header .menu i.bn, .header .menu a:active i.bn {
	width:18px;
	height:18px;
	background-position: -265px -66px !important;

}
.buy-now .header .menu a:active i.bn, .header .menu .active i.bn {
	background-position: -265px -130px !important;
}
.header .menu a.nav_company i, .header .menu a.nav_company:active i{
    background-position: -572px -277px !important;
}
.header .menu li.active a.nav_company i, .header .menu li.active a.nav_company:active i{
    background-position: -552px -277px !important;
}
.header .menu a.nav_company:hover i{
    background-position: -552px -277px !important;
}
.header .menu a.nav_support i, .header .menu a.nav_support:active i{
    background-position: -572px -299px !important;
}
.header .menu a.nav_support:hover i{
    background-position: -552px -299px !important;
    opacity: 0.5;
}
.header .menu li.active a.nav_support i, .header .menu li.active a.nav_support:active i{
    background-position: -551px -300px !important;
    opacity: 0.7;
}

.header .menu a.nav_app i, .header .menu a.nav_app:active i{
    background-position: -577px -364px !important;
}

.header .menu a.nav_account i, .header .menu a.nav_account:active i{
    background-position: -574px -391px !important;
}
.header .menu li.active a.nav_account i, .header .menu li.active a.nav_account:active i{
    background-position: -550px -391px !important;
}
.header .menu a.nav_account:hover i{
    background-position: -550px -391px !important;
}
.sub_nav {
	display: block;
	margin: 0 0 10px;
	position:relative;
	z-index:10;
}
.sub_nav li {
	display: block;
	float:left;
	margin: 0 -20px 4px 0;
	padding: 10px 35px 6px;
	font-size:118%;
}
.sub_nav li a {
	color:#808080;
}
.sub_nav li.active {
	background: url(../img_old/sub_nav_bg.png) center bottom no-repeat;
}
.sub_nav li.active a {
	color:#404040;
	text-decoration:none;
	text-shadow: 0 1px 0 #f2f2f2;
}
.content {
    padding-bottom: 33px;
	clear:both;
}
.content h2 {
	font-size:200%;
	color:#393939;
	margin-bottom:0.3em;
}
#pad {
	/*padding-bottom: 200px;*/
}
i.cori {
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	background: url(../img_old/split-corners.png) left top no-repeat;
}
i.cor-lt {
	left: 0;
	top: 0;
	background-position: 0 0;
}
i.cor-rt {
	right: 0;
	top: 0;
	background-position: -12px 0;
}
i.cor-rb {
	right: 0;
	bottom: 0;
	background-position: -12px -12px;
}
i.cor-lb {
	left: 0;
	bottom: 0;
	background-position: 0 -12px;
}
i.lni {
	display: block;
	margin: 0 12px;
	height: 11px;
	background: #fff
}
i.lni span {
	display: block;
	height: 9px;
}
i.ln-t {
	padding-top: 1px;
}
i.ln-t span {
	border-top: 1px solid #d9d9d9;
}
i.ln-b span {
	border-bottom: 1px solid #d9d9d9;
}
.inner {
	zoom: 1;
}
.border1 {
	zoom: 1;
	border: 1px solid #fff;
	border-width: 0 1px;
}
.border2 {
	zoom: 1;
	padding: 8px 20px;
	border: 1px solid #d9d9d9;
	border-width: 0 1px;
	background: #fff;
}

.content h3 {
	font-size:125%;
	color:#32a4e5;
	font-weight:bold;
}

.information {
	zoom:1;
	/*position: absolute;
	bottom: 0;
	height: 175px;
    width: 100%;*/
}
.information .sec {
	float: left;
	width:310px;
	height: 160px;
	text-align: center;
	background: url(../img_old/dot2.gif) right top repeat-y;
}
.information .nobg {
	background: none;
    /*width:440px;*/
}
.information .nobg .in {
    padding-left:15px;
}
.information .ph {
	margin-top: 20px;
}
.information .ph span {
    display: block;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #32a4e5;
    padding-bottom: 5px;
    width: 220px;
    margin: 0 auto;
}
.information .ph span i {
    display: inline-block;
    width: 22px;
    height: 16px;
    margin: 0 10px 0 0px;
}
.information .ph span .au {
    background: url(../img_old/flag_au.jpg) 0 0 no-repeat;
}
.information .ph span .usa {
    background: url(../img_old/flag_usa.jpg) 0 0 no-repeat;
}
.information .ph span .uk {
    background: url(../img_old/flag_uk.jpg) 0 0 no-repeat;
}
.information .ph p {
    margin-top: 10px;
    font-size: 14px;
}
.information h3 {
	margin: 0 0 10px;
	font-size: 240%;
}
.information strong {
    display: block;
    margin: 0 0 50px;
    position: relative;
    right: -50px;
    top: 20px;
}
.information img {
    position: absolute;
    top: -20px;
    left: 16px;
}
img.live-chat__img{
    left: 60px;
}
.information p {
	font-size: 120%;
}
.i2 .sec {
    width:440px;   
}
#contactbox{
    padding-bottom: 75px;
}
/* ----Footer-----*/
.footer .menu {
	//zoom: 1;
	display: block;
	float:left;
	margin-bottom:5px;
}

.footer .menu li {
	//zoom: 1;
	display: inline-block;
	*display: inline;
	margin:0 20px 0 0;
	padding:0;
	text-shadow: 1px 1px 1px #2d2d2d;
	color:#bbb;
	font-size:115%;
	vertical-align: top;
	list-style: none;
	list-style-image: none;
}
.footer .menu a {
    font-size: 12px;
    color: #FDFDFD;
    font-weight: normal;
}
.footer .menu a:hover {
	text-decoration:underline;
	text-shadow: 1px 1px 1px #000;
}
.footer .menu .menu {
	//zoom:1;
	float: none;
	margin: 10px 0 0;
}
.footer .menu .menu li {
	display: block;
	margin: 0 0 1px;
	font-size: 88%;
	line-height: 16px;
}
.footer .menu a.footer_menu_header {
    display: block;
    padding: 3px 15px;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    color: #ffffff;
    text-shadow: none;
    text-transform: none;
    position: relative;
}
.footer ul.menu{
    padding-left: 15px;
}
.footer .menu a.footer_menu_header i {
    display: block;
    float: right;
    width: 19px;
    height: 19px;
    background: url("../img_old/split.png") -523px -254px no-repeat;
    margin: 0 0 0 3px;
    position: absolute;
    left: -14px;
    top: 5px;
}
.footer .menu a.footer_menu_header i.company{
    background-position: -572px -277px;
}
.footer .menu a.footer_menu_header i.support{
    background-position: -572px -299px;
}
.footer .copyright {
	color: #adadad;
	font-size:95%;
	text-shadow: 0 1px 1px #6b6b6b;
	text-align:right;
    position:absolute;
    bottom: 29px;
    left: 0;
}
.footer .copyright .bbb {
	display: block;
	width: 131px;
	height: 50px;
	margin-bottom: 15px;
}
.footer_bage {
    position: absolute;
    top: -32px;
    right: 0px;
    width: 276px;
    height: 250px;
    background: url(../img_old/bg_bage.png);
}
.footer_bage > .txt {
    position: relative;
    padding: 121px 0 0 96px;
    height: 112px;
}
.footer_bage > .txt p {
    position: relative;
    bottom: auto;
    left: auto;
    display: inline;
    font-size: 13px;
    color: #808080;
    line-height: 14px;
    margin-bottom: 0;
}
.footer_bage > .txt p span{
	color: #454545;
}

.footer_bage > .txt h3{
	line-height: 18px;
	font-size: 18px;
}
.footer_bage > .txt a {
    font-size: 13px;
    display: block;
    padding: 2px 0;
    color: #32a4e5;
}
.footer_bage > .txt a:hover{
	text-decoration: underline;
}

.footer_bage > .in {
    display: block;
    float: left;
    position: relative;
    text-align: center;
    width: 95px;
    padding: 10px 0 0 20px;
}
.footer_bage > .in p {
    position: relative;
    bottom: auto;
    left: auto;
    display: inline;
    font-size: 11px;
    color: #808080;
}
.icon-in {
    background-position: 0 -166px;
    width: 63px;
    height: 20px;
    margin-right: 0;
    margin-right: 0;
}
.footer_bage > .bbb {
    display: block;
    float: left;
    background: url(../img_old/ico_bbb.png) 0 0 no-repeat;
    width: 110px;
    height: 41px;
    margin: 6px 0 0 20px;
}



/* ----END Footer-----*/
.dotted {
	background:url("../img_old/dot_h.gif") 0 100% repeat-x;
}
.minHeight1 {
	min-height: 330px;
}
.dotted_line {
	margin: 0 8px 8px;
	height: 19px;
	background:url("../img_old/dot_h.gif") left center repeat-x;
}
.ribbon {
	position: relative;
	height: 155px;
	margin: 0 -35px 15px;
	background: url(../img_old/ribbon.png) left top no-repeat;
	z-index: 99;
}
.ribbon .pd, .ribbon2 .pd {
	padding: 40px 35px 0;
}
.ribbon a.bt {
	float: right;
	margin-top: 10px;
}
.ribbon h2 {
	color: #000;
}
.ribbon p {
	color: #404040;
	font-size: 115%;
}
/* font size */
.fs11 {
	font-size:11px;
	line-height:16px;
}
.fs14 {
	font-size:14px;
	line-height:20px;
}
/* float */
.fr {float: right !important;}
.fl {float: left !important;}
/* margin */
.l-mrg0 {margin-left: 0 !important;}
.l-mrg1 {margin-left: 5px !important;}
.l-mrg2 {margin-left: 10px !important;}
.l-mrg3 {margin-left: 15px !important;}
.l-mrg4 {margin-left: 20px !important;}
.l-mrg5 {margin-left: 25px !important;}
.l-mrg6 {margin-left: 30px !important;}
.l-mrg18 {margin-left: 90px !important;}
.t-mrg1 {margin-top: 5px !important;}
.t-mrg2 {margin-top: 10px !important;}
.t-mrg3 {margin-top: 15px !important;}
.t-mrg4 {margin-top: 20px !important;}
.t-mrg5 {margin-top: 25px !important;}
.t-mrg6 {margin-top: 30px !important;}
.t-mrg7 {margin-top: 35px !important;}
.t-mrg8 {margin-top: 40px !important;}
.r-mrg1 {margin-right: 5px !important;}
.r-mrg2 {margin-right: 10px !important;}
.r-mrg3 {margin-right: 15px !important;}
.r-mrg4 {margin-right: 20px !important;}
.r-mrg5 {margin-right: 25px !important;}
.r-mrg6 {margin-right: 30px !important;}
.b-mrg0 {margin-bottom: 0 !important;}
.b-mrg1 {margin-bottom: 5px !important;}
.b-mrg2 {margin-bottom: 10px !important;}
.b-mrg3 {margin-bottom: 15px !important;}
.b-mrg4 {margin-bottom: 20px !important;}
.b-mrg5 {margin-bottom: 25px !important;}
.b-mrg6 {margin-bottom: 30px !important;}
/* padding */
.pad3 {padding: 15px;}
.l-pad0 {padding-left: 0 !important;}
.l-pad1 {padding-left: 5px !important;}
.l-pad2 {padding-left: 10px !important;}
.l-pad3 {padding-left: 15px !important;}
.l-pad4 {padding-left: 20px !important;}
.t-pad0 {padding-top: 0 !important;}
.t-pad1 {padding-top: 5px !important;}
.t-pad2 {padding-top: 10px !important;}
.t-pad3 {padding-top: 15px !important;}
.t-pad4 {padding-top: 20px !important;}
.t-pad5 {padding-top: 25px !important;}
.t-pad6 {padding-top: 30px !important;}
.t-pad7 {padding-top: 35px !important;}
.r-pad1 {padding-right: 5px !important;}
.r-pad2 {padding-right: 10px !important;}
.r-pad3 {padding-right: 15px !important;}
.r-pad4 {padding-right: 20px !important;}
.r-pad5 {padding-right: 25px !important;}
.r-pad6 {padding-right: 30px !important;}
.r-pad7 {padding-right: 35px !important;}
.r-pad8 {padding-right: 40px !important;}
.b-pad1 {padding-bottom: 5px !important;}
.b-pad2 {padding-bottom: 10px !important;}
.b-pad3 {padding-bottom: 15px !important;}
.b-pad4 {padding-bottom: 20px !important;}
.b-pad5 {padding-bottom: 25px !important;}
.b-pad6 {padding-bottom: 30px !important;}
.b-pad7 {padding-bottom: 35px !important;}
.b-pad8 {padding-bottom: 40px !important;}
/* width */
.width1 {width: 220px;}
.widthHalf {width: 50%;}
.widthThird{width: 33%;}

.tc{text-align:center;}

/* To top panel */
.to_top {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 30px;
    width:40px;
    height: 26px;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    opacity: 0.9;
    display: none;
    z-index:10000;
}
.to_top .to_top_panel {
    width:100%;
    height: 100%;
    font-size: 11px;
    color:#5275a3;
}
.to_top .to_top_button {
    cursor: pointer;
    background:#fff;
    font-family: Segoe, arial, verdana, sans-serif;
    font-weight: bold;
    font-size:14px;
    -moz-border-radius:0 0 7px 7px;
    -khtml-border-radius:0 0 7px 7px;
    border-radius:0 0 7px 7px;
    padding: 5px 0 5px 6px;
    -webkit-box-shadow:  0px 2px 2px 1px #ccc;
    box-shadow:  0px 2px 2px 1px #ccc;
}
.to_top .to_top_button .arrow{
    background:url("../img_old/sprite.png") no-repeat -13px -140px #fff;
    width:26px;
    height:10px;
    display:block;
    float:left;
    margin:3px 3px 0 0;
}
.to_top .to_top_button .arrow:hover{
    background-position: -13px -141px;
}

/*partners*/
.ttl_icon_img {
    display:block;
    float:left;
    margin-right:20px;
}
img.center {
    margin: 0 auto;
    display: block;
    float: none;
}
.content .subtitle {
    font-size: 125%;
    margin-bottom: 20px;
    color: #393939;
}
.partners .data2 {
    margin-left:0;
}
.partners .data2 li {
    margin-bottom:0.4em;
}
.partners .p_case {
    background:url("../img_old/partners_case.jpg") 0 0 no-repeat;
    padding:7px 0 10px 50px;
}
.ol_list .n {
    font-size: 19px;
    color: #404040;
    margin-right: 5px;
    float: left;
}
.ol_list .n_text {
    margin-bottom: -5px;
    padding-bottom: 10px;
    padding-top: 7px;
    position: relative;
}
/* -------------------------STYLING---------------------*/
.bug1, .bug2, .bird1, .bird2, .flower1, .flower2, .flower3, .swallow1, .swallow2, .swallow3{
    position: absolute;
    background:url("../img_old/spring_style_sprite.png") 0 0 no-repeat;
    z-index: 3;
}
.bug1{
    width: 20px;
    height: 16px;
    background-position: -3px -6px;
    top: 42px;
    right: -170px;
}
.bug2{
    width: 20px;
    height: 16px;
    background-position: -162px -6px;
    top: 409px;
    left: 24px;
}
.bird1{
    width: 19px;
    height: 19px;
    background-position: -140px -4px;
    top: -155px;
    left: -15px;
}
.bird2{
    width: 19px;
    height: 19px;
    background-position: -140px -4px;
    top: -90px;
    left: 650px;
}
.flower1{
    width: 34px;
    height: 34px;
    background-position: -60px -0px;
    top: -72px;
    left: -28px;
}
.flower2{
    width: 24px;
    height: 24px;
    background-position: -33px -0px;
    top: -85px;
    right: -4px;
}
.flower3{
    width: 27px;
    height: 27px;
    background-position: -99px -1px;
    top: -10px;
    right: -10px;
}
.swallow1{
    width: 21px;
    height: 21px;
    background-position: -2px -33px;
    top: 22px;
    right: -139px;
}
.swallow2{
    width: 19px;
    height: 19px;
    background-position: -37px -32px;
    top: 22px;
    right: -307px;
}
.spring_style_bg_r{
     position: absolute;
     width: 129px;
     height: 407px;
     background:url("../img_old/spring_style_bg_r.png") 0 0 no-repeat;
     top: 90px;
     right: -315px;
     z-index: 3;
 }
.spring_style_bg_l{
    position: absolute;
    width: 118px;
    height: 655px;
    background:url("../img_old/spring_style_bg_l.png") 0 0 no-repeat;
    top: 68px;
    left: -155px;
    z-index: 3;
}
/* ------------------------END-STYLING---------------------*/
/* ------------------------Type---------------------*/
.float_right{
	float: right;
}
.float_left{
	float: left;
}
.clear{
	clear: both;
}
/*partners*/

/*right banner*/
.right-banner{
    position: absolute;
    top: 0;
    left: 100%;
    width: 155px;
    background-color: #e6e6e6;
    z-index: 0;
    padding: 15px 20px 10px 25px;
    margin-left: -5px;
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .3);
    border-radius: 0 15px 15px 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.right-banner__content{

}
.right-banner__image-link{
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.right-banner__image{
    max-width: 100%;
}
.right-banner__list{

}
.right-banner__item{

}

.right-banner__link{
    margin: 0 0 15px;
    display: block;
    overflow: hidden;
}
.right-banner__link:hover .right-banner__content-item{
    text-decoration: underline;
    color: #7b8a94;
}
.right-banner__icon{
    display: block;
    height: 39px;
    width: 39px;
    background: url(../img_old/split.png) 0 0 no-repeat;
    float: left;
    margin-right: 6px;
}
.right-banner__icon_youtube{
    background-position: -537px -164px;
}
.right-banner__icon_facebook{
    background-position: -333px -265px;
}
.right-banner__icon_twitter{
    background-position: -333px -218px;
}
.right-banner__icon_twitter{
    background-position: -333px -218px;
}
.right-banner__icon_google{
    background-position: -333px -450px;
}
.right-banner__icon_osx{
    background-position: -412px -449px;
}

.right-banner__content-item{
    margin: 0;
    line-height: 1.3;
    display: table;
    text-shadow: 1px 1px 1px white;
}
.right-banner__name-list{
    display: block;
    color: #7b8a94;
    font-size: 129.5%;
    font-weight: bold;
}
.right-banner__text-list{
    display: block;
    font-size: 85.8%;
    color: #7b8a94;

}

.mountain-lion{
    width: 830px;
}
#fancybox-inner .mountain-lion{
}
.mountain-lion__head{
    background-color: #5d5d5d;
    color: #fff;
    text-shadow: 0 0 2px black;
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px 10px 0 0;
    border: 1px solid black;
    border-bottom: none;
}
.mountain-lion__head-title{
    color: #fff;
    font-size: 18px;
    margin: 0;
}
.mountain-lion__content{
    overflow: hidden;
    background-color: #fff;
    padding-top: 15px;
}
.mountain-lion__content-image{
    float: left;
    width: 20%;
    height: 190px;
    background: url(../img_old/event-baner/yosemite_big.png) center no-repeat;
}
.mountain-lion__aritcle{
    float: right;
    width: 75%;
    padding: 40px 20px 0 20px;
}
.mountain-lion__content-title{
    font-weight: bold;
    font-size: 23px;

}
.mountain-lion__text{
    font-size: 16px;
}
.mountain-lion__image{
    height: 446px;
    background-position: 0 0;
    background: #fff url(../img_old/event-baner/yosemite_screen.png) center no-repeat;
}
/*right banner END*/
