.accordion_toggle {
background-color:#ececec;
display:block;
height:auto;
width:100%;
color:#000;
/*cursor:pointer;*/

padding:3px 0 3px 0;
}

.accordion_toggle_active {
color:#OOO;
	}

.accordion_content {
background-color:#ececec;
color:#444;
overflow:hidden;
padding:10px 0 10px 0px;
display:none;

}

/*.accordion_content h2,.vertical_accordion_content h2 {
color:#09F;
margin:15px 0 5px 10px;
}
*/
.accordion_white{
	background-color:white;
	}
	
#container{
	padding-top:10px;
	}
	
.buy_selections {
	width:100%;
	}
	
.buy_selections .middle_text {
	text-align:center;
	}
	
.buy_selections td{
	padding-right:10px;
	padding-bottom:5px;
	}
	
.bodycopy a{
	color:#FC4713;
	
	}
	
.blue_link a{
	color:#FC4713;
	}
	
.where_to_buy .title{
	width:300px;
	}
	
.countrySelect{
	padding-bottom:10px;
	}
	
/*arrow link*/
a.arrow{
	display:block;
	background-image:url(../images/plus.gif);
	background-repeat:no-repeat;
	width:21px;
	height:19px;
	background-position:center;
	float:right;
	margin-right:5px;
	}
	
a.arrow:hover{
	background-color:#FC4713;
	background-image:url(../images/plus_blue.gif);
	background-repeat:no-repeat;
	}
	
a.arrow_up{
	display:block;
	background-image:url(../images/minus.gif);
	background-repeat:no-repeat;
	width:21px;
	height:19px;
	background-position:center;
	float:right;
	margin-right:5px;
	}
	
a.arrow_up:hover{
	background-color:#FC4713;
	background-image:url(../images/minus_blue.gif);
	background-repeat:no-repeat;
	}
/*arrow link*/