
    #MainTableStructure { 
    	width:			820px; 
    	text-align:	center; 
    	margin: 		0 auto; 
    }
    #sbsContent { 
    	margin: 		0 17px; 
    	font: 12px Arial, Helvetica, sans-serif;
    }
    * html #sbsContent { 
    	margin: 		0 10px; 
    }
		#BestSellers { 
			width:			100%; 
			position:		relative; 
			overflow:		hidden; 
			zoom: 			1; /* ie, to trigger hasLayout */
		}
		.bs_ptable, .bs_entry { 
		  display:				inline-block; 
		  margin:					2px; 
		  vertical-align:	top;
		  width: 					188px; 
		  height:					190px; 
		  border:					1px solid #BBBB82; 
		  position:				relative;
		/*}
		*+html .bs_ptable,
		*+html .bs_entry { */
			display:		block; 
			float:			left; 
			margin:			4px; 
		}
    .bs_entry {
	    overflow: 	hidden;
	    max-width:	100%;
	    min-width: 	188px;
	    width:			auto;
	    height:			auto;
	    /* margin-right:7px; *//* change this as width of page content changes */
    }
    .bs_entry .bs_ptable {
	    max-width:				100%;
	    min-width:				188px;
	    width:						auto;
	    height:						auto;
	    background-color:	#527E38;
	    text-align:				center;
	    border:			none;
	    margin:			0;
    }

		.bs_entry .bs_ptable a { 
			margin:	0 auto;  
		}

		.bs_phead, .bs_pfoot { 
			background-color:	#527E38;
			color:						#FFFFFF;
      height:						18px;
      padding-top:			3px;
      text-align:				center;
      vertical-align:		top;
      font-family:			Arial,Helvetica,sans-serif;
      font-size:				12px;
      font-weight:			bold;
      text-decoration:	none; 
    } 
    .bs_pcell  {
	    color:					#FFFFFF;
	    min-width:			18px;
	    padding-top:		5px;
	    text-align:			center;
	    vertical-align:	top;
	    width:					188px;
    }            
    .bs_pcell img { border:none; }
    a.bs_phead  {
	    background-image:			url("/orvis_assets/Images/carrot__sbs_subcat.gif");
	    background-position:	0 5px;
	    background-repeat:		no-repeat;
	    padding-left:					15px;
    }
    .bs_image_left { float:left; }
    .bs_container_right { padding-left: 200px; }
		.productCellButton {
			padding-top:5px;
			text-align:center;
			vertical-align:top;
			width:100%;
		}