.ui-content {
    padding: 0 2px;
}
a.sortItems {
    padding: 0.7em 0.3em;
    border: none;
    background-color: #CCC;
}
div#popupSort {
    background-color: #fff;
    height: 30em;
    width: 18em;
}
div#popupSort #sortHeader {
    height: 2em;
    background: #8AA292;
    color: #FFF;
    text-align: left;
}
div#popupSort #sortHeader h1 {
    line-height: 2em;
    text-align: left;
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 15px;
}
div#popupSort p.belowLines {
    font-size: 0.86em;
    margin: 1em 0;
    color: #000;
    margin-left: 15px;
    height: 2em;
    line-height: 1em;
	border-bottom: 1px solid #CCC;
	text-transform: capitalize;
}
div#popupSort  p.belowLines:last-child {
    border-bottom: none;
}
div#popupSort p a {
    color: #526C5A;
    text-decoration: none;
    float: left;
    width: 100%;
}
div#popupSort ul#mainMenu {
    z-index: 999;
}
div#popupSort ul#mainMenu li a {
    color: #526c5a;
    text-decoration: none;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 0.9em;
}
div.productDetails {
    /*position: relative;*/
    margin-top: 2.1em;
}
div.productDetails div.productsDisplay {
    height: 24.3em;
    border: 1px solid #CCC;
    width: 49.2%;
    float: left;
    background-color: #FFF;
}
div.productDetails div.productsDisplay div.productImageBox {
    background: none repeat scroll 0 0 #FFF;
    /*border: 1px solid #a6a6a6;*/
    height: 9.1em;
    margin: auto;
    position: relative;
    text-align: center;
    width: 90%;
    margin-top: 10px;
}
div.productDetails div.productsDisplay div.productImageBox img.productImage {
    border: 1px solid #ccc;
    bottom: 0;
    height: 8em;
    left: 0;
    margin: auto;
    max-width: 90%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
}
div.productDetails div.productsDisplay div.productImageBox img.rxLabel {
    left: 5em;
    margin: auto;
    max-width: 3.5em;
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 9;
}
div.productDetails div.productDesc {
    height: 6.5em;
    min-height: 6.5em;
    overflow: hidden;
    margin: auto;
    width: 90%;
    padding: 0;
    margin-top: 2px;
}
div.productDetails div.productDesc span.descHeader {
    font-size: 0.73em;
    font-weight: bold;
    color: #526c5a;
    text-transform: capitalize;
    width: 100%;
    float: left;
    margin-bottom: 0.5em;
    height: 3em;
    overflow: hidden;
}
div.productDetails div.productDesc span.descDetails {
    font-size: 0.7em;
    color: #000;
    width: 100%;
    float: left;
    line-height: 15px;
}
div.productDetails div.productPrices {
    height: 4em;
    min-height: 4em;
    overflow: hidden;
    margin: auto;
    width: 90%;
    padding: 0;
}
div.productDetails div.productPrices p {
    margin: 0;
}
div.productDetails div.productPrices p span.txtPrice {
    color: #000;
    font-size: 0.7em;
    font-weight: bold;
}
div.productDetails div.productPrices p span.txtPriceValue {
    color: #F00;
    font-size: 0.7em;
    font-weight: bold;
}
div.productDetails ul#ListAll {
    overflow-y: scroll;
    height: 29em;
}
div.productDetails ul#ListAll li a {
    color: #526c5a;
    text-decoration: none;
    font-weight: normal;
    text-transform: capitalize;
}

div.productDetails div.productCartOperations {
    height: 3em;
    margin: auto;
    width: 90%;
}
div.productDetails div.productCartOperations a.btnBackColor {
    background-color: #8aa292;
    border-radius: 4px;
    color: #fff;
    font-size: 0.86em;
    font-weight: normal;
}
