
/* -----------------------------------------------
 Colors
 ----------------------------------------------- */
.black  					{color: black;}
.white  					{color: white;}
.color_red					{color: #C40010;}

.gray_dark					{color: #444444;}			/*Legacy*/
.gray_ltr					{color: #999999;}	/*Legacy*/
.gray_med					{color: #777777;}		/*Legacy*/

.color_gray_darker			{color: #333333;}
.color_gray_dark			{color: #444444;}
.color_gray_dark_lt			{color: #555555;}
.color_gray_med_dk			{color: #666666;}
.color_gray_medium			{color: #777777;}
.color_gray_med_light		{color: #999999;}
.color_gray_light_dk		{color: #AAAAAA;}
.color_gray_light_med		{color: #CCCCCC;}
.color_gray_light			{color: #DDDDDD;}
.color_gray_lightning		{color: #E8E8E8;}
.color_gray_light_lt		{color: #EEEEEE;}

.color_status_warning 		{color: #C40010;}
.color_status_good  		{color: #006633;}

.color_bs_desktop			{color: #3E0072;}
.color_accent_01  			{color: #3E0072;}
.color_accent_02 			{color: #827F89;}
.color_accent_02_dark		{color: #5B5960;}
.color_accent_03  			{color: #978791;}
.color_accent_04			{color: #A2A7BF;}
.color_accent_05			{color: #A2A7BF;}
.color_accent_06			{color: #E3E4EC;}
.color_anchor				{color: #3E007D;}
.color_anchor_hover			{color: #662965;}
.color_anchor_hover_lt		{color: #D0D3DF;}

.color_blue_dark			{color: #444E7F;}
.color_gold_dark			{color: #CA8800;}

/* -----------------------------------------------
 Background Colors
 ----------------------------------------------- */

.bkcolor_black  			{background-color: black;}
.bkcolor_white  			{background-color: white;}

.bkcolor_gray_darker		{background-color: #333333;}
.bkcolor_gray_dark			{background-color: #444444;}
.bkcolor_gray_dark_lt		{background-color: #555555;}
.bkcolor_gray_med_dk		{background-color: #666666;}
.bkcolor_gray_medium		{background-color: #777777;}
.bkcolor_gray_med_light		{background-color: #999999;}
.bkcolor_gray_light_dk		{background-color: #AAAAAA;}
.bkcolor_gray_light_med		{background-color: #CCCCCC;}
.bkcolor_gray_light			{background-color: #DDDDDD;}
.bkcolor_gray_lightning		{background-color: #E8E8E8;}
.bkcolor_gray_light_lt		{background-color: #EEEEEE;}

.bkcolor_status_warning		{background-color: #C40010;}
.bkcolor_status_good 		{background-color: #006633;}

.bkcolor_accent_01  		{background-color: #3E0072;}
.bkcolor_accent_02 			{background-color: #827F89;}
.bkcolor_accent_02_dark		{background-color: #5B5960;}
.bkcolor_accent_03  		{background-color: #978791;}
.bkcolor_accent_04			{background-color: #A2A7BF;}
.bkcolor_accent_05			{background-color: #A2A7BF;}
.bkcolor_accent_06			{background-color: #E3E4EC;}

.bkcolor_blue_dark			{background-color: #444E7F;}
.bkcolor_gold_dark			{background-color: #CA8800;}

/* -----------------------------------------------
 Row Colors
 ----------------------------------------------- */
.bkcolor_row_red_dk			{background-color: #FFCCCC;}
.bkcolor_row_red_lt  		{background-color: #FFDDDD;}
.bkcolor_row_brown_dk		{background-color: #F2ECE6;}
.bkcolor_row_brown_lt 		{background-color: #F9F5F2;}
.bkcolor_row_blue_dk 		{background-color: #DBE6EB;}
.bkcolor_row_blue_lt  		{background-color: #EDF3F5;}
.bkcolor_row_gray_dk 		{background-color: #EEEEEE;}
.bkcolor_row_gray_lt 		{background-color: #F7F7F7;}
.bkcolor_row_yellow_dk 		{background-color: #FFFFBF;}
.bkcolor_row_yellow_lt 		{background-color: #FFFFE7;}

/* -----------------------------------------------
 Fonts / Text
 ----------------------------------------------- */
body {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: transparent url('/art/main_background.png') repeat top left;
}

.body_main {
	color: black;
	background-color: #242031;/**/
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.body_white {
	color: black;
	background-color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

html, body, .slideshow_body, #wrapper, #slideshow_wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

b,p,td,ul,ol,li,form {
	font-size: 12px;
}

#wrapper {
	position:absolute;
	top:0px;
	left:0px;
	text-align: center;
	vertical-align: top;
	width: 100%;
	border:0px solid red;
	overflow:visible;
}

#shadow_wrapper {
	position:absolute;
	top:0px;
	left:0px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	border:0px solid yellow;
	background: transparent url('/art/body_background.png') repeat fixed 50%;
	overflow:visible;
	padding-bottom:0px;
	z-index:1001;
}

#container {
	position:relative;
	top:0px;
	left:0px;
	min-height:770px;
	width:975px;
	margin: 0 auto;
	border:0px solid green;
	padding-bottom:42px;
}

#header_full {
	height:140px;
	width:974px;
	position:absolute;
	left:0px;
    clear: both;
    overflow: visible;
	border:0px solid blue;
	z-index:1001;
	background: transparent url('/art/header_main_974.png') no-repeat top left;
}

#header_left {
	height:104px;
	width:250px;
	position:absolute;
	left:0px;
    clear: both;
    overflow: visible;
	border:0px solid blue;
	z-index:1001;
	background: transparent url('/art/header_left.png') no-repeat top left;
}

#header_right {
	height:140px;
	width:724px;
	position:absolute;
	right:1px;
    clear: both;
    overflow: hidden;
	border:0px solid blue;
	z-index:1001;
	background: transparent url('/art/header_right.png') no-repeat top right;
}


#canvas {
	top:56px;
	width:974px;
	position:relative;
	text-align: left;
    clear: both;
    overflow: visible;
	background-color:#fff;
	min-height: 770px;
	padding-bottom:78px;
	z-index:1000;
}

#theBottom {
	position:absolute;
	bottom:-74px;
	background: transparent url('/art/bottom_background.png') no-repeat top;
	height:78px;
	width:1200px;
	z-index:1000;
	left:-112px;
	border:0px solid red;
}

#theCopyright {
	position:absolute;
	margin-top:20px;
	margin-left:130px;
	color:#827F89;
	text-transform:uppercase;
	width:550px;
}
#byPureBlend {
	position:absolute;
	right:0px;
	margin-top:20px;
	margin-right:130px;
	text-transform:uppercase;
	width:350px;
	text-align:right;
}

#menubar {
	position:absolute;
	width:250px;
	min-height:700px;
	background-color:#76708A;
	float:left;
	padding-top:36px;
	border: 0px solid red;
	bottom:0px;
	top:0px;
	color:white;
	z-index:1002;
}
#menuContainer {
	position:relative;
	top:12px;	
}
.darkborder {
	border-style:solid;
	border-color:#413C52;
	border-width:1px 0px 0px 0px;
	display:block;
	position:relative;
	left:0px;
}
.darkborder:hover {
	border-color:#413C52;
	border-width:1px 0px 0px 0px;
}
.darkborder_btm {
	border-width:1px 0px 1px 0px;
}
.darkborder_btm:hover {
	border-color:#413C52;
	border-width:1px 0px 1px 0px;
}
#content {
	position:relative;
	width:704px;
	margin-left:251px;
	border: 0px solid red;
}
#content_no_menus {
	left:-1px;
}
#title {
	padding:0px 10px 0px 10px;
	margin:10px 0px 10px 0px;
	text-align:center;
}

.imFlushImage {
	position:relative;
}

.padded_body_content {
	padding:40px 44px 20px 44px;
}

#quotation_block {
	position:absolute;
	bottom:0px;
	width:230px;
	height:auto;
	min-height:270px;
	background: transparent url('/art/quote_background.png') no-repeat top left;
	font-size:16px;
	font-style:italic;
	padding:10px 10px 0px 10px;
	line-height:1.3em;
	font-family: "Myriad Pro", "MyriadPro", Myriad, Helvetica, Arial, sans-serif;
	color: #BBB8C5;
	text-shadow: black 1px 1px 3px #413C52;
}

#quotation_float_block {
	float:right;
	margin-right: -20px;
	padding:0px 0px 10px 20px;
	background: transparent url('/art/quotation_float_bkgd.jpg') no-repeat bottom right;
	width:274px;
	height:271px;
	font-size:16px;
	font-style:italic;
	line-height:1.3em;
	font-family: "Myriad Pro", "MyriadPro", Myriad, Helvetica, Arial, sans-serif;
	color:white;
	text-shadow: black 1px 1px 3px #3A262D;
}

.headerpix {
	height: 260px;
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: -1;
}

.quotes_open {
	background: transparent url('/art/quotes_open.png') no-repeat top left;
}
.quotes_close {
	background: transparent url('/art/quotes_closed.png') no-repeat bottom right;
	padding:14px 23px 8px 23px;
}
.quotes_attribution{
	text-transform:uppercase;
	padding-left:50px;
	font-size:11px;
	line-height:1.3em;
	font-family: "LucidaSans Std","Lucida Sans Std", Helvetica, Arial, sans-serif;
	text-indent:-10px;
}

#footer {
	width:802px;
	bottom:-22px;
	left:0px;
	position:absolute;
	text-align: center;
	background-color:transparent;
	padding: 3px 0px 3px 0px;
	margin-top:0px;
	color:#555;
	border:0px solid red;
	
	font-size: 9px;
}


.align_center {
	text-align:center;
}
.align_left {
	text-align:left;
}
.align_right {
	text-align:right;
}

.FAQ_spot_container {
	position:relative;
	width: 400px;
	margin: 0 auto;
	border:1px solid #ccc;
	padding:8px;
	margin-bottom:10px;
	margin-top:5px;
}

.invisible {
	display: none;
}
.visible {
	display: block;
}


#themeGallery_table{
	width:770px;	
}

input, text {
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}



.frontpagetext {
	font-size: 12px;
	color: #555555;
	line-height: 125%;
}

h1,.heading {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}
.heading {
	color:#554C6F;
	letter-spacing: -1px;
}

.redhead {
	color: #3E007D;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: Lucida Grande, Helvetica, Arial, Sans;
	line-height:18px;
}

.whitehead {
	color: white;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px;
}

.subhead {
	color: #444444;
	font-weight: bold;
	letter-spacing: -1px;
}

.subhead_light {
	color: #777777;
	font-weight: bold;
	letter-spacing: -1px;
}

.subhead_error {
	color: #C40010;
	font-weight: bold;
	letter-spacing: -1px;
}

.normal {
	font-weight: normal;
}

.normaltight {
	font-weight: normal;
	letter-spacing: -1px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.boldtight {
	font-weight: bold;
	letter-spacing: -1px;
}

.boldgray {
	color: #777777;
	font-weight: bold;
}

.smallcaps,
.small_caps {
	color: #5B5960;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.source_code {
	border: 1px solid #9CA7BD;
	background-color: #E6E9EF;
	padding: 10px;
	font-size: 10px;
	font-family:  Monaco, "Courier New", Courier, monospace;
}


/* -----------------------------------------------
 Links and rollovers
 ----------------------------------------------- */

a,
a.nohilight,
a.nohilight:hover {
	color: #3E007D;
	text-decoration: none;
	border-bottom: 0px;
}

a:hover {
	color: #662965;
	text-decoration: none;
	border-bottom: 1px solid;
}

a.res_category_link {
	border-bottom: 1px dotted;
	color: black;
	text-decoration: none;
}

a.res_category_link:hover {
	color: #662965;
	background-color: #E3E4EC;
	border-bottom: 1px solid;
}

a.product_link {
	font-style: italic;
}

a.product_link:hover {
	font-style: italic;
}

a.imagelink {
	border: 0px solid white;
	text-decoration: none;
	display: table-cell;
}
a.imagelink:hover {
	border: 0px solid #5B5960;
	text-decoration: none;
	display: table-cell;
}

a.arrowlink {
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink:hover {
	/* background-color: #978791; */
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_beige {
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_beige:hover {
	background-color: #E3E4EC;
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_dkgray {
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_dkgray:hover {
	background-color: #646464;
	border-bottom: 0px;
	text-decoration: none;
}

a.commentlink {
	border-bottom: 0px;
	text-decoration: none;
}

a.commentlink:hover {
	border-bottom: 0px;
	text-decoration: none;
}

a.puffy_buttonx {
	background: url('/art/button_ov.gif') no-repeat top left;
	color: white;
	width: 167px;
	height: 27px;
	line-height: 25px;
	text-align: center;
	font-weight: normal;
	display: block;
	border-bottom: 0px;
	font-family: "Myriad Pro", "MyriadPro", Myriad, Helvetica, Arial, sans-serif;
	font-size:14px;
}
a.puffy_buttonx:hover {
	background: url('/art/button_ot.gif') no-repeat top left;
	color: #eee;
	width: 167px;
	height: 27px;
	line-height: 25px;
	text-align: center;
	font-weight: normal;
	display: block;
	border-bottom: 0px;
}

a.puffy_button_sprited, a.puffy_button {
	background-image:url('/art/button_ov_1.gif');
	background-repeat:repeat-x;
	background-position:-16px 0px;
	color: white;
	width: auto;
	height: 27px;
	line-height: 25px;
	text-align: center;
	font-weight: normal;
	display: block;
	border-bottom: 0px;
	font-family: "Myriad Pro", "MyriadPro", Myriad, Helvetica, Arial, sans-serif;
	font-size:14px;
	outline:0px solid red;
	position:relative;
}
a.puffy_button_sprited:hover, a.puffy_button:hover {
	background-image: url('/art/button_ot_1.gif');
}
a.puffy_button_sprited:before,
a.puffy_button_sprited:after,
a.puffy_button:before,
a.puffy_button:after {
	background: url('/art/button_ov.gif') no-repeat top left;
	width:20px;
	height:27px;
	content:"";
	display:inline-block;
	position:absolute;
	z-index:-1;
}
a.puffy_button_sprited:before,
a.puffy_button:before {
	background-position:0px 0px;
	left:-18px;
}
a.puffy_button_sprited:after, 
a.puffy_button:after {
	background-position:-147px 0px;
	right:-18px;
}
a.puffy_button_sprited:hover:before,
a.puffy_button_sprited:hover:after,
a.puffy_button:hover:before,
a.puffy_button:hover:after {
	background-image: url('/art/button_ot.gif');
}

a.blogAnchors,
a.blogAnchors:hover {
	color:black;
	text-decoration: none;
	border-width:0px;
}


a.puffy_button_ondark {
	background: url('/art/button_ondark_ov.jpg') no-repeat top left;
	color: white;
	width: 109px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	display: block;
	border-bottom: 0px;
}
a.puffy_button_ondark:hover {
	background: url('/art/button_ondark_ot.jpg') no-repeat top left;
	color: #52658D;
	width: 109px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	display: block;
	border-bottom: 0px;
}

a.button {
	background-color: #3E0072;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 3px 8px 3px 8px;
	border-radius:6px;
}

a.button:hover {
	background-color: #724D5B;
}

.lending_psuedobtn,
a.button_outlined {
	border-bottom: 1px solid #555;
	border-left: 1px solid #999;
	border-right: 1px solid #555;
	border-top: 1px solid #999;
	color: #3E0072;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px 10px 4px 10px;
	white-space: nowrap;
}

a.button_outlined:hover {
	background-color: #3E0072;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid black;
	border-right: 1px solid #CCC;
	border-top: 1px solid black;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px 10px 4px 10px;
	white-space: nowrap;
}

a.mini_btn {
	background-color: #3E0072;
	border: 0px;
	color: white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn:hover {
	background-color: #662965;
	border: 0px;
	color: white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn_red {
	background-color: #3E0072;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn_red:hover {
	background-color: black;
	border-bottom: 0px;
	color: #827F89;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.pagelink {
	border-bottom: none;
	color: black;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
}

a.pagelink:hover {
	background-color: #3E0072;
	color: white;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
}

.pagelink_selected {
	background-color: #E3E4EC;
	color: #999;
	padding: 4px 2px 4px 2px;
}

a.titlelink  {
	border-bottom: 1px dotted;
	color: #3E0072;
	font-weight: bold;
	text-decoration: none;
}

a.titlelink:hover {
	border-bottom: 1px solid;
	color: #5B5960;
	font-weight: bold;
}

a.noborder,
a.noborder:hover {
	border-bottom: 0px;
}

/* -----------------------------------------------
 Menus
 ----------------------------------------------- */

/* -----------------------------------------------
 Fake Dialog boxes (login, search, etc)
 ----------------------------------------------- */

.form_titlebar {
	background-color: #3E007D;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px;
}

.form_prompt {
	color: #333;
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: 10px;
}

.form_prompt_required {
	color: #5B5960;
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: 10px;
}

.askadvisor_block {
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 10px;
}

.askadvisor_datestamp {
	color: #555;
	float: right;
	font-size: 9px;
	margin-top: 2px;
	text-transform: uppercase;
	white-space: nowrap;
}

/* -----------------------------------------------
 General Input Forms
 ----------------------------------------------- */

.form_sideprompt {
	color: #662965;
	font-weight: bold;
	letter-spacing: -1px;
}

.form_sideproblem {
	color: #662965;
	font-weight: bold;
	letter-spacing: -1px;
}

/* -----------------------------------------------
 Input Fields
 ----------------------------------------------- */
INPUT.flats {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	padding-left: 3px;
	margin: 2px;
	color: black;
	background-color: white;
	vertical-align: top;
	display: inline;
}
INPUT.redButtons,
.redbuttons {
	background-color: #C40010;
	color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 2px;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
INPUT.redButtons:hover,
.redbuttons:hover {
	background-color: black;
	color: #827F89;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 2px;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
TEXTAREA {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	padding: 1px;
}
TEXTAREA.flats {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	padding: 2px;
	width: 450px;
}
SELECT {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}
SELECT.SELECTED {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.darkHeader {
	color: #555555;
}

/* -----------------------------------------------
 Registration Form
 ----------------------------------------------- */

.input_form_text {
	font-size: 10px;
}

.inputform_head {
	background-color: #646464;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
	padding: 5px;
}

.inputform_errorhead {
	background-color: #C40010;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
	padding: 5px;
}

.inputform_head_light {
	background-color: #646464;
	color: white;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 10px;
	padding: 5px;
}

.inputform_instrux {
	margin-top: 10px;
}

.inputform_required {
	background-image: url(/images/asterisk_black.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #3E0072;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
	padding-left: 11px;
}

.inputform_prompt {
	color: black;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
}

.inputform_problem {
	background-image: url(/images/asterisk_red.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #C40010;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
	padding-left: 11px;
}

.inputform_hint {
	color: #777777;
	font-weight: normal;
}

.inputform_comments {
	color: #555;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 10px;
}

.inputform_col_left {
	background-color: #DDDDDD;
	color: black;
	padding: 6px 10px 6px 10px;
	height: 28px;
}

.inputform_col_left_header {
	/*background-color: #999999;*/
	color: black;
	padding-right: 10px;
	height: 28px;
}

.inputform_col_right {
	background-color: #EEEEEE;
	color: black;
	padding: 6px 10px 6px 10px;
	height: 28px;
}

.inputform_col_right_header {
	/*background-color: #DDDDDD;*/
	color: black;
	padding-left: 10px;
	height: 28px;
}

/* -----------------------------------------------
 Login | Registration
 ----------------------------------------------- */

.login_block {
	color: white;
	font-size: 11px;
	margin: 10px 2px 10px 2px;
}

.login_btn {
	border-bottom: 0px;
	color: #827F89;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	text-transform: uppercase;
}

.login_btn:hover {
	background-color: #827F89;
	border-bottom: 0px;
	color: #444E7F;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0px 4px 0px 4px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 PNG classes to support PNGswap() javasript;
 Identifying PNGs with mouseovers
 ----------------------------------------------- */

.PNG_arrow {
}

.JPG_arrow {
}

.PNG_comment {
	left: 0px;
	top: 3px;
}

/* -----------------------------------------------
 Helper Apps
 ----------------------------------------------- */

.helper_app_text {
	margin-bottom: 10px;
}

a.helper_app_link {
	border-bottom: 1px dotted;
	color: #5B5960;
	font-size: 10px;
	font-weight: bold;
}

a.helper_app_link:hover {
	border-bottom: 1px solid;
	color: #662965;
	font-size: 10px;
	font-weight: bold;
}

.file_format_icon {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.file_size {
	color: #777777;
	white-space: nowrap;
}

/* -----------------------------------------------
 Slideshow
 ----------------------------------------------- */

#slideshow_wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

.slideshow_body {
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 90%;
	margin: 0px;
	padding: 0px;
}

.slideshow_slide {
	background-color: #646464;
	border: 1px solid #999;
	height: 610px;
	width: 610px;
}

.slideshow_scroller {
	background-color: #646464;
	border: 1px solid #646464;
	height: 120px;
	margin-bottom: 10px;
	overflow: auto;
	width: 610px;
}

.slideshow_thumbnail {
	height: 84px;
	width: 84px;
}

.slide_caption {
	color: #CCC;
	font-size: 9px;
	text-transform: uppercase;
}

a.slideshow_link {
	border: 1px solid #646464;
	color: #646464;
	display: block;
	text-decoration: none;
}

a.slideshow_link:hover {
	border: 1px solid #827F89;
	color: #646464;
	display: block;
	text-decoration: none;
}

a.slideshow_link_sel {
	border: 1px solid white;
	color: #646464;
	display: block;
	text-decoration: none;
}

a.slideshow_link_sel:hover {
	border: 1px solid #827F89;
	color: #646464;
	display: block;
	text-decoration: none;
}


/* -----------------------------------------------
 Advanced Search / Resource Recommendations
 ----------------------------------------------- */

.query_caption {
	color: #333;
	float: left;
	margin-left: 18px;
	width: 200px;
}

.query_emphasis {
	color: #777;
	font-weight: bold;
	letter-spacing: -1px;
}

.query_input {
	border-bottom: 1px solid #EEE;
	color: black;
	display: block;
	line-height: 120%;
	margin-left: 18px;
	margin-top: 2px;
	padding-bottom: 4px;
}

.spotlite_results {
	text-align: left;
	width: 600px;
}

.spotlite_stars {
	float: right;
	margin-top: 5px;
}

.spotlite_kludge_4ie {
	height: 20px;
	margin-top: -20px;
}

.spotlite_rezcount {
	color: #777;
	float: right;
	font-weight: normal;
	margin-right: 14px;
	margin-top: 4px;
}

a.spotlite_category {
	background-color: #978791;
	border-bottom: 0px;
	color: black;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 6px;
	padding: 4px;
}

a.spotlite_category:hover {
	background-color: #827F89;
	border-bottom: 0px;
}

a.spotlite_rezlink {
	border-bottom: 1px solid #EEE;
	color: black;
	display: block;
	line-height: 120%;
	margin-left: 18px;
	margin-top: 4px;
	padding-bottom: 6px;
}

a.spotlite_rezlink:hover {
	border-bottom: 1px solid #EEE;
	color: #3E0072;
}

a.spotlite_morelink {
	border-bottom: 0px;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	margin-left: 18px;
	margin-top: 4px;
	padding-bottom: 6px;
}

a.spotlite_morelink:hover {
	border-bottom: 0px;
}

.results_table {
	border: 1px solid #999;
}

/* -----------------------------------------------
 Copyright
 ----------------------------------------------- */

.copyright_footer {
	font-size: 9px;
	padding: 5px;
	text-align: left;
}

.copyright_btn {
	border-bottom: 1px dotted;
	color: #827F89;
	text-decoration: none;
	padding:2px;
}

.copyright_btn:hover {
	background-color: #827F89;
	border-bottom: 0px;
	color: #000;
	padding:2px;
}

/* -----------------------------------------------
 Footer
 ----------------------------------------------- */

.footer {
	color: #999999;
	padding: 0px 6px 6px 6px;
	font-size: 8px;
	text-transform: uppercase;
}
a.footer_link {
	color: #555;
	font-size: 8px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 0px;
}
a.footer_link:hover {
	color: #aaa;
	font-size: 8px;
	text-decoration: underline;
	text-transform: uppercase;
	border-bottom: 0px;
}

/* -----------------------------------------------
 Resources
 ----------------------------------------------- */

.rez_type_banner {
	border: 1px solid #CCC;
	color: #999999;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 0px;
}

a.rez_type_banner {
	background-color: #999;
	color: white;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

a.rez_type_banner:hover {
	background-color: #5B5960;
	color: white;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

.rez_type_floater {
	border: 1px solid #CCC;
	color: #777777;
	float: right;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

a.rez_type_link {
	border: 1px solid #CCC;
	color: #777777;
	float: right;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

a.rez_type_link:hover {
	border: 1px solid #CCC;
	background-color: #777777;
	color: white;
	float: right;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

.resource_type_banner {
	border: 1px solid #999;
	font-size: 9px;
	padding: 2px 10px 2px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.resource_banner_addendum {
	color: #777777;
	font-size: 9px;
	padding: 2px 10px 2px 4px;
	text-transform: uppercase;
}

.resource_heading {
	color: white;
	background-color: #978791;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}

.resource_column_right {
	margin-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 230px;
}



/* -----------------------------------------------
 Columns and Rules
 ----------------------------------------------- */

.table_rules {
	border: 1px solid black;
}

.table_rules_light {
	border: 1px solid #978791;
}

.table_rules_topbot {
	border-top: 1px solid #662965;
	border-bottom: 1px solid #662965;
}

.table_rules_topbot_black {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.cell_rule_left {
	border-left: 1px solid #C40010;
}

.cell_rule_right {
	border-right: 1px solid #C40010;
}

.column_left {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.column_right {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
}

/* -----------------------------------------------
 Footnotes
 ----------------------------------------------- */

 .footnote_sup {
	color: #999;
}

.footnotes {
	font-size: 9px;
	color: #999;
}

/* -----------------------------------------------
 Lists
 ----------------------------------------------- */

.list_noindents {
	list-style: disc outside;
	margin-left: -22px;
	margin-right: 10px;
}

.list_noindents_ie_kludge {
	list-style: disc outside;
	margin-left: 18px;
}

.sidebar_list {
	list-style: disc outside;
	margin-left: -15px;
	margin-right: 10px;
}

/* -----------------------------------------------
 List Views
 ----------------------------------------------- */

.capitals_caption {
	color: #333;
	font-size: 9px;
	text-transform: uppercase;
}

.filterbar_caption {
	color: #444444;
	font-size: 9px;
}

.sortbar_caption {
	color: #978791;
	font-size: 9px;
	padding-right: 10px;
}

a.sort_btn {
	background-color: black;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 6px;
}

a.sort_btn:hover {
	background-color: #662965;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 6px;
}

a.star_sort_btn {
	background-color: black;
	border-bottom: 0px;
	color: white;
	padding: 10px 4px 6px 4px;
}

a.star_sort_btn:hover {
	background-color: #662965;
	border-bottom: 0px;
	color: white;
	padding: 10px 4px 6px 4px;
}

a.sortselected_btn {
	background-color: #827F89;
	border-bottom: 0px;
	color: black;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 6px;
}

a.sortselected_btn:hover {
	background-color: #662965;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 6px;
}

/* -----------------------------------------------
 Sidebars
 ----------------------------------------------- */

.sidebar,
.sidebar_float,
.sidebar_float_left {
	background-color: #E3E4EC;
	border: 1px solid #978791;
	margin: 5px;
}

.sidebar_float {
	float: right;
	margin-left: 10px;
}

.sidebar_float_left {
	float: left;
	margin-left: 10px;
}

.sidebar_heading {
	background-color: #978791;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px;
}

.sidebar_quote {
	color: #5B5960;
	font-family: georgia, times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 15px;
	text-align: left;
}

.sidebar_attribution {
	color: #777777;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0px 15px 15px 15px;
	text-transform: uppercase;
}

a.more_link {
	color: #3E0072;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-bottom: 0px;
}

a.more_link:hover {
	color: #3E0072;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-bottom: 1px solid;
}

/* -----------------------------------------------
 Table Padding
 ----------------------------------------------- */

.td_pad_R {
	padding-right: 10px;
}
.td_pad_BR {
	padding-bottom: 10px;
	padding-right: 10px;
}
.td_pad_RTB {
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* -----------------------------------------------
 List engine
 ----------------------------------------------- */

.std_filterbar,
.filter_bar_tr {
	background-color:	#978791;
	padding: 6px;
}

.std_sortbar {
	background-color: black;
	padding: 6px;
}

/* -----------------------------------------------
 Pictures
 ----------------------------------------------- */

.floatpixright {
	float: right;
	margin-left: 10px;
}

.floatpixleft {
	float: left;
	margin-right: 10px;
}

/* -----------------------------------------------
 Misc
 ----------------------------------------------- */

.list_noindent {
	margin-left: 14px;
	padding-left: 0px;
}
.li_color {
	color: #3E0072;
	list-style-type: square;
}

.portrait {
	float: right;
	margin-left: 10px;
}

.invisible {
	display: none;
}

.visible {
	display: block;
}

.form_correction {
	margin:0px;
	padding:0px;
}

#pure_development_toolbar {
	position:fixed;
	z-index:1009;
	right:30px;
	top:2px;
	border:1px dotted #555;
	background-color:#ccc;
	padding:2px;
	width:200px;
}
.light_green_border_bottom {
	border-bottom:1px solid #978791;
}

.underlined {
	text-decoration: underline;
}

INPUT.redButtons,
.redbuttons,
.redButtons {
	background: #C40010;
	background-color: #C40010;
	color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 2px;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
INPUT.redButtons:hover,
.redbuttons:hover,
.redButtons:hover {
	background: black;
	background-color: black;
	color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 2px;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

/* -----------------------------------------------
 AlertMessages
 ----------------------------------------------- */

.pure_alerts_container{
	width: 	400px;
	height:	400px;
	text-align: left;
}

.pure_alerts_container_heading {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
	background: #827F89;
	border-bottom: 1px solid white;
}

#scrolling_alerts_container {
}

.pure_alerts_listItem {
	display: block;
	background: #EEEEEE;
	border-bottom: 1px solid white;
	padding: 10px;
}
.pure_alerts_listItem:hover {
	display: block;
	background: #3E007D;
	color: white;
	border-bottom: 1px solid white;
	padding: 10px;
}

.pure_alerts_detail_container {
	display:	none;
	padding:	10px;
	border:		1px solid #827F89;
}

.deebeeque {
	text-align:left;
	border:1px solid #0099ff;
	background-color:#ddddff;
	padding:6px;
	margin:3px;
}
.deebeeque_title{
	background-color:#0000cc;
	color:white;
	padding:2px 20px 2px 20px;
	font-weight:bold;
}

.nearMeRow {
	width:258px;
	border-bottom:1px solid #E3E4EC;
	padding:3px 3px 3px 3px;
}

.nearMeRow:hover {
	width:258px;
	background-color:#444E7F;
	color: white;
}

#btsw_results {
	width:280px;
	height:180px;
	overflow:auto;
	background-color:white;
}

.pageNav_BG {
	position:relative;
	background-color:#eee;
	height:25px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #bbb;
	margin-left:35px;
	margin-right:34px;
}

#slideshow_caption_div {
	text-align:center;
	margin:10px 0px 10px 0px;
	color:#444;
}

#features_column {
}

.product_navigator_item {
	color:#999;
	font-size:11px;
	width:100px;
	float:left;
	cursor:auto;
}

.prodNav_link {
	border-bottom: 0px;
	color: #3E0072;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 8px 5px 8px;
}
.prodNav_link:hover {
	color: #C40010;
	border-bottom: 0px;
	padding: 5px 8px 5px 8px;
}

.prodNav_link_selected, .prodNav_link_selected:hover {
	background-color: #3E0072;
	border-bottom: 0px;
	color: #EEEEEE;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 8px 5px 8px;
}

a.pagenav_link {
	color: #696969;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 0px;
}
a.pagenav_link:hover {
	color: black;
	font-size: 9px;
	text-decoration: underline;
	text-transform: uppercase;
	border-bottom: 0px;
}
/* -----------------------------------------------
 Store 
 ----------------------------------------------- */
 
.store_table_menu_column {
	background-color:#A2A7BF;
}
.store_category_list {
 	list-style-type: none;
 	margin-top: 4px;
 	display: none;
}

.store_special_list {
 	list-style-type: none;
 	margin-top: 4px;
	margin-left: -30px;
}

.store_category_item {
 	margin-bottom: 4px;
}
 
.store_special_item {
 	margin-bottom: 10px;
}

.store_cart_contents_header {
	background-color: black;
	font-weight: bold;
	padding: 12px;
	color:white;
}
.store_cart_item_row_tr {
	color: black;
}
.store_cart_item_row_td {
	color: black;
}

.store_cart_totals_tr {
	color: black;
	background-color: #A2A7BF;
}

.store_cart_totals_shippers_tr {
	color: black;
	background-color: #A2A7BF;
}

.store_cart_totals_total_tr {
	color: black;
	background-color: #E3E4EC;
}

.store_cart_billship_warning_tr {
	background-color: #DDDDDD;
	color: black;
}



a.store_heading, 
a.store_special_heading {
	background-color: #978791;
	border-bottom: 2px solid #978791;
	color: white;
	display: block;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	margin-bottom:1px;
}
 
a.store_heading:hover, 
a.store_special_heading:hover,
a.store_heading_selected {
	background-color: #5B5960;
	border-bottom: 2px solid #5B5960;
	color: white;
	display: block;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

.store_special_heading {
	background-color: #5B5960;
	border-bottom: 2px solid #5B5960;
	color: white;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}
 
a.store_heading_toggle {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	background-color: #5B5960;
	border-bottom: 2px solid #5B5960;
	color: white;
	display: block;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}
 
a.store_heading_toggle:hover {
	background-color: #3E0072;
	border-bottom: 2px solid #3E0072;
	color: white;
	display: block;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
 
a.store_category_link {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
 	border-bottom: 0px;
 	color: #3E007D;
}
 
a.store_category_link:hover {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
  	color: #662965;
}
 
a.store_category_boldlink {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
 	color: #3E007D;
	font-weight: bold;
}
a.store_category_boldlink:hover {
 	font-family:  Verdana, Helvetica, Arial, sans-serif;
 	color: #662965;
	font-weight: bold;
}
 
a.store_item_link {
  	color: #3E007D;
 	border-bottom: 0px;
 	font-size: 14px;
	font-weight: bold;
}
a.store_item_link:hover {
  	color: #662965;
 	border-bottom: 0px;
	font-weight: bold;
}

a.more_link {
 	font-family:  Verdana, Helvetica, Arial, sans-serif;
 	font-size: 9px;
	color: #5B5960;
 	border-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
a.more_link:hover {
 	font-family:  Verdana, Helvetica, Arial, sans-serif;
 	font-size: 9px;
	color: #3E0072;
 	border-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

a.store_item_link_mini {
  	color: #3E007D;
 	border-bottom: 0px;
	font-weight: bold;
}
a.store_item_link_mini:hover {
  	color: #662965;
 	border-bottom: 0px;
	font-weight: bold;
}

a.store_item_link_nano {
 	border-bottom: 0px;
 	font-size: 9px;
	font-weight: bold;
}
 
a.store_item_link_nano:hover {
 	border-bottom: 0px;
 	font-size: 9px;
	font-weight: bold;
}

.store_featured {
	background-color: white;
	border-bottom: 1px solid #999999;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: left;
}
 
.store_pix_left {
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;
}

.store_pix_right {
	float: right;
	margin-bottom: 2px;
	margin-left: 6px;
}

.storefront_specials_col, 
.storefront_categories_col {
	background-color: #A2A7BF;
}

.store_cart_totals_shippers_tr_rules {
	border-bottom: 1px solid #827F89;
}

.store_cart_totals_total_tr_rules {
	border-bottom: 1px solid #E3E4EC;
}

.store_cart_discounts_tr_rules {
	border-top: 1px solid white;
}

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

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

.store_option_description {
	padding: 4px;
	border: 3px double #978791;
}

/* -----------------------------------------------
 Store - List View 
 ----------------------------------------------- */

.store_gallery_td {
	padding-right: 10px;
	width: 565px;
}

.store_gallery_head {
	background-color: #978791;
	font-weight: bold;
	padding: 12px;
	text-align:left;
}

a.store_header_link {
	color: white;
	border-bottom: 1px solid #978791;
	font-weight: bold;
}
a.store_header_link:hover {
	color: white;
	border-bottom: 1px solid white;
	font-weight: bold;
}

.store_gallery_sortbar {
	background-color: #978791;
	float: right;
	padding: 7px;
	text-align: right;
	font-weight:bold;
}

.store_gallery_left {
	border-right: 1px solid #978791;
	padding-right: 10px;
	padding-top: 10px;
	width: 195px;
	padding-left: 10px;
}

.store_gallery_right {
	border-right: 1px solid #978791;
	height: 425px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 185px;
}

.store_gallery_hrule {
	border-bottom: 1px solid #978791;
	height: 2px;
	margin-bottom: 2px;
}

.store_list_desc {
	margin-top: 5px;
	margin-bottom: 5px;
}

.store_item_title {
	
}

.store_item_desc {
	height: 275px;
}

.store_footer_bg {
	background-color: #A2A7BF;
}

.resource_sidebar_bg {
	background-color: #A2A7BF;
	color: black;
}

.store_header_search_results {
	color: black;
}

.store_row_color_light {
	background-color: white;
}
.store_row_color_dark {
	background-color: #EEEEEE;
}
.storesearchlink {
	background: url(/images/search_button_ot.gif) 0px 0px no-repeat;
	height: 18px;
	width: 18px;
	border-bottom: 0px;
}
.storesearchlink:hover {
	background: url(/images/search_button_ov.gif) 0px 0px no-repeat;
	height: 18px;
	width: 18px;
	border-bottom: 0px;
}

/* -----------------------------------------------
 Heads up displays (HUD)
 ----------------------------------------------- */
 
div.HUD_canvas {
	position: 			absolute;
	top:				0px;
	left:				0px;
	width:				1300px;
	height:				700px;
	z-index:			1001; 			
	text-align:			center;
	vertical-align:		middle;	
	background-color:	#000;
	/* -moz-border-radius:	20px;
	border-radius:		20px; */
}

div.HUD_controller {
	position: 			absolute;
	top:				5%;
	left:				10%;
	width:				900px;
	height:				700px;
	z-index:			1001; 			
	text-align:			center;
	vertical-align:		middle;	
	background-color:	#000;
	overflow:			auto;
	/* -moz-border-radius:	20px;
	border-radius:		20px; */
}

table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}

.hidden {
	display:none;
}
.visible {
	display:block;
}
.wideBerth {
	padding:0px 10px 0px 10px;	
}

.table_footer_bg {
	background-color: #A2A7BF;
}



div#dd_item_panel {
	width:620px;
	background-color:#D5D3DB;
	border:2px ridge #eee;
	border-radius:10px;
	margin: 0 auto;
}
div#dd_item_panel ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
div#dd_item_panel li {
	position:relative;
	border-bottom:1px solid #aaa;
	padding:5px 5px 0px 10px;
	min-height:100px;
}
div#dd_item_panel li:last-child {
	border-bottom:0px solid #aaa;
}
div#dd_item_panel .rowContainer {
	outline:0px solid red;
	position:relative;
	font-weight:normal;
}
div#dd_item_panel .rightHand {
	position:relative;
	top:0px;
	width:130px;
	outline:0px solid red;
	text-align:center;
	font-size:10px;
	color:#777;
	vertical-align:bottom;
	left:465px;
	margin:4px 0px 4px 0px;
}
div#dd_item_panel .leftHand {
	top:6px;
	width:450px;
	outline:0px solid blue;	
	position:absolute;
}
div#dd_item_panel .leftHand:first-child {
	top:6px;
	width:450px;
	outline:0px solid blue;	
	position:relative;
	margin-bottom:10px;
}
div#dd_item_panel a.button {
	display:inline-block;
	font-size:11px;
	text-transform:uppercase;
	text-shadow: #333 1px 1px 2px;
	white-space:nowrap;
}
div#dd_item_panel a.button.green {
	background-color:#009900;
}
div#dd_item_panel a.button.amber {
	background-color:#ff9900;
}
div#dd_item_panel a.button.red {
	background-color:#cc0000;
}
div#dd_item_panel a.button.expired {
	background-color:#999;
}
div#dd_item_panel a.button.unavailable {
	background-color:#999;
}

div#dd_item_panel a.button.green:hover {
	background-color:#007700;
}
div#dd_item_panel a.button.amber:hover {
	background-color:#005500;
}
div#dd_item_panel a.button.red:hover {
	background-color:#003300;
}

div#dd_item_panel .desc {
	margin-left:10px;
	color:#555;
}
div#dd_item_panel .expire {
	text-align:center;
	color:#999;
	font-size:9px;
	text-transform:uppercase;
	margin:3px 0px 3px 0px;
}

#store_discount_close_btn {
	margin-left:50px;
}
#coupon_message:first-child:before {
	content:"Store Message";
	background-color: #76708A;
	padding:3px;
	border-radius:3px;
	color:white;
	font-weight:bold;
	font-size:9px;
	text-transform:uppercase;
	margin-right:8px;
}
#coupon_message {
	padding:10px;
	margin-bottom:30px;
}
.coupon_code_display {
	font-size: 10px;
	font-family:  Monaco, "Courier New", Courier, monospace;
	font-weight:bold;
	color:#76708A;
}
.product_list_discount_available_badge:after {
	content:"discount!";
	text-transform: uppercase;
	font-size:80%;
	font-weight:bold;
	background-color:#3E0072;
	color:#fff;
	height:1.5em;
	width:50px;
	padding:2px 4px 2px 4px;
	border-radius:4px;
}
#privacy_results li {
	margin-bottom:0.4em;
}
