/* Style for details table used mainly on details page but also on others. */
table.ItemDetails {
	border:solid 1px black;
	border-collapse: collapse;
	background-color: snow;
	width:95%;
	margin-top:0.1cm;
	margin-left:0.2cm;
}

th.ItemDetails {
	border-bottom:solid 1px black;
	/*border-top:solid 1px black; */
	background-color: Lavender;
	text-align:left;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12pt;
}


th.ItemDetailsLeft {
	border:solid 1px black;
	background-color: Lavender;
	text-align:left;
}

th.ItemDetails {
	border:solid 1px black;
	/*border-top:solid 1px black; */
	background-color: Lavender;
	text-align:left;
	font-weight: bold;
}


td.ItemDetailsLeft {
	width:20%;
	border:solid 1px #CACACA;
	background-color: snow;
	text-align:left;
}

td.ItemDetails {
	border:solid 1px #CACACA;
	text-align:left;
}

/* Inner table in th.ItemDetails */
table.ItemDetailsTitle {
	border:none;
	border-collapse: collapse;
	width:100%;
}
td.ItemDetailsTitle {
	text-align:left;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12pt;
	text-align:left;
	font-weight: bold;
}
div.ItemDetailsTitle{
	text-align:left;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12pt;
	text-align:left;
	font-weight: bold;
}

td.ItemDetailsTitleIcons {
	width:1%;
	vertical-align:top;
	text-align:right;
}

div.Price{
	font-size: 14pt;
	font-weight: bold;
}

/* Links table used underneath the details table */
div.SideBar {
	background-color: Lavender;
	text-align:left;
	font-size: 12pt;
	font-weight: bold;
	height:40px;
}


/* Side Bar */
table.SideBar {
	
	border-collapse: collapse;
	width:160px;
	vertical-align:top;
	text-align: right;
	background:none #F9F9F9;
	margin-top:0px;
	margin-left:2px;
	margin-bottom:10px;
	border:outset 2px gray;
}

th.SideBar {
	background-color: Lavender; /*E6E6FA*/
	/*background-color: GhostWhite; /*F8F8FF*/
	text-align:center;
	vertical-align:center;
	font-size: 12pt;
	font-weight: bold;
	height:32px;
	background:none 6666CC; /*#F9F9F9;*/ /*F0F8FF*/
	
	/*border:outset 2px gray;*/
}

td.SideBarImg {
	width:0px;
	border:none;
	text-align:right;
	vertical-align:top;
}
td.SideBar {
	border:none;
	text-align:right;
	vertical-align:top;
	padding-top:0.1cm;
}
td.AmazonLinks {
	border:none;
	text-align:right;
	vertical-align:top;
	font-size: 12pt;
}
td.AmazonIndiviualLink {
	border:none;
	text-align:left;
	vertical-align:top;
	font-size: 12pt;
	margin-left:30px;
}


/* Buy It Now Side bar*/
table.BuyItNow {
	border:none;
	border-collapse: collapse;
	background-color: snow;
	width:100%;
}

td.BuyItNowPrice {
	text-align:left;
}

td.BuyItNow {
	text-align:right;
}


