﻿@charset "utf-8";
/********************************************************************************************* contentRight */
.menuRight {
	margin-bottom:12px;
}
.menuRight .whereToBuy {
	display:inline;
	padding-left:53px;
	font-size:18px;
	text-decoration:none;
	color:#828282;
	background:url(/images/bulletBuy.png) no-repeat;
	float:left;
}
.menuRight .prev, .menuRight .next {
	width:45px;
	height:25px;
	display:block;
	background:url(/images/bulletPrev.png) no-repeat;
	float:right;
}
.menuRight .next {
	margin-left:4px;
	background:url(/images/bulletNext.png) no-repeat;	
}
.content .menuThumb {
	margin-bottom:16px;
	*margin:-12px 0px 28px 0px;
}
.content .menuThumb .thumb {
	padding:9px;
	margin:0px 8px 0px 0px;
	background:url(/images/boxThumb.png) no-repeat;
	float:left;
}
.content .menuThumb .thumbRight {
	margin:0px;
}
.content .menuThumb .menuThumbBullets {
	position:relative;
	top:26px;
}
.content .menuThumb .menuThumbBullets .prev, .content .menuThumb .menuThumbBullets .next {
	width:24px;
	height:45px;
	display:block;
	position:absolute;
	left:-9px;
	background:url(/images/bulletThumbPrev.png) no-repeat;
}
.content .menuThumb .menuThumbBullets .next {
	left:290px;
	background:url(/images/bulletThumbNext.png) no-repeat;
}
.content .refills {
	width:100%;
}
.content .refills .label {
	white-space:normal;
}
.content .refills .odd {
	background:#f5f5f5;
}
.content .combinations {
	width:100%;
	border:1px solid #dcdcdc;
}
.content .combinations td {
	padding:4px 0px 4px 0px;
	text-align:center;
	vertical-align:top;
	border:1px solid #dcdcdc;
}
.content .combinations .combinationsColorCellTitle {
	background-color:#f5f5f5;
}
