/*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{
    margin-left: auto;
    margin-right: auto;

}
#bodyContent .caption .Image, #bodyContent .itemContainer .Image , #bodyContent #info-div .Image{
	padding:auto; /*earlier it was 25px */
	margin:auto; /*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:auto auto auto auto;
}
#bodyContent .vertical, .imageCenter, .pageTitleCenter{
	text-align:center;
}
#bodyContent .caption .pageTitle, #bodyContent .caption .pageTitleCenter{
	color:#98a280/*#FC9227*/;
	display:block;
	font:bold 16px Arial, Helvetica, sans-serif/*1.2em Arial, Helvetica, sans-serif*/;
	margin:10px 10px;
	padding:10px 10px;	
}

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

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

* {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


#header  {
	
       margin-left: auto;
       margin-right: auto;
       width: 820px;
}

#topNav {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 820px;
}

#bodyContent .breadcrumbs{
	/*margin-left: 5px;*/
       width: 820px;
      
}

#bodyContent .pageText{
	/*margin-left: 5px;*/
       margin-left:auto;
       margin-right:auto;
      
}

#mainbody {
       
        width:auto; 
      /*  background-image: url('') ; 
        background-repeat:repeat; */
}

