@CHARSET "ISO-8859-1";
#merchandise{
    width:670px;
    min-height:490px;
    margin:10px auto 0 auto;
}
#merchandise .pageHeader{
    color:#DC502D;
    font-size:28px;
    font-weight:bold;
    margin:20px 0 10px 0;
    width:670px;
    height:30px;
}
#merchandise .paging{
    color:#DC502D;
    margin:0 auto;
    width:150px;
    height:30px;
    background-color:#FFFFFF;
    border:1px solid #000000;
    box-shadow: rgba(0,0,0, 0.2) 2px 2px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.2) 2px 2px 2px;
    -webkit-box-shadow: rgba(0,0,0, 0.2) 2px 2px 2px;
    background:#EEEEEE;
    background: -webkit-gradient(linear, left top, left 30, from(#EEEEEE), color-stop(4%, #BFBFBF), to(#EEEEEE));
    background: -moz-linear-gradient(top, #EEEEEE, #BFBFBF 1px, #EEEEEE 20px);
}
#merchandise .paging .leftArrow{
    margin:7px 0 0 20px;
    width:16px;
    height:16px;
    background-image: url('../images/design/arrowLeft.gif');
    background-repeat:no-repeat;
    cursor:pointer;
    float:left;
}
#merchandise .paging .pagingText{
    margin:0 0 0 10px;
    padding:7px 0 0 0 ;
    width:60px;
    height:23px;
    float:left;
}
#merchandise .paging .rightArrow{
    margin:7px 0 0 10px;
    width:16px;
    height:16px;
    background-image: url('../images/design/arrowRight.gif');
    background-repeat:no-repeat;
    cursor:pointer;
    float:left;
}
#merchandise .paging .inactive{
    cursor:default;
}
#merchandise .items{
    width:645px;
    min-height:265px;
    margin:0 auto 10px auto;
}
#merchandise .items .itemRow{
    width:640px;
    height:255px;
    margin:10px 0 0 5px;
}
#merchandise .items .itemRow .item{
    width:203px;
    height:238px;
    margin:0 10px 0 0;
    background-color:#999080;
    border:1px solid #000000;
    float:left;
    box-shadow: rgba(0,0,0, 0.2) 2px 2px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.2) 2px 2px 2px;
    -webkit-box-shadow: rgba(0,0,0, 0.2) 2px 2px 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(#999080), to(#AFABA4));
    background: -moz-linear-gradient(top, #999080, #AFABA4);
}
#merchandise .items .itemRow .last{
    margin-right:0px;
}
#merchandise .items .itemRow .item .image{
    width:150px;
    height:100px;
    margin:5px auto;
    overflow:hidden;
}
#merchandise .items .itemRow .item .image a{
    border:none;
    text-decoration:none;
}
#merchandise .items .itemRow .item .image a img{
    border:1px solid #000000;
    box-shadow: rgba(0,0,0, 0.2) 2px 2px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.2) 2px 2px 2px;
    -webkit-box-shadow: rgba(0,0,0, 0.2) 2px 2px 2px;
    max-width : 146px;
    max-height : 94px;
}
#merchandise .items .itemRow .item .text{
    width:193px;
    height:75px;
    color:#FFFFFF;
    padding:0 5px 5px 5px;
}
#merchandise .items .itemRow .item .text .line1{
    width:193px;
    height:15px;
    overflow:hidden;
}
#merchandise .items .itemRow .item .text .line1 .name{
    width:150px;
    height:15px;
    overflow:hidden;
    float:left;
}
#merchandise .items .itemRow .item .text .line1 .price{
    width:43px;
    height:15px;
    overflow:hidden;
    float:left;
    text-align:right;
}
#merchandise .items .itemRow .item .text .line2{
    width:193px;
    height:85px;
    overflow:hidden;
    margin : 0 0 2px 0;
}
#merchandise .items .itemRow .item .text .line3{
    width:193px;
    height:30px;
    overflow:hidden;
    text-align:center;
}