.flipcatWidget {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99900;
    width: 60px;
    height: 306px;
    margin-top: -153px;
    background: url(img/01.png) center no-repeat;
    cursor: pointer;
}

.flipcatWidget:hover {
    background: url(img/02.png) center no-repeat;
}

.flipcatWidgetImgCash {
    right: -10000px;
    position: absolute;
}

.flipcatWidgetImgCash02 {
    background: url(img/02.png) center no-repeat;
    width: 0;
    height: 0;
}

.flipcatWidgetImgCash08 {
    background: url(img/08.png) center no-repeat;
    width: 0;
    height: 0;
}

.flipcatWidgetImgCash15 {
    background: url(img/15.png) center no-repeat;
    width: 0;
    height: 0;
}

.flipcatWidgetImgCash18 {
    background: url(img/18.png) center no-repeat;
    width: 0;
    height: 0;
}

#flipcatWidgetOverlay, #widgetOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99990;
    width: 100%;
    height: 100%;
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE 5.5+*/
    -moz-opacity: 0.8; /* Mozilla 1.6 � ���� */
    -khtml-opacity: 0.8; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.8;
}

#flipcatWidgetBody, #widgetBody {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99998;
    width: 878px;
    height: 555px;
    margin-top: -277px;
    margin-left: -439px;
    background: url(img/20.png) center no-repeat;
}

.flipcatDevicesWrapper {
    padding: 30px 0 0 20px;
    width: 480px;
    text-align: center;
    overflow: auto;
}

.flipcatDeviceWrapper {
    width: 49.3%;
    text-align: center;
    display: inline-block;
}

.flipcatDevice {
    display: inline-block;
    position: relative;
}

.flipcatDevice > a {
    display: inline-block;
    margin-top: 10px;
}

.widgetMain {
    position: relative;
    width: 100%;
    height: 100px;
    z-index: 99999;
}

.widgetClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 33px;
    height: 33px;
    margin-top: 8px;
    margin-right: 8px;
    background: url(img/03.png) center no-repeat;
    cursor: pointer;
}

.widgetAppStore {
    /*position: absolute;*/
    top: 24px;
    left: 45px;
    width: 200px;
    height: 404px;
    background: url(img/13.png) center no-repeat;
}

.widgetAppStoreDisplay {
    position: absolute;
    top: 64px;
    left: 22px;
    width: 157px;
    height: 278px;
}

.widgetAppStoreDisplay > img {
	max-width: 100%;
    border-radius: 2px;
}

.widgetAppStoreButton {
    /*position: absolute;*/
    top: 440px;
    left: 70px;
    width: 159px;
    height: 77px;
    background: url(img/17.png) center no-repeat;
    cursor: pointer;
    border: 0;
}

.widgetAppStoreButton:hover {
    background: url(img/18.png) center no-repeat;
}

.widgetGooglePlay {
    /*position: absolute;*/
    top: 33px;
    left: 265px;
    width: 206px;
    height: 390px;
    background: url(img/10.png) center no-repeat;
}

.widgetGooglePlayDisplay {
    position: absolute;
    top: 55px;
    left: 20px;
    width: 167px;
    height: 278px;
}

.widgetGooglePlayDisplay > img {
	max-width: 100%;
    max-height: 278px;
    border-radius: 2px;
}

.widgetGooglePlayButton {
    /*position: absolute;*/
    top: 440px;
    left: 290px;
    width: 159px;
    height: 77px;
    background: url(img/14.png) center no-repeat;
    cursor: pointer;
    border: 0;
}

.widgetGooglePlayButton:hover {
    background: url(img/15.png) center no-repeat;
}

.widgetFlipcat {
    position: absolute;
    top: 480px;
    left: 600px;
    width: 161px;
    height: 34px;
    background: url(img/04.png) center no-repeat;
    border: 0;
}

.widgetDialog {
    position: absolute;
    top: 310px;
    left: 600px;
    width: 152px;
    height: 121px;
    background: url(img/05.png) no-repeat;
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    padding-top: 37px;
}

.widgetDialog span {
    font-size: 18px;
    font-weight: 900;
}

.widgetInput {
    position: absolute;
    top: 245px;
    left: 585px;
    width: 185px;
    height: 51px;
    background: url(img/07.png) center no-repeat;
    cursor: pointer;
    border: 0;
}

.widgetInput:hover {
    background: url(img/08.png) center no-repeat;
}

.widgetHeader {
    position: absolute;
    top: 35px;
    left: 505px;
    width: 350px;
    height: 100px;
    font-size: 17px;
    color: #fff;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    line-height: 1.45;
}

.widgetHeader span {
    font-size: 22px;
    font-weight: 900;
}

.widgetHeader1 {
    position: absolute;
    top: 35px;
    left: 515px;
    width: 330px;
    font-size: 26px;
    color: #fff;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    line-height: 1.45;
}

.widgetHeader1 span {
    text-transform: uppercase;
}

.widgetList {
    position: absolute;
    top: 135px;
    left: 555px;
    width: 250px;
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.widgetListItem {
    position: relative;
    width: 100%;
    min-height: 30px;
    text-align: left;
    padding-left: 35px;
    padding-top: 3px;
    background: url(img/09.png) 0 4px no-repeat;
}

.widgetList1 {
    position: absolute;
    top: 130px;
    left: 540px;
    width: 285px;
    font-size: 20px;
    color: #fff;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.4;
}

.widgetListItem1 {
    position: relative;
    width: 100%;
    min-height: 25px;
    text-align: left;
    padding-left: 35px;
    padding-top: 3px;
    background: url(img/09.png) 0 8px no-repeat;
    margin-bottom: 20px;
    line-height: 1.2;
}

/**/