/**
* CSS Files
*
* LICENSE
*
* This source file is subject to the new cdmm license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.mycdmm.de/license/
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@cdmm.de so we can send you a copy immediately.
*
* @copyright  Copyright (c) 2005-2009 cdmm (http://www.cdmm.de)
* @license    http://framework.mycdmm.de/license/ cdmm license
* @version    $Id: container.css 519 2009-02-17 17:38:03Z mw $
*/

@media screen, projection, print
{

	/**
	* watchlist box
	*/
	.watchlist_container {
		position: absolute;
		bottom: 0;
		left: 572px;
		color: #fff;
	}
	
	.watchlist_container_ru { bottom: 12px; }
	
	.watchlist_container a {
		color: #fff;
		font-weight: bold;
		font-style: italic;
		font-size: 127.27%;
	}
	
	.watchlist_container ul {
		float: left;
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.watchlist_container ul li {
		float: left;
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.watchlist_product_count_border {
		border: 1px solid #fff;
		font-size: 100%;
		font-weight: normal;
		font-style: normal;
		text-align: center;
		width: 20px;
		height: 14px;
		margin-left: 5px;
		margin-top: 1px;
	}
	
	.watchlist_product_count_border_content { margin-top: -1px; }

	/**
	* print view html
	*/
	#print-page-margins .watchlist_container { display: none; }
	
}
@media print
{
	.watchlist_container { display: none; }
}