.leftBoxContainer, .rightBoxContainer, #centerContent {

padding-top: 15px;

}


.middle-part {
float: none; 
width: 540px; 
border: 1px solid #000000;
}

.centerColumn {
float: left; 
width: 535px; 
padding-left: 35px;
}

.centerBoxWrapper {

    float: left;
    width: 100%;

}

.clearBoth {
	clear: both;
}


.mini-img {

width:135px;
height: 125px;
border: 1px solid #D09CB6;
text-align: center;
vertical-align: middle;
margin-bottom: 5px;
}

.salesbox {

width:125px;
border: 1px solid #D09CB6;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
}

.box-item {
padding-left: 14px;
padding-right: 10px;

width: 150px;
height: 250px;
float: left;
}

* HTML .box-item {
margin-left: 5px;
margin-right: 20px;
padding: 0px; 
}


.box-item-small {
padding-left: 14px;
padding-right: 10px;

width: 150px;
height: 200px;
float: left;
}

* HTML .box-item-small {
margin-left: 5px;
margin-right: 20px;
padding: 0px; 
}


.leftBoxHeading, .rightBoxHeading {
font-weight: bold;
font-size: 10px;
padding: 0px;
margin: 0px;
}

.sideBoxContent {

border: 1px solid #E5CDD9;
	background-image: url(../images/background-boxes.jpg);
	background-repeat: repeat;
	padding: 5px;
}



.sideBoxContent A {color: #AC6085;}
.sideBoxContent A:link {color: #AC6085;}
.sideBoxContent A:visited {color: #AC6085;} 
.sideBoxContent A:hover {color: #8A0F4B;}
.sideBoxContent A:active {color: #AC6085;}



#boxes-left {

float: left; 
width: 200px;
padding-left: 10px;
}


#boxes-right {

float: right; 
width: 200px;
}

.totalBox {
float: right;
}

.lineTitle {

float: left;
}

.larger {

padding-top: 5px;

}

.rowEven {

    background-color: #f5f5f5;
    height: 30px;
}

.rowOdd {
    height: 30px;

}

.centeredContent {

text-align: center;
}


#footer {
width: 100%;
float: left;
text-align: center;
margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #CCCCCC;
}
