
table#accordion,
table#accordion tr,
table#accordion tr td
{
	width: 280px;
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
}

table#accordion tr.item_header
{
	height: 26px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	display: block;
}

table#accordion tr.item_header_big
{
	height: 39px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	display: block;
}

.acc_header_div
{
	background-image: url('../_images/right_menu/right_panel_header_on.png');
	background-repeat: no-repeat;
    height: 26px;
    width: 248px;
	padding-left: 32px;
	cursor: pointer;
}

.acc_header_div_big
{
	background-image: url('../_images/right_menu/right_panel_header_big_on.png');
	background-repeat: no-repeat;
    height: 39px;
    width: 248px;
	padding-left: 32px;
	cursor: pointer;
}


.acc_header_off_div
{
	background-image: url('../_images/right_menu/right_panel_header_off.png');
	background-repeat: no-repeat;
    height: 26px;
    width: 248px;
	padding-left: 32px;
	cursor: pointer;
}

.acc_header_off_div_big
{
	background-image: url('../_images/right_menu/right_panel_header_big_off.png');
	background-repeat: no-repeat;
    height: 39px;
    width: 248px;
	padding-left: 32px;
	cursor: pointer;
}

table#accordion tr.item_header td
{
	cursor: pointer;
	vertical-align: top;
	color: #FFFFFF;
}

table#accordion tr.item_header_big td
{
	cursor: pointer;
	vertical-align: top;
	color: #FFFFFF;
}

table#accordion tr.item_body,
table#accordion tr.item_body td
{
	display: block;
	color: #FFFFFF;
}

table#accordion tr.item_body td
{
	background-image: url('../_images/right_menu/right_panel_background.png');
	background-repeat: repeat-y;
	font-size: 100%;
}

table#accordion tr.item_body td a
{
	color: #FFFFFF;
}

table#accordion tr.item_body td div
{
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

table#accordion tr.item_header td span.vspacer
{
	height: 13px;
	display: block;
}

table#accordion tr.item_header_big td span.vspacer
{
	height: 13px;
	display: block;
}

table#accordion tr.item_header td span.vspacer_half
{
	height: 7px;
	display: block;
	margin: 0px;
	padding: 0px;
}

table#accordion tr.item_header_big td span.vspacer_half
{
	height: 7px;
	display: block;
	margin: 0px;
	padding: 0px;
}

table#accordion tr.item_footer
{
	height: 9px;
}

.acc_footer_div
{
    background-image: url('../_images/right_menu/right_panel_footer.png');
    background-repeat: no-repeat;
    height: 9px;
    width: 280px;
}

.acc_footer_off_div
{
    background-image: url('../_images/right_menu/right_panel_footer.png');
    background-repeat: no-repeat;
    height: 9px;
    width: 280px;
}

table#accordion tr.item_footer_off
{
	height: 9px;
}

table#accordion tr.item_body td div#acc_item_body1
{
	height: 100px;
}

table#accordion tr.item_body td div#acc_item_body1 div.promo_image
{
	background-image: url('../_images/home_promo_sandal_girl.png');
	background-repeat: no-repeat;
	background-position: 5px 0px;
	width: 59px;
	height: 88px;
	float: left;
}