/*********************Begin of colorbox.css**********************/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/colorbox/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7+ replaces a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(../images/colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../images/colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../images/colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../images/colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../images/colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../images/colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../images/colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../images/colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/*********************End of colorbox.css**********************/

/*

	Global
*****************/
body {
	color: #333;
	text-align: left;
}
.clear_fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clear_fix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clear_fix {
	height: 1%;
	}
.clear_fix{
	display: block;
	}
/* End hide from IE-mac */
#wrapper {
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
}
#page {
	position: relative;
	overflow: hidden;
	width: 970px;
	margin: 0 auto;
	margin-bottom: 10px;
}
ul li {
	list-style-type: none;
}
select {
	float: left;
}
input.text,
input.qty,
label {
	padding: 0 0 0 1px;
	margin: 0;
	float: left;
}
label {
	font-weight: normal;
}
.paragraphContent p,
.paragraphContent h1,
.paragraphContent h2,
.paragraphContent h3,
.paragraphContent h4,
.paragraphContent h5,
.paragraphContent h6 {
   padding: 10px;
   margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #666666;
	line-height: 1.2;
}
.strong {
	font-weight: bold;
}
.prod_image {
    padding: 10px;
}

dl {
	/*float: left;*/
	overflow: hidden;
	line-height: 1.5em;
}
dl dt {
	float: left;
	min-width: 210px; /* changed it from 148px*/
}
table, th, td {
    vertical-align: top;
}
table ul {
	padding-left: 0;
}
thead th {
	background: transparent;
}
table tr td {
	padding: 10px;
}
.hidden {
	display: none;
}
.text_hide {
	text-indent: -9999px;
}
p {
    margin: 0 0 10px 0;
}
dl {
    margin: 0 0 10px 0;
}
.bold {
	font-weight: bold;
}
.padding5, .padding-5 {
	padding: 5px;
}
.padding-3-5 {
	padding: 3px 5px;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear-both {
	clear: both;
}

/*


	Forms
*****************/
.password-forgotten {
	display: block;
	clear: left;
	margin: 0 0 4px 0;
}
.mandatory {
	display: inline-block;
	vertical-align: 20%;
}
form {
	/*padding-bottom: 30px;*/
}
form dl {
	/*float: left;*/
	overflow: hidden;
}
form dl dt {
    clear: both;
    overflow: hidden;
    float: none; /* issues with IE with this active */
}
form dl dt.left {
	clear: both;
	overflow: inherit;
}
form dl dd input[type=text],
form dl dd input[type=password],
form dl dd select {
	width: 92%;
	padding: 4px;
	margin-right: 10px;
	margin-top: 0;
}
form dl dd input[type=text].cvc {
	width: 40px;
	clear: both;
}
form dl dd input[type=text].card {
	width: 298px;
}
form dl dd select.card_date {
	width: 150px;
}
form dl dd input[type=text].email {

}
form dl dd input[type=checkbox],
form dl dt input[type=checkbox],
form dl dd input[type=radio],
form dl dt input[type=radio] {
	float: left;
	margin-right: 8px;
}
form dl dt a,
form dl dd a {
	float: left;
}
form dd {
	margin-left: 0;
}
form input.text,
form input.qty,
form label {
	padding-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
}
form input.text {
	padding-right: 20px;
}
form label {
	padding-right: 20px;
	padding-top: 2px;
}
form dl dd input.security {
	width: 23px;
}
.required {
	padding-top: 5px;
	font-size: 90%;
}
form span {
	/*padding-left: 10px; causing buttons to apepar out of line with form elements*/
}
form dl.terms {
	float: left;
	clear: none;
}
.add-address-left-label {
	padding-left: 13px;
}
.add-address-left-input {
	margin-top: -17px;
}
#btnSubmit {
	margin-right: 5%;
}
/*

	Jquery Password Strength Indicator
*****************/
.pstrength-minchar {
	font-size : 0.95em;
	line-height: normal;
}
#password_bar {
	clear: both;
	float: left;
}
#password_minchar {
	margin-bottom: 10px;
	margin-top: 2px;
}
.pstrength-bar,
.pstrength-minchar {
	clear: both;
	float: left;
}
input.strength {
	margin-bottom: 5px !important;
}
/*

	Links
*****************/
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	text-decoration: underline;
}
a:focus img {
	outline: 1px solid #999;
}
/*

	Buttons
*****************/
button {
	height: auto;
	cursor: pointer;
}
button p {
	padding: 5px;
	float: left;
	margin: 0;
}
.opaque {
   opacity: 0.4;
}
.out-of-stock {
	opacity: 0.5;
	cursor: default;
}

/*

	Header
*****************/
.skiptocontent {
	position: absolute;
	z-index: 10000;
	left: -3000px;
}
.skiptocontent:focus {
	left: auto;
}
.skiptonavigation {
	position: absolute;
	z-index: 10000;
	left: -3000px;
}
.skiptonavigation:focus {
	left: auto;
}
.siteLogo {
	display: inline;
	width: 145px;
	height: 110px;
	overflow:hidden;
	position: relative;
	float: left;
	padding: 0;
	margin-top: -10px;
}

.whiteFenceLogo {
		display: block;
		width: 195px;
		height: 110px;
		position: absolute;
		overflow:hidden;
		float: left;
		padding: 0;
		margin-left: 150px;
		margin-top: -17px;
}

#header {
	margin: 0 auto;
	position: relative;
	z-index: 9000;
}
#header span#Branding {
	position: absolute;
	bottom: 0;
	display: inline-block;
	}
#header .headerContent {
	float: right;
	max-width: 570px;
	position: relative;
	z-index: 1;
}
#header .search {
	float: right;
	clear: right;
	margin-top:00px;
}
#header .search form {
	padding-bottom: 0;
}
#header h1 {
	text-indent: -9999px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 47px;
	left: 0;
}
#header ul.nav {
	float: right;
	margin-top: -40px;
}
#header ul.nav a {
	text-decoration: underline;
}
#header ul.nav li {
	float: left;
	margin-left: 5px;
	padding-left: 5px;
}
#header ul.nav li:first-child {
	margin-left: 0;
	border-left: 0 none;
	padding-left: 0;
}
#header ul.nav li:last-child {
	margin-right: 0;
	padding-right: 0;
}
#cart_header {
	float: right;
}
#cart_header h2 {
	margin-bottom: 0;
}

#cart_header dl,
#cart_header dl dd {
	margin: 0;
}
#cart_header dl dt {
	font-weight: normal;
	display: inline;
	vertical-align: middle;
	float: none;
}
#cart_header dl dd {
	display: inline;
	vertical-align: middle;
}
#cart_header ul {
	overflow: hidden;
	margin: 1px 0 0 0;
	padding: 0;
}
#cart_header ul li {
	float: left;
}
#cart_header ul li p {
	margin: 0;
}
#header ul.language li {
	float: left;
	padding: 1px 10px;
}
#header ul.language li select {
	margin: 0;
}
#header ul.language {
	float: right;
	clear: right;
	margin: 0;
	padding: 0;
}
#header ul.language li img {
	padding-right: 8px;
}
#header ul.language li a {
	padding-right: 10px;
	float: left;
}
#header ul.language li a p {
	margin: 0;
	float: left;
}
#header ul.language li a.dropdown  {
	width: 19px;
	height: 19px;
	display: block;
    float: left;
	padding-right: 0;
}
a.dropdown span {
	display: block;
	width: 19px;
	height: 19px;
	text-indent: -10000px;
	cursor: pointer;
	}
/*

	Navigation
*****************/
#nav_main {
	margin: 0 auto;
	position: relative;
}
#nav_main ul {
	/*overflow: hidden;*/
	position: relative;
	margin: 0;
	padding: 0;
}
#nav_main ul li {
	float: left;
	/* position: relative;  BA.2011.05.11 added to fix IE7 sub menu alignment issues.*/
}
#nav_main ul li img {
	padding-right: 4px;
}
#nav_main ul li a {
	margin: 0;
}
#nav_main ul li:first-child a {
	border-left: 0 none;
}
#nav_main ul li.special_offer {
	float: right;
}

/*

	Exposed Navigation
**********************/
ul.Lb {
	left: -3000px;
	position: absolute !important;
	z-index: 10000000;
	}
li.right_edge ul.Lb {
	right: 0;
	width: auto;
	}
li.left_edge ul.Lb {
	left: 0;
	width: auto;
	}
li.Lb {
 	/*min-height: 273px;*/
 	padding-bottom: 5px;
 	padding-right: 5px;
	}
#nav_main ul li li.Lb .nav-submenu-title {
	padding: 10px 10px 10px 10px;
	display: block;
	}
#nav_main ul li li.Lb a {
	padding: 10px 10px 10px 10px;
	}
li.La:hover ul.Lb {
	left: auto;
}
li.La a:focus + ul.Lb {
	left: auto;
}
li.La ul.dropdown-visible {
	left: auto;
}
.left_col {
	clear: left;
	}
ul.Lc {
	float: left;
	min-width: 140px;
	}
li.Lc {
	clear: left;
}
#nav_main ul li.Lc.right_col {
	float: left;
}

#nav_main ul li li.Lb li.Lc a {
	padding: 0 0 0 10px;
	}
/*

/*

	Breadcrumb
*****************/
#breadcrumb {
	position: relative;
	margin: 0 auto;
  overflow: hidden;
}
#breadcrumbg2b {
	position: relative;
	margin: 0 auto;
    overflow: auto;
}
#breadcrumb ul {
	margin: 0;
	padding: 0;
}
#breadcrumb ul li {
	float: left;
	padding: 0 2px;
}
#breadcrumb ul li:first-child {
	float: left;
	padding-left: 0;
}
#breadcrumb ul li.skip_category {
	position: absolute;
}
/*

	Content
*****************/
#content {
	margin: 0 auto 10px auto;
	overflow: hidden;
}
/*

	Item Container
*****************/
.item_container {
	padding: 0 20px;
}
.item_container_holder {
	margin-top: 7px;
	margin-bottom: 10px;
    margin-top: 20px;
}
.item_container_holder .title {
	position: absolute;
	max-width: 250px;
	top: -7px;
	left: 15px;
	margin-left: 7px;
	margin-right: 7px;
	right: 0;
	left: 0;
	z-index: 0;
}
.item_container_holder .title-top {
	overflow: auto;
	height: 7px;
}
/*

	Promo
*****************/
#scroller.promo a,
.item_container_holder.promo a {
	line-height: normal;
}
#scroller.promo ul li p,
.item_container_holder.promo ul li p {
	margin-bottom: 5px;
}
/*

	Scroller
*****************/
#scroller,
.item_container {
	margin-bottom: 25px;
	/*margin-top: 7px; allows for scoll title top to be visible*/
	overflow: hidden; /* needs to be overflow to fix IE7*/
}
#scroller .title_holder,
.item_container_holder .title_holder {
	position: relative;
	overflow: visible;
}
#scroller .title-top img,
.item_container_holder .title-top img {
	float: right;
}
#scroller ul li p {
	margin: 0 0 7px 0;
}
#scroller ul li span {
	display: block;
}
#scroller ul li h3 {
    /*float: left; redundant float BA.2011.06.11 */
    margin-bottom: 0;
}
#scroller.horizontal,
#scroller.vertical {
	position: relative;
	overflow: visible;
}
/*

	Scroller Lightbox
*****************/
#scroller.lightbox .scoller_content {
	overflow: hidden;
}
#scroller.lightbox {
	position: relative;
	overflow: visible;
}
#scroller.lightbox ul {
	margin:0 auto;
	width: 98px;
	padding: 0;
	overflow: auto;
}
#scroller.lightbox ul li span {
	display: block;
	width: 96px;
	height: 96px;
	margin-bottom: 10px;
	margin-top: 7px;
 	text-align: center;
}
#scroller.lightbox ul li span img {
	padding-top: 5px;
}
#scroller.lightbox ul li p {
	margin: 0 0 7px 0;
	clear: both;
}
#scroller.lightbox ul li:first-child {
	margin-top: 12px;
}
#scroller.lightbox ul li h3 {
	font-size: 1.0em;
	font-weight: bold;
}
#scroller.lightbox .next,
#scroller.lightbox .previous {
	width: 121px;
	height: 30px;
	margin: 0 auto;
}
#scroller.lightbox .next a,
#scroller.lightbox .previous a {
	display: block;
	height: 30px;
	width: 100%;
	margin: 0 auto;
}
#scroller.lightbox .title_holder {
	position: relative;
	overflow: visible;
}
#scroller.lightbox .title {
	position: absolute;
	max-width: 350px;
	top: -11px;
	left: 15px;
	margin-left: 7px;
    margin-right: 7px;
    right: 0;
    left: 0;
}
#scroller.lightbox .title-top img {
	float: right;
}
#scroller.lightbox .title_holder h2 {
	margin: 0 16px 0 16px;
	padding: 0 20px 10px 20px;
	text-align: center;
	max-width: 292px; /* width with above l & r padding removed (332px)*/
}
/*

	Scroller Alt Images
*****************/
.jcarousel-skin .alt .jcarousel-item {
    height: 103px;
    width: 98px;
}

#upSell .jcarousel-skin .jcarousel-item p a {  
    float:left; 
    width:100%;
    height:20px!important;
    background:  url('../images/buttons/More%20Details.png') no-repeat center center;
    padding:0px;
}

/*

    Product Details Image
*****************/
.prod_image_main {
    min-height: 376px;
    overflow: visible;
    position: relative;
    text-align: center;
    padding: 10px;
    position: relative;
    margin-bottom: 25px;
}
.prod_image span.details {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 18px;
	height: 18px;
}
/*

	Product Details
*****************/
.prod h1 {
	margin-bottom: 5px;
}
.prod .bundle h3 {
	margin-bottom: 3px;
}
.prod_add_to_cart {
	margin-bottom: 5px;
	overflow: hidden;
}
.prod_add_to_cart label {
	float: left;
}
.prod_add_to_cart form button {
	float: left;
	margin-left: 8px;
	width: 1;
}
.addthis_button {
	display: block;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
}
#featureClass td {
	width: 60%;
}
#featureClass td.attrib {
	width: 40%;
}
.quickview_lightbox-goto-product a {
    text-decoration: underline;
    font-size: 1em;
}
.quickview_lightbox-goto-product {
    margin: 20px 0;
    padding-top: 5px;
    border-top: 1px solid #eee;
}
#rightSidebar #product_name_monthly{
	font-size: 11px;
}
#rightSidebar #product_base_price{
	text-align: right;
}

#rightSidebar #product_base{
	margin-bottom: 5px;
}
#rightSidebar{
	position: relative;
}
#backgroundMain .span-6{
	overflow: visible;
}
/*

	Product Review
*****************/
.prod_review {
	overflow: hidden;
	margin: 20px 0;
}
.prod_review ul {
	margin: 0;
	padding: 0;
	clear: both;
}
.prod_review ul li {
	float: left;
	padding: 0 5px;
}
.prod_review ul li:first-child {
	padding-left: 0;
}
.prod_review p {
	float: left;
    padding-left: 15px;
    padding-top: 4px;
    margin: 0;
}
#tab-reviews a {
	text-decoration: underline;
}
/*

	Stars
*****************/
.ui-stars-star,
.ui-stars-cancel {
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
}
.ui-stars-star a,
.ui-stars-cancel a {
  display: block;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
  cursor: default !important;
}
/*

	Product Tabs
*****************/
#prod_tabs.ui-tabs .ui-tabs-hide {
	display: none !important;
}
#prod_tabs {
	overflow: hidden;
}
#prod_tabs.ui-tabs .ui-tabs-nav {
	overflow: hidden;
}
#prod_tabs.ui-tabs .ui-tabs-nav li {
	float: left;
}
#prod_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
   cursor: default !important;
}
.prod_content {
	overflow: hidden;
	overflow-y: auto;
}
#prod_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}
#prod_tabs.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
/*

	Reviews
*****************/
ul.review_actions li {
	float: right;
}
ul.review_actions li:first-child {
	float: left;
}
.review_detail {
    float: left;
}
.review_detail span.stars {
	float: right;
}
.review_detail p,
.write_review p {
	float: left;
	clear: both;
}
.review_detail p.review_origins {
	float: right;
}
.write_review {
	float: left;
	clear: both;
}
.write_review dl {
	float: left;
	overflow: hidden;
}
.write_review dl dt {
    clear: both;
    overflow: hidden;
}
#write_reviews ul.review_actions {
	float: right;
}
/*

	Nav Column
*****************/
.nav_column .title_holder {
	position: relative;
	overflow: visible;
	margin-bottom: 10px;
}
.nav_column .title {
	position: absolute;
	max-width: 350px;
	top: -11px;
	left: 15px;
	margin-left: 7px;
    margin-right: 7px;
    right: 0;
    left: 0;
}
.nav_column .title-top {
	height: 11px;
}
.nav_column .title-top img {
	float: right;
}
.nav_column .item .category {
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 16px;
	overflow: hidden;
}
.nav_column .item .category h4 {
	display: inline;
}
.nav_column .item .category span.dropdown {
    display: block;
    float: right;
    height: 19px;
    padding-right: 0;
    width: 19px;
}
.nav_column .item .category span.dropdown img {
    display: block;
    margin: 0 auto;
    padding: 7px 5px;
}
.nav_column .item ul {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
.nav_column .item ul.facet_block span.remove {
	float: right;
	text-align: center;
}
.nav_column .item ul.facet_block span.remove a {
	display: block;
	width: 16px;
	height: 16px;
}
.facet_block-label {
	padding: 0;
	float: none;
	cursor: pointer;
}
.nav_column .item ul.indent li {
	padding-left: 22px;
}
.nav_column .item ul li {
	/*line-height: 2.3em;*/
    padding-bottom: 4px;
    padding-top: 4px;
}
.nav_column .item .more {
	margin-left: 22px;
}
.nav_column .item .more.non-js {
	margin-left: 0;
}
/*

	Product Refine
*****************/
.prod_refine {
	padding: 10px 0;
	overflow: hidden;
}
.prod_refine ul {
	float: right;
	margin: 0;
	padding: 0;
}
.prod_refine ul li {
	float: left;
}
.prod_refine label {

}
.prod_refine p {
	float: left;
}
.prod_refine a {
	float: left;
	padding: 7px 10px;
}
/*

	Product List
*****************/
.prod_list {
	overflow: hidden;
	padding-top: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.prod_list .thumb {
	text-align: center;
	margin: 0;
	width: 130px;
	float: left;
}
.prod_list .details {
	width: 320px;
	float: left;
}
.prod_list .thumb img {
	padding: 5px 0 0 0;
}
.prod_list h3 {
	padding-bottom: 50px;
	margin: 0;
}
.prod_list .cart {
	padding-right: 5px;
	float: right;
	width: 160px;
}
.prod_list .price {
	display: block;
}
p.stocked {
    float: right;
    padding-left: 25px;
    text-align: left;
}
/*

	Product Grid
*****************/
.prod_grid {
	overflow: hidden;
	padding-top: 30px;
	min-height: 248px;
}
.prod_grid .thumb {
	text-align: center;
	margin: 0;
	float: left;
	height: 148px;
    width: 148px;
}
.prod_grid .thumb a {
	display: block;
}
.prod_grid .details a {
	text-decoration: underline;
}
.prod_grid .details {
	float: left;
	padding-top: 7px;
	min-height: 36px;
}
.prod_grid .thumb img {
	padding: 10px;
}
.prod_grid .cart {
	clear: both;
	overflow: hidden;
    padding-top: 10px;
}
.prod_grid p {
	margin: 0;
	min-height: 5em;
}
.prod_grid .cart button {
	float: right;
}
.prod_grid .price {
	float: left;
}
/*

	Product Category
*****************/
.prod_cat {
	overflow: hidden;
}
.prod_cat .title {

}
.prod_cat h2 {
}
.prod_cat h2 a,
.prod_cat h2 a:visited {
	display: block;
	padding: 10px;
}
.prod_cat .thumb {
	margin: 0;
	float: left;
    width: 100%;
    padding-top: 10px;
}
.prod_cat .details {
	float: left;
	padding: 7px 10px;
}
.prod_cat .thumb img {
	padding: 10px;
}
.prod_cat p {
	margin: 0;
}
/*

	Product Search
*****************/
.results {
	padding: 20px 0;
}
/*

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

	J Carousel Skin
*****************/
.jcarousel-skin .jcarousel-container {
}
.jcarousel-skin .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin .jcarousel-clip-horizontal {
    min-height: 150px;
}
.jcarousel-skin .jcarousel-clip-vertical {
    width:  98px;
    height: 430px;
}
.jcarousel-skin .jcarousel-item {
    width: 98px;
    min-height: 140px;
}
.jcarousel-skin .jcarousel-item a {
    display: block;
}
.jcarousel-skin .jcarousel-item img {
	/*margin-top: 5px;*/
}
.jcarousel-skin .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 45px;
}
.jcarousel-skin .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}
.jcarousel-skin .jcarousel-item-vertical {
    margin-bottom: 5px;
}
/*

	J Carousel Skin Horizontal Buttons
*****************/
.jcarousel-skin .jcarousel-next-horizontal {
    cursor: pointer;
}
.jcarousel-skin .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
}
.jcarousel-skin .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}
.jcarousel-skin .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-skin .jcarousel-next-disabled-horizontal,
.jcarousel-skin .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.jcarousel-skin .jcarousel-prev-horizontal {
    cursor: pointer;
}
.jcarousel-skin .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
}
.jcarousel-skin .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}
.jcarousel-skin .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-skin .jcarousel-prev-disabled-horizontal,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
/*

	J Carousel Skin Vertical Buttons
*****************/
.jcarousel-skin .jcarousel-next-vertical {
    cursor: pointer;
}
.jcarousel-skin .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}
.jcarousel-skin .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}
.jcarousel-skin .jcarousel-next-disabled-vertical,
.jcarousel-skin .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
.jcarousel-skin .jcarousel-prev-vertical {
    cursor: pointer;
}
.jcarousel-skin .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}
.jcarousel-skin .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}
.jcarousel-skin .jcarousel-prev-disabled-vertical,
.jcarousel-skin .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
/*

	Galleriffic Light Box Implementation
*****************/
#galleriffic_slider div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 550px;
}
#galleriffic_slider div.controls {
	margin-top: 5px;
	height: 23px;
}
#galleriffic_slider div.controls a {
	padding: 5px;
}
#galleriffic_slider div.ss-controls {
	float: left;
}
#galleriffic_slider div.nav-controls {
	float: right;
}
#galleriffic_slider div.slideshow-container {
	position: relative;
	clear: both;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
#galleriffic_slider div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
#galleriffic_slider div.slideshow {

}
#galleriffic_slider div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#galleriffic_slider div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
#galleriffic_slider div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
#galleriffic_slider div.slideshow img {
	vertical-align: middle;
}
#galleriffic_slider div.download {
	float: right;
}
#galleriffic_slider div.caption-container {

}
#galleriffic_slider span.image-caption {
	display: block;
	position: absolute;
}
#galleriffic_slider div.caption {
	padding: 12px;
}
#galleriffic_slider div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
#galleriffic_slider div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#galleriffic_slider ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
#galleriffic_slider ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
#galleriffic_slider a.thumb {
	padding: 0;
	display: inline;
	border: none;
}
#galleriffic_slider ul.thumbs img {
	border: none;
	display: block;
}
#galleriffic_slider div.pagination {
	clear: both;
}
#galleriffic_slider div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
#galleriffic_slider div.navigation div.bottom {
	margin-top: 12px;
}
#galleriffic_slider div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
}
#galleriffic_slider div.pagination span.ellipsis {
	padding: 5px 0 3px 2px;
}
#galleriffic_slider #captionToggle a {
	float: right;
	display: block;
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 5px;
	padding: 5px 30px 5px 5px;
}
/*

	Cart Modal
*****************/
.cart_popup .title {
    overflow: hidden;
}
.cart_popup dl dt {
	min-width: inherit;
}
.cart_popup .title h3 {
	display: inline;
	margin: 0;
	padding: 0;
}
.cart_popup .title a.close {
	display: block;
    float: right;
    margin: 0;
    padding: 0;
}
.cart_popup .cart_modal_popup {
	overflow: hidden;
}
.cart_popup .legend a {
	display: inline-block;
	margin-left: 10px;
	text-decoration: underline;
}
.cart_popup .cart_modal_popup .prod_image {
	min-height: 0;
	float: left;
}
.cart_popup .cart_modal_popup .prod_info {
	float: left;
	padding-left: 10px;
	width: 200px;
	position: relative;
}
.cart_popup .cart_modal_popup .prod_info .prod_price {
	position: absolute;
	top: 0;
	right: -60px;
	font-weight: bold;
}
.cart_popup .prod_cart-total {
	margin: 10px;
	font-weight: bold;
}
.cart_popup span.prod_color {
	display: block;
	margin-top: 3px;
}
.cart_popup span.prod_color img {
	margin-left: 4px;
	vertical-align: middle;
}
.cart_popup span.prod_size {
	display: block;
}
.cart_popup .cart_modal_popup .prod_info p {
	margin-bottom: 5px;
}
.cart_popup .cart_modal_popup .prod_info dl {
	margin-bottom: 5px;
}
.cart_popup .cart_modal_popup .prod_info dl dt {
	float: left;
	width: 60px;
}
.cart_popup .links button {
    font-size: 1em;
    width: 143px;
}
.cart_popup .links button img {
	height: 12px;
}
.cart_popup .content_slot {
    height: 45px;
    margin: 20px 15px 0 15px;
    overflow: hidden;
}
#cart_popup {
	display:none;
	position: fixed;
	left:50%;
	margin-left: 93px;
	top: 77px;
	z-index:2147483647;
}
#cart_content {
	cursor: pointer;
}
#rollover_cart_popup {
	/*display:none;*/
	position:absolute;
	left:650px;
	top:75px;
	z-index:2147483647;
}
.minicart-errorMsg {
	padding: 0;
	font-size: 0.95em;
	line-height: 1em;
	max-width: 150px;
	margin: -3px 0 0 0;
}
.product-variant-label {
	display: inline-block;
	padding-right: 5px;
	min-width: 38px;
}
/*

	Quickview Lightbox
*****************/
#quickview_lightbox .prod_image {
	float: left;
}
#quickview_lightbox .prod {
	width: 350px;
	float: left;
}
#quickview_lightbox .prod button {
}
#quickview_lightbox input.qty {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.2em;
	text-align: center;
	width: 37px;
	height: 36px;
}
/*

	Thumbnail Detail Banner
*****************/
.thumbnail_detail .banner,
a.thumbnail_detail .banner:visited {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 6px;
	margin-bottom: 10px;
	min-height: 96px;
	cursor: pointer;
}
.thumbnail_detail .banner .thumb {
	float: left;
}
.thumbnail_detail .banner .title {
	float: right;
	width: 50%;
}
.thumbnail_detail .banner .title h2,
.thumbnail_detail .banner .details p {
    margin: 0;
}
.thumbnail_detail .banner .details p {
	line-height: 1.2em;
	font-size: 0.9em;
}
.thumbnail_detail .banner .details {
    float: left;
    padding-left: 12px;
    width: 90px;
}
.thumbnail_detail .banner .action {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 23px;
}
.thumbnail_detail .banner .action img {
	padding: 5px;
}
/*

	Small Detail Banner
*****************/
.small_detail .banner,
.small_detail .simple_banner {
	overflow: hidden;
	position: relative;
	height: 230px;
}
.small_detail .banner .title {
	position: absolute;
	top: 0;
	left: 0;
	margin: 5px;
}
.small_detail .banner h2 {
}
.small_detail .banner h2 a,
.small_detail .banner h2 a:visited {
	display: block;
	padding: 3px 10px;
}
.small_detail .banner .thumb {
	margin: 0;
	padding: 0;
	float: left;
    width: 100%;
}
.small_detail .banner .details {
	float: left;
	padding: 7px 30px 7px 10px;
}
.small_detail .banner .thumb img {
	padding: 0;
}
.small_detail .banner p {
	margin: 0;
}
.small_detail .banner .action {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 27px;
	height: 30px;
}
.small_detail .banner .action img {
padding: 10px;
}
/*

	Slide Viewer
*****************/
#homepage_slider .svw {
	width: 50px;
	height: 20px;
}
.svw ul {
	position: relative;
	left: -999em;
}
#homepage_slider.stripViewer {
	position: relative;
	overflow: hidden;
	margin: 0;
}
#homepage_slider.stripViewer ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
}
#homepage_slider.stripViewer ul li {
	float:left;
}
#homepage_slider .tooltip {
	padding: 0.5em;
}
.stripTransmitter {
	overflow: auto;
	width: 1%;
	padding: 0 15px 7px 15px;
}
.stripTransmitter ul {
	margin: 0;
	padding: 0;
	position: relative;
}
.stripTransmitter ul li{
	width: 30px;
	float:left;
	margin: 0 1px 1px 0;
}
.stripTransmitter a {
	line-height: 22px;
	display: block;
	padding-top: 15px;
}
/*

	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 solid #eee;

}
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;
}

/*

	Order Detail Page
*****************/
#your_order dl dt {
	min-width: 50px;
}
#your_order .quantity img {
	float: right;
	margin: 0;
}
#your_order .quantity input[type="image"] {
	float: right;
	margin: 0;
}
#your_order .quantity input.qty {
	margin-right: 10px;
}
#your_order p {
	float: left;
	margin-right: 30px;
	margin-right: 20px;
	padding-left: 12px;
}
#your_order .product_image {
	width: 65px;
}
#your_order .product_details {
	border-left: 0 none;
	width: 320px;
}
/*

	Payment Details Page and Modal
*****************/
#payment_details,
#payment_details_modal {
	margin-top: 20px;
}
#payment_details th,
#payment_details_modal th {
	padding: 10px;
}
/*

	Information Messages
*****************/
.information_message {
	position: relative;
	margin: 20px 0 10px 0;
    min-height: 55px;
}
.information_message p {
	margin-left: 27px;
	padding: 4px 10px 3px 40px;
}
.information_message span {
	position: absolute;
	width: 55px;
	height: 55px;
	top: -4px;
	left: 0;
}
.information_message span.single {
	top: -11px;
}

/*

	Error Messages
*****************/
.error_message {
	overflow: auto;
}
.error_message p {
	padding-top: 23px;
}
.error_message span {
	width: 55px;
	height: 55px;
	display: block;
	float: left;
	margin: 7px;
}
.error_message ul {
	padding-left: 90px;
}
.error_message ul li {
	padding-bottom: 5px;
}
.form_field_error {
	padding: 10px;
	float: left;
	margin: 5px 0;
}
.form_field_error p,
.form_field_error .notify {
	margin: 0;
}
/*

	Checkout Summary Flow
*****************/
.checkout_summary_flow {
	position: relative;

}
.checkout_summary_flow .item_container_holder .title_holder h2 span {
	position: absolute;
}
.checkout_summary_flow_a {
	position: absolute;
}
.checkout_summary_flow_a button.form,
.checkout_summary_flow_b button.form,
.checkout_summary_flow_c button.form {
	position: absolute;
}
.checkout_summary_flow_b {
	position: absolute;
}
.checkout_summary_flow_c {
	position: absolute;
}
.checkout_summary_flow form dl dt {
	float: none;


}
.place-order:disabled {
    cursor: default;
    opacity: 0.6;
}
#delivery_modes_dl dt.left label {
	line-height: 1.2em;
	float: left;
	width: 640px;
}
#delivery_modes_dl dt.left {
	margin-bottom: 3px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ddd;
}
.deliverymode-description {
	max-height: 96px;
	overflow: hidden;
	cursor: help;
	line-height: 1.2em;
	font-size: 0.95em;
}
/*

	Varient Options
*****************/
.variant_options {
    overflow: auto;
}
.variant_options .colour p {
	float: left;
}
.variant_options .size,
.variant_options .colour {
	float: left;
    overflow: hidden;
}
.variant_options .size dl {
	float: left;
}
.variant_options .size a {
	float:left;
	clear: both;
}
/*

	Existing Address
*****************/
.existing_address {
	border: 1px solid #CCCECF;
	overflow: auto;
	padding: 10px;
}
.existing_address button {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 10px 0;
}
.existing_address ul {
	padding: 0;
	margin: 0;
	float: left;
}
/*

	Payment Details
*****************/
.payment_details_left_col {
	float: left;
}
.payment_details_right_col {
	float: right;
}
.save_payment_details {
    float: left;
}
/*

	Footer
*****************/
#footer {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#footer ul.Fa {
	width: 940px;
	overflow: hidden;
	margin: 0;
}
#footer ul.Fa h3 {
	font-size: 12px;
	line-height: 25px;
	margin-bottom: 0px;
}
#footer ul.Fa li {
	float: left;
}
#footer ul.Fb {
	padding:0 20px;
	margin: 0;
}
#footer ul.Fb li {
	width: 100%;
}
#footer ul.Fc {
	float: left;
	min-width: 180px;
}
#footer ul.Fc li {
	clear: left;
}
/*

	Copyright
*****************/
#copyright {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
#copyright p {
	padding-top: 10px;
}
/*

	textpage
*****************/
.faq-menulink {
	display: block;
}
.textpage a {
	text-decoration: underline;
}
.textpage h2 {
	margin: 1.2em 0 0.1em 0;
}
.textpage h3 {
	margin: 1em 0 0.1em 0;
}
.textpage-faqs ul li {
   list-style: disc;
}
/*

	Accessibility
*******************/
.skip {
	position: absolute;
	top: -30000px;
	left: -30000px;

}

.buy_flow {
	border: 0px solid #000000;
    border-radius: 4px 4px 4px 4px;
    margin: 10px 0;
    max-width: 999px;

}
#buy_flow {

	border-top: 1px solid #E7E7E7;
	border-left: 0 none;
    border-top: 0 none;
    width: 800px;
}
#buy_flow2 {
	width: 600px;
	border-top: 0px ridge #000000;
	border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    border-width: 0 3px 3px;
}
/* More Product Details Styling */
.MoreProductDetails ul {
    margin-left: 5px;
}


.MoreProductDetails ul li{
	 list-style-type: disc;
    margin-left: 10px;
}

/* Address Modal , No Products Modal and Progress Modal CSS  Starts Here*/
/* Address modal window */

#captureAddressForm {
	background: transparent url(../images/layout/address-lady-bg.png) no-repeat top left !important;
	height: 305px;
	position: relative;
	width: 535px;
}

#captureAddressForm h1 .content {
    color: #0B495A;
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 17px 226px;
    width: 309px;
}

#captureAddressForm h3 {
	color: #0b495a;
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0 17px 200px;
	width: 300px;
}


#captureAddressForm h4 {
	color: red;
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0 17px 200px;
	width: 300px;
}
 #captureAddressForm h5{
color: #0662ac;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 17px 200px;
	width: 300px;
}
#captureAddressForm p {
	color: #0662ac;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 17px 200px;
	width: 300px;
}

#addressForm{
	 background-color: #C0ECFE;
    margin: 25px 0 0 230px;
    padding: 20px;
}

#addressForm label {
	position: absolute;
	padding:8px;;
}

#addressForm label.txtAddress1 {
	/*left: 208px;*/
}

#addressForm label.txtApt {
	/*left: 208px;*/
	margin-top:20px;
}

#addressForm label.txtCity {
	left: 370px;
}

#addressForm label.ddlState {
	left: 208px;
}

#addressForm label.txtZip {
	left: 378px;
	margin-top:20px;
}
#rentQuestion {
    margin-top: -35px;
    padding-left: 150px;
}

#ownQuestion {
    margin-left: 20px;
}
#rentQuestion input{
    border: 0 !important;
}

#ownQuestion input{
    border: 0 !important;
}
#addressForm input, #captureAddressForm select {
	border: 1px solid #ccc;
	color: #555;
	display: inline;
	font-size: 12px;
	height: 30px;
	margin: 0 0 5px 0;
}

#addressForm #txtAddress1 {
	display: block;
	/*margin-left: 200px;
	width: 300px;	*/
	width:265px;
}

#addressForm #txtApt {
	margin-right: 29px;
	width: 95px;
	margin-top:20px;
}

#addressForm #txtApt {
	/*margin-left: 200px;*/
}

#addressForm #ddlState {
	height: 24px;
	margin: 0 29px 0 200px;
	width: 135px;
}

#addressForm #txtZip {
	/*margin-left: 200px;
	width: 300px;	*/
	width:129px;
}

#captureAddressForm #button {
	background: #e3f6fe url(../../whitefence/images/buttons/start-saving.png) no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 42px;
	*line-height: 0;
	margin: 40px 0 0 410px;
	text-indent: -9999px;
	width: 123px;
}

/* existing customer modal */
#existingCustomerModal {
	background: transparent url(http://www.whitefence.com/_ui/images/layout/address-lady-bg.png) no-repeat bottom left !important;
	height: 250px;
	*height: 275px;
	position: relative;
	width: 535px;
	padding: 20px;
}

#existingCustomerModal #existingCustomerQuestion{
	margin: 10px 0 0 10px;
}

#existingCustomerModal #existingCustomerQuestion a{
	float: left;
	padding: 5px;
}
/* Progress modal window */

#progressModal {
	background: transparent url(http://www.whitefence.com/_ui/images/layout/address-lady-bg.png) no-repeat bottom left !important;
	height: 250px;
	*height: 275px;
	position: relative;
	width: 535px;
}
#progressModal2 {
	/*background-image: url("../images/address-lady-bg.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 535px;
	*/
}
#progressModal2 img.attgirl{
	display: none;
}

#spinnermodal2 {
	width:594px;
    border:3px solid #F47B20;
	background-color:#fff;
	margin:0px 0 0px 0px;
	padding:28px 0 0 0;
	overflow:hidden;
	background:url(../images/address-lady-bg.png) no-repeat left bottom;
}

#progressModal2 .progressModal-address-lady {
	background: url("../images/address-lady-bg.png") no-repeat left bottom !important;
	display: inline-block;
}
#progressModal2 * {
	background: transparent;
}
:root #progressModal {
	height: 280px;
}

#progressModal h3 {
	color: #0b495a;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 40px 0 17px 200px;
	text-transform: none;
	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;
	width: 300px;
	*width: 325px;
}

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

#progressModal h4 {
	background: url(http://www.whitefence.com/_ui/images/icons/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 h5 {
	color: #0b495a;
	font-size: 14px;
	font-weight: bold;
	margin-left: 314px;
	width: 210px;
}

/* Time Out Modal */

#timeOutModal #timeOutMessage h3 {
	color: #0B495A;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    line-height: 18px;
    margin: 40px 0 17px 219px;
    width: 300px;
}

#timeOutModal #timeOutMessage a {
	background-image: none;
	background-color: #C0ECFE;
	height: 20px;
	display: inline;
	font-weight: bold;
	cursor: pointer;
	margin: 0;
	color: #0B495A;
	padding: 0px 3px 0px 3px;
	border-radius: 4px;
	box-shadow: 1px 1px 1px 1px;

}


/* No products modal */

.noProductsModal {
	background: transparent url(http://www.whitefence.com/_ui/images/layout/no-products-lady-bg.png) no-repeat top left !important;
	*height: 350px;
	position: relative;
	width: 560px;
	*width: 570px;
}

.noProductsModal #imageModal{


}

.noProductsModal #imageModal #ladyImage{
		margin: 20px 0 0 0;
}



/*.noProductsModal h3 {
	color: #0b495a;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: 40px 0 17px 219px;
	text-transform: uppercase;
	width: 300px;
}*/

.noProductsModal h3 {
	color: #0B495A;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin: 40px 0 17px 219px;
    width: 300px;
}

.noProductsModal h4 {
	color: #0076bf;
	font-size: 14px;
	margin: 0 0 17px 219px;
	width: 300px;
}

.noProductsModal h5 {

	color:#555555;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 17px 219px;
	width: 300px;
}

.noProductsModal a {
	background: #e3f6fe url(../../whitefence/images/buttons/go-to-whitefence.png) no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 28px;
	*line-height: 0;
	margin: 20px 0 0 200px;
	margin-left: 180px;
	text-indent: -9999px;
	width: 153px;
}

.noProductsModal #unavailableWithoutApt a {
	background-image: none;
	background-color: #C0ECFE;
	height: 20px;
	display: inline;
	font-weight: bold;
	cursor: pointer;
	margin: 0;
	color: #0B495A;
	padding: 0px 3px 0px 3px;
	border-radius: 4px;
	box-shadow: 1px 1px 1px 1px;

}


.noProductsModal img {
	margin: 5px 0 0 190px;
	margin: 15px 0 0 170px;
	*margin-top:0px;
}


#bottomBlock #callMessaging{
	float: left;
    *margin: 40px 0 0 0;
    margin-top: 0;
    width: 175px;
}

.noProductsModal #messagingModal{

}
 #callMessaging h3 {
	color: #555555;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    margin: 75px 0 5px 10px;
    width:175px;
}

#captureAddressForm #bottomBlock #callMessaging h3 {
	color: #555555;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    margin: 50px 0 5px 10px;
    width:175px;
}

#callMessaging h4 {
color: #0076BF;
    font-size: 14px;
    font-weight: bold;
    margin: 16px 0 5px 10px;
     margin-top:0px;
    *margin-top:0px;
    width: 175px;
}

#goToWhiteFence{
	float: right;
    width: 370px;
    margin-top: 10px;
}

#bottomBlock{
	display: inline-block;
}
/* Address Modal , No Products Modal and Progress Modal CSS  Ends Here*/

/*Update ZipCode CSS*/

#noProdZipForm{
	background-color: #c0ecFE;
    margin-left: 220px;
    width: 225px;
}
#noProdZipForm label.txtZip{
	padding: 10px;
	color: #0096D6;
}

#noProdZipForm label.txtZip:hover{
	color: #EFB61A;
}


#ZipMessageContainer{
	display: inline-block;
}

#UpdateZipForm{
	background-color: #c0ecFE;

    width: 275px;
}

#UpdateZipForm label.txtZip{
	padding: 10px;
	color: #0096D6;
}

#UpdateZipForm label.txtZip:hover{
	color: #EFB61A;
}

#ZipMessage{
	width:400px;
	float:left;
	margin-top:8px;
	padding-bottom: 20px;
}

#ZipMessage p {
	 color: #0096D6;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

#MessageZipCode{
	 color: #CD171F;
    font-size: 24px;
    font-weight: bold;
}

#ChangeZip{
	 font-weight: normal;
	 text-decoration:underline;
}

#UpdateZipDiv{
	float:left;
}
/* Update ZipCode CSS Ends Here*/
/* Order SUmmary Bundle Compoennts */
#your_order tr.bundleComponents{
}
#your_order tr.bundleComponents td{
}
#your_order tr.bundleComponents .headingBundle{
	cursor: pointer;
    text-decoration: underline;
    margin-top: 5px;
}
#your_order tr.bundleComponents .contentBundle{

}
#your_order tbody td{
	width: auto;
}
#your_order .bundles_more_details{
	border-bottom: 1px solid;
    font-size: 14px;
    font-weight: bold;
}

#spinnermodal{
    width:594px;
    min-height:250px;
	background-color:#fff;
	margin:0px 0 0px 0px;
	padding:28px 0 0 0;
	overflow:hidden;
	background:url(../images/address-lady-bg.png) no-repeat left bottom;
}
#spinnermodal p{
    margin:0 0 0 325px;
    color:#003B7B;
	font-size:15px;
	font-weight:bold;
	display:block;
	padding:0 0 10px 0;
}
#spinnermodal strong{
    color: #F47B20;
	display:block;
	font-size:16px;
	font-weight:bold;
	margin:0 0 0 272px;
	padding:0 0 30px 0;
	width:303px;
	line-height:18px;
}
#spinnermodal #address{
    font-size:16px;
	color:#003B7B;
	font-weight:normal;
	margin:0 0 0 272px;
	padding:0 0 15px 0;
	width:303px;
}
#spinnermodal #spinner{
	display:block;
	width:200px;
	height:16px;
    margin:0 0 0 272px;
	padding:0 0 21px 0;
}
#spinnermodal #bpg{
	display:none;
}
#spinnermodal #wflogo{
	display:none;
}

#spinnermodal #verisign {
    display: none;
}
#addToCartForm1 button.red{
	min-height: 30px;
}
#rightSidebar td{
	padding: 0 0 0 2px !important;
}

#sessionTimeoutMsg{
	clear: both;
	padding: 0px 10px;
	text-align: center;
	padding: 20px 20px;
	font-weight: bold;
}

#addToCartForm1 dl dd dl {
    clear: both;
    margin-top: 20px;
    overflow: hidden;
}
#productViewrCount{
  float: right;
  line-height: 16px;
  overflow: hidden;
  font-weight: bold;
  position: relative;
  width: 160px;
  height: 30px;
  text-align: center;
  padding: 0px;
  margin-right: -160px;
  margin-top: 20px;
  margin-bottom: 10px;
  background: none repeat scroll 0 0 #FFC000;
  padding: 5px 4px 5px 4px;

}

.specialIcon {
	cursor: pointer;
	margin-left: -10px
}

.round-corner{
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}


.compare-msg{
}
.selected-compare-msg{
	display: none;
}
.selected-compare-msg a{
	font-size: 120%;
	font-weight: bold;
	color: #09f;
	display: inline-block;
	background: #eee;
	padding: 1px 8px;
	border: solid thin black ;
}
.selected-compare-msg a:HOVER{
	background: #333;
	color: #fff;
}

#CreditCheckForm #accordionWrap{
	width: auto;
}

#CreditCheckForm .accordionButton{
	width: auto;
}
#CreditCheckForm .accordionContent{
	width: auto;
	background: none;
}
#CreditCheckForm #creditCheckFormWrap{
	background: none repeat scroll 0 0 #F9F9F9;
	display: block;
	margin: 30px auto 0;
	overflow: hidden;
	width: 910px;
}
#CreditCheckForm dt{
	display: block !important;
}
#CreditCheckForm .personalQMessage{
	font-size: 16px;
    font-weight: normal;
}
#CreditCheckForm .personalQMessage ul{
	margin-left: 15px;
	margin-top: 5px;
}
#CreditCheckForm .personalQMessage ul li{
	font-size: 13px;
    font-weight: bold;
    list-style-type: disc;
    padding: 2px;
}
#CreditCheckForm .qLongDesc{
	font-weight: normal;
}
#postCreditCheckForm #accordionWrap{
	width: auto;
}
#postCreditCheckForm .accordionButton{
	width: auto;
}
#postCreditCheckForm .accordionContent{
	width: auto;
	background: none;
}

#submittedOrDenied{
	background: none repeat scroll 0 0 #F9F9F9;
    margin: 30px auto 0;
    width: 910px;
}

#submittedOrDenied #ordersSubmitted .submitted{
	color: green;
	font-size: 18px;
	padding:8px;
	line-height: 24px;
}

#submittedOrDenied #ordersDenied .denied{
	color: rgb(217, 2, 2);
    font-size: 16px;
    padding: 8px;
    line-height: 20px;
}


#submittedOrDenied .orderdedProductName{
	font-weight: bold;
	font-size: 20px;
}
#submittedOrDenied .orderdedProviderName{
	font-weight: bold;
	font-size: 20px;
}
#submittedOrDenied ul li{
	list-style-type: disc;
}
.entry_submitted{
	color: green;
	font-size: 16px;
}
.entry_denied{
	color: red;
	font-size: 16px;
	font-weight: bold;
}

.nextActionDescription li{
	list-style-type: disc;
	margin: 0 0 0 20px;
	font-weight: bold;
}
/*********zipcode-area*****************/
div.zipcode-area {
	/*background-color: #71A43B;*/
	padding: 7px 10px;
	color: #fff;
}
div.zipcode-area input {
	margin: 0px;
	padding: 2px 5px;
}
div.zipcode-area input[type=button] {
	background-color: #E1722D;
	padding: 2px 10px;
}

/*********************************/
.input-error {
	color: red;
}
.input-valid{
	color: green;
}
/************************************/
#customerInformationForm dl dd input{
	width:auto;
}

#customerInformationForm input{
	width:auto;
	padding: 1px;
}
#customerInformationForm input[type=text],#customerInformationForm input[type=password]{
	width:90%;
}

#customerInformationForm table tr td{
	padding: 5px;
	border:none;
}
#loginForm table tr td{
	padding: 5px;
	border:none;
}

#CreditCheckForm .optInQuestions{
	display: none;
}

#customerInformationForm .wfAddressForm input{
	clear: left;
}
.wfAddressForm .wfCity, .wfAddressForm .wfState{
	display: none;
}
.wfAddressForm .invalidAddDiv{
	display : none;
	color : red;
}
#CreditCheckForm .wfAddressForm input{
	clear: left;
}
#CreditCheckForm .wfAddressForm{
	clear: both;
    margin: 10px 0 0 10px;
}
#CreditCheckForm .wfAddressForm .wfStreetAddress, #CreditCheckForm .wfAddressForm .wfAptNo, #CreditCheckForm .wfAddressForm .wfZipCode{
	float: left;
}
#CreditCheckForm .wfAddressForm .form_field_error p, .form_field_error .notify{
	clear: both;
}
#postCreditCheckForm .wfAddressForm input{
	clear: left;
}
#postCreditCheckForm .wfAddressForm{
	clear: both;
    margin: 10px 0 0 10px;
}
#postCreditCheckForm .wfAddressForm .wfStreetAddress, #CreditCheckForm .wfAddressForm .wfAptNo, #CreditCheckForm .wfAddressForm .wfZipCode{
	float: left;
}
#postCreditCheckForm .wfAddressForm .form_field_error p, .form_field_error .notify{
	clear: both;
}
/****************provider account***********/
table.provider-account tr td:FIRST-CHILD {
	font-weight: bold;
}


/******************************Marketing common ************************/
/*
Carousel section
*/

#carousel {
	font-family: 'Times New Roman';
	width:900px;
	height:300px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}
.btn_start_shopping.round-corner {
	border: none;
	color:#C8001D;
}
.btn_start_shopping.round-corner:HOVER {
	color:#ffffff;
}

#slides {
	position:absolute;
	top:10px;
	left:5px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:894px;
	height:250px;
	overflow:hidden;
	position:relative;
	display:none;
	background: #E9E9E9;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding:10px;
	width:890px;
	height:230px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-15px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}


/*
	Pagination
*/

#slides .pagination {
	margin:26px auto 0;
	width:100px;
}

#slides .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

#slides .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/carousel/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

#slides .pagination li.current a {
	background-position:0 -12px;
}


#slides .slide .slide_image {
    float: left;
	padding-right: 5px;
	margin: 0 0 0 5px;
	position: relative;
}
#slides .slide .slide_image, #slides .slide .slide_image img {
	max-width: 350px;
	max-height: 250px;

}

#slides .slide .promo_image {
    float: right;
	margin: 0 5px 0 0;


}

#slides .slide .main_content {
	padding-left: 5px;
	float: left;
	max-width: 500px;

}

#slides .main_content h1 {
    color: #0B495A;
	font-size: 24px;
	line-height: 26px;
	width: 420px;

}

#slides .main_content h2 {
   color: #c8001d;
   font-size: 16px;
}
#slides .main_content ul li {
	list-style-type: disc;
}

#slides .main_content table tr td {
border: none;
padding:0px;
}

#slides .main_content .bullet_points {

   line-height: 16px;
   font-size: 12px;
   margin-bottom: -5px;
}

#slides .main_content .big_price {
    width: 500px;
	float: left;
}

#slides .main_content .big_price td{
    /* padding-right: 15px; */
}

#slides .main_content .price_disclaimer {
    font-size: 9px;
	font-style: italic;
	margin: 10px 0 0 0px !important;
	width: 230px;
}

#slides .main_CTA {
    font-weight: bold;
    margin: 3px 0 0 0;

}

#slides .main_content .promo_image {
    position: absolute;
    width: 115px;
    height: 70px;
    margin: -62px 0 0 -230px;
}


#slides .btn_start_shopping  {
    display: block;
    height: 37px;
    width: 195px;
	background: url("../../comcast/images/yellow-btn_195x75.png") no-repeat scroll 0 0px transparent;
	text-align: center;

}

#slides .btn_start_shopping:hover {
	background: url("../../comcast/images/yellow-btn_195x75.png") no-repeat scroll 0 -38px transparent;

}

#slides .btn_start_shopping  a:hover {
    /* background: #FE5A1D no-repeat scroll 0 0; */
}

#slides .shop_category {

    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-shadow: none;
    top: 6px;
    z-index: 1;
}

#slides .divider {
    font-size: 12px;
	display: block;
	margin: 5px 0 5px 64px;
	line-height: 16px;
}

#slides .call_to_order {
    font-size: 16px;
	color: #E1A606;
	display: block;
	line-height: 16px;
}

#slides .lists {
    list-style-position: inside;
    list-style-type: disc;
}

#slides .red {
    color: #C8001D !important;
}

#slides .header-price {
    font-weight: bold;
    position: relative;
    text-align: left;
}

#slides .header-price div {
    float: left;
}

#slides .header-price span.cost {

    font-size: 65px;
    letter-spacing: -4px;
    line-height: 42px;
}

#slides .header-price .cost {

}

#slides .header-price .dollar, .header-price .cost, .header-price .month, .header-price .promo-price-cent {

	color: #C8001D;
	vertical-align: top;
	font-size: 24px;
    line-height: 20px;


}

#slides .header-price .permonth {
    margin: 0 0 0 2px;
}

#slides .header-price sup, .header-price sup.cost {
    font-size: 24px;
}

#slides .header-price .period {
    color: #444444 !important;
    display: block;
    font-size: 9px;
    font-weight: normal;
    text-align: left;
    margin: 2px 0 0 0;
}

#slides sup {
    font-size: 75%;
    line-height: 75%;

}

#slides .clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#slides a:link,a:visited {
	color:#3B3B3B;
	text-decoration:none;
}

#slides a:hover,a:active {
	text-decoration:none;
}

/***********************End of Marketing Common***********************/

/***********************ProductListPage.css***************************/
.item_container_register {
		width: 280px;
		min-height: 700px;
		margin-bottom: 20px;
		padding: 0 10px;
		color: #fff;
		background: url(http://www.whitefence.com/_ui/common/images/homesecurity/bg-form-arrow.gif) no-repeat left top #ff9600;
		margin-top: 1px;
}
.item_container_register h2 {
		font: italic bold 20px Georgia, "Times New Roman", Times, serif;
		color: #fff;
		margin-left: 50px;
		margin-top: 1px;
		padding-top: 12px;
}
/*clear fix*/
.clear {
		clear: both;
}
/****Form Styles ****/
.sectionHeading {
		font: bold 14px Arial, Helvetica, sans-serif;
		text-decoration: underline;
		color: #fff;
		/*margin: 15px 0 5px;*/
}
fieldset {
		width: 280px;
		border: none;
		margin: 0;
		padding: 0;
}
fieldset p {
		margin: 5px 0;
}
.longField {
		width: 270px;
		color: #999;
		border: solid 1px #7acff5;
		padding: 3px;
		margin: 5px 0;
}
.leftField {
		float: left;
		width: 130px;
		/*margin: 10px 0;*/
		padding: 3px;
		color: #999;
		border: solid 1px #7acff5;
}
.rightField {
		width: 130px;
		padding: 3px;
		/*margin: 10px 0;*/
		float: right;
		color: #999;
		border: solid 1px #7acff5;
}
.btnQuote {
	background: url(http://www.whitefence.com/_ui/common/images/homesecurity/btn-cta.png) no-repeat;
	widht: 140px;
	height: 33px;
	margin: 15px 0;
}
.checkbox_label{
	float: none;
	padding-bottom: 7px;
}

.adspace {
		width: 728px;
		height: 90px;
		background-image:url(http://www.whitefence.com/_ui/common/images/cox/ad-placeholder.png);
		margin-left: auto;
    	margin-right: auto;
    	margin-top: 8px;
}
/*********************End of ProductListPage.css**********************/
/*********************Begin configmationpage.css**********************/
/*** Confirmation Page ***/
#confirmContent {
		background:url(../images/customer-service.jpg) no-repeat;
		min-height: 208px;
}

#confirmContentPrint{
		font-family: Arial;
		display:block;
}

#confirmContentPrint div.separationLine{
		border-bottom: solid 1px #0662AB;
		width:100%
}

div#confirmContentPrint{
		clear:both;
}

#clickCTA {
/*		width: 530px;
		height: 80px;
	*/
		background-color: #fdfcdf;
		font-size: 10px;
		padding: 7px 10px;
}
#callCTA {
		width: 510px;
		background-color: #f5f4f4;
		padding: 5px 10px;
}
/*
#clickCTA p {
		width: 300px;
		float:right;
}
*/
.clickBtn {
		float: left;
		margin: 10px 5px;
		width: 219px;
		height: 44px;
}
.orangeText {
		color: #eeb313;
		font-size: 14px;
		font-weight: bold;
}
.bigText {
		font-size: 14px;
}
.floatRight {
	float: right;
}
.finePrint {
		color: #999;
		font-style: italic;
		font-weight: normal;
}

div#clickCTA div.content{
	float:left;
	margin: 10px 5px;
/*	width: 219px;
	height: 44px;
*/
}
/*********************End of confimationpage.css**********************/
/*********************Begin of jquery.ui.stars.css**********************/
/*!
 * jQuery UI Stars v3.0.1
 * http://plugins.jquery.com/project/Star_Rating_widget
 *
 * Copyright (c) 2010 Marek "Orkan" Zajac (orkans@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * $Rev: 164 $
 * $Date:: 2010-05-01 #$
 * $Build: 35 (2010-05-01)
 *
 */
.ui-stars-star,
.ui-stars-cancel {
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
  width: 16px;
  height: 15px;
  display: block;
  background: url(../images/jquery.ui.stars.gif) no-repeat 0 0;
}
.ui-stars-star a {
  background-position: 0 -32px;
}
.ui-stars-star-on a {
  background-position: 0 -48px;
}
.ui-stars-star-hover a {
  background-position: 0 -64px;
}
.ui-stars-cancel-hover a {
  background-position: 0 -16px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
  cursor: default !important;
}

.RecordPrice .priceTextDisplay {
    clear: left;
    float: left;
    position: relative;
}
/*********************End of jquery.ui.stars.css**********************/
/*********************Begin of PUF CSS**********************/
#wfPUFForm input.large, #wfPUFForm textarea.large {
	width: 300px;
}
#wfPUFForm label{
  font-size: 110%;
  margin-top: 3px;
}
#wfPUFForm .userResponseDecline{
	margin-bottom: 20px;
}
#wfPUFForm .userResponseDecline input{
	float: left;
}
#wfPUFForm .productCategoryType{
	font-weight: bold;
	font-size: 20px;
}

#wfPUFForm .pufSimpleQ{
	clear: both;
}
#wfPUFForm .pufPaymentQ{
	clear: both;
}
#wfPUFForm .pufPaymentQ .section-cc{
	background: url("http://www.whitefence.com/_ui/common/images/icons/cc-icon.png") no-repeat scroll 0 0 transparent;
	min-height: 30px;
}
#wfPUFForm .pufPaymentQ .section-ach{
	background: url("http://www.whitefence.com/_ui/common/images/icons/ach-icon.png") no-repeat scroll 0 0 transparent;
	min-height: 60px;
}

#wfPUFForm .creditCardSection{
    margin-top: 5px;
    padding-bottom: 10px;
    display: inline-block;
}
#wfPUFForm .achSection{
    margin-top: 5px;
    padding-bottom: 10px;
    display: inline-block;
}
#wfPUFForm .creditCardSection dt{
	min-width: 0;
}
#wfPUFForm .postCheckBillingAddress{
	clear:both;
}
#wfPUFForm .ccName {float: left;margin-right: 15px;clear:both;}
#wfPUFForm .ccName input {width: 150px;}
#wfPUFForm .ccNumber {float: left; margin-right: 15px;}
#wfPUFForm .ccNumber input {width: 185px;}
#wfPUFForm .ccExMonth {float: left;margin-right: 10px;}
#wfPUFForm .ccExMonth input {width: 30px;}
#wfPUFForm .ccExYear {float: left;margin-right: 15px;margin-top: 20px;}
#wfPUFForm .ccExYear input {width: 50px;}
#wfPUFForm .ccSCode {float: left;}
#wfPUFForm .ccSCode input {width: 50px;}
#wfPUFForm .ccType {
	display: block;
	margin-bottom: 20px;
}

#wfPUFForm .billingAddress {float: left;margin-right: 15px;}
#wfPUFForm .billingAddress input {width: 200px;}
#wfPUFForm .billingApt {float: left; margin-right: 15px;}
#wfPUFForm .billingApt input {width: 75px;}
#wfPUFForm .billingCity {float: left;margin-right: 10px;}
#wfPUFForm .billingState {float: left;margin-right: 15px;}
#wfPUFForm .billingState select {width: auto;font-size:12px;}
#wfPUFForm .billingZip {float: left;}
#wfPUFForm .billingZip input {width: 100px;}
#wfPUFForm .billingTitle {
	border-bottom: 1px solid #CCCCCC;
    font-size: 15px;
    margin: 10px 0;
    padding: 5px 0
}

#wfPUFForm .achName {float: left;margin-right: 15px;}
#wfPUFForm .achName input {width: 150px;}
#wfPUFForm .achRoutingNumber {float: left; margin-right: 15px;}
#wfPUFForm .achRoutingNumber input {width: 185px;}
#wfPUFForm .achAcctNumber {float: left;margin-right: 15px;}
#wfPUFForm .achAcctNumber input {width: 185px;}
#wfPUFForm .achAcctType {float: left; margin-right: 15px;clear: both;}
#wfPUFForm .achAcctType select {width: auto;font-size:12px;}
#wfPUFForm .achInst {float: left;}
#wfPUFForm .achInst input {width: 185px;}
#wfPUFForm .mandatory{
	vertical-align: 0;
	color: #999999;
    font-size: 13px;
    font-style: italic;
}

#wfPUFForm .pufPaymentQ .sameAsService{
	clear: left;
    float: left;
}
#wfPUFForm .pufPaymentQ .section-title {
background: url(../../whitefence/images/cc-icon.png) no-repeat 0 0px transparent;
height: 40px;
color: #025C86;
font-size: 15px;
padding-top: 25px;
}

#wfPUFForm .section-title {
	padding: 20px 0 0 80px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
#your_order .pufQLink{
	clear: both;
    color: #FF0000;
    margin: 10px 0;
}
#your_order .pufQLink a{
	float: none;
}
.pufSection .pufSectionContent{
	font-size: 16px;
}
.pufSectionContent ul{
	margin-left: 20px;
}
.pufSectionContent ul li{
	list-style-type: disc;
}
.pufSection .pufSectionContent a{
	color: #0096D6;
	text-decoration: underline;
}
/*********************Begin of PUF CSS**********************/

/******************** Order status *************************/
 .order-status-back{
 	display:inline-block;
 	padding:5px 7px;
 	width:auto;
 	background: lightgray;
 }

 /*********************************************************/
.answer-long-desc {
	float: none;
}