table.dsListTable1 tr td.dstitle .intel_logo{
	margin: 0 auto;
	background: url('/images/logos/intel_logo.svg') no-repeat;
	height: 50px;
	width: 55px;
	background-position: top;
	background-size: 55px 40px ;
}
table.dsListTable1 tr td.dstitle .amd_logo{
	margin: 0 auto;
	background: url('/images/logos/amd_logo.png') no-repeat;
	height: 25px;
	width: 55px;
	background-position: top;
	background-size: 55px 17px;
}
/* support */
#lhc_need_help_container{ box-shadow: 2px 2px 5px #4e4e4e; border-radius: 0px !important;}
#lhc_need_help_image img { display:none;}
/* checkbox */
input[type=checkbox] {
	visibility: hidden;
}
input[type=checkbox].css-checkbox {
	 /* position: absolute;  */
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}
.lite-red-check{background-image:url(/images/buttons/lite-red-check.png);}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left:20px;
	height:15px; 
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}
/* select */
.idealselect {
  position: relative;
  width: 100%;
  display: inline-block;
  zoom: 1;
  margin: 10px 0 0 0;
  transition: all .2s ease-out;
}

.idealselect * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .2s ease-out;
  
}

.idealselect:before,
.idealselect:after {
  content: "";
  display: table
}

.idealselect:after { clear: both }

.idealselect:focus { outline: none }

.idealselect ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none
}
.idealselect ul li{
	padding-bottom: 0;
}

.idealselect .title {
  position: relative;
  display: block;
  padding: .55em 1em;
  padding-right: 3.05em;
  line-height: normal;
  text-decoration: none;
  color: #444;
  background: #eee;
  background: -webkit-linear-gradient(#fff, #ddd);
  background: -moz-linear-gradient(#fff, #ddd);
  background: -o-linear-gradient(#fff, #ddd);
  background: -ms-linear-gradient(#fff, #ddd);
  background: linear-gradient(#fff, #ddd);
  border: 1px solid black;
  border-bottom-color: #000;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.idealselect .title:after {
  content: "";
  position: absolute;
  right: .55em;
  top: 50%;
  margin-top: -.1em;
  border-width: .4em;
  border-style: solid;
  border-color: transparent;
  border-top-color: #666
}

.idealselect .title i {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2em;
  border-left: 1px solid #aaa;
  -webkit-box-shadow: -1px 0 #fff;
  box-shadow: -1px 0 #fff;
  background: #ddd;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.idealselect .title:hover {
  background: -webkit-linear-gradient(#fff, #eaeaea);
  background: -moz-linear-gradient(#fff, #eaeaea);
  background: -o-linear-gradient(#fff, #eaeaea);
  background: -ms-linear-gradient(#fff, #eaeaea);
  background: linear-gradient(#fff, #eaeaea)
}

.idealselect .title:focus { outline: none }

.idealselect:focus .title {
  border-color: #a1a1a1;
  -webkit-box-shadow: 0 0 2px #a1a1a1;
  box-shadow: 0 0 2px #a1a1a1
}

.idealselect.openfocus .title {
  border-color: #aaa;
  -webkit-box-shadow: none;
  box-shadow: none
}

.idealselect.open .title {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

.idealselect.open .title:after {
  margin-top: -.6em;
  border-color: transparent;
  border-bottom-color: #666
}

.idealselect .dropdown {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 14em;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
   
}

.idealselect .dropdown li {
  padding: 0 1em;
  height: 2em;
  line-height: 2;
  color: #444;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
 
}

.idealselect .dropdown li:hover { color: #993333; background: #f7f7f7 }

.idealselect .dropdown li.selected,
.idealselect .dropdown li.selectedactive {
  color: #650404;
  background: #e1e1e1;
  background: -webkit-linear-gradient(#f7f7f7, #e1e1e1);
  background: -moz-linear-gradient(#f7f7f7, #e1e1e1);
  background: -o-linear-gradient(#f7f7f7, #e1e1e1);
  background: -ms-linear-gradient(#f7f7f7, #e1e1e1);
  background: linear-gradient(#f7f7f7, #e1e1e1)
}

.idealselect.open .dropdown { display: block }

.ie9 .idealselect .dropdown {
  width: auto;
  min-width: 100%
}
/* buttons */
a.alogin_btn-new,
input.alogin_btn-new,
button.alogin_btn-new{
	display: inline-block;
	margin: 2px;
	color: #F9F9F9;
	font-size: 1.4rem;
	background-color: #AA2828;
	padding: 1rem;
	border: 1px solid #720404;
	text-shadow: 0 0 5px #2d2323;
	transition: all 0.2s ease-out;
	text-decoration:none;
	line-height: 1.15;
}
a.alogin_btn-new:hover,
input.alogin_btn-new:hover,
button.alogin_btn-new:hover {
  background-color: #720404;	
  color: #fff;
}
span.error{
	width: 100%;
	display: inline-block;
	background-color: rgba(171, 171, 171, 0.23);
	padding: 10px 10px;
	color: #8A2828;
}
.refmsgbox{
	margin: 1em 0;
}
.refmsg{
	font-size: 1.2em;
}
.ref_links{
	font-size: 1.1em;
}
.ref_links .ref_link_box{
	margin: 0.1em 0;
}