/***********************************
CSS Document
Author: Michael Oleksak - StarsnSites.com
copyright ©2005 all rights reserved
***********************************/

body { margin: 5px; padding:0; background-color: #324267;
       height:100%; border:none;
       }

table, div, tbody { font-family: lucida, Verdana, Arial, Helvetica, sans-serif;
                    border-collapse: collapse; font-size: 13px; color: #555555;
                	}

table.red { font-family: lucida, Verdana, Arial, Helvetica, sans-serif;
                    border-collapse: collapse; font-size: 10px; color: red;}
                    
td.red    { font-family: lucida, Verdana, Arial, Helvetica, sans-serif;
                    border-collapse: collapse; font-size: 9px; color: red;
          }


/***********************************
Below is style for Pond Pictures Feature
***********************************/
          
.picS { width: 98%; background-color: #ffffff; border:#324267 1px solid;
                    border-collapse: collapse; font-size: 9px; color: #555555;}
                    
.picS td    { width: 100px; height: 75px; text-align: center;
              background-color: #82AAC6;
              vertical-align: middle; border:#efefef 1px solid;
             }

.picS th    { font-size: 10px; font-weight: 200; background-color: #efefef;
              border:#82AAC6 1px solid; padding-left: 5px;
              text-align: left; vertical-align: middle; width: 50%;
          }
/***********************************
Above is style for Pond Pictures Feature          
***********************************/       

#fullheight { height:100%; width: 780px;  
              background-color: #ffffff;
              border: 1px solid;    
              border-top-color: #000000; 
              border-right-color: #292B52; 
              border-bottom-color: #000000; 
              border-left-color: #555555; padding:0;
             }

#fullMain { height:100%; 
            }
             
.Content  { width: 100%; font-size: 13px; color: #555555;
            background-color: #ffffff; vertical-align: top; 
            }

.Content td {  height:100%; border-width: 0px;
               font-size: 13px; color: #555555; 
               vertical-align: top; text-align: left;
               padding: 5px;
               }

.Content th {  border-width: 0px;
               /*padding: 2px;*/
               
             }
                          
form {  margin: 0px; padding: 0px; border: none; }

.leftNavCell { background-color: #525D8C; width: 170px; height: 100%;
               color : #ffffff; font-size: 11px; 
               vertical-align: top; text-align: center;
               }

/*Above is main body formatting*/

/***********************************
 Begin Auction Specific Page Styles
***********************************/

.auctionLabel { font-size: 11px; color: #6B2F2F; font-weight: bold;
	            }

.auctionData {  font-size: 11px; color: #6C80BF; font-weight: bold;
	            }
	    
.auctionDescr { font-size: 11px; color: #555555; 
	            }
	    
/***********************************
 End Auction Specific Page Styles
***********************************/	    
	      	
/***********************************
 Begin Link Styles
***********************************/

a:link, 
a:active,
a:visited { color: #555555; text-decoration: none; }
a:hover { color: #800000; text-decoration: underline; }

/***********************************
 End Link Styles
***********************************/

span.radius { visibility: hidden;
	        }	

ul { list-style-image: url('../images/bulltetpoint.gif')
	 }
	
hr { height: 1px; width: 90%; color: #4A5973;
	 }

/* Begin Heading Tag Styles*/

h1.error {font-size: small; color: red; font-weight: bold; text-align: center;}

h1 { font-size: 12px;  font-weight: bold; line-height: 19px; color: #6C80BF; 
     margin-top: 5px;  margin-bottom: 2px;  
    }

h2,h3 { font-size: 13px;  line-height: 16px; color: #525D8C; 
         margin-top: 1px; margin-bottom: 2px;  
         }
	
h3.error { font-size: 13px;  font-weight: bold;
		   margin-top: 1px; margin-bottom: 1px; line-height: 16px; color: #ff0000;
		 }


h1.featured { font-size: 17px;  background-color : #525D8C; 
              margin-top: 1px;  margin-bottom: 2px;  line-height: 24px; color: #ffffff;
              border: 1px solid #555555;              
             }
			  
/* End Heading Tag Styles*/


    
textarea, 
form select, input { font-size: 11px; border-width: 1px; background-color: #efefef;
                 	 }


/***********************************
 Begin Table Nav Menu Styles
***********************************/

table.menu a { padding: 2px; width:99%; display: block; 
	           border: 1px solid #8BA9FE; 
               } 

div.menu a { color: #fff; background: #fff; text-decoration:none;
	         font-size:11px; line-height:14px; text-indent: 2px;      
             }

div.menu a:link,
div.menu a:active,
div.menu a:visited  { color: #fff; background: #5271BD; text-decoration:none;
                      }
	  
div.menu a:hover { color: #fff; background: #46435C; text-decoration:none;
	               border: 1px solid #8BA9FE; 
                   }  
                   
/***********************************
 End Table Nav Menu Styles
***********************************/

/* Begin SubCategory Nav Menu Styles*/

table.SUBmenu a { width:98%; border:1px solid; display: block;
	              border-top-color : #DB8592; 
                  border-right-color : #8A2A39; 
                  border-bottom-color : #661F2A; 
                  border-left-color : #D16173;
                  text-align: center;
                  padding: 1px;
                  } 
                
.SUBmenu td {padding: 1px; }                 

div.SUBmenu a { background: #C63C52;
	            color: #efefef; text-decoration:none;
	            font-size:11px; line-height:15px; 
	           }

div.SUBmenu a:link { background: #C63C52; color: #efefef; text-decoration:none;
                   }
	  
div.SUBmenu a:active { background: #C63C52; color: #efefef; text-decoration:none;
                     }
	  
div.SUBmenu a:visited { background: #C63C52; color: #efefef; text-decoration:none;
                      }

div.SUBmenu a:hover { background: #B83A4E;
                      color: #fff; border:1px solid; text-decoration:none;
                      border-top-color : #661F2A; 
                      border-right-color : #D16173; 
                      border-bottom-color : #DB8592; 
                      border-left-color : #8A2A39;
                      text-indent: 2px;
	                  }
	  
/* End SubCategory Nav Menu Styles*/

.pricecart { border:#D5D5D5 1px solid;
	         text-align:center;
	        }
	
.pricecart th { background-image:url('../images/pricecart.jpg');
	            font-size:8pt; font-weight: 550; color:#000;
	            border:#82AAC6 1px solid;
	            border-bottom-color: #D5D5D5;
	            padding:2px;
	           }
	
.pricecart td { background-color: #fff; font-size: 8pt; color: #555555;
     	        border:#C8D9E4 1px solid;
	            text-align:left; padding:1px;
	            }

td.description { background-color: #fff;
     	         font-size: 9px; color: #555555;
     	         text-indent: 2px;
 	             border:#B09F93 1px solid;
	             padding:1px; text-transform: capitalize;
	             text-align: left; }

td.sku { background-color: #fff; font-size: 9px; color: #A7A7A7;
         border:#B09F93 1px solid; padding:2px; text-align: center;
	     }

td.price { background-color: #fff; font-size: 9px; color: #555555;
           border:#B09F93 1px solid; padding:2px; text-align: center;
	       }
	            
/*Begin Product Info Table Style*/

.productinfo { font-size: 10px; border:#D4D4D4 1px solid;
	           text-align:center;
	           }
	
.productinfo th { font-weight:bold; color: #efefef;
	              font-size: 10px; background-color: #46464E;
	              border:1px solid #D4D4D4; padding:3px 
	              }
	
.productinfo td {
	border:#D4D4D4 1px solid;
	font-size: 10px;
	color:#000;
	padding:3px;
	text-align:center;
	}
/*End Product Info Table Style*/


.featured { border:#555555 1px solid;
	        text-align:center;
	        }
	
.featured th { background-image:url('../images/pricecart.jpg');
	           font-size:10px; font-weight: 550; color:#6C80BF;
	 	       border:#555555 1px solid; padding:2px;
	           }
	
.featured td { border:#c0c0c0 1px solid;
	           font-size: 9px; color:#000;
	           padding:2px;
	           }


.small { font-size: 11px;
         }
.smaller { font-size: 9px; text-align:center;
           }
.smallest { font-size: 7px;
            }
.smalltext { font-family: lucida, verdana, sans-serif;
             font-size: 12px;
             }


.date { font-size: 10px; color: #7D2E2E;
        }


/* end product navigation menu*/
      
.koiName { font-size: 14px; line-height: 25px;
	       color: #fff; background-color: #C63C52;
	       text-align: center;
	       }

.button { font-size: 10px; color: #ffffff;
	      background-color: #525D8C;
	      border-top-color: #D1D7DC;
	      border-right-color: #98AAB1;
	      border-bottom-color: #000000;
	      border-left-color: #D1D7DC; 
          }

/***********************************
 Begin Copyright Section
***********************************/

.copyright	{ background-image:url('../images/Copyright_03.jpg');
              font-size: 9px; color: #7B7B7B;  line-height: 9px; 
              text-align: center; width: 610px; height: 30px
              }
	
.copyright a:link,
.copyright a:active,	
.copyright a:visited  { color: #7B7B7B;	text-decoration : none;	}
.copyright a:hover	  {	color: #000000; text-decoration : underline; }	
	
/***********************************
 End Copyright Section
***********************************/	

/***********************************
 Begin Main Seacrh Form Field Styles
***********************************/

.searchform { font-size: 11px; width: 120px;
              margin-bottom: 2px;
             }

/***********************************
 End Main Seacrh Form Field Styles
***********************************/



/*End Style*/