@charset "UTF-8";
/* CSS Document */



#questions ul.square { 
	margin-left: 1.5em;
	color: #CCCCCC;
	list-style-position: inside;
	padding-left: 10px;
}

#questions ul.square li { 
	line-height: 120%; 
	padding: 3px 0;
	font-size: 14px; 
	list-style-position: inside;
	padding-left: 10px;
}


#questions h2 { 
	font-weight: normal; 
	margin: 5px;
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif;
}


#questions a, #questions a:active{
	color: #072b61;
	text-decoration:none;
}

#questions a:visited{
	color: #1347a0;
	text-decoration:none;
}


#questions a:hover{
	color: #00aeef; 
	text-decoration: underline;
}

a.forums { /**** Buttons rollover ****/
	display: block;
	width: 40px;
	height: 33px;
	background: url("../../helpadvice/images/new/forums.png") 0 0 no-repeat;
	text-decoration: none;
	float:right;
	position: relative;
	top: -8px;
	right: 10px;
}

a:hover.forums {
	background-position: -40px 0;
}

a.blog { /**** Buttons rollover ****/
	display: block;
	width: 40px;
	height: 33px;
	background: url("../../helpadvice/images/new/blog.png") 0 0 no-repeat;
	text-decoration: none;
	float:right;
	position: relative;
	top: -8px;
	right: 10px;
}

a:hover.blog {
	background-position: -40px 0;
}

.answersdivider { 
	border-top: 1px solid #e0e0e0; 
	margin-bottom: 12px;
	margin-top: 12px;
}



.foruminfo{
	
	border-top: 1px dashed #cccccc;
	padding-top: 10px;
	margin-bottom: 20px;
	margin-top: 5px;
}

.forumtitle{
	font-weight: bold; 
	color: #072b61; 
	font-size: 14px;
	margin-top: 5px;	
}

.calltype{
	margin-left: 5px;
	margin-right: 5px;
}

.customerbutton{
	margin-left: 15px;
}

.conferenceimage{
	float: right;
	margin: 15px;
	margin-top: 0px;
}


.featuresposition{
	float: right;
	margin: 15px;
}


.travelposition{
	float: right;
	margin-right: 10px;
}

.travelpositionleft{
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.toolimages{
	float: right;
	margin: 15px;
	margin-top: 0px;
}

a.rma { /**** Rollover for the returns button ****/
	
	display: block;
	width: 288px;
	height: 69px;
	background: url("../../HelpAdvice/images/shipping/rma.png") 0 0 no-repeat;
}
 
a:hover.rma{
    background-position: -288px 0;
}

.shippingicon{
	float: right;
}

.asteriskfont{
	font-family: courier, arial, sans-serif;
}

.connectleft{
	float: left;
	margin: 0 0px 20px 90px;
}

.connectright{
	float: right;
	margin: 0 90px 20px 0;
}

.deviceposition{
	position: relative;
	left: 20px;
	top: 10px;
	margin-bottom: 20px;
}

.emphasis{
	color: #1347a0;
	font-weight: bold;
}

/*iPhone config page image position*/

.iphoneimg{
	width: auto;
	float: left;
	margin: 20px 40px 20px 0;
}

/*luna config page for the buttons at the top ________________________________________*/

.buttonholder{
	float: right;

}

.luna{
	float: left;
}

.mac{
	border: 0px;
	clear: both;
	position: relative;
	left: -40px;
	top: 50px;

}


.pc{
	border: 0px;
	position: relative;
	left: -40px;
	top: 23px;
}

/*Table on Trouble shooting page_____________________*/

table.buffet {
	font: 12px/24px Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 880px;
	color: #424242;
	}

table.buffet th {
	text-align: left;
	}
	
table.buffet tr.title td {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #3F5980;
	color: #ffffff;
	font-weight: bold;
	}

table.buffet tr.grey td {
	border-bottom: 1px solid #cccccc;
	background: #efefef;
	}

table.buffet tr.greytop td {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background: #efefef;
	}

table.buffet td {
	border-bottom: 1px solid #CCC;
	padding: 0 1em;
}

/*Specification table----------------------------------*/

table.spec {
	font-size: 14px;
	border-collapse: collapse;
	width: 880px;
	}

table.spec th {
	text-align: left;
	}
	
table.spec tr.title td {

	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #efefef;
	color: #1347a0;
	font-weight: bold;
	}

table.spec tr.grey td {
	border-bottom: 1px solid #cccccc;
	background: #efefef;
	}

table.spec tr.greytop td {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background: #efefef;
	}

table.spec td {
	border-bottom: 1px solid #CCC;
		padding: 5px 5px 5px 5px;
}
