@charset "utf-8";

#supportTopics {
	float: left;
	width: 185px;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:150%;
}

#supportTopics h3 {
	font-size: 13px;
	line-height:150%;
	font-weight:bold;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABD8FC;
}

#supportTopics ul {
    margin: 0px;
    padding: 0px;
	margin-bottom:10px;
}

#supportTopics li {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E4E4E4;
	text-decoration:none;
}

#supportTopics li a, #supportTopics li a:link, #supportTopics li a:visited, #supportTopics li a:active {
	display:block;
	padding:4px;
	color: #999999;
	text-decoration:none;	
}

#supportTopics li a:hover {
	display:block;
	background-color: #F8F8F8;
	color: #666666;
	background-image: url(../images/support_arrow.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}

#supportTopics li a.select {
	display:block;
	padding:4px;
	color: #000000;
	text-decoration:none;	
	background-image: url(../images/support_arrow_select.gif);
	background-repeat: no-repeat;
	background-position: right 5px;	
}

#supportContent {
    margin-left: 210px;
    margin-right: 20px;
    padding-bottom: 20px;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:150%;
}

#supportContent p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:150%;
	margin: 0px 0px 10px 0px;
	padding: 0 0 0 0;
}

#supportContent h1 {
    display: block;
    margin: 0px 0px 20px;
    padding: 0px 0px 5px;
    margin-left:0px;
    color: #0099FF;
    border-bottom:1px groove #999999;
    font-size:18px;  
}

#supportContent h2 {
	display: block;
	margin-left:0px;
	font-size:16px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	/* padding-top:10px;*/	
}

#supportContent h4 {
	display: block;
	font-weight:bold;
	margin-left:0px;
	font-size:13px;
	margin: 0px 0px 10px 0px;
	padding:0px;
}

#supportContent ul {

}

#supportContent li {
	font-size:13px;
	line-height:150%;
    margin-bottom: 10px;
}

#supportContent dl {
    padding: 0px;
    margiin: 0px;
}

#supportContent dt {
    margin-top: 1em;
}

ul#contactEmails {
	margin-top:20px;
	margin-left:20px;
	padding:0px;
}

ul#contactEmails li {
	margin:0px;
	padding:0px;
	margin-left:10px;
	padding-left:5px;
	margin-bottom: 20px;
	list-style-type: circle;
}

/*-- Option 2 to switch position of Topic and Content --*/
#supportTopics.option2 {
	float: right;
	width: 185px;
	margin-top: 0px;
	padding-left: 5px;
    margin-right: 20px;	
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:150%;
}

#supportContent.option2 {
	width:680px;
    margin-left: 10px;
    margin-right: 20px;
    padding-bottom: 20px;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:150%;
}

/*-- CallOut Image Button --*/
div.calloutBtn {
	width:200px;
	height:120px;
	float:right;
	background-repeat: no-repeat;
	background-position: center top;
}

div.calloutBtn.joinsmashion img{
	height:100%;
	width:100%;
	vertical-align:bottom;
}

div.calloutBtn.joinsmashion{
	background-image: url(../images/callout_btn_joinsmashion.png);
	background-position: center top;
}

div.calloutBtn.startsmashionstore img{
    height:100%;
    width:100%;
    vertical-align:bottom;
}

div.calloutBtn.startsmashionstore{
	background-image: url(../images/callout_btn_startsmashionstore.png);
	background-position: center top;
}

#supportContent ul.tight li {
    margin-bottom: 0px;
}

table.rssFeed td img {
	vertical-align: middle;
}	
    
.referralLink {
	background-color: #F7F8F9;
	border: 1px solid #DEE2E5;	
    padding: 10px;
    color: #666666;
    margin: 10px; 
}

table#bdgpick {
	border-bottom:1px groove #999999;
	margin-bottom: 20px;
}
	
table#bdgpick img {
	vertical-align: middle;
}

table#bdgpick img {
	width: 80px;
}

table#bdgtbl01 img {
	margin-right: 1em;
	margin-bottom: 1em;
}

/* FAQ page */

#supportContent ul.faqList {
    list-style-type: disc;
}

#supportContent ul.faqList li {
    margin-bottom: 0px;
}

#supportContent .faqListSection {
    text-decoration: underline;
    font-size: 13px;
}

