/*
-----------------------------------------------
Client:Jameco Electronics
Project:Public Web Site

File Name:table.css
Notes:Styles all tables.

Author:Dayspring Technologies, Inc.
Email:info@dayspring-tech.com
Web:http://www.dayspring-tech.com/
----------------------------------------------- */

/* Default styles
----------------------------------------------- */
table {
	border-collapse:collapse;
	empty-cells:show;
/*commented by vz	width:100%;*/
  }
table.left {
	float:left;
	margin-right:15px;
	}
td {
  vertical-align:top;
	}

/* table.spec
----------------------------------------------- */
table.spec {
	margin-bottom:15px;
	width:315px;
	}
.spec th {
	background-color:#def0f7;
	border:1px solid #005daa;
	color:#002358;
	font-size:93%;
	font-weight:bold;
	padding:5px;
	}
.spec td {
	border:1px solid #005daa;
	font-size:93%;
	padding:5px;
	}

/* table.data
----------------------------------------------- */
table.data {
	margin-bottom:15px;
	width:315px;
	}
.data th {
	background-color:#def0f7;
	border:1px solid #ccc;
	font-size:93%;
	font-weight:bold;
	padding:3px 5px;
	}
.data td {
	border:1px solid #ccc;
	font-size:93%;
	padding:3px 5px;
	}
td.check {
	background:transparent url(../images/Dspring/icons.gif) no-repeat 50% -1113px;
	}
td a.info {
	float:right;
	}

/* table.sort
----------------------------------------------- */
table.sort {
	margin:0 auto 20px;
	width:80%;
	}
.sort th {
	background:#def0f7 url(../images/Dspring/bg-sort.gif) no-repeat 100% 50%;
	border:1px solid #ccc;
	color:#002358;
	font-size:93%;
	font-weight:bold;
	padding:5px 15px 5px 5px;
	}
#shipMethodsTable th {
	background-image:none;
}
.sort th:hover {
	cursor:pointer;
	}
.sort th.pick {
	background:#def0f7;
	padding:5px;
	}
.sort th.pick:hover {
	cursor:default;
	}
.sort td {
	border:1px solid #ccc;
	font-size:93%;
	padding:5px;
	}
.sort th.headerSortDown {
	background-image: url(../images/Dspring/bg-sort-desc.gif);
	}
.sort th.headerSortUp {
	background-image: url(../images/Dspring/bg-sort-asc.gif);
	}

/* table.price
----------------------------------------------- */
table.price {
	margin-bottom:10px;
	width:175px;
	}
.price th {
	background-color:#efefef;
	border:1px solid #ccc;
	font-size:93%;
	font-weight:bold;
	padding:3px 5px;
	text-align:center;
	}
.price td {
	border:1px solid #ccc;
	font-size:93%;
	padding:3px 5px;
	text-align:center;
	}

/* Best seller grid
----------------------------------------------- */
table.best {
  }
.best td {
	border-left:1px solid #ccc;
	padding:5px 10px 0;
	width:33%;
	}
.best td.first {
	border-left:0;
	width:34%;
	}
.best.cart td {
	width:25%;
	}
.best div.quickadd {
	width:auto;
	}




