/* CSS CHRISTMAS CARDS */

/* COLOURS
green: #7AC142
dark navy: #0A1222
*/


/*===== GENERAL =====*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.3em;
	background-color:#FFF;
	color:#333333;
}
p{
padding:0px;
}

h1 {
color:#D43F3F;
font-size:1.4em;
}

div.dotHeading {
    padding-top: 60px;
}

div.dotHeading img {
   vertical-align: middle;
   padding-right: 10px;
}

div span.stepText {
  color:#333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: bold;
}

h2 {
font-size:1.2em;
}
h3 {
	font-weight:bold;
	font-size:100%;
	color:#333333;
	margin:0;
	padding:0;
}

h4.dimensions {
    font-weight:normal;
	font-size:100%;
	color:#333333;
	margin:0;
	padding:0;
}

a:link, a:visited{
color:#D43F3F;
text-decoration:underline;
}
a:hover{
color:#0A1222;
text-decoration:underline;
}
a:active{
color:#7AC142;
text-decoration:underline;}


/*===== ELEMENTS =====*/
.container {
	margin-top:30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	width: 1000px;
}

/****** HEADER ELEMENTS *****/
.header {
width:1000px;
}

.logo{
float:left;
margin-bottom:10px;
}

.masthead {
width:1000px;
height:151px;
clear:both;
}

/***** MAIN CONTENT *****/
.contentContainer {
padding-top:10px;
}

.content{
	width:1000px;
	border: 1px solid #0A1222;
}

/* img#thumb{  */
img.thumb{
	text-align:center;
	margin-bottom:12px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
.chooseCard tr{
	background-color:#EBEBEB;
	height:200px;
}

.chooseCard tr.start{
	background-color:#EBEBEB;
	height:400px;
}

.chooseCard td{
	padding:12px;
	vertical-align:top;
}

.more {
padding-right:15px;
padding-left:15px;
padding-bottom:8px;
padding-top:8px;}

.key{
	background-color:#7AC142;
	margin-bottom:12px;
	clear:both;
	width:970px;
	margin-left:auto;
	margin-right:auto;
	color: #FFF;
	font-size:0.9em;
}

img#verse {
padding-bottom:8px;}
img#pad10{
padding-right:10px;
vertical-align:middle;
}
/***** FOOTER ELEMENTS *****/
.endItems {
width:1000px;
clear:both;
height:60px;
margin-top:12px;

}
#pdf {
float:left;}
#contactInfo{
float:right;
line-height:1.2;}

.tel {
font-size:2em;
color:#D43F3F;
font-weight:bold;
}
.email{
font-size:1.3em;
color:#D43F3F;}

.footer{
	width:1000px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align:center;
	color:#333;
	clear:both;
	padding-top:16px;
	padding-bottom:20px;
}

.footer li {
    position: relative;
}

#fullRangeStart, #charityRangeStart, #customStart {
    height: 450px;
}

.fullRangeStartLink {
    background-image:url('../images/fullrange_link.jpg');
}

.fullRangeStartHover {
    background-image:url('../images/fullrange_hover.jpg');
}

.charityRangeStartLink {
    background-image:url('../images/charity_link.jpg');
}

.charityRangeStartHover {
    background-image:url('../images/charity_hover.jpg');
}

.customStartLink {
    background-image:url('../images/custom_link.jpg');
}

.customStartHover {
    background-image:url('../images/custom_hover.jpg');
}

tr.start td {
    padding: 0px;
}

tr.verses td div, tr.verses td h3 {
    text-align: center;
}

tr.verses td .verseLogo {
    margin-bottom: 10px;
}

tr.verses td input.typefaceCheckBox {
    margin-top: 10px;
}

tr.verses td div a {
    color: #EBEBEB;
}

tr.verses td div a:hover {
    color: #D43F3F;
}

tr.verses td div a img {
    border: none;
}

div.orderBox {
    padding: 12px;
    background-color: #EBEBEB;
}

div.orderBox h3 {
    padding-top: 5px;
    padding-bottom: 5px;
}

div.orderBox label {
    display: block;
}

div.indentedOrderBox {
    padding-left: 15px;
}

input.cardCheckbox, .textMiddle {
   vertical-align: middle;
}

span.nav, .rightArrowSubmit, .leftArrowSubmit {
    cursor: pointer;
}

span.rightMore {
    float: right;
}

span.leftBack {
    float: left;
}

.leftArrowSubmit {
    border: none;
    background-image: url('../images/keys/back_arrow.gif');
    background-repeat: no-repeat;
    background-color: white;
    background-position: left;
    vertical-align: middle;
    padding: 0px 0px 0px 18px;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

.rightArrowSubmit {
    border: none;
    background-image: url('../images/keys/more_arrow.gif');
    background-repeat: no-repeat;
    background-color: white;
    background-position: right;
    vertical-align: middle;
    padding: 0px 18px 0px 0px;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

div.charityTile p.padded {
    padding: 3px;
}

table.selection, .selection tr, .selection th, .selection td {
    border: none;
}

.selection th{
    font-weight: bold;
}

.mandatory, .error, .remove {
    font-style: italic;
    color: #D43F3F;
    font-size: 0.9em;
}

.error {
    font-size: 1.2em;
    font-weight: bold;
}

.remove {
    cursor: pointer;
}

.extraTopSpacing {
    padding-top: 15px;
}

.extraWidth {
    width:350px;
}

