/* stylemaster.css */
/* Version 1.0 */
/* 15 May 2008 */
/* Changes made by: */
/* Approved by: */

/*Product Styles*/

/*Default Link style, exactly same as Link class above */


.CategoryHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d0bd85;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;

}
.ProductListHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #616365;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.ProductsListTable
{

}

.SearchProductsTable
{

}

.CategoriesMicroTable
{

}


CategoriesTable
{

}


.ProductListCopy
{
	font-family: Myriad, 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
{

}
.productimage {
	border: 3px solid #eaeaea;
}

a.Product:link
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#d0bd85;
	font-weight:bold;
	text-decoration: none;
}
a.Product:visited           
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#d0bd85;
	font-weight:bold;
	text-decoration: none;
}
a.Product:hover
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#646464;
	font-weight:bold;
	text-decoration: none;
}
a.Product:active
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#646464;
	font-weight:bold;
	text-decoration: none;
}
/* 
	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.
*/


a.Link:link
{
	font-family:Myriad, Arial, Helvetica, Sans-serif;
	font-size:12px; 
	color:#990066;
	font-weight:bold;
}

a.Link:hover
{
	font-family:Myriad, Arial, Helvetica, Sans-serif;
	font-size:12px; 
	color:#990066;
	font-weight:bold;
}

a.Link:visited
{
	font-family:Myriad, Arial, Helvetica, Sans-serif;
	font-size:12px; 
	color:#990066;
	font-weight:bold;
}

a.Link:active
{
	font-family:Myriad, Arial, Helvetica, Sans-serif;
	font-size:12px; 
	color:#990066;
	font-weight:bold;
}

a.AltLink1:link
{
	font-family:Myriad, Arial, Helvetica, Sans-serif;
	font-size:12px; 
	color:#990066;
	font-weight:bold;
}

a.AltLink1:hover
{
	font-family:Myriad, Arial, Helvetica, Sans-serif;
	font-size:12px; 
	color:#990066;
	font-weight:bold;
}

a.AltLink1:visited
{
	font-family:Myriad, Arial, Helvetica, Sans-serif;
	font-size:12px; 
	color:#990066;
	font-weight:bold;
}

a.AltLink1:active
{
	font-family:Myriad, Arial, Helvetica, Sans-serif;
	font-size:12px; 
	color:#990066;
	font-weight:bold;
}

a.AltLink2:link
{
	font-family:Elephant, Times;
	font-size:12px; 
	color:#99CC33;
	font-weight:bold;
}

a.AltLink2:hover
{
	font-family:Elephant, Times;
	font-size:12px; 
	color:#99CC33;
	font-weight:bold;
}

a.AltLink2:visited
{
	font-family:Elephant, Times;
	font-size:12px; 
	color:#99CC33;
	font-weight:bold;
}

a.AltLink2:active
{
	font-family:Elephant, Times;
	font-size:12px; 
	color:#99CC33;
	font-weight:bold;
}

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;
}