
	
	
	







/* ------------------------------- gift certificate listing ------------------- */
.listWrap {
	width:920px;
	background:url(../images/redesign/bg-listWrap-tile.gif) top left repeat-y;
	display:block;
	position:relative;
	height:auto;
	clear:both;
	margin:0;
	padding:0;
}
.listWrap .listTop {/*
	position:absolute;
	top:0;
	left:0;*/
	width:920px;
	height:7px;
	overflow:hidden;
	background:url(../images/redesign/bg-listWrap-top.gif) top left no-repeat;
	display:block;
}
.listWrap .listBottom {/*
	position:absolute;
	bottom:0;
	left:0;*/
	width:920px;
	height:7px;
	overflow:hidden;
	background:url(../images/redesign/bg-listWrap-bottom.gif) top left no-repeat;
	display:block;
	z-index:100;
	margin:0;
	padding:0;
	clear:both;
}



.listPhotoWrap {/*
	position:absolute;
	top:7px;
	left:9px;*/
	margin:0;
	padding:0 15px 0 9px;
	float:left;
	display:inline-block;
	width:150px;
	overflow:hidden;
}
.listPhoto {
	display:block;
	width:150px;
	margin:0 0 1px;
	overflow:hidden;
}
.listPhoto img {
	width:150px;
}


.listPhotoWrap h2 {
	background:url(../images/bg-listPhoto-fade.gif) top left repeat-x;
	display:block;
	height:35px;
	padding:5px 0 0;
	text-align:center;
	font-size:14px;
	line-height:20px;
}/*
.listPhotoWrap h2 a {
	color:#05386b;
}*/




.listTextWrap {/*
	position:absolute;
	top:7px;
	left:174px;*/
	float:left;
	width:380px;
	overflow:hidden;
	display:inline-block;
	margin:0;
	padding:0 9px 0 0;
}




form.listPriceWrap {/*
	position:absolute;
	top:7px;
	right:12px;*/
	float:left;
	display:inline-block;
	margin:0;
	padding:5px 5px 0 10px;
	width:340px;
}



form.listPriceWrap span.headline {
	color:#fff;
	text-align:center;
	margin:3px 5px 3px 0;
	padding:0 5px 5px;
	font-size:16px;
	line-height:22px;
	display:block;
	font-weight:bold;
	border-bottom: 1px dashed #fff;
}


form.listPriceWrap span.added {
	color:#900;
	text-align:left;
	margin:3px 0;
	padding:0 0 0 35px;
	line-height:22px;
	height:22px;
	display:block;
	background:url(../images/bg-added-to-cart.jpg) top left no-repeat;
}
form.listPriceWrap span.added a {
	color:#fff;
	margin:0 0 0 10px;
	padding:1px 3px;
	border:1px solid #cecece;
	font-weight:bold;
	background:#0063dc url(../images/bg-button-blue.jpg) bottom left repeat-x;
	height:auto;
	font-size:11px;
}
form.listPriceWrap span.added a:hover {
	text-decoration:none;
}


form.listPriceWrap fieldset {
	padding:3px 0 3px 5px;
	margin:0;
}
form.listPriceWrap fieldset label {
	padding:3px 0 0 3px;
	color:#fff;
	font-size:12px;
	line-height:13px;
}
form.listPriceWrap fieldset label span {
	padding:3px 0 0 5px;
	color:#05386b;
	font-weight:bold;
}

form.listPriceWrap input {
	padding-left:3px;
}

form.listPriceWrap input.button {
	background:#0063dc url(../images/bg-button-blue.jpg) bottom left repeat-x;
	color:#fff;
	height:auto;
	font-size:11px;
	font-weight:bold;
}
form.listPriceWrap hr {
	border: none 0;
	border-top: 1px dashed #fff;
	margin:3px 5px;
	height: 1px;
} 


form.listPriceWrap p {
  color:#000;
  font-size:11px;
  line-height:12px;
  background:url(../images/bg-arrow-white.gif) 3px 3px no-repeat;
  padding:0 0 0 15px;
  margin:0 0 5px 0;
}


form.listPriceWrap fieldset p {
	margin-left:25px;
	color:#900;
}











/* ------------------------------- gift certificate detail ------------------- */


/* ---------- main info ------------------- */
ul.back,
ul.back li {/*
	float:right;
	display:inline-block;
	position:absolute;
	top:45px;
	left:215px;*/
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}


ul.back li a {/*
	border:1px solid #cecece;
	background:#0063dc url(../images/bg-button-blue.jpg) bottom left repeat-x;
	color:#fff;
	padding:3px 5px;
	line-height:18px;
	font-size:11px;
	font-weight:bold;*/
	display:block;
	background:url(../images/button-arrow-search-blue.gif) -3px 0 no-repeat;
	font-weight:bold;
	padding:0 0 0 15px;
	margin:10px 0 5px;
}

ul.back li a:hover {/*
	text-decoration:none;*/
}





.emailFriend {
	display:block;
	background:url(../images/button-arrow-search-blue.gif) -3px 0 no-repeat;
	font-weight:bold;
	padding:0 0 0 15px;
	margin:10px 0 5px 15px;
}


.detailInfoL {
	float:left;
	display:inline-block;
	width:300px;
	margin:5px 0 10px;
	overflow:hidden;
}
.detailInfoR {
	float:left;
	display:inline-block;
	width:300px;
	height:100px;
	margin:5px 0 10px;/*
	overflow:hidden;*/
}


.detailInfoL a {
	font-weight:bold;
}

.detailInfoL span {
	display:inline-block;
	width:80px;
}

.detailInfoR span {
	color:#bbb;
}


/* ---------- price sidebar ------------------- */
.detailWrap {
	width:252px;
	float:right;
	display:inline-block;
	position:relative;
	height:auto;
	margin:0 0 20px 15px;
	padding:0;
}
.detailWrap .detailTop {/*
	position:absolute;
	top:0;
	left:0;*/
	width:252px;
	height:7px;
	overflow:hidden;
	background:url(../images/bg-detailPrice-top.png) top left no-repeat;
	display:block;
}
.detailWrap .detailBottom {/*
	position:absolute;
	bottom:0;
	left:0;*/
	width:252px;
	height:7px;
	overflow:hidden;
	background:url(../images/bg-detailPrice-bottom.png) top left no-repeat;
	display:block;
	z-index:100;
	margin:0;
	padding:0;
}



form.detailPriceWrap {/*
	position:absolute;
	top:7px;
	right:12px;*/
	float:left;
	display:inline-block;
	margin:0;
	padding:0 5px 0 0;
	width:250px;
	background:url(../images/bg-detailPrice-tile.png) top left repeat-y;
}

form.detailPriceWrap span.headline {
	color:#fff;
	text-align:center;
	margin:3px 5px;
	padding:0 10px 5px;
	font-size:14px;
	line-height:18px;
	display:block;
	font-weight:bold;
	border-bottom: 1px dashed #fff;
}


form.detailPriceWrap span.added {
	color:#900;
	text-align:left;
	margin:3px 0 3px 5px;
	padding:0 0 0 35px;
	line-height:22px;
	height:22px;
	display:block;
	background:url(../images/bg-added-to-cart.jpg) top left no-repeat;
}
form.detailPriceWrap span.added a {
	color:#fff;
	margin:0 0 0 10px;
	padding:1px 3px;
	border:1px solid #cecece;
	font-weight:bold;
	background:#0063dc url(../images/bg-button-blue.jpg) bottom left repeat-x;
	height:auto;
	font-size:11px;
}
form.detailPriceWrap span.added a:hover {
	text-decoration:none;
}

form.detailPriceWrap fieldset {
	padding:3px 0 3px 8px;
}
form.detailPriceWrap fieldset label {
	padding:3px 0 0 3px;
	color:#fff;
	font-size:12px;
	line-height:13px;
}
form.detailPriceWrap fieldset label span {
	padding:3px 0 0 5px;
	color:#05386b;
	font-weight:bold;
}

form.detailPriceWrap input {
	padding-left:3px;
}

form.detailPriceWrap input.button {
	background:#0063dc url(../images/bg-button-blue.jpg) bottom left repeat-x;
	color:#fff;
	height:auto;
	font-size:11px;
	font-weight:bold;
}
form.detailPriceWrap hr {
	border: none 0;
	border-top: 1px dashed #fff;
	margin:3px 5px;
	height: 1px;
} 


form.detailPriceWrap p {
  color:#000;
  font-size:11px;
  line-height:12px;
  background:url(../images/bg-arrow-white.gif) 0 3px no-repeat;
  padding:0 5px 0 10px;
  margin:0 0 5px 5px;
}







form.detailPriceWrap ul {
  color:#000;
  font-size:11px;
  line-height:12px;
  padding:3px 0;
  margin:0;
  display:block;
}

form.detailPriceWrap ul li {
  padding:0;
  margin:3px 0 3px 25px;
}








.detailPhotoWrap {/*
	position:absolute;
	top:7px;
	left:9px;*/
	margin:10px 0 0;
	padding:0;
	float:left;
	display:inline-block;
	width:250px;
	overflow:hidden;
}
.detailPhoto {
	display:block;
	width:250px;
	margin:0 0 1px;
	overflow:hidden;
}
.detailPhoto img {
	width:250px;
}


.detailPhotoWrap h2 {
	background:url(../images/redesign/bg-detailPhoto-fade.gif) top left repeat-x;
	display:block;
	height:35px;
	padding:5px 0 0;
	text-align:center;
	font-size:14px;
	line-height:20px;
}
.detailPhotoWrap h2 a {
	color:#05386b;
}











