﻿body 
{
    font-family:Arial;
    font-size:12px;
    background-image:url(/media/background.gif);
    background-repeat:repeat;
}

html, body 
{
    scrollbar-face-color: #b70005;
	scrollbar-track-color: #FFD166;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
}

.aahdesc 
{
    color:#b70005;
    font-weight:bold;
}

.aahdesc a:link, .aahdesc a:visited 
{
    color:#b70005;
    font-weight:bold;
    text-decoration:none;
}

.aahdesc a:hover 
{
    color:maroon;
}

.dimensions 
{
    color:Maroon;
    font-weight:bold;
}

.pdown 
{
    font-size:10px;
}

.smallblack 
{
    font-size:11px;
}

.searchcnt 
{
    color:Black;
    font-size:80%;
}

.category 
{
    color:#b70005;
    font-weight:bold;
    font-size:250%;
    font-family:Monotype Corsiva;
}

.detailcategory 
{
    color:#b70005;
    font-weight:bold;
    font-size:150%;
}

.gray 
{
    color:Gray;
    font-family:Arial CYR;
}

.clear 
{
    clear:both;
}

#wrapper 
{
    width:800px;
    margin:auto;
    border:solid 1px black;
    background-image:url(/media/wrapper_bg.jpg);
    background-repeat:repeat-y;
    background-position:left;    
}

#header 
{
    width:800px;
    height:113px;
    
}

#headerbottom 
{
    width:800px;
    height:36px;
    background-image:url(/media/aah_logo_bottom.gif);
    text-align:right;
}

#leftnav 
{
    float:left;
    width:228px;
}

#leftnav ul 
{
    margin-left:0px;
    padding-left:0px;
    margin-bottom:0px;
    width:212px;
    margin-top:0px;
}

#leftnav li 
{
    list-style-type:none;
    border-bottom:dashed 1px white;
}

#leftnav li a 
{
    display:block;
    padding:10px 0px 10px 10px;
}

#leftnav a:link, #leftnav a:visited 
{
    color:White;
    font-weight:bold;
    text-decoration:none;
    /*border-top:dashed 1px white;*/
}

#leftnav li a:hover 
{
    background-color:#ffb305;
    background-image: url(/media/link_hover.jpg);
    background-repeat:no-repeat;
    color:#b70005;    
}

#content 
{
    width:570px;
    float:right;
}

#sortbox 
{
    width:558px;
    background-color:#dddddd;
    border-top:1px solid black;
    border-bottom:1px solid black;
    margin:10px 0 10px 0;
}

.paging 
{
    width:558px;
    background-color:#FFECB0;
    border-top:solid 1px #CE9B00;
    border-bottom:solid 1px #CE9B00;
    text-align:right;
    padding:5px 0 5px 0;
    margin-top:10px;
    margin-bottom:10px;
}

#paging a:link, #paging a:visited 
{
    text-decoration:none;
    color:#333333;
}

#footer 
{
    width:800px;
    margin:auto;
    font-size:80%;
    text-align:center;
    padding-bottom:50px;
    padding-top:10px;
    clear:both;
}

#search 
{
    height:23px;
    color:black;
    font-weight:bold;
    padding: 0 5px 0 4px;
    font-size:14px;
}

#search .dropdown 
{
    font-size:10px;
    border:solid 1px black;
    margin:2px 0 0 0;
}

#search .text 
{
    font-size:11px;
    border:solid 1px white;
}