/* ===================== General CSS (Broad Changes) ======================== */
body
{
	background-image: url(../images/site_images/bg.gif);
	background-repeat: repeat-x;
	background-color: #2f2f2f;
	margin: 0px 0px 10px 0px;
	color: #bfbfbf;
}
/*====IE PNG Fix=====*/
img
{
	behavior: url(iepngfix.htc)
}
a:link { color: #f26422; text-decoration: none; }
a:active { color: #ff8e00; text-decoration: none; }
a:visited { color: #f26422; text-decoration: none; }
a:hover { color: #ff8e00; text-decoration: underline; }

td
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

div
{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

img
{
	border: 0px;
}

.clearfix
{
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

#template_container
{
	width: 964px;
	background-color: transparent;
	padding: 0px 8px 8px 8px;
}

/* Start Header Area */

#header
{
	background-image: url(../images/site_images/header_bg.jpg);
	background-repeat: no-repeat;
	width: 964px;
	height: 160px;
	position:relative;
}

#headerlogo
{
	width: 193px;
	height: 160px;
}

#headerlogo img
{
	width: 161px;
	height: 119px;
	padding-top: 9px;
	line-height: 0em;
	display: block;
	margin: 0 auto;
}

#headerlogo img:hover
{
	opacity: 0.9;
}

#headerlogo span
{
	font-weight: bold;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding-top: 8px;
	text-shadow: 0px 2px 4px #000000;
}

#headerlogo span a
{
	color: white;
	text-decoration: none;
}

#search_nav_wrapper
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 286px;
	height: 132px;
	text-align: right;
	padding: 28px 16px 0px 0px;
}

#search
{
	padding: 0px;
	text-align: right;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0 7px 22px 0;
	background: rgb(39,40,43); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3MjgyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjAyMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(39,40,43,1) 0%, rgba(2,2,2,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,40,43,1)), color-stop(100%,rgba(2,2,2,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(39,40,43,1) 0%,rgba(2,2,2,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(39,40,43,1) 0%,rgba(2,2,2,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(39,40,43,1) 0%,rgba(2,2,2,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(39,40,43,1) 0%,rgba(2,2,2,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27282b', endColorstr='#020202',GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 17px;
	border-radius: 17px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .4), 0px 1px 0px 0px rgba(255, 255, 255, .2);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .4), 0px 1px 0px 0px rgba(255, 255, 255, .2);
	width: 260px;
	height: 34px;
	float: right;
}

.search
{
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #aaaaaa;
	border: 0px;
	position: absolute;
	top: 5px;
	left: 10px;
	margin: 0;
	padding: 3px 5px;
	width: 200px;
	height: 18px;
	-webkit-border-radius: 17px;
	border-radius: 17px;
	line-height: 1em;
	background-color: transparent;
}

.searchbutton
{
	margin: 0;
	padding: 0;
	width: 34px;
	height: 34px;
	position: abosolute;
	top: 0
	right: 0;
}

#nav
{
	float: right;
}

#nav ul
{
	margin: 0px;
	padding: 0px;
}

#nav ul li
{
	padding: 0px;
	list-style-type: none;
	display: inline;
}

/* End Header Area */

#body
{
	margin-top: 9px;
	width: 964px;
}

.body_table
{
	width: 100%;
}

.body_left_cell
{
	width: 1px;
	text-align: left;
	overflow: hidden;
}

.body_divider
{
	width: 15px;
	background-image: url(../images/site_images/stitch_bg_tile.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.body_right_cell
{
	background-color: #404247;
	padding: 8px;
}

/* Start Left Nav Area */

#categories, #shoppingcart, #budgetinfo, #administer, #reports
{

}

#administer
{
	margin-top: 18px;
}

#reports
{
	margin-top: 13px;
}

.leftbgwrapper
{
	margin-top: 0px;
	margin-bottom: 13px;
}

.leftbg
{
	padding: 0px;
	font-size: 12px;
}

.categorywrapper
{

}

.cartwrapper
{

}

/** cart subtotal **/
.category_tree_name_level_0 .subtotal_wrapper, .category_tree_name_selected_level_0 .subtotal_wrapper
{
	padding: 0;
	width: 65px;
	display: block;
	float: left;
	text-align: right;
	vertical-align: middle;
	font-weight: normal;
	color: #737476;
	font-size: 9px;
	line-height: 12px;
	margin-top: -4px;
}

.subtotal_wrapper b
{
	font-size: 13px;
	color: #BFBFBF;
}

/** cart subtotal HOVER **/
.category_tree_level_0:hover .subtotal_wrapper,
.category_tree_level_0:hover .subtotal_wrapper b
{
	color: #ffffff;
}

#franchise_wrapper
{
	margin: 0 0 9px 0;
}

#franchise_wrapper select
{
	display: block;
	margin: 0;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ffffff;
	font-size: 11px;
	font-weight: bold;
	direction: ltr;
	background-color: #6b6d73;
	color: #ffffff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	width: 100%;
}

#franchise_wrapper select:hover
{
	display: block;
	margin: 0;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #F26422;
	font-size: 11px;
	font-weight: bold;
	direction: ltr;
	background-color: #6b6d73;
	color: #ffffff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	width: 100%;
}

#franchise_wrapper select:focus
{
	display: block;
	margin: 0;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ff8e00;
	font-size: 11px;
	font-weight: bold;
	direction: ltr;
	outline: none;
	background-color: #6b6d73;
	color: #ffffff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	width: 100%;
}

.leftnav_button
{
	width: 193px;
	height: 28px;
	background-image: url(../images/site_images/leftnav_button_bg.png);
	background-repeat: no-repeat;
}

.leftnav_button:hover
{
	background-image: url(../images/site_images/leftnav_button_bg_over.png);
}

.leftnav_button a:link, .leftnav_button a:visited
{
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px 0px #ffffff;
	text-transform: uppercase;
	display: block;
	padding-left: 37px;
	line-height: 28px;
}

.leftnav_button a:active, .leftnav_button a:hover
{
	color: #000000;
	text-decoration: none;
}

#discount_check_wrapper, #mailing_list_link_wrapper
{
	text-align:center;
	padding-bottom: 10px;
}

/* End Left Nav Area */


.featured_items_wrapper
{
	margin-top: 30px;
	border: 1px solid #808080;
	background-color: #2e2f32;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;

}
.featured_items_title
{
	font-weight: bold;
	font-size: 18px;
}


/* Start Footer Area */

#footer
{
	margin-top: 0px;
	width: 964px;
	padding: 10px 8px 8px 8px;
	color: #ababab;
}

#footercards
{
	width: 193px;
	float: left;
}

#footercards img
{
	display: block;
	margin: 0 auto;
}

#footerlinks
{
	width: 756px;
	margin-left: 15px;
	font-size: 12px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	padding-top: 5px;
}

#footerlinks a:link, #footerlinks a:active, #footerlinks a:visited
{
	color: #ababab;
	text-decoration: none;
}

#footerlinks a:hover
{
	color: #ffffff;
	text-decoration: none;
}

#copyright
{
	font-size: 9px;
	display: block;
	text-transform: none;
	padding-top: 10px;
	color: #666666;
}

#copyright a:link, #copyright a:active, #copyright a:visited
{
	color: #666666 !important;
}

#copyright a:hover
{
	color: #ababab !important;
}

/* End Footer Area */

font
{
	font-weight: bold;
}

fieldset legend
{
	color: #f26422;
	font-weight: bold;
	cursor: pointer;
}

fieldset
{
	cursor: default;
}
.note
{
	color: #9a0000;
	-webkit-box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, .5);
	box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, .5);
	border: 1px solid #fff;
	padding:15px;
	font-size: 1.1em;
	background: rgb(254,252,234); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmNlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(255,255,136,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(255,255,136,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(255,255,136,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(255,255,136,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(255,255,136,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(255,255,136,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#ffff88',GradientType=0 ); /* IE6-8 */
	margin:10px;
	display:inline-block;
	text-align: center;
	zoom: 1;
}

.note a
{
	color: #7d4f00;
	text-decoration: underline;
}

.note a:link, .note a:active, .note a:visited
{
	color: #7d4f00;
}

.note a:hover
{
	color: black;
}

.submit
{
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	padding: 3px 6px 3px 6px;
	border: 1px solid #763a16;
	background: rgb(218,86,22); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhNTYxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmODM0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q2NTUxNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTI2MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(218,86,22,1) 0%, rgba(255,131,77,1) 50%, rgba(214,85,21,1) 51%, rgba(94,38,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,86,22,1)), color-stop(50%,rgba(255,131,77,1)), color-stop(51%,rgba(214,85,21,1)), color-stop(100%,rgba(94,38,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(218,86,22,1) 0%,rgba(255,131,77,1) 50%,rgba(214,85,21,1) 51%,rgba(94,38,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(218,86,22,1) 0%,rgba(255,131,77,1) 50%,rgba(214,85,21,1) 51%,rgba(94,38,9,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(218,86,22,1) 0%,rgba(255,131,77,1) 50%,rgba(214,85,21,1) 51%,rgba(94,38,9,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(218,86,22,1) 0%,rgba(255,131,77,1) 50%,rgba(214,85,21,1) 51%,rgba(94,38,9,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da5616', endColorstr='#5e2609',GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, .5);
	box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, .5);
	cursor: pointer;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}

.submit:hover
{
	background: rgb(191,64,5); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmNDAwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2U1NjEyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q2NTUxNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTI2MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(191,64,5,1) 0%, rgba(229,97,41,1) 51%, rgba(214,85,21,1) 51%, rgba(94,38,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,64,5,1)), color-stop(51%,rgba(229,97,41,1)), color-stop(51%,rgba(214,85,21,1)), color-stop(100%,rgba(94,38,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(191,64,5,1) 0%,rgba(229,97,41,1) 51%,rgba(214,85,21,1) 51%,rgba(94,38,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(191,64,5,1) 0%,rgba(229,97,41,1) 51%,rgba(214,85,21,1) 51%,rgba(94,38,9,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(191,64,5,1) 0%,rgba(229,97,41,1) 51%,rgba(214,85,21,1) 51%,rgba(94,38,9,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(191,64,5,1) 0%,rgba(229,97,41,1) 51%,rgba(214,85,21,1) 51%,rgba(94,38,9,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4005', endColorstr='#5e2609',GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .8);
	box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .8);
}

.submit_disabled
{
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #999;
	background-color: #D0D0D0;
	cursor: default;
	padding: 3px 6px 3px 6px;
}

.small
{
	font-size: 8pt;
	color: #ffffff;
	font-weight:Bold;
}

.system_error_box
{
	background: #ffeded;
	border: 2px solid #ff4b4b;
	-webkit-box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, .5);
	box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, .5);
	text-shadow: 1px 1px 0px #ffffff;
	padding:10px;
	margin:5px;
}

.error
{
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ff4b4b;
	border-color: #ff4b4b;
	border-width: 0px;
}

.loading_box
{
	border: 1px solid black;
	background-color: #f0f0f0;
	position: absolute;
	left: 1px;
	top: 1px;
	width: 100px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
}

.cvv2_whats_this
{
	font-size: 11px;
}

.time_to_ship_wrapper
{
	color: #ffb593;
	font-weight: bold;
	font-size: 13px;
	margin-top: 8px;
}

.po_any_code_demo_instructions_wrapper
{
	font-size:11px;
	color: #ffb593;
	padding: 3px;
}

.any_cc_num_demo_instructions_wrapper
{
	font-size:11px;
	color: #ffb593;
	padding: 3px;
	margin-left:5px;
}

.item_feature_wrapper
{
	margin-top:10px;
}

.item_feature_title
{
	font-weight:bold;
}

.cvv2_body
{
	border: 1px solid #000000;
	background-color: #ebebeb;
	color: #000000;
}

.static_headings
{
	font-weight: bold;
	font-size: 1.3em;
	color: #ececec;
}

.chartheader
{
	padding-left: 2px;
	font-weight: bold;
	font-size: 11px;
}

.chartleft
{

	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;

}

.chartright
{
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;

}

.chartpadding
{
	padding-top: 18px;
}
.item_size_chart
{
	width:500px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-style: solid;
	margin:10px;
	background-color:#F26422;
}


/*==========================================================================*/
/* #retail_sales_allocation_report_table*/
/*--------------------------------------------------------------------------*/
#retail_sales_allocation_report_table
{
	background-color: #fff;
	color: #000;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}
#retail_sales_allocation_report_table tr:hover
{
	background-color: #FFCB97;
}
#retail_sales_allocation_report_table th,
#retail_sales_allocation_report_table td
{
	border: 1px solid silver;
	border-right: 0px;
	border-bottom: 0px;
}
#retail_sales_allocation_report_table th
{
	font-weight: bold;
	background: -moz-linear-gradient(top,  #fff,  #ccd);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccd));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ccccdd');
}
/*==========================================================================*/


.confirm_page_edit_box_warning_wrapper
{
	color: #FFB593;
	font-size: 11px;
}
.tax_and_shipping_update_notification_notes_area
{
	margin-top: 50px;
}