﻿.toggle 
{
    text-decoration: none; 
    cursor: pointer;
    background-image: url(../images/icons/normal/arrow-right.gif); 
	background-repeat: no-repeat;
	background-position: left; 
	padding-left: 10px; 	
	*background-position:left top; 
}
.toggleSelected
{
    text-decoration: none; 
    cursor: pointer;
    background-image: url(../images/icons/normal/arrow-down.gif); 
	background-repeat: no-repeat; 
	background-position: left; 
	padding-left: 10px; 
	*background-position:left top;
}
div.contentColumn2 .toggleDetails{
    display: none;
	padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    border-bottom-width: 3px;
    border-bottom-style: double;
    border-bottom-color: #d0d0d0; 
}

div.contentColumn2 div.toggleDetails table.toggleDetails
{
	padding:0px;
	_width:696px !important;
}


div.faqQuestion
{
	margin-top:0.5em;
}
div.faqQuestion a.toggleSelected
{
	*display:block;
}
div.faqQuestion span.toggleDetails
{
	float:left !important;
	width:100%;
}
div.faqQuestion img
{
	float:left !important;
}
div.faqQuestion p
{
	margin-bottom:0px;
}

.toggleDiscount 
{
    text-decoration: none; 
    cursor: pointer;
    background-image: url(../images/icons/normal/arrow-right-black.gif); 
	background-repeat: no-repeat;
	background-position: left; 
	padding-left: 10px; 	
	*background-position:left top; 
}
.toggleDiscountSelected
{
    text-decoration: none; 
    cursor: pointer;
    background-image: url(../images/icons/normal/arrow-down-black.gif); 
	background-repeat: no-repeat; 
	background-position: left; 
	padding-left: 10px; 
	*background-position:left top;
}
.selectSubjectFaq
{
	width:160px !important;
	margin-right:15px;
}

