#debugfooter { display: none; }

html {
	font-size: 14px;
}

body {
	font-family: trebuchet ms,Arial,Helvetica,sans-serif;
	font-size: 75%;
}

#wrapper {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0 10px;
	color: #555;
	width: 940px;
}

#page {
	width: 960px;
	display:block;
	clear: both;
	padding: 0 10px;
}

#pageContent {
	width: 960px;
	background-color:#FFF;
	display:block;
	clear: both;
	padding: 0 10px;
}

#header .headerContent {
	float: right;
	height: 22px;
	padding-bottom: 0px;
	background-color: #fff;
	margin:auto;
	text-align:center;
}

#header input.text,
#header input.qty,
#header select {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #999;
	color: #666;
}

#header select {
	background: url(../images/bg-gradient-select.png) repeat-x center bottom #FFF;
}

thead th {
	background: transparent;
	border-bottom: 1px solid #C0C1C2;
}

table tr td {
	border-left: 1px solid #e7e7e7;
	border-top: 1px solid #C0C1C2;
}

table tr td:first-child {
	border-left: none;
}

tbody tr:nth-child(2n) td, tbody tr.even td {
	background: none transparent;
}

.uppercase {
	text-transform: uppercase;
}

.pad_right {
	margin-right: 10px;
}

.pad_left {
	margin-left: 10px;
}

.pad_none {
	margin: 0;
	padding: 0;
}

.stock_message {
	color: #00679f;
	float: left;
	line-height: 1.2em;
	margin: 0;
	padding: 2px 0 0 10px;
	width: 40px;
}

/*** Top Nav ***/

#topNav {
	height: 25px;
	float: right;
	margin: 7px 0 5px 0;
}

#topNav ul {
	margin: 0;
	color: #0096D6;
}

#topNav li {
	list-style-type:none;
	display: block;
	float: left;
	border-right: solid 1px #0096d6;
	padding: 0 8px;
	color: #0096D6;
}

#topNav li a {
	color: #0096D6;
}

#topNav li.nopipe {
	border-right: none;
}

#topNav li.last {
	border-right: none;
	padding-right: 0;
}

#topNav li a:hover {
	color:#d9a005;
	text-decoration: underline;
}

#HeaderTop {
	text-align: right;
	margin-bottom: 5px;
	margin-top: 7px;
}

#HeaderTop p {
	margin-top: 10px;
}

#HeaderTop a {
	color: #0096d6;
	font: bold 11px Arial, Helvetica, sans-serif;
}

#HeaderTop a:hover {
	color: #D9A005;
	text-decoration: underline;
}

#HeaderTop #gPlus {
	float: right;
	margin-left: 5px;
}

#HeaderTop #___plusone_0 {
	float: right!important;
}

#HeaderTop .pipe {
	margin:0 10px;
	color:#0096D6;
}

#HeaderTop img {
	margin-bottom: -5px;
}

#HeaderTop span {
	margin: 0 5px 0 20px;
}

#HeaderTop .icons {
	list-style-type: none;
	margin-left: 5px;
	float: right;
}

#HeaderTop .icons .banner {
	position:relative;
	float: left;
	padding-right: 7px;
	margin: 0px 0px;
	height:20px;
}

#HeaderTop .icons .banner a .title h2 {
	margin: 0px 0px;
}

#HeaderTop .icons .banner a .action img {
	visibility: hidden;
	position: absolute;
	margin-top: -25px;
}

#Search {
	float:right;
	height: 50px;
	margin-top: 15px;
	width: 550px;
	background: url(../images/layout/search-bg.png) repeat-x top left;
}

/* Styles specific to the SearchBar cartridge */

#SearchBar {
	width: 350px;
}

.SearchTerms {
	border: 0;
	height: 27px;
	margin: 10px 5px 0 18px;
	width: 235px;
}

.SearchSubmit {
	border: 0;
	height: 28px;
	text-indent: -9999px;
	width: 84px;
	background: url(../images/buttons/search.png) no-repeat;
}

.SearchSubmit:hover {
	cursor: pointer;
}

/*** Links ***/
a {
	color: #0096D6;
}

a:active {
	color: #00679f;
}

#loginForm a {
	/* override */
}

a:hover {
	/* override */
}

a:hover,
a.neutral:active {
	text-decoration: none;
	cursor: pointer;
}

/*** Forms ***/
dl dd input {
	min-height: 16px;
}

dl dd input[type=text],
dl dd textarea,
dl dd select,
dl dd input[type=password] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	-moz-box-shadow:inset 3px 3px 4px #eee;
	-webkit-box-shadow:inset 3px 3px 4px #eee;
	box-shadow:inset 3px 3px 4px #eee;
  	border: 1px solid #BBB;
  	padding: 3px !important;
  	width: 92%;
  	margin: 2px;
}


dl dd select {
	-moz-box-shadow:inset -3px -3px 4px #eee;
	-webkit-box-shadow:inset -3px -3px 4px #eee;
	box-shadow:inset -3px -3px 4px #eee;
}

.required {
	color: #666;
	padding-top: 0;
}

form .instruction {
	color: #AAA;
	padding-top: 10px;
}

/*** Buttons ***/
button.positive {
	background-repeat:  repeat-x;
	background-position:  center bottom;
	background-color: #cf7a01;
	text-shadow: 0 -1px 1px #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	color: #FFF;
	text-transform: uppercase;
	background-image: url(../images/button/gradient-button-positive.png);
}

button.positive:hover {
	background-color: #00679f;
}

button.red {
	background-repeat: repeat-x;
	background-position: center bottom;
	text-shadow: 0 -1px 1px #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 0;
	color: #FFF;
	margin-right:20px;
	margin-bottom:20px;
	text-transform: uppercase;
}

button.red:hover {
	color: #ff9;
}

button.btnContinue {
	background-image: url(../images/btn-white.png);
	background-repeat:  repeat-x;
	background-position:  center bottom;
	background-color: #2F7ABB;
	text-shadow: 0 -1px 1px #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	color: #0066CC;
	width: 124px;
	height: 28px;
}

a.positive,
a.neutral,
a.negative {
	text-align: center;
}

a.positive,
a.positive:visited {
	background-repeat:  repeat-x;
	background-position:  center bottom;
	background-color: #cf7a01;
	text-shadow: 0 -1px 1px #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../images/button/gradient-button-positive.png);
}

a.positive:hover,
a.positive:active {
	background-color: #00679f;
	text-decoration: none;
	cursor: pointer;
}

button.positive.xl,
button.neutral.xl,
button.form.xl {
	height: 41px;
}

button.neutral {
	background-repeat:  repeat-x;
	background-position:  center bottom;
	background-color: #2d95c8;
	text-shadow: 0 -1px 1px #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	color: #FFF;
	text-transform: uppercase;
	background-image: url(../images/button/gradient-button-neutral.png);
}

button.neutral:hover {
	background-color: #00679f;
}

a.neutral,
a.neutral:visited {
	background-repeat:  repeat-x;
	background-position:  center bottom;
	background-color: #2d95c8;
	text-shadow: 0 -1px 1px #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	color: #FFF;
	text-transform: uppercase;
	background-image: url(../images/button/gradient-button-neutral.png);
}

a.neutral:hover,
a.neutral:active {
	background-color: #00679f;
	text-decoration: none;
	cursor: pointer;
}

#regloginbutton {
	color: #fff;
	border: none;
	padding-top: 0;
	font-weight: bold;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

#regbutton {
	color: #fff;
	border: none;
	padding-top: 0;
	font-weight: bold;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

#loginbutton {
	color: #fff;
	border: none;
	padding-top: 0;
	font-weight: bold;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

button.form {
	background-image: url(../images/button/gradient-button-form.png);
	background-repeat:  repeat-x;
	background-position:  center bottom;
	background-color: #2d95c8;
	text-shadow: 0 -1px 1px #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	color: #FFF;
	text-transform: uppercase;
}

input.xl {
	background-repeat:  repeat-x;
	background-position:  center top;
	background-image: url(../images/button/gradient-input-xl.png);
}

button.positive,
button.neutral,
a.positive,
a.neutral,
a.form { /* IE ignores [class] */
	width: auto; /* cancel margin fix for other browsers */
	padding: 4px 8px 10px 8px;
	line-height: 20px;
	display: block;
	float: left;
}

button img {
	margin-right: 5px;
	vertical-align: middle;
	width: 15px;
}

.store_finder button.search img {
	width: 18px;
}

a.positive img,
a.neutral img,
a.form img {
	float: left; /*not playing nicely with IE7, causing text to return line */
	margin-right: 5px;
}

button.search {
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
	height: 26px;
}

button.search .search-icon {
	text-indent: 100px;
	display: inline-block;
	width: 19px;
	height: 20px;
	padding: 0 8px;
	overflow: hidden;
	background: transparent url(../images/button/search-small.png) no-repeat center 0px;
}

.store_finder #PostCode {
	height: 18px;
}

/*** Header ***/
#header {
	width: 940px;
	height: 110px;
	margin:auto;
	z-index: 999;
}

.siteLogo a div {
	position: absolute;
}

.whiteFenceLogo a div {
	position: absolute;
	width: 185px;
}

#header span#Branding {
	width: 229px;
	height: 72px;
	left: 190px;
}

#header input.button,
#header button.button {
	background: url(../images/button/bg-gradient.png) repeat-x center top #2d95c8;
	text-indent: -100000px;
	width: 82px;
	height: 26px;
	border: none;
	padding-top: 0;
	color: #fff;
	margin-left: 10px;
}

#header input.button {
	-webkit-border-top-left-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
}

#header .search input.button {
	width: 40px;
	height: 50px;
}

#searchButton {
	border: medium none;
	color: #FFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	padding-top: 0;
	width: 82px;
}

#header input.button span,
#header button.button span {
	display: block;
	border: medium none;
	color: #FFF;
	height: 26px;
	margin-left: 10px;
	padding-top: 0;
	width: 82px;
}

#header input.button:hover,
#header button.button:hover,
#header ul.language li a.dropdown:hover {
	background-color: #00679f;
}

#header .search {
	background: url("../images/bg-search-block.png") repeat-x scroll 0 0 transparent;
	padding-right: 20px;
	padding-top: 0px;
	display: block;
	float: left;
	margin-left:40px;
	height: 50px;
	width: 330px;
}

#header .search form {
	float: left;
	width: 330px;
	height: 27px;
	margin-left: 15px;
	margin-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
}

#header ul.nav {
	width: 900px;
	padding-left: 30px;
	display: inline-block;
	text-align:right;
	margin:auto
}

#header ul.nav li {
	alignment-adjust:middle;
	color: #0096d6;;
	border-left: 1px solid #999;
}

#header ul.nav li.nopipe {
		border-left: none;
}

#header ul.nav li.logged_in  {
	color: #00679f;
}

#header ul.nav li a {
	color: #0096d6;
}

#header ul.language {
	color: #666;
	margin: 10px 0 16px 0;
}

#header ul.language li img {
	position: relative;
	left: 0;
	top: 0;
}

#header ul.language li:first-child {
	border-left: 0 none;
}

#header ul.language li:last-child {
	margin-right: 0;
	padding-right: 0;
}

#header ul.language li {
	border-left: 2px solid #666;
}

#header ul.language li a {
	color: #666;
}

#header ul.language li a:hover {
	text-decoration: none;
}

#header ul.language li a.dropdown {
	background: url(../images/button/bg-gradient.png) repeat-x center top #358db8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-right: 0;
}

.whiteFenceLogo a:focus img {
	outline: solid;
	display: block;
	width: 145px;
	height: 110px;
	position: absolute;
	text-indent: -9999px;
	overflow:hidden;
	float: left;
	padding: 0;
	margin-left: 150px;
	padding-left: 150px;
}

#btnSearch {
	width: 82px;
	height: 26px;
	border: none;
	padding-top: 0;
	color: #fff;
	margin-left: 10px;
}

#topCheckout {
	width: 160px;
	height: 35px;
	float:right;
	line-height: 25px;
	color: #fff;
	padding: 15px 0 0 40px;
}

.topbtnCheckout {
	background:url(../images/btn-checkout.png) no-repeat;
	width: 82px;
	height: 26px;
	line-height: 26px;
	color:#fff;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
}

#topCheckout a {
	color: #fff;
	text-decoration: none;
}

#topCheckout a:hover {
	color: #ff8;
	text-decoration: none;
}

a.dropdown span {
	background: url(../images/button-arrow-small.png) center center no-repeat scroll;
}

#ctaBlock {
	float: right;
}

/*
.ctaPhone {
	background:url(../images/icon-phone-cta.png) no-repeat top left;
	color: #FAB804;
	display: block;
	float: right;
	padding: 14px 0 0px 15px;
	width: 185px;
	margin-right: 38px;
	height: 36px;
	padding-top: 0px;
	font-size: 18px;
	font-weight: bold;
}
*/
.ctaPhone .description {
	color: #555;
	font-size: 16px;
	font-weight: bold;
	line-height: 0.5;
	text-align: center;
}

.ctaPhone .number {
	font-size: 24px;
	text-align: center;
	color: #fab804;
	width: 206px;
}

#Phone {
	background: url(../images/icons/mobile.png) no-repeat 0 50%;
	color: #FAB804;
	display: block;
	float: left;
	/*font-weight: bold;*/
	margin-left: 20px;
	padding: 10px 0 0 30px;
	width: 270px;
}

.location {
	width: 229px;
	height: 33px;
	float: left;
	padding-left: 10px;
	background-color: #e3f6fe;
	line-height: 33px;
}

#location a {
	color: #0662ac;
}

#cart_header {
	color: #FFF;
	margin-left: 15px;
}

#cart_header h2 {
	text-align: left;
	font-size: 1em;
	color: #FFF;
	margin-left: 8px;
}

#cart_content img {
	float: left;
	margin-left: 10px;
	margin-top: 8px;
}

#cart_header dl {
	padding-top: 5px;
	padding-left: 12px;
	min-height: 28px;
	float: left;
}

#cart_header dl dd {
	color: #CF7A01;
}

#cart_header ul {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

#cart_header ul li {
	text-shadow: none;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

#cart_header ul li p {
	text-shadow: 0 -1px 1px #666;
	text-align: center;
	text-transform: uppercase;
	/*font-size: 0.9em;*/
}

#cart_header ul li a {
  	display: block;
	padding: 7px 20px;
	color: #FFF;
	white-space: nowrap;
}

#cart_header ul li:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}

#cart_header ul li:first-child a:hover {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}

#cart_header ul li a:hover {
  	text-decoration: none;
  	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

#cart_header ul li.active {
  	text-decoration: none;
  	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

/*** Navigation ***/
#nav_main {
	margin-top:0px;
}

#nav_main li a {
	color: #fff;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 10px;
	display:block;
}

#nav_main li a.last {
	border-right: none;
	padding-right: 0;
}

/*** Exposed Navigation ***/
ul.Lb {
	border-left: 1px solid #2c3a55;
	border-right: 1px solid #2c3a55;
	border-bottom: 1px solid #2c3a55;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-box-shadow: 0px 8px 15px #2c3a55;
	-webkit-box-shadow: 0px 8px 15px #2c3a55;
	box-shadow: 0px 8px 15px #2c3a55;
	top: auto;
	margin-top: 2.9em !important;
}

li.Lb {
	border-left: 1px solid #CCCECF;
}

li.Lb:first-child {
	border-left: 0
}

#nav_main ul li li.Lb .nav-submenu-title {
	color: #00679f;
	border: 0;
	text-shadow: none;
	background: none;
	text-transform: uppercase;
}

#nav_main ul li li.Lb a {
	color: #666;
	border: 0;
	text-shadow: none;
	background: none;
}

#nav_main ul li li.Lb a:hover {
	color: #00679f;
}

#nav_main ul li li.Lb li.Lc a {
	text-transform: none;
}

#nav_main ul li li.Lb li.Lc a:hover {
	text-decoration: underline;
	color: #00679f;
}

/*** Breadcrumb ***/
#topAdspace {
	width: 728px;
	height: 90px;
	margin: 10px auto;
	border: solid 1px #ccc;
	display:block;
	text-align: center;
}

#breadcrumb {
	height: 25px;
	margin-top: 10px;
	border-bottom: solid 1px #ccc;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
}

#breadcrumb li {
	list-style: none;
	margin: 0;
	float: left;
	padding: 0 5px;
	border-left : solid 1px #555;
}

#breadcrumb .nopipe {
	border-left: none;
}

/*** Cart Breadcrumbs ***/
#cartBCrumbs {
	width: 938px;
	height: 34px;
	margin-bottom: 10px;
}

#cartBCrumbs ul {
	 margin: 0 auto;
	 padding:0;
	 margin-left: 160px;
	 text-align: center;
}

#cartBCrumbs li {
	list-style-type:none;
	display:block;
	float: left;
	height: 34px;
}

#cartBCrumbs .active {
	color: #fff;
}

#confirmContent h2 {
	font-size: 16px;
	font-weight: bold;
}

/*** Content ***/
#content {
	width: 960px;
}

/*** Bottom Leaderboard ***/
#bottomAdspace {
	width: 728px;
	height: 90px;
	margin: 0 auto;
	border: solid 1px #ccc;
	text-align: center;
}

/*** Scroller Lightbox ***/
#scroller.lightbox {
	margin-bottom: 0;
}

#scroller.lightbox .next {
	background: url(../images/item-divide-bottom-scroller.png) no-repeat center top transparent;
}

#scroller.lightbox ul li span {
	border: 1px solid #cccecf;
	background-color: #FFF;
}

#scroller.lightbox ul li h3 {
	font-size: 1.0em;
	font-weight: bold;
}

#scroller.lightboxs .title_holder h2 {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 1em;
	font-weight: bold;
	text-shadow: 0 -1px 1px #333;
	color: #FFF;
}

/*** Item Container ***/
.item_container_holder {
	border-width: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 10px 0;
}

.item_container {
	padding: 0 0;
	clear: left;
}

.item_container_holder .title {
	position: relative;
	top: -6px;
	left: 0;
	margin-left: 5px;
	margin-right: 7px;
	right: 0;
	left: 0;
	max-width: none;
}

item_container_holder .table {
	margin: 10px 0;
	border: none;
}

item_container_holder .td {
	border-bottom: dotted 1px #ccc;
	padding: 7px;
}

.item_container_holder .title-top {
	height: 7px;
	overflow: visible;
}

.blueHeadings {
	border-bottom: 1px solid #CCC;
	color: #0662AC;
	font-weight: bold;
}

.summaryHeading h4 {
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
	font-weight: bold;
	height:20px;
}

.summaryHeading {
	margin: 0;
	font-weight: bold;
	vertical-align:middle;
	text-align:inherit
}

/*** Styles specific to the TextBox cartridge ***/
.TextBannerCornerContent {
}

.TextBanner {
	clear: both;
	overflow: hidden;
	position: relative;
	margin-left: 5px;
	padding: 5px 0;
}

.TextBanner .Title,  .TextBanner .Body, .TextBanner .Link, .TextBanner .Link a {
	padding: 5px 0;
}

.TextBanner .Title {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	height: 34px;
	text-transform: uppercase;
	width:100%;
}

.TextBanner .Body strong {
	color: #3a8394;
}

.TextBanner .Author {
	margin-top: 15px;
}

.TextBanner a, #Rules a {
	clear: both;
	font-size: 12px;
	color: #0096D6;
}

/* IE6 Fixes */
* html .TextBanner {
	width: 95%;
}

#Category {
	min-height: 235px;
	margin-left: 25px;
}

#Category #Rules {
	clear: both;
	margin-bottom: 25px;
}

.CategorySection {
	display: block;
	float: left;
	margin: 25px 25px 0 0;
	min-height: 100px;
	width: 200px;
}

.CategorySection h3.Title {
	color: #0096d6;
	margin-left: 55px;
	width: 150px;
}

#CategoryMain {
	margin: 34px 0 20px 0;
}

#CategoryMain .Body {
	margin-right: 20px;
}

#CategoryMain h1.Title {
	color: #555;
	font-weight: bold;
	width: 350px;
}

#HowItWorks {
	height: 119px;
	margin-bottom: 29px;
	width: 943px;
}

#LeftColumn {
	float: left;
	width: 190px; /* 160px */
}

#RightColumn {
	float: right;
	width: 730px; /* 760px */
}

#CenterColumn {
	height: 181px;
}

#Container #CenterColumn h3.Title {
	color: #0b495a;
}

#Help, #Testimonials {
	display: block;
	float: left;
	margin-top: 6px;
	min-height: 170px;
	width: 48%;
}

#Help h3, #Testimonials h3 {
	padding-left: 40px;
}

#Help h3 {
	margin-top: -10px;
}

#Testimonials {
	margin: 14px 20px 0 0;
}

#Testimonials .Body {
	color: #3a8394;
	font-style: italic;
}

#Help a {
	display: block;
	margin-top: 10px;
}

#Help {
	margin-top: 15px;
}

#upSell {
	width: 920px;
	background: url(../images/bg-yw-gradient-upsell.png) repeat-x left bottom;
	margin: 0 0 20px 0;
	padding: 10px;
}

#cartTable table {
	margin: 10px 0;
	border: none;
	border-bottom:dotted 1px #ccc;
}

#cartTable td {
	border-bottom: dotted 1px #ccc;
	padding: 7px;
}

#cartTable td ul {
	padding-left: 10px;
}

#cartTable table tr td {
	border-left: 5px solid #e7e7e7;
	border-top: 1px solid #C0C1C2;
}

.providerName {
	font-weight: bold;
	font-size: 16px;
	margin-left: 10px;
}

/*** tables ***/
#wrapCartPage table {
	margin: 10px 0;
	border: none;
}

#wrapCartPage td {
	border-bottom: dotted 1px #ccc;
	padding: 7px;
}

#wrapCartPage td ul {
	padding-left: 10px;
}

.providerName {
	font-weight: bold;
	font-size: 16px;
	margin-left: 10px;
}

.totals {
	float: right;
	font-weight: bold;
}

.grandTotal {
	background-color: #DFF5FD;
	font-size: 16px;
	color: #0662ac;
}

#cartTable table {
	margin: 10px 0;
	border: none;
	border-bottom:dotted 1px #ccc;
}

#cartTable td {
	border-bottom: dotted 1px #ccc;
	padding: 7px;
}

#cartTable td ul {
	padding-left: 10px;
}

/*** Cart Page ***/
.cart_total {
	float: right;
	padding-right: 20px;
}

#your_cart dl dt {
	min-width: 50px;
}

#your_cart .quantity img {
	float: right;
	margin: 0;
}

/* readded lost styles from rev 1428 */
#your_cart .quantity input[type="image"] {
	float: right;
	margin: 0;
}

/* readded lost styles from rev 1428 */
#your_cart .quantity input.qty {
	margin-right: 10px;
}

#your_cart p {
	float: left;
	margin-right: 30px;
	margin-right: 20px;
	padding-left: 12px;
}

#your_cart .product_image {
	width: 96px;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

#your_cart .product_image_g2b_cart {
	width: 60px;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

#your_cart .product_details {
	border-left: 0 none;
	width: 400px;
	border-bottom: 1px solid #eee;
}

#your_cart .product_details_g2b_cart {
	border-left: 0 none;
	width: 140px;
	border-bottom: 1px dotted #eee;
	border-top: 0 none;
}

#your_cart .product_package_g2b_cart {
	width: 140px;
	border-left: 0 none;
	border-bottom: 1px dotted #eee;
	border-top: 0 none;
}

ul.cart-promotions {
	margin: 10px 0 0 104px;
	width: 260px;
}

ul.cart-promotions li {
	line-height: 1.2em;
	margin-bottom: 6px;
}

.cart-promotions-potential {
	padding-bottom: 6px;
	border-bottom: 1px solid #eee;
}

.cart_id {
	font-weight: normal;
	font-size: 100%;
	margin-bottom: -23px;
	display: block;
}

/*** Ctas ***/
.ctas {
	float: right;
	display: block;
	margin: 20px 0;
	font-weight: bold;
	width:270px;
}

.btnContinue {
	height: 28px;
	line-height: 29px;
	float: left;
	text-align: center;
}

.btnCheckout {
	line-height: 29px;
	float: right;
	color: #FFF;
	margin-left: 10px;
	text-align: center;
}

a:hover.btnCheckout {
	color: #FF9;
}

.btnPrint {
	width: 134px;
	height: 28px;
	line-height: 29px;
	float: left;
	color:#fff;
	margin-left: 10px;
	text-align: center;
}

a:hover.btnPrint {
	color: #FF9;
}

/*** Promo Title ***/
#scroller.promo .title-top,
.item_container_holder.promo .title-top {
	/*background: url(http://www.whitefence.com/_ui/common/images/item-title-top-scroller-promo.png) repeat-x left top transparent;*/
}

#scroller.promo .title_holder h2,
.item_container_holder.promo .title_holder h2 {
	text-shadow: 0 -1px 1px #333;
}

#scroller.promo .title-top span,
.item_container_holder.promo .title-top span {
	/*background: transparent url(http://www.whitefence.com/_ui/common/images/item-title-top-right-scroller-promo.png) no-repeat right top scroll;*/
}

#scroller.promo ul li ,
.item_container_holder.promo ul li  {
	list-style-type: disc;
	color: #9c701f;
	margin-bottom: 5px;
}

#scroller.promo ul li p ,
.item_container_holder.promo ul li p  {
	color: #9c701f ;
	font-weight: bold;
}

#scroller.promo a,
.item_container_holder.promo a {
	font-weight: normal;
	text-decoration: underline;
}

#scroller.promo span ,
.item_container_holder.promo span {
	display: block;
	height: 30px;
	width: 160px;
}

/*** Order Totals Positive Title ***/
#scroller.positive .title_holder h2,
.item_container_holder.positive .title_holder h2 {
	background: url(../images/bg-gradient-title-scroller-positive.png) repeat-x center top #4b8111;
	text-shadow: 0 2px 2px #a0a0a0;
}

#scroller.positive .title-top span,
.item_container_holder.positive .title-top span {
	background: transparent url(../images/item-title-top-right-scroller-positive.png) no-repeat right top scroll;
}

#scroller.positive .title-top,
.item_container_holder.positive .title-top {
	background: url(../images/item-title-top-scroller-positive.png) repeat-x left top transparent;
}

/*** Scroller ***/
#scroller-title {
	font:"Arial Black", Gadget, sans-serif;
	font-size:12px;
	color:blue;
}

#scroller-title h4 {
	font:"Arial Black", Gadget, sans-serif;
	font-size:14px;
	color:#006;
	font-weight:bold;
}

#scroller,
.item_container {
	margin-bottom: 10px;
}

#scroller.homepage {
	margin-bottom: 10px;
}

#scroller {
	border: 2px dotted #bacad5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#scroller ul li p {
	margin: 0 0 7px 0;
}

#scroller .title {
	left: 0;
	margin-left: 5px;
	margin-right: 7px;
	max-width: none;
	position: relative;
	right: 0;
	top: -6px;
}

.jcarousel-skin {
	clear: left;
}

.jcarousel-skin a {
	text-decoration: underline;
}

#scroller .title-top {
	height: 7px;
	overflow: visible;
}

#scroller .title_holder,
.item_container_holder .title_holder {
	float: left;
	margin-bottom: 10px;
}

#scroller .next {
	background: url(../images/item-divide-bottom-scroller.png) no-repeat center top transparent;
	height: 20px;
}

#scroller ul li h3 {
	font-size: 1.0em;
	font-weight: bold;
}

#scroller ul li a:hover h3 {
	color: #2d95c8;
}

#scroller .title_holder h1,
.item_container_holder .title_holder h1,
#scroller .title_holder h2,
.item_container_holder .title_holder h2 {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 0 -1px 1px #333;
	color: #FFF;
	margin: 0 6px 0 9px;
	position: relative;
	top: -9px;
	padding: 0 6px 4px 6px;
	text-align: center;
	float: left;
}

#scroller .title_holder h2 {
}

#scroller ul li span {
	border: 1px solid #cccecf;
	background-color: #FFF;
	padding: 4px;
	width: 105px;
	height: 96px;
	margin-bottom: 5px;
	margin-top: 0;
	text-align: center;
}

#scroller ul li span:hover {
	border: 1px solid #00679f;
}

#scroller .title-top span,
.nav_column .title-top span,
.item_container_holder .title-top span {
	float: right;
	height: 8px;
	margin-right: -5px;
	width: 5px;
	overflow: hidden;
}

#scroller .title-top span,
.nav_column .title-top span {
	height: 7px;
}

.item_container_holder .title-top span {
	height: 7px;
}

#scroller.horizontal,
#scroller.vertical {
	margin-top: 7px;
}

/*** Scroller Modal ***/
#scroller.modal {
	border: 0 none;
	background: 0 none;
}

/*** J Carousel Skin ***/
.jcarousel-skin .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}

.jcarousel-skin .jcarousel-clip-horizontal {
	-minheight: 150px;
}

.jcarousel-skin .jcarousel-clip-vertical {
	width:  107px;
	height: 430px;
}

.jcarousel-skin .jcarousel-item {
	width: 98px;
	min-height: 150px;
}

.jcarousel-skin .jcarousel-container-horizontal {
	padding: 10px 30px;
	width: auto;
}

.jcarousel-skin .jcarousel-container-vertical {
	padding: 24px 22px;
}

.jcarousel-skin .jcarousel-item-horizontal {
	margin-right: 32px;
}

/*** J Carousel Skin Horizontal Buttons ***/
.jcarousel-skin .jcarousel-next-horizontal {
	position: absolute;
	top: 32px;
	right: 7px;
	width: 32px;
	height: 121px;
}

.jcarousel-skin .jcarousel-prev-horizontal {
	position: absolute;
	top: 32px;
	left: 7px;
	width: 32px;
	height: 121px;
}

/*** J Carousel Skin Vertical Buttons ***/
.jcarousel-skin .jcarousel-next-vertical {
	position: absolute;
	bottom: 5px;
	left: 11px;
	width: 121px;
	height: 32px;
}

.jcarousel-skin .jcarousel-prev-vertical {
	position: absolute;
	top: 5px;
	left: 11px;
	width: 121px;
	height: 32px;
}

/*** Product Details Image ***/
.span-4.last #scroller .title {
	max-width: 131px;
}

#productDetailUpdateable .span-4 {
	margin-right: 0;
}

#productDetailUpdateable .span-8 {
	width: 325px;
}

#productDetailUpdateable .span-10 #scroller .title_holder, .item_container_holder .title_holder {
	margin-bottom: 0;
	float: left;
}

#productDetailUpdateable .span-10 .jcarousel-skin .jcarousel-item {
	height: 150px;
}

#productDetailUpdateable  .span-4 #scroller {
	border: 2px solid #bacad5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	border-right: 0;
}

#productDetailUpdateable  .span-4 .jcarousel-skin .jcarousel-container-vertical {
	padding: 24px 10px;
}

#productDetailUpdateable  .span-4 .jcarousel-skin .jcarousel-prev-vertical {
	left: 4px;
}

#productDetailUpdateable  .span-4 .jcarousel-skin .jcarousel-next-vertical {
	left: 4px;
}

#productDetailUpdateable .jcarousel-skin .jcarousel-clip-vertical {
	height: 323px;
}

#productDetailUpdateable .jcarousel-skin .jcarousel-item-horizontal {
	margin-right: 12px;
}

.prod_image_main {
	border: 2px solid #bacad5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	min-height: 351px;
}

/*** Product Details ***/
.prod_review a {
	color: #00679f;
	text-decoration: underline;
}

.prod a {
	text-decoration: underline;
}

.prod h2 {
	color: #00679f;
	font-weight: bold;
}

.prod .big-price {
	width: 130px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
}

.prod .productAttributes ul {
	background-color: #ECFAFF;
	clear: both;
	float: left;
	list-style: disc;
	min-height: 105px;
	padding: 20px;
	width: 286px;
	height: 125px;
	overflow: auto;
}

.prod .productAttributes ul li {
	margin-bottom: 3px;
	list-style-type: disc;
}

.prod .productAttributes .no-bullets {
	font-weight: bold;
	list-style-type: none;
	margin-bottom: 3px;
}

.prod .productName {
	color: #555;
	float: left;
	font-weight: bold;
	font-size: 18px;
	width: 380px;
}

.prod .productName p {
	margin: 0 auto;
}

.prod .bundle h3 {
	color: #00679f;
	font-size: 1.0em;
	font-weight: bold;
}

.prod .bundle p {
	color: #00679f;
}

.prod_add_to_cart label {
	font-weight: bold;
	color: #CF7A01;
	padding-right: 0;
	padding-top: 5px;
}

.prod_add_to_cart input.qty {
	float: left;
	margin-left: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:inset 0 0 5px #CCC;
	-webkit-box-shadow:inset 0 0 5px #CCC;
	box-shadow:inset 0 0 5px #CCC;
  	border: 1px solid #BBB;
  	text-align: center;
  	height: 19px;
}

.prod_add_to_cart {
	padding-top: 4px;
}

.prod_add_to_cart form button {
	height: 32px;
	padding: 0 10px 0 35px;
	margin: -4px 0 0 8px;
	font-size: 1em;
}

.prod_add_to_cart form button:hover {
	background-position: left -35px;
}

.prod_add_to_cart form button.out-of-stock {
	background: #999 none;
	padding-left: 10px;
}

.prod_add_to_cart form button.out-of-stock:hover {
	background-position: left 0;
}

#quickview_lightbox {
	width: 681px;
	margin: 30px auto 10px auto;
}

#quickview_lightbox .prod_image {
	padding: 5px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#quickview_lightbox .details-left {
	float: left;
	width: 110px;
}

#quickview_lightbox .details-right {
	float: right;
		width: 440px;
}

#quickview_lightbox input.qty {
	border-radius: 4px;
	font-size: 1em;
	height: 17px;
	text-align: center;
	width: auto;
}

#quickview_lightbox h1:hover {
	color: #2d95c8;
}

.quickview_lightbox-goto-product a {
	color: #00679f;
	text-decoration: underline;
	font-size: 1em;
}

.quickview_lightbox-goto-product a:hover {
	color: #2d95c8;
}

.quickview_lightbox-goto-product {
	margin: 20px 0;
	padding-top: 5px;
	border-top: 1px solid #eee;
}

/*** Product Review ***/
.prod_review ul li:first-child {
	border-right: 1px solid #d8dada;
}

.prod_review p {
	color: #00679f;
	font-size: 1.5em;
	padding: 0;
	margin: -5px 0 0 5px;
}

p.prod_review-info {
	margin: -1px 0 0 10px;
	font-size: 1em;
}

p.prod_review-new {
	margin: 0;
	font-size: 1em;
	clear: left;
}

/*** Stars ***/
span.stars.large {
	float: left;
	width: 120px;
	margin-bottom: 6px;
}

span.stars.large span {
	display: block; /* not required when fully integrated */
	height: 13px;	/* not required when fully integrated */
}

.prod_list span.stars.large {
	display: block;
	width: 115px;
	margin: 1px 0 2px 9px;
}

/* above only needed on local server */
.ui-stars-star,
.ui-stars-cancel {
	cursor: pointer;
}

.ui-stars-star a,
.ui-stars-cancel a {
	width: 29px;
	height: 28px;
}

.ui-stars-star a {
	background-position: 0 -56px;
}

.ui-stars-star-on a {
	background-position: 0 -84px;
}

.ui-stars-star-hover a {
	background-position: 0 -112px;
}

.ui-stars-cancel-hover a {
	background-position: 0 -28px;
}

/*** Product Tabs ***/
#featureClass h4 {
	margin-bottom: 3px;
}

#featureClass table {
	margin-bottom: 10px;
}

#featureClass table td {
	padding: 5px;
}

#prod_tabs.ui-tabs {
	position: relative;
	padding: 0;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

#prod_tabs.ui-tabs .ui-tabs-nav {
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 0;
}

#prod_tabs.ui-tabs .ui-tabs-nav li {
	list-style-position: outside;
	width: 200px;
	min-height: 28px;
}

#prod_tabs.ui-tabs .ui-tabs-nav li h2 a {
	display: block;
	padding: 1px 0 10px 0px;
	line-height: normal;
	vertical-align:middle;
	text-align:center;
}

#prod_tabs.ui-tabs .ui-tabs-nav li img {
	padding: 0 10px;
}

#prod_tabs.ui-tabs .ui-tabs-nav li:first-child {
	border-left: 0 none;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

#prod_tabs.ui-tabs .ui-tabs-nav li:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	width: 122px;
}

#prod_tabs.ui-tabs .ui-tabs-nav li h2 {
	font-size: 1.1em;
	margin: 0;
}

#prod_tabs.ui-tabs .ui-tabs-nav li a {
	color: #FFF;
}

#prod_tabs.ui-tabs .ui-tabs-nav li a.tab_02 {
	background: url(../images/icon-delivery.png) no-repeat;
}

#prod_tabs.ui-tabs .ui-tabs-nav li a.tab_03 {
	background: url(../images/icon-reviews.png) no-repeat;
}

#prod_tabs.ui-tabs .ui-tabs-panel {
	border-bottom: 2px solid #cccecf;
	border-left: 2px solid #cccecf;
	border-right: 2px solid #cccecf;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	list-style: none;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	overflow:hidden;
}

#prod_tabs.ui-tabs #tab-details-more.ui-tabs-panel {
	padding: 0 0 0 0px;
}

#prod_tabs.ui-tabs #tab-details-more.ui-tabs-panel div {
	border-top:1px solid #C0C1C2;
	border-left:none;
}

#prod_tabs.ui-tabs #tab-details-more.ui-tabs-panel table {
	margin:0px;
	border-collapse:collapse;
	border-top-color: #C0C1C2;
	border-top-style: solid;
	border-top-width: 1px;
}

#prod_tabs.ui-tabs #tab-details-more.ui-tabs-panel table th {
	border-bottom-color: #C0C1C2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#prod_tabs.ui-tabs #tab-details-more.ui-tabs-panel table td {
	border-bottom-color: #C0C1C2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #C0C1C2;
	border-left-style: solid;
	border-left-width: 1px;
}

#prod_tabs {
	margin-top: 7px;
}

.prod_content {
	padding: 20px 10px;
	overflow: auto;
}

/*** Reviews ***/
.review_detail h3,
.write_review h3 {
	color: #00679f;
	float: left;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}

ul.review_actions {
	text-align: left;
	margin: 0;
	padding: 0;
}

ul.review_actions li {
	padding-left: 15px;
}

ul.review_actions li:first-child {
	padding-left: 0;
}

.review_detail {
	border-bottom: 1px solid #E6C3EB;
	margin-top: 10px;
	width: 100%;
}

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

#write_review_action {
	color: #00679f;
	text-decoration: underline;
}

.review_detail span.stars {
	margin-top: 0;
	margin-bottom: 2px;
}

.review_detail p.review_origins {
	font-weight: bold;
}

.write_review dl dd input {
	width: 425px;
	padding: 5px;
}

.write_review dd {
	margin-left: 0;
}

.write_review label {
	padding-bottom: 0;
	font-weight: bold;
}

.write_review input.text,
.write_review input.qty {
	padding-bottom: 3px;
}

.write_review dl dd textarea {
	width: 335px;
	font-weight: normal;
	font-size: 100%;
}

/*** Nav Column ***/
.nav_column {
	border: 2px solid #bacad5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 146px;
}

.nav_column .title-top {
	background: url(../images/item-title-top-component.png) repeat-x left top transparent;
	height: 8px;
}

.nav_column .title-top span {
	background: transparent url(../images/item-title-top-right-component.png) no-repeat right top scroll;
}

.nav_column .title {
	top: -7px;
	margin-left: 4px;
	margin-right: 8px;
}

.nav_column .title-top img {
	margin-right: -5px;
}

.nav_column .title_holder h2 {
	background: url(../images/bg-gradient-title-component.png) repeat-x center top #0b547c;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 1em;
	font-weight: bold;
	text-shadow: 0 -1px 1px #333;
	color: #FFF;
	margin: 0 7px 0 8px;
	position: relative;
	top: -4px;
	padding: 0 6px 4px 6px;
	text-align: center;
	max-width: 292px; /* width with above l & r padding removed (332px)*/
}

.nav_column .title_holder {
	margin-bottom: 2px;
}

.nav_column .item ul.indent li {
	padding-left: 2px;
}

.nav_column .item ul li {
	font-size: 95%;
	line-height: 14px;
}

.nav_column .item .more {
	margin-left: 2px;
}

.nav_column .item .more a {
	text-decoration: underline;
	color: #2C3A55;
}

.nav_column .item .category span.dropdown {
	height: 17px;
	width: 17px;
}

.nav_column .item .category span.dropdown .dropdown-img {
	background: url("../images/button-arrow-small.png") no-repeat transparent;
	display: block;
	height: 9px;
	width: 9px;
	margin: 5px 0 0 4px;
}

.nav_column .item .category .toggleArrow span.dropdown .dropdown-img {
	background: url("../images/button-arrow-small-right.png") no-repeat transparent;
	margin: 4px 0 0 4px;
}

.nav_column .item {
	padding: 0 5px 10px 5px;
}

.nav_column .item span.dropdown {
	background: url("../images/button/bg-gradient.png") repeat-x scroll center top #2d95c8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.nav_column .item span.dropdown:hover {
	background-color: #00679f;
}

.nav_column .item .category {
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.nav_column .item .category h4 {
	color: #2c3a55;
	font-size: 1em;
	max-width: 115px;
	display: inline-block;
}

.nav_column .item ul.facet_block span.remove a {
	background-color: #cccecf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.nav_column .item ul.facet_block span.remove a:hover {
	background-color: #00679f;
}

.nav_column .item ul.indent li.active {
	background-color: transparent;
}

.nav_column .item ul.indent li.active a {
	color: #00679f;
	text-decoration: none;
}

.nav_column .item ul li a {
	text-decoration: underline;
}

.nav_column .item ul.facet_block span.remove {
	margin-top: 2px;
}

.nav_column .item ul.facet_block span.remove img {
	padding-top: 4px;
}

/*** Product Refine ***/
.prod_refine {
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	margin-top: 12px;
}

.prod_refine a {
	text-decoration: underline;
	padding: 0 5px;
}

.prod_refine a.hidden {
	color: #dbdbdb;
	text-decoration: none;
}

.prod_refine p {
	margin: 0;
	padding: 0 2px;
}

.prod_refine label {
	padding: 0 10px 0 10px;
}

.prod_refine .sortOptions {
	background: url(../images/bg-gradient-select.png) repeat-x center bottom #FFF;
	margin: -2px 0 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #999;
	color: #444;
}

/*** Product List ***/
.prod_list {
	border: 1px solid #bacad5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.prod_list .thumb {
	width: 130px;
}

.prod_list .details {
	width: 328px;
}

.prod_list .details p {
	margin-bottom: 8px;
}

.prod_list .details ul {
	padding: 0;
	margin: 0;
}

.prod_list .details ul ul {

}

.prod_list .details ul strong {
	color: #2C3A55;
	display: block;
	margin: 3px 0 -2px 0;
}

.prod_list .details ul ul strong {
	color: #666;
	display: inline;
}

.prod_list .thumb img {
	padding: 0;
	margin: 0 5px 0 5px;
}

.prod_list h2, .prod_list .price {
	color: #2c3a55;
	text-transform: uppercase;
	font-size: 1.6em;
	margin-bottom: 3px;
}

.prod_list h2 {
	font-size: 1.3em;
	text-decoration: underline;
}

.prod_list h2:hover {
	color: #2d95c8;
}

.prod_list a:focus {
	text-decoration: underline;
}

.prod_list h2:focus {
	text-decoration: underline;
}

.prod_list .cart {
	background: url(../images/bg-gradient-prod-list.png) repeat-x left top #fff;
	text-align: right;
	min-height: 110px;
	position: relative;
	margin-top: -10px;
	padding-top: 10px;
}

.prod_list .cart button.positive {
	position: absolute;
	right: 5px;
	bottom: 10px;
	margin: 0;
}

.prod_list .cart p {
	color: #2c3a55;
}

.yes {
	background: url(../images/icon-instock-yes.png) no-repeat left top transparent;
	color: #00679f;
	height: 20px;
	width: 1px;
}

.no {
	background: url(../images/icon-instock-no.png) no-repeat left top transparent;
	color: #bc2531;
	height: 20px;
	width: 1px;
}

/*** Product Grid ***/
.prod_grid .thumb {
	border: 1px solid #cccecf;
}

.prod_grid .cart button {
	position: absolute;
	left: 5px;
	top: 214px;
}

.prod_grid p {
	color: #2c3a55;
	padding: 0 5px;
}

.prod_grid p:hover {
	color: #00679f;
}

.prod_grid .cart p {
	color: #2c3a55;
}

.prod_grid .details {
	padding-top: 4px;
	line-height: 1.1em;
	min-height: 25px;
}

.prod_grid {
	background: transparent url(../images/bg-prod_grid.png) left bottom no-repeat;
	position: relative;
	min-height: 219px;
	padding-top: 20px;
}

.prod_grid .cart {
	text-align: left;
	padding-top: 5px;
}

.prod_grid .price {
	left: 46px;
	position: absolute;
	top: 216px;
	font-weight: bold;
}

/*** Product Category ***/
.prod_cat {
	min-height: 248px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cccecf;
	margin-bottom: 30px;
}

.prod_cat h2 {
	font-size: 1.2em;
}

.prod_cat h2 a {
	min-height: 35px;
}

.prod_cat h2 a,
.prod_cat h2 a:visited {
	background-image: url(../images/icon-arrow-product-category.png);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #d0d0d0;
	color: #000000;
	padding: 5px 25px 5px 10px;
}

.prod_cat h2 a:hover {
	background-image: url(../images/icon-arrow-product-category_s.png);
	text-decoration: none;
	color: #FFF;
}

.prod_cat:hover h2 a {
	background-image: url(../images/icon-arrow-product-category_s.png);
	background-color: #00679f;
	color: #FFF;
}

.prod_cat:hover {
	border: 1px solid #00679f;
}

.prod_cat h2 a:active {
	text-decoration: none;
}

.prod_cat a:hover {
	text-decoration: none;
}

.prod_cat .thumb {
	text-align: center;
}

.prod_cat .thumb a {
	display: block;
}

.prod_cat p {
	color: #2c3a55;
}

.prod_cat:hover p a {
	color: #00679f;
}

.prod_cat .details {
	min-height: 36px;
}

/*** Product Search ***/
.results h1 {
	color: #2c3a55;
	font-size: 1.6em;
	font-weight: bold;
}

/*** Product Lightbox ***/
.zoom_lightbox {
	margin: 10px;
	overflow: hidden;
}

.xl_image {
	text-align: center;
}

#cboxClose {
	background: url(../images/colorbox/close.png) no-repeat center center transparent;
	right: 10px;
	top: 10px;
}

#cboxClose.hover {
	background: url(../images/colorbox/close_h.png) no-repeat center center transparent;
}

#colorbox {
	border: 4px solid #2c3a55;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#cboxOverlay {
	background: url(../images/colorbox/overlay.png) repeat center center transparent;
}

#cboxContent {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight {
	height: 0;
	width: 0;
	background: none;
}

#cboxLoadedContent {
	margin-bottom: 0;
}

/*** Galleriffic Light Box Implementation ***/
#galleriffic_slider div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}

#galleriffic_slider div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
}

#galleriffic_slider div.loader {
	background-image: url('http://www.whitefence.com/_ui/common/css/loader.gif');
}

#galleriffic_slider div.slideshow img {
	border: 1px solid #ccc;
}

#galleriffic_slider div.caption {
	background-color: #000;
	color: #ccc;
}

#galleriffic_slider div.caption a {
	color: #fff;
}

#galleriffic_slider div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

#galleriffic_slider ul.thumbs li.selected a.thumb {
	color: #000;
	font-weight: bold;
}

#galleriffic_slider a.thumb:focus {
}

#galleriffic_slider div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	border: 1px solid #ccc;
}

#galleriffic_slider div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}

#galleriffic_slider div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

#galleriffic_slider div.pagination span.ellipsis {
	border: none;
}

#galleriffic_slider #captionToggle a {
	background-image: url('http://www.whitefence.com/_ui/common/css/caption.png');
}

/*** Cart Modal ***/
.empty-popup-cart {
	padding: 5px 0;
	color: black;
	font-size: 1.2em;
}

#rollover_cart_popup {
	left:578px;
	top: 77px;
	-moz-box-shadow: 0px 8px 15px #B7B7B9;
	-webkit-box-shadow: 0px 8px 15px #B7B7B9;
	box-shadow: 0px 8px 15px #2C3A55;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-bottom-left-radius: 4px;
}

#cart_popup {
	-moz-box-shadow: 0px 8px 15px #2C3A55;
	-webkit-box-shadow: 0px 8px 15px #2C3A55;
	box-shadow: 0px 8px 15px #2C3A55;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-bottom-left-radius: 4px;
}

.cart_popup {
	background-color: white;
	width: 360px;
	overflow: hidden;
	color: #666;
}

.cart_popup .title {
	position: relative;
	padding-top: 10px;
	height: 20px;
	margin-left: 0px;
}

.cart_popup .title h3 {
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 -1px 1px #333;
	font-size: 1.1em;
	width: 240px;
	margin-top: 4px;
	float: left;
}

.cart_popup .title img {
	float: left;
	padding-top: 2px;
	margin-right: 8px;
}

.cart_popup .title span {
	background: url(../images/button/icon-cart-put.png) no-repeat left center transparent;
	height: 16px;
	left: 15px;
	position: absolute;
	top: 15px;
	width: 17px;
}

.cart_popup .title a.close {
	background: url(../images/icon-modal-cart-close.png) no-repeat left center transparent;
	width: 13px;
	height: 14px;
	position: absolute;
	right: 11px;
	top: 12px;
}

.cart_popup .cart_modal_popup {
	margin: 0 12px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: white;
}

.cart_popup .legend a {
	color: #fff
}

.cart_popup .cart_modal_popup .prod_info {
	padding-left: 10px;
	border-bottom: 1px solid #ddd;
}

#cart_popup_image {
	align:left;
	vertical-align:middle;
}

.cart_popup .cart_modal_popup .prod_info p,
.cart_popup p {
	color: black;
	margin-bottom: 5px;
	line-height: 105%;
}

.cart_popup .prod_cart-total {
	padding-top: 5px;
	margin: 10px 0 10px 14px;
	font-weight: bold;
	color: black;
	font-size: 120%;
	margin-right: 10px;
	text-align: right;
}

.cart_popup .prod_name {
	font-weight: bold;
	font-size: 115%;
	color: black !important;
	float:left;
	width: 290px;
}

.cart_popup .prod_price {
	font-weight: bold;
	font-size: 115%;
	color: black !important;
	float:right;
}

.cart_popup p.legend {
	margin-left: 12px;
	margin-bottom: 0;
	margin-top: 5px;
}

.cart_popup .cart_modal_popup .prod_info dl {
	color: #FFF;
}

.cart_popup .content_slot {
	margin: 6px 12px 0 12px;
}

.cart_popup #links {
	background-color: #F7F7F9;
	height: 51px;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 80px;
}

.cart_popup #links .btnMyOrder {
	background:url(../images/btn-white.png) no-repeat;
	width: 124px;
	height: 28px;
	line-height: 29px;
	float: right;
	text-align: center;
	color: #69C6EB;
}

.cart_popup #links a.shop {
	float: right;
}

.cart_popup .cart_modal_popup .links {
	background-color: grey;
}

.cart_popup .costs {
	color: #0B495A;
	font-size: 14px;
}

.cart_popup table {
	border:none;
	margin-bottom: 0px;
}

.cart_popup table tr {
	border:none;
}

.cart_popup tr td {
	border:none;
	border-bottom: 1px dotted #666;
}

/*** Thumbnail Detail Banner ***/
.thumbnail_detail .banner,
.thumbnail_detail .simple_banner {
	border: 1px solid #bacad5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.thumbnail_detail .banner a:hover h2,
.thumbnail_detail .simple_banner a:hover h2 {
	color: #2d95c8;
}

.thumbnail_detail .banner:hover,
.thumbnail_detail .banner:active,
.thumbnail_detail .simple_banner:hover,
.thumbnail_detail .simple_banner:active {
	text-decoration: none;
	border-color: #00679f;
}

.thumbnail_detail .banner:hover .title h2 {
	border-bottom: 1px solid #00679f;
}

.thumbnail_detail .banner .title h2 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #bacad5;
}

.thumbnail_detail .banner .title h2 a {
	color: #333;
}

.thumbnail_detail .banner:hover .title h2 a {
	color: #00679f;
}

.thumbnail_detail .banner .title h2 a:hover {
	text-decoration: none;
}

.thumbnail_detail .banner .details p a {
	color: #333;
	line-height: normal;
}

.thumbnail_detail .banner .details p a:hover {
	color: #00679f;
	text-decoration: none;
}

.thumbnail_detail .banner .action img {
	padding: 0;
	margin: 5px 0 0 7px;
}

.thumbnail_detail .banner .action {
	background-color: #bacad5;
	height: 22px;
	width: 24px;
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
}

.thumbnail_detail .banner:hover .action {
	background-color: #00679f;
}

/*** Small Detail Banner ***/
.small_detail .banner,
.small_detail .simple_banner {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #bacad5;
	margin-bottom: 10px;
}

.small_detail .banner:hover,
.small_detail .banner:active,
.small_detail .simple_banner:hover,
.small_detail .simple_banner:active {
	text-decoration: none;
	border-color: #00679f;
}

.small_detail .banner .title {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 42px;
	min-width: 218px;
	opacity: 0.8;
}

.small_detail .banner:hover .title {
	background-color: #00679f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.small_detail .banner .title h2 {
	padding: 5px 0 0 5px;
	font-size: 1.2em;
	margin: 0;
	color: #fff;
}

.small_detail .banner p a {
	color: #666;
	line-height: 13px;
}

.small_detail .banner:hover p a {
	color: #00679f;
}

.small_detail .banner p a:hover {
	text-decoration: none;
}

.small_detail .banner .action {
	background-color: #bacad5;
	height: 22px;
	width: 24px;
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
}

.small_detail .banner .action img {
	padding: 0;
	margin: 5px 0 0 7px;
}

.small_detail .banner:hover .action {
	background-color: #00679f;
}

/*** Slide Viewer ***/
.slider_component {
	margin-top: -1px;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#homepage_slider .svw {
	background: #fff;
}

#homepage_slider.stripViewer {
	border-bottom: 6px solid #FFF;
}

#homepage_slider.stripViewer ul {
	list-style-type: none;
}

#homepage_slider .tooltip {
	background: #fff;
	color: #000;
	border: 5px solid #dedede;
}

.stripTransmitter {
}

.stripTransmitter ul {
	list-style-type: none;
}

.stripTransmitter a {
	text-align: center;
	color: #00679f;
	text-decoration: none;
	font-size: 1.1em;
}

.stripTransmitter a:hover, a.current {
	font-weight: bold;
	font-size: 1.6em;
}

.stripTransmitter a.current {
}

.tooltip {
	padding: 0.5em;
	background: #fff;
	color: #000;
	border: 5px solid #E1B8E9;
}

/*** Cart Page ***/
dl.order_totals dd {
	font-weight: bold;
	border-bottom:1px dotted #ccc;
}

dl.order_totals {
	font-weight: bold;
}

dl.order_totals dt {
	font-weight: bold;
	border-bottom:1px dotted #ccc;
}

dl.order_totals dt.savings,
dl.order_totals dd.savings {
	color: #9c701f ;
}

dl.order_totals dt.total,
dl.order_totals dd.total,
.cart_total,
#your_cart .total
{
	background-color:#DFF5FD;
	color: #0000CC; /*removed following wireframe WF0040 notes */
	font-size: 1.3em;
	font-weight: bold;
	border-bottom:1px dotted #ccc;
	height:30px;
	vertical-align:middle;
}

#your_cart thead th {
	color: #666; /*removed following wireframe WF0040 notes */
	font-size: 1.1em;
	font-weight: bold;
	border-bottom:1px dotted #ccc;
}

table#your_cart {
	margin-bottom: 0;

}

#your_cart .total.free {
	color: #9c701f ;
	text-transform: uppercase;
}

#your_cart td.quantity {
	min-width: 110px;
}

#your_cart .quantity input.qty {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	-moz-box-shadow:inset 0 0 5px #CCC;
	-webkit-box-shadow:inset 0 0 5px #CCC;
	box-shadow:inset 0 0 5px #CCC;
  	border: 1px dotted #BBB;
  	text-align: center;
}

a.promotion_link {
	float: none !important;
}

#your_cart a {
	text-decoration: underline;
	float: left;
}

#your_cart h2 a,
#your_cart h2 a:visited {
	color: #00679f;
	text-decoration: underline;
}

#your_cart h2 {
	font-size: 1.2em;
	overflow: auto;
}

#your_cart h3 {
	font-size: 1.2em;
	color: #9c701f ;
	max-width: 282px;
}

.cart_total {
	padding-top: 4px;
}

#your_cart .product_details span {
	color: #9c701f ;
	font-weight: bold;
}

#your_cart .quantity img {
	float: left;
	margin: 4px 0 0 8px;
}

.cart-promotions-potential {
	padding: 1px 0 6px 18px;
	list-style: none !important;
}

.cart-promotions-applied {
	padding: 0 0 0 18px;
	list-style: none !important;
}

.cart-promotions-applied span {
	font-weight: normal;
}

.promo ul {
	margin-bottom: 0;
}

/*** Order Details Page ***/
.order_total,
#your_order .total,
#your_order thead th {
	/*color: #8a20af; removed following wireframe WF0040 notes */
	font-size: 1.3em;
	font-weight: bold;
}

#your_order .total.free {
	color: #9c701f ;
	text-transform: uppercase;
}

#your_order .quantity input.qty {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	-moz-box-shadow:inset 0 0 5px #CCC;
	-webkit-box-shadow:inset 0 0 5px #CCC;
	box-shadow:inset 0 0 5px #CCC;
  	border: 1px solid #BBB;
  	text-align: center;
}

#your_order a {
	text-decoration: underline;
	float: left;
}

#your_order h2 a,
#your_order h2 a:visited {
	color: #00679f;
	text-decoration: underline;
}

#your_order h2 {
	font-size: 1.2em;
	overflow: auto;
}

#your_order h3 {
	font-size: 1.2em;
	color: #9c701f ;
	max-width: 282px;
}

.order_total {
	padding-top: 4px;
}

#your_order .product_details span {
	color: #9c701f ;
	font-weight: bold;
}

#your_order .quantity img {
	float: left;
	margin: 4px 0 0 8px;
}

/*** Store Locator ***/
.store_finder {
	width: 320px;
}

.store_map {
	width: 460px;
	height: 300px !important;
}

.store_finder .item_container_holder {
	min-height: 298px;
}

.store_map {
	margin-top: 10px;
}

.item_holder_store_locator {
	border: 1px solid #cccecf;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-top: 20px;
}

table#store_locator {
	border: 1px solid #CCCECF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 20px;
}

table#store_locator tr th,
table#store_locator tr td {
	border-left: 1px solid #CCCECF;
}

table#store_locator tr th:first-child,
table#store_locator tr td:first-child {
	border-left: 0 none;
}

table#store_locator tr th {
	padding-left: 10px;
	color: #00679f;
}

table#store_locator ul {
	margin: 0;
	padding: 0;
}

table#store_locator .store_details {
	float: left;
	margin: 0 10px;
}

table#store_locator table tr td {
	margin: 0;
	padding: 0;
	border: 0 none;
}

table#store_locator h2 {
	font-size: 1em;
	margin: 0;
}

table#store_locator a {
	text-decoration: underline;
}

table#store_locator img {
	vertical-align: top;
}

.store_details a {
	text-decoration: underline;
}

/*** Payment Details Table ***/
#payment_details,
#payment_details_modal {
	border-top: 1px solid #C0C1C2;
	border-left: 1px solid #C0C1C2;
	border-right: 1px solid #C0C1C2;
	border-bottom: 1px solid #C0C1C2; /* added to address table on hy-ACC-WF0038-CheckoutSavedPaymentDetailsPage + Modal */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#payment_details th,
#payment_details_modal th {
	color: #00679f;
	border-left: 1px solid #E7E7E7;
}

#payment_details th:first-child,
#payment_details_modal th:first-child {
	border-left: 0 none;
}

/*** Information Messages ***/
.information_message {
	margin-top: 10px;
	min-height: 26px;
}

.information_message span.single {
	top: 0;
}

.information_message span {
	height: 26px;
}

.information_message p {
	color: #FFF;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.information_message.positive p {
	background-color: #70c30d;
}

.information_message.negative p {
	background-color: #d9262a;
}

.information_message.neutral p {
	background-color: #00679f;
	margin-bottom: 30px;
margin-top: -34px;
}

.information_message.positive span {
}

.information_message.negative span {
}

.information_message.neutral span {
}

/*** Confirmation Messages ***/
.confirmation_message {
	border: 4px solid #70c30d;
}

.confirmation_message p {
	color: #70c30d;
	font-weight: bold;
}

.confirmation_message span {
}

/*** Error Messages ***/
.error_message {
	border: 4px solid #d9262a;
}

.error_message p {
	color: #d9262a;
	font-weight: bold;
}

.error_message span {
}

.error_message ul li {
	list-style-type: disc;
	color: #d9262a;
}

.form_field_error {
	background-color: #fcebeb;
	border: 1px dotted #d9262a;
	color: #AC1607;
	width: 92%;
}

.form_field_error p,
.form_field_error .notify {
	color: #d9262a;
	padding-left: 3px;
	float: left;
}

/*** Checkout Summary Flow ***/
.place-order-top .pad_right {
	margin-right: 0;
	padding: 5px 9px;
	font-size: 1.3em;
}

.place-order-bottom .pad_right {
	margin-right: 0;
	padding: 5px 9px;
	font-size: 1.3em;
}

.place-order-bottom {
	width: 790px;
}

button.place-order:disabled:hover {
	background-color: #cf7a01;
}

.terms dt.left {
	padding-top: 6px;
}

/*** Checkout Summary Flow ***/
.checkout_summary_flow {

}

.checkout_summary_flow dl dt label {
	font-weight: bold;
}

.checkout_summary_flow a {
	text-decoration: underline;
}

.checkout_summary_flow .item_container_holder {
	border: 0 none;
	margin-top: 0;
}

.checkout_summary_flow .item_container_holder ul {
	padding-left: 0;
	margin: 0;
}

.checkout_summary_flow .item_container_holder .title_holder h2 span {
	background: url(../images/icon-checkout-summary-flow-plus.png) no-repeat left center transparent;
	width: 25px;
	height: 22px;
	left: 4px;
	top: -2px;
}

.checkout_summary_flow .complete .item_container_holder .title_holder h2 span {
	left: -3px;
}

.checkout_summary_flow .item_container_holder .title_holder {
	margin-bottom: 5px;
}

.checkout_summary_flow .item_container_holder .title_holder h2 {
	width: 160px;
	min-height: 20px;
	top: -8px;
	padding-top: 2px;
}

.checkout_summary_flow .item_container_holder .title {
	width: 175px;
	top: -5px;
}

.checkout_summary_flow_b .item_container_holder {
	padding-left: 10px;
}

.checkout_summary_flow_b .item_container {
	padding-left: 34px;
	width: 161px;
}

.checkout_summary_flow_c .item_container_holder {
	padding-left: 35px;
}

.checkout_summary_flow_c .item_container {
	padding-left: 10px;
	padding-right: 0;
}

#checkout_summary_deliveryaddress_div .item_container {
	width: 190px;
}

.checkout_summary_flow_a {
	background: url(../images/background-checkout-summary-box-a.png) no-repeat center center;
	width: 248px;
	height: 217px;
	top: 0;
	left: 0;
}

.checkout_summary_flow_a.complete .item_container_holder .title_holder .title .title-top {
	background: url(../images/item-title-top-scroller-positive.png) repeat-x left top transparent;
}

.checkout_summary_flow_a.complete .item_container_holder .title_holder .title .title-top span {
	background: transparent url(../images/item-title-top-right-scroller-positive.png) no-repeat right top scroll;
}

.checkout_summary_flow_a.complete .item_container_holder .title_holder h2 {
	background: url(../images/bg-gradient-title-scroller-positive.png) repeat-x center top #4b8111;
	text-shadow: 0 2px 2px #a0a0a0;
}

.checkout_summary_flow_a.complete {
	background: url(../images/background-checkout-summary-box-a-complete.png) no-repeat center center;
}

.checkout_summary_flow_b.complete .item_container_holder .title_holder .title .title-top {
	background: url(../images/item-title-top-scroller-positive.png) repeat-x left top transparent;
}

.checkout_summary_flow_b.complete .item_container_holder .title_holder .title .title-top span {
	background: transparent url(../images/item-title-top-right-scroller-positive.png) no-repeat right top scroll;
}

.checkout_summary_flow_b.complete .item_container_holder .title_holder h2 {
	background: url(../images/bg-gradient-title-scroller-positive.png) repeat-x center top #4b8111;
	text-shadow: 0 2px 2px #a0a0a0;
}

.checkout_summary_flow_b.complete {
	background: url(../images/background-checkout-summary-box-b-complete.png) no-repeat center center;
}

.checkout_summary_flow_c.complete .item_container_holder .title_holder .title .title-top {
	background: url(../images/item-title-top-scroller-positive.png) repeat-x left top transparent;
}

.checkout_summary_flow_c.complete .item_container_holder .title_holder .title .title-top span {
	background: transparent url(../images/item-title-top-right-scroller-positive.png) no-repeat right top scroll;
}

.checkout_summary_flow_c.complete .item_container_holder .title_holder h2 {
	background: url(../images/bg-gradient-title-scroller-positive.png) repeat-x center top #4b8111;
	text-shadow: 0 2px 2px #a0a0a0;
}

.checkout_summary_flow_c.complete {
	background: url(../images/background-checkout-summary-box-c-complete.png) no-repeat center center;
}

.checkout_summary_flow_a.complete .item_container_holder .title_holder h2 span,
.checkout_summary_flow_b.complete .item_container_holder .title_holder h2 span,
.checkout_summary_flow_c.complete .item_container_holder .title_holder h2 span {
	background: url(../images/icon-checkout-summary-flow-tick.png) no-repeat left center transparent;
}

.checkout_summary_flow_a.complete button.form,
.checkout_summary_flow_b.complete button.form,
.checkout_summary_flow_c.complete button.form {
	background-image: url(../images/button/gradient-button-form_h.png);
	top: 175px;
	font-size: 1em;
	background-color: #be82c4;
}

.checkout_summary_flow_a.complete button.form:hover,
.checkout_summary_flow_b.complete button.form:hover,
.checkout_summary_flow_c.complete button.form:hover {
	background-color: #909291;
	background-image: url(../images/button/gradient-button-form.png);
}

.checkout_summary_flow_a button.form,
.checkout_summary_flow_b button.form,
.checkout_summary_flow_c button.form {
	top: 175px;
	font-size: 0.9em;
	padding-left: 2px;
	padding-right: 2px;
}

.checkout_summary_flow_a button {
	left: 15px;
}

.checkout_summary_flow_b button {
	left: 25px;
}

.checkout_summary_flow_c button {
	left: 51px;
}

.checkout_summary_flow_b {
	background: url(../images/background-checkout-summary-box-b.png) no-repeat center center;
	width: 267px;
	height: 217px;
	top: 0;
	left: 210px;
}

.checkout_summary_flow_c {
	background: url(../images/background-checkout-summary-box-c.png) no-repeat center center;
	width: 354px;
	height: 241px;
	top: 0;
	left: 436px;
}

.checkout_summary_flow a.edit_complete {
	color: #528821;
}

.checkout_summary_flow a.edit_complete:hover,
.checkout_summary_flow a.edit_complete:active {
	color: #666;
}

.checkout_summary_flow_a a.edit_complete,
.checkout_summary_flow_b a.edit_complete,
.checkout_summary_flow_c a.edit_complete {
	position: absolute;
	top: 181px;
	font-size: 1em;
}

.checkout_summary_flow_a a.edit_complete {
	left: 15px;
}

.checkout_summary_flow_b a.edit_complete {
	left: 25px;
}

.checkout_summary_flow_c a.edit_complete {
	left: 51px;
}

span.saved_card {
	display: block;
	margin: 10px 0 5px 0;
}

/*** Variant Options ***/
.variant_options .colour p {
	margin: 0 12px 0 0;
}

.variant_options .colour ul li {
	width: 30px;
	height: 30px;
	border: 2px solid #666;
	float: left;
	margin-right: 10px;
}

.variant_options .colour ul li.selected {
	border-color: #55046d;
}

.variant_options .colour ul li a {
	display: block;
}

.variant_options .swatch_colour_a {
	background-color: #d15897;
	display: block;
	height: 30px;
	width: 30px;
}

.variant_options .size {
	min-height: 61px; /* IE7 padding issue*/
}

.variant_options .size,
.variant_options .colour {
	width: 310px;
	margin-bottom: 20px;
}

.variant_options .size dl {
	margin: 0;
}

.variant_options .size dl dt {
	min-width: 0;
}

.variant_options button {
	margin-top: 5px;
}

.variant_options .size a {
	padding-left: 45px;
}

/*** Payment Details ***/
.payment_details_left_col,
.payment_details_right_col {
	border: 1px solid #CCCECF;
	padding: 10px;
	width: 342px;
}

.payment_details_left_col h1,
.payment_details_right_col h1 {
	color: #00679f;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}

span.saved_card button {
	margin-right: 10px;
}

span.saved_card p {
	padding-top: 6px;
}

.save_payment_details {
	margin-top: 30px;
}

/*** Payment Details Popups ***/
#popup_checkout_delivery_address,
#popup_checkout_delivery_modes,
#popup_checkout_add_edit_payment_method {
	margin-left: 10px;
	margin-right: 42px;
}

#popup_checkout_saved_payment_method {
	border: 5px solid #d6d7d9;
	width: 739px;
	margin: 50px auto 0 auto;
}

/*** Checkout Order Confirmation Page ***/
.your_order h1 {
	color: #00679f;
	font-size: 1.2em;
	font-weight: bold;
}

.delivery_stages .item_container_holder .item_container {
	min-height: 112px;
}

.delivery_stages .item_container_holder {
	background-color: #E1ECCE;
	border-color: #7dc452;
}

.checkoutConfirmationUpsellHeader {
	font-size: 16px;
	font-weight: bold;
}

/*** Store Details ***/
.store_details_left_col,
.store_details_right_col {
	width: 375px;
}

.store_details_left_col img,
.store_details_right_col img {
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.store_details_left_col {
	float: left;
}

.store_details_right_col {
	float: right;
}

table#store_details {
	border: 1px solid #CCCECF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

table#store_details tr td {
	margin: 0;
	border: 0 none;
}

table#store_details ul {
	margin: 0;
	padding: 0;
}

table#store_details table {
	margin: 0;
}

table#store_details table tr td {
	margin: 0;
	padding: 0;
}

table#store_details thead th {
	padding: 10px;
}

table#store_details h1 {
	font-size: 1.1em;
	color: #00679f;
	font-weight: bold;
}

.store_map_details {
	margin-bottom: 20px;
	height: 344px;
	border: 1px solid #CCCECF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*** Customer Account Home ***/
.cust_acc {
	border: 1px solid #cccecf;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
	margin-top: 10px;
	padding: 37px;
}

.cust_acc_tile {
	float: left;
	margin-bottom: 27px;
	min-height: 100px;
	width: 50%;

}

.cust_acc_tile span {
	float: left;
	margin-right: 10px;
	min-width: 98px;
}

.cust_acc_tile h1 {
	font-size: 1.4em;
	font-weight: bold;
}

.cust_acc_tile h1 a,
.cust_acc_tile h1 a:visited {
	color: #00679f;
	text-decoration: underline;
}

.cust_acc_tile ul li {
	list-style-type: disc;
	list-style-position: inside;
	color: #666;
}

.cust_acc_tile ul li a {
	text-decoration: underline;
	color: #2c3a55;
}

.cust_acc_tile ul li a:hover {
	color: #2d95c8;
}

#order_history a {
	text-decoration: underline;
	color: #2c3a55;
}

#order_history a:hover {
	color: #2d95c8;
}

#address_book a {
	text-decoration: underline;
	color: #2c3a55;
}

#address_book a:hover {
	color: #2d95c8;
}

/*** Manage Address Book ***/
table#address_book ul.updates li {
	float: left;
	margin-left: 10px;
}

table#address_book ul.updates li:first-child {
	margin-left: 0;
}

/*** Long Description Modal ***/
#colorbox.long_desc {
	border: 5px solid #eac2ed;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.long_desc_modal_content {
	margin:20px 40px 20px 20px;
}

#colorbox.long_desc #cboxClose {
	background: url(../images/colorbox/long_desc_close.png) no-repeat center center transparent;
	right: 20px;
	top: 10px;
}

#colorbox.long_desc #cboxClose.hover {
	background: url(../images/colorbox/long_desc_close_h.png) no-repeat center center transparent;
}

/*** Comparison Detail Page ***/
.prod_comp {
	overflow: hidden;
}

.remove_all {
	clear: both;
	float: left;
	width: 100%;
	padding-left: 10px;
}

.remove_all a {
	text-decoration: underline;
	display: block;
	margin-bottom: 4px;
}

.remove_all a:hover {
	text-decoration: underline;
}

.remove_all a span {
	background: url(../images/icon_prod_comp_close.png) no-repeat left center;
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	padding-left: 5px;
	margin-top: 2px;
}

.remove_all a:hover span {
	background: url(../images/icon_prod_comp_close_h.png) no-repeat left center;
}

.prod_comp_tile {
	overflow: hidden;
	width: 128px;
	position: relative;
	float: left;
}

.prod_comp_tile:first-child {
	/*padding-left: 0;*/
}

.prod_comp_tile .thumb {
	text-align: center;
	margin: 0;
	float: left;
	height: 114px;
	width: 114px;
	border: 1px solid #cccecf;
	background-color: #FFF;
}

.prod_comp_tile:hover .thumb {
	border: 1px solid #00679f;
}

.prod_comp_tile .thumb a {
	display: block;
}

.prod_comp_tile button.large {
	margin-bottom: 0;
}

.prod_comp_tile .details {
	float: left;
	padding-top: 7px;
	min-height: 36px;
	width: 116px;
}

.prod_comp_tile .thumb img {
	padding: 10px;
}

.prod_comp_tile .thumb img:hover {
}

.prod_comp_tile .cart {
	clear: both;
	overflow: hidden;
	padding-top: 10px;
}

.prod_comp_tile p {
	margin: 0;
}

.prod_comp_tile .cart button {
	float: left;
}

.prod_comp_tile .price {
	float: left;
}

.prod_comp_tile .cart button {
	margin-right: 10px;
}

.prod_comp_tile p {
}

.prod_comp_tile .cart p {
	color: #2c3a55;
}

.prod_comp_tile .stocked {
	margin-top: 20px;
	margin-bottom: 10px;
}

.prod_comp_tile .close {
	background: url(../images/icon_prod_comp_close.png) no-repeat center center;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 9px;
	right: 0;
	cursor:pointer;
}

.prod_comp_tile .close:hover {
	background: url(../images/icon_prod_comp_close_h.png) no-repeat center center;
}

.prod_attributes {
	margin-top: 20px;
}

table#product_comparision h2 {
	color: #00679f;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 10px;
}

table#product_comparision tr th:first-child,
table#prod_attributes tr td:first-child {
	width: 145px;
	padding-left:0;
	padding-right: 0;
}

table#product_comparision tr th,
table#prod_attributes tr td {
	width: 159px;
	padding-left:0;
	padding-right: 0;
}

table#prod_attributes {
	border-bottom: 1px solid #E8C4E9;
	margin-bottom: 0;
}

table#prod_attributes tr td {
	border-left: 1px solid #e8c4e9;
	border-top: 0 none;
}

table#prod_attributes tr th {
	border-left: 0 none;
	color: #00679f;
	font-weight: bold;
}

table#prod_attributes tr td:first-child p,
table#prod_attributes tr td:first-child ul {
	padding-left: 10px;
}

table#prod_attributes tr:nth-child(even) {
	background: #faf0fb;
}

table#prod_attributes tr:nth-child(odd) {
	background: #FFF;
}

table#prod_attributes tr:nth-child(odd):first-child {
	background: transparent;
}

table#prod_attributes tr:first-child th {
	border-bottom: 1px solid #E8C4E9;
}

.item_container_holder_register {
	float: left;
	margin-top: 10px;
	min-height: 280px;
	width: 430px;
}

.item_container_holder_register p.blueHeading {
	font-weight: bold;
	border-bottom: solid 1px #ccc;
}

.item_container_holder_login {
	float: right;
	min-height: 280px;
}

.item_container_holder_login p.blueHeading {
	font-weight: bold;
	border-bottom: solid 1px #ccc;
}

.item_container_holder.comparison_holder .item_container {
	padding-left:0;
	padding-right: 0;
}

.item_container_holder.comparison_holder {
	border:4px solid #CCCECF;
}

.item_container_holder.comparison_holder .title-top {
	height: 11px;
}

.item_container_holder.comparison_holder .title-top span {
	height: 11px;
}

.item_container_holder.comparison_holder .title {
	top: -11px;
}

table#product_comparision tr td {
	border-top: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	padding-left: 10px;
	padding-right: 0;
}

table#product_comparision tr td:first-child {
	padding-left: 0;
}

table#product_comparision tr td table#prod_attributes tr td {
	border-left: 1px solid #E8C4E9;
}

table#product_comparision tr td table#prod_attributes tr th {
	border-left: 0 none;
	padding-left: 10px;
}

table#prod_attributes ul {
	margin: 0;
}

.comparison_holder_modal {
	margin: 20px;
}

/*** Comparison Info Zone ***/
.compare {
	background: url(../images/bg-gradient-prod-list.png) repeat-x left top #E2E2E2;
}

.compare .item_container {
	margin-bottom: 0;
}

/*** Comparison Info Zone Informational ***/
.comp_info {
	background: url(../images/bg-gradient-comparison-info.png) repeat-x center top #454545;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 20px 12px 12px 12px;
	margin: 0 15px;
	overflow: auto;
}

.comp_info p {
	color: #FFF;
	float: left;
	margin: 0;
	font-weight: bold;
	padding-left: 10px;
}

.comp_info span {
	background: url(../images/icon-info.png) no-repeat center center transparent;
	margin-bottom: 10px;
	float: left;
	width: 16px;
	height: 16px;
}

/*** Comparison Info Zone Tile Holder ***/
.comp_tile_holder {
	float: left;
	padding-left: 30px;
	position: relative;
	height: 215px;
}

.comp_tile_holder .prod_comp_tile {
	width: 155px;
	width: 148px;
}

.comp_tile_holder .prod_comp_tile .close {
	right: 20px;
}

.comp_tile_holder button {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin-bottom: 0;
}

/*** Footer ***/

#footer {
	width: 940px;
	background-color:#f7f7f9;
	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
	margin-bottom: 10px;
	color: #777;
	font-size: 12px;
	padding: 10px;
}

#footer ul {
	float: left;
	line-height: 25px;
	list-style: none outside none;
	width: 200px;
}

#footerLogos {
text-align: right;
margin-right: 0px;
font-size: 11px;
line-height: 10px;
position: absolute;
bottom: 0;
right: 20px;
}

#footer a {
	color: #777;
}

#footer a:hover {
	color:#d9a005;
}

/*** Layout Sections ***/
.advert .banner,
.advert .simple_banner {
	border: 1px solid #999;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.span-4.section4 .advert .banner:first-child,
.span-4.section4 .advert .simple_banner:first-child {
	margin-top: 30px;
}

.section1.advert .banner .title,
.section1.advert .banner .details,
.section1.advert .banner .action,
.section2.advert .banner .title,
.section2.advert .banner .details,
.section2.advert .banner .action,
.zone_a.advert .banner .title,
.zone_a.advert .banner .details,
.zone_a.advert .banner .action,
.zone_b.advert .banner .title,
.zone_b.advert .banner .details,
.zone_b.advert .banner .action,
.zone_c.advert .banner .title,
.zone_c.advert .banner .details,
.zone_c.advert .banner .action,
.section4.advert .banner .title,
.section4.advert .banner .details,
.section4.advert .banner .action,
.section5.advert .banner .title,
.section5.advert .banner .details,
.section5.advert .banner .action,
.left-content-slot.advert .banner .title,
.left-content-slot.advert .banner .details,
.left-content-slot.advert .banner .action,
.top-content-slot.advert .banner .title,
.top-content-slot.advert .banner .details,
.top-content-slot.advert .banner .action,
.wide-content-slot.advert .banner .title,
.wide-content-slot.advert .banner .details,
.wide-content-slot.advert .banner .action,
.narrow-content-slot.advert .banner .title,
.narrow-content-slot.advert .banner .details,
.narrow-content-slot.advert .banner .action {
	display: none;
}

/*** Right Sidebar - Order Summary ***/
#rightSidebar {
	width: 165px;
	float: right;
	border: solid 1px #ccc;
	color: #555555;
	font-size: 12px;
}

#rightSidebar table {
	border:none;
	border-style:hidden;
	width: 100%;
}

#rightSidebar ul {
	list-style: none;
	margin-left: 0px;
	padding: 0;
}

#rightSidebar h3 {
	height: 100%;
	line-height: 31px;
	color: #fff;
	margin: 0px;
	padding: 0 0 0 0px;
	text-transform: uppercase;
	font-size:12px;
	padding: 0 0 0 10px;
	font-weight:bold;
}

#rightSidebar h4 {
	margin: 10px 0 5px 0;
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
}

#rightSidebar td {
	border-style:hidden;
}

#summaryPrice {
	text-align: right;
}

#MONTHLY_price_col {
	text-align: right;
}

#ONETIME_price_col {
	text-align: right;
}

.subtotal {
	background: #dff5fd;
	padding: 10px;
	height: 40px;
	color: #0b495a;
	font-weight: bold;
	font-size: 16px;
}

.blueBar {
	padding: 8px 0 5px 45px;
}

input.greyTextField {
	background-color:LightGrey;
	display: block;
	float: left;
	vertical-align: middle;
}

#rightCol {
	float: right;
	min-height: 280px;
}

#rightCol table {
	background-color: #FFF;
	padding: 0 0 0 0;
}

#rightCol table.border {
	margin: 10px 0;
	border: dotted 1px #ccc;
}

#rightCol table td {
	border-left:none;
	padding: 7px;
}

#rightCol table td a {
	color:#2D95D8;
}

#rightCol .totals {
	float: right;
	font-weight: bold;
}

#rightCol .totals tr td {
	border: none;
	border-bottom:  dotted 1px #ccc;
}

.finePrint {
	color: #999;
	font-weight: normal;
}

#leftCol {
	background: url("../images/bg-yw-gradient.png") repeat-x scroll 0 0 transparent;
	float: left;
	min-height: 280px;
	padding: 10px;
}

#leftCol a {
	color: #0096D6;
	text-decoration: none;
}

#leftCol a:hover {
	color: #EFB61A;
}

#btnSubmit {
	border: medium none;
	color: #FFF;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	text-align: center;
	width: 134px;
}

div:hover#btnSubmit {
	color: #FFFF99;
}
#btnSubmit:hover{
	color: #FFFF99;
}
#btnSubmit p {
	padding-top: 5px;
}

.ctaQuestions {
	border-top: 1px dotted #CCC;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
	width: 940px;
}

#secondaryBuckets {
	border-top: 1px dotted #CCC;
	padding-top: 10px;
	width: 940px;
}

#testimonials {
	float: left;
	margin: 0 10px 10px 0;
	width: 450px;
}

.testimonialsIcon {
}

#help {
	border-left: 1px dotted #CCC;
	float: right;
	margin: 0 0 10px;
	padding-left: 20px;
	width: 450px;
}

.helpIcon {
}

.quote {
	color: #3A8394;
	font-size: 14px;
	font-style: italic;
}

#confirmationSummary {
	/* 	margin-top: 10px; */
	/* 	margin-right: 10px; */
}

#confirmationSummary table {
	border-style: none;
}

#confirmationSummary table tr td {
	border-bottom: dotted 1px #ccc;
	border-left:none;
	border-right:none;
	border-top: none;
	padding: 7px;
}

#confirmationSummary table tr td .lightBlueText {
	color: #0096D6;
}

#confirmationSummary table tr td .confirmationNumber {
	color: #EEB313;
	font-size:14px;
	padding-left:0px;
	font-weight:bold;
}

.grandTotal {
	background-color: #dff5fd;
	font-size: 16px;
	color: #0662ac;
}

#viewMyAccountButton {
	background:url(../images/btn-white.png) no-repeat;
	color: #0096D6;
	width: 124px;
	border: none;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-origin: padding-box;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 0px;
	height: 28px;
	text-transform: none;
	text-shadow: none;
}

#printConfirmationButton {
	color: white;
	float: right;
	width: 134px;
	border: none;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-origin: padding-box;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 0px;
	height: 28px;
	text-transform: none;
	text-shadow: none;
}

button:hover#viewMyAccountButton {
	color: #EEB313;
}

button:hover#printConfirmationButton {
	color: #FFFF99;
}

.totalsDiv table tr td {
	border: none;
	border-bottom:  dotted 1px #ccc;
	font-weight: bold;
}

.orderDiv a {
	color: #0096D6;
}

.orderDiv a:hover {
	color: #EFB61A;
}

.orderDiv table tr td {
	border: none;
	border-bottom:  dotted 1px #ccc;
}

.customerInfoClass form label {
	font-weight: bold;
	padding-right: 5px;
}

.customerInfoClass form dl dt {
	font-weight: normal;
	color: #999;
}

.customerInfoClass form dl dt a {
	float: none;
}

.ctas .btnCheckout {
	color:#FFF;
}

.ctas .btnCheckout:HOVER {
	color:#FFFF99;
}

.ctas .btnContinue:HOVER {
	color:#EFB61A;
}

p.excludingTaxesAdvice {
	font-style:italic;
}

/*** Progress modal window ***/

#progressModal {
	/*background: transparent url(../images/address-lady-bg.png) no-repeat bottom left !important;*/
	height: 250px;
	position: relative;
	width: 535px;
}

:root #progressModal {
	height: 280px;
}

#progressModal h3 {
	color: #0b495a;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 40px 0 17px 200px;
	width: 300px;
}

:root #progressModal h3 {
	margin: 20px 0 17px 200px;
}

#progressModal #orderAddress {
	color: #ff9600;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 17px 200px;
	text-transform: uppercase;
	width: 300px;
}

#progressModal img#spinner {
	margin: 5px 0 0 200px;
}

#progressModal div#progressModalBottomDiv {
	margin-top: 4px;
}

#progressModal div#progressModalLeftDiv {
	display:inline;
	float: left;
}

#progressModal div#progressModalRightDiv {
	display:inline;
	float: left;
}

#progressModal div#progressModalRightDiv img#money {
	margin-top:21px;
	margin-left:19px;
}

#progressModal #bestPrice {
	/*background: url(../images/money.png) no-repeat;*/
	color: #49a942;
	font-size: 16px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	margin: 25px 0 -5px 275px;
	padding-left: 40px;
	width: 210px;
}

#progressModal #orderFromUs {
	color: #0b495a;
	font-size: 14px;
	font-weight: bold;
	margin-left: 314px;
	text-transform: uppercase;
	width: 210px;
}

/*** Avail Check Pop Up ***/

#progressModal2 {
	background: url("../images/address-lady-bg.png") no-repeat left bottom !important;
	position: relative;
	width: 535px;
}

:root #progressModal2 {
	height: 280px;
}

#progressModal2 h3 {
	color: #0b495a;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 40px 0 17px 200px;
	width: 300px;
	text-transform: uppercase;
}

:root #progressModal2 h3 {
	margin: 20px 0 17px 200px;
}

#progressModal2 #orderAddress {
	color: #ff9600;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 17px 200px;
	text-transform: uppercase;
	width: 300px;
}

#progressModal2 img#spinner {
	margin: 5px 0 0 200px;
}

#progressModal2 div#progressModalBottomDiv {
	width:535px;
	height:207px;
}

#progressModal2 div#progressModalLeftDiv {
	float: left;
	width: 256px;
	height:173px;
	margin-top: 4px;
}

#progressModal2 div#progressModalRightDiv {
	float: left;
	width: 279px;
	height:173px;
	margin-top: 4px;
}

#RightDivRef {
	position:relative;
	width: 279px;
	height:173px;
}

#progressModal2 div#moneyIconContainer {
	position:absolute;
	top:25px;
	right:0;
	width: 32px;
	height:34px;
	margin-top:22px;
	padding-top:0px;
	margin-right:220px;
}

#progressModal2 div#progressModalRightDiv img#moneyIcon {
	margin-top:0px;
	padding-top:0px;
}


#progressModal2 #bestPriceGuarantee {
	/*background: url(../images/money.png) no-repeat;*/
	float:left;
	color: #49a942;
	font-size: 16px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	margin: 25px 0px 0px 65px;
	padding-left: 0px;
	text-transform: uppercase;
	width: 210px;
}

#progressModal2 #orderFromUs {
	color: #0b495a;
	font-size: 14px;
	font-weight: bold;
	margin-left: 65px;
	text-transform: uppercase;
	width: 210px;
}

.orderConfirmationBorder {
	border: solid 1px #CCC;
	overflow: hidden;
	margin-top: 10px;
}

.orderConfirmationBorder .span-8 {
	width: 348px;
}

/*** Compare Page ***/

#compareTable h1 {
	font-weight: bold;
	font-size: 18px;
	color: #555;
	margin-top: 12px;
	margin-bottom: 12px;
}

#compareTable table td {
	width:20%;
	line-height:1;
	border-left: none;
	border-top: none;
	padding: 8px;
}

#compareTable table td p {
	line-height: 16px;
}

.btnSelect {
	width: 134px;
	height: 28px;
	line-height: 29px;
	float: left;
	color:#fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}

a:hover.btnSelect  {
	color: #FF9;
}

#compareTable .compareCat {
	font-size: 16px;
	font-weight: bold;
	color: #0b495a;
	background-color: #ecfaff;
	border-bottom: solid 3px #ccc;
	margin-top: 3px;
}

#compareTable table tr td p {
	width:167px;
	border-left: none;
	border-top: none;
}

#compareTable table tr > td:first-child {
	font-weight: bold;
}

#compareTable .lastRow {
	border-top: solid 3px #CCC;
}

#compareTable #PRICE {
	font-weight: bold;
	color: #0B495A;
	font-size: 16px;
}

#compareTable #SPECIALS {
	line-height:1.5;
}

#compareTable .grayRow {
	background-color: #F4F3F3;
}

#compareTable .btnReturn {
	width: 135px;
	height: 30px;
	line-height: 29px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

.comparebtn {
	width: 175px;
	height: 28px;
	line-height: 29px;
	float: right;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.paginationDiv {
	margin-top: 42px;
	padding-bottom: 30px;
}

.compareBtnDiv {
	margin-bottom: 30px;
	height: 30px;
	margin-right:11px;
}

.compareBtnDivUp {
	height: 30px;
	margin-right:11px;
	margin-top: 15px;
}

.compareDiv {
	margin: 0 0 15px 0;
	height: 30px;
	background-color: #EEE;
}


#sessionNumber
{
	 color: #49A942;
    font-size: 18px;
    font-style: italic;
     margin-left: 344px;
    margin-top: -38px;
    font-weight: bold;
}


#callMessaging #sessionNumber {
color: #555555;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    margin: -15px 0 0 25px;
    width: 175px;
}


#headerPhoneNumber{
color: #FAB804;
    font-size: 24px;
    text-align: right;
    width: 206px;
     color: #FAB804;
    display: block;
    float: right;
    font-weight: bold;
    height: 36px;
    margin-right: -10px;
    padding: 0 0 0 15px;
    width: 185px;

    }
    /*
    .ctaPhone .content
    {
     color: #555555;
    font-size: 16px;
    font-weight: bold;
    line-height: 0.5;
    text-align: center;
    }
    */

    #spinnermodal
    {
     min-height: 317px;
     }
#spinnermodal #spinner
    {

    padding: 0 0 0px !important;
     }

    #waitText
    {
    display: inline;
    text-align: center;
    margin-left: 272px;
    margin-top:-60px;
    color: #000;
    }

    #spinnermodal #bpg {
    height: 56px;
    margin: 34px 0 0 272px;
    padding: 0;
    width: 299px;

}
#fancyboxCloseButton {
background: none!important;
border: none;
padding: 0!important;
border-bottom: 1px solid #D4D4D4;
float: right;
margin-right: 5px;
font-size: 11px;
text-transform: uppercase;
color: #D4D4D4;
font-weight: bold;
margin-top: 5px;
}
/* customer facing Puff */
body.account .acmain .pufSection{
background-color: #FFFAE5;
font-weight: normal;
font-size: 16px;
border: 1px solid #E70F0F;
}
body.account .acmain .pufSection a{
font-size:16px;
margin:0 0 0 2px
}
.pufSectionContent li{
 font-size:15px;
 color: #800101;
}
#wfPUFForm .pufPaymentQ .section-title {
background: url(../../whitefence/images/cc-icon.png) no-repeat 0 0px rgba(0, 0, 0, 0);
height: 40px;
color: #025C86;
font-size: 14px;
font-weight: normal;
padding-top: 25px;
}
#wfPUFFormButton {
border-top: 1px solid #F7CAA8;
background: #EC6B2B;
background: -webkit-gradient(linear, left top, left bottom, from(#EC9A36), to(#EC6B2B));
background: -webkit-linear-gradient(top, #EC9A36, #EC6B2B);
background: -moz-linear-gradient(top, #ec9a36, #ec6b2b);
background: -ms-linear-gradient(top, #ec9a36, #ec6b2b);
background: -o-linear-gradient(top, #ec9a36, #ec6b2b);
padding: 15px 90px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: #000 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: #000 0 1px 0;
text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
color: #FFF;
font-size: 16px;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;
border: none;
}
#wfPUFFormButton:hover{
	opacity:.9;
}
#wfPUFForm{
 width:740px;
}

#wfPUFForm input{
  height:22px;
  -moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: #FFF url(../../whitefence/images/input-shadow.jpg) repeat-x 0 -1px ;
border: 1px solid #CCC;
border-top-color: #999;

}
#wfPUFForm .mandatory{
  font-size:10px;
}
#wfPUFForm .paymentDesc {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: #686565 1px 1px 10px;
-moz-box-shadow: #686565 1px 1px 10px;
box-shadow: #686565 1px 1px 10px;
width: 693px;
display: block;
overflow: hidden;
margin: 5px 0;
padding: 10px;
font-size: 15px;
background-color: #F4FCFD;
border: 1px solid #14ACE7;
}
#wfPUFForm .paymentDesc p{
   display:block;
   clear:both;
   padding:5px;
   font-size:13px;
}
#wfPUFForm .paymentDesc li{
	display:list-style-item;
	padding:2px 0 2px 0px;
	list-style-type:disc;
	margin:0 0 0 18px;
	font-weight:bold;
	color:#004472;
}
#wfPUFForm .paymentDesc label{
display:block;
font-size:15px;
color: #026C9E;
font-weight:bold;
}
#wfPUFForm .paymentDesc a{
  color:#0096d6;
  padding:0 5px;
  font-size:13px
}
.creditCardSection .billingCity input{
  width:90px;
}
#wfPUFForm .billingApt input{
width:55px;
}
form#orderTrackingForm label{
 display:block;
 float:left;
 clear:left;
 margin:0 0 2px 10px;
 padding:0 0 0 0;
}
form#orderTrackingForm input{
 padding: 3px 0 3px 8px;
color: #666;
line-height: 22px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
width: 250px;
height: 22px;
display: block;
float: left;
clear:left;
margin: 0px 8px 20px 8px;
outline: none;
background: #FFF url(../../whitefence/images/input-shadow.jpg) repeat-x;
border: 1px solid #CCC;
border-top-color: #999;
}
form#orderTrackingForm button#submit{
border-top: 1px solid #F7CAA8;
background: #EC6B2B;
background: -webkit-gradient(linear, left top, left bottom, from(#EC9A36), to(#EC6B2B));
background: -webkit-linear-gradient(top, #EC9A36, #EC6B2B);
background: -moz-linear-gradient(top, #ec9a36, #ec6b2b);
background: -ms-linear-gradient(top, #ec9a36, #ec6b2b);
background: -o-linear-gradient(top, #ec9a36, #ec6b2b);
padding: 15px 90px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: #000 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: #000 0 1px 0;
text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
color: #FFF;
font-size: 16px;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;
border: none;
float:left;
clear:left;
margin:0 0 20px 8px;
}
form#orderTrackingForm button#submit:hover{
 opacity:.85;
}
#wfPUFForm .pufSimpleQ dl{
overflow:visible;
}
.item_container_holder{
border: solid 1px #BBB;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 1px 10px 0px #888;
	-webkit-box-shadow: 0px 1px 10px 0px #888;
	box-shadow: 0px 1px 10px 0px #888;
	border-radius: 10px;
	margin: 20px 6px 40px 6px;
	display:block;
	margin:15px auto 15px 70px;
	padding:0 0 0 0px;
	width:800px
}
.item_container_holder .title, .item_container_holder .title_holder  {
overflow: visible;
}
.item_container_holder .title_holder h1{
    width:92%;
	text-align:center;
}
a.order-status-back{
border-top: 1px solid #F7CAA8;
background: #EC6B2B;
background: -webkit-gradient(linear, left top, left bottom, from(#EC9A36), to(#EC6B2B));
background: -webkit-linear-gradient(top, #EC9A36, #EC6B2B);
background: -moz-linear-gradient(top, #ec9a36, #ec6b2b);
background: -ms-linear-gradient(top, #ec9a36, #ec6b2b);
background: -o-linear-gradient(top, #ec9a36, #ec6b2b);
padding: 6.5px 13px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: #000 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: #000 0 1px 0;
text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
color: #FFF;
font-size: 14px;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;
margin:0 0 10px 70px;
}
a.order-status-back:hover{
opacity:0.8;
color:#fff;
}
body.account .item_container_holder, .cust_acc {width:auto;}


.acmenu {
	display: block;
	margin: 10px 30px 10px 0px;
	padding: 8px;
	overflow: hidden;
	float: left;
}

.acmenu .nav_column {
	width: 140px;
	overflow: visible;
	-moz-box-shadow: 0px 1px 8px 0px #888;
	-webkit-box-shadow: 0px 1px 8px 0px #888;
	box-shadow: 0px 1px 8px 0px #888;
}

.acmain,.acmain .span-20 {
	width: 720px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	float: left;
	padding: 5px;
}

.acmain .item_container {
	display: block;
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px;
}
body.account .item_container_holder,.cust_acc {
	border: solid 1px #BBB;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 1px 10px 0px #888;
	-webkit-box-shadow: 0px 1px 10px 0px #888;
	box-shadow: 0px 1px 10px 0px #888;
	border-radius: 10px;
	margin: 20px 6px 40px 6px;
	width: auto;
}
body.account .item_container_holder .title_holder h2 {
		repeat-x center top #565656;
	width: 300px;
}
.account .item_container_holder .title_holder {
margin-bottom: 0;
float: none;
margin: 0 auto 0 auto;
display: block;
position: relative;
width: 328px;
}
body.account #updatePasswordForm {
width: 450px;
display: block;
overflow: hidden;
}

body.account .item_container_holder .title {
	position: relative;
	top: -6px;
	left: 0;
	margin-left: 5px;
	margin-right: 7px;
	right: 0;
	left: 0;
	max-width: none;
}
body.account form dl dd input[type="text"], body.account #updatePasswordForm input {
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #CCC;
border-top-color: #999;
padding: 2px 6px;
margin: 0 0 6px 0;
}
body.account form dl dd select {
padding: 3px;
height: 24px;
font-size:12px;
}
body #footerLogos p {
width: 270px;
display: block;
float: right;
text-align: right;
margin: 0;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
text-indent: 0px;
list-style-type: none;
line-height:12px;
padding:0 0 10px 0;
color:#777777;
height:auto;
}
body .wfFooter #footerLogos p {
padding-top:5px;
}
body .wfFooter #footerLogos .footer-copyright p {
    width:390px;
}
body #footerLogos p a{
font-size:10px;
line-height:12px;
}
body#Home #footerLogos p {
width: 287px;
}
.wfFooter .footer-best-price{
display: block;
float: left;
overflow: hidden;
}
.wfFooter #footerLogos{
width: 312px;
}
.wfFooter .simple_banner {
width: 105px;
}
.wfFooter #whitefenceLogo{display:none;}

#footer.ggFooter #footerLogos {
width: 1000px;
text-align: center;
font-size: 11px;
line-height: 10px;
overflow: hidden;
display: block;
background: none;
height: 50px;
clear: both;
margin: 15px auto;
position: relative;
color:#ffffff;
}
#footer.ggFooter .footer-best-price, #footer.ggFooter .footer-verisign{display:none;}
#footer.ggFooter .footer-copyright{
display: block;
padding-top: 20px;
}
body #fancybox-content .productDetailsList ul.nobox {
background: none !important;
border: none;
overflow: visible;
margin: 4px 0 10px 40px;
height: auto;
float: none;
}


body #addressUpdateForm #bottomBlock h4 .content, #noProductsModal #bottomBlock h4 .content, .noProductsModal #bottomBlock h4 .content, #timeOutModal #bottomBlock h4 .content {
font-size: 16px;
width: auto;
display: inline-block;
overflow: hidden;
float: left;
margin: 0px 0 2px 0;
}

body #addressUpdateForm #bottomBlock h3, #noProductsModal #bottomBlock h3, .noProductsModal #bottomBlock h3, #timeOutModal #bottomBlock h3 {
margin: 0 0 0 0;
padding: 10px 0 0 10px;
display: block;
height: auto;
}
body #addressUpdateForm #bottomBlock{
  border-top:2px solid #000;
  position: absolute;
  margin: 0px;
  bottom: 0;
  width: 100%;
  overflow: visible;
}
body #addressUpdateForm #bottomBlock h4, #noProductsModal #bottomBlock h4, .noProductsModal #bottomBlock h4, #timeOutModal #bottomBlock h4 {
margin: 0;
padding: 5px 0 8px 10px;
display: block;
overflow: hidden;
font-size: 16px;
height: auto;
}

body #addressUpdateForm {
	height: auto;
	position: relative;
	display:block;
	margin:0;
	overflow: hidden;
	padding: 0 20px 0 0px;
	width: 335px !important;
    background:none !important;
}
body #addressUpdateForm  h4#InvalidAddress {
	color: red;
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0 45px 0px;
	width: 300px;
	line-height: 14px;
}


body #addressUpdateForm #input[type="submit"]:hover {
	opacity:.85;
}
body #addressUpdateForm h1 {
margin: 30px 10px 0 20px;
overflow: hidden;
text-align: left;
padding: 0;
width: 354px;
display: block;
font-size:20px;
}
body #addressUpdateForm h1 .content {
color: #0B495A;
font-size: 18px;
font-weight: bold;
margin: 0px;
width: 309px;
line-height: 20px;
clear:right;
}
body #addressUpdateForm h4#InvalidAddress {
color: red;
font-size: 14px;
font-weight: bold;
margin: 25px 0 45px 0px;
width: 300px;
line-height: 14px;
}


body #addressForm2 {
margin: 25px 20px 153px 20px;
padding: 20px 20px 20px 20px;
width: 280px;
color: black;
display: block;
overflow: hidden;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: #EFEFEF;
border: 1px solid #ccc;
position: relative;
}
body #addressForm2 input {
padding: 3px 0 3px 8px;
color: #666;
line-height: 20px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: #fff url(../../whitefence/images/input-shadow.jpg) repeat-x;
border: 1px solid #ccc;
border-top-color: #999;
width: 207px;
height: 20px;
display: block;
margin: 10px 12px 0 0;
line-height: 20px;
}
body #addressForm2 input[type="checkbox"]{
   background-color:none;background-image:none;
}
body #addressForm2 #txtApt2 {
margin-right: 29px;
width: 95px;
margin-top: 0px;
height: 23px;
display: block;
float: left;
height: 20px;
line-height: 22px;
}
body #addressForm2 label.txtApt2 {
margin: 0 0 0 0px;
color: #777;
padding: 5px 0 0 5px;
position: absolute;
left: 25px;
z-index: 999;
top: 72px;
line-height: 12px;
}
body #addressForm2 #txtApt2 {
margin-right: 29px;
width: 95px;
margin-top: 0px;
height: 23px;
display: block;
float: left;
height: 20px;
line-height: 22px;
}
body #addressForm2 input#txtAddress2 {
margin: 0 0 20px 0;
display: block;
height: 23px;
width: 265px;
}
body #addressForm2 #txtZip2 {
margin: 0 0 0 0px;
color: #777;
height: 20px;
width: 126px;
}

body #addressForm2 label {
color: #777;
padding-bottom: 8px;
padding-left: 8px;
padding-right: 8px;
padding-top: 8px;
position: absolute;
}


body #addressForm2 label.txtZip2 {
left: 160px;
margin: 0 0 0 0px;
position: absolute;
z-index: 9999;
color: #777;
padding: 0px 0 0 5px;
top: 72px;
}
body #addressUpdateForm #bottomBlock input[value="Update Address"]{
position:absolute;
bottom:80px;
display:block;
overflow:hidden;
right:15px;
padding:10px 50px;
width:220px;
height:50px;
-webkit-appearance:none;
color:#fff;
border:1px solid #333;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 14px;
-moz-box-shadow: 0px 2px 7px 0px #888;
-webkit-box-shadow: 0px 2px 7px 0px #888;
box-shadow: 0px 2px 7px 0px #888;
text-transform: uppercase;
font-weight: bold;
background: #FEE661;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcf366), to(#ffc300));
 background: -webkit-linear-gradient(top, #fcf366, #ffc300);
   background: -moz-linear-gradient(top, #fcf366, #ffc300);
   background: -ms-linear-gradient(top, #fcf366, #ffc300);
   background: -o-linear-gradient(top, #fcf366, #ffc300);
text-shadow: 1px 1px 3px #3D3B00;
top: auto;
left: auto;
text-indent: 0px;
line-height: 15px;
z-index: 99999;
}

body #addressUpdateForm #bottomBlock input[value="Update Address"]:hover{
opacity:.85;
}
body #zipbtnwrap {
width: 135px;
display: block;
overflow: hidden;
padding: 0 10px 0 15px;
}
body #zipbtnwrap input[type=text] {
float: left;
margin-top: 2px;
padding:2px 5px;
}

body #zipbtnwrap input[type=button] {
float: right;
}


/* Progress modal */
#editProgressModal h4 {
	background: url(../images/money.png) no-repeat;
	color: #49a942;
	font-size: 16px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	margin: 25px 0 -5px 275px;
	padding-left: 40px;
	text-transform: uppercase;
	width: 210px;
}

#requiredText{
	font-style:italic;
}
:root #editProgressModal {
	/* background: url(../../allconnect/images/layout/addressmodal2.jpg) no-repeat top left !important; */
margin: 0px;
position: relative;
overflow: hidden;
height: auto !important;
display: block;
padding: 0;
top: 0;
left: 0;
border: solid 2px #0096d6;
}


:root #editProgressModal h3 .content {
    color: #0B7CD4;
display: block;
font-size: 16px;
font-weight: bold;
line-height: 18px;
padding: 8px 0 30px;
width: 303px;
text-transform: uppercase;
text-align: right;
}


#editProgressModal img {
height: 30px;
margin: 0px 0 0 253px;
width: 250px;
}

#editProgressModal #bestPrice {
color: #49A942;
font-size: 20px;
font-weight: bold;
height: 43px;
line-height: 34px;
margin: 20px 0 20px 210px;
padding-left: 40px;
width: 280px;
background: url(../../whitefence/images/bpg.png) no-repeat;
}


#editProgressModal #bestPrice .content {
color: #49A942;
font-size: 20px;
font-weight: bold;
height: 35px;
line-height: 43px;
margin: 0px 0 0px 10px;
width: auto;

}

#editProgressModal h5 {
color: #0B495A;
font-size: 14px;
font-weight: bold;
margin: 0 0 0px 275px;
width: auto;
overflow: hidden;
text-align: right;
height: 125px;
background: url(../../whitefence/images/pbwf.png) no-repeat 75px 65px;
padding: 0 20px 0 0;
}

#editProgressModal h5 .content {
    color: #0B495A;
    font-size: 18px;
    font-weight: bold;
    margin-left: 0px;
    width: 232px;
}
body .zip-area-wrap input[value*="Change Address"] {
display:block;
font-size:11px;
}
body #addressUpdateForm #InvalidAddress2 .content {
display: block;
margin: 10px 0 0 20px;
font-size: 14px;
color: rgb(210, 5, 5);
line-height: 16px;
font-weight: bold;
position: relative;
}
body div.zipcode-area span {
font-size: 14px;
text-align:center;
}
#tabs #loginForm label[for="j_username"]:after,#tabs #loginForm label[for="j_password"]:after {
content:"*";
}