/*===========================================================================
	Product Page
===========================================================================*/
.product-wrapper td {
	padding: 0 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
}
.product-wrapper h1 {
	font-size: 20px;
	font-weight: normal;
	color: #edb9c5;
}
/*.product-wrapper .left {
	float: left;
	width: 160px;
	margin-right: 40px;
	margin-bottom: 200px;
}
.product-wrapper div {
	float: left;
	width: 400px;
}*/

.product-wrapper .price {
	color: #dc5d92;
}
.product-wrapper .price span {
	font-size: 16px;
}
.product-wrapper dt { margin-top: 1em; }
.product-wrapper dd { margin-left: 0; }

/*===========================================================================
	Modal FoxyBox
===========================================================================*/
#fc_tb_titleTop { background-color: #edb9c5; }
#fc_tb_closeWindowButtonTop {
	overflow: visible;
	width: 100px;
	padding-top: 6px;
	font-weight: bold;
	background-image: none;
}

#fc_tb_titleBot { background-color: #fff !important; }

#fc_tb_closeWindowButtonBot {
	overflow: visible;
	width: auto;
	padding-top: 0;
	font-weight: bold;
	color: #e48aba !important;
	background-image: none;
}

/* Internal
===========================================================================*/
#fc_cart_container {
	background: none;
}
a.fc_cart_update {
	background: none !important;
}

#fc_cart_head {
	border-bottom: 2px solid #e48aba;
}
#fc_cart_table thead th {
	background-color: #fcf4f3 !important;
}
tr#fc_cart_head th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #828282;
}
#fc_cart_table td {
	border-bottom: 1px solid #edb9c5;
}
#fc_cart_table tfoot td {
	border: none;
	background-color: #fff;
}
#fc_cart_table #fc_cart_foot_total td {
	padding: 5px 0;
	color: #000 !important;
	background-color: #edb9c5;
	border-bottom: 2px solid #e48aba;
}
#fc_cart_foot_total td.fc_col1 {
	color: #000 !important;
}

#fc_cart_container #fc_cart_controls_top a.fc_cart_update,
#fc_cart_container #fc_cart_controls_bottom a.fc_cart_update {
	width: 103px !important;
	background-image: url(http://dreftbabycare.com/images/store/update-cart-button.png) !important;
	background-repeat: no-repeat !important;
}
#fc_cart_container #fc_cart_controls_top a.fc_cart_update:hover,
#fc_cart_container #fc_cart_controls_bottom a.fc_cart_update:hover {
	background-position: top left;
}

#fc_cart_container a.fc_link_nav {
	padding-top: 30px;
}

#fc_cart_container a.fc_cart_checkout {
	width: 192px;
	background-image: url(http://dreftbabycare.com/images/store/continue-to-checkout.png);
}
#fc_cart_container a.fc_cart_checkout:hover {
	background-position: top left;
}
