/* Aligns the article image */
/* spcifies the size and padding of the article area */
#article{
	padding-left:2px;
	padding-right: 10px;
	width:100%;
}

.articleImage{
	margin-right:10px;
	margin-bottom:0px;
	border-style: solid;
	border-width: 1px;
}

/* Adjusts and content below the article to be some pixels down */
.articleBottomSpacing{
	 padding-bottom:10px;
}


/* Specifies size and background of the heading area */			
.contentBoxHeaderBackground{
	height:22px;
	padding-left:5px;
}

/* Specifies the most right portion of the item box where the cut corner is */
.contentBoxHeaderCorner{
	width:7px;
	height:22px;
}

/* Specifies the content text area */
.contentBoxContentBackground{
	background-color:#EBEBEB;
	border: 1px solid #CCCCCC;
	border-top:0px
	padding-bottom:10px;
	padding-top:2px;
    padding-left: 6px;
}

/* Vertical space between box columns */
.contentBoxVerticalSpacing{
	width:4px;
}

/* Horizontal space between box rows */
.contentBoxHorizontalSpacing{
	height:4px;
}


/* Specifies the size and background of the header area */
.promotionHeaderBackground{
	height:22px;
	padding-left:5px;
}

/* Specifies the most right section of the header containig the cut corner */
.promotionHeaderCorner{
	width:7px;
	height:22px;
}

/* Specifies the content text area */
.promotionContentBox{
font-size: 80%; background-color:#EBEBEB;	
padding-left:7px; padding-top:2px; padding-bottom:10px;	
width:150px;
}	

.rightColBox{
	width:150px;
}

img { border-style: none; }

img.left, img.right, img.middle {
	display:block;
}

img.left {
	float:left;
}
img.right {
	float:right;
}
img.middle {
	float:center;
}

ul {
    margin-bottom: 0;
	padding-bottom: 0;
    }
