﻿/*****************************************************************************************/
/* Product Listing                                                                       */
/*****************************************************************************************/

#product

/*****************************************************************************************/
/* Product Detail                                                                        */
/*****************************************************************************************/

/* Title area */
#pdTitle 
{
    width: 100%;
    background-color: #9AB2CF;
	border-bottom: solid 1px #008BBA;
    margin-bottom: 5px;
	margin-top: 5px;
}

#pdTitleLeft 
{
    background-color: #9AB2CF;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	color: White;
	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	background-image: url("images/rounded-tl.gif");
}

#pdTitleRight 
{
    float: right;
    width: 10%;
    /*background-color: #DAE4EF;*/
    text-align: right;
	padding: 5px 5px 5px 5px;
	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
	background-image: url("images/rounded-tr.gif");
}

#pdTitleRight a
{
    text-decoration: none;
    color: white; /*#DAE4EF;*/
    font-size: 0.8em;
}

/* Main Body */
#pdContent 
{
    width: 100%;
    /*font-size: 0.8em;*/
    padding: 1px;
}

.productPrice 
{
    font-size: 2em;
    font-weight: bold;
    color: #36639B;
}

/* Image */
.productImage 
{
    float: left;
    margin-right: 15px;
}
#productPrice
{
    float: right;
    margin: 0px 0px 7px 10px;
    text-align:center;
}

.productHierarchy 
{
    color: #A92C5B;
    font-size: 0.95em;
}

.productHierarchy a 
{ 
    color: #00AA4D;
    font-size: 0.95em;
}

.productCodes 
{
    color: #36639B;
    font-weight: bold;
    text-transform: uppercase;
}
/*****************************************************************************************/
/* Product Specification                                                                 */
/*****************************************************************************************/

.productSpecItemHead
{
    font-size: 0.8em;
    font-weight: bold;
    background: #9AB2CF;
    color: white; 
    vertical-align: top;    
}

.productSpecItemDetail
{
    font-size: 0.8em;
    font-weight: normal;
    background: #DAE4EF;
    vertical-align: top;
}

.ProductDetailsLinks, .productDetailsLinks a 
{
    text-decoration: none;
    font-weight: bold;
    color: Navy;
    /*margin-right: 10px; */
    padding:0em 0em 0em 0em;    
    
    
}

.pdBackToTop, .pdBackToTop a
{
	text-decoration: none;
	color: White;
	font-size: 0.8em;
	padding: 0.2em 0em;
}

.tableProductOptions tr td
{
	border-bottom: solid 0px white;
}