@charset "utf-8";
* {
  padding: 0px;
  margin: 0px;
  /*font-family: "Tahoma", Microsoft Sans Serif, sans-serif !important;*/
  font-family: Arial, Helvetica, sans-serif !important;
}

header, footer, section, aside, nav, article {
  display: block;  
}

a, a:link, a:visited {
	color: rgb(92,156,204);
	text-decoration: none;
}

a:hover {
	color: rgb(82,156,60);  
}

a.button {
  color: #2E6E9E !important;
}

a.button:hover {
  color: #2E6E9E !important;
}

a > img {
  border: none;
}

p {
  padding: 0.25em 0;
}

span.sm {
	font-size: 9pt;
  vertical-align: middle;
}

input, select, option, textarea {
  /*font-family: "Arial", sans-serif, Tahoma, Verdana;*/
  font-size: 10pt;
  color: rgb(62,62,62);    
  /*padding: 2px;*/
}

input, select, textarea {
  border: 1px solid rgb(166,201,226);
  background: #FCFDFD url('http://www.bestbuylaptopsdaily.com/jquery/css/images/ui-bg_inset-hard_100_fcfdfd_1x100.png') 50% bottom repeat-x;
  -webkit-border-radius: 2px;
}

input[type=text], input[type=search] {
  padding: 3px 0;
}

select {
  -webkit-appearance: button;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  -webkit-border-radius: 2px;
  background-image: url('http://www.bestbuylaptopsdaily.com/template/images/select_box.png');
  background-position: center right;
  background-repeat: no-repeat;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding: 2px;
  white-space: nowrap;  
}

.error {
  display: inline-block;
  padding: 10px;
  margin: 0 auto;
  color: #2E6E9E;
  text-shadow: 1px 1px 0 white;
  border: 1px solid rgb(166,201,226);
  background: #FCFDFD url('http://www.bestbuylaptopsdaily.com/jquery/css/images/ui-bg_inset-hard_100_fcfdfd_1x100.png') 50% bottom repeat-x;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;  
}

/* vTip */
.vtip {
  cursor: help;  
}

a.vtip {
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

p#vtip {
  display: none;
  position: absolute;
  padding: 10px;
  text-shadow: 1px 1px 0 white;
  background-color: #EAF7FF;
  border: 1px solid #a6c9e2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 65535;
  -moz-box-shadow: 0 0 2px 1px rgba(170,170,170,0.5);
  -webkit-box-shadow: 0 0 2px 1px rgba(170,170,170,0.5);
  box-shadow: 0 0 2px 1px rgba(170,170,170,0.5);  
}

p#vtip #vtipArrow { background: transparent; position: absolute; }


html, body { height: 100%; }

body {
  width: 100%;
  color: rgb(63,63,63);
  background: rgb(238,238,238);  
  margin: 0px;  
  padding: 0px;
	font-size: 10pt;
}

header {
  position: relative;
  width: 940px;
  height: 120px;
  margin: 0 auto;
}

header > #logo {
  display: block;
  position: absolute;
  top: 10px;
  left: 40px;
  width: 258px;
  height: 100px;
  background:transparent url('http://www.bestbuylaptopsdaily.com/template/images/logo.png') no-repeat left 50%;
  text-indent: -9999px;
}

#item_comparison {
  position: absolute;
  top: 15px;
  right: 5px;
}

#recently_viewed {
  position: absolute;
  top: 35px;
  right: 5px;  
}

#wrap {
  width: 940px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  background-color: white;
  -moz-box-shadow: 0 0 3px 2px rgba(220,220,220,0.75);
  -webkit-box-shadow: 0 0 3px 2px rgba(220,220,220,0.75);
  box-shadow: 0 0 3px 2px rgba(220,220,220,0.75);
}

#main {
  clear: both;
  width: 940px;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 120px;
}

#main > section#container {
  width: 725px;
  float: right;
  overflow: hidden;
}

#main > section#container > h1 {
  color: #E47911;
  font-size: 14pt;
  margin-bottom: 0;
}

/* Search box */
#search {
  padding: 5px;
}

#search > p {
   width: 188px;
  display: block;
}

#search > p > label {
  font-size: 8pt;
  display: block;
  color: #818181;
  text-shadow: 1px 1px 0 white;
}

#search > p > input[type=text] {
  width: 186px;
}

#search > p > select {
  width: 188px;
}

#search > p > button {
  margin-top: 5px;
}

#browse > ul.errorlist {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;    
}

#browse > ul.errorlist > li {
  padding: 4px 0 4px 15px;
  background:transparent url('http://www.bestbuylaptopsdaily.com/template/images/bullet_square.gif') no-repeat 5px 50%;    
}

/* Menu */
menu#top_menu {
  margin-bottom: 10px;
  border: 1px solid #4297D7;
  background: #5C9CCC url('http://www.bestbuylaptopsdaily.com/jquery/css/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') 50% 50% repeat-x;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;  
  font-weight: bold;
  height: 30px;
  /*overflow: hidden;*/
}

menu#top_menu > li {
  float: left;
  list-style: none;
  /*position: relative;*/
}

menu#top_menu > li > a {
  display: inline-block;
  border-right: 1px solid #C5DBEC;
  padding: 7px 13px;
  color: white !important;
  text-shadow: -1px -1px 0 #8e8e8e;
}

menu#top_menu > li > a:hover {
  color: #2E6E9E !important;
  text-shadow: 1px 1px 0 white !important;
  background: #5C9CCC url('http://www.bestbuylaptopsdaily.com/jquery/css/images/ui-bg_glass_85_dfeffc_1x400.png') 50% 50% repeat-x;
}

menu#top_menu > li:first-child > a:hover {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;   
  border-bottom-left-radius: 5px;   
}

menu#top_menu > li > ul {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  float: left;
  margin: 0;
  padding: 0;
  z-index: 65535;
  background: #EDF7FF;
  -moz-box-shadow: 0 0 5px rgba(220,220,220,0.75);
  -webkit-box-shadow: 0 0 5px rgba(220,220,220,0.75);
  box-shadow: 0 0 5px rgba(220,220,220,0.75);
  border-top: 1px solid #C5DBEC;
  border-left: 1px solid #C5DBEC;
  border-right: 1px solid #C5DBEC;
}

menu#top_menu > li > ul > li {
	margin: 0;
  padding: 0;
	border-bottom: 1px solid #C5DBEC;
	clear: both;
  white-space:nowrap;
}

menu#top_menu > li > ul > li > a {
  display: block;
  min-width: 88px;
  color: #3F3F3F;  
  text-shadow: 1px 1px 0 white;
  padding: 4px 15px 4px 15px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/template/images/bullet_square.gif') no-repeat 5px 50%;
  font-weight: normal;
}

menu#top_menu > li > ul > li > a:hover {
  color: #5C9CCC;
  background: white url('http://www.bestbuylaptopsdaily.com/template/images/bullet_square.gif') no-repeat 5px 50%;
}

/* breadcrumb */
nav.breadcrumb {
  clear: both;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 10pt;
  /*background: #DFEFFC url('http://www.bestbuylaptopsdaily.com/jquery/css/images/ui-bg_glass_85_dfeffc_1x400.png') 50% 50% repeat-x;
  border: 1px solid #C5DBEC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: rgb(63,63,63);
  text-shadow: 1px 1px 0 white;*/
}

nav.breadcrumb .separator {
  padding: 0em 5px;
}

nav.breadcrumb .active {
  /*font-weight: bold !important;*/
}

/* paging */
nav.paging {
  overflow: hidden;
  text-align: center;
  background: #DFEFFC url('http://www.bestbuylaptopsdaily.com/jquery/css/images/ui-bg_glass_85_dfeffc_1x400.png') 50% 50% repeat-x;
  border: 1px solid #C5DBEC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
  margin-top: 15px;
}

nav.paging > span {
  padding: 0 1px;  
}

nav.paging > span.first > span {
  color: #1D5987;
  padding: .4em .2em;
  line-height: 1.4;  
}

nav.paging a, nav.paging a:link, nav.paging a:visited {
	color: #1D5987;
}

/* aside widget */
#main > aside {
  width: 200px;
  float: left;
}

#main > aside > .widget {
  padding: 0;
  margin: 10px auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #C5DBEC;
  overflow: hidden;
  background:#edf7ff;
}

#main > aside > .widget:first-child {
  margin-top: 0px !important;
}

#main > aside > .widget > h3 {
  margin: 0;
  padding: 5px;
  font-size: 11pt;
  background: #DFEFFC url('http://www.bestbuylaptopsdaily.com/jquery/css/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') 50% 50% repeat-x;
  border-bottom: 1px solid #C5DBEC;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; 
  color: white;
  text-shadow: -1px -1px 0 #8e8e8e;
}

#main > aside > .widget > ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;  
}

#main > aside > .widget > ul > li {
  padding: 0;  
}

#main > aside > .widget > ul > li > a {
  display: block;
  color: rgb(63,63,63);
  text-shadow: 1px 1px 0 white;
  padding: 4px 0 4px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background:transparent url('http://www.bestbuylaptopsdaily.com/template/images/bullet_square.gif') no-repeat 5px 50%;  
}

#main > aside > .widget > ul > li > a > small {
  color: #888 !important;
}

#main > aside > .widget > ul > li > a:hover {
  color: rgb(92,156,204);
  border-top: 1px solid #C5DBEC;
  border-bottom: 1px solid #C5DBEC;  
  background:white url('http://www.bestbuylaptopsdaily.com/template/images/bullet_square.gif') no-repeat 5px 50%;  
}

#main > aside > .widget > ul > li:first-child > a:hover {
  border-top: 1px solid transparent;
}

#main > aside > .widget > ul > li:last-child > a:hover {
  border-bottom: 1px solid transparent;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; 
}

/* Showing */
#showing {
  margin-bottom: 15px;
  text-align: left;
  font-size: 9pt;
  color: #999 !important;
}

/* List Item */
.list_item {
  padding: 15px 0;
  border-bottom: dotted 1px #AAA;
}

.list_item:first-child {
  padding-top: 0 !important;
}

.list_item:last-child {
  border-bottom: none !important;
}
 
.last {
  border-bottom: none !important;
}

.list_item > table {
  width: 100%;
  border-collapse: collapse; 
}

.list_item  > table > tbody > tr > td {
  vertical-align: top;
  font-size: 9pt;
}

.list_item > table > tbody > tr > td.l {
  width: 130px;
  text-align: center;
}

.list_item > table > tbody > tr > td.l > a > img {
  border: none;
}

.list_item > table > tbody > tr > td.l > .top-sales-rank {
  position: absolute;
  margin-left: 78px;
  margin-top: 60px;
}

.list_item  > table > tbody > tr > td.c {
  padding-left: 10px;
}

.list_item  > table > tbody > tr > td.c > h2 {
  font-size: 10pt;
}

.list_item  > table > tbody > tr > td.c > ul {
  clear: both;
  list-style: none;
  padding: 5px 0 !important;
  margin: 0 !important;
  font-size: 8pt;
}

.list_item  > table > tbody > tr > td.c > ul > li {
  padding: 0 0 2px 10px;
  background:transparent url('http://www.bestbuylaptopsdaily.com/template/images/bullet_square.gif') no-repeat 0 5px;    
}

.list_item  > table > tbody > tr > td.c > div.icons {
  margin-top: 15px;
}

.list_item > table > tbody > tr > td.c > p {
  padding: 0;
  font-size: 8pt;
}

.list_item > table > tbody > tr > td.c > p.listprice > .label, .list_item > table > tbody > tr > td.c > p.price > .label, .list_item > table > tbody > tr > td.c > p.save > .label, .list_item > table > tbody > tr > td.c > p.condition > .label {
  display: inline-block;
  width: 55px;  
  color: #666;
  font-size: 8pt !important;
}

.list_item > table > tbody > tr > td.c > p.price > .value {
  color: #E47911;
  font-weight: bold;
  font-size: 12pt;
}

.list_item > table > tbody > tr > td.c > p.save > .value {
  color: #E47911;
}

.list_item > table > tbody > tr > td.c > p.availability {
  padding-top: 5px;
}

.list_item > table > tbody > tr > td.c > p.availability > .in_stock {
  color: #529C3C;
  font-weight: bold;   
}

.list_item > table > tbody > tr > td.c > p.seller > span {
  font-weight: bold;
}

.list_item > table > tbody > tr > td.c > p.moreoffers {
  padding-top: 8px;
}

.list_item > table > tbody > tr > td.c > p.moreoffers > a {
  text-decoration: underline;
}

.list_item > table > tbody > tr > td.c > p.moreoffers > span {
  color: #E47911;
}

.list_item > table > tbody > tr > td.c > p > span.pricerange_unavailable {      
  font-size: 11pt;
  font-weight: bold;
  color: #a7a7a7; 
}

.list_item > table > tbody > tr > td.c > form {
  margin-top: 10px;
}

.list_item > table > tbody > tr > td.c button[name="add_comparison"], .list_item > table > tbody > tr > td.c button[name="remove_comparison"] {
  margin-top: 0 !important;  
}

.list_item > table > tbody > tr > td.c .AddToCart .ui-button-text, .list_item > table > tbody > tr > td.c button[name="add_comparison"] .ui-button-text, .list_item > table > tbody > tr > td.c button[name="remove_comparison"] .ui-button-text {  
  font-size: 8pt !important;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: normal;
}

/*

.list_item > table > tbody > tr > td.r > span.pricerange {    
  font-size: 13pt;
  font-weight: bold;
  color: #E47911;
}

.list_item > table > tbody > tr > td.r > span.pricerange_not_displayed {    
  font-size: 12pt;
  font-weight: bold;
  color: #E47911;  
}

.list_item > table > tbody > tr > td.r > span.pricerange_not_displayed > a {    
  font-size: 9pt;
  font-weight: normal;
}

.list_item > table > tbody > tr > td.r > span.pricerange_unavailable {    
  font-size: 14pt;
  font-weight: bold;
  color: #e6e6e6;
}
*/



/* Buy form */
table.offers div.buy_form {
  margin-top: 5px;  
}

table.offers div.buy_form > form > p > label {
  margin-right: 3px;  
}

table.offers div.buy_form > form > p > input[type=number] {
  width: 50px;
  padding: 3px 2px;
}

/* Rating Stars */
.rating {
  overflow: hidden;
  height: 18px;
}

.count_reviews {
  display: inline-block;
  float: left;
  font-weight: normal !important;
  font-size: 8pt !important;
  color: #999 !important;
  margin-left: 5px;
  white-space: nowrap;
  overflow: hidden;
}

.yellow_rating {
  display: inline-block;
  float: left;
  width: 74px;
  height: 14px;
  text-indent:0;
  line-height:0;
  font-size:0;
  overflow: hidden;
  background-image: url('http://www.bestbuylaptopsdaily.com/template/images/5_stars_rating_yellow.gif');
  background-repeat: no-repeat;  
}

.rating_0 {
  background-position: left top;
}

.rating_0_5 {
  background-position: left -14px;
}

.rating_1 {
  background-position: left -28px;
}

.rating_1_5 {
  background-position: left -42px;
}

.rating_2 {
  background-position: left -56px;
}

.rating_2_5 {
  background-position: left -70px;
}

.rating_3 {
  background-position: left -84px;
}

.rating_3_5 {
  background-position: left -98px;
}

.rating_4 {
  background-position: left -112px;
}

.rating_4_5 {
  background-position: left -126px;
}

.rating_5 {
  background-position: left -140px;
}

/* Pricing disclaimer */
.disclaimer {
  font-weight: normal !important;
  font-size: 8pt !important;
  color: #999 !important;
}

.site_disclaimer, .pricing_disclaimer, .super_saver_shipping {
  font-weight: normal !important;
  font-size: 8pt !important;
  color: rgb(92,156,204) !important;
	text-decoration: none;  
}

.site_disclaimer:hover, .pricing_disclaimer:hover, .super_saver_shipping:hover {
	color: rgb(82,156,60) !important;
}

#disclaimer {
  display: none;
}

#price_not_displayed {
  width: 550px;
}

#site_disclaimer > strong, #pricing_disclaimer > strong, #price_not_displayed > strong, #super_saver_shipping > strong {
  color: #E47911;
}

#site_disclaimer > ul, #pricing_disclaimer ul {
  padding: 0;
  margin: 5px 0 5px 18px;
}

#site_disclaimer > ul > li, #pricing_disclaimer ul > li {
  padding: 1px 0;
}

#super_saver_shipping > ol {
  padding: 0;
  margin: 5px 0 5px 18px;  
}

footer {
  clear: both;
  position: relative;
  height: 120px;
  width: 940px;
  margin: -120px auto;
  color: rgb(115,115,115);
}

footer > #top_brands {
  width: 940px;
  height: 14px;
  top: 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

footer > #top_brands > a {
  display: inline-block;
  height: 11px;
  margin: 0 8px;
  background-image: url('http://www.bestbuylaptopsdaily.com/images/brands/sm/brands.png');
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: -9999px;
}

footer > #top_brands > a.acer {
  width: 41px;
  background-position: left top;
}

footer > #top_brands > a.acer:hover {
  background-position: left -11px;
}

footer > #top_brands > a.alienware {
  width: 8px;
  background-position: -41px top;
}

footer > #top_brands > a.alienware:hover {
  background-position: -41px -11px;
}

footer > #top_brands > a.apple {
  width: 9px;
  background-position: -49px top;
}

footer > #top_brands > a.apple:hover {
  background-position: -49px -11px;
}

footer > #top_brands > a.asus {
  width: 54px;
  background-position: -58px top;
}

footer > #top_brands > a.asus:hover {
  background-position: -58px -11px;
}

footer > #top_brands > a.compaq {
  width: 75px;
  background-position: -112px top;
}

footer > #top_brands > a.compaq:hover {
  background-position: -112px -11px;
}

footer > #top_brands > a.dell {
  width: 35px;
  background-position: -187px top;
}

footer > #top_brands > a.dell:hover {
  background-position: -187px -11px;
}

footer > #top_brands > a.fujitsu {
  width: 22px;
  background-position: -222px top;
}

footer > #top_brands > a.fujitsu:hover {
  background-position: -222px -11px;
}

footer > #top_brands > a.gateway {
  width: 50px;
  background-position: -244px top;
}

footer > #top_brands > a.gateway:hover {
  background-position: -244px -11px;
}

footer > #top_brands > a.gigabyte {
  width: 79px;
  background-position: -294px top;
}

footer > #top_brands > a.gigabyte:hover {
  background-position: -294px -11px;
}

footer > #top_brands > a.hp {
  width: 19px;
  background-position: -373px top;
}

footer > #top_brands > a.hp:hover {
  background-position: -373px -11px;
}

footer > #top_brands > a.lenovo {
  width: 71px;
  background-position: -392px top;
}

footer > #top_brands > a.lenovo:hover {
  background-position: -392px -11px;
}

footer > #top_brands > a.msi {
  width: 42px;
  background-position: -463px top;
}

footer > #top_brands > a.msi:hover {
  background-position: -463px -11px;
}

footer > #top_brands > a.samsung {
  width: 33px;
  background-position: -505px top;
}

footer > #top_brands > a.samsung:hover {
  background-position: -505px -11px;
}

footer > #top_brands > a.sony {
  width: 62px;
  background-position: -538px top;
}

footer > #top_brands > a.sony:hover {
  background-position: -538px -11px;
}

footer > #top_brands > a.toshiba {
  width: 72px;
  background-position: -600px top;
}

footer > #top_brands > a.toshiba:hover {
  background-position: -600px -11px;
}

footer > menu#footer_menu {
  clear: both;
  position: relative;
  top: 30px;
  margin: 0 !important;
  padding: 3px 0;
  text-align: center;
}

footer > menu#footer_menu > li {
  list-style: none;
  display: inline;
  padding: 0 7px;
  border-left: 1px solid #CCC;
}

footer > menu#footer_menu > li:first-child {
  border-left: none;
}

footer > #notice {
  clear: both;
  position: relative;
  top: 30px;  
  font-size: 9pt;
  text-align: center;
  padding: 3px 0;
}

footer > #notice .site_disclaimer, footer > #notice .pricing_disclaimer {
  font-size: 9pt !important;
  padding: 0 7px;
}

/* subscribe */
#subscribe {
  margin-top: 10px;  
}

#subscribe > p {
  padding-left: 20px;
  background:transparent url('http://www.bestbuylaptopsdaily.com/template/images/rss_icon.png') no-repeat left 50%;
}

/* Preload */
#PreloadingOverlay {  
  background-color: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;      
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  z-index: 65534;
  position: absolute;
}

#PreloadingPlayground {
  -moz-box-shadow: rgba(0, 0, 0, 1) 0 4px 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 1) 0 4px 30px;
  -khtml-box-shadow: rgba(0, 0, 0, 1) 0 4px 30px;
  box-shadow: rgba(0, 0, 0, 1) 0 4px 30px;
  background: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  top: 0;
  left: 0;
  z-index: 65535;
  position: absolute;  
}

#Preloading {
  padding: 15px;
  text-align: center;  
}

#social {
  clear: both;
  overflow: hidden;
  height: 24px;
  margin: 10px 0;
}

#social > #tell-a-friend {
  display: inline-block;
  float: left;
  font-size: 8pt;
  line-height: 8pt;
  width: 80px;
  height: 10px;
  border: 1px solid #C5DBEC;
  background: #DFEFFC;
  font-weight: normal;
  color: #2E6E9E;
  text-shadow: #FBFBFB 0 1px 0;
  margin-right: 10px;
  text-align: center;
  padding: 4px 0 4px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;  
}

#social > #digg, #social > #google-buzz, #social > #twitter, #social > #g-plusone, #social > #fb-like {
  display: inline-block;
  float: left;
  height: 20px;
  margin-right: 10px;
}

/* button */
button[name=add_comparison], button[name=remove_comparison] {
  margin-top: 10px !important;  
}

button[name=add_comparison] .ui-button-text, button[name=remove_comparison] .ui-button-text {
  font-size: 9pt !important;
  padding-top: 5px;
  padding-bottom: 5px;  
}

/* icons */
div.icons {
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  min-width: 220px;
  max-width: 400px;
}

div.icons > span {
  display: inline-block;
  height: 30px;
  float: left;
  margin-left: 5px;
  text-indent: -9999px;
}

div.icons > span:first-child {
  margin-left: 0 !important;
}

div.icons > .windows-7 {
  width: 50px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/windows-7.png') no-repeat left top;
}

div.icons > .windows-vista {
  width: 65px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/windows-vista.png') no-repeat left top;
}

div.icons > .windows-xp {
  width: 52px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/windows-xp.png') no-repeat left top;
}

div.icons > .mac-os-x {
  width: 28px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/mac-os-x.png') no-repeat left top;
}

div.icons > .google-chrome {
  width: 31px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/google-chrome.png') no-repeat left top;  
}

div.icons > .intel-celeron {
  width: 40px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/intel-celeron.png') no-repeat left top;
}

div.icons > .intel-atom {
  width: 40px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/intel-atom.png') no-repeat left top;
}

div.icons > .intel-core-2 {
  width: 40px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/intel-core-2.png') no-repeat left top;
}

div.icons > .intel-core-i3 {
  width: 40px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/intel-core-i3.png') no-repeat left top;
}

div.icons > .intel-core-i5 {
  width: 40px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/intel-core-i5.png') no-repeat left top;
}

div.icons > .intel-core-i7 {
  width: 40px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/intel-core-i7.png') no-repeat left top;
}

div.icons > .intel-pentium {
  width: 40px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/intel-pentium.png') no-repeat left top;
}

div.icons > .amd-athlon {
  width: 25px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/amd-athlon.png') no-repeat left top;  
}

div.icons > .amd-athlon-2 {
  width: 25px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/amd-athlon-ii.png') no-repeat left top;  
}

div.icons > .amd-athlon-2-neo {
  width: 25px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/amd-athlon-ii-neo.png') no-repeat left top;  
}

div.icons > .amd-phenom {
  width: 25px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/amd-phenom.png') no-repeat left top;  
}

div.icons > .amd-phenom-ii {
  width: 25px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/amd-phenom-ii.png') no-repeat left top;  
}

div.icons > .amd-sempron {
  width: 25px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/amd-sempron.png') no-repeat left top;  
}

div.icons > .amd-turion {
  width: 25px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/amd-turion.png') no-repeat left top;  
}

div.icons > .display_size_icon {
  width: 52px;
  height: 18px;
  font-size: 8pt;
  color: #E47911;
  text-align: center;
  font-weight: bold;
  padding: 6px 1px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/screen-size.png') no-repeat left top;
  text-indent: 0 !important; 
}

div.icons > .full_hd_icon {
  width: 38px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/full-hd.png') no-repeat left top;    
}

div.icons > .hd_ready_icon {
  width: 42px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/hd-ready.png') no-repeat left top;    
}

div.icons > .hdmi_icon {
  width: 40px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/hdmi.png') no-repeat left top;    
}

div.icons > .red_display_icon {
  width: 38px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/led-display.png') no-repeat left top;    
}

div.icons > .wifi_icon {
  width: 43px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/wifi.png') no-repeat left top;    
}

div.icons > .bluetooth_icon {
  width: 22px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/bluetooth.png') no-repeat left top;    
}

div.icons > .six_cell_battery {
  width: 15px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/6-cell-battery.png') no-repeat left top;    
}

div.icons > .four_cell_battery {
  width: 15px;
  background: transparent url('http://www.bestbuylaptopsdaily.com/images/icons/4-cell-battery.png') no-repeat left top;    
}

article.feature {
  width: 225px;
  height: 315px;
  float: left;
  overflow: hidden;
  margin: 9px 15px 9px 0;
  font-size: 8pt;
  color: #555;
}

article.feature > .thumbnails {
  width: 215px;
  height: 125px;
  padding: 4px;
  border: 1px solid #E1E1E1;
  text-align: center;
  margin-bottom: 7px;
}

article.feature > .thumbnails > img {
  border: none;  
}

article.feature > h2 {
  font-size: 9pt;
}

article.feature > abbr {
  color: #999;
}

article.feature > .summary {
  padding: 5px 0;
}

article.feature > .read_more {
  text-align: right;
  padding-top: 0;
}

article.feature > .read_more > span {
  font-size: 11pt;
  font-weight: bold;
  color: #E47911;
}

article.feature > .read_more > a {
  text-decoration: underline;
}

article.feature > .read_more > a:hover {
  color: #E47911;
}
