h1 {
	font-size:15px;
	padding-left:50px;
}

/* ------------------------------- printer */

div#printer {
	position:absolute;
	top:140px;
	left:100px;
	right:200px;
	
}

/* ------------------------------- cartridge */

div.cartridge {
	display:block;
	float:left !important;
	padding:5px;
	margin:20px;
	width:300px;
	height:130px;
	background-image:url(../ima/cartridge-background.png);
	background-repeat:no-repeat;
}

div.cartridge-name {
	position:relative;
	top:5px;
	left:15px;
	width:200px;
	height:15px;
	overflow:hidden;
	font-size:13px;
	font-weight:bold;
}

div.cartridge-feature {
	position:relative;
	left:15px;
	top:15px;
	width:200px;
	height:65px;
	overflow:hidden;
}

div.cartridge-compatible {
	position:relative;
	left:5px;
	top:23px;
	width:205px;
	height:20px;
	overflow:hidden;
	color:#999;
}

div.cartridge-brand {
	position:relative;
	left:5px;
	top:23px;
	width:205px;
	height:20px;
	overflow:hidden;
	font-weight:bold;
	text-align:center;
}

div.cartridge-price {
	position:relative;
	left:220px;
	top:-64px;
	width:75px;
	height:85px;
	overflow:hidden;
	text-align:right;
}

div.cartridge-price table {
	float:right;
}

div.cartridge-price input {
	width:15px;
	border:1px solid #556;
	text-align:right;
	font-weight:bold;
}

div.cartridge-price tr {
	font-weight:bold;
}

div.cartridge-price tr.ttc {
	color:#999;
}

div.cartridge-price td.stock {
	text-align:left;
	color:#999;
	font-weight:normal;
}

div.cartridge-price td.quantity {
	text-align:center;
	color:#999;
	padding-top:5px;
}

div.cartridge-price td.price {
	text-align:right;
}

div.cartridge-price td.devise {
	text-align:left;
}

div.cartridge-add {
	position:relative;
	left:20px;
	top:-55px;
	width:260px;
	height:15px;
	overflow:hidden;
}

div.cartridge-thumbnail {
	position:relative;
	left:-20px;
	top:-215px;
	width:32px;
}

div.compatible td.brandSeries {
	vertical-align:top;
	white-space:nowrap;
	font-weight:bold;
}

div.compatible td.model {
	vertical-align:top;
	padding-left:20px;
}

div.compatible p {
	font-weight:bold;
	color:#cf0;
}
div.compatible p.note {
	font-weight:normal;
	color:#ccc;
}
div.compatible h1 {
	color:#cf0;
	font-size:12px;
	margin-bottom:12px;
}

/* ------------------------------- footer */

div.footer {
	position:absolute;
	bottom:20px;
//	bottom:-10px;
	left:0px;
}

div.footer h1 {
	color:#cf0;
	padding-left:20px;
	/*font-weight:normal;*/
	font-size:12px;
}





