/**********************************************************************/
/*    I N D E X                                                       */
/**********************************************************************/
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
 
/* CSS Document */
@import "global.css";
@import "text.css";
@import "tools.css";


/* list menu */
@import "footer.css";


/* pages */
@import "content.css";
@import "product.css";



.wrapper{
	width: 100%;
}
#search,
#navigation_container,
.accessibility_skip_to {
	display: none;
}

hr{
	display: block;
}
