/* 
    Document   : page
    Created on : Jul 15, 2010, 5:16:03 PM
    Author     : farfa
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#s3slider.gallery {
    width: 670px;
    height: 480px;
    position: relative;
    left: 0;
    top: 0;
}
#s3slider.gallery #s3sliderContent{
    width: 670px;
}
.s3sliderImage {}

.s3sliderImage span.title {
    color:#666;
    display:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:2.2em;
    line-height:38px;
    position:absolute;
    top:24px;
    left:30px;
    width:210px;
    /*background-color:#000000;*/
    /*-moz-border-radius:10px;
    -webkit-border-radius:10px;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;*/
    /*filter: alpha(opacity=70);
    opacity: 0.7;*/
}

#hilight {
    display: inline;
    float: left;
    position: relative;
    width: 340px;
}

.feature-showcase {
    clear: none;
    float: left;
    margin-left: 20px;
    width: 260px;
}
#feature-product h4,
#feature-product h5
{
    margin: 0 5px 5px;
}

.feature-showcase .feature-list-item {
    clear: both;
    margin: 0;
    padding: 0px;
}
.feature-showcase .feature-link {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}

.feature-showcase .feature-link:hover {
    background: #f9f9f9 none repeat;
}

.feature-showcase .feature-thumb {
    -moz-border-radius: 3px 3px 3px 3px;
    background: #fff none repeat;
    border: 1px solid #D3D3D3;
    display: block;
    float: left;
    margin: 0 8px 0 0;
    padding: 4px;
    overflow: hidden;
    position: relative;
    height: 45px;
    width: 92px;
}

.feature-showcase .title {
    display: block;
    overflow: hidden;
    width: 150px;
}

.wide {
    width: 670px;
    position: relative;
}

.x3col {
    position: relative;
}

.x3col .column {
    border-right: 1px dotted #ccc;
    display: inline;
    float: left;
    padding: 6px;
    position: relative;
    width: 192px;
}
.wide .x3col .column { width: 210px;}

.x3col .first {
    border-left: none;
    padding-left: 0px;
}

.x3col .last {
    border-right: none;
    padding-right: 0px;
}

.column li {
    margin-left: 15px;
    list-style: square inside;
}