/* 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, .ProductLink
{
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #0678be;
	margin-top:0px;
	margin-bottom:5px;
}
.CategoryCaption
{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	padding-bottom:10px;
}
.ProductListHead
{
	font-family: Myriad, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	letter-spacing: 0.02em;
}
.ProductListSubhead
{
	text-transform: uppercase;
	color: #999;
	font-size: 12px;
}
.ProductImage
{
	border: 1px solid #FFF;
}
.ProductRow
{
	background: url(../images/Template_images/BGD-bookmark-divider.png) repeat-x bottom left;
	padding-bottom: 10px;
	vertical-align: top;
}
.AddToCartDetails
{
	width: 112px;
	height: 23px;
	border: 0px;
	background: url(../images/Template_images/Add-to-cart.png) no-repeat;
}

.ProductsListTable
{

}

.SearchProductsTable
{

}

.CategoriesMicroTable
{

}


CategoriesTable
{

}


.CrossSellTable
{
	margin: 4px;
	width: 345px;
}

.CrossSellTable td
{
	padding:0px;
}


.CrossSellRow
{
	background: url(../images/template_images/CrossellRow.jpg) no-repeat;
	cursor: pointer;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .1px;
	width: 100%;
	height: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	display: block;
	border-bottom: 1px solid #63acde;
}


.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
{

}

/* 
	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.ProductLink:link, a.ProductLink:visited
{
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #0678be;
	margin-top:0px;
	margin-bottom:5px;
	text-decoration: none;
}
a.ProductLink:hover, a.ProductLink:active
{
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #333;
	margin-top:0px;
	margin-bottom:5px;
	text-decoration: none;
}
.RelatedContainer a.ProductLink:link, .RelatedContainer a.ProductLink:visited 
{
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	margin-top:0px;
	margin-bottom:5px;
	text-decoration: none;
}
.RelatedContainer a.ProductLink:hover, .RelatedContainer a.ProductLink:active
{
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ff9933;
	margin-top:0px;
	margin-bottom:5px;
	text-decoration: none;
}

ProductEnquiryTable
{
	width: 100%;
}
.ProductEnquiryForm
{
}
.ProductEnquiryHead
{
	background: url(.././images/Template_Images/BGD-MoreInfo-Head.png) no-repeat #ff9933;
	height: 46px;
	color: #FFF;
	font-size:14px; 
}
.ProductEnquiryHead td
{
	color: #FFF;
	font-size:14px; 
}
.ProductEnquiryRow
{
padding: 4px 6px 10px 6px; 
}
.ProductEnquiryRow td
{
 color: #444444;
 padding: 4px 6px 10px 6px; 
 background: #EFEFEF;
 border-bottom: 1px solid #dddddd;
}
.ProductEnquiryButton
{
	padding: 4px;
	background: #ff9933;
	color: #FFF;
	border: 1px solid #FFF;
} 

.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;
} 
