/* CSS Document */

*
{
	padding:0;
	margin:0;
}

#menu
{
	text-align:center;
}

#content
{
	font-size:14px;
	padding-top:30px;

}

#promotion_context
{
	color:#990000;
	font-size:26px;
	font-weight:bold;

}

#product
{
	text-align:left;
	padding-top:0px;

}

#page_number a:link
{
	text-decoration:none;
	width:15px;
	height:15px;
	color:#000000;
	text-decoration:underline;
}

#page_number a:visited
{
	color:#000000;
	text-decoration:underline;
}

#page_number a:active
{
	color:#000000;
	text-decoration:underline;
}

#page_number a:hover
{
	background:#000000;
	color:#FFFFFF;
	text-decoration:underline;
}