  
 
        #category,#subcategory {
            width:300px;
            height:155px;
            overflow:auto;
            margin: 5px 0px 10px 0px;
            border:1px solid #abc4dd;
            background-color:#F6F9FC;
            overflow-x:hidden;
        }
        
        #category img,#subcategory img {
            margin-top:50px;
            margin-left:120px;
        }
        
        #products img{
            margin-left:298px;
        }
        
        #products a {
            line-height:18px;
        }
       
        #category {
            float:left;
            margin-right: 25px;
        }
        
        #products {
            width:629px;
            clear:left;
            } 
        
        #products a, #category a, #subcategory a{
            color: #0351a3;
            text-decoration:none;
            padding-bottom:3px;
            display:block;
            padding-top:3px;
            padding-left:3px;
        }
        
        #products a {
            padding:1px;
            width:600px;
            }
        
        #category a:hover, #subcategory a:hover{
            background-color:#fce5ec;
            color:#E2003B;
            text-decoration:underline;
        }
        
        #products a:hover {
            color:#E2003B;
            text-decoration:none;
            }
        
        .headline {
            margin-bottom:5px;
        }
        
        #producttext{
            display:none;
        }
        
        .content #producttext p{
            margin-bottom:0px;
            padding-bottom:0px;
            }
       
        .maintext, .subtext {
            float:left;
            margin-top:10px;
            font-weight:bold;
            font-size:17px;
            color:#00519e;
            width:305px;
        }
       
        .subtext {
            padding-left:20px;
            clear:right;
            *float:none;
        }
        
    
