@charset "utf-8";
/* CSS FONTS */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #01060c;
}

h1.section_name{
	font-size: 20px;
	color: #01060c;
}

h2{
	font-size: 17px;
	font-weight: bold;	
}
h2.product_type{
	color: #01060C;
}
h2.offer a:hover{
	text-decoration: underline;
}

a{
	color: #01060C;
	text-decoration: none;
}
	a.white{
		color: #FFF;
	}
a.more_refer{
	font-size: 14px;
	font-weight: normal;
	color: #525252;
}
	a.more_refer:hover{
		text-decoration: underline;
	}
	
ul.select_language li,	
ul.select_language li a{
	font-size: 20px;
	color: #4f4b52;
	text-align: center;
	text-decoration: none;
}

ul.footer_nav li{
	font-size: 17px;
	color: #f3f6f5;
}
ul.dropdown li.passive,
ul.dropdown li a{
	font-size: 16px;
	font-weight: bold;
	color:#FFF;
	text-decoration: none;
	text-transform: uppercase;
}
ul.sub_nav li a{
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
    color: #2e2d30;
}
	ul.sub_nav a:hover{
		text-decoration: underline;
	}
ul.dropdown li.passive,
ul.dropdown li a.ico_home_drop{
	color: #333;
}
ul.gray_bullet li{
	font-size: 15px;
}
	ul.gray_bullet li a:hover{
		text-decoration: underline;
	}
ul.subpage_nav li,
ul.subpage_nav li a{
	color: #525252;
	font-size: 14px;
}
ul.subpage_nav li a:hover{
	text-decoration: underline;
}

span.gray{
	color: #4C4C4C;
}
div.inner + label{
               font-size: 12px;
               text-align: center;
               font-style: italic;
               color: #666;
               line-height: 14px;
}
