input, textarea, select {
  border-width: 1px;
}

input, textarea {
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
}

body {
  /* font-family: sans-serif; */
	font-family: "Verdana", sans-serif;
	font-size: 12px;
  /*
  	margin-top: 5px;
  	margin-left: 5px;
  	margin-right: 5px;
	margin-bottom: 5px;
	*/
	text-align: center; /* Center container for older browsers */
	margin: 0; /* Remove space between container and browser window edges*/
	background: #fefcfd;

}

h2 {
  font-size: 110%;
  text-align: center;
  margin-bottom: 2px;
  margin-top: 2px;
  color: gray;
}

hr {
  margin-top: 2pt;
  margin-bottom: 2pt;
}

table {
  margin-left: auto;
  margin-right: auto;
}

td.buttons {
  text-align: center;
}


.app {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.info {
  margin-left: 10%;
  margin-right: 10%;
}



caption {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-style: italic;
}

tr.table {
  background: white;
}
tr.highlight {
  background: #EEEEFF;
}


body {
}

.errors {
  color: red;
}

.menu {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 5px;
}

ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
	border-bottom: 1px solid #ccc;
}

ul.nav li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
}

ul.nav li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

ul.nav li:hover ul { display: block; }

ul.nav li {
	position: relative;
}

ul.nav li ul {
	position: absolute;
	left: 99px;
	top: 0;
	display: none;
}

table.filter {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

table.filter td {
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

table.filter tr {
	padding: 0px;
	margin: 0px;
}

/* frmProductDeatails specific*/
#productThumbContainer{
	float:left;
	width:160px;
	text-align: center;
}

#productDetailsContainer{
	margin-left:160px;
}

#productDetailsContainer > #productName {
	font-weight:bold;
	border-bottom:1px solid;
}

#productDetailsContainer > #productDescription{
	text-align:left;
}

#productDetailsContainer > #productFormat{
	margin-top:1em;
	font-style:italic;
	/* font-weight:bold; */
}
div.productAdditionalImage {
	padding: 3px;
	text-align: center;
}
/* frmProductDeatails specific*/



.photoFrame {
}

.textFrame {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}

h1 {
	text-align: center;
	font-weight: bold;
	font-size: larger;
    color: #b23860;
	padding-bottom: 1em;
}




.entryFeaturedContainer {
	padding-top: 1em;
	background: #FFCCCC;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
}

.featuredItem {
	float: left;
	border: 1px solid #FFF2F2;
	background: #FFE2E2;
	margin: 1px;
	padding: 3px;
}

.featuredItem > .itemName,
.featuredItem > .buyLink {
	text-align: center;
	width: 150px;
}






/* frmShoppingCart specific */
#ShoppingCartContents {
    border: 1px solid black;
    border-collapse: collapse;
    background-color: rgb(144,238,144);
    width: 100%;
    margin-top: 1em;
    padding: 1em;
}
#ShoppingCartContents td {
    border: 1px solid black;
    padding: 5px;
}

#ShoppingCartContents .header {
    background-color: rgb(173,216,230);
    font-weight: bold;
}
/* frmShoppingCart specific */

#MainMenuSearch {
	text-align: center;
	/*margin: 1em 0;*/
	padding: 1em;
	background-color: rgb(173,216,230);
}

#MainMenuShoppingCart {
	text-align: center;
	/*margin-top: 1em;*/
	padding: 1em;
	background-color: rgb(144,238,144);
}

/* CSS layout general */
#header {
	width: 100%;
    /* height taken from logo */
    height: 90px;
    vertical-align: middle;
    color: gray;
    background-image: url(images/cms_c.gif);
    background-position: right;
}

	#header > ul, #header > ul li {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#header > ul {
		text-align: center;
		border-bottom: 1px solid #888;
		padding-bottom: 5px;
	}

	#header > ul li {
		display: inline;
		white-space: nowrap;
		margin-right: 5px;
	}

	#header > ul a:link, #header > ul a:visited {
		text-decoration: none;
		background-color: #ccc;
		color: #000;
		border: 1px solid #888;
		padding: 5px;
	}

	#header > ul a:hover {
		background-color: #fff;
		border-bottom-color: #fff;
	}

#footer {
	/* border:1px solid rgb(0, 0, 255); */
	/* background-color: rgb(174, 230, 200); */
    margin-top: 10px;

    padding-top: 5px;
    padding-bottom: 5px;

	width: 100%;
	text-align: center;
    color: gray;
    background: white;
}

#menu {
	/* border:1px solid rgb(0, 0, 255); */
	width: 200px;
	float: left;
    padding-top: 20px;
    padding-bottom: 20px;
	/*position:absolute;*/
}

.clear {
	clear:both;
}

/* CSS layout general */







table.table {
  margin-left: auto;
  margin-right: auto;
  border-width: 1px;
  border-style: solid;
  border-spacing: 0px;
  border-color: gray;
  border-collapse: collapse;
  margin-top: 2px;
  margin-bottom: 2px;
}

table.table td, table.table th {
  border-width: 1px;
  border-style: inset inset inset inset;
  border-color: gray;
  padding-left: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 3px;
}

table.table td {
  vertical-align: middle;
  background: white;
}

table.table th {
  background: #ebd7e1;
}

img {
  border-width: 0px;
}

.form {
    text-align: left;
}

input[type=submit] {
    background-color: #ebd7e1;
    color: #b23860;
    width: 8em;
    text-align: center;
    font-weight: bold;
}

.formButtons input[type=submit] {
    background-color: #ebd7e1;
    color: #b23860;
    width: 8em;
    text-align: center;
    font-weight: bold;
    margin-top: 1em;
}


.form input[type=submit] {
    background-color: #ebd7e1;
    color: #b23860;
    width: 8em;
    text-align: center;
    font-weight: bold;
    margin-top: 1em;
}

.formHeader {
	font-style: italic;
	font-size: 120%;
	text-align: center;
    padding-top: 10px;
    padding-bottom: 3px;
}


.formButtons {
    text-align: center;
    padding-left: 20px;
    margin-right: auto;
}

table.form th {
    font-weight: bold;
	text-align: right;
}

table.form th.itemHeader {
    font-weight: normal;
    font-style: italic;
	text-align: center;
}




/*

  * { outline: 2px dotted red }
  * * { outline: 2px dotted green }
  * * * { outline: 2px dotted orange }
  * * * * { outline: 2px dotted blue }
  * * * * * { outline: 1px solid red }
  * * * * * * { outline: 1px solid green }
  * * * * * * * { outline: 1px solid orange }
  * * * * * * * * { outline: 1px solid blue }

*/

small {
    font-size: 80%;
}

a:link, a:visited {
    color: gray;
}


/* frmProductInscription specific*/
input.invitationVerseEmphasized {
	font-weight: bold;
}
td.previewFrame {
	padding-left: 0px;
    border-width: 0px;
}
iframe.previewFrame {
	background: #fefcfd;
    border-width: 0px;
    padding-left: 0px;
    margin-left: 0px;
}
/* frmProductInscription specific*/


.tab {
    padding: 0px;
}


.tabButton {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;

    border-bottom: 10px;
    display: inline;
}

.tabBody {
    text-align: center;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.smallCombo {
    width: 7em;
}

#fontPreview {
    border-color: black;
    border-width: 1px;
    border-style: solid;
    padding: 2px;
    background-color: white;
    display: none;
    position: absolute;
}

.fontImage {
    border-width: 2px;
    border-color: white;
    border-style: solid;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.clipart {
    border-width: 2px;
    border-color: white;
    border-style: solid;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}
