/*
Bathstore class styles:
--
Bathstore Blue:	#0099CC
Light Grey:		#f1f1f1
Dark Grey:		#999999
*/

.blue		{color:#0099CC;}

.lightGrey	{color:#f1f1f1}

.darkGrey	{color:#999999}

.error,
.red {
	color:#FF0000;
}

.bold		{font-weight:bold;}

.clear		{
	clear:both;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;
}

.tiny {
	color:#999999;
	font-size:0.9em;
}

.hidden {
	display:none;
}

.jumpMenu {
	display:none;
}

.help {
	cursor:help;
}

.tip {
	border:0px;
	margin-bottom:10px;
	padding:0px 5px;
}

.tip h2
{
	color: #666666;
	font-size: 10pt;
}

.tip a.pdfLink
{
	font-size: 8pt;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
	color: #666666 !important;	
}

.tip a.prodAnima
{
	font-size: 8pt;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
	color: #666666 !important;	
}

.tip p {
	padding-left:10px !important;
}

.left {
	text-align:left;
}

img.left {
	float:left;
}

.center {
	text-align:center;
}

img.center {
	margin-left:auto;
	margin-right:auto;
}

.right {
	text-align:right;
}

img.right {
	float:right;
}

button.blue,
button.grey,
a.blue,
a.grey {
	display:block;
	width:auto;
	margin:0px;
	padding:0px;
	background:transparent;
	border:none;
	text-decoration:none;
}

button.blue .text,
button.grey .text,
a.blue .text,
a.grey .text {
	font-size:1em;
	text-align:center;
	color:#FFFFFF;
}

button.blue .leftButtonEdge,
button.grey .leftButtonEdge,
a.blue .leftButtonEdge,
a.grey .leftButtonEdge {
	float:left;
	width:5px;
	display:block;
}

button.blue .leftButtonEdge .top,
button.grey .leftButtonEdge .top,
a.blue .leftButtonEdge .top,
a.grey .leftButtonEdge .top {
	background:url(/new-images/button-blue-left-top.png) top left;
	width:5px;
	height:5px;
	display:block;
	overflow:hidden;
}

button.grey .leftButtonEdge .top,
a.grey .leftButtonEdge .top {
	background:url(/new-images/button-grey-left-top.png) top left;
}

button.blue .leftButtonEdge .text,
button.grey .leftButtonEdge .text,
a.blue .leftButtonEdge .text,
a.grey .leftButtonEdge .text {
	background:url(/new-images/button-blue-left-edge.png) top left;
	width:5px;
	display:block;
}

button.grey .leftButtonEdge .text,
a.grey .leftButtonEdge .text {
	background:url(/new-images/button-grey-left-edge.png) top left;
}

button.blue .leftButtonEdge .bottom,
button.grey .leftButtonEdge .bottom,
a.blue .leftButtonEdge .bottom,
a.grey .leftButtonEdge .bottom {
	background:url(/new-images/button-blue-left-bottom.png) bottom left;
	width:5px;
	height:5px;
	display:block;
	overflow:hidden;
}

button.grey .leftButtonEdge .bottom,
a.grey .leftButtonEdge .bottom {
	background:url(/new-images/button-grey-left-bottom.png) bottom left;
}

button.blue .middleButton,
button.grey .middleButton,
a.blue .middleButton,
a.grey .middleButton {
	float:left;
}

button.blue .middleButton .text,
button.grey .middleButton .text,
a.blue .middleButton .text,
a.grey .middleButton .text {
	background:url(/new-images/button-blue-top-edge.png) #0099CC repeat-x top left;
	padding:5px 0px;
	display:block;
}

button.grey .middleButton .text,
a.grey .middleButton .text {
	background:url(/new-images/button-grey-top-edge.png) #858585 repeat-x top left;
}

button.blue .rightButtonEdge,
button.grey .rightButtonEdge,
a.blue .rightButtonEdge,
a.grey .rightButtonEdge {
	float:left;
	width:5px;
	display:block;
}

button.blue .rightButtonEdge .top,
button.grey .rightButtonEdge .top,
a.blue .rightButtonEdge .top,
a.grey .rightButtonEdge .top {
	background:url(/new-images/button-blue-right-top.png) top right;
	width:5px;
	height:5px;
	display:block;
	overflow:hidden;
}

button.grey .rightButtonEdge .top,
a.grey .rightButtonEdge .top {
	background:url(/new-images/button-grey-right-top.png) top right;
}

button.blue .rightButtonEdge .text,
button.grey .rightButtonEdge .text,
a.blue .rightButtonEdge .text,
a.grey .rightButtonEdge .text {
	background:url(/new-images/button-blue-right-edge.png) top right;
	width:5px;
	display:block;
}

button.grey .rightButtonEdge .text,
a.grey .rightButtonEdge .text {
	background:url(/new-images/button-grey-right-edge.png) top right;
}

button.blue .rightButtonEdge .bottom,
button.grey .rightButtonEdge .bottom,
a.blue .rightButtonEdge .bottom,
a.grey .rightButtonEdge .bottom {
	background:url(/new-images/button-blue-right-bottom.png) bottom right;
	width:5px;
	height:5px;
	display:block;
	overflow:hidden;
}

button.grey .rightButtonEdge .bottom,
a.grey .rightButtonEdge .bottom {
	background:url(/new-images/button-grey-right-bottom.png) bottom right;
}

a.wireButton {
	border:1px solid #0099CC;
	color:#0099CC;
	display:block;
	padding:2px;
	margin:0px 4px 0px 0px;
	float:left;
	text-align:center;
	text-decoration:none;
}

ol.noNos li {
	list-style:none;
	margin-bottom: 4px;
	color: #666666;
}
