/* CSS Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,cite,em,img,strong,b,u,i,address,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,tr,th,td { background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; } ol,ul { list-style: none; } blockquote,q { quotes: none; } blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none; } a img { border: 0; }
/* Clearing */
html body div.clear { background: none; border: 0; clear: both; display: block; float: none; font-size: 0; height: 0; margin: 0; overflow: hidden; padding: 0; position: static; visibility: hidden; width: 0; } .group:after, .container:after { clear: both; content: " "; display: block; font-size: 0; height: 0; visibility: hidden; } * html .group, * html .container { zoom: 1; } *:first-child+html .group, *:first-child+html .container { zoom: 1; }


/*	GENERAL
================================================================================= */
html { height: 100%; overflow-y: scroll; }
body { background: #5d5038; color: #000; font: normal .75em/1.5em Arial,Helvetica,sans-serif; }
html>body { font-size: 12px; }


/* Headers
-------------------------------------- */
h1,h2,h3,h4,h5,h6 { color: #9a1513; font-weight: normal; }
h4 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 28px; line-height: 30px; margin: 0 0 10px; }
h5 { color: #000; font-size: 1.167em; font-weight: bold; line-height: 1.286; }
h6 { font-weight: bold; }
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { text-decoration: none; }
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover { text-decoration: underline; }
/*SIFR*/
h2 { font-size: 42px; line-height: 1; /*text-shadow: #6f602e 1px 1px;*/ text-transform: uppercase; }
h1 { font-size: 16px; line-height: 1; }
h3 { color: #000; font-size: 16px; font-weight: bold; line-height: 1; margin: 0; text-transform: uppercase; }


/* Text
-------------------------------------- */
p { margin: 0 0 1.5em; }
li ul,li ol { margin: 0 1.5em; }
ul,ol { margin: 0 2em 1.5em; }
*html ol { margin-left: 2.5em; }/*IE6*/
*+html ol { margin-left: 2.5em; }/*IE7*/
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }


/* Tables
-------------------------------------- */
table { width: 100%; }
th { font-size: 14px; font-weight: normal; padding: 2px 10px 2px 0; text-align: left; }
td { font-size: 14px; padding: 2px 10px 2px 0; }


/* Links/Buttons
-------------------------------------- */
a { color: #9a1513; text-decoration: underline; }
a:visited { color: #9a1513; }
a:hover { color: #9a1513; text-decoration: none; }

a.more { font-size: 13px; font-weight: bold; padding: 0 0 0 10px; background: url(images/arrow-more.gif) 0 4px no-repeat; text-decoration: none; }
a.more:hover { text-decoration: underline; }

.back-link-wrap { position: absolute; top: 16px; right: 0; }
a.back-link { padding: 0 0 0 10px; background: url(images/arrow-back.gif) 0 60% no-repeat; text-decoration: none; }
a.back-link:hover { text-decoration: underline; }

/* Large brown with arrow - Live text */
a.btn { display: block; float: left; height: 29px; margin-right: 10px; padding-right: 12px; background: url(images/btn-R.gif) top right no-repeat; color: #fff; font-size: 18px; text-transform: uppercase; text-decoration: none; }
a.btn:visited { color: #fff; }
a.btn span { display: block; line-height: 18px; padding: 5px 0 6px 32px; background: url(images/btn-L.gif) top left no-repeat; }
a.btn:hover { color: #fff; }

/* Thin Red - Live text */
a.btn2 { display: block; float: left; height: 23px; margin-right: 10px; padding-right: 15px; background: url(images/btn2-R.gif) top right no-repeat; color: #fff; font-size: 12px; font-weight: bold; text-transform: uppercase; text-decoration: none; }
a.btn2:visited { color: #fff; }
a.btn2 span { display: block; line-height: 12px; padding: 6px 0 5px 15px; background: url(images/btn2-L.gif) top left no-repeat; }
a.btn2:hover { color: #fff; }

/* Big Red - Live text */
a.btn2lrg { display: block; float: left; height: 33px; margin-right: 10px; padding-right: 20px; background: url(images/btn2lrg-R.gif) top right no-repeat; color: #fff; font-size: 16px; text-transform: uppercase; text-decoration: none; }
a.btn2lrg:visited { color: #fff; }
a.btn2lrg span { display: block; line-height: 16px; padding: 9px 0 8px 20px; background: url(images/btn2lrg-L.gif) top left no-repeat; }
a.btn2lrg:hover { color: #fff; }

/* Cart btn wrap - clear float */
.SelectButton { overflow: hidden; margin: 0 0 12px; }
.Button { clear: both; width: 100%; overflow: hidden; margin: 0 0 12px; }



/*	LAYOUT - MAIN
================================================================================= */
.container { margin: 0 auto; width: 960px; }
#header { background: #e3cda8 url(images/texture.jpg) 0 0 repeat; height: 120px; width: 100%; }
#banner { background: url(images/banner-photo.jpg) 50% 0 no-repeat; height: 180px; width: 100%; }
#content-wrapper { background: #e3cda8 url(images/texture.jpg) 0 0 repeat; width: 100%; }
.wheat-bg { background: url(images/wheat-bg.gif) 0 100% repeat-x; width: 100%; }
.wheat-bg .tall-wheat-bg { background: url(images/tall-wheat-bg.png) 100% 100% no-repeat; padding-bottom: 160px; }
#content-main { float: left; width: 700px; position: relative; }
#sidebar { float: right; margin-top: -165px; padding-left: 20px; position: relative; width: 220px; }
#footer { padding: 14px 0 72px; width: 100%; }
.home #banner { background: url(images/banner-photo-home.jpg) 50% 0 no-repeat; height: 420px; padding-top: 30px; }
.home #content-main { width: 960px; }



/*	HEADER
================================================================================= */
#header .container { position: relative; z-index: 1; }
#header	.logo { float: left; margin-left: -10px; position: relative; }


/* Top Links
-------------------------------------- */
.top-links { float: right; margin: 12px 0 0; }
.top-links a { background: url(images/arrow-dark-link.gif) 0 5px no-repeat; color: #9a1513; font-size: 0.917em; margin: 0 0 0 12px; padding: 0 0 0 6px; text-decoration: none; }
.top-links a:visited { color: #9a1513; }
.top-links a:hover { color: #9a1513; text-decoration: underline; }


/* Global Nav
-------------------------------------- */
.nav-wrap { position: absolute; right: 0; top: 75px; width: 545px; z-index: 100; }
ul.nav { float: right; list-style: none; margin: 0; padding: 0; }
ul.nav li { float: left; margin: 0; padding: 0; position: relative; }
ul.nav li a { float: left; height: 40px; text-indent: -9999px; }
ul.nav li a:hover, ul.nav li.hover a { background-position: left bottom; }
ul.nav a.nav-events { background: url(images/nav-events.gif) no-repeat; width: 89px; }
ul.nav a.nav-home { background: url(images/nav-home.gif) no-repeat; width: 74px; }
ul.nav a.nav-products { background: url(images/nav-products.gif) no-repeat; width: 107px; }
ul.nav a.nav-specials { background: url(images/nav-specials.gif) no-repeat; width: 102px; }
ul.nav a.nav-club { background: url(images/nav-club.gif) no-repeat; width: 129px; }
ul.nav a.nav-news { background: url(images/nav-news.gif) no-repeat; width: 76px; }
ul.nav a.nav-distilleries { background: url(images/nav-distilleries.gif) no-repeat; width: 128px; }
ul.nav a.current { background-position: 0 -40px; }


/* Mega Dropdown
-------------------------------------- */
ul.nav li .sub { background: #2f1c13; border-top: 3px solid #2f1c13; display: none; float: left; left: 0; margin: 0 0 0 9px; padding: 20px 0 30px 20px; position: absolute; top: 40px; }
ul.nav li .row { clear: both; float: left; margin-bottom: 10px; width: 100%; }
ul.nav li .sub ul { float: left; list-style: none; margin: 0; padding: 0; width: 178px; }
ul.nav .sub ul li { color: #9a1513; width: 100%; }
ul.nav .sub ul li a { border-bottom: 1px dashed #7e6c57; color: #F7D790; display: block; float: none; height: auto; margin-right: 20px; padding: 6px; text-decoration: none; text-indent: 0; }
ul.nav .sub ul li a:visited { color: #F7D790; }
ul.nav .sub ul li a:hover { color: #fff; text-decoration: none; }



/*	BANNER
================================================================================= */
.banner-title { float: left; margin-top: 55px; width: 700px; }



/*	CONTENT
================================================================================= */
.content { padding: 32px 0 16px; }
.content p, .home-content p { font-size: 14px; line-height: 19px; }
.content li { font-size: 14px; line-height: 19px; }
.content p img { border: 3px solid #c3a779; -moz-border-radius: 3px; -webkit-border-radius: 3px; }


/*page title (Tape BG)
-------------------------------------- */
.page-title { margin: 16px 0 24px -16px; position: relative; overflow: hidden; /* Clear */ }
.page-title .inner { display: block; float: left; height: 31px; padding-right: 30px; background: url(images/page-title-bg.png) 100% 0; /* sliding doors padding */ }
.page-title h3 { display: block; line-height: 16px; padding: 4px 0 8px 14px; background: url(images/page-title-bg-L.png) 0 0 no-repeat; }



/*	DETAIL
================================================================================= */
.detail ul { margin: 0; padding: 0; list-style: none; }
.detail ul li { margin: 0; padding: 0; }
.detail .thumb { background: url(images/border-detail.png) 0 0 no-repeat; display: inline; float: left; height: 380px; margin: 0 20px 0 0; width: 239px; }
.detail .thumb img { width: 233px; height: 374px; padding: 3px; }
.detail .copy { width: 441px; float: left; padding: 0; position: relative; }
.detail .copy .desc { font-size: 14px; line-height: 19px; margin: 0 0 32px; }
.detail .table-wrap { border-bottom: 1px solid #f2e2a5; margin: 0 0 24px; padding: 0 0 12px; }
.detail .table-wrap .title { border-bottom: 1px solid #f2e2a5; font-size: 18px; font-weight: normal; margin: 0 0 12px; padding: 0 0 6px; text-align: left; }

.detail .content { padding: 0; }
.detail .copy-extra { width: 441px; float: right; padding: 24px 0 0; position: relative; }

/*.detail .copy .price-wrap { position: absolute; bottom: 0; }*/
.detail .copy .price-wrap { width: 100%; margin-bottom: 24px; }
.detail .price-wrap .left { width: auto; }
.detail .price-wrap .price { width: 112px; margin-top: 0; text-align: right; }
.detail .price-wrap .right a { float: right; }

.qty { margin: 0 0 6px; }
.qty label { color: #361e12; font-size: 1.083em; font-weight: bold; margin: 0 14px 0 0; }



/*	LISTING
================================================================================= */
.listing ul { margin: 0; padding: 0; list-style: none; }
.listing ul li { border-bottom: 1px solid #f2e2a5; float: left; margin: 0 0 18px; padding: 0 0 18px; }
.listing .thumb { background: url(images/border-listing.png) 0 0 no-repeat; display: inline; float: left; height: 220px; margin: 0 20px 0 0; width: 140px; }
.listing .thumb img { width: 134px; height: 215px; padding: 3px; }
.listing .copy { width: 540px; height: 162px; float: left; padding: 0 0 58px; position: relative; }
.listing .copy .desc { font-size: 14px; line-height: 19px; }
.listing .copy .price-wrap { position: absolute; bottom: 0; }



/*	LISTING - GRID VIEW
================================================================================= */
.listing-grid ul { width: 720px; overflow: hidden; margin: 0 0 0 -20px; padding: 0; list-style: none; background: url(images/grid-borders.gif) 100% 0 repeat-y; }
.listing-grid ul li { width: 320px; float: left; display: inline; margin: 0 20px 18px 20px; padding: 0 0 18px; }
.listing-grid .thumb { background: url(images/border-listing-grid.png) 0 0 no-repeat; display: inline; float: left; height: 110px; margin: 0 20px 0 0; width: 71px; }
.listing-grid .thumb img { width: 65px; height: 104px; padding: 3px; }
.listing-grid .copy { width: 229px; height: 52px; float: left; padding: 0 0 58px; position: relative; }
.listing-grid .copy h4 { height: 46px; overflow: hidden; margin: 0; font-size: 19px; line-height: 22px; }
.listing-grid .copy .desc { font-size: 14px; line-height: 19px; }
.listing-grid .copy .price-wrap { position: absolute; bottom: 0; }



/*	CATEGORY LANDING
================================================================================= */
.category-listing { width: 720px; overflow: hidden; position: relative; margin: 0 0 0 -20px; padding: 0; }
.category-listing li { width: 220px; height: 140px; margin: 0 0 20px 20px; padding: 0; float: left; display: inline; }
.category-listing li a { display: block; width: 220px; height: 140px; overflow: hidden; position: relative; background: #3f261a; color: #f2b613; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; text-decoration: none; }
.category-listing li a:visited { color: #f2b613; }
.category-listing li a:hover { color: #FFFEFD; }
.category-listing li a .caption { width: 220px; height: 40px; background: url(images/caption-bg.png) 0 0 repeat; position: absolute; left: 0; bottom: 0; }
.category-listing li a .caption span { display: block; width: 194px; height: 40px; overflow: hidden; padding: 0 14px 0 12px; line-height: 40px; background: url(images/arrow-right.gif) 206px 14px no-repeat; }



/*	CART PAGE
================================================================================= */
.cart { width: 700px; }
table.cart-table { width: 100%; margin: 0 0 12px; }
.cart-table th { border-bottom: 1px solid #f2e2a5; padding: 6px 16px 6px 0; color: #9a1513; font-size: 1em; font-weight: bold; text-align: right; }
.cart-table td { border-bottom: 1px solid #f2e2a5; padding: 6px 16px 6px 0; font-size: 1em; text-align: right; vertical-align: top; }
.cart-table td .thumb { background: url(images/border-listing-grid.png) 0 0 no-repeat; height: 110px; width: 71px; }
.cart-table td .thumb img { width: 65px; height: 104px; padding: 3px; }
.cart-table h4 { margin: 0; font-size: 18px; line-height: 24px; }
.cart-table td.checkbox { text-align: center; }
.cart-table td.checkbox input { margin-left: 20px; }
.qty-input { display: block; float: right; width: 41px; height: 22px; overflow: hidden; background: #fff url(images/qty-input.png) 0 0 no-repeat; }
.qty-input input { width: 31px; height: 19px; padding: 3px 0 0; margin: 0 5px 0; border: 0; background: none; text-align: center; }
.cart-actions { float: right; }
.cart-actions p { clear: both; float: right; }
.cart-actions p a { margin: 0 12px 0 0; }
table.cart-total { clear: both; width: 345px; margin: 0 0 18px; float: right; }
table.cart-total span.text { font-size: 11px; color: #50360d; }
.cart-total td { font-size: 14px; padding: 0 12px 6px; text-align: right; vertical-align: middle; }
.cart-total td.total { padding-top: 6px; border-top: 1px solid #f2e2a5; color: #9a1513; font-size: 19px; }
#main .cart-total td.small { font-size: 1em; }



/*	CART FLYOUT
================================================================================= */
.cart-flyout { width: 980px; background: #e3cda8 url(images/texture.jpg) 0 0 repeat; }
.flyout-header { width: 964px; padding: 8px 8px 10px; background: #b81c1a; }
.flyout-title { height: 31px; text-indent: -9999px; width: 183px; background: url(images/t_my-shopping-cart.png) 0 0 no-repeat; }
.flyout-content { width: 964px; padding: 8px; }
.cart-flyout .cart-table th, .cart-flyout .cart-table td { padding: 6px 16px 6px 8px; }
.cart-flyout h4 { color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 1em; font-weight: bold; line-height: 1.2; }
.cart-flyout h4 a, .cart-flyout h4 a:visited { color: #000; }
.cart-flyout .cart-table td.checkbox input { margin-left: 28px; }

#flyout-head { width: 956px; padding: 8px 16px 10px 8px; background: #b81c1a; }
#flyout-head #close { width: 80px; float: right; text-align: right; }
#flyout-head #close a { color: #fff; text-decoration: none; }
#flyout-head #close a:visited { color: #fff; }
#flyout-head #close a:hover { color: #fff; text-decoration: underline; }
#flyout-head #title { width: 864px; float: left; margin: 0; position: relative; overflow: hidden; }
#flyout-head #title .inner { display: block; float: left; height: 31px; padding-right: 30px; background: url(images/popup-title-bg.png) 100% 0; /* sliding doors padding */ }
#flyout-head #title h3 { display: block; line-height: 16px; padding: 7px 0 8px 14px; background: url(images/popup-title-bg-L.png) 0 0 no-repeat; }




/*	SIDEBAR
================================================================================= */

/* Searchbar
-------------------------------------- */
.searchbar { background: url(images/searchbar.png) 0 0 no-repeat; height: 24px; margin: 0 0 12px; width: 220px; }
.searchbar input.search { background: none; border: 0; color: #cbcaca; float: left; margin: 4px 0 0 4px; padding: 0; width: 138px; }
.searchbar input.search:focus { color: #000; }
.searchbar .btn { float: right; }


/* Image Replace Titles
-------------------------------------- */
.tag-title { height: 39px; left: -8px; position: absolute; text-indent: -9999px; top: 12px; width: 220px; }
.t-categories { background: url(images/t_categories.png) 0 0 no-repeat; }
.t-your-cart { background: url(images/t_your-cart.png) 0 0 no-repeat; }
.t-whisky-galore-club { background: url(images/t_whisky-galore-club.png) 0 0 no-repeat; }
.t-login { background: url(images/t_login.png) 0 0 no-repeat; }


/* Categories Menu
-------------------------------------- */
.categories { margin: 0 0 25px; position: relative; width: 220px; }
.cat-top, .cat-bot { background: url(images/cat-top.png) 0 0 no-repeat; font-size: 0; height: 10px; overflow: hidden; width: 100%; }
.cat-bot { background: url(images/cat-bot.png) 0 0 no-repeat; }
.cat-mid { background: url(images/cat-mid.png) 0 0 repeat-y; padding: 44px 20px 40px; width: 180px; }
ul.menu { list-style: none; margin: 0; padding: 0; }
ul.menu li { line-height: 1.333; margin: 0 0 4px; padding: 0; }
ul.menu li a { color: #f7d790; text-decoration: none; }
ul.menu li a:visited { color: #f7d790; }
ul.menu li a:hover { color: #fffefd; text-decoration: none; }
#main ul.menu li a.current { color: #fffefd; }/*IE6 specificity*/


/* Sidebar Content Box (expandable)
-------------------------------------- */
.side-box { background: url(images/side-box-mid.png) 0 0 repeat-y; margin: 0 0 25px; position: relative; width: 220px; }
.side-box .inner { background: url(images/side-box-bot.png) 0 100% no-repeat; height: 86px; min-height: 86px; padding: 44px 20px 20px; }
html>body .side-box .inner { height: auto; }/*min-height fix*/
.side-box .top { background: url(images/side-box-top.png) 0 0 no-repeat; font-size: 0; height: 10px; overflow: hidden; width: 100%; }
.side-box p { margin-bottom: 12px; color: #2f1c13; }
.side-box .title { color: #fff; font-size: 14px; }/* Login Aside */
.login-aside label {}
.login-aside input.text { width: 166px; height: 20px; padding: 4px 5px 0; margin: 0 4px 6px 0; border: 0; background: #fff url(images/sidebar-input.gif) right bottom no-repeat; }
.login-aside a { color: #f6e3a4; }
.login-aside a:visited { color: #f6e3a4; }


/* Sidebar Call To Action(fixed height)
-------------------------------------- */
.club-cta { background: url(images/club-cta.png) 0 0 no-repeat; height: 178px; margin: 0 0 25px; position: relative; width: 220px; }
.club-cta .inner { padding: 10px 20px 20px; }
.club-cta .btns { bottom: 14px; left: 20px; line-height: 0.833; position: absolute; }
a.login-link { background: url(images/arrow-light-link.gif) 0 50% no-repeat; color: #f6e3a4; font-size: 0.917em; padding: 0 0 0 6px; text-decoration: none; }
a.login-link:visited { color: #f6e3a4; }
a.login-link:hover { color: #f6e3a4; text-decoration: underline; }



/*	HOMEPAGE
================================================================================= */
.home #banner .container { position: relative; }
.home h1 { width: 960px; position: absolute; top: -22px; left: 0; color: #fcf8ea; font-size: 11px; line-height: 14px; text-shadow: #6f602e 1px 1px; }

/* Feature Slider
-------------------------------------- */
.feature { width: 580px; height: 400px; float: left; position: relative; }
/* Slider */
.slides { width: 580px; height: 400px; overflow: hidden; position: relative; }
.slides ul { margin: 0; padding: 0; list-style: none; }
.slides ul li { width: 580px; float: left; margin: 0; padding: 0; position: relative; }
.slides ul li .caption { width: 498px; height: 74px; padding: 16px 66px 0 16px; background: url(images/caption-bg.png) 0 0 repeat; position: absolute; left: 0; bottom: 0; }
.slides ul li .caption a { color: #f2b613; font-family: Georgia, "Times New Roman", Times, serif; font-size: 30px; line-height: 1; text-decoration: none; }
.slides ul li .caption a:visited { color: #f2b613; }
.slides ul li .caption a:hover { color: #FFFEFD; }
.slides ul li .caption p { margin: 8px 0 0; color: #d7d7d7; font-size: 14px; line-height: 1; }
/* Slide Controls */
.slide-controls { width: 50px; position: absolute; right: 6px; top: 338px; }
.slide-controls p { float: left; white-space: nowrap; }
.slide-controls .prev, .slide-controls .next { float: left; display: block; width: 7px; height: 12px; overflow: hidden; margin-left: 3px; text-indent: -9999px; text-decoration: none; background: url(images/arrow-left.gif) 0 0 no-repeat; }
.slide-controls .next { margin-left: 18px; background: url(images/arrow-right.gif) 0 0 no-repeat; }
.slide-controls .slide-num { margin: 0; color: #d7d7d7; font-size: 14px; line-height: 1; }
#slider { position: relative; }


/* Regions Map
-------------------------------------- */
.regions { width: 352px; height: 230px; float: right; margin: 0 0 12px; background: url(images/region-bg.png) 0 0 no-repeat; position: relative; }
.regions .inner {  }
.t-whisky-regions { background: url(images/t_whisky-regions.png) 0 0 no-repeat; }
.regions .copy { width: 100px; float: right; margin: 30px 20px 0 0; display: inline; }
.regions .copy .title { color: #dd3e27; font-size: 1em; font-weight: bold; margin: 0 0 12px; }
.regions .copy ul { margin: 0; padding: 0; list-style: none; }
.regions .copy ul li { margin: 0 0 5px; padding: 0; line-height: 13px; }
.regions .copy ul li a { color: #f7d790; font-size: 0.917em; text-decoration: none; }
.regions .copy ul li a:visited { color: #f7d790; }
.regions .copy ul li a:hover { color: #FFFEFD; }
.regions .copy ul li a.current { color: #FFFEFD; }


/* Home CTA
-------------------------------------- */
.home .club-cta { float: right; background: url(images/club-cta-home.png) 0 0 no-repeat; height: 158px; margin: 0 0 25px; position: relative; width: 352px; }
.home .club-cta .tag-title { top: 30px; }
.home .club-cta a { float: left; margin-right: 12px; display: inline; line-height: 23px; }


/* Main Content
-------------------------------------- */
.home-content { width: 560px; float: left; }
.home-content ul { margin: 0; padding: 0; list-style: none; }
.home-content ul li { border-bottom: 1px solid #f2e2a5; float: left; margin: 0 0 18px; padding: 0 0 18px; }
.home-content .thumb { background: url(images/border-detail.png) 0 0 no-repeat; display: inline; float: left; height: 340px; margin: 0 20px 0 0; width: 239px; }
.home-content .thumb img { width: 233px; height: 334px; padding: 3px; }
.home-content .copy { float: left; width: 301px; padding: 0 0 58px; /*height: 282px;*/ position: relative; overflow: hidden; }
.home-content .desc { font-size: 14px; line-height: 19px; margin: 0 0 44px; }
.home-content .price-wrap { position: absolute; bottom: 0; }


/* Sup Content
-------------------------------------- */
.home-sup-content { width: 360px; float: left; margin: 0 0 0 40px; display: inline; }
.home-sup-content ul { float: left; width: 100%; }
.home-sup-content ul li { height: 220px; position: relative; }
.home-sup-content .copy { width: 200px; height: 158px; padding: 0; overflow: hidden; }
.home-sup-content ul li h4 { font-size: 21px; line-height: 24px; }
.home-sup-content .copy .desc { margin: 0; font-size: 12px; line-height: 18px; }
.home-sup-content .price-wrap { position: absolute; bottom: 18px; left: 160px; }

/* fit price-wrap inside width of container
.home-sup-content .price-wrap { width: 200px;
.home-sup-content .price-wrap .left { width: 82px; }
.home-sup-content .price-wrap .right { width: 112px; }
.home-sup-content .price-wrap .price { background: #9a1513 url(images/price-bg-sml.png) 0 0 no-repeat; }*/


/* 3 column listing
-------------------------------------- */
.home .columns-3 { width: 960px; }
.home .columns-3 .col { width: 293px; float: left; display: inline; margin-right: 40px; }
.home .columns-3 .col.last { margin-right: 0;  }
.home .columns-3 .listing .copy { width: 131px; height: 210px; overflow: hidden; padding-bottom: 0; }
.home .columns-3 h4 { font-size: 19px; line-height: 21px; }
.home .home-sup-content p { font-size: 14px; line-height: 21px; }


/*	FOOTER
================================================================================= */
#footer .container { margin-bottom: 18px; background: url(images/footer-cols.gif) 0 0 repeat-y; }
#footer .col { float: left; padding: 0 14px; width: 132px; }
#footer .col ul { list-style: none; margin: 0; padding: 0; }
#footer .col li { color: #d8c092; font-size: 0.917em; line-height: 1.182; margin: 0 0 3px; padding: 0; }
#footer p { color: #d8c092; font-size: 0.917em; line-height: 1.455; margin: 0; padding: 0; }
#footer h6 { color: #f1dfbd; font-family: Arial, Helvetica, sans-serif; font-size: 1.167em; line-height: 1.214; margin: 0 0 22px; }
#footer h6 a,
#footer h6 a:visited { color: #f1dfbd; text-decoration: none; }
#footer a { color: #d8c092; text-decoration: none; }
#footer a:visited { color: #d8c092; }
#footer a:hover { color: #d8c092; text-decoration: underline; }

.footer-bot { width: 960px; margin: 0 auto; padding-top: 12px; background: url(images/footer-bot-border.gif) repeat-x 0 0; }
/*#footer p.footer-text { overflow: hidden;  background-color: #5D5038; padding: 24px 14px 0; text-align: center; }



/*	FORMS
================================================================================= */
input.text, textarea, select { color: #2f1c13; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
option { font-family: Arial, Helvetica, sans-serif; font-size: 100%; }
input.text:focus, textarea:focus, select:focus { color: #2f1c13; outline: none; }



/*	MISCELLANEOUS
================================================================================= */

/* Special Offer
-------------------------------------- */
.thumb { position: relative; }
.special-offer-lrg { display: block; width: 90px; height: 90px; overflow: hidden; position: absolute; top: -18px; right: -18px; background: url(images/special-offer-lrg.png) no-repeat 0 0; font-size: 0; text-indent: -999px; }
.special-offer-sml { display: block; width: 68px; height: 68px; overflow: hidden; position: absolute; top: -22px; right: -14px; background: url(images/special-offer-sml.png) no-repeat 0 0; font-size: 0; text-indent: -999px; }

/* Breadcrumbs
-------------------------------------- */
p.breadcrumbs { color: #513b25; font-size: 0.917em; line-height: 1; margin: 12px 0; padding: 3px 14px; }
p.breadcrumbs a { color: #513b25; text-decoration: none; }
p.breadcrumbs a:visited { color: #513b25; }
p.breadcrumbs a:hover { color: #9A1513; text-decoration: underline; }


/* Large Searchbar
-------------------------------------- */
.searchbar-lrg { width: 684px; height: 52px; margin: -8px 0 32px; padding: 8px 9px 0; background: url(images/searchbar-bg-lrg.jpg) 0 0 no-repeat; }
.searchbar-lrg input.search { background: none; border: 0; color: #cbcaca; float: left; margin: 4px 0 0 4px; padding: 0; width: 600px; }
.searchbar-lrg input.search:focus { color: #000; }
.searchbar-lrg .btn { float: right; }
.searchbar-lrg label { clear: both; display: block; padding: 4px 0 0; font-size: 12px; line-height: 1; }


/* Filter
-------------------------------------- */
.filter { width: 682px; height: 33px; overflow: hidden; margin: 0 0 32px; padding: 7px 9px 0; position: relative; background: url(images/filter-bg.jpg) 0 0 no-repeat; }
.filter .sort { float: left; padding-left: 6px; }
.filter .sort label { float: left; padding-right: 4px; color: #513b25; font-size: 0.917em; line-height: 25px; }
.filter .sort .select-bg { float: left; padding-right: 12px; }
.filter .sort .select-bg select { font-size: 12px; }
.filter .sort .select-bg select.sort-type { width: 70px; }
.filter .sort .select-bg select.sort-number { width: 50px; }
.filter .sort input { float: left; margin-right: 12px; }
/*.filter .btn-grid-view { float: left; display: block; width: 51px; height: 25px; overflow: hidden; text-indent: -9999px; background: url(images/grid-view-selected.png) 0 0 no-repeat; }
.filter .btn-listing-view { float: left; display: block; width: 51px; height: 25px; overflow: hidden; text-indent: -9999px; background: url(images/listing-view-selected.png) 0 0 no-repeat; }
*/
/*
.filter .paging { position:absolute; right:9px; top:7px; }
.filter .paging div { width: 180px; }
.filter .paging span { float: left; margin: 0 12px; color: #513b25; font-size: 0.917em; line-height: 25px; }
.filter .paging a { float: left; }
.filter .paging .prev { display: inline; width: 31px; height: 25px; overflow: hidden; text-indent: -9999px; background: url(images/paging-previous.gif) 0 0 no-repeat; cursor: pointer; }
.filter .paging .prevoff { display: inline; width: 31px; height: 25px; overflow: hidden; text-indent: -9999px; background: url(images/paging-previous-off.gif) 0 0 no-repeat; cursor: pointer; }
.filter .paging .next { display: inline; width: 31px; height: 25px; overflow: hidden; text-indent: -9999px; background: url(images/paging-next.gif) 0 0 no-repeat; cursor: pointer; }
.filter .paging .paging-input { display: block; float: left; width: 41px; height: 25px; margin: 0 0 0 3px; background: url(images/paging-input.gif) 0 0 no-repeat; }
.filter .paging .paging-input input { width: 30px; margin: 6px 0 0 6px; padding: 0; border: 0; background: none; text-align: center; }
.filter .paging .paging-input input:focus { outline: none; }
*/
.filter .paging { width: auto; position: absolute; top: 7px; right: 9px; }
.filter .paging td { padding: 0 0 0 3px; vertical-align: middle; color: #513b25; font-size: 11px; line-height: 25px; }
.filter .paging td.text { padding: 0 7px 0 10px; }
.filter .paging .prev { display: block; width: 31px; height: 25px; overflow: hidden; text-indent: -9999px; background: url(images/paging-previous.gif) 0 0 no-repeat; cursor: pointer; }
.filter .paging .prevoff { display: none; width: 31px; height: 25px; overflow: hidden; text-indent: -9999px; background: url(images/paging-previous-off.gif) 0 0 no-repeat; cursor: pointer; }
.filter .paging .next { display: block; width: 31px; height: 25px; overflow: hidden; text-indent: -9999px; background: url(images/paging-next.gif) 0 0 no-repeat; cursor: pointer; }
.filter .paging .paging-input { display: block; width: 41px; height: 25px; background: url(images/paging-input.gif) 0 0 no-repeat; }
.filter .paging .paging-input input { width: 30px; margin: 6px 0 0 6px; padding: 0; border: 0; background: none; text-align: center; }
.filter .paging .paging-input input:focus { outline: none; }
/* Push unstyled inputs down 2px in ie6&7 */
/* html .filter .select-bg,
*+html .filter .select-bg { padding-top: 2px; } */


/* Cart/Price Wrap
-------------------------------------- */
.price-wrap { width: 220px; }
.price-wrap .left { width: 92px; }
.price-wrap .right { width: 122px; text-align: right; position: relative; }
.price-wrap p { line-height: 29px; margin: 0; }
.price-wrap a.add { background: url(images/add.gif) 0 50% no-repeat; color: #9a1513; display: block; font-size: 1em; font-weight: bold; float: left; padding: 0 0 0 14px; text-decoration: none; }
.price-wrap a.add:visited { color: #9a1513; }
.price-wrap a.add:hover { color: #9a1513; text-decoration: underline; }
.price-wrap a.btn { margin: 0; }
.price-wrap .old-price { color: #361e12; font-size: 16px; font-weight: bold; padding-right: 10px; text-decoration: line-through; position: absolute; top; right: 0; }
.price-wrap .price { background: #9a1513 url(images/price-bg.png) 0 0 no-repeat; color: #fff; font-size: 21px; margin-top: 29px; padding-right: 10px; }
.price-wrap .old-price span, .price-wrap .price span { font-size: 70%; height: 0; line-height: 1; vertical-align: baseline; _vertical-align: bottom; position: relative; bottom: 0.5ex;  }



/*	CHECKOUT PROCESS
================================================================================= */

/* Order Progress Menu
-------------------------------------- */
.OrderProgress { width: 700px; height: 40px; overflow: hidden; margin: 12px 0 16px 0; background: url(images/filter-bg.jpg) 0 0 no-repeat; }
.OrderProgress ul { margin: 0 0 16px; padding: 0; list-style: none; }
.OrderProgress ul li { float: left; margin: 0; padding: 0; }
.OrderProgress ul li a { display: block; float: left; height: 40px; line-height: 40px; margin-left: -13px; padding: 0 30px 0 33px; color: #513b25; font-size: 12px; text-decoration: none; background: url(images/order-progress-arrow.png) 100% 0 no-repeat; position: relative; z-index: 20; }
.OrderProgress ul li a:visited { color: #513b25; }
.OrderProgress ul li a.ActiveStep { color: #9a1513; font-weight: bold; background: #f9f1d5 url(images/order-progress-arrow.png) 100% -42px no-repeat; z-index: 10; }
.OrderProgress ul li a.ActiveStep:visited { color: #9a1513; }


/* Checkout Content
-------------------------------------- */
.CheckoutPage { clear: both; width: 700px; }
.CheckoutPage .title { margin: 0 0 16px; color: #000; font-size: 16px; font-weight: bold; line-height: 1.2; text-transform: uppercase; }
.SelectAddressTitle,
.EnterAddressTitle { margin: 0 0 8px; color: #9a1513; font-size: 12px; font-weight: bold; line-height: 1.2; }
.AddressGrid { margin: 0 0 16px; }
.AddressGrid .ItemBox { padding: 0 12px 0 0; }
.AddressItem { padding: 12px; border: 1px solid #F2E2A5; }
.EnterAddress { padding: 12px 0; border-top: 1px solid #F2E2A5; border-bottom: 1px solid #F2E2A5; }
.EnterAddress table { margin: 0 0 12px; }
.ShippingOptions { padding: 12px 0; border-top: 1px solid #F2E2A5; border-bottom: 1px solid #F2E2A5; }
.OptionDescription { margin: 0 0 12px 24px; }
.PaymentMethods { padding: 12px 0; border-top: 1px solid #F2E2A5; border-bottom: 1px solid #F2E2A5; }
.PaymentMethods table { margin: 0 0 12px; }
.OrderSummaryTitle { margin: 50px 0 12px; color: #000; font-size: 16px; font-weight: bold; line-height: 1.2; text-transform: uppercase; }
.OrderDetails { padding-top: 16px; }
.OrderDetails .title { margin: 0 0 16px; color: #000; font-size: 16px; font-weight: bold; line-height: 1.2; text-transform: uppercase; }
.smallText { font-size: 12px; line-height: 16px; }
.OrderDetails .OrderOverview { margin: 0 0 16px; }
.OrderDetails .ShippingBox { margin: 0 0 35px; }
.OrderDetails .SectionTitle { margin: 0 0 16px; color: #000; font-size: 16px; font-weight: bold; line-height: 1.2; text-transform: uppercase; }
.ProductsBox th { border-bottom: 1px solid #f2e2a5; padding: 6px 16px 6px 0; color: #9a1513; font-size: 1em; font-weight: bold; }
.ProductsBox th.center { text-align: center; }
.ProductsBox td { border-bottom: 1px solid #f2e2a5; padding: 6px 16px 6px 0; font-size: 1em; vertical-align: top; }
.ProductsBox td div { padding: 0 !important; }


/* General Classes
-------------------------------------- */
#main .small { font-size: .917em; }
#main .highlight { color: #9a1513; }
#main .hidden { display: none; }
#main .left { float: left; }
#main .right { float: right; }
#main img.left { margin: 0 18px 8px 0; }
#main img.right { margin: 0 0 8px 18px; }
#main .center { display: block; margin-left: auto; margin-right: auto; }
#main .align-left { text-align: left; }
#main .align-right { text-align: right; }
#main .align-center { text-align: center; }



/* ADD CSS HERE
================================================================================= */

/* Cart drop down
-------------------------------------- */
#masterOverlay { display: none; width: 100%; height: 100%; position: absolute; top: 0; /*z-index:2;*/ left: 0; background-color: #000; }
#cartDropdown { position: absolute; overflow: hidden; padding: 0 !important; margin: 0 !important; width: 980px; top: 35px; right: 0; z-index: 300; background: #ffffff; }
.top-links { position: absolute; right: 0; z-index: 3; padding: 2px 8px 2px 0; }


/* Login Page
-------------------------------------- */
.CustomerLoginItemBox { width: 50%; padding: 0 30px 0 0; }
.CustomerLoginItemBoxItem { /*border:1px solid #F2E2A5;*/ }
.CustomerLoginItemBoxItem td { padding: 0; }
.CustomerLoginItemBoxItem table table td { padding: 2px 0; }
.CustomerLoginItemBoxItem td.ItemName { width: 130px; }
.CustomerLoginItemBoxItem td.ItemValue .input-bg { float: right; margin: 0; }
.ForgotPassword a { font-size: 11px; }


/* Input BG
-------------------------------------- */
.input-bg { display: block; float: left; height: 29px; margin-right: 10px; padding-right: 7px; background: url(images/input-bg-R.gif) top right no-repeat; }
.input-bg span { display: block; float: left; height: 29px; padding: 0 0 0 8px; background: url(images/input-bg-L.gif) top left no-repeat; }
.input-bg input { width: 170px; margin: 4px 0 0 0; padding: 0; border: 0; background: #7E6C57; color: #fff; font-size: 14px; }
.input-bg input:focus { outline: none; }


/* Select BG
-------------------------------------- */
.select-bg select { background: #7e6c57; padding: 4px; border: 0; color: #fff; font-size: 14px; }
.select-bg select option { font-size: 12px; }
*+html .select-bg select { background: #fff; color: #2f1c13; }/*IE7*/
*html .select-bg select { background: #fff; color: #2f1c13; }/*IE6*/


/* Table cell widths
-------------------------------------- */
td.ItemName { vertical-align: top; /*width: 113px;*/ font-size: 13px; }
td.ItemNameWithoutWidth { vertical-align: top; /*width: 113px;*/ font-size: 13px; }
td.ItemValue { vertical-align: top; /*width: 212px;*/ }


/* Lightbox
-------------------------------------- */
#lightbox { position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#lightbox img { width: auto; height: auto; }
#lightbox a img { border: none; }
#outerImageContainer { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer { padding: 10px; }
#loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav { left: 0; }
#hoverNav a { outline: none; }
#prevLink, #nextLink { width: 49%; height: 100%; background-image: url(data: image/gif; base64,AAAA); display: block; /* Trick IE into showing hover */ }
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer { font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData { padding: 0 10px; color: #666; }
#imageData #imageDetails { width: 70%; float: left; text-align: left; }
#imageData #caption { font-weight: bold; }
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em; }
#imageData #bottomNavClose { width: 66px; float: right; padding-bottom: 0.7em; outline: none; }
#overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* Thickbox
-------------------------------------- */
.thickboxPopup h1 { color: #9a1513; padding: 0 0 12px 0; }
.thickboxPopup #content-wrapper { padding: 20px; width: 710px; max-height: 570px; height: 570px; overflow: auto; }
.thickboxPopup .right { position: absolute; right: 22px; top: 10px; }


/* Regions Map
-------------------------------------- */
.regions .inner { padding: 5px; position: relative; }
.regions .map { width: 215px; height: 192px; float: left; margin-top: 28px; }
.regions .copy { margin-right: 15px; }


/* Form Tables
-------------------------------------- */
table.form-wrap { width: 700px; margin: 0 0 24px; }
.form-wrap .left-col { width: 338px; padding: 0 12px 0 0; }
.form-wrap .right-col { width: 338px; padding: 0 0 0 12px; }
.form-wrap td.ItemName { width: 129px; padding: 4px 12px 4px 0; }
.form-wrap td.ItemNameWithoutWidth { padding: 4px 12px 4px 0; }
.form-wrap td.ItemValue { width: 185px; padding: 4px 12px 4px 0; }
.form-wrap td.ItemValue .select-bg,
.form-wrap td.ItemValue .input-bg { float: left; margin: 0; }
.form-wrap td.ItemValue .select-bg select { width: 182px; }
.errorMessage { color: #ff0000; }


/* Distillery
-------------------------------------- */
.distillery-wrap .content { padding: 0 0 16px; }
.distillery-wrap .content p { font-size: 1.083em; line-height: 1.385; }
.distillery-wrap .content li { font-size: 1.083em; line-height: 1.385; }
.distillery-wrap .content li li { font-size: inherit; }
.distillery-wrap .content p img { border: 3px solid #c3a779; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.distillery-list { margin: 0 0 24px; padding: 0; list-style: none; }
.distillery-list li { margin: 0 0 4px; padding: 0 0 0 10px; background: url(images/arrow-dark-link.gif) 0 7px no-repeat; }
.distillery-list li a { text-decoration: none; }
.distillery-list li a:hover { text-decoration: underline; }
/*.distillery-wrap .back-link-wrap { top: 30px; }*/


/* News
-------------------------------------- */
.news-listing { margin: 0; padding: 0; list-style: none; }
.news-listing li { width: 700px; border-bottom: 1px solid #f2e2a5; float: left; margin: 0 0 18px; padding: 0 0 18px; overflow: hidden; }
.news-listing .thumb { background: url(images/border-news.png) 0 0 no-repeat; display: inline; float: left; height: 146px; margin: 0 20px 0 0; width: 226px; }
.news-listing .thumb img { width: 220px; height: 140px; padding: 3px; }
.news-listing .copy { float: right; width: 454px; position: relative; overflow: hidden; }
.news-listing h4 { width: 360px; font-size: 19px; line-height: 22px; }
.news-listing .date { width: 92px; position: absolute; top: 8px; right: 0; font-size: 12px; line-height: 1; text-align: right; }
.news-listing .desc { margin: 0 0 16px; }
.news-listing .btn-wrap { overflow: hidden; }
.news-listing .btn-wrap .btn {  }


/* Title with date and back link
-------------------------------------- */
.news-wrap .content { padding-top: 24px; }
.title-wrap { width: 700px; margin: 0 0 16px; position: relative; }
.title-wrap h4 { width: 560px; margin: 0; padding-top: 8px; }
.title-wrap .date { position: absolute; top: 14px; right: 0; font-size: 12px; line-height: 1; }
.title-wrap .back-link { position: absolute; top: -8px; right: 0; }


/* Popup
-------------------------------------- */
#popup { width: 700px; background: #e3cda8 url(images/texture.jpg) 0 0 repeat; }
#popup-head { width: 676px; padding: 8px 16px 10px 8px; background: #b81c1a; }
#popup #close { width: 80px; float: right; text-align: right; }
#popup #close a { color: #fff; text-decoration: none; }
#popup #close a:visited { color: #fff; }
#popup #close a:hover { color: #fff; text-decoration: underline; }
#popup #title { width: 576px; float: left; margin: 0; position: relative; overflow: hidden; }
#popup #title .inner { display: block; float: left; height: 31px; padding-right: 30px; background: url(images/popup-title-bg.png) 100% 0; /* sliding doors padding */ }
#popup #title h3 { display: block; line-height: 16px; padding: 7px 0 8px 14px; background: url(images/popup-title-bg-L.png) 0 0 no-repeat; }
#popup #popup-body { height: 450px; overflow: auto; }
#popup .content { padding: 32px 24px; }

/* validator callouts */
.ajax__validatorcallout { width: 180px; }
.ajax__validatorcallout_error_message_cell { vertical-align: middle; }

/* Member Console
-------------------------------------- */
.member-price-holder { float: left; }
.member-price-link { position: absolute; bottom: 5px; right: 0;  }
.member-price-link a { font-size: 12px; font-weight: bold; color: #000; text-decoration: none; background: url(images/arrow-more.gif) no-repeat 0 3px; padding-left: 8px;  }
a.registerInterest { margin-left: 10px; }
#welcome { margin: 30px 0; color: #9a1513; font-family: Georgia, "Times New Roman", Times, serif; font-size: 26px; }

.member-box1, .member-box2 { float: left; display inline; position: relative; width: 306px; background: url(images/Member-bg.jpg) no-repeat; }
.member-box1 { margin-right: 20px; height: 207px; padding: 54px 15px 0 15px; }
.member-box2 { height: 207px; padding: 54px 15px 0 15px; }
.member-box1 p, .member-box2 p { margin: 0; }
p.withline { border-bottom: 1px solid #d6c19c; padding-bottom: 10px; margin-bottom: 10px; }
.btnholder { position: absolute; bottom: 10px; width: 300px; }
.btnholder a.small-link { font-size: 11px; color: #000000; text-decoration: none; margin-left: 15px; background: url(images/small-bullet.gif) no-repeat 0 6px; padding-left: 5px; position: absolute; bottom: 2px; }

.t-yourdetails { background: url(images/t_yourDetails.png) 0 0 no-repeat; }
.t-yourorders { background: url(images/t_yourOrders.png) 0 0 no-repeat; }

.member-box2 th { text-transform: uppercase; font-size: 10px; color: #9a1513; }
.member-box2 tr { border-bottom: 1px solid #d6c19c; }
.member-box2 td { font-size: 12px; padding: 5px 0; }
.member-box2 td p { height: 35px; overflow: hidden; }

.your-orders-box { width: 630px; background: url(images/orderHistory-BG.jpg) repeat-y; position: relative; padding: 54px 15px 15px 15px; }
.your-orders-box th { text-transform: uppercase; font-size: 10px; color: #9a1513; }
.your-orders-box tr { border-bottom: 1px solid #d6c19c; }
.your-orders-box td { font-size: 12px; padding: 5px 0; }
.your-orders-box td p strong { padding-right: 20px; }


/* Large brown no arrow - Live text */

.btn-wrap .btn-plain { margin-top: 2px; }

a.btn-plain { display: block; float: left; height: 29px; margin-right: 10px; padding-right: 18px; background: url(images/btn-plainR.gif) top right no-repeat; color: #fff; font-size: 16px; text-transform: uppercase; text-decoration: none; }
a.btn-plain:visited { color: #fff; }
a.btn-plain span { display: block; line-height: 18px; padding: 5px 0 6px 18px; background: url(images/btn-plainL.gif) top left no-repeat; }
a.btn-plain:hover { color: #fff; }
