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

#content div.title{
    font-size: 1.2em;
    font-weight: bold;
    color: #224fec;
    background-color: #a5c5e6;
    
    margin: -8px -5px 10px -12px;
    padding: 6px 0 6px 10px;
}
#content div.breadcrumb{
    font-size: .9em;
    float: right;    
}
#content table {
    border: solid 0px red;
}
#content td {
    font-size: .9em;
}
#content td div.subtitle {
    font-size: 1em;
    font-weight: bold;
    margin: 10px 0 0 0;
}
#content td.borderTD {
    text-align: center;
}
#content td img.product {
    height: 100px;
    border: solid 0px purple;
}

#content td img.hDividerIS {
    width:560px;
    height: 1px;
}
#content td div {
    width: 100%;
    margin: 5px 0 5px 0;
    border: solid 0px purple;
}
#content td div.imageD {
    text-align: center;
}
#content td div img.categorySpacerI {
    width: 20px;
    height: 1px;
    border: solid 0px #aaaadd;
}
#content td div.vDividerD{
    height: 150px;
}
#content td div.vDividerD img{
    height: 140px;
    width: 2px;
}
#content td span {
    font-size: .9em;
    font-weight: bold;
}
#content td input {
    width: 30px;
    border: solid 1px #aaaadd;
}
#content td input.addtocartIB {
    font-size: .9em;
    color: #ff6600;  
}
#content td a.addtocart, a.addtocart:visited, a.addtocart:active {
    color: #aaaadd; 
    text-decoration: none;
    padding: 3px 3px 3px 3px;
    border: solid 0px blue; 
}
#content td a.addtocart:hover {
    color: #555577; 
    text-decoration: underline;
    padding: 3px 3px 3px 3px;
    border: solid 0px blue; 
}

#content td span.pTitle {
    font-size: 2em;
    font-weight: bold;
}

