body {
    background-color:#e0e0e0;
    margin-top:0px;
    padding:2px;
    font-family:arial;
}
a {
    color:white;
    text-decoration: none;
}
.main-content-holder {
    width: 1000px;
    margin-left:auto;
    margin-right: auto;
    margin-top:-2px;
    padding: 20px 10px;
    background:white;
    border:1px solid #ddd;
    border-radius:5px;
    box-shadow: 2px 2px 3px 2px #ccc;
    min-height:600px;
}
.title-header {
    padding: 0px 10px 0px 10px;
    height:80px;
}
.title-buttons {
    float:right;
    margin-right:60px;
}
.rnd-button {
    margin:0px;
    margin-left:10px;
    padding:5px 10px;
    color:white;
    float:left;
    font-size:18px;
    background:#aaa;
    border-radius:5px;
    list-style-type:none;
    list-style-image:none;
/*    box-shadow: 2px 2px 3px 2px #ccc;*/
    height:32px;
}
.rnd-button a {
    text-decoration: none;
    color:white;
}
.button-footer {
    font-size: 10px;
    float:right;
    clear:left;
}
#hdr-comparison {
    width:380px;
    background-color:gray;
    font-size:16px;
}
#hdr-addon, #hdr-houseapp {
    width: 120px;
    font-weight: bold;
    font-size:14px;
}
.hover-button:hover {
    background:gray;
}
.search-header {
    margin:0px;
    padding:10px 20px;
    color:white;/*#1F527B;;*/
    font-size:18px;
    float:left;
    background:#dcdcdc;
    border-radius:5px;
    list-style-type:none;
    list-style-image:none;
    height:20px;
    z-index:999;
    border:1px solid #ccc;
    /*position:relative;*/
/*    box-shadow: 2px 2px 3px 2px #ccc;*/
}
#search-bar {
    width:330px;
    padding-top:7px;
    padding-bottom:13px;
    height:32px;
    margin-right:20px;
    float:left;
}
.search-box {
    border-radius:5px;
    padding:0px;
    margin-left:5px;
}
#goblin-suggest {
    padding-left:20px;
    height:30px;
    color:#3b3b3b;
    width:280px;
    position:relative;
}
#search-button {
    left:3px;
    top: 0px;
    position:relative;
}
.spacer {
    clear:both;
    padding-top:15px;
}
#latest-body, .product-body {
    margin:auto;
    border-radius:5px;
    box-shadow: 2px 2px 3px 2px #ccc;
    border:1px solid #ddd;
/*    margin-left:-12px;*/
}
.product-body-pp {
    margin:0px 0px 20px 80px;
    border-radius:5px;
    box-shadow: 2px 2px 3px 2px #ccc;
    border:1px solid #ddd;
    width:850px;
}


.product-body {
    width:850px;
}


#latest-body {
    width:740px;
    margin-top:35px;
    height:400px;
}


#latest-holder {
    padding-left:195px;
    padding-top:0px;
    z-index:0;
}

.product-info-block {
    width:700px;
    margin:auto;
}
.product-info-block-slides {
    width:700px;
    margin:40px 0px 0px 20px;
/*    margin:auto;*/
}

#slides {
/*    height:520px;*/
    height:300px;
}

.slides_container {
    height:420px;
}

.product-title-home {
    font-size:24px;
    color:#3b3b3b;
    padding:15px 0px 0px 15px;
    font-weight: normal;
    margin:0px;
/*    text-overflow:ellipsis;*/
/*    white-space:nowrap;*/
    overflow:hidden;
    max-height:60px;
    width:710px;
    margin-top:30px;
}
.product-title-home a {
    color:#3b3b3b;
}

.product-title {
    font-size:24px;
    color:black;
    padding:15px 0px 0px 15px;
    font-weight: normal;
    margin:0px;
/*    text-overflow:ellipsis;*/
/*    white-space:nowrap;*/
    overflow:hidden;
    max-height:60px;
    width:710px;
    margin-top:5px;
}
.product-title a {
    color:#3b3b3b;
}
.product-image {
    width:220px;
    float:left;
}
.product-image a:hover {
    cursor:pointer;
}
.product-retailer a:hover {
    cursor:pointer;
}
.product-price {
    width:220px;
    padding-top:20px;
    font-size:18px;
    margin-top:0px;
    float:right;
}
.product-retailer {
    padding-top:20px;
    width:220px;
    margin:0px;
    margin-top:0px;
    float:left;
    color:#bbb;
}
.product-price span, .product-retailer h4  {
    font-size: 40px;
    color : #3b3b3b;
    margin:0px;
    font-weight:normal;
}
.product-retailer a {
    color:#4c4c4c;
}
.product-retailer div {
    padding-top:10px;
    color:#3b3b3b;
    font-size:12px;
}
.availability {
    
    border-radius:5px;
    width:150px;
    padding:8px;
    text-align:center;
/*    border: 1px solid #bbb;*/
    font-size:16px;
    background:gray;
    color:white;
    
/*    background: #26c824;  Old browsers 
    background: -moz-linear-gradient(top,  #26c824 0%, #158517 49%, #1a901a 50%, #14661b 100%);  FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26c824), color-stop(49%,#158517), color-stop(50%,#1a901a), color-stop(100%,#14661b));  Chrome,Safari4+ 
    background: -webkit-linear-gradient(top,  #26c824 0%,#158517 49%,#1a901a 50%,#14661b 100%);  Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top,  #26c824 0%,#158517 49%,#1a901a 50%,#14661b 100%);  Opera 11.10+ 
    background: -ms-linear-gradient(top,  #26c824 0%,#158517 49%,#1a901a 50%,#14661b 100%);  IE10+ 
    background: linear-gradient(top,  #26c824 0%,#158517 49%,#1a901a 50%,#14661b 100%);  W3C 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26c824', endColorstr='#14661b',GradientType=0 );  IE6-9 */
}
.availability span {
    background: url('http://www.pricegoblin.co.uk/sitemap/arrow-grey.png') no-repeat;
    float:right;
    margin-top:3px;
    width:12px;
}
.average-price-holder {
    margin-top:10px;
}
.availability:hover  {
/*    margin-top:10px;
    border-radius:5px;
    width:150px;
    padding:8px;
    text-align:center;*/
    background: #75c25a; /* Old browsers */
    cursor:pointer;
/*    margin-top:10px;*/
    border-radius:5px;
    width:150px;
    padding:8px;
}

.product-title a:hover {
    cursor:pointer;
}
.wassave {
    width:300px;
    height:30px;
    margin-top:10px;
    margin-bottom:30px;
}
.save {
    color:#C58AB8;
    font-size:12px;
}
.was {
    
    color:gray;
    font-size:12px;
    
/*    border-radius:5px;
    width:150px;
    padding:8px;
    text-align:center;*/
/*    background: #cc4e24;  Old browsers 
    background: -moz-linear-gradient(top,  #cc4e24 0%, #873515 49%, #913a1b 50%, #683214 100%);  FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc4e24), color-stop(49%,#873515), color-stop(50%,#913a1b), color-stop(100%,#683214));  Chrome,Safari4+ 
    background: -webkit-linear-gradient(top,  #cc4e24 0%,#873515 49%,#913a1b 50%,#683214 100%);  Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top,  #cc4e24 0%,#873515 49%,#913a1b 50%,#683214 100%);  Opera 11.10+ 
    background: -ms-linear-gradient(top,  #cc4e24 0%,#873515 49%,#913a1b 50%,#683214 100%);  IE10+ 
    background: linear-gradient(top,  #cc4e24 0%,#873515 49%,#913a1b 50%,#683214 100%);  W3C 
    background:darkred;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc4e24', endColorstr='#683214',GradientType=0 );  IE6-9 */
}


.was a:hover {
    color:white;
    margin-top:10px;
    border-radius:5px;
    width:150px;
    padding:8px;
    text-align:center;
    background:darkred;
    cursor:pointer;
}

#sort-pages {
    float:left;
}
#offer-header, #deals-header {
    border-radius:5px;
    background:#dcdcdc;
    width:810px;
    font-size:18px;
    padding: 10px 10px 10px 30px;
    margin:20px 0px 0px 80px;
/*    margin-top:20px;*/
    color:gray;
    box-shadow: 2px 2px 3px 2px #ccc;
}
#deals-header {
    margin-left: 20px;
    width:925px;
}
#product-offers {
    width:850px;
    margin:20px 0px 0px 80px;
/*    margin-top:20px;*/
}
.offer-body {
    border-bottom: 1px solid #cccccc;
    margin:auto;
    padding:20px 20px 0px 20px;;
/*    width:780px;*/
    
    font-size:40px;
    color:black;
    background:white;
}
.offer-body:hover {
    background:#eee;
}
.offer-body img {
    vertical-align:middle
}
.offer-seller {
    padding-left:10px;
    width:300px;
    display:inline-block;
    color:#3b3b3b;
    
}
.offer-price {
    text-align:right;
    width:200px;
    display:inline-block;
    color:#3b3b3b;
}
.offer-link {
/*    border-radius:5px;
    background:#aaa;*/
    display:inline-block;
    float:right;
    margin-top:20px;
/*    font-size:18px;
    padding:5px;
    float:right;
    margin-top:21px;
    color:white;*/
}
/*.offer-link:hover {
    background:gray;
}*/
.share, #footer {
    margin-top:12px;
    margin-left:20px;
    height:24px;
    clear:both;
}
.share {
    margin-bottom:20px;
}
#footer {
    margin:auto;
    width: 850px;
    color:black;
    height:32px;
    font-size:12px;
    padding-top:50px;
}
#footer a {
    color: #5B6AB1;
}
#device {
    float:left;
    margin-right:60px;
    padding-top:0px;
}
#device a {
    width: 32px;
    height:32px;
}
#information {
    padding-top:9px;
    float:left;
}
.simple {
    display: inline;
    margin: 0;
    padding: 0;
}
.simple li {
    display: inline;
    list-style: none outside none;
    padding-left: 1em;
}
#account {
    float:right;
    padding-top:9px;
    width:15em;
}
#legal {
    clear:both;
    margin-top:10px;
    margin-right:-70px;
    float:right;
    color: gray;
    font-size: 10px;
    padding: 30px 0;
    text-align: right;
}
.fb-like, .twitter, .google, .pinterest, .emailme {
    float:left;
}
.emailme a {
    color: black;
    font-size:14px;
    background: url("//static.pricegoblin.co.uk/icon/message/") no-repeat scroll 0 0 transparent;
    padding-left: 18px;
    margin-left:20px;
    float:left;
}
#menu {
    float:left;
    padding:0px 20px;
   
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    cursor:pointer;
}

#menu h2 {
    margin:0px;
    padding:10px 20px;
    color:white;/*#1F527B;;*/
    font-size:18px;
    background:#C58AB8;
    border-radius:5px;
    list-style-type:none;
    list-style-image:none;
    height:20px;
    z-index:999;
    /*position:relative;*/
    box-shadow: 2px 2px 3px 2px #ccc;
/*    background: url('http://www.pricegoblin.co.uk/sitemap/arrow-down.png') no-repeat  scroll 210px 50% transparent;;*/
}
#menu li {
    position: relative;
}
#menu ul ul {
    box-shadow: 2px 2px 3px 2px #ccc;
    background-color:white;
    position:absolute;
    width:100%;
}
#menu ul li h3 {
    margin: 0px;
    padding: 10px 15px 10px 15px;
    color: gray;
    font-size: 14px;
    border-bottom: solid 1px #DDD;
    font-weight: normal;
}
#menu ul li h3:hover {
    color:#C58AB8;
}

#menu ul li h3 span {
    width:10px;
    float:right;
    background: url('http://www.pricegoblin.co.uk/sitemap/arrow-grey.png') no-repeat scroll left 3px transparent;
}

#menu ul li:hover {
    background:#eeeeee;
}
#menu ul li ul li ul li:hover {
    background: white;
}
#menu ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 490px;
    border :solid 1px lightgray;
}
div#menu ul ul ul, div#menu ul ul {
    left:-2000px;	/* make it appear off screen - should use display:none but need to have visible for masonry */
    z-index:100;
}
div#menu > ul > li:hover > ul {
    left:0px;	/* make it appear in line with parent * - should use display:block */
}
div#menu ul li:hover ul li:hover ul {
    left:100%;	/* make it appear 100% to left of parent * - should use display:block */
}
.menu-entry {
    float:left;
    width:140px;
}
.categories {
/*    width:350px;*/
/*    padding:0px 20px 10px 20px;*/
    overflow:hidden;
    border-radius:5px;
}
.category-group {
    width:150px;
    overflow:hidden;
    float:left;
    margin:10px 0px 0px 0px;
/*    padding:10px 0px 0px 10px;*/
}

.category-group h4 {
    font-size:12px;
    color:gray;
    margin:0px;
}
.category-group a {
    color:gray;
    font-size:12px;
}
.category-group a:hover {
    background:gray;
    color:white;
}
.category-header {
    font-weight: bold;
}
.ui-autocomplete li {
    font-size:12px;
}
.deals-body {
    margin-left:20px;
}
.deal-small {
    width:295px;
    border-radius:10px;
    box-shadow: 2px 2px 3px 2px #ccc;
    float:left;
    margin:10px 10px 0px 0px;
    padding:10px;
}
.deal-title {
    font-size:14px;
    font-weight:normal;
    width:295px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin:0px;
    min-height: 25px;
}
.deal-details {
    float:left;
    width:190px;
    padding-top:10px;
}
.deal-image {
    padding-top:20px;
    padding-bottom:10px;
    width:100px;
    float:left;
}
.deal-info-block {
    width:290px;
    font-size:18px;
    margin:auto;
}
.deal-details .was {
    width:120px;
    font-size:12px;
    text-align:center;
    margin:auto;
}
.deal-details div {
    text-align:center;
    margin:7px 0px;
}
.deal-retailer {
    color:gray;
}
#search-body {
    width:780px;
    margin-left:10px;
    float:right;
}
#pagination-header {
    border-radius:5px 5px 0px 0px;
    background-color:gray;
    color:white;;
    padding:10px;
    font-size:16px;
}
#pagination-pages {
    width:230px;
    float:right;
}
#sort-header {
    background-color:lightgray;
    color:white;
    padding:5px 10px;
    font-size:18px;
    min-height:24px;
}
#sort-form {
    float:right;
}
.page-marker {
    float:left;
    padding-right:5px;
    border:1px solid white;
    margin-left:2px;
    padding-left:3px;
    background:#eeeeee;
}
.page-marker a {
    color:gray;
}
.page-marker a:hover {
    color:darkred;
}
.deal-marker {
    float:left;
    border-radius:5px;
    margin-right:5px;
    padding:0px 5px;
    background:white;
}
.deal-marker a {
    color: gray;
}
#loading {
    display:none;
    font-size:14px;
    color:gray;
    padding-top:3px;
    margin-left:10px;
}
#loading img {
    padding-right:10px;
    float:left;
    margin-left:10px;
}
#search-body .product-body {
    width:auto;
    margin-top:10px;
}
#search-body .product-title {
    width:750px;
    max-height: 60px;
    overflow:hidden;
}

.left-hand {
    float:left;
    width:190px;
}
.search-filters {
    float:left;
    width:185px;
    margin-left:20px;
    border-radius:5px;
    box-shadow:2px 2px 3px 2px #ccc;
    color:grey;
    font-size:12px;
    border:1px solid #ccc;
    margin-bottom:10px;
    background:white;
}
.search-filters a {
    color:gray;
}
#refine-header {
    font-size:14px;
    padding:10px 10px 0px 10px;
    
    width:100%;
    color:#3b3b3b;
}
#sideform {
    padding:10px 10px 5px 10px;
}
#selected-filters, .filter-selection {
    display:none;
}

.side-header a:hover {
    text-decoration:underline;
}
.filter-count {
    background-color:darkred;
    font-size:8px;
    border-radius:2px;
    color:white;
    padding:2px;
}
.filter-choice {
    margin-left:5px;
    display: table;
    margin-top:5px;
}
.filter-choice div {
    color:black;
    display:table-cell;
    vertical-align:middle;
}
.filter-value {
    padding-top:0px;
    padding-right:5px;
    display:inline !important;
    font-size:12px;
    color:#3b3b3b;
}

.subcats {
    
}

.subcat-header {
    padding:10px 5px 0px 10px;
    display:inline !important;
    font-size:14px;
    float:left;
    margin-bottom:10px;
    width:100%;
    color:#3b3b3b;
}

.subcat {
    padding-top:0px;
    padding-right:5px;
    display:inline !important;
    font-size:12px;
    float:left;
    width:100%;
    margin-bottom:10px;
    margin-left:10px;
}
.subcat a:hover {
    text-decoration: underline;
}
.side-header {
    padding-top:10px;
    font-size:12px;
    
}
.clear-filter a, .clear-filter-all a  {
    margin: 3px 2px;
    padding: 2px 2px 2px 16px;
    width: 120px;
    display:block;
    font-size: 12px;
    color: black;
    background-color: #DDD;
    border-radius: 3px;
    border: 1px solid gray;
}
.clear-filter a:hover, .clear-filter-all a:hover {
    color:white;
    background-color:darkred;
}
.pinterest {
    display:block;
}

.suggest-holder {
    float:right;
    width:200px;
    border-bottom:1px solid #ddd;
}

.suggest-name {
    width:200px;
    
}
#menu-bar {
    margin-top:-20px;
}
.suggest-price {
    color:#3b3b3b;
    font-size:12px;
    font-weight:bold;
/*    margin-left:10px;
    float:right;
    margin-right:50px;*/
}
.suggest-was-price {
    color:gray;
    font-size:12px;
    margin-top:10px;
    
}

.suggest-save-price {
    color:darkred;
    font-size:12px;
    margin-top:10px;
    
}

.small-was {
    
    color:gray;
    margin-top:10px;
    border-radius:5px;
    width:150px;
    padding:8px;
    text-align:center;
/*    background: #cc4e24;  Old browsers 
    background: -moz-linear-gradient(top,  #cc4e24 0%, #873515 49%, #913a1b 50%, #683214 100%);  FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc4e24), color-stop(49%,#873515), color-stop(50%,#913a1b), color-stop(100%,#683214));  Chrome,Safari4+ 
    background: -webkit-linear-gradient(top,  #cc4e24 0%,#873515 49%,#913a1b 50%,#683214 100%);  Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top,  #cc4e24 0%,#873515 49%,#913a1b 50%,#683214 100%);  Opera 11.10+ 
    background: -ms-linear-gradient(top,  #cc4e24 0%,#873515 49%,#913a1b 50%,#683214 100%);  IE10+ 
    background: linear-gradient(top,  #cc4e24 0%,#873515 49%,#913a1b 50%,#683214 100%);  W3C 
    background:gray;*/
    background:#bbbbbb;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc4e24', endColorstr='#683214',GradientType=0 ); /* IE6-9 */
}
    

.suggest-explore {
    float:left;
    margin-left:200px;
    
}

#next {
    float:right;
    margin-top:10px;
}

.popular-product-holder {
    border-radius:5px 5px 5px 5px;
    box-shadow:2px 2px 2px 2px #cccccc;
    padding:5px;
    margin:5px 10px 5px 10px;
/*    width:170px;*/
}
.popular-products {
    float:right;
    width:280px;
    color:black;
    margin-top:0px;
    height:600px;
}
.popular-products-cat {
    float:right;
    width:180px;
    color:black;
    margin-top:0px;
    height:600px;
    display:none;
}
.popular-product-price {
    color:#4c4c4c;
    font-size:12px;
    
}
.popular-product-price-seller {
    margin-top:30px;
    float:right;
    color:gray;
    font-size:12px;
}
.popular-header {
    color:black;
    font-size:12px;
    margin-left:10px;
    color:#3c3c3c;
    text-decoration:underline;
}
.popular-product-image {
    width:100px;
}

.popular-product-name {
    color:#3b3b3b;
    font-size:12px;
}
.category-name{
    float:left;
    width:90%;
    border-bottom:1px solid #ccc;
    padding: 5px 10px 5px 10px;
    height:27px;
     color:#3b3b3b;
}
.category-name:hover {
    color:#75c25a;;
    background:#eee;
}
.category-name a {
    font-size:14px;
    color:#3b3b3b;
    
}

#departments li:hover {
    color:darkred;
}
#film-and-tv-holder div ul  {
    margin-top:-444px;
}
#music-holder div ul  {
    margin-top:-407px;
}
#books-holder div ul  {
    margin-top:-370px;
}
#games-holder div ul  {
    margin-top:-333px;
}
#office-holder div ul  {
    margin-top:-296px;
}
#accessories-holder div ul  {
    margin-top:-259px;
}
#fashion-holder div ul  {
    margin-top:-222px;
}
#home-and-garden-holder div ul  {
    margin-top:-185px;
}
#small-appliances-holder div ul  {
    margin-top:-148px;
}
#appliances-holder div ul  {
    margin-top:-111px;
}
#audio-and-visual-holder div ul  {
    margin-top:-74px;
}
#components-holder div ul  {
    margin-top:-37px;
}

.addon-banner {
    margin-top:-112px;
    float:right;
    margin-right:0px;
    cursor:pointer;
    
}

.addon-banner a{
    cursor:pointer;
}

.no-search-results {
    margin:50px 0px 400px 50px;
    
}

.tagline  {
    margin-top:-5px;
    float:left;
    font-size:12px;
    color:#c58ab8;
    margin-left:20px;
    font-style:italic;
    width:100%;
    margin-bottom:20px;
}

.tagline2 {
    color:gray;
    font-style:italic;
}

.bc-part a {
    margin-top:20px;
    color:white;
    font-size:14px;
    background: url('http://www.pricegoblin.co.uk/sitemap/arrow-grey.png') no-repeat;
    padding:0px 20px 0px 20px;
}

.bc-part a:hover {
    text-decoration:underline;
}

#menu-bar-breadcrumb {
    margin-top:0px;
    float:left;
    padding:10px;
    width:760px;
    margin-left:-10px;
    background:#C58AB8;
}

.category-name span{
    width:10px;
    float:right;
    background: url('http://www.pricegoblin.co.uk/sitemap/arrow-grey.png') no-repeat scroll left 3px transparent;
}

.number-views {
    color:gray;
    padding-left:18px;
}
.number-offers {
    color:gray;
    padding-left:18px;
}
.is-popular {
    color:gray;
    padding-left:18px;
    background:url('http://static.pricegoblin.co.uk/icon/tick/') no-repeat;
}
.is-trusted {
    color:gray;
    padding-left:18px;
    background:url('http://static.pricegoblin.co.uk/icon/tick/') no-repeat;
}
.is-good-price {
    color:gray;
    padding-left:18px;
    background:url('http://static.pricegoblin.co.uk/icon/tick/') no-repeat;
}
      
.morelikethis {
    width:95px;
    margin-top:0px;
    color:gray;
    padding-left:18px;
    font-size:12px;
}

.morelikethis span {
    margin-top:-2px;
    width:10px;
    float:right;
    background: url('http://www.pricegoblin.co.uk/sitemap/arrow-grey.png') no-repeat scroll left 3px transparent;
} 

.morelikethis:hover {
    cursor:pointer;
    color:#C58AB8;
}

.morelikethisclose {
    display:none;
    color:darkred;
}


.morelikethis-holder {
    display:none;
    width:800px;
    margin-left:-100px;
}

.morelikethis-product-holder {
    border-radius:5px 5px 5px 5px;
    box-shadow:2px 2px 2px 2px #cccccc;
    padding:5px;
    margin:5px 10px 5px 10px;
    width:130px;
    height:150px;
    float:left;
/*    width:170px;*/
}

.morelikethis-product-price {
    color:#4c4c4c;
    font-size:12px;
    
}
.morelikethis-product-price-seller {
    margin-top:5px;
    color:gray;
    font-size:12px;
}
.morelikethis-header {
    color:black;
    font-size:12px;
    margin-left:10px;
    color:#3c3c3c;
    text-decoration:underline;
}
.morelikethis-product-image {
    width:100px;
}

.morelikethis-product-name {
    color:#3b3b3b;
    font-size:12px;
}

.headline-cats {
    width:100%;
    float:left;
}

.headline-prod {
    float:left;
    width:220px;
    height:100px;
    border:5px solid #ddd;
    margin:5px;
}
.headline-prod:hover {
    border:5px solid #4C4C4C;
    cursor:pointer;

}
.headline-prod-text {
    width:100px;
    height:100px;
    float:right;
    margin-top:30px;
    font-size:12px;
    color:#4C4C4C;
}