						   		  
/*****
   suites page
**/

#products .suiteGrid .col{
	width:215px;
	margin-bottom:20px;
	
}
.suiteGrid .prod-thumbnail 
{
    margin: 0 10px 0 0;
}

.suiteGrid fieldset {
    margin-left:0;
    padding:0;
}
		.suite-more
		{
			/*font-size: .85em; */
		}
        .productSmall{
            width: 180px;
            padding-bottom: 20px;
            float: left;
            margin-left: 5px;
        }
        .product-details h1{
	        font-size: 1.0em;
	        padding-bottom:5px;
	        text-transform:uppercase;
	        font-weight:normal;
	        padding-top: 5px;
        }
        .productSmall .select-options{
            width: 100px;
        }
        .productSmall  div.product-availability
        {				  
			text-transform:uppercase;
	        padding-bottom:10px;	  
	        padding-top: 5px;
        }
        
        .productSmall .select-options select{
            width: 100px;
            
        }
        .productSmall .select-options img{
        }
        .productSmall .select-options-inner
        {
            clear: left;
        }
        .productSmall img{
            float:left;
        }
        .productSmall .product-details{
            clear: left;
            width: 100px;
        }
        #products #unavailable-products
        {
			padding-top: 10px;
        }
        #products .grey-overlay
        {
			position:relative; 
			z-index:50;
			width: 260px;
			height: inherit;
			background-color: White;
			opacity:.50;
			filter: alpha(opacity=50); 
			-moz-opacity: 0.5;
        }
        
        .prodtip-image {
            position: absolute; z-index: 501;
        }
