/* stylemaster.css */
/* Version 1.0 */
/* 15 May 2008 */
/* Changes made by: */
/* Approved by: */

/*Product Styles*/

/*Default Link style, exactly same as Link class above */

.PageHeading 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: .1px;
}
.CategoryHead
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 2px;
	font-weight: bold;
	color: #444444;

}
.ProductListHead
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #2b7a8b;
	letter-spacing: 0.02em;
	padding-bottom: 4px;
}
.AltProductListHead
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3f9b67;
	letter-spacing: 0.02em;
	padding-bottom: 4px;
}

.AltProductText
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2b7a8b;
	letter-spacing: 0.02em;
}
.RelatedProductTable
{
	margin: 4px;
}

.RelatedProductTable td
{
	padding:0px;
}


.RelatedProductRow
{
	background: url(../images/template_images/bgd-other-products-brown.gif);
	cursor: pointer;
	color: #6d6663;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1px;
}
.RelatedProductOver
{
	background: url(../images/template_images/bgd-other-products-brown-ON.gif);
	cursor: pointer;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1px;
}
.CrossSellTable
{
	margin: 4px;
}

.CrossSellTable td
{
	padding:0px;
}


.CrossSellRow
{
	background: url(../images/template_images/bgd-other-products-green.gif);
	cursor: pointer;
	color: #6d6663;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1px;
}
.CrossSellOver
{
	background: url(../images/template_images/bgd-other-products-green-ON.gif);
	cursor: pointer;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1px;
}



.RelatedTable
{

}

.SearchProductsTable
{

}

.CategoriesMicroTable
{

}


CategoriesTable
{

}


.ProductListCopy
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 14px; 
	letter-spacing: 0.02em;
}

.RelatedProductsTable /* for new released*/
{
	border:0px;

}

.RelatedImageCell
{
	background-image: url(../images/BGD_NewReleases.gif); 
	height: 64px; 
	border-bottom: 1px solid #155499;
}

.RelatedTitleCell
{
	background-image: url(../images/BGD_NewReleases.gif); 
	height: 64px; 
	border-bottom: 1px solid #155499; 
	color: #FFFFFF;
}

.NewReleasesProductsTable
{
	border:0px;
}

.NewReleasesImageCell
{
	background-image: url(../images/BGD_NewReleases.gif); 
	height: 64px; 
	border-bottom: 1px solid #155499;
}

.NewReleasesTitleCell
{
	background: url(images/BGD_NewReleases.gif) repeat; 
	height: 64px; 
	padding-left: 6px; 
	color: #FFFFFF; 
	border-bottom: 1px solid #155499;
}


.LatestCategoryName
{

}

.FeatureImage img
{
	border: 3px solid #e0e0e0;
}


a.ProductLink:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #50b847;
	padding-bottom: 6px;
	text-decoration: none;
	text-transform: uppercase;
}
a.ProductLink:visited           
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #50b847;
	padding-bottom: 6px;
	text-decoration: none;
	text-transform: uppercase;
}
a.ProductLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #665e5b;
	padding-bottom: 6px;
	text-decoration: none;
	text-transform: uppercase;
}
a.ProductLink:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #665e5b;
	padding-bottom: 6px;
	text-decoration: none;
	text-transform: uppercase;
}
a.RelatedProductLink:link, a.RelatedProductLink:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #665e5b;
	padding-bottom: 6px;
	text-decoration: none;
	text-transform: uppercase;
}
a.RelatedProductLink:hover, a.RelatedProductLink:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 6px;
	text-decoration: none;
	text-transform: uppercase;
}




/* 
	Additional Link Styles (link, hover, visited, active) for Link, AltLink1 and AltLink2 (and pretty much all the links used across the website) 
	Each of the links have 5 different property, we have kept the default one at the top
	for the customers to see, the rest need to go here.
*/



ProductEnquiryTable
{
}
.ProductEnquiryForm
{
}
.ProductEnquiryHead
{
}
.ProductEnquiryHead td
{
}
.ProductEnquiryRow
{
}
.ProductEnquiryRow td
{
}
.ProductEnquiryButton
{
} 

.CategoriesBreadCrumbsUL
{
	list-style: none;
	display: inline;
}

.CategoriesBreadCrumbsUL li
{
	padding-left: 5px;
	display: inline;
}

.CategoriesBreadCrumbsLink
{
	color: red;
}

a.CategoriesBreadCrumbsLink:link,a.CategoriesBreadCrumbsLink:active,a.CategoriesBreadCrumbsLink:visited
{
	color: red;
}

a.CategoriesBreadCrumbsLink:hover
{
	color:blue;
}
.ListingImage
{
	margin-bottom: 10px;
	display: inline;
}
.ListingImage
{
	margin-bottom: 10px;
	display: inline;
}
.spacer
{
	height: 10px;
	width: 10px;
}
