*{ /* Resetting the default styles of the page */ margin:0; padding:0; } body{ } .flip-row{ margin:0; width:964px; } .first { margin-left:1px !important; } .last { margin-right:1px !important; } .company{ width:150px; height:195px; float:left; margin:0 9px 5px 0; border:1px solid #cccccc; /* Giving the company div a relative positioning: */ position:relative; cursor:pointer; } .company-image{ /* The company-image div will be positioned absolutely with respect to its parent .company div and fill it in entirely */ position:absolute; left:0; top:0; width:150px; height:195px; background:#f9f9f9; border:1px solid #cccccc; } .company-data{ /* Hiding the .company-data div */ display:none; background:#f9f9f9; } .description{ position:absolute; font-size:11px; font-family:Arial, Helvetica, sans-serif; padding:5px 10px; } /* div.advertising { background:#ff261d !important; } div.consumer-products { background:#f33cc8 !important; } div.education { background:#ff7c42 !important; } div.entertainment { background:#7c000d !important; } div.food { background:#b92790 !important; } div.health { background:#ccfc66 !important; } div.it-services { background:#a588e1 !important; } div.retail { background:#6133ff !important; } div.software { background:#00acff !important; } */ .description p a{ font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#ffffff; line-height:15px; text-decoration:none; } .description p a:hover{ font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#ffffff; line-height:15px; text-decoration:underline; } .company-name { color:#eace14; font-weight:bold; } .sponsorURL{ font-size:10px; font-weight:bold; padding-left:20px; } div.product-image img.uturn { position: absolute; bottom:0; right:0; } .clear{ /* This class clears the floats */ clear:both; } p.industry-text { margin:0 !important; font-family:Arial, Helvetica, sans-serif; font-size:13px; width:964px; color:#111111; } ul.industries { padding: 0; margin:0 0 20px; list-style-type:none; font-family:Arial, Helvetica, sans-serif; font-size:13px; width:964px; color:#111111; border-bottom:1px solid #cccccc; height:25px; } ul.industries li { float:left; margin:0 16px 0 0; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#111111; } ul.industries li img { margin:0 4px 0 0; }