/* the overlayed element */ 
.simple_overlay { 

    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    /*width:675px;     */
    
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;
    
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
	background-image:url(../img/overlay_close.png);
    position:absolute; 
    right:-20px; 
    top:-20px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* styling for elements inside overlay */ 
.details { 
/*
    position:absolute; 
    top:15px; 
    right:15px; 
    font-size:11px; 
    color:#fff; 
    width:150px; 
*/
padding:10px;
font-size:10px;
line-height:12px;

} 
 
.details h3 { 
	color:#FF5900;
    font-size:15px; 
    margin:0 0 -10px 0;
    font-weight:normal;
}

.contentWrap {
	overflow: auto;
}

/* the overlayed element */
.apple_overlay, div.apple_overlay.black {

	/* initially overlay is hidden */
	display:none;

	/* growing background image */
	background-image:url(../img/overlay_transparent_1.png);

	/*
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;

	/* some padding to layout nested elements nicely  */
	padding:35px;

	color:#fff;

	/* a little styling */
	font-size:11px;
}

.ovlzoom {
	cursor: pointer;
}

.div_overlay_zoom {
	display:none;
	color:#fff;
	-moz-box-shadow:0 0 40px 5px #000000;
	-webkit-box-shadow: 0px 0px 50px #000000;
}

.div_overlay_zoom div.close {
	background-image:url(../img/overlay_close.png);
	position:absolute; 
	right:-22px; top:-22px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(../img/overlay_close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.ovl_pic_holder {
	background-image:url(../img/largethumbbg.gif);
	background-repeat:no-repeat;
	display:table-cell;
	height:346px;
	text-align:center;
	vertical-align:middle;
	width:346px;
}

.ovl_form {
	/*border: 1px solid;*/
	text-align: left;
	width: 265px;
	height: 80px;
	padding: 0 10px 10px 10px;
	vertical-align: top;
	display: table-cell;
}

.ovl_form p {
	margin-bottom:0;
	line-height:15px;
}

.ovl_form h2 {
	color:#cccccc;
	font-size:18px;
	margin: 0px;
	font-weight: normal;
	padding-bottom:5px;
}

.ovl_form h3 {
	color:#cccccc;
	font-size:14px;
	margin: 0px;
	font-weight: normal;
	padding-bottom:5px;
	padding-top:10px;
}

.ovl_input1 {
	background-color:#424242;
	border:medium none;
	color:#FFFFFF;
	/*height:16px;*/
	margin-left:0px;
	margin-top:0px;
	width:265px;
}

.ovl_input2 {
	background-color:#424242;
	border:medium none;
	color:#FFFFFF;
	height:16px;
	margin-left:0px;
	margin-top:0px;
	width:50px;
}

.ovl_input3 {
	background-color:#424242;
	border:medium none;
	color:#FFFFFF;
	height:16px;
	margin-left:0px;
	margin-top:0px;
	width:200px;
}

.ovl_input4 {
	background-color:#424242;
	border:medium none;
	color:#FFFFFF;
	height:40px;
	margin-left:0px;
	margin-top:0px;
	width:485px;
}

.ovl_input2, .ovl_input3, .ovl_input4 {
	font-family:verdana;
	font-size:11px;
}

.overlay_prev_pic_disabled,
.overlay_next_pic_disabled,
.overlay_prev_pic_disabled:hover,
.overlay_next_pic_disabled:hover {
	color: #333;
	cursor: default;
}

.ovl_add_basket_div {
	padding-top: 10px;
	text-align: center;
}

.ovl_add_basket {
	display:block;
}

.ovl_add_basket img {
	vertical-align: middle;
	padding-right: 5px;
	border: 0;
}

.ovl_tell_friend {
	width: 490px;
	float: left;
}

.ovl_tell_friend_spacer {
	border-bottom:1px dashed gray;
}

.ovl_tell_friend h2 {
	color:#CCCCCC;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding-bottom:0;
	padding-top:11px;
}

.ovl_tell_friend h3 {
	color:#cccccc;
	font-size:12px;
	margin: 0px;
	font-weight: normal;
	padding-bottom:5px;
	padding-top:5px;
}

.ovl_tell_friend_send {
	height:40px;
	margin-left:518px;
	margin-top:33px;
	text-align:center;
	width:120px;
}

.ovl_tell_friend_send a {
	background-image:url(../img/icon_email-send1.png);
	background-repeat:no-repeat;
	display:block;
	height:32px;
	padding-left:0;
	padding-top:7px;
}


.ovl_zoom_me {
	float:left;
	position:absolute;
	z-index:11000;
	margin-left: 300px;
	margin-top: 303px;
}


.ovl_pic_navig {
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	width:360px;
}

#overlay_prev_pic {
	background-image:url(../img/aleft24.png);
	background-repeat:no-repeat;
	padding:3px 5px 5px 24px;
}

#overlay_next_pic {
	background-image:url(../img/aright24.png);
	background-repeat:no-repeat;
	padding:3px 24px 5px 5px;
	background-position:top right;
}

.ovl_basket_action_status {
	color:#FF5900;
	font-weight:bold;
	text-align:center;
	display: none;
}

.ovl_basket_tell_friend_status {
	float:right;
	text-align:center;
	width:142px;
	display: none;
}


