/*
@import url("../resources/styles/minimized.css");
@import url("../resources/styles/columns/2_column/minimized.css");
*/
/* Style the pricing table. */

.small { 
 line-height:10%
 }

.catalog {
	width: 100%;
	text-align: left; vertical-align: top;
	margin-top: 8px; margin-bottom: 8px;
	padding-left: 10px; padding-right: 10px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
    border: 4px double #4E274B;
    /* border-width: 4px 1px; border-style: double dotted; border-color: #4E274B;*/
}

.catalog .section-title {
	font-family: 'Georgia', cursive; font-size: 18px; font-weight: bold; font-style: normal;
	text-decoration: underline;
	text-align: left;
	text-indent: 0px;
	color: #1D0F1E;
	text-shadow: 1px 1px 1px white;
	padding-top: 10px;
}

.catalog .description .item-type {
	font-family: 'Georgia', cursive; font-size: 16px; font-weight: bold; font-variant: small-caps;
}

/*.catalog .description p {}*/

.catalog .paypal-button {
	width: 100%;
	text-align: center;
}

.catalog .item {
	padding-top: 10px;
	text-align: left;
	text-indent: 0px;
	vertical-align: top;
}

/*.catalog tr.separator td {}*/

.catalog .separator td div {
	border-top-width: 4px; border-top-style: double; border-top-color: #4E274B;
	padding: 0;
}

.catalog form * {
	margin-left: 0; margin-right: 0;
}

.catalog input, .catalog select {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.catalog .description,
.catalog table,
.catalog form input:not([type="image"]),
.catalog .stretch {
	width: 100%;
}
