﻿#window 
{
    width: 100%;
    padding: 25px 0px 0px 0px;
}

.product 
{
    background-color: #F7F7F0;
}
.product * 
{
    font-family: 'MyriadProLight';
    font-size: 18px;
    line-height: 24px;
    color: #333;
}
.product h1 
{
    font-size: 36px;
    line-height: 40px;
    color: #919191;
    padding: 0px;
    margin: 0px 0px 25px 0px;
}


.product .item
{
    clear: both;
    padding: 50px 0px;
    border-bottom: solid 1px #ddd;
}
.product .item,
.product .item.cardlist .cards
{
    width: 950px;
    margin: 0px auto;
    overflow: hidden;
}


.product .item.cardlist
{
    background-color: #006BA6;
    height: 440px;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0px;
    border: none;
}

.product .item.cardlist .cards .win
{
    margin: 60px 0px 0px 0px;
    width: 10000px;    
}
.product .item.cardlist .cards .card
{
    width: 1000px;
    height: 320px;
    float: left;
}
.product .item.cardlist .cards .card * 
{
    color: #fff;
}
.product .item.cardlist .cards .card .text
{
    width: 300px;
}
.product .item.cardlist .cards .card img,
.product .item.cardlist .cards .card iframe
{
    float: right;
    margin: 0px 50px 0px 50px;
    width: 578px;
    height: 298px;
    background-color: #919191;
    padding: 1px;
    border: solid 10px #fff;
}
.product .item.cardlist .position
{
    position: absolute;
    bottom: 25px;
    width: 100%;        
}
.product .item.cardlist .position div
{
    float: left;
    margin: 0px 5px;
    width: 9px;
    height: 9px;
    border: solid 2px #fff;
    border-radius: 10px;    
    cursor: pointer;
}
.product .item.cardlist .position div.active
{
    background-color: #fff;    
    cursor: auto;
}



.product .item.demos .list
{
    width: 1000px;
}
.product .item.demos .list a
{
    display: inline-block;    
    background-color: #6698C5;    
    text-decoration: none;
    width: 300px;
    height: 150px;    
    margin: 0px 25px 0px 0px;
    overflow: hidden;
    background-position: top right;
    background-repeat: no-repeat;
}
.product .item.demos .list a:hover
{
    background-color: #006BA6;
}
.product .item.demos .list a.card1
{
    background-image: url('../img/default-demo1.png');
}
.product .item.demos .list a.card2
{
    background-image: url('../img/default-demo2.png');
}
.product .item.demos .list a.card3
{
    background-image: url('../img/default-demo3.png');
}
.product .item.demos .list a div
{
    color: #fff;
    margin: 20px 0px 0px 20px;
    font-size: 24px;
    line-height: 30px;
    width: 140px;
}


.product .item.left > h1,
.product .item.right > h1,
.product .item.left > div,
.product .item.right > div
{
    display: inline-block;
}
.product .item.left h1,
.product .item.right h1,
.product .item.left div,
.product .item.right div
{
    width: 470px;    
}
.product .item.left img,
.product .item.right img,
.product .item.left iframe,
.product .item.right iframe
{
    width: 430px;
    border: none;
}
.product .item.left img,
.product .item.left iframe
{    
    margin: 0px 50px 0px 0px;
    float: left;
}
.product .item.right img,
.product .item.right iframe
{
    float: right;
    margin: 0px 0px 0px 50px;
}

.product .item.disclaimer
{   
    
    text-align: center;
    padding: 35px 0px;
}
.product .item.disclaimer div
{
    font-family: 'MyriadProSemiBold';
    font-size: 14px;
    line-height: 20px;
    color: #666;
}