/*Left Search Navigation starts here----------------------------------------------------------------------------------------------------------------------------------------*/ 

/*This style is for the container that holds the search results side nav content*/ 
/**/ .side_nav_search {
	width: 153px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
}

.side_nav_search_refinements {
	padding-right: 5px;
}

.side_nav_search_livechat {
	padding-right: 0px;
}

.side_nav_search_title {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-align: left;
	margin-bottom: 8px;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	display: block;
}

.side_nav_search_category_title {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin-bottom: 8px;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	display: block;
}

/*Styles for Categories links Start here*/
.side_nav_search a {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0099CC;
	text-align: left;
	text-decoration: underline;
}

.side_nav_search a:visited {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0099CC;
	text-align: left;
	text-decoration: underline;
}

.side_nav_search a:hover {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0099CC;
	text-align: left;
	text-decoration: underline;
}
/*Styles for Categories links End here*/


/*Styles the expandable sub categoires which is a list*/
.side_nav_search li {
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: left;
	color:Red;
}


/*Links in the expandable sub categoreis area Start Here*/
.side_nav_search li a
{
	color:#0099CC;
}

.side_nav_search li a:visited
{
	color: #0099FF;
}

.side_nav_search li a:hover
{
	color: #0099CC;
}
/*Links in the expandable area end Here*/



/*Search Bread Crumbs start Here*******/
/*Main Div that house bread crumbs*/
.DivBreadCrumb
{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}


/*This is to set the size as the real styles for this are turned off as mentione below -------*/
.DivBreadCrumb a
{
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


/*Bread crumb links **** These are turned off so that this search css can be used for both greetings and manor and the links should inherit the main link colors
.DivBreadCrumb a
{
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0099CC;
}

.DivBreadCrumb a:visited
{
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0099FF;
}

.DivBreadCrumb a:hover
{
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0099CC;
}*/

/*Search Bread CrumbsEnd here Here******/




/*Mercado styles start here******************************************/

/*Styles table that has the Categories in it*/
.leftSideTable
{
	color:#333333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding: 0px;
	/*width: 100%;*/ 
}

/*Styles the Categories*/
.leftSideTitle
{
	color:#006699;
	font-weight: bold;
}

/*Styles sub category table*/
.leftSideInnerTable
{
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	/*width: 100%;*/
	list-style-type: none;
}
/*Mercado styles end here******************************************/

/*Left Seaerch Navigation ends here----------------------------------------------------------------------------------------------------------------------------------------*/ 



/*Styles for search results tables start here----------------------------------------------------------------------------------------------------------------------------------------*/ 


/*This formats the divs that contain the search result tables*/
.search_results_table_container
{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*This is for the  did you mean results page starts here*******************************************************/
.AltSearchHeader{
	background-color:#e4d559;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}


.AltSearchTable{
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 2px solid #e4d559;
	width: 100%;
}

.AltSearchTable td{
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-align: left;
}


/*This is to set the size as the real styles for this are turned off as mentione below -------*/
.AltSearchTable a {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

/*These are turned off so that this search css can be used for both greetings and manor and the links should inherit the main link colors-----------------------------
.AltSearchTable a {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
	color: #286a43;
}

.AltSearchTable a:visited {
	color: #0099FF;
	text-decoration: underline;
}

.AltSearchTable a:hover {
	color: #286a43;
	text-decoration: underline;
}*/

/*This is for the  did you mean results page ends here*******************************************************/



/*Search results Table Style 1 Starts Here----------------------------------------------------------------------------------------------*/
/*Main Table */
.search_results_table_style1 { 
	border-collapse : collapse;
}


/*Styles the cell that holds the table with the products*/
.search_results_table_style1 td  {
	border-collapse : collapse;
}

/*This styles the table that has the products in it*/
.search_results_table_style1 td table {
	border : 2px solid #e4d559;
	width:100%;
	border-collapse : collapse;
}


/*This styles the table cell of table that has the products in it */
.search_results_table_style1 td table td {
	border : 1px solid #e4d559;
	border-collapse : collapse;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width:25%;
	padding: 5px;
}


/*Table that holds the individual product name an image*/
.search_results_table_style1 td table td table{
	border-style:none;
}

/*Table that holds the individual product name an image table cell*/
.search_results_table_style1 td table td table td {
	border-style:none;
}


/*Links start here******* These are turned off so that this search css can be used for both greetings and manor and the links should inherit the main link colors
.search_results_table_style1 td table td a {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
}

.search_results_table_style1 td table td a:visited {
	color: #93b4a1;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.search_results_table_style1 td table td a:hover {
	color: #286a43;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*Links end here****************************************/

/*Table Header Styles Start here*************************/
.search_results_table_style1 th {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border : 1px solid #e4d559;
	border-collapse : collapse;
	text-align : Left;
	font-weight: bold;
	background-color: #e4d559;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
/*Table Header Styles End here*************************/


/*Search results Table Style 1 Ends Here-----------------------------------------------------------------------------------------*/




/*Search results Table Style 2 Starts Here--------------------------------------------------------------------------------------*/

/*Style for Title of the table*/
.search_results_table_style2_products_header
{
	FONT-SIZE: 12px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana;
	FONT-WEIGHT: bold;
}

/*Main Table */
.search_results_table_style2 { 
	border-collapse : collapse;
}


/*Styles the cell that holds the table with the products*/
.search_results_table_style2 td  {
	border-collapse : collapse;
}

/*This styles the table that has the products in it*/
.search_results_table_style2 td table {
	border : 1px solid #E4D559;
	width:100%;
	border-collapse : collapse;
}


/*This styles the table cell of table that has the products in it */
.search_results_table_style2 td table td {
	border : 1px solid #e4d559;
	border-collapse : collapse;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width:25%;
	padding: 5px;
}


/*Table that holds the individual product name an image*/
.search_results_table_style2 td table td table{
	border-style:none;
}

/*Table that holds the individual product name an image table cell*/
.search_results_table_style2 td table td table td {
	border-style:none;
}


/*Links start here ******* These are turned off so that this search css can be used for both greetings and manor and the links should inherit the main link colors
.search_results_table_style2 td table td a {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.search_results_table_style2 td table td a:visited {
	text-decoration: underline;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.search_results_table_style2 td table td a:hover {

	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
/*Links end here****************************************/

/*Table Header Styles Start here*******************************************************/
.search_results_table_style2 th {
	padding : 5px 10px;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border : 1px solid #e4d559;
	border-collapse : collapse;
	text-align : Left;
	font-weight: normal;
	background-color: #e4d559;
}

.search_results_table_style2 th td {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding:0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*This styles the table that houses the Displaying text and number text links */
.search_results_table_style2 th table td table {
	width:auto;
}

/*This styles the table that houses the Displaying text and number text links table cell */
.search_results_table_style2 th table td table td {
	padding:0px 5px 0px 5px;
	margin: 0px;
	text-align: right;
	width:auto;
	font-weight: normal;
}


/*Links start here****************************************/
.search_results_table_style2 th table td table td a {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}


.search_results_table_style2 th table td table td a:visited {
	color: #cccccc;
	font-weight: normal;
	text-decoration: underline;
}

.search_results_table_style2 th table td table td a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}



/*Links end here****************************************/

/*Table Header Styles Ends here*******************************************************/



/*Search results Table Style 2 Ends Here-------------------------------------------------------------------------*/


/*Styles for search results tables Ends here--------------------------------------------------------------------------------------------------------------------------------*/ 

