@charset "utf-8";

body {
	background-color: #707174;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}




/* CSS Document */

#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_header.gif);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: groove;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#footer ul li #copyright {
	color: #FFF;
}

#editable {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: groove;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	height: auto;
	padding-top: 20px;
}
#editable a {
	color: #161167;
}
#editable a:hover {
	color: #161167;
	text-decoration: underline;
}


#footer {
	height: 50px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_footer.gif);
	background-position: bottom;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#copyright {
	font-size: 9px;
	color: #FFF;
}


#editable #edit-table {
	height: 400px;
}

#ind-product {
	width: 620px;
	height: auto;
	color: #FFF;
	background-image: url(../embedded/images/indv-product-background.jpg);
}

#edit-header {
	background-color: #666;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#edit-header2 {
	background-color: #666;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#editable #edit-table tr td #ind-product tr td ul li {
	font-weight: bold;
}
