﻿body  
{
    font-family: Verdana,Arial,Helvetica,sans-serif; 
    font-size: 0.9em; 
    margin: 0; 
    padding: 0; 
    background-image: url(/Images/Skin1/bg_dark.jpg);
    background-repeat: repeat;
    color: #565656;
}
th, td { border: solid 0px #ffffff; }
a { color: #b22931; }
a img { border: none; vertical-align: top; }
.ws-header { height: 64px; }
.ws-logocontainer { width: 256px; }
.ws-headcontainer { width: 128px; font-weight: bold; text-align: center; font-size: 1.0em; }
.ws-topbar { height: 36px; width: 100%;  background-image: url("/Images/header.png"); background-repeat: repeat-x; }
.ws-textheader { font-weight: bold; font-size: 1.20em; margin-bottom: 2px; color: #484848; }
.ws-textpara { text-indent: 12pt; }
.ws-textrelease { margin-left: 16px; font-weight: bold; color: blue; }
.ws-texthilight { font-weight: bold; color: orange; }
.ws-footer { border-top: solid 4px #000000; }
.wsBGLight {
    background-color: #eeeeee;
}
.srBGCol { background-color: #f6f6ea; }
.srBGDark { background-color: #2a1c11; }
.wsContainer {
    overflow: auto;
    margin-top: 8px;
    font-size: 0.9em;
}
.wsMenu {
    background-color: #000000;
}
.wsMenuItem {
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 4px;
    border: solid 2px #000000;
    cursor: pointer;
}
.wsMenuItem:hover {
    background-color: #7D4900;
}
.wsMenuItem.selected {
    background-color: #7D4900;
}
.wsNewsHeading {
    font-weight: bold; 
}
.wsTCTL {
    height: 6px; width: 6px; background: url(/Images/tl2.png) no-repeat scroll center center; float: left;
}
.wsTCTR {
    height: 6px; width: 6px; background: url(/Images/tr2.png) no-repeat scroll center center; float: right;
}
.wsTCBL {
    height: 6px; width: 6px; background: url(/Images/bl2.png) no-repeat scroll center center; float: left;
}
.wsTCBR {
    height: 6px; width: 6px; background: url(/Images/br2.png) no-repeat scroll center center; float: right;
}
.wsThickBorder {
    border: solid 4px #eeeeee;
}
.wsThickBorderTop {
    border-top: solid 4px #eeeeee;
}
.wsThickBorderBottom {
    border-bottom: solid 4px #eeeeee;
}
.wsInput
{
    height: 24px;
    font-family: monospace;
    font-size: 1.1em;
    border: solid 1px #bcbccf;
}
.wsValidateError 
{
    font-weight: bold;
    color: #ff0000;
}
.srAdList 
{
    font-size: 0.9em;
    height: 84px;
    margin-bottom: 4px;
    text-align: left;
}
.srAdListSet
{
    color: #a39278;
    background-image: url(/Images/Skin1/trans_d.png);
    background-repeat: repeat;
    padding: 4px;
}
.srAd a
{
   color: #a39278; 
}
.srAdLabel 
{
    color: #8a8a8a;
    padding-right: 16px;
    padding-left: 16px;
    float: left;
}
.srActionButton 
{
    cursor: pointer;
    color: #000000;
    font-weight: bold;
    font-size: 9pt;
    *padding: 1px;
    white-space: nowrap;
}
.srActionLink 
{
    color: #b25e21;
    font-weight: bold;
}
.srAgree 
{
    font-weight: bold;
    margin-bottom: 4px;
}
.srAltRow
{
    background-color: #eae4d4;
}
.srBGLight 
{
    background-color: #eeeeee;
}
.srBGShade 
{
    background-color: #eae4d4;
}
.srBGMedium
{
    background-color: #99dbff;
}
.srBigger 
{
    font-size: 1.1em;
}
.srBold 
{
    font-weight: bold;
}
.srBorder 
{
    border: solid 1px #6a6a6a;
}
.srButton 
{
	padding-left: 8px; padding-right: 8px;
	font-size: 10pt;
	font-weight: bold;
}
.srCalRow 
{
    background-color: #F2F2F2;
    border-left: solid 1px #808080;
    border-right: solid 1px #808080;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}
.srCalHeader 
{
    border-top: solid 1px #808080;
}
.srCalFooter 
{
    border-bottom: solid 1px #808080;
}
.srCigarNav 
{
    height: 30px;
    background-color: #eae4d4;
    border: solid 1px #cdc6b3;
}
.srCigarNav a
{
    color: #b32a24;
}
.srCigarImage
{
    background-color: #ffffff;
    border: solid 5px #eae4d4;
}
.srBandImage 
{
    width: 128px;
    height: 96px;
}
.srBGAlt 
{
    background-color: #FFFFDD;
}
.srBrand 
{
	font-weight: bold;
	font-size: 1.4em;
	padding: 2px;
}
.srBrandContainer
{
	padding: 10px;
	margin: 2px 2px 10px 2px;
	
	border-radius: 10px;
	/*-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); 
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); 
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);*/
	
	/*border: solid 1px #bdbdbd;
	background-color: #FBF0FA;
    background: -webkit-gradient(linear, left bottom, left top, from(#DBD0DA), to(#FBF0FA));
    background: -moz-linear-gradient(center bottom , #DBD0DA 22%, #FBF0FA 81%) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DBD0DA, endColorstr=#FBF0FA); */
}
.srBrandSummary 
{
	font-size: 0.9em;
	margin-left: 20px;
	width: 660px;
}
.srBrandSummary li.first
{
	font-weight: bold;
}
.srBrandSummary li 
{
	display: inline; list-style: none;
	margin-right: 16px;
}
.srBrandList ul 
{
    font-size: 0.9em;
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
.srBrandList ul li 
{
	margin-left: 0;
	margin-bottom: 0px;
	padding: 2px 2px 2px;
	list-style: none;
	display: inline;
}
.srBrandList ul li:hover
{
    background-color: #ddfcff;
}
.srBrandList ul li a
{
    font-weight: bold;
}
.srBrandList ul li.first
{
	border: none;
	padding: 2px 4px 2px 0px;
	list-style: none;
	display: inline;
}
.srCigarFinder
{
    width: 944px;
    height: 124px;
    background-image: url(/Images/Skin1/find-cigar2.png);
    margin-left: -2px;
}
.srCigarRecord 
{
    /*border-top: dotted 1px #acacac;
    */
}
.srCigarName
{
    font-size: 1.35em;
}
.srCigarRatingCol
{
    text-align: center;
    font-weight: bold;
}
.srCigarTypeRecord
{
    font-size: 0.8em;
    padding: 5px 0 10px 10px; border-bottom: 1px dotted #c3afa3;
}
.srSimpleScoreBox
{
    padding: 5px;
    background-color: #ffffff;
    font-weight: bold;
    color: #565656;
    width: 64px;
}
.srBTerm  
{
    float: left; 
    width: 19px; 
    height: 20px;
    background-image: url(/Images/Skin1/trans_c.png);
	background-repeat: no-repeat; 
	margin-right: 4px;
	padding-top: 1px;
	text-align: center;
}
.srBTerm a 
{
    color: #ffffff;
    text-decoration: none;
}
.srBTerm a:hover { color: Orange; }
.srBTerm.sel { color: Orange; }
a.srDarkLink 
{
    color: #585455;
    text-decoration: none;
}
.srDashNav 
{
}    
.srDashNavCell 
{
    font-size: 1.0em;
    font-weight: bold;
    padding-right: 8px;
    padding-left: 8px;
    border-right: solid 2px #000000;
}
.srDashNavCell.last 
{
    border-right: solid 2px transparent;
}
.srDashNavCell.selected 
{
    color: Navy;
}
.srDateContainer
{
    position: relative;
}
.srDate { display:none; position: absolute; left: 0px; top: 0px; z-index: 1 }
a.srDarkLink 
{
    color: #585455;
    text-decoration: none;
}
.srFooter 
{
    background-color: #000000;
    color: #595959;
    height: 300px;
}
.srFooter a 
{
    color: #595959;
}
.srFooter a:hover
{
    color: #7c7c7c;
}
.srFooterTitle
{
    font-size: 1.1em;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 3px #171717;
}
.srHeading {
    color: #af2525;
    font-weight: bold;
    border-bottom: solid 2px #cacaca;
    padding-bottom: 2px;
}
.srHidden 
{
    display: none;
}
.srImgLink
{
    text-decoration: none;
}
.srImgLink img
{
    vertical-align: middle;
}
.srImgLink .text
{
    text-decoration: underline;
}
.srImportant 
{
    color: Orange;
}
.srInfoMessage 
{
    font-weight: bold;
    color: Navy;
}
.srInfoMessage span
{
    background-color: #FFFFCC;
}
.srInput 
{
	font-family: monospace;
}
.srLabel 
{
    font-weight: bold;
}
.srLabel.L { color: #c8b398; }
.srLabel.W { color: #ffffff; }
.srLoading { display: none; }
.srLabelCol
{
    color: #019f2e;
    font-weight: bold;
    padding-bottom: 2px;
}
.srLabelCol a 
{
    color: #019f2e;
    font-weight: bold;
}
.srLabelCol a:hover
{
    color: orange;
}
.srLogo 
{
    /*max-width: 1240px;*/
}
.srMain  
{
    margin: 0 0 10px 0;
    min-height: 360px;
}
.srMain .content
{
    padding: 10px;
    background-color: #ffffff;
}
.srHeaderNav .nav 
{
    padding: 0 8px 0 8px;
}
.srHeaderNav .nav:hover
{
    background-image: url(/Images/Skin1/trans_d.png);
    background-repeat: repeat;
}
.srHeaderBorder  
{
    height: 16px; 
    background-color: #ffffff;
    background-image: url(/Images/grad_up.png);
    background-repeat: repeat-x; 
    /*border-bottom: solid 2px #c5c5c5;*/
}
.srNoScript 
{    
    border: solid 2px #6a6a6a; 
    color: #ff0000; 
    font-size: 1.2em; 
    font-weight: bold; 
    margin: 16px; 
    padding: 16px; 
    text-align: center;
}
.srOrder 
{
	font-weight: bold;
	width: 16px;
	padding-right: 4px;
}
.srOrderedList li
{
	font-weight: bold;
	list-style: decimal-leading-zero inside none;
	*list-style: decimal inside none;
	padding: 2px;
}
.srOrderedList td
{
}
.sr100 
{
	width: 100%;
}
.srPageWidth 
{
    max-width: 1220px;
}
.srPageBody 
{
    max-width: 1024px;
    margin-left: auto; 
    margin-right: auto;
}
.srRecentReviews td
{
    padding: 2px;
}
.srReview .srLabelCol 
{
    font-size: 0.85em;
}
.srResultsPanel table
{
    font-size: inherit;
}
.srReview input, textarea
{
    *font-size: 0.85em;
}
.srReviewer a
{
    font-weight: bold;
    color: #b25e21;
}
.srReviewer a:hover
{
	color: #aaaa00;
}
.srReviewSearch input
{
    font-family: Monospace;
    width: 7em;
}
.srReviewSearch input
{
    font-size: 1.3em;
}
.srReviewSearch td
{
    vertical-align: top;
    padding-bottom: 2px;
    padding-top: 2px;
}
.srReviewSearch .srLabelCol 
{
    padding-left: 16px;
    width: 108px;
}
.srReviewSearch .srValCol 
{
    padding-left: 4px;
}
.srReviewText 
{
    color: #a3937c;
}
.srRow
{
    border-bottom: solid 1px #cfcfcf;
    padding: 2px;
}
.srSearchText 
{ 
    color: #5f503d; 
    font-style: italic;
    border: 0; 
    border-left: solid 1px #e1cdb4; 
    border-right: solid 1px #e1cdb4; 
    border-collapse: collapse; 
    height: 38px; 
    width: 578px; 
    background-image: url(/Images/Skin1/search_bg.png); 
    background-repeat: repeat-x;
    padding-left: 8px;
    font-weight: bold;
    vertical-align: top;
}
.srSearchBtn
{
    border: 0;
    border-collapse: collapse;
    width: 117px;
    height: 38px;
    background-image: url(/Images/Skin1/search_btn_bg.png); 
    background-repeat: repeat-x;
    cursor: pointer;
    color: #fffeff;
    font-weight: bold;
    font-size: 1.1em;
}
.srSelected 
{
	background-color: #cfcfff;
}
.srScore
{
	color: navy;
	font-weight: bold;
}
.srSideBar .content
{
    margin-right: 4px;
}
.srSideBar ul 
{
    margin-left: 36px;
}
.srSideBar li
{
    color: #6a6a6a;
    font-size: 0.9em;
    font-weight: bold;
    list-style: disc none outside;
    margin-bottom: 8px;
    padding: default;
}
.srSignUp li
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 4px;
    text-align: left;
}
.srAdList ul 
{
    margin-left: 0px;
}
.srAdList li
{
    list-style: none none inside;
    margin-bottom: 16px;
}
.srSmaller 
{
    font-size: 0.9em;
}
.srSmallest 
{
    font-size: 0.85em;
}
.srSubText 
{
    font-size: 0.85em;
    color: #6a6a6a;
}
.srTable td
{
    padding-bottom: 8px;
    vertical-align: top;
}
.srTextContent 
{
    padding: 12px;
}
.srTextDark 
{
    color: #B32A24;
}
.srTextFaded {
    color: #6a6a6a;
}
.srTextHeader 
{
    font-size: 1.0em;
    font-weight: bold;
}
.srTopReviews td
{
    padding: 3px;
}
.srDKTL {
    height: 6px; width: 6px; background: url(/Images/tldk.png) no-repeat scroll center center; float: left;
}
.srDKTR {
    height: 6px; width: 6px; background: url(/Images/trdk.png) no-repeat scroll center center; float: right;
}
.srDKBL {
    height: 6px; width: 6px; background: url(/Images/bldk.png) no-repeat scroll center center; float: left;
}
.srDKBR {
    height: 6px; width: 6px; background: url(/Images/brdk.png) no-repeat scroll center center; float: right;
}
.srTab 
{
    background-color: #79532e;
    color: #f6f6ea;
    font-weight: bold;
}        
.srTab.selected 
{
    background-color: #f6f6ea;
    color: #575759;
}
.srTab:hover 
{
    cursor: pointer;
}
.srTab.inactive:hover .caption
{
    text-decoration: underline; 
}
.srTabPad 
{
    margin: 12px;
}
.srContentContainer 
{
    background-color: #f6f6ea;
}
.srTypeList li
{
    border-bottom: dotted 1px #cfcfcf;
    margin-bottom: 4px;
    padding-bottom: 4px;
}
.srTypeList li.last
{
    border-bottom: none;
}
.srVoteYes 
{
    border: none;
    border-collapse: collapse;
    width: 64px; height: 31px;
    background-image: url(/Images/Skin1/yes.png);
    background-repeat: no-repeat;
    background-color: #EAE4D4;
    cursor: pointer;
}
.srVoteYes:hover 
{
    background-image: url(/Images/Skin1/yes_hover.png);
}
.srVoteNo 
{
    border: none;
    border-collapse: collapse;
    width: 64px; height: 31px;
    background-image: url(/Images/Skin1/no.png);
    background-repeat: no-repeat;
    background-color: #EAE4D4;
    cursor: pointer;
}
.srVoteNo:hover 
{
    background-image: url(/Images/Skin1/no_hover.png);
}
.srWidget
{
}
.srWidgetCaption
{
    color: #ffffff;
    background-color: #484848;
    font-weight: bold;
    padding-left: 4px;
}
.srWidgetBody 
{
    border: solid 1px #6a6a6a;
    padding: 4px;
    min-height: 360px;
}
.srWidgetContainer 
{
    min-height: 240px;
}
.srResultsPanel .yui-skin-sam .yui-dt table {
    font-size: 0.9em;
}
.yui3-u-1-3 
{
    vertical-align: baseline;
}
.yui3-g {letter-spacing:-0.4em; }