/*
* 
* Do not edit or add to this file if you wish to upgrade the module to newer
* versions in the future. If you wish to customize the module for your 
* needs please contact us to https://www.indiesinc.com/magento-extensions/contacts/
* 
* @category    Ecommerce
* @package     Indies_Sizechartpopup
* @copyright   Copyright (c) 2014 IndiesInc.com. All Rights Reserved.
* @url        https://www.indiesinc.com/magento-extensions/size-chart-popup.html
*
*/
#button {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	/*color: #996633;*/
	color:#3399cc;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 5px 10px;
    text-align: center;
	clear:both;
	background: #F9F9F9;
	border: 1px solid #bfbfbf;
}

#button:hover {
	background-color: #eee;
	border: 1px solid;
	box-shadow: 1px 3px 4px #D3D3D3;
}



#modal {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	visibility:hidden;
	/*width:70%;left: 28% !important; */
	height:auto;
	padding:8px;

	background:rgba(0,0,0,.3);

	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;

	position:absolute !important;
	/*top:30% !important;*/
	left: 45% !important;
	width:47%;
	margin-top:-94px !important;
	margin-left:-180px !important;
	z-index:101;
}
#modal img {
    display: block;
    width: 100%;
}

#heading {
	
font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');

	border-bottom:1px solid #bababa;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);

	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;

	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:44px;

	color:#444444;
	text-shadow:0px 1px 0px #fff;
}

#content {
	 min-height: 200px;
    min-width: 450px;
	
	background:#fcfcfc;

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.4);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}


#underlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	-moz-opacity:0.5;
	opacity:.50;
	filter:alpha(opacity=50);
}
#lightbox{
	display:none;
	position:absolute;
	top:100px;
	left:25%;
	width:50%;
	height:400px;
	background-color:#fff;
	z-index:99999;
}	

#container {
	float:left;
	width:630px;
	font-family:Tahoma, sans-serif;
	zoom:1;
}
#container:before,
#container:after {
	content:"";
	display:table;
}
#container:after {
	clear:both;
}
.original-box {
	 background:none;
    color: #1E7EC8;
    float: left;
    height: auto;
    margin: 18px 0 5px 10px;
    overflow: hidden;
    position: relative;
    text-decoration: underline;
    width: auto;
}
.popup-box {
	position:absolute;
	top:0px;
	/*margin-top: 50px !important;*/
	width:auto;
	height:auto;	
	-moz-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
	opacity:0;
	filter:Alpha(opacity=0);
    z-index: 999;
	margin-top:-300px;
	margin-left:-200px;
	box-shadow: 0px 0px 0px 3px rgba(130,130,130,0.9); 
	

}
.popup-box img{height:330px;width:500px;}
.original-box:hover {
	overflow:visible;
	cursor:pointer;
}
.original-box:hover .popup-box {
	top:25px;
	opacity:1;
	filter:Alpha(opacity=100);
}
.popup-box-left {
	left:0px;
}
.original-box:hover .popup-box-left {
	left:25px;
}
.for_block {
    background: none repeat scroll 0 0 #fff;
    min-height: 300px;
    min-width: 400px;
    padding: 30px;
    text-align: center;
}
.product-view .add-to-cart-buttons .button { width:25% !important;}
.product-view .add-to-cart-buttons{ float:none !important; }
@media only screen and (max-width: 767px) {
        
	#modal {
		width:284px;
		height:156px;
		padding:8px;

		margin-left:-150px !important;
		margin-top:-78px;
	}
	#heading {
		width:284px;
		height:28px;

		line-height:28px;
		font-size:0.688em;
	}
	#content {
		width:284px;
		height:128px;
   	}
}