/* CSS Document */ /*****************************************/
	/** import the the additional css docs. **/
	/*****************************************/

@import "layout.css";

@import "content.css";

@import "adminShopMenu.css";

/*****************************************/
	/** Reset the default style sheet info. **/
	/*****************************************/
* {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

img {
	border: 0px;
}

ol,ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

a,a:visited,a:hover {
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	cursor: pointer;
	color: #000;
}

a:visited{
	color:#666;
}

a:hover {
	cursor: pointer;
	color: #C8282D;
}

/** -------------------- ***********************************************************/