body
	{
	font-size: 15px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	background-color: rgb(112,14,48);
	color: rgb(139,95,86);
	line-height: 1.8em;
	}

.panel
	{
	background-color: rgba(255,255,255,1);
	padding-bottom: 32px;
	}

.mainmenu_item
	{
	font-family: Open Sans;
	text-transform: uppercase;
	display: inline-block;
	margin: 0px 44px 14px 0px;
	color: #6a6a6a;
	font-size: 12px;
	}

.mainmenu_item:hover
	{
	color: black;
	cursor: pointer;
	}

.header
	{
	font-weight: bold;
	color: rgb(95,13,10);
	}

.hruler
	{
	padding: 0px;
	width: 100%;
	height: 0.7px;
	margin-top: 32px;
	margin-bottom: 32px;
	background-color: rgb(0,0,0);
	}

.hruler_mainmenu
	{
	padding: 0px;
	width: 100%;
	height: 0.7px;
	margin-top: 0px;
	margin-bottom: 8px;
	background-color: #ededed;
	}

.field
	{
	background-color: transparent;
	border-width: 0px 0px 1px 0px;
	border-color: black;
	border-style: solid;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	padding: 0px 4px;
	margin-left: 4px;
	color: rgb(133,11,14);
	}

#contactform tr
	{
	height: 32px;
	}

#contactform td
	{
	white-space: nowrap;
	}

#pricingtable td, #personalizedtable td
	{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(212,212,212) rgb(160,160,160);
	padding: 2px 4px;
	}

.field_quant
	{
	background-color: transparent;
	border-width: 0px 0px 1px 0px;
	border-color: black;
	border-style: solid;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	margin-left: 4px;
	width: 30px;
	text-align: right;
	color: rgb(133,11,14);
	}

.amountdue
	{
	border: none;
	text-align: right;
	}

.button, .button_selected
	{
	display: inline-block;
	border: 4px solid rgb(192,224,255);
	border-radius: 15px;
	padding: 2px 8px;
	}

.button:hover, .button_selected
	{
	cursor: pointer;
	border: 4px solid rgb(0,128,255);
	}

.qty
	{
	width: 48px;
	font-size: 21px;
	font-weight: bold;
	}

.divider
	{
	margin-top: 32px;
	width: 100%;
	height: 2px;
	background-color: black;
	}

#contacttable td
	{
	padding-top: 6px;
	padding-bottom: 6px;
	}

#subttl, #shipping
	{
	display: inline-block;
	text-align: right;
	width: 120px;
	font-size: 20px;
	}

#grandttl
	{
	display: inline-block;
	text-align: right;
	width: 120px;
	font-size: 24px;
	}

.ttl_header
	{
	display: inline-block;
	width: 140px;
	}

.lookuptable
	{
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	min-width: 500px;
	text-align: left;
	font-size: 12px;
	}

.lookuptable tr:hover
	{
	cursor: pointer;
	background-color: rgba(0,0,0,0.2);
	}

.lookuptable tr:first-child:hover
	{
	cursor: auto;
	background-color: transparent;
	}

.lookuptable td
	{
	padding-right: 12px;
	}

.lookuptable tr:first-child
	{
	color: rgb(127,127,127);
	position: relative;
	font-weight: bold;
	}

.lookuptable td:first-child
	{
	min-width: 120px;
	}

.lookuptable td:nth-child(2)
	{
	min-width: 320px;
	}

.lookuptable td:nth-child(3)
	{
	min-width: 120px;
	}

.lookuptable td:nth-child(4)
	{
	min-width: 120px;
	}
