@charset "UTF-8";
body  {
	
	background-color: #ACCFED;
	background-repeat: repeat;
	background-color: #ACCFED;
}
#wrapper {
	width: 820px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width:820px; /* min width to avoid collapse and overlap of content. Must be in PX to set static width. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
	background-image: url(../images/shadow_bg.jpg);	

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;

} 


#container {
	width: 792px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width:792px; /* min width to avoid collapse and overlap of content. Must be in PX to set static width. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;


} 
#header { 
	background: #ffffff; 
	
	
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navcontainer
{
	width: 792px;
	height:45px;
	background-image: url(../images/top_nav.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
		
}
#navcontainer h1
{
	display: inline;
font-size:15px;
color:#ffffff;

}

#navlist {
  height: 45px;
  margin: 0;
  padding: 0;
}
#navlist li 
{
	display: block;
	float: left;
	padding-bottom: 5px;
	padding-top: 14px;
	padding-right: 10px;
	padding-left: 15px;
	}

#navlist .heading {
  padding-left: 5px;
  width: 350px;
  }
/*
#navlist li.account { width: 130px; }
#navlist li.clipped {   width: 170px; }
#navlist li.queued {    width: 150px; }
*/

#navlist a:link, #navlist a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/greendot.gif);
	background-repeat: no-repeat;
  background-position: center left;
	padding-left: 25px;
  display:block;
}
	
#navlist li a:hover
{
	background-image: url(../images/pinkdot.gif);
}
/* Tips for sidebar:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".wrapper #sidebar p" rule.
*/
#sidebar {
	position:relative;
	width:275px;
	float:left;
	display:inline;
	background: #DEEED3; /* top and bottom padding create visual space within this div  */
	
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	display: inline;
	margin-left:5px;
}
#sidebar h3{
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#random_coupon {
	margin: 10px;
	padding:10px;
	background-color: #C1E1AC;
	border: 1px solid #6FBD45;
}
#random_coupon img {
  width: 233px;
  height: 180px;

  }
#random_coupon h1{
	font-size: 24px;
	color: #6FBD45;
	padding-bottom: 8px;
	margin-top:0px;
	padding-top:0px;

}

#search_left {
	margin: 10px;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
}
#search_left h1{
	font-size: 24px;
	color: #6FBD45;
	padding-bottom: 8px;
}
#search_left h2{
	font-size: 18px;
	color: #6FBD45;	
}
#search_left ul {
  list-style-type: none;
  padding: 0;
  margin: 0 20px 10px 20px ;
}
#search_left ul li {
	font-size: 18px;
	color: #0d56a5;
  margin: 8px 0px;
}
#search_left input {
  border: 1px solid #999;
  font-size: 20px;
  width: 180px;
}

#search_left.front {
	float: right; 
	width: 233px; /* since this element is floated, a width must be given */
  margin-right: 0px;
}

#login_front {
	float: right;
	width: 233px;
	background: #ABCFED; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#login_front_top
{
  height: 15px;
  border: none;
  background: transparent url(../images/toploginbox.jpg) no-repeat top;
}
#login_front_bottom
{
  height: 15px;
  border: none;
  background: transparent url(../images/bottomloginbox.jpg) no-repeat bottom;
  
}

#login_front p {
  margin: 0 auto;
  text-align: center;
  width: 214px;
	font-size: 12px;
	line-height: 21px;
	color: #000;
}

#login_front a {
  color: #000;
  text-decoration: none;
}

#login_front hr {
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
  margin: 5px;
}

#front_left {
   margin: 0 20em 0 10px; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
} 

#front_left h1{
	font-size: 36px;
	color: #4D89B8;
	line-height: 42px;
} 
#mainContent {
	position:relative;
	float:left;
	display:inline;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	width: 490px;
} 



#mainContent h1{
	font-size: 33px;
	color: #4D89B8;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
} 
#mainContent h2{
	font-size: 24px;
	color: #0A4095;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
#mainContent h4{
	color: #0A4095;
} 
#mainContent .b2b{
	text-align: center;
} 
#footer {
	background:#ffffff;
	padding-bottom: 30px;
/*  padding-top:30px;*/
} 
#footer img{
padding-left:35px;
margin-top:10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#999999;
}

#footer a img.down { display: inline; }
#footer a img.up { display: none; }

#homepage_nav img { margin: 0px; padding: 0px; }
#homepage_nav a { float: left; }



/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat, .clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* VENDOR */

#mainContent .vendor h1 {
  color: #a31e58;
  font-size: 26px;
}

.vendor {
  border-bottom: 1px solid #999;
}

/* LISTINGS */
ul.listings,
ul.listings li {
  margin: 0;
  padding: 0;
  list-style: none;
  }
  ul.listings li h2 { display: inline; }
  ul.listings li h2 a {
    padding-right: 75px;
    display: block;
	padding-bottom:10px;
    }

/* COUPONS */

.coupon {
  margin-top: 10px;
  font-size: 12px;
  border-bottom: 1px solid #999;
}

.coupon.hover {
}

.coupon .left {
  width: 120px;
  float: left;
  }
.coupon .right {
  float: left;
  width: 355px;
  padding-left: 8px;
}


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

.coupon .image a {
  text-decoration: none;
}

.coupon .buttons a {
  padding: 25px 4px 0 0;
  text-indent: -6000px;
  display: block;
  float: left;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top left;
  height: 0px !important; /* for most browsers */
  height /**/:25px; /* for IE5.5's bad box model */

}

.coupon .buttons .clip {
  width: 108px;
  background-image: url(../images/buttons/clip_coupon.gif);
  }
  
.coupon .buttons .queue {
  width: 96px;
  background-image: url(../images/buttons/send_to_print.gif);
  }
.coupon .buttons .remove,
.queued_coupons .buttons .clip {
  width: 130px;
  background-image: url(../images/buttons/remove_coupon.gif);
}

.coupon .buttons .remove {
  display: none;
}


.coupon .description {
  margin-top: 4px;
}

.coupon .description dl {
  margin: 0;
  padding: 0;
  
  }
.coupon .description dt {
  float: left;
  width: 90px;
  }

.coupon .description dt,
.coupon .description dd,
.coupon .description p {
  font-size: 12px;
}

.coupon.clipped,
.coupon.queued,
.coupon.printed {
  display: none;
}


.clipped_coupons .coupon.clipped,
.queued_coupons .coupon.queued,
.clipped_coupons .coupon .buttons .remove {
  display: block;
}
.coupon .buttons .remove,
.clipped_coupons .coupon .buttons .clip,
.queued_coupons .coupon .buttons .queue {
  display: none;
}



.listings li {
}

.listings .heading {
  padding-right: 75px;
  display: block;
  font-size: 20px; 
  line-height: 35px;
 
}

  .listings .heading  {
    background: #fff url(../images/buttons/expand.gif) no-repeat scroll top right;
  }

  .listings .expanded .heading  {
    background: #fff url(../images/buttons/close.gif) no-repeat scroll top right;
    border-bottom: 1px solid #aaa;
  }
  
  ul.listings ul li { border: 1px solid #F7F6E7; }


/* FLASH MESSAGES */
.flash {
  border: 1px solid #9c9;
  color: #060;
  font-size: 14px;
  margin-bottom: 12px;
  padding: 5px 5px 5px 35px;
  text-align: left; }
#notice {
  background: #e2f9e3 url(../images/tick.png) no-repeat scroll 10px center; }
#warning {
  background: #f9e2e3 url(../images/error.png) no-repeat scroll 8px center;
  border-color: #c99;
  color: #600; }
























