.addLink{
	cursor: pointer;
}

.ajaxaddtocart_show
{
	z-index:120;
	visibility:visible;
	position:fixed;
 	background: rgb(255, 255, 255);
 	
 	/* IE */
  	filter: alpha(opacity = 90);
  	/* Other */
  	opacity: 0.9;
  	
	border-width : 1px;
	border-color : black;
	border-style : solid;
	min-height : 110px;
	min-width : 300px;
}

.ajaxaddtocart_hide
{

}


.ajaxaddtocart_popup_loading_hide
{
	display:none;
}
.ajaxaddtocart_popup_loading_show
{
	z-index:110;
	text-align:center;
	
}

.popuploading{
	margin : 39px 87px;

}
.ajaxaddtocart_popup_hide
{
	overflow: auto;
}
.ajaxaddtocart_popup_show
{
	z-index:110;
	text-align:center;
	
}
.popupconfirm{
	text-align:center;
	line-height: 30px;
	height : 100px;
	min-width : 300px;
	margin: 10px;
}

.popupoptions_show{
	text-align:left;
	line-height: 30px;
	min-height : 100px;
	min-width : 300px;
	margin: 10px;
	max-height : 400px;
	max-width : 600px;
	overflow:auto;
}
.imagezoom{
	z-index:1000;
	position:fixed;
	text-align:center;
	left:150px;
	top:50px;
	width:400px;
 	background: rgb(255, 255, 255);
 	
	border-width : 1px;
	border-color : black;
	border-style : solid;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
.imagezoomhide{
	display:none;
}

#cart_sidebar_navigation {
   position: relative;
   height: 16px;
   text-align: center;
   background-color: #f4f3f3;
}

.cart_sidebar_navigation_left {
   position: absolute;
   left: 0;
   width: 50%;
   text-align: left;
}

.cart_sidebar_navigation_right {
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right;
}

.ajaxaddtocart_quit
{
    background-image:url(../images/quit.png);
    background-repeat:no-repeat;
    border:none;
	height:13px;
	width:13px;
}

.ajaxaddtocart_quit:hover
{
    background-image:url(../images/quithover.png);
    background-repeat:no-repeat;
    border:none;
	height:13px;
	width:13px;
}

/* Coda Bubble*/

.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
	z-index:1;
	visibility:visible;
 	background: rgb(255, 255, 255);
 	
 	/* IE */
  	filter: alpha(opacity = 90);
  	/* Other */
  	opacity: 0.9;
 	
	border-width : 1px;
	border-color : black;
	border-style : solid;
	min-width:250px;
	padding:15px;
}


