/**
 * @package     hubzero-cms
 * @file        components/com_store/assets/css/store.css
 * @copyright   Copyright 2005-2015 HUBzero Foundation, LLC.
 * @license     http://opensource.org/licenses/MIT MIT
 */

/*

	-- -- -- -- -- -- --
	com_store CSS
	-- -- -- -- -- -- --

*/
	.store-wrap {
		border: 2px solid #e4e4e4;
		background: #FFFFFF;
		border-radius: 10px;
		-moz-border-radius: 10px;
		padding: 1em;
	}
	.store-wrap pre {
		background: #eff8f9;
		border: none;
		margin: 1em 0;
		padding: 1em 2em;
	}
	.storeitems {
		list-style: none;
		margin: 0 0 1em 0;
		padding: 1em;
	}
	.storeitems li {
		display: block;
		margin-right: 2em;
		margin-bottom: 2em;
		padding: 2em;
		border-bottom: 1px solid #e4e4e4;
	}
	.storeitems li:last-child {
		clear: both;
		border: none;
	}
	.storeitems li.featured {
		position: relative;
	}
	.storeitems li.new {
		position: relative;
	}
	.storeitems li.featured:before,
	.storeitems li.new:before {
		font-size: 0.9em;
		display: block;
		position: absolute;
		font-weight: bold;
		color: #fff;
		width: 3em;
		height: 3em;
		border-radius: 50%;
		box-sizing: border-box;
		line-height: 3em;
		text-align: center;
		top: 0em;
		left: -0.25em;
		-webkit-transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
		-o-transform: rotate(-20deg);
		transform: rotate(-20deg);
		-webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.2);
		-moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.2);
		box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.2);
	}
	.storeitems li.featured:before {
		content: 'HOT!';
		background: #C60;
	}
	.storeitems li.new:before {
		content: 'NEW!';
		background: #C30;
	}
	.storeitems h4 { 
		margin: 0;
		padding: 0;
	}
	.storeitems p {
		margin-top: 0;
		padding-top: 0;
		color: #666;
	}
	.imageholder a, 
	.imageholder a:hover {
		border: none;
	}
	#useroptions li { 
		white-space: nowrap; 
	}
	.details { 
		margin-right: 3em; 
		color: #666; 
	}
	.details span {
		color: #999;
	}
	.totals { 
		height: 30px; 
		font-weight: bold; 
		vertical-align: middle; 
	}
	.imageholder { 
		float: left; 
		margin: 0; 
		padding: 0;
		max-width: 120px;
	}
	.imageholder img {
		width: 100%;
	}
	.infoholder  { 
		padding: 0 1em 0 1em; 
	}
	.infoholder h4 {
		font-size: 1.4em;
		margin-bottom: 1em;
	}
	a.actionlink {
		color: #999999; 
		text-transform: uppercase; 
		font-size: 0.8em;
		border-bottom: 1px solid #e2e2e2; 
		font-weight: normal; 
	}
	a.actionlink:hover { 
		border: none;
		color: #666666;
	}
	.sidetitle { 
		display: block; 
		color: #333333; 
		font-weight: bold;
	}
	.reassure {
		font-weight: bold;
		font-style: italic;
		color: #000000;
		padding: 0;
		display: inline;
		margin-right: 2em;
	}
	.confirm {
		font-weight: bold;
		font-style: italic;
		color: #000000;
		float: right;
		padding: 0;
		margin: 3.5em -4em 1em 0;
	}
	.btn-disabled, 
	.btn-disabled:hover {
		cursor: default;
		color: #CCC;
		box-shadow: none;
		border: 1px solid #CCC;
	}
	.process {
		text-align: right;
		margin-top: 2em;
	}
	.price  {
		color: #000;
		text-transform: lowercase;
		font-size: 1.5em;
		margin: 0 0 1em 0;
		border: 0;
		display: block;
	}
	.price a {
		border: none;
		color: orange;
	}
	.price a:hover {
		border: none;
	}
	.points:before {
		content: "\f006";
		font-family: "Fontcons";
		margin-right: 0.5em;
		font-size: 22px;
		border: none;
		color: orange;
	}
	.point-balance {
		margin: 0;
		background: #F7F4F2;
		border-top: 1px solid #E7DFD8;
		border-bottom: 1px solid #E7DFD8;
		text-align: center;
		color: #333;
		font-weight: bold;
		font-size: 1.4em;
		padding: 0.5em;
	}
	.point-balance span {
		display: none;
	}
	.point-balance small {
		color: #888;
	}
	.order_summary, 
	.final_summary {
		position: relative;
		margin-top: 0;
		background: #F7F4F2;
		border-top: 1px solid #E7DFD8;
		border-bottom: 1px solid #E7DFD8;
		color: #333;
		padding: 0.5em 1em 0.5em 1em;
	}
	.order_summary span {
		position: absolute;
		right: 1em;
		font-weight: bold;
	}
	.final_summary span {
		float: right;
		padding-right: 4em;
		font-weight: bold;
	}
	.order_summary h4, 
	.final_summary h4 {
		padding: 0; 
		margin-top: 0;
		margin-bottom: 0.5em;
	}
	.order_summary p, 
	.final_summary p {
		margin: 0;
		padding: 0;
	}
	.totals {
		border-top: 2px solid #E7DFD8;
		margin-top: 0.5em;
	}
	#balanceupdate { 
		background: #fff; 
	}
	#cartcontent { 
		float: left; 
	}
	#cartcontent h3 { 
		margin: 0 0 0.5em 0;
		padding: 0; 
	}
	.footernotes { 
		margin: 7.5em 0 0 0;
		padding: 0.2em 0 0.5em 0;
		border-top: 1px solid #e4e4e4;
	}
	.footernotes p {
		margin: 0;
		padding: 0;
	}
	.sidenotes { 
		padding-top: 1em;
		color: #666666;
	}
	.removeitem a {
		border: none;
	}
	.removeitem a:before {
		content: "\2716";
		font-family: "Fontcons";
		margin-right: 0.5em;
		font-size: 18px;
		border: none;
		color: #666;
	}
	.removeitem {
		margin: 0 0 0 1em;
	}
	.hint {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	pre { 
		margin: 1.5em 0 0 0;
	}
	.yes { 
		color: green;
	}
	.no { 
		color: red;
	}
	.button {
		position: absolute;
		border: none;
		overflow: hidden;
		height: 0;
		width: auto !important;
		border: none;
	}
	.submit {
		text-align: center;
	}

/* No product photo available */
	.nophoto {
		width: 100%;
		height: 120px;
		background: #e4e4e4;
		display: block;
	}
	.nophoto:before {
		font-size: 1em;
		display: block;
		position: absolute;
		font-weight: bold;
		color: #CCC;
		width: 3em;
		height: 3em;
		content: "No Photo Available";
		padding: 1em;
		text-transform: uppercase;
	}

