body {
	font-family: Arial;
	font-size:16px;
	margin:0px;
	padding:0px;
}

.alignCenterDiv {
	margin:auto;
}

.selDropDownBox {
	display:none;
	position: fixed;
    z-index: 102;
    left: 0;
    top: 0;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #cecece;
	border-radius: 10px;
	box-shadow: 0 0 10px #aeaeae;
	background:white;
}

.selDropByBox {
	display:none;
	position: fixed;
    z-index: 102;
    left: 0;
    top: 0;
}

.recommendDropbox {
	padding-left:10px;
	padding-right:10px;
}

.selItemIcon {
	width:20px;
	height:20px;
	float:left;
	margin-left:10px;
}

.selItem {
	padding-top:3px;
	padding-bottom:2px;
}

.selItem:hover {
	cursor:pointer;
	background:#dfdfdf;
}

.eachMainSelect {
	width:30px;
	height:30px;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
}

.selItemText {
	font-size:16px;
	padding-top:2px;
	margin-left:40px;
	margin-right:10px;
}

.corverDiv {
	display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.1);
    cursor:wait;
}

.popUpDiv {
	display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.3);
}

.popUpkWindow {
	width:470px;
	min-height:150px;
	background:#cadee8;
	/*background: #efefef;*/
	border-radius: 10px;
	font-size:20px;
	color:#464646;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.8);
}

.closeButton01 {
	margin-right:20px;
	width:30px;
	height:30px;
	margin-top:15px;
	cursor:pointer;
	background: url("../images/closeButton.png");
}

.closeButton01:hover {
	background: url("../images/closeButton_hover.png");
}

.fusionTooltip {
	position:fixed;
	z-index: 999;
	font-size:14px;
	opacity:0.7;
	display: none;
}

.fusionToolTipText {
	padding-left:8px;
	padding-right:8px;
	padding-top:5px;
	padding-bottom:5px;
	background:#111;
	border-radius:4px;
	font-size:12px;
	color:#dfdfdf;
}

.fusionTopTriangle {
	width:20px;
	height:20px;
}

.fusionTopTriangle {
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #111;
}

.digitalNumber {
	width:35px;
	height:60px;
	float:left;
}

.digitalNumber01 {
	width:15px;
	height:61px;
	float:left;
}

.digitalPointer {
	width:12px;
	height:60px;
	float:left;	
}

input {
	font-size:16px;
	padding-left:8px;
	padding-top:3px;
	padding-bottom:2px;
	border-radius: 3px;
	border:1px solid #afafaf;
}

input:focus {
	border:1px solid #7fc4e4;
	box-shadow:0px 0px 5px #7fc4e4;
}

select {
	font-size:16px;
	padding-left:8px;
	padding-top:2px;
	padding-bottom:2px;
	border-radius: 5px;
	border:1px solid #afafaf;
	cursor:pointer;
}

select:focus {
	border:1px solid #7fc4e4;
	box-shadow:0px 0px 5px #7fc4e4;
}

textarea {
 	padding-top:5px;
 	padding-left:10px;
 	padding-right:10px;
 	font-size:16px;
}

textarea:focus {
	border:1px solid #7fc4e4;
	box-shadow:0px 0px 5px #7fc4e4;	
}

.linkString {
	font-size:18px;
	cursor:pointer;
	color:#0077a8;
}

.linkString:hover {
	color:#6c7bea;
}

.mainTabContainer {
	width:100%;
	height:200px;
}

.mainTab01_sel .tab01_phone {
	width:36px;
	height:54px;
}

.mainTab01 {
	text-align: center;
	cursor:pointer;
	float:left;
}

td {
	padding:0px;
	margin:0px;
}

.mainTab01_sel {
	width:216px;
	height:144px;
	background:#7fc4e4;
	/*border-radius: 25px;*/
	text-align:center;
	color:white;
	float:left;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.mainTab01_sel .mainTab01_notSel_text {
	font-size: 22px;
}

.mainTab01_notSel {
	margin-top:12px;
	width:180px;
	height:120px;
	/*background:#dfdfdf;*/
	/*border-radius: 20px;*/
	border:1px solid #afafaf;
	text-align:center;
	cursor:pointer;
	background: white;
	float:left;
}

.mainTab01_notSel:hover {
	border:1px solid #7fc4e4;

	/*filter:blur(0);*/
	/*-webkit-transition: all 0.1s ease-in;*/
	-webkit-transform: scale(1.2);
	/*-ms-transition: all 0.1s ease-in;*/
	-ms-transform: scale(1.2);
	/*-moz-transition: all 0.1s ease-in;*/
	-moz-transform: scale(1.2);
	/*transition: all 0.1s ease-in;*/
	transform: scale(1.2);
}

.mainTab01_notSel:hover .mainTab01_notSel_text {

}

.mainTab01_notSel_text {
	margin-top:5px;
	font-size:18px;
}

.tab01_phone {
	width:30px;
	height:45px;
}

.tab01_mail {
	width:30px;
	height:25px;
}

.mainTab01_sel .tab01_mail {
	width:36px;
	height:30px;
}

.tab01_contact {
	width:25px;
	height:25px;
}

.mainTab01_sel .tab01_contact {
	width:30px;
	height:30px;
}

.tab01_live {
	width:30px;
	height:30px;
}

.mainTab01_sel .tab01_live {
	width:36px;
	height:36px;
}

.tabLine01 {
	height:49%;
	border-bottom:2px solid #afafaf;
	float:left;
}

.subDivmainText01 {
	font-size:42px;
	color:#333333;
}

.button01 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:5px;
	padding-right:5px;
	border-radius: 5px;
	text-align: center;
	color:#7fc4e4;
	font-weight: bold;
	cursor: pointer;
}

.mainTab02_notSel {
	width:250px; 
	background:#dfdfdf;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	float:left;
	margin-left:30px;
	margin-right:30px;
	text-align:center;
	font-size:24px;
	padding-top:8px;
	padding-bottom:5px;
	cursor:pointer;
	color:#333333;
}

.mainTab02_notSel:hover {
	border-top:3px solid #db5f5f;
}

.mainTab03_notsel {
	width:100%;
	height:60px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	cursor:pointer;
}

.animated-button-client, .animated-button-client:visited {
	border: 2px solid #5192cc;
	position: relative;
	display: block;
	text-align: center;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	cursor:pointer;
	margin-bottom:30px;
}
.animated-button-client:after, .animated-button-client:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
.animated-button-client:hover, .animated-button-client:visited:hover {
	color: white;
}

.animated-button-client, .animated-button-client:visited {
	position: relative;
	display: block;
	color: black;
	padding-top:5px;
	padding-bottom:5px;
	padding-right: 5px;
	padding-left:5px;
	font-size:20px;
	color:#5192cc;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.animated-button-client.victoria-four:after {
	background: #5192cc;
	-moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.animated-button-client.victoria-four:hover:after {
	opacity: 1;
	height: 600% !important;
}


p {
  margin:0;
  line-height:120%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}