﻿/*
	Created: 2012/11/27
	Base screen styles for DeltaWeb.
*/


#feature_list {
    width: 420px;
    height: 400px;
    overflow: hidden;
    position: relative;
    font: 14px/160% arial, helvetica, sans-serif;

    /* drop shadow */
    -webkit-box-shadow: 0 0 5px #888;
    -moz-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}

#feature_list h1 {
    margin: 0;
}

#feature_list hr {
    border: 0;
    height: 1px;
    line-height: 1px;
    background: #ccc;
    margin-bottom: 20px;
    padding: 0;
}

#feature_list p {
    margin: 0;
    padding: 7px 0;
}

#feature_list .clear {
    clear: both;
    line-height: 1px;
    font-size: 1px;
}

#feature_list h3 {
    font-size: 12px;
    font-weight: bold;
    padding: 7px 0 0 0;
    margin: 0 0 0 54px;
}


/* Pager */

#feature_list #pager_wrapper {
    float: right;
    width: 190px;
    height: 400px;
    border-right: 1px solid #ccc;
}

#feature_list #pager_prev,
#feature_list #pager_next {
    display: block;
    position: absolute;
    right: 0;
    width: 152px;
    z-index: 15;
    height: 20px;
    border: 1px solid #ccc;
    border-left: 0;
    cursor: pointer;
}

#feature_list #pager_prev {
    background: #f8f8f8 url('../Images/sort_up.png') no-repeat bottom center;
}

#feature_list #pager_next {
    bottom: 0;
    background: #f8f8f8 url('../Images/sort_down.png') no-repeat top center;
}


#feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#feature_list ul#tabs {
    overflow: hidden;
    position: relative;
    right: 0;
    z-index: 10;
    width: 190px;
    height: 356px;
    padding-top: 22px;
}

#feature_list ul#tabs li {
    font: 12px arial, helvetica, sans-serif;
    padding: 0;
    background: none;
}

#feature_list ul#tabs li img {
    float: left;
    border: none;
    width: 32px;
    height: 32px;
    padding: 5px;
    margin: 0 10px 0 0;
    border: 1px dotted #ccc;
}

#feature_list ul#tabs li span.arrow {
    display: none;
    float: left;
    margin-left: -24px;
    width: 0;
    height: 0;
	border-color: transparent #e00034 transparent transparent;
	border-style: solid;
	border-width: 28px 34px 28px 28px;
}

#feature_list ul#tabs li a {
    display: block;
    color: #222;
    text-decoration: none;
    padding: 6px 10px 6px 10px;
    height: 44px;
    margin: 0 0 0 38px;
}

#feature_list ul#tabs li a:hover {
    text-decoration: underline;
}

#feature_list ul#tabs li.activeSlide a {
    color: #fff;
    background-color: #e00034;

	/* gradient background (45deg angle) */
    background: -webkit-gradient(linear, 25% 100%, 0 50%, from(#e00034), to(#cc002f));
    background: -moz-linear-gradient(135deg, #e00034 25%, #cc002f 100%);
    background: linear-gradient(135deg, #e00034 25%, #cc002f 100%);
}

#feature_list ul#tabs li.activeSlide a:hover {
    text-decoration: none;
    cursor: default;
}

#feature_list ul#tabs li.activeSlide span.arrow {
    display: block;
}

#feature_list ul#output {
    position: absolute;
    top: 0;
    left: 0;
    width: 267px;
    height: 400px;

    /* drop shadow */
    -webkit-box-shadow: 0 0 6px 2px #888;
    -moz-box-shadow: 0 0 6px 2px #888;
    box-shadow: 0 0 6px 2px #888;
}

#feature_list ul#output li {
    position: absolute;
    width: 267px;
    height: 400px;
    padding: 0;
    background: none;
}

#feature_list ul#output li .content {
    position: absolute;
    bottom: 6px;
    left: 6px;
    width: 219px;
    font: 12px arial, helvetica, sans-serif;
    color: #fff;
    padding: 8px 20px 8px 12px;
    margin-right: 12px;
    background-color: rgba(0,0,0,0.7);
    border: 2px solid #fff;
}

#feature_list ul#output li .content h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 4px 0;
}

#feature_list ul#output li .content h6 {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    margin: 0 0 2px 0;
}

#feature_list ul#output li .content p {
    color: #fff;
}

#feature_list ul#output li .image {
    width: 267px;
    height: 400px;
}

.brandlicense {
    display: none !important;
    visibility: hidden !important;
}
