.CategoryName  { color: #963; font-size: 12px; font-family: "Trebuchet MS"; font-weight: 500; background-color: #ebe8e5 }
/*CategoryName -->This is used for catalog numbers as well as for any description next to this number eg. "necklace 053415S"*/

.ProductDescription { color: black; font-size: 11px; font-family: Arial }
/*ProductDescription --> used for any information regarding the product*/

.ProductPrice  { color: black; font-size: 11px; font-family: "Trebuchet MS"; font-weight: bolder; background-color: #ebe8e5 }
/*Product Price --> used for product price on Product Detail page
*/

.Link:link { color: #963; font-size: 11px; font-family: "Trebuchet MS"; text-decoration: none }

.Link:visited { color: #963; font-size: 11px; font-family: "Trebuchet MS"; text-decoration: none }

.Link:hover { color: #c36; font-size: 11px; font-family: "Trebuchet MS"; text-decoration: none }

.Link:active { color: #963; font-size: 11px; font-family: "Trebuchet MS"; text-decoration: none }


/* Default font that need to be gray */

TD
{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Trebuchet MS;
	font-size: 12px;
	color:#996633;
	line-height:160%;
	
} 

TR
{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Trebuchet MS;
	font-size: 12px;
	color:#996633;
	
}


P
{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Trebuchet MS;
	font-size: 12px;
	color:#996633;
}





/* Default font for hyperlinks */




A:link 
{
	FONT-FAMILY: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Trebuchet MS;
	TEXT-DECORATION: none;
	/*vertical-align: super;*/
	font-size: 12px;
	color: #996633;
}

A:active 
{
	FONT-FAMILY: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Trebuchet MS;
	TEXT-DECORATION: none;
	/*vertical-align: super;*/
	font-size: 12px;
	color: #996633;
}

A:visited 
{
	FONT-FAMILY: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Trebuchet MS;
	TEXT-DECORATION: none;
	/*vertical-align: super;*/
	font-size: 12px;
	color: #996633;
}

A:hover 
{
	FONT-FAMILY: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Trebuchet MS;
	TEXT-DECORATION: underline;
	/*vertical-align: super;*/
	font-size: 12px;
	color: #D34B79;
}




/* Default bulleted lists */


li {
	
	margin-top: 5px;
	margin-bottom: 4px;
}

ul {
	
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: square;
}

/* right nav page bulleted lists */


.lihome {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 4px;
}

.ulhome {
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: square;
}

.ulhomebullet

{

	list-style-image:url('Bullet1.gif');
	padding-left: 25px;
	margin: 0px 0px 5px 0px;

}



table.backgroundimage
{ 
  
/*background-image: url(http://www.lapetitemadelaine.com/images/background.jpg);
background-repeat: no-repeat;
background-position: top right; */

}

/* Style for page headers */

.pageheader  
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	color: #996633;
}

/* Style for page sub headers */

.pagesubheader  
{
	
	font-weight: bold;
	color: #D34B79;
}

/* Style for categories */

.categoryheader  
{
	font-size: 16px;
	font-weight: bold;
	color: #D34B79;
}

/* categories hyperlinks */




A:link.category
{
	TEXT-DECORATION: underline;
	font-size: 16px;
	font-weight: bold;
	color: #D34B79;
}

A:active.category
{
	TEXT-DECORATION: underline;
	font-size: 16px;
	font-weight: bold;
	color: #D34B79;
}

A:visited.category
{
	TEXT-DECORATION: underline;
	font-size: 16px;
	font-weight: bold;
	color: #D34B79;
}

A:hover.category
{
	TEXT-DECORATION: none;
	font-size: 16px;
	font-weight: bold;
	color: #D34B79;
}

/* inside categories hyperlinks */




A:link.categoryinside
{
	TEXT-DECORATION: none;
	font-size: 11px;
	font-weight: bold;
	color: #D34B79;
}

A:active.categoryinside
{
	TEXT-DECORATION: none;
	font-size: 11px;
	font-weight: bold;
	color: #D34B79;
}

A:visited.categoryinside
{
	TEXT-DECORATION: none;
	font-size: 11px;
	font-weight: bold;
	color: #D34B79;
}

A:hover.categoryinside
{
	TEXT-DECORATION: underline;
	font-size: 11px;
	font-weight: bold;
	color: #D34B79;
}

/* Style for input and combo boxes */

.input-combo-field  
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Trebuchet MS;
	FONT-SIZE: 12px;
	color: #996633;
}

/*New changes*/
TABLE
{
 	BORDER-COLLAPSE: collapse;
}
TABLE.greyborder
{
	border-style:solid;
	border-width: 1px;
	border-color: #C5BCB7;
}

TD.graybordertd
{
	border-style:solid;
	border-width: 1px;
	border-color: #D3D3D3;
}

