﻿@charset "utf-8";

/********* cbc table - catches hp rows (could decrease big div & multiply to 2 or 3 little divs) ******/

#content #cbc table {border-collapse:collapse; margin:10px; width:635px;}
#content #cbc table caption {font:bold 125%/140% Arial, Helvetica, sans-serif; color:#c00; padding-bottom:10px; text-align:left;}

#content #cbc table tr {}
	#content #cbc table tr td img {width:60px;height:30px;}
	#content #cbc table tr {background: #f2f2f2;}
	#content #cbc table tr.row-b {background: #eaeaea;}
	#content #cbc table tr:hover td {background-color:#f7fcfc;}
	#content #cbc table tr:hover.row-b td {background-color:#f7fcfc;}
	
#content #cbc table th {
	background: url("img/post.jpg");
/*    background-color:#54768B; */
	height: 29px;
	vertical-align:middle;
	padding-left: 8px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #ccc;
	border-bottom: solid 2px #fefefe;}
	#content #cbc table th.first {border-left:0px; width:90px;}	
	#content #cbc table th.last {width:75px;}
	 
#content #cbc table td {
	padding: 8px;
	vertical-align:middle;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;}
	#content #cbc table td.first {border-left:0px; color:#0D4D35; font-weight:bold;}
	
/****** HP Desktop Table Only ******/

#content #hptable {width:630px;}
#content #hptable table {border-collapse:collapse;width:172px;}
#content #hptable table tr td img {width:154px;height:auto;}
#content #hptable table tr td {vertical-align:middle; border:1px solid #ccc; background-color:#fff}

/****** gc tables - Memory *******/

#gc #Panel1 {width:625px;margin-left:10px;background-color:white;} /* everything */
#gc #Panel1 table#KSWC_ProductList1_dlListings {border:1px solid #e2e2e2}
#gc #KSWC_ProductList1_pnlMain table table tr td {padding:2px 0;}
#gc #KSWC_ProductList1_pnlMain table table tr {background-color:#fff}
#gc #KSWC_ProductList1_pnlMain table#KSWC_ProductList1_tbSearchBox tr td {border:1px solid #f7f7f7} /* around searchbox */
#gc #KSWC_ProductList1_pnlMain table#KSWC_ProductList1_dlListings table tr td {background-color:white; padding:5px; border:none;}
#gc #KSWC_ProductList1_pnlMain table tr td {font-size:11px; padding:2px 0 3px} /* around shopping & depts. */
/* #gc #KSWC_ProductList1_pnlMain table#KSWC_ProductList1_dlListings tr:hover td {background-color:#f7fcfc;} */ /* like the whole item row */

/********* VAiO Signatue Series Table ******/

#content #cbcsv table {border-collapse:collapse; margin:10px; width:635px;}

#content #cbcsv table tr {}
	#content #cbcsv table tr td img {width:140px;height:100px;}
	#content #cbcsv table tr {background: #fff;}
	#content #cbcsv table tr.row-b {background: #eee;}
		
#content #cbcsv table th {
	background: url("img/post.jpg");
	height: 30px;
	vertical-align:middle;
	color: #fff;
	text-align: center;
	border-left: 1px solid #ccc;
	border-bottom: solid 1px #fff;}
	 
#content #cbcsv table td {
	padding: 8px;
	vertical-align:middle;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;}


