@charset "UTF-8";

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

.Accordion {
	border-left: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	overflow: hidden;
	width:496px;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
	color:#000000;
}

.AccordionPanelTab {
	background-color: #E4E4E4;
	border-top: solid 1px White;
	border-bottom: solid 1px White;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	height:23px;
	padding-left:8px;
	padding-top:4px;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:220px;
	background-color:#FFFFFF;
}


.AccordionPanelOpen .AccordionPanelTab {
	background-color: #E85B30;
	color:#FFFFFF;
}

.AccordionPanelTabHover {
	color: #000000;
}

.AccordionPanelOpen .AccordionPanelTabHover {
	color: #FFFFFF;
}


.AccordionFocused .AccordionPanelTab {
	background-color: #E4E4E4;
}


.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #E85B30;
	color:#FFFFFF;
}

.redbordr{
border:1px solid red;
}
.blackbordr{
border:1px solid #cccccc;
}

/* <-------- New css to content group  ---------> */

#shiping{ padding:10px; height:310px;}
#billing{ padding:10px; background-color:#FFFFFF;}
#gift{ padding:10px; background-color:#FFFFFF;}
#order{ padding:10px; background-color:#FFFFFF;}


#c2 {float:left; width:290px; background-color:#FFFFFF; height:217px; }
#c3 {float:left; width:280px; background-color:#FFFFFF; height:195px;}
#c5 {clear:left; background-color:#FFFFFF; height:50px;}


#r1_c2 {float:left; width:260px; background-color:#FFFFFF; height:340px;}
#r1_c3 {float:left; width:190px; background-color:#FFFFFF; height:340px;}
#r1_c4 {float:left; width:80px; background-color:#FFFFFF; height:10px;}
#r1_c5 {clear:left; background-color:#FFFFFF; height:105px;}


p.subnote2 {
	font-size: 92%;
	color: #666;
	padding:0;
	margin: 3px 0 5px 0;
	line-height: 1em;
}

#dhtmltooltip{
  position: absolute;
  left: -300px;
  width: 150px;
  border: 1px solid #FF0000;
  padding: 2px;
  background-color: #f5fff5;
  visibility: hidden;
  z-index: 100;
  /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
  filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
  position:absolute;
  left: -300px;
  z-index: 101;
  visibility: hidden;
}
.text5{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  border: 1px solid #0A8BA8;
  line-height: 14px;color: #666666;
}
#dhtmlfloatie{
  position: absolute;
  left: 650px;
  top: 300px;
  filter:alpha(opacity=0);
  -moz-opacity:0;
  border: 2px solid black;
  padding: 5px;
  z-index: 100;
  overflow:auto;
}

#spinner {
			position: absolute;
			margin:140px 0px 0px 21px;
			padding-top:180px;
			z-index: 1;
			height:250px;
			width:596px;
			background-color: #ffffff;
			/* for IE */
			filter:alpha(opacity=80);
		    /* CSS3 standard */
			opacity:0.8;
			text-align:center;
		} 