/*
 Created By: V. Subhash
 Created On: 22 November 2008
 Updated On: 24 December 2008
*/


div#panel_buy_info {
	 float: right;
	 margin: 10px 0px 15px 20px;
	 padding: 15px 0px 15px 25px;
	 width: 200px;
}

img#panel_buy_info_card_image {
	 margin: 15px 0 15px -20px;
}

table.buy_table {
	border: 1px solid #458BBE;
	border-collapse: collapse;
	clear: left;
	margin-top: 5px;
	margin-bottom: 35px;
	width: 520px;
}

table.buy_table thead td {
	background-color: #DEEBF3;
	font-weight: bold;
	font-size: 10px;
	text-align: center!important;
}

table.buy_table td {
	font: normal 11px Verdana, Liberation Sans, Helvetica, sans-serif;
 padding: 10px 15px;
	border-bottom: 1px solid #458BBE;
	text-align: center;
}

table.buy_table tbody tr td:first-child {
	text-align: left;
}

input.cb_bi {
	clear: both;
}

input.tb_price {
	 background-color: white;
	 border-style: none;
	 color: black;
	 text-align: right;
}

.sa {
	 font-weight: normal;
		display: block;
		margin: 15px 10px 0 0px;
}

a.product_buy_link {
	 background: transparent url(../images/BG_Button_TryBuy_Corporate_WhiteB.gif) no-repeat scroll center center;
		color: white!important;
		display: block;
		font-weight: bold;
		margin: 0px!important;
		padding: 12px ;
		text-decoration: none;
}

a.product_buy_link2 {
	 background: transparent url(../images/BG_Button_TryBuy_Corporate_WhiteB_Big.gif) no-repeat scroll center center;
		color: white!important;
		display: block;
		font-weight: bold;
		margin: 0px!important;
		padding: 12px;
		text-decoration: none;
}

table#volume_discount_table {
		border-collapse: collapse;
		margin: 15px 0 15px 0;
		width: 200px;
}

table#volume_discount_table td {
  font: normal 11px Verdana, Liberation Sans, Helvetica, sans-serif;
		border: 1px solid #458BBE;
		padding: 10px 20px 5px 20px;
  text-align: center;
}

table#volume_discount_table thead td {
		background-color: #DEEBF3;
		border: 1px solid #458BBE!important;
		font-weight: bold;
}

p.footnote {
	 color: lightslategray;
	 line-height: 18px!important;
		margin: -25px 0 35px 0!important;
		width: 500px;
}

p.footnote a { color: lightslategray!important; border-bottom: 1px dashed lightgrey; }