/* CSS Document */
#contentcontainer p {
padding: 0px 0px 10px 0px; line-height: 15px;
}
h1.pageheader {
	color: #99CC00;
	padding-top:5px;
	padding-bottom: 15px;
	font: bold 16px Tahoma;
}
h2.subheader {
	padding-top:5px;
	padding-bottom: 10px;
	font: bold 16px Tahoma;
}
h2.giftheader {
	padding-top:5px;
	padding-bottom: 10px;
	font: bold 16px Tahoma;
	color: #006699;
}

h3.textheader {
	padding-top:5px;
	padding-bottom: 5px;
	font: bold 13px Tahoma;
}




a.charity {
	color:#99CC00;
	text-decoration:none;
}
a.charity:hover {
	text-decoration:underline;
	color:#FF3300;
}



#charityprofile {
	width: 280px;
	float: left;
	padding-right: 20px;
	background:url(../site-images/line-v.gif) repeat-y 299px 0;
}
#charityprofile img {
	border:0px;
	padding-bottom: 15px;
}
#charityprofile h2 {
	padding-top:5px;
	padding-bottom: 5px;
	font: bold 13px Tahoma;
}
#charitycontact {
padding-bottom: 10px;
}
#charityoverview {
padding-bottom: 10px;
}
#charitygift {
	margin-left: 300px;
	padding-left: 20px;
	width: 550px;
}
#charitygift .product {
margin: 0 20px;
}
#charitygift .product_img_md {
	width: 120px;
	padding:0px 15px 0px 0px;
	text-align: right;
}
#charitygift .product_img_lg {
	width: 200px;
	padding:0px 15px 0px 0px;
	text-align: right;
}

#charitygift .row_line {background:url(../site-images/line-h.gif) repeat-x 0 20px; height:40px}



#buygift {
	padding: 15px 0;
}

/* Shopping Bag style start */

#productlisting {
border-collapse: collapse;
width: 870px;
}

#productlisting td, #productlisting th {
padding:6px 6px;
border-bottom:solid 1px #eee;
vertical-align:top;
font-size: 13px;
}
#productlisting thead th {
	background: #9c0;
	border-bottom:solid 1px #ddd;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
#productlisting .qtybox {
border-collapse: collapse;
}
#productlisting .qtybox td {
	padding: 0px;
	border: 2px;
	vertical-align: middle;
}
input.qtynum {
	border: 1px solid #9C0;
	height: 18px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	width: 30px;
}
#productlisting tfoot td {
background: #EFF8CD;
border-bottom:solid 1px #fff;
border-top:solid 1px #ccc;
font-weight: bold;
font-size: 13px;
}
#productlisting .ecard {
padding: 5px 0;}

#charitygift .prodthumb {
	width:100%;
}
.product_img {
  width: 120px;
}

.pager {
	text-align:right;
	padding-right: 40px;
}
/* shopping bag link */


#productlisting a.selectcard { 
background: url(../site-images/smallarrow.gif) center right no-repeat;
padding-right: 12px;
}
#productlisting a.selectcard:hover { 
background: url(../site-images/smallarrow_o.gif) center right no-repeat;
padding-right: 12px;
}

#productlisting a.remove { 
padding-top: 7px;
background: url(../site-images/trash_logo.gif) 0 6px no-repeat;
padding-left: 26px;
padding-bottom: 10px;
margin-top: 10px;
}

#productlisting a.remove:hover { 
color: #F60;
}


/* end shoppingbag link */


/* checkout form */

#paymentform {
	margin-top: 15px;
	width: 650px;
}
/* #paymentform td {
vertical-align: middle;
} */


.formheader {
	font: bold 13px Tahoma;
	color: #9C0;
	padding: 10px 5px;
}
.reqd {
color: #C00;
}

.smalltext {
font: normal 11px Tahoma;
color:#888;
}
.formbox {
  background: #EFF8CD;
}
.fomrboxcontent {
  background: #FFFFFF;
  padding: 10px;
}
.fomlabel {
padding: 5px;
width: 120px;
}
.formfield {
padding: 5px;
}
.formfield input.textinput {
width: 200px;
padding: 2px 0px;
background-color: #EFF8CD;
border: 1px solid #9C0;
}
.formfield select.textinput {
padding: 2px 0px;
background-color: #EFF8CD;
border: 1px solid #9C0;
}


/* ecard form */

#ecardselect {
margin-top: 10px;
width: 100%;
}

#ecardthumbnail td{
padding: 5px;
vertical-align: middle;

}
.templ_list img {
border: solid 1px #b0b0b0;
}
.ecardcaption {
font: bold 15px Georgia, Times New Roman, serif;
text-align: center;
color:#9C0;
}

.templ_list li {
  list-style:none;
  width: 215px;
  float:left;
  margin-left: 0;
}

.templ_list ul {
  margin-left: 0;
  padding-left: 0;
}

.templ_list li input {
  position:relative;
  top: -50px;
}

.cat_head {
  color:#99CC00;
  border: none;
  border-bottom: thin solid #99CC00;
  margin-bottom: 5px;
  padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
}
.sysmsg {
  color: #FF6600;
  text-align:center;
  border: thin solid #FF6600;
  font-weight:bold;
}

#contentcontainer .sysmsg p {
  padding:0;
  margin: 10px 10px 10px;
}