﻿#welcomeMessage
{
    font-size: 18px;
    color: #888;
    margin-left: 0.3em;
    margin-right:20px;
    padding-bottom:20px;
    border-bottom:1px dashed #ccc;
    
}
.category 
{
    margin-left:10px;
}
.category td
{
    padding: 0 40px 0 0;
    vertical-align:top;
}
.categoryImage
{
    margin-bottom:15px;
    margin-top:20px;
    height:125px;
}
.categoryImage a
{
    border:0px;
    
}
.categoryImage img
{
    border:0px;
    
}
.category h1
{
    font-size:25px;
    display:inline;
}
.category p
{
    margin:15px 0 0 20px;
    font-size: 1.2em;
    line-height: 1.3em;        
}
.category p a   
{
    border-bottom:0px;    
}

.addToCart
{
    margin-top: 10px;
}

.prodTiny
{
    margin-bottom:20px;
    border-collapse:collapse ;
    width:100%;
    border-top:1px dashed #ccc;
}
.prodTiny td
{
    border-bottom:1px dashed #ccc;
    padding:5px 0px 5px 0px;
}

.prodTiny .imageLink
{
    padding-right:10px;
    padding-left:10px;
    width:30px;
}


.title {
    font-size:24px;
    margin-bottom:15px;
    color:Black;
}

.brands
{
    font-size: 1.0em;
    border:1px solid #dddddd;
    padding:20px 15px 30px 30px;
    background-color:#f5f5f5;
    width:230px;
}
.brands table
{
    border-collapse:collapse ;width:100%;
}
.brands td{
    vertical-align:middle;
}

.brand{
    font-size: 1.0em;
    padding:9px 0px 9px 0px
}
.brandImage{
    width:94px;
    background: url('/content/images/brand_icons/brands.gif');
	background-repeat:no-repeat;
 }
.brandImage a{border-bottom:0px}
.brandImage img{border:0px}
.featuredProductList {
    margin-top:20px;
    border-top:1px dashed #ccc;
}
.featuredProductList {
    padding-top:20px;
}

.product td
{
    text-align: center;
    margin-bottom:10px;
    width:33%;
}
.product h3
{
    margin: 0 0 10px 10px;
    font-size: 1em;
}