﻿/*
========================
    LAYOUT
========================
*/
DIV.ProductHeading
{
    clear               : both;
    color               : #FFFFFF;
    float               : left;
    font-family         : Garamond, Georgia, Verdana;
    font-size           : 25pt;
    padding-left        : 210px;
    padding-top         : 28px;
    width               : 650px;
}
DIV.ProductLeft
{
    float               : left;
    height              : 410px;
    width               : 197px;
}
DIV.ProductRight
{
    color               : #C8C7B2;
    float               : right;
    height              : 410px;
    width               : 663px;
}
DIV.ProductRightLight
{
    background-color    : #EDE9CF;
    color               : #4E533B;
    float               : right;
    height              : 410px;
    width               : 663px;
}
DIV.ProductText1
{
    float               : left;
    height              : 310px;
    margin-left         : 10px;
    margin-top          : 10px;
    width               : 350px;
}
DIV.ProductText2
{
    float               : left;
    height              : 70px;
    margin-left         : 10px;
    margin-top          : 10px;
    width               : 300px;
}
DIV.ProductBrowse
{
    float               : right;
    font-family         : Georgia, Verdana;
    font-size           : 10pt;
    margin-right        : 10px;
    margin-top          : 10px;
    text-transform		: uppercase;
    letter-spacing		: 1px;
    width               : 250px;
}
DIV.ProductNavigation
{
    float               : right;
    margin-right        : 10px;
    margin-top          : 10px;
    text-align          : center;
    width               : 300px;
}
DIV.ProductFootLinks
{
    float               : left;
    margin-bottom       : 10px;
    margin-left         : 10px;
    width               : 600px;
}
DIV.ProductFootLinkRow
{
    float               : left;
    margin-bottom       : 10px;
    width               : 600px;
}
DIV.ProductFootLinkRowDark
{
    float               : left;
    margin-bottom       : 10px;
    width               : 300px;
}
TABLE.ProductList
{
    border-style        : none;
    float               : left;
    margin-left         : 10px;
    margin-bottom       : 20px;
    margin-top          : 5px;
    width               : 600px;
}
TABLE.ProductList TD
{
    text-align          : center;
    vertical-align      : middle;
    width               : 120px;
}
TD.ProductListImage
{
    height              : 180px;
}
TD.ProductListRecord
{
    height              : 50px;   
}
A.ProductListRecord, A:HOVER.ProductListRecord
{
    color               : #4E533B;
    text-decoration     : none;
}
DIV.PrevNext
{
    float               : right;
    text-align          : right;
    width               : 300px;
}
TABLE.PrevNext TD
{
    font-weight         : bold;
    padding-left        : 3px;
    padding-right       : 3px;
}
TABLE.PrevNext A, TABLE.PrevNext A:HOVER
{
    color               : #C8C7B2;
    font-weight         : bold;
    text-decoration     : none;
}



/*
========================
    PRODUCT DETAIL
========================
*/
DIV.ProductFinishList
{
    float               : left;
    height              : 220px;
    width               : 300px;
}
DIV.ProductOptions
{
    float               : left;
	height				: 50px;
	width               : 300px;
}
DIV.ProductDetailL, DIV.ProductDetailR
{
    float               : left;
    height              : 380px;
    margin-left         : 10px;
    margin-top          : 10px;
    width               : 300px;
}
DIV.ProductDetailLinks
{
    width               : 300px;
}
DIV.ProductDetailLinksRow
{
    margin-top          : 10px;
}
TABLE.ProductDetailImage
{
    height              : 250px;
    text-align          : center;
    width               : 300px;
}
TABLE.ProductDetailImage TD
{
    background-repeat   : no-repeat;
    background-position : center center;
}
DIV.ProductDetailImage
{
	display				: none;
	visibility			: hidden;
	position			: absolute;
	top					: -1000px;
	left				: -1000px;
}
DIV.ProductDetailDescription
{
    height              : 100px;
    overflow            : auto;
    scrollbar-arrow-color       : #4E533B;
    scrollbar-shadow-color      : #EDE9CF;
    scrollbar-3dlight-color     : #EDE9CF;
    scrollbar-base-color        : #EDE9CF;
    scrollbar-darkshadow-color  : #EDE9CF;
    scrollbar-face-color        : #EDE9CF;
    scrollbar-highlight-color   : #4E533B;
    scrollbar-shadow-color      : #4E533B;
    scrollbar-track-color       : #EDE9CF;
    width               : 300px;
}
TABLE.ProductDetailSpec
{
    margin-top          : 15px;
    width               : 90%;
}
TD.ProductDetailLabel
{
    font-weight         : bold;
    vertical-align      : top;
}

/*
========================
    LINKS
========================
*/
A.ProductFootLinks, A:HOVER.ProductFootLinks, SPAN.ProductFootLinks, A.ProductFootLinksDark, A:HOVER.ProductFootLinksDark, SPAN.ProductFootLinksDark
{
    font-size           : 8pt;
    margin-left         : 5px;
    text-decoration     : none;
}
A.ProductFootLinks, A:HOVER.ProductFootLinks, SPAN.ProductFootLinks
{
    color               : #C8C7B2;
}
A.ProductFootLinksDark, A:HOVER.ProductFootLinksDark, SPAN.ProductFootLinksDark
{
    color               : #4E533B;
}
A.ProductFootLinks, A:HOVER.ProductFootLinks, A.ProductFootLinksDark, A:HOVER.ProductFootLinksDark
{
    text-transform      : uppercase;
}
/*
========================
    FORMS
========================
*/
.ProductDropDown
{
    background-color	: #FFFFFF;
    color               : #6B7052;
    font-family         : Georgia, Verdana;
    font-size           : 8pt;
    line-height         : 20px;
    padding             : 2px;
    margin              : 2px;
}
.ProductInput
{
	background-color	: #FFFFFF;
    border				: solid 1px #333333;
    color               : #6B7052;
    font-family         : Georgia, Verdana;
    font-size           : 8pt;
    margin              : 2px;
}