﻿/* HTML */
html, body
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 12px;
	font-weight : normal;
	color : #715355;
}

img
{
    border : none;
}

a, a:link, a:visited, a:hover, a:active
{
	color : #715355;
	text-decoration : none;
}

a:hover, a:active
{
	color : #838851;
	text-decoration : underline;
}

/* BODY */

.copy
{
	font-size : 14px;
	font-weight : normal;
	color : #715355;
}

.copy a:link, .copy a:visited
{
    color : #838851;
    text-decoration : none;
}

.copy a:hover, .copy a:active
{
    color : #838851;
    text-decoration : underline;
}

.detail
{
	font-size : 10px;
	font-weight : normal;
	color : #715355;
}

.detail a, .detail a:link, .detail a:visited
{
    color : #715355;
    text-decoration : none;
}

.detail a:hover, .detail a:active
{
    color : #838851;
    text-decoration : underline;
}

.homeHeader
{
	font-size : 18px;
	font-weight : normal;
	color : #715355;
}

.amazonBuyNow
{
	font-size : 18px;
	font-weight : bold;
	color : #f09e27
}

.bodyHeader
{
    font-size : 16px;
	font-weight : normal;
    color : #838851;
}

.bodyHeader a, .bodyHeader a:link, .bodyHeader a:visited
{
    color : #838851;
    text-decoration : none;
}

.bodyHeader a:hover, .bodyHeader a:active
{
    color : #715355;
    text-decoration : underline;
}

.bodySubHeader
{
    color : #715355;
    font-size : 14px;
	font-weight : bold;
}

.bodySubHeader a, .bodySubHeader a:link, .bodyHeader a:visited
{
    color : #715355;
    text-decoration : none;
}

.bodySubHeader a:hover, .bodyHeader a:active
{
    color : #838851;
    text-decoration : underline;
}

.specialCallout
{
    color : #838851;
    font-size : 12px;
	font-weight : bold;
}

.specialCallout a, .specialCallout a:link, .specialCallout a:visited
{
    color : #838851;
    text-decoration : none;
}

.specialCallout a:hover, .specialCallout a:active
{
    color : #f09e27;
    text-decoration : underline;
}

.validationError
{
    color : #e64a62;
}

/* SITE ELEMENTS */

.footerNav
{  
    font-size : 12px;
    font-weight : normal;
    color : #ffffff;
}

.footerNav a, .footerNav a:link, .footerNav a:visited
{  
    color : #ffffff;
    text-decoration : none;
}

.footerNav a:hover, .footerNav a:active
{  
    color : #ffffff;
    text-decoration : underline;
}

.copyright
{
    font-size : 10px;
    font-weight : normal;
    color : #ffffff;
}

.copyright a, .copyright a:link, .copyright a:visited
{
    color : #ffffff;
    text-decoration : none; 
}

.copyright a:active, .copyright a:hover
{
    color : #ffffff;
    text-decoration : underline; 
}

.greenBG
{
    background-color : #f3f5e1;
}

.midgreenBG
{
    background-color : #d8dd9a;
}

.blueBG
{
    background-color : #e2f0f3;
}

/* PRODUCT */

.productInput
{
    width : 200px;
}

.productHeader
{
	font-size : 20px;
	font-weight : bold;
	color : #715355;
}

.productImage
{
    border : solid 1px #d8dd9a;
}

.productRatingGroupName
{
    font-size : 16px;
    font-weight : bold;
    color : #838851;
    text-decoration : none;
}

.productRatingGroupDescription
{
    font-size : 12px;
    font-weight : bold;
    color : #838851;
    text-decoration : none;
}

/* SEARCHBOX */
.searchbox_wrap
{
    height : 18px;
    width : 170px;
    border : solid 1px #e6eaba;
    padding : 2px;
    vertical-align : middle;
    text-align : left;
}

.searchbox_txtbox
{
    width : 134px;
    height : 16px;
    background-color : #fff;
    border : none;
    font-size : 12px;
    line-height : 16px;
    color : #715355;
}

.searchbox_btn
{
    vertical-align : middle;
    margin-top : 0px;
    margin-left : 4px;
}

/* SEARCH RESULTS */
.s_head
{
    color : #715355;
    font-size : 12px;
    line-height : 16px;    
}

.s_text
{
   color : #715355;
    font-size : 12px;
    line-height : 16px;
}

.s_highlight
{
    background-color : #d6e9ee;
}

.s_title
{
    color : #5b5836;
    font-size : 12px;
    line-height : 16px;
}

.s_footer a
{
    color : #78a22f;
}

.s_url, .s_url a, .s_url a:link, .s_url a:visited
{
    color : #838851;
    font-weight : normal;
    font-style : italic;
    font-size : 12px;
    line-height : 16px;
    text-decoration : none;
}

.s_title a
{
    font-weight : bold;
    font-style : normal;
    color : #838851;
}

.s_url a:hover, .s_title a:hover
{
    text-decoration : underline;
}   

.s_pagelink, s_pagelink a, s_pagelink a:link, s_pagelink a:visited
{
     color : #838851;
    font-size : 12px;
    line-height : 14px;
    text-decoration : none;
}

.s_pagelink a:hover
{
    text-decoration : underline;
}

.s_currentpagelink, .s_currentpagelink a, .s_currentpagelink a:link, .s_currentpagelink a:visited
{
    color : #838851;
    font-size : 12px;
    line-height : 14px;
}
