/*      =================================================================
        Stylesheet for Marinade.com
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        @ Author: Kyle Florence
        @ Update: October 21, 2008
        =================================================================      */

/*      Override all pre-defined margins and paddings                          */
        * {
            margin: 0;
            padding: 0;
        }

/*      =================================================================
        Global Styles
        =================================================================      */

/*      Default body attributes                                                */
        body {
            font-size: 0.8125em;
            line-height: 1em;
            font-family: Verdana, sans-serif;
            background-color: #D3BE87;
            background-image: url(../images/body_bg.jpg);
            background-position: top left;
            background-repeat: repeat-x;
        }
        
        a {
            padding: 0;
            color: #7C2001;
            text-decoration: none;
        }
        
        a:hover,
        a:active { color: #571600; }
        
        a.underline {
            text-decoration: underline;
        }

        h1 { font-size: 1.3em; }

        h2,
        h3,
        h4 { font-size: 1.1em; }
        h5 { font-size: 1.0em; }
        
        h5 {
            padding: 8px;
            padding-left: 16px;
            color: #7C2001;
            font-style: italic;
            background-color: #E6E6D4;
        }

        hr { border: 0; }

        img { border: 0; }
        
        p {
            padding: 8px;
            line-height: 1.2em;
        }
        
        .hidden {
            width: 1px;
            height: 1px;
            overflow: hidden;
            position: absolute;
            top: -500px;
            left: 0px;
        }
        
        .clear { clear: both; }
        .spacer { height: 4px; }

        .left { float: left; }
        .right { float: right; }
        
/*      =================================================================
        Forms
        =================================================================      */
        
        form {
            margin: 0;
        }
        
        fieldset {
            margin: 0;
            padding: 10px;
            margin-bottom: 4px;
            border: 0;
        }
        
        fieldset p {
            margin: 0 0 2px 0;
            padding: 2px 0;
        }
            
        fieldset img { border: #CACAB7 1px solid; }
            
        fieldset p span.input {
            float: left;
            width: 200px;
            display: block;
            padding: 5px 0;
            margin-right: 10px;
        }
        
        fieldset p span.text {
            float: left;
            width: 240px;
            padding: 5px;
            display: block;
        }
            
        fieldset p span.line {
            width: auto;
            float: none;
        }

        fieldset p span.error {
            color: red;
            text-align: center;
            font-weight: bold;
        }
        
        fieldset p span.required,
        fieldset p span.star {
            background-image: url(../images/redstar8x8.gif);
            background-position: center right;
            background-repeat: no-repeat;
        }

        fieldset p span.legend {
            padding-right: 10px;
            text-align: right;
        }

        fieldset p span.star {
            float: none;
            display: inline;
            font-size: 0;
            padding: 4px;
            position: relative;
            top: -4px;
            margin-right: 8px;
        }
            
        fieldset p span.text {
            color: #3E3A2C;
        }
        
        legend { display: none; }

        input, textarea, select {
            margin: 0;
            padding: 5px;
            font-size: 1.1em;
            color: #3E3A2C;
            background-color: #FFFFFF;
            border: #CACAB7 1px solid;
        }
            
        textarea { font-size: 1.3em; }

        input,
        textarea {
            width: 240px;
        }
        
        input.linkbox.text {
            width: 425px;
        }

        input.submit {
            width: 110px;
            margin: 8px 1px 10px 0;
            padding: 5px;
            font-size: 1.1em;
            float: right;
        }

        input.button {
            margin: 0;
            padding: 5px;
            font-size: 1.1em;
            float: right;
            width: auto;
        }
        
        input.dummy {
            color: #909090;
        }
        
        textarea.comment {
            width: 239px;
            height: 200px;
        }

/*      =================================================================
        Containment
        =================================================================      */
        
        div#container {
            width: 960px;
            margin: 0 auto;
            background-color: #FFFFFF;
        }
        
/*      =================================================================
        Header
        =================================================================      */
        
        div#header {
            min-height: 80px;
            border-bottom: #E9E9E0 1px solid;
            background-color: #D3BE87;
            background-image: url(../images/header_bg.gif);
            background-position: top left;
            background-repeat: no-repeat;
            color: #fff;
        }
        
        div#header a img {
            float: left;
        }
        
        div#header h1,
        div#header h2 {
            position: absolute;
            top: -40px;
        }

/*      =================================================================
        Navigation
        =================================================================      */

        div#navigation {
            margin-top: 2px;
            min-height: 30px;
            background-color: #F4F4EC;
            border-top: #E9E9E0 1px solid;
            border-bottom: #E9E9E0 1px solid;
        }

        div#navigation ul {
            float: left;
            list-style: none;
        }

        div#navigation ul li { float: left; }

        div#navigation ul li a {
            display: block;
            padding: 4px 12px;
            border-left: #CACAB7 1px solid;
            border-right: #FFFFFF 1px solid;
        }
        
        div#navigation ul li a.noleft { border-left: 0; }

        div#navigation ul li a.noright { border-right: 0; }
        
        div#navigation ul li a img {
            /*position: relative;
            top: 4px;*/
        }
        
        div#navigation #crumb {
            float: right;
            margin: 8px 20px;
            color: #A0A0A0;
        }
        
        div#navigation #crumb strong {
            color: #7C0001;
        }

/*      =================================================================
        Search
        =================================================================      */
        
        div#search.top {
            float: right;
            width: 340px;
            text-align: right;
            background-image: url(../images/nav_search.gif);
            background-position: center left;
            background-repeat: no-repeat;
        }
        
        div#search form { padding: 0; }

        div#search fieldset {
            border: 0;
            padding: 4px 12px;
        }

        div#search input.text {
            width: 150px;
            padding: 2px;
            border: #CACAB7 1px solid;
        }
        
        div#search.top input.text {
            width: 200px;
        }
        
        div#search input.submit {
            width: 40px;
            margin: 0;
            border: 0;
            padding: 2px;
            color: #FFFFFF;
            font-size: 1em;
            font-weight: bold;
            background-color: #7C2001;
            float: none;
        }
        
/*      =================================================================
        Content Area
        =================================================================      */
        
        div#content {
            margin-top: 8px;
            background-image: url(../images/content_bg.gif);
            background-position: top left;
            background-repeat: repeat-y;
        }
        
/*      =================================================================
        Left Menu
        =================================================================      */
        
        div#left {
            width: 200px;
            float: left;
        }
        
        div#left h3, .sdc.attribute .title {
            color: #3E3A2C;
            padding: 8px 8px;
            background-color: #D3D3B6;
            background-image: url(../images/left_top.gif);
            background-position: top right;
            background-repeat: no-repeat;
        }
        
        div#left h3.inner, .sdc.attribute .title.inner {
            background-image: none;
        }
        
        div#left h4 {
            color: #3E3A2C;
            padding: 8px 8px;
            background-color: #D3D3B6;
        }
        
        div#left ul {
            padding: 0 12px;
            margin-bottom: 12px;
            list-style: none;
        }
        
        div#left ul li a {
            color: #3E3A2C;
            display: block;
            padding: 8px;
            border-bottom: #C2C2A8 1px solid;
        }

        div#left ul li a:hover {
            color: #571600;
            border-bottom: #A0A087 1px solid;
        }
        
        div#left form input.text {
            width: 120px;
            margin: 0 0 0 10px;
        }
        
        div#left form input.submit {
            width: 40px;
            margin: 0;
            height: 2em;
            float: none;
        }
        

/*      =================================================================
        Center
        =================================================================      */
        
        div#center {
            width: 486px;
            float: left;
            margin-left: 8px;
        }
        
        div#center.no_right {
            width: 740px;
        }

        div#center h2, .sdc.crumb {
            font-size: 1.1em;
            color: #FFFFFF;
            background-color: #7C2001;
            background-image: url(../images/h2_bg_right.gif);
            background-position: top right;
            background-repeat: no-repeat;
        }
        
        div#center h2 span, .sdc.crumb span.inner {
            padding: 8px;
            display: block;
            background-image: url(../images/h2_bg_left.gif);
            background-position: top left;
            background-repeat: no-repeat;
        }

        div#center h2 a {
            color: #FFFFFF;
        }

        div#center h2 a:hover {
            text-decoration: underline;
        }

        div#center h3 {
            padding: 8px;
            margin-top: 8px;
            color: #FFFFFF;
            background-color: #7C2001;
        }
        
        div#center h4 {
            padding: 8px;
            color: #3E3A2C;
            background-color: #D3D3B6;
        }
        
        div#center h4 a {
            color: #3E3A2C;
        }
        
        div#center h4 a:hover {
            text-decoration: underline;
        }

        div.section {
            margin-bottom: 8px;
            background-color: #F4F4EC;
        }
        
        div.section.red {
            background: url(../images/red_bg.gif) repeat-x;
            background-color: #571600;
            color: #FFFFFF;
            padding-top: 5px;
        }
        
        div.section.red a {
            color: #EEEEEE;
        }
        
/*      Featured Marinades                                                     */
        ul.featured {
            padding: 8px;
            list-style: none;
        }
        
        ul.featured li {
            padding: 4px 0;
            margin-bottom: 4px;
            border-bottom: #C2C2A8 1px solid;
        }

        ul.featured div.left {
            width: 260px;
        }
        
        ul.featured div.right {
            width: 200px;
        }

        span.read_more {
            color: #3E3A2C;
            font-size: 0.7em;
            text-transform: uppercase;
            position: relative;
            top: -2px;
        }
        
        div#bottom {
            padding: 8px;
            margin: 8px 0;
            color: #3E3A2C;
            text-align: center;
            background-color: #E6E6D4;
        }
        
        div#center div.ad_center {
            padding: 8px;
            margin-bottom: 8px;
            text-align: center;
            border: #D3D3B6 1px solid;
        }
        
        ol {
            margin: 0 10px 0 20px;
            padding-left: 20px;
            line-height: 1.2em;
        }
        
        ol li {
            padding-bottom: 0.5em;
        }

/*      =================================================================
        Center: Recipe/Article List
        =================================================================      */
        
        div#list dt {
            clear: both;
            padding: 8px;
            color: #3E3A2C;
            font-size: 1.1em;
            font-weight: bold;
            background-color: #D3D3B6;
        }

        div#list dt a {
            color: #3E3A2C;
        }
        
        div#list dt a:hover {
            text-decoration: underline;
        }
        
        div#list dd {
            padding: 8px;
            margin-bottom: 8px;
            background-color: #F4F4EC;
        }

        div#list dd img {
            float: right;
        }

        div#list ul,
        ul.list {
            padding-left: 24px;
            line-height: 1.2em;
            list-style-image: url(../images/square.gif);
            list-style-type: square;
        }
        
        div#list ul li,
        ul.list li {
            padding-bottom: 4px;
        }

        div#topic_list ul {
            padding: 8px;
            padding-left: 22px;
            line-height: 1.2em;
            list-style-image: url(../images/square.gif);
            list-style-type: square;
        }
        
        div#topic_list ul li {
            padding-bottom: 4px;
        }

/*      =================================================================
        Recipe Ingredients List
        =================================================================      */

        table.ingredients {
            width: 264px;
            margin: 6px;
            background-color: transparent;
        }
        
        table.ingredients td {
            padding: 5px;
        }

        table.ingredients tr {
            background-color: #FFFFFF;
        }

        table.ingredients td.amt {
            min-width: 40px;
        }
        
        table.ingredients td.msr {
            min-width: 40px;
        }

/*      =================================================================
        Ratings Module
        =================================================================      */

        div.rating {
            width: 268px;
            padding-top: 4px;
        }
        
        p.message {
            padding: 8px 0;
            margin-left: 8px;
            text-align: center;
        }

        div#star {
            background-color: #FFFFFF;
        }

        div#star ul.star {
            list-style: none;
            margin: 0;
            padding: 0;
            width: 95px;
            height: 20px;
            left: 10px;
            top: -5px;
            position: relative;
            float: left;
            background: url('../images/vertstars.png') repeat-x;
            cursor: pointer;
            }

        div#star li {
            margin: 0;
            padding: 0;
            width: 95px;
            height: 20px;
            text-decoration: none;
            float: left;
            display: block;
            position: absolute;
            border: 0;
            }

        div#star li.current {
            background: url('../images/vertstars.png') left 25px;
            }

        div#star div.user {
            float: left;
            width: 64px;
            color: #888888;
            padding-left: 20px;
            }
            
        div#star div.legend {
            float: left;
            padding-left: 10px;
        }

/*      =================================================================
        Right Menu
        =================================================================      */
        
        div#right {
            width: 250px;
            float: left;
            margin: 0 8px 8px 8px;
        }
        
        div#right h2 {
            color: #FFFFFF;
            background-color: #7C2001;
            background-image: url(../images/h2_bg.gif);
            background-position: top right;
            background-repeat: no-repeat;
        }
        
        div#right h2 span {
            padding: 8px;
            display: block;
            background-image: url(../images/h2_bg_left.gif);
            background-position: top left;
            background-repeat: no-repeat;
        }
        
        div#right h2 a {
            color: #FFFFFF;
        }

        div#right h3 {
            color: #3E3A2C;
            padding: 8px 8px;
            background-color: #D3D3B6;
            background-image: url(../images/right_top.gif);
            background-position: top left;
            background-repeat: no-repeat;
        }
        
        div#right div.ad_right,
        div#right h3.section {
            margin-bottom: 7px;
        }
            
/*      =================================================================
        Footer
        =================================================================      */
        
        div#footer {
            clear: both;
            height: 40px;
            background-color: #690600;
            background-image: url(../images/footer_bg.jpg);
            background-position: top left;
            background-repeat: repeat-x;
        }
        
        div#footer p {
            color: #FFFFFF;
        }
        
        div#footer p a {
            color: #FFFFFF;
            padding-bottom: 2px;
            border-bottom: #A30D00 1px solid;
        }

        div#footer p a:hover {
            border-bottom: #C02417 1px solid;
        }

/*      =================================================================
        New Shopping.com Module
        =================================================================      */

        .sdc div.title {
            font-weight: bold;
            padding: 10px;
            font-size: 1.1em;
            line-height: 1.3em;
            color: #333333;
            background-color: #DDDDDD;
        }

        .sdc .showAll {
            display: block;
            font-style: italic;
            padding: 0 10px 10px 0;
            text-align: right;
        }

        .sdc.attribute ul li i {
            display: block;
            float: right;
        }

        .sdc.attrsearch form {
            padding: 10px;
        }

        .sdc.attrsearch form input.text {
            width: 25px;
        }

        .sdc.crumb .sep {
            color: #666666;
        }

        .sdc.crumb .remove {
            color: #AAAAAA;
        }

        .sdc.crumb a {
            color: #FFFFFF;
        }

        .sdc.crumb a:hover {
            color: #DDDDDD;
            text-decoration: underline;            
        }

        .sdc.toprow {
            background-color: #EEEEEE;
            color: #666666;
            padding: 5px;
        }

        .sdc.toprow .sdc.sort {
            float: left;
        }

        .sdc.toprow .sdc.page {
            float: right;
        }

        .sdc.pagination {
            padding: 15px 0 15px 0;
        }

        .sdc.pagination a {
        	padding: 2px 5px 2px 5px;
        	margin: 2px;
        	border: 1px solid #DDDDDD;
        	text-decoration: none;
        	color: #333333;
        }

        .sdc.pagination a:hover,
        .sdc.pagination a:active {
        	border: 1px solid #333333;
        	color: #000;
        }

        .sdc.pagination span.current {
        	padding: 2px 5px 2px 5px;
        	margin: 2px;
    		border: 1px solid #DDDDDD;
    		font-weight: bold;
    		color: #333333;
            background-color: #DDDDDD;
    	}

    	.sdc.pagination span.disabled {
    		padding: 2px 5px 2px 5px;
    		margin: 2px;
    		border: 1px solid #EEE;
    		color: #DDD;
    	}

    	.sdc.productlist {
    	    border-bottom: solid 1px #ccc;
    	}

    	.sdc.product {
    	    padding: 15px 0;
    	    border-top: solid 1px #ccc;
    	}

    	.sdc.product img {
    	    float: left;
    	    padding: 0 5px 0 0;
    	}

    	.sdc.product i {
            display: block;
            line-height: 1.2em;
            color: #333333;
            font-style: normal;
            margin: 10px 0;
    	}

    	.sdc.product .rating {
    	    display: block;
    	    float: left;
    	}

    	.sdc.product .price,
    	.sdc.product .info {
    	    display: block;
    	    text-align: right;
    	    color: #AAAAAA;
    	}

    	.sdc.product .price {
    	    font-size: 0.8em;
    	    color: #AAAAAA;
    	}

    	.sdc.product .price b {
    	    font-size: 1.6em;
    	    color: #CC3333;
    	    display: block;
    	    margin: 0 0 4px 0;
    	}

    	.sdc.product .info {
    	    margin: 10px 0 0 0;
    	}

        .sdc.product_view .title {
            background-color: #485b68;
            color: #FFFFFF;
        }

        .sdc.product_view table.overview,
        .sdc.product_view table.specs,
        .sdc.product_offers table {
            border-spacing: 0px;
            margin: 0 0 10px 0;
        }

        .sdc.product_view table.overview tr td,
        .sdc.product_view table.specs tr td,
        .sdc.product_offers table tr td {
            padding: 10px;
            border-bottom: solid 1px #CCCCCC;
        }

        .sdc.product_view table.overview tr td.label,
        .sdc.product_view table.specs tr td.label {
            text-align: right;
        }

        .sdc.product_view table.overview tr td a,
        .sdc.product_view table.specs tr td a {
            font-weight: bold;
        }

        .sdc.product_view table.specs tr td .description {
            color: #999;
            margin: 5px 0 0 20px;
            font-size: 80%;
        }

        .sdc.product_view p {
            margin: 0 0 10px 0;
        }

        .sdc.product_view p.short {
            font-weight: bold;
        }

        .sdc.product_view .ad {
            float: right;
            margin: 10px 10px 15px 15px;
        }

        .sdc.product_offers table tr td.store {
            line-height: 1.2em;
        }

        .sdc.product_offers table tr td.store i {
            font-size: 0.8em;
            color: #999999;
        }

        .sdc.product_offers table tr td.name {
            line-height: 1.4em;
        }

        .sdc.product_offers table tr td.price b {
            font-size: 1.3em;
        }

        .sdc.product_offers table tr td.price a {
            display: block;
            text-align: right;
        }

        .sdc.relateds {
            border: solid 1px #F1AF04;
            padding: 10px;
            line-height: 1.4em;
            margin-bottom: 20px;
        }

        .sdc.product_image {
            text-align: center;
        }

        .sdc.product_image .title {
            text-align: left;
        }

        .sdc.product_image img {
            margin: 15px;
        }

        .sdc.categories {
            margin-top: 10px;
            background-color: #EEEEEE;
        }

        .sdc.categories ul {
            padding-left: 24px;
            line-height: 1.2em;
            list-style-image: url(../images/square.gif);
            list-style-type: square;
        }

        .sdc.categories ul li {
            padding-bottom: 4px;
        }

        .sdc.product_widget {
            text-align: center;
            margin: 10px;
        }

        .sdc.product_widget span {
            display: block;
        }

        .sdc.product_widget img {
            margin: 10px auto;
            padding: 10px;
            background-color: #fff;
            border: solid 1px #ccc;
            display: block;
        }

        .sdc.products_short {
            padding: 10px;
            display: block;
        }

        .sdc.products_short div.product {
            float: left;
            width: 135px;
            height: 185px;
            margin: 5px;
            padding: 10px 3px;
            background-color: #fff;
            border: solid 1px #E6E6D4;
        }

        .sdc.products_short div.product a span {
            display: block;
            text-align: center;
            overflow: hidden;
            height: 5.1em;
        }

        .sdc.products_short div.product a img {
            display: block;
            margin: 0 0 5px 18px;
        }

        .sdc.products_short div.product a b {
            display: block;
            text-align: right;
            margin: 0 5px;
        }


