@charset "utf-8";
/* CSS Document */

body
{
    margin:0px;
    font-family: Arial;
}

.content
{
    width:940px;
    height:1830px;
    background: #e2e2e2;
    padding:15px 25px 15px 25px;
}

.pgTitle
{
    font-size:22px;
    color:#434343;
    font-weight:bold;
    margin-bottom: 5px;
}

.consoleSelect
{
    background: #FFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.console
{
    float:left;
}

.console:hover
{
    cursor: pointer;
}


.cimg
{
    height:176px;
}

.cname
{
    width:185px;
    text-align: center;
    font-size:16px;
    font-weight:bold;
    color: #434343;
    line-height: 16px;
    min-height: 42px;
}

.selected
{
    height:27px;
}

.arrow
{
    width:0px;
    height:0px;
    border-left:27px solid transparent;
    border-right:27px solid transparent;
    border-bottom:27px solid #004684;
    margin:auto;
}

.consoleD
{
    background: url(consolesD.png) no-repeat top left;
    float:left;
    width:1px;
    height:243px;
}

.selectedNav
{
    background: #004684;

    height:80px;
    padding-left:20px;
}

.navBtn
{
    width:296px;
    height:53px;
    background: url(navBtn.png) no-repeat;
    float:left;
    margin-top: 15px;
    margin-right:6px;
    font-size:14px;
    text-align: center;
    line-height:53px;
    color:#004684;
}



.navBtn:hover
{
    background: url(navBtn_h.png) no-repeat;
    cursor: pointer;
    font-weight:bold;
}

.btmCont
{
    background: #FFF;
    padding-left:24px;
    padding-top:8px;
    padding-bottom:20px;
    height:1438px;
}

.btmTitle
{
    font-size:30px;
    color: #004684;
    font-weight:bold;
}

.item
{
    width:289px;
    height:456px;
    border: 1px solid #969696;
    border-radius: 5px;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}

.itemPic
{
    width:180px;
    height:185px;
    margin:auto;
    border: 0px;
}

.itemName
{
    background: url(itemNameBG.png) repeat-x;
    height:27px;
    font-weight:bold;
    font-size:14px;
    padding:6px 10px 10px 10px;
}

.itemDesc
{
    background: url(itemDescBG.png) repeat-x;
    height:168px;
    font-size:12px;
    padding:10px;
    color:#404040;
    overflow: hidden;
}

.itemDesc .txt
{
    color:#404040;
    overflow: hidden;
    height:150px;
}

.itemDesc ul
{
   margin-left:-20px;
}

.itemDesc .learnMore
{
    margin-top:5px;
    text-align: right;
    text-decoration: underline;
}

.itemDesc .learnMore a
{
    color: #404040;
}

.price
{
    margin-top:7px;
    margin-left:10px;
    color: #404040;
}

.wasPrice
{
    font-size:16px;
    color: #404040;
    text-decoration: line-through;
}

.nowPrice
{
    font-size:21px;
    margin-left:3px;
}

.actionBtn
{
    background: url(actionCart.png) no-repeat top left;
    width:125px;
    height:31px;
    float:right;
    margin-top: -4px;
    margin-right: 5px;
}

.actionBtn:hover
{
    background: url(actionCart_h.png) no-repeat top left;
}

.actionBtnBundle
{
    background: url(actionBundle.png) no-repeat top left;
    width:125px;
    height:31px;
    float:right;
    margin-top: -4px;
    margin-right: 5px;
}

.actionBtnBundle:hover
{
    background: url(actionBundle_h.png) no-repeat top left;
}

.limitedTimeOffer
{
    background: url(limitedTimeOffer.png) no-repeat top left transparent;
    width:114px;
    height:114px;
    z-index:99;
    position:absolute;
    float:left;
}

.amazonExclusive
{
    background: url(amazon.png) no-repeat top left transparent;
    width:114px;
    height:114px;
    z-index:99;
    position:absolute;
    float:left;
}

.walmartExclusive
{
    background: url(walmart.png) no-repeat top left transparent;
    width:114px;
    height:114px;
    z-index:99;
    position:absolute;
    float:left;
}

.toyrusExclusive
 {
     background: url(toyrus.png) no-repeat top left transparent;
     width:114px;
     height:114px;
     z-index:99;
     position:absolute;
     float:left;
 }

.vtechExclusive
 {
     background: url(vtech.png) no-repeat top left transparent;
     width:114px;
     height:114px;
     z-index:99;
     position:absolute;
     float:left;
 }

.vtechSpecial
{
    background: url(vtechspecials.png) no-repeat top left transparent;
    width:114px;
    height:114px;
    z-index:99;
    position:absolute;
    float:left;
}

.targetExclusive
{
    background: url(target.png) no-repeat top left transparent;
    width:114px;
    height:114px;
    z-index:99;
    position:absolute;
    float:left;
}

.kmartExclusive
{
    background: url(kmart.png) no-repeat top left transparent;
    width:114px;
    height:114px;
    z-index:99;
    position:absolute;
    float:left;
}

.kolhsExclusive
{
    background: url(kolhs.png) no-repeat top left transparent;
    width:114px;
    height:114px;
    z-index:99;
    position:absolute;
    float:left;
}