@charset "utf-8";
/* CSS Document */
/* tooltip styling */ 
#product_video {
	z-index: 1003;
	}

#product_price_details form {
	padding:0;
	margin:0;
	}

.tooltip { 
    display:none; 
	background-color:#000000;
    height:250px; 
    padding:20px; 
    width:460px; 
    font-size:12px;
	text-align:left;
    color:#fff; 
	z-index:5000;
} 

.tooltip p {
	font-size:12px;
	color: #CCCCCC;
}


#simplemodal-overlay  {
background-color:#000000;
	z-index:5000 !important;
}

.simplemodal-title {
	position:relative;
	font-size:12px;
	padding:5px;
	background-color:#000000;
	color:#FFFFFF;
	float:none;
	clear:both;
	margin-bottom:10px;
	}
.simplemodal-container {
	z-index: 5001 !important;
	}

.simplemodal-close {
	font-size:10px;
	color:#999999;
	cursor:pointer;
	}
	
.ui-resizable-handle {
	display:none !important;
	}
	
#theModal {
	background: url(/templates/bsn/en/images/cs_dropshadow.png) top center no-repeat;
	background-color: transparent !important;
	display:none;
	width:610px;
	height:342px;
	padding:10px;
	background-color:#000000;
	}
	
#modal_copy {
		background-color: #000000;
		background-image:url(/templates/bsn/en/images/cs_bg.jpg);
		background-repeat: no-repeat;
		height:320px;
			border:#333333 1px solid;
		}
	
#modal_copy div p {
	font-size:12px;
	color:#CCCCCC;
	line-height:16px;
	padding-left:10px;
	padding-right: 10px;
	margin:0;
	margin-top: 10px;
	}
	
#modal_copy div p  strong{
	font-size:12px;
	color:#FFFFFF;
	}


#theModal p {
	font-size:12px;
	color:#CCCCCC;
	line-height:16px;
	}