/* Unchanged */
@charset "UTF-8";
/* CSS Document */

.colomn1 {
	padding: 1px;
	float: left;
	width: 15px;
	position: relative;
}
.colomn2 {
	float: left;
	width: 200px;
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.colomn3 {
	padding: 5px;
	float: left;
	width: 50px;
	position: relative;
}
.colomn4 {
	float: left;
	width: 60px;
	position: relative;
}
#productswrap {
	float: left;
	position: relative;
	width: 400px;
}
