/*

Dealicio CSS
By Christopher Boone: http://hypsometry.com/

*/


/* Typefaces */

body {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
}

header span,
article section#deal-dashboard,
footer {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
}

header ol,
article section#deal-dashboard #price-and-buy span,
article section#deal-dashboard #price-and-buy a,
article section#deal-dashboard .alpha span em {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
}

article hgroup,
header hgroup,
article section h1,
aside section h1
{
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
}


/* Cart buttons - General styles
   The colors here are default grays, to be overridden by real colors in the HTML.
   The font-size takes into account the surrounding td font-size of 1.5em (15px). */

.button {
  padding: 6px 12px;
  
  color: #fff;
  background: #ddd;
  background: -moz-linear-gradient(top, #eee, #ddd);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ddd));
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 1.2em; /* 12px */
  line-height: 1; /* 12px */
  font-weight: bold;
  text-decoration: none;
}

.button:focus, .button:hover {
  color: #f6f6f6;
  background: #ccc;
  background: -moz-linear-gradient(top, #ccc, #ddd);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#ddd));
}
.button-small {
  padding: 3px 6px;
  
  color: #fff;
  background: #ddd;
  background: -moz-linear-gradient(top, #eee, #ddd);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ddd));
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 1em; /* 12px */
  line-height: 1; /* 12px */
  text-decoration: none;
}
.button-small:focus, .button-small:hover {
  color: #f6f6f6;
  background: #ccc;
  background: -moz-linear-gradient(top, #ccc, #ddd);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#ddd));
}

/* Buy now button - General styles (except for colors) */

.buy-now-button {
  padding: 6px 12px;
  
  color: #fff;
  border: 1px solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 2.4em; /* 24px */
  line-height: 1; /* 24px */
  text-decoration: none;
  font-weight: bold;
}

.buy-now-button#deal-over-button {
  background: #fff;
}

.buy-now-button:focus, .buy-now-button:hover {
  color: #f6f6f6;
}



/* Everything */

body {
	color: #000;
  background: #fff;
  
	font-size: 100%; /* 16px */
	line-height: 1; /* 16px */
}

#everything {
  font-size: 0.625em; /* 10px */
  line-height: 1; /* 10px */
}


/* Page heading */

header {
  color: #999;
}

header h1 img {
  max-width: 940px;
}


/* Share the deal */

header span {
  font-size: 1.4em; /* 14px */
  line-height: 2.857; /* 40px */
}

header span img {
  vertical-align: middle;
  margin-bottom: 4px;
}

div.share {
    float: left;
    width: 700px;
    font-size: 10px;
    padding: 0;
    margin: 5px 0 0 0;
}
div.share span {
    line-height: 10px;
}
span.share-the-deal {
    float: left;
    padding: 0;
    margin: 10px 0 0 0;
}
ul.share-links {
    width: 100%;
    padding: 0;
    margin: 0;
    margin: 0 0 0 10px;
}
ul.share-links li {
    display: inline;
    list-style-type: none;
    padding: 0 10px 0 0;
    vertical-align: top;
}
ul.share-links li.fb-like {
    padding-top: 8px;
}

/* Breadcrumbs */

header ol {
  text-align: right;
}

header ol li {
  display: inline;
  
  font-size: 1.2em; /* 12px */
  line-height: 3.3333; /* 40px */
}

header ol li a {
  color: #999; /* Redundant for IE */
}

header ol li.current a {
  font-style: italic;
}


/* Deal heading */

header hgroup,
article hgroup {
  padding-bottom: 30px;
  
  font-size: 3.6em; /* 36px */
  line-height: 1; /* 36px */
}

header hgroup h1,
article hgroup h1 {
  text-shadow: #ccc 1px 1px 0;
}

article hgroup h2 {
  float: left;
  
  color: #bbb;
}


/* Content sections */

article section,
aside section {
  margin-bottom: 18px;
}

article section h1,
aside section h1 {
  padding-bottom: 9px;
  font-size: 18px;
  line-height: 1;
}

article section div p,
aside section div p,
article section div li {
  color: #333;
  
  font-size: 1.4em; /* 14px */
  line-height: 1.5; /* 21px */
}

article section div p {
  text-indent: 0;
}

article section div li {
  margin-bottom: 7px;
  
  line-height: 1.286; /* 18px */
}

article section div a {
  text-decoration: underline;
}

article section div a:focus, article section div a:hover {
  text-decoration: none;
}


/* Company information */

article section#about-the-company a#get-company-directions {
  text-align: center;
}

article section#about-the-company img {
  margin: 14px 0 7px;
}

article section#about-the-company p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
}

/* Deal dashboard */
article section#dash-and-image {
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 125, 0.25);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 125, 0.25);
  box-shadow: 2px 2px 3px rgba(0, 0, 125, 0.25);
  border: 1px solid rgba(0, 0, 125, 0.25);
  padding: 4px;
  padding-bottom: 8px;
  width: 620px;
  margin-bottom: 25px;
}

article section#deal-dashboard {
  position: relative;
  height: 245px;
}



/* Buy now button - General styles */


/* Deal price and buy now button - Deal details page specific styles */

article section#deal-dashboard #price-and-buy {
  text-align: center;
}

article section#deal-dashboard #price-and-buy form {
  display: inline;
}

article section#deal-dashboard #price-and-buy span {
  color: #fff;
  font-size: 20px;
  line-height: 2.5em;
  text-decoration: none;
}

article section#deal-dashboard #price-and-buy .buy-now-button,
article section#deal-dashboard #price-and-buy span#deal-over-button {
  margin-left: 10px;
}

article section#deal-dashboard #price-and-buy span em span.big{
    font-size: 26px;
}
article section#deal-dashboard #price-and-buy span span.medium {
    font-size: 22px;
}

/* Deal information */

article section#deal-dashboard .alpha,
article section#deal-dashboard .omega {
  color: #555;
  
  text-align: center;
}


/* Deal price information */

article section#deal-dashboard .alpha {
  padding-top: 7px;
}

article section#deal-dashboard .alpha span {
  display: block;
  
  font-size: 1.8em; /* 18px */
  line-height: 1.5; /* 27px */
  text-align: right;
}


/* Deal timer */
.deal-timer {
    float: left;
    width: 100%;
    font-size: 18px;
    padding: 5px 0 5px 0;
    text-align: center;
}

article section#deal-dashboard .omega {
  padding-top: 17px;
  
  font-size: 1.6em; /* 16px */
  line-height: 1.125; /* 18px */
  font-style: italic;
}

article section#deal-dashboard .omega time {
  display: block;
  
  padding-top: 6px;
  
  color: #333;
}


/* Deal availability progress bar */

article section#deal-dashboard meter {
  display: block;
  clear: both;
  height: 27px;
  margin: 0;
  background: #fff;
  border: 1px solid #aaa;
  text-align: center;
  width: 278px;
  margin: 0 0 0 9px;
}

article section#deal-dashboard meter span {
  overflow: hidden;
  float: left;
  height: 27px;
  font-size: 1.8em; /* 18px */
  line-height: 1.5; /* 27px */
}

article section#deal-dashboard meter #deals-sold {
  color: #fff;
}


/* Footer */

footer {
  padding-bottom: 120px;
  
  color: #555;
}

footer span.grid_6 {
  color: #aaa;
  
  font-size: 1.8em; /* 18px */
  line-height: 1.167; /* 21px */
}

footer span.grid_6.omega {
  text-align: right;
}

footer span.grid_6 a {
  display: block;
  
  color: #aaa; /* Redundant for IE */
  
  font-size: 18px;
}

footer ul {
  margin: 20px 0 10px;
  
  border-top: 1px solid #ccc;
  
  text-align: center;
}

footer ul li {
  display: inline;
}

footer ul li a {
  padding: 14px;
  
  color: #555;
  
  font-size: 1.6em; /* 16px */
  line-height: 2.75; /* 44px */
}

footer #copyright {
  font-size: 1.6em; /* 16px */
  line-height: 1; /* 16px */
  text-align: center;
}

footer #copyright a img {
  vertical-align: middle;
  padding-bottom: 12px;
}



/* Page heading */

header hgroup h1,
article hgroup h1 {
color: #1C6CB3; /* Blue */
}

/* Section headings */

article section h1,
aside section h1 {
color: #1C6CB3; /* Blue */
}

/* Content links
 Historically, blue's good for links in general. */

article section div a {
color: #1C6CB3; /* Blue */
}

/* Focused and hovered links */

header ol a:focus, header ol a:hover,
article section div a:focus, article section div a:hover,
footer a:focus, footer a:hover {
color: #8E1816; /* Red */
}

article section#deal-dashboard #price-and-buy {
background: #6199E2; /* Lighter blue */
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

article section#deal-dashboard #price-and-buy a, article section#deal-dashboard #price-and-buy button {

background: #3173C9; /* Light blue */
background: -moz-linear-gradient(top, #3173C9, #1C6CB3); /* Light blue to blue */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3173C9), to(#1C6CB3)); /* Light blue to blue */
border-color: #1C6CB3; /* Blue */

background: #C93173; /* Light red */
background: -moz-linear-gradient(top, #C93173, #B31C6C); /* Light red to red*/
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C93173), to(#B31C6C)); /* Light red to red */
border-color: #B31C6C; /* Red */
}


article section#deal-dashboard #price-and-buy a:focus, article section#deal-dashboard #price-and-buy a:hover,
article section#deal-dashboard #price-and-buy button:focus, article section#deal-dashboard #price-and-buy button:hover {

background: #1C6CB3; /* Dark blue */
background: -moz-linear-gradient(top, #1C6CB3, #3173C9); /* Dark blue to blue */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1C6CB3), to(#3173C9)); /* Dark blue to blue */

}


article section#deal-dashboard #price-and-buy span#deal-over-button {
color: #8E1816 ;
background: -moz-linear-gradient(top, #fff, #aaa); /* White to light gray */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#aaa)); /* White to light gray */
}

article section#deal-dashboard #price-and-buy span#open-soon-button {
color: #8E1816 ; /* Red #8E1816 */ /* Dark green #125F3D */
background: -moz-linear-gradient(top, #F5F5F5, #F9F7D1); /* light gray to Light Yellow */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5F5F5), to(#F9F7D1)); /* light gray to Light Yellow */
cursor:default;
}

/* Deal dashboard - Value, savings, and discount amounts */

article section#deal-dashboard .alpha span em {
color: #8E1816; /* Red */
}

/* Deal dashboard - Timer - Deals sold
 This works like the buy now button, but without the border. (The border is provided by the surrounding element.) */

article section#deal-dashboard meter #deals-sold {
background: #8E1816; /* Red */
background: -moz-linear-gradient(top, #DB8280, #8E1816); /* Light red to red */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DB8280), to(#8E1816)); /* Light red to red */
}

/* Deal dashboard - Timer - Deals left */

article section#deal-dashboard meter #deals-left {
color: #8E1816; /* Red */
}
/*
Additional button styles
*/
 article section#deal-dashboard #price-and-buy a, article section#deal-dashboard #price-and-buy button,
 .button {
   border-color: #1C6CB3; /* Blue */
background: #8E1816; /* Red */
background: -moz-linear-gradient(top, #DB8280, #8E1816); /* Light red to red */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DB8280), to(#8E1816)); /* Light red to red */


}
 
 article section#deal-dashboard #price-and-buy a:focus, article section#deal-dashboard #price-and-buy a:hover,
 article section#deal-dashboard #price-and-buy button:focus, article section#deal-dashboard #price-and-buy button:hover,
 .button:focus, .button:hover {

background: #8E1816;
background: -moz-linear-gradient(top, #8E1816, #DB8280); /* Dark blue to blue */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8E1816), to(#DB8280)); /* Dark blue to blue */

}    
.button-small {
   background: #666666; /* Dark blue */
   background: -moz-linear-gradient(top, #555555, #666666); /* Dark blue to blue */
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555555), to(#666666)); /* Dark blue to blue */
}  

.button.red-hover:hover, .button.red-hover:active,
.button-small.red-hover:hover, .button-small.red-hover:active   {
	border-color: #555555;
} 

.clear.vert-space {
	margin-bottom: 10px;
}
#offer-container {
	margin: 0;
	padding: 0;
}
footer {
	margin-top: 3em;
}
.my-widget { 
	float: left; 
	padding: 0;
	margin: 3px;
	}
    .grid_12.alpha.omega.bottom-bar {display: none;}	
    
    .left-align {text-align:left;}
    
	aside section#cart-dashboard {
		font-family:"Helvetica","Helvetica Neue","Arial",sans-serif;
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
		height:200px;
		position:relative;
		background:none repeat scroll 0 0 #F9F7D1;
	}
    section.statusMessage {
	 background: #F9F7D1;
	 color: #1C6CB3;
	 font-family:"Helvetica","Helvetica Neue","Arial",sans-serif;
	 font-size: 1em;
    }
    .cartgrid {
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
		position:relative;
		background:none repeat scroll 0 0 #F9F7D1;
		width: 100%;
    }

    .cartgrid table {
	table-layout:auto;
	border: none;
	
    }
    .cartgrid tr {
		height: 20px;
    }
    .cartgrid .tall-row {
		height: 35px;
    }
    .cartgrid th, .cartgrid td {
	 font-family:"Helvetica","Helvetica Neue","Arial",sans-serif;
	 font-size: 2em;
	 padding: 3px;
    }
    .cartgrid th {
		background:none repeat scroll 0 0 #3173C9;
		color: #333333;
    }
    .cartgrid td {
		font-size: 1.5em;
		color: #555555;
    }
    #check-out {
	margin-top: 3em;
    }
    #check-out hgroup {
	padding-bottom: 5px;
	color:#555555;
    } 
     #checkoutbutton {
	margin-top: 10px;
	margin-bottom: 10px;
    }
    #cvm_description {
	width: 350px;
	margin-left: 5px;
	margin-top:35px;
	font-size: 1.1em;
	}
	#cvm_descr_link {
		display: block;
		float: left;
	}
	section hgroup {
	font-size:3.6em;
	line-height:1;
	padding-bottom:30px;
	}
	
	section hgroup {
	font-family:"Helvetica","Helvetica Neue","Arial",sans-serif;
	}	
	.cartExpireWarning {
		font-family:"Helvetica","Helvetica Neue","Arial",sans-serif;
		font-size: 1.3em;
		color: #8E1816;
		padding: 5px;
	}
	
	aside#side-bar {
	    width: 300px;
	}
	aside#side-bar section {
		background: #F9F7D1;
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
		padding: 10px;
	}	
	aside#side-bar #profile p {
		color: #555555;
		font-size: 14px;
	}
	#default-content {
		font-size: 1.4em;
		color: #333333;
		font-weight: normal;
		line-height: l.5;
		
	}
	#default-content p {
		margin: 10px;
		font-weight: normal;
		line-height: 1.7em;
	}
	#default-content strong {
		font-weight: bolder;
		color: #3173C9;
		padding-bottom: 3px;
	}
	#default-content h4 {
		color: #3173C9;
		font-family:"Helvetica","Helvetica Neue","Arial",sans-serif;
	}
	article hgroup h2 {
		font-size: medium;
		color: #555555;
		clear: both;
	}
	header hgroup h1,
	article hgroup h1 {
		float: left;
		clear: both;
		margin-bottom: 12px;
		text-align:left;
		width:100%;
	}
	header hgroup h1 {
	    margin-bottom: 8px;
	}
	hgroup.store_title {
	    padding: 0;
	}
	
	#merchant-details ul, #deal-details ul {
		margin-top: .4em;
		margin-bottom: .4em;
	}
	#merchant-details li, #deal-details li {
		list-style: disc;
		list-style-position: inside;
	}
	#merchant-details strong, #deal-details strong {
		font-weight: bold;
	}
	.hidden {
	   padding: 5px;
	   display: none;
	background:  #F9F7D1;
		 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
		 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
		 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);		   
	}
	
	#flash-message {
		display: block;
		font-size: 1.5em;
		color: #555555;
	}
	
	.successMessage, .statusMessage {
	    padding: 10px;
	    border: 1px solid #5bad13;
	    background-color: #f2feec;
	    font-weight: normal;
	    margin-top: 5px;
	    margin-bottom: 5px;
	}
	.errorMessage, .alertMessage {
	    padding: 10px;
	    border: 1px solid #e43917;
	    background-color: #ffebe8;
	    margin-top: 5px;
	    margin-bottom: 5px;
	    color: #555555;
	}
	header {
		padding-top: 20px;
	}
	
	#deal-dashboard dl {
	    width: 300px;
	    font-size:1.8em;
	}
	#deal-dashboard dt
	{
		clear: left;
		float: left;
		width: 120px;
	    padding: 0px;
	    margin-left: 25px;
	    margin-bottom: 0px;
	    margin-right: 0px;
	    margin-top: 8px;
		text-align: right;
	}
	
	#deal-dashboard dd
	{
		float: left;
		width: 40px;
	    padding: 0px;
	    margin-left: 7px;
	    margin-bottom: 0px;
	    margin-right: 0px;
	    margin-top: 8px;
		color: #8E1816; /* Red */
	}
	#deal-dashboard dd em {
	font-family:"Helvetica","Helvetica Neue","Arial",sans-serif;
	}   
	
	.confirmation-message p {
		font-size: .9em;
		color: #555555;
	}
	
#cart-summary a:active, #cart-summary a:visited  {
font-size: 1.3em;
color: #1C6CB3; /* Blue */
}

#cart-summary a:hover {
font-size: 1.3em;
color: #8E1816; /* Red */
}
.quantity-select {
	font-size: 1em;
}	

header menu {
    margin-bottom: 15px;
}

header menu li {
    display: inline;
    padding-right: 20px;
    font-size: 16px;
}

article section#company-image {
   height: 245px;
   overflow: hidden;
   margin: 0 0 0 4px;
}
article section#company-image table {
    width: 100%;
}
article section#company-image td {
    width: 100%;
    height: 245px;
    vertical-align: middle;
    text-align: center;
}
article section#company-image img {
    display: inline;
    margin: 0;
    border: none;
    -moz-box-shadow: none;
}
.price-info, .deal-timer, .meter-holder {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  background: #F9F7D1; /* Pale yellow */
  margin-bottom: 9px;
  float: left;
  width: 100%;
  padding-bottom: 5px;
}
.meter-holder {
    padding-top: 5px;
}
.deal-status-big,
.deal-status {
    display: block;
    padding: 0;
    width: 100%;
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
}
.deal-status-big { font-size: 20px; }
.deal-list {
    font-size: 14px;
    text-align: center;
    width: 100%;
}
.deal-list td {
    height: 30px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 5px 3px 3px 3px;
    overflow: hidden;
}
.deal-list a {
    padding: 2px;
    display: block;
    width: 100%;
    height: 35px;
}
.deal-list tr:hover {
    background: #333;
    color: #fff;
}
.deal-list img { 
    width: 50px; 
    max-height: 30px;
}
.deal-list .merchant-name {
    display: block;
    width: 100%;
    padding: 3px;
    margin: 0;
    height: 50px;
    text-align: left;
}
.deal-list em {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-top: 4px;
    font-weight: bold;
}

.icon-item { font-size: 14px }
.icon-item a { text-decoration: underline; }
.icon-item td { vertical-align: middle; padding: 0 5px 0 0;}
.icon-item td.label-holder {
    display: block;
    float: left;
    width: 155px;
}
.icon-item td.button-holder {
    display: block;
    float: left;
    width: 70px;
}
.email-alerts label,
.email-alerts input
{
    font-size: 14px;
}
.email-alerts .button
{
    padding: 3px;
}
.gift-this-deal .icon-item
{
    font-size: 13px;
}
.gift-this-deal .button 
{
    padding: 3px 12px 3px 12px;
    white-space: nowrap;
    font-size: 14px;
}
.gift-this-deal a { text-decoration: none; }

img.icon { width: 35px; }

.restrictions ul
{
    list-style: disc;
    margin-left: 15px;
}

.checkout .order-info {
    float: left; 
    width: 100%;
    height: 110px;
    overflow: hidden;
    font-size: 15px;
}
.checkout .cart-info-holder {
    float: left;
    width: 590px;
    height: 250px;
    background: #F9F7D1;
}
.checkout .cart-info {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.checkout .cart-info thead {
    background: #6199E2; /* Lighter blue */
}
.checkout .cart-info th,
.checkout .cart-info td {
    font-weight: bold;
    padding: 5px;
}
.checkout .cart-info td .button {
    padding: 2px;
    font-size: 13px;
    white-space: nowrap;
}
.checkout .cart-info .small {
    font-size: 11px;
}
.expires-info {
    padding: 4px 0 0 4px;
    float: right;
    width: 336px;
    background: #f00;
    height: 110px;
    background: #F9F7D1;
}
.expires-info span {
    font-weight: bold;
}
article.content {
    font-size: 18px;
    line-height: 20px;
}
article.content h1 {
    font-size: 36px;
    margin: 9px 0 15px 0;
    text-shadow: #ccc 1px 1px 0;
    color: #1C6CB3;
}
article.content p {
    margin: 10px 0 8px 0;
}
article.content h4 {
    font-size: 17px;
    margin-top: 9px;
    text-shadow: #ccc 1px 1px 0;
    color: #1C6CB3;
}
.checkout-form {
    font-size: 14px;
}

.checkout-form .form-key {
    display: block;
    float: left;
    width: 100%;
    color: #1C6CB3; /* Blue */
    font-size: 12px;
    margin-bottom: 6px;
}
.checkout-form .form-fields {
    float: left;
    width: 450px;
}
.checkout-form .form-fields h2 {
    color: #1C6CB3;
}
.checkout-form .label-holder, 
.checkout-form .input-holder {
    padding: 3px;
}
.checkout-form .checkbox-line td {
    vertical-align: middle;
    text-align: left;
}
.checkout-form .checkbox-line {
    width: 320px;
    margin-bottom: 9px;
}
.checkout-form .checkbox-line td.checkbox-holder {
    width: 25px; 
}
.checkout-form .label-holder {
    width: 175px;
}
.checkout-form select, .checkout-form input[type=text] {
    width: 175px;
}
.checkout-form .shipping-info, .checkout-form .gift-info {
    display: none;
}
.checkout-form .complete 
{
    clear: both;
}
.checkout-form .please-complete, .checkout-form .ready
{
    float: left;
    width: 325px;
}
.checkout-form .ready 
{
    padding: 10px;
    border: 1px solid #5bad13;
    background-color: #f2feec;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
}
.checkout-form .please-complete
{
    padding: 10px;
    border: 1px solid #e43917;
    background-color: #ffebe8;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #555555;
}
.checkout-form #TransactionCvm
{
    width: 50px;
}
.checkout-form .helper
{
    font-size: 11px;
}
.checkout-form #CvvExplainLink
{
    text-decoration: underline;
    color: #1C6CB3; /* Blue */
}
.checkout-form #CvvExplanation
{
    float: left;
    width: 220px;
    border: 1px solid #1C6CB3;
    padding: 10px;
    margin: 5px 0 0 40px;
    display: none;
}

.menu-holder
{
    font-size: 16px;
}
.menu-holder ul ul li a 
{
    font-size: 14px;
}
.coppa {
    font-size: 15px;
}
.coppa .label-holder {
    width: 100px;
}
.coppa section.buy {
    float: left;
    clear: left;
    margin: 10px 0 0 80px;
}
article hgroup h1 {
    font-size: 35px;
}



.deal-widget-container * {
    margin: 0;
    padding: 0;
}
.deal-widget-container {
    float: left;
    height: 250px;
    width: 300px;
    margin: 0 10px 10px 0;
    padding: 0;
    background-color: #FFFFFF;
    font-family: Helvetica;
    font-size: 15px;
    color: #555555;
}
.deal-widget-container img {
    border: 0;
}
.deal-widget-container .border {
    border: 2px solid #3173C9;
    width: 296px;
    height: 246px;
    background-color: none;
}
.deal-widget-container .header {
    width: 292px;
    height: 15px;
    margin: 0;
    padding: 2px;
    text-align: center;
    background-color: #EBEBEB;
    float: left;
}
.deal-widget-container .header span {
    font-size: .8em;
}
.deal-widget-container .header span em, .header span em a,
.deal-widget-container .header span em a:link, .header span em a:visited {
    color: #3173C9;
    text-decoration: none
}
.deal-widget-container .title {
   float: left;
   width: 294px;
   font-size: 1.2em;
   text-align: center;
   height: 40px;
   margin-top: 5px;
}
.deal-widget-container .title a, .title a:link, .title a:visited {
    color: #333333;
    text-decoration: none;
}
.deal-widget-container .title a:active, .title a:hover, 
.deal-widget-container .header a:active,  .header a:hover{
    color: #1C6CB3;
    text-decoration: underline;
}
.deal-widget-container .title .big {
    display: block;
    width: 100%;
    padding: 8px 0 0 0;
}
.deal-widget-container .dashboard {
    width: 296px;
    height: 150px;
    margin: 0;
    padding: 0;
    background-color: #F9F7D1;
    clear: both;
}

.deal-widget-container .price-and-buy {
    height: 40px;
    float: left;
    clear: none;
    width: 136px;
}
.deal-widget-container .price {
    display: block;
    width: 53px;
    text-align: center;
    float: left;
    color: #F5F5F5;
}
.deal-widget-container .price .small, .deal-widget-container .price .medium, .deal-widget-container .price .big {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.deal-widget-container .price .small {
    font-size: 13px;
    padding: 16px 0 0 0;
}
.deal-widget-container .price .medium {
    padding: 14px 0 0 0;
}
.deal-widget-container .price .big {
    font-size: 20px;
    padding: 12px 0 0 0;
}
.deal-widget-container .buy-button {
    display: block;
    float: right;
    width: 83px;
    padding: 6px 0 0 0;
}
.deal-widget-container .dash-detail {
    width: 136px;
    height: 50px;
    float: left;
    clear: left;
    padding-top: 5px;
}
.deal-widget-container .dash-detail dl {
    width: 126px;
    height: 50px;
    font-size:0.9em;
}
.deal-widget-container .dash-detail dt
{
	clear: left;
	float: left;
	width: 68px;
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 5px;
	text-align: right;
}

.deal-widget-container .dash-detail dd
{
	float: left;
	width: 50px;
    padding: 0px;
    margin-left: 8px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 5px;
	color: #8E1816; /* Red */
}

.deal-widget-container .dash-detail span {
    display:block;
    font-size:0.9em;
    padding:2px 20px 2px 2px;
    text-align:left;
}
.deal-widget-container .dashboard span em {
    color: #8E1816; /* Red */
    padding-left: 5px;
}
.deal-widget-container .deal-image {
    height: 110px;
    width: 160px;
    float: right;
    margin: 0;
    padding: 0;
    text-align: right;
    background:url(/img/dealicio/deal_widgets/blue-bg.gif) repeat-x scroll 0 0 transparent;
    overflow: hidden;
}
.deal-widget-container .deal-image img {
    width: 160px;
}
.deal-widget-container .merch-image {
    display: block;
    float: right;
}
.deal-widget-container .counter, .timer, .more-info {
    width: 296px;
    clear: both;
}
.deal-widget-container .more-info span {
    width: 248px;
    margin: 0;
    padding: 0;
    font-size: .9em;
    clear: none;
}
.deal-widget-container .dashboard .price-and-buy {
    background: #6199E2; /* Lighter blue */
}
.deal-widget-container .dashboard .price-and-buy a {
    border: 0;
}
.deal-widget-container .more-info, .powered-by-dealicio {
    background-color: #FFFFFF;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 0;
}
.deal-widget-container .more-info {
    float: left;
    clear: none;
    width: auto;
}
.deal-widget-container .powered-by-dealicio {
    float: right;
    clear: none;
    width: auto;
    font-size: .6em;
    vertical-align: baseline;
    padding-top: 5px;
}
.deal-widget-container .powered-by-dealicio a, .powered-by-dealicio a:link {
    color: #999999;
}
.deal-widget-container .counter {
    width: 296px;
    text-align: center;
    padding-top: 2px;
    color: #3173C9;
}
.deal-widget-container .timer {
    width: 296px;
    text-align: center;
    padding-top: 2px;
    font-size: .8em;
}
.deal-widget-container .timer em {
    color: #8E1816; /* Red */
}
.fine-print {
    margin-top: 10px;
}
.shipping-and-gift-info {
    float: left;
    clear: both;
}
.price-info table {
    width: 200px;
    font-size: 20px;
    margin: 10px 0 7px 15px;
}
.price-info table td {
    padding: 2px 7px 8px 2px;
}
.price-info table td.label {
    text-align: right;
}
#CartGrandTotal { font-weight: bold; }

table.clientMultiDeals {
    width: 100%;
}
table.clientMultiDeals td {
    padding: 4px;
}
table.clientMultiDeals a.button {
    padding: 8px;
    display: block;
    width: 100px;
    color: #fff;
    text-align: center;
}
table.clientMultiDeals td.savingsInfo {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 3px;
}
table.clientMultiDeals td.clientName {
    font-size: 18px;
    font-weight: bold;
}

.ui-dialog {
    background: #F9F7D1;
}

.ui-dialog-titlebar {
    background: #6199E2;
    border-color: #6199E2;
}
strong { font-weight: bold; }
strong span { font-weight: bold; }
strong * { font-weight: bold; }

.merchant-links {
    float: left;
    width: 100%;
    font-size: 15px;
    text-decoration: underline;
    color: #00f;
    margin-bottom: 10px;
}
.merchant-links li {
    float: left;
    width: 100%;
    margin: 0 0 8px;
}
.merchant-links li a { 
    text-decoration: underline;
    color: #00f; 
}
p.no-deal-message {
    font-size: 20px;
    margin-top: 30px;
}

