@charset "utf-8";


body {
	line-height: 130%;
	min-width: 970px;
	color: #4A4A4A;
	background-color: #1b1b1d;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: arial, helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #9C452B;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
.divider {
	background-image: url(../images/bg_divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 2px;
	clear: both;

}
.right {
	text-align: right;
}

a.rounded, .button, .button_sml {
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */
}
.button {
	color: #FFFFFF;
	background-color: #990000;
	padding: 5px 10px;
	font-weight: bold;
}
.button_sml {
	color: #FFFFFF;
	background-color: #990000;
	padding: 0px 5px;
}
.button_sml:hover, .button:hover {
	background-color: #FFCC00;
	color: #990000;
} 

.text11 {
	font-size: 11px;
}
.quote {
	background-color: #FFE9D2;
	border: 3px solid #FFCC99;
	padding: 10px;
	margin-bottom: 15px;
}
.hideform {
	display: none;
}
.green {
	color: #090;
}
.blue {
	color: #06C;
}
.red {
	color: #900;
}
.speaker img {
	float: left;
	border: 2px solid #999;
	padding: 5px;
	background-color: #FFF;
	margin-right: 15px;
}



#contleft ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contleft  ul li {
	background-image: url(../images/icon_bullet_go.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
	text-align: justify;
}

#contleft h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4D4D4;
}
#contleft h4 {
	font-size: 13px;
	color: #990000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C9BE9C;
}



#container {
	width: 100%;
	height: 100%;
	text-align: center;/* IE fix to center the page */
	margin-top: 15px;
}

#content {
  	width: 950px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}

/******** Navigation *********/
.jqueryslidemenu{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	z-index:99;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block; /*background of tabs (default state)*/
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: #CCCCCC;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index: 4;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	width: 200px; /*width of sub menus*/
	padding: 8px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #414141;
	color: #F8D09C;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 12px;
	right: 5px;
}


#container #content #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 461px;
	display: block;
	z-index:98;
}
#container #content #headlogo {
	background-image: url(../images/logo_taste_large.gif);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	height: 208px;
	width: 442px;
	top: 72px;
	background-color: #1b1b1b;
	background-position: center 20px;
	padding-top: 245px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
}
#container #content #headop {
	background-image: url(../images/logo_taste_small.gif);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	height: 180px;
	width: 300px;
	top: 73px;
	z-index: 3;
	background-color: #1b1b1b;
	background-position: center 15px;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
	padding: 10px;
}

#container #content #headlogo h4 {
	font-size:13px;
	color:#CCCCCC;
	margin-bottom:7px;
}
#container #content #headlogo p {
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
}


#container #content #events {
	display: block;
	height: 126px;
	background-image: url(../images/events_bg.gif);
	background-repeat: repeat-x;
}
#container #content #events ul {
	margin: 0px;
	padding: 0px;
}

#container #content #events ul li {
	list-style-type: none;
	display: inline;
	margin-right: 12px;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}
#container  #content  #events  li.wine {
	background-image: url(../images/bw_event_logos.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	display: block;
	height: 99px;
	width: 214px;
	margin-left: 20px;
	cursor:default;
}
#container  #content  #events  li.wine:hover {
	background-image: url(../images/event_logos.jpg);
}
#container  #content  #events  li.spirits {
	background-image: url(../images/bw_event_logos.jpg);
	background-repeat: no-repeat;
	background-position: center -99px;
	display: block;
	height: 99px;
	width: 214px;
	margin-left: 5px;
	cursor:default;
}
#container  #content  #events  li.spirits:hover {
	background-image: url(../images/event_logos.jpg);
}
#container  #content  #events  li.food {
	background-image: url(../images/bw_event_logos.jpg);
	background-repeat: no-repeat;
	background-position: center -198px;
	display: block;
	height: 99px;
	width: 214px;
	margin-left: 5px;
	cursor:default;
}
#container  #content  #events  li.food:hover {
	background-image: url(../images/event_logos.jpg);
}
#container  #content  #events  li.hospitality {
	background-image: url(../images/bw_event_logos.jpg);
	background-repeat: no-repeat;
	background-position: center -297px;
	display: block;
	height: 99px;
	width: 214px;
	margin-left: 5px;
	cursor:default;
}
#container  #content  #events  li.hospitality:hover {
	background-image: url(../images/event_logos.jpg);
}
#container #content #webcontent {
	margin-top: 15px;
	margin-bottom: 0px;
}
#container #content #webcontent #conttop {
	background-image: url(../images/content_top.gif);
	background-repeat: no-repeat;
	display: block;
	height: 13px;
}
#container #content #webcontent #contbot {
	background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 13px;
}
#container #content #webcontent #contcont {
	background-color: #f3f3f3;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #979797;
	border-left-color: #979797;
}
#container #content #webcontent #contcont #contdivider {
	background-image: url(../images/cont_divider_bg.gif);
	background-repeat: repeat-y;
	background-position: 700px;
	padding: 15px;
}
#container #content #webcontent #contcont #contdivider p {
	margin: 0px;
	padding-bottom: 15px;
	font-size: 12px;
	text-align: justify;
}
#container #content #webcontent #contcont #contdivider h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #644500;
	margin: 0px;
	padding-bottom: 20px;
	padding-top:4px;
}
#container #content #webcontent #contcont #contdivider #contleft {
	float: left;
	width: 670px;
}
#container #content #webcontent #contcont #contdivider #contright {
	float: right;
	width: 215px;
}
#container #content #webcontent #contcont #contdivider #contright h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8f6301;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #content #webcontent #contcont #contdivider #contright p {
	font-size: 11px;
	color: #666666;
}
#container #content #sponsor {
	background-color: #313133;
	padding: 10px;
	background-image: url(../images/sponsor_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container #content #sponsor h2 {
	font-size: 15px;
	margin: 0px;
	padding-bottom: 15px;
}
#container #content #sponsor .sponsorflash {
	background-image: url(../images/supported_by_text.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 130px;
}
#container #content #footer {
	padding: 15px;
	text-align: right;
	margin-top: 5px;
	font-size: 11px;
	color: #666666;
}
#container #content #footer a.firefox {
	background-image: url(../images/firefox-logo-16x16-B.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#container #content #footer a.firefox:hover {
	background-image: url(../images/firefox-logo-16x16.png);
	text-decoration: none;
}
#container #content #footer .gototop {
	background-image: url(../images/totop.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 15px;
	color:#666666;	
}



/***********Sliding Panel Newsletter *****************/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
/*.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}*/
/* Hides from IE-mac \*/
/** html .clearfix {height: 1%;}*/
/*.clearfix {display: block;}*/
/* End hide from IE-mac */
/*.clearfix {height: 1%;}*/
/*.clearfix {display: block;}*/

/* Panel Tab/button */
.tab {
  	background: url(../images/tab_b.gif) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 20px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(../images/tab_l.gif) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../images/tab_r.gif) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../images/tab_m.gif) repeat-x 0 0;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;

	position: relative;
	top: 11px;
	text-decoration: none;
}

.tab a.open {background: url(../images/bt_open.gif) no-repeat left 0;}
.tab a.close {background: url(../images/bt_close.gif) no-repeat left 0;}
.tab a:hover.open {background: url(../images/bt_open.gif) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/bt_close.gif) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 280px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 900;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 600px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-left: 1px solid #333;
	padding-left:15px;
	float:right;
	text-align:left;
	width:280px;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 18px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: normal;
	font-size:11px;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

#panel .content span.error {
	float: none;
	color: red;
	padding-left: 2.2em;
	padding-top: 0.4em;
	vertical-align: bottom;
	font-size: 11px;
	position: absolute;
	background-color:transparent;
	background-image: url(../images/icon_error_b.png);
	background-repeat: no-repeat;
	background-position: left 0.5em;
}
/****** Top Sliding Panel End ***********/
/*********Bubble ***************/

.bubbleInfo {
    position: relative;
}
	
	
.popup {
	position: absolute;
	z-index: 50;
	border-collapse: collapse;
	display: none;
	}
	
.popup td.corner {
	height: 15px;
	width: 19px;
	}
	
.popup td#topleft {
	background-image: url(../images/bubble-1.png);
	}
.popup td.top { background-image: url(../images/bubble-2.png); }
.popup td#topright { background-image: url(../images/bubble-3.png); }
.popup td.left { background-image: url(../images/bubble-4.png); }
.popup td.right { background-image: url(../images/bubble-5.png); }
.popup td#bottomleft { background-image: url(../images/bubble-6.png); }
.popup td.bottom { background-image: url(../images/bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(../images/bubble-8.png); }
.popup  table.popup-contents p {
	font-size: 11px;
	line-height: 0.9em;
	background-color: #fff;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}
#container #content #webcontent #contcont #contdivider #contleft .bubbleInfo #dpop .popup-contents a {
	color: #990000;
	text-decoration: none;
}

 
table.popup-contents th {
	text-align: right;
	text-transform: lowercase;
	}

table.popup-contents td {
	text-align: left;
	}

tr#release-notes th {
	text-align: left;
	text-indent: -9999px;
	background: url(../images/starburst.gif) no-repeat top right;
	height: 17px;
	}

tr#release-notes td a {
	color: #333;
}
/********* Slider *************/

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:950px;
	height:461px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{

	}	
#nextBtn{ 

	}														
	
/******** End Slider ************/
/********Form Styles *************/
.cssform p{
	width: 450px;
	clear: left;
	margin: 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	/*border-top: 1px dashed gray; Remove comment to show the border */
height: 1%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
}

.cssform label.ftitle{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
	border: 1px solid #999999;
	padding: 2px;
}

.cssform textarea{
	width: 250px;
	height: 80px;
	border: 1px solid #999999;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
.cssform .info {
	font-size: 10px;
}
.cssform label.error {
	float: none;
	color: red;
	padding-left: 2.2em;
	vertical-align: bottom;
	font-size: 12px;
	position: absolute;
	background-color:transparent;
	background-image: url(../images/icon_error.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/******* End Form Styles *********/
/* success and error message**/
/**********************************************************/
#content .success {
	font-size: 2em;
	color: #22550F;
	font-family: "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 15px;
}
.success .smsg {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/*#content .error {
	font-size: 2em;
	color: #22550F;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../images/error-bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #ff4444;
	margin-top: 10px;
	margin-bottom: 20px;
}
.error  .emsg {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 80px;
	background-image: url(../images/error-icon.gif);
	background-repeat: no-repeat;
	color: #6A0000;
	background-position: 25px center;
}*/
/*************************************************/
.datatable {
	padding:10px;
	background-color: #E1E1E1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #BCBCBC;
	border-left-color: #BCBCBC;
	border-bottom-width: 1px;
}

.datatable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCBCBC;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	text-align: left;
}
.datatable .head {
	font-size: 11px;
	font-weight: bold;
	color: #2D0000;
	background-color: #CECECE;
	text-indent: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#container #content #webcontent #contcont #contdivider #contleft ul.gallery li {
	background-image: none;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#container #content #webcontent #contcont #contdivider #contleft ul.gallery li a {
	margin-right:10px;
	border:none 0px;
}

#container #content #webcontent #contcont #contdivider #contleft ul.gallery li a img {
	border:none 0px;
}

/********* News Ticker *************/
/* To indicate is news content */
.news_style{
display:none;
}

/* where news todisplay*/
.news_show 
{
position:absolute;/*important*/
background-color: white;
color:black;
font: normal 100% "Arial", "Lucida Grande",Verdana, Sans-Serif;
clip:rect(0px 350px 150px 0px);/*important*/
}

/* wrap .news_news for border*/
.news_border
{
background-color: white;
width:352px;
height:152px;
font: normal 100% "Arial", "Lucida Grande",Verdana, Sans-Serif;
border: 1px solid gray;
padding: 5px 5px 5px 5px;
}
/*wrap images button and news title*/

.news_mark 
{
background-color:white ;
font: normal 70% "Arial", "Lucida Grande",Verdana, Sans-Serif;
border: 0px solid gray;
width:363px;
height:35px;
color:black;
text-align:center;
}

/*news title display style*/
.news_title 
{
font: bold 120% "Arial", "Lucida Grande",Verdana, Sans-Serif;
border: 0px solid gray;
padding: 5px 0px 9px 5px;
color:black;
}


.news_show img // option this
{
margin-left: 5px;
margin-right: 5px;
}


.buttondiv // for images button 
{
position: absolute;
padding: 5px 5px 5px 5px;
background-color:white ;
border: 1px solid gray;
/*border-top-color: white;*/
border-top:none;
height:20px;
}


.news_move // for inside news slide style 
{
position: relative; /*important*/
}


.mytable //fix inside news slide table 
{
width:350px;/*important-- this control how many px to left or right*/
height:150px;
vertical-align: top; 
}
#container #content #webcontent #contcont #contdivider #contleft .news-container ul {
	list-style-type: none;
	padding: 3px;
	margin: 0;
	background-image: none;
}
#container #content #webcontent #contcont #contdivider #contleft .news-container li {
	background-image: none;
}
#container #content #webcontent #contcont #contdivider #contleft .news-container ul li h1 {
	font-size: 13px;
	margin: 0px;
	margin-bottom:10px;
	padding: 0px;
	font-weight:bold;
}
.loading {
	float:right;
	background:url(../images/loading2.gif) no-repeat 1px;
	height:28px;
	width:28px;
	display:none;
	margin-right: 35px;
}
.done {
	padding-left:20px;
	font-family:arial;
	font-size:12px; 
	width:70%; 
	margin:20px auto; 
	display:none
}
.hightlight {
	background-image: url(../images/iconCaution.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FF0000;
}

.block { display: block; }
form.cssform label.error { display: none; }

/*** Model Box ********/

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {
	height:420px;
	width:600px;
	color:#bbb;
	background-color:#333;
	border:4px solid #444;
	padding:12px;
	font: normal 90% "Arial", "Lucida Grande",Verdana, Sans-Serif;
}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-16px;
	cursor:pointer;
	background-image: url(../images/x.png);
	background-repeat: no-repeat;
}
.iwcr {
	background-color: #EAE4EF;
	border: 2px solid #7E55A1;
	padding: 5px;
	margin-bottom: 25px;
}
.iwcr h4 {
	font-size: 13px;
	font-weight: bold;
}
.iwcr ul {
	margin: 0px;
	padding-left:15px;
}
.iwcr ul li {
	font-size: 12px;
	padding-bottom: 15px;
	text-align: justify;
	
}
#simplemodal-container #basic-modal-content {padding:8px;}
.winecat .cat1 {
	float: left;
	width: 200px;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8D4AA;
}
.winecat  .cat2g {
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.winecat .cat3 {
	float: left;
	width: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8D4AA;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#container #content #webcontent #contcont #contdivider #contleft .exprofile ul li {
	padding: 0px;
	background-image: none;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	list-style-type: disc;
}
#contleft .quote ul.fade {
	margin: 0px;
	padding: 0px;
}
#contleft .quote ul.fade li {
	list-style-type: none;
	margin: 0px;
	background-image: none;
	padding: 0px;
}
