/* Homepage */


h1 {
	padding: 5px 0 5px 10px;
	margin: 10px 0 0 0;
	font-size: 16pt;
	color: #000000;	
	font-weight: normal;
	background: #960044;
	color: #FFFFFF;
	border: 1px solid #960044;
}

.contentArea .productDisplay {
	margin: 0;
	padding: 0;
	height: 270px;
	border: 2px #3b021d solid;
	background: #960044;
}

.productDisplay .productLeft {
	position: relative;
	margin: 10px 0 10px 12px;
	padding: 0;
	float: left;
	background: #960044;
}

.productDisplay #productLeft div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background: #960044;
}

.productDisplay .productRight {
	position: relative;
	margin: 10px 12px 10px 0;
	padding: 0;
	float: right;
	background: #960044;
}

.productDisplay #productRight div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background: #960044;
}

.productDisplay .productRight .message, .productDisplay .productLeft .message {
	margin: 0;
	padding: 0;
}




/* Search Result Boxes */


.contentArea .prodInfo {
	background: #FFFFFF;
	width: 171px;
	margin: 10px 0 0 10px;
	padding: 0;
	float: left;
	border: 1px #DDDDDD solid;
	_margin-top: 10px;
	_margin-right: 0px;
	_margin-left: 10px;
	height: 320px;
}

.contentArea .prodInfo:hover 
{
    border: 1px #666666 solid;
}

.prodInfo .prodImage {
	background: #FFFFFF;
	height: 169px;
	width: 169px;
	margin: 0;
	padding: 0;
	display: block;
}

.prodInfo .prodDetails {
	color: #000000;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	margin: 3px 10px 0 10px;
	padding: 10px 0 10px 0;
	height: 40px;
	display: block;
}

.prodInfo .prodDetails a {
	color: #000000;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

.prodInfo .prodDetails a:hover {
	text-decoration: none;
}

.prodInfo .prodPrice 
{
    display: block;
    width: 151px;
    height: 26px;
    padding: 0 10px 0 10px;
}

    .prodInfo .prodPrice ul 
    {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline;
    }
    
        .prodInfo .prodPrice ul li.price 
        {
            float: left;
            font-size: 13pt;
	        font-weight: bold;
	        color: #660032;
	        padding: 0 6px 0 0;
	    }
        
        .prodInfo .prodPrice ul li.was 
        {
            float: left;
            font-size: 9pt;
	        font-weight: normal;
	        color: #666666;
	        padding: 3px 0 0 0;
	    }
	    
	        .prodInfo .prodPrice ul li.was span 
	        {
	            text-decoration: line-through;
	            font-weight: bold;
	        }

.prodInfo .prodOptions 
{
    padding: 10px;
    display: block;
    height: 10px;

}

.prodInfo .prodOptions .prodAdd 
{
    float: left;
}
    
    .prodInfo .prodOptions .prodAdd .add 
    {
        margin: 0;
	    padding: 3px;
	    font-size: 8pt;
	    width: 90px;
	    border: 1px #7B7B7B solid;
	    background: url(../images/button_back.gif) repeat-x;
	}
    
        .prodInfo .prodOptions .prodAdd .add:hover 
        {
            cursor: pointer;
            background: #E4E4E0;
        }

.prodInfo .prodOptions .prodPage 
{
    float: left;
    padding: 2px 0 0 10px;
}

    .prodInfo .prodOptions .prodPage a 
    {
        font-size: 8pt;
        font-weight: bold;
    }
    
    .prodInfo .prodOptions .prodPage a:hover 
    {
        text-decoration: none;
    }
    

.prodInfo a.catLink {
	margin: 0;
	padding: 10px 10px 0 10px;
	color: #777B87;
	font-size: 8pt;
	text-decoration: underline;
	display: block;
}

.prodInfo a.catLink:hover {
	text-decoration: none;
}	



.prodInfo .inStock {
	color: #098D5E;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	margin: 8px 5px 5px 0;
	padding: 5px 0 0 0;
	float: right;
}

.prodInfo .outStock {
	color: #E90228;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	margin: 8px 5px 5px 0;
	padding: 5px 0 0 0;
	float: right;
}


.contentArea .prodInfoLeft {
	background: #FFFFFF;
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	_margin-top: 10px;
	_margin-right: 0px;
}