div.pp_round_block {
	margin: 0px;
	padding: 0px;
	float: left;
}

div.pp_round_lt_corner,
div.pp_round_rt_corner,
div.pp_round_rb_corner,
div.pp_round_lb_corner {
	position: relative;
	z-index: 2;
	margin: 0px;
	padding: 0px;
}

div.pp_round_lt_corner {
	background: url('/f/global/pp_lt_corner.png') 0 0 no-repeat;
	//float: left;
}

div.pp_round_rt_corner {
	left: 3px;
	background: url('/f/global/pp_rt_corner.png') 100% 0 no-repeat;
	//float: left;
}

div.pp_round_rb_corner {
	top: 3px;
	background: url('/f/global/pp_rb_corner.png') 100% 100% no-repeat;
	//float: left;
}

div.pp_round_lb_corner {
	left: -3px;
	padding: 0px 0px 3px 3px;
	background: url('/f/global/pp_lb_corner.png') 0 100% no-repeat;
	//float: left;
}

div.pp_round_lt_corner div.ie6_lt,
div.pp_round_rt_corner div.ie6_rt,
div.pp_round_rb_corner div.ie6_rb,
div.pp_round_lb_corner div.ie6_lb {
	display: none;
}

* html div.pp_round_lt_corner,
* html div.pp_round_rt_corner,
* html div.pp_round_rb_corner,
* html div.pp_round_lb_corner {
	background: none;
	float: none;
}

* html div.pp_round_lt_corner div.ie6_lt {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 3px;
	width: expression( parentNode.offsetWidth );
	overflow: hidden;
	position: absolute;
}

* html div.pp_round_lt_corner div.ie6_lt div {
	position: absolute;
	width: 800px;
	height: 3px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/pp_lt_corner.png',sizingMethod=crop);
}

* html div.pp_round_rt_corner div.ie6_rt {
	display: block;
	margin: 0px;
	padding: 0px;
	height: expression( parentNode.offsetHeight );
	width: 3px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	float: right;
	top: 0px;
}

* html div.pp_round_rt_corner div.ie6_rt div {
	position: absolute;
	width: 3px;
	height: 800px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/pp_rt_corner.png',sizingMethod=crop);
}

* html div.pp_round_rb_corner div.ie6_rb {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 3px;
	width: expression( parentNode.offsetWidth );
	overflow: hidden;
	position: absolute;
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
	float: right;
}

* html div.pp_round_rb_corner div.ie6_rb div {
	position: absolute;
	width: 800px;
	height: 3px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/pp_rb_corner.png',sizingMethod=crop);
	right: 0px;
	float: right;
}

* html div.pp_round_lb_corner div.ie6_lb {
	display: block;
	margin: 0px;
	padding: 0px;
	height: expression( parentNode.offsetHeight );
	width: 3px;
	overflow: hidden;
	position: absolute;
	left: -3px;
}

* html div.pp_round_lb_corner div.ie6_lb div {
	position: absolute;
	width: 3px;
	height: 800px;
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/pp_lb_corner.png',sizingMethod=crop);
}

div.pp_round_content {
	background: transparent;
	margin: 0px;
	padding: 3px 2px;
	//padding: 3px 0px;
	text-align: center;
	position: relative;
	min-width: 106px;
}

* html div.pp_round_content {
	width: 106px;
}

/* #################################### */
div.ingr_round_block {
	margin: 0px;
	padding: 0px;
	float: left;
}

* html div.ingr_round_block * {
	margin: 0px;
}

div.ingr_round_lt_corner,
div.ingr_round_rt_corner,
div.ingr_round_rb_corner,
div.ingr_round_lb_corner {
	position: relative;
	z-index: 2;
	margin: 0px;
	padding: 0px;
}

div.ingr_round_lt_corner {
	background: url('/f/global/ingr_lt_corner.png') 0 0 no-repeat;
	//float: left;
}

div.ingr_round_rt_corner {
	left: 4px;
	background: url('/f/global/ingr_rt_corner.png') 100% 0 no-repeat;
	//float: left;
}

div.ingr_round_rb_corner {
	top: 4px;
	background: url('/f/global/ingr_rb_corner.png') 100% 100% no-repeat;
	//float: left;
}

div.ingr_round_lb_corner {
	left: -4px;
	padding: 0px 0px 4px 4px;
	background: url('/f/global/ingr_lb_corner.png') 0 100% no-repeat;
	//float: left;
}

div.ingr_round_lt_corner div.ie6_lt,
div.ingr_round_rt_corner div.ie6_rt,
div.ingr_round_rb_corner div.ie6_rb,
div.ingr_round_lb_corner div.ie6_lb {
	display: none;
}

* html div.ingr_round_lt_corner,
* html div.ingr_round_rt_corner,
* html div.ingr_round_rb_corner,
* html div.ingr_round_lb_corner {
	background: none;
	float: none;
}

* html div.ingr_round_lt_corner div.ie6_lt {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 4px;
	width: expression( parentNode.offsetWidth );
	overflow: hidden;
	position: absolute;
}

* html div.ingr_round_lt_corner div.ie6_lt div {
	position: absolute;
	width: 800px;
	height: 4px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/ingr_lt_corner.png',sizingMethod=crop);
}

* html div.ingr_round_rt_corner div.ie6_rt {
	display: block;
	margin: 0px;
	padding: 0px;
	height: expression( parentNode.offsetHeight );
	width: 4px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	float: right;
	top: 0px;
}

* html div.ingr_round_rt_corner div.ie6_rt div {
	position: absolute;
	width: 4px;
	height: 800px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/ingr_rt_corner.png',sizingMethod=crop);
	zoom: 1;
}

* html div.ingr_round_rb_corner div.ie6_rb {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 4px;
	width: expression( parentNode.offsetWidth );
	overflow: hidden;
	position: absolute;
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
	float: right;
}

* html div.ingr_round_rb_corner div.ie6_rb div {
	position: absolute;
	width: 800px;
	height: 4px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/ingr_rb_corner.png',sizingMethod=crop);
	right: 0px;
	float: right;
}

* html div.ingr_round_lb_corner div.ie6_lb {
	display: block;
	margin: 0px;
	padding: 0px;
	height: expression( parentNode.offsetHeight );
	width: 4px;
	overflow: hidden;
	position: absolute;
	left: -4px;
}

* html div.ingr_round_lb_corner div.ie6_lb div {
	position: absolute;
	width: 4px;
	height: 800px;
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/ingr_lb_corner.png',sizingMethod=crop);
}

div.ingr_round_content {
	background: transparent;
	margin: 0px;
	padding: 1px 4px;
	text-align: center;
	position: relative;
}

* html div.ingr_round_content {
	swidth: 98px;
}

/* #################################### */
#content #types .round_prompting {
	margin: 0px;
	border-collapse: collapse;
	width: 243px;
}

#content #types .round_prompting td {
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

#content #types .round_prompting_top_left {
	width: 5px;
	height: 5px;
	line-height: 0px;
	font-size: 0px;
}

#content #types .round_prompting_top_left div {
	margin: 0px;
	padding: 0px;
	width: 5px;
	height: 5px;
	line-height: 0px;
	font-size: 0px;
	background: url('/f/global/prompting-top-left.png') 0 0 no-repeat;
}

* html #content #types .round_prompting_top_left div {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/prompting-top-left.png',sizingMethod=crop);
}

#content #types .round_prompting_top {
	padding: 0px;
	height: 5px;
	line-height: 0px;
	font-size: 0px;
}

#content #types .round_prompting_top div {
	margin: 0px;
	padding: 0px;
	height: 5px;
	line-height: 0px;
	font-size: 0px;
	background: url('/f/global/prompting-top.png') 0 0 repeat-x;
}

* html #content #types .round_prompting_top div {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/prompting-top.png',sizingMethod=scale);
}

#content #types .round_prompting_top_right {
	padding: 0px;
	width: 5px;
	height: 5px;
	line-height: 0px;
	font-size: 0px;
}

#content #types .round_prompting_top_right div {
	margin: 0px;
	padding: 0px;
	width: 5px;
	height: 5px;
	line-height: 0px;
	font-size: 0px;
	background: url('/f/global/prompting-top-right.png') 0 0 no-repeat;
}

* html #content #types .round_prompting_top_right div {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/prompting-top-right.png',sizingMethod=crop);
}

#content #types .round_prompting_bottom_left {
	width: 5px;
	height: 5px;
	line-height: 0px;
	font-size: 0px;
}

#content #types .round_prompting_bottom_left div {
	margin: 0px;
	padding: 0px;
	width: 5px;
	height: 5px;
	line-height: 0px;
	font-size: 0px;
	background: url('/f/global/prompting-bottom-left.png') 0 0 no-repeat;
}

* html #content #types .round_prompting_bottom_left div {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/prompting-bottom-left.png',sizingMethod=crop);
}

#content #types .round_prompting_bottom {
	padding: 0px;
	height: 5px;
	line-height: 0px;
	font-size: 0px;
}

#content #types .round_prompting_bottom div {
	margin: 0px;
	padding: 0px;
	height: 5px;
	line-height: 0px;
	font-size: 0px;
	background: url('/f/global/prompting-bottom.png') 0 0 repeat-x;
}

* html #content #types .round_prompting_bottom div {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/prompting-bottom.png',sizingMethod=scale);
}

#content #types .round_prompting_bottom_right {
	padding: 0px;
	width: 5px;
	height: 5px;
	line-height: 0px;
	font-size: 0px;
}

#content #types .round_prompting_bottom_right div {
	margin: 0px;
	padding: 0px;
	width: 5px;
	height: 5px;
	line-height: 0px;
	font-size: 0px;
	background: url('/f/global/prompting-bottom-right.png') 0 0 no-repeat;
}

* html #content #types .round_prompting_bottom_right div {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/prompting-bottom-right.png',sizingMethod=crop);
}

#content #types .round_prompting_bg_left {
	padding: 0px;
	background: url('/f/global/prompting-bg.png') 0 100% no-repeat;
}

#content #types .round_prompting_bg {
	padding: 0px;
	background: url('/f/global/prompting-bg.png') 0 100% no-repeat;
}

#content #types .round_prompting_bg_right {
	padding: 0px;
	background: url('/f/global/prompting-bg.png') 0 100% no-repeat;
}

#content #types .round_prompting_content {
	margin: 0px;
	padding: 25px 10px 15px 25px;
	min-height: 49px;
	position: relative;
	color: #baa388;
}

#content #types .round_prompting_content span {
	color: #ffffff;
}

#content #types .round_prompting .round_prompting_bg .round_prompting_close {
	width: 19px;
	height: 19px;
	font-size: 0px;
	line-height: 0px;
	background: url('/f/global/prompting-close.png') 0 0 no-repeat;
	position: absolute;
	cursor: hand;
	cursor: pointer;
	right: -5px;
	top: -5px;
}

* html #content #types .round_prompting .round_prompting_bg div.round_prompting_close{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/prompting-close.png',sizingMethod=crop);
}

/*
#types .round_prompting {
	margin: 0px;
	padding: 0px;
	width: 243px;
}

#types .round_prompting .round_prompting_top {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	height: 5px;
	background: url('/f/global/prompting-top.png') 0 0 no-repeat;
}

* html #types .round_prompting .round_prompting_top {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/prompting-top.png',sizingMethod=crop);
}

#types .round_prompting .round_prompting_bottom {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	height: 5px;
	background: url('/f/global/prompting-bottom.png') 0 0 no-repeat;
}

* html #types .round_prompting .round_prompting_bottom {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/prompting-bottom.png',sizingMethod=crop);
}

#types .round_prompting .round_prompting_bg {
	margin: 0px;
	padding: 0px;
	background: url('/f/global/prompting-bg.png') 0 100% no-repeat;
	min-height: 89px;
}

* html #types .round_prompting .round_prompting_bg {
	height: 89px;
}

#types .round_prompting .round_prompting_bg .round_prompting_content {
	margin: 0px;
	padding: 25px 30px 15px;
	text-align: left;
}

#types .round_prompting .round_prompting_bg .round_prompting_content span {
	
}

#types .round_prompting .round_prompting_bg .round_prompting_close {
	width: 9px;
	height: 9px;
	font-size: 0px;
	line-height: 0px;
	background: url('/f/global/prompting-close.png') 0 0 no-repeat;
	position: absolute;
	cursor: hand;
	cursor: pointer;
}

* html #types .round_prompting .round_prompting_bg .round_prompting_close {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/prompting-close.png',sizingMethod=crop);
}
*/

/* #################################### */

.red_btn {
	margin: 0px;
	padding: 0px 0px 0px 8px;
	float: left;
	height: 31px;
}

.red_btn_left {
	margin: 0px;
	padding: 0px;
	sfloat: left;
	position: relative;
	left: -8px;
	height: 31px;
	background: url('/f/global/red-btn-left.gif') 0 0 no-repeat;
	cursor: hand;
	cursor: pointer;
}

.red_btn_right {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	left: 8px;
	height: 31px;
	background: url('/f/global/red-btn-right.gif') 100% 0 no-repeat;
	cursor: hand;
	cursor: pointer;
}

.red_btn_content_reducer {
	margin: 0px;
	padding: 0px 8px 0px 0px;
	float: left;
	position: relative;
	height: 31px;
	cursor: hand;
	cursor: pointer;
}

.red_btn_content {
	margin: 0px 0px;
	padding: 5px 10px 0px;
	float: left;
	position: relative;
	height: 31px;
	background: url('/f/global/red-btn-bg.gif') 0 0 repeat-x;
	color: white;
	font-size: 1.4em;
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}

/* #################################### */

.green_btn {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float: left;
	height: 31px;
}

.green_btn_left {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	left: -5px;
	height: 22px;
	background: url('/f/global/green-btn-left.gif') 0 0 no-repeat;
	cursor: hand;
	cursor: pointer;
}

.green_btn_right {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	left: 5px;
	height: 22px;
	background: url('/f/global/green-btn-right.gif') 100% 0 no-repeat;
	cursor: hand;
	cursor: pointer;
}

.green_btn_content_reducer {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: left;
	position: relative;
	height: 22px;
	cursor: hand;
	cursor: pointer;
}

.green_btn_content {
	margin: 0px 0px;
	padding: 2px 5px 0px;
	float: left;
	position: relative;
	height: 22px;
	background: url('/f/global/green-btn-bg.gif') 0 0 repeat-x;
	color: white;
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}

/* #################################### */

.green_arrow_btn {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float: left;
	height: 51px;
}

.green_arrow_btn_right {
	margin: 0px;
	padding: 10px 25px 10px 0px;
	float: left;
	position: relative;
	height: 51px;
	background: url('/f/global/green-arrow-btn-right.gif') 100% 0 no-repeat;
	cursor: hand;
	cursor: pointer;
}

.green_arrow_btn_left {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	height: 31px;
	background: url('/f/global/green-arrow-btn-left.gif') 0 0 no-repeat;
	cursor: hand;
	cursor: pointer;
}

.green_arrow_btn_content_reducer {
	margin: 0px;
	padding: 0px 0px 0px 7px;
	float: left;
	position: relative;
	height: 31px;
	cursor: hand;
	cursor: pointer;
}

.green_arrow_btn_content {
	margin: 0px 0px;
	padding: 3px 7px 0px;
	float: left;
	position: relative;
	height: 31px;
	background: url('/f/global/green-arrow-btn-bg.gif') 0 0 repeat-x;
	color: white;
	text-decoration: underline;
	font-size: 1.4em;
	cursor: hand;
	cursor: pointer;
}

/* #################################### */

.green_big_btn {
	margin: 0px;
	padding: 0px 0px 0px 8px;
	float: left;
	height: 31px;
	//width: 130px;
}

.green_big_btn_right {
	margin: 0px;
	padding: 0px 8px 0px 0px;
	float: left;
	position: relative;
	height: 31px;
	background: url('/f/global/green-big-btn-right.gif') 100% 0 no-repeat;
	cursor: hand;
	cursor: pointer;
}

.green_big_btn_left {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	height: 31px;
	background: url('/f/global/green-big-btn-left.gif') 0 0 no-repeat;
	cursor: hand;
	cursor: pointer;
}

.green_big_btn_content_reducer {
	margin: 0px;
	padding: 0px 0px 0px 8px;
	float: left;
	position: relative;
	height: 31px;
	cursor: hand;
	cursor: pointer;
}

.green_big_btn_content {
	margin: 0px 0px;
	padding: 3px 8px 0px;
	float: left;
	position: relative;
	height: 31px;
	background: url('/f/global/green-big-btn-bg.gif') 0 0 repeat-x;
	color: white;
	text-decoration: underline;
	font-size: 1.4em;
	cursor: hand;
	cursor: pointer;
}








