/*
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: #CCCC99;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    font-size: 62.5%;  /* 16px × 62.5% = 10px */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;

}
body.sgl {
    background-color: #CCCC99;
}
body.sgl-print {
    background-color: #CCCC99;
}
dl {
    margin: 0 0 0.5em;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #660000;
    text-decoration: underline;
}
a:hover {
    color: #660000;
    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;
}

th {
    border-width: 0px;
}

tr {
    border-width: 0px;
}

/*
======================Global layaout==========================*/
#outer-wrapper {
    font-size: 1.2em;
    clear: both;
    width: 100%;
    margin: 0px auto;
    text-align: left;
}
#outer-wrapper-print {
    font-size: 1.2em;
    clear: both;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
#header {
    position: relative;
}
#inner-wrapper {
    clear: both;
    width: 100%;
    /* 896 is for mainWrapper width - borders width : 900 - (2 x 2) */
}
#footer {
    clear: both;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    height: 364px; /* Sets min height for IE */
    margin: 0px auto;
    padding-bottom:30px;
}
#middleCol-pelerin {
    height: 364px; /* Sets min height for IE */
 padding-left:10px;
    padding-bottom:30px;
    margin: 0px auto;
}
html > body #middleCol {
    /* Sets min height for gecko */
    height: auto;
    min-height: 364px;
}
html > body #middleCol-pelerin {
    /* Sets min height for gecko */
    height: auto;
    min-height: 364px;
}
#middleCol .inner {
    padding: 5px 10px;
    margin:0 auto;
}

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

#layout-3Cols #middleCol {
    width: 674px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 794px;
}
#layout-rightCol #middleCol {
    width: 100%;
}
#layout-rightCol #middleCol-pelerin {
    width: 724px;
    /*margin-left:150px;*/
}
#layout-noCols #middleCol {
    width: 800px;
}

#leftCol {
    float: left;
    padding-left: 20px;
    /*width: 200px;*/
    /*background: url('http://www.pelerinwines.com/themes/vinesos_pelerinwines/images/backgrounds/v4-bubbles.png') left top no-repeat;*/
}
#leftCol .inner {
    padding: 5px;
    padding-top: 0.8em;
}
#rightCol {
    float: right;
    width: 120px;
}
#rightCol .inner {
    margin: 2.5em 4px 4px 0;
    padding: 5px;
    padding-top: 0;
}

.content-body {
    font-weight: normal;
    color: #000000;
    padding-top: 10px;
    padding-left: 35px;
}

.content-title {
    font-family: Herculaneum, "Herculaneum Light Standard", "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 2.5em;
    font-weight: bold;
    color: #660000;
    padding-bottom:0px;
    margin:0px;
    padding-left: 30px;
}

.home-content {
    font-family: "Times New Roman", Times, serif;
    font-size: 18px; 
    line-height: 18px;
    text-align: right;
    font-weight: normal;
    font-style: italic;
}
.home-bg #content {
    padding-bottom:0px;
    margin-bottom:0px;
}
.home-bg #middleCol-pelerin {
    padding-bottom:0px;
    margin-bottom:0px;
}
.home-bg #middleCol {
    margin-bottom:0px;
    padding-bottom:0px;
}
.home-bg {
    padding:0px;
    margin:0px;
    background: url('http://www.pelerinwines.com/themes/vinesos_pelerinwines/images/bg_05.gif') -10px 40px no-repeat;
}

.home-top {
    background: url('http://www.pelerinwines.com/themes/vinesos_pelerinwines/images/bg_03.gif');
    height:31px;
}

.cartTxt {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
}
thead td.cartListTxt {
    color: #660000;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
}
thead td strong {
    color: #660000;
}
.cartListTxt {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
}

.cartLink{
    color: #660000;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
}
.cartLink:link{
    color: #660000;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
}
.cartLink:hover{
    color: #660000;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
}

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

.black-header{
    background-color: #000000;
    height: 19px;
    width: 100%;
}

.red-header{
    background-color: #660000;
    height: 19px;
    width: 100%;
}

.red-footer {
    background-color: #660000;
    height: 10px;
    width: 100%;
}

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

}

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

/*
======================Main Content============================*/
h1 {
    font-family: Herculaneum, "Herculaneum Light Standard", "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 2.5em;
    margin: 0;
    padding-bottom: 0.5em;
    color: #660000;
}
h2 {
    margin-top: 0.5em;
    font-size: 12px;
    font-weight:bold;
}
ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
    list-style-position: inside;
}
li {
    padding-left: 0.5em;
}
.sold_out {
    color:#660000;
    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;
}

/*
==================Default Forms Styling=======================*/

fieldset {
    padding: 10px 0;
    border: none;
}
fieldset h3 {
    font-size: 1em;
    color: #660000;
}
#content form ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 99%;
    list-style-position: outside;
    list-style-image: none;
}

#content form li {
    display: block;
    margin: 0;
    padding: 1px 4px 6px 9px;
    line-height: 1.8em;
    list-style-type: none;
}
form li.focused {
background: #EEF7D4;
}

form li div {
    float: left;
    display: inline;
    margin-right: 5px;
    color: #666666;
    width:100%;
}
form li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form li p {
    clear: both;
    font-size: 0.9em;
    line-height: 13px;
}


/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 1.0em;
}
textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 300px;
}

#content input.text, #content select.select, #content textarea.textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    background: #fff url(http://www.pelerinwines.com/themes/vinesos_pelerinwines/images/fieldbg.gif) repeat-x top;
}

input.text {
    padding: 2px 0;
}
form label {
    color: #000000;
    font-size: 12px;
}


/* SIZES */
.third {
	width:32% !important;
}
.half {
	width:48% !important;
}
.full {
	width:100% !important;
}
input.small, select.small {
	width:25%;
}
input.medium, select.medium {
	width:50%;
}
input.large, select.large, textarea.textarea {
	width:99%;
}
input.tags {
	width:315px;
}
textarea.small {
	height:5.5em;
}
textarea.medium {
	height:10em;
}
textarea.large {
	height:20em;
}

/* BUTTONS */
.button {
    font-size: 1.1em;
    margin-right: 5px;
    /*border: 1px solid #666;*/
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/

dl.onSide dt {
    float: left;
    width: 140px;
    padding-left: 21px;
    text-align: left;
}
dl.onSide dd{
    margin-left: 160px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
======================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.pelerinwines.com/themes/vinesos_pelerinwines/images/th-sortAsc.gif') 95% 50% no-repeat;
    color: #815B4E !important;
}
th.sortedDesc a {
    background: url('http://www.pelerinwines.com/themes/vinesos_pelerinwines/images/th-sortDesc.gif') 95% 50% no-repeat;
    color: #815B4E !important;
}
th a:hover {
    text-decoration: none;
    color: #815B4E !important;
}
tr.alternateRow td, tr.backDark {
    background-color: #FBFFEF; /*F0FFD9*/
}

/*
=========================Footer===============================*/
#footer .wrapLeft {
 padding:0px;
 padding-top:10px;
 background-color:#660000;
}
/*
#footer .wrap_top {
    padding:20px;
    text-align:center;
    background: #cccc99 url('http://www.pelerinwines.com/themes/vinesos_pelerinwines/images/BG_grape_leaves.gif') left top repeat-x;
}
#footer .wrapRight {
    padding:2px;
    text-align:center;
    background: #cccc99 url('http://www.pelerinwines.com/themes/vinesos_pelerinwines/images/bg_path.gif') left top repeat-x;
}
*/
#footer .wrap {
    position: relative;
    margin: 0px;
    padding: 0px;
    padding-top:20px;
    background-color: #cccc99;
    text-align: center;
}
#footer p {
    margin-bottom: 0.1em;
    color: #666666;
    font-size: 1.0em;
}

/*
======================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 #815B4E;
    color: #815B4E;
}
.error {
    color: #FF3300;
}

.required {
    color: #660000;
    font-weight: bold;
    font-size:12px;
}

.broadcastMessage {
    margin: 10px;
    padding: 5px;
    text-align: center;
    background: #99CC00;
    color: #fff;
}

/* 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 #CCCC99;
}
#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 {
    height:6px;
    margin-bottom:0px;
}
.roundbottom {
    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;
}

#user_content {
    text-align:left
}
.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-bottom: 1.5em;
}
.blockHeader {
    font-size: 1.5em;
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #666666;
    color: #815B4E;
    font-weight: bold;
}
.blockContent {
    padding: 0.4em;
    font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

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

/*
====================== Cart Static Block========================*/
.cartBlock {
    width:100%;
    text-align:left;
    background: #EEEEEE;
    padding: 0.5em;
}

.cartTitle {
    font-size: 1.3em;
    text-align: center;
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #666666;
    color: #660000;
}

.cartBody {
    font-size: 1.1em;
    text-align: left;
}#nav {
    position: relative;
    font-family: Herculaneum, "Herculaneum Light Standard", "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 0.9em;
}
#nav .inner {
    height:2.5em;
    float:right;
    margin-top:-3px;
    padding-top:0px;
}
#submenu1 a {
padding-top:5px;
padding-bottom:10px;
background-color: #CCCC99;
}
#submenu2 a {
padding-top:5px;
padding-bottom:10px;
}
#submenu3 a {
padding-top:5px;
padding-bottom:10px;
}
#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top:0px;
}
#nav li {
    list-style: none;
    float: left;
    padding-left: 0;
    padding-top:0px;
    white-space: nowrap;

}
#nav li a {
    display: block;
    padding: 0.5em;
    font-weight: bold;
    color: #815B4E;
    text-decoration: none;
    padding-top:0px;
    text-transform:uppercase;
}
#nav li a:hover, #nav li.current a {
    color: #660000;
    text-decoration: none;
}

 #nav ul li ul {
        position: absolute;
        width: 18em;
        left: -999em;
        margin-left: -5em;
    }
    #nav li ul a {
	text-align:center;
	width: 9em;
        font-weight: normal;
        color: #815B4E;
        cursor: default;
        padding:0px;
    }

    #nav li.current ul a {
	width: 9em;
        font-weight: normal;
        color: #815B4E;
        cursor: default;
        padding:0px;
    }
    #nav li ul a:hover {
	width: 9em;
        color: #660000;
        border: none;
        text-decoration:none;
        padding:0px;
    }
    #nav ul li:hover ul, #nav ul li.sfhover ul {
        left: 1px;
    }
    #nav ul li ul ul {
        margin: -1.5em 0 0 12em;
    }
    #nav ul li ul li {
	display:inline;
    }
    #nav ul li:hover ul ul, #nav ul li:hover ul ul ul, #nav ul li.sfhover ul ul, #nav ul li.sfhover ul ul ul {
        left: -999em;
    }
    #nav ul li:hover ul, #nav ul li li:hover ul, #nav ul li li li:hover ul, #nav ul li.sfhover ul, #nav ul li li.sfhover ul, #nav ul li li li.sfhover ul {
        left: auto;
    }
#options {
    float: right;
    width: 180px;
    background: #EEF7D4;
    border: 1px solid #666666;
}