	body 	
	{
	    background-image: url(images/tile6.gif);
		margin-top: 25px;
	}

	body.innerBody 	
	{
	    background-image: none;
		margin: 0 0 0 0;
	}
	
	tr {
		vertical-align: top;
	}
	
	td {
		font-family: verdana, arial;
		font-size: 10px;
		font-color: 222222;
		background-color: white;
	}

	td.content_page {
		font-family: georgia, verdana, arial;
		font-size: 12px;
		font-color: 222222;
		background-color: white;		
		padding-right: 30px;
	}
	
	.product_title {
		font-family: verdana, arial;
		font-size: 12px;
		font-color: 222222;
		font-weight: bold;
		background-color: white;
		line-height: 250%;
	}

	.product_desc {
		font-family: verdana, arial;
		font-size: 10px;
		font-color: 222222;
		background-color: white;
		line-height: 140%;
	}

	.product_price {
		font-family: verdana, arial;
		font-size: 11px;
		font-color: black;
		font-weight: bold;
		background-color: white;
	}

	.product_price_strike {
		font-family: verdana, arial;
		font-size: 11px;
		font-color: black;
		text-decoration: line-through;
		font-weight: bold;
		background-color: white;
	}

	.sale_price {
		font-family: verdana, arial;
		font-size: 11px;
		color: #94105D;
		font-weight: bold;
		background-color: white;
	}

	tr.product_header {
		border-top-width: 1px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-right-width: 0px;
		border-color: black;
		border-style: solid;	
	}
	
	td.product {
		padding-left: 10px;
		padding-right: 10px;
		border-top-width: 1px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-right-width: 0px;
		border-color: black;
		border-style: solid;	
	}

	td.product_category {
		padding: 8px 1px 1px 1px;
	}

	td.product_category2 
	{
		text-align: left;
		padding: 8px 1px 15px 1px;
	}

	td.product_spotlight 
	{
	    border-style: dotted;
	    border-color: #AAAAAA;
	    border-width: 0 0 0 1px;
		padding: 10px 15px 5px 15px;
		line-height: 150%;
	}


	tr.category_rows{
		text-align: center;
	}

    tr.trMiddle
    {
        vertical-align: middle;
    }

    img.imageLower
    {
        position: relative;
        top: 2px;
    }
    
	.category_title{
		text-align: center;
		font-family: georgia, verdana, arial;
		font-size: 16px;
		font-color: 222222;
		font-weight: bold;
		line-height: 150%;
	}
	
	img.product_image {
		border-width: 1px;
		border-color: black;
		border-style: solid;
	}

	img.product_thumb {
		border-width: 1px;
		border-color: black;
		border-style: solid;
		margin: 5px 10px 5px 0;
	}

    img.add_shopping
    {
        padding-top: 15px;
    }	
    
    select.by_designer 
    {
   		font-family: georgia, verdana, arial;
        font-size: 12px;
        position: relative;
        left: 10px;
        top: 5px;    
    }
    
	.nav_title {
		font-family: georgia, verdana, arial;
		font-size: 13px;
		font-color: 222222;
		font-weight: bold;
		background-color: white;
		padding-left: 5px;
		line-height: 150%;
	}

	.nav_category {
		font-family: georgia, verdana, arial;
		font-size: 12px;
		font-color: 222222;
		font-weight: bold;
		background-color: white;
		padding-left:15px;
		line-height: 150%;
	}

	.nav_sub {
		font-family: georgia, verdana, arial;
		font-size: 12px;
		font-color: 222222;
		background-color: white;
		padding-left:25px;
		line-height: 150%;
	}

	.main_page {
		margin-left: auto;
		margin-right: auto;
		border-style: solid;
		border-width: 1px;
		border-color: black;
		background-color: white;
		padding: 0px;
	}

	table {
		padding: 0px;
		margin: 0px;
	}
	
	select {
		font-family: verdana, arial;
		font-size: 10px;
		font-color: 222222;
	}

.sub_name
{
	font-weight: bold;
}

.sub_label
{
	padding: 0px;
}

.sub_price
{
	padding: 0px;
}

.sub_colors
{
	font-style: italic;
}

.strike
{
	text-decoration: line-through;
}
	
.sub_sale
{
	color: #94105D;
	font-weight: bold;
}
	
A:link {text-decoration: none; color:black;}
A:visited {text-decoration: none; color:black;}
A:active {text-decoration: color:black;}
A:hover {text-decoration: underline; color: black;}
