/* 
Title:    wsjwine.com - FUM
Updated:   May 2009
*/

/* General */

body {
	background: #2d0017 url(images/WSJhomepage01c-bb-TILE2.jpg) repeat-x;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
}

.clr {
	clear: both;
}

img {
	border: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.border {
	border: 1px solid #333;
}

/* Links */

a:link, a:visited {
	color: #980e32;
}

a:hover, a:active {
	color: #980e32;
	text-decoration: none;
}
/* Headings and Paragraphs */

h1, h2 ,h3 , h4 {
	font-family: Georgia, Times, serif;
	font-weight: bold;
}

h1.main {
	font-size: 18px;
	margin: 5px 0px;
}



h2.main {
	font-size: 16px;
	margin: 5px 0px;
	font-weight: normal;
	font-style: normal;
}

h1.sub {
	font-size: 18px;
}

h2.sub1 {
	font-size: 16px;
	margin: 10px 0px;
}

h3.sub2 {
	font-size: 14px;
	margin: 5px 0px;
}

h3.sub {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size: 12px;
	margin: 1em 0;
}

p.legal {
	font-size: 10px;
	margin: 10px 0px;
}

/* Layout */

.container {
	margin: 10px auto;
}

#header {
	margin: 0px;
	padding: 0px;
	border-bottom: 10px solid #2d0017;
	height: 141px;
}

#header-image {
	height: 141px;
}
#logo {
}

#main-container {
	background: #ffffff;
	width: 800px;
	text-align: left;
}

.container {
	background: #ffffff;
	text-align: left;
}

/* Main Content */

#main-container h1 {
	padding: 10px 15px;
	font: normal 24px "Times New Roman", Times, serif, Georgia;
}

#main-content h1.headline {
	margin: 10px 0px;
	padding: 10px 0px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#main-content h2.sub-headline {
	margin: 10px 0px 15px;
	padding: 0px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* Main Offer */

#mo-col-left {
	width: 400px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mo-col-left h1 {
	color: #25201a;
	text-align: center;
	font-size: 34px;
	margin: 50px 0px 0px 0px;
}

#mo-col-left h2 {
	color: #980e32;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
}

#mo-col-left .button {
	text-align: center;
	margin: 15px 0px;
}

#mo-col-right {
	width: 375px;
	float: right;
}

#sub-offer1,#sub-offer2,#sub-offer3 {
	border-bottom: 1px solid #ccc;
	width: 780px;
	margin: 10px 0px 0px 10px;
}

#sub-offer1 h1, #sub-offer2 h1 {
	font-size: 26px;
	text-align: center;
	margin: 40px 0px 0px 0px;
}

#sub-offer3 h1 {
	font-size: 30px;
	text-align: center;
	margin: 40px 0px 0px 0px;

}

#sub-offer1 .button, #sub-offer2 .button, #sub-offer3 .button {
	text-align: center;
	margin: 15px 0px;
}

.sub-left {
	width: 350px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 10px;
}

.sub-right {
	width: 350px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
		margin: 10px 10px;
}

.sub3-left {
	width: 450px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 10px;
}

.sub3-right {
	width: 250px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
		margin: 10px 10px;
}


/* Secondary Offers */

#sec-offers {
	background: url(images/wsj_lp_fum_secoff_bg.gif) repeat-x;
	height: 314px;
}

.s-offer {
	float: left;
	width: 345px;
	margin: 20px 25px;
}

.s-offer h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 5px 0px;
}
/* Offer Carousel */

#offer-carousel {
	margin: 0px 0px 10px 0px;
	position: relative;
	left: 55px;
 border: 1px solid #d5d8da;
 width: 880px;

}

#offer-carousel-hdr {
	background: #ccc;
 width: 880px;
}

#offer-carousel-hdr p {
	color: #000;
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 5px;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container {
    background: #FFF;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 860px;
    padding: 10px 10px 0px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 860px;
    height: 160px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 175px;
    height: 150px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 75px;
    right: -20px;
    width: 23px;
    height: 68px;
    cursor: pointer;
    background: transparent url(images/carousel_right.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 75px;
    left: -40px;
    width: 23px;
    height: 68px;
    cursor: pointer;
    background: transparent url(images/carousel_left.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/* Special Offer */

#special-offer {
	text-align: center;
	margin: 10px 0px;
	padding: 0px 0px 10px;
}

/* Other Offers */

#other-offers {
	margin:0px 20px;
		font-family: arial, verdana;
	font-size: 12px;
}

#other-offers p {
	margin: 0px 0px 0px 5px;	
}

#other-offers h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0px 0px 5px;
}

#other-offers a:link, #other-offers a:visited {
	color:#666;

}

ul.offers-left {
	float:left;
	margin: 10px 0px 10px 5px;
	list-style-type: none;
}

ul.offers-right {
	float:right;
	margin: 10px 0px 10px 5px;
	list-style-type: none;
}

ul.offers-left li, ul.offers-right li {
	margin: 8px 0px;
}

/* Main Feature */

 .border-right {
	border-right: 1px solid #ccc;
	padding: 0;
	margin: 0;
}

.margin-v10 {
	margin: 10px 5px;
}

.margin-v20 {
	margin: 20px 0px;
}

.height-70 {
	height: 70px;
}

/* Price */

.special {
	font-weight: bold;
	font-size: 12px;
	color: #EE333F;
}

span.savings {
	color: #EE333F;
	font-weight: bold;
	font-style: italic;
}

span.strike {
	text-decoration: line-through;
}

/* Wine Name - Show/Hide */

.wine-name {
	display: none;
}

#wine-ship p {
	font-size:11px;
}

.wine-desc {
	text-align: left;
	margin: 10px 0px 10px;

}

.wine-desc h3.r {
	color: #9B2846;
	font-size: 12px;
	margin: 0px;
}


.wine-desc p {
	font-size: 11px;
	margin: 0;
}

.wine-desc span {
	color: #9B2846;
}

/* Slider */

#s3slider {
   width: 300px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin:0px 0px 10px 0px;
   border: 1px solid #333;
}

#s3sliderContent {
   width: 300px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin: 0 !important; /* important */
   padding: 0 !important; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 11px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 280px;
   background-color: #000;
   filter: alpha(opacity=90); /* here you can set the opacity of box with text */
   -moz-opacity: 0.9; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.9; /* here you can set the opacity of box with text */
   opacity: 0.9; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

.quote {
	margin: 10px 0px;
}

.quote p {
	font-size: 16px;
	color: #9B2846;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

.quote div {
	text-align: right;
	margin: 5px 0px 0px;
	padding: 0;
}


.individual-bottles p {
	margin: 0;
}

.individual-bottles .odd-box {
}

.marginv10 {
	margin: 10px 0;
}

span.caption {
	font-size: 10px;
}


/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/

*{padding: 0; margin: 0;}


/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}


/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/

#TB_overlay {
	position: fixed;
	z-index: 9992;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 9992;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}









