@import url(product.listitem.css);


#layout_content h2 {
	color: #1b5c9d;
	font-size: 18px;
}

#layout_content .title_promotionalicon{
	padding-bottom: 15px;
}

#layout_content h3 {
	color: #900b09;
	font-size: 16px;
}

#layout_content ul li {
	padding-left: 12px;
	background: url(/images/default/li_background.gif) no-repeat 2px 4px;
}




/*
 *	Interest "short" (used for memory)
 */

#layout_content table {
	width: 100%;
	margin-top: 10px;
	clear: left;	
	font-size: 11px;
}

#layout_content th {
	padding: 5px;
	border-bottom: 1px solid #cfcfcf;
	background: #e4e4e4;
	text-align: left;
}

#layout_content td {
	padding: 2px 5px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #eee;
}

#layout_content tr.hover td,
#layout_content tr:hover td {
	background: #ffffcf;
}

#layout_content td.assortmentstate {
	width: 160px;
}

#layout_content td.state2 {
	color: #329403;
	font-weight: bold;
}

#layout_content td.order {
	width: 120px;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
}

#layout_content td.order span.price {
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	float: left;
}

#layout_content td.order a.image {
	float: right;
}

#layout_content p.interest_child_information img {
	margin: 3px 5px 0 0;	
	float: left;
	border: 1px solid #eee;
}



/*Buttons*/

td.order a.product_orderinformation_orderbutton_1 {
	height: 24px;
	width: 54px;
	float: right;
	display: block;
	background: url(/images/default/small_button_product_email.png) no-repeat 0 0;	
}

td.order a.product_orderinformation_orderbutton_1:hover {
	background-position: 0 -24px;
}

td.order a.product_orderinformation_orderbutton_2 {
	height: 24px;
	width: 54px;
	float: right;
	display: block;
	background: url(/images/default/small_button_product_order.png) no-repeat 0 0;	
}

td.order a.product_orderinformation_orderbutton_2:hover {
	background-position: 0 -24px;
}

td.order a.product_orderinformation_orderbutton_3 {
	height: 24px;
	width: 54px;
	float: right;
	display: block;
	background: url(/images/default/small_button_product_email.png) no-repeat 0 0;	
}

td.order a.product_orderinformation_orderbutton_3:hover {
	background-position: 0 -24px;
}

td.order a.product_orderinformation_orderbutton_6 {
	height: 24px;
	width: 54px;
	float: right;
	display: block;
	background: url(/images/default/small_button_product_preorder.png) no-repeat 0 0;	
}

td.order a.product_orderinformation_orderbutton_6:hover {
	background-position: 0 -24px;
}

td.order a.product_orderinformation_orderbutton_1 span,
td.order a.product_orderinformation_orderbutton_2 span,
td.order a.product_orderinformation_orderbutton_3 span,
td.order a.product_orderinformation_orderbutton_6 span {
	display: none;
}