206 x 60 - je_product image

160 x - je details 

original:

/*
Theme Name: Eddicted
Theme URI: http://www.eddicted.co.uk/cs/wp-content/themes/Eddicted
Author: Justin Edwards
Author URI: http://www.justin-edwards.co.uk/
Description: A simple theme derived directly from http://www.eddicted.co.uk/ as at 20th July 2014
Version: 1.0
*/

/* page  divs*/

#wrapper_page {
    min-width: 800px;
	max-width: 1400px;
    border: 1px solid black;
    overflow: hidden; /* add this to contain floated children */
}
#first {
    width: 49%;
    height: 400px;
    float:left; /* add this */
    border: 0px solid red;
}
#second {
    width: 49%;
    border: 0px solid green;
    float: left; /* add this */
}


div.je_product_list {

}

div.je_product {
}

div.je_product_top {
	height:10px;
}

div.je_product_image {
	width: 106px;
	max-height: 106px;
	float: left;
}

div.je_product_image img {
	width:100px;
	margin-top:1.2em;
}

div.je_product_details {
	float:left;
	width:400px;
}

div.je_product_title {
	color: #ab0f0f;
}

div.je_product_desc {
	margin-top:0.2em;
}

div.je_product_summary {
	float:right;
	width:95px;
	padding-left:5px;
}

div.je_product_price {
}

div.je_product_link {
	margin-top:0.2em;
}

div.je_product_link a, div.je_product_link a:visited {
	font-size:0.9em;
	color: #ab0f0f;
}

div.je_product_link a:hover {
	color: #25769D;
}


div.je_product_bottom {
	clear:both;
}