/* Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { 
    margin: 0; 
    margin-bottom: 2px;
}

/* New Drop-Down login box */
.newLoginBox {
    text-align: left;
    padding: 10px;
    top: 30px;
    left: 575px;
    z-index: 999909;
	position: absolute;
    margin: 0px 0px 0px 20px;
    color: #777777;
    display:none;

    background: #FFF;
    border: solid 1px #DDD;
    border: solid 1px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    overflow: visible;
    -webkit-border-bottom-right-radius: 6px; 
    -moz-border-radius-bottomright: 6px; 
    border-bottom-right-radius: 6px; 
    -webkit-border-bottom-left-radius: 6px; 
    -moz-border-radius-bottomleft: 6px; 
    border-bottom-left-radius: 6px;
}
.newLoginBoxWithAds {
    top: 135px;
}
.newLoginBoxNonIE {
    top: 30px;
    left: 575px;
}
.newLoginBoxNonIEWithAds {
    top: 125px;
    left: 637px;
}

/* FancyBox */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox/images/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('fancybox/images/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancybox/images/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('fancybox/images/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('fancybox/images/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('fancybox/images/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('fancybox/images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox/images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox/images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox/images/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox/images/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox/images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox/images/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox/images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox/images/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox/images/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox/images/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/js/fancybox/images/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/js/fancybox/images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/js/fancybox/images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/js/fancybox/images/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/js/fancybox/images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/js/fancybox/images/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/js/fancybox/images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/js/fancybox/images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/js/fancybox/images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/js/fancybox/images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/js/fancybox/images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/js/fancybox/images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/js/fancybox/images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/js/fancybox/images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/js/fancybox/images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/js/fancybox/images/fancy_shadow_nw.png', sizingMethod='scale'); }

/*
    Suckerfish
*/

.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}

.nav ul {
	position:absolute; 
	display:none;
	left:25px; 
	top:27px; 
	/*
	top:-999em;
	*/
	width: 17em;
	min-width: 160px;
    list-style: none;
    background: #FFF;
    border: solid 1px #DDD;
    border: solid 1px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    overflow: visible;
    padding: 4px 0;
    margin: 0;
    -webkit-border-bottom-right-radius: 6px; 
    -moz-border-radius-bottomright: 6px; 
    border-bottom-right-radius: 6px; 
    -webkit-border-bottom-left-radius: 6px; 
    -moz-border-radius-bottomleft: 6px; 
    border-bottom-left-radius: 6px;
}

.nav ul .divider {
    height: 1px;
    background: #E5E5E5;
    margin: 5px 1px;
    overflow: hidden;
}

.nav ul li { 
	width: 100%;
	}

.nav li {
	float:left; 
	position:relative; 
	z-index:89; 
	list-style: none;
    margin: 0;
}


.nav a {
	display:inline; 
	margin-left: 5px;
}


.nav li:hover ul, 
ul.nav li.sfHover ul 
{
	/*
	left:25px; 
	top:27px; 
	*/
	display:block;
}

.nav li:hover li ul,
.nav li.sfHover li ul {
	display:none;
	/*
	top:-999em;
	*/
}

.nav li li:hover ul, 
ul.nav li li.sfHover ul 
 {
	left: 17em; 
	top:10px; 
}

.nav li li:hover li ul,
.nav li li.sfHover li ul {
	top:-999em; 
}

.nav li li li:hover ul, 
ul.nav li li li.sfHover ul 
 {
	left:9.45em; 
	top:-1px; 
}

.nav .navItem {
    font-size:14px;
}

.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em; 
}

.nav a {
	color: #13a;
	text-decoration:none;
}
.nav ul li {
	padding: 0px !important;
	background: white;
}		
	
.nav ul a {
	width: 7.45em;
	padding: 0 1em;
	text-indent: 0;
	font-weight: normal !important;
	line-height: 1.5em;
}


.nav li li {
	background: white; 
	line-height: 20px !important;
}
.nav li li li {
	background: white; 
	line-height: 20px !important;
}

/* --------------------------------------------
|  FONTS
--------------------------------------------- */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/static/fonts/bebas-neue-fontfacekit/BebasNeue-webfont.eot');
    src: url('/static/fonts/bebas-neue-fontfacekit/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/bebas-neue-fontfacekit/BebasNeue-webfont.woff') format('woff'),
         url('/static/fonts/bebas-neue-fontfacekit/BebasNeue-webfont.ttf') format('truetype'),
         url('/static/fonts/bebas-neue-fontfacekit/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**
HACKS
**/

a.mbNewThreadNameLink { font-weight: bold; }
a.mbNewThreadNameLink:visited { color:#aaaaaa; }

/* --------------------------------------------
|  GLOBAL STYLES
--------------------------------------------- */

html, body {
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 13px;
	border: none;
	font-size: 11px;
	font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-align:center;
	color: #777777;
}

img { border: 0; }
p { margin: 0 0 15px 0; }
a {
	color:#777;
	text-decoration: none;
}
a:hover {
	color: #2EBBAB;
	text-decoration: underline;
}
a.aquaLink {
	color: #2EBBAB;
	text-decoration: underline;
}
a.aquaLink:hover {
	text-decoration: none;
}
.aquaLinks a {
	color: #2EBBAB;
	text-decoration: underline;
}
.aquaLinks a:hover {
	text-decoration: none;
}
h2, h3, h4, h5, form { margin: 0; }

.spacer {
	height:15px;
	margin:0;
	padding:0;
	display:block;
}

.headerColor {
	color: #666666;
}	

.headerFont {
	font: 24px/24px 'BebasNeueRegular', Arial, sans-serif;letter-spacing: 0;
}

.subheaderColor {
	color: #2EBBAB;
}

.subheaderFont {
	font: 16px/24px 'BebasNeueRegular', Arial, sans-serif;letter-spacing: 0;
}

.contentColor {
	color: #777777;
}

.header .contentFont {
	font: 11px/28px "Verdana", Geneva, Arial, Helvetica, sans-serif;
}

.contentLabel {
	font-weight:bold;
}

.leftBorder {
	border-left: solid 1px #DDDDDD;
}

.quantityField {
	border: 1px solid #DDDDDD;
	text-align: center;
	font-size: 11px;
	color: #4d5670;
	padding: 1px 2px 1px 2px;
}

.placeholder {
  color: #aaa;
}

.lightGrayBackground {
	background-color: #F0F0F0;
}
.lightGrayBackgroundHighlighted {
	background-color: #DDDDDD;
}
.tealBackground {
	background-color: #2EBBAB;
}

.addToCartSection {
	position:relative;
	display:inline-block;
}
.addToCartSection .addToCartButton {
	border-radius:10px;
	border:1px solid #DDDDDD;
	color: #777777;
	padding: 3px 15px;
}
.addToCartSection .addToCartSplitButtonLeft {
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	border:1px solid #DDDDDD;
	border-right:none;
	color: #666666;
	margin-right:0;
	padding: 3px 10px 3px 15px;
}
.addToCartSection .addToCartSplitButtonRight {
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border:1px solid #DDDDDD;
	color: #666666;
	margin-left:0;
	padding: 3px 10px 3px 6px;
}
.splitButtonMenu {
	position:absolute;
	top:-10px;
	left:62px;
	padding:5px 0;
	margin:0;
	display:none;
	border: 2px solid #DDDDDD;
	list-style-type:none;
	background-color:#F0F0F0;
	border-radius:10px; width:130px;
	z-index:1;
}
.splitButtonMenu li, #product_list .splitButtonMenu li {
	line-height: 20px;
	padding:0 10px;
	background-image:none;
	display:block;
	text-align:left;
}

#product_list .splitButtonMenu {
	top:-40px;
}

.leftSideGrayBox .splitButtonMenu li {
	padding:0 10px;
	background-image:none;
}

.checkoutHeader {
	text-align:center;
	padding:10px;
}

.checkoutHeader span {
	padding:20px;
}

.splitButtonLeft100x20 {
    width:100px;
    height:20px;
    border:none;
    text-align:right;
    padding-right: 6px;
    font-weight: bold;
    color: #666666;
    background:transparent url('/static/graphics/buttons/ArrowSplitButtonLeftLightGray_100x20.png') no-repeat center center;
}

.splitButtonLeft100x20:hover {
    color:#FFFFFF;
    background:transparent url('/static/graphics/buttons/ArrowSplitButtonLeftTeal_100x20.png') no-repeat center center;
}

.splitButtonLeft100x20:active {
    color:#FFFFFF;
    background:transparent url('/static/graphics/buttons/ArrowSplitButtonLeftDarkGray_100x20.png') no-repeat center center;
}

.splitButtonLeft120x20 {
    width:120px;
    height:20px;
    border:none;
    text-align:right;
    padding-right: 6px;
    font-weight: bold;
    color: #666666;
    background:transparent url('/static/graphics/buttons/ArrowSplitButtonLeftLightGray_120x20.png') no-repeat center center;
}

.splitButtonLeft120x20:hover {
    color:#FFFFFF;
    background:transparent url('/static/graphics/buttons/ArrowSplitButtonLeftTeal_120x20.png') no-repeat center center;
}

.splitButtonLeft120x20:active {
    color:#FFFFFF;
    background:transparent url('/static/graphics/buttons/ArrowSplitButtonLeftDarkGray_120x20.png') no-repeat center center;
}

.splitButtonLeft150x20 {
    width:150px;
    height:20px;
    border:none;
    text-align:right;
    padding-right: 6px;
    font-weight: bold;
    color: #666666;
    background:transparent url('/static/graphics/buttons/ArrowSplitButtonLeftLightGray_150x20.png') no-repeat center center;
}

.splitButtonLeft150x20:hover {
    color:#FFFFFF;
    background:transparent url('/static/graphics/buttons/ArrowSplitButtonLeftTeal_150x20.png') no-repeat center center;
}

.splitButtonLeft150x20:active {
    color:#FFFFFF;
    background:transparent url('/static/graphics/buttons/ArrowSplitButtonLeftDarkGray_150x20.png') no-repeat center center;
}

.splitButtonLeft40x20 {
	width:40px;
	height:20px;
	border:none;
	text-align:right;
	padding-right: 6px;
	font-weight: bold;
	color: #666666;
	background:transparent url('/static/graphics/buttons/ArrowSplitButtonLeftLightGray_40x20.png') no-repeat center center;
}

.splitButtonLeft40x20:hover {
	color:#FFFFFF;
	background:transparent url('/static/graphics/buttons/ArrowSplitButtonLeftTeal_40x20.png') no-repeat center center;
}

.splitButtonLeft40x20:active {
	color:#FFFFFF;
	background:transparent url('/static/graphics/buttons/ArrowSplitButtonLeftDarkGray_40x20.png') no-repeat center center;
}

.splitButtonLeft60x20 {
	width:60px;
	height:20px;
	border:none;
	text-align:right;
	padding-right: 6px;
	font-weight: bold;
	color: #666666;
	background:transparent url('/static/graphics/buttons/ArrowSplitButtonLeftLightGray_60x20.png') no-repeat center center;
}

.splitButtonLeft60x20:hover {
	color:#FFFFFF;
	background:transparent url('/static/graphics/buttons/ArrowSplitButtonLeftTeal_60x20.png') no-repeat center center;
}

.splitButtonLeft60x20:active {
	color:#FFFFFF;
	background:transparent url('/static/graphics/buttons/ArrowSplitButtonLeftDarkGray_60x20.png') no-repeat center center;
}

.splitButtonRight20x20 {
	width:20px;
	height:20px;
	border:none;
	margin-left:2px;
	text-align:center;
	font-weight: bold;
	color: transparent;
	background:transparent url('/static/graphics/buttons/ArrowSplitButtonRightLightGray_20x20.png') no-repeat center center;
}

.splitButtonRight20x20:hover {
	background:transparent url('/static/graphics/buttons/ArrowSplitButtonRightTeal_20x20.png') no-repeat center center;
}

.splitButtonRight20x20:active {
	background:transparent url('/static/graphics/buttons/ArrowSplitButtonRightDarkGray_20x20.png') no-repeat center center;
}

.button50x20 {
	width:50px;
	height:20px;
	border:none;
	text-align:center;
	font-weight: bold;
	display:inline-block;
	box-sizing:border-box;
	font-family:'Lucida Grande';
	letter-spacing:normal;
	line-height:normal;
	padding:3px 6px;
	text-decoration:none;
	color: #666666;
	background:transparent url('/static/graphics/buttons/ArrowButtonLightGray_50x20.png') no-repeat center center;
}

.button50x20:hover {
	text-decoration:none;
	color:#FFFFFF;
	background:transparent url('/static/graphics/buttons/ArrowButtonTeal_50x20.png') no-repeat center center;
}

.button50x20:active {
	text-decoration:none;
	color:#FFFFFF;
	background:transparent url('/static/graphics/buttons/ArrowButtonDarkGray_50x20.png') no-repeat center center;
}

.button70x20 {
	width:70px;
	height:20px;
	border:none;
	text-align:center;
	font-weight: bold;
	display:inline-block;
	box-sizing:border-box;
	font-family:'Lucida Grande';
	letter-spacing:normal;
	line-height:normal;
	padding:3px 6px;
	text-decoration:none;
	color: #666666;
	background:transparent url('/static/graphics/buttons/ArrowButtonLightGray_70x20.png') no-repeat center center;
}

.button70x20:hover {
	text-decoration:none;
	color:#FFFFFF;
	background:transparent url('/static/graphics/buttons/ArrowButtonTeal_70x20.png') no-repeat center center;
}

.button70x20:active {
	text-decoration:none;
	color:#FFFFFF;
	background:transparent url('/static/graphics/buttons/ArrowButtonDarkGray_70x20.png') no-repeat center center;
}

.button100x20 {
	width:100px;
	height:20px;
	border:none;
	text-align:center;
	font-weight:bold;
	display:inline-block;
	box-sizing:border-box;
	font-family:'Lucida Grande';
	letter-spacing:normal;
	line-height:normal;
	padding:3px 6px;
	text-decoration:none;
	color:#666666;
	background:transparent url('/static/graphics/buttons/ArrowButtonLightGray_100x20.png') no-repeat center center;
}

.button100x20:hover {
	text-decoration:none;
	color:#FFFFFF;
	background:transparent url('/static/graphics/buttons/ArrowButtonTeal_100x20.png') no-repeat center center;
}

.button100x20:active {
	text-decoration:none;
	color:#FFFFFF;
	background:transparent url('/static/graphics/buttons/ArrowButtonDarkGray_100x20.png') no-repeat center center;
}

.button150x20 {
	width:150px;
	height:20px;
	border:none;
	text-align:center;
	font-weight:bold;
	display:inline-block;
	box-sizing:border-box;
	font-family:'Lucida Grande';
	letter-spacing:normal;
	line-height:normal;
	padding:3px 6px;
	text-decoration:none;
	color:#666666;
	background:transparent url('/static/graphics/buttons/ArrowButtonLightGray_150x20.png') no-repeat center center;
}

.button150x20:hover {
	text-decoration:none;
	color:#FFFFFF;
	background:transparent url('/static/graphics/buttons/ArrowButtonTeal_150x20.png') no-repeat center center;
}

.button150x20:active {
	text-decoration:none;
	color:#FFFFFF;
	background:transparent url('/static/graphics/buttons/ArrowButtonDarkGray_150x20.png') no-repeat center center;
}

.button200x30 {
	width:200px;
	height:30px;
	border:none;
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	display:inline-block;
	box-sizing:border-box;
	font-family:'Lucida Grande';
	letter-spacing:normal;
	line-height:normal;
	padding:3px 6px;
	text-decoration:none;
	color: #666666;
	background:transparent url('/static/graphics/buttons/ArrowButtonLightGray_200x30.png') no-repeat center center;
}

.button200x30:hover {
	text-decoration:none;
	color:#FFFFFF;
	background:transparent url('/static/graphics/buttons/ArrowButtonTeal_200x30.png') no-repeat center center;
}

.button200x30:active {
	text-decoration:none;
	color:#FFFFFF;
	background:transparent url('/static/graphics/buttons/ArrowButtonDarkGray_200x30.png') no-repeat center center;
}

.button100x30 {
	width:100px;
	height:30px;
	border:none;
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	display:inline-block;
	box-sizing:border-box;
	font-family:'Lucida Grande';
	letter-spacing:normal;
	line-height:normal;
	padding:3px 6px;
	text-decoration:none;
	color: #666666;
	background:transparent url('/static/graphics/buttons/ArrowButtonLightGray_100x30.png') no-repeat center center;
}

.button100x30:hover {
	text-decoration:none;
	color:#FFFFFF;
	background:transparent url('/static/graphics/buttons/ArrowButtonTeal_100x30.png') no-repeat center center;
}

.button100x30:active {
	text-decoration:none;
	color:#FFFFFF;
	background:transparent url('/static/graphics/buttons/ArrowButtonDarkGray_100x30.png') no-repeat center center;
}

.productPromoDescription {
	/*color:#F7B3DA;*/
	color:#FF47A3;
}

/* --------------------------------------------
|  NAVIGATION
--------------------------------------------- */

/* -- PRIMARY NAVIGATION -- */

#nav {
	padding:0;
	list-style: none;
	border-bottom: solid 1px #DDDDDD;
	width:930px;
	clear: both;
	height: 27px;
	margin: 0 15px;
	}
	#nav li {
		line-height: 27px;
		display: inline;
		padding: 0 20px;
		}
		#nav li a {
			outline: none;
			text-decoration: none;
			color: #666666;
			}
		#nav li a:hover {
			text-decoration: underline;
			color: #2EBBAB;
		}
		#nav li.current a {font-weight:bold;}


/* -- SECONDARY NAVIGATION -- */
#subNav {}

/* --------------------------------------------
|  STRUCTURE
--------------------------------------------- */

#kabooseNetwork {
	background:#c9e6e9;
	height:28px;
	/*text-align: center;*/
	}
		#kabooseNetwork ul {
			list-style: none;
			text-align: center;
			text-transform:uppercase;
			margin: 0 auto;
			width:950px;
			color:#5fa5bd;
			font-size:10px;
			margin:0 0 0 0;
			padding:8px 0 0 0;
			}
			#kabooseNetwork ul li {
				display: inline;
				margin:0 0 0 16px;
				}
	#kabooseNetworkCont a {
		text-transform: none;
		color:#5fa5bd;
		}
	#kabooseNetworkCont a:hover {
		text-transform: none;
		text-decoration: none;
		}

.noRightMargin {margin-right:0 !important;}


#siteContainer {
	width:960px;
	position:relative;
	margin:auto;
	text-align:left;
	}
#bottomAd {
	height:90px;
	margin-top:10px;
}

/* -- HEADER -- */
/* KEVIN IT APPEARS HEADER IS NO LONGER USED */
/*#header {
  	background:url(/static/graphics/bg_header.gif) no-repeat; 
	height:97px;
	margin-top:10px;
	}
*/
#userNav {
	height: 24px;
	text-align: right;
	list-style: none;
	margin: 0 0 0 0;
	padding:9px 10px 0 0;
	overflow: hidden;
	color:#2EBBAB;
	font-size:10px;
	}
	#userNav li {
		display: inline;
		margin-right:5px;
		}
		#userNav li a {
			color:#2EBBAB;
			}

#searchTop {
	clear: right;
	float:right;
	vertical-align: middle;
	padding-right: 15px;
	height: 36px;
	overflow: hidden;
	margin: 0 0 0 0;
	}
	#searchTop input, #searchTop select {
		width:118px;
		float:left;
		border: solid 1px #8b8f9e;
		font-size:11px;
		color:#4d5670;
		padding:1px 0 1px 6px;
		margin-right:7px;
		}
	#searchTop select {
		padding:0;
		width:138px;
		}
.okButton {
	display:block;
	outline:none;
	width:33px;
	height:17px;
	background:url(http://www.twopeasinabucket.com/graphics/btn_ok.gif);
	text-indent: -9999px;
	float:left;
	}
.okButton:hover {
	background-position: 0 -17px;
	}


/* -- BODY -- */
#contentArea {
	/* KEVIN THIS ALSO REMOVES THE TOP OF THE 1999 STAMP
	/*background: url(http://www.twopeasinabucket.com/graphics/bg_middle_foot_v2.gif) no-repeat bottom;*/
	padding:10px 15px;
	}

/* -- COL LEFT -- */

.colLeft {
	width:165px;
	padding:10px 10px 0 0;
	border-right: 1px solid #DDDDDD;
	margin:0 9px 0 0;
	float:left;
	}
	.wideLeft .colLeft {
		width: 200px;
		}
/* -- SHOP BOX STYLES -- */

#shopBox {
	border: solid 1px #E0E0E0;
	padding-bottom: 15px;
	padding-top: 30px;
	background: #F0F0F1 url(http://www.twopeasinabucket.com/graphics/bg_shop.gif) no-repeat;
	}
	#shopBox p {
		padding:7px 11px 0px 11px;
		margin:0;
		}
		#shopBox a {
			font-weight:bold;
			color:#246a82;
			}
		#shopBox a:hover {text-decoration: none;}
	#shopBox hr {
		border: solid 1px #E0E0E0;
		margin:8px 0 9px 0;
		height: 1px;
		}

/* -- BROWSE BOX STYLES -- */

/*
#browseBox {
	border: solid 1px #daecf2;
	background:#F0FAFD url(http://www.twopeasinabucket.com/graphics/titles/title_browse_wide.gif) no-repeat;
	margin-bottom:14px;
	line-height:16px;
	padding: 38px 0 20px 0;
	}
	#browseBox #browseBoxCustom {
		margin: 0 0 3px 0;
		background: #DAECF2;
		color: #1f627b;
		font-size: 11px;
		font-weight: bold;
		padding: 10px 0 10px 13px;
		}
		#browseBoxCustom a {
			font-size: 13px;
			}
	#browseBox p {margin: 10px 0 0 10px;}
*/
#searchByBox {
	border: 1px solid #E0E0E0;
	background: #F0F0F1;
	line-height: 16px;
	padding: 0 0 20px 0;
	margin: 14px 0 13px 0;
	}
	#browseBox img, #searchByBox img {margin-bottom:2px;}
	#browseBox span, #searchByBox span {
		color:#94aa2d;
		font-weight:bold;
		padding: 0 0 0 14px;
		}
	#browseBox ul, #searchByBox ul {
		color:#1f627b;
		padding:0;
		margin:0 0 0 15px;
		list-style: none;
		}
		#searchByBox ul {margin:0 0 16px 15px;}
		#browseBox ul li, #searchByBox ul li {
			background: url(http://www.twopeasinabucket.com/graphics/bullet_blue_circle.gif) 0 7px no-repeat;
			padding-left: 9px;
			}
			#browseBox ul li.current a, #searchByBox ul li.current a {
			font-weight: bold;
			}
		#browseBox ul li a, #searchByBox ul li a {color:#1f627b;}
		#browseBox ul li a:hover, #searchByBox ul li a:hover {text-decoration: none;}
	#browseBox hr {
		border: solid 1px #deeff4;
		margin:8px 0 9px 0;
		height: 1px;
		}
	.marginBot {
		padding-bottom:20px;
		}
	.btnLogout {
		display: block;
		outline: none;
		text-decoration: none;
		width: 55px;
		height: 17px;
		text-indent: -9999px;
		background: url(http://www.twopeasinabucket.com/graphics/btn_logout.gif) no-repeat;
		}


.leftFav {
	margin: 15px 0 0 0;
	border: 1px solid #E0E0E0;
	padding: 10px 5px 0 5px;
	}
	.leftFav .bViewAll { margin: 0 !important; }
	.leftFav a { font-weight: bold; }
	.leftFav table {
		width: 100%;
		margin-bottom: 10px;
		}
		.leftFav table td {
			text-align: center;
			padding: 9px 2px;
			font-size: 9px;
			}
			.leftFav table img {
				display: block;
				margin: 0 auto;
				}
				.leftFav table a {
					font-weight: normal;
					}
	.leftFav ul {
		margin: -6px 0 0 0;
		padding: 0;
		list-style: none;
		}
		.leftFav ul li {
			float: left;
			width: 75px;
			text-align: center;
			font-size: 9px;
			margin: 18px 0 0 0;
			}
			.leftFav ul li a { font-weight: normal; }
			.leftFav ul li img {
				display: block;
				}
	.colLeft h2 {
		color: #2EBBAC;
		font-size: 13px;
		margin: 0 0 3px 0;
		text-transform: uppercase;
		}
/* -- STAY IN TOUCH STYLES -- */

.stayTouch {
	background:url(http://www.twopeasinabucket.com/graphics/bg_stay_in_touch.gif);
	width:139px;
	height:109px;
	margin:13px 0 13px 0;
	padding:47px 13px 0 13px
	}
	.stayTouch p {
		margin:0;
		padding:0 0 9px 0;
		}
	.stayTouch input {
		border:solid 1px #58651e;
		width:126px;
		font-size:11px;
		padding:0 0 1px 6px;
		}
.bSignup {
	display:block;
	outline:none;
	width:61px;
	height:17px;
	text-indent: -9999px;
	background:url(http://www.twopeasinabucket.com/graphics/btn_sign_up.gif);
	}
	.bSignup:hover {background-position: 0 -17px;}

/* -- TAG CLOUD STYLES -- */

.tagCloud a {
	margin-right:10px;
	}
.tagCloud .size3 {
	font-size:14px;
	font-weight:bold;
	}
.tagCloud .size2 {
	font-size:12px;
	font-weight:bold;
	}
.tagCloud .size1 {
	font-weight:bold;
}
/*
.tagCloud {
	border: solid 1px #cbe5ed;
	background: #f0fafd;
	line-height:16px;
	}
	.tagCloud p {padding:0 0 0 11px;}
	.tagCloud a {
		text-decoration: none;
		color:#1f627b;
		margin-right:10px;
		}
	.tagCloud a:hover {text-decoration: underline;}
	.tagCloud .size3 {
		font-size:14px;
		font-weight:bold;
		}
	.tagCloud .size2 {
		font-size:12px;
		font-weight:bold;
		}
	.tagCloud .size1 { font-weight:bold;}
*/
#sponsorBox {
    background-color:#F8F9F4;
    border:1px solid #E0E0E0;
    float:left;
    width:163px;
    }
    #sponsorBox .pad {
        padding: 10px 10px 18px 10px;
        }
        #sponsorBox p { margin: 0; }
    #sponsorBox a {font-weight: bold;}


#leftColAd {
	margin: 15px 0 0 0;
	}
/* -- COL RIGHT -- */

.colRight {
	float:right;
	width:743px;
	padding-top: 10px;
	}
	.wideLeft .colRight {
		width: 708px;
		}

/* SEO */
#locationBar {
    line-height: 26px;
    padding: 0 15px;
	margin: 0 15px;
}
#locationBar strong {
    color: #black;
}
h1 {
	/*color: #2EBBAB;*/
	color: black;
	display: inline;
	font-size: 11px;
	font-weight: normal;
}

/* -- PAGE TITLE STYLES -- */
#blueSecionHead {
	height: 51px;
	text-align: right;
	margin: 10px 0 15px 0;
    }
    #blueSecionHead span {
        float: left;
        position: relative;
        top: 19px;
        left: 550px;
    }
.pageTitleMargin       { margin:10px 0 14px 0; }
.t_DesignerGarden   { background:url(/static/graphics/page_headers/design-team-garden-header.jpg) no-repeat; }
.t_DigitalScrapbook { background:url(http://www.twopeasinabucket.com/graphics/titles/title_digital_scrapbooking.jpg) no-repeat; }
.t_MemberGallery    { background:url(http://www.twopeasinabucket.com/graphics/titles/title_member_gallery.jpg) no-repeat; }
.t_MessageBoards    { background:url(http://www.twopeasinabucket.com/graphics/titles/title_message_boards.jpg) no-repeat; }
.t_SearchResults    { background:url(http://www.twopeasinabucket.com/graphics/titles/title_search_results.jpg) no-repeat; }
.t_Checkout		     { background:url(http://www.twopeasinabucket.com/graphics/titles/title_checkout.jpg) no-repeat; width: 921px; }
.t_Shopping		     { background:url(http://www.twopeasinabucket.com/graphics/titles/title_shopping.jpg) no-repeat; }
.t_MemberProfile    { background:url(http://www.twopeasinabucket.com/graphics/titles/title_member_profile.jpg) no-repeat; }
.t_ManufacturerProfile    { background:url(http://www.twopeasinabucket.com/graphics/h_manufacturer_profile.jpg) no-repeat; }
.t_MyTwoPeas		  { background:url(http://www.twopeasinabucket.com/graphics/titles/title_my_two_peas.jpg) no-repeat; }
.t_Generic		     { background:url(http://www.twopeasinabucket.com/graphics/titles/title_page_header_style.jpg) no-repeat; }
.t_Shop		        { background:url(http://www.twopeasinabucket.com/graphics/titles/title_shop.jpg) no-repeat; }
.t_FreeShipping     { background:url(http://www.twopeasinabucket.com/graphics/h_free_shipping.jpg) no-repeat; }
.t_Marketplace      { background:url(http://www.twopeasinabucket.com/graphics/h_marketplace.gif) no-repeat; }
.t_Challenges      { background:url(http://www.twopeasinabucket.com/graphics/h_challenges.gif) no-repeat; }
.t_Library     { background:url(http://www.twopeasinabucket.com/graphics/h_library_resources_education.gif) no-repeat; }
.t_ManufacturerBlogs     { background:url(http://www.twopeasinabucket.com/graphics/h_manufacturer_blogs.jpg) no-repeat; }
.t_DisciplineScrapbooking { background:url(http://www.twopeasinabucket.com/graphics/titles/title_discipline_scrapbooking.jpg) no-repeat; }
.t_DisciplineDigital { background:url(http://www.twopeasinabucket.com/graphics/titles/title_discipline_digital.jpg) no-repeat; }
.t_DisciplinePhotography { background:url(http://www.twopeasinabucket.com/graphics/titles/title_discipline_photography.jpg) no-repeat; }
.t_DisciplineStamping { background:url(http://www.twopeasinabucket.com/graphics/titles/title_discipline_stamping.jpg) no-repeat; }
.t_DisciplineCardmaking { background:url(http://www.twopeasinabucket.com/graphics/titles/title_discipline_cardmaking.jpg) no-repeat; }

/* -- RIGHT COL TITLE AD SPACE -- */
.t_CommunityDailyTop10Bloggers {
	height: 50px;
	background: transparent url(http://www.twopeasinabucket.com/graphics/titles/title_daily_top10_bloggers.gif) no-repeat scroll 0%;
}
.t_MBDailyTop10Posters {
	height: 50px;
	background: transparent url(http://www.twopeasinabucket.com/graphics/titles/title_top10_posters.gif) no-repeat scroll 0%;
}
.t_MBHotTopics {
	height: 50px;
	background: transparent url(http://www.twopeasinabucket.com/graphics/titles/title_hot_topics.gif) no-repeat scroll 0%;
}
.t_PollsTop10ByVotes {
	height: 50px;
	background: transparent url(http://www.twopeasinabucket.com/graphics/titles/title_top10_polls.gif) no-repeat scroll 0%;
}
.t_Top10Discussions {
	height: 50px;
	background: transparent url(http://www.twopeasinabucket.com/graphics/titles/title_top10_mb_discuss.gif) no-repeat scroll 0%;
}
.t_Top10ByVotes {
	height: 50px;
	background: transparent url(http://www.twopeasinabucket.com/graphics/titles/title_top10_by_votes.gif) no-repeat scroll 0%;
}
.t_Top10ByViews {
	height: 50px;
	background: transparent url(http://www.twopeasinabucket.com/graphics/titles/title_top10_by_views.gif) no-repeat scroll 0%;
}
.t_BlogsTop10ByViews {
	height: 50px;
	background: transparent url(http://www.twopeasinabucket.com/graphics/titles/title_top10_blog_posts_by_views.gif) no-repeat scroll 0%;
}
.t_BlogsTop10ByVotes {
	height: 50px;
	background: transparent url(http://www.twopeasinabucket.com/graphics/titles/title_top10_blog_posts_by_votes.gif) no-repeat scroll 0%;
}
.t_ManufacturerBlogsSmall {
	height: 50px;
	background: transparent url(http://www.twopeasinabucket.com/graphics/titles/title_manufacturer_blogs.gif) no-repeat scroll 0%;
}
.t_TipsTricksTop10ByVotes {
	height: 50px;
	background: transparent url(http://www.twopeasinabucket.com/graphics/titles/title_top10_tips_n_tricks_by_votes.gif) no-repeat scroll 0%;
}
.t_TipsTricksTop10ByViews {
	height: 50px;
	background: transparent url(http://www.twopeasinabucket.com/graphics/titles/title_top10_tips_n_tricks_by_views.gif) no-repeat scroll 0%;
}
.t_ChallengesTop10ByViews {
	height: 50px;
	background: transparent url(http://www.twopeasinabucket.com/graphics/titles/title_top10_challenges_by_views.gif) no-repeat scroll 0%;
}
.t_Top10ProjectsByViews {
	height: 50px;
	background: transparent url(http://www.twopeasinabucket.com/graphics/titles/title_top10_challenge_submissions.gif) no-repeat scroll 0%;
}

/* -- MY BAR STYLES -- */
/* -- MY BAR STYLES -- */

#myBar {
	margin:10px 0 0 0;
	height:26px;
	background:#F0F0F0;
	padding:0 0 0 0;
	list-style:none;
	text-align:right;
    overflow:visible;_overflow:hidden;
    }
    #myBar li {
        display:block;
        float:right;
        line-height:26px;
        margin-left:10px;
        margin-right:10px;
        }
        #myBar li a {color:#8b9752; text-decoration: none;}
		#myBar li a:hover {text-decoration: underline;}
        #myBar li.current a {font-weight:bold;}
        #myBar #myPad {font-weight: bold; padding-left: 16px; }

#myImg {
	display:block;
	background:transparent url(http://www.twopeasinabucket.com/graphics/newMY_03.jpg) no-repeat;
	padding-top: 38px;
	width:65px;
	overflow:hidden;
	margin-top:-6px;
	height: 0;
}

#digitalCenter {
	width:429px;
	float:left;
	}

/* -- FEATURED LAYOUT STYLES -- */

#featuredLayout, #featuredDiscussion, #featuredPhoto, #featuredDigitalkit, #communityFeature, #featuredBlog, #featuredChallenge, #featuredHostess {
	background: #F0F0F1;
	border: 1px solid #E0E0E0;
	margin-bottom:13px;
	}
	#featuredLayout th, #featuredLayout th, #featuredPhoto th, #featuredDigitalkit th, #communityFeature th, #featuredBlog th, #featuredChallenge th, featuredHostess th { vertical-align: top; }
	#featuredHostess td {
        padding: 60px 11px 11px 0;
        vertical-align: top;
        background: url(http://www.twopeasinabucket.com/graphics/titles/featured_hostess.jpg) 0 12px no-repeat;
	}
	#featuredChallenge td {
        padding: 60px 11px 11px 0;
        vertical-align: top;
        background: url(http://www.twopeasinabucket.com/graphics/bg_featured_challenge.gif) 0 12px no-repeat;
    }

	#featuredLayout table td, #featuredDiscussion table td, #featuredPhoto table td, #featuredDigitalkit td, #communityFeature td, #featuredBlog td {
		padding-top: 42px;
		padding: 42px 11px 11px 0;
		vertical-align: top;
		background: url(http://www.twopeasinabucket.com/graphics/bg_featured_layout.gif) 0 12px no-repeat;
		}
		#featuredDiscussion table td { background: url(http://www.twopeasinabucket.com/graphics/t_featured_discussion.gif) 0 12px no-repeat; padding-top: 52px; }
		#featuredPhoto table td { background: url(http://www.twopeasinabucket.com/graphics/bg_featured_photo.gif) 0 12px no-repeat; }
		#communityFeature table td { background: url(http://www.twopeasinabucket.com/graphics/bg_community_feature.gif) 0 12px no-repeat; }
		#featuredBlog table td { background: url(http://www.twopeasinabucket.com/graphics/titles/title_featured_blog.gif) 0 12px no-repeat; }
		#featuredDigitalkit table td { background: url(http://www.twopeasinabucket.com/graphics/bg_featured_digikit.gif) 0 12px no-repeat; }

	#featuredLayout th img, #featuredDiscussion th img, #featuredPhoto th img, #featuredDigitalkit th img, #communityFeature th img, #featuredBlog th img, #featuredChallenge th img {
		border:solid 1px #ced4b0;
		margin: 11px;
		}

	#featuredLayout p, #featuredDiscussion p, #featuredPhoto p, #featuredDigitalkit p, #communityFeature p, #featuredBlog p, #featuredChallenge p, featuredHostess p {
		padding:0 0 0 0;
		line-height:14px;
		font-size:10px;
		}

.featBigLink {
	font-size:12px;
	font-weight:bold;
	padding-right:2px;
	}
.greenLink{ color:#666600 !important;}

.btnStartNow {
	display:block;
	outline:none;
	width:74px;
	height:17px;
	background:url(http://www.twopeasinabucket.com/graphics/btn_start_now.gif);
	text-indent:-9999px;
	}
	.btnStartNow:hover {background-position:0 -17px;}

/* -- FEATURED DISUSSION STYLES -- */

.btnContinue {
	display:block;
	outline:none;
	width:78px;
	height:17px;
	text-indent:-9999px;
	background-image: url(http://www.twopeasinabucket.com/graphics/btn_continue.gif);
	float:left;
	}
	.btnContinue:hover { background-position: 0 -17px; }
.btnContinueBlue {
	margin: 30px 0 0 0;
	display:block;
	outline:none;
	width:70px;
	height:17px;
	text-indent:-9999px;
	background-image: url(http://www.twopeasinabucket.com/graphics/btn_continue_blue.gif);
	float: right;
	}
.btnPrintReceipt {
	margin: 30px 0 0 0;
	display:block;
	outline:none;
	width:84px;
	height:17px;
	text-indent:-9999px;
	background-image: url(http://www.twopeasinabucket.com/graphics/btn_print_receipt.gif);
	float: right;
	}

/* -- WEEKLY CHALLENGE STYLES -- */

.weeklyChallenge {
	width:411px;
	border:solid 1px #daecf2;
	padding:12px 5px 10px 11px;
	}
.challengeTitle {
	float:left;
	margin:0 0 10px 0;
	}
.weeklyImg {
	float:left;
	margin-right:13px;
	}
.weeklyContentRight {
	float:left;
	width:310px;
	line-height:15px;
	}

/* -- GARDEN GIRL STYLES -- */

.gardenGirlProjects {
	width:428px;
	border:solid 1px #ced4b0;
	margin-top:13px;
	}
	.gardenGirlProjects ul {
		margin:20px 0 10px 0;
		padding:0;
		list-style:none;
		}
		.gardenGirlProjects ul li {
			float:left;
			width:214px;
			color:#6b714d;
			text-align: center;
			line-height: 15px;
			margin-bottom:10px;
			font-size:10px;
			}
		.gardenGirlProjects ul li span {
			display: block;
			margin: 0 32px;
			}
			.gardenGirlProjects ul li img {
				border:solid 1px #e1dfd6;
				display: block;
				margin: 0 auto;
				margin-bottom:5px;
				}
			.gardenGirlProjects ul li a {
				color:#246a82;
				font-weight:bold;
				font-size:12px;
				}

.clickMore {
	width:419px;
	height:23px;
	background:#F0F0F1;
	margin-top:20px;
	padding:7px 9px 0 0;
	}
	.clickMore a {
		color:#6b714d;
		font-weight:bold;
		}

.seeMore {
	display:block;
	outline:none;
	width:90px;
	height:17px;
	text-indent: -9999px !important;
	background:url(http://www.twopeasinabucket.com/graphics/btn_see_more.gif) no-repeat;
	float:right;
	}
	.seeMore:hover { background-position:0 -17px; }

.alignRight    { text-align:right; }
/* -- MOST POPULAR STYLES -- */

.mostPopular {
	width:428px;
	border:solid 1px #daecf2;
	margin-top:13px;
	}
	.mostPopular ul {
		margin:10px 0 0 10px;
		padding:0;
		list-style:none;
		}
		.mostPopular ul li {
			float:left;
			width:170px;
			font-size:10px;
			color:#6b714d;
			margin:0 45px 20px 0;
			}
			.mostPopular ul li a {
				color:#246a82;
				font-weight:bold;
				font-size:11px;
				}

/* -- RECENT COMMENT STYLES -- */

.commentPic {
	width:107px;
	text-align: center;
	vertical-align: top;
	}
	.commentPic img { border:solid 1px #666600; margin-top:12px;}

.commentText {
	font-size:10px;
	line-height:14px;
	padding-top:12px;
	}
.recentAltColor {background:#f8f9f4;}

/* -- CENTER RIGHT STYLES -- */

.centerRightCont {
	width:300px;
	float:right;
	}

/* -- BMO AD STYLES -- */

.bmoAd {
	border:solid 1px #E0E0E0;
	}

/* -- DIGITAL COMMUNITY STYLES -- */

/*
FIRST VERSION!
.digitalCommunity {
	border:solid 1px #E0E0E0;
	margin:12px 0 14px 0;
	padding: 0 0 8px 0;
	background:#f8fbec;
	}
.digiComTop {
	padding-top:10px !important;
	}
.digitalCommunity p {
	color:#6b714d;
	font-size:10px;
	padding:11px 0 9px 13px;
	margin:0;
	clear:both;
	width:265px;
	}
	.digitalCommunity p img {
		border:solid 1px #e2e1d7;
		margin-right:10px;
		float:left;
		}
.digitalCommunity a {
	font-size:11px;
	font-weight:bold;
	color:#6b714d;
	}
.digiComBot {
	padding:17px 0 0 0;
}*/
.digitalCommunity {
	border:solid 1px #E0E0E0;
	margin:12px 0 14px 0;
	padding: 0 0 8px 0;
	background:#f8fbec;
	}
.digiComTop {
	padding-top:10px !important;
	}
.digitalCommunity p {
	color:#6b714d;
	font-size:10px;
	padding:11px 0 9px 13px;
	margin:0;
	clear:both;
	width:265px;
	}
	.digitalCommunity p img {
		border:solid 1px #e2e1d7;
		margin-right:10px;
		float:left;
		}
	.digitalCommunity p span {
		display: block;
		background: url(http://www.twopeasinabucket.com/graphics/bullet_green_circle.gif) 0 6px no-repeat;
		margin: 3px 0 3px 88px;
		padding-left: 8px;
		font-size: 10px;
		}
		.digitalCommunity p span a { font-weight: normal;font-size: 10px; }
.digitalCommunity a {
	font-size:11px;
	font-weight:bold;
}
.digiComBot {
	padding:17px 0 0 0;
}

/* -- EDUCATION BOX STYLES -- */

.educationBox {
	border:solid 1px #E0E0E0;
	background:#f8fbec;
	padding-bottom: 14px;
	}
	.educationBox p {
		padding: 15px 0 0 24px;
		width:256px;
		line-height:14px;
		color:#6b714d;
		clear:both;
		margin:0;
		}
		.educationBox p img {
			margin-right:26px;
			float:left;
			}
		.educationBox p a {
			color:#6b714d;
			font-weight:bold;
			}
		.educationTitle {
			}


/* -- FOOTER -- */
#footer {
	clear: both;
	/* KEVIN THIS ALSO REMOVES THE BOTTOM STAMP*/
	/*Background:url(/static/graphics/bg_footer.gif) no-repeat bottom;*/
	height:43px;
	margin-bottom:10px;
	padding:20px 16px 0 14px;
}
#footMenu {
	border-top: solid 1px #DDDDDD;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align: center;
	width:930px;
	height:28px;
	list-style:none;
}
#footMenu li {
	line-height: 28px;
	margin: 0 12px;
	display: inline;
}
#footMenu li a {
	font-size:10px;
}

/* -- OTHER SITES BAR STYLES -- */

	#otherSites {
		margin: 5px 0 0 0;
		text-align: center;
		padding:0 0 0 0;
		list-style:none;
		width:930px;
		height:28px;
		background:#E0E0E0;
		}
		#otherSites li {
			display: inline;
			line-height: 28px;
			margin: 0 10px;
			color:#334000;
			}
			#otherSites li a {
				text-decoration: none;
				color:#334000;
				}
			#otherSites li a:hover {text-decoration: underline;}

.vistPad {margin-right:30px !important;}

/* -- COPYRIGHT STYLES -- */

#copyRight, #acroLine {
	color:#666;
	font-size:10px;
	text-align: center;
	margin:0;
	padding:0 0 2px 0;
	}
	#acroLine a {
		color:#666;
		text-decoration: none;
		}
	#acroLine a:hover {
		text-decoration: underline;
		}

/* --------------------------------------------
|  SITE MAP
--------------------------------------------- */

.siteMapList { margin-top: 15px }
.siteMapList dt {
	background:url(http://www.twopeasinabucket.com/graphics/ico_folder.gif) 0 4px no-repeat;
	padding-left:20px;
	line-height:20px;
	}
	.siteMapList dd {
		padding-left:10px;
		margin-left:25px;
		line-height:16px;
		background:url(http://www.twopeasinabucket.com/graphics/sitemap_2nd.gif) no-repeat;
		}
		.siteMapList dd a {
			color: #666;
			text-decoration:none;
			}
		.siteMapList .bottom { background:url(http://www.twopeasinabucket.com/graphics/sitemap_2nd_bottom.gif) no-repeat; }

/* --------------------------------------------
|  CONTENT SPECIFIC
--------------------------------------------- */

.floatLeft  { float: left;  }
.floatRight { float: right; }
.clearBoth  { clear: both;   }
.padBot     { padding-bottom:15px !important;}
.noMarRight { margin-right:0 !important;}

/* --------------------------------------------
|  PAGE SPECIFIC
--------------------------------------------- */

#searchResults {
	width: 566px;
	border: 1px solid #E0E0E0;
	float: left;
	}
	#searchResults p {
		padding-left: 10px;
		}
	#searchResults .searchHeader {
		line-height: 16px;
		background: #e9eed3;
		color: #636f2d;
		font-size: 13px;
		padding: 4px 8px;
		clear: left;
		margin: 0 0 19px 0;
		}
		.searchHeader span {
			font-size: 14px;
			font-weight: bold;
			}

	.bViewAll {
		clear: both;
		display: block;
		text-decoration: none;
		background: url(http://www.twopeasinabucket.com/graphics/btn_view_all.gif) no-repeat;
		width: 60px;
		height: 17px;
		text-indent: -9999px;
		margin-bottom: 32px;
		outline: none;
		}
	#searchResults table {
		width: 100%;
		margin-bottom: 13px;
		}
		#searchResults table td {
			text-align: center;
			padding: 5px;
			vertical-align: top;
			width: 25%;
			font-size: 10px;
			line-height: 12px;
			}
			#searchResults table img {
				/* display: block; */
				margin-bottom: 8px;
				}
			#searchResults table a {
				font-weight: bold;
				font-size: 11px;
				}

#rightSkyscraper {
	border: 1px solid #E0E0E0;
	float: right;
	width: 160px;
	}
	#rightSkyscraper img {display: block;}

#leftSkyscraper {
	border: 1px solid #E0E0E0;
	/*float: left;*/
	margin-top:12px;
	width: 160px;
	}
	#leftSkyscraper img {display: block;}


	#forumLeft {
		float: left;
		width: 566px;
		}
		#mainForum {
			border: 1px solid #E0E0E0;
			width: 564px;
			}
			#forumTitle {
				display: block;
				margin-bottom: 10px;
				}
	#forumLeftWide {
		float: left;
		width: 740px;
		}
		#mainForumWide {
			border: 1px solid #E0E0E0;
			width: 738px;
			}


.resources {
	width: 564px;
	border:solid 1px #E0E0E0;
	margin-top:13px;
	}
	.resources ul {
		margin:10px 0 0 10px;
		padding:0;
		list-style:none;
		}
		.resources ul li {
			float: left;
			width: 235px;
			font-size: 10px;
			color: #6b714d;
			margin:0 45px 20px 0;
			}
			.resources ul li a {
				color:#6b714d;
				font-weight:bold;
				font-size:11px;
				}
	/*---- Gallery Listing ---- */

	#galleryListing {
		float: left;
	}
		#galleryListingHeader{ display:block; }
		div.fullWidth {
			width: 741px !important;
			}
		.galleryPageNavBox {
			height: 24px;
			line-height: 23px;
			padding: 0 0 0 0;
			background: #F0F0F0 url(http://www.twopeasinabucket.com/graphics/bg_sub_header.jpg);
			margin: 0;
			}
			.galleryPageNavBox select {
				height: 19px;
				font-size: 11px;
				vertical-align: middle;
				}
			.galleryPageNavBox h2 {
				color: #636f2d;
				font-size: 14px;
				font-weight: bold;
				margin: 0 0 0 8px;
				}
			.galleryPageNavBox .galleryPageNav { float: right; }
			.galleryPageNav {
				padding-right: 10px;
				text-align: right;
				color: #334000;
				font-size: 11px;
				}
				.galleryPageNav a {
					text-decoration: none;
					color: #334000;
					}
					.galleryPageNav a.current {
						font-weight: bold;
						}

		.galleryTable {
			width: 100%;
			margin: 11px 0 15px 0;
			}
			.galleryTable td {
				text-align: center;
				padding: 5px;
				vertical-align: top;
				width: 25%;
				font-size: 10px;
				line-height: 12px;
				}
				.galleryTable tr.galleryPhotoRow td {vertical-align: middle;  }
				.galleryTable .galleryPhotoRow img {
					display: block;
					margin: 0 auto 8px auto;
					}
				.galleryTable a {
					font-weight: bold;
					font-size: 11px;
					}
					.galleryTable a.listingAuthor {
						font-size: 10px;
						color: #666600;
						font-weight: normal;
						}


/* --------------------------------------------
|  MYTwoPeas
--------------------------------------------- */
#myTwoPeas {
	float: left;
	width: 564px;
	}
		#myTwoPeas h2 {
			color: #2EBBAC;
			font-size: 12px;
			margin: 0 0 4px 0;
			text-transform: uppercase;
			}
		#myTwoPeas h3 {
			color: #246a82;
			font-size: 11px;
			}
#profileBox {
	background: url(http://www.twopeasinabucket.com/graphics/bg_profile_left.gif) 0 100% repeat-x;
	border: 1px solid #daecf2;
	margin: 0 0 15px 0;
	}
	#profileBox p {
		line-height: 16px;
		margin: 0;
		}
		#profileBox p.profileHeader {
			font-size: 14px;
			color: #2EBBAC;
			font-weight: bold;
			}
	#profileBox td { vertical-align: top; }
	#profileBox #profilePhoto {padding: 8px 15px 8px 8px;}
		#profileBox #profilePhoto img {border: 1px solid #E0E0E0;}
	#profileBox #profileDetails {width: 158px; padding: 8px 20px 8px 0;}
		#profileBox #profileDetails p#postsGap {margin: 15px 0 0 0;}
	#profileBox #profileAbout {
		padding: 8px 15px 19px 15px;
		background: url(http://www.twopeasinabucket.com/graphics/bg_profile_right.gif) repeat-x;
		}
		.btnEditProfile {
			display: block;
			outline: none;
			margin: 10px 0 0 0;
			width: 105px;
			height: 17px;
			text-decoration: none;
			background: url(http://www.twopeasinabucket.com/new_graphics/myaccount/b_edit_my_account.gif) no-repeat;
			text-indent: -9999px;
			}

#myThreeCol {
	background: url(http://www.twopeasinabucket.com/graphics/bg_2_col_top.gif) 0 0 no-repeat;
	margin: 0 0 15px 0;
	width: 564px;
	}
	#myGalleries {
		float: left;
		width: 192px;
		}
		#myGalleries .pad {padding: 10px 30px 0 11px;}
	#myBookmarks {
		float: left;
		width: 193px;
		}
		#myBookmarks .pad {padding: 10px 30px 0 11px;}
	#myContent {
		float: left;
		width: 179px;
		}
		#myContent .pad {padding: 10px 19px 0 11px;}
		#myTwoPeas ul {
			margin: 0 0 10px 0;
			padding: 0;
			list-style: none;
			}
			#myTwoPeas ul li {
				line-height: 15px;
				background: url(http://www.twopeasinabucket.com/graphics/bullet_blue_circle.gif) 0 6px no-repeat;
				padding: 0 0 0 9px;
				}
	#myThreeColBottom {
		height: 1px;
		clear: both;
		background: url(http://www.twopeasinabucket.com/graphics/bg_2_col_bot.gif) 0 100% no-repeat;
		}

		.btnEditBookmarks {
			display: block;
			outline: none;
			text-decoration: none;
			text-indent: -9999px;
			width: 106px;
			height: 17px;
			background: url(http://www.twopeasinabucket.com/graphics/btn_edit_bookmarks.gif) no-repeat;
			}

#myPostsMailOrders {
	width: 564px;
	background: url(http://www.twopeasinabucket.com/graphics/bg_postsmailorders_top.gif) no-repeat;
	}#myPostsMailOrdersBot {clear: both; height: 4px; background: url(http://www.twopeasinabucket.com/graphics/bg_postsmailorders_bottom.gif) 0 100% no-repeat; }
	#myRecentPosts {
		width: 385px;
		float: left;
		}
		#myRecentPosts .pad {padding: 11px 21px 10px 12px;}
	#myMailOrders {
		float: right;
		width: 179px;
		}
	#myPeaMail {
		padding: 11px 0 5px 13px;
		}
	#myOrders {
		padding: 27px 0 0 13px;
		background: url(http://www.twopeasinabucket.com/graphics/bg_postsmailorders_gap.gif) no-repeat;
		}
	#calendarBox {
		width: 564px;
		margin: 15px 0 0 0;
		border: 1px solid #E0E0E0;
		}
		#calendarBox .pad { padding: 10px; }




/* --------------------------------------------
|  HOME
--------------------------------------------- */

		#homeMain {
			height: 235px;
			margin: 0 0 0px 0px;
			}
			#loginBox {
				margin: 11px 17px 0px 0px;
				width: 159px;
				height: 215px;
				float: left;
				font-size: 10px;
				background: url(http://www.twopeasinabucket.com/graphics/bg_login_box.gif) 0 100% no-repeat;
				}
				#loginBox #loginForm {margin: 0 0 10px 5px;}
				#loginBox p {padding-left:5px;}
				#loginBox .inputText {
					border: 1px solid #8b8f9e;
					font-size: 11px;
					color: #4d5670;
					margin: 0 0 2px 0;
					width: 150px;
					padding: 0 0 0 4px;
					}
				#loginBox #loginRemember {	vertical-align: middle;	}
				#loginBox #loginSubmit {
					position: relative;
					top: 4px;
					}
				#loginBox #notAMember {	padding: 22px 30px 0px 24px; margin: 0px;	}

			#homeAreaRight {
				width: 741px;
				float: left;
				}
				#homeAreaRight #myBar {margin: 11px 0 10px 0;}
			#flashBox {
				float: left;
				width: 564px;
				}
				#homeMain .stayTouch {
					float: right;
					margin: 0;
					}
            #homePageTopRight p {
                margin: 0px;
            }


		#homeSecondary{
			width: 922px;
			margin-bottom: 7px;
			margin-top: 0px;
			}
			#homeSecondary #homeLeftCol {
			     float: left;
			     width: 163px;
			     padding: 0;
			     margin: 0;
			     }
			     #homeSecondary #todaysPoll {
                     background: #e1f7ea url(http://www.twopeasinabucket.com/graphics/t_pollheader.gif) no-repeat;
                     float: left;
                     width: 153px;
                     border: 1px solid #8dc3b9;
                     padding: 54px 5px 5px 5px;
                     margin-bottom: 10px;
                     color: #36574d;
                    }
                    #homeSecondary #todaysPoll .pollContainer {
                        margin: 0px !important;
                        }
                        #homeSecondary #todaysPoll #pollChoices {
                            margin-left: 5px;
                        }
                        #homeSecondary #todaysPoll .pollQuestion {
                            font-weight: normal;
                            font-size: 1em;
                            padding: 0px;
                            color: #334000;
                        }
                        #homeSecondary #todaysPoll .pollText {
                            display: none;
                        }
                        #homeSecondary #todaysPoll .pollGraphBar {
                            background-color: #e1f7ea !important;
                        }
                        #homeSecondary #todaysPoll .resultDetail {
                            left: 5px !important;
                        }
                #homeSecondary #tagCloud {
                    background: url(http://www.twopeasinabucket.com/graphics/titles/title_tag_cloud.gif) no-repeat #FFF;
                    float: left;
                    width: 153px;
                    border: 1px solid #daecf2;
                    padding: 42px 5px 5px 5px;
                    }
                    #homeSecondary #tagCloud a {
                        margin-right: 2px;
                    }
            #homeSecondary #homeCenterCol {
                float: left;
                width: 564px;
                padding: 0;
                margin: 0 0 0 13px;
                }
                #homeSecondary #homeTop10 {
                    background: url(http://www.twopeasinabucket.com/graphics/homepage/daily_top10.gif) no-repeat;
                    float: left;
                    width: 274px;
                    border: 1px solid #d6ef89;
                    padding: 42px 0px 4px 0px;
                    }
                    #homeSecondary #homeTop10 div {
                        padding-right: 0px;
                        padding-left: 8px;
                        height: 73px;
                        margin: 0px;
                        padding-top: 5px;
                        padding-bottom: 0;
                        }
                        #homeSecondary #homeTop10 div.dark {
                            background: #F0F0F0;
                        }
                        #homeSecondary #homeTop10 p {
                            float: left;
                            margin: 0px;
                            }
                            #homeSecondary #homeTop10 p.top10TextArea {
                                width: 190px;
                                margin-top: 5px;
                                margin-left: 5px;
                            }
                            #homeSecondary #homeTop10 p.top10TextArea a {
                                margin-left: 50px;
                                line-height: 25px;
                                background: url(http://www.twopeasinabucket.com/graphics/homepage/bullet_snow_trans.gif) 0 1px no-repeat;
                                padding: 0 0 0 16px;
                            }
                #homeSecondary #homeCommunity {
                    background: url(http://www.twopeasinabucket.com/graphics/titles/h_our_community.gif) no-repeat;
                    float: left;
                    width: 251px;
                    border: 1px solid #D0D6B3;
                    margin-left: 13px;
                    margin-top: 10px;
                    padding: 49px 11px 11px 11px;
                }
                #homeSecondary #homeShopping {
                    background: url(http://www.twopeasinabucket.com/graphics/titles/h_shopping.gif) no-repeat;
                    float: left;
                    width: 251px;
                    border: 1px solid #98CBDC;
                    margin-left: 13px;
                    padding: 49px 11px 11px 11px;
                }
                #homeSecondary #homeShopping p {
                    margin: 0;
                    padding: 0;
                }
                #homeSecondary #homeCommunity p {
                    margin: 0;
                    padding: 0;
                }
            #homeRightCol {
                float: left;
                width: 165px;
                margin: 0px 0px 0px 13px;
                padding: 0;
                }
                #homeStarting {
                    background: url(http://www.twopeasinabucket.com/graphics/titles/h_just_starting.gif) no-repeat;
                    width: 141px;
                    padding: 47px 11px 11px 11px;
                    border: 1px solid #D0D6B3;
                }
                #inHouseAd {
                    background: url(http://www.twopeasinabucket.com/graphics/bg_just_starting_gap.gif) no-repeat;
                    padding: 0px;
                    margin-top: 10px;
                }
                #homeBlogs {
                    background: url(http://www.twopeasinabucket.com/graphics/bg_blogs_20090805.gif) no-repeat;
                    width: 154px;
                    height: 151px;
                    padding: 58px 0px 0px 11px;
                    /* border: 1px solid #d9f7ee; */
                    margin-top: 10px;
                    }
                    #homeBlogs p {
                        margin: 0;
                    }
                    #homeBlogs ul {
                        margin: 0;
                        padding: 0;
                        list-style: none;
                        }
                        #homeBlogs li {
                            background: url(http://www.twopeasinabucket.com/graphics/bullet_snow.gif) 0 8px no-repeat;
                            padding: 5px 0 0 16px;
                        }
			ul.snowLeft, .snowRight {
				margin: 15px 0 0 0;
				padding: 0;
				list-style: none;
				width: 123px;
				float: left;
				}
				.snowLeft li, .snowRight li {
					background: url(http://www.twopeasinabucket.com/graphics/bullet_snow.gif) 0 5px no-repeat;
					padding: 0 0 0 16px;
					line-height: 18px;
					}
					#homeCommunity .snowLeft { width: 130px; }
					#homeCommunity .snowRight { width: 116px; }
					#homeShopping .snowLeft { width: 100px; }
					#homeShopping .snowRight { width: 143px; }


		#myJournal {
			width: 740px;
			background: url(http://www.twopeasinabucket.com/graphics/titles/title_my_journal.jpg) no-repeat;
			padding-top: 36px;
			border: 1px solid #E0E0E0;
			margin: 0 0 15px 0;
			}
			#myJournal .pad {padding: 13px 15px 10px 10px;}
			.journalTitle {
				font-weight: bold;
				}
				.journalTitle span {
					font-size: 9px;
					font-style: italic;
					color: #adadad;
					font-weight: normal;
					}


		#memberDesignedLayouts {
			width: 740px;
			background: url(http://www.twopeasinabucket.com/graphics/titles/title_member_designed_layouts.jpg) no-repeat;
			padding-top: 48px;
			border: 1px solid #E0E0E0;
			margin: 0 0 15px 0;
			}
		#memberPhotos {
			width: 740px;
			background: url(http://www.twopeasinabucket.com/graphics/titles/title_member_photos.jpg) no-repeat;
			padding-top: 48px;
			border: 1px solid #E0E0E0;
			margin: 0 0 15px 0;
			}
			#memberDesignedLayouts .bViewAll, #memberPhotos .bViewAll {margin: 15px 0 15px 10px;}




/* --------------------------------------------
|  CHECKOUT
--------------------------------------------- */
#checkout {
	padding: 10px 0 0 0;
	width: 930px;
	}

	#checkoutPad {
		width: 800px;
		margin: 30px 0 0 60px;
		}
	.checkoutListing {
		background: #FFF;
		width: 100%;
		}
		.checkoutListing tr.rowOdd td {
			background: #FFFFFF;
		}
		.checkoutListing tr.rowEven td {
			background: #F0F0F0;
		}
		.checkoutListing th {
			text-align: left;
			background: #E0E0E0;
			padding: 10px 0 10px 10px;
			}
		.checkoutListing td {
			padding: 8px 0 8px 10px;
			line-height: 12px;
			vertical-align: top;
			}
		#checkout .inputText {
			border: 1px solid #999999;
			font-size: 11px;
			}
		.coQty .inputText {
			width: 22px;
			height: 15px;
			text-align: center;
			padding: 0;
			}
		.checkoutListing .coDelete { width: 52px; }
		.checkoutListing .coItem { width: 52px; }
		.checkoutListing .coQty { text-align: center; }
		.checkoutListing .coDesc {  }
		.checkoutListing .coPrice { width: 90px; text-align: right; padding-right: 10px;}
		.checkoutListing .coTotal {
			width: 106px;
			text-align: right;
			padding-right: 10px;
			}
		.checkoutListing .coThumbnail {text-align: center;}
			.checkoutListing .coThumbnail img {border: 1px solid #d3d9bd;}
		.checkoutListing .coSpecialPromos {
			background-color:#F0FAFD;
			padding-right:10px;
		}
		.checkoutListing .coSpecialPromos h3 {
			font-size:16px;
		}
		.checkoutListing .coSubtotal {
			padding-right: 10px;
			}
		.checkoutListing .coSubtotal p {
			margin-left: 110px;
			font-weight: bold;
			}
			.checkoutListing .coSubtotal p span {
				font-weight: normal;
				float: right;
				}
				.bUpdateTotal {
					float: right;
					}
			.bDeleteIco {
				display: block;
				outline: none;
				text-decoration: none;
				text-indent: -9999px;
				margin: 0 0 0 18px;
				height: 10px;
				width: 10px;
				background: url(http://www.twopeasinabucket.com/graphics/b_delete_bw.gif) no-repeat;
				}


	#coCouponGift,#coPhonePal {
		padding: 15px 0 0 0;
		}
		#checkoutPad h2 {
			color: #050505;
			font-size: 11px;
			margin: 0;
			background: #E0E0E0;
			height: 28px;
			line-height: 27px;
			padding: 0 0 0 9px;
			text-align:left;
			}
		#checkoutPad ol {
			margin-left:0px;
			}
			#coCouponGift p, #coPhonePal p {
				padding: 8px 0 8px 9px;
				margin: 0;
				}
				#coCouponGift .inputText {
					width: 119px;
					margin-right: 8px;
					height: 15px;
					}
				#coCouponGift a { vertical-align: middle; }
			#coCouponCode, #coGiftCert, #coPayByPhone, #coPayByPayPal {
				margin-left: 10px;
				float: right;
				}
			#coCouponCode { width: 341px; height:83px;}
			#coGiftCert { width: 341px; height:83px;}
			.fullWidth { width: 100%; }
			#coPayByPhone { width: 341px; height:83px;}
			#coPayByPayPal { width: 341px; height:83px;}

	#coDeliveryInfo {
		margin: 0 0 15px 0;
		}
		#coDeliveryInfo .pad { padding: 10px 5px; }
		#coDeliveryInfo table td {
			vertical-align: top;
			padding: 0 5px;
			}
			#deliveryBilling { width: 220px; }
			#deliveryShipping { width: 190px; }

	#coShippingOptions {
		margin: 0 0 15px 0;
		float:left;
		width: 48%;
		min-height: 170px;
		}
	#coOtherOptions {
		margin: 0 0 15px 0;
		float:right;
		width: 48%;
		min-height: 170px;
		}
	#coOtherOptions table th, #coOtherOptions table td, #coShippingOptions table th, #coShippingOptions table td { vertical-align: top; }
	#coOtherOptions table td, #coShippingOptions table td { padding: 3px 0 0 5px; }
	#coOtherOptions .pad, #coShippingOptions .pad { padding: 10px; }

	#shippingPriority, #shippingRegular {margin-left: 15px;}
	#coPaymentList {

		}
	#coPaymentList .coThumbnail {
		width: 150px;
	    }
	#coPaymentList .coSubtotal p {
    	margin-left: 30px;
    	margin-bottom: 5px;
	    }

    #coPaymentMethod {
    	margin: 15px 0 15px 0;
    	width:694px;
    	float:right;
	    }
	#coPaymentMethod .pad {
		padding: 5px 0;
		}
	#coPaymentMethod table td {
		padding: 1px 25px 1px 5px;
		vertical-align: top;
		}
	#coPaymentMethod table th {
		padding: 0 5px;
		text-align: left;
		vertical-align: middle;
		}
	#coReceiptCC { padding: 0 0 0 0; }
	#coReceiptCC td {
		vertical-align: top;
		width: 67%;
		}
	#coReceiptCC th {
		background: none;
		font-weight: normal;
		text-align: right;
		vertical-align: top;
		padding-top: 5px;
		}
	#coReceiptCC td p {
		margin: 0 0 5px 0;
		}


/* --------------------------------------------
|  SHOPPING - Product List
--------------------------------------------- */
#youAreHere {
	background: #F0F0F0;
	font-weight: bold;
	color: #334000;
	padding: 6px 11px;
	margin: 0 0 15px 0;
	}
	#youAreHere ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;
		}
		#youAreHere ul li {
			display: inline;
			}
			#youAreHere ul li a {
				font-weight: normal;
				}
				#youAreHere .pathDelete {
					position: relative;
					top: -4px;
					margin-left: 3px;
					}
#productListing {
	border: 1px solid #E0E0E0;
	padding: 0 0 10px 0;
	}
	#productListing td {	padding-bottom: 30px; }
	#productListing tr.galleryPhotoRow td {
		border-top: 1px solid #E0E0E0;
		padding-top: 30px;
		padding-bottom: 5px;
		}
	#productListing tr.noDivider td {
		border-top: none;
		}
		.addProductBox {margin: 9px 0 0 0;}
			.addProductBox a { position: relative; top: 3px;	}
			.addProductBox input {
				width: 22px;
				height: 14px;
				font-size: 11px;
				margin-right: 5px;
				border: 1px solid #999999;
				}

#productDetails {
	font-size: 10px;
	border: 1px solid #E0E0E0;
	}
	#productDetails h2 {
		font-size: 14px;
		line-height: 24px;
		color: #636f2d;
		padding: 0 0 0 8px;
		background: url(http://www.twopeasinabucket.com/graphics/bg_sub_header.jpg);
		}
	#productDetails table { width: 100%; }
	#productDetails table #productDetailPhoto {
		width: 231px;
		text-align: center;
		padding: 15px 0;
		}
		.btnEnlargeImage {
			margin: 5px 0 0 0;
			background: url(http://www.twopeasinabucket.com/graphics/b_enlarge_image.gif) 0 2px no-repeat;
			padding-left: 15px;
			color: #a6c07f;
			text-decoration: none;
			}
			.btnEnlargeImage:hover {
				text-decoration: underline;
				}
	#productDetails table td {
		vertical-align: top;
		padding: 15px 15px 15px 0;
		}
	.productName {
		font-size: 11px;
		font-weight: bold;
		}
	.productPrice {
		font-weight: bold;
		}
	#productQuanitiy {
		width: 32px;
		height: 16px;
		border: 1px solid #e0e0e1;
		position:relative;
		top: -2px;
		}

	#productDetailTabs {
		margin: 12px 0 0 0;
		padding: 0;
		list-style: none;
		height: 25px;
		}
		#productDetailTabs li {
			display: block;
			float: left;
			text-align: center;
			height: 25px;
			line-height: 25px;
			width: 145px;
			margin: 0 5px 0 0;
			background: url(http://www.twopeasinabucket.com/graphics/tab_matrix.gif) no-repeat;
			}
			#productDetailTabs li a {
				display: block;
				height: 25px;
				background: url(http://www.twopeasinabucket.com/graphics/tab_matrix.gif) 100% -25px no-repeat;
				padding: 0 11px;
				text-decoration: none;
				font-size: 12px;
				font-weight: bold;
				}
				#productDetailTabs li a:hover { text-decoration: underline; }
				#productDetailTabs li.current {
					background-position: 0 -50px;
					}
					#productDetailTabs li.current a {
						background-position: 100% -75px;
						color: #FFF;
						}
	#relatedProducts {
		border: 1px solid #d4e6ee;
		padding: 8px 0 20px 0;
		}
		#relatedProducts table {

			}
			#relatedProducts table td {
				padding: 20px 25px 0 25px;
				text-align: center;
				font-size: 9px;
				}
				#relatedProducts td a {
					font-size: 11px;
					display: block;
					font-weight: bold;
					}
				#relatedProducts td img {
					display: block;
					border: 1px solid #d0d0d0;
					margin-bottom: 5px;
					}
/* --------------------------------------------
|  Designer Garden Gallery
--------------------------------------------- */
#designerGardenGallery {
	float: left;
	width: 566px;
	}
	#latestLayouts {
		border: 1px solid #E0E0E0;
		}
		#latestLayouts .layoutsHeader {display: block;}


		#inputCVS { width: 31px; }

/* --------------------------------------------
|  Shopping
--------------------------------------------- */

#shopNav {
	margin:15px 0 0 0;
	padding:0;
	list-style:none;
	}
	#shopNav li {
		margin-bottom:5px;
		}
		#shopNav li a {
			padding:13px 0 12px 0;
			display:block;
			width: 198px;
			border:solid 1px #E0E0E0;
			color:#2EBBAC;
			text-transform: uppercase;
			font-weight:bold;
			font-size:13px;
			text-align:center;
			text-decoration: none;
			vertical-align:middle;
			}
			#shopNav li a:hover {
				background:#2EBBAC;
				color:#fff;
				}

#shoppingMiddle {
	width:532px;
	float:left;
	}

#shoppingRight {
	float:right;
	width:161px;
	}

.featuredProducts {
	/*background:url(http://www.twopeasinabucket.com/graphics/bg_featured_products.jpg) no-repeat;*/
	width:289px;
	height:229px;
	position:relative;
	float:left;
	margin:0 0 16px 0;
	}
	.featuredProducts .goBtn {
		right: 25px;
		}
.goBtn {
	position:absolute;
	bottom:10px;
	right:10px;
	}
.digitalKitsFonts {
	background:url(http://www.twopeasinabucket.com/graphics/bg_digital_kits_and_fonts_v3.jpg) no-repeat;
	width:239px;
	height:141px;
	float:left;
	position:relative;
	}
.dealOfDay {
	float:left;
	width:239px;
	height: 75px;
	margin-top:13px;
	padding: 0px;
	background: url(/static/graphics/shop/dealoftheday2gray.jpg) no-repeat;
	text-align:center;
	}
	.dealOfDay img {
		border:solid 1px #9ba85f;
	}
	.dealOfDay p {
		margin:0;
		padding:37px 7px 0 7px;
	}
	.dealOfDay a {
		font-weight:bold;
/*      color:#0099CC;
*/	}
#newProducts {
	width:530px;
	overflow: hidden;
	border:solid 1px #98cbdc;
	}
#newProductsTable { margin-top:5px; }
#newProductsTable td {
	width:140px;
	padding-right:0px;
	text-align: center;
	vertical-align: top;
	}
#newProductsTable td a { font-weight:bold; }
#whatsHot {
	width:530px;
	overflow: hidden;
	border: 1px solid #E0E0E0;
	margin-top: 13px;
	}
/*#newProductsTable td input {
		width:15px;
		border:solid 1px #999;
		font-size:10px;
		margin-right:3px;
	}
*/.vAlign { vertical-align: middle; }
.viewAllProducts {
	text-align: right;
	padding:10px 20px 0 0;
}
.viewAllProducts a {
	font-weight:bold;
}
.shoppingBotLeft {
	border:solid 1px #d0d6b3;
	margin-top:15px;
	padding:0px;
	float:left;
    }
.shoppingBotRight {
    border:solid 1px #d0d6b3;
	margin-top:15px;
	padding:0px;
	float:left;
    margin-left: 13px;
}

.marginLeft { margin-left:13px; }
#specials {
	width:159px;
	border:solid 1px #E0E0E0;
	}
#specials a {font-weight:bold;}
#specials table {margin:0 3px 0 3px;}
/*#specials td input {
	width:15px;
	border:solid 1px #999;
	font-size:10px;
	margin-right:3px;
	}*/
#specials p {
	padding-top:10px;
	}
.specialImg {
	border:solid 1px #E0E0E0;
	}
.specialPadding { padding-right:10px; }
#bannerAd {
	border:solid 1px #ccc;
	margin-top:15px;
	}

#productDescription {
    margin-top: 15px;
}

/*
.shop_grid_spacer {
    height: 20px;
    background-image: url(http://www.twopeasinabucket.com/static/graphics/shop/border_line.png);
    background-repeat: repeat-x;
    background-position: center center;
}
*/

/* JTW ADDITIONS */

.t_peatag { background:url(http://www.twopeasinabucket.com/graphics/titles/title_most_popular_tags.jpg) no-repeat; }
.t_editMyProfile { background:url(http://www.twopeasinabucket.com/graphics/titles/title_edit_my_profile.jpg) no-repeat; }
.t_myAlbums { background:url(http://www.twopeasinabucket.com/graphics/titles/title_my_albums.jpg) no-repeat; }
.t_myShoppingCarts { background:url(http://www.twopeasinabucket.com/graphics/titles/header_my_shopping_carts.jpg) no-repeat;}
.t_myOrderHistory {	background:url(http://www.twopeasinabucket.com/graphics/titles/header_my_order_history.jpg) no-repeat;}
.t_myWishlists { background:url(http://www.twopeasinabucket.com/graphics/titles/header_my_wishlists.jpg) no-repeat;}
.t_myLayouts { background:url(http://www.twopeasinabucket.com/graphics/titles/header_my_layouts.jpg) no-repeat;}
.t_accountValidation { background:url(http://www.twopeasinabucket.com/graphics/titles/title_account_validation.jpg) no-repeat;}
.t_digiArticles { background:url(http://www.twopeasinabucket.com/graphics/titles/title_digital_articles.jpg) no-repeat;}
.t_myBookmarks { background:url(http://www.twopeasinabucket.com/graphics/titles/title_my_bookmarks.jpg) no-repeat;}
.t_newsite { background:url(http://www.twopeasinabucket.com/graphics/titles/header_newlook_newfeel.jpg) no-repeat;}
.t_myShopping { background:url(http://www.twopeasinabucket.com/graphics/titles/title_my_shopping.jpg) no-repeat;}
.t_ServiceCenter { background:url(http://www.twopeasinabucket.com/graphics/titles/title_service_center.jpg) no-repeat;}
.t_peamail { background:url(http://www.twopeasinabucket.com/graphics/titles/title_peamail.jpg) no-repeat;}
.t_aboutus { background:url(http://www.twopeasinabucket.com/graphics/titles/title_about_us.jpg) no-repeat;}
.t_blogs { background:url(http://www.twopeasinabucket.com/graphics/titles/title_blogs.jpg) no-repeat;}
.t_site_map { background:url(http://www.twopeasinabucket.com/graphics/titles/title_site_map.jpg) no-repeat;}
.t_admin_reports { background:url(http://www.twopeasinabucket.com/graphics/titles/title_admin_reports.jpg) no-repeat;}
.t_designerGarden { background:url(http://www.twopeasinabucket.com/graphics/titles/title_designer_garden.jpg) no-repeat;}
.t_designerGardenEducation { background:url(http://www.twopeasinabucket.com/graphics/titles/header_garden_education.jpg) no-repeat;}
.t_gardeningCenter { background:url(http://www.twopeasinabucket.com/graphics/titles/header_gardening_center.jpg) no-repeat;}
.t_memberBlogs { background:url(http://www.twopeasinabucket.com/graphics/titles/title_member_blogs.jpg) no-repeat;}

/* Error Pages */
.t_404 { background:url(http://www.twopeasinabucket.com/graphics/titles/404.jpg) no-repeat;}

table {
	font-size:11px;
	text-align:left;
}
.lighttable {
	background: #FFFFFF;
	/*background: #F1F5E4;*/
	/*background:#d5dbd8;*/
	color: #000000;
}
.darktable {
	background: #E7EDEF;
	color: #000000;
}

.tdheader {
	text-align: left;
	background: #E0E0E0;
	height: 28px;
	padding: 0 0 0 5px;
	font-size:11px;
	font-weight:bold;
}





.mbindex tr td {
	border-top:1px solid #FFFFFF;
	font-size:11px;
}
.mbindex br {
	border-top:none;
}
#forumFull {
	/* float:right; */
	width:743px;
}
#mainForumFull {
	border: 1px solid #E0E0E0;
	width: 741px;
}
.forumtd { padding:3px 0px 7px 0px; }


.gallerySmallThumbnail {
	max-width:100px;
 width: expression(this.width > 100 ? 100: true);
	max-height:100px;
 height: expression(this.height > 100 ? 100: true);
}


.galleryThumbnail {
	max-width:170px;
 width: expression(this.width > 170 ? 170: true);
	max-height:170px;
 height: expression(this.height > 170 ? 170: true);
}
.galleryTable tr.galleryTextRow td {
	vertical-align: middle;
	border-bottom:1px solid #CCCCCC;
}
.noTopBorder {
	border-top:none;
}
.loginBoxes {
	width:118px;
	border: solid 1px #8b8f9e;
	font-size:11px;
	color:#4d5670;/*padding:1px 0 1px 6px;
	margin-right:7px;*/
}
#loginDropDownBottomToo {
	background:				#ffffff url(http://www.twopeasinabucket.com/graphics/login-background.gif) no-repeat scroll center bottom;
	text-align:				center;
	padding:                5px;
}
.formBoxes {
	border: solid 1px #8b8f9e;
	font-size:11px;
	color:#4d5670;
	padding:1px 2px 1px 2px;/*margin-right:7px;*/
}
.buttons {
	vertical-align:bottom;
}
.pt-event-border {
	background: #C1C1C1
}
.pt-ticket-border {
	background: #DDDDDD
}
.pt-twopeas-response {
	background: #D9E6C6;
}
.pt-customer-response {
	background: #dedfdf;
}
.pt-private-comments {
	background: #FFBFBF
}
.pt-public-comments {
	background: #f7f7f7;
}
#pt_contentdiv table {
	font-size:11px;
}


.tooltipheader {
	width: 222px;
	background-color: #d9e6c6;
	border: #d9e6c6 solid 1px;
	font-size:   8pt;
	font-weight: bold;
	color: #000000;
	background: #D9E6C6;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tooltipbody {
	width: 222px;
	background-color: #f7f7f7;
	padding: 0px;
	margin: 0px 10px 15px 0px;
	border: #d9e6c6 solid 1px;
	text-align: left;
}


.tooltipheaderwide {
	width: 400px;
	background-color: #d9e6c6;
	border: #d9e6c6 solid 1px;
	font-size:   8pt;
	font-weight: bold;
	color: #000000;
	background: #D9E6C6;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tooltipbodywide {
	width: 400px;
	background-color: #f7f7f7;
	padding: 5px;
	margin: 0px 10px 15px 0px;
	border: #d9e6c6 solid 1px;
	text-align: left;
}

.tooltipbody img {
	margin: 10px;
}
#localLoginDiv {
}
#localLoginTable {
	border: #cccccc solid 1px;
	padding: 10px 10px;
	width:225px;
}
#localLoginForm {
}
#coAddrEdit {
	margin: 0 0 15px 0;
	width:500px;
}
#coAddrEdit .pad {
	padding: 10px 5px;
}
#coAddrEdit table td {
	vertical-align: middle;
	padding: 0 5px;
}
#coAddrGift {
	margin: 0 0 15px 0;
	width : 800px;
}
#coAddrGift .pad {
	padding: 10px 5px;
}
#coAddrGift table td {
	/*vertical-align: middle;*/
			padding: 0 5px;
}
#peaTagsExplained {
	width:500px;
	margin-top:30px;
	padding:40px 10px 20px 10px;
	background:url(http://www.twopeasinabucket.com/graphics/titles/title_wide_what_are_tags.jpg) no-repeat;
	background-color:#F1F5E4;
}
#genericDiv {
	float: left;
	width: 564px;
	border: 1px solid #E0E0E0;
}
#loginReplacementBox {
	margin: 11px 14px 0 0;
	width: 165px;
	height: 215px;
	float: left;
	font-size: 10px;
}
#dotdBox {
	background:#F0F0F1 url(/static/graphics/shop/dealoftheday1gray.jpg) no-repeat;
	border: none;
	height:51px;
	margin:14px 0px 0px;
	padding:40px 7px 0px 7px;
	text-align:center;
	vertical-align:middle;
}
#dotdBox a {
	font-weight:bold;
/*    color:#0099CC;
*/}
.htmlHelpButtonText {
	font-size:10px;
	font-weight:normal;
}
#adTile1 {
	width:728px;
	height:90px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #E0E0E0;
	background-color:#999999;
	font-size:9px;
}
#adTile2 {
	width:160px;
	height:600px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #E0E0E0;
	background-color:#999999;
	font-size:9px;
}
#adTile3 {
	width:300px;
	height:250px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #E0E0E0;
	background-color:#999999;
	font-size:9px;
}
#adTile4 {
	width:728px;
	height:90px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #E0E0E0;
	background-color:#999999;
	font-size:9px;
}
#adTile5 {
	width:235px;
	height:50px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #E0E0E0;
	background-color:#999999;
	font-size:9px;
	float:right;
	font-weight:normal;
}
#adTile6 {
	width:115px;
	height:50px;
	text-align:center;
	vertical-align:middle;
	border:0px solid #E0E0E0;
	background-color:#999999;
	font-size:9px;
	float:right;
	font-weight:normal;
}
#siteMap {
	margin:10px 10px 10px 10px;
	border:none;
	}

	#siteMap td,th {
		vertical-align:top;
		}
	#siteMap td p {
		color:#666666;
		}
	#siteMap th {
		width:150px;
		}


#designerGardenLatest {
	margin: 15px 0 0 0;
	border: 1px solid #ced4b2;
	}
	#designerGardenLatest .pad {
		border-top: none;
		padding: 13px;
		}
	#designerGardenLatest table {
		width: 100%;
		font-size: 10px;
		color: #6b714d;
		}
		#designerGardenLatest table td {
			vertical-align: top;
			padding: 0 5px 5px 5px;
			}
		#designerGardenLatest table th {
			vertical-align: top;
			font-weight: normal;
			text-align: left;
			width: 185px;
			padding: 0 10px 0 0;
			line-height: 14px;
			}
			#designerGardenLatest table a {
				font-weight: bold;
				font-size: 11px;
				}
				#designerGardenLatest table a span {font-weight: normal;font-size: 10px;display: block;}
			#designerGardenLatest table img {
				display: block;
				margin: 0 0 3px 0;
				border: 1px solid #e1dfd6;
				}


.bTakeALook {
	display: block;
	outline: none;
	width: 90px;
	height: 17px;
	text-decoration: none;
	text-indent: -9999px;
	background: url(http://www.twopeasinabucket.com/graphics/b_take_a_look.gif) no-repeat;
	}

.bContinuteToGG {
	display: block;
	float: right;
	outline: none;
	width: 152px;
	height: 17px;
	text-decoration: none;
	text-indent: -9999px;
	background: url(http://www.twopeasinabucket.com/graphics/b_continute_to_gg.gif) no-repeat;
	}


#gardenSeedTypeHeader {
	background: #F0F0F1;
	border: 1px solid #E0E0E0;
	margin-bottom:13px;
	}
	#gardenSeedTypeHeader table {
		/*margin: 11px;*/
		border:none;
		}
	#gardenSeedTypeHeader th {
		padding:5px;
		font-weight:bold;
		}
	#gardenSeedTypeHeader td {
		padding:5px;
		}

#designerGardeDisplay {
	float: left;
	}

#locationBar {
	min-height:26px;
	height: expression(this.height < 26 ? 26: true);
}

.MellypeaThread {
    background-color: #92e1b9;
    }

.AnnouncementThread,.GeekPeaThread {
	background-color:#C9E6E9;
	/*color:#cc00cc;*/
	}
	/*.AnnouncementThread a,.GeekPeaThread a {color:#cc00cc;}*/
.posttime {
	line-height:17px;
	}
.mblighttable {
	background: #E7EDEF;
	color: #000000;
}
.mbdarktable {
	background: #d5dbd8;
	color: #000000;
}
#threadheader {
	padding:5px;
	background-color:#C9E6E9;
	}
	#threadheader h3 {
		margin-bottom:5px;
		}

.MB_postspace {
	width:600px;
	overflow:auto;
	padding:1px 0px 5px 0px;
	line-height: 1.2;
    }
.MB_sigspace {
	width:600px;
	overflow:hidden;
	}

#forumTitleBackup {
	padding:5px 2px 6px 3px;
	background:#aebf5f url(http://www.twopeasinabucket.com/graphics/titles/title_mb_blank.jpg) no-repeat;
	color:#2EBBAB;
	}

#galleryListing h2 {
	margin:5px 2px 5px 2px;
	font-size:14px;
	}

#bosSection {
}


#bosSection ul {
	list-style: none;
}

#bosSection ul li {
	line-height: 16px;
	padding-left: 20px;
	background: url(/tpjs/ext/resources/images/default/tree/folder.gif) 0 0px no-repeat;
}

#bosSection ul li.current {
	background: url(/tpjs/ext/resources/images/default/tree/folder-open.gif) 0 0px no-repeat;
}

#bosSection ul li.bookmarksTrash {
	background: url(/new_graphics/icons/trash_blue.gif) 0 0px no-repeat;
}

#bosSection ul li.current a {
	font-weight: bold;
}

.bosFolderHeader {
	background: url(/tpjs/ext/resources/images/default/tree/folder-open.gif) 0 0px no-repeat;
	margin-bottom:7px;
	line-height:20px;
	padding-left:20px;
}

#bosBox {
	border: solid 1px #daecf2;
	/*background:#f0fafd;*/
	background:#F0FAFD url(http://www.twopeasinabucket.com/graphics/titles/title_bookmarks.gif) no-repeat;
	margin-bottom:14px;
	line-height:16px;
	padding: 38px 0 20px 0;
	}

#bosBox p {margin: 10px 0 0 10px;}
#bosBox img {margin-bottom:2px;}
#bosBox span {
	color:#94aa2d;
	font-weight:bold;
	padding: 0 0 0 14px;
	}
#bosBox ul {
	color:#1f627b;
	padding:0;
	margin:0 0 0 15px;
	list-style: none;
	}
#bosBox ul li {
	background: url(/tpjs/ext/resources/images/default/tree/folder.gif) 0 0px no-repeat;
	padding-left: 20px;
	}
#bosBox ul li.current {
	background: url(/tpjs/ext/resources/images/default/tree/folder-open.gif) 0 0px no-repeat;
	padding-left: 20px;
	}
#bosBox ul li.current a {
	font-weight: bold;
	}
#bosBox ul li a {color:#1f627b;}
#bosBox ul li a:hover {text-decoration: none;}
#bosBox hr {
	border: solid 1px #deeff4;
	margin:8px 0 9px 0;
	height: 1px;
	}

.bosFolderTitle {
	background: url(/tpjs/ext/resources/images/default/tree/folder-open.gif) 0 0px no-repeat;
	margin-bottom:7px;
	line-height:20px;
	padding-left:20px;
	color:#94aa2d;
	}

#siteContainer {
	/*width:950px;*/
	position:relative;
	margin:auto;
	text-align:left;
	}
.cgBioText {
	font-size:12px;
	padding-left:10px;
	}
.cgBioText p {
	margin-bottom:10px;
	}

a.mbThreadNameLink {
    font-weight: bold;
    }
    a.mbThreadNameLink:visited {
        color: #9c629a;
        }




#bottomBanner { margin:15px; }


    #blogBlock {
        background:transparent url(http://www.twopeasinabucket.com/graphics/titles/title_blog_posts.jpg) no-repeat scroll 0px 0px;
        border:1px solid #E0E0E0;
        /* margin:0px 0px 15px; */
        padding:48px 5px 5px 5px;
        /* width:743px; */
        max-width:743px;
        }

    #blogBlockSingle {
        /*background:transparent url(http://www.twopeasinabucket.com/graphics/titles/title_blog_posts.jpg) no-repeat scroll 0px 0px;*/
        border:1px solid #E0E0E0;
        /* margin:0px 0px 15px; */
        padding:15px 5px 5px 5px;
        /* width:743px; */
        max-width:743px;
        overflow: hidden;
        }

    #blogBlockLayouts {
        background:transparent url(http://www.twopeasinabucket.com/graphics/titles/title_challenge_layouts.jpg) no-repeat scroll 0px 0px;
        border:1px solid #E0E0E0;
        margin:10px 0px 0px 0px;
        padding:48px 5px 5px 5px;
        /* width:743px; */
        max-width:743px;
        overflow: hidden;
        }

    #blogCommentBlock {
        background:transparent url(http://www.twopeasinabucket.com/graphics/titles/title_user_comments_on_blog.jpg) no-repeat scroll 0px 0px;
        border:1px solid #E0E0E0;
        margin:10px 0px 0px 0px;
        padding:48px 5px 5px 5px;
        /* width:743px; */
        max-width:743px;
        }

    #blogCreateBlock {
        background:transparent url(http://www.twopeasinabucket.com/graphics/titles/title_create_new_blog_post.jpg) no-repeat scroll 0px 0px;
        border:1px solid #E0E0E0;
        padding:48px 3px 3px 3px;
        /* width:743px; */
        max-width:743px;
        margin: 0px 0px 15px 0px;
        }

    #blogEditBlock {
        background:transparent url(http://www.twopeasinabucket.com/graphics/titles/title_edit_blog_post.jpg) no-repeat scroll 0px 0px;
        border:1px solid #E0E0E0;
        padding:48px 3px 3px 3px;
        /* width:743px; */
        max-width:743px;
        margin: 0px 0px 15px 0px;
        }

    .blogPost {
        font-size:12px;
        line-height:normal;
        margin: 0px 0px 0px 0px;
        }

    .blogPost img {
        max-width: 714px;
        width: expression(this.width > 714 ? 714: true);
    }

    .blogBottom {
        margin: 10px 0px 10px 0px;
        font-size:10px;
        }

    .blogHR {
        margin: 0px 0px 30px 0px;
        }

    .blogType {
        font-size:10px;
        color:#adadad;
        }

    .blogTitle {
        font-size: 24px;
        font-weight: normal;
        font-family:Arial,Helvetica,Geneva,sans-serif;
        letter-spacing:-1px;
	}

    .blogTimestamp {
        font-size:10px;
        color:#adadad;
        /* font-style:italic; */
        /* margin:0px 0px 10px 0px; */
        }

    .blogMakeCommentBox {
        width:250px;
        /* height:200px; */
        background-color: #eeeeee;
        padding:5px;
        border:#dcdcdc solid 1px;
        }


/* TJ ADDITIONS */

.standouttext {
   color:     #FF47A3;
}
.yui-panel .hd {
    background-color:#D9E6C6 !important;
    color:#000000 !important;
}
.smallCaption {
	font-size: 9px;
	color: black;
	font-weight: normal;
}
.dropTargetOutline {
    border: 1px dashed #ced4b0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix { height: 1%; }

/*
	Globals
*/
.rightColBlue {
	border:solid 1px #daecf2;
	margin:12px 0 14px 0;
	padding: 0 0 8px 0;
	background:#F0FAFD;
	}
	.rightColBlue p {
		margin: 13px;
	}


/*
	Community
*/
.t_Community {
	margin-top: 13px;
    background: transparent url(http://www.twopeasinabucket.com/graphics/titles/title_community.jpg) no-repeat scroll 0%;
}
#communityBlogsBox {
	border: 1px solid #8DC3B9;
	background: #E1F7EA;
	margin-top: 13px;
	padding: 0px;
	}
	#communityBlogsBox div {
		margin: 13px;
		}
		#communityBlogsBox #featuredBlog {
            border: 1px solid #8DC3B9;
            background: #E1F7EA;
            }
            #featuredBlogImage {
                float: left;
            }
            #featuredBlogText {
                margin-left: 163px;
                }
                #featuredBlogText p {
                    margin-top: 13px;
                }


/*
	Top 10
*/
.t_Top10 {
    margin-top: 13px;
    background: transparent url(http://www.twopeasinabucket.com/graphics/t_top10_lists.jpg) no-repeat scroll 0%;
}
#top10TimeSpan {
	border: 1px solid #DAECF2;
	background-color: #F0FAFD;
	margin-bottom: 13px;
	padding: 13px;
	color: #1F627B;
	}
	#top10TimeSpan h3 {
		font-weight: bold;
		font-size: inherit;
		margin-bottom: 5px;
	}
	#top10TimeSpan div {
		float: right;
	}
	#top10TimeSpan form {
        display: inline;
    }
#top10TextDetail {
    padding: 13px;
    }
    #top10TextDetail p {
        margin-bottom: 1px;
    }
    #top10TextDetail p.description {
        margin-left: 20px;
    }
    #top10TextDetail p.votingLink {
        margin-bottom: 15px;
        margin-top: 5px;
        margin-left: 20px;
    }

/*
	Polls
*/
.t_Polls {
    margin-top: 13px;
    background: transparent url(http://www.twopeasinabucket.com/graphics/t_daily_polls.jpg) no-repeat scroll 0%;
}
#selectedPoll {
	border: 1px solid #ced4b0;
	margin-bottom: 13px;
}
#todaysPoll {
	border: 1px solid #ced4b0;
}
#pastPolls {
	border: 1px solid #ced4b0;
	margin-top: 13px;
}
.pollVoteStatus {
	position: relative;
	top: -5px;
	margin-left: 10px;
}
.resultChoice {
	font-weight: bolder;
}
.pollQuestion {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0px;
}
#pollChoices {
	margin-left: 20px;
}
.pollContainer {
    margin: 20px 10px;
}


/*
    Coupon
*/
#couponFormContainer {
    margin-top: 13px;
    width: 450px;
}
    #couponHeader{
        padding: 5px;
        background: #ced4b0;
        font-size: 12px;
        font-weight: bold;
    }
    #couponNotice {
        color: red;
        text-align: center;
        padding: 5px;
    }
    #couponDescription {
        padding: 5px;
        text-align: center;
    }
    #couponForm {
        padding: 5px;
        text-align: center;
    }
    .couponBorder {
        border: 1px solid #ced4b0;
        padding: 5px;
    }


/*
    Tag Cloud Additions
*/
.tagCloud h4 {
    font-size: 11px;
}
#userTagList {
        color:#1f627b;
        padding:0;
        margin:0 0 0 5px;
        list-style: none;
    }
    #userTagList li {
        background: url(http://www.twopeasinabucket.com/graphics/bullet_blue_circle.gif) 0 7px no-repeat;
        padding-left: 9px;
        margin-left: 11px;
    }


/*
    My Content
*/
.t_MyContent {
    margin-top: 13px;
    background: transparent url(http://www.twopeasinabucket.com/graphics/titles/title_my_content.jpg) no-repeat scroll 0%;
}
.myPosts {
    margin: 10px;
    }
    .myPosts h3, span {
        margin-bottom: 2px;
    }
    .myPosts span {
        color: #636F2D;
    }
    .myPosts p {
        overflow: hidden;
    }
    .myPosts h3 {
        font-size: 11px;
    }
#myPostsListingArea {
    border: 1px solid #ced4b0;
    width: 564px;
    float: left;
}

a.editLink {
    color: #636F2D;
}
.galleryDisplay {
    width: 564px;
}

/*
    My Downloads
*/
.t_MyDownloads {
    margin-top: 13px;
    background: transparent url(http://www.twopeasinabucket.com/graphics/titles/header_my_downloads.jpg) no-repeat scroll 0%;
}
#myDownloadsContentArea {
    float: left;
    width: 564px;
    }
    #myDownloadsContentArea h2 {
        color: #94AA2D;
        font-size: 13px;
        margin: 4px;
    }
    #myDownloadsContentArea ul {
            padding:0;
            margin: 8px 15px 8px 15px;
            list-style: none;
            font-weight: normal;
    }
    #myDownloadsContentArea li.even {
        background-color: #F0FAFD;
    }
    #myDownloadsContentArea li.odd {
        background-color: white;
    }
    #myDownloadsFonts {
        border: 1px solid #ced4b0;
        margin-bottom: 13px;
    }
    #myDownloadsKits {
        border: 1px solid #ced4b0;
    }
#digitalKitDownloadContent {
    border: 1px solid #ced4b0;
    padding: 10px;
    }
    #digitalKitLeft {
        float: left;
    }
    #digitalKitRight {
        float: right;
    }


/*
    My Shopping
*/
.t_MyShopping {
    margin-top: 13px;
    background: transparent url(http://www.twopeasinabucket.com/graphics/titles/title_my_shopping.jpg) no-repeat scroll 0%;
}
#myShoppingContentArea {
    width: 566px;
    float: left;
    }
    #myShoppingContentArea h2 {
        color: #94AA2D;
        font-size: 13px;
        margin-bottom: 4px;
    }
#myBuckets {
    float: left;
    width: 260px;
    border: 1px solid #ced4b0;
    margin: 0px 10px 10px 0px;
    padding: 10px;
}
#activeBucket {
    float: left;
    width: 252px;
    border: 1px solid #ced4b0;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    }
    #activeBucket table {
        width: 100%;
    }
    #activeBucket td {
        text-align: center;
    }
#orderHistory {
    float: left;
    width: 398px;
    border: 1px solid #ced4b0;
    margin: 0px 10px 10px 0px;
    padding: 10px;
    }
    #orderHistory table {
        width: 100%;
        margin-top: 5px;
        border-collapse: collapse;
    }
    #orderHistory th {
        font-weight: bold;
        color: #58651E;
        text-align: center;
        border-bottom: 1px solid #EDEDED;
    }
    #orderHistory td {
        text-align: center;
        border: 1px solid #EDEDED;
    }
#myWishLists {
    float: left;
    width: 114px;
    border: 1px solid #ced4b0;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    }
    	#myWishLists ul {
            color:#1f627b;
            padding:0;
            margin:0 0 0 5px;
            list-style: none;
	}
	#myWishLists ul li {
            background: url(http://www.twopeasinabucket.com/graphics/bullet_blue_circle.gif) 0 7px no-repeat;
            padding-left: 9px;
	}
#myRecommendedProducts #galleryListing {
    width: 564px;
}

/*
    Bug Report
*/
.t_BugReport {
    background:transparent url(http://www.twopeasinabucket.com/graphics/t_bugreport.jpg) no-repeat scroll 0%;
}
.ticketListing {
        margin-top: 10px;
	border: 1px solid #ced4b0;
        }
        .ticketListing tr {
                background-color: #E0E0E0;
        }
        .ticketListing tr.even {
                background-color: #F0FAFD;
        }
        .ticketListing tr.odd {
                background-color: white;
        }
        .ticketListing td.center {
                text-align: center;
        }


/*
    Photography
*/
.t_Photography {
    background:transparent url(http://www.twopeasinabucket.com/graphics/t_photography.jpg) no-repeat scroll 0%;
}
.latestPhotos {
	width:428px;
	border:solid 1px #ced4b0;
	margin-top:13px;
	}
	.latestPhotos ul {
		margin:20px 0 10px 0;
		padding:0;
		list-style:none;
		}
		.latestPhotos ul li {
			float:left;
			width:214px;
			color:#6b714d;
			text-align: center;
			line-height: 15px;
			margin-bottom:10px;
			font-size:10px;
			}
		.latestPhotos ul li span {
			display: block;
			margin: 0 32px;
			}
			.latestPhotos ul li img {
				border:solid 1px #e1dfd6;
				display: block;
				margin: 0 auto;
				margin-bottom:5px;
				}
			.latestPhotos ul li a {
				color:#246a82;
				font-weight:bold;
				font-size:12px;
				}

/*
    PeaMail
*/

#pmFoldersBox {
	border: solid 1px #E0E0E0;
	padding: 35px 10px 10px 10px;
	background: #F0F0F1 url(http://www.twopeasinabucket.com/graphics/pm_folders.gif) no-repeat;
	margin: 	13px 0pt;
	color:		#2EBBAC;
    }
    #pmFoldersBox ul {
	margin:	0px;
	list-style-position: inside;
	list-style: none;
	color: #246a82;
	padding: 0px 0px 0px 13px;
	font-weight: normal;
    }

#pmResourcesBox {
	border: solid 1px #E0E0E0;
	padding: 35px 10px 10px 10px;
	background: #F0F0F1 url(http://www.twopeasinabucket.com/graphics/pm_resources.gif) no-repeat;
	margin: 	13px 0pt;
	color:		#2EBBAC;
    }
    #pmResourcesBox ul {
	margin:	0px;
	list-style-position: inside;
	list-style: none;
	color: #246a82;
	padding: 0px 0px 0px 13px;
	font-weight: normal;
    }
#pmStatusBar {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    background-color: #E0E0E0;
    line-height: 26px;
}

/*
	Login Drop Down Styles
*/
#loginDropDownContainer {
	position: 				relative;
}
#loginDropDown {
	position:		absolute;
	top:			0px;
	left:			50px;

}
#loginDropDownBody {
	background-color:		#F0F0F0;
	padding:                10px;
	text-align: left;
}
#loginDropDownBottom {
	background:				url(..http://www.twopeasinabucket.com/graphics/login-background.gif);
	background-position:	bottom;
	background-repeat:		no-repeat;

	text-align:				center;
	padding:                5px;
}
#rememberCheckBox {
	position:		relative;
	top:			-4px;
}
#badLoginText {
	color:			red;
}

/*
        General Search
*/
#searchHeaderText {
        background:#F0F0F1 none repeat scroll 0%;
        border:1px solid #E0E0E0;
        margin-bottom:13px;
        padding: 10px;
}
#searchReSearchLine {
        border:1px solid #E0E0E0;
        background-color: #E9EED3;
        color: #636F2D;
        margin-bottom: 13px;
        padding: 0px 10px 0px 10px;
    /*line-height: 28px;
    height: 28px;*/
}

#advancedSearchBox {
        border: solid 1px #E0E0E0;
        padding: 35px 10px 10px 10px;
        margin-left: 5px;
	background: #F0F0F1 url(http://www.twopeasinabucket.com/graphics/advanced.gif) no-repeat;
	margin: 	13px 0pt;
	color:		#2EBBAC;
	font-weight:	bold;
        }
        .advSearchContainer {
                padding:         2px 2px 2px 10px;
                font-weight:    normal;
                color:          #58651E;
                margin-bottom: 10px;
        }
        #advSearchTextBox {
                width:  90%;
        }
	#advSearchDD {
	    width: 90%;
	}
        .inputLabel {
                position: relative;
                /*top:            -4px;*/
        }
#searchResults img {
    width: 120px;

}
#searchResults #myPosts {
    margin-left: 13px;
    margin-right: 13px;
    overflow: hidden;
}

/*
	Shopping Left Bar
*/
.searchOkButton {
	display:block;
	outline:none;
	width:33px;
	height:17px;
	background:url(http://www.twopeasinabucket.com/graphics/btn_ok.gif);
	text-indent: -9999px;
	}
.searchOkButton:hover {
	background-position: 0 -17px;
	}
.leftSideGrayBox {
	padding: 0;
	background-color: #FFF;
	margin-bottom: 13px;
}
.leftSideGrayBox .header {
	border-bottom: solid 1px #DDD;
	padding: 5px 10px;
}
.leftSideGrayBox .subheader {
	font-weight: bold;
}
.leftSideGrayBox .content {
	padding: 10px;
	margin: 0px;
}
.leftSideGrayBox .content p {
	padding-top:        5px;
	padding-bottom:     0px;
	margin:				0px;
}

.leftSideGrayBox ul {
    padding:0;
    margin:0 0 0 15px;
    list-style: none;
    font-weight: normal;
}
.leftSideGrayBox .header + ul{
	margin-top:10px;
}
.leftSideGrayBox li {
    background: url(http://www.twopeasinabucket.com/graphics/bullet_blue_circle.gif) 0 7px no-repeat;
    padding-left: 9px;
}
.leftSideGrayBox p {
	padding:7px 11px 0px 11px;
	margin:0;
}

.centerGrayBox {
	padding: 0;
	background-color: #FFF;
	margin-bottom: 20px;
}
.centerGrayBox .header {
	border-bottom: solid 1px #DDD;
	padding: 5px 10px;
	text-align: left;
}
.centerGrayBox .subheader {
	font-weight: bold;
}
.centerGrayBox .content {
	padding: 10px;
	margin: 0px;
}
.centerGrayBox .content p {
	padding-top:        5px;
	padding-bottom:     0px;
	margin:				0px;
}

/*
#shopSearch {
	border: solid 1px #E0E0E0;
	padding: 35px 10px 10px 10px;
	background: #F0F0F1 url(http://www.twopeasinabucket.com/graphics/search.gif) no-repeat;
	margin-bottom: 13px;
	color: #2EBBAC;
}
#shopSearch p {
	padding-top:        5px;
	padding-bottom:     0px;
	margin:				0px;
}
*/
#shopSearch .productSearch {
	width:		100%;
}
.tjCenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/*#narrowingBox {
	border: solid 1px #E0E0E0;
	padding-bottom: 15px;
	padding-top: 30px;
	background: #F0F0F1 url(http://www.twopeasinabucket.com/graphics/search_by.gif) no-repeat;
	margin: 	13px 0pt;
	color:		#2EBBAC;
	font-weight:	bold;
	}
	#narrowingBox ul {
            color:#1f627b;
            padding:0;
            margin:0 0 0 15px;
            list-style: none;
            font-weight: normal;
	}
        #narrowingBox li {
            background: url(http://www.twopeasinabucket.com/graphics/bullet_blue_circle.gif) 0 7px no-repeat;
	    padding-left: 9px;
	}
	.deadEnd {
		color: 		#63892a;
		font-weight: bold;
	}
	#narrowingBox p {
		padding:7px 11px 0px 11px;
		margin:0;
		}
		#narrowingBox a {
			color:#246a82;
			}
		#narrowingBox a:hover {text-decoration: none;}
*/
/*
#narrowingBox {
	font-weight: bold;
	padding-bottom: 10px;
}
#narrowingBox ul {
    padding:0;
    margin:0 0 0 15px;
    list-style: none;
    font-weight: normal;
}
#narrowingBox li {
    background: url(http://www.twopeasinabucket.com/graphics/bullet_blue_circle.gif) 0 7px no-repeat;
    padding-left: 9px;
}
#narrowingBox p {
	padding:7px 11px 0px 11px;
	margin:0;
}
*/

#shopByBox {
	border: solid 1px #E0E0E0;
	padding-bottom: 15px;
	background-color: #F0F0F1;
	margin: 	13px 0pt;
	color:		#2EBBAC;
	font-weight:	bold;
	}
	#shopByBox ul {
            color:#1f627b;
            padding:0;
            margin:0 0 0 15px;
            list-style: none;
            font-weight: normal;
	}
        #shopByBox li {
            background: url(http://www.twopeasinabucket.com/graphics/bullet_blue_circle.gif) 0 7px no-repeat;
	    padding-left: 9px;
	}
	.deadEnd {
		color: 		#63892a;
		font-weight: bold;
	}
	#shopByBox p {
		padding:7px 11px 0px 11px;
		margin:0;
		}
		#shopByBox a {
			color:#246a82;
			}
		#shopByBox a:hover {text-decoration: none;}

#blueNarrowingBox {
	border: solid 1px #daecf2;
	/*background:#f0fafd;*/
	background:#F0FAFD url(http://www.twopeasinabucket.com/graphics/titles/title_browse_wide.gif) no-repeat;
	padding-bottom: 15px;
	padding-top: 30px;
	margin: 	13px 0pt;
	color:		#2EBBAC;
	font-weight:	bold;
	}
	#blueNarrowingBox ul {
            color:#1f627b;
            padding:0;
            margin:0 0 0 15px;
            list-style: none;
            font-weight: normal;
	}
        #blueNarrowingBox li {
            background: url(http://www.twopeasinabucket.com/graphics/bullet_blue_circle.gif) 0 7px no-repeat;
	    padding-left: 9px;
	}
	.deadEnd {
		color: 		#63892a;
		font-weight: bold;
	}
	#blueNarrowingBox p {
		padding:7px 11px 0px 11px;
		margin:0;
		}
		#blueNarrowingBox a {
			color:#246a82;
			}
		#blueNarrowingBox a:hover {text-decoration: none;}

/*#freeShippingPromoBox {
	border: solid 1px #E0E0E0;
	padding: 35px 10px 10px 10px;
	background: #F0F0F1 url(http://www.twopeasinabucket.com/new_graphics/shopping/shippingpromo.jpg) no-repeat;
	margin: 	13px 0pt;
	color:		black;
}
*/
/*
    Themes
*/
#themesBody {
    width: 705px;
    border:solid 1px #ced4b0;
    margin-top:13px;
    }
    #themesBody table {
        width: 705px;
    }
    #themesBody table td {
        vertical-align: top;
    }
    #themesBody ul {
        list-style: none;
    }


/*
    Brands
*/
#brandGrid {
    border-collapse: collapse;
}
#brandGrid td {
    border: 1px solid #E0E0E0;
    text-align: center;
    padding: 10px;
    margin: 10px;
    width: 25%;
}
#brandGrid h3 {
    margin-bottom: 0px;
}
#brandGrid p {
    margin-top: 0px;
}

/*
    Shopping Home
*/
/*
#whatsHot {
    margin-top: 13px;
    border: 1px solid #E0E0E0;
    width: 159px;
    }
    #whatsHot a {
        font-weight: bold;
    }
*/

/*
    Shopping Main Col
*/
    #product_grid {
	list-style-type: none;
	/*width: 498px;*/
	padding-left:   12px;
}

#product_grid li {
	display: block;
	float: left;
	margin: 5px 0px 5px 0px;
	width: 155px;
    height: 250px;
	padding: 2px 7px 2px 7px;
	text-align: center;
    overflow: hidden;
}
.productTile {
	margin-bottom: 20px;
}
.productImageArea {
    height: 150px;
	margin-bottom: 10px;
	position: relative;
}
.buyButtonArea {
    /*height: 65px;*/
}
#productArea {
    border:     1px solid #F0F0F0;
}
#productListArea {
    border:     1px solid #F0F0F0;
	margin-top:13px;
}
.shopBar {
    height:26px;
    background:     #F0F0F0;
    line-height:    24px;
    padding:        0px 10px 0px 10px;
}
.shopBarLeft {
    float: left;
    font-weight: bold;
    font-size: 1.2em;
}
.shopBarRight {
    float: right;
}
.subShopBar {
    background: #F0F0F0;
    line-height:    26px;
    padding:        0px 10px 0px 10px;
    margin-top:     13px;
}
.myform {
    display: inline;
}

    #productImage {
        float: left;
        padding: 10px;
        text-align: center;
    }
    #productDetail {
        padding: 10px;
    }
        #productTitle {
            font-weight: bold;
        }
        #productOnlyXLeft {
            margin: 7px 0px 0px 0px;
            font-weight: bold;
            color: green;
            font-size: 1.1em;
        }
        #productPrice {
            font-weight: bold;
        }
        #addToLinks {
            /* margin-top: 10px; */
        }
        #addToLinks p {
            padding: 0px;
            margin: 0px;
            vertical-align: middle;
            /* line-height: 20px; */
        }
        #addToLinks img {
            position: relative;
            top:    4px;
            visibility: hidden;
        }
        #addToCart {
            line-height: 26px;
        }
#productMetaTabs {
    margin: 13px 0;
}
#relatedProductsGrid {
	list-style-type: none;
	padding-left:   12px;
}
    #relatedProductsGrid li {
        display: block;
        float: left;
        margin: 5px 0px 5px 0px;
        width: 120px;
        height: 153px;
        /*border: 1px solid #000;*/
        padding: 2px 7px 2px 7px;
        text-align: center;
        overflow: hidden;
    }
#relatedGardenProjectsGrid {
	list-style-type: none;
	padding-left:   12px;
}
    #relatedGardenProjectsGrid li {
    	display: block;
    	float: left;
    	margin: 5px 0px 5px 0px;
    	width: 210px;
    	height: 230px;
    	/*border: 1px solid #000;*/
    	padding: 2px 7px 2px 7px;
    	text-align: center;
            overflow: hidden;
    }
    #relatedGardenProjectsGrid img {
        max-width: 200px;
        width: expression(this.width > 200 ? 200: true);
    }
#relatedGalleryPostsGrid {
	list-style-type: none;
	padding-left:   12px;
}
    #relatedGalleryPostsGrid li {
    	display: block;
    	float: left;
    	margin: 5px 0px 5px 0px;
    	width: 180px;
    	/*height: 200px;*/
    	/*border: 1px solid #000;*/
    	padding: 2px 7px 2px 7px;
    	text-align: center;
            overflow: hidden;
    }
    #relatedGalleryPostsGrid img {
        max-width: 200px;
        width: expression(this.width > 200 ? 200: true);
    }

.clearLeft {
    clear: left;
}
.bold {
    font-weight: bold;
}




.editable {

	padding:      	5px;
	margin:			15px 0px 0px 0px;
	text-align:		center;

}

.align-center {
	text-align:		center;
}
.align-right {
	text-align:		right;
}
.width-100percent {
	width:			100%;
}

/*
    User Profile
*/
.widgetHandle {
    cursor: move;
}
.additionalWidget {
	border:			1px solid #E0E0E0;
	text-align:		center;
}
.genericContent {
	border: 		1px solid #F0F0F0;
	margin: 		0 0 15px 0;
}
.genericContent li {
    list-style: none;
    border: 1px solid #E0E0E0;
    float: left;
    margin: 10px;
    width: 326px;
    height: 100px;
    text-align: center;
}
.genericContent li table {
    margin: 3px 5px 3px 5px;
}
.genericContent li p {
    margin-top: 30px;
    margin-left: 5px;
}
#genericContentHeader {
    background-color: #F0F0F0;
    margin: 0px;
    padding: 5px;
}
#genericContentHeaderLeft {
    float: left;
    font-weight: bold;
    font-size: 1.2em;
}
#genericContentHeaderRight {
    float: right;
}
#additionalWidgetsTable {
	width:			100%;
        vertical-align: top;
}
.addOnWidgetsHeader {
    text-align: center;
    background-color: #E0E0E0;
    font-weight: bold;
    font-size: 1.2em;
    padding: 3px;
    color: #2EBBAB;
}
#memberAlbums {
    width: 740px;
    background: url(http://www.twopeasinabucket.com/graphics/titles/title_member_albums.jpg) no-repeat;
    padding-top: 48px;
    border: 1px solid #E0E0E0;
    margin: 0 0 15px 0;
    }
    #memberAlbums.bViewAll {margin: 15px 0 15px 10px;}
#memberRecommendedProducts {
    width: 740px;
    background: url(http://www.twopeasinabucket.com/graphics/titles/title_member_recommended_products.jpg) no-repeat;
    padding-top: 48px;
    border: 1px solid #E0E0E0;
    margin: 0 0 15px 0;
    }
    #memberRecommendedProducts.bViewAll {margin: 15px 0 15px 10px;}
#memberBlog {
    width: 740px;
    background: url(http://www.twopeasinabucket.com/graphics/titles/title_member_blog.jpg) no-repeat;
    padding-top: 48px;
    border: 1px solid #E0E0E0;
    margin: 0 0 15px 0;
    }
    #memberAlbums.bViewAll {margin: 15px 0 15px 10px;}
#manufacturerGallery {
    width: 740px;
    background: url(http://www.twopeasinabucket.com/graphics/titles/title_manufacturer_gallery_big.jpg) no-repeat;
    padding-top: 48px;
    border: 1px solid #E0E0E0;
    margin: 0 0 15px 0;
    }
    #manufacturerGallery.bViewAll {margin: 15px 0 15px 10px;}
#manfuactuererMemberLayouts{
    width: 740px;
    background: url(http://www.twopeasinabucket.com/graphics/titles/title_member_layouts_using_our_products.jpg) no-repeat;
    padding-top: 48px;
    border: 1px solid #E0E0E0;
    margin: 0 0 15px 0;
    }
    #manufacturerMemberLayouts.bViewAll {margin: 15px 0 15px 10px;}
#manufacturerBlog {
    width: 740px;
    background: url(http://www.twopeasinabucket.com/graphics/titles/title_manufacturer_blog_big.jpg) no-repeat;
    padding-top: 48px;
    border: 1px solid #E0E0E0;
    margin: 0 0 15px 0;
    }
    #manufacturerBlog.bViewAll {margin: 15px 0 15px 10px;}
#manufacturerDesignTeam {
    width: 740px;
    background: url(http://www.twopeasinabucket.com/graphics/titles/title_design_team.jpg) no-repeat;
    padding-top: 48px;
    border: 1px solid #E0E0E0;
    margin: 0 0 15px 0;
    }
    #manufacturerDesignTeam.bViewAll {margin: 15px 0 15px 10px;}
#manufacturerProducts {
    width: 740px;
    background: url(http://www.twopeasinabucket.com/graphics/titles/title_products_big.jpg) no-repeat;
    padding-top: 48px;
    border: 1px solid #E0E0E0;
    margin: 0 0 15px 0;
    }
    #manufacturerProducts.bViewAll {margin: 15px 0 15px 10px;}

/*
    BOS
*/
#bookmarkTabs {

    }
    #bookmarkTabs ul {
        list-style: none;
        }
        #bookmarkTabs li {
            display: inline;
            margin-left: 15px;
            }
            #bookmarkTabs li a.bookmarkTabSelected {
                font-weight: bold;
                color: grey;
                text-decoration: none;
            }
    #bookmarkTabs table {
        width: 743px;
    }

.removeLink {
    color: red;
    font-size: 0.9em;
    text-decoration: none;
    }
    .removeLink #X {
        font-weight: bold;
    }


/*
    Marketplace
*/
.featuredPartner {
    background: url(http://www.twopeasinabucket.com/graphics/titles/title_featured_partner.jpg) no-repeat;
    float: left;
    width: 237px;
    height: 350px;
    margin: 0px 0px 30px 0px;
    border:#98cbdc solid 1px;
    padding-top: 27px;
}

.featuredPartnerText {
    margin:0px 2px 5px 5px;
    }

    .featuredPartnerText A {font-weight: bold;}
    .featuredPartnerText P {margin:5px 0px 10px 0px;}

.leftMargin {
    margin-left: 12px;
}

.featuredPartnerWelcome {
	background: #F0F0F1;
	border: 1px solid #E0E0E0;
	margin-bottom: 13px;
	padding: 13px;
	color: #334000;
	}
	.featuredPartnerWelcome h3 {
		font-weight: bold;
		font-size: 11px;
		margin-bottom: 5px;
		color:#246a82;
		text-decoration: underline;
	}


.marketPartner {
    float: left;
    width: 120px;
    height: 250px;
    margin: 0px;
}

.marketPartnerText {
    /* margin:0px 2px 5px 5px; */
    }

    .marketPartnerText A {font-weight: bold;}
    .marketPartnerText P {margin:5px 0px 10px 0px;}

.leftMarketMargin {
    margin-left: 35px;
}

#shoppingWidgetContainer img {
    max-width: 60px;
    width: expression(this.width > 60 ? 60: true);
}

@media print {
.donotprint {
display: none;
}
.footer {
background-color: transparent;
}
}

/*
    Unsubscribe
*/
.unsubButton {
	display:block;
	outline:none;
	width:140px;
	height:17px;
	background:url(http://www.twopeasinabucket.com/graphics/b_confirm_unsub.gif);
	text-indent: -9999px;
	float:left;
	}

/*
    Wide Body
*/
#wideBodyContainer {
	padding: 10px 0 0 0;
	width: 921px;
}

/*
    New Gallery
*/
#thumbRow {
	border: thin solid #DFDFDF;
	padding: 3px;
	margin-top: 10px;
	text-align: center;
}
#thumbRow img {
	max-width: 75px;
 	width: expression(this.width > 75 ? 75: true);
	max-height: 75px;
 	height: expression(this.height > 75 ? 75: true);
}
.buttonHolder .buttonRight {
	float: right;
}
.buttonHolder .buttonLeft {
	float:  left;
}

/*
	Step 3
*/
#currentTags {
	width: 687px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #F0F0F1;
	border: thin solid #ccd2ae;
	text-align: center;
}
#currentTags p {
	color: #58651E;
	font-size: 1.5em;
}
#currentTags ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#currentTags ul li {
	margin-left: 15px;
	margin-right: 15px;
	line-height: 30px;
	display: inline;
}
#tagBoxContainer textarea {
	width: 698px;
	height: 50px;
	margin-bottom: 10px;
	color: gray;
}

/*
	Step 4
*/
.challengeArea ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 20px;
}
.challengeArea li {
	margin-bottom: 1px;
}
.challengeArea a {
	position: relative;
	top: -3px;
}

/*
	Step 5
*/
#relateProdsQuestion {
	font-size: 1.3em;
}
#relateProdsAnswer {
	text-align: center;
}
#addMoreRelatedProducts {
	background: url(http://www.twopeasinabucket.com/new_graphics/icons/add.png) 0 0px no-repeat;
	margin: 0 0 0 15px;
	padding: 0 0 0 18px;
	line-height: 16px;
	clear: both;
}

ul.cleanList {
	padding: 0px 15px;
	list-style: none;
	}
	ul.cleanList li {
		background: url(http://www.twopeasinabucket.com/new_graphics/icons/bullet_green.png) 0 3px no-repeat;
		padding: 0 0 0 16px;
		line-height: 18px;
	}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

#localRegisterDiv {
    text-align: center;
}

#localRegisterTable {
    border:1px solid #CCCCCC;
    padding:10px;
    width:350px;
}

#localRegisterTable th,#localRegisterTable td { padding:5px; }

#localRegisterTable th {
    width:110px;
    color:#1E6EA7;
    text-align: right;
}

#localRegisterTable span {
}

.fancyTitle {
	color: #000; /* Reset IE */
	margin: 0; padding:0;
	font: bold small-caps 100%/100% "lucida grande", "lucida sans unicode", "trebuchet ms", arial, verdana, sans-serif;
	letter-spacing: .1em;
	color: #1F627B;
}
.fancyTitle span {
	font-size: 1.5em;
	color:  #1F627B;
}

.gardenProjectOuterTile {
	border: thin solid #F0F0F0;
	background-color: #F0F0F0;
	padding: 5px;
	height: 278px;
}

.gardenProjectInnerTile {
	background-color: white;
	height:  278px;
}

.gardenThumbnail {
	max-width:	195px;
 	width: expression(this.width > 195 ? 195: true);
	max-height:	200px;
 	height: expression(this.height > 200 ? 200: true);
}

/*
	Education
*/
.t_Education {
    background:transparent url(http://www.twopeasinabucket.com/graphics/page_header_education.jpg) no-repeat scroll 0 50%;
    margin-top:13px;
}

#classImagesBox {
    float:left;
    margin-bottom:13px;
    height: 250px;
}
.t_Education_Classes {
    background:transparent url(http://www.twopeasinabucket.com/graphics/page_header_education_classes.jpg) no-repeat scroll 0 50%;
    margin-top:13px;
}

.t_Education_ClassName {
    background:#AEBF5F url(http://www.twopeasinabucket.com/graphics/class_title_bkgrnd.jpg) no-repeat scroll 0 0;
    color:#2EBBAB;
    padding:5px 2px 6px 3px;
    margin-top:13px;
    margin-bottom:10px;
}
.t_Education_ClassName em {
    font-size:12px;
    font-weight: normal;
}
.classDescription {
    background:#F8FBEC none repeat scroll 0 0;
    border:1px solid #E0E0E0;
    margin:12px 0 14px;
    padding:0 0 8px;
}

.classDescription p {
    clear:both;
    color:#6B714D;
    font-size:12px;
    line-height: 16px;
    margin:0;
    padding:11px 13px 9px 13px;
}

/* --------------------------------------------
|  Side Nav Calendar
--------------------------------------------- */

.smallEventCalTH {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 9pt;
	text-align: center;
	color: #000000;
	border-color: rgb(33,5,104);
	border-width: 1;
	border-style: solid;
	background-color: #AAA;
}

.smallEventCalTable {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 9pt;
	text-align: center;
	color: #000000;
	border-color: #CCC;
	border-width: 1;
	border-style: solid;
	background-color: #CCC;
}

.smallEventCalTable a {
	color: #000000;
}

.smallEventCalActiveDay {
    font-weight:bold;
}

.smallEventCalCap {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10pt;
	color: #000000;
}

.smallEventCalTwoPeasHeader {
	color: #000000;
    background-image:url('/new_graphics/gallery/challenges_home/two_peas_challenge.jpg');
}

.smallEventCalVendorHeader {
	color: #000000;
    background-image:url('/new_graphics/gallery/challenges_home/vendor_challenge.jpg');
}

.smallEventCalClassHeader {
	color: #000000;
    background-image:url('/new_graphics/gallery/challenges_home/class_challenge.jpg');
}

.smallEventCalTwoPeasEvent {
	color: #FFFFFF;
    background-image:url('/new_graphics/gallery/challenges_home/two_peas_challenge.jpg');
    background-repeat:no-repeat;
    background-position:center center;
}

.smallEventCalVendorEvent {
	color: #000000;
    background-image:url('/new_graphics/gallery/challenges_home/vendor_challenge.jpg');
    background-repeat:no-repeat;
    background-position:center center;
}

.smallEventCalClassEvent {
	color: #000000;
    background-image:url('/new_graphics/gallery/challenges_home/class_challenge.jpg');
    background-repeat:no-repeat;
    background-position:center center;
}

.smallEventCalTwoPeasVendorEvent {
	color: #000000;
    background-image:url('/new_graphics/gallery/challenges_home/two_peas_vendor_challenge.jpg');
    background-repeat:no-repeat;
    background-position:center center;
}

.smallEventCalTwoPeasVendorClassEvent {
	color: #000000;
    background-image:url('/new_graphics/gallery/challenges_home/two_peas_vendor_class_challenge.jpg');
    background-repeat:no-repeat;
    background-position:center center;
}

.smallEventCalTwoPeasClassEvent {
	color: #000000;
    background-image:url('/new_graphics/gallery/challenges_home/two_peas_class_challenge.jpg');
    background-repeat:no-repeat;
    background-position:center center;
}

.smallEventCalVendorClassEvent {
	color: #000000;
    background-image:url('/new_graphics/gallery/challenges_home/vendor_class_challenge.jpg');
    background-repeat:no-repeat;
    background-position:center center;
}

.smallEventCalEventDetails {
    display: none;
}

.memberBox {
	border: 1px solid #8DC3B9;
	background: #E1F7EA;
}

.memberBox .challengeHeader {
    height:3em;
}

.memberBox .challengeText {
    padding-top: 10px;
    text-align: left;
}

.memberBox .digitalCommunity {
	background: #E1F7EA;
	border:none;
	float: right;
	margin-right: 10px;
}


/* --------------------------------------------
|  Styles for Poll System in Python
--------------------------------------------- */
.pythonLayout .centerRightCont {
    width:270px;
}

.pythonLayout .digitalCommunity p {
    width:245px;
}

/* --------------------------------------------
|  Styles for Tool Tips in Python
--------------------------------------------- */
.tooltip {
	display:none;
	background:url(/static/graphics/jquery-tools/tooltip/black_arrow_big.png);
	height:163px;
	padding:30px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}

.tooltip.bottom {
	background:url(/static/graphics/jquery-tools/tooltip/black_arrow_big_bottom.png);
	padding:50px 30px 10px 30px;
}

.tooltip h1 {
    font-size:14px;
    height:auto;
    margin:0 0 5px 0;
    padding:0;
    text-align:center;
}

/* Classes and Events */
.t_classes_and_events { background:url(/static/graphics/events/t_classes_and_events.jpg) no-repeat; }
.ctaBlock {
    float: left;
    margin-bottom: 10px;
    border: 1px solid #E0E0E0;
}
.ctaBlockRight {
    margin-left: 10px;
}
.classesAndEventsLeftColBlock {
    margin-top: 10px;
}
.dontShow {
    display: none;
}

#eventContainer {
    /*border: 1px solid #E0E0E0;*/
    max-width: 743px;
    overflow: hidden;
    padding: 15px 5px 5px;
margin-top: 13px;
}
.eventLeft {
    float: left;
}
.eventRight {
    float: right;
}
#eventContainer hr {
    height: 1px;
    border-top: 1px;
    border-left: 0px;
    border-right: 0px;
}
.eventLastModified {
    color: gray;
}
.eventItemContainer {
    background-color:#F8FBEC;
    border: 1px solid #E0E0E0;
    padding: 0;
margin-top: 13px;
    overflow: hidden;
}
.eventDiscussionsContainer {
    background-color: #E1F7EA;
    border: 1px solid #8DC3B9;
}

/* Flash Messages */
ul#flash-messages {

    list-style: none;
    padding: 0;
}
ul#flash-messages li {
    color:#363636;
    line-height: 18px;
    font-weight: bold;
    font-size: 1.2em;
    padding: 3px 3px 3px 10px;
}
ul#flash-messages li.fm-padding {
    margin-top: 10px;
}
/* OK */
ul#flash-messages li.icon_tick {
    border:1px solid #3D8037;
    background:#CDEBCA;
	/*
    border:1px solid #2EBBAB;
    background:#c3fff7;
	*/
}
/* Warn */
ul#flash-messages li.icon_error {
    border:1px solid #F9DD34;
    background:#FBF5D0;
	/*
    border:1px solid #F9DD34;
    background:#FBF5D0;
	*/
}
/* Error */
ul#flash-messages li.icon_stop {
    border:1px solid #FA4225;
    background:#F8E2E1;
	/*
    border:1px solid #FF47A3;
    background:#febddf;
	*/
}
ul#flash-messages span {
    float: left;
    margin-right: 10px;
    width: 18px;
}

.sub_gallery_cat_link {
    color: gray;
    text-decoration: none;
}

#imagePreviewThumbnailList li {
	background:none;
	padding-left: 0;
}

