@media print{
  #cockbody{ display:none; }
  #drinkrec{ display:block !important;}
}
/***************LIGHTVIEW*************/
/* lightview.css
   http://www.nickstakenburg.com/projects/lightview
*/

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #808080;
	padding: 0;
	margin: 0;
}
.lv_MenuBar * { padding: 0; margin: 0; }

/* When the Menubar is at the top, on (ajax/iframe/inline) content,
   it will also have this style.
   The margins are removed here for better alignment, and since it's
   at the top we switch the inner margins to the other side.
*/
.lv_MenuTop .lv_DataText div,
.lv_MenuTop .lv_ImgNumber div { margin: 0; padding: 0; }
#lightview .lv_MenuTop .lv_Close, 
#lightview .lv_MenuTop .lv_Data { margin: 0 0 6px 0; }

.lv_Close, .lv_Data { margin: 6px 0 0 0; }
.lv_Close {
    position: relative;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
}

/* simulates padding-left inside .lv_Data */
.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; }

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #b8b8b8;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	position: relative;
	border-left: 1px solid #efefef;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_Media,
.lv_External {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#lightview iframe {
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

* html #lightview { /* IE6 */
	position: absolute;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.navbarHeight || 0)) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
html #overlay {
	position: absolute;
	height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
	width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}


/***************PROTOTIP*************/

/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
	}
.prototip .toolbar .title {
	display: block;
	position: relative;
	}
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}


.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

/* Tooltip styles */
.prototip .default { width: 150px; color: #fff; }
.prototip .default .toolbar { font: italic 17px Georgia, serif; }
.prototip .default .title { padding: 5px; }
.prototip .default .content { font: 11px Arial, Helvetica, sans-serif; padding: 5px;}

.prototip .pinktip { border: 5px solid #a1a1a1; }
.prototip .pinktip .toolbar {  color: #fff; font: italic 17px Georgia, serif; }
.prototip .pinktip .title { padding: 5px; }
.prototip .pinktip .content {  color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }

.prototip .darktip { width: 250px; border: 5px solid #a1a1a1; }
.prototip .darktip .toolbar {  color: #fff; font: italic 17px Georgia, serif; }


.prototip .darktip .title { padding: 5px;}
.prototip .darktip .content { color: #fff; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }

.prototip .silver { width: 300px; border: 5px solid #cccccc; color: #fff; font: 11px Arial, Helvetica, sans-serif;}
.prototip .silver .toolbar {  color: #fff; font-weight: bold; }
.prototip .silver .toolbar a.close:hover { background: url(close_hover_red.gif);}
.prototip .silver .title { padding: 5px; }
.prototip .silver .content {  color: #666666; padding: 5px;}

.protoClassic { width: 300px; border: 5px solid #8c939c; }
.protoClassic .toolbar {  font-weight: bold; color: #fff;}

.protoClassic .title { padding: 5px; }
.protoClassic .content { color: #333333; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }


/***************SITE*************/


html { 
	height: 101%; 
}


form{
	margin:0px;
	padding:0px;
}

.forumlinks, .forumlinks a{
	color:#5f973c;
	font-size:11px;
	text-decoration:none;
}

.smgold{
	color:#ad9343;
	font-size:10px;
}

.forumlinks a:hover{
	color:#5f973c;
	font-size:11px;
	text-decoration:underline;
}

table{
	font-family:arial;
	font-size:12px;
	color:#666666;
}

b{
	color:#000000;
}

a{
	font-family:arial;
	color:#22689d;
}

a.blueLink{
	font-size:12px;
	color: #6b9fc8;
	text-decoration:none;
}

a.orangeLink{
	font-size:12px;
	color: #d2b558;
	text-decoration:none;
}

a.greenLink{
	font-size:12px;
	color: #5f973c;
	text-decoration:none;
}

img{
	border:0px;
}

h2{
	margin:0px;
	color:#6b9fc8;
	margin-bottom:12px;
	font-size:14px;
	font-family:arial;
	text-transform:uppercase;
}

h2.orange{
	margin:0px;
	color:#d2b558;
	margin-bottom:12px;
	font-size:14px;
	font-family:arial;
	text-transform:uppercase;
}

h3{
	font-family:arial;
	color: #22689d;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

h3.orange{
	font-family:arial;
	color: #d2b558;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-transform: uppercase;
}

h3.green{
	font-family:arial;
	color: #5f973c;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-transform: uppercase;
}

/* COLOR CHANGER */

.bodyBlue{
	background-image: url('/_media/images/bg/syrup_bg_blue.png');
}

.bodyGrey{
	background-image: url('/_media/images/bg/syrup_bg_grey.png');
}

.bodyGreen{
	background-image: url('/_media/images/bg/syrup_bg_green.png');
}

.bodyPurple{
	background-image: url('/_media/images/bg/syrup_bg_purp.png');
}

.bodyRed{
	background-image: url('/_media/images/bg/syrup_bg_red.png');
}

.cur{
	cursor:pointer;
}


.tablehead{
	height:20px;
	background-image:url('/_media/images/tabs/tabs_blue_bg.png');
	background-repeat:repeat-x;
	text-align:center;
	color: #22689d;
	border: 1px solid #999999;
}

.oddtablehead{
	height:20px;
	background-image:url('/_media/images/tabs/off_tab_bg.png');
	border:1px solid #999999;
	text-align:left;
	color: #000000;
	width:100%
}

.oddtablehead td{
    padding-left:40px;
	width:33%
}

.eventablehead{
	height:20px;
	text-align:left;
	color: #666666;
	width:100%
}

.eventablehead td{
    padding-left:40px;
	width:33%
}

.lasttable .oddtablehead td{
    padding-left:40px;
	width:25%
}

.lasttable .eventablehead td{
    padding-left:40px;
	width:25%
}

/* TABS */

.ontabblue{
	cursor:pointer;
	border-top: 1px solid #999999;
	height:20px;
	width:102px;
	float:left;
	background-image:url('/_media/images/tabs/tabs_blue_bg.png');
	background-repeat:repeat-x;
	border-right:1px #999999 solid;
	text-align:center;
	color: #22689d;
	
}

.ontabgreen{
	cursor:pointer;
	border-top: 1px solid #999999;
	height:20px;
	width:102px;
	float:left;
	background-image:url('/_media/images/tabs/tabs_green_bg.png');
	background-repeat:repeat-x;
	border-right:1px #999999 solid;
	text-align:center;
	color: #5f973c;
	
}

.ontaborange{
	cursor:pointer;
	border-top: 1px solid #999999;
	height:20px;
	width:102px;
	float:left;
	background-image:url('/_media/images/tabs/tabs_orange_bg.png');
	background-repeat:repeat-x;
	border-right:1px #999999 solid;
	text-align:center;
	color: #ad9343;
	
}

.offtab{
	cursor:pointer;
	border-top: 1px solid #999999;
	border-right:1px #999999 solid;
	border-bottom:none;
	height:20px;
	width:102px;
	float:left;
	background-image:url('/_media/images/tabs/off_tab_bg.png');
	text-align:center;
	color: #666666;
}

.searchtabtitle{
	height:20px;
	width:124px;
	float:left;
	font-size:10px;
	text-align:right;
}


.tabcontainer{
	border:1px solid #999999;
	border-bottom:none;
	background-image:url('/_media/images/tabs/dotted.png');
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:6px;

}

.searchcontainer{
	height:65px;
	background-image:url('/_media/images/tabs/search/search_background.png');
	background-repeat:no-repeat;
}

.indgredientscontainer{
	background-image:url('/_media/images/tabs/c2_mainbg.png');
	background-repeat:repeat-y;
}

.typeofdrinkcontainer{
	background-image:url('/_media/images/tabs/c2_mainbg.png');
	background-repeat:repeat-y;
}

.bar{

	border-top: 1px solid #c0c0c0;
	border-right:1px #c0c0c0 solid;
	border-left:none;
	border-bottom:none;
	height:20px;
	width:329px;
	float:left;
	background-image:url('/_media/images/tabs/off_tab_bg.png');


}

.separator{
	height:1px !important;
	border-bottom:1px #cccccc dotted;
	margin-top:7px;
	margin-bottom:7px;
}


.ingpadding{
	padding-left:22px;
	text-transform:uppercase;
	font-size:10px;
	color:#000000;
	width:120px;
	margin-bottom:3px;
	float:left;
}

.ingpadding2{
	text-transform:uppercase;
	font-size:10px;
	color:#000000;
	width:130px;
	margin-bottom:3px;
	float:left;
}

.ingpadding3{
	text-transform:uppercase;
	font-size:10px;
	color:#000000;
	width:150px;
	margin-bottom:3px;
	padding-left:10px;
	float:left;
}

.ingname{
	float:left;
	padding-top:4px;
	padding-left:7px;
}

/* FOOTER */

.footer{
	height:26px;
	font-family:verdana;
	font-size:10px;
	color:#666666;
	text-align:center;
	background:#d7d7d7;
	width:800px;
}



/* Feeds */

cm_target {}

#clip-preview {
}

/* main container and border */
.cs-clip
{

}

/* thumbnail image */
.cs-thumbnail
{
margin-right:5px;
width:92px !important;
height:68px !important;
border: 1px solid #cccccc;

}

/* play button */
.cs-button{
display:none;


}

.cs-button-bg {

}

/* title link */
.cs-title
{
text-decoration:none;
border-bottom:none;
background-image:url('/_media/images/tabs/dotted.png');
background-repeat:no-repeat;
background-position:bottom;
padding-bottom:7px;
margin-bottom:7px;
width:280px;

}

/* title link style */
a.cs-title-link:link, a.cs-title-link:visited
{
text-decoration:none;
color:#5f973c;
text-transform:uppercase;
}

/* content provider, market, etc. */
.cs-channel-info
{

}

/* time and date */
.cs-time
{

}

/* descriptive text */
.cs-description
{
margin-bottom:20px;
}