.product-catname {
font-size: 22px;
color: #4B4545;
line-height: 24px;
border-bottom: 2px solid #787474;
margin: 0 0 15px 3px;
padding: 20px 0 0 0;
text-transform: capitalize;
}

ul.products img {
    max-width: 100%!important;
}

.productcatdes {
float:left;
width:95%;
margin:0 0 10px 1%;
}


.producttable {
float:left;
width:100%;
-moz-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
}



.producttable td{
    vertical-align: top;
	padding:5px;
}

.product-title a{
float:left;
width:100%;
font-size:18px;
text-decoration:none;
font-weight:bold;
padding:10px 0 10px 0;
color:#002e69;
}

.product-title a:hover{
color:#5ec1fc;
}

.product-excerpt {
float:left;
width:100%;
}


.productmoretag a{
float: left;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
display: block;
padding: 3px 5px;
font-size: 12pt;
font-weight: 300;
color: #A1C7D0;
text-decoration: none;
}

.productmoretag a:hover {
text-decoration: none;
color: #fff;
text-decoration: none;
}


.producttable .spacer{
float:left;
width:100%;
height:20px;
}

.productcategoryholder {
float:left;
width:100%;
margin:0 0 20px 0;
-moz-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
}

.productholder {
float:left;
width:210px;
margin:0 0 0 20px;
text-align:center;
}

.productmoreholder {
float:left;
width:100%;
margin:5px 0 15px 0 ;
}


.productgridimage {
float:left;
width:100%;
margin:10px 0 0 0 ;
}





ul.products {
float:left;
width:100%;
margin:0 0 20px 0 ;
-moz-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
}

ul h4 {
float:left;
width:100%;
margin:10px 0 0 0 ;
}
.product-catname {
    display: none;
}

ul.products li {
border: 1px solid #A1C7D0;
height: 100%;
width: 225px;
display: inline-block;
text-align: left;
list-style: none;
margin: 10px 10px 10px 10px;
vertical-align: top;
font-size: 11pt;
padding: 10px 10px 0px 10px;
}

@media only screen and (max-width:920px) {
    ul.products li {width: 70%; height: 100%;}
    ul.products {margin-left: 10%;}
    ul p {padding-top: 10%;}
}


ul p {	

text-decoration: none;
padding-top: 30%;
font-size:11pt;
line-height:13pt;
height: 60px;
}

@media only screen and (max-width:920px) {

    ul p {padding-top: 10%;
    	height: 100%;}
}