html,
body {
	margin: 0;
	padding: 0;
}

body {
	padding-top: 100px;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 0.7em;
	color: black;
	background: white;
}

a:link,
a:visited {
	color: #353E5F;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #CF0000;
	text-decoration: underline;
}

h1 {
	position: relative;
	margin: 0 0 1em;
	padding: 0;
	overflow: hidden;
	font-size: 1.8em;
	color: #5B6999;
	border-bottom: solid 1px #CB3A57;
	text-align: left;
}

h2 {
	margin: 0.5em 0 0;
	font-size: 1.1em;
}

h3 {
	margin: 1.5em 0 0;
	font-size: 1.1em;
}

img {
	border-style: none;
}

p {
	margin: 0 0 1em;
}

.input-text {
	padding: 0.2em 0.6ex;
	font-size: 0.8em;
	border: solid 1px; border-color: #CCC #EEE #EEE #CCC;
	background: #FAFAFA;
	color: #555;
}

#screen {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header-border {
	position: absolute;
		left: 0;
		top: 0;
	width: 100%;
	height: 66px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url('/res/img/bg/header.gif') repeat-x 0 100% white;
	border-bottom: solid 3px #941738;
	text-align: center;
}

#header {
	position: relative;
		left: 0;
		top: 0;
	width: 750px;
	height: 100px;
	overflow: hidden;
}

#logo {
	position: absolute;
		z-index: 500;
	float: left;
	width: 150px;
}

#contact {
	float: left;
	width: 65ex;
	margin: 3em 0 0 10px;
	border-collapse: collapse;
}

#contact th {
	text-align: right;
	padding: 0 1ex 0 5px;
	font-weight: bold;
	color: #CB3A57;
	background: no-repeat left 0.3em;
}

#contact th.phone {
	background-image: url('/res/img/ico/phone.gif');
}

#contact th.email {
	background-image: url('/res/img/ico/email.gif');
}

#contact th.icq {
	background-image: url('/res/img/ico/icq.gif');
}

#contact th.skype {
	background-image: url('/res/img/ico/skype.gif');
}

#contact td {
	text-align: left;
	font-weight: bold;
}

#distributor {
	float: right;
	width: 48ex;
	margin: 0.5em 2px 0 0;
	padding-right: 1ex;
	text-align: right;
	background: url('/res/img/logo-fmgroup.gif') repeat-x 0 50%;
	font-size: 0.9em;
}

#quick_find_header {
	position: absolute;
		left: 160px;
		top: 0;
		z-index: 1000;
	width: 600px;
}

#quick_find_header .inputWord {
	width: 150px;
}

#quick_find_header .searchButton {
	position: relative;
		top: 7px;
	margin-right: 5px;
}

#navMain {
	position: absolute;
		left: 0;
		top: 70px;
		z-index: 0;
	width: 100%;
	height: 30px;
}

#navBreadCrumb {
	width: 530px; _width: 510px;
	overflow: hidden;
	margin: 0;
	padding: 0.5em 10px;
	font-size: 0.92em;
	font-weight: bold;
}

#main {
	float: right;
}

.column {
	position: relative;
	float: left;
	min-height: 1px; _height: 1px;
}

#column-center {
	position: relative;
	width: 510px;
	_overflow-x: hidden;
	margin: 0;
	padding: 0 10px 1em;
}

#column-left,
#column-right {
	width: 210px;
	padding: 0;
}

#column-left a,
#column-right a {
	text-decoration: none;
}

.leftBoxContainer,
.rightBoxContainer {
	position: relative;
	margin-bottom: 2em;
}

.centeredContent {
	text-align: center;
}

.leftBoxHeading,
.rightBoxHeading {
	margin: 0 0 0.5em;
	margin-left: 15px;
	padding: 0.1em 0;
	text-align: center;
	font-size: 1em;
}

.leftBoxHeading a:link,
.leftBoxHeading a:visited,
.rightBoxHeading a:link,
.rightBoxHeading a:visited {
	text-decoration: none;
	font-weight: bold;
}

.leftBoxHeading a:hover,
.leftBoxHeading a:active,
.rightBoxHeading a:hover,
.rightBoxHeading a:active {
	color: #FFCA6F;
	text-decoration: none;
	font-weight: bold;
}

#featured .sideBoxContent,
#information .sideBoxContent,
#ezpages .sideBoxContent,
#shoppingcart .sideBoxContent,
#whosonline .sideBoxContent,
#paymentMethodContent .sideBoxContent,
#user .sideBoxContent {
	padding: 0 1ex 0.5em;
}

#user form div {
	clear: both;
	margin-bottom: 2px;
}

#user .side {
	display: block;
	float: left;
	width: 35px;
	margin-right: 1ex;
	overflow: hidden;
	text-align: right;
}

#user #login-email-address,
#user #login-password {
	width: 90px;
	font-size: 0.9em;
}

#user .submit {
	padding: 0 2px 2em 0;
}

#categories {
	margin: 2em 0;
	margin-top: 0;
/*	padding: 0 3px; */
/*	background: #2C334F; */
	color: white;
}

#manufacturers {
	margin: 2em 0;	
}

ul.sideBoxLabels {
	position: absolute;
		left: -1px;
		top: -2em;
	width: 100%;
	margin: 1px 0 0;
	padding: 0;
	list-style-type: none;
}

ul.sideBoxLabels li {
	float: left;
	width: 65px;
	height: 20px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: solid white; border-width: 0 1px 0 0;
	background: url('/res/img/bg/label.png') no-repeat left top #2C334F;
}

ul.sideBoxLabels li strong,
ul.sideBoxLabels li a {
	display: block;
	padding: 0 1ex 0 2ex;
	line-height: 1.75em;
}

ul.sideBoxLabels li.unactive {
	background-color: #81879F;
}

ul.sideBoxLabels li.unactive a {
	color: #CCC !important;
}

.category-subs-selected {
	color: #F2FF7F;
}

#categories a:link,
#categories a:visited {
/*	color: white; */
	text-decoration: none;
}

#categories a:hover,
#categories a:active {
	color: #FFCA6F;
	text-decoration: none;
}

#categories a:hover .category-subs-selected,
#categories a:active .category-subs-selected {
	color: #FF994F;
	text-decoration: none;
}

#categoriesContent {
	padding: 0.5em 1em;
}

#manufacturersContent ul {
	position: relative;
		left: 3px;
	max-height: 300px;
	margin: 0;
	padding: 0.5em 0;
	list-style-type: none;
	overflow: auto;
}

#payment-method h3 {
	margin-bottom: 0;
}

#paymentMethodContent ul {
	margin: 0.5em 0 0 3px;
	padding: 0;
	list-style-type: none;
}

#paymentMethodContent li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}

#shoppingcart ul {
	line-height: 1.2em;
	margin: 0.5em 0 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#shoppingcart li {
	margin: 0 0 0.3em;
	padding: 0;
}

#shoppingcart li a {
	text-decoration: none;
}

#shoppingcart li .cartNewItem {
	font-weight: bold;
	color: #CF0000;
}

#shoppingcart .cartBoxTotal {
	font-weight: bold;
	font-size: 1.1em;
	text-align: right;
}

#column-center h3 {
	margin-bottom: 1px;
	color: #141A2F;
	border-bottom: solid 1px #DFDFDF;
}

#column-center p,
.news {
	background: url('/res/img/bg/paragraph.jpg') no-repeat left top;
}

.news {
	margin: 0;
	padding: 0;
}

.news dt {
	float: left;
	clear: right;
	margin: 0;
	padding: 0;
	color: #777;
}

.news dd {
	margin: 0 0 0 12ex;
	padding: 0;
}

#article1,
#article2,
#article3 {
	display: none;
}

table.fragrance {
	width: 60ex;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: solid 1px #CB3A57;
}

table.fragrance thead {
	background: #FFEFF2;
}

table.fragrance thead tr,
table.fragrance tbody tr.last {
	border-bottom: solid 1px #CB3A57 !important;
}

table.fragrance tbody tr {
	border-bottom: solid 1px #5B6999;
}

table.fragrance th,
table.fragrance td {
	padding: 0.1em 1ex;
}

table.fragrance td {
	text-align: right;
}

#productsListingTopNumber,
#productsListingListingTopLinks,
#productsListingBottomNumber,
#productsListingListingBottomLinks {
	padding: 1em 0;
	font-size: 1.1em;
}

.productContent {
	position: relative;
	float: left;
	width: 150px;
	height: 25em;
	margin: 0 5px 1em;
	border: solid 1px silver;
}

.productContent h3 {
	min-height: 3em; _height: 3em;
	margin-top: 0;
	padding: 0 5px;
	background-color: #353E5F;
}

.productContent h3 a {
	display: block;
	width: 100%;
	height: 100%;
	color: white;
	text-decoration: none;
}

.productContent .listingDescription {
	padding: 0 5px;
}

.productContent .productImage {
	position: absolute;
		left: 0;
		bottom: 6em;
	width: 100%;
	text-align: center;
}

.productContent .productPrice {
	position: absolute;
		left: 7px;
		bottom: 3em;
}

.productContent .addToCart {
	position: absolute;
		left: 5px;
		bottom: 0.5em;
}

.productContent input.itemQuantity {
	width: 3ex;
	text-align: right;
}

.productContent .buyButton {
	position: relative;
		top: 6px;
}

.boxProductDetail,
.productListing-data {
	position: relative;
	float: left;
	height: 120px;
	width: 150px !important;
	margin: 3px 5px 0 7px;
	border: solid 1px #D1D4DF;
	text-align: left;
}

.productListing-data {
	float: right;
	height: 17em;
	width: 320px !important;
	margin: 0.5em 0;
}

.productListing-even {
	float: left;
}

.boxProductDetail h4,
.productListing-data h3 {
	margin: 0;
	padding: 0.1em 1ex;
	line-height: 1.2em;
	font-size: 1em;
	font-weight: bold;
	background: #EFF3FF;
	border-bottom: solid 1px #D1D4DF;
}

.productListing-data h3 {
	padding: 0.3em 1ex;
	height: 2.4em;
	font-size: 1.1em;
}

.boxProductDetail h4 a,
.productListing-data h3 a {
	display: block;
	text-decoration: none;
	color: black;
}

.productListing-data .listingDescription {
	margin: 0.1em 1ex;
}

.boxProductDetail .productImage {
	float: left;
	margin: 1px 0 0 1px;
}

.productListing-data img {
	position: absolute;
		left: 10px;
		bottom: 10px;
		z-index: 0; 
}

.boxProductDetail .productImage img {
	max-width: 65px !important;
	height: auto !important; max-height: 85px !important;
}

.boxProductDetail .productSpecialPrice,
.productListing-data .productSpecialPrice {
	float: right;
	margin: 0.2em 1ex 0 0;
	color: red;
	font-size: 1.2em;
	font-weight: bold;
}

.productListing-data .productSpecialPrice {
	margin-top: 0;
}

.boxProductDetail .normalprice,
.productListing-data .normalprice {
	float: right;
	clear: right;
	margin-right: 1ex;
	color: #AAA;
	font-size: 1em;
	font-weight: bold;
	text-decoration: line-through;
}

.boxProductDetail .productPriceDiscount,
.productListing-data .productPriceDiscount {
	float: right;
	clear: right;
	margin-right: 1ex;
	color: #4B6F45;
	font-size: 1.1em;
	font-weight: bold;
}

.boxProductDetail .delivery,
.productListing-data .delivery {
	position: absolute;
		right: 1ex;
		bottom: 0.1em;
	font-size: 0.9em;
	color: #777;
}

.productListing-data .delivery {
	bottom: 0.4em;
	font-size: 1em;
}

.boxProductDetail .add-to-cart,
.productListing-data .add-to-cart {
	position: absolute;
		right: 1ex;
		bottom: 1.6em;
}

.productListing-data .add-to-cart {
	bottom: 2.6em;
}

.boxProductDetail .add-to-cart .cart_quantity,
.productListing-data .add-to-cart .cart_quantity {
	width: 3ex;
	margin-right: 1ex;
	text-align: right;
}

.boxProductDetail .add-to-cart .submit,
.productListing-data .add-to-cart .submit {
	position: relative;
		top: 0.35em;
}

#categoriesSubSelect {
	margin: 1em 0;
	padding-bottom: 1ex;
	border: solid 1px silver;
}

#categoriesSubSelect h2 {
	margin: 0 0 0.3em;
	padding: 1ex 1ex 0.2em;
	border-bottom: solid 1px silver;
	background: #F1F1F1;
}

.categoryListBoxContents {
	float: left;
	width: 200px;
	margin: 0 8px;
	font-size: 1.2em;
}

span.no-products {
	font-size: 1.5em;
}

fieldset {
	margin: 0 0 1em;
	padding: 0.5em 2ex;
	border: solid 1px silver;
}

fieldset legend {
	padding: 0 2ex;
	border: solid 1px #DCDCDC;
	background-color: #F9F9F9;
	font-weight: bold;
}

fieldset div {
	clear: left;
	line-height: 2em;
}

fieldset div .side {
	display: block;
	float: left;
	width: 30%;
	margin-right: 2ex;
	text-align: right;
}

fieldset div input {
	width: 25ex;
	margin-right: 1ex;
}

fieldset div input.checkbox {
	width: auto;
	margin: 0;
}

fieldset div select {
	width: 25.56ex;
	margin-right: 0.6ex;
}

fieldset div label#stateLabel,
fieldset div input#state {
	display: none !important;
}

#createAcctDefaultLoginLink {
	text-align: right;
	font-size: 1.2em;
}

#cartEmptyText {
	font-size: 1.4em;
}

.messageStackSuccess {
	padding: 0.5em 3ex;
	line-height: 1.3em;
	background-color: #E0EFE5;
	font-size: 1.2em;
	text-align: center;
	border: solid #173F24; border-width: 1px 0;
}

#footer {
	margin: 3em 0 5em;
	padding: 0.5em 0;
	border-top: solid 1px #CB3A57;
	text-align: right;
}

#footer-ads {
	padding: 0.5em 0;
	text-align: center;
	border-top: solid 1px #DDD;
	color: #999;
}

#footer-ads a:link,
#footer-ads a:visited,
#footer-ads a:hover,
#footer-ads a:active {
	color: #999;
}

.clear, .clearBoth, .cleaner {
	clear: both;
	_height: 1px;
     overflow: hidden;
	_margin-top: -1px;
}

.submit {
	clear: both;
	margin-top: 0.2em;
}

.back {
	float: left;
}

.right {
	text-align: right;
}

.forward,
.btn-right {
	float: right;
}

.messageStackWarning,
.messageStackError,
.messageStackSuccess,
.messageStackCaution {
	position: relative;
	max-width: 948px;
	line-height: 1.8em;
	margin: 0 auto;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
}

.messageStackWarning,
.messageStackError {
	background-color: #ff0000;
	color: #FFF;
}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000;
}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000;
}
