.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.regtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #536B5D;
}
.content {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #51715C;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #7A4A7A;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #51715C;
}
.leftcolbottom {
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #51715C;
	background-repeat: no-repeat;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #51715C;
	text-decoration: none;
	display: block;
	padding-left:25px;
	padding-top:7px;
	padding-bottom:7px;
}
.line {
	line-height: 20px;
	text-decoration: none;
	color: #51715C;
}
.line:hover {
	line-height: 20px;
	text-decoration: underline;
}
.nav:hover {
	background-color: #D6E5CE;
}
.regtext_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.link_color {
	color: #7A4B79;
}
.hr {
	line-height: 1px;
	color: #5B2D4B;
}
.newproduct {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990033;
}
.newproduct15px {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #990033;
}
.priceslashed {
	text-decoration: line-through;
}
.saleprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990033;
}

.products_table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C24E5C;
	border-right-color: #C24E5C;
	border-bottom-color: #742832;
	border-left-color: #742832;
}

.cart_cont_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #5B2D4B;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.white_cart_text {
	color: #FFFFFF;
}
.new_product {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990033;
	line-height: 30px;
}

.cart_cont_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EFEFEF;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.regtext11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.cart_cont_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.cart_shipping {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #D8E5D1;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
}.regtext_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.border {
	border: 3px solid #5B2D4B;
}

#shipping_info label,
#shipping_info input { display: inline-block; width: 100%; }
#shipping_info input[type='submit']{
    width: inherit;
    padding: 1px 6px;
}
#shipping_info input,
#shipping_info select { padding: 5px; margin-bottom: 10px; }
#shipping_info .half {
    width: 40%;
    display: inline-block;
    margin-right: 5%;
}
#shipping_info .full {
    width: 86%;
}

.required {
    color: red;
    font-weight: bold;
}

@media print {
    .show_on_print {
        width: 100%;
    }
    
    .hide_on_print {
        display: none;
    }
    
    .print_block {
        display: block;
    }
}