﻿@charset "utf-8";
/********************************************************************************************* products */
.categoryLink {
	margin-bottom:16px;
}
.categoryLink a {
	height:20px;
	display:block;
}
.bulletBig {
	text-decoration:none;
	background:url(/images/bulletNext.png) center left no-repeat;
}
.category {
	margin-left:53px;
	font-size:18px;
	font-weight:normal;
}
.categories {
	width:565px;
	margin-left:53px;
}
.categories td {
	width:50%;
	white-space:normal;
	padding:0px 16px 0px 0px;
	vertical-align:top;
	margin-bottom:16px;
	color:#000;
}
.categories td p {
	margin-bottom:16px;
}
.categories td a.more {
	margin:10px 0 10px 0;
	*margin:10px 0 0 0;
	display:block;
	float:right;
}
.subCategoryTitle {
	font-size:12px;
	font-weight:bold;
	margin-bottom:12px;
	padding-left:31px;
	display:block;
	background:url(/images/bullet.png) left 3px no-repeat;
}
.categories ul {
	padding-left:31px;
	*padding-left:0px;
}
.categories ul li {
	*margin-left:-9px;
	list-style:none;
	line-height:20px;
}
.magentaClosed {
	background:url(/images/magenta/bulletBigPlus.png) center left no-repeat;
}
.magentaOpen {
	background:url(/images/magenta/bulletBigMinus.png) center left no-repeat;
}
.magentaBullet {
	background-image:url(/images/magenta/bullet.png);
}
.greenClosed {
	background:url(/images/green/bulletBigPlus.png) center left no-repeat;
}
.greenOpen {
	background:url(/images/green/bulletBigMinus.png) center left no-repeat;
}
.greenBullet {
	background-image:url(/images/green/bullet.png);
}
.aquaClosed {
	background:url(/images/aqua/bulletBigPlus.png) center left no-repeat;
}
.aquaOpen {
	background:url(/images/aqua/bulletBigMinus.png) center left no-repeat;
}
.aquaBullet {
	background-image:url(/images/aqua/bullet.png);
}
.redClosed {
	background:url(/images/red/bulletBigPlus.png) center left no-repeat;
}
.redOpen {
	background:url(/images/red/bulletBigMinus.png) center left no-repeat;
}
.redBullet {
	background-image:url(/images/red/bullet.png);
}
.blueClosed {
	background:url(/images/blue/bulletBigPlus.png) center left no-repeat;
}
.blueOpen {
	background:url(/images/blue/bulletBigMinus.png) center left no-repeat;
}
.blueBullet {
	background-image:url(/images/blue/bullet.png);
}
.rubineClosed {
	background:url(/images/rubine/bulletBigPlus.png) center left no-repeat;
}
.rubineOpen {
	background:url(/images/rubine/bulletBigMinus.png) center left no-repeat;
}
.rubineBullet {
	background-image:url(/images/rubine/bullet.png);
}
.yellowClosed {
	background:url(/images/yellow/bulletBigPlus.png) center left no-repeat;
}
.yellowOpen {
	background:url(/images/yellow/bulletBigMinus.png) center left no-repeat;
}
.yellowBullet {
	background-image:url(/images/yellow/bullet.png);
}
.orangeClosed {
	background:url(/images/orange/bulletBigPlus.png) center left no-repeat;
}
.orangeOpen {
	background:url(/images/orange/bulletBigMinus.png) center left no-repeat;
}
.orangeBullet {
	background-image:url(/images/orange/bullet.png);
}