﻿
.content_wrapper {
        background: #fafafa url('Imgs/business_contentFooter.jpg') repeat-x bottom center;
}


h2 {
    font-size: 19pt;
    padding: 20px 0 20px 0;
}

h3 {
    font-size: 17pt;
    padding: 0px 0 20px 0;
}


.exSamplesArea {
    padding-top: 50px;
    padding-bottom: 15px;
}

.exSamplesArea .listBlock {
    width: 440px;
}

.exSamplesArea ul li {
    padding: 0 40px 27px 40px;
    margin-bottom: 5px;
    background: url('Imgs/bulletMega.png') left top no-repeat; 
}

.exSamplesArea ul li.selected {
    background: url('Imgs/bulletMega.png') left top no-repeat, url('Imgs/iPhoneArrow.png') bottom right no-repeat;
}

.exSamplesArea ul li span {
    color: #0074ad;
    cursor: pointer;
    text-decoration: underline; 
}

.exSamplesArea ul li span:hover {
    color: #f5c700;
}

.exSamplesArea ul li.selected span {
    color: #888;
    text-decoration: none;
    cursor: auto;
}

.exSamplesArea ul li div {
    display: none;
}

.exSamplesArea .iPhoneBlock {
    position: relative;
    height: 30px;
    border-bottom: solid 3px #d1dae1;
}

.exSamplesArea .iPhoneBlock .iPhone {
    position: absolute;
    left: 460px;
    bottom: 0;
    width: 266px;
    min-height: 320px;
    background: url('Imgs/iphoneTop.png') top center no-repeat, url('Imgs/iphoneBottom.png') center repeat-y;
}

.exSamplesArea .iPhoneBlock .iPhone .header {
    padding-top: 101px;
    text-align: center;
    padding-left: 25px;
    font-size: 10pt;
    font-weight: bold;
}

.exSamplesArea .iPhoneBlock .iPhone .msgBlock {
    width: 207px;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 5px;
    background: url('Imgs/iMsgCloudTop.png') top center no-repeat, url('Imgs/iMsgCloudBottom.png') bottom center no-repeat, url('Imgs/iMsgCloudCenter.png') center repeat-y;
}

.exSamplesArea .iPhoneBlock .iPhone .msgBlock p {
    padding: 10px 10px 10px 13px;
    min-height: 40px;
}


.exSamplesArea .iPhoneBlock .iPhone .msgBlock p .word {
    display: inline-block;
}




.businessTypesBlock {
    padding-bottom: 30px;
}

.businessTypesBlock ul {
    list-style-type: none;
    background-color: #006599;
    padding: 15px 0 17px 0;
    display: block;
}

.businessTypesBlock ul li {
    
    padding: 12px 21px;
}

.businessTypesBlock ul li.selected {
    background: url('Imgs/businessArrow.png') left center no-repeat;    
}

.businessTypesBlock ul li a {
    text-decoration: none;
}

.businessTypesBlock ul li span {
    color: #f5f5f3;
    font-size: 14pt;
    text-decoration: underline;
}

.businessTypesBlock ul li a:hover span { color: #0093f0; }

.businessTypesBlock ul li.selected span {
    text-decoration: none;
    color: #cfdadc !important;
    cursor: auto;
}

.businessTypesBlock ul li div {
    padding-left: 30px;
    background-position: left 3px;
    background-repeat: no-repeat;
}

.businessTypesBlock ul li.l1 div {
    background-image: url('Imgs/businessL1.png');
}

.businessTypesBlock ul li.l2 div {
    background-image: url('Imgs/businessL2.png');
}

.businessTypesBlock ul li.l3 div {
    background-image: url('Imgs/businessL3.png');
}

.businessTypesBlock ul li.l4 div {
    background-image: url('Imgs/businessL4.png');
}

.businessTypesBlock ul li.l5 div {
    background-image: url('Imgs/businessL5.png');
}

.businessTypesBlock ul li.l6 div {
    background-image: url('Imgs/businessL6.png');
}

.businessTypesBlock ul li.l7 div {
    background-image: url('Imgs/businessL7.png');
}


ul.plusesBlock {
    list-style: none;
    margin:0;
}

ul.plusesBlock li {
    background: url('Imgs/plus.png') no-repeat 0px 4px;
    padding: 0 0 12px 25px;
    margin: 0;
}


.ourFeaturesBlock {
    margin-top: 40px;
    background-color: #fff;
    padding: 30px 30px 15px 30px;
    border: dashed 2px #ffdf00; 
    
}

.ourFeaturesBlock .twoC {
    overflow: hidden;
}

.ourFeaturesBlock .twoC ul {
    float: left;
    width: 320px;
}

.ourFeaturesBlock .twoC ul:first-child {
    margin-right: 50px;
}

.ourFeaturesBlock .twoC ul li {
    background: url('Imgs/bulletLine.png') no-repeat 0px 4px;
    padding: 0 0 25px 25px;
    color: #444;
}

.ourFeaturesBlock .twoC ul li a:hover {
    color: #f5c800
}


.summaryBList {
    padding: 10px 0 30px;
}

.summaryBList li {
    padding: 20px 10px 20px 10px;
    margin-left: -10px;
    border: solid 1px #fafafa;
    background-color: #fafafa;
    transition: all linear 0.15s;
    cursor: pointer;
}

.summaryBList li:hover {
    border: solid 1px #e3e3e3;
    background-color: #fff;
}

.summaryBList li>div {
    padding-left: 35px;
    background: url('Imgs/bulletMega.png') left 8px no-repeat;
}

.summaryBList li>div.A1 {
    background-image: url('Imgs/businessA1.png'); 
}

.summaryBList li>div.A2 {
    background-image: url('Imgs/businessA2.png'); 
}

.summaryBList li>div.A3 {
    background-image: url('Imgs/businessA3.png'); 
}

.summaryBList li>div.A4 {
    background-image: url('Imgs/businessA4.png'); 
}

.summaryBList li>div.A5 {
    background-image: url('Imgs/businessA5.png'); 
}


.summaryBList li a {
    font-size: 17pt;
    text-decoration: none;
}

.summaryBList li a span {
    border-bottom: dotted 1px #007cb5;
}

.summaryBList li:hover a span {
    color: #f5c800;
    border-bottom: solid 1px #f5c800;
}

.summaryBList li .h {
    padding-bottom: 7px;
}