﻿
/* Catalogue styles */

.Line 
{
	width: 145px; /* was 150px.  Changed due to new fixed width of 960px */
	/*margin-right: 20px;*/
	float: left;
	
}

.Line .Image
{
	/*background: white url(../images/thumbnail-bg.png) top left no-repeat;*/
	/*width: 115px;*/
	/*height: 150px;*/
	/*padding: 6px 10px 10px 6px;*/
	height: 171px;
	width: 131px;
	overflow: hidden;
}

.Line .Description
{
	height: 5em;
	padding: 0 0 0 6px;
}

.Line .DeptDescription
{
	height: 3em;
	padding: 0 0 0 6px;
}

.Line h2, .Line p
{
	margin: 0;
}

.Line a
{
	text-decoration: none;
	color: #74A0D1;
}

.Line p.Price,
.LineDetails p.Price
{
	/*font-style: italic;*/
	font-weight: bold;
}

.Line .Buy a,
.Department .Buy a
{
	color: #ff0000;
}


.AlternativeLine 
{
	margin-top:10px;
	width: 105px; /* For 3 x 98px images per column */
	float: left;

}

.AlternativeLine .Image
{
	width: 98px;
	height: 129px;
	overflow: hidden;
}

.AlternativeLine .Description
{
	font-weight:bold;
}

.AlternativeLine .DeptDescription
{
	/*height: 3em;
	padding: 0 0 0 0px;*/
}

.AlternativeLine h3
{
	
	font-size:12px;
	margin: 0;
}

.AlternativeLine a
{
	text-decoration: none;
	color: #74A0D1;
}

.AlternativeLine p.Price
{
	/*font-style: italic;*/
	font-size:12px;
	font-weight: bold;
}

.AlternativeLine .Buy
{
	color: #ff0000;

}


.DeptLine
{
	margin-bottom:4px;
	/*border-bottom:1px dotted #C8DBF1;*/
	/*height:196px;*/
	padding: 10px 0 0 0;
	width: 49%;
	margin-right: 1%;
	float: left;

}
.DeptLine .Description
{ 
	margin-left: 145px;
}
.DeptLine .Image
{
	vertical-align:top;
	float:left;
	padding-right: 5px;
	text-align: center;

}
.DeptLine a, .DeptLine a:hover
{
	text-decoration:none;
}

.DeptLine .DeptName
{
	font-weight:bold;
	font-size:14px;
	color:#74A0D1;
}

.DeptName
{
	
}

.OldPrice
{
	text-decoration: line-through;
}

.LineDetails .Image
{
	/*background: white url(../images/image-bg.png) top left no-repeat;*/
	/*width: 250px;*/
	/*height: 328px;*/
	/*padding: 7px 10px 10px 7px;*/
	/*margin-left: 0;*/
	width: 100%;
}

.LineDetails .Image img
{
	width: 100%;
	max-width: 268px;
}

.LineDetails .Enlarge, .Gallery .Enlarge
{
	margin: 0 0 10px 0;
	font-size: 0.7em;
}

.LineDetails .Description 
{
	width: 44%;
	float: left;
	overflow: hidden;
	padding-bottom: 10px;
}

.LineDetails .Buy
{
	width: 54%;
	float: right;	
	padding-bottom: 10px;
}

.LineDetails .Grid
{
	/*background: #C8DBF1;*/
	/*padding: 10px 3% 10px 3%;*/	
	/* 4px matches the drop shadow above the image so the boxes line up */
	margin-top: 4px;
	margin-bottom: 15px;
}

.LineDetails .Grid table
{
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	/* Override common table border */
	border: none;
}

.LineDetails .Grid th,
.LineDetails .Grid td
{
	border: none;
	border-top: 1px solid #74A0D1;	
	padding: 1px 0 0 0;
	margin: 0;
	font-weight: normal;
	font-size: 0.7em;	
	/* Override common table colour */
	background-color: #C8DBF1;
	color: black;
}

.LineDetails .Grid th
{
	padding-bottom: 2px;
	/*text-align: right;*/
	/*white-space: nowrap;*/
}

.LineDetails .Grid td,
.LineDetails .Grid .Header th
{
	text-align: center;
	/*white-space: normal;*/
}

.LineDetails .Key 
{
	font-size: 0.7em;
}

.LineDetails .Key .Symbol
{
	/* Prevent the description dropping onto a different line than the image */
	white-space: nowrap;
}

.LineDetails .Key img
{
	vertical-align: middle;
	margin-left: 5px;
}

.LineDetails .Price
{
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 5px;
}

/* List of helpful links, i.e. send to a friend and size guide */
#PrimaryContent .LineDetails ul.Tools
{
	list-style: none;
	margin-top: 15px;
	/*margin: 15px 0 0 0;*/
	/*padding: 0;*/
}

#PrimaryContent .LineDetails ul.Tools li
{
	font-size: 0.9em;	
	font-weight: bold;
	/*list-style: none;*/
	/*margin: 0;*/
}

#PrimaryContent .LineDetails ul.Tools a
{
	text-decoration: underline;
}


.Gallery, .XSell
{
	clear: both;	
	padding-top: 10px;
	/*margin-top: 10px;*/
	border-top: 1px solid #74A0D1;
}

.Gallery .Image
{
	width: 150px;	
	float: left;
}

/* Blue box with roundy edges */
.Highlight
{
	background: #C8DBF1;
	padding: 10px;
	position: relative;
	margin-bottom: 10px;
}

.Highlight .Corner
{
	position: absolute;
	width: 12px;
	height: 12px;
	line-height: 0;
	background-repeat: no-repeat;
}

.Highlight .TopLeft 
{
	background-image: url(../images/corner-tl.png);
	background-position: top left;
	top: 0;
	left: 0;
}

.Highlight .TopRight
{
	background-image: url(../images/corner-tr.png);
	background-position: top right;
	top: 0;
	right: 0;
}

.Highlight .BottomRight
{
	background-image: url(../images/corner-br.png);
	background-position: bottom right;
	bottom: 0;
	right: 0;
}

.Highlight .BottomLeft
{
	background-image: url(../images/corner-bl.png);
	background-position: bottom left;
	bottom: 0;
	left: 0;
}

/*checkout steps*/

#CheckoutSteps
{
	font-size: 0.7em;
	clear: both;
	height: 65px;
	/*height: 85px;*/
	margin: 0 0 20px 0;
	background: url(../images/checkout/divider.png) repeat-x top center;
	/*border: 1px solid black;*/
	margin: 0 0 0 0;
}

#CheckoutSteps div
{
	float: left;
	text-align: center;
	margin: 0 0 0px 0;
	/*padding: 0 8px 0 8px;*/
	width: 24%;
}

#CheckoutSteps a
{
	display: block;
	margin: 0;
	padding: 36px 0px 0px 0px;
}

#CheckoutSteps .Complete a
{
	height:40px;
	background: url(../images/checkout/new-complete.png) no-repeat top center;
}

#CheckoutSteps .InProgress a
{
	height:40px;
	background: url(../images/checkout/new-inprogress.png) no-repeat top center;
}

#CheckoutSteps .Incomplete a
{
	height:40px;
	background: url(../images/checkout/new-incomplete.png) no-repeat top center;
}

#CheckoutSteps .Unavailable a,
#CheckoutSteps .NotApplicable a
{
	height:40px;
	background: url(../images/checkout/new-unavailable.png) no-repeat top center;
}
/*
#TextDropDownMore 
{
	padding-top: 10px;
}
*/
#TextDropDownMoreButton,
#TextDropDownHideButton
{
	margin: 10px 0 0 0;
	font-size: 11px;

}

.Department #MainDescription p
{
	color:#1F3A7F;
	font-size: 14px; /*16px*/
	font-weight:bold;
}



#TextDropDown ul
{
	margin-top:-6px;
}


