﻿.PlusPickerContainer
{
    /*border: 1px solid #000000;*/
    padding-bottom: 10px;
}




.PlusPickerContainer .PlusPickerChoicesContainer ul
{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px;
}

.PlusPickerContainer .PlusPickerChoices li
{
    list-style-type: none;
}

.PlusPickerContainer .PlusPickerChoices li a
{
    display: block;
    padding: 0px 15px 0px 15px;
    text-decoration: none !important;
    color: #000000 !important;
}

.PlusPickerContainer .PlusPickerChoices .PlusPickerCategorySubs li a
{
    padding: 0px 15px 0px 25px;
}

.PlusPickerContainer .PlusPickerChoices li a.hover
{
    background-color: #EEEEEE;
}


.PlusPickerChoicesContainer
{
    float:left;
    position: absolute;
   /* border: 1px solid #000000;*/
    padding: 0px 0px 0px 0px;
    display:none;
    z-index: 100;
}

.PlusPickerCategorySubs
{
    display: none;
}

.PlusPickerSelectedDiv {
    float: left;
    background: #DDDDDD;
    line-height: 25px;
    padding: 10px 0 10px 10px;
    margin: 0px 5px 5px 5px;
    border-radius: 5px;
    vertical-align: middle;
    white-space: nowrap;
    cursor: zoom-in;
}

.PlusPickerSelectedDivRemove {
    width: 25px;
    margin: 0px 1px 1px 5px;
    font-size: 20px;
    font-weight:bold;
    margin-left: 10px;
    padding-right:35px;
    color: red;
    display: inline-block;
    height: 25px;
    cursor: pointer;
}

.PlusPickerSelectedDivRemove:hover
{
   background-position: 7px 0px; 
}

.PlusPickerAdd
{
    float: left;
    line-height: 25px;
    vertical-align: middle;
    white-space:nowrap;
}

a.PlusPickerAdd
{
    text-decoration: none !important;
    font-weight: bold;
}


/* Drop shadow stuff */

/* Shared styles */

.drop-shadow
{
    /*position: relative;
    float: left;*/
    /*width: 40%;
    padding: 1em;*/
    /*margin: 2em 10px 4em;*/
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before, .drop-shadow:after
{
    content: "";
    position: absolute;
    z-index: -2;
}

.drop-shadow p
{
    font-size: 16px;
    font-weight: bold;
}


/* Raised shadow - no pseudo-elements needed */

.raised
{
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

