.oneColumn {
	padding: 10px;
    margin-bottom: 5px;
}

ul.oneColumnShort {
	padding: 0px;
}

.oneColumn .middleBox {
    margin-left: 143px;
    margin-right: 150px;
    height: 1%; /* IE6 fix*/
}
.oneColumn .leftBox .background {
    margin:0;
}
.oneColumn .leftBox {
	float:left;
}

.oneColumn .rightBox {
	float:right;
    width: 150px;
    padding-right:0;
}
.oneColumn .qty,
.oneColumn .rightBox form{
    float: left;
}
.oneColumn .qty {
    padding: 3px 0 0 3px;
}
.oneColumn .price_box {

}

#content .oneColumn .middleBox p{
    margin: 2px 0;
}


#content .products_sort ul {
    margin: 10px 0px;
    padding: 2px 2px 1px 2px;
    border: 0;
}
#content .products_sort li {
    padding: 0;
}

.product_listing .price_box {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}

.product_listing .background{
    margin-right: auto;
    margin-left: auto;
}

.background img{
    display: block;
}

.product_listing h1 {
	text-align: center;
    margin: 5px 0;
    font-weight: 500;
}
.product_listing.oneColumn h1{
    margin: 0 0 5px 0;
}
/* 1/2 column - productname */

.product_listing.oneColumn h1,
.product_listing.twoColumn h1{
    text-align: left;
	font-weight:800;
}

/* 2 column */

.twoColumn {
	float: left;
	width: 49%;
	margin-right: 0.4%;
	margin-left: 0.4%;
	margin-bottom: 5px;
	margin-top: 10px;
	height: 250px;
}

.twoColumn .leftBox {
	float:left;
	margin: 10px 0 10px 10px;
}

.twoColumn .rightBox {
	float:right;
    width: 126px;
	margin: 10px 10px 0 0;
}

.twoColumn .middleBox {
    margin: 10px;
    clear: both;
}
/* 3 column */
.threeColumn h1 {
	padding: 3px 0 0 0;
    height: 30px;
    font-weight: 300;
}

.threeColumn {
	float: left;
	width: 31%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 15px 0 0 0;
	height: 220px;
}

.threeColumn .leftBox {
    clear: both;
}
.threeColumn .leftBox{
    margin-top: 5px;
}


.threeColumn .rightBox {
    clear: both;
    padding: 0 10px;
}

.threeColumn .middleBox {
    margin: 10px;
    clear: both;
}

/* 4 column */
.fourColumn {
	float: left;
	width: 23%;
	margin: 10px 5px 5px 5px;
	padding-top: 5px;
}

.fourColumn h1 {
    height: 38px;
}

.twoColumn
.threeColumn
.fourColumn
