

a { color:#4f140d; }

img { border:0; }
a img { display:block; }

address { font-style:normal; }

h1,
h2 {
	color:#4f140d;
	margin-top:0;
	margin-bottom:0.5em;
	font-size:1.3em;
}

.message_list,
.error_list {
	margin:1em 3px;
}
.message_list {
	padding:0;
	list-style-type:none;
	color:#060;
}
.error_list { color:#600; }


/* Forms */
fieldset {
	margin:0;
	padding:0;
	border:none;
}
	textarea,
	select,
	input,
	.fake_form_field {
		background:#fff;
		border:1px solid #ddd7ca;
		color:#690a0d;
	}
		textarea {
			font:0.8em Arial, Helvetica, sans-serif;
		}
		.fake_form_field {
			padding:1px 2px;
			display:inline-block;
		}
		input[type=submit],
		input[type=button] {
/*			padding:2px 2px;*/
/*			background:#5c080a url('../img/layout/button_bg.png') left bottom;*/
			padding:3px 5px;
			background:#5c080a url('../img/layout/button_bg2.png') 0% 50%;
			border:1px solid #7b3530;
			font-size:10px;
			color:#fff;
		}

/* Normal Form */
.normalForm {
	margin:1em 0;
}
	.normalForm fieldset {
		border:none;
		margin:0 0 1em;
		padding:0;
	}
	.normalForm legend + fieldset {
		margin-top:1em;
	}
		.normalForm legend {
            font-size:1.1em;
            font-weight:bold;
            margin:0;
            padding:0;
		}
		.normalForm ol {
			list-style-type:none;
			margin:0;
			padding:0;
		}
			.normalForm li {
                margin-bottom:0.5em;
			}
				.normalForm label {
                    display:inline-block;
                    width:10em;
                    font-size:0.9em;
                    font-weight:bold;
				}
				.normalForm input[type="text"],
				.normalForm input[type="password"],
				.normalForm .fake_form_field {
					min-width:15em;
				}
				.normalForm input[type="submit"] {
					margin-top:0.5em;
					margin-left:11em;
				}
				.normalForm em { font-size:0.8em; }
				.normalForm select {
					min-width:15.5em;
				}
				.normalForm input.inlineSubmit {
					margin-left:0;
				}
				.normalForm .calendarSelect {
					margin-right:15px;
				}
				

/* Admin Form */
h2.adminFrmHeader {
	clear:both;
	margin:0;
	padding:8px 20px;
	background:#5c080a url('../img/layout/admin_form/header_bg.png') repeat-x bottom left;
	color:#fff
}
.adminFrm {
	margin:0;
	color:#690a0d;
}
.adminFrm fieldset > legend + fieldset {
	margin-top:0;
}
.adminFrm fieldset fieldset {
	margin:0;
	padding:1em 15px 2em;
	background:#fcf4e2 url('../img/layout/admin_form/multiselect_bg.png') repeat-x bottom left;
	border-top:1px solid #fdf8ea;
	border-bottom:1px solid #e8d4aa;
}
.adminFrm fieldset legend {
	color:#690a0d;
	display:none;
}
.adminFrm input[type=text],
.adminFrm input[type="password"],
.adminFrm input[type=file],
.adminFrm select,
.adminFrm textarea {
	min-width:22em;
}
.adminFrm textarea {
	height:10em;
}
.adminFrm h4 {
	margin-top:2em;
	margin-bottom:0.25em;
	font-size:1em;
}
.adminFrm input[type=submit],
.adminFrm input[type=button] {
	margin:0;
}

/* Fieldset of current attr options */
.adminFrm .itemAttrOptions label.subLabel {
	display:inline;
	width:auto;
	font-size:0.8em;
}
.adminFrm .itemAttrOptions .option_name {
	width:10em;
	min-width:1em;
}
.adminFrm .itemAttrOptions .option_price {
	width:7em;
	min-width:1em;
}

/* List of attributes */
.adminFrm .attrList {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:0.9em;
}
.adminFrm .attrList li {
	margin:0.10em 0;
}
.adminFrm .attrList span {
	display:inline-block;
	width:10em;
}
.adminFrm .attrList .distManLabel,
.adminFrm .attrList .attrOptLabel {
	width:15em;
}

/* Lists of current photos */
.adminFrm .currentPhotosList {
	margin:2em 0 1em;
	padding:0;
	list-style-type:none;
}
.adminFrm .currentPhotosList li {
	float:left;
	width:30%;
}
.adminFrm .currentPhotosList div {
	height:175px;
	margin-bottom:5px;
}
.adminFrm .currentPhotosList .mainImgLabel {
	margin:0 0 0.5em;
	font-weight:bold;
}
.adminFrm .currentPhotosList input {
	margin:0 0 0.5em;
	display:block;
}

/* A list of current files */
.adminFrm .currentFilesList span {
	width:auto;
	display:inline;
}








/* Tables */
table {
	margin:0;
	width:100%;
	border:none;
	border-collapse:collapse;
	border-bottom:1px solid #ead7ac;
	font-size:0.8em;
}
	table th {
		padding:2px 5px;
		border-top:1px solid #c6968c;
		border-bottom:1px solid #dcc2ae;
		background:#5d080a url('../img/layout/th_bg.png') repeat-x top left;
		font-size:0.8em;
		text-align:center;
		text-transform:uppercase;
		color:#fff;
	}
	table td {
		padding:2px 5px;
		border-left:1px solid #e4cf9d;
		border-bottom:1px solid #ead7a7;
		background:#eddbad url('../img/layout/td_bg.png') repeat-x top left;
		border-width:1px 0 0 1px;
		text-align:center;
		color:#690a0d;
	}
		th.tableEdit,
		td.tableEdit,
		th.tableDelete,
		td.tableDelete {
			width:80px;
		}
		th.tableDate,
		td.tableDate {
			width:100px;
		}
		th.qty,
		td.qty {
			width:40px;
		}
		th.price,
		td.price {
			width:70px;
			text-align:right;
		}
		th.tableName,
		td.tableName {
			text-align:left;
		}
		td.orderList table,
		td.productList table {
			width:90%;
			margin-left:10%;
		}
		td.tableEdit a {
			display:block;
		}

/* Plain Table */
table.plainTable {
	margin:0;
	width:100%;
	border-collapse:collapse;
	border:none;
	font-size:1em;
}
	table.plainTable  th {
		padding:2px 5px;
		border:none;
		background:transparent;
		font-size:0.8em;
		text-align:center;
		text-transform:uppercase;
		color:#fff;
	}
	table.plainTable  td {
		padding:2px 5px;
		border:none;
		background:transparent;
		text-align:left;
		color:#000;
	}



/* Stylized Containers */

/* Framed Content Stylized Container */
.framedContentTop {
	overflow:hidden;
	width:455px;
	width:796px;
	width:955px;
	height:4px;
	background:url('../img/layout/framed_content_top.png') no-repeat 0 0;
}
.framedContentBottom {
	width:455px;
	width:796px;
	width:955px;
	height:11px;
	background:url('../img/layout/framed_content_bottom.png') no-repeat 0 0;
}
.framedContentBody {
	width:440px;
	width:781px;
	width:940px;
	padding:0 8px 0 7px;
	background:url('../img/layout/framed_content_body.png') repeat-y 0 0;
	overflow:hidden;
}
	.framedContentBody h2 {
		margin:0;
		padding:10px 22px 11px;
		padding:0;
/*		background:#571113 url('../img/layout/framed_content_header_bg.png') repeat-y 0 0;*/
		background:#8f1b1e;
		color:#eed5a1;
		text-transform:uppercase;
	}
	.framedContentBody h2 img {
		display:block;
	}
	.framedContentBody div.contentA {
		padding:0 20px 1em;
		background:#fff url('../img/layout/framed_content_content_a_bg.png') repeat-x 0 0;
		overflow:auto;
	}
	.framedContentBody h3 {
		color:#ab2000;
		margin-bottom:0;
		font-size:1em;
	}



/* Framed Section Stylized Container */
.framedSectionHeader {
	margin:0 7px 0 0;
	padding:8px 20px;
	background:#5c080a;
	color:#fff;
}
	.framedSubSection,
	.framedSubSection2 {
		overflow:auto;
		margin:0 7px 0 0;
		background:#fff;
	}
	.framedSubSection2 {
		padding-bottom:200px;
	}







/* Pagination */
.pageNav {
	clear:both;
/*	overflow:auto;*/
	margin:1em 20px;
	padding:0;
	list-style-type:none;
	font-size:0.9em;
	float:right;
	color:#500b0a;
	display:inline;
}
	.pageNav li {
		float:left;
		display:inline;
		margin-right:10px;
		text-decoration:none;
	}
	.pageNav .currentPage {
		color:#bc240b;
	}
	.pageNav .paginationPrev,
	.pageNav .paginationNext {
		margin-top:2px;
	}
	.pageNav a {
		text-decoration:none;
	}
	.pageNav a:hover {
		text-decoration:underline;
	}
	.pageNav form {
		margin:0;
	}
		.pageNav input {
			width:20px;
		}




/* Cart */
.cart_header {
	clear:both;
	padding-top:2em;
}
.cartForm {
	overflow:auto;
	margin:0 10px;
	padding:1em 10px 1em;
	background:url('../img/layout/cart/cart_bg.png') repeat-x 0 0;
	border-bottom:1px solid #e8d4aa;
}
.cart {
	margin-bottom:1em;
	border:none;
	border-collapse:collapse;
	border-bottom:1px solid #ead7ac;
	overflow:auto;
	font-size:0.8em;
}
	.cart th {
		min-height:24px;
		border:none;
		border-top:1px solid #c6968c;
		border-bottom:1px solid #dcc2ae;
		background:#5d080a url('../img/layout/cart/cart_th_bg.png') repeat-x top left;
		color:#fff;
	}
	.cart td {
		min-height:35px;
		border:none;
		border-left:1px solid #e4cf9d;
		border-bottom:1px solid #ead7a7;
		background:#eddbad url('../img/layout/cart/cart_td_bg.png') repeat-x top left;
		color:#690a0d;
	}
		.cart tr td:first-child { border-left:none; }
		.cart .tableAttributes ul {
			margin:0;
			padding:0;
			list-style-type:none;
		}
		
.cart_totals {
	color:#690a0d;
	float:right;
}
.cart_totals div {
	margin:0 0 0.25em;
	text-align:right;
}
.cart_totals div span {
	display:inline-block;
	*display:inline;
	min-width:7em;
}
.cart_totals div strong {
}

/* Checkout */
.checkout_confim_info_block {
	width:32%;
	float:left;
}
.checkout_edit_link {
	font-size:0.7em;
}
.checkout_info_confirm {
	margin:-1em 0 0;
	padding:0;
	list-style-type:none;
}


/* Receipt */
.receipt_info_block {
	width:24%;
	float:left;
}
.receipt_info {
	margin:-1em 0 0;
	padding:0;
	list-style-type:none;
}



/* Item Details */
.itemHeader {
	min-height:40px;
	overflow:hidden;
	background:#5c080a;
}
	.itemHeader h2 {
		float:left;
		width:286px;
		margin:0;
		padding:10px 22px;
		background:#921d20;
		
		font-size:1.2em;
		font-weight:normal;
		text-transform:uppercase;
		color:#fff;
	}
	.itemHeader a {
		float:right;
		width:50px;
		height:28px;
		padding:12px 30px 0;

		font-size:1em;
		text-align:center;
		text-decoration:none;
		text-transform:uppercase;
		color:#fff;
	}
.itemMainPhoto {
	margin:1em 0;
	text-align:center;
}
	.itemMainPhoto img {
		display:inline;
		border:1px solid #dcd4d4;
	}
.itemDescriptionContainer {
	float:left;
	width:320px;
}
	.itemDescription {
		margin:1em 20px;
		text-align:center;
	}
	.itemDescriptionContainer .itemDescription {
		text-align:left;
	}
.itemThumbnails {
	float:right;
	width:100px;
	margin:0 10px;
	padding:0;
	list-style-type:none;
	text-align:center;
}
	.itemThumbnails li {
		margin:0 0 10px;
		width:100px;
		height:100px;
		text-align:center;
		border:1px solid #d6d6d6;
		line-height:90px;
	}
		.itemThumbnails img {
			display:inline;
		}






/*h3 {
	margin:0 13px;
	padding:1em 0 0;
	font-size:1em;
	clear:both;
}
	h3 + .itemList { margin-top:0; }*/
	
/* Item List */
.itemList {
	clear:both;
	margin:1em 0;
	padding:0;
	list-style-type:none;
	overflow:hidden;
}
	.itemList > li {
		position:relative;
		float:left;
		padding:0;
		margin:0;
		min-height:165px;
		width:236px;
		height:236px;
		border:1px solid #fee0a4;
		text-align:left;
		background:#fff;
	}
	* html .itemList li { height:270px; }
		.itemList > li div {
			margin:15px;
		}
			.itemList a {
				font-size:0.9em;
				text-decoration:none;
				color:#921d20;
				display:block;
			}
				.itemList a:hover {
					text-decoration:underline;
				}
				.itemList a img {
					display:inline; 
					display:block;
					margin:0 auto;
					text-align:center;
				}
.itemList .prdPrice {
	color:#520f0d;
	font-size:1em;
	font-weight:bold;
}
.itemList .editLinks {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:0.8em;
	overflow:hidden;
}
	.itemList .editLinks li {
		float:left;
		width:49%;
	}


img.made_is_usa_icon{
	z-index:99;
	position: absolute;
	top: 5px;
	right: 5px;
}
img.is_new_icon{
	z-index:99;
	position: absolute;
	top: 0px;
	left: 0px;
}




/* Link List */
.linkList {
	margin:0;
	padding:0;
	list-style-type:none;
}
	.linkList li {
		min-height:30px;
		padding:10px 20px 0;
		background:#fbf4e4 url('../img/layout/link_list_bg.png') repeat-x bottom left;
		border-bottom:1px solid #f1e3c5;
	}
		.linkList li a,
		.linkList li span {
			color:#410e07;
			font-size:0.9em;
			font-weight:bold;
			text-decoration:none;
		}
			.linkList li a:hover {
				text-decoration:underline;
			}


/* List of available files */
/* Used mainly on the file folder pages */
.fileLinksContainer {
	margin:0;
	padding:1em 0;
	background:#921d20;
	overflow:hidden;
	float:left;
	width:100%;
}
.fileLinksList {
	margin:0 20px;
	padding:0;
	list-style-type:none;
	text-transform:uppercase;
	text-align:right;
	font-size:0.8em;
	font-weight:normal;
}
	.fileLinksList li {
		display:inline;
		margin-left:8px;
		padding-left:10px;
		border-left:1px solid #fff;
	}
		.fileLinksList > li:first-child,
		.fileLinksList > li.firstLink {
			border-left:none;
			padding-left:none;
		}
		.fileLinksList > li a {
			text-decoration:none;
			color:#fff;
		}
			.fileLinksList > li a:hover {
				text-decoration:underline;
			}
	.fileLinksList li h3 {
		display:inline;
		margin:0;
		font-weight:normal;
		text-transform:uppercase;
		color:#fff;
	}
	.fileLinksList li h3 img {
		position:relative;
		top:1px;
		margin-left:5px;
	}



/* Print Link */
.printLink {
	font-size:0.8em;
	font-weight:normal;
	float:right;
}


/* CMS Backlink */
.cmsBackLink { float:right; }

/* CMS Breadcrumb */
.cmsBreadcrumb + * { clear:both; margin-top:0.25em; }
.cmsBreadcrumb {
	margin:0;
	padding:0;
	list-style:none;
	overflow:auto;
	font-size:0.8em;
}
.cmsBreadcrumb li {
	float:left;
	margin:0 3px;
}
.cmsBreadcrumb li:first-child {
	margin-left:0;
}
	.cmsBreadcrumb li:before {
		content:'>';
	}
	.cmsBreadcrumb li:first-child:before {
		content:'';
	}
		.cmsBreadcrumb li a {
			margin-left:3px;
		}
		.cmsBreadcrumb li:first-child a {
			margin-left:0;
		}

/* CMS Buttons */
.cmsButtons {
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:auto;
}
.cmsButtons li {
	display:inline;
}




.breadcrumb {
	margin:0.5em 0;
	padding:0;
	list-style-type:none;
	overflow:auto;
	color:#500b0a;
}
.breadcrumb li {
	float:left;
}
.breadcrumb a {
	text-decoration:none;
	margin:0 5px;
}
.breadcrumb a:hover {
	text-decoration:underline;
}



/* main content h2s are all images */
.body_content1 > * {
	margin:0 10px 0 4px;
	padding:0.5em 10px;
	color:#410e07;
	background:#f1e7d0;
}
.body_content1 > ol,
.body_content1 > ul {
	padding-left:30px;
}

.body_content1 h2 {
	clear:both;
	margin:0;
	padding:0;
	background:transparent;
}
	.body_content1 h2 img {
		display:block;
	}
	
.body_content1 h3 {
	clear:both;
/*	min-height:33px;*/
/*	height:60px;*/
	margin-bottom:0;
	padding:8px 20px 10px;
	padding:8px 20px 14px;
	background-color:#ddc189;
	background-image:url('../img/layout/definition_header.png');
	background-repeat:repeat-x;
	background-position:left bottom;
	
	
/*	height:100px; line-height:100px;*/
}

.body_content1 .sub_nav {
	float:left;
	width:100%;
	max-height:45px;
	margin:0 0 5px 0;
	padding:10px 0;
	font-weight:normal;
	text-align:center;
	background:transparent url('../img/layout/sub_nav_bg.jpg') no-repeat 0 0;
}
	.body_content1 .sub_nav li {
		display:inline;
		margin:0 10px;
	}
	.body_content1 .sub_nav a {
		color:#fee0a4;
		text-decoration:none;
	}

.body_content1 .faqList {
	padding:0;
	font-weight:bold;
	background:transparent;
	list-style-type:none;
	
	zoom:1; /* IE6 flickering the bg */
}
	.body_content1 .faqList h3 {
		margin:0;
	}
	.body_content1 .faqList p {
		margin:0;
		padding:0.25em 20px 1em;
		font-weight:normal;
		background:#f1e7d0;
	}

.body_content1 .multi_col_list {
	overflow:auto;
	list-style-type:none;
}
	.body_content1 .multi_col_list li {
		float:left;
		width:25%;
		margin:0.5em 0;
	}
	.body_content1 .multi_col_list.sorted_list li {
		margin-left:10px;
	}


.body_content1 h3.promo_rules_header {
	background-image:none;
	font-weight:normal;
	padding:1em 10px;
}
.body_content1 ol.promo_rules li {
	margin-bottom:1em;
}




/* Lists of RSS Updates */
.rss_updates_container {
	clear:both;
	margin:0.5em 12px 0 0;
	background:#7c1716 url('../img/layout/club_updates_bg.png') repeat-x 0 0;
	color:#e5c993;
	font-size:0.9em;
	font-weight:normal !important;
	overflow:auto;
}
	.rss_updates_container .rss_updates {
		float:left;
		width:33%;
		margin-left:0.5%;
	}
	.rss_updates_container .rss_updates:first-child {
		margin-left:0;
	}
	.rss_updates .rss_updates_header {
		margin:10px 0 0;
		padding:0;
		background:transparent;
	}
	.rss_updates_body {
		border:1px solid #440908;
		background:#7b1716 url('../img/layout/club_updates_section_bg.png') repeat-x 0 0;
	}
	.rss_updates_body .rss_link {
		display:block;
		margin:0.5em 0;
	}
	.rss_updates_body > ul {
		overflow:auto;
		margin:0;
		padding:0;
		list-style-type:none;
	}
	.rss_updates_body > ul li {
		margin:5px;
		padding:20px 10px;
		border:1px solid #440908;
		background:url('../img/layout/twitter_msg_bg.png') repeat-x 50% 50%;
	}
	.rss_updates_body > ul li p {
		margin:0;
	}
	.rss_updates_body > ul li a {
		color:#fff;
	}
	.rss_updates_body > ul li h4 {
		margin-top:0;
	}
	.rss_updates_body .rss_date_seperator {
		padding:8px 10px;
		background-image:url('../img/layout/rss_date_bg.png');
		font-size:1.7em;
		text-transform:uppercase;
	}
	.rss_updates_body .read_more_link {
		padding:13px 0 8px;
		display:block;
		text-align:center;
	}
	.rss_updates_body .read_more_link img {
		margin:0 auto;
	}





.fc,
.fc > div:first-child,
.fc > div:first-child + div,
.fc > div:first-child + div + div,
.fc > div:first-child + div + div > div:first-child {
	padding:0;
	margin:0;
	zoom:1;
}
.fc {
	background:url('../img/layout/ex_framed/tl.png') no-repeat 0 0;
	position:relative;
}
.fc > div:first-child {
	width:10px;
	height:5px;
	background:url('../img/layout/ex_framed/tr.png') no-repeat 100% 0%;
	
	position:absolute;
	top:0;
	right:-5px;
}
.fc > div:first-child + div {
	width:5px;
	height:10px;
	background:url('../img/layout/ex_framed/bl.png') no-repeat 0% 100%;
	
	position:absolute;
	left:0;
	bottom:-5px;
}
.fc > div:first-child + div + div {
	overflow:hidden;
	background:url('../img/layout/ex_framed/br.png') no-repeat 100% 100%;
	
	position:relative;
	top:5px;
	left:5px;
}
.fc > div:first-child + div + div > div:first-child {
	overflow:hidden;
	display:block;
	margin:0 10px 10px 0;
/*	background:#f00;*/
}





.prd_details_container {
	background:#fff;
	border:1px solid #fee7b9;
	margin-right:7px;
	overflow:hidden;
	text-align:left;
	padding-bottom:2em;
	clear:both;
}

.prd_imgs {
	float:left;
	overflow:hidden;
	margin-bottom:30px;
}
.main_photo {
	margin:50px 0 0 50px;
	padding:20px;
	min-height:300px;
	border:1px solid #d5d5d5;
}
.main_photo_thumbnails_header {
	float:right;
	margin:19px 0 0 10px;
	color:#c72127;
	font-size:0.7em;
	font-weight:normal;
	text-transform:uppercase;
/*	background:#f00;*/
}
.main_photo_thumbnails {
	float:left;
	margin:0 0 0 50px;
	padding:0;
	list-style-type:none;
	width:162px;
	width:108px;
}
.main_photo_thumbnails li {
	float:left;
	padding:6px;
	width:40px;
	height:40px;
	border:1px solid #d5d5d5;
}
.main_photo_thumbnails li:hover,
.main_photo_thumbnails li.selected {
	padding:3px;
	border:4px solid #a6001c;
}


.prd_details {
	float:left;
	width:509px;
	padding:50px 20px 30px 20px;
	font-size:0.9em;
}
.prd_details h2 {
	margin:0;
	font-size:1.4em;
	color:#a61411;
}
.prd_details .inventory_id {
	font-size:0.9em;
}
.prd_details .price {
	margin-top:3em;
	text-transform:uppercase;
}

.prd_details form {
	background:#eaeaea;
	padding:9px;
	margin-top:1em;
}
.prd_details .attributes {
	margin:0;
	padding:0;
	list-style-type:none;
}
.prd_details .attributes li {
	margin-bottom:0.5em;
}
.prd_details .attributes label {
	display:inline-block;
	padding:4px;
	min-width:60px;
	background:#7c1716 url('../img/layout/attribute_label_bg.png') repeat-x 0% 50%;
	color:#fff;
	font-size:0.8em;
	text-align:center;
	text-transform:uppercase;
}
.prd_details .attributes input,
.prd_details .attributes select {
	min-width:150px;
	border:1px solid #fff;
	background:#fff;
	color:#000;
	font-size:1em;
}
.prd_details .attributes select {
	min-width:155px;
	margin-left:5px;
}

.prd_details .qty label {
	background-image:none;
}
.prd_details .qty input {
	min-width:10px;
}

.desc_and_price,
.add_to_cart_buttons {
	background:#fff;
	padding:18px;
}
.desc_and_price { padding-bottom:5px; }
.add_to_cart_buttons { padding-top:5px; }
.add_to_cart_buttons input {
	text-transform:uppercase;
	padding:5px 10px;
	font-size:1em;
	margin-left:-1px;
}


.recommended_prds_header {
	clear:both;
	padding-top:15px;
	margin:0 50px;
	color:#c72127;
	border-top:1px solid #d5d5d5;
	font-size:1.2em;
	zoom:1;
}
.recommended_prds {
	margin:0 50px;
	padding:0;
	list-style-type:none;
	text-align:center;
	overflow:auto;
}
.recommended_prds li {
	float:left;
	width:175px;
	padding:0 35px 0 0;
}
.recommended_prds li img {
	border:1px solid #d5d5d5;
}


.cat_html > * {
	margin:0;
}


.flash_error p {
	position:relative;
	top:100px;
}


.pr_img {
	float:right;
	margin:0 0 1em 20px;
}


.php-calendar th,
.php-calendar td {
	text-align:left;
}


.receipt_logo {
	display:none;
}

.old_price {
	text-decoration:line-through;
}

.giftcards {
	list-style:none;
	margin:1em 0;
	padding:0;
}
.giftcards li {
	margin:0 0 0.25em 0;
	overflow:auto;
}
.giftcards form {
	float:left;
	margin-right:5px;
}
.giftcards .giftcardName {
	float:left;
}

.apt_container {
	display: none !important;
}

#quality_concern_link
{
	background:transparent;
}