/****************************************************************
* file: 	/css/waterform.css
* author:	toy
* date:		25may09
*
* NOTE: 	css for product page
*
* rev history
* [toy 25may09]		orig version 
*****************************************************************/

#content {
    border: solid 0px green;
}
#content div.title{
    font-size: 1.2em;
    font-weight: bold;
    
    margin: -8px -5px 10px -12px;
    padding: 6px 0 6px 10px;
}
#content div.search{    
    margin: 0px 0px 0px -10px;
    padding: 0px 0 0px 0px;
    border: solid 0px red;
    overflow: auto;
}

#content div.search div.coffee{    
    width: 550px;
    margin: 0 0 0 0;
    padding: 6px 0 6px 5px;
    border: solid 0px blue;
    float: left;
}
#content div.search div.coffee div.title{    
    font-size: 1.1em;
    font-weight: normal;
    color: White;
    background-color: #96543a;
    
    margin: -6px 0 5px 0px;
    padding: 5px 0 6px 3px;
}
#content div.search div.coffee div.group{  
    min-height: 130px;  
    margin: 0px 6px 0px 6px;
    padding: 0px 5px 4px 0px;
    border: solid 0px green;
    float: left;
}
#content div.search div.coffee div.group div.title{    
    font-size: 1.0em;
    font-weight: bold;
    text-align:center;
    color: #96543a;
    background-color: transparent;
}
#content div.search div.coffee div.group div.coffeeitem{    
    font-size: .9em;
    color: #96543a;
    background-color: transparent;
}

#content div.search div.tea{ 
    width: 300px;
    min-height: 120px;
    background-color: #eeeeee;   
    margin: 0 0 10px 5px;
    padding: 6px 0 6px 10px;
    border: solid 0px blue;
    float: left;
}
#content div.search div.tea div.title{    
    font-size: 1.1em;
    font-weight: normal;
    color: White;
    background-color: #7f8f39;
    
    margin: -6px 0 5px -10px;
    padding: 5px 0 6px 3px;
}
#content div.search div.tea div.group{    
    margin: 0px 10px 0px -10px;
    padding: 0px 4px 4px 4px;
    border: solid 0px green;
    float: left;
}
#content div.search div.tea div.group div.title{    
    font-size: 1.0em;
    font-weight: bold;
    text-align:center;
    color: #7f8f39;
    background-color: transparent;
    margin: -6px -7px 0px 0px;
}
#content div.search div.tea div.group div.teaitem{    
    font-size: .9em;
    color: #7f8f39;
    background-color: transparent;
}

#content div.search div.cocoa{    
    width: 200px;
    background-color: #eeeeee;   
    min-height: 136px;
    margin: 0 10px 0 0;
    padding: 6px 0px 6px 10px;
    border: solid 0px blue;
    float: left;
}
#content div.search div.cocoa div.title{    
    font-size: 1.1em;
    font-weight: normal;
    color: White;
    background-color: #ff6600;
    
    margin: -6px 0px 5px -10px;
    padding: 5px 7px 6px 3px;
    border: solid 0px yellow;
}
#content div.search div.cocoa div.group{    
    margin: 0px 10px 0px -10px;
    padding: 0px 4px 4px 4px;
    border: solid 0px green;
    float: left;
}
#content div.search div.cocoa div.group div.title{    
    font-size: 1.0em;
    font-weight: bold;
    text-align:center;
    color: #ff6600;
    background-color: transparent;
    margin: -6px 0px 0px 0px;
    border: solid 0px purple;
}
#content div.search div.cocoa div.group div.cocoaitem{    
    font-size: .9em;
    color: #ff6600;
    background-color: transparent;
}

#content div.results {
}

#content div.search div.submit{
    margin: 20px 15px 20px 20px;
    padding: 0px 0 0px 0px;
    float: right;
}
#content div.search div.pagination{
    margin: 0px 5px 0px 0px;
    padding: 0px 0 0px 0px;
    vertical-align: middle;
    float: right;
    border: solid 0px red;
}
    #content div.search div.pagination div.pages{
        height: 25px;
        margin: 0px 5px 0px 0px;
        padding: 0px 0 0px 0px;
        float: right;
        border: solid 0px blue;
    }
    
#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; 
    cursor: pointer;
    cursor:hand;
}
#content td a.addtocart:hover {
    color: #555577; 
    text-decoration: underline;
    padding: 3px 3px 3px 3px;
    border: solid 0px blue; 
    cursor: pointer;
    cursor:hand;
}


#content div input {
    width: 201px;
    border: solid 1px #666699;
}
#content div input.small {
    width: 30px;
    border: solid 1px #666699;
}
#content div input.medium {
    width: 50px;
    border: solid 1px #666699;
}
#content div input.submit {
    background-color: #a5c5e6;
    width: 70px;
    border: solid 1px #444444;
}
#content div input.checkbox {
    width: 20px;
    border: solid 0px #666699;
}
#content div radio {
    border: solid 1px #666699;
}
#content div textarea {
    border: solid 1px #666699;
}


a.pButtonA, a.pButtonA:active{
    font-weight: bold;
    color: #dddddd;
    background-color: #aaaacc;
    text-decoration: none;
    padding: 1px 1px 1px 1px;
    cursor: pointer;
    cursor: hand;
    border: solid 1px grey;
}
a.pButtonA:hover{
    font-weight: bold;
    color: #aaaacc;
    background-color: #ddddff;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
    border: solid 1px grey;
}

