.supportHomeLeft{float: left; width:655px; /*width:640px; padding-left:15px;*/}
.supportHomeRight{
    float: right; 
    width:314px;
    margin-right:8px;
}
.supportHomeLeft p, .supportHomeRight p{
    font-size: 14px; 
    line-height: 19px;
}

.supportHomeLeft hr{
    width:630px;
}

.fd_faqContent{
    border:none;
    margin:0;
    padding:0;
    margin-top:25px;
}
.faq_searchFilter{
    width:628px;
    padding:8px;
    margin: 15px 0;
    border:thin solid #ddd;
}
.faq_searchFilter legend{display: none;}
.faq_searchFilter_form{
     color: #287EAE;
    float: left;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 19px;
    padding: 6px;
}

.faq_searchFilter_familyProduct{
    margin-top: 25px;
}


.faq_searchFilter_familyProduct div{
    width:110px;
    margin:5px;
    float: left;
    height: 100px;       
}

.faq_searchFilter_ProductList{
	float: left;
	/*width: 240px;*/
	/*height: 320px;*/
	padding-left: 15px;
	/*border-left: 1px solid #CCCCCC;*/
}

.faq_searchFilter_ProductListItems{
	height: 270px;
	overflow-y: auto;
	overflow-x: hidden;
}

.faq_searchFilter_ProductList hr{
	/*width:230px;*/
	padding: 0px;
	margin: 0px;

}
.faqContent{
    padding-top:8px;
    width:628px;
}

.faq_FamilyItem{
    width:110px;
    height:90px;
    display: block;
    padding-top:10px;
}

.faq_FamilyItem div{
    width:auto;
    margin:auto;
    float: none;
    height: auto; 
    
}

.faq_selectedFamilyItem,.faq_FamilyItem:hover {
    border: 1px solid #287EAE;
    border-radius: 5px;
    text-decoration: none;
}

.faq_boxTitle {
    color: #287EAE;
    font-family: "arial";
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

.faq_internalCodeError{
	color: #DD4B39;
    font-family: "arial";
    font-size: 14px;
    text-align: left;
    text-decoration: none;
	float: right;
}

.faq_selectedProductItem{
	/*background-color: #E6EFF2;*/
	border: 1px solid #287EAE;
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
/*	background-color: #E6EFF2;*/
}


.faq_answer_disable{
	display: none;
}
.faq_answer_visible{
	display: block;
}

.faq_answer_active{
	display: block;
  background-color:yellow;
}

.faq{
    
}

.faqQuestion {
   color: #287EAE;
  
}

.faqQuestion a{
  /*border-top:solid 1px;*/
  color: #287EAE;

  font-weight: normal;
  text-align: left;
  text-decoration: none;
  font-size:15px;
  border-color: #E5E5E5 #DBDBDB #D2D2D2;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  display: block;
  margin-bottom:12px;

}
.faqContent .faqQuestion a:hover{
  /*color: #287EAE;*/
  text-align: left;
  text-decoration: none !important;
}
.faqAnswer{
  padding:10px;    
  font-family: Arial,Helvetica,sans-serif;
  font-size:14px;
}
.faqAnswer div{
}
.faqAnswer p{
  font-size:12px;
}

.faqQuestion {
   color: #287EAE;
  
}

.title_Prodlist{
	  color: #2396BC;
    float: left;
    font-size: 13px;
    text-align: left;
    width: auto;
	padding-right: 10px;
}
.prod_list_box img{
  float:left;
}
#footer{
  float:left;
}

.faq_search{
	float: right;
	
}

.faq_searchCat{
	float: left;
	display: none;
}

.faq_searchBox{
	
	height: 30px;
    padding: 11px;
    width: 95%;
	
}

.faq_searchFilter{
    /*width:628px;*/
    border:none;
    margin:0;
    padding:0;
    
}
.faq_searchFilter legend{display: none;}

.faq_searchFilter_form{
    /*margin-top:27px;*/
    /*float:right;*/
    font-family: sans-serif;
    font-size: 14px;
    line-height: 19px;
    /*width:38%;*/
    padding:6px;
    color: #287eae;
    float:left;
    
}

 .faq_searchFilter_form input{
     width:117px;
     padding:3px;
     border:thin solid #dcdcdc;
     font-size: 14px;
     color: #444;
     margin: 0 4px 0 15px;
 }
 .faq_searchFilter_form span.question_mark{
     display: inline-block;
     text-indent:-9000px;
     width:34px;
     height:24px;
     padding:0;
 }


.faq_searchFilter_form a {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.faq_searchFilter_form a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.faq_searchFilter_form a:active {
	position:relative;
	top:1px;
}

.faq_searchFilter_familyProduct{
/* width:60%;*/
 clear:both;
}

.faq_searchFilter_familyProduct div{
    margin:5px;
    float: left;
}

.faq_searchFilter_ProductList{
	float: left;
	/*width: 235px;*/
	/*height: 220px;*/
	padding-left: 15px;
	padding-top: 10px;
	width: 100%;
	/*border-left: 1px solid #CCCCCC;*/
}

.faq_searchFilter_ProductListItems{
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.faq_searchFilter_ProductList hr{
	/*width:230px;*/
	padding: 0px;
	margin: 0px;

}


.TitleField{
    font-size: 1.5em;
    color: #287EAE;
    font-weight: normal;
    margin-bottom: 0;
}


.faq_FamilyItem{
    width:100px;
    height: 80px;       
    padding:5px;
    display: block;
    border:1px solid #fff;
}

.faq_FamilyItem div{
    width:auto;
    margin:auto;
    float: none;
    height: auto; 
    color:#287EAE;
    
}

.faq_selectedFamilyItem,.faq_FamilyItem:hover {
    border: 1px solid #287EAE;
    border-radius: 5px;
    text-decoration: none;
}

.faq_boxTitle {
    color: #DDD;
    font-family: "arial";
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.faq_internalCodeError{
	color: #DD4B39;
    font-family: "arial";
    font-size: 14px;
    text-align: left;
    text-decoration: none;
	float: right;
}

.imageGalleryThumbnail{
    text-align: center; 
    color:#287EAE;
    height: 104px !important;
}

.imageGalleryThumbnail a{
    font-size: 11px;
    padding-top:3px;

}
.faq_selectedProductItem{
    border: 1px solid #287EAE;
    border-radius:5px;
    padding: 5px;
    text-align: center;
}
.faq_searchFilter_ProductBox{
	float: left;
	/*width: 230px;*/
	/*position: relative;*/
	width: 100%;
}

.faq_searchFilter_familyList h3{
	float: left;
	height: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
 color: #287EAE;
}

.faq_searchFilter_familyList{
	float: left;
	text-align: left;
        margin-top:25px;
}

.title_Prodlist{
    color: #2396BC;
    float: right;
    font-size: 13px;
    text-align: left;
    width: auto;
    padding-right: 10px;

}

.supportHomeLeft .jcarousel-skin-tango .jcarousel-container-horizontal{
    border:none !important;
    margin-bottom:35px;
}
h3.s_selectNav{
text-transform: lowercase;
background: none;

margin-bottom:10px;

}

span.question_mark {
    background: url("../../images/shop/question_mark_24.png") no-repeat scroll 5px 0 transparent;
	cursor: pointer;
	padding-bottom: 15px;
    padding-left: 27px;
    text-align: left;
}

.stepbox_1.enabled h3{
    float:left !important;
}

.faq_table thead{
    background: #287eae;
}
.faq_table thead td{
    color:#fff;
}
.faq_table{
    width: 635px;
    border-spacing: 1px;
    font-size: 14px;
}
.faq_table td{
    margin:0; 
    border:none; 
    padding: 7px; 
    text-align: center;
}
.faq_table .navteq {background:#D6EBF5;}
.faq_table .teleatlas{background:#eee;}
.faq_table .teletomtom{background:#f8f8f8;}
.faq_table .teletomtom{background:#f2f2f2;}

.chooseOne{
   color: #287EAE;
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
}

.faq_support_product_element{
   background-color: #FFFFFF;
    border: 1px solid #287EAE;
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
    width: 250px;
    margin-top: 13px;
    -moz-box-shadow: 3px 3px 10px #888;
-webkit-box-shadow: 3px 3px 10px #888;
box-shadow: 3px 3px 10px #888;
}
.faq_support_product_element img{
	width: 60px;
	 float:left;
	
}
.faq_support_product_element faq_support_product_text{
	color: #287EAE;
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
	 float:left;
	
}

.link-moreInfo-up {
    -moz-background-inline-policy: continuous;
    background: url("../../images/shop/home/arrow_right.png") no-repeat scroll 0 0 transparent;
    color: #424542;
    cursor: pointer;
    font-family: verdana;
    font-size: 11px;
    margin-top: 25px;
    padding: 0 0 0 20px;
    text-decoration: none;
    font-weight: bold;
}

.faq_search{
    width:613px;
    padding:10px;
    background: #f2f2f2;
    border-top:solid thin #ddd;
    border-bottom:solid thin #ddd;
}

.faq_search span{
    float:left;
    font-family: sans-serif;
    color:#287eae;
    padding-top:5px;
    margin-right:10px;
}

.faq_search a {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px white;
    box-shadow: inset 0px 1px 0px 0px white;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EDEDED), color-stop(1, #DFDFDF) );
    background: -moz-linear-gradient( center top, #EDEDED 5%, #DFDFDF 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #EDEDED;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid gainsboro;
    display: inline-block;
    color: #777;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 16px;
    text-decoration: none;
    text-shadow: 1px 1px 0px white;
}

.faq_search input {
    width: 117px;
    padding: 3px;
    border: thin solid gainsboro;
    font-size: 14px;
    color: #444;
}

.faq{
    margin:5px 0;
    padding:5px 0;
    border-bottom: thin solid #ddd;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal{height: auto !important;}


.support_home_table td{
    width:33%;
    vertical-align: top;
}



.support_home_table ul{
    padding:0;
    margin:0;
}

.support_home_table li{
    list-style:disc;
    list-style-position: inside;
    margin:4px 0;
}

.supportHomeProductThumb{
    width:60px;
    margin:auto;
    margin-bottom:4px;
}

.supportHomeLeft .smallText{
    font-size:0.8em;
}

.supportRequestBtnDiv{
    height: 100px;
    text-align: center;
}
.btn{
    cursor: pointer;
}
   .btnAccept{
        -moz-box-shadow:inset 0px -1px 0px -1px #287eae;
	-webkit-box-shadow:inset 0px -1px 0px -1px #287eae;
	box-shadow:inset 0px -1px 0px -1px #287eae;
	background-color:#287eae;
	-moz-border-radius:8px;
        color: #fff;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #287eae;
	font-family:arial;
	font-size:14px;
	padding:10px 15px;
	
    }