/* Left column Styles */
#learn #contents .middle-box {
	background-image: url(../layout/back_learn_body.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#learn .right-box h1 {
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
	background-color: #A86D3E;
	padding: 6px;
}

#learn .right-box h2 {
	color: #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 6px;
	font-size: 12px;
}


#learn .right-box select {
	font-size: 11px;
	color: #666666;
	width:150px;
	
}
#learn .right-box #faqsearch {
	font-size: 11px;
	color: #A86D3E;
	width:150px;
	background-color:#FFFFFF;
	border: 1px solid #BAB4A7;
}
#learn .right-box #submitfaq {
	width:100px;
	background-color:#A86D3E;
	color:#ffffff;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 5px;
}

#learn .right-box #submitfaq.over {background-color:#339999;}
#learn .right-box #submitfaq.out {background-color:#A86D3E;}

/* Middle Styles */
#learn .middle-box {background-image:none;}
#learn .middle-box .textover h1 {
	color: #A6401E;
	padding-bottom: 10px;}
#learn .middle-box .textover {
	color: #333333;
}
#learn .middle-box .textover h3 {
	color: #A6401E;
	font-size: 12px;
	font-weight: bold; 
	margin-bottom: 6px;
}

/* FAQ Listing Table Styles */
#learn .middle-box .textover p {line-height:normal;}
#learn .middle-box .textover #listing  {
	color: #333333;
	font-size: 11px;
}
#learn .middle-box .textover #listing a{
	font-weight: normal;
}
#learn .middle-box .textover #listing a:hover {
	color: #FF3300;
	text-decoration: underline;
}
#learn .middle-box .textover #listing .title {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
#learn .middle-box .textover #listing .title a:hover {
	color: #FF3300;
}
#learn .middle-box .textover #listing .slightlysmaller, #faq .middle-box .textover #detail .slightlysmaller {
	font-size: 10px;}
	
/* FAQ Detail Table Styles */

#learn .middle-box .textover #detail td {
 	color: #333333;
	font-size: 11px;
	height: 18px;
}
#learn .middle-box .textover #detail .title {
	font-weight: bold;
	color: #A6401E;
}
#learn .middle-box .textover #detail .boldred {
color: #A6401E;	font-weight: bold;}

/* Instruction Sheets 
---------------------------------------------------------------- */
.thumbstech {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 56px;
	width: 104px;
	background-image: url(../layout/learn_inst_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.thumbstech a:hover {
	color: #C74D23;
}
.thumbstech a {
	color: #59412b;
	text-align:center;
	font-weight: bold;
	font-size:11px;
	text-decoration: none;
}
.thumbstech table {
	height: 80px;
	width: 123px;
}
.thumbstech td {
	vertical-align:bottom;
	text-align:center;
	padding-bottom:3px;
	line-height:11px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center 10px;
}

/* technical icons end
---------------------------------------------------------------- */
#learn .middle-box .textover h2.breadcrumbs {
	font-size:11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#learn  .middle-box .textover h2.breadcrumbs a {
	color: #607779;
	text-decoration: none;
	font-size:11px;
}

