/* START blueprint reset */
html, body { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

html { font-size: 100.01%; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, code, del, dfn, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: normal;
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: baseline;

}
blockquote, q { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }

th, td, caption { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; text-align: left; font-weight: normal; vertical-align: middle; }

table { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; border-collapse: separate; border-spacing: 0; vertical-align: middle; }

a img { border: none; }

/* END blueprint reset */







/* Form Fields --- */
input.text, input[type=text], input.password, input[type=password], textarea, select { background-color: white; border: 1px solid #bbbbbb; }
input.text:focus, input[type=text]:focus, input.password:focus, input[type=password]:focus, textarea:focus, select:focus { border-color: #666666; }
.inError input.text, .inError input[type=text], .inError input.password, .inError input[type=password], .inError textarea, .inError select { background-color: #ffffcc; }

input.text, input[type=text], input.password, input[type=password] { width: 300px; }

input.submit, input[type=submit], button { cursor: pointer; }

select { width: 300px; }

textarea { width: 390px; height: 250px; }

input.checkbox, input[type=checkbox], input.radio, input[type=radio] { position: relative; top: 0.25em; }

body { font-size: 75%; /* #{!parent_font_size} x #{!ems} = #{!pixels} */ line-height: 1.5em; font-family: Arial, Helvetica, sans-serif; color: black; }

/* Headings --- */
h1 { /* #{!parent_font_size} x #{!ems} = #{!pixels} */ font-size: 1.5em; font-weight: normal; color: black; margin-bottom: 18px; }

h2 { /* #{!parent_font_size} x #{!ems} = #{!pixels} */ font-size: 1.333em; font-weight: normal; margin-bottom: 9px; }

h3 { /* #{!parent_font_size} x #{!ems} = #{!pixels} */ font-size: 1.167em; font-weight: normal; }

h4 { /* #{!parent_font_size} x #{!ems} = #{!pixels} */ font-size: 1em; font-weight: normal; }

h5 { /* #{!parent_font_size} x #{!ems} = #{!pixels} */ font-size: 1em; font-weight: normal; }

h6 { /* #{!parent_font_size} x #{!ems} = #{!pixels} */ font-size: 1em; font-weight: normal; }

/* Text elements --- */
p { margin: 0 0 1.5em 0; }
p img.left { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a { color: #004488; text-decoration: underline; }
a:focus, a:hover { text-decoration: none; color: black; }

blockquote { margin: 1.5em; font-style: italic; }

strong { font-weight: bold; }

em { font-style: italic; }

dfn { font-style: italic; font-weight: bold; }

sup, sub { line-height: 0; font-size: 0.5em; }

abbr, acronym { border-bottom: 1px dotted #cccccc; }

address { margin: 0 0 1.5em 0; font-style: italic; }

pre { margin: 1.5em 0; white-space: pre; font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

code, tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Lists --- */
li ul, li ol { margin: 0; }

ul, ol { margin: 0 0 1.5em 0; padding-left: 3em; }

ul { list-style-type: disc; }

ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }

/* Tables --- */
table { margin-bottom: 1.5em; width: 100%; }

th { font-weight: bold; }

th, td, caption { padding: 4px 10px 4px 5px; }

th, td { vertical-align: top; }

/* Misc Classes --- */








/* General Fieldset/Legend as well as WSML way of doing forms */
fieldset { margin: 0 0 1.5em 0; }
fieldset legend span { display: block; }
fieldset .formComment { margin-bottom: 9px; }
fieldset .formComment dl { overflow: hidden; *zoom: 1; margin-bottom: 0; }
fieldset .formComment dl dt.requiredIndication { float: left; clear: both; padding-right: 2px; color: red; }
fieldset .formComment dl dd.requiredIndication { float: left; color: red; }

fieldset.minorFieldset { margin: 0; padding: 0; }
fieldset.minorFieldset .formComment { display: moz-inline-box; display: inline-block; zoom: 1; *display: inline; }
fieldset.minorFieldset legend span { display: block; font-weight: normal; color: black; padding: 0; background-color: transparent; /* #{!parent_font_size} x #{!ems} = #{!pixels} */ font-size: 1em; margin-bottom: 9px; }
fieldset.minorFieldset ol.formFields { display: moz-inline-box; display: inline-block; zoom: 1; *display: inline; margin: 0; padding: 0; }
fieldset.minorFieldset ol.formFields li { display: moz-inline-box; display: inline-block; zoom: 1; *display: inline; margin: 0; padding: 0; }
fieldset.minorFieldset ul.buttonGroup { margin: 0; padding: 0; display: moz-inline-box; display: inline-block; zoom: 1; *display: inline; vertical-align: top; }

dl.attributeList { overflow: hidden; *zoom: 1; }
dl.attributeList dt { float: left; clear: both; padding-right: 9px; }
dl.attributeList dd { display: block; }
dl.attributeList dt.availability { position: absolute; top: 0px; left: -9999px; }

dl.attributeList.priceBlock dt.price { position: absolute; top: 0px; left: -9999px; }
dl.attributeList.priceBlock dt.listPrice { position: absolute; top: 0px; left: -9999px; }
dl.attributeList.priceBlock dd.listPrice { text-decoration: line-through; }
dl.attributeList.priceBlock dt.salePrice { font-weight: bold; }
dl.attributeList.priceBlock dd.salePrice { font-weight: bold; }

ul.linkList { list-style: none; padding-left: 1.5em; }

ul.linkList.paginationLinks { padding: 0; margin: 0; }
ul.linkList.paginationLinks li { display: moz-inline-box; display: inline-block; zoom: 1; *display: inline; padding: 0 4.5px; }
ul.linkList.paginationLinks li a { text-decoration: none; }
ul.linkList.paginationLinks li.currentPage { background-color: #8d6a5d; color: white; }
ul.linkList.paginationLinks li.lastPage { padding-right: 4.5px; }



.productImage { border: 1px solid #cccccc; }

.product .productImage { display: block; }
.product div.productDetails .title { font-weight: bold; }
.product div.productDetails dl.attributeList dt.colorAvailability { position: absolute; top: 0px; left: -9999px; }
.product div.productDetails dl.attributeList dd.colorAvailability.multipleColors { background-image: url(/media/icons/moreColorsAvailableIcon.gif); background-position: 0 3px; background-repeat: no-repeat; padding-left: 12px; }

.productListWidget .widgetTitle { /* #{!parent_font_size} x #{!ems} = #{!pixels} */ font-size: 1.333em; font-weight: bold; text-transform: capitalize; }

.rating span.one { margin-left: 0.35em; background-repeat: no-repeat; display: block; float: left; height: 15px; overflow: hidden; position: relative; width: 75px; }
.rating span.one span { margin-right: 13.6%; background-position: -54px 0px; background-repeat: no-repeat; margin-top: 2px; background-image: url("Site Files/Theme Files/White Label/Images/common/ratingsStars.png"); display: block; height: 100%; }
.rating span.oneFive { background-repeat: no-repeat; display: block; float: left; height: 15px; overflow: hidden; position: relative; width: 75px; }
.rating span.oneFive span { margin-right: 13.6%; background-position: -40.6px -20px; background-repeat: no-repeat; margin-top: 2px; background-image: url("Site Files/Theme Files/White Label/Images/common/ratingsStars.png"); display: block; height: 100%; }
.rating span.two { margin-left: 6.207px; background-repeat: no-repeat; display: block; float: left; height: 15px; overflow: hidden; position: relative; width: 75px; }
.rating span.two span { margin-right: 13.6%; background-position: -40.6px 0px; background-repeat: no-repeat; margin-top: 2px; background-image: url("Site Files/Theme Files/White Label/Images/common/ratingsStars.png"); display: block; height: 100%; }
.rating span.twoFive { background-repeat: no-repeat; display: block; float: left; height: 15px; overflow: hidden; position: relative; width: 75px; }
.rating span.twoFive span { margin-right: 13.6%; background-position: -27.7px -20px; background-repeat: no-repeat; margin-top: 2px; background-image: url("Site Files/Theme Files/White Label/Images/common/ratingsStars.png"); display: block; height: 100%; }
.rating span.three { margin-left: 6.207px; background-repeat: no-repeat; display: block; float: left; height: 15px; overflow: hidden; position: relative; width: 75px; }
.rating span.three span { margin-right: 13.6%; background-position: -27.7px 0px; background-repeat: no-repeat; margin-top: 2px; background-image: url("Site Files/Theme Files/White Label/Images/common/ratingsStars.png"); display: block; height: 100%; }
.rating span.threeFive { background-repeat: no-repeat; display: block; float: left; height: 15px; overflow: hidden; position: relative; width: 75px; }
.rating span.threeFive span { margin-right: 13.6%; background-position: -14.6px -20px; background-repeat: no-repeat; margin-top: 2px; background-image: url("Site Files/Theme Files/White Label/Images/common/ratingsStars.png"); display: block; height: 100%; }
.rating span.four { margin-left: 6px; background-repeat: no-repeat; display: block; float: left; height: 15px; overflow: hidden; position: relative; width: 75px; }
.rating span.four span { margin-right: 13.6%; background-position: -14.6px 0px; background-repeat: no-repeat; margin-top: 2px; background-image: url("Site Files/Theme Files/White Label/Images/common/ratingsStars.png"); display: block; height: 100%; }
.rating span.fourFive { background-repeat: no-repeat; display: block; float: left; height: 15px; overflow: hidden; position: relative; width: 75px; }
.rating span.fourFive span { margin-right: 13.6%; background-position: -2px -20px; background-repeat: no-repeat; margin-top: 2px; background-image: url("Site Files/Theme Files/White Label/Images/common/ratingsStars.png"); display: block; height: 100%; }
.rating span.five { background-repeat: no-repeat; display: block; float: left; height: 15px; overflow: hidden; position: relative; width: 75px; }
.rating span.five span { margin-right: 13.6%; background-position: 0px 0px; margin-right: 10%; background-repeat: no-repeat; margin-top: 2px; background-image: url("Site Files/Theme Files/White Label/Images/common/ratingsStars.png"); display: block; height: 100%; }

.averageRating, .rating { display: block; float: left; }
.averageRating span, .rating span { margin-left: 4.5px; }
.averageRating span span, .rating span span { margin-left: 0px; }

dl.reviewsSnapshot { height: 100%; padding-top: 5px; margin-bottom: 9px; }
dl.reviewsSnapshot dt.reviewsSnapshotLineTitle { float: left; width: 50px; }
dl.reviewsSnapshot dd.reviewsSnapshotBarBackground { background-color: #eeeecc; display: block; float: left; height: 15px; overflow: hidden; width: 100px; margin-right: 10px; }
dl.reviewsSnapshot dd.reviewsSnapshotBarBackground span.reviewsSnapshotBar { background-color: #ffcc66; display: block; height: 100%; }
dl.reviewsSnapshot dd.reviewsSnapshotLineText { float: left; text-align: right; width: 35px; }

#tooltipId { position: absolute; display: none; height: auto; background-color: white; border: 0.06em solid orange; color: orange; font-weight: bold; padding-left: 0.31em; padding-top: 0.19em; padding-bottom: 0.19em; padding-right: 0.31em; z-index: 1010; width: 21.88em; }

.tooltipArrowId { background-image: url(/media/common/down_arrow.gif); background-repeat: no-repeat; height: 1.5em; width: 2.5em; position: absolute; z-index: 1000; }

.tooltipImage { position: relative; top: 0.3em; float: left; height: 2.5em; width: 2.5em; border: 0; background: url(/media/icons/icon_attention_msg.gif) no-repeat; }