﻿@charset "utf-8";

/* ---------------------------------------------------------------------------------------
[Master Stylesheet]

Project:		Netrostar Ecommerce Template	
Version:		1.0
Date created:	6 October, 2008

Table of Contents:

    Common Parts ( imported )		
	_Home Page
        @Categories
        @Hot Products
    
--------------------------------------------------------------------------------------- */

/* common parts */
@import url(../Common/masters_common.css);
	    
/* Categories on home page
--------------------------------------------------------------------------------------- */
#_home .catalog-list .catalog { float: left; width: 120px; height: 240px; border: 1px solid #e5e5e5; padding: 20px; margin: 10px; }
	#_home .catalog-list .catalog h3 { clear: right; display: block; text-align: left; font-size: 14px; text-transform: uppercase; color: Gray; margin-bottom: 5px; }
	#_home .catalog-list .catalog-description { float: none; }
	#_home .catalog-list .catalog-image { float: left; padding: 0px 0px 10px 0px; }
    	#_home .catalog-list .catalog-image table { border: 1px solid #ececec !important; }
	    
/* Hot Products on home page
--------------------------------------------------------------------------------------- */
#_home .home-hot-products { width: 940px; float: left;  }
    #_home .home-hot-products h1 { width: 940px; float: left; }
    #_home .home-hot-products .product { margin-right:4px; float: left; width: 130px;  }
    #_home .home-hot-products .product .catalog-image table tr td a { margin-left:8px;   }
    #_home .home-hot-products .product .typeName {margin-left:8px;  overflow:hidden;}
	        
	        
#_about { min-height: 100px; }
    #_about h1.page-title { width: 960px; }
        
