﻿@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;*/
}
#_about .page-content
{
    float: left;
}
#_help .page-content
{
    float: left;
}
#_careers .page-content
{
    float: left;
}

#banner
{
    background: transparent url(../../Images/header_bg.jpg) no-repeat;
    float: left;
    margin-top: 30px;
}

#main-menu
{
    right: 11px;
    top: 2px;
    width: 750px;
    float: left;
    z-index: 100;
}

#main-menu .blackspace
{
   /* float: left;
    background: black none repeat scroll 0 0;
    width: 374px;
    height: 28px;*/
}

.mmItemContent
{
    left: 70px;
}
/*-----------------------------------------------------
- Index.aspx START
-------------------------------------------------------*/

.Index 
{
    float:left;
}
.Index div
{
    float:left;
}
.Index .content
{
    margin-bottom: 2px;
}
.
{
    
}
.
{
    
}
.
{
    
}


/*-----------------------------------------------------
- Index.aspx END
-------------------------------------------------------*/
/*-----------------------------------------------------
- FrontCollectionControl.ascx START
-------------------------------------------------------*/

.FrontCollectionControl
{
   float:left; 
      /* background: url(../../Images/Index/bg-collection.png) repeat-x ;*/
    background-color:Black;   
    height:465px;
    width:996px;
    overflow:hidden;

} 
.FrontCollectionControl div
{
    float:left;
}
.FrontCollectionControl .Items
{
    margin:5px 0;width:103%;
}
.FrontCollectionControl .Item
{
height:461px;
margin:0 2px;
width:121px;
}
.FrontCollectionControl .ItemTop
{   
    height:425px;
    width: 119px;
    position:relative;
    left:0px; top:0px;

}
.FrontCollectionControl .Item-bg
{
	width:119px;
	height:425px;
    position:absolute;
    top:148px;
    z-index:20px;
    float:left;
    
}
.FrontCollectionControl .images
{
    
}
.FrontCollectionControl .bg
{
  background-image: url(../../Images/Index/bg-collectionItem.png);
   background-repeat:no-repeat;

   width:119px;
	height:425px;
    position:absolute;
    z-index:20px;
    left:0px; top:0px;
}

.FrontCollectionControl .bg a.top-link 
{
	position:absolute; z-index: 100; left:0px; top:0px;   width:119px;
	height:425px; 
	padding:0;
	}
	
.FrontCollectionControl .bg a.top-link:hover {margin:0; padding:0;}

.FrontCollectionControl .ItemBottom
{
    text-align:center;
    height:25px;
    width:119px;
    padding-top:8px;
        font-family:tahoma;
    font-weight:normal;
    text-transform:uppercase;
    font-size:13px;
    font-weight:bold;
    padding-right:8px;
}




.FrontCollectionControl  a
{
   color:#ccc;
}

.FrontCollectionControl .ItemBottom a:hover
{
	color:#ADADAD;
	background: url(../../Images/Index/arrowWhite.png) no-repeat ;
    background-position:right;
    padding-right:5px;
    font-weight:bold;
}

.FrontCollectionControl .ItemBottom .text
{
    font-family:tahoma;
    font-weight:normal;
    text-transform:uppercase;
    font-size:13px;
    font-weight:bold;
    padding-right:8px;
    /* background: url(../../Images/Index/arrowWhite.png) no-repeat ;
     background-position:right;*/
     text-align:center;
}




/*-----------------------------------------------------
- FrontCollectionControl.ascx END
-------------------------------------------------------*/