.content{
    width: 980px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 17px;
    padding: 5px 20px 20px 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 16px #CCCCCC;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 16px #CCCCCC;
    -moz-box-shadow: 2px 2px 16px #CCCCCC;
    behavior: url(css/PIE.htc);
    background: #fff;
}
hgroup.large {
    font-size: 1.3em;
    text-transform: uppercase;
    height: 45px;
    line-height: 40px;
    width: 735px;
    float: left;
}
hgroup.medium {
    font-size: 1.25em;
    text-transform: uppercase;
    margin-top:15px;
    margin-bottom: 10px;
}
span.headtag {
    margin-bottom: 15px;
    font-size: 0.85em;
    font-weight: bold;
    padding: 5px 10px;
    width: 960px;
    color: #FFF;
    background: #8AA292;
    float: left;
    text-transform: uppercase;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    behavior: url(css/PIE.htc);
    cursor: pointer;
}
span.headtag a {
    float: left;
    background-image: url('../images/collapse.gif');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 35px;
    height: 15px;
    display: block;
}
.content .all_products{    
    width: 980px;
    height: auto;
    overflow: hidden;
}
.content .all_products .product_box{
    float: left;
    height: auto;
    margin-bottom: 15px;
    margin-right: 40px;
    width: 211px;
}
.content .all_products .line {
    background-image: url("../images/compareDivide.png");
    background-repeat: repeat-y;
    display: block;
    float: left;
    margin-left: -25px;
    width: 1px;
}
/*.content .all_products .product_box:nth-child(5n+4) {
    margin-right: 0;
}*/
.content .all_products #fourth {
    margin-right: 0;
}
.content .all_products .product_box a{
    text-decoration: none;
}
.content .all_products .product_box a:hover{
    text-decoration: underline;
}
.content .all_products .product_box a .imgbox{
    width: 180px;
    height: 198px; /*200-2 border*/
    border: 1px solid #A6A6A6;
    background: #FFF;
    padding: 10px;
    text-align: center;
    position: relative;
}
.content .all_products .product_box a .imgbox img.productImg {
    /*width: 198px;*/
    max-width: 180px;
    height: 196px; /*200-2boxborder -10padding - 2imgborder*/
    border: 1px solid #FFF;
    /*float: left;*/
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.content .all_products .product_box a .imgbox img.rxLabel {
    margin: auto;
    max-width: 88px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.content .all_products .product_box p {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 0.80em;
    color: #666666;
}
.content .all_products .product_box p#title{
    font-weight: bold;
    color: #000000;
    height: 25px;
}
.content .all_products .product_box p#closeProd{
    color: #000000;
    font-weight: bold;
    height: 25px;
    margin-left: 188px;
    margin-top: -13px;
    width: 20px;
}
.content .all_products .product_box p#closeProd img {
    width: 16px;
    height: 16px;
    margin-top: 15px;
}
.content .all_products .product_box p#prices{
    font-weight: bold;
    color: #666666;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 0.70em;
}
.content .all_products .product_box p#prices span{
    color: #526c5a;
    margin-right: 5px;
}
.content .all_products .product_box p#Desc{
    height: 40px;
}
.content .all_products .product_box p#compare{
    float: left;
    font-weight: bold;
    height: 35px;
    line-height: 40px;
    margin-left: 40px;
    text-align: center;
}
/*.content .all_products .product_box p#compare .checkbox{
    margin-right: 5px;
}*/
.content .all_products .product_box p#compare span{
    color: #526C5A;
    margin-left: 5px;
}
.content .all_products .product_box p#prices span:last-child{
    margin: 0;
}
.btn a.clickable{
    display: block;
    width:180px;
    height: 21px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image:url('../images/shop-btn-strip.gif');
    background-repeat: repeat-x;
    text-align: center;
    text-decoration: none;
    float: right;
    color: #FFFFFF;
    font-family: arial;
    font-size: 0.74em;
    line-height: 21px;
    font-weight: bold;
    float: left;
    margin-top:10px;
    margin-left: 14px;
    box-shadow: 2px 2px 8px 2px #CCCCCC;
    -webkit-box-shadow: 2px 2px 16px #CCCCCC;
    -moz-box-shadow: 2px 2px 16px #CCCCCC;
    behavior: url(css/PIE.htc);
}
.btn a.btnAddSave{
    display: block;
    width: 100px;
    height: 21px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image:url('../images/shop-btn-strip.gif');
    background-repeat: repeat-x;
    text-align: center;
    text-decoration: none;
    float: right;
    color: #FFFFFF;
    font-family: arial;
    font-size: 0.74em;
    line-height: 21px;
    font-weight: bold;
    float: left;
    margin-top:10px;
    box-shadow: 2px 2px 8px 2px #CCCCCC;
    -webkit-box-shadow: 2px 2px 16px #CCCCCC;
    -moz-box-shadow: 2px 2px 16px #CCCCCC;
    behavior: url(css/PIE.htc);
}
.btn a.btnApplyRx {
    display: block;
    width: 208px;
    height: 21px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #457490;
    text-align: center;
    text-decoration: none;
    float: right;
    color: #FFFFFF;
    font-family: arial;
    font-size: 0.74em;
    line-height: 21px;
    font-weight: bold;
    float: left;
    margin-top:10px;
    box-shadow: 2px 2px 8px 2px #CCCCCC;
    -webkit-box-shadow: 2px 2px 16px #CCCCCC;
    -moz-box-shadow: 2px 2px 16px #CCCCCC;
    behavior: url(css/PIE.htc);
}
/*.btn a:last-child {
    margin-right: 0;
}*/
/*popup saved item*/
div#popupCartsavedCom {
    display: none;
    height: 800px;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 1200px;
    z-index: 1002;
    overflow: visible;
}
div#saveForPatientBox{
    width: 615px;
    height: auto;
    position: fixed;
    z-index: 999;
    margin-top: 150px;
    margin-left: 270px;
}
div#popupCartsavedCom .arrow{
    position: relative;
    width: 20px; 
    height: 29px;    
}
div#popupCartsavedCom .arrow img{
    position: relative;
    top: -5px;
    left: 215px;
    z-index: 100;
    cursor: pointer;
}
div#popupCartsavedCom .box{
    position: relative;
    width: 600px;
    min-height: 550px;
    height: auto;
    padding: 10px;    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 16px #CCCCCC;
    -webkit-box-shadow: 2px 2px 12px #CCCCCC;
    -moz-box-shadow: 2px 2px 12px #CCCCCC;   
    behavior: url(css/PIE.htc);
    background: #fff;
    float: left;
}
div#popupCartsavedCom .box span {
    padding: 0;
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
    height: 50px;
    float: left;
}
div#popupCartsavedCom .box input {
    width: 280px;
    height: 23px;
    padding-left: 5px;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(css/PIE.htc);
    font-size: 0.76em;
    margin-bottom: 5px;
}
div#popupCartsavedCom .box #patientNames {
    float: left;
    height: 350px;
    margin-top: 15px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 285px;
}
div#popupCartsavedCom .box #tagz {
    float: left;
    width: 290px;
}
div#popupCartsavedCom .box a.cartz{
    color: #526C5A;
    display: block;
    float: left;
    font-size: 0.8em;
    height: 17px;
    margin-bottom: 5px;
    text-decoration: none;
    width: 220px;
}
div#popupCartsavedCom .box a.cartz:hover {
    color: #00F;
    text-decoration: underline;
}
div#popupCartsavedCom .box span.itemNumber {
    color: #526c5a;
    float: left;
    font-size: 0.75em;
    height: 17px;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 40px;
}
div#popupCartsavedCom .box a.viewLists {
    background: url("../images/shop-btn-strip.gif");    
    background-repeat: repeat-x;    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;    
    color: #FFFFFF;    
    display: block;
    font-family: arial;
    font-size: 0.8em;
    height: 21px;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    width: 90px;
    box-shadow: 2px 2px 8px 2px #CCCCCC;
    -webkit-box-shadow: 2px 2px 8px 2px #CCCCCC;
    -moz-box-shadow: 2px 2px 8px 2px #CCCCCC;
    behavior: url(css/PIE.htc);
    float: left;
    margin-right: 15px;
}
div#popupCartsavedCom .box a.viewLists:last-child {
    margin-right: 0;
}
/* end save for later popup*/
#fullMsgBoxx {
    display: none;
    height: 600px;
    width: 1000px;
    padding: 20px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 899;
}
#messageBoxx {
    /*display: none;*/
    box-shadow: 2px 2px 8px 2px #CCC;
    -webkit-box-shadow: 2px 2px 16px #CCC;
    -moz-box-shadow: 2px 2px 16px #CCC;
    behavior: url(css/PIE.htc);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 180px;
    width: 400px;
    padding: 20px;
    position: fixed;
    left: 370px;
    top: 100px;
    background-color: #FFF;
    z-index: 999;
}
#messageBoxx #headerzPopup {
    behavior: url(css/PIE.htc);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #8AA292;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    height: 25px;
    padding: 10px;
    text-align: center;
    width: 380px;
}
#messageBoxx #result {
    margin-top: 10px;
    float: left;
    width: 380px;
}
#messageBoxx #result #addedItem{
    behavior: url(css/PIE.htc);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #8AA292;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    height: 29px;
    line-height: 28px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}
#messageBoxx #result #namezItem{
    color: #000000;
    float: left;
    font-size: 0.9em;
    line-height: 18px;
    width: 330px;
}
#messageBoxx #buttons {
    width: 400px;
    margin-top: 40px;
    float: left;
}
#messageBoxx #buttons a.btn{
    display: block;
    width:180px;
    height: 21px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image:url('../images/shop-btn-strip.gif');
    background-repeat: repeat-x;
    text-align: center;
    text-decoration: none;
    float: right;
    color: #FFFFFF;
    font-family: arial;
    font-size: 0.74em;
    line-height: 21px;
    font-weight: bold;
    float: left;
    margin-top:10px;
    margin-left: 7px;
    box-shadow: 2px 2px 8px 2px #CCCCCC;
    -webkit-box-shadow: 2px 2px 16px #CCCCCC;
    -moz-box-shadow: 2px 2px 16px #CCCCCC;
    behavior: url(css/PIE.htc);
}