
/* left rail */
.leftRail {
	float:left;
	width:700px;
	height:460px;
}
.leftRail .ambiance {
	background: transparent url(../img/barrell.jpg) no-repeat top left;
	width: 700px;
	height: 460px;
}
#tequilas .leftRail .ambiance {
	background: transparent url(../img/tequilas.jpg) no-repeat top left;
}
#blanco .leftRail .ambiance {
	background: transparent url(../img/blanco.jpg) no-repeat top left;
}
#reposado .leftRail .ambiance {
	background: transparent url(../img/reposado.jpg) no-repeat top left;
}
#extraAnejo .leftRail .ambiance {
	background: transparent url(../img/extraAnejo.jpg) no-repeat top left;
}
#distillery .leftRail .ambiance {
	background: transparent url(../img/destileria.jpg) no-repeat top left;
}

.leftRail .imagesLower div,
.leftRail .imagesLower img {
	float:left;
	display: inline;
}
.leftRail .imagesLower ul {
	list-style-type:none;
}
.leftRail .imagesLower li {
	display:inline;
}
.leftRail .mapGuadalajara {
	background: url(../img/sprites.png) no-repeat top left;
	background-position: 0 -1344px;
	width: 500px;
	height: 168px;
}
.leftRail .agave {
	background: url(../img/sprites.png) no-repeat top left;
	background-position: 0 -218px;
	width: 200px;
	height: 168px;
}
.leftRail .productLink1Of3,
.leftRail .productLink2Of3 {
	width: 233px;
	height: 170px;
}
.leftRail .productLink3Of3 {
	width: 220px;
	height: 170px;
}
.leftRail .blanco {
	background: transparent url(../img/sprites.png) no-repeat top left;
	background-position: -546px -1343px;
	width: 233px;
	height: 170px;
}
.leftRail .reposado {
	background: transparent url(../img/sprites.png) no-repeat top left;
	background-position: -780px -1343px;
	width: 233px;
	height: 170px;
}
.leftRail .extraAnejo {
	background: transparent url(../img/sprites.png) no-repeat top left;
	background-position: -1014px -1343px;
	width: 230px;
	height: 170px;
}
.leftRail .productLinksNav {
	background: transparent url(../img/sprites.png) no-repeat top left;
	background-position: -546px -1518px;
	width: 233px;
	height: 32px;
}
.leftRail .dotSeperator {
    /*background: transparent url(../img/sprites.png) no-repeat top left;
	background-position: -1354px -778px;*/
    border-right:1px dotted #000;
	width: 1px;
	height: 146px;
    margin-top: 12px;
}
.leftRail .imagesLower .itemContainer {
    width:230px;
    overflow-x: hidden;
}
.leftRail .imagesLower .howToSip {
	background: transparent url(../img/sprites.png) no-repeat top left;
	background-position: -546px -1518px;
	width: 90px;
	height: 32px;
}
.leftRail .imagesLower .recipes {
	background: transparent url(../img/sprites.png) no-repeat top left;
	background-position: -636px -1518px;
	width: 63px;
	height: 32px;
}
.leftRail .imagesLower .reviews {
	background: transparent url(../img/sprites.png) no-repeat top left;
	background-position: -699px -1518px;
	width: 66px;
	height: 32px;
}


/* rightRail */
.rightRail {
	float: left;
	width: 301px;
	height:628px;
	background: url(../img/chicletTan.gif) repeat top left;
	font-size:14px;
	font-style:italic;
	line-height:200%;
}
.rightRail .textContent {
	height: 458px;
	/*padding: 28px 12px 0 12px;*/
	overflow:hidden;
}
.rightRail .textBlock1 {
	height:208px;
	margin-bottom:43px;
}
.rightRail .textBlock2 {
	height:138px;
}
#tequilas .rightRail .textBlock1 {
	margin-bottom:86px;
}
#blanco .rightRail .textBlock1 {
	margin-bottom:166px;
}
#reposado .rightRail .textBlock1 {
	margin-bottom:136px;
}
#extraAnejo .rightRail .textBlock1 {
	margin-bottom:136px;
}
#distillery .rightRail .textBlock1 {
	margin-bottom:106px;
}
