﻿/* Department new list */

TABLE.departmentNewList TD
{
	vertical-align:middle;
}

TABLE.departmentNewList TH
{
	font-size: 15px;
	
}

TABLE.departmentNewList TH A
{
	color:#1A171B;
	font-size:13px;
}

TABLE.departmentNewList TD.desc
{
	border-bottom: solid 2px #6EB43F;
	padding-top:5px;
	padding-bottom:10px;
	font-size:11px;
}

TABLE.departmentNewList TD.desc A
{
	color:#757575;
}

TABLE.departmentNewList TD.prodsInDep
{
	vertical-align:bottom;
	
}

TABLE.departmentNewList TD.prodsInDep SPAN 
{
	display:inline-block;
	background-color:#6EB43F;
	color:White;
	width:20px;
	height:18px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	line-height:18px;
}


/* Department list */

table.departmentList
{
    table-layout: fixed;
}

table.departmentList TR.spacer TD
{
    height: 8px;
}

table.departmentList TD.depItem
{
    xwidth: 181px;           
}

table.departmentList TD.spacer
{
    width: 20px;        
}

table.departmentList TD.depItem DIV.depFrame
{
    border: solid 1px #cccccc;
    width: 179px;
}

table.departmentList TD.depItem DIV.depFrame table.depItem td.depImg
{
    width: 179px;
    height: 90px;
    text-align: center;
    vertical-align: middle;    
}

table.departmentList TD.depItem DIV.depFrame table.depItem td.depImg table.depImgTbl
{
	table-layout:fixed;
	width:179px;
}

table.departmentList TD.depItem DIV.depFrame table.depItem td.depLink
{
    background-color: #cccccc; /*#e42d18; dasa*/
    height: 16px;
    line-height: 10pt;
    padding-left: 20px;
    color: White;
    font-weight: 700;
    background-position: center center;
    background-repeat: no-repeat;
}

table.departmentList TD.depItem DIV.depFrame table.depItem td.depLink a
{
    color: White;
    font-size:7pt;
}

table.departmentList TD.depItem DIV.depFrame table.depItem td.deco1
{
    background-image: url(images/deco/itms_01.png);
}
table.departmentList TD.depItem DIV.depFrame table.depItem td.deco2
{
    background-image: url(images/deco/itms_02.png);
}

table.departmentList TD.depItem DIV.depFrame table.depItem td.depImg table tr td.cell88
{
	width: 88px;
	height: 88px;	
	vertical-align:middle;
	text-align:center;
	font-size: smaller;
}


/******************** ITEMS *******************************/

table.productList
{
    table-layout: fixed;
    margin-bottom:10px;
    width: 100%;
}

table.productList TR.spacer TD
{
    height: 8px;
}

table.productList TD.depItem
{
    width: 181px;           
}

table.productList TD.spacer
{
    width: 20px;        
}

table.productList TD.prodItem DIV.prodFrame
{
    border: solid 1px #cccccc;
    xpadding: 5px 5px;
}

table.productList  table.productItem
{
    width: 100%;
}

table.productList  table.productItem td.prodName
{
    height: 2em;
    text-align: left;
    vertical-align: top;
    padding:5px 5px 0px 5px;
    xwidth:260px;
}

table.productList  table.productItem td.prodName a
{
    font-weight: 700;
    color: #6EB43F;     
    font-size:15px;
}

table.productList  table.productItem td.prodName a:hover
{
	text-decoration:underline;
}

table.productList  table.productItem td.prodDesc
{
    height: 43px;
    text-align: left;
    vertical-align: top;
    padding: 5px 5px 10px 5px;
}

table.productList  table.productItem td.prodBasket
{
    text-align: right;
}

/*
table.productList  table.productItem td.prodCode
{
    width: 50%;
    font-size: 8px;
    color: #ffffff;
    vertical-align: middle;
	background-color: #E52C18;
	padding-left:5px;
}
*/

table.productList table.productItem tr.prodPriceFooter td
{
	background-color: #6EB43F;
	vertical-align:middle;
	xborder: solid 1px black;
	font-weight: 700;
}

table.productList table.productItem tr.prodPriceFooter td a
{
	color: #ffffff;
}

table.productList table.productItem td.prodPriceSms
{
	width:48%;
    text-align: left;           
}
table.productList table.productItem td.prodPriceBasket
{
	width:48%;
    text-align: right;
}


/* nav cat */
table.nav_dep_list
{
    width: 100%;
}

table.nav_dep_list td
{
    line-height: 20px;
    padding-left:20px;
    padding-right:20px;
}

table.nav_dep_list td a
{
    color: #000000;
    text-decoration: underline;
    font-size:10px;
}

table.nav_dep_list td a:hover
{
    color: #000000;
}

table.nav_dep_list tr.alt0 td
{
    background-color: #e5e5e5;
}

table.nav_dep_list tr.alt1 td
{
    background-color: #f3f3f3;
}

table.nav_dep_list td
{
    line-height: 20px;
}

/******************** FILTER DOCUMENTS *******************************/

table.foundDocuments td.department
{
	font-weight:bold;	
	vertical-align:middle;
	height:30px;
	padding-left:30px;
	width:352px;
	background-repeat:no-repeat;
    background-position:center;
}

table.foundDocuments td.department a
{
	color:White;
}

table.foundDocuments td.deco1
{
    background-image: url(images/deco/itms_01_big.png);
}
table.foundDocuments td.deco2
{
    background-image: url(images/deco/itms_02_big.png);
}

table.foundDocuments td.product
{
	height:20px;
	font-size:15px;
	font-weight: 700;
}

table.foundDocuments td.product a
{
	color: #6EB43F;
}

table.foundDocuments td.product a:hover
{
	text-decoration:underline;
}

table.foundDocuments td.description
{
	padding-left:20px;
	padding-bottom:10px;
}
