/* colors */

	/* general colors */
	BODY {
		background-color: #fff;
		color: #333;
	}
	
	A:link, A:active, A:visited, A:hover,
	#information UL LI A:link,
	#information UL LI A:active,
	#information UL LI A:visited {
		color: #5a5858;
	}
	
	A:hover,
	#information UL LI A:hover {
		color: #434242;
	}
	
	INPUT, TEXTAREA, SELECT {
		background-color: #fff;
		border-color: #efeeee;
		color: #000;
	}
	
	INPUT:focus, INPUT:hover,
	TEXTATEA:focus, TEXTAREA:hover,
	SELECT:focus, SELECT:hover {
		background-color: #fcf0d9;
	}
	
	INPUT.button, INPUT.button:hover, INPUT.focus {
		background-color: transparent;
		border-color: transparent;
	}
	
	/* header */
	#headerContent {
		background-color: #ADB0A9;
	}
	
	/* menu */
	
	/* search */
	#info {
		color: #F3F3F3;
	}
	
	/* information area */

	/* boxes */
	.categories A:link,
	.categories A:active,
	.categories A:visited,
	.categories A:hover {
	}
	
	#tabs A:link,
	#tabs A:visited,
	#tabs A:active,
	#tabs A:hover {
		color: #6C6C6C;
	}
	
	#tabs A:hover {
		color: #333;
	
	}
	
	
	#categoriesBox A:link,
	#categoriesBox A:visited,
	#categoriesBox A:active,
	#categoriesBox A:hover {
		color: #6D6D6D !important;
	}
	
	.boxContent A:link,
	.boxContent A:visited,
	.boxContent A:active,
	.boxContent A:hover {
		color: #1A1C1D !important;
	}
	
	/* product box */
	.productBox A:link,
	.productBox A:active,
	.productBox A:visited,
	.productBox A:hover,
	.productBoxHover A:link,
	.productBoxHover A:active,
	.productBoxHover A:visited,
	.productBoxHover A:hover {
		color: #333 !important;
	}
	
	.productBoxHover A:hover
	{
		color: #000 !important;
	}
	
	.productBoxHover A:hover {
		color: #194968;
	}
	
	.PRODUCT_LIST_IMAGE IMG,
	.dialog .productImage IMG {
		border-color: #ccc;
	}

	.productBox .PRODUCT_LIST_PRICE {
	}
	
	.productBoxHover .PRODUCT_LIST_PRICE {
	}
	
	/* product short listing */
	.productDateExpected {
	}
	
	/* dialogs */
	
	#informationBoxDialog, #customerInfoDialog {
		border-color: #316fa0;
	}
	
	/* product description dialog */
	.dialog .productPrice {
		color: #194968;
	}

	.dialog .productDateAvailable {
	}
	
	/* information dialog */
	.filters UL LI A:link,
	.filters UL LI A:active,
	.filters UL LI A:visited,
	.filters UL LI A:hover,
	.filters UL LI.selected {
		color: #434142 !important;
	}
	
	#informationBoxDialog UL LI A:hover {
		color: #fff;
	}
	
	/* box content */
	.boxContent {
		color: #555;
	}
	
	/* product info image */
	.productInfo .productImage IMG {
		border-color: #ccc;
	}
	
/* positions and sizes */
	#headerContent #selfPromo {
		margin: 0 0 0 0px;
		width: 600px;
		height: 156px;
	}

/* logo */
	#logo {
		width: 210px;

/* images */
	/* ie transparent png hack */
	* html #selfPromo {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/templates/systems_ro/images/self_promo.png');
	}