/* @override 
	http://delicious.dev/_css/styles.css
	https://test.deliciousdesserts.net/_css/styles.css
*/

.clear {
	clear: both;
}

.highlight,{
	color: #f5c9d3;
	margin-top: 1.6em;
}

.note {
	color: #888;
	font-size: .9em;
}

a:link, a:visited {
	color: #401e17;
	text-decoration: none;
}

a:hover, a:active {
	color: #cb9499;
	text-decoration: underline;
}

p {
	margin: 1em 0;
	line-height: 1.4em;
}

body {
	background-color: #fdebf1;
	color: #401e17;
	font: 14px/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#wrapper {
	width: 940px;
	margin: 10px auto;
}

div#content {
	background-color: #fff;
	border: 3px solid #f5c9d3;
	overflow: hidden;
}

/* @group Nav */

div#nav {
	background: url(/_img/common/delicious_desserts_logo.png) no-repeat left center;
	margin: 0 0 0 33px;
	height: 130px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	font: bold 13px Palatino, "Times New Roman", Times, serif;
}

div#nav ul {
	position: absolute;
	bottom: 10px;
	right: 0px;
	height: 24px;
}

div#nav li {
	display: inline;
	margin: 0 0 0 25px;
}

#home #n_home a, #cakes #n_cakes a, #truffles #n_cake_truffles a, #info #n_info a, #social_events #n_social_events a, #press #n_press a, #accolades #n_accolades a {
	color: #cb9499;
	text-decoration: none;
	cursor: default;
}

/* @end */

/* @group Footer */

#footer {
	padding: 20px 45px 20px 0;
	background: url(/_img/common/footer/small_pink_cake.png) no-repeat center center;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
}

#footer span {
	padding: 0 40px;
}

#footer a:link, #footer a:visited {
	color: #401e17;
}

#footer a:hover, #footer a:active {
	color: #cb9499;
}

/* @end */

/* @group Cakes */

#cakes div#content {
	padding: 77px;
}

#cakes #ss_main {
	float: left;
	width: 390px;
	margin-right: 28px;
	border-right: 1px solid #f5c9d3;
	padding-right: 30px;
}

#cakes #ss_thumbs {
	float: left;
	width: 330px;
}

#pagination {
	margin: 0 0 7px 0;
	text-align: center;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	width: 330px;
}

#pagination li {
	display: inline;
	float: left;
	margin-right: 10px;
}

#pagination li.previous, #pagination li.previous-off {
	float: left;
	margin-right: 90px;
}

#pagination li.next, #pagination li.next-off {
	float: right;
	margin: 0;
	padding: 0;
}

#cakes ul#thumbs {
	float: left;
	width: 330px;
	clear: both;
}

#cakes ul#thumbs li {
	float: left;
	margin: 0 10px 10px 0;
}

li.selected_page a {
	text-decoration: underline;
	font-weight: bold;
}

/* @end */

/* @group Homepage Slideshow */

div#slideshow {
	float: left;
}

#s1,#s2,#s3,#s4,#s5 {
	float: left;
}

#s1 {
	width: 157px;
	height: 280px;
}

#s1 img {
	width: 157px;
	height: 280px;
	top: 0;
	left: 0;
}

#s2 {
	width: 180px;
	height: 280px;
}

#s2 img {
	width: 180px;
	height: 280px;
	top: 0;
	left: 0
}

#s3 {
	width: 210px;
	height: 280px;
}

#s3 img {
	width: 210px;
	height: 280px;
	top: 0;
	left: 0
}

#s4 {
	width: 190px;
	height: 280px;
}

#s4 img {
	width: 190px;
	height: 280px;
	top: 0;
	left: 0
}

#s5 {
	width: 157px;
	height: 280px;
}

#s5 img {
	width: 157px;
	height: 280px;
	top: 0;
	left: 0
}

#s1,#s2,#s3,#s4 {
	margin: 0 10px 0 0;
	padding: 0;
}

body#home #slideshow img {
	margin: 0 6px 0 0;
}

body#home #slideshow #ss5 {
	margin: 0;
}

/* @end */

/* @group Cake Truffles */

#truffles #content {
	width: 780px;
	padding: 77px;
}

#truffles #slideshow {
	width: 440px;
	border-right:  1px solid #f5c9d3;
	padding: 0 25px 0 0;
}


#truffles #description {
	width: 220px;
	padding: 20px 30px 10px;
	background: #401e17;
	color: #fff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	float: right;
	min-height: 495px;
}

h1 {
	color: #f5c9d3;
	font: 16px/1.4em Palatino, "Times New Roman", Times, serif;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#truffles h2 {
	color: #f5c9d3;
	font-weight: normal;
	display: inline;
}

#truffles p {
	margin: .5em 0 2em;
}

#truffles #description a {
	color: #f5c9d3;
	border-bottom: 1px solid;
	padding-bottom: 2px;
	text-decoration: none;
}

#truffles #pagination {
	width: 430px;
	margin: 5px 0 10px;
}

#truffles #pagination li.previous, #truffles #pagination li.previous-off {
	float: left;
	margin-right: 140px;
}
#truffles #thumbs {
	float: left;
}

#truffles #thumbs li {
	float: left;
	margin: 0 8px 0 0;
}

#pagination a {
	color: #401e17 !important;
}

/* @end */

/* @group Order Cake Truffles */

#order_truffles #content {
	padding: 80px;
}

#order_truffles div.item label {
	clear: left;
	float: left;
	width: 120px;
	margin: 5px 0;
}

#order_truffles #content form {
	float: left;
	text-align: center;
}

#order_truffles #content div.item {
	float: left;
	text-align: center;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 30px 63px 30px 0;
	width: 120px;
}

#order_truffles div.item input, #order_truffles div.item select {
	margin: 1em 0;
}

#order_truffles #content img {

}


#order_truffles .clear {
	clear: both;
}

.changer {
	width: 33px;
	height: 71px;
	background: url(../_img/cake_truffles/order/quantity.png) no-repeat;
	float: right;
	margin-top: 40px;
}

.changer input {
	width: 18px;
	border: 0;
}

#order_truffles #gift_box {

}


#order_truffles hr {
	clear: both;
	height: 1px;
	background: #f5c9d3;
	border: 0;
	margin: 0;
}

#order_truffles #review_order {
	text-align: left;
	float: none;
	padding: 0 150px;
}

#order_truffles #review_order p{
	text-align: left;
	float: none;
	padding: 0;
	margin: 20px 0 0px;
}


#order_truffles #gift_card_message {
	display: block;
}

#order_truffles #RegisterErrors p, #order_truffles #RegisterErrors label {
	margin: .25em 0 0;
	padding: 0;
}

#order_truffles #review_order table {
	margin: 1em 0;
}

#order_truffles #review_order input{
	margin: 2px 10px 10px 0;
}

#order_truffles #review_order #address1, #order_truffles #review_order #address2 {
	width: 95%;
}

/*

 @end */

/* @group Place Order */

#place_order #content {
	padding: 80px;
}

#place_order .line_item {
	padding: 10px 0 10px 160px;
	border-bottom: 1px solid #f5c9d3;
	clear: both;
	float: left;
	width: 620px;
	font: 14px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#place_order .line_item img {
	float: left;
	margin-right: 20px;
}

#place_order p.title {
	font-weight: bold;
}

#place_order #total {
	clear: both;
	padding: 20px 0 0 0;
	text-align: center;
}

#ccinfo{
	margin: auto;
	text-align: left;
}

#ccinfo label{
	font-weight: bold;
	font-size: .9em;
}

#total button {
	-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;
	cursor: pointer;
	padding: 1em;
	font-size: 15px;
	color: #401e17;
	background-color: #f5c9d3;
	background-color: rgba(245,201,211,1);
}


#total button:hover{
	background-color: rgba(245,201,211,.5);
}

#pmt_details #process_error {
	margin: 1em auto;
	padding: 1em;
	width: 50%;
	border: 2px solid #ff0000;
}


/* @end */

/* @group Press */

#press #content {
	width: 780px;
	padding: 77px;
}

#press #thumbs {
	margin: 20px 0px 20px 20px;
}

#press #thumbs img {
	margin: 4px 8px 4px 0;
}

#press #thumbs a.zoom {
	display: inline-block;
}

#press h1 {
	position: relative;
	width: 780px;
	height: 32px;
}

#press h1 span {
	background: url(../_img/press/press.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Accolades */

#accolades #content {
	width: 780px;
	padding: 77px;
}

#accolades #thumbs {
	margin: 20px 0px 20px 20px;
}

#accolades #thumbs img {
	margin: 4px 8px 4px 0;
}

#accolades h1 {
	position: relative;
	width: 780px;
	height: 32px;
}

#accolades h1 span {
	background: url(../_img/accolades/accolades.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Info */

#info #content {
	padding: 75px;
}

#info #photos {
	width: 290px;
	float: left;
	padding: 0 30px 0 0;
	border-right: 2px solid #f9dce3;
}

#info #photos img{
	margin-bottom: 10px;
}

#info #photos .last_photo {
	margin: 0;
}

#info #information {
	width: 370px;
	float: right;
	color: #fff;
	background: #401e17;
	padding: 30px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	min-height: 1140px;
}

div#information p {
	line-height: 1.4em;
}

/* @end */

/* @group social */

#social #content {
	padding: 75px;
}

#social #photos {
	width: 290px;
	float: left;
	padding: 0 30px 0 0;
	border-right: 2px solid #f9dce3;
}

#social #information {
	width: 370px;
	float: right;
	color: #fff;
	background: #401e17;
	padding: 30px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	min-height: 440px;
}


/* @end */

