/**
 * Style sheet product_page
 */
div#main
{
	width:600px;
	min-height: 360px
}

div#main li
{
	padding-top:12px;
}

div#main a
{
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
	color:#000000;
}

div#main a:hover
{
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

div#main .toggler
{
	height:26px;
	margin:4px;
	text-align:left;
	vertical-align:middle;
	background-image:url("images/menu-left_item_on.gif");
	background-position:left top;
	background-repeat:repeat-x;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	cursor: pointer
}
