/*
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: url(../images/bg.gif);
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    font-family: Verdana,arial,helvetica,clean,sans-serif;
    color: #333333;
}
body.sgl {

}
body.sgl-print {
    background-color: #7C6D4E;
}
dl {
    margin: 0 0 0.5em;
}
p {
    margin-bottom: 1em;
}
a {
    color: #EC9F6A;
    text-decoration: underline;
}
a:hover {
    color: #EC9F6A;
    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.3em;
    clear: both;
    width: 900px;
    margin: 0px auto;
    text-align: left;
}
#outer-wrapper-print {
    font-size: 1.3em;
    clear: both;
    width: 900px;
    margin: 0px auto;
    text-align: left;
}
#header {
    position: relative;
}
#inner-wrapper {
    clear: both;
    width: 896px;
    /* 896 is for mainWrapper width - borders width : 900 - (2 x 2) */
}
#footer {
    clear: both;
    width: 896px;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    /*float: left;*/
    margin-left: 126px;
    height: 320px; /* Sets min height for IE */
}
html > body #middleCol {
    /* Sets min height for gecko */
    height: auto;
    min-height: 320px;
}
#middleCol .inner {
    padding: 5px 10px;
    padding-left: 24px;
    padding-top: 22px;
    margin:0 auto;
}

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

#layout-3Cols #middleCol {
    width: 562px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 764px;
}
#layout-rightCol #middleCol {
    width: 690px;
}
#layout-noCols #middleCol {
    width: 890px;
}

#leftCol {
    float: left;
    width: 126px;
    clear:both;
}
#leftCol .inner {

}
#rightCol {
    float: right;
    width: 200px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #9A8F71;
}
#rightCol .inner {
    margin: 0px 4px 4px 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
}

/*
=========================Header===============================*/
#header {
    text-align:right;
}
#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 {
    text-decoration: none;
}
#header #logo img {
    position: relative;
    top: 0;
}
#header #bugReporter {
    position: absolute;
    bottom: 0px;
    right: -10px;
}

/*
======================Inner Wrapper===========================*/
#inner-wrapper {
    margin-top: -45px;
    background-color: #7C6D4E;
    background-image: url('../images/left_bg.gif');
    background-repeat: no-repeat;
    background-position: top left;
    border-top: none;
}
#inner-wrapper .inner-container {
    margin-top: -10px;
}

/*
=======================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: #CABD94;
}

/*
======================Main Content============================*/
h1 {
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    color: #eaead0;
}
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.foursightwines.com/themes/vinesos_foursightwines/images/bullet.gif'); */
}
li {
    padding-left: 0.5em;
}
.sold_out {
    color:#EC9F6A;
    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;
}


/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 1.0em;
}
textarea {
    font-family: Verdana,arial,helvetica,clean,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.foursightwines.com/themes/vinesos_foursightwines/images/fieldbg.gif) repeat-x top;
}

input.text {
    padding: 2px 0;
}
form label {
    font-weight: bold;
    color: #CABD94;
}

/* SIZES */
.third {
    width:32% !important;
}
.half {
    width:48% !important;
}
.full {
    width:100% !important;
}
input.xsmall, select.xsmall {
    width:3em;
}
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: 200px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 140px;
    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: #CABD94;
}

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

/*
=========================Footer===============================*/
#footer .wrapLeft {
    clear: both;
}
#footer .wrapRight {
}
#footer .wrap {
    position: relative;
    padding: 10px 0 5px;
}
.footerFont {
    margin-bottom: 0.1em;
    color: #CABD94;
    font-size: 0.9em;
}
.footerLink:link {
    color: #CABD94;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}
.footerLink:hover {
    color: #CABD94;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}
.footerLink:visited {
    color: #CABD94;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

/*
======================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 #CABD94;
    color: #CABD94;
}
.error, .required {
    color: #FF3300;
}
.broadcastMessage {
    margin: 10px;
    padding: 5px;
    text-align: center;
    background: #CABD94;
    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 #CABD94;
    border-left: 5px solid #CABD94;
    font-size: 1em;
}

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

#addComment fieldset {
    padding: 10px;
    border: 1px solid #7C6D4E;
}
#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.foursightwines.com/themes/vinesos_foursightwines/images/wine/ur-corner.gif') bottom right no-repeat;
    height:6px;
    margin-bottom:0px;
}
.roundbottom {
    background: url('http://www.foursightwines.com/themes/vinesos_foursightwines/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;
}

/*=========================new style============================*/
.rightLabel {
    font-size: 1.1em;
    font-weight: normal;
    color: #4A3319;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
}
.rightInput {
    background: #988A6D;
    border: 0px;
    font-size: 1.3em;
    padding: 3px 0px;
}
.tdBorder {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #9A8F71;
}
txtLink: {
    color: #EC9F6A;
}
.rightLink:link {
    color: #EC9F6A;
}
.rightLink:hover {
    color: #EC9F6A;
}
.rightLink:visited {
    color: #EC9F6A;
}
#rightCart {
    background: #FFFFFF;
    margin-top: 20px;
    padding-top: 10px;
}
.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 #CABD94;
    color: #CABD94;
    font-weight: bold;
}
.blockContent {
    padding: 0.4em;
    font-size: 100%;
    font-family: Verdana,arial,helvetica,clean,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;
    color: #7c6d4e;
    font-size: 0.8em;
}

.cartBlock a{
    color: #7c6d4e;
    text-decoration: none;
    font-weight: bold;
}
.cartBlock a:hover{
    color: #7c6d4e;
    text-decoration: underline;
    font-weight: bold;
}

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

.cartBody {
    font-size: 1.0em;
    text-align: left;
}

#nav {
    position: relative;
    margin-top: 20px;
    margin-left: 126px;
    font-size: 1.0em;
}
#nav .inner {
    height: 50px;
    padding-left:24px;
    background: url('../images/nav_bg.gif');
}
#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav li {
    list-style: none;
    float: left;
    padding-left: 0;

}
#nav li a {
    display: block;
    padding: 0;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-weight: bold;
    color: #CABD94;
    text-decoration: none;
}
#nav li a:hover, #nav li.current a {
    color: #CABD94;
    text-decoration: none;
    background: #6C5434;
}

 #nav ul li ul {
    position: absolute;
    left: -999em;
    margin: 0 0 0 0;
    -moz-opacity: 0.95;
}
#nav li ul a {
    padding: 0;
    padding-right: 1.0em;
    color: #CABD94;
    cursor: default;
}

#nav li.current ul a {
    color: #CABD94;
    cursor: default;
    background: none;
}
#nav li ul a:hover, #nav li ul li.current a{
    color: #CABD94;
    border: none;
    text-decoration: underline;
    background: none;
}
#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 {
}
#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 #CABD94;
}