﻿#main.amazonGrid
{
}

#main.amazonGrid div.arrowRight
{
    width: 32px;
    height: 32px;
    background-image: url(/css/img/arrow_right.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    cursor: pointer;
}

#main.amazonGrid #amazonHeader select
{
    width: 300px;
}

#main.amazonGrid #amazonHeader
{
    background: none;
}

#main.amazonGrid #amazonHeader div
{
    background: none;
}

#main.amazonGrid #amazonHeader div#relatedTags
{
    float: right;
    width: 100%;
    height: 10px;
}

#main.amazonGrid #amazonHeader div#relatedTags div
{
    float: right;
    width: auto;
}

#main.amazonGrid #amazonHeader #go
{
    background: url(skin2/buttons.png) no-repeat 0px 0px;
    width: 45px;
    height: 30px;
    float: right;
}

#main.amazonGrid #amazonHeader a
{
    display: inline;
    margin: 10px;
    width: 75px;
    height: 75px;
    text-indent: -9999px;
    outline: Transparent none 0;
    background: no-repeat 50% 50%;
}

#main.amazonGrid #amazonHeader a.active
{
    color: Orange;
}

.amazonGrid #amazonHeader
{
    width: 100%;
    height: 60px;
}

.amazonGrid #amazonItemsHolder
{
    width: 100%;
    height: auto;
    background: none;
}

.amazonGrid #amazonItem
{
    width: 135px;
    height: 198px;
    color: Red;
}
.amazonGrid #amazonItemsHolder div.loadingScreen
{
    background-image: url('/css/img/spinner2-black.gif');
    background-position: center;
    background-repeat: no-repeat;
    width: 980px;
    height: 550px;
    background-color: Transparent;
}
/*
.amazonGrid #amazonItemsHolder a
{
    width:150px;
    height:110px;
}

.amazonGrid #amazonItemsHolder div
{
    width:150px;
    height:110px;
    background:none;
}

.amazonGrid #amazonItemsHolder h2
{
    color:Green;
}

*/
.amazonGrid #amazonItemsHolder div
{
    width: auto;
    height: auto;
    background: none;
}

.amazonGrid #amazonItemsHolder div a, .amazonGrid #amazonItemsHolder div a:link, .amazonGrid #amazonItemsHolder div a:visited
{
    float: left;
    display: block;
    width: 160px;
    cursor: pointer;
    color: #333333;
    text-decoration: none;
    height: auto;
    margin: 0 20px 20px 0;
    text-indent: 0px;
}
.amazonGrid #amazonItemsHolder div a:hover, .amazonGrid #amazonItemsHolder div a:active
{
    color: #000;
    text-decoration: none;
    text-indent: none;
}

.amazonGrid #amazonItemsHolder div a div
{
    width: 168px;
    height: 122px;
    padding: 0 4px 4px 4px;
    overflow: hidden;
    background: none;
}
.amazonGrid #amazonItemsHolder div a div.img
{
    width: 120px;
    height: 120px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.amazonGrid #amazonItemsHolder div a div.img img
{
    max-width: 120px;
    max-height: 120px;    
}

.amazonGrid #amazonItemsHolder div a div h2
{
    font-size: 14px;
    line-height: 14px;
    margin: 2px 0 4px 0;
    color: #fff;
}
.amazonGrid #amazonItemsHolder div a div h3
{
    font-size: 10px;
    line-height: 14px;
    margin: 2px 0 4px 0;
    color: #fff;
}
.amazonGrid #amazonItemsHolder div a div span
{
    font-size: 12px;
    text-transform: uppercase;
    display: none;
}

