/**
 * Code by Travis
 *
 *
 *
 *
 *
 *
 */


/*************************************************** TYPE */
/**************************************************/


body {
	font-family: Century Gothic,'Trebuchet MS', Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,li,blockquote {
	line-height:18px;
	margin:0 0 18px;
}

ul,ol {
	margin: 0 18px 18px 18px;
}

li {
	margin:0;
}

h1,
.page-head h3,
.page-head-alt h3 {
	color: #c9d787;
	font-size: 32px;
	line-height: 36px;
	font-weight: normal;
	text-align: left;
}

h2 {
	color: #af8bd3;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #af8bd3;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #d7c3ea;
	padding: 0 0 1px 0;
}

a:hover {
	border-bottom: 1px solid #af8bd3;
}

.form-button,
.form-button-alt {
	border: 1px solid #7d8a2e;
	background: #c9d787;
	color: #7d8a2e;
	text-transform: uppercase;
}

.form-button:hover,
.form-button-alt:hover {
	background: #7d8a2e;
	color: #fff;
}

.form-button span,
.form-button-alt span {
	font-size: 11px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/*************************************************** LAYOUT */
/**************************************************/

.no-display {
	display: none;
}

.clear {
	clear: both;
}

.divider {
	height: 1px;
	background: #c9d787;
	margin: 0 0 18px 5px;
}

body {
	background: #eee4f8;
}

/*************************************************** HEADER */
/**************************************************/

.header-top-container {
	background: url(../images/header-top-container-bg.png) repeat-x 0 0;
	overflow: hidden;
}

.header-top {
	background: url(../images/header-top-bg.jpg) no-repeat 0 0;
	height: 155px;
	width: 900px;
}

#search_mini_form {
	float: right;
	display: block;
	width: 330px;
	margin: 0 15px 0 0;
}

#search_mini_form legend {
	display: none;
}

#search_mini_form .input-text {
	width: 240px;
	float: left;
	margin: 5px 0 0 0;
}

#search_mini_form input[type="image"] {
	margin: 5px 0 0 5px;
}

.header-nav-container {
	clear: both;
	background-color: #ae9cbe;
	background-image: url(../images/header-nav-container-bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 35px;
}
.header-nav {
	width: 900px;
}

.quick-access {
	clear: right;
	float: right;
}
.welcome-message {
	display: none;
}
.shop-access li {
	display: inline;
	padding: 0 0 0 10px;
}
.shop-access a {
	font-weight: normal;
	border-bottom: 0;
	color: #56442f;
}
.shop-access a:hover {
	border-bottom: 1px solid #56442f;
}

/* LOGO */
/* ----------------------------------------- */

#logo {
	height: 150px;
	width: 225px;
	float: left;
	margin: 0;
}

#logo a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	border-bottom: none;
}

#logo a:hover {
	border-bottom: none;
}

/*************************************************** MIDDLE CONTAINER */
/**************************************************/

/* BREAD CRUMBS */
/* ----------------------------------------- */

.breadcrumbs {
	list-style: none;
	margin: 0;
	height: 36px;
	width: 894px;
	background: url(../images/breadcrumb-bg.png) repeat-x;
	border-bottom: 1px solid #d7c3ea;
	border-right: 1px solid #d7c3ea;
}

.breadcrumbs li {
	padding: 0 5px;
	float: left;
	line-height: 36px;
	color: #7b53a2;
}

.breadcrumbs li.breadcrumb-divider {
	text-indent: -9999px;
	background: url(../images/breadcrumb-divider.png) no-repeat;
	width: 10px;
	padding: 0;
}

.middle-container {
	background: #fff;
}

.col-1-layout,
.col-2-left-layout,
.col-2-right-layout,
.col-3-layout {
	width: 900px;
}


/*************************************************** MAIN COLUMN */
/**************************************************/

.col-main {
	width: 900px;
	float: left;
	clear: left;
	padding: 5px 0 0 0;
}

.col-1-layout .col-main {
	padding: 5px 0 0 5px;
	width: 895px;
}

.col-2-left-layout .col-main,
.col-3-layout .col-main {
	clear: none;
	width: 500px;
}

.col-2-left-layout .col-main {
	width: 700px;
}

.col-2-right-layout .col-main {
	width: 695px;
	padding: 5px 0 0 5px;
}

/*************************************************** PRODUCT GRID / LIST */
/**************************************************/

.messages, .messages ul {
	list-style: none;
	margin: 0 0 18px 0;
	color: #7d8a2e;
}

.category-head {
	clear: left;
}

.advanced-search-found-amount {
	margin: 0 0 18px 0;
}

.advanced-search-summary-box,
.messages {
	border: 1px solid #c9d787;
	padding: 5px;
	background: #ecf4c4;
}

.advanced-search-summary-box ul {
	list-style: none;
	margin: 0;
}

.advanced-search-summary-box li {
	font-weight: bold;
}

.advanced-search-summary-box span {
	font-weight: normal;
}

.grid-row {
	list-style: none;
	margin: 0 0 0 2px;
}

.grid-row .item {
	float: left;
	width: 162px;
	margin: 0 4px 18px 0;
}

.product-image {
	margin: 0 5px;
}

.product-image a {
	border-bottom: none;
	display: block;
}

.grid-row .product-image a {
	text-align: center;
}

.product-image img {
	border: 1px solid #ccc;
}

.product-image img:hover {
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 5px #999;
}

.item h2,
.product-shop h2,
.price-box,
.out-of-stock,
.add-to,
.description {
	padding: 0 5px;
	margin: 0;
}

.item h2,.product-shop h2 {
	text-transform: capitalize;
	font-weight: normal;
}

.item h2 a,.product-shop h2 a {
	color: #7d8a2e;
	border-bottom: none;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: normal;
}

.item a,.product-shop a {
	font-weight: normal;
}

.description a small,
.add-to a,
.product-shop a {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.add-to a {
	float: left;
	display: block;
}

.listing-item {
	margin: 18px 0;
	padding: 0 0 18px 0;
	border-bottom: 1px solid #c9d787;
}

/* SORT BY */
/* ----------------------------------------- */

.pager,.view-by {
	width: 100%;
	color: #b3b3b3;
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	margin: 18px 0 0 0;
}

.pager td {
	width: 32%;
}

.pager ol {
	list-style: none;
	display: inline;
	margin: 0;
}

.pager li {
	display: inline;
}

.pager td,.view-by td {
	padding: 0 5px 0 5px;
	white-space: nowrap;
}

.pager td a,.view-by td a {
	border-bottom: none;
	color: #666;
}

.pager td a:hover,.view-by td a:hover {
	color: #333;
}

.view-by {
	border-top: none;
	margin: 0 0 18px 0;
}

.a-right,.sort-by {
	text-align: right;
}

/*************************************************** PRODUCT DETAIL */
/**************************************************/

.product-img-box {
	float: left;
/* 	height: 400px; */
	width: 400px;
	margin: 5px 10px 18px 5px;
}
.product-img-box a {
	border-bottom: none;
}

.product-img-box p {
	margin: 0;
}
.more-views {
	clear: both;
}
.more-views ul {
	list-style: none;
	margin: 0;
}
.more-views li {
	float: left;
}
#image,
.product-img-box img {
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 5px #999;
}
.more-views li {
	margin: 0 5px 5px 0;
}
.more-views img {
	border: 1px solid #ccc;
	-webkit-box-shadow: none;
}
.more-views img:hover {
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 5px #999;
}
.add-to-box {
	list-style: none;
}

.add-to-box li {
	float: left;
}

.pipe {
	text-indent: -9999px;
/* 	background: url(../images/touch-dot-purple-white.png) no-repeat; */
	width: 20px;
	display: inline;
}

.quick-overview {
	text-transform: uppercase !important;
	margin: 0 0 18px 0 !important;
}

.short-description,
.product-collateral {
	margin: 0 0 18px 5px;
}

.short-description {
	font-size: 14px;
}

.product-specs {
	margin: 0 0 18px 0;
}


/* DATA TABLE */
/* ----------------------------------------- */

.data-table { border:1px solid #ccc; width:100%; }
.data-table tr { background:#fff; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded !important; }
.data-table td.last, .data-table th.last {  }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { background: #ecf4c4; border-right:1px solid #ccc; padding:5px; color:#000; white-space:nowrap; border-bottom:1px solid #ccc; }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table td { padding:5px; vertical-align: top; }
.data-table thead tr th {  }
.data-table tfoot { border-bottom:1px solid #ccc; border-top:1px solid #ccc; }
.data-table tbody tr.first { border-top:1px solid #ccc; }
.data-table tfoot tr { background-color:#ecf4c4 !important; }
.data-table tfoot td { padding: 5px; border-bottom:0; border-right:1px solid #ccc; }
.data-table tbody td { border-bottom:1px solid #ccc; border-right:1px solid #ccc; }
/* Bundle Products */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #ccc; }

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

.a-center {
	text-align: center;
}

.a-right {
	text-align: right;
}

#shopping-cart-table td a {
	display: block;
	height: 77px;
}

.data-table td img:hover {
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 3px #999;
}

.data-table td a img {
	border: 1px solid #ccc;
}

#shopping-cart-table td.a-center a {
	display: inline;
	height: auto;
}

.data-table td.a-center a img {
	border: none;
}

.data-table td.a-center img:hover {
	-webkit-box-shadow: none;
}

th {
	text-align: left;
}

/*************************************************** SHOPPING CART */
/**************************************************/

.input.input-text,
select,
.textarea {
	border: 1px solid #999;
}

.checkout-types {
	list-style: none;
	margin: 0;
	float: right;
}

.checkout-types a {
	border-bottom: none;
}

.shopping-cart {
	margin: 0;
	width: 100%;
}

.shopping-cart a {
	border-bottom: none;
}

.title {
	margin: 0;
}

.shopping-cart-collaterals {
	float: left;
	width: 585px;
}

.shopping-cart-collaterals .col2-set .col-2 {
	border: none;
	background: none;
}

.col-2 {
	width: 48.5%;
	float: right;
}

.shopping-cart-collaterals .shipping-estimate select {
	width: 220px;
}
.shopping-cart-totals {
	float: right;
	width: 298px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	margin: 5px 0;
	padding: 5px;
	text-align: right;
}

.continue-shopping {
	float: left;
}

#shopping-cart-totals-table {
	width: 100%;
}


/*************************************************** ONE PAGE CHECKOUT */
/**************************************************/

.one-page-checkout {
	margin: 0;
	list-style: none;
}

.one-page-checkout li.section {
	position: relative;
}

.one-page-checkout .allow .head {
	border-color: #ccc;
	border-width: 1px 1px 0px 1px;
	cursor: pointer;
}

.one-page-checkout .active .head {
	border: 1px solid #999;
	cursor: default;
}

.one-page-checkout .head {
	border-color: #ccc;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-bottom: 1px solid #ccc;
	background: #f5f5f5;
}

.one-page-checkout h3 {
	margin: 0;
	color: #d7c3ea;
	padding: 0 5px;
	line-height: 36px;
}

.one-page-checkout .active h3 {
	color: #af8bd3;
}

.one-page-checkout .allow h3 {
	color: #c9d787;
}

.one-page-checkout .head a {
	display: none;
}

.one-page-checkout .box,
.one-page-checkout .box-no-padding {
	margin: 0;
	padding: 5px;
	border: none;
	background: none;
	border-color: #999;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-bottom: 1px solid #999;
}

.one-page-checkout .col2-set .col-1,
.one-page-checkout .col2-set .col-2 {
	border: none;
	background: none;
	width: 48%;
}

.one-page-checkout h4 {
	color: #7d8a2e;
	border-bottom: 1px solid #c9d787;
	text-transform: uppercase;
}

.one-page-checkout .group-select {
	padding: 0;
	border: none;
	background: none;
}

.group-select li {
	padding: 5px;
}

.group-select li .input-text,
.group-select li select,
.group-select li textarea {
	width: 525px;
}

.group-select li .input-box select {
	width: 256px;
}

.one-page-checkout .button-set {
	border-top: 1px solid #c9d787;
	margin: 0;
	padding: 5px 0 0 0;
}

#opc-login .button-set {
	border-top: 0;
}

.shipment-methods ul {
	list-style: none;
	margin: 0;
}

.form-list li .input-box select {
	width: 256px;
}

.form-list li .input-box .input-text,
.form-list li .input-box textarea {
	width: 250px;
}

.v-fix {
	float: left;
}

.validation-advice {
	clear:both;
	font-weight:bold;
}

.validation-failed { border:1px dashed #d32525 !important; background:#faebe7 !important; }


/* Multiple Addresses checkout */
.multi-address-checkout-description {
    margin-top:-15px;
    margin-bottom:15px;
    }
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    border:1px solid #bbb6a5;
    background:url(../images/multi_address_box_bg.gif) repeat-x #FBFAF6;
    }
.multi-address-checkout-box .legend {
    float:left;
    margin-top:-10px;
    margin-bottom:0;
    margin-left:15px;
    border:1px solid #F18200;
    background:#F9F3E3;
    color:#F18200;
    padding:2px 8px;
    }
.multi-address-checkout-box .content {
    padding:15px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #BBAFA0;
    background:#F9F3E3;
    padding:5px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .tool-tip { left:-23px; }
.multi-address-checkout-box .count-head h4 {  margin:0; }
.multi-address-checkout-box .head h5 { color:#E26703; }
.multi-address-checkout-box .head a { font-weight:normal; }
.multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }
.shipping-method-pointer { border:1px solid #d9d2be; padding:13px; background:#F9F3E3; position:relative; }
.shipping-method-pointer .pointer { position:absolute; top:-20px; right:-40px; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url(../images/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius{ background:url(../images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { font-size:1.5em; }
.place-order-box .grand-total .price { color:#e26703; font-weight:bold; }
.place-order-box input { margin-left:15px; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.one-page-checkout .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 20px; }
.one-page-checkout .checkout-agreements li { margin:20px 0 0; }
.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.one-page-checkout .checkout-agreements .agree { padding-left:6px; }

/*************************************************** BOX */
/**************************************************/

.box {
	margin: 5px;
	border: 1px solid #ccc;
	padding: 5px;
	background: #f5f5f5;
}

.box * {
	margin: 0;
	list-style: none;
}

.box p {
	margin: 0 0 18px 0;
}

.box a {
	color: #7d8a2e;
	border-bottom: 1px solid #c5cc9a;
	font-weight: normal;
}

.box a:hover {
	border-bottom: 1px solid #7d8a2e;
}

.box a.related-select-all,
.box .link-cart,
.mini-cart .head a {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #af8bd3;
	border-bottom: 1px solid #d7c3ea;
}

.box a.widget-btn {
	border-bottom: none;
}

.box a.related-select-all:hover,
.box .link-cart:hover,
.mini-cart .head a:hover {
	border-bottom: 1px solid #af8bd3;
}

.box .product-images a {
	border-bottom: none;
}

.box .product-images a:hover {
	border-bottom: none;
}

.related-checkbox {
	float: none !important;
}

.box .product-images {
	float: left;
}

.box .product-details {
	margin: 0 0 0 60px;
}

.mini-related-items .product-details {
	margin: 0 0 0 75px;
}

.product-images .link-cart {
	float: left;
}

.product-images img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
.product-images img:hover {
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 3px #999;
}

.box .price-box {
	padding: 0;
}
.old-price {
	color: #999;
}
.price {
	font-weight: bold;
}
.mini-related-items li,
.mini-product-view li {
	margin: 0 0 18px 0;
}

.callout {
	padding: 0;
}

.base-mini .head h4,
.account-nav .head h3 {
	background: url(../images/box-head-bg.png) no-repeat center center;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #7d8a2e;
	font-weight: normal;
}

#cart-sidebar li {
	margin: 0 0 5px 0;
}
.mini-product-tags {
	width: 50%;
}
.mini-product-tags li {
	display: inline;
	padding: 5px;
}
.mini-product-tags li a {
	white-space: nowrap;
}

/*************************************************** ISUN LANDING */
/**************************************************/

.isun-landing-gemstone,
.home-isun-gemstone {
	margin: 5px 0;
	padding: 0;
	width: 890px;
}

.home-isun-gemstone {
	width: 698px;
}

.isun-landing-gemstone a,
.home-isun-gemstone a {
	border-bottom: none;
	padding: 0;
	display: block;
}

.isun-landing-gemstone a:hover,
.home-isun-gemstone a:hover {
	border-bottom: none;
}

.isun-landing-gemstone img,
.home-isun-gemstone img {
	display: block;
}

.isun-featured {
	width: 171px;
	margin: 5px 5px 5px 0;
	float: left;
}

.free-shipping-callout,
.why-organic-callout {
	text-align: center;
	border: 1px solid #c9d787;
	background: #ecf4c4;
	width: 335px;
	float: left;
	margin: 0 5px 5px 0;
	min-height: 75px;
}
.why-organic-callout {
	width: 336px;
	margin: 0 0 5px 0;
}
.free-shipping-callout h4,
.why-organic-callout h4 {
	text-align: center;
	background: url(../images/home-callout-head-bg.png) center center no-repeat;
}

.free-shipping-callout small,
.why-organic-callout small {
	font-size: 10px;
	font-style: italic;
}
.category-skin-care .isun-featured {
	margin: 5px 2px 5px 0;
}

/*************************************************** STAFF PICKS */
/**************************************************/

.staff-picks-title {
	border-bottom: 1px solid #d7c3ea;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.staff-picks {
	padding: 5px 0 0 0;
	margin: 5px 0;
	border: 1px solid #d7c3ea;
	background: #f0e8f7;
}

.staff-picks .grid-row {
	margin: 0 0 0 18px;
}

/*************************************************** RIGHT COLUMN */
/**************************************************/

.col-right {
	width: 200px;
	float: right;
}

/*************************************************** LEFT COLUMN */
/**************************************************/
.col-left {
	width: 200px;
	float: left;
	clear: left;
}

/*************************************************** CUSTOMER SECTIONS */
/**************************************************/

.form-list,
.group-select ul {
	list-style: none;
	margin: 0 0 18px 0;
}

.button-set {
	margin: 0 0 18px 0;
}

#cart-sidebar-reorder .product-checkbox {
	float: left;
}

#cart-sidebar-reorder .product-names {
	margin: 0 0 0 15px;
}

.col2-set .col-1,
.col2-set .col-2,
.group-select,
.account-box,
.primary-address-list li {
	width: 49.5%;
	border: 1px solid #ccc;
	background: #f5f5f5;
	margin: 0 0 5px 0;
}

.group-select {
	width: 100%;
	padding: 5px;
}

.account-box {
	width: 690px;
	padding: 5px;
}

.col2-set .col-1 {
	float: left;
}

.col2-set .col-2 {
	float: right;
}

.account-box .col2-set .col-1,
.account-box .col2-set .col-2 {
	width: 49.5%;
	border: none;
}

.account-box .inner-head {
	border-bottom: 1px dotted #d7c3ea;
	text-align: right;
	margin: 0 0 18px 0;
	padding: 0 0 5px 0;
}

.inner-head h5 {
	float: left;
	margin: 0;
	color: #7d8a2e;
}

.login-box h4,
.group-select .legend,
.account-box h4,
.primary-address-list h4,
.address-list h4 {
	color: #af8bd3;
	font-weight: normal;
	font-size: 18px;
	border-bottom: 1px solid #d7c3ea;
	padding: 0 0 5px 0;
}

.login-box .content {
	padding: 5px;
	min-height: 230px;
}

.login-box .button-set {
	text-align: right;
	padding: 5px;
	background: #ecf4c4;
	margin: 0;
	border-top: 1px solid #c9d787;
	padding: 5px;
}

.group-select li .input-box {
	float: left;
	width: 275px;
}

.group-select li .input-box .input-text,
.group-select li .input-box textarea {
	width: 250px;
}

.button-set {
	text-align: right;
}

.validation-advice,.required {
	color: #d32525;
}

.page-head,
.page-head-alt {
	text-align: right;
}

.button-level h3 {
	float: left;
	text-align: left;
}

.col2-set .primary-address-list,
.col2-set .address-list {
	border: none;
	background: none;
}

.primary-address-list ol,
.address-list ol {
	list-style: none;
	margin: 0;
}

.primary-address-list li {
	width: auto;
	padding: 5px;
}

.generic-box .col-1,
.generic-box .col-2 {
	padding: 5px;
	width: 48%;
}

#wishlist-table {
	margin: 0 0 5px 0;
}

.account-nav li.on {
	font-weight: bold;
}

/*************************************************** FOOTER CONTAINER */
/**************************************************/

.footer-container {
	background: url(../images/footer-container-bg.png) repeat-x 0 0;
}

.footer {
	padding: 5px;
	width: 900px;
}

.informational ul {
	list-style: none;
	clear: left;
	margin: 0;
}

.informational li {
	float: left;
	padding: 0 15px 0 0;
}

.informational a {
	display: block;
	padding: 0;
	border-bottom: none;
	color: #ae9cbe;
	font-weight: normal;
}

.informational a:hover {
	color: #9069b8;
}
#siteseal {
	float: right;
}
.legality {
	color: #ae9cbe;
	clear: left;
}