/*MASTER TITLEWAVE STYLESHEET*/
/*Base Elements*/
textarea.my-note {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.69em;
	line-height: 1.33em;
	background-color: #f1efe7;
	padding: 6px;
	width: 160px;
	height: 90px;
	margin: 0;
	border-color: gray;
	border-style: none;
	outline-color: gray;
	outline-width: 1px;
}

textarea.titlemap-note {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	line-height: 1.33em;
	background-color: #f1efe7;
	padding: 6px;
	width: 500px;
	height: 40px;
}

body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
	margin: 0;
	padding: 0;
	font-size: .75em;
}

#contact_info p, .content p, .details p {
	margin-bottom: 5px;
}

.form p, table.inline_form p {
	margin: 0;
	padding: 0;
}

.specs p {
	margin-bottom: 5px;
}

.message p {
	padding-top: 5px;
}

p.list_details-off {
	padding: 1px 5px 3px 14px;
}

h1, h2, h3 {
	font-weight: normal;
}

h1, h2 {
	color: #48463e;
	font-size: 1em;
	margin: 0 0 1px;
}

h2 {
	font-style: italic;
}

h3 {
	color: #7a645e;
	font-size: .875em;
	margin: 0;
}

h3.detail-section {
	margin:10px 0 5px;
}

h4 {
	font-size: .875em;
	margin: 0;
}

h5 {
	font-size: .75em;
	margin: 0;
}

a:link, a:visited {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	color: #0066cc;
	text-decoration: underline;
}

a:active {
	color: #101549;
}

em {
	font-style: italic;
}

strong, .strong {
	font-weight: bold;
}


ol, ul {
	margin: 10px 0;
	padding: 0 0 0 20px;
}

ol.inline, ul.inline {
	margin: 0;
}

ol li {
	margin: 5px 0;
	list-style-type: decimal;
}

ul li {
	margin: 5px 0;
	list-style-type: square;
}

form {
	margin: 0;
}

input, option, select, textarea {
	vertical-align: middle;
}

.valign_top {
	vertical-align: top;
}

strike, .strike {color: #808080; text-decoration: line-through;}

/*Images*/
img {
	vertical-align: middle;
	border: none;
}

.img_thumbnail {
	border: solid 1pt #ddddcc;
}

img.border {
	border: solid 1pt #dbdbc2;
}

img.block, input.block {
	vertical-align: baseline;
	display: block;
}

img.button, input.button {
	margin-left: 3px;
}

img.icon-lg {
	vertical-align: -3px;
	margin: 0 5px 0 -21px;
}

img.icon-pin {
	margin: 0 0 -5px -10px;
}

img.icon-pin-flag {
	vertical-align: -3px;
	margin: 0 0 -5px -10px;
}

input.icon-lg {
	vertical-align: -3px;
	margin: 0 5px 0 0;
}

img.icon, span.icon {
	vertical-align: -2px;
	margin: 0 5px 0 -17px;
}

img.inline_icon {
	vertical-align: -2px;
}

img.badge {
	vertical-align: -2px;
	margin-left: 5px;
}

img.shipping {
	margin: 0px 0px -34px 100px;
}

img.bullet {
	vertical-align: -2px;
	margin-right: 5px;
}

.list-icon {
	margin: 0 5px 0 0;
	vertical-align: top;
}

img.arrows {
	margin: 0 2px 0 3px;
	vertical-align: baseline;
}

/*Text Classes*/
.align-vertical {
	vertical-align: middle;
}

.no_wrap {
	white-space: nowrap;
}

.text-lg {
	font-size: 1.2em;
}

.text-sub {
	font-size: .875em;
	font-weight: normal;
}

.superscript {
	font-size: .8em;
	vertical-align: text-top;
}

.smallcaps {
	font-variant: small-caps;
}

.default-color {
	color: #000;
}

.medium {
	color: #666;
}

.light-gray {
	color: #ccc;
}

.quote-item-message {
	color: #48463e;
	font-size: 0.88em;
	font-style: italic;
	margin-left: 12px;
}

.note {
	color: #48463e;
}

.warning {
	color: #f00;
}

.binding {
	color: #330;
}

.tags {
	color: #464646;
	background-color: #DCE5F8;
	padding: 1px 3px;
}

.price {
	color: #c30;
	font-weight: bold;
}

.ar {
	color: #009;
}

.rc {
	color: #900;
}

.lex {
	color: #060;
}

.fp {
	color: #0f8e8e;
}

.gr {
	color: #9d5500;
}

.dra {
	color: #800088;
}

.alert, .note, .warning {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .6875em;
	line-height: 1.33em;
}

.alert, .status {
	color: #633;
}

.totals {
	color: #633;
	font-weight: normal;
	vertical-align: middle;
	padding-left: 5px;
}

.label, .label-warning, .sublabel {
	font-family: Helvetica, Arial, sans-serif;
}

.label {
	color: #48463e;
	font-weight: bold;
}

.label-warning {
	color: #f00;
	font-weight: bold;
}

.sublabel {
	color: #48463e;
}

pre {
	font-size: 0.82em;
}

.more {
	background-image: url(/graphics/hc/icons/more.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 15px;
}

.secondary-label {
	color: #555;
	font-weight: bold;
	padding-left: 10px;
}

a.secondary:link, a.secondary:visited {
	color: #555;
	text-decoration: none;
}

a.secondary:hover {
	color: #999;
	text-decoration: underline;
}

p.secondary {
	color: #555;
	line-height: 1.375em;
}

a.crumb-node-title:link, a.crumb-node-title:visited {
	font-size: 1.25em;
	font-weight: bold;
	vertical-align:top;
}

table.lists {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.divider-spacing {
	padding:5px 0 5px 0;
}

.next {
	background-image: url(/graphics/hc/icons/more.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
	padding-right: 15px;
}

.info {
	background-image: url(/graphics/hc/icons/info.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 15px;
}

.chart {
	background-image: url(/graphics/hc/icons/pie-chart.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 15px;
}

.quiet {
	color: #666;
}

.loud {
	color: #000;
}

.highlight {
    background: none repeat scroll 0 0 #FFFF66;
    padding: 3px;
}

.control-confirmation {
    margin-bottom: 0.5em;
    text-align: center;
    line-height: 1.25em;
}

/*Specific Divs*/
#container {
	background-image: url(/graphics/backgrounds/container.gif);
	background-repeat: repeat-x;
}

#container-titlewise {
	background-image: url(/graphics/backgrounds/container-green.gif);
	background-repeat: repeat-x;
}

#nav {
	padding: 5px;
}

#breadcrumbs {
	padding: 0 5px 0;
}

#searchbar {
	text-align: center;
	padding: 8px 0 5px 5px;
}

.tab-large1, .tab-large2, .tab-large3 {
	position: relative;
}

.tab-large1 {
	z-index: 3;
}

.tab-large2 {
	left: -9px;
	z-index: 2;
}

.tab-large3 {
	left: -18px;
	z-index: 1;
}

#tabs-small {
	background-image: url(/graphics/backgrounds/tabs-small.gif);
	background-repeat: repeat-x;
	white-space: nowrap;
}

.tab-small1, .tab-small2, .tab-small3, .tab-small4, .tab-small5, .tab-small6, .tab-small7, .tab-small8, .tab-small9 {
	position: relative;
}

.tab-small1 {
	margin-left: 5px;
}

#footer {
	padding-top: 5px;
}

#contact_info {
	font-size: .875em;
	text-align: center;
	padding: 5px;
}

.options {
	padding: 2px 5px;
}

.options-top {
	background-image: url(/graphics/backgrounds/options-top.gif);
	background-repeat: repeat-x;
	padding: 2px 5px;
}

.options-top-titlewise {
	background-image: url(/graphics/backgrounds/options-top-green.gif);
	background-repeat: repeat-x;
	padding: 2px 5px;
}

.options-bottom-titlewise {
	background-image: url(/graphics/backgrounds/options-bottom-green.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	padding: 2px 5px;
}

.options-bottom {
	background-image: url(/graphics/backgrounds/options-bottom.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	padding: 2px 5px;
}

.link {
	color: #222;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

a.toolbar:link, a.toolbar:visited {
	color: #004bbb;
}

a.toolbar:hover {
	color: #f81;
}

a.toolbar:active {
	text-decoration: none;
}

.toolbar {
	color: #222;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0 10px;
}

.sidebar {
	margin-bottom: 20px;
}

.sidebar div.content {
	padding: 5px 5px 0;
}

.message {
	padding: 0 5px 5px 22px;
}

.attention {
	background-color: #ffc;
}

.binding-ebook-text {
	color: #c60;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.875em;
}

.title_details {
	padding: 5px 0 0 21px;
}

.back_to_top {
	text-align: center;
	margin: 5px 0;
}

div.panel, div.panel-bottom, div.panel-items{
    background: #efefef;
    background: linear-gradient(to bottom, #F3E3C0 0%,#ffffff 100%);
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    width: 180px;
}

div.panel{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0;
    padding: 10px 0px;
    text-align: center;
}

div.panel-bottom {
    background: #efefef;
    background: linear-gradient(to bottom, #ffffff 0%,#98cbfe 100%);
    border-top: none;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin: 0 0 20px 0;
    padding: 0px 0px 0px 0px;
}

div.panel-items {
    background: #deefff;
    border-top: none;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin: 0 0 20px 0;
    padding: 0px 0px 0px 0px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.25);
}

input[type="submit"].widget, button.widget, input[type="submit"].widget-item, button.widget-item {
    background: none;
    border: none;
    border-radius: 0px;
    margin-left: 0;
    color: #48463E;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .9em;
    font-weight: normal;
    height: 2em;
    text-align: center;
    text-shadow: none;
    -webkit-appearance: none;
    vertical-align: middle;
}

input[type="submit"].widget-item, input[type="submit"].widget-item:hover, button.widget-item, button.widget-item:hover {
    border-top: 1px solid #cccccc;
    border-radius: 0px;
}

input[type="submit"].widget-item:hover {
    background: #f4faff;
}


/* TitleMAP */

.titlemap-goal-low,
.titlemap-goal-middle,
.titlemap-goal-high,
.titlemap-action-already-meets,
.titlemap-action-can-meet,
.titlemap-action-cannot-meet,
.titlemap-result-already-meets,
.titlemap-result-can-meet,
.titlemap-result-cannot-meet,
.titlemap-calc-arrow-feather {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top: thin dotted;
	border-bottom: thin dotted;
}

.titlemap-goal-low,
.titlemap-goal-low-border {
	background-color: #bac7e9;
	border-color: #bfcae6;
}

.titlemap-goal-middle,
.titlemap-goal-middle-border {
	background-color: #8ea7e9;
	border-color: #bfcae6;
}

.titlemap-goal-high,
.titlemap-goal-high-border {
	background-color: #698ce5;
	border-color: #bfcae6;
}

.titlemap-action-already-meets,
.titlemap-action-can-meet {
	background-color: #fff6e7;
	border-color: #fac58f;
}

.titlemap-result-already-meets,
.titlemap-result-can-meet {
	background-color: #f2e2fd;
	border-color: #ccbdd2;
}

.titlemap-action-cannot-meet,
.titlemap-result-cannot-meet {
	background-color: #dddddd;
	border-color: #999999;
}

/* TitleMAP calculation */

.titlemap-calc {
	padding-top: 10px;
}

.titlemap-calc p {
	color: #48463E;
	padding-left: 8px;
	font-family: Helvetica,Arial,sans-serif;
	padding-bottom: 5px;
}

.titlemap-calc p.titlemap-goal-header {
	font-style: italic;
	color: #19306b;
	font-size: .90em;
	padding-left: 0;
	font-weight: bold;
}

.titlemap-calc p.titlemap-calc-limit {
	color: #663333;
}

.titlemap-calc-arrow,
.titlemap-calc-arrow-feather {
	padding: 0;
	vertical-align: middle;
}

.titlemap-calc .titlemap-goal-low,
.titlemap-calc .titlemap-goal-middle,
.titlemap-calc .titlemap-goal-high,
.titlemap-calc .titlemap-action-already-meets,
.titlemap-calc .titlemap-action-can-meet,
.titlemap-calc .titlemap-action-cannot-meet,
.titlemap-calc .titlemap-result-already-meets,
.titlemap-calc .titlemap-result-can-meet,
.titlemap-calc .titlemap-result-cannot-meet {
	width: 200px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 29px;
	vertical-align: top;
}

.titlemap-calc .titlemap-goal-low,
.titlemap-calc .titlemap-goal-middle,
.titlemap-calc .titlemap-goal-high {
	padding-left: 10px;
}

.titlemap-calc-chart-container,
.titlemap-weed-chart-container {
	width: 100%;
	text-align: center;
}

.titlemap-you-are-here {
	width: 100%;
	text-align: center;
}

/*Tables*/

table.breadcrumbs {
	padding: 0 5px 10px;
}

table.form, table.list {
	margin: 5px 0;
}

table.inline_form {
	margin: 5px 0 0;
}

table.sidebar {
	margin: 5px;
	width: 150px;
}

table.edit, tr.edit {
	background-image: url(/graphics/backgrounds/dotted.gif);
	background-repeat: repeat-x;
	background-position: 0 50%
}

.title_cell {
	padding: 5px 0 0 5px;
}

/*Dividers & Spacers*/

div.divider {
	background-color: #cdcfc5;
	height: 1px;
}

div.subdivider {
	background-color: #e3e1d9;
	height: 1px;
}

div.dotted {
	background-image: url(/graphics/backgrounds/dotted.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 3px;
}

div.divider-dark {
	background-color: #97958d;
	height: 1px;
}

div.divider-light {
	background-color: #fff;
	height: 1px;
}

div.spacer1{height:1px;}
div.spacer2{height:2px;}
div.spacer3{height:3px;}
div.spacer5{height:5px;}
div.spacer10{height:10px;}
div.spacer15{height:15px;}
div.spacer20{height:20px;}
div.spacer25{height:25px;}
div.spacer26{height:26px;}
div.spacer28{height:28px;}

.spacer-top1{padding-top:1px;}
.spacer-top3{padding-top:3px;}
.spacer-top5{padding-top:5px;}
.spacer-top10{padding-top:10px;}
.spacer-top15{padding-top:15px;}
.spacer-top20{padding-top:20px;}

.spacer-right5{padding-right:5px;}
.spacer-right10{padding-right:10px;}
.spacer-right20{padding-right:20px;}

.spacer-bottom1{padding-bottom:1px;}
.spacer-bottom3{padding-bottom:3px;}
.spacer-bottom5{padding-bottom:5px;}
.spacer-bottom10{padding-bottom:10px;}
.spacer-bottom15{padding-bottom:15px;}
.spacer-bottom20{padding-bottom:20px;}

.spacer-left5{padding-left:5px;}
.spacer-left10{padding-left:10px;}
.spacer-left15{padding-left:15px;}
.spacer-left20{padding-left:20px;}
.spacer-left22{padding-left:22px;}
.spacer-left50{padding-left:50px;}

.light {
	color: #9d9b93;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

table.order-status td {
	white-space: nowrap;
}

/* custom styles for centered Search Suggestions */
/* to center, set static and explicit width: */
#sb_searchterm {
	position:static;
	width:24em;
}

#searchbar span.align-vertical {
	font-family: Times, "Times New Roman", serif;
	font-size: .75em;
	margin: 0;
	padding: 0;
}

/* ac_* elements style the suggestions autocomplete element */
.ac_results {
	padding: 0;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 1000;
}

.ac_results ul {
	width: 100%;
	list-style: outside none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* if width will be 100% horizontal scrollbar will apear when scroll mode will be used */
	/*width: 100%;*/
	/*font: menu;*/
	/* it is very important, if line-height not set or set in relative units scroll will be broken in firefox */
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .6875em;
	line-height: 1.35em;
	color: #333333;
}

.ac_loading {
	background: white url(/graphics/hc/icons/indicator.gif) right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_odd.ac_over {
	background-color: #477DBC;
	color: #FFFFFF;
}

.ac_even.ac_over {
	background-color: #477DBC;
	color: #FFFFFF;
}

.ac_over {
	background-color: #477DBC;
	color: #FFFFFF;
}

.clear {
	clear:both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.international-note {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .675em;
	line-height: 1.33em;
	color: #888;
	font-style: italic;
}

.bluesect-tcheck, .bluesect-qfilter, .bluesect-lstdtl, .bluesect-jumpto, .bluesect-lstovrv, .bluesect-specpro {
	margin: 0;
	padding: 0;
	height: 16px;
	width: 180px;
	background-image: url(/graphics/sections/blue.png);
}
.bluesect-tcheck {background-position: 0 0;}
.bluesect-qfilter {background-position: 0 -16px;}
.bluesect-lstdtl {background-position: 0 -32px;}
.bluesect-jumpto {background-position: 0 -48px;}
.bluesect-lstovrv {background-position: 0 -64px;}
.bluesect-specpro {background-position: 0 -80px;}

.clearfix {
    float: none;
    clear: both;
}

.tag {
	font-family: Helvetica, Arial, sans-serif;
	background: #cce5ff;
	border: 1px solid #b2d7ff;
	color: #0066cc;
	padding: 2px 8px 3px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	border-radius: 9px 9px 9px 9px;
	font-size: 1.1rem;
    font-weight: bold;
    line-height: 2.5;
    white-space: nowrap;
    box-shadow: none;
}
.tag.disabled {
	background: #f2f2f2;
	border-color: #bfbfbf;
	color: #808080;
}

a.tag:hover {background: #3399ff; color: #fff; cursor: pointer; text-decoration: none; text-shadow: 0 -1px 0 rgba(0,0,0,0.1);}


