body {
    text-align: center;
    margin: 0px 0px;
    padding: 0;
    font-size: 80%;
    font-family: verdana, sans-serif;
}

#content table .noborder, .noboarder tr, .noborder th, .noboarder td
{
	border: 0px
}

#wrapper {
  text-align:left;
  margin: 0px auto;
  padding: 15px;
  width: 760px;

}

a {
    color: #A00;
    text-decoration: none;
}

a img {
    border: 0;
}

.news td {
    line-height: 1.2em;
}

#details  {
	padding-top: 5px;
	margin-top: 20px;
}

#product-list .list-actions {
    font-size:    x-small;
    text-align:	  right;
    padding-left: 1em;
}

#product-list .list-line-even {
    background:    #e0f8f8;
}

#product-list .list-line-odd {
    background:    #eff8f8;
}

#product-list table {
	margin-left: 20px;
	margin-right: 20px;
}

#show-product, #edit-product {
	margin-left: 20px;
	margin-right: 20px;
}

#banner {
    position: relative;
    height: 120px;
    padding-bottom: 5px;
    margin-bottom: 0;
    border-bottom: 1px solid #666;
}

/* fix IE 6: improperly positioning 
'subscribe' and 'about us' links in banner */
* html #banner {
	height: 1px;
}

#banner #logo {
	position: absolute;
	left: 10px;
	top: 10px;
}

#banner #tagline {
	position: relative; /* jumping logo fix for IE */
	margin-left: 5px;
	bottom: -80px;
}

#bbuttons table {
    position: relative;
    float: right;
    margin-bottom: 10px;
    border-collapse: collapse;
    width: 280px;
    border: 1px solid #CC0000;
}

#bbuttons td {
    width: 250px;
    padding: 2px;
    margin: 2px;
}


#bbuttons form {
    padding: 0;
    margin-bottom: 2px;
}

.separator {
        border-right: 1px solid #666;
        padding-right:10px;
}

/* NAVIGATION */
#mainNav ul {
	margin-top: 20px;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 100%
}

#mainNav li {
	float: left;
	margin: 0;
	padding: 0;
}

#mainNav li a, #mainNav li a:link {
	text-decoration: none;
	color: #000000;
	padding: .5em 1em;
	border-right: 1px solid #FFF;
	display: block;
	text-transform: uppercase;
	background: #E7E7E7;
        font: normal 0.7em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#mainNav li a:hover {
	background: red;
	font-weight: normal;
}

/* IE Fixes */

/* force hover on entire width of  link */
* html #mainNav a {
	height: 1px;
}


#main .figure {
	float: right;
}

#content a:hover {
    text-decoration: underline;
}

a:active {
    color: #A00 !important;
}

p.first {
    font-size: 100%;
    font-weight: bold;
}

.howto {
    font-size: 80%;
}

img.inline {
    float: left;
    margin-right: 10px;
}


#nav_wrapper {
        margin-left: 36px;
}

#nav_main a {
        overflow: hidden;
        font-size: 80%;
        font-weight:bold;
        display: block;
        text-align: center; 
        text-decoration: none;
        text-transform: uppercase;
        line-height: 32px;
        color: inherit;
}
#nav_main a:hover {
        /* put some custom hovering behavior here */
}
.about #about, 
.cart #cart, 
.home #home, 
.gift_sets #gift_sets,
.dinner_party_kits #dinner_party_kits,
.recipe_kits #recipe_kits,  
.cooking_tools #cooking_tools  {
        background-color: #C00 !important;
        color: white;
}

#content {
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        padding: 0;
        text-align: justify;
		font-size: 90%;
        line-height: 1.6em;
}

#header {
        height: 104px;
        border-bottom: 1px solid black;
}

#footer {
        text-align: center;
        font-size: 70%;
        color: #888;
        clear: both;
        padding-top: 30px;
}

#footer a {
    font-weight:bold;
}


/* special formatting for home page link */
a#homeLink {
	background: #E7E7E7 url(file:///C|/Documents%20and%20Settings/All%20Users/Documents/DD%20Documents/New%20Layout/holiday%2009/images/home.png) no-repeat 5px 52%;
}

#special_offers a {
        display: block;
        text-align: center;
        line-height: 28px;
        border: 2px solid silver;
	margin: 2px;
	padding: 5px;
        font: normal 0.7em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
        color: black;
        text-decoration: none;
        text-transform: uppercase;
}

#products {
    margin-left: 20px;
}


#products td {
    text-align: left;
    font-size: 75%;
    padding-left: 0em;
    padding-right: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    line-height: 1.2em;
}


.product_overviews td {
    text-align: center;
    font-size: .9em;
    line-height: 1.6em;
    padding-bottom: 1em;
    padding-top: 0em;
}


#gift_set_display td {
    border: 1px solid black;
    text-align: center;
    font-size: .9em;
    line-height: 2em;
    padding-bottom: 2em;
    padding-top: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.gift_set_display img {
	display: inline;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.blurb {
    border: 1px solid black;
/*    margin: 1em auto; */
    margin: 0;
    padding: 0px 0;
}

.image_large {
    float: left;
    margin-right: 10px;
    width: 360px;
    height: 260px;
    background: url(/images/dropshadow_large.png) center center no-repeat;
    text-align: center;
}

.inside_image_detail {
    float: left;
    clear: left;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 260px;
    height: 200px;
    background: url(/images/dropshadow_inside.png) center center no-repeat;
    text-align: center;
}
.inside_image_detail img {
    margin: auto;
    padding: 20px;
}

.might_also_like {
	clear: left;
	text-align: center;
   	width: 705px;
    height: 250px;
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: black;
}

.look_inside_link {
    float: left;
    clear: left;
    padding: .2em 1em;
}

.look_inside_image img {
    float:right;
    clear:left;
    padding: .2em 1em;
}

.image_large img {
    margin: auto;
    padding: 30px;
}

#buy {
    float: right;
    text-align: right;
    margin-top: -10px;
}

.cooking_tool_category {
    float: left;
    width: 50%;
    text-align: center;
}
.cooking_tool_category p {
    border: 1px solid black;
    height: 170px;
    width: 170px;
    margin: 20px auto;
    padding: 20px;
}

.passport_description {
    font-size: 70%;
    font-style: italic;
    padding: 0;
    margin: 0 0 1em;
}

.about #content h2 {
    text-align: right;
}

.about #content {
    margin-right: 200px;
}

#nav_about {
    display: none;
    float: right;
    width: 180px;
    margin-top: 10px;
    font-size: 75%;
    text-transform: uppercase;
    margin-top: 25px;
}

.about #nav_about {
    display: block;
}

#nav_about a {
    color: black;
    text-decoration: none;
    display: block;
    text-align: right;
    padding: 16px 0;
}

.about_company #about_company,
.about_contact_us #about_contact_us,
.about_inspiration #about_inspiration,
.about_news #about_news,
.about_faq #about_faq,
.about_recipes #about_recipes {
    font-weight: bold;
}

#cart_items {
    width:100%;
    border-bottom: 1px solid black;
}

#cart_items th {
    border-bottom: 1px solid black;
}

#cart_items td {
    text-align: right;
    padding: 0 1em;
}

#cart_items td.description {
    text-align: left;
    padding-bottom: 1em;
}

#cart_items td.qty {
    text-align: center;
}

#cart_total {
    margin: 3em 25px;
    float: right;
}

#cart_total td {
    text-align: right;
}

#cart_total .total {
    font-weight: bold;
}

#cart_special_box {
    height: 160px;
    width: 350px;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #333;
}

#cart_special {
    font-size:80%;
    line-height: 1.2em;
}

.about_faq h3 {
    font-size: 90%;
    margin-bottom: 0;
}

.about_faq p {
    margin-top: 0;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

.browser_warning {
    font-weight: bold;
    color: black;
}

#mini_gallery {
    width: 720px;
    padding: 10px 3px 15px;
}

#mini_gallery img {
    border: 1px solid #333;
    margin: 0;
    padding: 0;
    float: left;
}

#mini_gallery a {
    margin: 0;
    padding: 0;
}

#mini_gallery #link1 img {
}

#mini_gallery #link2 img{
    margin: 0 20px;
}

#mini_gallery #link3 img{
}


#banner .tell a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 70px;
    padding-right: 70px;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none !important;
}

#banner .tell a:hover {
    text-decoration:none;
    background-color: #FEE;
}

#banner .tell a.button:active {
    color:white !important;
    background-color:#A00;
    border-color: #600;
}

a.button {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #A00;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none !important;
}

a.button:hover {
    text-decoration:none;
    background-color: #FEE;
}

a.button:active {
    color:white !important;
    background-color:#A00;
    border-color: #600;
}

blockquote {
    font-style:italic;
}

.zoomLink {
    display:block;
    position:relative;
    top:-32px;
    color:gray;
    font-size:80%;
    text-decoration:none;
}

.helpLink {
    display:block;
    position:relative;
    top:5px;
    color:gray;
    font-size:90%;
    text-decoration:none;
}
.helpLink:hover {
	 color:orange;
}

.help {
	display:block;
	margin: 20;
	text-align:  left;
	font-size:90%;
}

.help h4 {
    font-size:130%;
}

.insideLink {
    display:block;
    position:relative;
    margin-top: 20px;
    top:-32px;
    color:gray;
    font-size:80%;
    text-decoration:none;
}
#shipping_items {
  font-family: Helvetica, sans-serif;
  border-bottom: 1px solid black;
}
#shipping_method {
  margin: 20px 0px 0px 40px;
  font-family: Helvetica, sans-serif;
  padding: 20px;
  border: 1px solid black;
  width: 260px;
  float: left;
}
#shipping_methods {
  padding-bottom: 8px;
}
#shipping_info {
  padding-top: 10px;
  font-family: Helvetica, sans-serif;
  font-size: 0.84em;
}
#shipping_total, #shipping_total table {
  padding: 0px;
  margin: 0px;
  border-spacing: 0px;
  padding: 0;
  /*float:right;*/
}
#shipping_total {
  margin-right: 45px;
}
#shipping_total table tr {
  vertical-align: bottom;
}
#notice {
  color: #cc0000;
  font-weight: bold;
}
table#order_items td {
  text-align:  left;
}
