.error-message{
    color:#f00;
    font-size:9pt;
    margin:0;
}.form-error{
    border:1px solid #f00;
}
img{
    border:0;
}
div#cartInfo{
    top:40px;
    right:20px;
    width:150px;
    height:100px;
    padding:3px;
    border:1px solid #000;
}

div.itemDuo{
    width:600px;
}
div.msgbox{
    -webkit-background-origin: padding-box;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    font-size:9pt;
}
div.msgInfo{
    border:2px solid #0f4da8;
    background-color:#6a94d4;
    font-weight:bold;
    color:#fff;
    margin-top:10px;
    padding:5px;
    text-align:center;
}
div.msgWarn{
    border:2px solid  rgb(252, 239, 161);
    background-color:rgb(251, 249, 238);
    font-weight:bold;
    color:#000;
    margin-top:10px;
    padding:5px;
    text-align:center;
}
div.msgError{
    border:2px solid rgb(205, 10, 10);
    background-color:rgb(254, 241, 236);
    font-weight:bold;
    color:rgb(205, 10, 10);
    margin-top:10px;
    padding:5px;
    text-align:center;
}
div#ajaxProgress{
    position:absolute;
    width:600px;
    top:50%;
    left:50%;
    margin-left:-25%;
    padding:20px;
    text-align:center;
    z-index:4;
    border:2px solid rgb(235, 143, 30);
    background-color:#fff;
    color:#000;
    display:none;
    vertical-align:middle;
}div#ajaxProgress img{
    margin-right:20px;
}
div#ajaxError{
    position:absolute;
    width:600px;
    top:50%;
    left:50%;
    margin-left:-25%;
    padding:20px;
    text-align:center;
    z-index:4;
    border:2px solid rgb(205, 10, 10);
    background-color:rgb(254, 241, 236);
    color:rgb(205, 10, 10);
    display:none;
}
table#ecoTable{
    width:550px;
    margin:0;
    padding:0;
    border:0;
}table#ecoTable td.ecoItem{
    width:550px;
    margin:0;
    padding:5px 0 0 5px;
}table#ecoTable td.ecoItem div.itemCell{
    width:168px;
    min-height:270px;
    height:270px;
    float:left;
    margin:0 0 10px 0;
}table#ecoTable td.ecoItem div.middle{
    margin:0 13px 10px;
}table#ecoTable td.ecoItem div.itemCell div.img{
    width:100%;
    min-height:170px;
    height:170px;
    border:1px solid #DCE0E6;
    margin:0 auto;
}table#ecoTable td.ecoItem div.itemCell div.img img{
    display:block;
    padding:10px;
    margin:0 auto;
    text-align:center;
    width:100px;
}table#ecoTable td.ecoItem div.itemCell p.name{
    margin:10px 2px 0;
	font-size: 12px;
    line-height:14px;
	font-style: normal;
    height:28px;
	text-decoration: none;
	font-weight: bold;
    text-align:left;
}table#ecoTable td.ecoItem div.itemCell p.link{
    text-align:center;
}table#ecoTable td.ecoItem div.itemCell img.moreBtn{
    margin:2px;
    width:137px;
}

.payneed{
	background-color:#ccc;
}
