

h2
{
	background:url(../images/h2-bg.png) repeat-x;
	color:White;
	height:33px;
	font-size:18px;
	padding-top:6px;
	padding-left:4px;
	margin-bottom:0;
}


.PageRepeater
{
	margin:0 220px 0 0;
	padding:0;
	float:right;
}

#Breadcrumbs
{
	position:relative;
	top:-100px;
	margin:0;
}
#Breadcrumbs,
#Breadcrumbs a
{
	color:Black;
}
.PageRepeater a
{
	color:Black;
}


#CatalogueContent
{
	position:relative;
	float:left;
	width:800px;
	margin-left:8px;
	top:-30px;
}

.Product
{
	border-bottom:2px solid #666;
	clear:both;
	margin:6px 0 18px 0;
	color:#666;
}

.Product .ImageHolder
{
	float:right;
	width:116px;
	margin-right:38px;
	padding-left:12px;
}

.Product fieldset
{
	border-top:0;
}
.Product fieldset div
{
	margin-left:72px;
}
.Product fieldset input
{
	width:26px;
	text-align:center;
}
.Product fieldset input.Button
{
	width:40px;
	background:#B70000;
	color:White;
	font-size:11px;
	border:1px solid black;
}


.Product table
{
	border:1px solid black;
	margin:0 0 12px 1px;
	padding:0;
	background:#F0F0F0;
	width:612px;
	font-size:11px;
}
.Product table th
{
	text-align:left;
	padding:6px 4px;
	border-right:1px solid white;
	color:#000;
}
.Product table th.Title
{
	width:430px;
}
.Product table tr
{
	vertical-align:top;
}
.Product table td
{
	padding:6px 4px;
	vertical-align:top;
	border-top:1px solid white;
	border-right:1px solid white;
}
.Product table td input
{
	width:40px;
	background:#B70000;
	color:White;
	font-size:11px;
	border:1px solid black;
}
.Product table td p
{
	margin:0;
	padding:0;
}

.Product .Bundle
{
	margin:10px 0 10px 0;
}

.Product .BundleItems
{	
  margin:2px 0px 2px 0px;
}

.IntroText
{
	color:#666;
	margin-right:220px;
	margin-top:-60px;
	min-height:160px;
}
.IntroText p
{
	margin:0 0 10px 0;
	padding:0;
	text-align:justify;
	font-weight:bold;
}
.IntroText ul
{
	list-style:square;
}
.IntroText ul li
{
	padding-bottom:4px;
}

.Clear
{
	clear:both;
	margin:0;
	padding:0;
}

hr
{
	border:0;
	border-top:2px solid #666;
	height:2px;
}

/*///////////////////////////////////////////*/


table.CartDataTable
{
	border-bottom:1px solid black;
	margin-bottom: 10px;
	font-weight:normal;
	width:588px;
	font-size:11px;
	border-collapse:collapse;
}
table.CartDataTable th
{
	padding:3px;
	color:#666;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
}
table.CartDataTable thead
{
	background:#dedede;
}

table.CartDataTable td
{
	padding:3px;
	vertical-align:top;
}

table.CartDataTable td input
{
	width:26px;
	text-align:center;
	border:1px solid black;
}
table.CartDataTable td.Buttons input
{
	width:57px;
	margin-left:4px;
}
table.CartDataTable td.Buttons
{
	white-space:nowrap;
	text-align:right;
}

table.CartDataTable td.Total
{
	text-align:right;
	font-weight:bold;
	color:#666;
}

table.CartDataTable td.Separator
{
	border-top:1px solid #000;
}

table.CartDataTable tr.Odd
{
	background:#fff;
}
table.CartDataTable tr.Even
{
	background:#f6f6f6;
}

table.CartDataTable tr.Odd td,
table.CartDataTable tr.Even td
{
	padding-bottom:12px;
}


/*////////////////////////////////////////////////*/

.CatDefault ul
{
	list-style:none;
	margin:0;
	padding:0;
}

.CatDefault li
{
	height:146px;
	width:106px;
	float:left;
	text-align:center;
	background:url(../images/default-department-bg.png) no-repeat;
	margin-right:10px;
	padding-top:12px;
}
.CatDefault a.NodeName
{
	padding:0;
	display:block;
	margin:8px 0 0 0;
}
.CatDefault a
{
	color:#fff;
	font-weight:bold;
}


.ProductThumbnail
{
    width: 110px;
    float: left;
}

.CrossSell,
.Alternative
{
    clear: both;

}