/* Neutralize styling: Elements we want to clean out entirely: */
html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}
/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
    margin: 0px 0px 1em 0px;
    padding: 0;
}
/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote {
    margin-left: 3em;
    margin-bottom: 1em;
}
/* Miscellaneous conveniences: */
form label, label {
	display: block;
	float: left;
	font-weight: bold;
}
img {
	border: 0px none;
	vertical-align: middle;
}
fieldset {
	border: none;
}
form input, textarea, select {
	font-size: 100%;
	color: #000;
	padding: 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	vertical-align: middle;
}
.clearer {
	clear: both;
}
.popup {
	display: none;
}
/* Text styles */
a {
	color: #aa1313;
	text-decoration: none;
}
.redText {
	color: #aa1313;
}
.greenText {
	color: #689400;
}
.blackText {
	color: #000;
}
.boldText {
	font-weight: bold;
}
.normalText {
	font-weight: normal;
}
.bigText {
	font-size: 13px;
}
.smallText {
	font-size: 11px;
}
h2 {
	font-size: 12px;
	margin: 0 0 5px 0;
}
/* Custom styles */
#head {
	width: 100%;
}
#headInner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
	margin-bottom: 20px;
}
#headTop {
	height: 40px;
	width: 100%;
	background: #eaeaea;
}
#headTopInner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#headTopInnerRight {
	float: right;
	line-height: 40px;
}
#headTopInnerRight a {
	color: #000;
	font-size: 11px;
	margin-right: 10px;
}
.headTopLinks {
	float: right;
}
.headTopButton {
	float: right;
	display: block;
	height: 26px;
	width: 63px;
	background: url('/custom/images/button1.gif') no-repeat;
	color: #fff !important;
	font-size: 12px !important;
	margin: 7px 0 0 10px !important;
	line-height: 26px;
	text-align: center;
}
#logo {
	float: left;
	margin: 5px 0;
	width: 655px;
}
#miniBasket {
	position: relative; top: -10px;
	float: right;
	width: 320px;
	margin-bottom: 2px;
}
#searchBox {
	float: right;
	width: 264px;
	height: 50px;
	background: url('/custom/images/search-back.gif') no-repeat;
	color: #aa1313;
}
#searchBox div {
	margin-top: 15px;
	margin-left: 20px;
}
#searchBox a {
	font-size: 10px;
	text-decoration: underline;
}
#searchBox input {
	width: 120px;
	margin: 0 5px;
	padding: 2px;
}

#footer {
	width: 100%;
	margin-top: 20px;
}
#footerInnerTop {
	height: 34px;
	line-height: 34px;
	padding: 0 10px 0 10px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	background: #eaeaea url('/custom/images/grey-gradient.gif') repeat-x;
}
#footerInnerMiddle {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background: #820f0f;
	padding: 20px 0 20px 0;
}
#footerInnerBottom {
	height: 30px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background: #aa1313;
	border-top: 2px solid #cc0a0a;
}
.seoBox {
	float: left;
	border-left: 1px solid #650b0b;
	border-right: 1px solid #aa1313;
	width: 193px;
	height: 160px;
	padding: 0 25px;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
}
.seoBox a {
	color: #fff;
}
.firstBox {
	border-left: none !important;
}
.lastBox {
	border-right: none !important;
}
#menuBar {
	padding-top: 20px;
}
#menuBarBottom {
	background: #aa1313;
	height: 30px;
	text-align: right;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	padding: 0 10px;
}
.categoryMenu {
	border: 0;
}
.categoryMenu a {
	color: #fff;
}
.categoryMenu td{
	padding: 0 15px 0 15px;
	height: 41px;
	background: url('/custom/images/menu-back.gif') bottom repeat-x;
	font-size: 11px;
	color: #fff;
	text-align: center;
	border-left: 2px solid #fff;
	border-bottom: 1px solid #fff;
}
.categoryMenu td.menuActive {
	background: #aa1313;
	font-size: 12px;
	border-bottom: none;
}
.categoryMenu td.firstItem {
	border-left: none;
}
#breadCrumbBar {
	background: #eaeaea url('/custom/images/grey-gradient.gif') repeat-x bottom;
	font-size: 11px;
	padding: 0 10px;
}
#breadCrumbs {
	float: left;
	width: 730px;
	padding: 11px 0 10px 0;
}
#breadCrumbs a {
	text-decoration: underline;
	white-space: nowrap;
}
#breadCrumbs .redText {
	white-space: nowrap;
}
#vatBox {
	float: right;
	font-size: 12px;
	line-height: 35px;
}
#vatBox span {
	margin-right: 10px;
}
#vatBox label {
	font-weight: normal;
}
#content {
	width: 100%;
}
#contentInner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#lhs {
	width: 194px;
	float: left;
	margin-right: 10px;
}
#rhs {
	width: 766px;
	float: right;
}
.lhsTitle {
	height: 37px;
	line-height: 37px;
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	background: url('/custom/images/lhs-title.gif') no-repeat;
	margin: 0 0 10px 0;
}
.rhsTitle {
	height: 37px;
	line-height: 37px;
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	background: url('/custom/images/rhs-title.gif') no-repeat;
	margin: 10px 0 0 0;
}
.mainTitle {
	margin-top: 0px !important;
}
.linkBar {
	background: #eaeaea url('/custom/images/grey-gradient.gif') repeat-x;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	text-align: right;
	padding: 0 10px;
	margin: 0px 0 10px 0;
}
.contentBox {
	overflow: auto;
	border: 1px solid #e3e3eb;
	padding: 20px;
	font-size: 11px;
	line-height: 17px;
	margin-top: 10px;
}
.contentTitle {
	font-size: 16px;
	margin: 10px 0;
	border-bottom: 1px dotted #9d9d9d;
	padding-bottom: 8px;
}
.contentTitleNoBorder {
	border-bottom: none !important;
}
.contentBox .contentTitle {
	border-bottom: none !important;
	padding-bottom: 0 !important;
}
.featuredProductContainer {
	position: relative;
	float: left;
	height: 150px;
	width: 373px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url('/custom/images/featured-product.gif') no-repeat;
}
.featuredProductContainerLeft {
	margin-right: 20px;
}
.relatedProductContainer {
	position: relative;
	float: left;
	height: 150px;
	width: 373px;
	margin-top: 3px;
	margin-bottom: 3px;
	background: url('/custom/images/featured-product.gif') no-repeat;
}
.relatedProductContainerLeft {
	margin-right: 6px;
}
.featuredProduct {
	height: 116px;
	width: 341px;
	padding: 17px;
}
.featuredProductImage {
	float: left;
	height: 116px;
	width: 116px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background: #fff;
}
.featuredProductImage a {
	position: relative; top: 8px;
}
.featuredProductInfo {
	float: right;
	width: 206px;
}
.featuredProductName {
	height: 34px;
	overflow: hidden;
}
.featuredProductName a {
	font-size: 14px;
	color: #000;
}
.featuredProductWasPrice {
	font-size: 11px;
	text-decoration: line-through;
	margin-top: 5px;
}
.featuredProductPrice {
	font-size: 13px;
	margin-top: 5px;
}
.moreInfoButton {
	margin-top: 10px;
}
#homeBanner {
	height: 270px;
	width: 980px;
	padding-bottom: 10px;
}
#homeBannerSlim {
	padding-bottom: 20px;
}
#homeBannerLeft {
	position: relative;
	float: left;
	width: 687px;
	height: 270px;
}
#homeBannerRight {
	position: relative;
	float: left;
	width: 293px;
	height: 270px;
	background: url('/custom/images/bannerbgright.jpg') no-repeat;
}
#homeBannerRightInner {
	margin: 22px 22px 0 22px;
}
.homeBannerBanner img {
	vertical-align: top;
}
.homeBannerItem {
	height: 66px;
	margin-bottom: 15px;
}
.homeBannerImage {
	float: left;
	margin-right: 18px;
}
.homeBannerText {
	float: left;
	line-height: 15px;
	color: #fff;
	font-size: 11px;
	width: 164px;
	overflow: hidden;
}
.homeBannerText a {
	color: #fff;
}
.homeBannerTitle {
	font-size: 12px;
	margin-bottom: 10px;
}
.homeBannerTitleActive a {
	color: #01c0e2 !important;
}
#dealBanners {
	margin: 20px auto;
	width: 980px;
}
#dealBannerLeft {
	position: relative;
	float: left;
	width: 396px;
	height: 80px;
	background-image: url('/custom/images/deal-banner.gif');
}
#dealBannerLeftInput {
	position: absolute; top: 32px; left: 165px;
}
#dealBannerLeftInput input {
	width: 125px;
	font-size: 11px;
}
#dealBannerLeftButton {
	position: absolute; top:26px; left:312px;
}
#dealBannerRight {
	float: right;
	width: 564px;
}
.gradientContentBox {
	position: relative;
	width: 767px;
	background: url('/custom/images/content-repeat.gif') repeat-y;
	margin: 20px 0;
}
.gradientContentBoxTop {
	height: 10px;
	background: url('/custom/images/content-top.gif') no-repeat;
}
.gradientContentBoxBottom {
	min-height: 135px;
	height: auto !important;
	height: 135px;
	background: url('/custom/images/content-bottom.gif') left bottom no-repeat;
}
.gradientContentBoxInner {
	padding: 10px 20px 20px 20px;
	line-height: 18px;
}
.gradientContentBoxInner a {
	text-decoration: underline;
}

.greyContentBox {
	position: relative;
	width: 767px;
	background: #ebebeb;
	margin: 20px 0;
}
.greyContentBoxTop {
	height: 10px;
	background: url('/custom/images/content-top-grey.gif') no-repeat;
}
.greyContentBoxBottom {
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background: url('/custom/images/content-bottom-grey.gif') left bottom no-repeat;
}
.greyContentBoxInner {
	padding: 10px 25px 20px 25px;
	line-height: 18px;
}

.thinGreyContentBox {
	position: relative;
	width: 520px;
	background: #ebebeb;
	margin: 20px 0;
}
.thinGreyContentBoxTop {
	height: 10px;
	background: url('/custom/images/content-top-grey-thin.gif') no-repeat;
}
.thinGreyContentBoxBottom {
	min-height: 420px;
	height: auto !important;
	height: 420px;
	background: url('/custom/images/content-bottom-grey-thin.gif') left bottom no-repeat;
}
.thinGreyContentBoxInner {
	padding: 10px 25px 20px 25px;
	line-height: 18px;
}

.productSectionImage {
	float: left;
	margin: 0 20px 20px 0;
}
.subCategory {
	float: left;
	width: 184px;
	height: 184px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: url('/custom/images/sub-category.gif');
}
.subCategoryRight {
	margin-right: 0px !important;
}
.subCategoryInner {
	height: 164px;
	width: 164px;
	margin: 10px 10px;
}
.subCategoryImage {
	height: 134px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background: #fff;
}
.subCategoryImage a {
	position: relative; top: 17px;
}
.subCategoryName {
	height: 34px;
	line-height: 38px;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}
.productTable {
	width: 100%;
	border-collapse: collapse;
}
.productTable th {
	height: 33px;
	background: #e4e4e4 url('/custom/images/grey-gradient.gif');
	color: #aa1313;
	text-align: left;
	line-height: 33px;
}
.productTable td {
	border-bottom: 1px dotted #9d9d9d;
	padding: 18px 0 18px 10px;
	vertical-align: top;
}
.productName {
	margin-bottom: 15px;
}
.productDescription li {
	margin-left: 16px;
	margin-bottom: 4px;
	list-style-image: url('/custom/images/red-bullet.gif'); 
}
.productQuantity {
	float: left;
	width: 50px;
	margin: 13px 10px 0 0;
}
.productBuyButton {
	float: right;
	width: 60px;
	margin: 8px 0 0 0;
}
.noBottomBorder {
	border-bottom: 0px !important;
}
.viewLink {
	vertical-align: bottom !important;
	text-align: right;
}
.productImage {
	padding-right: 10px !important;
	text-align: center;
}
.pagination {
	float: right;
	font-size: 11px;
	color: #fff;
}
.pagination a {
	color: #fff;
	margin-left: 10px;
}
.pagination .current {
	margin-left: 10px;
	color: #000;
	font-weight: bold;
}
.refineTitle {
	font-size: 12px;
	margin-bottom: 5px !important;
}
.refineSearch {
	margin-bottom: 20px;
	line-height: 22px;
}
.filterTitle {
	font-weight: bold;
}
.refineFilter {
	padding: 5px 0;
	border-bottom: 1px dotted #9d9d9d;
}
.refineFilter a {
	display:block;
	color: #000;
}
#productBigImage {
	float: left;
	height: 300px;
	width: 300px;
	border: 1px solid #e9e9e9;
	margin-top: 10px;
	overflow: hidden;
	text-align: center;
}
#productInfo {
	float: right;
	width: 440px;
	margin-top: 10px;
}
#productInfoPriceBox {
	font-size: 13px;
	margin: 10px 0 5px 0;
}
#productInfoPrice {
	font-size: 17px;
	font-weight: bold;
	color: #aa1313;
	margin: 0 3px;
}
#productInfoOptions {
	margin-bottom: 10px;
	line-height: 24px;
}
#productInfoOptions select {
	margin-left: 8px;
	padding: 2px;
	font-size: 11px;
}
#productInfoOptions input {
	margin: 0 7px 0 0;
}
#productInfoOptions span {
	margin-right: 10px;
}
#productInfoOptions span.redText {
	margin-right: 0 !important;
}
#productInfo hr {
	color: #e9e9e9;
	background-color: #e9e9e9;
	height: 1px;
	border: 0;
	margin: 10px 0;
}
#productInfoQuantity {
	float: left;
	position: relative; top: 8px;
}
#productInfoQuantity input {
	width: 50px;
	margin-left: 8px;
}
#productInfoBuyButton {
	float: left;
	margin-left: 15px;
}
#productTabs {
	margin-top: 20px;
}
#productTabsBottom {
	height: 10px;
	background: #aa1313;
}
.productTabsSection {
	padding: 20px;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	margin-bottom: 20px;
}
.relatedProductsTab {
	padding: 3px 6px !important;
}
.productTabsSection strong {
	color: #aa1313;
}
.productTabsSection li {
	margin-left: 16px;
	margin-bottom: 4px;
	list-style-image: url('/custom/images/red-bullet.gif'); 
}
.expandingButton {
	position: relative;
	float: left;
	height: 32px;
	background: url('/custom/images/expanding-button.gif') -5px 0 no-repeat;
}
.expandingButton a {
	display:block;
	line-height: 30px;
	color: #fff;
	padding: 0 15px;
	text-decoration: none;
}
.expandingButton div {
	position: absolute; right: 0px; top: 0px;
	height: 32px;
	width: 5px;
	background: url('/custom/images/expanding-button.gif') no-repeat;
}
.expandingButtonPink {
	background: url('/custom/images/expanding-button-pinkbg.gif') -5px 0 no-repeat !important;
}
.expandingButtonPink div {
	background: url('/custom/images/expanding-button-pinkbg.gif') no-repeat !important;
}
#miniBasketInner {
	float: right;
	line-height: 29px;
	text-align: right;
}
#miniBasketInner span {
	margin-left: 5px;
}
#miniBasketLink {
	clear: right;
	float: right;
	text-align: right;
	width: 75px;
}
#miniBasketLink a {
	text-decoration: underline;
}
#miniBasketPrice {
	margin-left: 0px !important;
}
.basketTable {
	width: 100%;
	margin-bottom: 20px;
}
.basketTable th {
	height: 35px;
	background: #e4e4e4 url('/custom/images/grey-gradient.gif');
	text-align: left;
	padding: 0 10px;
	font-weight: normal;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #f1f1f1;
}
.basketTable td {
	font-weight: bold;
	color: #aa1313;
	padding: 20px 10px;
	border-bottom: 1px solid #d8d8d8;
}
.basketTable .options {
	font-weight: normal;
	color: #000;
	margin-top: 10px;
	font-size: 11px;
	line-height: 16px;
}
.basketTable input {
	width: 50px;
}
.removeCell {
	text-align: center !important;
	background: #f5f5f5;
}
#basketTotals {
	float: right;
	text-align: right;
	margin-bottom: 20px;
}
.basketTotal {
	font-size: 16px;
	font-weight: bold;
	color: #aa1313;
}
#loginRegister {
	border-top: 1px solid #d8d8d8;
	padding-top: 20px;
}
.loginBox {
	float: left;
	position: relative;
	background-image: url('/custom/images/login-boxes.gif');
	height: 205px;
	width: 243px;
}
.QCBox {
	margin-right: 18px;
}
.NCBox {
	background-position: -243px 0;
	margin-right: 18px;
}
.RCBox {
	background-position: -486px 0;
}
.proceedButton {
	position: absolute; bottom: 20px; right: 20px;
}
.proceedButton a {
	display: block;
	height: 32px;
	width: 81px;
	background-image: url('/custom/images/proceed-buttons.gif');
}
.NCButton {
	background-position: -81px 0;
}
.RCButton {
	background-position: -162px 0;
}
.loginTitle {
	font-size: 17px;
	color: #fff;
	margin: 20px 20px 10px 20px;
}
.loginText {
	font-size: 13px;
	color: #fff;
	margin: 0 20px;
}
.loginText input {
	margin-top: 10px;
}
.forgottenPWLink {
	display: block;
	margin-top: 10px;
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
}
#registrationText {
	margin: 10px 0 20px 0;
}
#requiredText {
	float: right;
	width: 100px;
	font-size: 11px;
	color: #aa1313;
	text-align: right;
}
.registerTable {
	width: 100%;
	margin-bottom: 20px;
}
.registerTable th {
	font-size: 16px;
	color: #aa1313;
	text-align: left;
	height: 30px;
}
.registerTable td {
	height: 30px;
}
.registerTable input {
	width: 200px;
}
.dottedHR {
	height: 1px;
	width: 100%;
	border-bottom: 1px dotted #aaa;
	margin: 20px 0;
}
.registerCheck {
	position: relative; top: 2px;
	width: auto !important;
}
.floatRight {
	float: right !important;
}
.registerError {
	margin: 10px 0;
	color: #f00;
	font-weight: bold;
}
#termsDiv {
	background: #f6e7e7;
	height: 30px;
	line-height: 30px;
	padding: 10px;
	margin-bottom: 20px;
}
#checkoutTerms {
	float: right;
	margin-right: 10px;
}
#checkoutTerms a {
	text-decoration: underline;
}
#popupLoginPanel {
	width: 293px !important;
	height: 197px !important;
	background: url('/custom/images/login-bg.gif') no-repeat;
}
#popupLoginPanelInner {
	padding: 50px 18px 10px 18px;
}
#popupLoginPanelInner table {
	margin-top: 10px;
	border-collapse: collapse;
}
#popupLoginPanelInner th {
	text-align: left;
	height: 35px;
}
#popupLoginPanelInner input {
	margin-left: 10px;
	width: 145px;
	padding: 2px;
}
#popupFPLink {
	float: left;
	font-size: 11px;
}
#popupSubmit, #contactSubmit {
	float: right;
}
#contactSubmit {
	margin-top: 10px;
}
#popupSubmit input {
	width: 62px !important;
}
.greyContentBoxInner table {
	margin-bottom: 10px;
}
.greyContentBoxInner th {
	text-align: left;
	font-size: 13px;
	color: #aa1313;
}
.editLink {
	font-size: 12px;
	font-weight: normal;
	color: #689400;
}
#emptyBasket {
	height: 35px;
	background: #e4e4e4 url('/custom/images/grey-gradient.gif') repeat-x;
	text-align: center;
	padding: 0 10px;
	line-height: 35px;
}
#imagePanel {
	float: left;
	width: 225px;
	overflow: hidden;
	margin-top: 10px;
}
#imagePanel img {
	margin-bottom: 20px;
}
#imagePanel img.bottomImage, #imagePanel img.brandImage {
	margin-bottom: 0px;
}
#contentPanel {
	float: right;
	width: 520px;
	margin-top: 10px;
	line-height: 18px;
}
#contentPanel li {
	margin-left: 16px;
	margin-bottom: 4px;
	list-style-image: url('/custom/images/red-bullet-small.gif'); 
}
#contactTable {
	width: 100%;
}
#contactTable th {
	text-align: left;
	padding-right: 10px;
}
#contactTable input {
	width: 190px;
	padding: 2px;
}
#contactTable input.postcode {
	width: 90px;
}
#contactTable textarea{
	width: 384px;
	height: 100px;
}
.tmeTag {
	float: right;
	margin-right: 10px;
	color: #fff;
	line-height: 28px;
	font-size: 11px;
}
.tmeTag a {
	color: #fff;
}
.sideBrand {
	background: url('/custom/images/brand-backing.gif') no-repeat;
	width: 194px;
	height: 49px;
	line-height: 45px;
	margin-bottom: 10px;
	text-align: center;
}
.sideBrand a {
	display: block;
	width: 194px;
}
.imagePanelBrand {
	background: url('/custom/images/brand-backing-big.gif') no-repeat;
	width: 225px;
	height: 84px;
	line-height: 80px;
	margin-bottom: 20px;
	text-align: center;
}
.contentScrolling {
	border: 1px solid #e3e3eb;
	width: 100%;
	height: 200px;
	overflow: auto;
	padding: 10px 15px;
}
.error {
	color: #f00;
	margin-bottom: 10px;
}
.pointer {
	cursor: pointer;
}
#productInfoBrand {
	padding: 15px 0 25px 0;
}
#productInfoBrandLeft {
	float: left;
	width: 210px;
	border-right: 1px solid #d9d9d9;
}
#productInfoBrandRight {
	float: left;
	padding-left: 15px;
	line-height: 18px;
}
#productInfoBrandRight a {
	font-weight: bold;
}
.sideBrandNoMargin {
	margin-bottom: 0px !important;
}
.productCriteria {
	margin-bottom: 10px;
}
.productCriteria th {
	text-align: left;
	padding-right: 10px;
}
.imagePanelBrandBig, .imagePanelBrandBigNoRight {
	float: left;
	background: url('/custom/images/brand-backing-bigger.gif') no-repeat;
	width: 250px;
	height: 84px;
	line-height: 80px;
	margin-bottom: 8px;
	text-align: center;
}
.imagePanelBrandBig {
	margin-right: 8px;
}
.imagePanelBrandBig a, .imagePanelBrandBigNoRight a {
	display: block;
	width: 250px;
}
.rhsFooter {
	height: 37px;
	line-height: 37px;
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	background-color: #aa1313;
}
.basketBubble {
	position: absolute; 
	top: 18px; 
	right: 106px; 
	z-index: 99; 
	height: 46px; 
	width: 144px; 
	background: url('/custom/images/bubble.png') no-repeat;
}
.basketBubble div {
	color: #fff;
	margin: 20px 0 0 13px;
}
#safeShopping {
	padding-bottom: 10px;
}
.newsItem {
	padding: 0 2px 10px 2px;
}
.newsTitle {
	font-weight: bold;
	padding-bottom: 2px;
}
.imageHint {
   position: absolute;
   bottom: 5px;
   left: 5px;
   font-size: 9px;
   color: #000;
   background: #fff;
}
/* jQuery UI CSS */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget-overlay { background: #000; opacity: .80;filter:Alpha(Opacity=80); }
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.ui-dialog .ui-dialog-titlebar {
	position: absolute;
	font-size: 16px;
	color: #fff;
	padding: 9px 18px;
}
.ui-dialog-titlebar-close, .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:focus {
	background: url('/custom/images/close.gif') no-repeat !important;
}
.ui-dialog-titlebar-close {
	position: absolute;
	width: 40px !important;
	height: 14px !important;
	padding: 0 !important;
	top: 13px !important;
	left: 237px !important;
}
.ui-dialog-titlebar-close span {
	display:none;
}
