.font-size-3{
	font-size: 22px;
}
.font-size-4{
	font-size: 18px;
}
.font-size-5{
	font-size: 18px;
}
.font-size-6{
	font-size: 16px;
}

@font-face {
    font-family: EliteTextFont;
    src: url('/fonts/Kavoon-Mystique-Splashes.otf');
}

@font-face {
 font-family: EliteTextFont;
 src: url('/fonts/Kavoon-Mystique-Regular.ttf'); /* TTF file for CSS3 browsers */
}

.elitefont{
	font-family: EliteTextFont, Verdana, Arial, Helvetica, sans-serif; 
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


.shop-payment-and-freight-options-box {
	margin-top: 10px;
	max-width: 100%;
	float: left;
	min-width: 100%;
	width: 100%;
}
#continue-icon{
	width: 33px;
	height: 33px;
	background-image: url(/gfx/icons/continue.png);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	left: 0px;
	top: -5px;
	z-index: 99;
}

.shop-payment-options-box {
	padding: 10px;
	background-color: #f1f1f1;
	border-color: #b3b3b3;
	border-width: 0px;
	border-style: solid;
	float: left;
	width: 820px;
	margin-bottom: 10px;
}

.shop-payment-options-row {
	float: left;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}

.shop-payment-options-name {
	padding-top: 3px;
	font-size: 14px;
	width: 180px;
	float: left;
}

.shop-payment-options-checkbox {
	font-size: 14px;
	max-width: 20px;
	min-width: 20px;
	width: 20px;
	float: left;
}

.shop-freight-options-box {
	padding: 10px;
	background-color: #f3f3f3;
	border-color: #b3b3b3;
	border-width: 0px;
	border-style: solid;
	float: left;
	width: 820px;
	margin-bottom: 10px;
}

.shop-payment-freight-options-title {
	text-transform: uppercase;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: bold;
}
.shop-payment-freight-options-title-subtext {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: normal;
}

.shop-payment-freight-options-title-explaination {
	margin-bottom: 10px;
	font-style: italic;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	float: left;
	color: #666666;
	font-size: 12px;
}

.shop-checkout-box {
}

.shop-delivery-box {
	float: left;
	padding: 10px;
}

.shop-delivery-address-part-box {
	border-color: #cccccc;
	border-style: solid;
	border-width: 0px;
	float: left;
	max-width: 205px;
	min-width: 205px;
	width: 205px;
}

.shop-delivery-address-title {
	text-align: left;
	color: #666666;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.shop-delivery-address-row {
	margin-top: 5px;
	font-size: 12px;
	max-width: 100%;
	float: left;
	min-width: 100%;
	width: 100%;
}

.shop-delivery-address-name {
	margin-right: 2px;
	text-align: left;
	max-width: 90px;
	min-width: 90px;
	width: 90px;
	float: left;
}

.shop-delivery-address-name-field {
	float: left;
}

.shop-delivery-address-name-field input {
	font-size: 14px;
	border-bottom-color: #999999;
	border-bottom-style: dashed;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	margin: 0px;
	padding: 5px;
	width: 200px;
}

.shop-delivery-address-title-box {
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	float: left;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}

