﻿#home_leftpanel 
{
    width:183px;
    margin:0px;
    margin-left:3px;
    /*border-left:solid 3px #E5E5E5;
    border-right:solid 3px #E5E5E5;*/
    border:solid 3px #E5E5E5;
    /*height:1130px;*/
    background-color:white;
    float:left;
    padding:0px;
}

#home_rightpanel 
{
    float:left;
    width:790px;
    /*background-color:green;
    height:1130px;*/
}

#home_centerpanel
{
    float:left;
    margin-left:10px;
    padding-top:10px;
    /*width:611px;*/
    width:430px;
    /*height:1130px;
    background-color:yellow;
    height:500px;*/
    
}

#rhstowerad 
{
    width:315px;
    border-right:solid 2px #e5e5e5;
    border-top:solid 1px #e5e5e5;
    border-bottom:solid 1px #e5e5e5;
    border-left:solid 1px #e5e5e5;
    float:right;
    margin-left:10px;
    margin-right:1px;
    text-align:center;
    /* height:1110px;*/
}
    
#divSearchByBox 
{
    font-family: Georgia Times New Roman Verdana Arial Serif Sans-Serif;
    border: solid 2px #B8E600;
    text-align:center;
    background:white;
    width:450px;
    
}


.searchbycategorybox 
{
    margin:5px;
    padding-top:5px;
    padding-bottom:10px;
    padding-left:10px;
    background-color:white;
    font-style:italic;
    font-family: Georgia;
}


.searchbycategorylink 
{
    font-family:Times New Roman;
    font-size:12px;
    font-style:normal;
    color:#505050;
}

.searchbycategorylink a:link
{
    color:#505050;
    font-size:12px;
    font-style:normal;
    font-family: Georgia;
    font-weight:normal;
    text-decoration:none;
    
}

.searchbycategorylink a:visited
{
    color:#505050;
    font-size:12px;
    font-style:normal;
    font-family: Georgia;
    font-weight:normal;
    text-decoration:none;
    
}
.searchbycategorylink a:hover
{
    color:black;
    font-size:12px;
    font-style:normal;
    font-family: Georgia;
    font-weight:normal;
    /* border-bottom:dotted 1px gray;*/
    text-decoration:none;
    
}

a.hmpg_just_add
{
    color:#AA3333;
    text-decoration:none;
    border:none;
    font-size:12px;
    font-family:Verdana;
}

/* Front page image slider */
/*** set the width and height to match your images **/
 
#fpslideshow {
    position:relative;
    height:400px;
    text-align:left;
}
 
#fpslideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 400px;
    background-color: #FFF;
    width:430px;
    
    
}
 
#fpslideshow DIV.active {
    z-index:10;
    opacity:1.0;
}
 
#fpslideshow DIV.last-active {
    z-index:9;
}
 
#fpslideshow DIV IMG {
    height: 350px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

#fpslideshow li a:link 
{
    color:inherit;
    font:inherit;
    text-decoration:none;
}

#fpslideshow li a:hover
{
    color:inherit;
    font:inherit;
    text-decoration:underline;
}
#fpslideshow li a:visited
{
    color:inherit;
    font:inherit;
    text-decoration:none;
}

#fpsscpl 
{
    font-family:Georgia;
    font-size:12px;
    color:#555555;
    margin:5px 0px;
    width:430px;
    text-align:left;
}

#fpsscpl span 
{
    cursor:pointer;
    padding:2px 4px;
    background-color:#e5e5e5;
    
}

#fpsscpl span.active 
{
    cursor:pointer;
    padding:2px 4px;
    background-color:#e5e5e5;
    font-size:125%;
}

#fpsscpl img 
{
    cursor:pointer;
    display:block;
    float:right;
}

