#product2 {
	position: relative;
	display: block;
	clear: both;
	margin: 3px auto;
	width: 620px;
	border: 0px solid red;
	overflow: hidden;
	text-align: left;
}

#product2 .topTitle {
	position: relative;
	display: block;
	float: left;
	width: 620px;
	border: 0px solid white;
	padding: 0px;
	margin-bottom: 5px;
}

#product2 .topcont {
	position: relative;
	display: block;
	float: left;
	width: 618px;
	height: 205px;
	border: 1px solid #2ca948;
	overflow: hidden;
}

#product2 .leftcont {
	position: relative;
	display: block;
	float: left;
	width: 250px;
	border: 0px solid red;
}

#product2 .rightcont {
	position: relative;
	display: block;
	float: left;
	width: 365px;
	margin-left: 3px;
	border: 0px solid red;
}

#product2 .topTitle h2 {
	position: relative;
	display: block;
	width: 500px;	
	font: bold 18px Arial;
	color: #24a63f;
	border: 0px dashed white;
}

#product2 .topTitle .model {
	position: relative;
	display: block;
	float: left;
	font: bold 13px Arial;
	color: #353535;
	border: 0px dashed white;
	margin-top: 3px;
}

#product2 .topTitle .addToTrolley {
	position: relative;
	display: block;
	float: right;
	width: 114px;
	height: 30px;
	border: 0px dashed white;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#product2 .leftcont .btnselect {
	position: relative;
	display: block;
}

#product2 .leftcont .smallImages {
	position: relative;
	display: block;
	margin-top: 3px;
	width: 250px;
	border: 0px solid red;
}

#product2 .leftcont .smallImg {
	position: relative;
	float: left;
	margin: 3px;
	width: 74px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #31ab4c;
}

#product2 .rightcont .description {
	position: relative;
	display: block;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #31ab4c;
	font: normal 12px Arial;
	color: #000000;
	padding: 5px;
	overflow: hidden;
	text-align: justify;
}


#product2 .rightcont .description li {
	background: transparent url("img/dot_green.jpg") no-repeat 0 5px;
	padding-left: 17px;
	list-style: none;
	list-style-position: outside;
	border: 0px solid red;
	line-height: 18px;
}

#product2 .rightcont .icons {
	position: relative;
	display: block;
	width: 363px;
	margin-top: 5px;
	overflow: hidden;
	border-bottom: 1px solid #31ab4c;
	padding: 0px;
}

#product2 .rightcont .icons .icoItem {
	position: relative;
	display: block;
	float: left;
	width: 177px;
	height: 30px;
	margin: 0px;
	margin-right: 3px;
	margin-bottom: 5px;
	border: 0px solid red;
	overflow: hidden;
}


#product2 .rightcont .icons .icoItem .ico {
	position: relative;
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	border: 0px solid red;
}

#product2 .rightcont .icons .icoItem .text {
	position: relative;
	display: block;
	float: left;
	height: 30px;
	width: 140px;
	color: #25a53f;
}


#product2 .basket {
	position: relative;
	display: block;
	width: 363px;
	height: 125px;
	border: 1px solid #31ab4c;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;	
}

#product2 .basket .safe{
	position: absolute;
	left: 0px;
	top: 8px;
}

#product2 .basket .addToTrolley2 {
	position: absolute;
	display: block;
	right: 0px;
	bottom: 3px;
	width: 193px;
	height: 51px;
}

#product2 .basket .quantity {
	position: absolute;
	left: 162px;
	top: 5px;
	border: 0px solid red;
	font: normal 12px Arial;
	color: #000000;
	text-align: center;
	line-height: 25px;
}
