/* CSS Document */
body{
	text-align:center;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

*{
	margin:0px;
	padding:0px
}


#wrapper{
	margin:0 auto;
	width:1024px;
	height:auto;
	margin:0 auto;
	background-color:#FFFFFF
}

a{
	text-decoration:none;
	color:#FF7701;
	outline:none;
}

a:hover{
	text-decoration:underline
}

a:visited{
	color:#FF7701;
}

input{
	outline:none;
	padding:2px;
}



/***********************************HEADER**************************************/
#left_flash{
	width:519px;
	height:598px;
	z-index:0;
	position:absolute;
	top:0
}
#header{
	width:100%;
	height:343px;
	position:relative;
	z-index:1000
}
#header_logo{
	width:100%;
	height:150px;
	text-align:right;
}
#header_menu{
	width:100%;
	height:43px;
}
	#header_menu_left{
		width:519px;
		height:43px;
		float:left;
	}
	#header_menu_center{
		width:479px;
		height:43px;
		float:left;
	}
	/*-------------------------------------------------------- Menu ---------------------------------------*/
	ul#global_nav,
	ul#global_nav li {
		margin: 0px;
		padding: 0px 0px 0px 0px;
		list-style: none;
	}
	ul#global_nav {
		width: 479px;
		height: 43px;
		padding:0;
		margin:0;
	}
	
	ul#global_nav li {
		height: 43px;
		text-align:center;
		float: left;
	}
	
	ul#global_nav li a {
		display: block;
		height:43px;
		color:#ffd164;
		text-decoration:none;
		font-size:14px;
		font-weight:bold;
	}
	ul#global_nav li a:hover
	{
		color:#543b00;
	}
	#menu1 a{ background:url(../images/moncarlino/top_menu.jpg) 0 0 no-repeat; width:81px;}
	#menu2 a{ background:url(../images/moncarlino/top_menu.jpg) -81px 0 no-repeat; width:93px;}
	#menu3 a{ background:url(../images/moncarlino/top_menu.jpg) -174px 0 no-repeat; width:90px;}
	#menu4 a{ background:url(../images/moncarlino/top_menu.jpg) -264px 0 no-repeat; width:118px;}
	#menu5 a{ background:url(../images/moncarlino/top_menu.jpg) -382px 0 no-repeat; width:97px;}
	
	#menu1 a:hover{ background:url(../images/moncarlino/top_menu.jpg) 0 -43px no-repeat; width:81px;}
	#menu2 a:hover{ background:url(../images/moncarlino/top_menu.jpg) -81px -43px no-repeat; width:93px;}
	#menu3 a:hover{ background:url(../images/moncarlino/top_menu.jpg) -174px -43px no-repeat; width:90px;}
	#menu4 a:hover{ background:url(../images/moncarlino/top_menu.jpg) -264px -43px no-repeat; width:118px;}
	#menu5 a:hover{ background:url(../images/moncarlino/top_menu.jpg) -382px -43px no-repeat; width:97px;}
	
	ul#global_nav li a.active
	{
	color:#543b00;
	}
	/*-------------------------------------------------------- End Menu ---------------------------------------*/
	
	#header_menu_right{
		width:26px;
		height:43px;
		float:left;
	}
#header_text{
	width:100%;
	height:150px;
	background:url(../images/moncarlino/text_below_menu.png) no-repeat right;
}
/***********************************HEADER**************************************/

/***********************************INDEX**************************************/
.bg_home{
	background:url(../images/moncarlino/bg_index.jpg) top center no-repeat;
	background-color:#FF00FF
}
	#body1{
		width:998px;
		height:255px;
		padding-right:26px
	}
		#product_index{
			width:230px;
			height:209px;
			background:transparent url(../images/moncarlino/bg_box_buynow.png) no-repeat;
			float:right;
			clear:both;
			padding:17px 5px 0px 5px;
			overflow:hidden;
			
			
			
		}
		
		#product_index .left_product_index{
			float:left;
			width:100px;
			
			text-align:left;
			padding:0px 0px 0px 17px;
			overflow:hidden;
			
		}
		
		#product_index .large_price{
			color:#1B9D01;
			font-size:20px;
		}
		
		#product_index .right_product_index{
			float:right;
			width:113px;
			height:136px;
			overflow:hidden;
			text-align:left;
			
		}
		
		
			.index_price{
				
				width:136px;
				height:32px;
				line-height:32px;
			
				font-family:Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-size:28px;
				color:#ff7701;
				margin:10px 0px 0px 0px;
			}
			.index_buynow{
				margin-top:34px;
				
				height:32px;
				
				text-align:left;
				clear:right
			}
			.index_why{
				margin-top:15px;
				width:246px;
				height:25px;
				float:left;	
				line-height:20px;
				text-align:left;
				padding-left:20px;
			}
			a.index_why_link{
				font-family:Century Gothic,	Arial, Helvetica, sans-serif;	
				font-size:12px;
				font-weight:bold;
				color:#1a8a01;
				text-decoration:none;
				background:url(../images/moncarlino/next_icon.png) no-repeat right center;
				padding-right:20px;
			}
			a.index_why_link:hover{
				font-family:Century Gothic,	Arial, Helvetica, sans-serif;	
				font-size:12px;
				font-weight:bold;
				color:#1a8a01;
				text-decoration:underline
			}
		#product_index_text_below{
			width:998px; /* 1024 - 26*/
			height:29px;
			float:right;
			text-align:right;
		}
			.text1{
				font-family:Arial Narrow ,Arial , Helvetica, sans-serif;
				font-size:20px;
				color:#69ba00;
			}
			a.text2{
				font-family:Arial Narrow ,Arial , Helvetica, sans-serif;
				font-size:20px;
				color:#ff1901;	
				text-decoration:none
			}
			a.text2:hover{
				font-family:Arial Narrow ,Arial , Helvetica, sans-serif;
				font-size:20px;
				color:#ff1901;	
				text-decoration:underline
			}
	#body2{
		width:1024px;
		height:92px;
		background:url(../images/moncarlino/index_body2_bg.jpg) top left no-repeat;
	}
		#body2_left{
			width:588px;
			height:91px;
			float:left;
			background:url(../images/moncarlino/index_body2_left.jpg) top left no-repeat;
		}
		#index_testi_avatar{
			margin-top:9px;
			width:153px;
			height:91px;
			float:left;
			text-align:right;
			
		}
		
		#index_testi_content{
			margin-top:9px;
			width:410px;
			height:78px;
			float:left;
			text-align:left;
			padding-left:10px;
			padding-right:10px;
			overflow:hidden
			
		}
		
		#index_testi_content p{
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#000000;
			text-align:justify
		}
		#index_testi_content p.index_testi_name{
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#ff8401;
		}
		#body2_right{
			width:436px;
			height:86px; /* 91 - 5*/
			float:right;
			padding-top:5px
		}
		#body2_right p{
			color:#FF0000;
			text-align:right;
			padding-right:26px;
			font-family:Myriad Pro ,Arial Narrow ,Arial , Helvetica, sans-serif;
			font-size:15px;
			color:#000000;
			padding-top:5px
		}
		#body2_right a{
			color:#000000;
			text-decoration:none
		}
		#body2_right a:hover{
			color:#000000;
			text-decoration:underline
		}
	#body3{
		width:1024px;
		height:203px;
		background:url(../images/moncarlino/index_body3_bg.jpg) top left no-repeat;
	}
		#body3_left{
			width:685px;
			height:203px;
			float:left;
			background:url(../images/moncarlino/index_body3_left.jpg) top left no-repeat
		}
		#index_testi_avatar_1{
			margin-top:14px;
			width:250px;
			height:91px;
			float:left;
			text-align:right;
		}		
		#index_testi_content_1{
			margin-top:14px;
			width:410px;
			height:78px;
			float:left;
			text-align:left;
			padding-left:10px;
			padding-right:10px;
			overflow:hidden;
		}
		#index_testi_content_1 p{
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#000000;
			text-align:justify
		}
		#index_testi_content_1 p.index_testi_name{
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#ff8401;
		}
		#facebook{
			width:70px;
			height:38px;
			padding-top:70px;
			padding-left:25px;
			text-align:left;
			float:left;
		}
		
		#body3_right{
			width:339px;
			height:203px;
			background:url(../images/moncarlino/index_body3_right.jpg) top left no-repeat;
			float:right;
			text-align:left
		}
			#body3_right_content{
				margin-top:20px;
				margin-left:35px;
				height:150px;
				width:260px;
				text-align:left;
				overflow:hidden;
								
			}
			
			#body3_right_content input
			{
				margin:2px 0px 2px 20px;
				_margin:0px 0px 0px 20px;
			}
			
			.button_green{
				background:url(../images/moncarlino/bt_survey_submit.png) no-repeat;
				width:69px;
				height:22px;
				border:none;
				cursor:pointer;
			}
			
			.body3_text{
				color:#000000;
				font-weight:bold;
				height:auto;
				padding-bottom:5px
			}
			#body3_right_content p{
				
			}
/***********************************INDEX**************************************/
/***********************************FOOTER**************************************/
#footer{
	width:1024px;
	height:100px;
	background:url(../images/moncarlino/footer_bg.jpg) left top no-repeat;
	margin-top:20px;
}
	#footer_left{
		margin-top:8px;
		width:265px;
		height:100px;
		float:left;
		text-align:right
	}
	#footer_right{
		margin-top:20px;
		margin-left:50px;
		width:675px;
		height:50px;
		float:left;
		text-align:center;
		overflow:hidden;
		vertical-align:middle;
	}
	#footer_right a{
		color:#000000;
		text-decoration:none
	}
	#footer_right a:hover{
		color:#000000;
		text-decoration:underline
	}
/***********************************FOOTER**************************************/

/***********************************DETAIL**************************************/
.bg_detail{
	background:#FFFFFF url(../images/moncarlino/bg_detail.jpg) no-repeat top center;
}

/***********************************DETAIL**************************************/



#body{
	padding:0px 26px 0px 26px;
	clear:both;
	text-align:left;
	overflow:hidden
}

/***********************************left content**************************************/
#left_content{
	float:left;
	width:284px;
	height:auto;
	padding:232px 0px 0px 16px;	
	_width:264px;
	_padding:232px 0px 0px 26px;	
}



#left_content .box_price{
	background:url(../images/moncarlino/bg_box_price.png) no-repeat;
	width:209px;
	height:55px;
	padding:10px 15px 0px 20px;
	_width:219px;
	_padding:10px 15px 0px 10px;
}

.large_price{
	font-size:22px;
	font-weight:bold;
	color:#FF7701
}

.box_price .left_box{
	float:left;
	width:100px;
}

.box_price .right_box{
	float:right;
	width:100px;
	padding:5px 0px 0px 0px;
}

.green_text{
	color:#20AB00;
	font-weight:bold
}

#left_content .box_compare{
	background:url(../images/moncarlino/bg_box_compare.png) no-repeat;
	width:202px;
	height:146px;
	margin:15px 0px 0px 5px;
	padding:15px 15px 0px 15px;
	text-align:center;
	_margin:15px 0px 0px 0px;
	_padding:15px 5px 0px 5px;
	_width:222px;
}

.box_compare h4{
	margin-bottom:5px;
	color:#333333;
	font-size:14px
}
.box_compare_h4{
	margin-bottom:5px;
	color:#333333;
	font-size:14px;
	font-weight:bold
}
.box_compare .before{
	float:left;
	width:85px;	

}

.box_compare .middle{
	float:left;
	width:16px;
	height:16px;
	background-color:#737474;
	color:white;
	margin:60px 8px 0px 8px;

}

.box_compare .after{
	float:left;
	width:85px;

}

.box_compare .link_forward{
	clear:both;
	padding:5px 10px 0px 0px;
	font-family:Century Gothic,	Arial, Helvetica, sans-serif;	
	font-size:12px;
	font-weight:bold;
	color:#1a8a01;
	
	
}

.link_forward a{
	display:block;
	background:url(../images/moncarlino/next_icon.png) no-repeat right center;
	color:#1A8A01;

	width:100%;
	_width:86%;
	
}

.box_compare_shadow{
	background:url(../images/moncarlino/shadow.png) no-repeat top left;
	width:100%;
	height:37px;
	margin:0px 0px 0px 5px;
	_margin:0px 0px 0px -5px;
}

#left_content .box_newsletter{
	background:url(../images/moncarlino/bg_box_newsletter.png) no-repeat;
	width:224px;
	height:170px;
	padding:10px 0px 0px 20px;
	_width:234px;
	_padding:10px 0px 0px 10px;
}

.box_newsletter h4{
	font-size:18px;
	font-weight:bold;
	color:#FF7701;
	margin-bottom:5px;
}
.box_newsletter_h4{
	font-size:18px;
	font-weight:bold;
	color:#FF7701;
	margin-bottom:5px;
}

.box_newsletter p{
	margin:7px 0px 7px 0px;
}

.button_orange{
	background:url(../images/moncarlino/btn_orange.png) no-repeat left 3px;
	border:none;
	width:87px;
	height:30px;
	color:#FFFFFF;
	font-size:13px;
	cursor:pointer;	
	
	_background:url(../images/moncarlino/btn_orange.png) no-repeat left top;
	_height:27px;
	
}

.link_orange{
	background:url(../images/moncarlino/btn_orange.png) no-repeat left 3px;
	border:none;
	width:87px;
	height:22px;
	color:#FFFFFF;
	font-size:13px;
	cursor:pointer;	
	_background:url(../images/moncarlino/btn_orange.png) no-repeat left top;
	_height:27px;
	display:block;
	text-align:center;
	float:right;
	padding-top:8px;
	margin-left:5px;
}

.btn_login{
	width:244px;
	text-align:center;
	margin-top:25px;

}

.btn_login a{
	background:url(../images/moncarlino/btn_aff_login.png) no-repeat top left;
	display:block;
	width:148px;
	height:35px;
	margin:0 auto;
}

.facebook{
	width:244px;
	text-align:center;
	margin-top:20px;
}

/***********************************left content**************************************/

/***********************************right content**************************************/
#right_content{
	float:right;
	width:668px;
	height:auto;
	overflow:hidden;
	z-index:0
}

#right_content #main_content{
	position:relative;

}

#main_content .border_top{
	background:url(../images/moncarlino/border_top_content.png) no-repeat;
	width:668px;
	height:11px;
}

#main_content .middle_content{
	background:url(../images/moncarlino/testimonial_20.png) repeat-y top  left ;
	width:668px;
	height:auto;
	padding:10px 0px 10px 0px;
	position:relative;
	_overflow:hidden
	
	
}

.middle_content h1{
	font-size:20px;
	color:#1A8A01;
	margin-left:30px;
}

 .top_right_bar{
	background:url(../images/moncarlino/top_right_bar.png) no-repeat;
	width:199px;
	height:21px;
	position:absolute;
	top:-4px;
	right:7px;
	padding:6px 0px 0px 10px;
	clear:both;
	text-align:;
	_right:-3px;
	font-weight:bold;
	
	
}

.top_right_bar a{
	color:#333333;
	
}

.middle_content .content{
	margin:0px 30px 0px 30px;
	padding:10px 0px 0px 0px;

}

#main_content .border_bottom{
	background:url(../images/moncarlino/border_bottom_content.png) no-repeat;
	width:668px;
	height:5px;
}

#main_content .foot_content{
	background:url(../images/moncarlino/bg_foot_content.png) repeat-y;
	width:668px;
	height:auto;
	text-align:right;
	padding:5px 0px 5px 0px;
	
}

.foot_content .content{
	margin:0px 30px 0px 28px;
}

#main_content .border_foot_content{
	background:url(../images/moncarlino/border_foot_content.png) no-repeat;
	width:668px;
	height:5px;
}

/***********************************right content**************************************/

/***********************************testimonial.html**************************************/
.post{
	margin:15px 0px 15px 0px;
}

.title_1{
	background:url(../images/moncarlino/title_icon.png) no-repeat top left;
	color:#1B9D01;
	font-weight:bold;
	padding:2px 0px 2px 20px;
	font-size:13px;
}

.post p{
	margin:5px 0px 0px 0px;
	text-align:justify;
	color:#333333
}
/***********************************testimonial.html**************************************/

/***********************************video.html**************************************/
.middle_content .content_white{
	margin:0px 16px 0px 16px;
	padding:10px 0px 0px 0px;
	overflow:hidden;
}

.content_white .content_white_top{
	background:url(../images/moncarlino/border_content_white_top.png) no-repeat ;
	width:636px;
	height:5px;
}
.content_white .content_white_middle{
	height:auto;
	background:url(../images/moncarlino/bg_content_white.png) repeat-y;
	padding:10px 0px 20px 0px;
	overflow:hidden;
	clear:both;
	_float:left;
}

.content_white_middle .left_post{
	float:left;
	width:215px;
	padding-left:15px;
	
}

.content_white_middle .left_post p{
	margin:10px 0px 0px 0px;
	text-align:justify
}

.content_white_middle .right_post{
	float:left;
	width:401px;
	padding-right:5px;
	text-align:right
}

.content_white .content_white_bottom{
	background:url(../images/moncarlino/border_content_white_bottom.png) no-repeat;
	width:636px;
	height:5px;
}

.title_2{
	color:#FE8300;
	font-weight:bold;
	font-size:13px;
}

.date{
	color:#666666
}
/***********************************video**************************************/

/***********************************survey.html**************************************/
.border_top_survey{
	background:url(../images/moncarlino/border_top_survey.png) no-repeat;
	width:620px;
	height:5px;
}
.content_survey{
	background:url(../images/moncarlino/bg_survey.png) repeat-y;
	width:620px;
	padding:15px 0px 15px 0px;
	text-align:justify;
	color:#333333;
	font-weight:bold
}

.content_survey input {
	margin:4px 0px 5px 20px;
	vertical-align:middle
	
}

.content_survey p{
	padding:0px 20px 0px 20px ;
	
}

.border_bottom_survey{
	background:url(../images/moncarlino/border_bottom_survey.png) no-repeat;
	width:620px;
	height:5px;
}
/***********************************survey.html**************************************/

/***********************************new.html**************************************/
.post_news{
	width:596px;
	padding:10px 20px 0px 20px;
	height:auto;
	overflow:hidden;
	
	
}

.title_3{
	color:#1A8A01;
	font-weight:bold;
	font-size:13px;
}

.title_3 a{
	color:#1A8A01;
}

.content_news{
	padding:5px 0px 0px 0px;
	overflow:hidden;
	
}

.content_news img , .content_news_details img{
	float:left;
	margin-right:10px;
}

.content_news p{
	float:left;
	width:465px;
	text-align:justify;
	
}

.content_news_details p{
	text-align:justify;
	/*line-height:22px;*/
	line-height:160%;	
}
.content_news_details li{
	line-height:160%;	
}
.read_more{
	text-align:right
}

.read_more a{
	color:#1A8A01;
	
}

.active_link{
	background:url(../images/moncarlino/bg_active_tab.png) no-repeat;
	width:150px;
	height:22px;
	font-weight:bolder;
	color:#FE8300;
	padding:6px 0px 6px 0px;
	text-align:center;
	display:block;
	float:left;
	text-decoration:none;
	margin-right:5px;
	outline:none;
}

.inactive_link{
	width:150px;
	height:22px;
	font-weight:bolder;
	color:#FE8300;
	padding:6px 0px 0px 0px;
	text-align:center;
	display:block;
	float:left;
	text-decoration:none;
	outline:none;
	margin-right:5px;
}

/***********************************new.html**************************************/

/***********************************contact.html**************************************/
.content1{
	margin:0px 20px 0px 20px;
	padding:30px 0px 0px 0px;
	width:620px;
}

.active_tab{
	background:url(../images/moncarlino/bg_active_tab.png) no-repeat;
	width:97px;
	height:22px;
	font-weight:bolder;
	color:#FE8300;
	padding:6px 0px 0px 0px;
	text-align:center
}

.border_top_contact{
	background:url(../images/moncarlino/border_top_contact.png) no-repeat;
	width:299px;
	height:5px;
}

.content_contact{
	background:url(../images/moncarlino/bg_box_contact.png) repeat-y top left;
	width:299px;
}
.content_contact p{
	padding:10px 15px 10px 15px
}
.border_bottom_contact{
	background:url(../images/moncarlino/border_bottom_contact.png) no-repeat;
	width:299px;
	height:5px;
}

.left_contact_content{
	width:48%;
	float:left;	
}

.right_contact_content{
	width:48%;
	float:right;	
}

.border_top_contact_form{
	background:url(../images/moncarlino/border_top_contact_form.png) no-repeat;
	width:620px;
	height:5px;
}

.content_contact_form{
	background:url(../images/moncarlino/bg_content_contact_form.png) repeat-y top left;
	width:620px;
}

.content_contact_form p{
	padding:10px 15px 10px 15px
}

.content_contact_form table tr{
	height:30px;
}


.border_bottom_contact_form{
	background:url(../images/moncarlino/border_bottom_contact_form.png) no-repeat;
	width:620px;
	height:5px;
}


/***********************************contact.html**************************************/

/***********************************product.html**************************************/
.product_top_intro{
	clear:both;
	overflow:hidden;
	height:auto;
	margin-bottom:10px;
	text-align:justify;
}

.product_top_intro p{
	/*float:left;*/
	/*width:425px;*/
	text-align:justify;
	margin:0;
	/*padding:10px 0px 0px 15px;*/
}
.product_top_intro ul{
	padding:10px 0px 0px 15px;
	margin-bottom:5px;
	list-style:circle;
}
.box_buynow{
	background:url(../images/moncarlino/bg_buynow.png) no-repeat;
	width:147px;
	height:76px;
	float:right;
	margin:0;
}

.title_4{
	background:url(../images/moncarlino/bg_title_4.png) no-repeat;
	width:124px;
	height:19px;
	color:#FE8300;
	font-weight:bold;
	padding:3px 0px 0px 0px;
	text-align:center
}

.title_5{
	background:url(../images/moncarlino/bg_title_5.png) no-repeat;
	width:147px;
	height:19px;
	color:#FE8300;
	font-weight:bold;
	padding:3px 0px 0px 0px;
	text-align:center
}

.product_features{
	/*width:95%;*/
	width:100%;
	/*margin-top:15px;*/
	margin-top:0px;
	clear:both;
	text-align:justify;
	
}

.product_features p{
	/*padding:10px 0px 0px 15px;*/
	padding:0px 0px 0px 0px;
	margin-bottom:5px;
	text-align:justify;
	line-height:180%
}
.product_features blockquote{
	line-height:180%
}
.product_features ul{
	padding:10px 0px 0px 15px;
	margin-bottom:5px;
	list-style:none;
}

.product_review{
	float:left;
	width:310px;
	height:auto;
	overflow:hidden;
	
}

.product_comment{
	float:left;
	width:290px;
	height:auto;
	overflow:hidden;

}

.border_top_product{
	background:url(../images/moncarlino/border_top_product.png) no-repeat;
	width:293px;
	height:5px;
}

.bg_content_product{
	background:url(../images/moncarlino/bg_content_product.png) repeat-y top left;
	height:auto;
	overflow:hidden;
	width:293px;
}

.wrap_list_comment{
	padding:15px 15px 15px 15px;
	
}

.wrap_list_comment .comment{
	margin:0px 15px 10px 0px;
	
}

.border_bottom_product{
	background:url(../images/moncarlino/border_bottom_product.png) no-repeat;
	width:293px;
	height:5px;
}

.button_1 {
	background:url(../images/moncarlino/button_1.png) no-repeat;
	display:block;
	width:116px;
	height:19px;
	text-align:center;
	text-decoration:none;
	color:#666666;
	float:left;
	font-weight:bold;
	padding-top:3px
}

/***********************************product.html**************************************/
/*************************************login******************************************/
#login .content{
	background:url(../images/moncarlino/chumnho.png) bottom right no-repeat;
}
.login_header{
	color:#21ac01;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	border:#FFFFFF 1px solid;
	padding: 2px 5px 2px 5px
}
/*************************************login******************************************/
#flashinfo {
	font-family: Arial;
	font-size: 7.5pt;
	color: #888888;
	padding: 10px 10px 10px 10px;
	line-height: 120%;
	text-align: right;
}

#flashinfo h1 {
	font-size: 8pt;
	color: #FE7801;
	margin: 1px 0px 1px 0px;
	padding: 1px 0px 1px 0px;
}

#flashinfo p {
	margin: 0;
	padding: 0px 0px 2px 0px;
}
.flashinfo_highlight {
	color: #FF0000;
	font-weight: bold;
	font-size: 8.5pt;
}
.classh1{
	font-size:20px;
	color:#1A8A01;
	margin-left:30px;
}

/*pagging*/
#pagging{
	text-align:right;
	padding:6px 0px 0px 0px;	
	
}
#pagging li{
	display:inline
}

#pagging li a{
	background:url(../images/pagging_link.png) no-repeat;
	padding:3px 8px 3px 7px;
	text-decoration:none;
	color:#000000;
}

#pagging #pagesselected{
	color:#FF7701
}

#pagging a:hover{
	text-decoration:underline
}

#pagging a:visited{
	color:#000000
}	

.bodyvideo_right{
	width:226px;
	height:212px;
	background:url(../images/moncarlino/bg_box_buynow.png) top left no-repeat;
	float:right;
	text-align:left;
	overflow:hidden;
	margin:0px 30px 0px 0px;
	padding:7px;
}
