*
{
	margin: 0;
	padding: 0;
}
HTML
{
	background: #D0E5E9 url(../images/dinkyinc/bg_pattern.gif) repeat;
}
BODY
{
	color: #636363;
	line-height: 1.3em;
}
.page-popup
{
	background: #FFF;
}
IMG
{
	border: 0;
	vertical-align: top;
}
A
{
	color: #19B0CB;
	text-decoration: none;
}
A:hover
{
	text-decoration: none;
}
:focus
{
	outline: 0;
	/*[empty]width:;*/
}
#doc4
{
	width: 75.45em;
}
/*Headings*/
FORM
{
	display: inline;
}
H2
{
	font-size: 150%;
}
H1
{
	font-size: 150%;
	margin: 3px 0 18px;
	color: #BABABA;
}
FIELDSET
{
	border: 0;
}
LEGEND
{
	display: none;
}
/*Table*/
TABLE
{
	border: 0;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}
CAPTION, TH, TD
{
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
/*Content*/
P
{
	margin: 0 0 10px;
}
STRONG
{
	font-weight: bold;
}
ADDRESS
{
	font-style: normal;
	line-height: 1.35;
}
CITE
{
	font-style: normal;
}
Q, BLOCKQUOTE
{
	quotes: none;
}
Q:before, Q:after
{
	content: '';
}
SMALL, BIG
{
	font-size: 1em;
}
UL, OL
{
	list-style: none;
}
/*Yui Fixes*/
.yui-ge .yui-gc DIV.first
{
	width: 66%;
}
.yui-ge .yui-gf .yui-u.first
{
	width: 24%;
}
.yui-ge .yui-gf .yui-u
{
	width: 74.2%;
}
.yui-ge .yui-gc .yui-u, .yui-ge .yui-gb .yui-u
{
	width: 32%;
}
.yui-ge .yui-g .yui-u
{
	width: 49%;
}
.yui-ge .yui-g
{
	width: 100%;
}
.yui-gc .yui-g
{
	width: 100%;
	margin: 0;
}
.yui-gf .yui-gc .first
{
	width: 64% !important;
}
.yui-gf .yui-gc .yui-u
{
	width: 32%;
}
.yui-g .yui-ge
{
	width: 100%;
}
/*Tools*/
.hidden
{
	/*[disabled]display:block;*/
	/*[disabled]border:0;*/
	/*[disabled]margin:0;*/
	/*[disabled]padding:0;*/
	/*[disabled]font-size:0;*/
	/*[disabled]line-height:0;*/
	/*[disabled]width:0;*/
	/*[disabled]height:0;*/
	/*[disabled]overflow:hidden;*/
}
.nobr
{
	white-space: nowrap !important;
}
.wrap
{
	white-space: normal !important;
}
.a-left
{
	text-align: left !important;
}
.a-center
{
	text-align: center !important;
}
.a-right
{
	text-align: right !important;
}
.v-top
{
	vertical-align: top;
}
.v-middle
{
	vertical-align: middle;
}
.f-left, .left
{
	float: left !important;
}
.f-right, .right
{
	float: right !important;
}
.f-none
{
	float: none !important;
}
.f-fix
{
	float: left;
	width: 100%;
}
.no-display
{
	display: none;
}
.no-margin
{
	margin: 0 !important;
}
.no-padding
{
	padding: 0 !important;
}
.no-bg
{
	background: none !important;
}
.clear
{
	clear: both;
}
/*Global Styles =========================================================================
Form Elements*/
INPUT, SELECT, TEXTAREA, BUTTON
{
	font: 12px/15px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
INPUT.input-text, SELECT, TEXTAREA
{
	background: #FFF;
	border: 1px solid #B6B6B6;
}
INPUT.input-text, TEXTAREA
{
	padding: 2px;
}
SELECT
{
	padding: 1px;
}
SELECT OPTION
{
	padding-right: 10px;
}
SELECT.multiselect OPTION
{
	border-bottom: 1px solid #B6B6B6;
	padding: 2px 5px;
}
SELECT.multiselect OPTION:last-child
{
	border-bottom: 0;
}
TEXTAREA
{
	overflow: auto;
}
INPUT.radio
{
	margin-right: 3px;
}
INPUT.checkbox
{
	margin-right: 3px;
}
INPUT.qty
{
	width: 2.5em !important;
}
BUTTON.button::-moz-focus-inner
{
	padding: 0;
	border: 0;
}
BUTTON.button
{
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
}
BUTTON.button SPAN
{
	display: block;
	height: 19px;
	border: 1px solid #ED4A06;
	background: #F27440;
	padding: 0 8px;
	font: bold 12px/19px Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
}
BUTTON.button SPAN SPAN
{
	border: 0;
	padding: 0;
}
BUTTON.disabled SPAN
{
	border-color: #BBB !important;
	background: #BBB !important;
}
BUTTON.btn-checkout SPAN
{
	height: 40px;
	border: 0;
	background: url(../images/dinkyinc/checkout_button.gif) no-repeat 0 0;
	padding: 0 0 0 9px;
	font: bold 15px/40px Arial, Helvetica, sans-serif;
	color: #FFF;
}
BUTTON.btn-checkout SPAN SPAN
{
	background-position: 100% 0;
	padding: 0 25px 0 16px;
}
BUTTON.btn-checkout.no-checkout SPAN
{
	background-position: 0 100%;
	color: #B8BABA;
}
BUTTON.btn-checkout.no-checkout SPAN SPAN
{
	background-position: 100% 100%;
}
P.control INPUT.checkbox, P.control INPUT.radio
{
	margin-right: 6px;
}
/*Popup*/
.page-popup .page-title
{
	text-align: left;
	padding: 10px;
}
/*Form Highlight
Form lists
Grouped fields
.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list LI
{
	margin: 0 0 8px;
}
.form-list LABEL
{
	float: left;
	color: #666;
	font-weight: bold;
	position: relative;
	z-index: 0;
}
.form-list LABEL.required
{
}
.form-list LABEL.required EM
{
	float: right;
	font-style: normal;
	color: #EB340A;
	position: absolute;
	top: 0;
	right: -8px;
}
.form-list LI.control LABEL
{
	float: none;
}
.form-list LI.control INPUT.radio, .form-list LI.control INPUT.checkbox
{
	margin-right: 6px;
}
.form-list LI.control .input-box
{
	clear: none;
	display: inline;
	width: auto;
}
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box
{
	display: block;
	clear: both;
	width: 260px;
}
.form-list .field
{
	float: left;
	width: 275px;
}
.form-list INPUT.input-text
{
	width: 254px;
}
.form-list TEXTAREA
{
	width: 254px;
	height: 10em;
}
.form-list SELECT
{
	width: 260px;
}
.form-list LI.wide .input-box
{
	width: 535px;
}
.form-list LI.wide INPUT.input-text
{
	width: 529px;
}
.form-list LI.wide TEXTAREA
{
	width: 529px;
}
.form-list LI.wide SELECT
{
	width: 535px;
}
.form-list LI.additional-row
{
	border-top: 1px solid #CCC;
	margin-top: 10px;
	padding-top: 7px;
}
.form-list LI.additional-row .btn-remove
{
	float: right;
	margin: 5px 0 0;
}
.form-list .input-range INPUT.input-text
{
	width: 74px;
}
/*Customer*/
.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box
{
	width: auto;
}
.form-list .name-prefix
{
	width: 65px;
}
.form-list .name-prefix SELECT
{
	width: 55px;
}
.form-list .name-prefix INPUT.input-text
{
	width: 49px;
}
.form-list .name-suffix
{
	width: 65px;
}
.form-list .name-suffix SELECT
{
	width: 55px;
}
.form-list .name-suffix INPUT.input-text
{
	width: 49px;
}
.form-list .name-middlename
{
	width: 70px;
}
.form-list .name-middlename INPUT.input-text
{
	width: 49px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname
{
	width: 140px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname INPUT.input-text, .form-list .customer-name-prefix-middlename .name-firstname INPUT.input-text
{
	width: 124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname
{
	width: 205px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname INPUT.input-text
{
	width: 189px;
}
.form-list .customer-name-prefix-suffix .name-firstname
{
	width: 210px;
}
.form-list .customer-name-prefix-suffix .name-lastname
{
	width: 205px;
}
.form-list .customer-name-prefix-suffix .name-firstname INPUT.input-text, .form-list .customer-name-prefix-suffix .name-lastname INPUT.input-text
{
	width: 189px;
}
.form-list .customer-name-prefix-suffix .name-firstname
{
	width: 210px;
}
.form-list .customer-name-prefix-suffix .name-lastname
{
	width: 205px;
}
.form-list .customer-name-prefix-suffix .name-firstname INPUT.input-text, .form-list .customer-name-prefix-suffix .name-lastname INPUT.input-text
{
	width: 189px;
}
.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname
{
	width: 210px;
}
.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname
{
	width: 205px;
}
.form-list .customer-name-prefix .name-firstname INPUT.input-text, .form-list .customer-name-suffix .name-lastname INPUT.input-text, .form-list .customer-name-middlename .name-firstname INPUT.input-text, .form-list .customer-name-middlename-suffix .name-firstname INPUT.input-text, .form-list .customer-name-middlename-suffix .name-lastname INPUT.input-text
{
	width: 189px;
}
.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year
{
	float: left;
	width: 85px;
}
.form-list .customer-dob INPUT.input-text
{
	display: block;
	width: 74px;
}
.form-list .customer-dob LABEL
{
	font-size: 10px;
	font-weight: normal;
	color: #888;
}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month
{
	width: 60px;
}
.form-list .customer-dob .dob-day INPUT.input-text, .form-list .customer-dob .dob-month INPUT.input-text
{
	width: 46px;
}
.form-list .customer-dob .dob-year
{
	width: 140px;
}
.form-list .customer-dob .dob-year INPUT.input-text
{
	width: 134px;
}
.buttons-set
{
	clear: both;
	margin: 4em 0 0;
	padding: 8px 0 0;
	border-top: 1px solid #E4E4E4;
	text-align: right;
}
.buttons-set P.required
{
	margin: 0 0 10px;
}
.buttons-set .back-link
{
	float: left;
	margin: 0;
}
.buttons-set BUTTON.button
{
	float: right;
	margin-left: 5px;
}
.buttons-set-order
{
	margin: 10px 0 0;
}
.buttons-set-order .please-wait
{
	padding: 12px 7px 0 0;
}
.fieldset
{
	background: #F3F8F8;
	padding: 22px 25px 12px 33px;
	margin: 28px 0;
}
.fieldset .legend
{
	float: left;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #CECECE;
	background: #E4F1F3;
	color: inherit;
	margin: -33px 0 0 -10px;
	padding: 0 8px;
	position: relative;
}
/*Form Validation*/
.validation-advice
{
	clear: both;
	min-height: 13px;
	margin: 3px 0 0;
	padding-left: 17px;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	background: url(../images/validation_advice_bg.gif) no-repeat 2px 0;
	color: #EB340A;
}
.validation-failed
{
	border: 1px dashed #EB340A !important;
	background: #FAEBE7 !important;
}
.validation-passed
{
}
P.required
{
	font-size: 11px;
	text-align: right;
	color: #D72F62;
}
/*Expiration date and CVV number validation fix*/
.v-fix
{
	float: left;
}
.v-fix .validation-advice
{
	display: block;
	width: 12em;
	margin-right: -12em;
	position: relative;
}
/*Global Messages*/
.success
{
	color: #E9F8ED;
	font-weight: bold;
}
.error
{
	color: #DF280A;
	font-weight: bold;
}
.notice
{
	color: #E26703;
}
.messages, .messages UL
{
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.messages
{
	width: 100%;
	overflow: hidden;
}
.messages LI
{
	margin: 0 0 10px !important;
}
.messages LI LI
{
	margin: 0 0 3px !important;
}
.error-msg, .success-msg, .note-msg, .notice-msg
{
	margin: 10px 0;
	background-position: 8px 16px !important;
	background-repeat: no-repeat !important;
	min-height: 24px !important;
	padding: 16px 8px 8px 32px !important;
	font-size: 11px !important;
	font-weight: bold !important;
}
.error-msg
{
	border-color: #F16048;
	background-color: #FAEBE7;
	background-image: url(../images/i_msg-error.gif);
	color: #DF280A;
}
.success-msg
{
	background-color: #EFF5EA;
	background-image: url(../images/i_msg-success.gif);
	color: #3D6611;
}
.note-msg, .notice-msg
{
	border-color: #FFF;
	background-color: #EAF9EE;
	color: #34994D;
	padding-left: 0;
}
/*BreadCrumbs*/
.breadcrumbs
{
	font-size: 11px;
	line-height: 1.25;
	margin: 0 0 13px;
}
.breadcrumbs LI
{
	display: inline;
}
.breadcrumbs LI STRONG
{
	font-weight: bold;
}
/*Pager*/
.pager
{
	font-size: 85%;
	/*[disabled]background:#FFF url(../images/bkg_toolbar.gif) repeat-x 0 100%;*/
	padding: 4px 0 !important;
	/*[disabled]border-top:1px solid #E2E2E2;*/
}
.pager .sort-by
{
	padding: 0 0 0 15px;
}
.pager .amount
{
	float: left;
	margin: 0;
}
.pager .limiter
{
	float: right;
	display: inline;
}
.pager .limiter LABEL
{
	vertical-align: middle;
}
.pager .limiter SELECT
{
	padding: 0;
	margin: 0 0 1px;
	vertical-align: middle;
}
.pager .pages
{
	text-align: left;
}
.pager .pages OL
{
	display: inline;
	padding: 0;
}
.pager .pages LI
{
	display: inline;
	margin: 0 2px;
}
.pager .pages .current
{
}
/*Sorter*/
.sorter
{
	font-size: 11px;
	padding: 5px 8px 3px;
}
.sorter .view-mode
{
	float: left;
	margin: 0;
}
.sorter .sort-by
{
	float: right;
}
.sorter .sort-by LABEL
{
	vertical-align: middle;
}
.sorter .sort-by SELECT
{
	padding: 0;
	margin: 0 0 1px;
	vertical-align: middle;
}
.sorter .link-feed
{
}
/*Toolbar*/
.toolbar
{
}
.toolbar .pager
{
	padding: 3px 8px;
	border-bottom: 1px solid #FFF;
}
.toolbar .sorter
{
	border-bottom: 1px solid #FFF;
	display: inline;
}
.toolbar-bottom
{
}
/*Data Table*/
.data-table
{
	width: 100%;
}
.data-table .odd
{
}
.data-table .even
{
	background: #F8F8F8;
}
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table TD.last, .data-table TH.last
{
	border-right: 0;
}
.data-table TR.last TH, .data-table TR.last TD
{
	border-bottom: 0 !important;
}
.data-table TH
{
	padding: 3px 8px;
	font-weight: bold;
}
.data-table TD
{
	padding: 3px 8px;
}
.data-table THEAD TH
{
	font-weight: bold;
	padding: 6px 8px 0px;
	color: #09253B;
	white-space: nowrap;
	vertical-align: middle;
}
.data-table THEAD TH.wrap
{
	white-space: normal;
}
.data-table THEAD TH A, .data-table THEAD TH A:hover
{
	color: #FFF;
}
.data-table THEAD TH
{
	background: url(../images/dinkyinc/h2_bg.gif) repeat-x 0 100%;
}
.data-table THEAD TH .tax-flag
{
	font-size: 11px;
	white-space: nowrap;
}
.data-table TFOOT
{
}
.data-table TFOOT TR.first
{
}
.data-table TFOOT TR
{
	/*[disabled]background-color:#F2F7F7;*/
}
.data-table TFOOT TD
{
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 0;
	border-right: 1px solid #D9DDE3;
}
.data-table TFOOT STRONG
{
	font-size: 13px;
}
.data-table TBODY TH, .data-table TBODY TD
{
	border-bottom: 1px solid #D9DDE3;
}
/*Bundle products tables*/
.data-table TBODY.odd TR
{
	background: #F8F7F5 !important;
}
.data-table TBODY.even TR
{
	background: #F6F6F6 !important;
}
.data-table TBODY.odd TR TD, .data-table TBODY.even TR TD
{
	border-bottom: 0;
}
.data-table TBODY.odd TR.border TD, .data-table TBODY.even TR.border TD
{
	border-bottom: 1px solid #D9DDE3;
}
.data-table TBODY TD .option-label
{
	font-weight: bold;
	font-style: italic;
}
.data-table TBODY TD .option-value
{
	padding-left: 10px;
}
/*Tax Details Row*/
TR.tax-total
{
	cursor: pointer;
}
TR.tax-total TD
{
}
TR.tax-total .tax-collapse
{
	float: right;
	text-align: right;
	padding-left: 20px;
	background: url(../images/bkg_collapse.gif) no-repeat 0 5px;
	cursor: pointer;
}
TR.show-details .tax-collapse
{
	background-position: 0 -52px;
}
TR.show-details TD
{
}
TR.tax-details TD
{
	font-size: 11px;
	background-color: #E4F1F3;
	color: #626465;
}
TR.tax-details-first TD
{
	border-top: 1px solid #D2D8DB;
}
/*Shopping cart tax info*/
.cart-tax-info
{
	display: block;
}
.cart-tax-info, .cart-tax-info .cart-price
{
	padding-right: 20px;
}
.cart-tax-total
{
	display: block;
	padding-right: 20px;
	background: url(../images/bkg_collapse.gif) no-repeat 100% 5px;
	cursor: pointer;
}
.cart-tax-info .price, .cart-tax-total .price
{
	display: inline !important;
	font-weight: normal !important;
}
.cart-tax-total-expanded
{
	background-position: 100% -52px;
}
/*Class: std - styles for admin-controlled content*/
.std .subtitle
{
	padding: 0;
}
.std OL.ol
{
	list-style: decimal outside;
	padding-left: 1.5em;
}
.std UL.disc
{
	margin: 0 0 10px;
}
.std UL.disc
{
	list-style: disc outside;
	padding-left: 18px;
}
.std DL DT
{
	font-weight: bold;
}
.std DL DD
{
	margin: 0 0 10px;
}
/*Misc*/
.links LI
{
	display: inline;
}
.links LI.first
{
	padding-left: 0 !important;
}
.links LI.last
{
	background: none !important;
	padding-right: 0 !important;
}
.link-cart
{
	color: #DC6809 !important;
	font-weight: bold;
}
.link-wishlist
{
	font-weight: bold;
}
.link-reorder
{
	font-weight: bold;
	color: #45C3DA;
}
.link-compare
{
	font-weight: bold;
}
.link-print
{
/*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
	font-weight: bold;
}
.link-rss
{
	background: url(../images/i_rss.gif) no-repeat 0 2px;
	padding-left: 18px;
	line-height: 14px;
	white-space: nowrap;
}
.btn-remove
{
	display: block;
	width: 11px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	background: url(../images/btn_remove.gif) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}
.btn-remove2
{
	display: block;
	width: 16px;
	height: 16px;
	font-size: 0;
	line-height: 0;
	background: url(../images/btn_trash.gif) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}
.separator
{
	margin: 0 3px;
}
.divider
{
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;
	margin: 10px 0;
	background: url(../images/bkg_divider1.gif) repeat-x 0 50%;
	text-indent: -999em;
	overflow: hidden;
}
/*Noscript Notice*/
.noscript
{
	border: 1px solid #DDD;
	border-width: 0 0 1px;
	background: #FFFF90;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	color: #2F2F2F;
}
.noscript .noscript-inner
{
	width: 950px;
	margin: 0 auto;
	padding: 12px 0;
	background: url(../images/i_notice.gif) no-repeat 20px 50%;
}
.noscript P
{
	margin: 0;
}
/*WJFeatured*/
#wjfeatured #featured_1
{
	background: url(../images/dinkyinc/slideshow_bg.gif) no-repeat;
	padding: 24px 0 20px 22px;
	position: relative;
	top: -5px;
	left: -8px;
	height: 331px !important;
	width: 915px !important;
}
#wjfeatured #featured_1 .yui-carousel-nav
{
	background: url(../images/dinkyinc/sprite_bg.gif) no-repeat;
	position: absolute;
	height: 122px;
	/*[disabled]right:10px;*/
	top: 33px;
	padding: 0;
	left: 892px;
	/*[disabled]float:right;*/
}
#wjfeatured #featured_1 .content
{
	position: absolute;
	bottom: 0px;
	text-align: left;
	padding: 10px 15px 10px 16px;
	width: 263px;
	background: transparent url(../images/dinkyinc/grey_translucent.png);
	color: #FFF;
}
#wjfeatured #featured_1 .content A
{
	color: #FFF;
}
#wjfeatured .yui-carousel-element
{
	margin: 0;
	height: 315px !important;
}
#wjfeatured #featured_1 .content H3
{
	font-size: 194%;
	font-weight: bold;
	margin: 10px 0;
}
#wjfeatured #featured_1 .yui-carousel-nav UL
{
	margin: 0;
}
#wjfeatured #featured_1 .yui-carousel-nav UL LI
{
	background: transparent url(../images/dinkyinc/sprite.png) no-repeat -1px -34px;
	width: 28px;
	padding: 0 0 5px;
	clear: left;
	height: 27px;
	margin: 0;
}
#wjfeatured #featured_1 .yui-carousel-element LI
{
	border: none;
}
#wjfeatured #featured_1 .yui-carousel-nav UL LI.yui-carousel-nav-page-selected
{
	background: transparent url(../images/dinkyinc/sprite.png) no-repeat -1px -3px;
}
#wjfeatured #featured_1 .yui-carousel-nav .yui-carousel-next-button, #wjfeatured #featured_1 .yui-carousel-nav .yui-carousel-first-button
{
	display: none;
}
#wjfeatured .yui-carousel .yui-carousel-item-selected
{
	border: none;
	height: 315px !important;
}
#wjfeatured .featured_3
{
	margin: 20px 0;
}
#wjfeatured .featured_3 .content
{
	background: url(../images/dinkyinc/featured_bg.png) repeat;
	color: #FFF;
	height: 50px;
	padding: 5px 10px;
}
#wjfeatured .featured_3 #item1 .content
{
	background-image: url(../images/dinkyinc/featured_blue_bg.gif);
}
#wjfeatured .featured_3 #item2 .content
{
	background-image: url(../images/dinkyinc/featured_pink_bg.gif);
}
#wjfeatured .featured_3 #item3 .content
{
	background-image: url(../images/dinkyinc/featured_green_bg.gif);
}
#wjfeatured .featured_3 #item4 .content
{
	background-image: url(../images/dinkyinc/featured_orange_bg.gif);
}
#wjfeatured .featured_3 .content P
{
	font-size: 90%;
}
#wjfeatured .featured_3 .content A
{
	color: #FFF;
}
#wjfeatured .featured_3 .content H5
{
	font-weight: bold;
	font-size: 105%;
}
/*Specials / Bestsellers*/
.specials .price-box
{
	margin: 0;
}
.specials H2, .bestsellers H2
{
	margin: 5px 0;
	background: url(../images/dinkyinc/h2_bg.gif) repeat-x 0px 0px;
	padding: 5px 0;
}
.specials .price-box LI
{
	display: inline;
	padding: 0 0 0 10px;
}
.specials .yui-ge .first
{
	width: 60% !important;
}
.specials .yui-ge .yui-u
{
	width: 39%;
}
/*Newsletter*/
.newsletter-signup INPUT.input-text
{
	float: left;
	border: none;
	width: 122px;
	padding: 4px 3px;
	background: url(../images/dinkyinc/search.gif) no-repeat;
	color: inherit;
	font-size: 85%;
	margin-left: 10px;
}
.newsletter-signup
{
	padding: 0 10px 0 21px;
}
.newsletter-signup BUTTON.button SPAN
{
	border: 0;
	height: 21px;
	background: #FFF url(../images/dinkyinc/search_go.gif) no-repeat 0;
	padding: 0 3px 0 2px;
	font: bold 11px/21px Tahoma, Verdana, Arial, sans-serif;
}
.newsletter-signup BUTTON.button SPAN SPAN
{
	background: none;
}
.page_content TABLE.contact_details
{
	width: 50%;
}
/*White center*/
#hd .shadow, #bd .shadow
{
	background: url(../images/dinkyinc/shadow_sides.png) repeat-y 50%;
	padding: 0px 10px 0;
}
#bd .shadow_bottom
{
	background: transparent url(../images/dinkyinc/shadow_bottom.png) no-repeat 50% 0;
	width: 983px;
	height: 24px;
}
/*Header ================================================================================*/
.header
{
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.header .logo
{
	float: left;
	margin: 16px 0 8px 20px;
}
.header .logo STRONG
{
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}
.header H1.logo
{
	margin: 0 20px 0 0;
}
.header .quick-access
{
	width: 400px;
	float: right;
	padding: 8px 20px 0 0;
}
.header .top_advert .content
{
	position: absolute;
	left: 290px;
	top: 20px;
}
.header .form-search
{
	position: absolute;
	top: 46px;
	right: 20px;
	height: 30px;
}
.header .form-search LABEL
{
	float: left;
	width: 24px;
	height: 21px;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
}
.header .form-search INPUT.input-text
{
	float: left;
	border: none;
	width: 122px;
	padding: 4px 3px;
	background: url(../images/dinkyinc/search.gif) no-repeat;
	color: inherit;
	font-size: 85%;
}
.header .form-search BUTTON.button
{
	float: left;
}
.header .form-search BUTTON.button SPAN
{
	border: 0;
	height: 21px;
	background: #FFF url(../images/dinkyinc/search_go.gif) no-repeat 0;
	padding: 0 3px 0 2px;
	font: bold 11px/21px Tahoma, Verdana, Arial, sans-serif;
}
.header .form-search BUTTON.button SPAN SPAN
{
	background: none;
}
.header .form-search .search-autocomplete
{
	z-index: 999;
	left: 40px !important;
	top: 22px !important;
}
.header .form-search .search-autocomplete UL
{
	border: 1px solid #5C7989;
	background-color: #F9F5F0;
}
.header .form-search .search-autocomplete LI
{
	text-align: left;
	border-bottom: 1px solid #F4EEE7;
	padding: 2px 8px 1px;
	cursor: pointer;
}
.header .form-search .search-autocomplete LI .amount
{
	float: right;
	font-weight: bold;
}
.header .form-search .search-autocomplete LI.odd
{
	background-color: #FFFEFB;
}
.newsletter-signup INPUT.input-text
{
	float: left;
	border: none;
	width: 122px;
	padding: 4px 3px;
	background: url(../images/dinkyinc/search.gif) no-repeat;
	color: inherit;
	font-size: 85%;
}
.newsletter-signup BUTTON.button SPAN
{
	border: 0;
	height: 21px;
	background: #FFF url(../images/dinkyinc/search_go.gif) no-repeat 0;
	padding: 0 3px 0 2px;
	font: bold 11px/21px Tahoma, Verdana, Arial, sans-serif;
}
.newsletter-signup BUTTON.button SPAN SPAN
{
	background: none;
}
.header .form-search .search-autocomplete LI.selected
{
	background-color: #F7E8DD;
}
.header .form-language
{
	clear: both;
	padding: 5px 0 0;
	text-align: right;
}
.header .form-language LABEL
{
	font-weight: bold;
	padding-right: 5px;
	color: #A7C6DD;
	vertical-align: middle;
}
.header .form-language SELECT
{
	padding: 0;
}
.header .form-language SELECT.flags OPTION
{
	background-position: 4px 50%;
	background-repeat: no-repeat;
	padding-left: 25px;
}
.header .links
{
	float: right;
	margin: 0 0 6px;
}
.header .links LI
{
	float: left;
	font-size: 11px;
	background: url(../images/bkg_pipe1.gif) no-repeat 100% 60%;
	padding: 0 8px 0 7px;
}
.header .quick-access .telephone
{
	position: relative;
	float: left;
	top: 40px;
	left: 117px;
	color: #939393;
}
.header-container .top-container
{
	clear: both;
	padding: 5px 10px 0 12px;
	text-align: right;
}
.header-container .top-container A
{
	font-size: 11px;
	color: #EBBC58;
}
.header .top_advert P
{
	margin: 0;
}
/*Nav*/
.nav-container
{
	background: transparent url(../images/dinkyinc/linkbar.gif) no-repeat 50% 0;
	clear: both;
	padding: 14px 20px 6px;
	font-size: 119%;
}
.top-nav .level1
{
	font-size: 85% !important;
}
/*ALL Levels
Style consistent throughout all nav levels*/
#nav LI
{
	/*[disabled]position:relative;*/
	/*[disabled]text-align:left;*/
}
#nav LI.over
{
	/*[disabled]z-index:999;*/
}
#nav A, #nav A:hover
{
	/*[disabled]display:block;*/
	/*[disabled]line-height:1.3em;*/
	/*[disabled]text-decoration:none;*/
}
#nav SPAN
{
	/*[disabled]display:block;*/
	/*[disabled]cursor:pointer;*/
	/*[disabled]white-space:nowrap;*/
}
#nav LI UL SPAN
{
	/*[disabled]white-space:normal;*/
}
/*0 Level*/
#nav LI
{
	/*[disabled]float:left;*/
}
#nav LI.active A
{
	/*[disabled]color:#46C4DB;*/
}
#nav A
{
	/*[disabled]padding:0px 10px;*/
	/*[disabled]color:#A3A3A3;*/
	/*[disabled]font-weight:bold;*/
}
#nav LI.over A, #nav A:hover
{
	/*[disabled]color:#46C4DB;*/
}
/*1st Level*/
#nav UL LI, #nav UL LI.active
{
	/*[disabled]float:none;*/
	/*[disabled]margin:0;*/
	/*[disabled]padding-bottom:1px;*/
	/*[disabled]background:#ECF3F6 url(../images/bkg_nav1.gif) repeat-x 0 100%;*/
}
#nav UL LI.last
{
	/*[disabled]background:#ECF3F6;*/
	/*[disabled]padding-bottom:0;*/
}
#nav UL A, #nav UL A:hover
{
	/*[disabled]float:none;*/
	/*[disabled]padding:0;*/
	/*[disabled]background:none;*/
}
#nav UL LI A
{
	/*[disabled]font-weight:normal;*/
}
/*2nd Level*/
#nav UL
{
	/*[disabled]position:absolute;*/
	/*[disabled]width:15em;*/
	/*[disabled]top:27px;*/
	/*[disabled]left:-10000px;*/
	/*[disabled]border:1px solid #899BA5;*/
}
/*Show menu*/
#nav LI.over>UL
{
	/*[disabled]left:0;*/
}
#nav LI.over>UL LI.over>UL
{
	/*[disabled]left:100px;*/
}
#nav LI.over UL UL
{
	/*[disabled]left:-10000px;*/
}
#nav UL LI A
{
	/*[disabled]background:#ECF3F6;*/
}
#nav UL LI A:hover
{
	/*[disabled]background:#D5E4EB;*/
}
#nav UL LI A, #nav UL LI A:hover
{
	/*[disabled]color:#2F2F2F;*/
}
#nav UL SPAN, #nav UL LI.last LI SPAN
{
	/*[disabled]padding:3px 15px 4px;*/
}
/*3rd+ Level*/
#nav UL UL
{
	/*[disabled]top:5px;*/
}
/********** Navigation >
=======================================================================================
Content ===============================================================================*/
.body
{
	padding: 15px 20px 20px;
	min-height: 400px;
}
/*Sidebar ===============================================================================*/
#sidebar-left
{
	padding-right: 5px;
}
.two-columns-right #sidebar-right
{
	padding: 0px 0 0 5px;
}
.block
{
	margin: 0 0 15px;
}
.block .block-title
{
	background: transparent url(../images/dinkyinc/h2_bg.gif) repeat-x scroll 0 0;
	padding: 5px 9px;
}
.block .block-title STRONG
{
	display: block;
}
.block .block-title STRONG SPAN
{
}
.block .block-title A
{
	text-decoration: none !important;
}
.block .block-subtitle
{
	margin: 0;
	padding: 5px 9px;
	font-size: 1em;
	font-weight: bold;
	color: #B9B9B9;
}
.block .block-content LI.item
{
	padding: 3px 7px 3px 9px;
}
.block .btn-remove
{
	float: right;
	margin: 1px 0 2px 5px;
}
.block .actions
{
	padding: 6px 9px;
	background: #F8F8F8;
	text-align: right;
}
.block .actions A
{
	float: left;
}
.block .actions BUTTON.button
{
	float: right;
}
.block .empty
{
	margin: 0;
	padding: 5px 9px;
}
.block LI.even
{
}
/*Mini Blocks*/
.block-cart, .block-wishlist, .block-subscribe, .block-compare, .block-reorder, .block-poll, .block-viewed, .block-compared, .block-related, .block-tags, .block-login
{
	font-size: 90%;
}
.block-cart .block-title STRONG, .block-wishlist .block-title STRONG, .block-subscribe .block-title STRONG, .block-compare .block-title STRONG, .block-reorder .block-title STRONG, .block-poll .block-title STRONG, .block-viewed .block-title STRONG, .block-compared .block-title STRONG, .block-related .block-title STRONG, .block-tags .block-title STRONG, .block-login .block-title STRONG
{
	background-position: 0 0;
	background-repeat: no-repeat;
}
/*Mini Products List*/
.mini-products-list .product-image
{
	float: left;
	width: 50px;
	border: 1px solid #A9A9A9;
}
.mini-products-list .product-details
{
	margin-left: 60px;
}
/*Block: Account*/
.block-account
{
	border-color: #BBB;
	margin-top: 10px;
}
.block-account .block-title
{
	border: 0;
	background-image: url(../images/dinkyinc/h2_bg.gif);
}
.block-account .block-title STRONG
{
	font-size: 13px;
	font-weight: bold;
}
.block-account .block-content
{
	padding: 7px 10px;
}
.block-account .block-content LI A
{
	display: block;
	border-bottom: 1px solid #DDD;
	padding: 3px 0;
	color: #5F5D5C;
	text-decoration: none !important;
}
.block-account .block-content LI A:hover
{
	color: #34C0D7;
}
.block-account .block-content LI.last A
{
	border-bottom: 0;
}
.block-account .block-content LI.current
{
	border-bottom: 1px solid #DDD;
	padding: 3px 0;
	color: #34C0D7;
}
.block-account .block-content LI.current.last
{
	border-bottom: 0;
}
/*Block: Currency Switcher*/
.block-currency
{
	border: 0;
	background: url(../images/bkg_block-currency.gif) no-repeat 0 0;
	padding: 7px 12px 10px;
	height: 51px;
}
.block-currency .block-title
{
	background: none;
	border: 0;
	padding: 0;
	margin: 0 0 5px;
}
.block-currency .block-title STRONG
{
	font: bold 13px/21px Arial, Helvetica, sans-serif;
	background: url(../images/i_block-currency.gif) no-repeat 0 50%;
	padding: 0 0 0 21px;
	text-transform: none;
	color: #FFF;
}
.block-currency .block-content
{
	background: none;
	padding: 0;
}
.block-currency .block-content SELECT
{
	width: 100%;
	padding: 0;
}
/*Block: Layered Navigation*/
.block-layered-nav
{
	border: 0;
}
.block-layered-nav .block-title
{
	display: none;
}
.block-layered-nav .block-subtitle
{
	display: none;
}
.block-layered-nav .block-content
{
}
.block-layered-nav DT
{
	padding: 7px 10px 5px 11px;
	font-weight: bold;
	background: #D2E7EA;
}
.block-layered-nav DD
{
	padding: 7px 12px 12px;
	background: #F4F9F9;
	margin-bottom: 15px;
}
.block-layered-nav DD LI
{
	padding-top: 2px;
}
.block-layered-nav .currently LI
{
	background: #FFF url(../images/bkg_block-layered-li.gif) repeat-x 0 100%;
	padding: 4px 6px 4px 10px;
}
.block-layered-nav .currently .label
{
	font-weight: bold;
	padding-left: 18px;
	background: url(../images/bkg_block-layered-label.gif) no-repeat 0 3px;
	text-transform: uppercase;
}
.block-layered-nav .currently .btn-remove
{
	margin: 3px 0 0;
}
.block-layered-nav .actions
{
	font-size: 11px;
	padding: 4px 9px;
	background: #CAD6E4;
	border: 1px solid #DEE5E8;
	border-width: 1px 0;
	text-align: right;
}
.block-layered-nav .actions A
{
	float: none;
}
/*Block: Cart*/
.block-cart .block-title STRONG
{
	font-weight: bold;
}
.block-cart .block-title
{
	background: #F1733F url(../images/dinkyinc/cart_block_bg.gif);
	color: #FFF;
}
.block-cart .block-content
{
	background: #FED;
	margin-top: -3px;
}
.block-cart .block-content A
{
	color: #F1733F;
}
.block-cart .summary
{
	background: #FED;
	padding: 2px 8px 8px;
	margin: -1px 0 0 !important;
	position: relative;
	z-index: 1;
}
.block-cart .amount
{
	margin: 0;
}
.block-cart .amount A
{
	font-weight: bold;
}
.block-cart .subtotal
{
	margin: 5px 0 0;
	padding: 2px 0;
	background: #FED;
	text-align: center;
}
.block-cart .subtotal .price
{
	font-weight: bold;
}
.block-cart .actions
{
	background: #FED;
}
/*Block: Wishlist*/
.block-wishlist .block-title STRONG
{
}
.block-wishlist .actions
{
	text-align: right;
}
.block-wishlist .actions A
{
	float: none;
}
/*Block: Related*/
.block-related .block-title STRONG
{
	background-position: 0 1px;
}
.block-related INPUT.checkbox
{
	float: left;
}
.block-related .product
{
	margin-left: 20px;
}
/*Block: Compare Products*/
.block-compare .block-title STRONG
{
	background-position: 0 1px;
}
.block-compare BUTTON.button SPAN
{
	border-color: #41A5E1;
	background: #1BB6CF;
}
.page-popup .link-print
{
	background: url(../images/i_print.gif) no-repeat 0 2px;
	padding: 2px 0 2px 25px;
	font-weight: bold;
	color: #1E7EC8;
}
.compare-table
{
	background: #FFF;
	border: 0;
}
.compare-table .price
{
	font-size: 117% !important;
}
.compare-table THEAD TR.first TH, .compare-table THEAD TR.first TD
{
	border: 0;
	background: none;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.compare-table .btn-remove
{
	float: right;
	background-image: url(../images/btn_remove2.gif);
	width: 72px;
	height: 15px;
}
.compare-table TBODY TH
{
	background: #E2E2E2 repeat-y 100% 0;
}
.compare-table TBODY TH, .compare-table TBODY TD
{
	padding: 10px;
	border: 0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.compare-table TBODY TD.last
{
	border-right: 1px solid #CCC;
}
.compare-table TBODY TR.last TH, .compare-table TBODY TR.last TD
{
	border-bottom: 1px solid #CCC !important;
}
.compare-table TR.add-to-row TD
{
	background: #FFEEDD;
	text-align: center;
}
.compare-table TR.first TD
{
	text-align: center;
}
.compare-table TR.first TD .product-name
{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
	color: #203548;
}
.compare-table TR.first TD .product-name A
{
	color: #203548;
}
.compare-table TR.first TD .ratings
{
	width: 69px;
	margin: 0 auto;
}
.compare-table TR.first TD P, .compare-table TR.add-to-row TD P
{
	margin: 0;
}
/*Block: Recently Viewed*/
.block-viewed .block-title STRONG
{
}
/*Block: Recently Compared*/
.block-compared .block-title STRONG
{
	background-image: url(../images/i_block-list.gif);
	background-position: 0 1px;
}
/*Block: Poll*/
.block-poll .block-title STRONG
{
	background-image: url(../images/i_block-poll.gif);
}
.block-poll .block-subtitle
{
	font-size: 12px;
}
.block-poll LABEL
{
	color: #777;
	font-weight: bold;
}
.block-poll INPUT.radio
{
	float: left;
	margin: 1px -18px 0 0;
}
.block-poll .label
{
	display: block;
	margin-left: 18px;
}
.block-poll LI
{
	padding: 3px 9px;
}
.block-poll .actions
{
	margin: 5px 0 0;
}
.block-poll BUTTON.button SPAN
{
	border-color: #41A5E1;
	background: #1BB6CF;
}
.block-poll .answer
{
	font-weight: bold;
}
.block-poll .votes
{
	float: right;
	margin-left: 10px;
}
/*Block: Tags*/
.block-tags .block-content UL
{
	font-size: 12px;
	padding: 10px;
}
.block-tags .block-content LI
{
	display: inline;
	padding-right: 4px;
}
.block-tags .block-content A
{
	color: #1B2D3B;
}
.block-tags .actions
{
	text-align: right;
}
.block-tags .actions A
{
	float: none;
}
/*Block: Subscribe*/
.block-subscribe .block-content
{
	padding: 5px 10px;
}
.block-subscribe .block-title STRONG
{
	background-image: url(../images/i_block-subscribe.gif);
}
.block-subscribe LABEL
{
	font-weight: bold;
	color: #666;
}
.block-subscribe INPUT.input-text
{
	display: block;
	width: 167px;
	margin: 3px 0;
}
.block-subscribe .actions
{
	background: none;
	padding: 0;
	margin: 3px 0 0;
	text-align: left;
}
.block-subscribe .actions BUTTON.button
{
	float: none;
}
.block-subscribe .actions BUTTON.button SPAN
{
	border-color: #41A5E1;
	background: #1BB6CF;
}
/*Block: Reorder*/
.block-reorder INPUT.checkbox
{
	float: left;
	margin: 2px -20px 0 0;
}
.block-reorder .product-name
{
	margin-left: 20px;
}
.block-reorder .validation-advice
{
	margin: 3px 9px 7px;
}
/*Block: Banner*/
.block-banner
{
	border: 0;
}
.block-banner .block-content
{
	padding: 0;
	text-align: center;
}
/*Block: Login*/
.block-login .block-title STRONG
{
	background-image: url(../images/i_ma-info.gif);
}
.block-login .block-content
{
	padding: 5px 10px;
}
.block-login LABEL
{
	font-weight: bold;
	color: #666;
}
.block-login INPUT.input-text
{
	display: block;
	width: 167px;
	margin: 3px 0;
}
.block-login .actions
{
	background: none;
	padding: 0;
	margin: 3px 0 0;
}
.block-login .actions BUTTON.button SPAN
{
	border-color: #41A5E1;
	background: #1BB6CF;
}
/*=======================================================================================
Category Page =========================================================================*/
.category-title
{
	border: 0;
	margin: 0 0 7px;
}
.category_banner .banner_content
{
	background: url(../images/dinkyinc/grey_translucent.png);
	color: #FFF;
	position: absolute;
	width: 267px;
	padding: 15px 20px;
	bottom: 0;
}
.category_banner
{
	position: relative;
}
.category_banner .banner_content_noimg
{
	background: #FAFAFA;
}
.category_banner .banner_content_noimg .category-description
{
	padding: 0 20px 20px;
}
.category_banner .banner_content_noimg H1
{
	background: url(../images/dinkyinc/h2_bg.gif);
	padding: 7px 10px 0 20px;
}
.category_banner .banner_content H1
{
	color: #FFF;
	font-size: 209%;
	margin: 5px 0 10px;
}
.category-image
{
	overflow: hidden;
	margin: 0 0 10px;
	text-align: center;
}
.category-image IMG
{
}
.category-description
{
	margin: 0 0 10px;
}
.category-products
{
}
/*View Type: Grid*/
.products-grid
{
	position: relative;
}
.products-grid.last
{
	border-bottom: 0;
}
.products-grid LI.item
{
	float: left;
	width: 206px;
	padding: 12px 20px 12px 0;
}
.products-grid .product-image
{
	display: block;
	margin: 0 0 10px;
}
.products-grid .product-name
{
/*min-height:2.7em;*/
	margin: 0 5px 5px 0;
	font-weight: bold;
	font-size: 13px;
	color: #203548;
}
.products-grid .add-to-box A
{
	color: #989898;
}
.products-grid .price-box
{
	margin: 5px 0;
}
.products-grid .price-box .price
{
	font-size: 117%;
}
.products-grid .availability
{
	line-height: 21px;
}
.col2-left-layout .products-grid, .col2-right-layout .products-grid
{
	width: 632px;
	margin: 0 auto;
}
.col1-layout .products-grid
{
	width: 790px;
	margin: 0 auto;
}
/*View Type: List*/
.products-list LI.item
{
	border-bottom: 1px solid #D9DDD3;
	padding: 12px 10px;
}
.products-list LI.item.last
{
	border-bottom: 0;
}
.products-list .product-image
{
	float: left;
	width: 135px;
	height: 135px;
	margin: 0 0 10px;
}
.products-list .product-shop
{
	margin-left: 150px;
}
.products-list .product-name
{
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 13px;
	color: #203548;
}
.products-list .product-name A
{
	color: #203548;
}
.products-list .price-box
{
	float: left;
	margin: 3px 13px 5px 0;
}
.products-list .availability
{
	float: left;
	margin: 3px 0 0;
}
.products-list .desc
{
	clear: both;
	padding: 6px 0 0;
	margin: 0 0 15px;
	line-height: 1.35;
}
.products-list .desc .link-more
{
	font-size: 11px;
}
.products-list .add-to-links
{
	clear: both;
}
.products-list .add-to-links A
{
	color: #CBCBCB;
}
.products-list .add-to-links LI
{
	display: inline;
}
.products-list .add-to-links .separator
{
	display: inline;
	margin: 0 2px;
}
/*=======================================================================================
Product View ==========================================================================
Rating*/
.no-rating
{
	margin: 0;
}
.ratings
{
	font-size: 11px;
	line-height: 1.25;
	margin: 7px 0;
}
.ratings STRONG
{
	float: left;
	margin: 1px 3px 0 0;
}
.ratings .rating-links
{
	margin: 0;
}
.ratings .rating-links .separator
{
	margin: 0 2px;
}
.ratings DT
{
}
.ratings DD
{
}
.rating-box
{
	width: 69px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background: url(../images/bkg_rating.gif) repeat-x 0 0;
	text-indent: -999em;
	overflow: hidden;
}
.rating-box .rating
{
	float: left;
	height: 13px;
	background: url(../images/bkg_rating.gif) repeat-x 0 100%;
}
.ratings .rating-box
{
	float: left;
	margin-right: 3px;
}
.ratings .amount
{
}
.ratings-table TH, .ratings-table TD
{
	font-size: 11px;
	line-height: 1.15;
	padding: 3px 0;
}
.ratings-table TH
{
	font-weight: bold;
	padding-right: 8px;
}
/*Availability*/
.availability
{
	margin: 0;
}
.availability SPAN
{
	font-weight: bold;
}
.availability.in-stock SPAN
{
}
.availability.out-of-stock SPAN
{
	color: #D83820;
}
.product-view .product-shop .availability
{
	font-size: 11px;
	float: right;
	color: #B5B5B5;
}
.product-view .product-shop .availability SPAN
{
	font-weight: normal;
}
/*Email to a Friend*/
.email-friend
{
	margin: 0;
}
/*Alerts*/
.alert-price
{
	margin: 0;
	font-size: 11px;
}
.alert-stock
{
	margin: 0;
	font-size: 11px;
}
/********** < Product Prices*/
.price
{
	white-space: nowrap !important;
}
.price-box
{
	margin: 5px 0;
}
.price-box .price
{
}
/*Regular price*/
.regular-price
{
	color: #C76200;
}
.regular-price .price
{
	font-size: 13px;
	font-weight: normal;
	color: #636363;
}
.block .regular-price, .block .regular-price .price
{
	color: #2F2F2F;
}
/*Old price*/
.old-price
{
	margin: 0;
}
.old-price .price-label
{
	white-space: nowrap;
	color: #999;
	display: none;
}
.old-price .price
{
	color: #C1C1C1;
	text-decoration: line-through;
}
/*Special price*/
.special-price
{
	margin: 0;
	padding: 3px 0;
}
.special-price .price
{
	color: #D63868;
}
.special-price .price-label
{
	font-size: 13px;
	font-weight: bold;
	display: none;
	white-space: nowrap;
	color: #D63868;
}
.product-view .product-shop .special-price .price
{
	font-size: 13px;
	font-weight: bold;
	color: #D72559 !important;
}
/*Minimal price (as low as)*/
.minimal-price
{
	margin: 0;
}
.minimal-price .price-label
{
	font-weight: bold;
	white-space: nowrap;
}
.minimal-price-link
{
	display: block;
}
.minimal-price-link .label
{
	color: #1E7EC8;
}
.minimal-price-link .price
{
	font-weight: normal;
	color: #1E7EC8;
}
/*Excluding tax*/
.price-excluding-tax
{
	display: block;
	color: #999;
}
.price-excluding-tax .label
{
	white-space: nowrap;
	color: #999;
}
.price-excluding-tax .price
{
	font-size: 13px;
	font-weight: normal;
	color: #C76200;
}
/*Including tax*/
.price-including-tax
{
	display: block;
	color: #999;
}
.price-including-tax .label
{
	white-space: nowrap;
	color: #999;
}
.price-including-tax .price
{
	font-size: 13px;
	font-weight: bold;
	color: #C76200;
}
/*FTP*/
.weee
{
	display: block;
	font-size: 11px;
	color: #444;
}
.weee .price
{
	font-size: 11px;
	font-weight: normal;
}
/*Excl tax (for order tables)*/
.price-excl-tax
{
	display: block;
}
.price-excl-tax .label
{
	display: block;
	white-space: nowrap;
}
.price-excl-tax .price
{
	display: block;
}
/*Incl tax (for order tables)*/
.price-incl-tax
{
	display: block;
}
.price-incl-tax .label
{
	display: block;
	white-space: nowrap;
}
.price-incl-tax .price
{
	display: block;
	font-weight: bold;
}
/*Price range*/
.price-from
{
	margin: 0;
}
.price-from .price-label
{
	font-weight: bold;
	white-space: nowrap;
}
.price-to
{
	margin: 0;
}
.price-to .price-label
{
	font-weight: bold;
	white-space: nowrap;
}
/*Price notice next to the options*/
.price-notice
{
	padding-left: 10px;
	color: #999;
}
.price-notice .price
{
	font-weight: bold;
	color: #2F2F2F;
}
/*Price as configured*/
.price-as-configured
{
	margin: 0;
}
.price-as-configured .price-label
{
	font-weight: bold;
	white-space: nowrap;
}
.price-box-bundle
{
	padding: 0 0 10px;
}
.price-box-bundle .price-box
{
	margin: 0 !important;
	padding: 0 !important;
}
.price-box-bundle .price
{
	color: #555;
}
/********** Product Prices >
Tier Prices*/
.tier-prices
{
	margin: 10px 0;
	padding: 10px;
	background-color: #F4F7F7;
	border: 1px solid #DADDDD;
}
.tier-prices LI
{
	line-height: 1.4;
	background: url(../images/i_tier.gif) no-repeat 0 3px;
	padding: 2px 0 2px 10px;
	color: #424242;
}
.tier-prices .benefit
{
	font-style: italic;
	font-weight: bold;
	color: #2F2F2F;
}
.tier-prices .price
{
	font-weight: bold;
	color: #2F2F2F;
}
.tier-prices-grouped LI
{
	padding: 2px 0;
	color: #E26703;
}
.tier-prices-grouped LI .price
{
	font-weight: bold;
}
/*Add to Links*/
.add-to-links
{
	font-size: 90%;
	margin: 5px 0 0;
}
.add-to-links .separator
{
	display: none;
}
/*Add to Cart*/
.add-to-cart LABEL
{
	float: left;
	margin-right: 5px;
	font-weight: bold;
	color: #666;
}
.add-to-cart .qty
{
	float: left;
	margin-right: 5px;
}
.add-to-cart BUTTON.button
{
	float: left;
}
/*Add to Links + Add to Cart*/
.add-to-box
{
	margin: 10px 0;
}
.add-to-box .add-to-cart
{
	float: left;
}
.add-to-box .or
{
	float: left;
	font-weight: bold;
	margin: 0 7px;
	color: #666;
}
.add-to-box .add-to-links
{
	margin: 0;
	line-height: 1.25 !important;
	text-align: left !important;
}
.add-to-box .add-to-links LI
{
	display: block !important;
}
.add-to-box .add-to-links LI .separator
{
	display: none !important;
}
.product-view
{
}
.product-essential H2
{
	font: bold 13px/1.35 Arial, Helvetica, sans-serif;
}
.product-collateral
{
	padding: 10px 25px 25px;
	margin: 20px 0 0;
	background: #F4F9F9;
}
.product-collateral H2
{
	font-weight: bold;
	color: #8B8B8B;
	font-size: 120%;
	padding: 0 0 1px;
	margin: 15px 0;
}
.product-collateral LI
{
	margin: 5px 0px 5px 20px;
	list-style: circle;
	padding-left: 10px;
}
.product-collateral .box-collateral
{
	margin: 0 0 25px;
}
/*Product Images*/
.product-view .product-img-box
{
	float: left;
	width: 267px;
}
.col3-layout .product-view .product-img-box
{
	float: none;
	margin: 0 auto;
}
.product-view .product-img-box .product-image
{
	margin: 0 0 13px;
}
.product-view .product-img-box .product-image-zoom
{
	position: relative;
	width: 265px;
	height: 265px;
	overflow: hidden;
	z-index: 9;
}
.product-view .product-img-box .product-image-zoom IMG
{
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
}
.product-view .product-img-box .zoom-notice
{
	font-size: 11px;
	margin: 0 0 5px;
	text-align: center;
}
.product-view .product-img-box .zoom
{
	position: relative;
	z-index: 9;
	height: 18px;
	margin: 0 auto 13px;
	padding: 0 28px;
	background: url(../images/slider_bg.gif) no-repeat 50% 50%;
	cursor: pointer;
}
.product-view .product-img-box .zoom.disabled
{
	-moz-opacity: .3;
/*-webkit-opacity: .3*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
/*IE8*/
	opacity: .3;
}
.product-view .product-img-box .zoom #track
{
	position: relative;
	height: 18px;
}
.product-view .product-img-box .zoom #handle
{
	position: absolute;
	left: 0;
	top: -1px;
	width: 9px;
	height: 22px;
	background: url(../images/magnifier_handle.gif) no-repeat 0 0;
}
.product-view .product-img-box .zoom .btn-zoom-out
{
	position: absolute;
	left: 2px;
	top: 0;
}
.product-view .product-img-box .zoom .btn-zoom-in
{
	position: absolute;
	right: 2px;
	top: 0;
}
.product-view .product-img-box .more-views H2
{
	margin: 0 0 8px;
	display: none;
}
.product-view .product-img-box .more-views UL
{
	margin-left: -9px;
}
.product-view .product-img-box .more-views LI
{
	float: left;
	margin: 0 0 8px 9px;
}
.product-view .product-img-box .more-views LI A
{
	float: left;
	width: 56px;
	height: 56px;
	border: 2px solid #DDD;
	overflow: hidden;
}
.product-image-popup
{
	margin: 0 auto;
}
.product-image-popup .nav
{
	font-weight: bold;
	text-align: center;
}
.product-image-popup .image
{
	display: block;
	margin: 10px 0;
}
.product-image-popup .image-label
{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #2F2F2F;
}
/*Product Shop*/
.product-view .product-shop
{
	float: right;
	width: 395px;
}
.col1-layout .product-view .product-shop
{
	float: right;
	width: 545px;
}
.col3-layout .product-view .product-shop
{
	float: none;
	width: auto;
}
.product-view .product-shop .product-name
{
	margin: 0 0 5px;
}
.product-view .product-shop .product-name H1
{
	margin: 0;
	font: bold 140%/1.35 Arial, Helvetica, sans-serif;
	color: #626262;
}
.product-view .product-shop .price-box .price
{
	/*[disabled]font-size:147%;*/
	color: #141414;
}
.product-view .product-shop .price-box .old-price .price
{
	font-weight: normal;
	color: #999999;
}
.product-view .product-shop .price-box
{
	margin: 20px 0;
}
.product-view #product_addtocart_form .price-box-bundle .minimal-price
{
	margin-top: 15px;
}
.product-view .product-shop .product-options-bottom .price-as-configured
{
	display: inline;
	float: left;
}
.product-view .product-shop .price-as-configured
{
	display: none;
}
.product-view .product-shop .availability
{
	margin: 10px 0;
}
.product-view .product-shop .short-description
{
	margin: 10px 0;
	/*[disabled]border-top:1px solid #DDDDDD;*/
	/*[disabled]border-bottom:1px solid #DDDDDD;*/
}
.product-view .product-shop .add-to-links
{
	margin: 10px 0 0;
}
.product-view .product-shop .add-to-links A
{
	color: #858585;
}
.product-view .product-shop .add-to-links LI, .product-view .product-shop .add-to-links LI .separator
{
	display: inline !important;
}
.product-view .product-shop .add-to-links A
{
	font-weight: normal !important;
}
/*Product Options*/
.product-options
{
	padding: 10px 15px 20px;
	margin: 0;
	background-color: #F9FAFA;
}
.product-options DT
{
	padding: 10px 0 0;
	font-weight: normal;
}
.product-options DT LABEL
{
	font-weight: bold;
}
.product-options DT SPAN.required
{
	color: #D41B54;
}
.product-options DT .qty-holder
{
	float: right;
	margin-right: 15px;
}
.product-options DT .qty-holder LABEL
{
	vertical-align: middle;
}
.product-options DT .qty-disabled
{
	background: none;
	border: 0;
	padding: 3px;
	color: #2F2F2F;
}
.product-options DD
{
	padding: 5px 10px 15px 0;
	margin: 0 0 5px;
	border-bottom: 1px solid #E8E8E8;
}
.product-options DL.last DD.last
{
	border-bottom: 0;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.product-options DD INPUT.input-text
{
	width: 98%;
}
.product-options DD INPUT.datetime-picker
{
	width: 150px;
}
.product-options DD TEXTAREA
{
	width: 98%;
	height: 8em;
}
.product-options DD SELECT
{
	width: 99%;
}
.product-options DD .multiselect OPTION
{
	border-bottom: 1px dotted #D9E5EE;
	padding: 2px 4px;
}
.product-options UL.options-list
{
	margin-right: 5px;
}
.product-options UL.options-list LI
{
	line-height: 1.5;
	padding: 2px 0;
}
.product-options UL.options-list INPUT.radio
{
	float: left;
	margin-top: 3px;
}
.product-options UL.options-list INPUT.checkbox
{
	float: left;
	margin-top: 3px;
}
.product-options UL.options-list .label
{
	display: block;
	margin-left: 18px;
}
.product-options UL.options-list LABEL
{
	font-weight: normal;
}
.product-options UL.validation-failed
{
	padding: 0 7px;
}
.product-options P.note
{
	margin: 0;
	font-size: 11px;
}
.product-options P.required
{
	margin-bottom: 0;
	padding: 15px 0 0;
}
.product-options-bottom
{
	background-color: #FEEDDC;
	padding: 15px 20px;
	border-top: 2px solid #F96;
}
.product-options-bottom .tier-prices
{
	margin: 0;
	padding: 0 0 10px;
	border: 0;
	background: 0;
}
.product-options-bottom .tier-prices LI
{
	background: 0;
	padding: 2px 0;
	color: #E26703;
}
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit
{
	color: #E26703;
}
.product-options-bottom .price-box
{
	float: left;
	margin: 0;
	padding: 0;
}
.product-options-bottom .price-label
{
	float: left;
	padding-right: 5px;
}
.product-options-bottom .price-tax
{
	float: left;
}
.product-options-bottom .add-to-cart
{
	float: right;
}
.product-shop .product-options-bottom
{
	margin: 0 0 10px;
}
.product-shop .product-options-bottom .price-box
{
	float: none;
	margin: 0 0 5px;
}
.product-shop .product-options-bottom .price-label
{
	float: none;
	padding-right: 0;
}
.product-shop .product-options-bottom .price-tax
{
	float: none;
}
.product-shop .product-options-bottom .add-to-cart-box
{
	clear: both;
	float: left;
	padding-top: 12px;
}
/*Grouped Product*/
.product-view .grouped-items-table .price-box
{
	margin: 0;
	padding: 0;
}
/*Block: Description*/
.product-view .box-description
{
}
/*Block: Additional*/
.product-view .box-additional .data-table TH, .product-view .box-additional .data-table TD
{
	line-height: 1.25;
}
/*Block: Upsell*/
.product-view .box-up-sell H2
{
	border-bottom: 0;
	padding: 0;
	margin: 0 0 8px;
}
.product-view .box-up-sell .products-grid
{
	width: 100%;
}
.product-view .box-up-sell .products-grid TD
{
	width: 25%;
	background: transparent;
	border-bottom: 1px solid #E5DCC3;
	padding: 15px 10px 12px;
	line-height: 1.6em;
}
.product-view .box-up-sell .products-grid TR.last TD
{
	border-bottom: 0;
}
.product-view .box-up-sell .products-grid TD.last
{
	border-right: 0;
}
.product-view .box-up-sell .products-grid TD IMG
{
	border: 1px solid #E5DCC3;
}
.product-view .box-up-sell .products-grid .product-image
{
	text-align: left;
}
.product-view .box-up-sell .products-grid TD.empty
{
	border-right: 0;
	background: #F3F8F8;
}
.product-view .box-up-sell .products-grid .ratings .rating-box
{
	float: none;
	display: block;
	margin: 0 0 3px;
}
/*Block: Tags*/
.product-view .box-tags
{
	margin: 0;
}
.product-view .box-tags H3
{
	font-size: 13px;
}
.product-view .box-tags .product-tags
{
	display: block;
	margin: 0 0 15px;
}
.product-view .box-tags .product-tags LI
{
	display: inline;
	background: url(../images/bkg_pipe3.gif) no-repeat 100% 4px;
	padding: 0 7px 0 4px;
}
.product-view .box-tags .product-tags LI.first
{
	padding-left: 0;
}
.product-view .box-tags .product-tags LI.last
{
	background: none;
	padding-right: 0;
}
.product-view .box-tags .form-add LABEL
{
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
	color: #0A263C;
}
.product-view .box-tags .form-add .input-box
{
	float: left;
	width: 305px;
	margin: 0 5px 0 0;
}
.product-view .box-tags .form-add INPUT.input-text
{
	width: 299px;
}
.product-view .box-tags .form-add BUTTON.button SPAN
{
	border-color: #41A5E1;
	background: #1BB6CF;
}
.product-view .box-tags .note
{
	margin: 3px 0 0;
	padding: 0 0 0 23px;
	font-size: 11px;
}
/*Block: Reviews*/
.product-view .box-reviews DL
{
	margin: 15px 0;
}
.product-view .box-reviews DT A, .product-view .box-reviews DT SPAN
{
	font-weight: bold;
}
.product-view .box-reviews DD
{
	margin: 0 0 15px;
}
.product-view .box-reviews DD SMALL
{
	font-style: italic;
}
.product-view .box-reviews .form-add
{
	margin: 15px 0 0;
}
.product-view .box-reviews .form-add H3
{
	font-size: 13px;
	font-weight: normal;
}
.product-view .box-reviews .form-add H3 SPAN
{
	font-weight: bold;
}
.product-view .box-reviews .form-add H4
{
	font-size: 12px;
}
.product-view .box-reviews .form-add .data-table TD
{
	text-align: center;
}
.product-view .box-reviews .form-add .form-list
{
	margin: 15px 0 0;
}
.product-view .box-reviews .form-add .form-list .input-box
{
	width: 360px;
}
.product-view .box-reviews .form-add .form-list INPUT.input-text, .product-view .box-reviews .form-add .form-list TEXTAREA
{
	width: 354px;
}
/*Send a Friend*/
.send-friend .form-list
{
	width: 615px;
	overflow: hidden;
}
.send-friend .form-list LI
{
	margin-right: -15px;
}
.send-friend .form-list LI P
{
	margin: 0 15px 0 0;
}
.send-friend .form-list .field
{
	width: 315px;
}
.send-friend .form-list .input-box
{
	width: 300px;
}
.send-friend .form-list INPUT.input-text, .send-friend .form-list TEXTAREA
{
	width: 294px;
}
.send-friend .form-list LI.wide .input-box
{
	width: 612px;
}
.send-friend .form-list LI.wide TEXTAREA
{
	width: 609px;
}
.send-friend .buttons-set .limit
{
	float: right;
	margin: 0 7px 0 0;
	font-size: 11px;
	line-height: 21px;
}
/*=======================================================================================
Content Styles =================================================================*/
.product-name
{
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}
.product-name A
{
}
/*Product Tags*/
.tags-list
{
	display: block;
	font-size: 110%;
	padding: 10px 20px;
	color: #5D5D5D;
	font-weight: bold;
}
.tags-list LI A
{
	color: #848484;
}
.tags-list LI
{
	display: inline !important;
	margin: 0 4px 0 0;
}
/*Advanced Search*/
.advanced-search .form-list LABEL
{
	width: 160px;
	padding-right: 10px;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range
{
	float: left;
	clear: none;
}
.advanced-search-amount
{
	margin: 0 0 10px;
}
.advanced-search-summary
{
	margin: 10px 0;
	border: 1px solid #E9D7C9;
	background: #FFF6F1;
	padding: 10px;
}
.advanced-search-summary UL
{
	float: left;
	width: 49%;
}
.advanced-search-summary STRONG
{
	color: #E17C24;
	padding-left: 15px;
	background: url(../images/i_search_criteria.gif) no-repeat 0 3px;
}
.advanced-search-summary P
{
	clear: both;
	font-weight: bold;
	margin: 0;
}
/*CMS Home Page*/
.cms-home .subtitle
{
}
.cms-index-index .subtitle
{
}
/*Sitemap*/
.page-sitemap .links
{
	text-align: right;
	margin: 0 8px -22px 0;
}
.page-sitemap .links A
{
	text-decoration: none;
	position: relative;
}
.page-sitemap .links A:hover
{
	text-decoration: underline;
}
.page-sitemap .sitemap
{
	margin: 12px;
}
.page-sitemap .sitemap A
{
	color: #1B2D3B;
}
.page-sitemap .sitemap LI
{
	margin: 3px 0;
}
.page-sitemap .sitemap LI.level-0
{
	margin: 10px 0 0;
	font-weight: bold;
}
.page-sitemap .sitemap LI.level-0 A
{
	color: #1E7EC8;
}
/*RSS*/
.rss-table .link-rss
{
	display: block;
	line-height: 1.55;
	background-position: 0 4px;
}
/*=======================================================================================
Shopping Cart =========================================================================*/
.cart .page-title
{
	border-bottom: 0;
	margin: 0 0 12px;
}
.cart .page-title H1
{
	margin: 10px 0 0;
}
/*Checkout Types*/
.cart .page-title .checkout-types LI
{
	margin: 0 0 5px;
}
.cart .page-title .checkout-types
{
	float: right;
}
/*Shopping Cart Table*/
.cart-table TH
{
	padding: 2px 10px;
}
.cart-table TD
{
	padding: 10px;
}
.cart-table .product-name
{
	font-weight: bold;
	margin: 0 0 5px;
	color: #2F2F2F;
}
.cart-table .item-msg
{
	margin: 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #DF280A;
}
.cart-table TFOOT TD
{
	padding: 5px 10px;
}
.cart-table .btn-continue
{
	float: left;
}
.cart-table .btn-continue SPAN, .cart-table .btn-update SPAN
{
	border-color: #41A5E1;
	background: #1BB6CF;
}
/*Shopping Cart Collateral boxes*/
.cart .cart-collaterals
{
	padding: 25px 0 0;
}
.cart .cart-collaterals .col2-set
{
	float: left;
	width: 605px;
}
.cart .cart-collaterals .col2-set .col-2
{
	width: 294px;
}
.cart .crosssell
{
	border: 1px solid #CEC3B6;
	background: #FAFAEC;
	padding: 12px 15px;
}
.cart .crosssell H2
{
	font-size: 13px;
	font-weight: bold;
}
.cart .crosssell .product-image
{
	float: left;
	width: 75px;
	height: 75px;
	border: 1px solid #D0CDC9;
}
.cart .crosssell .product-details
{
	margin-left: 90px;
}
.cart .crosssell .product-name
{
	font-weight: bold;
}
.cart .crosssell LI.item
{
	margin: 12px 0;
}
.cart .crosssell .link-compare
{
	font-weight: normal;
}
/*Discount Codes & Estimate Shipping and Tax Boxes*/
.cart .discount, .cart .shipping
{
	padding: 12px 15px;
	background: #F4F9F9;
	margin: 0 0 18px;
}
.cart .discount H2, .cart .shipping H2
{
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 110%;
	font-weight: bold;
}
.cart .discount BUTTON SPAN, .cart .shipping BUTTON SPAN
{
	border-color: #41A5E1;
	background: #1BB6CF;
}
.cart .discount .buttons-set, .cart .shipping .buttons-set
{
	margin: 10px 0 0;
	border: 0;
	padding: 0;
	text-align: left;
}
.cart .discount .buttons-set BUTTON.button, .cart .shipping .buttons-set BUTTON.button
{
	float: none;
	margin-left: 0;
}
.cart .discount .input-box
{
	margin: 8px 0 0;
	width: 260px;
}
.cart .discount INPUT.input-text
{
	width: 254px;
}
.cart .shipping .sp-methods
{
	margin: 10px 0 0;
	padding: 5px 0 0;
	background: url(../images/bkg_divider1.gif) repeat-x 0 0;
}
/*Shopping Cart Totals*/
.cart .totals
{
	float: right;
	width: 268px;
	background: #F3F8F8;
}
.cart .totals TABLE
{
	width: 100%;
	margin: 7px 0;
}
.cart .totals TD
{
	padding: 1px 15px 1px 7px;
}
.cart .totals TR.last TD
{
}
.cart .totals TFOOT TD
{
	padding-top: 5px;
	padding-bottom: 5px;
}
.cart .totals TFOOT TD STRONG
{
	font-size: 15px;
}
.cart .totals .checkout-types
{
	font-size: 13px;
	padding: 8px 15px 15px;
	text-align: right;
}
.cart .totals .checkout-types LI
{
	clear: both;
	margin: 10px 0;
}
/*Options Tool Tip*/
.item-options DT
{
	font-weight: bold;
	font-style: italic;
}
.item-options DD
{
	padding-left: 10px;
	margin: 0 0 6px;
}
.truncated
{
	cursor: help;
}
.truncated A.dots
{
	cursor: help;
}
.truncated A.details
{
	cursor: help;
}
.truncated .truncated_full_value
{
	position: relative;
	z-index: 999;
}
.truncated .truncated_full_value DL
{
	position: absolute;
	top: -99999em;
	left: -99999em;
	z-index: 999;
	width: 250px;
	padding: 8px;
	border: 1px solid #DDD;
	background-color: #F6F6F6;
}
.truncated .show DL
{
	top: -20px;
	left: 50%;
}
.col-left .truncated .show DL
{
	left: 15px;
	top: 7px;
}
.col-right .truncated .show DL
{
	left: -240px;
	top: 7px;
}
/*=======================================================================================
Checkout ==============================================================================
********* < Common Checkout Styles
Shipping and Payment methods*/
.sp-methods
{
	margin: 0 0 8px;
}
.sp-methods DT
{
	margin: 13px 0 5px;
	font-weight: bold;
}
.sp-methods DD
{
}
.sp-methods DD LI
{
	margin: 5px 0;
}
.sp-methods LABEL
{
	font-weight: bold;
	color: #666;
}
.sp-methods .price
{
	font-weight: bold;
}
.sp-methods .form-list
{
	padding-left: 20px;
}
.sp-methods .form-list LI
{
	margin: 0 0 8px;
}
.sp-methods SELECT.month
{
	width: 154px;
	margin-right: 10px;
}
.sp-methods SELECT.year
{
	width: 96px;
}
.sp-methods INPUT.cvv
{
	width: 3em !important;
}
.sp-methods .centinel-logos A
{
	margin-right: 3px;
}
.sp-methods .centinel-logos IMG
{
	vertical-align: middle;
}
.please-wait
{
	float: right;
}
.please-wait IMG
{
	vertical-align: middle;
}
.cvv-what-is-this
{
	font-size: 11px;
	cursor: help;
	margin-left: 10px;
}
/*Tooltip*/
.tool-tip
{
	border: 1px solid #7BA7C9;
	background: #EAF6FF;
	padding: 15px 20px;
	position: absolute;
	z-index: 9999;
}
.tool-tip .btn-close
{
	margin: -9px -14px 0;
	text-align: right;
}
.tool-tip .btn-close A
{
	display: block;
	margin: 0 0 0 auto;
	width: 15px;
	height: 15px;
	background: url(../images/btn_window_close.gif) no-repeat 100% 0;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
}
.tool-tip .tool-tip-content
{
	padding: 5px;
}
/*Gift Messages*/
.gift-messages H3
{
	font-size: 12px;
	font-weight: bold;
	color: #E87403;
}
.gift-messages P.control
{
	color: #8E8D8B;
}
.gift-messages-form
{
	position: relative;
}
.gift-messages-form LABEL
{
	float: none !important;
	position: static !important;
}
.gift-messages-form H4
{
	font-size: 12px;
	font-weight: bold;
	color: #E87403;
}
.gift-messages-form .whole-order
{
	margin: 0 0 25px;
}
.gift-messages-form .item
{
	margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box
{
	float: left;
	width: 75px;
}
.gift-messages-form .item .product-image
{
	margin: 0 0 7px;
}
.gift-messages-form .item .number
{
	margin: 0;
	font-weight: bold;
	text-align: center;
	color: #8A8987;
}
.gift-messages-form .item .details
{
	margin-left: 90px;
}
.gift-messages-form .item .details .product-name
{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}
.gift-messages-form .item .details .form-list .field
{
	width: 255px;
}
.gift-messages-form .item .details .form-list .input-box
{
	width: 240px;
}
.gift-messages-form .item .details .form-list INPUT.input-text
{
	width: 234px;
}
.gift-messages-form .item .details .form-list LI.wide .input-box
{
	width: 500px;
}
.gift-messages-form .item .details .form-list LI.wide TEXTAREA
{
	width: 494px;
}
.gift-message-link
{
	font-size: 11px;
	background: url(../images/bkg_collapse-gm.gif) no-repeat 100% 6px;
	padding-right: 7px;
}
.gift-message-link.expanded
{
	background-position: 100% -40px;
}
.gift-message-row
{
	background: #F2EFE9;
}
.gift-message-row .btn-close
{
	float: right;
	width: 16px;
	height: 16px;
	background: url(../images/btn_gm-close.gif) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}
/*Checkout Agreements*/
.checkout-agreements LI
{
	margin: 30px 0;
}
.checkout-agreements .agreement-content
{
	overflow: auto;
	height: 12em;
	padding: 10px;
	background-color: #FBFAF6;
	border: 1px solid #BBB6A5;
}
.checkout-agreements .agree
{
	margin: 0;
	padding: 10px 0 10px 11px;
}
.checkout-agreements .agree INPUT.checkbox
{
	margin-right: 6px;
}
.checkout-agreements .agree LABEL
{
	font-weight: bold;
	color: #666;
}
.opc .checkout-agreements
{
	/*[disabled]border:1px solid #D9DDE3;*/
	border-width: 0 1px;
	padding: 5px 30px;
}
.opc .checkout-agreements LI
{
	margin: 20px 0 0;
}
.opc .checkout-agreements .agreement-content
{
	background-color: #FFF;
	border-color: #E4E4E4;
	padding: 5px;
}
.opc .checkout-agreements .agree
{
	padding-left: 6px;
}
/*Centinel*/
.centinel
{
}
.opc .centinel
{
	border: 1px solid #BBB6A5;
	border-width: 0 1px 1px;
	padding: 10px 30px;
}
/*Generic Info Set*/
.info-set
{
	background: #FBFAF6 url(../images/bkg_checkout.gif) repeat-x 0 0;
	/*[disabled]border:1px solid #BBB6A5;*/
	margin: 0 0 25px;
	padding: 20px;
}
.info-set H2
{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}
.info-set H3, .info-set H4
{
	font-size: 13px;
	font-weight: bold;
	color: #E26703;
}
.info-set H2 A, .info-set H3 A, .info-set H4 A
{
	font-weight: normal;
}
.info-set H2.legend
{
	margin: -20px -20px 15px;
	padding: 5px 10px;
	background: #F9F3E3;
	border-bottom: 1px solid #BBAFA0;
	position: relative;
}
.info-set H3.legend
{
	margin: 0 0 10px;
	color: #0A263C;
}
.info-set .divider
{
	margin: 0 -20px;
	padding: 25px 0;
	position: relative;
}
.info-set .box
{
	margin: 0 0 15px;
}
.info-set .box H2
{
	color: #E26703;
}
.info-set .data-table .product-name
{
	font-size: 1em !important;
	font-weight: bold !important;
	color: #1E7EC8 !important;
}
.info-set .data-table .product-name A
{
	font-weight: bold !important;
}
.info-set .data-table .item-options
{
	margin: 5px 0 0;
}
/********** Common Checkout Styles >
One Page Checkout*/
.block-progress
{
	border: 0;
	margin: -10px 0 0;
}
.block-progress .block-title
{
	background: none;
	border: 0;
	padding: 0;
	margin: 0 0 5px;
}
.block-progress .block-title STRONG
{
	font-size: 13px;
	color: #B9B9B9;
}
.block-progress .block-content
{
	background: none;
}
.block-progress DT
{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.35;
	background: #EEE;
	margin: 0 0 6px;
	padding: 2px 8px;
	color: #999;
}
.block-progress DD
{
	background: #F4F9F9;
	border-top: 0;
	padding: 8px 13px;
	margin: 0 0 6px;
}
.block-progress DT.complete
{
	margin: 0;
	padding: 3px 10px;
	color: #FFF;
	background: url(../images/dinkyinc/checkout_sidebar_box_header.gif);
}
.block-progress DT.complete A
{
	color: #FFF;
}
.block-progress DD.complete
{
}
.block-progress P
{
	margin: 0;
}
.opc .buttons-set
{
	margin-top: 0;
}
.opc .buttons-set P.required
{
	margin: 0;
	padding: 0 0 10px;
}
.opc .buttons-set .back-link SMALL
{
	display: none;
}
.opc .buttons-set .back-link A
{
	background: url(../images/i_arrow-top.gif) no-repeat 0 50%;
	padding-left: 16px;
}
.opc .buttons-set.disabled BUTTON.button
{
	display: none;
}
.opc .buttons-set .please-wait
{
	height: 21px;
	line-height: 21px;
	color: #000;
}
.opc .ul
{
	list-style: disc outside;
	padding-left: 18px;
}
.opc
{
	position: relative;
}
.opc LI.section
{
}
.opc .step-title
{
	border-width: 0 1px;
	background: #EEE repeat-x 0 100%;
	padding: 4px 8px 6px;
	text-align: right;
}
.opc .step-title .number
{
	float: left;
	background: #FFF;
	padding: 0 4px;
	margin: 0 5px 0 0;
	font: bold 11px/14px arial, helvetica, sans-serif;
	color: #999;
}
.opc .step-title H2
{
	float: left;
	margin: 0;
	font: bold 13px/16px Arial, Helvetica, sans-serif;
	color: #999;
}
.opc .step-title A
{
	display: none;
	float: right;
	font-size: 11px;
	line-height: 16px;
}
.opc .allow .step-title
{
	background: #D0DCE1;
	color: #A4B3B9;
	cursor: pointer;
}
.opc .allow .step-title .number
{
	background: #DBE6EB;
	color: #A4B3B9;
}
.opc .allow .step-title H2
{
	color: #A4B3B9;
}
/*.opc .allow .step-title a { display:block; }*/
.opc .active .step-title
{
	background: #E5F2F4;
	padding-bottom: 5px;
	color: #F1733F;
	cursor: default;
}
.opc .active .step-title .number
{
	background: #35BFDB;
	color: #FFF;
}
.opc .active .step-title H2
{
	color: #37BFD7;
}
/*.opc .active .step-title a { display:none; }*/
.opc .step
{
	border-top: 0;
	background: #F4F9F9;
	padding: 15px 30px;
	position: relative;
}
.opc .step .tool-tip
{
	right: 30px;
}
#opc-login .buttons-set
{
	border-top: 0;
}
#opc-login H3
{
	border-bottom: 1px solid #E4E4E4;
	font-weight: bold;
	padding-bottom: 2px;
}
#opc-login H4
{
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	color: #2F2F2F;
}
#opc-shipping_method .buttons-set
{
	border-top: 0;
}
.opc .gift-messages-form
{
	margin: 0 -30px;
	background: #F6F1EB;
	border: 1px solid #E9E4DE;
	border-width: 1px 0;
	padding: 22px 24px 22px 30px;
}
.opc .gift-messages-form .inner-box
{
	padding: 5px;
	height: 260px;
	overflow: auto;
}
#opc-review .step
{
	border: 0;
	padding: 0;
}
#opc-review .step .data-table THEAD TH
{
	background: none;
	padding: 10px;
}
#opc-review .product-name
{
	font-weight: bold;
	color: #0A263C;
}
#opc-review .item-options
{
	margin: 5px 0 0;
}
#opc-review .buttons-set
{
	padding: 20px 30px;
	border-width: 0 1px 1px;
}
#opc-review .buttons-set P
{
	margin: 0;
	line-height: 40px;
}
#opc-review .buttons-set .please-wait
{
	height: 40px;
	line-height: 40px;
}
/*Multiple Addresses Checkout*/
.checkout-progress
{
	padding: 0 90px;
	margin: 0 0 20px;
}
.checkout-progress LI
{
	float: left;
	width: 19%;
	margin: 0 3px 0 0;
	border-top: 10px solid #999;
	padding: 2px 0 0;
	font-weight: bold;
	text-align: center;
	color: #ABB5BA;
}
.checkout-progress LI.active
{
	border-top-color: #E96200;
	color: #E96200;
}
.multiple-checkout H2
{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}
.multiple-checkout H3, .multiple-checkout H4
{
	font-size: 13px;
	font-weight: bold;
	color: #E26703;
}
.multiple-checkout H2 A, .multiple-checkout H3 A, .multiple-checkout H4 A
{
	font-weight: normal;
}
.multiple-checkout .data-table .product-name
{
	font-size: 1em !important;
	font-weight: bold !important;
	color: #1E7EC8 !important;
}
.multiple-checkout .data-table .product-name A
{
	font-weight: bold !important;
}
.multiple-checkout .data-table .item-options
{
	margin: 5px 0 0;
}
.multiple-checkout .gift-messages
{
	margin: 15px 0 0;
}
.multiple-checkout .tool-tip
{
	top: 50%;
	margin-top: -120px;
	right: 20px;
}
.multiple-checkout .col2-set, .multiple-checkout .col3-set
{
	background: #FBFAF6 url(../images/bkg_checkout.gif) repeat-x 0 0;
	border: 1px solid #BBB6A5;
	margin: 0 0 25px;
	padding: 20px;
}
.multiple-checkout .col2-set H2.legend
{
	margin: -20px -20px 15px;
	padding: 5px 10px;
	background: #F9F3E3;
	border-bottom: 1px solid #BBAFA0;
	position: relative;
}
.multiple-checkout .col2-set H3.legend
{
	margin: 0 0 10px;
	color: #0A263C;
}
.multiple-checkout .col2-set .divider
{
	margin: 0 -20px;
	padding: 25px 0;
	position: relative;
}
.multiple-checkout .box
{
	margin: 0 0 15px;
}
.multiple-checkout .box H2
{
	color: #E26703;
}
.multiple-checkout .place-order .please-wait
{
	float: right;
	padding: 27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total
{
	float: right;
	height: 71px;
	font-size: 1.5em;
	padding: 0 0 0 21px;
	background: url(../images/bkg_grand-total.gif) no-repeat 0 0;
	overflow: hidden;
}
.multiple-checkout .place-order .grand-total .inner
{
	float: left;
	height: 57px;
	padding: 14px 21px 0 0;
	background: url(../images/bkg_grand-total.gif) no-repeat 100% 0;
}
.multiple-checkout .place-order .grand-total .inner DIV
{
	display: inline;
}
.multiple-checkout .place-order .grand-total BIG
{
	display: inline;
	margin-right: 12px;
}
.multiple-checkout .place-order .grand-total .price
{
	color: #E26703;
}
.multiple-checkout .place-order .grand-total BUTTON.button SPAN
{
	font-size: 16px;
}
.multiple-checkout .place-order .grand-total BUTTON.button SPAN SPAN
{
	padding: 0 45px 0 36px;
}
/*Step 1*/
.multiple-checkout .title-buttons BUTTON.button SPAN
{
	border-color: #41A5E1;
	background: #1BB6CF;
}
#multiship-addresses-table TD
{
	padding: 10px;
}
#multiship-addresses-table TFOOT TD
{
	padding: 5px 10px;
}
#multiship-addresses-table TFOOT BUTTON.button SPAN
{
	border-color: #41A5E1;
	background: #1BB6CF;
}
/*Step 2*/
.multiple-checkout .gift-messages-form .item .details .form-list
{
	width: 100%;
	overflow: hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list LI
{
	margin-right: -15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field
{
	width: 230px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box
{
	width: 215px;
}
.multiple-checkout .gift-messages-form .item .details .form-list INPUT.input-text
{
	width: 209px;
}
.multiple-checkout .gift-messages-form .item .details .form-list LI.wide .input-box
{
	width: 445px;
}
.multiple-checkout .gift-messages-form .item .details .form-list LI.wide TEXTAREA
{
	width: 439px;
}
.checkout-multishipping-shipping .box-sp-methods
{
	border: 1px solid #D9D2BE;
	background: #F9F3E3;
	padding: 13px;
	position: relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer
{
	position: absolute;
	top: -20px;
	right: -40px;
	width: 178px;
	height: 41px;
	background: url(../images/bkg_sp-methods.gif) no-repeat 0 0;
	overflow: hidden;
}
/*Step 3*/
.checkout-multishipping-billing .multiple-checkout
{
	position: relative;
}
/*=======================================================================================
Account Login/Create Pages ============================================================*/
.account-login .content
{
	min-height: 220px;
	padding: 14px 21px;
	background: #F3F8F8;
	border-bottom: 0;
}
.account-login .content H2
{
	font-weight: bold;
	font-size: 120%;
	margin: 0 0 14px;
	padding-top: 10px;
}
.account-login .new-users H2
{
}
.account-login .registered-users H2
{
}
.account-login .buttons-set
{
	border-top: 0;
	margin: 0;
	padding: 8px 13px;
	background: #E3F1F1;
}
.account-create
{
}
/*Account Login/Create Pages ============================================================
My Account =============================================================================*/
.my-account .title-buttons .link-rss
{
	float: none;
	margin: 0;
}
/********** < Dashboard*/
.dashboard .welcome-msg
{
	margin: 0 8em 1.5em 0;
}
.dashboard .welcome-msg P
{
	margin: 0;
}
.dashboard .data-table THEAD TH
{
	background: #E4F1F3;
}
/*General Box*/
.box-account
{
	padding: 15px;
	background: #F2F7F7;
	margin: 0 0 20px;
}
.box-account .box-head
{
	border-bottom: 1px solid #D9DDE3;
	margin: 0 0 10px;
	text-align: right;
}
.box-account .box-head H2
{
	float: left;
	margin: 0;
	font-size: 110%;
	font-weight: bold;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.dashboard .box .box-title
{
	padding: 0 0 2px;
	border-bottom: 1px solid #EDEDED;
	margin: 0 0 8px;
	text-align: right;
}
.dashboard .box .box-title H3, .dashboard .box .box-title H4
{
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}
/*Block: Recent Orders
Block: Account Information*/
.dashboard .box-info H4
{
	font-size: 11px;
	font-weight: bold;
}
/*Block: Reviews*/
.dashboard .box-reviews .box-head H2
{
	background-image: url(../images/i_ma-reviews.gif);
}
.dashboard .box-reviews .number
{
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	margin: 3px -20px 0 0;
	padding: 2px 3px;
	background: #0A263C;
}
.dashboard .box-reviews .details
{
	margin-left: 20px;
}
.dashboard .box-reviews LI.item
{
	margin: 0 0 7px;
}
.dashboard .box-reviews LI.item.last
{
	margin: 0;
}
.dashboard .box-reviews .ratings
{
	margin: 7px 0 0;
}
/*Block: Tags*/
.dashboard .box-tags .number
{
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	margin: 3px -20px 0 0;
	padding: 2px 3px;
	background: #0A263C;
}
.dashboard .box-tags .details
{
	margin-left: 20px;
}
.dashboard .box-tags LI.item
{
	margin: 0 0 7px;
}
.dashboard .box-tags LI.item.last
{
	margin: 0;
}
.dashboard .box-tags .tags STRONG, .dashboard .box-tags .tags UL, .dashboard .box-tags .tags UL LI
{
	display: inline;
}
/********** Dashboard >
Address Book*/
.addresses-list H2
{
	font-weight: bold;
	font-size: 13px;
}
.addresses-list H3
{
	font-weight: bold;
	font-size: 13px;
}
.addresses-list ADDRESS
{
	margin: 0 0 3px;
}
.addresses-list P
{
	margin: 0;
}
.addresses-list A
{
	font-weight: bold;
}
.addresses-list .link-remove
{
	color: #646464;
}
.addresses-list .separator
{
	margin: 0 3px;
}
.addresses-list LI.item
{
	padding: 10px 13px;
	margin: 0 0 10px;
}
.addresses-list LI.empty
{
	background: none;
	border: 0;
	padding: 0;
}
.addresses-list LI.empty P
{
	font-weight: bold;
}
.addresses-list .addresses-additional LI.item
{
	background: none;
	border: 0;
	padding: 0;
}
/*Order View*/
.order-info
{
	background: #E3F0F2;
	padding: 4px 8px;
	margin: 0 0 8px;
}
.order-info DT, .order-info DD, .order-info UL, .order-info LI
{
	display: inline;
}
.order-info .current
{
	font-weight: bold;
}
.order-info LI
{
	margin: 0 3px;
}
.order-date
{
	margin: 10px 0;
}
.order-info-box
{
	margin: 0 0 15px;
}
.order-info-box H2
{
	font-weight: bold;
	font-size: 13px;
}
.order-info-box .box-payment P
{
	margin: 0 0 5px;
}
.order-info-box .box-payment TH
{
	font-weight: bold;
	padding-right: 7px;
}
.order-items
{
	width: 100%;
	overflow-x: auto;
}
.order-items H2, .order-items H3
{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}
.order-items .product-name
{
	font-size: 1em !important;
	font-weight: bold !important;
}
.order-items .link-print
{
	float: right;
	color: #1E7EC8;
	font-weight: normal;
}
.order-items P .link-print
{
	float: none;
}
.grand_total_incl .price
{
	font-size: 150%;
	color: #F1733F;
}
.order-gift-message
{
	margin: 15px 0;
}
.gift-message DT STRONG
{
	color: #666;
}
.gift-message DD
{
	margin: 5px 0 0;
	font-size: 13px;
}
.order-about
{
	margin: 15px 0;
}
.order-about DT
{
	font-weight: bold;
}
.order-about DD
{
	font-size: 13px;
	margin: 0 0 7px;
}
.tracking-table
{
	margin: 0 0 15px;
}
.tracking-table TH
{
	font-weight: bold;
	white-space: nowrap;
}
.tracking-table TH, .tracking-table TD
{
	padding: 1px 5px 0 0;
}
.tracking-table-popup
{
	width: 100%;
}
.tracking-table-popup TH
{
	font-weight: bold;
	white-space: nowrap;
}
.tracking-table-popup TH, .tracking-table-popup TD
{
	padding: 1px 8px;
}
/*Order Print Pages*/
.page-print .print-head
{
	margin: 0 0 15px;
}
.page-print .print-head .logo
{
	float: left;
}
.page-print .print-head ADDRESS
{
	float: left;
	margin-left: 15px;
}
.page-print H1
{
	font-size: 16px;
	font-weight: bold;
}
.page-print H2, .page-print H3
{
	font-size: 13px;
	font-weight: bold;
}
.page-print H2.h2
{
	font-size: 16px;
	font-weight: bold;
}
.page-print .order-date
{
	background: url(../images/bkg_divider1.gif) repeat-x 0 100%;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.page-print .col2-set
{
	margin: 0 0 10px;
}
/*Price Rewrites*/
.page-print .gift-message-link
{
	display: none;
}
.page-print .price-excl-tax, .page-print .price-incl-tax
{
	display: block;
	white-space: nowrap;
}
.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price
{
	display: inline;
}
/*My Wishlist*/
.my-wishlist .data-table TD
{
	padding: 10px;
	background: #FFF;
}
.my-wishlist .product-image
{
	display: block;
	width: 113px;
	height: 113px;
	margin: 0 0 5px;
}
.my-wishlist TEXTAREA
{
	display: block;
	width: 97%;
	height: 109px;
}
.my-wishlist .buttons-set
{
	margin-top: 2em;
}
.my-wishlist .buttons-set BUTTON.button
{
	float: none;
}
.my-wishlist .buttons-set .btn-add SPAN, .my-wishlist .buttons-set .btn-share SPAN
{
	border-color: #1EAFC7;
	background: #35C1D8;
}
#wishlist-table .add-to-links
{
	white-space: nowrap;
}
/*My Tags*/
.my-tag-edit
{
	float: left;
	margin: 0 0 10px;
}
.my-tag-edit .btn-remove
{
	float: right;
	margin: 5px 0 0 5px;
}
#my-tags-table
{
	clear: both;
}
#my-tags-table TD
{
	padding: 10px;
}
#my-tags-table .add-to-links
{
	white-space: nowrap;
}
/*My Reviews*/
#my-reviews-table TD
{
	padding: 10px;
}
.product-review .product-img-box
{
	float: left;
	width: 140px;
}
.product-review .product-img-box .product-image
{
	display: block;
	width: 125px;
	height: 125px;
}
.product-review .product-img-box .label
{
	font-size: 11px;
	margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box
{
	float: none;
	display: block;
	margin: 0 0 3px;
}
.product-review .product-details
{
	margin-left: 150px;
}
.product-review .product-name
{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}
.product-review H3
{
	font-size: 12px;
	margin: 0 0 3px;
	color: #2F2F2F;
}
.product-review .ratings-table
{
	margin: 0 0 10px;
}
.product-review DT
{
	font-weight: bold;
}
.product-review DD
{
	font-size: 13px;
	margin: 5px 0 0;
}
/*=======================================================================================
Footer ================================================================================*/
.footer
{
	margin: 0 auto;
	padding: 20px;
}
.footer #bottom_advert
{
	text-align: center;
}
.footer .store-switcher
{
	display: inline;
	margin: 0 5px 0 0;
	color: #FFF;
}
.footer .store-switcher LABEL
{
	font-weight: bold;
	vertical-align: middle;
}
.footer .store-switcher SELECT
{
	padding: 0;
	vertical-align: middle;
}
.footer A:hover
{
	text-decoration: underline;
}
.footer ADDRESS A
{
	color: #ECF3F6;
	text-decoration: underline;
}
.footer ADDRESS A:hover
{
	text-decoration: none;
}
.footer UL
{
	display: inline;
}
.footer LI
{
	display: inline;
	background: url(../images/bkg_pipe2.gif) no-repeat 100% 60%;
	padding: 0 7px 0 4px;
}
.footer LI.last
{
	background: none !important;
	padding-right: 0 !important;
}
.footer .sig
{
	font-weight: bold;
	float: right;
	font-size: 110%;
	font-style: italic;
	padding-right: 20px;
}
.footer DIV.links
{
	text-align: center;
	padding: 10px;
	color: #A7A7A7;
	border-top: 1px solid #C1C1C1;
}
.footer .social_bookmarks
{
	float: right;
	position: relative;
	top: 122px;
}
.footer .logos
{
	margin: 20px 0 10px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.footer .logos LI
{
	padding: 0 5px;
}
.footer .social_bookmarks LI
{
	display: block;
	margin: 0 0 7px;
}
.footer .twitter_cloud
{
	background: transparent url(../images/dinkyinc/footer_twitter.gif) no-repeat;
	height: 208px;
	width: 390px;
}
.footer .twitter_cloud .yui-carousel-nav
{
	display: none;
}
.footer .twitter_cloud .yui-carousel-item-selected, .footer .twitter_cloud .yui-carousel-element LI
{
	border: none;
}
.footer .twitter_cloud .content
{
	position: relative;
	font-size: 90%;
	top: 33px;
	left: 44px;
	width: 204px !important;
	float: left;
	height: 150px;
}
.footer .twitter_cloud .content .yui-carousel-element
{
	height: 110px !important;
}
.footer .twitter_cloud .content P
{
	width: 199px;
	text-align: left;
	margin: 0;
}
.footer .twitter_cloud .date
{
	margin: 5px 0 10px;
	color: #9E9E9E;
}
/*Clears ================================================================================*/
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col4-set:after, .search-autocomplete LI:after, .block .block-content:after, .block .actions:after, .block LI.item:after, .block-poll LI:after, .block-layered-nav .currently LI:after, .page-title:after, .products-grid:after, .products-list LI.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews LI.item:after, .box-tags LI.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views UL:after, .product-view .box-tags .form-add:after, .product-options .options-list LI:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell LI.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select LI:after, .form-list LI:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list LI P:after
{
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}
/*=======================================================================================*/

#notices {
padding: 1em; 
border-bottom: 3px solid #D63964;
margin-bottom: 0.5em;
background: #fdd;
}
