/*
 * Colors:
 * #FF3407 - warning copy, main directional buttons, links
 */

/**
 * HTML Elements
 */
html {
	overflow: auto !important;
}

body {
	font: 13px/1.5 "Helvetica Neue", Helvetica, Helv, Arial, "Liberation Sans", FreeSans, Sans, sans-serif;
	background: #FFAF02 url(../images/body.png) repeat-x left top;
	color: #5D5D5D;
}

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

h1 {
	font-size: 30px;
	margin-bottom: 0px;
}

h2 {
	font-size: 20px;
	line-height: 28px;
	height: 26px;
	overflow: hidden;
}

h4 {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
	font-size: 1em;
}

hr {
	margin: 15px 0;
	border: 1px solid transparent;
	border-bottom: 1px dashed #999999;
}

sup {
	vertical-align: super;
	font-size: 80%;
}

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

a:active,
a:focus,
a:hover {
	background: none;
	text-decoration: underline;
}

.backward, .backward:hover, .backward:active, .backward:visited {
	padding: 0 0 0 20px;
	background: url(../images/backward.png) 0 50% no-repeat;
	float: left;
}

.forward, .forward:hover, .forward:active, .forward:visited {
	padding: 0 20px 0 0;
	background: url(../images/forward.png) 100% 50% no-repeat;
	float: right;
}

.forward_left, .forward_left:hover, .forward_left:active, .forward_left:visited {
	padding: 0 20px 0 0;
	background: url(../images/forward.png) 100% 50% no-repeat;
	float: left;
}

.x_link, .x_link:hover, .x_link:active, .x_link:visited {
	padding: 0 0 0 20px;
	background: url(../images/circular_close_btn.png) 0 50% no-repeat;
}

.magnify, .magnify:hover, .magnify:active, .magnify:visited {
	padding: 0 15px 0 0;
	background: transparent url(../images/icon_magnify.png) 100% 50% no-repeat;
}

.price {
	color: #409b87;
}

.order_total {
	color: #FF3407;
}

.donation_val_cart {
	font-size: 16px;
}

.required_item {
	color: #FF3407;
	font-size: 13px;
	padding: 0 4px;
}

.validationError input {
	background-color: #FFAF02;
	border:1px solid #FF3407;
}

.white {
	color: #FFFFFF;
}


.disabled {
	background: #DDD !important;
	color: #999 !important;
}

.disabled:hover {
	background: #DDD !important;
	color: #999 !important;
}

.large_red_highlight {
	color: #FF3407;
	font-size: 16px;
}

.sidebar_static_pg img {
	float: right;
	margin: 0 0 0 0;
}

.sidebar_static_pg .right {
	float: right;
}


#beta_bar {
	position: relative;
	height: 25px;
	background: #000 url(../images/beta_bg.png) left bottom repeat-x;
	color: #FFF;
	width: 100%;
	text-align: center;
	padding: 4px 0 0 0;
}

.radio {
	background: none;
	border: none;
}

img.left {
	float: left;
	margin: 10px 20px 10px 0;
}

/**
 * Header
 */
#header {
	top: 0;
	height: 104px;
	width: 960px;
	position: relative;
	z-index: 20;
}

#header .inner {
	position: relative;
	padding: 0 21px !important;
	z-index: 20;
}

#header h1#logo {
	width: 255px;
	height: 84px;
	background: url(../images/logo.png);
	text-indent: -9999px;
	float: left;
	position: relative;
	left: 10px;
	margin: 0;
	z-index: 10;
}

#header h1#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#header .inner div#givingtree-logo {
	width: 85px;
	height: 28px;
	background: url(../images/givingtree-logo.png);
	text-indent: -9999px;
	position: absolute;
	top: 8px;
	right: 15px;
	margin: 0;
	z-index: 10;
}

#header div#givingtree-logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.grid_title .inner {
	padding-bottom: 0px !important;
}

/**
 * Content
 */
#content {
	padding-top: 0px;
	padding-bottom: 16px; /* ie7. */
}

#content-area {
	background-color: #FFFFFF;
	min-height: 500px;
	z-index: 0;
	margin: 16px 0 0 0;
	display: block;
	position: relative;
}

/*
 * Homepage style
 */

.home_content {
	min-height: 475px;
}

#shell {
	margin: 0 0 18px 27px;
}

#homepage_subcontent {
	padding: 0 0 0 35px;
	width: 100%;
}

a.new_fact, a.new_fact:hover {
	float: right;
    font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	color: #FF3407;	
	padding-right: 10px;
}

a.more_news, a.more_news:hover {
	float: right;
    font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	color: #FF3407;	
	padding-right: 20px;
}

.homepage #content-main {
	background: transparent url(../images/homepage_bottom_bg.png) 50% bottom no-repeat;
}

.homepage #content-area,
.homepage #content-area .rc,
.homepage #content-area .t1, 
.homepage #content-area .t2, 
.homepage #content-area .b1, 
.homepage #content-area .b2 {
	background: none;
}

.feat_char_text {
	position:relative;
	float: left;
	top:20px;
	color:#FFFFFF;
	font-size:11px;
}

#featured_charity_home {
	position: relative;
	float: left;
	width: 225px;
	padding: 4px 0 0 50px;
}

#featured_charity_logo_home {
	border-left:1px dashed #FFFFFF;
	float:left;
	left:100px;
	margin:0 0 0 21px;
	padding:0 0 0 15px;
	top:20px;
}

.home_frog {
	position: absolute;
	top: -68px;
}

#social-link-home {
	position: absolute;
	top: -18px;
	right: 0;
	width: 135px;
	height: 50px;
	text-indent: -9999px;
	background: transparent url(../images/icon_giveday_facebook.png) 0 0 no-repeat;
	z-index: 154;
}

#social-link-home a {
	height: 100%;
	width: 100%;
	display: block;
	cursor: pointer;
}
/*
 * Homepage sub tab callouts
 */

#callout_left {
	position: relative;
	top: -4px;
	float: left;
	margin-right: 10px;
	width: 315px;
}

.callout_content_left {
	background: transparent url(../images/home_callout_bg_left.gif) 50% top no-repeat;
	width: 315px;
	min-height: 53px;
	width: 315px;
}

.callout_left_bottom {
	background: transparent url(../images/home_callout_left_footer.gif) 50% top no-repeat;
	width: 315px;
	height: 10px;	
}

#callout_right {
	position: relative;
	top: -4px;
	float: left;
	width: 325px;
}

.callout_content_right {
	background: transparent url(../images/home_callout_bg_right.gif) 50% top no-repeat;
	width: 322px;
	min-height: 53px;	
}

.callout_right_bottom {
	background: transparent url(../images/home_callout_right_footer.gif) 50% top no-repeat;
	width: 322px;
	height: 10px;
	text-align: right;
}


.callout_icon {
	float: left;
	padding: 12px;
	min-height: 50px;
}

.callout_content_left .callout_icon {
	padding-left: 20px;
}

.callout_content_left a {
	color: #FFF;
	text-decoration: underline;
}


.callout_copy {
	padding: 0 10px 0 10px;
	font-size: 12px;
}

.callout_header {
	padding: 10px 10px 0 0;
	display: inline-block;	
}

#callout_content_wrap{
	display: inline;
	width: 240px;
}

.callout_header_left {
	color: #FFF;
}

.callout_header_right {
	color: #FCAE16;
}

.callout_copy_left {
	color: #FFFFFF;
	display: block;
	padding: 10px 20px 10px 60px;
	font-size: 1em;
}

.right {
	float: right;
}


.callout_copy_right {
	color: #FFF;
	display: block;
}

.inner {
	padding: 28px;
}

.full .inner {
	padding: 28px 28px 28px 10px;
}

.alpha .inner {
	padding: 28px 0 28px 28px;
}

.mu .inner {
	padding: 28px 0;
}

.omega .inner {
	padding: 28px 28px 28px 0;
}


/*
 * "Static" page styles
 */

.tree_frog_over {
	position: absolute;
	right: -70px;
}

/*
 * Slider Styles
 */

.slider_wrap {
	position: absolute;
	top: 157px;
	width: 400px;
	background: transparent url(../images/bg_slider_wrap.png) top center no-repeat;
	padding: 10px 0 0 0;
}

#slider_content {
	position: absolute;
	top: 285px;
	height: 80px;
	background: transparent url(../images/bg_slider.png) 50% 13px no-repeat;
}

.slider_wrap_name {
	position: relative;
	display: block;
}

.cardTotalText {
	position: relative;
	display: block;
	clear: both;
	text-align: center;
	margin: -16px 0 20px 0;
}

#Price {
	position: relative;
	display: block;
	clear: both;
}

#Nickname {
	position: relative;
	clear: both;
	margin: 0 0 100px 0;
}


#slider_content_activate {
	position: relative;
	top: 5px;
	min-height: 80px;
	background: transparent url(../images/bg_slider.png) 50% 13px no-repeat;
}

#slider_content_activate #cashAmountWrap {
	width: 70px;
	float: left;
	position: absolute;
	left: 25px;
	top: 10px;
	text-align: center;
}

#slider_content_activate #charityAmountWrap {
	width: 70px;
	position: absolute;
	right: 25px;
	top: 10px;
	float: right;
	text-align: center;
}

#slider_content_activate form div.fieldsetfix {
	height: 85px;
}

#slider_content_activate #donationslider {
	margin: 5px auto 0 auto;
}


#cardTotalText {
	font-size: 22px;
	float: left;
	margin: -2px 8px 0 82px;
}

.cardAmount {
	color: #FF3407;
	font-size: 20px;
}

#cashAmountWrap {
	width: 70px;
	float: left;
	position: absolute;
	left: 25px;
	top: 20px;
	text-align: center;
}

#cashAmount {
	color:#FF3407;
	font-size:20px;
	margin:10px 0 0;
}

#cash-label {
	position: relative;
	clear: both;
}

#charityAmountWrap {
	width: 70px;
	position: absolute;
	right: 25px;
	top: 29px;
	float: right;
	text-align: center;
}

#charityAmount {
	color:#FF3407;
	font-size:20px;
	margin: 0 0 0 0;
}

#cardAmount {
	color:#FF3407;
	font-size:20px;
	margin: 0 0 0 0;
}

#donation-label {
	position: relative;
	clear: both;
}

#donationslider {
	background: transparent url(../images/slider_bg.gif) 50% 50% no-repeat;
	width: 155px;
	border: none;
	margin: 15px auto 0 auto;
}

.ui-slider-handle {
	background: transparent url(../images/slider_handle.png) 50% 50% no-repeat;
}

#MemberEmail.field {
	border-bottom: none;
}

/*
 * Ways to give styles
 */

#blurb {
	border-left:1px dashed #FFAF02;
	padding:0 0 3px 40px;
}

#blurb h1 {
  font-size: 52px;
  font-weight: bold;
  color: #A3D508;
  margin-bottom: -23px;
}

#blurb p {
  font-size: 14px;
  font-weight: bold;
}

.step-box {
  position: relative;
  width: 100%;
}

.step-box h4 {
  font-size: 24px;
  color: #FF3407;
  width: 30px;
  padding: 6px 0;
  border-right: 1px dashed #AAAAAA;
}

.step-box label {
  position: absolute;
  top: 12px;
  left: 65px;
  padding-top: 0 !important;
  width: auto !important;
  max-width: 170px;
}

.step-form {
  text-align: center !important;
}

.step-text-singleLine {
	margin: -5px 0 0 0;	
}

.step-text {
	margin: -15px 0 0 0;	
}

input#form-quantity {
  width: 44px;
  height: 40px;
  font-size: 30px;
  text-align: center;
}


/*
 * STOP ways to give styles
 */



/**
 * Breadcrumb
 */
ul#breadcrumb {
	list-style: none;
	display: block;
	float: none;
	clear: both;
	height: 18px;
}

ul#breadcrumb li {
	margin-left: 0;
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #A8A8A8;
	padding: 0 21px 0 14px;
	float: left;
	text-decoration: none;
	background: transparent url(../images/breadcrumb-li.png) no-repeat right center;
}

ul#breadcrumb li.complete {
	background: transparent url(../images/breadcrumb-li-complete.png) no-repeat 100% -2px;
	padding: 3px 26px 3px 14px;	
	margin-top: -3px;
}

ul#breadcrumb li.active {
	color: #5D5D5D;
	background: transparent url(../images/breadcrumb-li-active.png) no-repeat right center;
}

ul#breadcrumb li.active.complete {
	background: transparent url(../images/breadcrumb-li-complete-act.png) no-repeat 100% -2px;
	padding: 3px 26px 3px 14px;	
	margin-top: -3px;
}

ul#breadcrumb li a:hover {
	text-decoration: underline;
}

ul#breadcrumb li a {
	color: #A8A8A8;
}

/**
 * Shaded Box
 */
.shaded-box {
	background: #EAEAEA;
	padding: 2px 16px 2px 16px;
	margin: 16px 0 40px 0;
	position: relative;
	display: block;
	float: none;
	clear: both;
	height: auto;
}

.teal {
	background-color: #61CCB4;
}

/*
 * Shopping styles
 */

.card_value {
	position: relative;
	float: left;
	font-size: 24px;
	color: #FF3407;
}

.card_breakdown {
	position: relative;
	float: left;
	font-size: 12px;
	color: #FF3407;
	padding: 0 0 0 6px;
}

.btn_status {
	display: block;
	margin: 0 0 8px 0;
}

.complete_message {
	color: #6e8c0f;
	font-size: 9px;
}

.incomplete_message {
	color: #c32f0f;
	font-size: 10px;	
}

.btn_remove {
	display: block;
	margin: 0 0 8px 0;	
}

.btn_edit {
	margin: 0 0 0 8px;
}

.nickname_cart {
	display: block;
	position: relative;
	clear: both;
	max-width: 125px;
}

td.product_listing{
	text-align: center;
	vertical-align: middle !important;
	width: 170px;
}

td.product_description {
	vertical-align: middle !important;
	padding: 0 30px !important;
}

td.buy_btn {
	width: 155px;
	text-align: center;
	vertical-align: middle !important;
}

a.cart_remove_link {
	color: #9A0004;
}

td.carrier_message {
	width:185px;
}

.AuthorizeNetSeal {
	float:right;
	position:absolute;
	right:0;
	top:20px;
	width:150px;
}

#CardCheckoutForm_CardCheckoutForm img {
	margin: 10px 0 15px 0;
}

/*
 * Slim Cart Styles
 */

.slim-cart {
	float: right;
	clear: none;
	margin: 0 10px 0 0;
	padding: 0;	
	line-height: 1.3em;
}

.slim-cart .inner {
	padding: 0 28px;
}

.slim_cart_header .empty {
	float: right;
	margin: 30px 23px 0 0;
}

.slim-cart ul {
	margin-bottom: 5px;
}

.items-header-slim {
	padding: 30px 0 0 0px;
	float: left;
/*
	margin: 0 0 20px 38px;
	font-size: 12px;
	background: transparent url(../images/icon_cart_over.png) no-repeat scroll 620px 47px;
*/
}

.slimcart-items {
	position: relative;
	clear: both;
	padding: 10px 0 0 0;
}

.slimcart-items li {
	margin-left: 0px;
	color: #409B87;
}

.slimcart-title {
	clear: both;
	margin: 0;
	padding: 5px 0 0 0;
	font-weight: bold;
	color: #FF3407;
}

.slim-cart hr {
	margin: 0;
}

.donate-link-modal {
	padding: 10px;
}

/**
 * Buttons
 */
.buttons {
	display: block;
	margin-bottom: 29px;
}

button,
input.button {
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 0;
	margin: 21px 7px 14px 0;
}

a.button,
button.button,
input.button {
	padding: 0px 16px 0px 16px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 12px;
	font-weight: bold;
	background-color: #696969;
	border: none !important;
	cursor: pointer;
	display: inline-block !important;
}

button.button,
input.button {
	position: relative;
}

a.button {
	position: relative;
	margin: 21px 7px 14px 0;
}

.sidebar_static_pg .button {
	clear: both;
	margin-top: 0;
	margin-left: 78px;
	margin-bottom: 25px;
}

button.button span,
input.button span {
	margin: 0;
	display: block;
	white-space: nowrap;
}

a.active-button,
button.active-button span,
input.active-button span {
	background-color: #A3D508;
	color: #FFF;
}

a.active-button:hover,
button.active-button span:hover,
input.active-button span:hover {
	color: #000 !important;
}

#TB_window a.active-button,
button.active-button span,
input.active-button span {
	background-color: #A3D508;
	color: #FFF;
}


#TB_window a.active-button:hover,
button.active-button span:hover,
input.active-button span:hover {
	color: #000;
}

/**
 * Form
 */
form fieldset {
	background-color: #F0F0F0;
	/* margin: 21px 14px 14px 14px; */
	padding: 0;
	
	display: block;
}

form div.fieldsetfix { /* ff bug with fieldset padding */
	position: relative;
	background: #f0f0f0;
	padding: 14px !important;
	margin: 21px 14px 14px 14px; 
}

form fieldset legend {
	display: none;
	width: 0;
	height: 0;
	
}

form label {
	font-size: 12px;
	padding-top: 4px;
	width: 120px;
	display: block;
	float: left;
	color: #555;
}

p.checkbox label {
	float: left;
}

form input {
	display: block;
	width: 200px;
	font-size: 13px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	padding: 5px 3px;	
}

form select {
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	padding: 5px 3px;
}

form input[type=password],
form input.password {
	width: 200px;
}

form input[type=checkbox],
form input.checkbox {
	position: relative;
	float: left;
	width: 15px;
	height: 15px;
	display: inline;
	margin: 4px;
}

form input[type=hidden] {
	display: none;
}

.form_middle_copy {
	position: relative;
	margin: 0 0 0 155px;
	color: #333;
}

#MemberLoginForm_LoginForm_Remember {
	display:inline;
	float:left;
}

#Remember {
	margin: 10px 0 0 0;
}

#Remember label {
	display:inline;
	float:left;
	width:300px;
}

#ForgotPassword {
	margin: 12px 0;
}

#MyAccountRegistrationForm_MyAccountRegistrationForm_ReadTermsAndConditions {
	float: left;
}

#CardCustomizationForm_CardCustomizationForm_action_CustomizationFormSubmission {
	float: right;
	margin: 0 30px 0 0;
}

#CardCustomizationForm_CardCustomizationForm_action_CustomizationFormContinueShopping {
	float: right;
	margin: 0 30px 0 0;
}

.explanation {
	font-size: .8em;
	color: #9A0004;
	margin: 0 0 -10px 123px;
}

#DonationAmountForm_DonationAmountForm .field {
	border: none;
}

/* silverstripe forms styling */
.field {
	border-bottom:1px dashed #CCCCCC;
	margin:0 0 5px;
	padding:0 0 5px 5px;
} /* 10 */

#CardSelectionForm_CardSelectionForm .field {
	border: none;
}

.checkbox {
	border: none;
	margin: 4px;	
}

.field:hover { /*background: #fffdf8;*/ }
.text label {  padding-top: 5px; display: block;}
.field, input, .field input, .dropdown select  { -moz-border-radius: 6px; -webkit-border-radius: 6px;  /* lil' progressive enhancement for that ass */ }
/*.text input { display: block; width: 200px; font-size: 13px;  } Moved to form input*/
input, .field input, .field select { border-top: 1px #9da8ad solid; border-bottom: 1px #cedde3 solid; border-left: 1px #c1d7df solid; border-right: 1px #c1d7df solid;  }
select option { padding: 5px; font-size: 13px;  }
.field input:focus {	border-top: 1px #4da793 solid; border-bottom: 1px #61ccb4 solid;
						border-left: 1px #6fc6b2 solid; border-right: 1px #6fc6b2 solid;
						background: #eefcf9 url(../images/gt-sprite.png) 0 -370px repeat-x;  }
.dropdown select { font-size: 12px; height: 30px; }

#CardSelectionForm_CardSelectionForm_CardValue {
	width: 220px;
}

.message {	background: transparent url(../images/gt-sprite.png) 0px -289px no-repeat;
			padding-left: 30px; color: #409B87; border: none; font-size: 14px; line-height: 16px; }

.message br {
	margin: 10px 0;
}

.notice,
.required { background: transparent url(../images/gt-sprite.png) 0px -169px no-repeat !important;
			padding-left: 30px;  color: #ff9600; border: none; font-size: 14px; line-height: 16px; }

li.required {margin:10px 0 0 30px;}

.bad { background: transparent url(../images/gt-sprite.png) 0px -224px no-repeat !important;
	   padding-left: 30px; color: #ff2200; border: none; font-size: 14px; line-height: 16px; }

.Actions input { -moz-border-radius: 12px; -webkit-border-radius: 12px; background-color: #d5d2ca; background-repeat: repeat-x !important; padding: 10px !important; font-size: 15px !important; display: inline;font-weight: 900 !important; text-transform: uppercase !important; float: right !important; margin-right: 30px !important;}
.Actions input:hover { background: #61CCB4 !important; color: #fff; }

.item .price { color: #409b87 !important; }
.item .title { color: #409b87 !important; }
#total { font-size: 24px; }

/**
 * Table
 */
table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

/**
 * Footer
 */
#footer {
	height: 40px;
	display: block;
	clear: both;
	margin-top: 0;
	padding: 15px 0 0 0;
}

#footer .inner {
	padding: 0;
}

#footer_wrap {
	position: relative;
	float: right;
}

#footer_copy {
	position: relative;
	clear: both;
	color:#8E6305;
	font-size:9px;
	padding: 15px 0;
	text-align: center;
}

#bbb-logo {
	position: absolute;
	left: 5px;
}

#bbb-logo-home {
	float:right;
	margin-right:74px;
	margin-top:5px;
}

body.homepage #bbb-logo {
	display: none;
	position: absolute;
	left: -3000px;
}

/**
 * Modal/Pop up Styles 
 */

#TB_window a, #TB_window a:link, #TB_window a:visited  {
	color:#FF3407;
	text-decoration: none;
}

#TB_window a:active, #TB_window a:focus, #TB_window a:hover  {
	color:#FF3407;
	text-decoration: underline;	
}

#TB_window .button a:active, #TB_window .button a:focus, #TB_window .button a:hover {
color:#000;

}

#TB_ajaxContent.TB_modal {
	padding:0px;
	position: relative;
}

#modal_wrap {
	width: 100%;
	height: 100%;
	margin: 0;	
	padding: 0;
}

.modal_padding {
	padding: 15px;
}

#modal_header {
	position: relative;
	float: left;
	width: 600px;
}

#modal_header h1 {
	overflow: visible;
	font-size: 2.5em;
	line-height: 1.25em;
}

#modal_header h2 {
	overflow: visible;
	font-size: 1.5em;
	height: 100%;
}

.modal_left {
	position: relative;
	float: left;
	width: 375px;
}

.modal_p {
	margin: 0 0 10px 0;
	clear: both;
}

#modal_wrap .field {
	border-bottom: none;
}

.card_modal fieldset {
	background: none;
}

#modal_close {
	position: relative;
	float: right;
}

#modal_close img {
	position: relative;
	margin: 0 0 -2px 0;
}

.modal_close_link {
	font-size: 10px;
}

.modal_charity_content {
	clear:both;
	position:relative;
	width:600px;
}

.cvc_modal .modal_content {
	width: 335px;
}

.video_ecard_modal {
	background: none;
}

.card_modal_card_carrier {
	background: #FFF url(../images/givecard_carrier.jpg) 50% 119px no-repeat;
	height: 1100px;
	min-height: 1100px;
}

.card_modal {
	background: url(../images/bg_modal_stripe.jpg) 50% 149px no-repeat;
}

.card_modal_shipping {
	background: none;
}

.card_modal_personalize {
	background: url(../images/bg_modal_stripe_smaller.jpg) 50% 185px no-repeat;
}

.cvc_modal {
	background: url(../images/security-code.jpg) 100% 75px no-repeat;
}

.charity_modal {
	background: url(../images/bg_modal_fade.jpg) 100% -47px no-repeat;
	color: #000;
}

div#carrier_address {
	color:#666666;
	left:111px;
	position:relative;
	top:137px;
	width:200px;
}

div#carrier_message {
	left:350px;
	position:relative;
	top:0;
	width:250px;
	color: #555;
}

div.ecard_modal_type {
	position: relative;
	clear: both;
	height: 75px;
}

div.ecard_modal_type li {
	padding-right: 20px;
}

.video_ecard_modal .modal_content {
	font-size:1.25em;
	line-height:1.2em;
	width:690px;
}

#modal_shipping_form {
	position: relative;
	width: 380px;
	float: left;
	margin: 0 0 25px 0;
}

#modal_existing_shipping {
	clear:none;
	float:right;
	font-size:18px;
	line-height:1.2em;
	margin:0 65px 0 0;
	position:relative;
}


.modal_custom_form {
	margin: 60px 0 0 0;
}

.modal_custom_form .field {
	padding: 0;
	border: none;
}

.modal_custom_form textarea {
	background: url(../images/bg_custom_form.png) top left no-repeat;
	height:65px;
	padding:10px;
	width:320px;
	border: none;
	font-size: 1em;
}

.modal_custom_form label {
	color: #FFF;
	font-size: 1.2em;
	padding: 5px 0 8px 5px;
}

.modal_custom_form fieldset, .modal_custom_form fieldset:hover {
	background: none;
}

.modal_custom_form .field:hover {
	background: none; 
}


#video_upsell_example {
	left:20px;
	position:absolute;
	top:193px;
}

#video_upsell_example img {
	float: left;
	margin: 0 40px 0 0;
}

.large_white {
	font-size: 24px;
	color: #FFF;
	line-height: 1.1em;
	position: relative;
	float: left;
}

.tagline {
	margin: 0 0 50px 0;
}

#CardEmbossForm_CardEmbossForm_action_CardCarrierFormSubmission {
	margin: 20px 0 0 0;
}

#CardDenomSliderForm_CardDenomSliderForm_action_CardDenomSliderFormSubmission {
	margin: 30px 0 0 0;
}

#CardEmbossForm_CardEmbossForm_CardEmboss:hover, #CardCarrierForm_CardCarrierForm_CardCarrierMessage:hover {
	background-color: #61CCB4;
}

#CardCarrierForm_CardCarrierForm_CardCarrierMessage {
	float:left;
	position:relative;
	top:-25px;
}

#vecard_image_preview {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2034;
	margin: -200px 0 0 0;
}

#vecard_message_preview {
	color:#FFFFFF;
	font-size:11px;
	left:40px;
	max-width:235px;
	position:relative;
	top:50px;
	z-index:2038;
}

#vecard_vholder_preview {
	left:300px;
	max-width:450px;
	position:relative;
	top:230px;
	z-index:2036;
}

#EcardType li {
	margin: -5px 0 0 40px
}

/**
 * Card Preview Modal Styles
 */

#card_preview {
	background: transparent url(../images/givecard_template.png) top left no-repeat;
	position: relative;;
	float: right;
	height: 189px;
	width: 285px;
	margin: 85px 0 0 0;
	padding: 152px 0 0 15px;
	color: #333;
	font-family: Courier;
}

.card_preview_emboss {
	bottom: 0;
	padding: 0;
	margin-left: 30px;
	position: absolute;
	text-transform: uppercase;
	font-weight:900;
}

/**
 * /Charity styles
 */


.charityPickerHeader .message {
	width: 265px;
}

#CharityPickerForm_CharityPickerForm_Cause {
	width: 340px;
}

#CharityPickerForm_CharityPickerForm_action_CharityPickerFormSubmission {
	position: relative;
	float:right;
	margin-right:13px;
	margin-top:-15px;
	padding: 5px 6px;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 12px;
}

#CharityLinks {
	position: relative;
	background: #61CCB4;
	padding-bottom: 1px;
}

#CharityLinks ul li {
	background: url(../images/bg_charity_category.png) 55px 50% no-repeat;
	height:20px;
	margin:4px 0;
	padding: 12px 0 12px 60px;
}

#CharityLinks ul li.selected {
	background: url(../images/bg_charity_selected.png) 55px 50% no-repeat;
}

#CharityLinks ul li.selected a {
	color: #FFFFFF;
}

#CharityLinks li a {
	margin-left: -54px;
	padding: 12px 0 12px 62px;
}

.browseTitle {
	color:#FFFFFF;
	margin:0 0 9px;
	position:relative;
	text-align:center;
}

#CharityLinks .icon_0 {
	background: url(../images/icon_animals.png) 3px 50% no-repeat;
}

#CharityLinks .icon_1 {
	background: url(../images/icon_arts.png) 3px 50% no-repeat;
}

#CharityLinks .icon_2 {
	background: url(../images/icon_education.png) 3px 50% no-repeat;
}

#CharityLinks .icon_3 {
	background: url(../images/icon_environment.png) 3px 50% no-repeat;
}

#CharityLinks .icon_4 {
	background: url(../images/icon_health.png) 3px 50% no-repeat;
}

#CharityLinks .icon_5 {
	background: url(../images/icon_human.png) 3px 50% no-repeat;
}

#CharityLinks .icon_6 {
	background: url(../images/icon_international.png) 3px 50% no-repeat;
}

#CharityLinks .icon_7 {
	background: url(../images/icon_public.png) 3px 50% no-repeat;
}

#CharityLinks .icon_8 {
	background: url(../images/icon_religion.png) 3px 50% no-repeat;
}

#charityPickerForm .dropdown {
	font-size: 11px;
}

#charityPickerForm .fieldsetfix {
	padding: 0 14px !important;
}

#charityPickerForm .field {
	margin: 5px 0;
	padding: 0;
	border: none;
}

#charityPickerForm h3 {
	font-size: 18px;
}

#charityPickerForm .Actions input {
	padding: 5px !important;
	font-size: 14px !important;
}

#charityCategories {
	
}

.searchResultsText{
	clear: both;
	color: #FFF;
	font-size: 24px;
}

.searchResultsTitleText{
	clear: both;
	font-size: 24px;
}

.clear_search {
	float: left;
	margin: 0 43px 0 0;
}

#charityList {
	position: relative;
	background: #61ccb4;
	padding: 0 15px 5px 15px;
}

div.charityListing {
	background-color: #ffffff;
	margin: 0;
	padding: 5px;
	border-bottom: #5D5D5D 1px dashed;
	position: relative;
	clear: both;
}

.donate_btn {
	position: relative;
	margin: 10px 7px 10px 0!important;
}

.charity_message {
	width: 300px;
}

/*
 * Activate Styles
 */

#activate_image img {
	position: relative;
	float: right;
}


#CardEntryForm_CardEntryForm .field {
	border-bottom: none;
}


/*
 * Social networking link styles
 */

.social_link {
	float:left;
	margin:0 0 20px 25px;
	position:relative;
	width:220px;
}

.social_link .social_text {
	position:relative;
	top: -28px;
}

/**
 * My Account Styles
 */

table.defaultTable {
	width: 100%;
	padding: 10px;
	text-align: left;
}

table.defaultTable th {
	padding: 5px 10px;
}

table.nobgTable {
	width: 90%;
}

td.card_details {
	padding: 10px 20px 10px 10px;
}

td.card_customization {
	padding: 10px 20px;
	width: 400px;
}

td.card_shipping {
	padding: 10px;
}

.mainDefaultTableTR, td.mainDefaultTableTR, .mainDefaultTableTR td  {
	background-color: #F1F1F1;
}

.mainDefaultTableTR td {
	padding: 0px 7px;
	vertical-align: top;
}

td.table_end {
	vertical-align: middle;
}

.top_tr {
	height: 8px;
}

.bottom_tr {
	height: 15px;
}

.bottom_tr td {
	padding: 6px 0 0 0;
	vertical-align: bottom;
}

.tableTopLeft {
	background: transparent url(../images/table_rounded_edges.png) top left no-repeat;
	height: 8px;
	margin: 0;
	padding: 0;
}

.tableTopRight {
	background: transparent url(../images/table_rounded_edges.png) top right no-repeat;
	height: 8px;
	margin: 0;
	padding: 0;
}

.tableBottomLeft {
	background: transparent url(../images/table_rounded_edges.png) bottom left no-repeat;
}

.tableBottomRight {
	background: transparent url(../images/table_rounded_edges.png) bottom right no-repeat;
}

.tableTopCenter {
	background: #F1F1F1;
	height: 8px;
	margin: 0;
	padding: 0;	
}

.tableBottomCenter {
	background: #F1F1F1;
}

.rowSpacer {
	height: 15px;
	background: none;
}

.borderLeft {
	border-left: #5D5D5D 1px dashed;	
}

.CFMT_logo {
	float:right;
	margin: 10px 0 0 25px;
}

/*
 * Packing slip Styles
 */

.packingSlipTable td {
	padding: 10px;
}

.packing_th {
	font-size: 24px;
}

/*
 * Ecard styles
 */

.ecard_select_wrap {
	width: 800px;
}


.card_modal_ecard .radio {
	width: 170px;
	margin:0 0 0 10px;
	border: none!important;
}

.card_modal_ecard fieldset {
	padding: 10px;
}

.card_modal_ecard li.odd {
	position: relative;
	float: left;
	width: 170px;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 20px;	
}

.card_modal_ecard li.even {
	position: relative;
	float: left;
	width: 170px;
	text-align: center;	
	margin-top: -5px;
	margin-bottom: 20px;	
}

#content-main .radio {
	width: 80px;
	margin:0 0 0 16px;
}

#content-main li.odd {
	position: relative;
	float: left;
	width: 170px;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 20px;	
}

#content-main li.even {
	position: relative;
	float: left;
	width: 170px;
	text-align: center;	
	margin-top: -10px;
	margin-bottom: 20px;	
}

ul#EcardCreateForm_EcardCreateForm_Image {
	margin: 0 0 0 -10px;
}

ul#CardEcardForm_CardEcardForm_EcardImageID {
	margin: 0 0 0 -10px;
}

.valNone {
	margin: 0 0 0 150px;
}

#EcardMessage {
	position: relative;
	clear: both;
}

#Image {
	height: 640px;
}

#AddVideo {
	position: relative;
	clear: both;
}

#EcardBackground #EcardMessage {
	background: url(../images/bg_trans_black.png) top left repeat;	
	position:relative;
	font-size:14px;
	left:20px;
	top:300px;
	width:275px;
	padding: 10px;
	max-height: 340px;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;	
}

#EcardBackground #EcardVideo {
	width:608px;
}

.card_modal_ecardPreview #EcardBackground {
	margin-top: 30px;
}

#EcardBackground {
	height: 825px;
	position:relative;	
}

#video_ecard_swf {
	left:320px;
	position:relative;
	top:-40px;
	width:310px;
}

/* individual ecard styles  */

#EcardBackground.ecard_birthday #EcardMessage {
	color:#FFFFFF;
	left:20px;
	margin:20px 0 0 30px;
	width:390px;
	top:225px;
}

#EcardBackground.ecard_birthday #EcardVideo {
	left:50px;
	margin:15px 0 0;
	position:relative;
	top:225px;
}
 /* --------  */

#EcardBackground.ecard_wedding #EcardMessage {
	background: url(../images/bg_trans_white.png) top left repeat;	
	color:#314379;
	left:20px;
	margin:10px 0 0 30px;
	width:390px;
	top:250px;
}

#EcardBackground.ecard_wedding #EcardVideo {
	left:25px;
	margin:15px 0 0;
	position:relative;
	top:250px;
}
 /* --------  */

#EcardBackground.ecard_thankYou #EcardMessage {
	background: url(../images/bg_trans_blue.png) top left repeat;
	color:#FFFFFF;
	left:20px;
	margin:20px 0 0 30px;
	padding:10px;
	top:245px;
	width:390px;
}

#EcardBackground.ecard_thankYou #EcardVideo {
	left:50px;
	margin:15px 0 0;
	position:relative;
	top:245px;
}
 /* --------  */

#EcardBackground.ecard_holidays #EcardMessage {
	background: none;	
	color:#0D435E;
	left:55px;
	margin:20px 0 0 30px;
	width:390px;
	top: 225px;
}

#EcardBackground.ecard_holidays #EcardVideo {
	left:50px;
	margin:15px 0 0;
	position:relative;
	top:225px;
}
 /* --------  */

#EcardBackground.ecard_fathersDay #EcardMessage {
	background: url(../images/bg_trans_blackDarker.png) top left repeat;
	color:#FFF;
	left:20px;
	margin:20px 0 0 30px;
	width:390px;
	top:225px;	
}

#EcardBackground.ecard_fathersDay #EcardVideo {
	left:50px;
	margin:15px 0 0;
	position:relative;
	top:225px;
}
 /* --------  */

#EcardBackground.ecard_congratulations #EcardMessage {
	background: url(../images/bg_trans_lightBlue.png) top left repeat;
	color:#174059;
	left:20px;
	margin:20px 0 0 30px;
	padding:10px;
	top:220px;
	width:390px;
}

#EcardBackground.ecard_congratulations #EcardVideo {
	left:50px;
	margin:15px 0 0;
	position:relative;
	top:220px;
}
 /* --------  */

#EcardBackground.ecard_graduate #EcardMessage {
	background: none;
	color:#002844;
	left:20px;
	margin:20px 0 0 30px;
	width:390px;
	top:260px;	
}

#EcardBackground.ecard_graduate #EcardVideo {
	left:50px;
	margin:15px 0 0;
	position:relative;
	top:260px;
}
 /* --------  */

#EcardBackground.ecard_chanukah #EcardMessage {
	background: url(../images/bg_trans_purple.png) top left repeat;
	color:#FFFFFF;
	left:20px;
	margin:20px 0 0 30px;
	padding:10px;
	top:220px;
	width:390px;
}

#EcardBackground.ecard_chanukah #EcardVideo {
	left:50px;
	margin:15px 0 0;
	position:relative;
	top:220px;
}
 /* --------  */

#EcardBackground.ecard_merryChristmas #EcardMessage {
	background: none;
	color:#FFFFFF;
	left:20px;
	margin:20px 0 0 30px;
	width:390px;
	top:225px;
}

#EcardBackground.ecard_merryChristmas #EcardVideo {
	left:50px;
	margin:15px 0 0;
	position:relative;
	top:225px;
}
 /* --------  */

#EcardBackground.ecard_mothersDay #EcardMessage {
	background: url(../images/bg_trans_pinkish.png) top left repeat;
	color:#280127;
	left:20px;
	margin:20px 0 0 30px;
	top:225px;
	width:390px;
}

#EcardBackground.ecard_mothersDay #EcardVideo {
	left:50px;
	margin:15px 0 0;
	position:relative;
	top:225px;
}
 /* --------  */

#EcardBackground.ecard_valentines #EcardMessage {
	background: url(../images/bg_trans_pink.png) top left repeat;
	color:#FFFFFF;
	left:20px;
	margin:20px 0 0 30px;
	padding:10px;
	top:230px;
	width:390px;
}

#EcardBackground.ecard_valentines #EcardVideo {
	left:50px;
	margin:15px 0 0;
	position:relative;
	top:230px;
}
 /* --------  */




/*
 * Callout Styles
 */

.callout {
	overflow: hidden;
	font-size: 18px;
	line-height: 1.3em;
}

.calloutContent p {
	width: 90%;
}

.calloutTopLeft {
	background: transparent url(../images/callout_bg_top.gif) bottom right no-repeat;
	width: 100%;
	height: 15px;
	position: relative;
	right: 0px;
}

.calloutBottomLeft {
	background: transparent url(../images/callout_bg_bottom.gif) top right no-repeat;
	width: 100%;
	height: 15px;	
	position: relative;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
}

.calloutContent {
	background: #FFAF02;
	width: 100%;
	margin: 0;
	padding: 15px 0 25px 40px;
}

#donationsCallout {
	position: relative;
	float: left;
	width: 500px;
	margin: 0 0 0 -30px;
	padding: 0;
}

#calloutShortLeft {
	position: relative;
	float: left;
	width: 260px;
	margin: 10px 0 20px 0;
	padding: 0;	
}

/* right side callout  */

.calloutTopRight {
	background: transparent url(../images/callout_bg_top.gif) bottom left no-repeat;
	width: 100%;
	height: 15px;
	position: relative;
	left: 0px;	
}

.calloutBottomRight {
	background: transparent url(../images/callout_bg_bottom.gif) top left no-repeat;
	width: 100%;
	height: 15px;
	position: relative;
	left: 0px;
	top: 0px;
}

.calloutContentRight {
	background: #FFAF02;
	width: 100%;
	margin: 0;
	padding: 15px 20px 20px 20px;
}

#calloutRight {
	position: relative;
	float: right;
	width: 500px;
	margin: 0 -30px 0 0;
	padding: 0;
}

#calloutShortRight {
	position: relative;
	float: right;
	width: 260px;
	margin: 0px;
	padding: 0;
}

p.impact_copy {
	margin: 25px 0 0px 0;
	width: 240px;
	font-size: 16px;
}

.largeCalloutText {
	font-size: 45px;
	color: #FFFFFF;
}

/* Supplemental Navigation Links */

.PageNumbers {
	position: relative;
	margin: 15px 0 20px 0;
	padding: 0 15px;
	height: 35px;
	clear: both;
	text-align: center;
}

.BackAndForth {
	text-align: center;
}
.spanForwardLink {
	position: relative;
	margin: 0 0 0 15px;
}
.spanBackwardLink {
	position: relative;
	margin: 0 15px 0 0;
}

.continue_cust {
	float:right;
	clear:both;
	display: block;
	margin:10px 0 5px;
	position:relative;
	text-align:right;
	width:400px;
}


/*
 * Custom Sidebar Styles
 */

.Frog_Tree {
	float: right;
	margin: 100px 50px 0 0;
}

.Frog_Shopping {
	float: right;
	margin: 0 200px 0 0;
}


/* rounded corners extravaganza */

/* content-area */
#content-area .rc { width: 16px; height: 16px; position: absolute; background: #f00; z-index: 10; }
#content-area .tl { top: -16px; left: 0; background: url(../images/gt-sprite.png) no-repeat; z-index: 10; }
#content-area .tr { top: -16px; right: 0; background: url(../images/gt-sprite.png) -16px 0px no-repeat; }
#content-area .bl { bottom: -16px; left: 0; background: url(../images/gt-sprite.png) 0px -16px no-repeat; }
#content-area .br { bottom: -16px; right: 0; background: url(../images/gt-sprite.png) -16px -16px no-repeat; }
#content-area .b1 { background: #fff; height: 16px; width: 50%; position: absolute; bottom: -16px; left: 16px; z-index: 10; }
#content-area .b2 { background: #fff; height: 16px; width: 50%; position: absolute; bottom: -16px; right: 16px; z-index: 10; }
#content-area .t1 { background: #fff; height: 16px; width: 50%; position: absolute; top: -16px; left: 16px; z-index: 10; }
#content-area .t2 { background: #fff; height: 16px; width: 50%; position: absolute; top: -16px; right: 16px; z-index: 10; }

/* fieldset */
#content-area .fieldsetfix .rc { width: 8px; height: 8px; position: absolute; background: #f00; z-index: 10; }
#content-area .fieldsetfix .tl { top: -8px; left: 0; background: url(../images/gt-sprite.png) -0px -138px no-repeat; z-index: 10; }
#content-area .fieldsetfix .tr { top: -8px; right: 0; background: url(../images/gt-sprite.png) -8px -138px no-repeat; }
#content-area .fieldsetfix .bl { bottom: -8px; left: 0; background: url(../images/gt-sprite.png) 0px -146px no-repeat; }
#content-area .fieldsetfix .br { bottom: -8px; right: 0; background: url(../images/gt-sprite.png) -8px -146px no-repeat; }
#content-area .fieldsetfix .b1 { background: #f0f0f0; height: 8px; width: 50%; position: absolute; bottom: -8px; left: 8px; z-index: 10; }
#content-area .fieldsetfix .b2 { background: #f0f0f0; height: 8px; width: 50%; position: absolute; bottom: -8px; right: 8px; z-index: 10; }
#content-area .fieldsetfix .t1 { background: #f0f0f0; height: 8px; width: 50%; position: absolute; top: -8px; left: 8px; z-index: 10; }
#content-area .fieldsetfix .t2 { background: #f0f0f0; height: 8px; width: 50%; position: absolute; top: -8px; right: 8px; z-index: 10; }

/* shaded-box */
#content-area .shaded-box .rc { width: 16px; height: 16px; position: absolute; background: #f00; z-index: 10; }
#content-area .shaded-box .tl { top: -16px; left: 0; background: url(../images/gt-sprite.png) -0px -68px no-repeat; z-index: 10; }
#content-area .shaded-box .tr { top: -16px; right: 0; background: url(../images/gt-sprite.png) -16px -68px no-repeat; }
#content-area .shaded-box .bl { bottom: -16px; left: 0; background: url(../images/gt-sprite.png) 0px -84px no-repeat; }
#content-area .shaded-box .br { bottom: -16px; right: 0; background: url(../images/gt-sprite.png) -16px -84px no-repeat; }
#content-area .shaded-box .b1 { background: #eaeaea; height: 16px; width: 50%; position: absolute; bottom: -16px; left: 16px; z-index: 10; }
#content-area .shaded-box .b2 { background: #eaeaea; height: 16px; width: 50%; position: absolute; bottom: -16px; right: 16px; z-index: 10; }
#content-area .shaded-box .t1 { background: #eaeaea; height: 16px; width: 50%; position: absolute; top: -16px; left: 16px; z-index: 10; }
#content-area .shaded-box .t2 { background: #eaeaea; height: 16px; width: 50%; position: absolute; top: -16px; right: 16px; z-index: 10; }

#content-area .teal .tl { background: url(../images/gt-sprite.png) -0px -34px no-repeat; }
#content-area .teal .tr { background: url(../images/gt-sprite.png) -16px -34px no-repeat; }
#content-area .teal .bl { background: url(../images/gt-sprite.png) 0px -50px no-repeat; }
#content-area .teal .br { background: url(../images/gt-sprite.png) -16px -50px no-repeat; }
#content-area .teal .b1 { background: #61CCB4; }
#content-area .teal .b2 { background: #61CCB4; }
#content-area .teal .t1 { background: #61CCB4; }
#content-area .teal .t2 { background: #61CCB4; }

/* button */
#content-area .button .rc { width: 8px; height: 8px; position: absolute; background: #f00; z-index: 10; }
#content-area .button .tl { top: -8px; left: 0; background: url(../images/gt-sprite.png) -0px -102px no-repeat; z-index: 10; }
#content-area .button .tr { top: -8px; right: 0; background: url(../images/gt-sprite.png) -8px -102px no-repeat; }
#content-area .button .bl { bottom: -8px; left: 0; background: url(../images/gt-sprite.png) 0px -110px no-repeat; }
#content-area .button .br { bottom: -8px; right: 0; background: url(../images/gt-sprite.png) -8px -110px no-repeat; }
#content-area .button .b1 { background: #696969; height: 8px; width: 50%; position: absolute; bottom: -8px; left: 8px; z-index: 10; }
#content-area .button .b2 { background: #696969; height: 8px; width: 50%; position: absolute; bottom: -8px; right: 8px; z-index: 10; }
#content-area .button .t1 { background: #696969; height: 8px; width: 50%; position: absolute; top: -8px; left: 8px; z-index: 10; }
#content-area .button .t2 { background: #696969; height: 8px; width: 50%; position: absolute; top: -8px; right: 8px; z-index: 10; }

#content-area .active-button .rc { width: 8px; height: 8px; position: absolute; background: #f00; z-index: 10; }
#content-area .active-button .tl { top: -8px; left: 0; background: url(../images/gt-sprite.png) -0px -120px no-repeat; z-index: 10; }
#content-area .active-button .tr { top: -8px; right: 0; background: url(../images/gt-sprite.png) -8px -120px no-repeat; }
#content-area .active-button .bl { bottom: -8px; left: 0; background: url(../images/gt-sprite.png) 0px -128px no-repeat; }
#content-area .active-button .br { bottom: -8px; right: 0; background: url(../images/gt-sprite.png) -8px -128px no-repeat; }
#content-area .active-button .b1 { background: #a3d508; height: 8px; width: 50%; position: absolute; bottom: -8px; left: 8px; z-index: 10; }
#content-area .active-button .b2 { background: #a3d508; height: 8px; width: 50%; position: absolute; bottom: -8px; right: 8px; z-index: 10; }
#content-area .active-button .t1 { background: #a3d508; height: 8px; width: 50%; position: absolute; top: -8px; left: 8px; z-index: 10; }
#content-area .active-button .t2 { background: #a3d508; height: 8px; width: 50%; position: absolute; top: -8px; right: 8px; z-index: 10; }

#modal_wrap .button .rc { width: 8px; height: 8px; position: absolute; background: #f00; z-index: 10; }
#modal_wrap .button .tl { top: -8px; left: 0; background: url(../images/gt-sprite.png) -0px -102px no-repeat; z-index: 10; }
#modal_wrap .button .tr { top: -8px; right: 0; background: url(../images/gt-sprite.png) -8px -102px no-repeat; }
#modal_wrap .button .bl { bottom: -8px; left: 0; background: url(../images/gt-sprite.png) 0px -110px no-repeat; }
#modal_wrap .button .br { bottom: -8px; right: 0; background: url(../images/gt-sprite.png) -8px -110px no-repeat; }
#modal_wrap .button .b1 { background: #696969; height: 8px; width: 50%; position: absolute; bottom: -8px; left: 8px; z-index: 10; }
#modal_wrap .button .b2 { background: #696969; height: 8px; width: 50%; position: absolute; bottom: -8px; right: 8px; z-index: 10; }
#modal_wrap .button .t1 { background: #696969; height: 8px; width: 50%; position: absolute; top: -8px; left: 8px; z-index: 10; }
#modal_wrap .button .t2 { background: #696969; height: 8px; width: 50%; position: absolute; top: -8px; right: 8px; z-index: 10; }

#modal_wrap .active-button .rc { width: 8px; height: 8px; position: absolute; background: #f00; z-index: 10; }
#modal_wrap .active-button .tl { top: -8px; left: 0; background: url(../images/gt-sprite.png) -0px -120px no-repeat; z-index: 10; }
#modal_wrap .active-button .tr { top: -8px; right: 0; background: url(../images/gt-sprite.png) -8px -120px no-repeat; }
#modal_wrap .active-button .bl { bottom: -8px; left: 0; background: url(../images/gt-sprite.png) 0px -128px no-repeat; }
#modal_wrap .active-button .br { bottom: -8px; right: 0; background: url(../images/gt-sprite.png) -8px -128px no-repeat; }
#modal_wrap .active-button .b1 { background: #a3d508; height: 8px; width: 50%; position: absolute; bottom: -8px; left: 8px; z-index: 10; }
#modal_wrap .active-button .b2 { background: #a3d508; height: 8px; width: 50%; position: absolute; bottom: -8px; right: 8px; z-index: 10; }
#modal_wrap .active-button .t1 { background: #a3d508; height: 8px; width: 50%; position: absolute; top: -8px; left: 8px; z-index: 10; }
#modal_wrap .active-button .t2 { background: #a3d508; height: 8px; width: 50%; position: absolute; top: -8px; right: 8px; z-index: 10; }

#modal_wrap .teal .tl { background: url(../images/gt-sprite.png) -0px -34px no-repeat; }
#modal_wrap .teal .tr { background: url(../images/gt-sprite.png) -16px -34px no-repeat; }
#modal_wrap .teal .bl { background: url(../images/gt-sprite.png) 0px -50px no-repeat; }
#modal_wrap .teal .br { background: url(../images/gt-sprite.png) -16px -50px no-repeat; }
#modal_wrap .teal .b1 { background: #61CCB4; }
#modal_wrap .teal .b2 { background: #61CCB4; }
#modal_wrap .teal .t1 { background: #61CCB4; }
#modal_wrap .teal .t2 { background: #61CCB4; }

a.oxp-button,
a.oxp-button:hover {
	background:transparent url(../images/button_rounder_sprite.png) no-repeat top left;
	display:inline;
	float:left;
	height: 35px;
	margin-right: 15px;
	padding-bottom: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF !important;

}
a.oxp-button:hover{
	color:#000000 !important;
}
span.oxp-button {
	background:transparent url(../images/button_rounder_sprite.png) no-repeat right top;
	cursor:pointer;
	display:inline;
	float:left;
	height:35px;
	padding:9px 10px 1px 0;
	margin-left:10px;
	margin-right:-10px;
}

img.cart {
	display:inline;
	margin:-5px 8px -5px 0;
	clear: both;
}

a.picker-detail-link, a.picker-detail-link:hover, a.picker-detail-link:active, a.picker-detail-link:visited {
	position: relative;
	top: 10px!important;
	padding-top: 5px;
}

