#bigtitleftPad
{
   height: 70px;
   width: 100%;
   margin: 0;
   background-color: #333;
   font-size: 15px;
   margin-top: 0px;
   color: #ccc;
   text-shadow: 2px 2px 8px #000;
   /*box-shadow: inset 0px -80px 285px -180px #aaa;*/
   font-weight: bold;
   font-family: Arial,Helvetica,Sans-serif;  
}
#content_flash
{
    position: absolute;
    height: 500px;
    width: 735px;
    background-color: #fff;
    display: none;
    top: 0px;
}
.bigtitleft
{
    padding: 20px 0 0 70px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -ms-margin-before: 0;
    -ms-margin-after: 0;
    -ms-margin-start: 0;
    -ms-margin-end: 0;
    -moz-margin-before: 0;
    -moz-margin-after: 0;
    -moz-margin-start: 0;
    -moz-margin-end: 0;
    -o-margin-before: 0;
    -o-margin-after: 0;
    -o-margin-start: 0;
    -o-margin-end: 0;
    margin-before: 0;
    margin-after: 0;
    margin-start: 0;
    margin-end: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.subTitleText
{
   font-size: 20px;
}

.containerOptions
{
    height: 502px;
    margin-bottom: 0px;
    /*overflow: hidden;*/
}

.containerSelection
{
    /*height: 600px;*/
}

.groupList
{
    list-style: none;
    float: right;
    height: 500px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: -20px;
    border: solid 1px #333;
    overflow-y: scroll;
    overflow-x: hidden;
}

.groupList li
{
    width: 199px;
    height: 100px;
    margin-left: -40px;
    background-color: #666;
    overflow: hidden;
}

.groupList li.validItem
{
    width: 164px;
    height: 80px;
    font-size: 14px;
    padding: 10px 5px 10px 30px;
    margin-left: -40px;
    background-color: #666;
    border: solid 0px #aaa;
    transition: all 0.4s ease 0.0s;
    -o-transition: all 0.4s ease 0.0s;
    -moz-transition: all 0.4s ease 0.0s;
    -webkit-transition: all 0.4s ease 0.0s;
    color: #111;
    box-shadow: 0px 0px 15px -3px #000;
    cursor: pointer;
}
.groupList li.validItem:hover
{
    background-color: #999;
}
.groupList li.validItem:after
{
    background-color: #aaa;
}

.groupName
{
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    color: #fff;
    max-height: 35px;
}

.groupDesc
{
    font-size: 13px;
}
.contentText
{
    height: 100%;
    width: 100%;
}
.containerTitle
{
    height: 50px;
    padding-top: 40px;    
}
.containerDesc
{
    height: 200px;
    margin-top: 150px;
}
#contentTextTitle
{
    text-align: right;
    float: right;
    padding-left: 10px;
    padding-right: 30px;
    padding: 5px 30px 5px 10px;
    background-color: #39c;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    /*width: auto;*/
    max-width: 350px;
    color: #fff;
    text-shadow: 2px 2px 1px #333;
    font-size: 38px;
    font-weight: bold;
    border-bottom: solid 1px #888;
    border-left: solid 1px #888;
    border-top: solid 1px #888;
    box-shadow: -3px 3px 10px #000;
    transition: all 0.4s ease 0.0s;
    -o-transition: all 0.4s ease 0.0s;
    -moz-transition: all 0.4s ease 0.0s;
    -webkit-transition: all 0.4s ease 0.0s;
}
#contentTextDesc
{
    margin-left: 100px;

    padding: 20px;
    background-image: url(//cdn2.scriptcase.net/lib/img/darken-bg.png);
    border-radius: 5px;
    width: 500px;
    color: #ddd;
    font-size: 20px;
}
.itemText
{
    position: relative;
    float: left;
    top: 0px;
    margin-right: -30px;
    margin-bottom: -20px;
    width: 735px;
    height: 500px;
    border: solid 1px #333;
    border-right: 0px;
    background-color: #ccc;
    box-shadow: 20px 0px 15px -20px #000;
    /*background-image: url(//cdn2.scriptcase.net/lib/../v7_features/img/bg-0.jpg);*/
}

#item-pointer
{
    position: absolute;
    right: -40px;
    top: 0px;
}

.groupList::-webkit-scrollbar {
    width: 5px;
}
.groupList::-webkit-scrollbar-track {
    background: #ddd;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}
.groupList::-webkit-scrollbar-thumb {
    background: #39c;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}
.groupList::-webkit-scrollbar-thumb:hover {
    background: #4ad;
}
.groupList::-webkit-scrollbar-thumb:active {
    background: #28b;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
}
