@charset "UTF-8";

@media all
{

#cpg_order_list div {
	margin-bottom: 1px;
	cursor: pointer;
	background-color: #666666;
}

#cpg_order_list div div {
	float: left;
	margin-right: 1px;
	height: 75px;
	padding: 3px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * Artikelübersicht
 */
table.browse_list {
	width:100%;
}

.browse_list td {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	padding-top:10px;
	padding-bottom:10px;
}

.browse_list tr.list_row_01 {
	background-color:#F0F0F0;
}

.browse_list tr.list_row_02 {
	background-color:#E1E1E1;
}

.browse_bold *,
.browse_highlighted_bold * {
	font-weight:bold !important;
}

.browse_list .browse_highlighted,
.browse_list .browse_highlighted_bold {
	background-color:#FFFF99 !important;
}

.browse_list tr:hover {
	background-color:#EBFFE1 !important;
}

.browse_list td hr {
	height:1px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
}

table.browse_list .title h2 {
	font-size:100%;
	font-weight:normal;
}

table.browse_list .description {
	font-size:10px;
	line-height:1.5em;
}

table.browse_list .time {
	white-space:nowrap;	
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * Kategorie Übericht
 */
#browse_cat_listing a {
	display: block;
	background-color: #CCCCCC;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 2px;
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * Benutzer Backend Listings
 */
table.user_menu_item_listing {
	width: 100%;
	border: 1px solid #E1E1E1;
}

table.user_menu_item_listing td {
	font-size: 75%;
	vertical-align: top;
}

table.user_menu_item_listing th {
	background-color: #ffcc00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

table.user_menu_item_listing tr.list_row_01,
table.user_menu_item_listing tr.list_row_02 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffcc00;
}

table.user_menu_item_listing tr.list_row_01 td {
	background-color: #FFF7D7;
}

table.user_menu_item_listing tr.list_row_02 td {
	background-color: #FFEC9F;
}

table.user_menu_item_listing tr.row_disabled td,
table.user_menu_item_listing tr.row_disabled td * {
	background-color: #CCC;
	color: #999;
}

table.user_menu_item_listing th.image {}

table.user_menu_item_listing th.title {}

table.user_menu_item_listing th.count_bids,
table.user_menu_item_listing th.bid,
table.user_menu_item_listing th.mybid {
	text-align: right;
}

table.user_menu_item_listing th.ends,
table.user_menu_item_listing th.action {
	text-align: center;
}

table.user_menu_item_listing td.image {
	text-align: center;
}

table.user_menu_item_listing td.title {}

table.user_menu_item_listing td.title div {
	font-size: 12px;
}

table.user_menu_item_listing td.title span {
	margin-top:5px;
	display:block;
}

table.user_menu_item_listing td.count_bids {
	font-size: 12px;
	text-align: right;
}

table.user_menu_item_listing td.bid,
table.user_menu_item_listing td.mybid {
	font-size: 100%;
	font-weight: bold;
	text-align: right;
}

table.user_menu_item_listing td.paid {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

table.user_menu_item_listing td.ends {
	font-size: 12px;
	text-align: center;
}

table.user_menu_item_listing td.action {
	width: 1%;
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * Mein Konto: Listings
 */
div#my_area table.listing {
	border-collapse: collapse;
	background-color: #6c6d6f;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div#my_area table.listing td {
	font-size: 10px;
	background-color: #F0F0F0;
}

div#my_area table.listing tr.row_01 td {
	background-color: #F0F0F0;
}

div#my_area table.listing tr.row_02 td {
	background-color: #E1E1E1;
}

div#my_area table.listing tr.status_new td {
	font-weight: bold;
}
  
}
