﻿/*Shop-Online/Default.aspx styles*/
#brandContainer
{
	margin-left: 22px;
	width: 225px;
	float: left;		
	/*background-color: #FF0000;*/
}
#productListContainer
{
	/*margin-left: 20px;*/
	padding-left: 20px;
	width: 715px;
	float: left;
	/*background-color: #00FF00;*/
}

#storeNav 
{
	margin: 0;
	padding: 0;
	/*display: inline;*/
}
#storeNav li
{
	margin-left: 0;
	/*padding: 3px 0px;*/
	list-style: none;
	text-align: right;
	/*display: inline;*/
}
#storeNav li a
{
	text-decoration: none;
	/*font-size: 12px;*/
	font-variant: normal;
	color: #808185;
	line-height: 21px;
}
#storeNav li ul li
{
	font-size: 11px;
}


.brandCategory
{
}
.brandCategory li
{
}
.brandCategory li a
{
	font-size: 11px;
	font-style: italic;
	color: #808185;
}

.prodTitle
{
	padding: 0;
	margin: 0;
	width: 98px;
	display: block;
	cursor: pointer;
	margin-top: -20px;
	text-indent: -3000px;
}
.prodImage
{
	 float: left; 
	 width: 100px; 
	 height: 100px; 
	 text-align: center; 
	 margin-right: 19px;
	 outline: none;
	 border: 0;
}
.prodImage a
{
	outline: none;
	border: 0;	
}
.prodImage img
{
	outline: none;
	border: 0;
	z-index: 99;	
}
.prodImage a span 
{
	padding: 0;
	margin: 0;
	width: 98px;
	display: block;
	cursor: pointer;
	margin-top: -20px;
	text-indent: -3000px;
	outline: none;
	border: 0;
}
/*.prodImage .onsale 
{ 
	position: absolute; 
	top: -5px; 
	left: 0; 
	width: 25px; 
	height: 25px; 
	text-indent: -999px; 
	background-image: url(/images/deco/onsale_sml.png); 
	z-index: 100; 
}*/

/*#productListContainer */
.onsale 
{ 
	width: 25px; 
	height: 25px;
	
	position: absolute; 
	/*top: -5px; 
	left: 0; 
	width: 25px; 
	height: 25px; 
	text-indent: -999px; */
	background-image: url(/Images/deco/onsale_sml.png); 
	z-index: 100;
}

#storeNav li a.on
{
	color: #313131;
}

.brandInfoContainer
{
	/*height: 283px;*/
	/*margin-left: 22px;
	width: 715px;
	float: left;*/
	/*background-color: #00FF00;*/
}
.brandImage
{
	width: 451px;
	height: 284px;
	float: left;
	/*margin-left: 10px;*/
}

.brandImage img
{
	/*margin-left: 10px;*/
	/*margin-bottom: 10px;*/
}
.brandDetail
{
	margin-left: 20px;
	width: 225px;
	float: left;
	/*background-color: #FF0000;*/
}
.brandTitle
{}
.brandDate
{
	font-style: italic;
	color: #939498;	
	padding-top: 4px;
}
.brandNotes
{
	padding-top: 6px;	
}
.brandLink
{}
.brandLink a
{
	font-style: italic;
	text-decoration: underline;	
	color: #313131;
}
.brandDivider
{
	clear: both;
	padding-top: 20px;	
	padding-bottom: 20px;	
}

#brandInfoContainer
{
	margin-left: 22px;
	width: 715px;
	float: left;
	/*background-color: #00FF00;*/
}
.brandInfoArticle
{
}
#brandInfoImage
{
	width: 715px;
	height: 304px;
	/*height: 284px;
	padding-bottom: 20px;*/
}
#brandInfoImage img
{
	margin-left: 10px;
	margin-bottom: 0px;
}
#brandInfoDivider
{
	margin-bottom: 21px;	
}
#brandInfoDivider img
{
	margin: 0; 
	padding: 0;
	height: 1px;
}
.brandInfoDetail
{
	width: 470px;
	margin-left: 10px;
}
.brandInfoTitle
{
	margin-bottom: 11px;	
}
.brandInfoDate
{
	font-style: italic;
	margin-bottom: 12px;	
	color: #939498;	
}
.brandInfoStory
{}
.brandInfoLink
{}
h3 
{
    font: 32px arial, serif;
    color:#2E2E2C;
    background:#FFF;
    margin: -5px 0 0 0;
    padding: 0;
    font-weight: bold;
    height: 32px;
}
a
{
	outline: none;
	border: 0;	
}