/*****************************/
/* COMMON STYLE FOR TELEGIFT */
/*****************************/
ul, ol{
	margin:0px;
	padding-left:1.5em;
}

.Divider{
	padding:0px;
	background-image:url("../images/div/div-bg.jpg");
	background-repeat:repeat-y;
}

.Alert{
	color:#d00;
	font-weight:bold;
}

.Confirm{
	color:#060;
	font-weight:bold;
}

.LeftPanel{
	background-color:#fff;
	padding:0px;
}

.RightPanel{
	background-color:#fff;
	padding:0 0 0 5px;
}

#NavigationButton .LeftArrow{
	display:block;
	width:35px;
	height:35px;
	background:url("../images/icons/arrow-left-button.jpg") no-repeat;
}

#NavigationButton .RightArrow{
	display:block;
	width:35px;
	height:35px;
	background:url("../images/icons/arrow-right-button.jpg") no-repeat;
}

#NavigationButton a:hover{background-position:0 -35px;}

/*Original theme*/
#ContainerBox .OriginalContainerTitle{
	font-size:13pt;
	font-weight:bold;
	color:#fff;
	letter-spacing:-.04em;
	line-height:auto;
	text-transform:uppercase;
	background-image:url("default/container-title.jpg");
	background-repeat:repeat-x;
	background-color:#f7911d;
	padding:8px 0 5px 25px;
}