
.reveal-modal-bg { 
						position: fixed; 
						height: 100%;
						width: 100%;
						background: #000;
						background: rgba(0,0,0,.6);
						z-index: 500;
						display: none;
						top: 0;
						left: 0; 
						overflow: hidden;
					}
					.reveal-modal {
						visibility: hidden;
						top: 100px!important; 
						width: 700px; 
						left: 27%;
						background: #e5e5e5;
						position: fixed;
						z-index: 2000;
						border: 0px solid #8e8e8e;
						-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
					}
					.reveal-modal .modal {
						background: #fff;
						padding: 4px;
					}
					.reveal-modal .modal .contents {
						padding: 0px 10px 20px 10px;
						background: #ffffff;
						text-align: left;
					}
					.reveal-modal .modal .contents > .left {
						float: left;
						margin-right: 15px;
					}
					.reveal-modal .modal .contents > .left + .right {
						margin-left: 340px;
						margin-top: 30px;
					}
					.reveal-modal .modal .contents .name {
						background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

						color: #000000;
						text-shadow: 0 1px 0 #fff;
						font-size: 16px;
						font-weight: bold;
						text-align: center;
						margin: 0 -10px 10px -10px;
						padding: 10px;
						border-bottom: 1px dotted #cecece;
						-webkit-border-radius: 2px 2px 0px 0px;
						-moz-border-radius: 2px 2px 0px 0px;
						-khtml-border-radius: 2px 2px 0px 0px;
						border-radius: 2px 2px 0px 0px;
					}
					.reveal-modal .modal .contents .images {
						border: 0px solid #d0e3ee;
						float: left;
						margin-bottom: 20px;
						padding: 10px;
						text-align: center;
					}
					.reveal-modal .modal .contents .description {
						border-top: 1px solid #d0e3ee;
						border-bottom: 1px solid #d0e3ee;
						padding: 5px 5px 10px 5px;
						margin-bottom: 10px;
						line-height: 20px;
						color: #005dad;
						font-weight: bold;
					}
					.reveal-modal .modal .contents .description span {
						color: #005dad;
						font-weight: normal;
					}
					.reveal-modal .modal .contents .description a {
						color: #005dad;
						text-decoration: underline;
					}
					.reveal-modal .modal .contents .description a:hover {
						text-decoration: none;
					}
					.reveal-modal .modal .contents .price {
						overflow: auto;
						border-bottom: 1px solid #F8F4E8;
						padding: 0px 5px 10px 5px;
						margin-bottom: 10px;
						font-size: 15px;
						font-weight: bold;
						color: #333333;
						width: 315px;
					}
					
				.price span {
						color: #f67b29;
					}
					
					.reveal-modal .modal .contents .price-old {
						color: #333333;
text-decoration: line-through;
position: relative;
					}
					.reveal-modal .modal .contents .price-new {
					font-size: 20px;
					}
					.reveal-modal .modal .contents .price-tax {
						font-size: 12px;
						font-weight: normal;
						color: #86b2d9;
					}
					.reveal-modal .modal .contents .price .reward {
						font-size: 12px;
						font-weight: normal;
						color: #86b2d9;
					}
					.reveal-modal .modal .contents .cart {
						border-bottom: 1px solid #F8F4E8;
						padding: 3px 5px 13px 5px;
						margin-bottom: 20px;
						color: #005dad;
						overflow: auto;
					}
					.reveal-modal .modal .contents .cart div {
						float: left;
						vertical-align: middle;
					}
					.reveal-modal .modal .contents .cart div > span {
						padding-top: 7px;
						display: block;
						color: #86b2d9;
					}
					.reveal-modal .modal .contents .cart .minimum {
						padding-top: 5px;
						font-size: 11px;
						color: #86b2d9;
						clear: both;
					}
					.reveal-modal .modal .contents .htabs {
						height: 30px;		
						line-height: 16px;
						border-bottom: 1px solid #d0e3ee;
						clear: both;
					}
					.reveal-modal .close-reveal-modal {
						position: absolute;
						display: block;
						top: 12px;
						right: 11px;
						height: 24px;
						width: 24px;
						cursor: pointer;
						background: url('close.png') center bottom no-repeat;
					} 
					.reveal-modal .close-reveal-modal:hover {
						background: url('close.png') center top no-repeat;
					} 
					.reveal-modal .saving {
						font-size: 12px;
			}
			.box-product div .boxcaption a{
				color: #fff;
				background: rgba(255, 102, 51, 0.9) url(circle_arrow_white.png)center right no-repeat;

				padding: 4px 25px 5px 7px;
				font-weight: bold;

				text-decoration: none!important;
				font-size: 12px;
			}
			.box-product div .boxcaption a:hover{
				text-decoration: underline;
			}
			
			.product-grid div .boxcaption a{
				color: #fff;
				background: rgba(255, 102, 51, 0.9) url(circle_arrow_white.png) center right no-repeat;

				padding: 4px 25px 5px 7px;
				font-weight: bold;

				text-decoration: none!important;
				font-size: 12px;
			}
			
			
			
			.box-product div .boxcaption {
				text-align: center;
				position: relative;
				top: 100px;
				opacity: 0;
			}
			.box-product div:hover .boxcaption {
				opacity: 1;
			}
			
				.product-grid  div .boxcaption {
				text-align: center;
				position: relative;
				top: 100px;
				opacity: 0;
			}
			.product-grid  div:hover .boxcaption {
				opacity: 1;
			}
			
			
			
			.tab-content {
	border-left: 1px solid #d0e3ee;
	border-right: 1px solid #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
.tab-content-2 {
	border: 0px solid #d0e3ee;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	max-height: 350px;
}