﻿/* PRODUCT LISTING */

/* PRODUCT LIST LISTING TYPE */

.column_headers TD
{
	padding: 2px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #4d4d4d;
	font-weight: bold;
}

.ProductsAsList TR.ProductRow TD
{
	border-bottom: 1px dotted #c0c0c0;
	padding: 2px;
	vertical-align: top;
}

.ProductsAsList TR.ProductRow TD .PriceRrp 
{
	font-size: 12px;
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: line-through;
	text-align: center;
	white-space: nowrap;
	margin-right: 5px;
}

.ProductsAsList TR.ProductRow TD .Price
{
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	white-space: nowrap;
}

TABLE.ProductsAsList
{
	width: 100%;
}

.ProductsAsList TR.ProductRow TD.CheckBoxCell
{
	width: 15px;
	text-align: center;
	border-bottom-width: 0px;
	background-image: url(../images/1px.png);
	background-position: top center;
	background-repeat: repeat-y;
}

.ProductsAsList TR.ProductRow TD.CheckBoxCell input[type="checkbox"]
{
	padding: 2px;
}

.ProductsAsList TR.ProductRow td a.lnkP
{
	text-decoration: none;
	font-size: 14px;
}

.FilterTable
{
    width: 100%;
    margin: 10px 0px 5px 0px;
}

.FilterTable td
{
    border-style: solid;
    border-color: #c0c0c0;
    border-width: 1px 0px;
}

.FilterHeader
{	
	padding: 4px;	
	vertical-align: middle;
	text-align: right;
}

.FilterTable .MultiSelectInfoTop
{
	font-size: 11px;
	color: #4d4d4d;
	background-image: url("../images/arrow-corner-left-down.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 1px 1px 1px 30px;
    text-align: left;
}

.MultiSelectInfoBottom
{
	font-size: 11px;
	color: #4d4d4d;
	background-image: url("../images/arrow-corner-right.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 4px 4px 30px;
}

#pager-top {
        float: right;
    }

    #sorting-filters {
        padding: 5px 0px 5px 5px;
        background-color: #f5f5f5;

        border-width: 0px 0px 1px 0px;
        border-color: #c0c0c0;
        border-style: solid;
        clear: both;
    }

        #sort-filter {
            display: inline-block;
            padding: 0px 8px 0px 0px;
            margin: 0px;
            font-size: 12px;
        }

        #sort-filter input, #sort-filter select {
            font-size: 12px;
            margin: 0 8px;
            padding: 3px;   
        }

        #display-filter {
            display: inline-block;
            padding: 0px 8px 0px 0px;
            margin: 0px;
            font-size: 12px;
        }


    #multi-select-info-top {
        font-size: 11px;
	    color: #4d4d4d;
        background-color: #f5f5f5;
	    background-image: url("../images/arrow-corner-left-down.png");
	    background-repeat: no-repeat;
	    background-position: left top;
	    padding: 3px 1px 1px 30px;
        text-align: left;
        min-height: 30px;
    }

/* ---------------------------------------------------------------- */

/* PRODUCT DETAIL LISTING TYPE ------------------------------------ */

table.prd
{
	width: 100%;
}

table.prd tr td
{
	padding: 8px;
	vertical-align: top;    
}

table.prd tr td.CheckBoxCell
{
	width: 15px;
	text-align: center;
	border-bottom-width: 0px;
	background-image: url(../images/1px.png);
	background-position: top center;
	background-repeat: repeat-y;
	vertical-align: top;    
	padding: 0px;
	margin: 0px;    
}

table.prd tr td.image
{
    padding-top: 17px;
	text-align: center;
	border-bottom: 1px dotted #c5c5c5;    
}

table.prd tr td.details
{
	border-bottom: 1px dotted #c5c5c5;
	padding-top: 10px;
}

table.prd tr td.pricecell
{
	border-bottom: 1px dotted #c5c5c5;
	padding-right: 0px;
	text-align: right;
    padding-top: 8px;
}

table.prd tr td.pricecell .Price
{
	font-size: 18px;
	color: #990000;
	font-weight: bold;
	white-space: nowrap;
}

table.prd tr td.pricecell .PriceRrp 
{
	font-size: 14px;
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: line-through;
	text-align: center;
	white-space: nowrap;
}

table.prd tr td.pricecell .RrpSaving 
{
	font-size: 11px;
	color: #4d4d4d;
	font-weight: normal;    
	text-align: center;
	white-space: nowrap;
}

table.prd tr td.details
{
	padding-right: 0px;
}

table.prd td.details .prdtitlelink
{
	font-size: 18px;	
	font-weight: normal;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, Sans-Serif; 
	text-decoration: none;
	margin: 4px 0px 8px 0px;
	line-height: 20px;	
	padding: 0px;
	display: block;
}

table.prd td.details .ProductTeaser
{
	margin: 4px 0 8px 0;
	display: block;
    font-size: 12px;
}

table.prd tr td.MultiSelectInfoTop
{
	font-size: 11px;
	color: #4d4d4d;
	background-image: url("../images/arrow-corner-left-down.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 4px 4px 30px;
}

table.prd tr td.MultiSelectInfoBottom
{
	font-size: 11px;
	color: #4d4d4d;
	background-image: url("../images/arrow-corner-right.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 4px 4px 30px;
}

table.prd td.details .cLink, table.prd td.details .cRole
{
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, Sans-Serif; 
	font-size: 12px;
}

table.ProductProperties
{
	width: 100%; 
	margin-top: 5px;
}

table.ProductProperties td
{
	
}

table.ProductProperties td.pprop
{
	color: #4d4d4d;
	width: 50%;
	padding: 1px;
	margin: 0px;
	font-size: 11px;
	line-height: normal;
}


/* END PRODUCT DETAIL LISTING TYPE -------------------------------- */


/* PRODUCT GRID LISTING TYPE -------------------------- */

.ProductListingGrid
{
	clear: both;
	text-align: center;    
	margin: 0px;
}

.ProductListingGrid .ProductGridBox
{
	border-width: 0px;
	background-color: #ffffff;
	padding: 8px 5px;
	width: 216px;
	margin: 5px 5px 5px 0px;
	display: inline-block;
	overflow: hidden;
	float: left;
	min-height: 320px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

.ProductListingGrid .ProductGridBox .Price
{
	font-size: 16px;
	color: #990000;
	font-weight: bold;
	white-space: nowrap;
}

.ProductListingGrid .ProductGridBox .PriceRrp {
	font-size: 14px;
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: line-through;
	text-align: center;
	white-space: nowrap;
}

.ProductListingGrid .ProductGridBox .RrpSaving {
	font-size: 11px;
	color: #4d4d4d;
	font-weight: normal;    
	text-align: center;
	white-space: nowrap;
}

/* ---------------------------------------------------- */

/* END PRODUCT LISTING */

