﻿/* SIMPLE ITEM LIST */
.ItemListBox {
	display:block;
	clear:left;
	background-color:#FFF;
	padding-bottom:0px;
	margin:0;
	background: #FFF url(../../Pictures/img/bg_ItemList.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height:25px;		
	overflow:visible;	
}

.ItemListBox[class] 
{
	height:auto;
	min-height:25px;
	padding-left:9px;
}

.ItemListBox .pName {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#595d8b;
	padding-bottom:3px;
	cursor:default;
	padding-left:9px;	
	background: url(../../Pictures/img/itemDock_bullet.gif) 1px no-repeat ;
	border:0px solid red;
	float:left;
	display:inline;
	width:55%;
}

.ItemListBox[class] .pName 
{
	width:auto;
	min-width:55%;
	margin-left:-18px;
	clear:none;
}


.ItemListBox .pTop {
	float:left;
	display:none;
}

.ItemListBox .pCornerRight {
	display:none;
}
.ItemListBox .pMiddle {	
	display:none;
}

.ItemListBox .pFooter {
	float:right;
	white-space:nowrap;
	background:none;
	display:block;
	width:100%;
}

.ItemListBox .pFooter[class] {	
	border:0px solid green;
	width:auto;
	min-width:100%;
}

*:lang(en) .ItemListBox .pFooter[class] {
	
}

.ItemListBox .pPrice {
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;	
	float:left;
	clear:right;
	margin:2px 2px 3px 5px;	
	background-image:none;	
}
.ItemListBox .pPrice[class] {
	margin-left:-7px;
}

.ItemListBox .pPrice .price1 {
	color:#540606; 
	font-size:11px;
	font-style:normal;
	display:inline;
}
.ItemListBox .pPrice .price2 {
	display:inline;
	font-size:11px;
	font-style:normal;
	display:inline;
}

.ItemListBox .pBuy {
	background-image:none;
	white-space:nowrap;
	float:right;
	clear:left;
	margin:1px 0px 0px 0px;	
}

*:lang(en) .ItemListBox .pBuy[class] {
	clear:none;	
	margin-top:0px;
}

.ItemListBox .pBuy input {
	border-width:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	color: #405060;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size:10px;
	font-style:italic;
	display:inline;
	height:16px;
	padding:0 0 0 16px;
	background-image: url(../../Pictures/img/icons/tag_orange.gif);
	background-color: transparent;
	text-align:left;
	margin:0 0 0 0px;
	width:35px;
	cursor:pointer;
}

.ItemListBox .pBuy input.BtnBriefInfo {
	border-width:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	color: #405060;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../../Pictures/img/icons/opView.gif);
	background-color: transparent;
	font-size:10px;
	font-style:italic;
	display:inline;
	height:16px;
	padding:0 0 0 15px;
	text-align:left;
	margin:0 5px 0 0px;
	width:65px;
}
.ItemListBox br {
	display:none;
}

span.dataListItem {
	display:block;
	margin-bottom:6px;
	background-image:none;
}
