
/* the cart on header */
#cartButton {position: absolute;right: 250px;top: 159px; font-weight: bold;color: white;font-size: 17px;line-height: 22px;}
#cartButton .text{float: left;font-weight: bold;font-size: 16px;line-height: 17px;color: #fff;margin-top:10px;}
#cartButton img{display: inline;float: left;}
#cartButton a{text-decoration: none;color: white;}
#cartButton .mypopup{display: none;	position: absolute;	font-size: 12px;left: -55px;top:25px;z-index: 100;width: 270px;}
#cartButton:hover .mypopup {display: block;}


/* the user button on menu */
#userButton  {position: absolute;right: 30px;top: 165px; font-weight: bold;color: white;font-size: 17px;line-height: 22px;}
#userButton  .text{float: left;font-weight: bold;font-size: 16px;line-height: 17px;color: #fff;margin-top:10px;}
#userButton  img{display: inline;float: left;}
#userButton a{text-decoration: none;color: white;}
#userButton  .mypopup{display: none;position: absolute;font-size: 12px;left:-60px;z-index: 100;width: 270px;}
#userButton:hover .mypopup {display: block;}


/* the stockist button on header */
#stockistButton{position: absolute;right: 420px;top: 165px; font-weight: bold;
color: white;font-size: 17px;line-height: 22px;}
#stockistButton a, #stockistButton a:link, #stockistButton a:visited {color: #FFFFFF;text-decoration: none;}

/* the size popup */
.tooltip {
	display:none;
	background: transparent url(../images/tool-tip-top.png) no-repeat top center;
	font-size:14px;
	height:86px;
	width:190px;
	padding:0px;
	color:#fff;	
	padding: 10px 5px 5px 5px;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
}

.tooltip span {
color:#fff;
}

.popupbox{margin: -1px 0 0 0;padding: 5px; width: 100%;}
.popupbox .top{width: 100%;height: 13px;margin:-2px 0 0 0;padding:0;text-align: center;background: transparent url(../images/popupbox_arrow_up.gif) no-repeat center;}
.popupbox .content{
padding:5px 10px 5px 10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
border: 4px solid #2E2E2E;overflow: hidden;font-size: 12px;line-height: 18px;font-weight:bold;position: static;
color: white;background-color: #002142;}
.popupbox .content img{margin: 5px 10px 5px 0;}
.popupbox .content a {font-size: 12px; color: white;text-decoration:none;}
.popupbox .content a:hover{text-decoration:underline;}
.popupbox .content .row{height: 22px;margin: 7px 0 0 0;text-align: left;}
.popupbox .content .row span{display:inline-block;width: 75px;font-weight: normal;text-align: right; margin: auto 5px auto;}
.popupbox .content .row input{width: 150px;margin: 0; padding: 0;}
.popupbox .content .textonly{margin: 5px 5px 0 10px;text-align: left; line-height: 22px;}

/* cvv popup */
#cvv_popup  {display:inline-block;position: relative; font-weight: bold;color: white;font-size: 17px;line-height: 22px;}
#cvv_popup  .mypopup{display: none;position: absolute;left:-170px;font-size: 12px;z-index: 100;width: 400px;}
#cvv_popup:hover .mypopup {display: block;}