@charset "utf-8";
/* MAIN TAGS */

* {
	padding: 0px;
	margin: 0px;
	border: none;/* position: relative;  This was causing the scollbar not to show in IE6 */
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	background-image: url(/assets/images/flower_bg.jpg);
	overflow:visible;
	margin-bottom: 75px;
}
body, div {
	width: 100%;
	/*height: 100%;*/
	line-height: 120%;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #E3DEC4;
	position: relative;  /* Removed from above to get around the scrollbar not displaying in IE6. */
}
div {
	overflow: hidden;
}
img {
	behavior: url("/assets/iepngfix/iepngfix.htc");
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4em;
	color: #8172AD;
}
/* NEW ACCOUNT */
div.error {
	color: #666699;
	/*background:#FFFFFF;*/
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	width: 250px;
	height: 20px;
	font-size: 0.8em;
	background:#FFFFFF;
}
.fieldError {
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 0 50px;
}
.valid {
	background-image:url(/assets/images/checked.gif);
	background-repeat: no-repeat;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
div.form_container {
	background:#FFFFFF;
}
/* HOLDERS */

#content {
	width: 760px;
	margin: 75px auto;
	overflow: visible;
}
#top {
	height: 144px;
	width: 760px;
	overflow: visible;
}
#middle {
	height: auto;
	width: 760px;
	background-image: url(/assets/images/bg_middle.gif);
	clear: both;
}
#leftcol {
	width: 166px;
	float: left;
	height: auto;
}
#rightcol {
	width: 586px;
	background: #FFFFFF;
	float: right;
	height: auto;
	padding: 0px 0px 20px 0px;
}
#rightcol_content {
	width: 572px;
	background:#FFFFFF;
	float: left;
	height: auto;
	margin: 0 0 0 14px;
}
#rightcol_content div.product_details {
	width: 244px;
	float: left;
	background: #FFFFFF;
}
#rightcol .proceedToCheckout {
	text-align: left;
	margin: 10px 0 0 10px;
	width: 586px;
	position: relative;
	float: left;
}
#footer {
	height: 60px;
	width: 760px;
	background-image: url(/assets/images/bg_footer.gif);
}
/* TOP ELEMENTS */

#top img {
	border: none;
	outline: none;
	position: absolute;
	top: 0px;
	left: 0px;
}
#topright {
	height: 144px;
	width: 586px;
	background-image: url(/assets/images/bg_top.gif);
	float: right;
	font-size: 12px;
}
#topright span.spacer {
	position: relative;
	float:left;
	width: 392px;
	height: 80px;
}
#topright span.greeting {
	display: block;
	padding: 20px 0 0 0;
	color: #FFFFFF;
}
#topright span.greeting span {
	color: #FFFFFF;
	font-weight: bold;
}
#topright span.greeting span span {
	color: #CCCC99;
}
#topright span.greeting span span a {
	color: #CCCC99;
}
#topright a.basket {
	float: left;
	display: block;
	margin: 0px 0 10px 30px;
	width: 150px;
	height: 27px;
	background-image: url(/assets/images/basket.png);
	background-position: right;
	background-repeat: no-repeat;
}
#topright span.basket {
	float: left;
	width: 150px;
	height: 27px;
	margin: 0x 50px 5px 0;
	padding: 12px 25px 0 0;
}
#topright span.basket img {
	position: relative;
	display: block;
	float: right;
	width: 48px;
	height: 27px;
	margin: 0 0 5px 0;
	background:#FF0000;
}
#top form {
	display: block;
	height: 20px;
	width: 180px;
	float: right;
	clear: right;
	margin: 0px 14px 0px 0px;
}
#top form input {
	height: 17px;
	width: 150px;
	display: block;
	line-height: 15px;
	background: none;
	background-image: url(/assets/images/bg_searchbox.gif);
	padding: 3px 10px 0px 20px;
	font-size: 11px;
}
#top a {
	color: #FFFFFF;
	text-decoration: none;
}
#top a:hover {
	color: #663366;
}
#top a.small {
	font-size: 1.1em;
}
#top a.medium {
	font-size: 1.2em;
}
#top a.large {
	font-size: 1.3em;
}
/* MENU ELEMENTS */

ul.menu {
	width: 166px;
	height: auto;
	padding: 10px 0px 30px 0px;
	background-color: #8172AD;
	background-image: url(/assets/images/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
ul.menu li {
	list-style: none;
	padding: 0px 0px 0px 10px;
	font-size: 0.8em;
	color: #FFFFFF;
}
ul.menu li a.selected {
	text-decoration: none;
	color: #FFFFFF;
}
ul.menu li a {
	text-decoration: none;
	color: #CCCC99;
}
ul.menu li a:hover {
	color: #999966;
}
ul.menu li ul li {
	font-size: 0.9em;
}
/* QUOTE */

#quote {
	height: 200px;
	width: 200px;
	padding: 20px 10px 40px 10px;
	background: #CCBF86;
}
/*
#quote h3 {
	font-size: 1.2em;
	font-weight:lighter;
}

#quote h3 span {
	font-size: 1.4em;
}
*/

#quote img {
	margin: 70px 0 0 0;
}
/* RIGHT COLUMN ELEMENTS */

#rightcol p.first, #rightcol span.first {
	color: #666699;
	font-size: 1.0em !important;
}
#rightcol p {
	font-size: 0.75em;
	line-height: 1.4em;
	margin: 0px 14px 10px 14px;
	color: #6C6E70;
}
#rightcol p.small {
	font-size: 0.6em;
	line-height: 1.4em;
}
#rightcol h2, #rightcol h3 {
	margin: 0px 14px 10px 14px;
}
#rightcol div.product_details h2, #rightcol div.product_details h3 {
	margin: 0px 14px 10px 0px;
}
#rightcol h2 {
	font-size: 1.0em;
	font-weight: bold;
}
#rightcol h4 {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px 14px 5px 14px;
}
#rightcol_content h4 {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px 14px 5px 0px;
}
/* RIGHT COLUMN FORMS */

.margin_left {
	margin-left: 5px;
}
#rightcol label {
	display: block;
	font-size:0.7em;
	font-weight: normal;
	line-height: 1.4em;
	color: #6C6E70;
	margin: 0px 0px 6px 0px;
	height: 17px;
}
#rightcol label.label_40px {
	width: 40px;
}
#rightcol label.label_60px {
	width: 60px;
}
#rightcol label.label_80px {
	width: 80px;
}
#rightcol label.label_100px {
	width: 100px;
}
#rightcol label.label_200px {
	width: 200px;
}
#rightcol label.label_360px {
	width: 360px;
}
#rightcol label.label_475px {
	width: 475px;
	height: auto;
	min-height: 21px;
}
#rightcol span.error {
	/*	background: url('/assets/images/error.gif') no-repeat;*/
	background-repeat: no-repeat;
	background-image: url(../images/error.gif);
	padding-left: 16px;
}
#rightcol input {
	height: 17px;
	line-height: 14px;
	background: none;
	padding: 3px 5px 0 5px;
	font-size: 11px;
	display:block;
	margin: 0 0px 10px 0;
}
#rightcol input.input_110px {
	width: 110px;
	background-image: url(/assets/images/bg_input_120px.jpg);
}
#rightcol input.input_175px {
	width: 175px;
	background-image: url(/assets/images/bg_input_185px.jpg);
}
#rightcol input.input_280px {
	width: 280px;
	background-image: url(/assets/images/bg_input_290px.jpg);
}
#rightcol input.input_475px {
	width: 475px;
	background-image: url(/assets/images/bg_input_485px.jpg);
}
#rightcol input.input_493px {
	width: 493px;
	background-image: url(/assets/images/bg_input_503px.jpg);
}
#rightcol input.submit_button {
	width: 70px;
	height: 20px;
	margin:  5px 0 0 0;
	padding: 0 0 0 0;
}
#rightcol input.place_order_button {
	width: 110px;
	height: 20px;
	margin:  5px 0 0 0;
	padding: 0 0 0 0;
}
#rightcol select.short {
	height: 20px;
	display: block;
	line-height: 17px;
	background: none;
	padding: 3px 10px 3px 10px;
	margin: 0 0 10px 14px;
	font-size: 11px;
	width: 70px;
	background-image: url(/assets/images/bg_input_short.gif);
}
#rightcol select.select_185px {
	height: 20px;
	display: block;
	line-height: 17px;
	background: none;
	padding: 3px 10px 3px 10px;
	margin: 0 0 10px 14px;
	font-size: 11px;
	width: 185px;
	background-image: url(/assets/images/bg_input_185px.jpg);
}
#rightcol select.short.no_margin {
	margin: 0 0 0 0;
}
#rightcol .textarea {
	height: 75px;
	width: 530px;
	display: block;
	line-height: 17px;
	background: none;
	background-image: url(/assets/images/bg_input_large_550px.gif);
	padding: 3px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	overflow:auto;
}
#rightcol .textarea textarea {
	border: 0px;
	width: 525px;
	height: 70px;
	overflow: auto;
}
#rightcol .checkbox {
	height: 17px;
	width: 15px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
	float: left;
	clear: right;
}
/******************************************************/

#rightcol.product p, #rightcol.product h3, #rightcol.product h2 {
	width: 244px;
}
#rightcol a {
	font-weight: bold;
	color: #666699;
	text-decoration: none;
}
#rightcol a:hover {
	font-weight: bold;
	color: #663366;
	text-decoration: underline;
}
#rightcol .mainimage {
	width: 220px;
	height: 380px;
	float: right;
	position: relative;
	margin: 0px 14px 0px;
	background: #FFFFFF;
}
#rightcol .productimage {
	width: 300px;
	height: 200px;
	float: right;
	position: relative;
	margin: 0px 14px 14px;
	background: #FFFFFF;
}
#rightcol .productimage img.mask {
	position: absolute;
	top: 0px;
	left: 0px;
}
#rightcol .thumbnailimages { float: right; margin:inherit 10px 10px inherit; width: 300px; background-color: #FFF;}
#rightcol .thumbnailimages div.image-holder { float: left; margin:inherit 10px 10px inherit; height:80px; width:80px; margin: 0 10px 10px 0; background-color: #FFF;}
#rightcol .thumbnailimages div.image-holder img { margin: 0 0 0 0;}

#rightcol .productrow {
	width: auto;
	height: auto;
	min-height: 80px;
	margin: 20px 14px 10px 14px;
	background: #FFFFFF;
}
#rightcol_content .productrow {
	width: auto;
	height: auto;
	margin: 20px 14px 10px 0px;
	background: #FFFFFF;
}
#rightcol h3 {
	font-size: 0.9em;
}
#rightcol .productrow h3 {
	float: right;
	width: 464px;
	margin: 0px 0px 0px 0px;
}
#rightcol .productrow p {
	float: right;
	width: 464px;
	margin: 0px 0px 0px 0px;
}
#rightcol .productrow span {
	color: #6C6E70;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}
#rightcol_content .productrow div {
	color: #6C6E70;
	background: #FFFFFF;
	font-size: 12px;
	margin: 0px 0px 0px 95px;
}
#rightcol_content .productrow div.col1 {
	width: 150px;
	float: left;
	background:#FF0000;
}
#rightcol_content .productrow span.col2 {
	width: 100px;
}
#rightcol .productrow span.pink {
	color: #666699;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}
#rightcol .productrow img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#rightcol .productrow table {
	float: right;
	height: auto;
	width: 464px;
}
#rightcol .productrow table tr {
	height: auto;
	width: 464px;
}
#rightcol .productrow table tr td {
	padding: 0 0 0 10px;
}
#rightcol table.checkout {
	height: auto;
	width: 550px;
	color: #6C6E70;
	font-size: 0.75em;
}
#rightcol table.checkout tr, #rightcol table.checkout thead th {
	text-align: left;
}
#rightcol table.checkout tr td {
	text-align: left;
	padding: 0 0 0 0;
}
#rightcol table.checkout tr td.left_col, #rightcol table.checkout thead th.left_col {
	width: 400px;
	text-align: left;
}
#rightcol table.checkout tr td.middle_col, #rightcol table.checkout thead th.middle_col {
	text-align: center;
}
#rightcol table.checkout tr td.right_col, #rightcol table.checkout thead th.right_col {
	width: 70px;
	text-align: right;
}
#rightcol p.fr {
	text-align: right;
	color: #666699;
	float: right;
	width: 300px;
	margin: 0px 14px 10px 0px;
}
#rightcol p.fr span {
	color: #333333;
}
.purple {
	color: #666699;
}
#rightcol table {
	margin: 0px 0px 10px 0px;
}
#rightcol table tr td {
	padding: 0px 10px 0px 0px;
}
#rightcol table h4 {
	display: inline;
	margin: 0px;
}
#rightcol table input {
	margin: 0px;
}
/* RIGHT COLUMN CONTENT ELEMENTS MODIFIERS */


#rightcol_content p {
	font-size: 0.75em;
	line-height: 1.4em;
	margin: 0px 14px 10px 0;
	color: #6C6E70;
}
#rightcol_content table tr td.padding_fix {
	padding: 10px 10px 0 0;
}
#rightcol_content h2 {
	margin-left: 0px;
	font-size: 1.0em;
	font-weight: bold;
}
#rightcol_content h3 {
	margin-left: 0px;
}
#rightcol_content a, #rightcol_content p a {
	color: #666699;
	text-decoration: none;
	font-weight: normal;
}
#rightcol_content a:hover {
	color: #663366;
	text-decoration: underline;
}
/* ORDER ROW */

#rightcol_content div.full_width_row {
	width: auto;
	height: auto;
	min-height: 80px;
	background: #FFFFFF;
}
#rightcol_content div.full_width_row a {
	font-size: 0.8em;
}
/* FOOTER */

#footer p.fl {
	float: left;
	font-size: 0.7em;
	color: #CCCC99;
	margin: 38px 0px 0px 10px;
}
#footer p.fr {
	float: right;
	font-size: 0.7em;
	color: #CCCC99;
	margin: 38px 10px 0px 0px;
}
#footer p.fr span {
	font-size: 1.2em;
	color: #FFFFFF;
}
#footer p a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer p a:hover, #content p.copyright a:hover {
	text-decoration: none;
	color: #663366;
}
.copyright { margin: 5px 10px 0 0; text-align: right; color: #8172AD; font: 11px Arial, Helvetica, sans-serif;}
.copyright .mams { float: left; padding: 0 0 5px 5px; width: 160px;}
.copyright .links { float: right; padding: 40px 5px 0 0; width: 350px;}
.copyright .links img { vertical-align: middle; padding: 0px 5px 5px 0;}
.copyright .links a { color: #8172AD;}
.clear { clear: both;}
