/*#Tables#*/
.bodyTable {
	width: 560px;
	margin: 0px auto;
	border-bottom: 1px solid #898989;
	border-left: 1px solid #898989;
	border-right: 1px solid #898989;
}
.bodyTable caption {
	background: url(Caption.png) no-repeat left top;
	height: 35px;
	width: 560px;
	font-weight: bold;
	color: #555555;
	font-size: 1.3em;
	line-height: 35px;
}
.bodyTable th {
	font-weight: bold;
	color: #fff;
	background: #828282 url(/content/Images/Layout/Tables/BgHeader.png) repeat-x left top;
	text-align: left;
	padding-left: 10px;
	height: 30px;
	vertical-align: middle;
	line-height: normal;
	padding-right: 10px;
}
.bodyTable th.center {
	text-align: center;
}
.bodyTable th.colHLght {
	background: #7b7b7b url(/content/Images/Layout/Tables/BgHeaderHLight.png) repeat-x top;
}
.bodyTable td {
	line-height: normal;
	background: #ececec;
	vertical-align: middle;
	height: 30px;
	width:auto;
	padding: 2px 2px 2px 10px;
}
.bodyTable td.colHLght {
	background: #d5d5d5;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.bodyTable td.colHLghtLeft {
	background: #d5d5d5;
	border-left: 1px solid #c9c9c9;
	color: #06F;
}
.bodyTable td.colHLghtRight {
	background: #d5d5d5;
	border-right: 1px solid #c9c9c9;
}
.bodyTable tr.alt td {
	background: #fff;
}
.bodyTable tr.alt td.colHLght {
	background: #e6e6e6;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.bodyTable tr.alt td.colHLghtLeft {
	background: #e6e6e6;
	border-left: 1px solid #d9d9d9;
}
.bodyTable tr.alt td.colHLghtRight {
	background: #e6e6e6;
	border-right: 1px solid #d9d9d9;
}
.bodyTable td.col, .bodyTable td.colAlt {
	padding:0;
	margin:0;
	text-align:center;
}
.bodyTable td.colLeft, .bodyTable td.colAltLeft {
	padding:0;
	margin:0;
	text-align:center;
	border-left: 1px dotted #898989;
}
.bodyTable td.colRight, .bodyTable td.colAltRight {
	padding:0;
	margin:0;
	text-align:center;
	border-right: 1px dotted #898989;
}
.bodyTable td.colAlt {
	font-weight:bold;
	color:#f7941d;
}
.bodyTable .category td {
	border-bottom:1px dotted #898989;
	border-top:1px dotted #898989;	
	font-weight:bold;
	background-color: #c9c9c9;
}
.bodyTable tr.footer td {
	border-top:1px solid #898989;
	background-color: #f3f3f3;
}
.bodyTable td.footer {
	border-top:1px solid #898989;
	background-color: #f3f3f3;
}
.bodyTable td.footer td {
	background: none;
}
.bodyTable th a, #content .bodyTable th a, #shoppingCart .bodyTable th a {
	color: #fff;
}
.bodyTable th a:hover, #content .bodyTable th a:hover, #shoppingCart .bodyTable th a:hover {
	color: #fff;
	background: none;
}
.bodyTable .hdd {
	width: 125px;
}
.bodyTable .ram {
	width: 45px;
}
.bodyTable th.price, .bodyTable td.price {
	text-align: center;
	width: 36px;
}
.bodyTable td.price {
	font-weight: bold;
	color: #f7941d;
}
.bodyTable .discountedPrice, .bodyTable span.discountedPrice {
	text-decoration: line-through;
	color: #545454;
}
.bodyTable span.discountedPrice {
	display: block;
}
.bodyTable .promoCode {
	font-weight: bold;
	color: #0096db;
}
.bodyTable .buy {
	text-align: center;
	width: 36px;
}

#content .video-thumbnails {
	padding-top:9px;
	width:514px;
	margin:0 auto;
}
#content .video-thumbnails ul {
	margin:0;
	padding:0;
}
#content .video-thumbnails ul.video-group li {
	list-style:none;
	float:left;
	margin:0 18px 36px 0;
	padding:0;
	width:115px;
	height:113px;
	position:relative;
}
#content .video-thumbnails ul.video-group li.last {
	list-style:none;
	float:left;
	margin:0 0 36px 0;
	padding:0;
	width:115px;
	height:113px;
	position:relative;
}
#content .video-thumbnails ul.video-group li img {
	margin-bottom:3px;
	display:block;
}
#content .video-thumbnails ul.video-group li:hover {
	border:none;
}
#content .video-thumbnails ul.video-group li a {
	color:#0096db;
}
#content .video-thumbnails ul.video-group li a:hover {
	color:#fff;
	text-decoration:none;
}

