﻿@charset "UTF-8";
/* CSS Document */

.fullproduct {
    background-color: #D9D5C5;
    padding: 10px;
}

.clearfix {
    margin-bottom: 20px;
    margin-top: 20px;
}

.col-xs-2, .col-xs-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.button-eLearn {
    border: 2px solid #00a3e1;
    background-color: #fff;
    padding: 2px 3px;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
}

    .button-eLearn a {
        color: #333;
        display: block;
    font-size: 13px;
    }

.audio {
    background-image: url("../images/audio.png");
    background-repeat: no-repeat;
    background-position: 10%;
    background-size: 17px;
}
.seeklibrary{
    width:19em;
    text-align:center;
    height: 45px;
}
/*.seeklibrary:before{
    content:"ADD TO CART";
}*/
.video {
    background-image: url("../images/video.png");
    background-repeat: no-repeat;
    background-position: 10%;
    background-size: 20px;
}

.bundle {
    background-image: url("../images/bundle.png");
    background-repeat: no-repeat;
    background-position: 11%;
    background-size: 15px;
}



.selected {
    background-color: #00a3e1;
}

    .selected a {
        color: #fff;
    }



.checkout {
    background-color: #00a3e1;
    color: #fff;
    float: right;
    background-image: url("../images/cart.png");
    background-repeat: no-repeat;
    background-position: 5%;
    background-size: 25px;
    width: 100%;
    padding: 11px 30px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.15);
}

.checkout:hover, .checkout:focus {
    box-shadow: 4px 4px 4px rgba(0,0,0,.35);

}

    .checkout a {
        color: #fff;
        float: right;
        width: 100%;
        text-decoration: none;
        font-weight: bold;
    }

.audio.selected {
    background-image: url("../images/audio-select.png");
}

.video.selected {
    background-image: url("../images/video-select.png");
}

.bundle.selected {
    background-image: url("../images/bundle-select.png");
}

.searchSite input {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.searchSite a {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.product-descript{
    margin-top:25px;
}

img{
    vertical-align:baseline;
}