/****************************************************************
* file: 	/css/index.css
* author:	toy
* date:		16may09
*
* NOTE: 	css for index page
*
* rev history
* [toy 16may09]		orig version 
*****************************************************************/

#featured {
    width: 572px;

    font-size: .8em;
    margin: 10px 15px 10px 5px;
    padding: 5px 0px 5px 5px;
    border: solid 0px pink;
    float: right;
}
#featured div.title{
    font-size: .9em;
    font-weight: bold;
    color: #66aa66;
}
#featured table {
    border: solid 0px red;
}
#featured td {
    font-size: .9em;
    border: solid 0px blue;
}
#featured td.borderTD {
    text-align: center;
}
#featured td img {
    height: 100px;
    border: solid 0px purple;
}
#featured td div {
    width: 100%;
    margin: 5px 0 5px 0;
    border: solid 0px purple;
}
#featured td div.imageD {
    text-align: center;
}
#featured td div img.featuredSpacerI {
    width: 20px;
    height: 1px;
    border: solid 0px #aaaadd;
}
#featured td div.vDividerD{
    height: 150px;
}
#featured td div.vDividerD img{
    height: 140px;
    width: 2px;
}
#featured td span {
    font-size: .9em;
    font-weight: bold;
}
#featured td input {
    width: 30px;
    border: solid 1px #aaaadd;
}
#featured td input.addtocartIB {
    font-size: .9em;
    color: #ff6600;  
}
#featured td a, a:visited, a:active {
    font-size: .9em;
    color: #ff6600; 
    text-decoration: none;
    padding: 3px 3px 3px 3px;
    border: solid 0px blue; 
}
#featured td a:hover {
    font-size: .9em;
    color: #ffaa66; 
    text-decoration: underline;
    padding: 3px 3px 3px 3px;
    border: solid 0px blue; 
}

#featured td a.featured, a.featured:visited, a.featured:active {
    font-size: 1em;
    color: #000000; 
    text-decoration: none;
    padding: 3px 3px 3px 3px;
    border: solid 0px blue; 
}
#featured td a.featured:hover {
    font-size: 1em;
    color: #cccccc; 
    text-decoration: underline;
    padding: 3px 3px 3px 3px;
    border: solid 0px blue; 
}
