/* INITIAL
*/

/* 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: 9pt;
}

/* 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: */
label {
	display: block;
	float: left;
	width: 160px;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}
img {
	border: 0px none;
}

/** begin custom **/
html {
	overflow-y: scroll;
}

a, .fakeLink {
	color: #089dff;
}
.fakeLink {
	cursor: pointer;
}

#mainBody {
	color: #000;
	text-align: center;
	background: #fff url(/custom/images/bg.jpg) no-repeat center top;
}

#container {
	width: 910px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

h1 {
	font-size: 10pt;
	color: #000;
	margin-bottom: 0.8em;
}
h2 {
	font-size: 10pt;
	color: #000;
	margin-bottom: 0.8em;
}

#logo {
	float: left;
	width: 150px;
	padding-top: 15px;
	margin-right: 120px;
}
#anniversaryRosetteContainer {
	float: left;
	width: 100px;
}
#headerRight {
	float: right;
	width: 412px;
}
#headerLinks {
	width: 412px;
	height: 29px;
	background: url(/custom/images/toplinksbg.jpg) no-repeat;
}
#headerLinksLinks {
	float: right;
	padding-right: 4px;
	padding-top: 7px;
}
#headerLinksLinks, #headerLinksLinks a, #headerLinksLinks span {
	color: #e60000;
	font-weight: bold;
	font-size: 8.5pt;
}
#headerLinksLinks a, #headerLinksLinks span {
	padding: 0 6px;
	text-decoration: none;
}
#headerLinksLinks span {
	cursor: pointer;
}
#welcomeText {
	color: #000;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 7px;
	font-size: 8.5pt;
	float: left;
}

#headerSearch {
	background: #e1001a;
	border: 1px solid #a70013;
	width: 410px;
	height: 71px;
}
#headerSearch form {
	padding: 20px 12px 0 16px;
}
#headerSearchTitle {
	font-size: 10pt;
	font-weight: bold;
}
#headerSearch, #headerSearch a {
	color: #fff;
	font-size: 8pt;
}
#headerSearch a {
	font-weight: normal;
}
#headerSearch input {
	vertical-align: middle;
	margin-right: 2px;
}
#headerSearchText {
	padding: 5px 2px;
	width: 180px;
	border: 1px solid #b80015;
	color: #888;
	font-size: 9pt !important;
	margin-left: 8px;
}

#topNav {
	clear: both;
	padding-top: 12px;
	color: #000;
	font-size: 8pt;
	margin-bottom: 8px;
}
#topNav a {
	color: #000;
	text-decoration: none;
}
.topNavDivider {
	padding: 0 6px;
}

.navTab {
	display: block;
	float: left;
	height: 30px;
	background: url(/custom/images/navtabbg.gif) repeat-x;
	color: #fff;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	cursor: pointer;
}
.navTabLeft {
	padding-left: 4px;
	background: url(/custom/images/navtableft.gif) no-repeat left;
	display: block;
	height: 30px;
	float: left;
}
.navTabRight {
	padding-right: 4px;
	background: url(/custom/images/navtabright.gif) no-repeat right;
	display: block;
	height: 30px;
	float: left;
}
.navTabMiddle {
	padding: 0 6px;
}

#navTabs {
	width: 910px;
	height: 30px;
	overflow: hidden;
}
.navTabOrange {
	background-image: url(/custom/images/navtabbgorange.gif) !important;
}
.navTabOrange .navTabLeft {
	background-image: url(/custom/images/navtableftorange.gif) !important;
}
.navTabOrange .navTabRight {
	background-image: url(/custom/images/navtabrightorange.gif) !important;
}
.navTabRed .navTabMiddle {
	padding: 0 8px 0 9px !important;
}
.navTabRed {
	background-image: url(/custom/images/navtabbgred.gif) !important;
}
.navTabRed .navTabLeft {
	background-image: url(/custom/images/navtableftred.gif) !important;
}
.navTabRed .navTabRight {
	background-image: url(/custom/images/navtabrightred.gif) !important;
}

#mainBanner img {
	display: block;
}

.verticalSplitter {
	margin-bottom: 8px;
}

#lhs {
	width: 170px;
	float: left;
	margin-right: 8px;
}
#rhs {
	width: 170px;
	float: left;
}
#contentColumn {
	float: left;
	width: 554px;
	margin-right: 8px;
}

/** BOX GENERIC **/
.box {
	margin-bottom: 8px;
}
.boxTop {
	height: 30px;
	line-height: 28px;
	font-size: 10pt;
	font-weight: bold;
	overflow: hidden;
}
.boxTopLeft {
	padding-left: 4px;
	display: block;
	height: 30px;
}
.boxTopRight {
	padding-right: 4px;
	display: block;
	height: 30px;
}
.boxTopMiddle {
	padding: 0 6px;
	white-space: nowrap;
}
.boxTopColoured {
	color: #e60000;
	font-weight: bold;
}
.boxMiddleInner {
	padding: 14px;
	font-size: 8pt;
}
.boxBottom {
	height: 28px;
}
.boxBottomButton {
	float: right;
	display: block;
	overflow: hidden;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}
.boxBottomButtonLeft {
	float: left !important;
}

.boxTabs {
	height: 30px;
	clear: both;
	background: url(/custom/images/tabcontainerbg.gif) repeat-x !important;
}
.boxTab {
	float: left;
	cursor: pointer;
}
.boxTab div {
	float: left;
}
.boxTab .boxTopMiddle {
	padding: 0 12px;
	font-size: 9pt;
	float: left;
}
.boxTabOn .boxTop {
	background: url(/custom/images/tabbgplain.gif) repeat-x !important;
}
.boxTabOn .boxTopLeft {
	background: url(/custom/images/tableftplain.gif) no-repeat left !important;
}
.boxTabOn .boxTopRight {
	background: url(/custom/images/tabrightplain.gif) no-repeat right !important;
}
.boxTabOn .boxTopMiddle {
	color: #e60000 !important;
}
.boxTitle {
	font-size: 9pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.boxBottomThin {
	height: 1px;
	overflow: hidden;
}
/** END BOX GENERIC **/

/** DARK BOX **/
.boxDark .boxTop {
	background: url(/custom/images/navtabbg.gif) repeat-x;
	color: #fff;
}
.boxDark .boxTopLeft {
	background: url(/custom/images/navtableft.gif) no-repeat left;
}
.boxDark .boxTopRight {
	background: url(/custom/images/navtabright.gif) no-repeat right;
}
.boxDark .boxBottom {
	background: url(/custom/images/hashblack.gif);
}
.boxDark .boxBottomButton {
	background: #000 url(/custom/images/blackbtnbg.gif) repeat-x;
	border: 1px solid #000;
	color: #fff;
	padding: 0 8px;
	height: 26px;
	line-height: 26px;
}
.boxDark .boxMiddleBorder {
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
.darkGrey {
	background: #404040;
	color: #fff;
}
.darkGrey a {
	color: #dc3a38;
}
.grey {
	background: #565656;
	color: #fff;
}
.greyText {
	color: #aaa;
}
.blue {
	background: #089dff;
	font-size: 8pt;
}
.blue, .blue a {
	color: #fff;
	text-decoration: none;
}
.blue ol {
	font-weight: bold;
	margin-left: 0;
	padding-left: 0;
}
.blue li {
	margin-left: 20px;
}
.blue li span {
	font-weight: normal !important;
}
/** END DARK BOX **/

/** LIGHT BOX **/
.boxLight .boxTop {
	background: url(/custom/images/headbgwhite.gif) repeat-x;
	color: #000;
}
.boxLight .boxTopLeft {
	background: url(/custom/images/headleftwhite.gif) no-repeat left;
}
.boxLight .boxTopRight {
	background: url(/custom/images/headrightwhite.gif) no-repeat right;
}
.boxLight .boxMiddle {
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	color: #888;
}
.boxLight .boxBottom {
	background: url(/custom/images/hashwhite.gif);
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
.boxLight .boxBottomButton {
	background: #fff url(/custom/images/whitebtnbg.gif) repeat-x top;
	border-left: 1px solid #d5d5d5;
	color: #000;
	height: 28px;
	margin-top: 1px;
}
.boxLight .boxBottom span {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	display: block;
	padding: 0 12px;
}
.boxLight .boxBottomButtonLeft {
	border-right: 1px solid #d5d5d5;
	border-left: 0 !important;
}
.boxLight .boxSubHeadingDark {
	background: url(/custom/images/hashblack.gif);
	color: #fff;
	font-weight: bold;
	padding: 7px 12px;
}
.boxLight .boxSubHeadingLight {
	background: url(/custom/images/hashwhite.gif) repeat-x top;
	font-weight: bold;
	color: #000;
	padding: 8px 12px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
.boxLight .boxBottomThin {
	border-bottom: 1px solid #d5d5d5;
}
.boxBottomNoSideBorders {
	border-right: 0 !important;
	border-left: 0 !important;
}
/** END LIGHT BOX **/


.miniBasketTable td.viewBasketLink {
	padding-top: 5px;
}
.miniBasketTable td {
	font-weight: bold;
	padding: 3px 0;
}
#showVatCheckbox {
	text-align: right;
	padding-bottom: 0.5em;
}

label.inline {
	display: inline;
	float: none;
}

.lhsBanner {
	margin-bottom: 8px;
}
.lhsBanner img {
	display: block;
}

.hr {
	height: 35px;
	overflow: hidden;
	background: url(/custom/images/line.gif) no-repeat center;
	clear: both;
}

/** FEATURED PRODUCTS **/
.featuredProductContainer {
	float: left;
	width: 155px;
	margin-right: 27px;
}
.featuredProductContainerLast {
	margin-right: 0px !important;
}
.featuredProductTitle {
	height: 34px;
	overflow: hidden;
}
.featuredProductTitle a {
	color: #000;
	text-decoration: none;
	font-size: 9.5pt;
	font-weight: bold;
}
.featuredProductImage {
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0 auto;
	width: 115px;
	height: 115px;
}
.featuredProductOurPrice {
	color: #f20909;
	font-weight: bold;
}
.featuredProductPrice, .featuredProductOurPrice {
	font-size: 9.5pt;
}
.featuredProductPrice {
	color: #000;
}
.featuredProductQty {
	padding-top: 1em;
}
.featuredProductQty input {
	vertical-align: middle;
	margin-left: 5px;
}
.qty {
	width: 20px;
	padding: 3px;
}
/** END FEATURED PRODUCTS **/

.formInput {
	border: 1px solid #bfbfbf;
	color: #888;
}

.clearer {
	clear: both;
}

/** NEWS **/
.newsBoxItem {
	font-size: 8pt;
	margin-bottom: 2em;
}
.newsBoxItemTitle {
	font-weight: bold;
}
.newsBoxItemTitle a {
	text-decoration: none;
}
/** END NEWS **/

#footer {
	clear: both;
}
.backToTopLink {
	font-size: 8pt;
	color: #e60000;
	float: right;
	text-decoration: none;
}
#copyright {
	float: left;
	padding-left: 6px;
	font-size: 8pt;
}
#footerAddress {
	float: right;
	padding-right: 6px;
	font-size: 8pt;
}
.seoLinks {
	color: #888;
}
.seoLinks a {
	color: #888;
	text-decoration: none;
}
.redTitle {
	color: #f00909;
	font-weight: bold;
}
#subFooterLinks {
	text-align: center;
	padding-bottom: 1em;
}
#subFooterLinks a {
	color: #888;
	text-decoration: none;
}
#subFooterLinks, #subFooterLinks a {
	color: #888;
	font-size: 8pt;
}
.bottomDivider {
	padding: 0 5px;
}


/**  PRODUCT STUFF  **/
#subCategoryList {
	border-left: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	padding: 17px;
}
#subCategoryList a {
	color: #000;
	text-decoration: underline;
	background: url(/custom/images/gt.gif) no-repeat left 4px;
	padding-left: 11px;
	font-weight: bold;
}
#subCategoryList td {
	width: 175px;
	padding: 4px 0;
}
#breadcrumbs {
	font-weight: normal;
	color: #000;
}
#breadcrumbs a {
	text-decoration: none;
	color: #000;
}
#breadcrumbs .lastItem {
	font-weight: bold;
	color: #f71818;
}
h1.lastItem {
	display: inline;
}
.productList {
	width: 100%;
}
.productList thead {
	background: url(/custom/images/hashblack.gif);
}
.productList th {
	color: #fff;
	text-indent: 8px;
	height: 28px;
	text-align: left;
	white-space: nowrap;
}
.productList th.noPadding {
	text-indent: 0 !important;
	font-size: 9pt;
}
.productList td {
	color: #000;
	vertical-align: top;
	border-bottom: 1px solid #cfcfcf;
}
.basketList td {
	vertical-align: middle !important;
	font-weight: bold;
}
.basketList .productSectionCode, .basketList .productSectionName, .basketList .productSectionPriceBreak, .basketList .productSectionForm, .basketList .productSectionTotal {
	padding-top: 0 !important;
}
.basketList .productSectionTotal {
	padding-right: 11px;
}
.basketList .productSectionPriceBreak {
	text-align: center;
}
.productList td a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.productThumbnail {
	border: 1px solid #bdbdbd;
	background-position: center;
	background-repeat: no-repeat;
}
.productSectionImage {
	padding-top: 11px;
	padding-bottom: 11px;
	width: 87px;
}
.productSectionCode, .productSectionName, .productSectionPriceBreak, .productSectionForm, .productSectionTotal {
	padding-top: 22px;
	padding-left: 11px;
	padding-bottom: 11px;
}
.productSectionCode, .productSectionName, .productSectionPriceBreak {
	padding-right: 11px;
}
.noBorder {
	border-bottom: 0 !important;
}
.productSectionQty {
	margin-bottom: 6px;
}
.productSectionPriceBreak, .productSectionTotal {
	font-weight: bold;
}
.productSectionPriceBreak select {
	margin-bottom: 8px;
}
.basketRemove {
	color: #848484 !important;
	font-size: 8pt;
	white-space: nowrap;
	font-weight: normal !important;
}

.cellDark, .rowDark td, #postageOptions {
	background: #eaeaea;
}
.cellLight, .rowLight td {
	background: #fff;
}
.cellVeryDark {
	background: #565656;
	color: #fff !important;
	vertical-align: middle !important;
	padding: 0 6px;
	font-weight: bold;
	border-bottom: 1px solid #464646 !important;
}

.pagination {
	float: right;
	width: 200px;
	text-align: right;
}
.pagination a, .pagination span {
	font-size: 8pt;
	margin-right: 3px;
	display: inline-block;
}
.pagination .paginationPage {
	color: #a4a4a4;
	border: 1px solid #a4a4a4;
	padding: 0 3px;
	text-decoration: none;
	line-height: 12px;
}
.pagination .paginationCurrentPage {
	color: #e60000;
	border: 1px solid #e60000;
	padding: 0 3px;
	line-height: 12px;
}
.paginationTextLink {
	color: #565656;
	text-decoration: none;
}

.perPage {
	float: left;
	width: 200px;
	font-size: 9pt;
}
.perPage, .perPage a {
	color: #565656;
}
.perPage a {
	text-decoration: none;
	font-weight: bold;
}
.perPage .pageSelected {
	color: #e60000;
}
#paginationBottom {
	border-bottom: 1px solid #d5d5d5;
}

#productImage {
	float: left;
	width: 282px;
	height: 282px;
	border: 1px solid #bcbcbc;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center;
}
#productMainDetails {
	float: left;
	width: 230px;
}
#productShortDescription {
	padding-bottom: 2em;
}

#productPriceBreakTable {
	width: 100%;
}
#productPriceBreakTable td, #productPriceBreakTable th {
	width: 50%;
	color: #000;
	font-size: 9pt;
	padding: 3px;
}
#productPricing {
	text-align: right;
	color: #000;
	padding-top: 20px;
}
#productAddToBasket {
	display: block;
	margin-top: 7px;
	float: right;
}

.alternativeProduct {
	float: left;
	width: 250px;
	margin-right: 12px;
	margin-bottom: 14px;
}
.alternativeProduct .productThumbnail {
	float: left;
	margin-right: 10px;
	width: 76px;
	height: 76px;
	line-height: 76px;
	overflow: hidden;
}
.alternativeProduct .productThumbnail img {
	vertical-align: middle;
}
.alternativeProduct .altProductName {
	padding-top: 5px;
	padding-bottom: 1em;
}
.alternativeProduct .altProductName a {
	color: #000;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}
.alternativeProduct .altProductPrice {
	display: block;
	color: #000;
	font-size: 8.5pt;
}
/** END PRODUCT STUFF **/

/** CHECKOUT/BASKET STUFF **/
#basketPopup {
	margin: 0;
	padding: 10px;
}
.productAddedArea {
	height: 200px;
	overflow: hidden;
}
#basketPopup .box {
	width: 610px;
}
#basketPopup td {
	color: #fff !important;
}
#basketPopup .productList td {
	font-weight: bold;
}
.basketListArea {
	height: 200px;
	overflow-y: auto;
	width: 610px;
}
.basketTotals {
	float: right;
	margin-bottom: 1em;
}
.basketTotals td {
	color: #000;
}
.boxBottomContinueButton {
	float: left;
	border-right: 1px solid #d5d5d5;
}
.basketButtons {
	padding: 14px;
	text-align: right;
}

.basketLoginOption {
	width: 237px;
	float: left;
}
.basketSectionTitle {
	color: #000;
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: -1px;
}
.basketLoginOptionIntro, .basketLoginOptionMain {
	color: #848484;
	font-size: 8pt;
	margin-bottom: 8px;
}
.basketLoginOptionMain {
	height: 70px;
	line-height: 125%;
}
.basketLoginOptionMain label {
	width: 80px;
	color: #000;
	font-size: 9pt;
	font-weight: bold;
}
.basketLoginOptionMain p {
	margin-bottom: 0.5em !important;
}
.basketLoginOptionMain .formInput {
	width: 150px;
	padding: 2px 0;
}
.basketLoginOptionButton {
	text-align: right;
}
#postageOptions {
	text-align: right;
	color: #000;
}
#postageOptionsIntro {
	font-size: 9pt;
	margin-bottom: 0.8em;
}

#personalDetailsTable1 {
	margin-bottom: 6px;
}
#personalDetailsTable1 td {
	padding: 6px 0;
}
#personalDetailsTable2 td {
	padding: 3px 0;
}

.basketLabel {
	width: 90px;
}
/** END CHECKOUT/BASKET STUFF **/

.button {
	border: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	cursor: pointer;
}
.mediumButton {
	background: transparent url(/custom/images/buttonmedium.gif) no-repeat center;
	width: 102px;
	height: 29px;
}
.smallButton {
	background: transparent url(/custom/images/buttonsmall.gif) no-repeat center;
	width: 70px;
	height: 29px;
}

#registerForm label {
	width: 160px;
	font-size: 9pt;
}
#registerForm .formInput {
	width: 230px;
	padding: 2px;
}
.registerButtons {
	padding-left: 244px;
}
.termsLabel label, .termsLabel a {
	font-size: 8pt !important;
}
.registerButtons .button {
	margin-right: 8px;
}

.error {
	color: #c00;
	font-size: 9pt;
}


/* LOGIN POPUP */
#loginPopup, .yui-panel-container, .yui-panel {
	background: transparent;
	border: none;
	overflow:hidden;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	text-align: left;
}
#loginPopup a, #loginPopup label {
	color: #ffffff;
}
#loginPopup label {
	width: 110px;
	font-weight: bold;
}
#loginPopup .formInput {
	width: 190px;
	padding: 2px;
}
#popupLoginIntro {
	font-size: 8pt;
	margin-bottom: 15px;
}
.hd {
	display: none;
	padding: 0px;
	margin: 0px;
}
#loginForm {
	padding-left: 25px;
}
#loginPopup .bd {
	width: 359px;
	height: 243px;
	padding: 0px;
	margin: 0px;
}
#loginPopupBg {
	background: transparent url(/custom/images/loginbg.png) no-repeat;
	width: 359px;
	height: 243px;
	position: absolute;
	z-index: -1;
}
#loginCloseButton {
	text-align: right;
	cursor: pointer;
	padding: 14px 16px;
}
#popupPasswordLink {
	font-size: 8pt;
	padding-right: 30px;
}
#popupLoginSubmit {
	vertical-align: top;
}
.mask {
	background-color: #000 !important;
	-moz-opacity: 0.75;
	opacity: .75;
	filter: alpha(opacity=75);
}
/* LOGIN POPUP */

#contactForm {
	padding-top: 1em;
}
#contactForm .formInput {
	width: 220px;
	padding: 2px;
}
#contactForm textarea {
	height: 100px;
	overflow: auto;
}
#contactSubmit {
	vertical-align: bottom;
	margin-left: 10px;
}

.newsRow {
	padding: 18px;
}
.newsDate, .newsPreview {
	font-size: 8pt;
}
.newsDate, .newsTitle a {
	color: #000;
}
.newsTitle {
	padding: 2px 0;
}
.newsTitle a {
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}

.helpBreadcrumbs, .helpBreadcrumbs a {
	color: #848484;
	font-size: 8pt;
}
.helpBreadcrumbs a {
	color: #848484;
	text-decoration: none;
	padding: 0 4px;
	font-weight: normal;
}

.bestSellersImage, .bestSellersForm {
	padding: 11px;
}

#invoiceList {
	width: 100%;
}
#invoiceList td {
	padding:1em 5px 1em 0;
}
#invoiceAddresses {
	margin-bottom: 1em;
}
#invoiceDetails {
	margin-bottom: 1em;
}
#invoiceDetailsTable {
	border-collapse: collapse;
}
#invoiceDetailsTable td, #invoiceDetailsTable th {
	border: 1px solid #d5d5d5;
	padding: 2px;
}


/** BRANDS **/
.brandListItem {
	width: 131px;
	height: 140px;
	float: left;
}
.brandListItem a {
	text-decoration: none;
}
.brandListImage {
	width: 115px;
	height: 115px;
	background: no-repeat center;
	margin-bottom: 4px;
}
.brandListImage, .brandListName {
	display: block;
	margin-left: 8px;
}
.brandListName {
	text-align: center;
	font-size: 9pt;
}
#brandIntro {
	text-align: center;
}
.brandProduct {
	border: 1px solid #d5d5d5;
	float: left;
	width: 250px;
	margin-bottom: 16px;
}
.brandProductInner {
	padding: 12px;
}
.brandProductLeft {
	margin-right: 16px;
}
.brandProductImage, .brandProductName {
	text-align: center;
}
.brandProductPrice {
	font-size: 14pt;
}
.brandProductMoreInfo {
	float: right;
}
.brandProductPricing {
	padding-top: 6px;
	width: 150px;
	margin-left: 50px;
	clear: both;
}
#brandProductCategories {
	clear: both;
}
/** END BRANDS **/

#fantasticOfferContainer .qty {
	width: 14px !important;
}
#fantasticOfferContainer input {
	margin-left: 2px !important;
}

#contactMapLogo {
	float: left;
	margin-right: 12px;
	margin-top: 3px;
}
#contactMapAddress {
	width: 160px;
	float: left;
}
#map_canvas {
	height: 320px;
}
