
/* CSS Document */


.boxes {
  width:144px;
  height:109px;
  line-heigth:109px;
  float:left;
  margin:0 0 15px 12px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: hidden;
  vertical-align:middle;
  margin: auto;
}

.gray_corner_right {
  margin:0 0 15px 12px;
    color: white;
	background-image:url(/images/elements/boxes/gray_corner_right.gif);
}  


.gray_corner_left{    
  margin:0 0 15px 12px;
	color: white;
	background-image:url(/images/elements/boxes/gray_corner_left.gif);
}  


.white_corner_left{
  margin:0 0 15px 12px;
	background-image:url(/images/elements/boxes/white_corner_left.gif);
}  

.white_corner_right{
  margin:0 0 15px 12px;
	background-image:url(/images/elements/boxes/white_corner_right.gif);
}  

.image_box {
  width:194px;
  height:125px;
  float:left;
  margin:0 0 15px 12px;
  padding: 0px;
  overflow: hidden;
}

.boxes_small {
  float:left;
  margin:0 0 15px 12px;
}

.boxes_wide {
  width:350px;
  height:109px;
  float:left;
  margin:0 0 15px 12px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: hidden;
}

.boxes_complete {
  width:552px;
  height:109px;
  float:left;
  margin:0 0 15px 12px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: hidden;
}

.boxes_half {
  width:42px;
  height:109px;
  float:left;
  margin:0 0 15px 12px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: hidden;
}

