/* ProductLineView */

.ProductLineViewHeader
{
	width: 740px;
	font-size: 12pt;
	font-weight: normal;
	font-weight: bold;
	text-align: left;
	float: left;
	height: 30px;
}

.ProductLineDataTable
{
	width: 100%;
	height: 100%;
}

/* ProductLineView LIST mode */


.ProductLineList
{
	clear: left;
}

.ProductLineViewList
{
	position: relative;
	top: 10px;
	padding: 0px 0px 10px 0px;
}

.ProductLineViewListHover
{
	
	position: relative;
	top: 10px;
	padding: 0px 0px 10px 0px;
	cursor: pointer;
}

.ProductLineProductImageDivList
{
	padding: 10px;
}

.ProductLineProductImageList
{
	float: left;
	width: 100px;
}

.ProductLineProductDescList
{
	float: left;
	width: 280px;
	font-size: 12pt;
	padding-left: 10px;
}

.ProductLinePriceList
{
	float: left;
	width: 60px;
	text-align: center;
}

.ProductLineOldPriceList
{
	text-decoration: line-through;
}

.ProductLineActualPriceList
{
	font-size: medium;
}

.ProductLineMoreLinkList
{
	width: 30px;
}

.ProductLineBuyLinkList
{
	width: 30px;
}

.ProductLineBuyImageList
{
	width: 30px;
}

.ProductLineStockList
{
	float: right;
	width: 60px;
	margin-top: -12px;
}



/* ProductLineView Original DropDown Mode */

.ProductLineDropDownDD
{
}

.ProductLineBuyLinkDD
{
	width: 50px;
	margin: 0 0 0 10px;
}

.ProductLineMoreLinkDD
{
	width: 50px;
	margin: 0 0 0 10px;
}


/* ProductLineView TWO_BY_TWO mode */

.ProductLineViewRow
{
	border-top-style: solid;
	border-top-width: 1px;
}

.ProductLineView
{
	width: 350px;
	float: left;
	cursor: pointer;
	border-width: 2px;
	border-style: solid;
}

.ProductLineViewHover
{
	width: 350px;
	float: left;
	cursor: pointer;
	border-width: 2px;
	border-style: solid;
}

.ProductLineViewRowClear
{
	clear: both;
}

.ProductLineProductImageDiv
{
	width: 300px;
	position: relative;
	top: 10px;
	text-align: center;
	margin: 2px 0 2px 0;
}

.ProductLineProductImage
{
	/* height: 100%; */
}

.ProductLineProductDesc
{
	position: relative;
	height: 40px;
	margin: 0 10px 0 10px;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	top: 0px;
}

.ProductLineProductInfo
{
	position: relative;
	top: 10px;
	height: 80px;
	margin: 0 10px 10px 10px;
	font-size: 8pt;
	visibility: visible;
	overflow: hidden;
}

.ProductLineNormalPrice
{
	
	text-decoration: line-through;
	margin: 20px 10px 0 10px;
}

.ProductLineActualPrice
{
	margin: 20px 10px 0 10px;
	font-size: 12pt;
	font-weight: bold;
	height: 20px;
}

.ProductLineMoreLink
{
	position: relative;
	top: 0px;
	float: right;
	width: 90px;
	height: 25px;
	text-align: center;
	padding-top: 2px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	margin: 5px 5px 5px 0px;
}

.ProductLineBuyLink
{
	position: relative;
	top: 0px;
	clear: right;
	float: right;
	width: 90px;
	height: 25px;
	text-align: center;
	padding-top: 2px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;	/* 281106 */
	margin: 5px 5px 0px 0px;
}


/* ProductLineView TWO_BY_TWO with DROPDOWN mode */

.ProductLineView2x2DD
{
	padding-top: 10px;
	width: 49%;
	float: left;
	border-width: 2px;
	border-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
}

.ProductLineViewHover2x2DD
{
	padding-top: 10px;
	width: 49%;
	float: left;
	border-width: 2px;
	border-style: solid;
	border-top-style: solid;
	border-top-width: 1px;	
}

.ProductLineProductImageDiv2x2DD
{
	/*width: 49%;*/
	height: 300px;
	overflow: hidden;
	position: relative;
	top: 0px;
	text-align: center;
	margin: 2px 0 2px 0;
}

.ProductLineProductImage2x2DD
{
}

.ProductLineProductDesc2x2DD
{
	height: 40px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

.ProductLineInformation2x2DD
{
	position: relative;
	top: 10px;
	margin: 0 10px 0 10px;
	font-size: 8pt;
}

.ProductLineColourDesc2x2DD
{
	position: relative;
	height: 1%;
	text-align: right;
	margin: 0 10px 0 10px;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
}

.ProductLineProductInfo2x2DD
{
	margin: 0 10px 0 10px;
}

.ProductLineDropdown2x2DD
{
	position: relative;
	top: 15px;
	margin: 0 10px 0 10px;
}

.ProductLineMoreLink2x2DD
{
	position: relative;
	top: -12px;
	float: right;
	width: 90px;
	height: 25px;
	text-align: center;
	padding-top: 4px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	margin: 5px 5px 5px 0px;
	cursor: pointer;
}

.ProductLineBuyLink2x2DD
{
	position: relative;
	top: -12px;
	clear: right;
	float: right;
	width: 90px;
	height: 25px;
	text-align: center;
	padding-top: 4px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	margin: 5px 5px 0px 0px;
	cursor: pointer;
}



/* ProductLineView List with DropDown mode */

.ProductLineViewListDD
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	position: relative;
	top: 15px;
	width: 100%;
	float: left;	
	border-top-style: solid;
	border-top-width: 1px;
}
.ProductLineViewHoverListDD

{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	position: relative;
	top: 15px;
	width: 100%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
}

.ProductLineProductImageDivListDD
{
	position: relative;
	float: left;
	clear: left;
	top: 20px;

}

.ProductLineProductImageListDD
{
	cursor: pointer;
}

.ProductLineShortDescListDD
{
	position: relative;
	top: 0px;
	left: 15px;
	display: inline;
	margin: 0 10px 0 10px;
	font-size: 10pt;
}

.ProductLineProductDescListDD
{
	position: relative;
	top: 10px;
	left: 25px;
	margin: 0 10px 0 10px;
	font-size: 12pt;
}

.ProductLineInformationListDD
{
	position: relative;
	left: 20px;
	top: 20px;
	float: left;
	margin: 0 10px 0 10px;
	font-size: 12pt;
}

.ProductLineColourDescListDD
{
	position: relative;
	left: 300px;
	top: 20px;
	margin: 0 10px 0 10px;
	font-size: 11pt;
	font-weight: bold;
}

.ProductLineDropdownListDD
{
	position: relative;
	top: 40px;
	left: 130px;
	clear: left;
}

.ProductLineMoreLinkListDD
{
	
	float: right;
	clear: left;
	width: 90px;
	height: 25px;
	text-align: center;
	padding-top: 4px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	cursor: pointer;
}

.ProductLineBuyLinkListDD
{
	float: right;
	clear: left;
	width: 90px;
	height: 25px;
	text-align: center;
	padding-top: 4px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	cursor: pointer;
}

/* ProductLineView THREE ACROSS with DROPDOWN mode */

.ProductLineView3xDD
{
	padding: 10px 0 10px 0;
	width: 33%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
}

.ProductLineViewHover3xDD
{
	padding: 10px 0 10px 0;
	width: 33%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
}

.ProductLineProductImageDiv3xDD
{
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 0 10px 0 10px;
}

.ProductLineProductImage3xDD
{
	text-align: center;
}

.ProductLineProductDesc3xDD
{
	position: relative;
	margin: 0 10px 0 10px;
	font-size: 12pt;
	font-weight: bold;
	height:50px;
}

.ProductLineInformation3xDD
{
	margin: 5px 10px 5px 10px;
	font-size: 9pt;
	overflow: hidden;
}

.ProductLineColourDesc3xDD
{
	position: relative;
	text-align: right;
	margin: 0 10px 0 10px;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
}

.ProductLineProductInfo3xDD
{
	margin: 0 10px 0 10px;
}

.ProductLineDropdown3xDD
{
	margin: 10px 10px 5px 10px;
}

.ProductLineMoreLink3xDD
{
	float: left;
	width: 50%;
	height: 25px;
	text-align: center;
	padding-top: 4px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	cursor: pointer;
}

.ProductLineBuyLink3xDD
{
	float: left;
	width: 50%;
	height: 25px;
	text-align: center;
	padding-top: 4px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	cursor: pointer;
}




/* ProductLineView THREE ACROSS mode without DROPDOWN */

.ProductLineView3x
{
	padding: 10px 0 10px 0;
	width: 33%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
}


.ProductLineView3xB
{
	padding: 10px 0 10px 0;
	width: 33%;
	float: left;
	overflow: hidden;
}


.ProductLineViewHover3x
{
	padding: 10px 0 10px 0;
	width: 33%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
}

.ProductLineViewHover3xB
{
	padding: 10px 0 10px 0;
	width: 33%;
	float: left;
	overflow: hidden;
}

.ProductLineProductImageDiv3x
{
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 0 10px 0 10px;
}

.ProductLineProductImage3x
{

}

.ProductLineProductDesc3x
{
	position: relative;
	margin: 0 10px 0 10px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

.ProductLineInformation3x
{
	margin: 5px 10px 5px 10px;
	font-size: 8pt;
}

.ProductLineNormalPrice3x
{
	margin: 0 10px 0 10px;
	text-decoration: line-through;
	font-size: 10pt;
	height: 20px;
}

.ProductLineActualPrice3x
{
	margin: 0 10px 0 10px;
	font-size: 11pt;
	font-weight: bold;
	height: 20px;
}

.ProductLineMoreLink3x
{
	float: left;
	position: relative;
	bottom: 5px;
	width: 90px;
	height: 25px;
	text-align: center;
	padding-top: 4px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	margin: 5px 5px 5px 10px;
	cursor: pointer;
}

.ProductLineBuyLink3x
{
	float: left;
	width: 90px;
	height: 25px;
	text-align: center;
	padding-top: 4px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	margin: 5px 5px 5px 10px;
	cursor: pointer;
	bottom: 5px;
}





/* ProductLineView FOUR ACROSS with DROPDOWN mode */

.ProductLineView4xDD
{
	padding: 10px 0 10px 0;
	width: 25%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
}

.ProductLineViewHover4xDD
{
	padding: 10px 0 10px 0;
	width: 25%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
}

.ProductLineProductImageDiv4xDD
{
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 0 10px 0 10px;
	overflow: hidden;
	height: 120px;
}

.ProductLineProductImage4xDD
{
}

.ProductLineProductDesc4xDD {
	font-size:10pt;
	font-weight:bold;
	height:60px;
	margin:0 10px;
	overflow:hidden;
	position:relative;
	text-decoration:underline;
}

.ProductLineInformation4xDD
{
	margin: 5px 10px 5px 10px;
	font-size: 8pt;
	height: 25px;
	overflow: hidden;
}

.ProductLineColourDesc4xDD
{
	position: relative;
	text-align: left;
	margin: 0 10px 0 10px;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
}

.ProductLineProductInfo4xDD
{
	margin: 0 10px 0 10px;
}

.ProductLineDropdown4xDD
{
	margin: 0 10px 0 10px;
}

.ProductLineMoreLink4xDD
{
	float: left;
	width: 72px;
	height: 25px;
	text-align: center;
	padding-top: 4px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0px 5px 10px;
	cursor: pointer;
}

.ProductLineBuyLink4xDD
{
	float: left;
	width: 72px;
	height: 25px;
	text-align: center;
	padding-top: 4px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0px 5px 10px;
	cursor: pointer;
}


/* ProductLineView FOUR ACROSS mode without DROPDOWN */

.ProductLineView4x
{
	padding: 10px 0 10px 0;
	width: 25%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
}
.ProductLineView4xB
{
	padding: 10px 0 10px 0;
	width: 25%;
	float: left;
	overflow: hidden;
}
.ProductLineViewHover4xB
{
	padding: 10px 0 10px 0;
	width: 25%;
	float: left;
	overflow: hidden;
}
.ProductLineViewHover4x
{
	padding: 10px 0 10px 0;
	width: 25%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
}

.ProductLineProductImageDiv4x
{
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 0 10px 0 10px;
	overflow: hidden;
	height: 120px;
}

.ProductLineProductImage4x
{
}
.ProductLineProductDesc4x
{
	position: relative;
	margin: 0 10px 0 10px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	height: 50px;
}

.ProductLineInformation4x
{
	margin: 5px 10px 5px 10px;
	font-size: 8pt;
	/* height: 25px; */
}

.ProductLineNormalPrice4x
{
	margin: 0 10px 0 10px;
	text-decoration: line-through;
	font-size: 10pt;
	/* height: 20px; */
}

.ProductLineActualPrice4x
{
	margin: 0 10px 0 10px;
	font-size: 11pt;
	font-weight: bold;
	height: 20px;
}

.ProductLineMoreLink4x
{
	float: left;
	width: 72px;
	height: 25px;
	text-align: center;
	padding-top: 4px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 5px 5px 10px;
	cursor: pointer;
}

.ProductLineBuyLink4x
{
	float: left;
	width: 72px;
	height: 25px;
	text-align: center;
	padding-top: 4px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0px 5px 10px;
	cursor: pointer;
}


