div#hot_offers {
	margin-top: 10px;
	width: 625px;
	clear: both;
}

div#hot_offers * {
	margin: 0;
	padding: 0;
}

div#zoom {
	position: absolute;
	z-index: 1;
	background-color: white;
	border: 1px solid black;
}

div#hot_offers h1 {
	font-size: 15px;
	color: black;
	line-height: 32px;
	font-family: Tahoma;
	padding-left: 13px;
}

div#hot_offers div.node {
	height: 115px;
	background-color: #E7E7E7;
	margin: 10px 0;
	padding: 5px;
}

html > body div#hot_offers div.node {
	height: auto;
	min-height: 115px;
}

div#hot_offers div.node div.cleaner {
	clear: both;
}

div#hot_offers div.node div.preview {
	float: left;
	width: 100px;
}

div#hot_offers div.node div.preview img.preview_image {
	border: 1px solid #A0A0A0;
}

div#hot_offers div.node div.data {
	float: right;
	width: 505px;
	text-align: center;
	font-size: 11px;
	overflow: hidden;
}

div#hot_offers div.node div.data div.info,
div#hot_offers div.node div.data div.customization,
div#hot_offers div.node div.data div.actions,
div#hot_offers div.node div.data div.note {
	text-align: left;
}

div#hot_offers div.node div.data div.info {
	float: left;
	width: 125px;
}

div#hot_offers div.node div.data div.info span {
	color: #0077AE;
	font-size: 12px;
	text-decoration: underline;
}

div#hot_offers div.node div.data div.actions {
	float: right;
	width: 205px;
	text-align: center;
	font-family: Arial;
}

div#hot_offers div.node div.data div.actions div.price {
	color: #EA5714;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}

div#hot_offers div.node div.data div.actions a.button {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: white;
	height: 20px;
	line-height: 20px;
	margin: 0 auto 10px auto;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	width: 140px;
	overflow: hidden;
}

div#hot_offers div.node div.data div.actions a.button div.left {
	float: left;
	background: url('../images/btnBlueLeft.png') no-repeat;
	height: 100%;
	width: 24px;
}

div#hot_offers div.node div.data div.actions a.button div.right {
	float: left;
	background: url('../images/btnBlueRight.png') no-repeat;
	height: 100%;
	width: 5px;
}

div#hot_offers div.node div.data div.actions a.button div.main {
	float: left;
	height: 100%;
	background: url('../images/btnBlueBg.png') repeat-x;
	padding: 0 3px;
	width: 105px;
}

div#hot_offers div.node div.data div.customization {
	width: 165px;
}

html > body div#hot_offers div.node div.data div.customization {
	margin-left: 130px;
	margin-right: 210px;
}

div#hot_offers div.node div.data div.customization div.row {
	margin: 5px 0;
	width: 100%;
}

div#hot_offers div.node div.data div.customization input,
div#hot_offers div.node div.data div.customization select {
	font-size: 11px;
	border: 1px solid #D8D8D8;
	vertical-align: top;
}

div#hot_offers div.node div.data div.customization select {
	width: 125px;
}

div#hot_offers div.node div.data div.customization input {
	padding: 1px 2px;
}

div#hot_offers div.node div.data div.customization input.big {
	width: 122px;
}

html > body div#hot_offers div.node div.data div.customization input.big {
	width: 118px;
}

div#hot_offers div.node div.data div.customization input.small {
	width: 25px;
}

html > body div#hot_offers div.node div.data div.customization input.small {
	width: 21px;
}

div#hot_offers div.node div.data div.customization label {
	display: inline-block;
	width: 50px;
	padding-left: 5px;
}

html > body div#hot_offers div.node div.data div.customization label {
	width: 45px;
}

div#hot_offers div.node div.data div.customization div.row p {
	color: gray;
	font-size: 10px;
	font-style: italic;
	margin-top: 2px;
	text-align: center;
}

div#hot_offers div.node div.data div.customization div.row a.icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

* html body div#hot_offers div.node div.data div.customization div.row a.icon {
	top: 2px;
	margin-right: 2px;
}

*+html body div#hot_offers div.node div.data div.customization div.row a.icon {
	top: 2px;
	margin-right: 2px;
}

div#hot_offers div.node div.data div.customization div.row a.icon.bin {
	background: url('../images/icon_bin.png') no-repeat;
}

div#hot_offers div.node div.data div.customization div.row a.icon.preview_on {
	display: inline-block;
	background: url('../images/icon_preview.png') no-repeat;
}

div#hot_offers div.node div.data div.customization div.row a.icon.preview_off {
	display: none;
}

div#hot_offers div.node div.data div.note {
	border-top: 1px solid gray;
	color: gray;
	font-size: 10px;
	line-height: 15px;
	margin-top: 10px;
}

.sizeOpener {
 	cursor : pointer;
}

