ul#assembly {
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.giftCardImgLink,
ul#assembly li {
    display: inline;
    float: left;
    font-size: 100%;
    margin: 0 7px 0 0;
    padding: 0 7px 0 0;
}
.recipient {
    font: bold 14px/1.5em Arial, sans-serif;
    color: #709fcf;
    background-color: #d9eae9;
    display: block;
    height: 25px;
    padding: 5px 5px 0;
    margin-bottom: 0;
    margin-top: 40px;
    display:block;
    width:690px;
}
.title {
    font-weight: bold;
    padding: 0 5px 0 0;
}
h6 a:hover {
	text-decoration:none;
}
#lblOrderNumber {
    border-right: 1px solid black;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
}
/*.required a, 
.itemShipping a, 
.shippingStatus a, 
.orderStatus a, 
.orderNumber a, 
div.storeAddress a, 
.registryName a {
    color: #7298BC;
    font-family: Verdana;
    font-size: 11px;
    letter-spacing: 0;
    text-decoration: none;
}
.required a {
    margin-left: 20px;
}*/
/*-------------------- merge the following + giftcard delta into layout -------*/
.delta
{
    margin: 0 20px 0 0;
    border-right: solid 1px #dbdbdb;
    padding: 0 20px 0 0;
}
/*--------------------- -----------------------*/
#orderBasicInfo
{
    display: inline;
    float: left;
}
/*-------------------- from family.css -------*/
#links
{
    color: #666;
    font-size: 9px;
    padding: 0;
    width: auto;
    display: inline;
    float: right;
}
#links a
{
    font-size: 10px;
    color: #666;
    text-decoration: none;
    padding: 0;
}
/*---------------------------------*/
div.orderInfo
{
    border-bottom: 1px solid #999;
    width: 100%;
    margin-top: 10px;
}
.lineItems {
    border-left: 1px solid #999;
    margin: 0;
    border-bottom: none;
    border-top: none;
    border-right: 1px solid #999;
}
#orderAccount.lineItems, #registryList.lineItems {
    border: none;
}
#orderAccount.lineItems { margin-bottom:10px; }
.lineItems th {
    border-top: 0;
}
#orderAccount.lineItems tbody tr td, #orderAccount.lineItems th, #registryList.lineItems tbody tr td, #registryList.lineItems th
{
    border-bottom: 1px solid #999;
}
#orderAccount.lineItems th, #registryList.lineItems th
{
    border-top: 1px solid #999;
}

/* ---------- My Order Tracking ---------- */
#content table.tracking {
	margin:15px 0 15px  0;
    border:0 none;
	text-align:left;
	vertical-align:top;
	float:left;
	width:540px;
}
#content table.tracking tbody tr td, table.tracking tr th {
	padding:5px;
	border-bottom:1px solid #666;
	display:table-cell;
	vertical-align:top;
}
#content table.tracking tr th {
	font:bold 14px/1.5em Arial, sans-serif;
	color:#709fcf;
	border-top:1px solid #666;
	text-decoration:none;
	padding:2px;
}
#content table.tracking p {
    padding:0;
    margin:0;
}
#content p.orderRecipient {
    width:140px;
    height:100%;
    padding:25px 10px 10px 5px;
    margin:0;
    float:left;
}
#content table.tracking tbody tr td span {
	float:left;
	clear:left;
	width:100%;
}




/*---------from stores ----------*/
div.storeAddress span, div.storeAddress span a
{
    font-size: 11px;
    color: #666;
    font-weight: normal;
    letter-spacing: 0;
    text-decoration: none;
    display: block;
}
div.storeAddress a
{
    font-weight: bold;
}
/*------------ hidden div----------*/

#shippingDetails, #shippingStatus
{
    display: none;
    width: 300px;
    height: 400px;
}
table.lineItems tbody tr td, .lineItems th {
padding:5px 5px 5px 5px;
}


/*------------ Our Story ----------*/
#content .ourStory {
	width:auto;
	height:auto;
	padding:90px 480px 40px 40px;
	overflow:hidden;
}
#content .ourStory p {
	font:11px/14px Arial, sans-serif;
	color:#306799;
	padding:2px 10px 2px 46px;
}
#content .ourStory.chapterOne {
	background:#CDE1F3 url(/assets/backgrounds/OurStory_Chapter1.gif) no-repeat 0 0;
}
#content .ourStory.chapterTwo {
	background:#9EC8EB url(/assets/backgrounds/OurStory_Chapter2.gif) no-repeat 0 0;
}
#content .ourStory.chapterThree {
	background:#CDE1F3 url(/assets/backgrounds/OurStory_Chapter3.gif) no-repeat 0 0;
}

#content .ourStory a.shopButton, 
#content .ourStory a.shopButton:link, 
#content .ourStory a.shopButton:active, 
#content .ourStory a.shopButton:visited, 
#content .ourStory a.shopButton:hover {
	margin:5px 5px 5px 5px;
	text-decoration:none;
}
#content .ourStory a.crateChapter1,
#content .ourStory a.crateChapter2,
#content .ourStory a.crateChapter3 {
	background:#CDE1F4 url(/assets/backgrounds/Shop_CrateBarrel.gif) no-repeat 0 0;
	float:left;
	clear:both;
	display:block;
	position:relative;
	width:160px;
	height:42px;
	cursor:pointer;
	margin:6px 0 0 0;
	text-decoration:none;
}
#content .ourStory a.crateChapter2 {
	background:#9EC8EB url(/assets/backgrounds/Shop_CrateBarrel.gif) no-repeat 0 0;
}
#content .ourStory a.crateChapter3 {
	background:#CDE1F3 url(/assets/backgrounds/Shop_CrateBarrel.gif) no-repeat 0 0;
}

/*------------ Contact Us ----------*/

#content .contactUsInformation {
	margin:10px;
	border:1px solid #5c87ab;
	padding:10px;	
}
#content #requestDetails {
	float:left;
	width:700px;	
}
#content #requestDetails form {
	float:left;
	width:450px;	
}
#content #requestDetails #validation {
	float:left;
	width:690px;
	margin:0 0 20px 0;	
}
#content .checkUseAddress {
	float:left;
	margin:0 8px 0 0;
	width:auto;	
}


/*------------ Assembly ----------*/

#content .assemblyInformation {
	border:1px solid #5c87ab;
}
#content .assemblyHeader {
	background:#e1f4f4;
	padding:10px;
	margin:0 0 10px 0;	
}
#content .padding {
	padding:14px;
	width:320px;
}
#content ul.product-name li {
	list-style:none;
	list-style-position:inside;
	list-style-type:none;
	margin:0;
}
#content h3.assembly {
	margin:0;
}
#content ul.product-name li a,
#content ul.product-name li a:link, 
#content ul.product-name li a:active,
#content ul.product-name li a:visited {
	font:normal 10px/11px Verdana, sans-serif;
	color:#7298BC;
	text-decoration:none;
}
#content ul.product-name li a:hover {
	text-decoration:underline;
}
#content ul.product-name li a:hover {
	text-decoration:underline;
}

.announcementCardsIMG {
	margin:0 200px;
	height:390px;
}

/*      gift Cards       */
.giveGiftCardFormWrap {
    background:url(/assets/backgrounds/DelimiterHexE6E7E9.png) repeat-y center top;
    overflow:hidden;
    margin-bottom:20px;
}
.giveGiftCardForm {
    background:url(/assets/backgrounds/DelimiterHexE6E7E9.png) repeat-x left bottom;
    display:inline;
    float:left;
    height:335px;
    width:350px;
    margin:0 0 -2px 0;
    padding-bottom:15px;
}
.giveGiftCardForm .jsFormContent {
    display:inline;
    float:left;
}
.giveGiftCardForm .error {
    clear:left;
    display:inline;
    float:left;
    margin:5px 0 0 20px;
    width:295px;
}
.giveGiftCardForm fieldset,
.giveGiftCardForm fieldset .error {
    margin:0;
}
.giveGiftCardForm label {
    font-size:10px;
    margin:0 0 0 10px;
}

.giveGiftCardForm .giveGiftCardImgWrap {
    display:inline;
    float:left;
    padding:25px 25px 10px 25px;
    overflow:hidden;
    
}
.giveGiftCardForm .giveGiftCardImgWrap .giftCardImgLink {
    display:inline;
    float:left;
    width:300px;
    height:194px;
    overflow:hidden;
}
.giveGiftCardForm .giveGiftCardImgWrap img {
    display:inline;
    float:left;
}
.giveGiftCardForm .giveGiftCardImgWrap .cardNameWrap {
    display:inline;
    float:left;
    padding:5px 0 0 0;
}
.giveGiftCardForm .giveGiftCardImgWrap .cardNameWrap a {
    color:#7298BD;
    text-decoration:none;
}
.giveGiftCardForm .giveGiftCardImgWrap .cardNameWrap a:hover {
    text-decoration:underline;
}

.giveGiftCardForm .giveGiftCardAmountWrap {
    display:inline;
    float:left;
    width:110px;
    overflow:hidden;
    padding-left:25px;
}
.giveGiftCardForm .giveGiftCardAmountWrap .giftCardAmount {
	display:inline;
	float:left;
	width:100%;
}
.giveGiftCardForm .giveGiftCardAmountWrap .dollarSign {
	display:inline;
	float:left;
	font-size:14px;
	padding-right:2px;
}
.giveGiftCardForm .giveGiftCardAmountWrap input {
	display:inline;
	float:left;
	width:40px;
}
.giveGiftCardForm .giveGiftCardAmountWrap .cents {
	display:inline;
	float:left;
	padding-top:2px;
}

.giveGiftCardForm .giveGiftCardQtyWrap {
    display:inline;
    float:left;
    width:80px;
    overflow:hidden;
}
.giveGiftCardForm .giveGiftCardQtyWrap label {
	margin-left:0;
}
.giveGiftCardForm .giveGiftCardQtyWrap input {
	display:inline;
	float:left;
	width:40px;
}

.giveGiftCardForm .giveGiftCardBtnWrap {
    display:inline;
    float:left;
    width:110px;
    overflow:hidden;
    padding-top:8px;
}

#content .giftCardTerms p a {
    font-weight:normal;
}


.giftCardAmount  h2{
	font:bold 34px/34px Arial, sans-serif;
	text-align:center;
	float:left;
	clear:none;
	margin:0;
	width:120px;
}
.giftCardAmount h2.dollarSign {
	width:35px;
	margin:0;
	text-align:right; 
}
.giftCardAmount  h2.dollar {
	font:bold 20px/34px Arial, sans-serif;
	width:28px;
	margin:2px 0 0 4px;
}
.giftCardAmount .dollarAmount {
	font:normal 16px/16px Arial, sans-serif;
	text-align:left;
	clear:none;
	float:left;
	margin:4px 0 0;
	height:20px;
	width:30px;
}
.giftCardAmount a.shopButton.withArrow {
	margin:0 15px;
}
#internationalSkus
{
    width: auto;
  
}
#internationalSkus td{
	padding: 4px 10px 4px 0;
}
#internationalSkus #trHidden td{
	padding:0;
}
#internationalSkus input{
	width: 100%;
	padding: 3px 0;
}
#internationalSkus th,
.oneTen.label,
.third.label,
.eighty.label{
	color:#969696;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-align: center;
}
#internationalSkus td input.price,
#internationalSkus td input.total{
	text-align:right;
}
/*--------------------------------------- gift card section -------------------------*/
.cardNumberLastFour, .cardBalance, .cardDate {
	font-weight:bold;
	margin:0 0 0 20px;
}
.heading {
	color:#969696;
	display:inline-block;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	margin:10px 0 0 20px;
}
.formSuccessTemplate .row
{
    margin:0;
    padding-bottom:0;
    border-bottom:0;
    
}
.formSuccessTemplate {
	margin:10px 0 50px;
	text-align:center;
}
.editLink {
	color:#709fcf;	
}   
.editLink a:hover {
	text-decoration: none;
}

#content p.quantityAnnoucement {
	padding:5px 10px 5px 20px;
	
}

/* ----------- Recall ------------*/
img.recallImg {margin-top:0;}

/* ----------- FAQs ------------*/
#shippingReturns {
	margin-bottom:10px;
	
}

#content td.itemShipping p {
	padding:0;		
}

.print{
    float:right;
    color:#709fcf;
    font:Arial,sans-serif;
}

#cataloguePrefSubmit
{
   margin-top: 20px; 
}
