﻿
	#title
	{
		padding-bottom:10px;
	}
	
	.Question
	{ 
		height:auto; 
		margin:15px 0 10px 0 ;
		width:90%;
	}
	
	.h4Header
	{
		font-weight:bold;
		color:#000000;
		font-size: 16px;
	}
	
	#allQuestions
	{
		padding-left:30px;
	}
	
	.answerBox
	{
		margin:0 0 0 37px; 
		padding: 0 15px 15px 0px; 
		width:90%;
		float:left;
		border-bottom:1px solid #eeeeee;
		color: #333;
	}
	
	.answerBox ol
	{
		margin:0 0 0 0px; 
		padding-left:10px; 
		width:100%;
	}

	.Q
	{
		margin:0px 5px 0 0;
		background-color: #CCCCCC;
		/*display: none; */
		font-size:15px;
	}

	.A
	{
		margin:0px 5px 0 0;
		float:left;
		display: none;
		font-size:12px;
	}
	
	p
	{	
		color:#000000;
		font-size:12px;
	}
	
	.answerBox a
	{
		text-decoration:underline;
	}
	
	#faqLink
	{
		font-weight:bold;
		color:#568026;
	}
	
	.answerBox ol
	{
		font-size:12px;
		color:#333;
		line-height:20px;
	}
	
	.AccordionTitleFAQ
	{
		padding :0px 0 3px 15px;
		width :640px;
		overflow :hidden;
		cursor:pointer;	
		vertical-align:middle;
		text-align:left;
		display:block;
		background-color:#fff;
		/*border-bottom: 1px solid #E8E8E8;*/
		-moz-user-select:none;
		margin-bottom: 2px;
		font-size:13px;
		line-height:16px;
		color:#568026;
		text-decoration:none;
		font-weight:bold;
	}

	.AccordionTitleFAQ:hover
	{
		color:#568026;/*#cd6b0b*/;
		text-decoration:none;
	}

	.AccordionTitleFAQ a {color:#568026;}
	
	.AccordionTitleFAQ a:hover {color:#568026;}

	.AccordionContentFAQ
	{
		height:auto;
		_height:50px;
		overflow:hidden;
		display:none;
		padding-bottom:10px;
		margin:0 0;
		text-align:left;
		clear:both;
		width: 600px;
	}
	
	.AccordionContainerFAQ
	{
		clear:both;
		padding-bottom:10px;
	}
	#europeShip td
	{
		font-size:12px;
		color:#999;
		background-color:#f5f5f5;
	}
	#europeShip th
	{
		font-size:12px;
		font-weight:bold;
		color:#fff;
		background-color:#568026;
		padding-left:2px;
		
	
	}
	
	
	
	
	
