﻿/* PRODUCT MODULE --------------------------------- */

.ProductModule
{    
	border-width: 0px;
	padding: 4px;
	overflow: hidden;	
}

.ProductModule .TitleBar
{
	padding: 4px;
    
    /* Rounded Corners */
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;

    background-color: #FF6633;
    color: #ffffff;
}

.ProductModule .TitleBar .TitleText
{
	font-family: "Segoe UI", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;

	padding: 0px;
	margin: 0px;
	
	color: #ffffff;
	clear: both;
	overflow: hidden;
}

.ProductModule .SubtitleText
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #0c1d3e;
	margin: 5px 0px;
	padding: 5px 0px;
}

.ProductModule .TitleBar .TitleText .MoreLink 
{
	float: right;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
}

.ProductModule .ProductPreviews
{
	margin-left: auto;
	margin-right: auto;
	padding: 4px 4px 4px 0px;
}

.ProductGridBox
{
	border-width: 0px;	
	padding: 8px 8px 8px 0px;
	width: 145px;
	margin: 5px 10px 5px 0px;
	min-height: 210px;
	text-align: left;
	border-top: 1px dotted #c0c0c0;
}

li.ProductGridBox {
    display: inline; float: left;
}
.ProductGridBox a.pLink img
{
	border: 1px solid #4d4d4d;
	margin-bottom: 4px;
}

.ProductGridBox a.pLinkTitle
{
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
    color: #4d4d4d;
	line-height: 13px;
    display: block;
}

.ProductGridBox span.Price
{
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}

.ProductGridBox span.PriceRrp {
	font-size: 13px;
	color: #4d4d4d;
	font-weight: normal;
	text-decoration: line-through;
	text-align: center;
	white-space: nowrap;
	margin-right: 4px;
}


/* END PRODUCT MODULE ------------------------------ */

/* OTHER PRODUCTS PURCHASED */

#itemContainer 
{
    text-align: left;
}

li.pItem {
	list-style-type: none;
	width: 140px;
	margin: 0px 10px 20px 0px;
	display: inline-block;	    
	vertical-align: top;
	text-align: center;
    padding: 10px;
}

li.pItem:hover {
    box-shadow: 0px 0px 10px #c0c0c0;
}
	
li.pItem .Price, li.pItem .PriceRrp, li.pItem .RrpSaving {
	font-size: 12px;
}
	
li.pItem a {
    font-size: 12px;
	text-decoration: none;
	line-height: 14px;	    
}
	
/* -------------------------------------------------------- */