@CHARSET "UTF-8";
* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #FFF;
	width: 100%;
}

a, div, li, ol, dd, dt, span, p {
	color: #525049;
	font-family: Arial;
}

a {
	text-decoration: none;
}

a:hover {
	color: #9B6B2D;
}

a img {
	border: none;
}

.main-column {
	width: 100%;
	margin: 0px auto;
	position: relative;
}
.cap {
	width: 100%;
}

.cap .menu {
	float: right;
	list-style: none;
	margin: 10px 0px 0px 0px;
}

.cap .menu li {
	float: left;
	margin-left: 20px;
	font-size: 11px;
}

.cap .logo {
	clear: both;
	width: 100%;
	height: 60px;
}

.cap .logo a{
	font-size: 28px;
	font-family: Georgia;
	outline: none;
}

.catalog {
	clear: both;
}

.cap-container, .item-container {
	width: 960px;
	margin: 0px auto;
}

.catalog .item {
	display: inline;
	border: 1px #FFF solid;
	width: 143px;
	height: 143px;
	margin: 18px 18px 0px 0px;
	float: left;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.catalog .item a{
	width: 100%;
	height: 140px;
	display: block;
	outline: none;
}


.catalog .item-label {
	position: absolute;
	width: 143px;
	height: 35px;
	top: 108px;
	top: 300px;
	left: 0px;
    padding: 4px 6px;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    background: url("/image/title.png") no-repeat scroll left top transparent;
    outline: none;
    cursor: pointer;
}

.catalog .item-label SPAN {
	color: #FFF;
	outline: none;
}

.catalog .last {
	margin: 18px 0px 0px 0px;
}

.catalog .item IMG {
	max-width: 120px;
	max-height: 120px;
	margin: 10px auto;
}

.catalog .item-detail {
	clear: both;
	display: none;
	width: 100%;
	background: #F3F4EE;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}

.catalog .visible {
	display: block;
	padding-bottom: 40px;
}

.catalog .item-detail .detail-container {
	width: 960px;
	margin: 0px auto;
	height: 500px;
	position: relative;
}

.catalog .visible .detail-container {
	height: auto;
}

.item-detail .detail-container .close{
	float: right;
	display: block;
	font-size: 14px;
	cursor: pointer;
	margin-top: 10px;
}

#hintBlock {
	position: absolute;
	z-index: 500;
    background: #f3f4ee;
    border: 1px solid #e2e2e2;
    padding: 4px 6px;
    border-radius:3px;
    -moz-border-radius:3px;
    display: none;
    font-size: 12px;
    font-weight: normal;
    color: #525049;
}

.item-detail .detail-container .left {
	float: left;
	width: 500px;
	text-align: center;
}

.item-detail .detail-container .right {
	float: left;
	width: 400px;
}


.item-detail .detail-container .left img {
	margin-top: 40px;
}

.item-detail .detail-container H2 {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 80px 0px 12px 0px;
}

.item-detail .detail-container P {
	font-size: 11px;
	line-height: 22px;
	margin: 0px 0px
}

.item-detail .detail-container .price {
	margin: 20px 0px;
}

.item-detail .detail-container .cart {
	margin: 20px 0px;
}

.item-detail .detail-container .more {
	font-style: italic;
}

#count {
	background: #FFF;
	border: 1px solid #E8E7DC;
	font-family: "Courier New", Courier, mono;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
}

.max-button {
	background: #FFF;
	border: 1px solid #E8E7DC;
	height: 21px;
	text-align: center;
	line-height: 21px;
	font-size: 9px;
	text-transform: uppercase;
	padding: 0px 6px;
	cursor: pointer;
	color: #36352F;
}

.link-max-button {
	display: block;
	float: left;
	height: 19px;
}

.footer-wrapper {
	clear: both;
	width: 100%;
	background: #F3F4EE;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	margin-top: 40px;
}

.footer {
	margin: 20px auto;
	width: 960px;
}

.brand-item {
	float: left;
	display: block;
	height: 120px;
	width: 120px;
}

.brand {
	width: 100px;
	height: 100px;
	margin: 10px;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
}

.brand:hover {
	background-position: bottom left;
}



.copyrights {
	height: 150px;
	width: 100%;
}

.item-available {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0px 6px 6px 0px; 
	text-align: center;
}

.item-available IMG {
	max-width: 80px;
	max-height: 80px;
	margin: 10px;
}

/************* START FILTERS **************/
.catalog-wrapper {
	position: relative;
	margin-top: 20px;
}
.filter-wrapper {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 50px;
	height: 30px;
}

.filters {
	width: 960px;
	margin: 10px auto;
	overflow: hidden;
}

.filters .left, .filters .center, .filters .right {
	background: #FFF;
	float: left;
	border: 1px solid #E2E2E2;
	cursor: pointer;
	width: 306px;
}

.filters .center, .filters .right {
	margin-left: 18px;
}

.filters P {
	color: #525049;
	line-height: 18px;
	text-transform: capitalize;
	text-align: center;
	padding: 6px;
	font-size: 10px; 
}

.filters UL, .filters OL, .filters LI {
    list-style: none outside none;
    cursor: pointer;
}

.filters UL LI A {
    float: left;
    font-size: 11px;
    line-height: 24px;
    padding: 0 12px;
    width: 282px;
    color: #525049;
    text-decoration: none;
    outline: none;
}

.filters UL LI A.hide:hover {
	background: #F3F4EE;
}

.filters .filtef-content {
	display: none;
}

.filters UL LI .active {
	border-top: 1px solid #E2E2E2;
	background: url("/image/btn_trash.png") 290px center no-repeat;
}

.ajax-loader-wrapper {
	width:100%;
	display: none;
	margin: 40px auto;
	position: relative;
}

.ajax-loader {
	width:960px;
	margin: 0px auto;
	height: 24px; 
	background: url("/image/large-load.gif") left top no-repeat;
}

.border-available {
	border: 1px solid #F3F4EE;
}


/************* END FILTERS **************/

.wrapper-shop-cart {
	width: 100%;
	background: none repeat scroll 0 0 #F3F4EE;
    border-bottom: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
	padding: 40px 0px;
}

.shop-cart {
	width: 960px;
	margin: 0px auto;
}

.shop-cart img {
	max-width: 90px;
	max-height: 90px;
}

.shop-cart TD, .shop-cart TH {
	text-align: left;
	font-size: 11px;
	vertical-align: top;
	padding: 6px 0px;
}

.shop-cart TD {
	border-top: 1px solid #E2E2E2;
}

.shop-cart TH {
	font-style: italic;
	font-weight: normal;
}

.shop-cart .a-center {
	text-align: center;
}

.shop-cart TD H2 {
	font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin: 0px 0 20px;
    text-transform: uppercase;
}

.shop-cart TR {
	
}

h1 {
	display: block;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
	margin-bottom: 20px; 
}

.shop-cart .count {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E7DC;
    font-family: "Courier New",Courier,mono;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    width: 18px;
}

/*******************  brands  **********************/

#xante {
	background-image: url("/image/brands/xante.png");
}

#mm {
	background-image: url("/image/brands/mm.png");
}

#ccl {
	background-image: url("/image/brands/ccl.png");
}

#sauza {
	background-image: url("/image/brands/sauza.png");
}

#ronrico {
	background-image: url("/image/brands/ronrico.png");
}

#teachers {
	background-image: url("/image/brands/teachers.png");
}

#drambuie {
	background-image: url("/image/brands/drambuie.png");
}

#fg {
	background-image: url("/image/brands/fg.png");
}

#fundador {
	background-image: url("/image/brands/fundador.png");
}

#macallan {
	background-image: url("/image/brands/macallan.png");
}

#brugal {
	background-image: url("/image/brands/brugal.png");
}

#ardmore {
	background-image: url("/image/brands/ardmore.png");
}

#cocburns {
	background-image: url("/image/brands/cockburns.png");
}

#h {
	background-image: url("/image/brands/h.png");
}

#galliano {
	background-image: url("/image/brands/galliano.png");
}

#jb {
	background-image: url("/image/brands/jb.png");
}

#laphroaig {
	background-image: url("/image/brands/laphroaig.png");
}

#courvoisier {
	background-image: url("/image/brands/courvoisier.png");
}

#harveys {
	background-image: url("/image/brands/harveys.png");
}

/******************  /brands  ********************/

.delete-position {
	background: url(/image/btn_trash.png) no-repeat center;
	width: 13px;
	height: 13px;
	display: block;
}


