

/* Common area on Top */
#common_area2 .top{
	float: left;
	width: 100%;
	margin: 27px 0 27px 0;
	padding: 20px 0;
	border-top: 1px solid #e4e3e5;
	border-bottom: 1px solid #e4e3e5;
}
#common_area2 .top h1{
	font-size: 24px;
	color: #f99823;
	font-weight: 300;
}

/******** TWL Header **********/

.twl-wrapper #store-nav ul{
	width: auto;
}

#store-nav{
	padding: 5px 0;
}

#store-nav li:nth-child(1) a { background: url(../images/icon-tw-logo.png) no-repeat; }
#store-nav li:nth-child(2) a { background: url(../images/icon-myaccount.png) no-repeat; }
#store-nav li:nth-child(3) a { background: url(../images/icon-shoppingcart.png) no-repeat; }
#store-nav li:nth-child(4) a { background: url(../images/icon-checkout.png) no-repeat; color: #8f4747; font-weight: bold; }


.twl-title{
	margin: 0 0 15px 0;
	padding: 20px 0;
	border-top:1px solid #e4e3e5;
	border-bottom:1px solid #e4e3e5;
	text-align: center;
}

.twl-title .twl-logo{
	display: inline-block;
	margin: 0 auto;
}

#menu_area .menu{
	width: auto;
	position:initial;
	bottom: auto;
}

#menu_area .menu .anchor{
	width: auto;
	float: none;
	margin: 0;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #e4e3e5;
}
#menu_area .menu .anchor a{
	margin: 0 20px;
}


.twl-banner{
	text-align: center;
	margin: 0;
}

.twl-banner a.twl-banner-btn{
	display: inline-block;
	padding: 10px 15px;
	border: double 3px #cccccc;
	text-decoration: none;
	text-transform: uppercase;
	color: #7f8382;
}

.twl-banner a.twl-banner-btn:hover{
	border-color: #7f8382;
}

.twl-hm-features{
	display: block;
	width: 100%;
	margin: 30px 0;
}

.twl-hm-features a{
	display: inline-block;
	border:solid 1px #cccccc;
	margin: 0 15px;
}

.twl-hm-features a:hover{
	border-style: dotted;
}








/********<twl-left>**********/
 .twl-left{
 	float: left;
	width: 239px;
	border: 1px solid #e4e3e5;
	display: inline;
}
.cont{
    width: 239px;
    margin: 0 auto;
    background-color: #fff;
    
}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #222;
    display: block;
    padding: 8px 10px;
    text-align: left;
    cursor: pointer;
    border-right: 1px solid #e4e3e5;
}
ul.tabs li:last-child{
    border-right: none;
}
ul.tabs li.current{
    background: #000;
    color: #fff;
}

.twl-left select {
	width: 90%;
	margin: 5px 5% 15px 5%;
	padding: 5px;
	background: transparent;
	line-height: 1;
	border: solid 1px #ddd;
	border-radius: 0;
	height: 25px;
}

.left-title{
	display: block;
	margin: 10px 0 0 15px;
}

/* Acordian slide-down */

#twl-item-slide h3 {
  margin: 0;
  background-color: #fff;
}

#twl-item-slide h3 a {
  display: block;
  padding: 8px 0px;
  padding-left: 8px;
  margin: 0;
  color: #555555;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  border-bottom: 1px solid #e4e3e5;
  border-top: 1px solid #e4e3e5;
  text-transform: uppercase;
}
#twl-item-slide h3 a:hover{
	background-color: #f99823;
	color: #fff;
}
/* Pre hide sections with JavaScript on
--- */
#twl-item-slide h3+div {
  display: none;
}

/* CSS3 Animation */
#twl-item-slide h3 + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: #fff;
  display: block!important;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition:all 0.3s ease;
  transition: all 0.3s ease;
}
#twl-item-slide .content {
  padding: 10px 0;
}

#twl-item-slide h3.open + div {
  height: auto;
  background: #fff;
}


/* Event example
--- */
pre#event-log {
  background: #fafacc;
  padding: 10px;
  display: block;
}
ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.img-list li {
  display: inline-block;
  height: 57px;
  margin: 0;
  position: relative;
  width: 57px;
  text-align: center;
}

.content ul.img-list li img{
	width: 57px;
	height: auto;
}
span.text-content {
  background: rgba(255,255,255,0.7);
  color: #000;
  cursor: pointer;
  display: table;
  height: 57px;
  left: 0;
  position: absolute;
  top: 0;
  width: 57px;
  opacity: 0;
}
span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
ul.img-list li:hover span.text-content {
    opacity: 1;
}

/********<twl-main>**********/

.twl-main{
	width: 448px;
	height: 1000px;
	float: left;
	display: inline;
	padding: 0 38px;
}

.twl-locket-panel{
	text-align: center;
	padding: 30px 0;
	border-bottom: 1px dotted #888;
}
.twl-locket-panel img{
	width: 270px;
	height: 512px;
}
.twl-buy-locket-panel{
	padding: 30px 0;
	text-align: center;
	margin: 0;
}
span.twl-buy-locket-panel-title{
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
}
span.twl-locket-price{
	display: block;
	padding: 10px 0;
	color: #fbb868;
	font-size: 18px;
	font-weight: 300;
}
.twl-buy-locket-panel{
	clear: both;
	border-bottom: 1px dotted #888;
}
/******** <twl-right>**********/

.twl-right{
	width: 235px;
	height: 1000px;
	/*background-color: yellow;*/
	display: inline;
	float: left;
}

.twl-item-detail{
	padding: 20px 0;
	margin: 0;
	text-align: center;
}
.twl-right .twl-item-detail img.twl-item-image{
	margin-left: 40px;
	display: block;
}
.twl-right .twl-item-detail span{
	text-align: center;
	display: block;
}
.twl-right .twl-item-detail span.twl-item-title{
	color: #000;
	padding-top: 10px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}
.twl-right .twl-item-detail span.twl-item-description{
	color: #888888;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.3;
}
.twl-right .twl-item-detail span.twl-item-price{
	color: #fbb868;
	padding-top: 5px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
}

.twl-buy-item{
	text-align: center;
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px dotted #888;
}
.twl-add-to-locket-btn input[type="submit"],
span.twl-buy-locket-btn input[type="submit"]{
	display: inline; 
	width: 120px; 
	height: 35px; 
	text-align: center;
	border: 1px solid #888888; 
	margin-left: 10px;
	background-color: #fff;
}
.twl-add-to-locket-btn input[type="submit"]:hover,
span.twl-buy-locket-btn input[type="submit"]:hover{
	border-style: dotted;
	color: #888;
	cursor: pointer;
}
.twl-buy-now-qty{
	clear:both;
	display: inline;
}
.twl-buy-now-qty input[type="text"]{
	display: inline; 
	width: 35px;
	height: 35px;
	text-align: center; 
	border: 1px solid #888;
}
.twl-buy-now-btn input[type="submit"]{
	display: inline; 
	width: 120px; 
	height: 35px; 
	text-align: center;
	border: 1px solid #888888; 
	margin-left: 10px;
	background-color: #fff;
}
.twl-buy-now-btn input[type="submit"]:hover{
	background-color: #fbb868;
}

.twl-your-charms{
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px dotted #888888; 
}
.twl-your-charms span.twl-item-title{
	display: block;
	color: #000;
	padding-bottom: 20px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}
.twl-your-charms ul{
	display: inline;
}
.twl-your-charms ul li{
	display: inline-block;
	position: relative;
}

.twl-your-charms ul li:hover{
	cursor: pointer;
}

.twl-your-charms ul li:hover img{
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}
.twl-your-charms ul li:hover:after{
	content: 'X';
	position: absolute;
	left: 40%;
	top: 40%;
}

.twl-misc-functions{
	padding: 20px 0;
	text-align: center;
}

.twl-clear-locket-btn input[type="submit"]{
	display: inline; 
	width: 120px; 
	height: 35px; 
	text-align: center;
	border: 1px solid #888888; 
	background-color: #fff;
	margin-bottom: 20px;
}
.twl-clear-locket-btn input[type="submit"]:hover{
	border-style: dotted;
	color: #888;
	cursor: pointer;
}

/************zoom ******************/

.twl-zoom{
	padding-top: 28px;
}
.zoom-in{
	display: inline;
	background-color: #fff;
	border: none;
	background: url('../images/zoom-in.png') no-repeat;
}
.zoom-out{
	display: inline;
	background-color: #fff;
	border: none;
	background: url('../images/zoom-out.png') no-repeat;
}
.twl-zoom .zoom-range input[type="range"]:active::-moz-range-track{
	width: 70px;
}


#twl-container .tileClear{
	display: none;
}


/************ PAGES ******************/
#common_area2{
	float: none;
}
#footer{
	margin: 50px 0 0 0;
}

h1{
	font: normal 22px/24px Arial, Helvetica, sans-serif;
	color: #464646;
	padding: 20px 0;
	text-transform: uppercase;
}

h2{
	font: normal 18px/24px Arial, Helvetica, sans-serif;
	color: #464646;
	padding: 20px 0;
	text-transform: uppercase;
}

h3{
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

.text-top {
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: dotted 1px #ccc;
}

.text-top ul.disc{
	margin: 0 0 0 20px;
}

.text-top ul.disc li{
	list-style: disc;
	margin: 0 0 5px 0;
}

p{
	line-height: 1.2em;
	margin: 0 0 1em 0;
	font-size: 1.1em;
}

ul.locket-gallery{
	display: block;
	margin: 40px 0;
	padding: 40px 0 0 0;
}

ul.locket-gallery li.locket-item{
	display: block;
	float: left;
	width: 235px;
	margin: 0 20px 40px 0;	
	text-align: center;
}

ul.locket-gallery li.locket-item:nth-child(4n){
	margin: 0 0 40px 0;
}

ul.locket-gallery li.locket-item img{
	display: block;
	width: 233px;
	height: auto;
	border:solid 1px #ccc;
	margin: 0 0 20px 0;
	-webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

ul.locket-gallery li.locket-item p{
	margin: 0 15px;
	line-height: 1.3em;
	 -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

ul.locket-gallery li.locket-item:hover img{
	border-style: dotted;
}

ul.locket-gallery li.locket-item:hover p{
	color: #555;
}


ol.faq {
	list-style-type: decimal;
	padding: 0 0 0 17px;
	margin: 0 0 20px 0;
}

ol.faq li{
	margin: 0 0 10px 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}