﻿.divActDirectlyContainer
{
	width: 276px;
}

/* The opened style of the item box*/

.tableActDirectlyItemTopOpened
{
	width: 276px;
	height: 44px;
	background-image: url('images/actDirectlyBgOpenFullTop.png');
	cursor:pointer;
}

.divActDirectlyItemExpansionOpened
{	
	background-image: url('images/actDirectlyBgOpened.png');
	background-repeat: repeat-y;
	padding-left: 46px;
	font-family: Verdana;
	font-size: 11px;
}

.divActDirectlyItemExpansionOpenedKiesCarXpert
{	
	background-image: url('images/actDirectlyBgOpened.png');
	background-repeat: repeat-y;
	padding-left: 18px;
	font-family: Verdana;
	font-size: 11px;
}


.tableActDirectlyItemBottomOpened
{
	width: 276px;
	height: 44px;
	background-image: url('images/actDirectlyBgOpenFullBottom.png');
}

.tableActDirectlyItemBottomOpened td
{
	width: 100%;
	padding-right: 3px;
}

/* End the opened style of the item box*/

/* The closed style of the item box*/

.tableActDirectlyItemTopClosed
{
	width: 276px;
	height: 44px;
	background-image: url('images/actDirectlyBgClosedFullTop.png');
	cursor:pointer;
}

.divActDirectlyItemExpansionClosed
{
	display: none;
	visibility: hidden;
}

.tableActDirectlyItemBottomClosed
{
	display: none;
	visibility: hidden;
}

/* End The closed style of the item box*/


.imgActDirectlyItemMainImage
{
	margin-bottom: -4px;
}

.imgActDirectlyItemOpenImage
{
	margin-bottom: -2px;
}

.spanActiDirectlyItemHeader
{
	margin-left: 5px;
	color: #004c93;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}

.btnActDirectlyNext
{
	cursor: pointer;
}
