/*////////////  BODY  ////////////*/

body {
	background-color:#fff;
	text-align: center;
	font-family: arial, sans-serif;
	margin: 20px 0 0 0;
	padding: 0;
	background-color: #e6e6e6;  
}


#main-wrapper {
	width:950px; 
	margin:0 auto;
	overflow:hidden;
	background-color: #fff;  
	padding: 10px;
}




/*////////////  HEADER  ////////////*/
 
#header {
	overflow: hidden;
}	
 
#header #logo {
	width: 493px;
	height: 35px;
	float: left;
}

 
#header #cart-header {
	width: 75px;
	float: right;
	overflow: hidden;
	margin-top: 10px;
}

#header #cart-quantity {
	float: right;
	color: #000;
	margin: 10px 0 0 0;
}

#header #cart-quantity a{
	text-decoration: none;
	color: #c00;
	margin: 10px 0 0 0;
}



#header #cart-icon {
	float: right;
}



#header h1{
	float: right;
	font-family: times, serif;
	margin-top: 23px;
	padding: 0;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;

}


/*////////////  NAV  ////////////*/

#content ul#nav-pri{
	position: absolute;
	left: 40px;
	top: 34px;
	text-align: left;
	width: 700px;
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	z-index: 200;
	list-style-type: none;
	color: #fff;
	font-size: 11px;
}

#content ul#nav-pri li{
	float: left;
	margin-right: 26px;
}

#content ul#nav-pri li a{
	color: #fff;
	text-decoration: none;
	outline: none;
}

#content ul#nav-pri li a:hover{
	color: #000;
	text-decoration: none;
	outline: none;
}


/*////////////  HOME CONTENT  ////////////*/

body#home #content {
	width: 950px;
	margin: auto;
	color: #000;
	height: 364px;
	position: relative;
	margin-top:0;
	margin-bottom:0;
}



body#home #content img#nav{
	position: absolute;
	left: 15px;
	top: 20px;
	text-align: center;
	width: 627px;
	height: 41px;
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	z-index: 150;
}

body#home #content .quote {
	position: absolute;
	left: 15px;
/*	top: 275px;*/
	bottom: 16px;
	width: 900px;
	letter-spacing: 1px;
	padding: 8px;
	margin: 0;
	z-index: 100;

	background-color: rgba(255, 255, 255, 0.8);  
}

body#home #content .quote h1, body#home #content .quote p {
	color: #808285;
}

body#home #content .quote h1 {
	text-align: left;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	font-weight: bold;
/*	color:  #808285;*/
}


body#home #content #home-slides h2 {
	position: absolute;
	font-family: times, serif;
	text-align: left;
	left: 25px;
	top: 45px;
	font-size: 29px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #000;
	letter-spacing: 2px;
}

body#home #content #home-slides h3 {
	position: absolute;
	font-family: times, serif;
	text-align: left;
	left: 25px;
	top: 47px;
	font-size: 55px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #000;
	letter-spacing: 6px;
}




body#home #content .quote p {
	text-align: left;
/*	font-size: 11px;*/
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0;
	font-weight: normal;
/*	color:  #808285;*/
}


/*////////////  SECONDARY CONTENT  ////////////*/

body.secondary #content {
	width: 950px;
	margin: auto;
	color: #000;
	height: 65px;
	position: relative;
	margin-top:0;
	margin-bottom:0;
}



body.secondary #content img#nav{
	position: absolute;
	left: 15px;
	top: 20px;
	text-align: center;
	width: 627px;
	height: 41px;
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	z-index: 150;
}





/*////////////  HOME SLIDES  ////////////*/

#home-slides {
	position: relative;
	width: 950px;
	height: 364px;
}

#home-slides .slide {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 950px;
	height: 364px;
	z-index: 10;
}
#home-slides .current {
	display: block;
	z-index: 40;
}



/*////////////  SUB CONTENT  ////////////*/

#sub-content {
	overflow: hidden;
	margin: 5px 0 0 0;
}

#sub-content ul#callouts {
	float: left;
	list-style-type: none;	
	margin: 0 0 0 0;
	padding: 0;
}

#sub-content ul#callouts li {
	float: left;
}

#sub-content ul#callouts li a{
	background-color: #adafb1;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	margin: 0 5px 0 0;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
}


#sub-content ul#callouts li a:hover{
	background-color: #464749;
	text-decoration: none;
}


#sub-content ul#slide-control {
	float: right;
	list-style-type: none;	
	padding: 0;
	margin: 0;
}

#sub-content ul#slide-control li{
	float: left;
}


#sub-content ul#slide-control li a{
	text-decoration: none;
	padding: 5px 0 5px 0;
	margin: 0 0 0 13px;
	color: #adafb1;
	font-size: 13px;
	letter-spacing: 1px;
	outline: none;
}

#sub-content ul#slide-control li a:hover{
	text-decoration: none;
	color: #464749;
}


#sub-content ul#slide-control li a.sel{
	text-decoration: none;
	color: #464749;
}



/*////////////  PROMO  ////////////*/

#promo {
	overflow: hidden;
	zoom: 1;
	clear: both;
	background-color: #464749;
	padding: 9px;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	margin: 5px 0 0 0;
}


#promo h1{
	padding: 10px 20px 0 0;
	margin:0;
	color: #999;
	font-weight: normal;
	font-size: 38px;
	float: left;
}

#promo div{
	color: #fff;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 1px;
	float: left;
	margin: 5px 38px 0 0;
}

#promo div h2{
	font-size: 14px;
	padding:0;
	margin:0 0 5px 0;
	display: block;
	font-weight: normal;
}



/*////////////  PRODUCT PAGES  ////////////*/

#product-main-content {
		float: left;
		width: 550px;
		margin-left: 8px;
}

body.product #product-main-content {
		float: left;
		width: 550px;
		margin-left: 14px;

}


#product-media-content {
		float: right;
		width: 350px;
		padding: 0;
		margin: 0;


}

#product-media-content {
		float: right;
		width: 350px;

}

#product-feature {
	float:left;
	width: 270px;
}

#product-description {
	float:right;
	width: 260px;
}


.product-row {
	clear: both;
	overflow: visible;
}


#price-cat {
	color: #666;
	font-size: 12px;
	margin-left: 5px;
}

#price-cat strong{
	color: #c00;
}

.li-space-10 li {
	margin-bottom: 8px;
}



/*////////////  PRODUCT PAGE LISTS  ////////////*/

#product-media-photo ul, #product-media-downloads ul,  #product-media-video ul, ul#product-tabs, ul#tab-content {
	list-style-type: none;
	clear: both;
}


ul#product-tabs  li {
	float: left;
}


ul#tab-content li {
	float: left;
	width: 
}

/*////////////  MEDIA VIEWER  ////////////*/

#product-media-video {
	overflow: hidden;
	margin-bottom: .5em !important;
}

#product-media-video ul {
	padding: 0;
	margin: 0;
}

#product-media-video ul li{
	float: left;
	width: 110px;
	padding: 0;
	margin:0 10px 0 0;
	text-align: left;
	/* height: 105px; */
}

#product-media-video ul li.last {
	float: left;
	width: 110px;
	padding: 0;
	margin:0 0 0 0;
	text-align: left;

}

#product-media-video ul li a {
	text-decoration: none;
	font-size: 11px;
	line-height: 1.2;
	color: #666;
	display: block;
}
#product-media-video ul li a img {
	margin-bottom: .5em;
}

#media-viewer {
	margin-bottom: 10px;
}


/*////////////  PHOTOS  ////////////*/





#product-media-photo {
	overflow: hidden;
	margin-top: 10px;
	color: #666;
}

#product-media-photo ul {
	padding: 0;
	margin: 0;
}

#product-media-photo ul li{
	float: left;
	width: 77px;
	padding: 0;
	margin:0 10px 0 0;
	text-align: left;
	height: 80px;
}

#product-media-photo ul li.last{
	float: left;
	width: 77px;
	padding: 0;
	margin:0 0 0 0;
	text-align: left;

}

#product-media-photo ul li a{
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	color: #666;
}


/*////////////  DOWNLOADS  ////////////*/



#product-media-downloads {
	overflow: hidden;
	margin-top: 10px;
	color: #666;
}


#product-media-downloads ul {
	padding: 0;
	margin: 0;
}

#product-media-downloads ul li{
	padding: 0;
	margin:0 10px 0 0;
	text-align: left;
}


#product-media-downloads ul li a{
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	color: #666;
}

/*////////////  PRODCUT DESCRIPTION  ////////////*/

#product-description {
	color: #666;
	font-size: 12px;	
}

#product-description h1{
	padding:0;	
	margin:0;	
	font-size: 18px;
}

#product-description h2{
	padding:0;	
	margin:0 0 20px 0;	
	font-size: 14px;
}

#product-feature h3{
	padding:0;	
	margin:0;	
	font-size: 13px;
}

#product-feature h5{
	padding:0;	
	margin:0;	
	font-size: 13px;
}

#product-description ul{
	padding: 0;
	margin: 15px 0 0 15px;
}


#product-buy-learn {
	width: 100px;
}

/*////////////  PRODUCT TABS  ////////////*/

#product-tabs {
	overflow: hidden;
	margin-top: 10px;
	width: 580px;
	
}


ul#product-tabs{
	padding: 0;
	margin: 0;
}

ul#product-tabs  li{
	padding: 0;
	margin:0 10px 0 0;
	text-align: left;
}


ul#product-tabs  li a{
	display: block;
	text-decoration: none;
	font-size: 13px;
	height: 30px;
	color: #fff;
	background-color: #ccc;
	padding: 3px 25px 3px 25px;	
}

ul#product-tabs  li a:hover{
	background-color: #666;
}

ul#product-tabs  li a.selected {
		background-color: #666;
}	


body ul.zero-left-pad-marg, body ul.zero-left-pad-marg{
	margin-left: 0;
	padding-left: 14px;

}

/*////////////  TAB CONTENT  ////////////*/

#tab-content {
	overflow: hidden;
	width: 580px
}

ul#tab-content{
	padding: 0;
	margin: 0;
	margin-top: 15px;
}

ul#tab-content  li{
	float: left;
	padding: 0;
	margin:0 40px 20px 0;
	text-align: left;
	width: 240px;
	height: 125px;
	overflow: hidden;
}

#tab-content h1 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}

.tab-content-thumb {
	margin-right: 5px;
}

.tech-spec, .more-info{
	color: #666;
}
.tech-spec ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.tech-spec h4 {
	padding: 0;
	margin: 0;
}


#sous-vide-more-info {
	width: 410px;
}

#sous-vide-more-info-2 {
	width: 410px;
	overflow: hidden;
	margin-top: 20px;

}

#sous-vide-more-info h1, #sous-vide-more-info-2 h1{
	padding: 0;
	margin: 0;
	font-size: 14px;
}

#sous-vide-more-info h3{
	padding: 0;
	margin: 0;
	font-size: 12px;

}

#line-wrapper {
	border-top: 1px solid #999;
	padding-top: 10px;
}


/*////////////  FOOTER  ////////////*/

#footer {
	clear: both;
	margin-top: 10px;
	overflow-hidden;
}

#social-media {
	margin-top: 10px;
	font-size: 12px;
	color: #999;
}



/*////////////  SUB-FOOTER  ////////////*/

#sub-footer strong, #sub-footer a {
	font-size: 10px;
	text-decoration: none;
	color: #999;
	font-weight: normal;
}

#sub-footer strong#copyright {
	color: #666;
}



/*////////////  BUTTONS  ////////////*/
a.link-button {
	display: block;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	color: #fff;
	line-height: 3.1;
	font-size: 13px;
}
button.red-button {
	background: url('../_image/buy-now.png') no-repeat;
	width: 108px;
	height: 41px;
	border:none;
	margin:none;
	padding:0px 0px 3px 0px;
	line-height:35px;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 13px;
	cursor:pointer;
}
a.red-button {
	background: url('../_image/buy-now.png') no-repeat;
	width: 108px;
	height: 41px;
}

a.gray-button {
	background: url('../_image/learn-technique.png') no-repeat;
	width: 155px;
	height: 41px;
}

a.dist-button {
	background: url('../_image/find-dist.png') no-repeat;
	width: 266px;
	height: 41px;
}


.link-popup {
	display: none;
	background-color: #fff;
	border: 1px solid black;
	font-size: 12px;
	z-index: 4000;
}

.link-popup .p-content {
	position: relative;
	margin: 16px;
}

.link-popup ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.link-popup ul li {
	white-space: nowrap;
}

.link-popup a.close-button {
	z-index: 4444;
	position: absolute;
	top: -16px;
	right: -16px;
}


/*////////////  BASICS  ////////////*/

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

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

.align-justify {
	text-align: justify;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}
a {
	outline: none;
}

/*////////////  TECHNIQUE  ////////////*/


body#technique-evaporate #product-description, 
body#technique-flash-freeze #product-description, 
body#technique-smoke #product-description, 
body#sousvide-cooking #product-description,
body#technique-vacuum #product-description {
	width: 540px;
}



/*////////////  NEWS  ////////////*/


body#news #product-description{
	width: 537px;
	float: left;
	margin: 0 0 30px 11px;

	
	
}

body#news #product-description a {
	color: #666;
}


/*////////////  CONTACT  ////////////*/


body#contact #content {
	width: 950px;
	margin: auto;
	color: #000;
	height: 825px;
	position: relative;
	margin-top:0;
	margin-bottom:0;
}

body#warranty #content {
	width: 950px;
	margin: auto;
	color: #000;
	height: 1000px;
	position: relative;
	margin-top:0;
	margin-bottom:0;
}



body#contact #content img#nav, body#warranty #content img#nav{
	position: absolute;
	left: 15px;
	top: 20px;
	text-align: center;
	width: 627px;
	height: 41px;
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	z-index: 150;
}


body#contact #content .quotex {
	position: absolute;
	left: 10px;
	top: 60px;
	bottom: 16px;
	width: 900px;
	letter-spacing: 1px;
	padding: 8px;
	margin: 0;
	z-index: 100;
	text-align: left;
	font-size: 11px;
	color: #666;
	background-color: none;
}

body#warranty #content .quotex {
	position: absolute;
	left: 10px;
	top: 60px;
	bottom: 16px;
	width: 900px;
	letter-spacing: 1px;
	padding: 8px;
	margin: 0;
	z-index: 100;
	text-align: left;
	font-size: 11px;
	color: #666;
}



body#contact #content .quotex a, body#contact #content .quotex strong,
body#warranty #content .quotex a, body#contact #content .quotex strong {
	color: #c00;
	font-weight: normal;
	text-decoration: none;
}


body#contact #content div.quotex form#contact-form p label strong,
body#warranty #content div.quotex form#contact-form p label strong {
		color: #666;

}

body#contact #content div.quotex form#contact-form p  label strong.error,
body#warranty #content div.quotex form#contact-form p  label strong.error,
body#warranty #content div.quotex form#contact-form   label strong.error{
		color: #c00;

}


body#contact input, textarea, body#warranty input {
	border: 1px solid #ccc;
}

body#contact input:hover, textarea:hover, body#warranty input:hover {
	border: 1px solid #ccc;
	background-color: #ededed;
}

body#contact #subbut, body#warranty #subbut {
	border: 1px solid #666;
	background-color: #999;
	color: #fff;
}

body#contact #subbut:hover,
body#warranty #subbut:hover {
	border: 1px solid #666;
	background-color: #000;
	color: #fff;
}




/*////////////  ABOUT  ////////////*/


body#about #about-quote {
	float: left;
	width: 150px;
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 11px;
}


body#about #product-description{
	padding:0;
	margin: 0;
	width: 375px;
	float: right;
	margin-bottom: 30px;
	
}


.about-quote-sub-auth {
	color: #c00;
	font-size: 12px;
}

.about-quote-auth {
	color: #c00;
	font-size: 12px;
	font-family: georgia, serif;
	font-size: 14px;

}

/*////////////  SOUSVIDE TABS  ////////////*/


ul#sousvide-steps {
	list-style-type: none;
	padding: 0;
	margin: 0;	
	overflow:hidden;

}

ul#sousvide-steps li {
	float: left;
	width: 150px;
	padding: 0;
	margin: 0 20px  20px 0;
	height: 150px;

}

#spacer {
	height: 100px;
}

.sousvide-safety {
	color:#666;
}
.sousvide-safety ul{
	padding: 0;
	margin: 0 0 0 20px;

}	


body#news #buy-learn a {
	color: #fff;
}


/*////////////  REGISTER PAGE  ////////////*/

p.reg-intro {
	width: 535px;
	margin-top: 0;
	padding-top: 0;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
		padding-bottom: 15px;

	
}

body#warranty h1 {
	color: #c00;
	font-size: 16px;
}

body#warranty h2 {
	color: #c00;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
}


body#warranty .warranty-hr-hack {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 535px;
}


body#warranty span.req {
	color: #c00;
	
}

body#warranty #warbut {
	width: 160px;
	height: 41px;
	background: url('../_image/act-war.gif') no-repeat;
	border: none;
}

/* Hide preloaded images */
.preloaded {
	position: absolute;
	display: none;
	left: -2000px;
	top: -2000px;
}

/*////////////   NEWSLETTER 	 ////////////*/

#newsletter {
	float: left;
	margin: auto;
	width: 550px;
	text-align: center;
	background-color: #ADAFB1;
	padding-bottom: 2px;
	padding-top: 5px;
	color: #fff;
	margin-left: 60px;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 25px;
}


#newsletter input{
	border: 1px solid #666;

}

#newsletter input.submit:hover{
	border: 1px solid #000;
	background-color: #000;
	color: #fff;

}

#newsletter input:hover{
	border: 1px solid #070;

}

#newsletter strong{
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

.prod-acc {
	height: 60px;
	display: block;
	border: 1px solid red;
}



/*////////////   DISTRIBUTOR 	 ////////////*/


body#dist #sub-content {
	text-align: left;
	margin-left: 20px;
	overflow: hidden;
	
}


body#dist #sub-content ul#col1,
body#dist #sub-content ul#col2,
body#dist #sub-content ul#col3 {
	margin: 0 20px 0 0;
	padding: 0;
	list-style-type:none;
	float: left;
}	


body#dist #sub-content ul#col1 li,
body#dist #sub-content ul#col2 li,
body#dist #sub-content ul#col3 li {
	width: 280px;
	border: 1px solid #ccc;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;

}

body#dist #sub-content ul#col1 h1,
body#dist #sub-content ul#col2 h1,
body#dist #sub-content ul#col3 h1 {
	text-align: center;
	background-color:  #ccc;
	margin: 0 0 10px 0;
	font-size: 15px;
	color: #c00;
}

body#dist #sub-content ul#col1 ul,
body#dist #sub-content ul#col2 ul, 
body#dist #sub-content ul#col3 ul {
	margin: 0 15px 0 15px;
	padding: 0;
}

body#dist #sub-content ul#col1 li li,
body#dist #sub-content ul#col2 li li,
body#dist #sub-content ul#col3 li li {
	width: 250px;
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type:none;
	border: none;
	text-align: left;	
}


body#dist #sub-content ul li li h6 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
}


body#dist #sub-content ul li li h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

body#dist #sub-content ul li li h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

body#dist #sub-content ul li li h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	}

body#dist #sub-content ul li li h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	}
	
body#dist #sub-content ul li li h3 a,
body#dist #sub-content ul li li h5 a {
	color: #666;
	text-decoration: none;
	}

body#dist #sub-content ul li li h3 a:hover,
body#dist #sub-content ul li li h5 a:hover {
	color: #c00;
	text-decoration: none;
	}




body#gift-card #product-description a{
	color: #c00;
	text-decoration: none;
}

body#gift-card #product-description a:hover {
	color: #000
}


#sous-footer {
	font-size: 11px;
	color: #666;
	}

#sous-footer h1{
	display: inline;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	background-color: #E6E6E6;
}

#sous-footer strong{
	font-weight: normal;
}

#sous-footer strong a{
	color: #666;
	text-decoration: none;
}

p#sub-footer {
	padding-bottom: 0;
	margin-bottom: 0;
}


#product-description strong {
	font-weight: normal;
}

#product-description strong a{
	text-decoration: none;
	color: #666;
}


body div#sous-footer h1 {
	background-color: #E6E6E6
}


/*////////////   THANKSGIVING TURKEY 	 ////////////*/

.thanksgiving-line {
	border-bottom: 1px solid #c00;
	padding-bottom: 12px;
}

body.thanksgiving #product-description p,
body.thanksgiving  #product-media-photo p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 19px;
	color: #7F8184;
}



body.thanksgiving div#product-media-photo ul#turkey-list li {
	margin-bottom: 10px;
}

body.thanksgiving div#product-media-photo ul#turkey-list {
	margin: 7px 0 0 0;
}

body.thanksgiving #product-description h1,
body.thanksgiving #product-description h2 {
	font-size: 18px;
	color: #7F8184;
	margin-top: 12px;
	margin-bottom: 0;
}

body.thanksgiving #product-description strong {
	font-size: 12px;
	color: #c00;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;

}



body.thanksgiving #product-description p.space-top {
margin-top: 10px;
}


#built-in-clamp {
	margin: 20px 0 20px 0;
}


body.thanksgiving #product-info-dropdown {
	margin: 0 0 100px 0;	
}


body.thanksgiving #product-media-video, 
body.thanksgiving #product-media-video ul li a {
	color: #7F8184;
}


body.thanksgiving #product-media-video span	{
	display: block;
	font-size: 13px;
	color: #7F8184;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
}


body.thanksgiving  #product-media-photo h4 {
	font-size: 14px;
	color: #c00;
	margin-bottom: 5px;
	padding-bottom: 0;
}

body.thanksgiving  #product-media-photo h1 {
	font-size: 14px;
	color: #7F8184;
	margin-bottom: 0;
	padding-bottom: 0;
}


body.thanksgiving  a#digicookbbok {
	font-size: 14px;
	font-weight: normal;
	color: #7F8184;
	display: block;
	margin: 20px 0 20px 0;
	
}









