/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/


/*
==========================General=============================*/
html {
    height: 100%;
    margin-bottom: 1px;
    background-color: #000000;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-size: 62.5%;
    font-family: arial,helvetica,clean,sans-serif;
    margin: 0;
    padding: 0;
}
body.sgl {
    color: #FFFFFF;
    background: #000000 url('http://www.flaskfinewines.com/themes/vinesos_flaskfinewines/images/body-background.jpg') left top repeat-y;
}
body.sgl-print {
    color: #FFFFFF;
}
dl {
    margin: 0 0 0.5em;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #BCA54E;
    text-decoration: underline;
}
a:hover {
    color: #BCA54E;
    text-decoration: underline;
}
a:focus {
    outline: none;
}
img {
    border: none;
}
hr {
    border-top: 1px dotted #999;
    border-bottom: 0px;
    height: 1px;
}

strong {
    font-weight:bold;
}

ol {
    list-style-type: decimal;
    padding-left: 25px;
}
li {
    display: list-item
}

td {
    border-width: 0px;
}

tr {
    border-width: 0px;
}

/*
======================Global layaout==========================*/
#body-wrapper {
    background: url('http://www.flaskfinewines.com/themes/vinesos_flaskfinewines/images/background.jpg') left top no-repeat;
    background-attachment: fixed;
}
#outer-wrapper {
    font-size: 1.1em;
    clear: both;
    float: left;
    width: 910px;
    margin: 0px auto;
    margin-left: 10px;
    margin-top: 15px;
    text-align: left;
    border: 2px solid #cc9966;
    background: url('http://www.flaskfinewines.com/themes/vinesos_flaskfinewines/images/shadow.png') left top;
    background-repeat: repeat;
}

#outer-wrapper {
    }
#outer-wrapper-print {
    font-size: 1.1em;
    clear: both;
    float: left;
    width: 910px;
    margin: 0px auto;
    margin-left: 10px;
    margin-top: 15px;
    text-align: left;
    border: 2px solid #cc9966;
}
#header {
    position: relative;
}
#inner-wrapper {
    clear: both;
    width:910px;
    /* 896 is for mainWrapper width - borders width : 900 - (2 x 2) */
}

#footer {
    clear: both;
    width:940px;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
    height: 450px; /* Sets min height for IE */
	margin-top: 25px;
	margin-left: 30px;
	width: 645px;
}

html > body #middleCol {
    /* Sets min height for gecko */
    height: auto;
    min-height: 450px;

}

.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background: #8e6e1a;}
.xb1 {margin:0 5px; background: #8e6e1a;}
.xb2 {margin:0 3px; border-width:0 2px;background: #8e6e1a;}
.xb3 {margin:0 2px;background: #8e6e1a;}
.xb4 {height:2px; margin:0 1px;background: #8e6e1a;}

#middleCol .inner {
    padding: 5px 10px;
	background: #8e6e1a;
}

#layout-3Cols {
    text-align:left;
}

#layout-3Cols #middleCol {
    width: 550px;
    /* 6 is for borders width : (2+1) x 2 */
    padding-left:210px;
    float:left;
}
/*
#layout-leftCol #middleCol {
    width: 694px;
}
#layout-rightCol #middleCol {
    width: 754px;
}
#layout-noCols #middleCol {
    width: 904px;
}
*/
#leftCol {
    float: left;
    width: 210px;
}
#leftCol .inner {
    padding: 0;
    padding-top: 0.8em;
}
#leftCol .flask_left_block {
	clear: both;
    width: 210px;

}
#leftCol .flask_left_block h3 { font-size: 100%; }
    #leftCol .left_blocks { margin-left: 20px; background: #32290f url(../images/left_bg.jpg) top left repeat-x;}
    #leftCol .learn {
      width: 200px;
      padding: 5px;
    }
    #leftCol .learn a { color: #fff }
    #leftCol .learn h3 { text-transform: uppercase; }

#nav .inner {
    margin-bottom:20px;
}
#newsBox a {
    display: block;
    font-weight: normal;
	color: #BCA54E;
    text-decoration: underline;
}

#rightCol {
    float: right;
    width: 150px;
}
#rightCol .inner {
    margin: 2.5em 4px 4px 0;
    padding: 5px;
    padding-top: 0.8em;
}


/* FirstPage Master */
#middleCol-firstpage {
    float: left;
    height: 450px; /* Sets min height for IE */
	margin-top: 25px;
	margin-left: 30px;
	width: 645px;
}

html > body #middleCol-firstpage {
    /* Sets min height for gecko */
    height: auto;
    min-height: 450px;
}
#middleCol-firstpage .inner {
    padding: 5px 0px 5px 0px;
}


/*
=========================Header===============================*/
#header {
    height: 135px;
}
#header .wrapLeft {
}
#header .wrapRight {
}
#header .wrap {
    position: relative;
    height: 135px;
    margin: 0;
    padding:0;
}
#header span#logo {
    font-size: 3em;
    font-family: "Trebuchet MS";
}
#header a#logo {
    color: #FFFFFF;
    text-decoration: none;
}
#header #logo img {
    position: absolute;
    top: 0;
    left: 0;
	align: left;
    padding-left: 24px;
    padding-top: 12px;
}
#header #bugReporter {
    position: absolute;
    bottom: 0px;
    right: -10px;
}

#logo_block {
	position: relative;

    width: 100%;
}

#banner_content_block {
    position: absolute;
    clear: both;
    font-size: 1em;
    color: #fff;
    text-align: left;
    margin-top: 23px;
    width: 220px;
    margin-left:248px;
    width: 225px;
    height: 100px;
    overflow: hidden;
    background: #500001;
}

#banner_content_block .inside {
    position: relative;
    padding: 5px;
}

#banner_content_block .blockContainer { line-height: 1.1em; margin: 0px; padding: 0px; }

#banner_content_block .inside .edit { position: absolute; top: 5px; right: 5px; }
#banner_content_block .inside h3,
#banner_content_block .inside p { margin: 0px; padding: 0px }
#banner_content_block .news_item { margin-top: 1em; }
#banner_content_block .news_item a { color: #fff; font-style: normal; }

#banner_content_block a {
	font-weight: normal;
	font-style: italic;
	color: #BCA54E;
	text-decoration: underline;
}

#flask_top_bar {
	position: absolute;
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 450px;
	margin-top: 23px;
	text-align: right;
    width: 420px;
}

/*
======================Inner Wrapper===========================*/
#inner-wrapper {
    border-top: none;
}
#inner-wrapper .inner-container {

}

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    font-family: arial;
    font-size: 0.9em;
}
#breadcrumbs .inner {
    padding: 0.4em 0 0.4em 1em;
}
#breadcrumb {
    float: left;
}
a.breadcrumbs {
    font-weight: bold;
    color: #d7b54a;
}

/*
======================Main Content============================*/
h1 {
    font-size: 1.5em;
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    color: #d7b54a;
}
h2 {
    margin-top: 0.5em;
    font-size: 1.3em;
    font-weight:bold;
}
ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
    list-style-position: inside;
    /* list-style-image: url('http://www.flaskfinewines.com/themes/vinesos_flaskfinewines/images/bullet.gif'); */
}
li {
    padding-left: 0.5em;
}
.sold_out {
    color:red;
    padding-top:10px;
    font-weight:bold;

}
/*
===============Generic columns presentation===================*/
.two-cols {
    height: 100%;
    overflow: hidden;
}
.two-cols .col {
    float : left;
	width : 49%;
	margin-left : 1%;
}
.two-cols .first {
	width : 50%;
	margin-left : 0;
}

/**
 * Forms.
 *
 * @package    themes
 * @subpackage wsd_yaml_base
 * @author     Michael K. Alber <malber@one2market.com>
 */

/* Fieldset / legend */
fieldset {
    margin-bottom: 0.6em;
    padding: 1em 0 0.5em;
    #padding-top: 0; /* fix MSIE fieldsetPadding behaviour */
}
fieldset.noLegend {
    padding-top: 0;
}
fieldset.hr {
    border-top: 1px solid black;
}
fieldset.lastChild {
    margin-bottom: 0;
    padding-bottom: 0;
}
    fieldset legend {
        #margin-bottom: 0.8em; /* fix MSIE behaviour */
        #margin-left: -7px;
        #padding-bottom: 0.2em;

        padding-right: 0.5em;
        font-weight: bold;
        font-size: 1.1em;
        color: #333;
    }


/* Form elements */
input.text, select, textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    width: 170px;
    padding: 2px;
    background: #fff url(../images/bg/form_input_m.gif) repeat-x left top;
    font-size: 0.9em;
    color: #666;
}

input.mediumText {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    width: 225px;
    padding: 2px;
    background: #fff url(../images/bg/form_input_m.gif) repeat-x left top;
    font-size: 0.9em;
    color: #666;
}

input.longText {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    width: 350px;
    padding: 2px;
    background: #fff url(../images/bg/form_input_m.gif) repeat-x left top;
    font-size: 0.9em;
    color: #666;
}
textarea {
    height: 6em;
}
label {
    font-weight: bold;
    color: #FFFFFF;
}

.meduimTextarea {
    width: 225px;
    height: 8em;
}

.largeTextarea {
    width: 350px;
    height: 10em;
}

.dateSelect {
    width: 65px;
}

/* Ordered list for displaying form elements */
form fieldset ol {
    margin: 0;
    list-style: none;
    line-height: 1em;
}
    form fieldset ol li {
        clear: left;
        list-style: none;
        margin: 0;
        padding-bottom: 0.6em;
        padding-left: 160px;
    }
        form fieldset ol li div {
            #display: inline; /* fix MSIE */
            margin-bottom: 0;
        }
        form fieldset ol li label {
            float: left;
            margin-left: -160px;
            width: 140px;
            text-align: right;
        }
        form fieldset ol li p { /* field comments */
            margin-top: 0.2em;
            margin-bottom: 0;
            font-size: 0.9em;
        }
        form fieldset ol li p.error { /* field error */
            margin-top: 0;
            margin-bottom: 0.3em;
            color: #000000;
        }


/* Fields on top */
form fieldset ol.onTop {
}
    form fieldset ol.onTop li {
        clear: none;
        padding-left: 0;
    }

        form fieldset ol.onTop li label {
            float: none;
            display: block;
            margin-left: 0;
            margin-bottom: 0.2em;
            width: auto;
            text-align: left;
        }


/* Additional */
form em {
    font-style: normal;
    color: #f00;
}
form div,
form p {
    margin-bottom: 0.6em;
}
form .fieldIndent {
    margin-left: 160px;
}

/* No forms layout */
div.fieldsetlike {
    padding-bottom: 0.6em;
}
    div.fieldsetlike h3 {
        margin-bottom: 0.6em;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.1em;
        color: #333;
    }
    div.fieldsetlike dl {
        margin-left: 160px;
        margin-bottom: 0;
        line-height: 1em;
    }
        div.fieldsetlike dl dt {
            float: left;
            display: inline;

            overflow: hidden; /* one row label only */
            height: 1.2em;

            margin-left: -160px;
            width: 140px;
            text-align: right;
            font-weight: normal;
            color: #333;
        }
        div.fieldsetlike dl dd {
            margin-left: 0;
            margin-bottom: 0.4em;

            min-height: 1.2em;
            _height: 1.2em; /* min height for ie6 */

            padding-bottom: 0.2em; /* fix MSIE bug */
            color: #666;
        }
/* END no forms layout */

/*
======================No forms layout=========================*/
div.fieldsetlike { /*
--------------------- as some pages don't use forms/fieldsets
- e.g. user/profile, we have to put data in a fieldset like
- div to have same render ------------------------------------*/
    padding: 10px 0;
}
div.fieldsetlike h3 {
    font-size: 1em;
    color: #666666;
}

/*
==================Default Tables Styling======================*/
/*  In a transition period, we'll use a sglTable class to style tables
    Everyone is encouraged not to use tables for layout purposes
    TODO: remove this when all layout tables have been replaced */
.wide {
    width: 60%;
}
.large {
    width: 85%;
}
table {
    margin: 0 0 1em;
    border-collapse: collapse;
    font-size: 1em;
}
table .nowrap {
    white-space: nowrap;
}
.sglTable td, .sglTable th {
    border-width : 0 0 1px 0;
	border-style : solid;
	border-color : #BBBBBB;
	padding : 2px 5px;
	vertical-align : top;
}
.sglTable th {
    text-align: left;
    border-bottom-color: #666666;
}
th a {
    display: block;
    color: #666 !important;
}
tr.expand td {
    border-bottom: none;
}
td.expand {
    padding: 1em 5px;
}
th.sortedAsc a {
    background: url('http://www.flaskfinewines.com/themes/vinesos_flaskfinewines/images/th-sortAsc.gif') 95% 50% no-repeat;
    color: #d7b54a !important;
}
th.sortedDesc a {
    background: url('http://www.flaskfinewines.com/themes/vinesos_flaskfinewines/images/th-sortDesc.gif') 95% 50% no-repeat;
    color: #d7b54a !important;
}
th a:hover {
    text-decoration: none;
    color: #d7b54a !important;
}
tr.alternateRow td, tr.backDark {
    background-color: #FBFFEF; /*F0FFD9*/
}

/*
=========================Footer===============================*/
#footer .wrapLeft {
}
#footer .wrapRight {
}
#footer .wrap {
    position: relative;
    margin: 0 10px;
    padding: 10px 0 5px;
    text-align: right;
}
#footer p {
    margin-bottom: 0.1em;
    color: #FFFFFF;
    font-size: 0.9em;
}

#footer a {
    color: #BCA54E;
    text-decoration: underline;
}
#footer a:hover {
    color: #BCA54E;
    text-decoration: underline;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #d7b54a;
    color: #FFFFFF;
}
.error, .required {
    color: #FF3300;
}
.broadcastMessage {
    margin: 10px;
    padding: 5px;
    text-align: center;
    background: #FFFFFF;
    color: #000000;
}
/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
    font-family: arial;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.button {

}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Comments=========================*/

#addComment fieldset {
    padding: 10px;
    border: 1px solid #FFFFFF;
}
#addComment input[type="text"] {
    width: 200px;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}


.roundContainer a {
    color: #5a524a;
}

.roundContainer {
   background-color: #F4F6F1;
   margin:10px;
   padding:0px;
   color: #5a524a;

}

.roundtop {
    /**background: url('http://www.flaskfinewines.com/themes/vinesos_flaskfinewines/images/wine/ur-corner.gif') bottom right no-repeat;**/
    height:6px;
    margin-bottom:0px;
}
.roundbottom {
    /**background: url('http://www.flaskfinewines.com/themes/vinesos_flaskfinewines/images/wine/br-corner.gif') bottom right no-repeat;**/
    height:6px;
    clear:both;
}


.roundContainer .leftText {
    width:188px;
    margin:0;
    padding:0;
    margin-left:10px;
    float:left;
}
.roundContainer .rightText {
    text-align:right;
    margin:0;
    padding:0;
    float:right;
    padding-right:11px;
    margin-top:1px;
    color: #5a524a;
}






/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*/
.wideButton {
    /* use button instead */
    width: 8em;
}
.imgLeft {
	float:left;
	margin:0.5em 1em 1em 0;
	position:relative;
	text-align:right;
	font-weight:normal
}

.imgLeft p {
	font-size:xx-small;
	margin:0;
	padding:0.5em;
	margin-top:-0.5em;
}
.imgRight {
	float:right;
	margin:0.5em 0.5em 1em 1em;
	position:relative;
}

.imgRight p {
	font-size:xx-small;
	margin:0;
	padding:0.5em;
	margin-top:-0.5em;
	text-align:right;
	font-weight:normal
}
.spareSpan {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:17px;
	height:17px;
}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.blockContainer {
    margin-top: 10px;
    margin-bottom: 1em;
}
.blockHeader {
    font-size: 1.5em;
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #666666;
    color: #d7b54a;
    font-weight: bold;
}
.blockContent {
    padding: 0.4em;
    font-size: 100%;
    font-family: arial,helvetica,clean,sans-serif;
}

.blockContainer .blockTitleHide {
    visibility: hidden;
    height: 0;
}

/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

.pager { font-size: 116.67%; } 
.pager a, .pager .currentPage { margin: 2px; }
#frmWineSearch select { margin-bottom: 2px; }
/*
========================Vertical Menu============================*/
#nav a {
    display: block;
    margin: 0;
    text-indent: 12px;
    height: 20px;
    line-height: 20px;
    font-size: 1.1em;
    font-weight: normal;
    color: #BCA54E;
    text-decoration: none;
    border-left: 6px solid #BCA54E;
    border-bottom: 1px solid #BCA54E;
}
#nav a img {
    float: left;
    padding: 4px 3px;
    text-align: center;
}
#nav a:hover {
    color: #FFFFFF;
    border-left: 6px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

#nav li.current a:hover {
    color: #FFFFFF;
    border-left: 6px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

#nav ul {
    list-style: none;
}

#nav li {
    list-style: none;
    margin-bottom: 3px;
}

#nav li ul {
    display: none;
}
#nav li.current ul {
    display: block;
    border: none;
}
#nav li.current a {
    color: #FFFFFF;
    border-left: 6px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
#nav li.current a:hover {
    color: #FFFFFF;
    border-left: 6px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

/*
-- Second level ------------------------------------------------------ */
#nav li li a {
    font-weight: normal;
    text-indent: 30px;
}
#nav li.current li a {
    color: #A32666;
}
#nav li.current li a:hover {
    color: #FFE5F8;
}
#nav li.current li.current a {
    color: #FFFFFF;
    background: #FFE5F8;
}

/*
-- Third level ------------------------------------------------------- */
#nav li.current li ul {
    display: none;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #BCA54E;
}
#nav li.current li.current ul {
    display: block;
}
#nav li.current li.current li a {
    background: #FFE5F8 url('http://www.flaskfinewines.com/themes/vinesos_flaskfinewines/images/bullet_square_empty.gif') 32px 50% no-repeat;
    border: none;
    height: 24px;
    line-height: 24px;
    text-indent: 45px;
    font-size: 0.9em;
}
#nav li.current li.current li.current a {
    background: #FFE5F8 url('http://www.flaskfinewines.com/themes/vinesos_flaskfinewines/images/bullet_square_full.gif') 32px 50% no-repeat;
}
#nav li.current li.current li a:hover {
    background: #FFE5F8 url('http://www.flaskfinewines.com/themes/vinesos_flaskfinewines/images/bullet_square_full.gif') 32px 50% no-repeat;
    color: #FFFFFF;
}.sample_text {
    color: #4774b4;
    font-style: italic;
    font-size: 10pt;
}

.sold_out
{
    font-weight: bold;
    color: #B00F06;
}
