table.links td div
{	position: absolute;
	margin: 0;
	padding: 0;
	border: 1px solid #5970B2;
	z-index: 999;
	min-width:175px;
	background-color:#fff;
}

div.header table.links td div a.normal
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		color: #024A91;
		font: 12px arial
}

div.header table.links td div a.normal:hover
{	
  background: #49A3FF;
	color: #FFF
}

.web_cart_status{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:1px solid #ddd;
	background-color:white;
	padding:10px;
	display:none;
	width:150px;
	height:50px;
	line-height:50px;
	text-align:center;
}


body {
	color: #333;
	padding: 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}

.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}


input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}


.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}


div.spcl_combo { position:relative; width:271px; font-size:14px; color:#989999; font-family:"Lucida Grande";height:30px; margin-bottom:23px; cursor:pointer; }
div.spcl_combo_mini { width:151px !important;}
div.spcl_combo img  { border:0; }

div.spcl_combo div.left  { position:absolute; width:8px; }
div.spcl_combo div.right { position:absolute; right:0px; width:28px; }
div.spcl_combo div.content {
	position:absolute;
	left:8px;	width:235px; background: url('/images/apple_combo_back.png') repeat;
	height:30px;
        overflow: hidden;
        white-space:nowrap;
}
div.spcl_combo_mini div.left  { position:absolute; width:8px; }
div.spcl_combo_mini div.right { position:absolute; right:0px; width:28px; }
div.spcl_combo_mini div.mini_content {
        width:115px;
        position:absolute;
	left:8px;	background: url('/images/apple_combo_back.png') repeat;
	height:30px;
        overflow: hidden;
        white-space:nowrap;
}

div.spcl_combo div.content div.inner_content { vertical-align:middle;padding:6px 4px 0px 10px;  }
div.spcl_combo div.content div.mini_inner_content { vertical-align:middle;padding:6px 4px 0px 10px !important;  }

div.spcl_combo div.content div.active { color:#0088cc; }
div.spcl_combo div.mini_content div.active { color:#0088cc; }

div.spcl_combo_results { z-index:999;	overflow:auto; position:absolute; top:28px; left:2px;	height:100px; white-space:nowrap;	padding:2px 20px 4px 6px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	background:url("/images/spcl_combo_list_bg.gif") repeat-x scroll left bottom #FFFFFF;
	border:1px solid #E6E6E6;
	background-color:#fff;
        min-width: 214px;
}
div.mini_results {
    min-width: 94px !important;
}
div.spcl_combo_results ul 		{ list-style-type:none; margin-top:2px;padding:0px}
div.spcl_combo_results ul li { margin:0px 4px 0px 4px; font-size:14px; }

div.spcl_combo_results ul li:hover {
	color:#2fabe9;
	cursor:pointer;
}


.bubble {
	min-height:43px;
	position:absolute;
	z-index:1000;
}
.bubble .tr {
	background-image:url("/images/tr.png");
	background-repeat:no-repeat;
	height:39px;
	right:0;
	top:0;
	width:4px;
}
.bubble .tl {
	background-image:url("/images/tl.png");
	background-repeat:no-repeat;
	height:39px;
	left:0;
	top:0;
	width:3px;
}

.bubble .top {
	background-image:url("/images/t.png");
	background-repeat:repeat-x;
	height:39px;
	left:3px;
	right:4px;
	top:0;
}

.bubble .left {
	background-image:url("/images/l.png");
	background-repeat:repeat-y;
	bottom:4px;
	left:0;
	overflow:hidden;
	top:39px;
	width:3px;
}
.bubble .right {
	background-image:url("/images/r.png");
	background-repeat:repeat-y;
	bottom:4px;
	overflow:hidden;
	right:0;
	top:39px;
	width:4px;
}

.bubble .bottom {
	background-image:url("/images/b.png");
	background-repeat:repeat-x;
	bottom:0;
	height:4px;
	left:3px;
	overflow:hidden;
	right:4px;
}

.bubble .bl {
	background-image:url("/images/bl.png");
	background-repeat:no-repeat;
	bottom:0;
	height:4px;
	left:0;
	overflow:hidden;
	width:3px;
}
.bubble .br {
	background-image:url("/images/br.png");
	background-repeat:no-repeat;
	bottom:0;
	height:4px;
	overflow:hidden;
	right:0;
	width:4px;
}
.bubble .close, .bubble .spinner {
    display:none;
}
a:link, a:visited {
    text-decoration:none;
}
:-moz-any-link {
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
}

.bubble .center {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFC5 none repeat scroll 0 0;
	bottom:4px;
	left:3px;
	overflow:hidden;
	right:4px;
	top:39px;
}

.bubble .container {
	overflow:hidden;
	position:relative;
}


.bubble .chrome {
	position:absolute;
}

.bubble .content {
	color:#333333;
	left:0;
	padding:10px;
	position:relative;
	text-align:center;
	top:0;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:11px;
	z-index:1;
}

.bubble .arrow {
	background-image:url("/images/arrow-bottom.png");
	background-repeat:no-repeat;
	bottom:-14px;
	height:16px;
	left:50%;
	margin-left:-9px;
	width:18px;
}

.apple_required_info {
  background-color:#FFFFC5;
  color: #999999;
}
