@charset "utf-8";
/* CSS Document */

#et-widget tr, td {
	padding: 0;
}
#et-widget {
	width: 742px;
	min-height: 268px;
	margin: 0 auto;
	border: 1px solid #c0c0c0;
	border-radius: 8px;
	background: #ededed;
	padding: 8px;
}
#et-widget .header {
	border-bottom: 1px solid #c0c0c0;
	margin: 0px 8px;
}
#et-widget .header th {
	font-size: 14px !important;
	text-align: center;
	font-weight: normal;
	color: #000 !important;
	height: 27px;
	padding: 0;
}
#et-widget .header th + th {
	text-align: left;
	padding-left:15px !important;
}
#et-widget table {
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
#et-widget table p {
	font-size: 12px;
	color: #333;
}
#et-widget table .dealer {
	width: 140px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#et-widget table .description {
	padding-left: 8px;
	font-size: 12px;
	color: #333333;
}
#et-widget table .instock {
	width: 84px;
	padding: 0px 8px;
}
#et-widget table .buy {
	width: 100px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#retailers tr {
	height: 60px;
}
#retailers tr:nth-child(even) {
	background: #e1e1e1;
}
#et-widget .logo {
	margin: 0px;
	padding: 9px;
	display: block;
	width: 121px;
}
#et-widget .logo>img {
	display: block;
	margin: 0 auto;
}
#et-widget a {
	border: none;
}
.item:nth-child(even) {
	background: #e1e1e1;
}
.btn {
	color: #333333;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	text-align: center;
	padding: 4px 8px;
	text-decoration: none;
	display: inline-block;
	zoom: 1;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.4;
	border: 1px solid #0580aa;
	margin-left: 10px;
}
.btn-buynow {
	background: #c0c0c0;
	cursor: pointer;
}
.btn-buynow:hover {
	background-image: linear-gradient(#e88e1c, #ffc406);
	color: #fff;
	text-decoration:none;
}
.btn-unavailable {
}
.oosmessage {
	text-align: center;
	padding-top: 5%;
	color: #3db7d2;
}
.oosmessage h3 {
	font-size: 16px;
}
.item-oos {
	display: none;
}
.buyproductinfo { width:440px !important; margin:10px auto 0; }
.buyproductinfo #dnn_ctr387_Main_ctl00_lblName { padding: 0 0 0 7px; !important;font-size:12px !important; }
.buyproductinfo #dnn_ctr387_Main_ctl00_lblNumber { position:relative;top:2px; }
.buyproductinfo td.cellLineThinBtmBkgrndLtGrey { border-radius: 8px;padding:2px 4px 0; }
.buyproductinfo #dnn_ctr387_Main_ctl00_hlLearnMore { font-weight:normal; }