#ColCombined
{
	float: left;
	width: 251px;
	margin-left: 5px;
}
#colA
{
	float: left;
	width: 251px;
	padding-bottom: 6px;
	background: url(../electronics/TAB_BIG_products_bottom.gif) no-repeat bottom;
}
#colA1
{
	margin-bottom: 8px;
	width: 251px;
	padding-bottom: 6px;
	background: url(../electronics/TAB_BIG_products_bottom.gif) no-repeat bottom;
}
#colA2
{
	margin-bottom: 8px;
	width: 251px;
	padding-bottom: 6px;
	background: url(../electronics/TAB_BIG_products_bottom.gif) no-repeat bottom;
}

/* calculate the padding as 8 + (18 * No. of lines) */
#padA1
{
	height: 26px; /* 8 + (3*18) */
}

#products {
	width: 251px;
	height: 34px;
	color: white;
	background: #564d82 url(../electronics/TAB_BIG_products.gif) no-repeat;
}
#productsbox {
	border-left : 3px solid #564d82;
	border-right: 3px solid #564d82;
	width: 237px;
	padding: 4px;
}
#productsbox UL {
	list-style-image: url(../electronics/BULLET_products.gif);
	margin-left: 20px;
	margin-bottom: 1em;
	margin-top: 1em;
}
#productsbox A {
	color: #404040;
}
#productsbox A:hover {
	color: #564d82;
	text-decoration: underline;
}

.pageTitle {
	width: 653px;
	height: 34px;
	color: white;
	background: #564d82 url(../electronics/TAB_PAGE_products.gif) no-repeat;
}
.pageTitleSupport {
	width: 653px;
	height: 34px;
	color: white;
	background: url(../electronics/TAB_PAGE_support.gif) no-repeat;
}

.buybox {
	clear: right;
	border: 1px solid #cacadf;
	background-color: #e1e2ff;
	padding: 8px;
	padding-left: 90px;
	margin-bottom: 1em;
	text-align: center;
}

.buybutton {
	float: left;
	height: 25px;
	background: url(../electronics/Add2Basket_background.gif) no-repeat right;
	width: 150px;
	margin-right: 10px;
}

H3 {
	font-weight: bold;
	font-size: 1em;
	background: url(../electronics/Add2Basket_left_end.gif) no-repeat left;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 4px;
	height: 21px;
}
A.buyit {
	color: white;
}

.prodBox {
	height: 100px; 
	margin: 5px; 
	border: 1px solid #ececee; 
	padding: 4px; 
	text-align: center;
}

.ProdTable {
	width: 100%;
}
.ProdTable TH {
	width: 33%;
	background-color: #e1e2ff;
	padding: 3px;
}
.ProdTable TD {
	padding: 3px;
	vertical-align: top;
}

.cellRight {
	text-align: right;
}
.cellLeft {
	text-align: left;
}
.cellMiddle {
	text-align: center;
}


DIV.cartButton, DIV.delcartButton {
	display: inline;
}
DIV.cartButton A:Link, DIV.cartButton A:Active, DIV.cartButton A:Visited {
	background-color: #564d82;
	color: White;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #6852a7;
	height: 2em;
}
DIV.cartButton A:Hover  {
	color: White;
	text-decoration: underline;
}
DIV.delcartButton A:Link, DIV.delcartButton A:Active, DIV.delcartButton A:Visited {
	background-color: #de4a39;
	color: White;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #de4a39;
	height: 2em;
}
DIV.delcartButton A:Hover  {
	color: White;
	text-decoration: underline;
	background-color: #de4a39;
	border: 1px solid Red;
}

.cartrow {
	background-color: #e1e2ff;
}
.cartrow A {
	text-decoration:none;
}
.cartrow A:hover {
	color: Black;
	text-decoration:underline;
}