/* --------------------------------------------
	Conditional Browser Rules
----------------------------------------------- */

/*
	Usage: Apply each of these "hacks" after the initial incorrect value has been set.

	Child Selector for FF, IE7, Opera, Safari:
		html > body element {rule}
	
	Child Selector + Comment Hack, which IE7 ignores:
		html >/^^/ body element {rule}
	
	Comment Hack to hide from IE5x:
		element {selector /^^/:/^^/ value;}
	
	Replace ^ with *
*/




/* --------------------------------------------
	Colour Glossary
----------------------------------------------- */

/*
	Swatch - #000000
*/




/* --------------------------------------------
	Top-level Elements
----------------------------------------------- */

/* Top-level Elements

    * HTML - HTML document
          o BODY - Document body
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.1%;	/* Creates scrollbar in FF */
}

body {
	background-color: #fff;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 15px 0;
	text-align: center;
}

html >/**/ body {
	padding-bottom: 15px;
}

body * {
	font-family: inherit;
	font-size: 100%;
}




/* --------------------------------------------
	Generic Classes
----------------------------------------------- */

.align_centre {
	text-align: center !important;
}

.align_justify {
	text-align: justify !important;
}

.align_left {
	text-align: left !important;
}

.align_right {
	text-align: right !important;
}

.centre_object {
	display: block;
	margin: 0 auto 1.4em auto;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

img.float_left {
	margin: 0.5em 1em 0.5em 0;
}

img.float_left_border {
	border: 1px solid #a1a8ce;
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

img.float_right {
	margin: 0.5em 0 0.5em 1em;
}

img.float_right_border {
	border: 1px solid #a1a8ce;
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.glossary {
	display: none;	/* For use in conjunction with AddGlossary script */
}

.hidden {
	left: -999px;
	position: absolute;
	width: 1px;
}

.normal {
	color: #444;
	font-weight: normal;
}

.important {
	font-size: 120%;
}

.invisible {
	visibility: hidden;
}





/* --------------------------------------------
	Specific Miscellaneous Classes
----------------------------------------------- */

div.store {
	float: left;
	margin-bottom: 10px;
	width: 50%;
}

div.store h6#affiliates {
	clear: both;
}

#wrapper_content h3.img_heading {
	background: #fff url(/images/bg_headings.gif) no-repeat 0 0;
	height: 8px;
	margin-bottom: 8px;
	overflow: hidden;
	text-indent: -999em;
	width: 131px;
}

#wrapper_content h3.img_heading.by_product {
	background-position: 0 0;
}

#wrapper_content h3.img_heading.by_occasion {
	background-position: 0 -9px;
}

#wrapper_content h3.img_heading.specials {
	background-position: 0 -27px;
	margin-bottom: -3px;
}

#wrapper_content h3.img_heading.specials a {
	display: block;
	height: 8px;
}

#wrapper_content h3.img_heading.specials a:hover {
	background: #fff url(/images/bg_headings.gif) no-repeat 0 -36px;
}

#wrapper_content h3.img_heading.related {
	background-position: 0 -500px;
	margin-bottom: -11px;
}




/* --------------------------------------------
	Generic Special Inline Elements
----------------------------------------------- */

/* Special Inline Elements

    * A - Anchor
    * BR - Line break
    * IFRAME - Inline frame
    * IMG - Inline image
    * MAP - Image map
          o AREA - Image map region
    * Q - Short quotation
    * SPAN - Generic inline container
    * SUB - Subscript
    * SUP - Superscript
*/

a img {
	border: none;
}

a.anchor {
	background-color: inherit;
	border: inherit;
	color: inherit;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-align: inherit;
	text-decoration: inherit;
	text-indent: inherit;
	text-transform: inherit;
	white-space: inherit;
	word-spacing: inherit;
}

a.izilla, a:hover.izilla {
	color: #00814f;
}

a.cognition, a:hover.cognition {
	color: #237eb8;
}

a {
	color: #29398d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content p a {
	text-decoration: underline;
}

#content p a:hover {
	text-decoration: none;
}

q:before, q:after { 
    content: ""; /* With IE's lack of support, remove quotes on all good browsers. Add them manually in the markup */
}




/* --------------------------------------------
	Generic Block-level Elements
----------------------------------------------- */

/* Generic Block-level Elements

    * ADDRESS - Address
    * BLOCKQUOTE - Block quotation
    * DEL - Deleted text
    * DIV - Generic block-level container
    * H1 - Level-one heading
    * H2 - Level-two heading
    * H3 - Level-three heading
    * H4 - Level-four heading
    * H5 - Level-five heading
    * H6 - Level-six heading
    * HR - Horizontal rule
    * INS - Inserted text
    * P - Paragraph
    * PRE - Preformatted text
*/

address {
	font-style: normal;
}

/* Main Structural Divs ------------------------------ */

#wrapper_site {
	border: 1px solid #d6d9ea;
	margin: auto;
	text-align: left;
	width: 777px;
	width/**/:/**/ 775px;
}

#wrapper_content, #processing_thickbox {
	font-size: 110%;
	padding: 0 15px;
}

body#home #wrapper_content, body#product #wrapper_content {
	padding-left: 0;
}

#content {
	float: left;
	height: 570px;
	margin-left: -745px;
	margin-top: 12px;
	width: 594px;
}

html > body #content {
	height: auto;
	min-height: 570px;
}

body#product #content {
	margin-left: -760px;
	margin-top: 0;
	width: 609px;
}

body#home #content {
	background: url(/userData/img/hp_feature_07-02.jpg) no-repeat 0 0;
	margin-left: -745px;
	margin-top: 20px;
	position: relative;
	width: 594px;
}

#wrapper_portfolio {
	clear: both;
	margin-left: 15px;
	width: 595px;
}


/* Headings ----------------------------------- */

#content h1, .footer_content h1 {
	border-bottom: 1px solid #e3e5f1;
	color: #25358e;
	font-size: 150%;
	margin-bottom: 0.92em;
	padding-bottom: 5px;
}

html >/**/ body #content h1, html >/**/ body .footer_content h1 {
	padding-bottom: 4px;
}

#content h2, .footer_content h2 {
	color: #606bad;
	font-size: 140%;
	margin-bottom: 0.96em;
}

#content h3, .footer_content h3 {
	color: #25358e;
	font-size: 130%;
	margin-bottom: 1.05em;
}

#content h4, .footer_content h4 {
	color: #606bad;
	font-size: 120%;
	margin-bottom: 1.15em;
}

#content h5, .footer_content h5 {
	color:#25358e;
	font-size: 110%;
	margin-bottom: 1.25em;
}

#content h6, .footer_content h6 {
	color: #606bad;
	font-size: 110%;
	margin-bottom: 1.27em;
}

/* Horizontal Rules ---------------------------- */

hr {
	background-color: #e3e5f1;
	border: none;
	color: #e3e5f1;
	height: 1px;
	margin-bottom: 3px;
	margin-top: -6px;
}

html >/**/ body hr {
	margin-bottom: 11px;
	margin-top: auto;
}

/* Paragraphs ---------------------------- */

#content p, .footer_content p {
	line-height: 150%;
	margin-bottom: 1.36em;
}

#content p.add_customer_txt {
	line-height: 150%;
	margin-top: 1.36em;
}

/* --------------------------------------------
	Generic Forms
----------------------------------------------- */

/* Forms

    * FORM - Interactive form
          o BUTTON - Button
          o FIELDSET - Form control group
                + LEGEND - Fieldset caption
          o INPUT - Form input
          o LABEL - Form field label
          o SELECT - Option selector
                + OPTGROUP - Option group
                      # OPTION - Menu option
          o TEXTAREA - Multi-line text input
*/

fieldset {
	border: none;
	clear: both;
}

legend {
	display: none;
}

label {
	font-weight: bold;
}

input.submit {
	background-color: #090;
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	color: #fff;
	display: inline;
	float: left;
	cursor: pointer;
	height: 24px;
	padding: 0;
	text-indent: -999em;
}

input.proceed {
	background-image: url(/images/btn_proceed.gif);
	margin-left: -2px;
	padding-left: 80px;
	position: relative;
	width: 80px;
}

input.text:focus, select:focus, textarea:focus {
	background-color: #ffc;	/* Set accessibility :focus. Give text boxes a class of "text" in markup or dynamically */
}

input.text.error, input.text.error:focus, select.error, select.error:focus, textarea.error, textarea.error:focus {
	background-color: #ffd9d9;
}

option {
	padding: 0 4px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}



/* --------------------------------------------
	Generic Phrase Elements
----------------------------------------------- */

/* Phrase Elements

    * ABBR - Abbreviation
    * ACRONYM - Acronym
    * CITE - Citation
    * CODE - Computer code
    * DFN - Defined term
    * EM - Emphasis
    * INS - Inserted text
    * KBD - Text to be input
    * SAMP - Sample output
    * STRONG - Strong emphasis
    * VAR - Variable
*/

acronym {
	border-bottom: 1px solid dotted;
	cursor: help;
}



/* --------------------------------------------
	Generic Font Style Elements
----------------------------------------------- */

/* Font Style Elements

    * SMALL - Small text
    * TT - Teletype text
*/


/* --------------------------------------------
	Specific Lists
----------------------------------------------- */

/* Lists

    * DIR - Directory list
    * DL - Definition list
          o DT - Definition term
          o DD - Definition description
    * LI - List item
    * OL - Ordered list
    * UL - Unordered list
*/

/*  Content Lists --------------------------- */

#content ul, .footer_content ul {
	list-style-type: none;
	margin-bottom: 1.4em;
	padding-left: 15px;
}

#content ul li, .footer_content ul li {
	background: #fff url(/images/bg_content_list_arrow.gif) no-repeat 1px 4px;
	height: 1%;
	margin-bottom: 0.82em;
	padding-left: 23px;
}

html >/**/ body #content ul, html >/**/ body .footer_content ul {
	padding-left: 20px;
}

html >/**/ body #content ul li, html >/**/ body .footer_content ul li {
	padding-left: 18px;
}

#content ol, .footer_content ol {
	list-style-type: decimal;
	margin-bottom: 1.4em;
	margin-left: 5px;
	padding-left: 3em;
}

#content ol.lower_aplha, .footer_content ol.lower_aplha {list-style-type: lower-alpha;}
#content ol.upper_alpha, .footer_content ol.upper_alpha {list-style-type: upper-alpha;}
#content ol.lower_roman, .footer_content ol.lower_roman {list-style-type: lower-roman;}
#content ol.upper_roman, .footer_content ol.upper_roman {list-style-type: upper-roman;}

html body #content ul ol li, html body .footer_content ul ol li {
	background: none;
	padding-left: 0;
}

#content li ul, #content li ol, .footer_content li ul, .footer_content li ol {margin-top: 9px;}

#content ol li, .footer_content ol li {
	display: list-item;
	margin-bottom: 9px;
}	

/*  Error Message Lists ----------------------- */

#content .error_message strong {
	background: url(/images/bg_error_li.gif) no-repeat 0 3px;
	color: #c00;
	padding-left: 10px;
}

span#lblerror, span#lblError {
	color: #c00;
	font-weight: bold;
}

#content .error_message li {
	color: #444;
	font-weight: normal;
}

/*#content .error_message li {
	background: url(/images/bg_error_li.gif) no-repeat 0 3px;
	padding-left: 15px;
}*/

/*  Main Navigation --------------------------- */

#wrapper_nav_main {
	background: #a1a8ce url(/images/bg_nav_main.gif) repeat-y 0 0;
	font-size: 120%;
	height: 25px;
}

html > body #wrapper_nav_main {
	height: auto;
	min-height: 25px;
}

ul#nav_main {
	list-style: none;
	text-transform: uppercase;
	width: 773px;
	width/**/:/**/ 771px;
}

#wrapper_nav_main a {
	color: #fff;
	float: left;
	font-weight: bold;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	white-space: nowrap;
}

html >/**/ body #wrapper_nav_main a {
	display: block;
	float: none;
}

#wrapper_nav_main li {
	float: left;
	padding: 0;
	text-align: left;
}

#wrapper_nav_main li ul {
	clear: left;
	font-weight: normal;
	height: auto;
	left: -999em;
	list-style-type: none;
	margin: 0;
	position: absolute;
	text-transform: none;
	width: 12em;
	z-index: 100;
}

#wrapper_nav_main li ul li {
	background-color: #f6f6fb;
	border: solid #d6d9ea;
	border-width: 0 1px 1px 1px;
}

#wrapper_nav_main li li a {
	display: block;
	float: none;
	font-weight: normal;
	padding: 5px 9px;
	white-space: normal;
}

#wrapper_nav_main li:hover ul, #wrapper_nav_main li.sfhover ul {left: auto;}

#wrapper_nav_main li:hover a, #wrapper_nav_main li.sfhover a {
	background-color: #8790c0;
	color: #fff;
}

html > body #wrapper_nav_main li:hover a, html > body #wrapper_nav_main li.sfhover a {
	background: url(/images/bg_nav_main_hover.png) no-repeat 0 0;
	color: #fff;
}

#wrapper_nav_main ul li:hover ul li a, #wrapper_nav_main ul li.sfhover ul li a, #wrapper_nav_main ul li ul li:hover a, #wrapper_nav_main ul li ul li.sfhover a {
	background: none;
	background-color: #e8e8f5;
	color: #1e3b69;
	width: 12em;
}

#wrapper_nav_main ul li ul li a:hover {
	background-color: #f6f6fb;
}

#wrapper_nav_main ul li.current a, #wrapper_nav_main ul li:hover.current a {
	background: url(/images/bg_nav_main_current.png) no-repeat 0 0;
	behavior: url(/css/iepngfix.htc);
	color: #fff;
	cursor: pointer;	
	padding-right/**/:/**/ 0;
}

html > body #wrapper_nav_main ul li.current a, #wrapper_nav_main ul li:hover.current a {
	padding-right: 12px;
}

/* Used by IE6 only to cover "windowed" elements with iframes */

ul#nav_main iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

html ul#nav_main li {z-index: 201;}

body#product #wrapper_nav_main {
	border-bottom: 2px solid #e3e5f1;
}

/* Sub Navigation ----------------------------- */

#wrapper_nav_sub {
	display: inline;
	float: left;
	margin-left: 614px;
	margin-top: 20px;
	width: 131px;
}

body#home #wrapper_nav_sub, body#product #wrapper_nav_sub {
	margin-left: 629px;
}

body#product #wrapper_nav_sub {
	margin-top: 18px;
}

#wrapper_nav_sub ul {
	border-top: 1px solid #e8e8f5;
	list-style-type: none;
	margin-bottom: 15px;
}

#wrapper_nav_sub ul li {
	border-bottom: 1px solid #e8e8f5;
}

#wrapper_nav_sub ul a {
	background: url(/images/bg_list_arrow.gif) no-repeat 7px 7px;
	color: #25358e;
	display: block;
	height: 18px;
	height/**/:/**/ auto;
	padding: 3px 3px 3px 14px;
	text-decoration: none;
}

/*
	Specify the appropriate class in the web.config - OccasionClass
	Styles will need to be added/changed per occasion if appropriate
*/

#wrapper_nav_sub ul li.chinese_ny a {
	color: #c00;
}


#wrapper_nav_sub ul li.christmas a {
	color: #c00;
}

#wrapper_nav_sub ul li.easter a {
}

#wrapper_nav_sub ul li.mothers_day a {
	background: url(/images/bg_list_arrow_mothers_day.gif) no-repeat 7px 7px;
	color: #3e8963;
}

#wrapper_nav_sub ul li.fathers_day a {
}

#wrapper_nav_sub ul li.valentines a {
	background: url(/images/bg_list_arrow_valentines.gif) no-repeat 7px 7px;
	color: #c00;
}

#wrapper_nav_sub ul li a:hover {
	background-color: #e8e8f5;
	background-position: 7px -123px;
}

#wrapper_nav_sub ul li.current a {
	background-color: #f6f6fb;
	background-position: 7px -123px;
}

/* Store Lists -------------------------------- */

#wrapper_store_list {
	clear: both;
	font-size: 110%;
	margin: auto;
	overflow: auto;
	padding-top: 15px;
	text-align: left;
	width: 751px;
}

ul#store_list, ul#affiliate_list {
	border-right: 1px solid #d6d9ea;
	display: inline;
	float: left;
	list-style-type: none;
	margin-bottom: 15px;
	padding-right: 6px;
	width: 541px;
	width/**/:/**/ 534px;
}

#wrapper_store_list ul#affiliate_list {
	border-left: 1px solid #d6d9ea;
	border-right: none;
	margin-left: -1px;
	padding-left: 16px;
	padding-right: 0;
	position: relative;
	width: 178px;
}

ul#store_list li, ul#affiliate_list li {
	display: inline;
	float: left;
	margin-bottom: 2px;
	width: 178px;
}

ul#affiliate_list li {
	width: 89px;
}

ul#store_list li.full_width, ul#affiliate_list li.full_width {
	width: 100%;
}

ul#store_list a, ul#affiliate_list a {
	color: #a1a8ce;
}

ul#store_list a strong, ul#affiliate_list a strong {
	color: #29398d;
	text-transform: uppercase;
}

/* Footer Lists ------------------------------- */

/* Footer Divs */

#wrapper_footer {
	background: #fff url(/images/bg_pearsons_logo_small.gif) no-repeat 15px 20px;
	font-size: 110%;
	padding: 20px 15px 0 15px;
	width: 745px;
}

#footer_bottom {
	background: #dde0ee url(/images/bg_footer.gif) no-repeat 0 0;
	clear: both;
	height: 50px;
	margin: 10px -16px -1px -16px;
	position: relative;
	width: 777px;
}

p#footer_phone {
	color: #29398d;
	display: inline;
	float: right;
	font-size: 109.09%;
	font-weight: bold;
	margin-top: 1.4em;
	text-align: center;
	width: 131px;
}

p#footer_phone span {
	display: block;
	margin-bottom: 0.5em;
}

ul#nav_footer {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 17px 0 15px 135px;
	width: 478px;
}

ul#nav_footer li {
	display: inline;
	float: left;
	margin-bottom: 0.5em;
	margin-right: 14px;
}

ul#nav_footer a {
	color: #a1a8ce;
	text-decoration: underline;
}

.footer_content {
	clear: both;
	overflow: hidden;
	width: 100%;
}


/* Product Pagination ------------------------- */

#wrapper_product_pagination ol {
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: hidden;
	width: 277px;
}

#wrapper_product_pagination ol li {
	float: left;
	font-weight: bold;
	margin-bottom: 0;
	margin-right: 5px;
	margin-top: 3px;
	white-space: nowrap;
}

#wrapper_product_pagination ol li a {
	border-right: 1px solid #29398d;
	padding-right: 5px;
}

#wrapper_product_pagination ol li.last_node a {
	border-right: none;
}

#content #wrapper_product_pagination ol li#prev_item a {
	background: url(/images/bg_product_pagination_prev_next.gif) no-repeat 0 5px;
	padding-left: 12px;
}

#content #wrapper_product_pagination ol li#next_item a {
	background: url(/images/bg_product_pagination_prev_next.gif) no-repeat right -100px;
	margin-left: 1px;
	padding-right: 12px;
}

/* --------------------------------------------
	Specific Tables Styles
----------------------------------------------- */

/* Tables

    * TABLE - Table
          o CAPTION - Table caption
          o COLGROUP - Table column group
                + COL - Table column
          o THEAD - Table head
          o TFOOT - Table foot
          o TBODY - Table body
          o TR - Table row
                + TD - Table data cell
                + TH - Table header cell
*/

table.data th, table.data td.th {	/* Due to Rad's not supporting THs, users should apply a TH class to TDs */
}

table.data, table#extras {
	border: none;
	border-collapse: collapse;
	margin-bottom: 1.3em;
}

table.data {
	margin-left: auto;
	margin-right: auto;
}

table#extras {
	margin-top: -18px;
	width: 100%;
}

table.data caption {
	font-weight: bold;
	line-height: 200%;
	margin: auto;
	text-align: center;
}

table.data td, table#extras tr.extras td, table.data tr th, table.data tr td.th {
	border: 1px solid #e8e8f5;
	padding: 3px 5px;
	text-align: left;
	vertical-align: middle;
}

table#extras tr td {
	border: none;
	padding: 0;
}

table.data tr th, table.data tr td.th {
	background-color: #e8e8f5;
	border-color: #d6d9ea;
	color: #394798;
	font-weight: bold;
	padding: 5px;
}

table#extras tr th {
	white-space: nowrap;
}

table.data tr.even td {
	background-color: #f7f7fc;
}

table#extras img {
	border: 1px solid #a1a8ce;
	margin-bottom: 10px;
}

table.data td#proceed {
	text-align: right;
}

table.data td#proceed input {
	margin-top: 24px;
}

#content table#extras h4 {
	background: url(/images/bg_extras_headings.gif) no-repeat 0 0;
	height: 28px;
	margin-bottom: 1px;
	margin-top: 25px;
	overflow: hidden;
	text-indent: -999px;
	width: 595px;
}

#content table#extras h4.h_Wines {
	background-position: 0 0;
}

#content table#extras h4.h_Toy {
	background-position: 0 -28px;
}

#content table#extras h4.h_Chocolate {
	background-position: 0 -56px;
}

#content table#extras h4.h_Balloon {
	background-position: 0 -84px;
}

#content table#extras h4.h_Voucher {
	background-position: 0 -112px;
}

table.tbl_form {
	border: none;
	border-collapse: collapse;
	margin-bottom: 1.4em;
}

table.tbl_form th {
	white-space: nowrap;
}

table.tbl_form th, table.tbl_form td {
	padding: 2px 10px 2px 0;
	text-align: left;
	vertical-align: top;
}

table.tbl_form label {
	display: block;
	margin-top: 3px;
}

table.tbl_form span {
	font-weight: normal;
}

table.tbl_form .radio_check label, table.tbl_form label.error {
	display: inline;
	margin: auto;
}

table.tbl_form label.error {
	background: url(/images/bg_label_error.png) no-repeat 0 center;
	margin-left: 4px;
	padding-left: 18px;
}

table.tbl_form .radio_check input {
	margin-bottom: -1px;
	margin-right: 3px;
}

html >/**/ body table.tbl_form .radio_check input {
	margin-bottom: 0;
	margin-top: 2px;
	margin-right: 5px;
}

table.tbl_form label em {
	font-weight: normal;
	font-style: normal;
}

#default_delivery {
	background-color: #f3f4f9;
	border: 1px solid #d6d9ea;
	color: #29398D;
	margin-top: 2px;
	padding: 3px 4px 4px 4px;
}

table.tbl_form td.wowu_info {
	padding-top: 7px;
}

table.tbl_form td.td_wowu {
	margin: 0;
	padding: 0;
}

table#cc_details input.text {
	width: 125px;
}

table#cc_details input.small {
	width: 30px;
}

input#dt_expiry_year {
	margin-right: 52px;
}

input#no_cvn {
	margin-right: 95px;
}

/* --------------------------------------------
	Specific Sections
----------------------------------------------- */

/* Header ------------------------------------- */

#header {
	background: url(/images/bg_header.gif) no-repeat 6px 0;
	height: 116px;
	position: relative;
}

#header h1 {
	background: url(/images/bg_header_top.gif) no-repeat 0 0;
	height: 11px;
	left: -1px;
	position: absolute;
	text-indent: -999em;
	top: -1px;
	width: 777px;
}

#header a {
	display: block;
	position: absolute;
	right: 34px;
	top: 17px;
}

#header h2#seal {
	left: 22px;
	height: 83px;
	position: absolute;
	top: 16px;
	width: 123px;
}

#header h2#seal a {
	background: url(/images/bg_40_year_seal.png) no-repeat 0 0;
	height: 100%;
	overflow: hidden;
	position: static;
	text-indent: -999em;
	width: 100%;
}

#header p#logo_phone {
	background: url(/images/bg_logo_phone.gif) no-repeat 0 0;
	display: block;
	height: 9px;
	overflow: hidden;
	position: absolute;
	right: 34px;
	text-indent: -999em;
	top: 82px;
	width: 75px;
}
	

/* Home Page Puff ----------------------------- */

#hp_puff {
	color: #000;
	left: -10px;
	position: absolute;
	/*top: 16px;*/
	top: -20px;
	width: 262px;
}

#hp_puff div {
	behavior: url(/css/iepngfix.htc);
}

#hp_puff div#puff_top {
	background: url(/images/bg_hp_puff_top.png) no-repeat left top;
	font-size: 0;
	height: 6px;
}

#hp_puff div#puff_bottom {
	background: url(/images/bg_hp_puff_bottom.png) no-repeat left bottom;
	font-size: 0;
	height: 6px;
}

#hp_puff div#puff_middle {
	padding: 10px 15px 1px 15px;
	background: url(/images/bg_hp_puff_middle.png) no-repeat left bottom;
	width: 262px;
	width/**/:/**/ 232px 
}

/* Home Page Featured Item -------------------- */

#hp_featured {
	/*background: url(/images/bg_hp_puff_middle.png) no-repeat 0 0;
	behavior: url(/css/iepngfix.htc);*/
	bottom: 10px;
	/*top: 410px;*/
	left: 2px;
	padding: 3px;
	position: absolute;
}

#content #hp_featured p {
	margin: 0;
}

#hp_featured a {
	background: url(/images/bg_list_arrow.gif) no-repeat right 5px;
	color: #a1a8ce;
	padding-right: 6px;
}

#hp_featured a:hover {
	background-position: right -125px;
	color: #25358e;
}

/* Featured Items ----------------------------- */

#wrapper_featured_items {
	float: right;
	width: 152px;
}

div.featured_item {
	background: url(/images/bg_product_box_bottom.gif) no-repeat left bottom;
	margin-top: 11px;
	width: 152px;
}

#wrapper_product_list div.featured_item {
	display: inline;
	float: left;
	margin-bottom: 11px;
	margin-left: 43px;
}

div.featured_item div.curve {
	border: none;
	font-size: 0;
	height: 8px;
	line-height: 0px;
	width: 152px;
}	

div.featured_item div.curve.top {
	background: url(/images/bg_product_box_top.gif) no-repeat 0 0;
}

div.featured_item div.curve.bottom {
	background: url(/images/bg_product_box_bottom.gif) no-repeat left bottom;
}	

div.featured_item div {
	background-color: #fff;
	border: solid #C4C4E6;
	border-width: 0 1px;
	margin: auto;
	text-align: center;
	width: 152px;
	width/**/:/**/ 150px;
}

#content div.featured_item p {
	line-height: normal;
	margin-bottom: 0;
	padding: 7px 10px;
	text-align: left;
}

div.featured_item a.product_name {
	color: #25358e;
	text-decoration: none;
}

div.featured_item a:hover.product_name {
	text-decoration: underline;
}

div.featured_item img {
	display: block;
	margin: auto;
}

div.featured_item span {
	color: #a1a8ce;
}

div.featured_item span a {
	background: #fff url(/images/bg_list_arrow.gif) no-repeat right 5px;
	border-left: 1px solid #a1a8ce;
	color: #a1a8ce;
	margin-left: 2px;
	padding-left: 6px;
	padding-right: 6px;
}

div.featured_item span a:hover {
	background-position: right -125px;
	color: #25358e;
}

#content div.featured_item p a {
	text-decoration: none;
}

#content div.featured_item p a:hover {
	text-decoration: underline;
}

/* Product Category --------------------------- */

#category {
	background: #e3e5f1 url(/images/bg_category.gif) no-repeat right bottom;
	color: #25358e;
	display: inline;
	float: left;
	font-size: 110%;
	overflow: auto;
	padding: 2px 17px 4px 15px;
	width: 305px;
	width/**/:/**/ 290px;
}

#category h2 {
	display: inline;
	float: left;
	font-size: 100%;
	margin-bottom: 0;
	margin-right: 8px;
}

#category span {
	float: left;
}

/* Product List ------------------------------- */

#wrapper_product_list {
	clear: both;
	padding-top: 4px;
	width: 609px;
}

/* Product Detail ----------------------------- */

#wrapper_product_detail {
	clear: both;
	width: 609px;
}

#product_detail {
	display: inline;
	float: left;
	margin: 9px 0 0 15px;
	width: 427px;
}

#product_image {
	float: left;
	margin: 6px 0 15px 0;
	overflow: hidden;
	width: 200px;
	text-align: center;
}

#product_image p {
	line-height: normal;
	margin-top: 10px;
}

#content #product_image p a {
	background: url(/images/bg_view_larger.gif) no-repeat 0 0;
	color: #969696;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#content #product_image p a:hover {
	text-decoration: underline;
}

#product_desc {
	float: left;
	margin: 3px 0 15px 15px;
	width: 212px;
}

#content #product_desc h1 {
	border-bottom: none;
	color: #25358e;
	font-size: 110%;
	padding-bottom: 0;
	margin-bottom: 10px;
}

#product_desc p {
	line-height: 150%;
	margin-bottom: 10px;
}

#product_desc_overflow {
	overflow: auto;
	scrollbar-3dlight-color: #f5f6fa;
	scrollbar-arrow-color: #25358e;
	scrollbar-base-color: #ff6347;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #e3e5f1;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #9ea0a8;
	/*text-align: justify;*/
}

#content h3#product_sold_out {
	background-color: #c00;
	color: #fff;
	font-size: 100%;
	margin: 0; 
	margin-bottom: 13px;
	padding: 2px;
	text-align: center;
}

#content ul#nav_prev_next_items {
	list-style-type: none;
	margin-top: 18px;
	padding: 0;
	overflow: auto;
	width: 212px;
}	

ul#nav_prev_next_items li#prev_item {
	background: none;
	float: left;
	overflow: hidden;
	padding: 0;
	width: 50%;
}

ul#nav_prev_next_items li#next_item {
	background: none;
	float: right;
	overflow: hidden;
	padding: 0;
	text-align: right;
	width: 50%;
}

ul#nav_prev_next_items li#prev_item a {
	background: url(/images/bg_product_prev_next.gif) no-repeat 0 0;
	padding-left: 18px;
}

ul#nav_prev_next_items li#next_item a {
	background: url(/images/bg_product_prev_next.gif) no-repeat right -83px;
	padding-right: 19px;
}

#specific_details {
	clear: both;
	line-height: 150%;
}

#specific_details div.field_container {
	border-top: 1px solid #e3e5f1;
	clear: both;
	padding: 8px 7px 10px 7px;
	width: 427px;
	width/**/:/**/ 413px;
}

.radio_btn input, input.radio_btn {
	margin: 1px 3px -1px 0;
}

#content .radio_btn label {
	display: inline;
	font-weight: normal;
}

div.field_container input#txtOfferCode {
	margin-top: 15px;
	width: 80px;
}

p#currency_converter {
	float: right;
	margin: 3px 30px 0 0;
}

p#currency_converter a {
	text-decoration: underline;
}

p#currency_converter a:hover {
	text-decoration: none;
}

p.please_note {
	clear: both;
	color: #888;
	font-size: 90%;
	margin-top: 10px;
}

/* Portfolio Styles --------------------------- */

#portfolio {
	margin-left: -12px;
	padding-top: 14px;
}

div.portfolio_thumb {
	display: inline;
	float: left;
	margin-bottom: 10px;
	margin-left: 60px;
	text-align: center;
	width: 129px;
}

div.portfolio_thumb a {
	border: 1px solid #a1a8ce;
	display: block;
	height: 152px;
	height/**/:/**/ 150px;
	margin-bottom: 5px;
	overflow: hidden;
	width: 129px;
	width/**/:/**/ 127px;
}

#content div.portfolio_thumb p {
	line-height: normal;
}

#content div.portfolio_thumb p a {
	border: none;
	height: auto;
	text-decoration: none;
}

#content div.portfolio_thumb p a:hover {
	text-decoration: underline;
}

#portfolio_item {
	text-align: center;
}

#portfolio_item img {
	display: block;
	margin: 0 auto 1em auto;
}

/* --------------------------------------------
	Miscellaneous Styles
----------------------------------------------- */

#pnlPromo {
	background: #f6f6fb url(/images/bg_.pnlpromo.gif) no-repeat right bottom;
	display: none;
	margin-bottom: 1.4em;
	padding: 10px 10px 1px 10px;
}

p#phone {
	display: none;
}

a#processing_link {
	display: none;
}

#processing_thickbox {
	display: none;
}

#TB_window #processing_inner {
	font-size: 11px;
	padding: 10px 0;
	text-align: center;
}

#TB_window #processing_inner img {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

html.processing body #TB_window {
	width: 300px !important;
}

html.processing #TB_ajaxContent {
	height: 136px !important;
	overflow: hidden !important;
	padding: 0;
}

html.processing #TB_ajaxContent.TB_modal {
	overflow: hidden;
}

html.processing #TB_title {
	display: none;
}
