body {
	font-family: arial;
	font-size: 12px;
}
h1 {
	font-size: 14px;
	margin: 5px;
	margin-left: 0px;
	border-bottom: 1px solid #000000;
}

h2 {
	font-size: 10pt;
	margin: 5px;
	margin-left: 0px;
}
/*p {
	font-size: 8pt;
}
*/
div.userndests {
	margin-top: 0px;
	font-size: 9pt;
}
div.userndest {
	border: 1px solid #ccc;
	padding: 5px;
	padding-left: 10px;
}
div.userndest span.name {
	font-weight: bold;
}
div.userndest.buttons {
	clear: both;
	margin-bottom: 0px;
}

div.addressbillto {
	width: 500px;
	clear: both;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 2px solid #CC0033;
	text-align: left;
}

div.promocode {
	width: 440px;
	clear: both;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 2px solid #7D0D00;
}
div.promocode h1 {
		margin-top: 0;
		margin-left: -10px;
		padding: 5px;
		clear: both;
		border-bottom: 1px #000000;
		font-size: 10pt;
	}
div.addressbillto h1 {
		margin-top: 0;
		margin-left: -10px;
		padding: 5px;
		clear: both;
		font-size: 14pt;
		color: #FFFFFF;
		text-align: left;
	}
div.destination {
	margin: 2px auto;
	
}
div.addressshipto {
	clear: left;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
	border: 1px solid #ccc;
	
}
div.addressshipto h1 {
		margin-top: 0;
		margin-left: -10px;
		padding: 5px;
		clear: both;
		text-align: left;
		border-bottom: 1px solid #ccc;
	}
div.giftwhentoarrive {
	clear: left;
	float: left;
	padding-bottom: 10px;
	text-align: left;
	
}

div.giftmessage {
	clear: left;
	float: left;
	margin-top: 0px;
	border-top: none;
	
	
}
div.whentoarrive {
	clear: right;
	float: right;
	width: 200px;
	margin-top: 0px;
	border-top: none;
	
	
}
div.giftmessage h1 {
	margin-top: 0;
	margin-left: -10px;
	padding: 5px;
	clear: both;
	font-size: 14pt;
	background-color: #eee;
	color: #333;
	text-align: left;
}
div.whentoarrive h1 {
	margin-top: 0;
	margin-left: -10px;
	padding: 5px;
	clear: both;
	background-color: #eee;
	color: #333;
	text-align: left;
}
	.buttonsLeft {
		float: left;
		margin-left: 5px;
		margin-top: 5px;
	}
	.buttonsRight {
		float: right;
		margin-right: 5px;
		margin-top: 5px;
	}



#paymentform {
	margin: 0px auto;
	border: 2px solid #7D0D00;
	background-color: #FFFFFF;
	width: 440px;
}
#paymentform h1 {
	margin-top: 0;
	margin-left: -10px;
	padding: 5px;
	clear: both;
	background-color: #DADADA;
	border-bottom: 1px #000000;
	font-size: 10pt;
	}
div.promocode table tr td.label {
	text-align: right;
}

	div.carttable {
		border: 0px;
		margin: 0px auto;
	}
	
	div.carttable table {
		font-size: 8pt;
	}
	div.carttable table th {
		background-color: #eee;
		font-family: sans-serif;
		font-weight: bold;
		text-align: center;
		border: 1px solid #ccc;
		border-left: 0;
		padding: 5px;
	}
	div.carttable table th.first {
		border-left: 1px solid #ccc;
	}
	div.carttable table td {
		font-family: sans-serif;
		padding: 5px;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	div.carttable table td.first {
		border-left: 1px solid #ccc;
	}
	div.carttable table td.totallabel {
		text-align: right;
		font-weight: bold;
	}
	div.carttable table td.total {
		text-align: right;
		font-weight: bold;
	}
	div.carttable table td.number {
		text-align: right;
	}
	div.carttable table td.label {
		border-left: 1px solid #ccc;
		text-align: right;
	}
	div.carttable table td.value {
		text-align: right;

	}

	.buttonsLeft {
		float: left;
		margin-left: 0px;
		margin-top: 3px;
	}
	.buttonsRight {
		float: left;
		margin-right: 0px;
		margin-top: 3px;
	}




span.formwarning {
	background-color: #ff3;
	color: #900;
	border: 1px solid #900;
	border-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
}
table.register {
	font-size: 8pt;
	font-family: sans-serif;
}
table.register tr td {
	padding: 5px;
}
table.register tr th {
	font-size: 10pt;
	border: 1px solid #ccc;
	background-color: #eee;
}
table.register tr td.field {
	text-align: right;
	border-left: 1px solid #ccc;
}
table.register tr td.fieldwarning {
	text-align: right;
	border-left: 1px solid #ccc;
	background-color: #ff3;
	color: #900;
}
table.register tr td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.register tr td div.formexamples {
	font-size: 8pt;
	clear: both;
}

table.pricetable tr th {
	background-color: #f5f5f5;
	font-size: 8pt;
	border: 1px solid #ccc;
	border-left: none;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.pricetable tr th.first {
	border-left: 1px solid #ccc;
}
table.pricetable tr td {
	font-size: 8pt;
	border: 1px solid #ccc;
	border-left: none;
	border-top: none;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.pricetable tr td.first {
	border-left: 1px solid #ccc;
}

table.invoicepreable tr th {
	font-size: 12pt;
	background-color: #333;
	color: #eee;
}
table.invoicepreable tr th.first {
	border-left: 1px solid #ccc;
}
table.invoicepreable tr td {
	border: 1px solid #ccc;
	border-top: none;
	border-left: none;
}
table.invoicepreable tr td.first {
	border-left: 1px solid #ccc;
}

/* minicart */
	div.minicart {
		border: 1px solid #ccc;
		font-size: 8pt;
		margin-bottom: 5px;
	}
	div.minicart h1 {
		font-size: 10pt;
		background-color: #eee;
		margin: 0;
		padding: 5px;
		padding-top: 2px;
		padding-bottom: 2px;
		border-bottom: 1px solid #ccc;
	}
	div.minicart table {
		width: 100%;
	}
	div.minicart table tr td {
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding-left: 2px;
		padding-right: 2px;
	}
	div.minicart table tr td.first {
	}
	div.minicart table tr td.last {
		border-right: 0;
	}

/* minisurvey */
	div.minisurveyform {
		border: 1px solid #ccc;
		font-size: 8pt;
		margin-bottom: 5px;
	}
	div.minisurveyform h1 {
		font-size: 10pt;
		background-color: #eee;
		margin: 0;
		padding: 5px;
		padding-top: 2px;
		padding-bottom: 2px;
		border-bottom: 1px solid #ccc;
	}
	div.minisurveyform table {
		width: 100%;
	}
	div.minisurveyform table tr td {
		padding-left: 2px;
		padding-right: 2px;
	}

/* = Catalog table ============================================================================ */
table.catalog {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 0;
  padding-top: 0;
}
table.catalog tr {
  
}
table.catalog tr.alt {
  background-color: #eee;
}
table.catalog tr:hover {
  background-color: #ffc;
}
table.catalog th {
  background-color: #448198;
  color: white;
  padding: 5px;
}
table.catalog td {
  color: #333;
  padding: 5px 10px 5px 10px;
}

table.catalog td a, table.catalog td a:visited, table.catalog td a:active, table.catalog td a:link {
  color: #333;
  text-decoration: none;
}

/* = Color pickin' select ===================================================================== */
select.color_picker {
  background-color: #E3E4E5;
}
select.color_picker option {
  background-color: #fefefe;
  border-color: white;
  border-style: solid;
  border-width: 1px 5px 1px 20px; 
  color: black;
  margin: 0px 1px 1px 1px;
  padding: 1px 5px 1px 5px;
  text-align: left;
}

/* I normally don't like CSS attributes on one line, but this makes sense for the color definitions. */
select.color_picker option.black   {  border-color: black;    }
select.color_picker option.white   {  border-color: white;    }
select.color_picker option.pms7    {  border-color: #a5a39e;  }
select.color_picker option.pms100  {  border-color: #F4ED7C;  }
select.color_picker option.pms115  {  border-color: #f9e04c;  }
select.color_picker option.pms131  {  border-color: #c6930a;  }
select.color_picker option.pms165  {  border-color: #f96302;  }
select.color_picker option.pms185  {  border-color: #E8112D;  }
select.color_picker option.pms200  {  border-color: #c41e3a;  }
select.color_picker option.pms202  {  border-color: #8c2633;  }
select.color_picker option.pms290  {  border-color: #C4D8E2;  }
select.color_picker option.pms302  {  border-color: #004f6d;  }
select.color_picker option.pms321  {  border-color: #008789;  }
select.color_picker option.pms345  {  border-color: #96D8AF;  }
select.color_picker option.pms349  {  border-color: #006b3f;  }
select.color_picker option.pms355  {  border-color: #009e49;  }
select.color_picker option.pms401  {  border-color: #c1b5a5;  }
select.color_picker option.pms469  {  border-color: #603311;  }
select.color_picker option.pms662  {  border-color: #0c1975;  }
select.color_picker option.pms726  {  border-color: #EDD3B5;  }
select.color_picker option.pms801  {  border-color: #00AACC;  }
select.color_picker option.pms802  {  border-color: #60DD49;  }
select.color_picker option.pms803  {  border-color: #FFED38;  }
select.color_picker option.pms804  {  border-color: #FF9338;  }
select.color_picker option.pms805  {  border-color: #F95951;  }
select.color_picker option.pms806  {  border-color: #FF0093;  }
/* select.color_picker option.pms1495 {  border-color: #FF993F;  } */
select.color_picker option.pms1495 {  border-color: #FFBB80;  }
select.color_picker option.pms1767 {  border-color: #F9B2B7;  }
select.color_picker option.pms2635 {  border-color: #C9ADD8;  }

/*More Styles */

div.bluebar {
	margin: 0px 10px 0px 10px;
	background-color: #448198;
    color: white;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}

a {
	color: #448198;
}

