/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/



#bodyContent .contentsTableTd{
	padding:5px;
}
#bodyContent .caption .Image, #bodyContent .itemContainer .Image , #bodyContent #info-div .Image{
	padding:10px;
	margin:0; /*REMOVE MARGIN:10PX FROM BASE.CSS*/
}
/*THIS STYLE WAS MODIFIED BECAUSE VERTICAL IMAGE DIDN'T HAVE SPACING BETWEEN THE IMAGE AND NAME*/
#bodyContent .contentsTable .Image img{
	margin:0 10px 5px 10px;
}
#bodyContent .vertical, .imageCenter, .pageTitleCenter{
	text-align:center;
}
#bodyContent .caption .pageTitle, #bodyContent .caption .pageTitleCenter{
	color:#ffffff/*#FC9227*/;
	display:block;
	font:bold 20px Arial, Helvetica, sans-serif/*1.2em Arial, Helvetica, sans-serif*/;
	margin:0 10px;
	padding:10px 0;	
}

/*(REMOVE THIS STYLE)*/
#bodyContent .contentsTable .itemName, #bodyContent .contentsTable .wrapPadding{
	/*padding:5px 0 0;*/
	padding:0;
}

/*(REMOVE THIS STYLE)*/
#bodyContent .contentsTable .ellItemInfo{
	/*margin-left: 5px;*/
}
