* {
	margin:0;
	padding:0;
}

a, a:visited, a:active {
   color: #939495;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	font:100%/101% Arial, Helvetica, sans-serif;
	color:#363535;
}

.center{ text-align: center; }
th {text-align: left;}

/*======================================================================================================================================== UNIVERSAL ELEMENTS */

input.button {
	background:#939495;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	font-size:80%;
	font-weight: bold;
	height:19px;
}

input.add {
	background:#939495;
	color:#FFFFFF;
	border:none;
	font-size:80%;
	font-weight: bold;
	height:19px;
	margin: 3px 0;
}

input.text {
	border:0;
	height:19px;
	width:117px;
}

.block {
   display: block !important;
}

img {border: none;}

.clearme {clear: both;}

.txtRight {padding-top: 5px; text-align: right}
* html .txtRight {padding-top: 0px;}
/*======================================================================================================================================== WRAPPER */
div#wrapper {
	margin:0 auto;
	width:1004px;
}

/*======================================================================================================================================== CONTAINER */
div#wrapper div#container {
	width:1004px;
	float:left;
	background:#E6E6E6 url(../images/header/bg.gif) repeat-x;
}

/*======================================================================================================================================== HEADER */



/*--------------------------------------------------------------------------------------------------------------- LOGO & BASKET */

/* Hides the text contained in the h1 */
div#wrapper div#container h1 {
	text-indent:-5000px;
}

/* Width determines how far to the right the adjacent object is */
div#wrapper div#container h1 {
	background: url(../images/header/logo.gif) no-repeat;
	display:block;
	float:left;
	height:115px;
	margin: 0;
	width:326px;
}

div#wrapper div#container div#basket {

   border: 1px solid #FFFFFF;
	float:right;
	margin: 20px;
	padding: 15px;
   text-align: right;
   width: 30%
}

div#wrapper div#container div#basket img{
   margin-right: 10px;
   vertical-align: middle;
}
div#wrapper div#container div#basket h2{
   margin-right: 5px;
}

div#wrapper div#container div#basket h2, div#wrapper div#container div#basket p{
   background: transparent;
   color: #FFFFFF;
   display: inline;
   font-size: 0.9em;
   font-weight: normal;
}

div#wrapper div#container div#basket a{
   background: transparent;
   color: #FFFFFF;
}

/*--------------------------------------------------------------------------------------------------------------- SEARCH */

div#wrapper div#container form#search {
	width:994px;
	float:left;
	background:#939495;
	color:#FFFFFF;
	font-size: 80%;
	padding:5px 0 3px 10px;

}

div#wrapper div#container form#search input.button{
   font-size: 90%;
	margin: 0 0 0 5px;
	padding: 0px 5px 0 5px;
	height: 22px;
}

div#wrapper div#container form#search input#keyword, div#wrapper div#container form#search select{
   float: left;
   margin: 0 0 5px 0;
   padding: 0 0 0 5px;
}

div#wrapper div#container form#search select{
   margin-right: 10px;
   font-size: 90%;
   width: 200px;
}

div#wrapper div#container form#search label{
   float: left;
	font-weight: bold;
	padding-right: 15px;
}

div#wrapper div#container div#bdrOrange{
   background: #B3B3B4;
   color: #FFFFFF;
   height: 5px;
   width: 100%;
   float: left;
}

div#telephone { width: 410px;float: right;text-align: right;margin-right: 20px; font-size: 14px;}

/*======================================================================================================================================== MENU */

div#wrapper div#container div#left {
   border-top: 1px solid #FFFFFF;
   border-right: 1px solid #FFFFFF;
	width:171px;
	float:left;
	background: #E6E6E6;
	color:#FFFFFF;
}

/*--------------------------------------------------------------------------------------------------------------- TITLES */

div#wrapper div#container div#left h3 {
	width:171px;
	float:left;
	background:#939495;
	color: #FFFFFF;
	font-size:75%;
	height: 2.6em;
	padding:0;
	margin: 0;
	border-bottom:1px solid #FFFFFF;
}

div#wrapper div#container div#left div#payment {
   background: #E6E6E6;
   color: #939495;
   float: left;
   padding-left: 10px;
   padding-bottom: 8px;
}

div#wrapper div#container div#left div#payment h4{
   font-size: 80%;
   margin-bottom: 10px;
}

div#wrapper div#container div.flat_page h4#title{
   font-weight: lighter;
   margin: 0 0 10px 0;
   padding: 0;
}

div#wrapper div#container div.flat_page h5{
   font-size: 110%;
   font-weight: bold;
}

div#wrapper div#container table#category_header  h3.cat_title{
   margin-top: 10px;
   margin-bottom: 20px;
   text-indent: 0;
}
div#wrapper div#container h3#cat_heading{
   margin: 0 0 15px 10px;
   padding-top: 15px;
   text-indent: 0 !important;
}

* html div#wrapper div#container h3#cat_heading {padding-top: 0;}

/*--------------------------------------------------------------------------------------------------------------- LISTS */

div#wrapper div#container div#left ul {
	list-style:none;
	float:left;
	padding-bottom: 50px;
}


div#wrapper div#container div#left ul li a {
	border-bottom:1px solid #FFFFFF;
	background:#E6E6E6;
	color:#939495;
	display:block;
	font-size:80%;
	line-height: 90%;
	padding:6px 0 6px 7px;
	width:164px;
}

div#wrapper div#container div#left ul li a:hover{
	background:#98999A;
	color:#FFFFFF;
	text-decoration: none;
}

/* Breadcrumb */

ul#breadCrumb {
   margin: 12px 10px;
}

#breadCrumb li {
   background: #E6E6E6;
   color: #939495;
   float: left;
   display: inline;
}

#breadCrumb a {
   background-color: #E6E6E6;
   color: #939495;
   padding-left: 3px;
   text-decoration: none;
}
#breadCrumb a:hover {
   color: #939495;
   text-decoration: underline;
}


/*======================================================================================================================================== CONTENT */

div#wrapper div#container div#content {
   border-top: 1px solid #FFFFFF;
	width:831px;
	float:left;
	background:#E6E6E6;
	padding:0 0 0px 0;
}

div#wrapper div#container div.flat_page{
   background: #E6E6E6;
   color: #939495;
   font-size: 85%;
   line-height: 100%;
   padding: 15px;
}

div#wrapper div#container div#content h4#imgMain {
	width:831px;
	height:242px;
	float:left;
	background: url(../images/home/main.jpg);
	text-indent:-5000px;
	border-bottom:1px solid #FFFFFF;
}

div#wrapper div#container div.flat_page p{
   padding: 0 0 15px 0;
   font-size: 100%;
   line-height: 160%;
   font-weight: normal;
}

/*======================================================================================================================================== FOOTER */
div#wrapper div#container div#footer{
   background: #939495;
   color: #FFFFFF;
   padding: 5px 0;
}

div#wrapper div#container div#footer ul
{
   padding: .2em 0;
   margin: 0;
   list-style-type: none;
   background-color: #939495;
   color: #FFFFFF;
   width: 100%;
   text-align: center;
}

div#wrapper div#container div#footer li { display: inline; }

div#wrapper div#container div#footer li a
{
   text-decoration: none;
   background-color: #939495;
   color: #FFFFFF;
   font-size:85%;
   padding: .2em 1em;
   border-right: 1px solid #fff;
}

div#wrapper div#container div#footer li a:hover
{
   text-decoration: underline;
}

div#wrapper div#container div#footer li a.last{
   border-right: none;
}

/*--------------------------------------------------------------------------------------------------------------- HOMEPAGE */

div#wrapper div#container div#box_light_orange{
   background: #C0C2C4;
   border-bottom:1px solid #FFFFFF;
}

div#wrapper div#container p#square_images{
   background: #FFFFFF;
   float: left;
   width: 468px;
}

div#wrapper div#container p#square_images img{
   border-left: 1px solid #FFFFFF;
   float: left;
}

div#wrapper div#container p#square_images img.imgRight{
   border-left: 1px solid #FFFFFF;
   float: right
}

div#wrapper div#container div#content div.category {
   background:#C0C2C4 ;
   color: #FFFFFF;
	width:363px;
	float:left;
}

div#wrapper div#container div#content div.gift {
   background:#a8aaab;
   color: #FFFFFF;
	width:363px;
	float:left;
}

div#wrapper div#container div#content div.category h4 {
	float:left;
	background: url(../images/home/title.gif) no-repeat top right;
	color:#FFFFFF;
	font-size:80%;
	height: 70px;
	padding:4px 0 0 15px;
	margin: 10px 50px 10px 0px;
	text-indent:-5000px;
	width: 265px;
}
* html div#wrapper div#container div#content div.category h4{margin-left: 10px;}

div#wrapper div#container div#content div.category p{
   font-size: 85%;
   line-height: 150%;
   margin: 80px 15px 15px 15px;
}

div#wrapper div#container div#content div#box_light_grey p{
   font-size: 85%;
   line-height: 150%;
   margin: 5px 15px 5px 15px;
}

div#wrapper div#container div#content div.category p.flush {
   margin-top: 10px;
}

div#wrapper div#container div#content div.category a {
	float:right;
	color:#26296B;
	font-size:80%;
	padding:4px 10px 0 0;
}

div#wrapper div#container div#box_light_grey{
   background: #a8aaab;
   border-bottom:1px solid #FFFFFF;
   float: left;
}

div#wrapper div#container div#content div#box_light_grey h3 {
	background: url(../images/home/pergradi.gif) no-repeat top left;
	color:#FFFFFF;
	font-size:80%;
	height: 45px;
	margin: 15px 0 0 15px;
	padding:4px 0 0 5px;
	text-indent:-5000px;
	width: 201px;
}

div#wrapper div#container div#content div#pergradi_gift {float:left; margin:0; padding: 0;}
div#wrapper div#container div#content div#pergradi_gift img{float: left;border-left: 1px solid #FFFFFF;}


/*--------------------------------------------------------------------------------------------------------------- PRODUCTS */

table#category_header{
   background: #939495;
   color: #FFFFFF;
   width: 100%;
}

table#category_header th img{ float: left; }

   
table#category td {background:  #939495; color: #FFFFFF; border-right: 1px solid #FFFFFF;vertical-align: top;}
table#category td.nullrow {background:  #E6E6E6; color: #FFFFFF; border-right: 1px solid #FFFFFF;vertical-align: top;}
table#category td img {float: left;} 
table#category td.null {background: inherit; border-right: 1px solid #FFFFFF;}
table#category td.border{border-bottom: 0.5em solid #E6E6E6;}
table#category td a{
   color: #FFFFFF;
   display: block;
   font-size: 0.9em;
   padding: 0;
   text-align: center;
}

table#category td p{
width: 159px;
margin: 0 auto;
}



div#wrapper div#container table#category_header p{
   line-height: 180%;
}

table#category_header td, table#category_header th{
   text-align: left;
   vertical-align: top;
}

table#category_header th{
   width: 404px;
}

div#wrapper div#container div#content div.product {
	width:272px;
	height:117px;
	float:left;
	background: transparent;
	color:#2A2D64;
	font:75% Tahoma, Arial, Helvetica, sans-serif;
	display:block;
}

div#wrapper div#container div#content div.product a.photo{
	width:137px;
	height:117px;
	float:left;
	display:block;
	text-indent:-5000px;
}

div#wrapper div#container div#content div.product div.info{
	width:135px;
	padding:23px 0 0 0;
	float:left;
}

div#wrapper div#container div#content div.product div.info a {
	color:#2A2D64;
}


div#wrapper div#container div#content div.product div.info input {
	background:#2A2D64;
	color:#FFFFFF;
	border:1px solid #BCBCDF;
	font-size:90%;
	padding:1px 3px;
	height:21px;
	font-weight:bold;
	margin:8px 0 0 0;
}

p.description{
   background-color: #FBE9EO;
   color: #939495;
   font-size: 84%;
   margin: 10px;

}



/*======================================================================================================================================== BASKET & BEST SELLERS */

div#wrapper div#container table#tblBasket {
   border-top: 1px solid #939495;
   border-left: 1px solid #939495;
   background: inherit;
   color: #939495;
   font-size: 0.9em;
	width: 99%;
}

div#wrapper div#container table#tblBasket td, div#wrapper div#container table#tblBasket th{
   border-right: 1px solid #939495;
   border-bottom: 1px solid #939495;
}

div#wrapper div#container table#tblBasket td{
   padding: 5px;
}

div#wrapper div#container table#tblBasket td.options{
   width: 70px;
   vertical-align: middle;
}

div#wrapper div#container table#tblBasket th{
   background: #A2A3A4;
   color: #FFFFFF;
   padding: 5px;
   text-align: left;
}

div#wrapper div#container table#tblBasket td.shade, div#wrapper div#container table#tblBasket th.shade{
   background: #A2A3A4;
   color: #FFFFFF;
   width: 70px !important;
}



/*--------------------------------------------------------------------------------------------------------------- BASKET */

div#wrapper div#container div#right div#basket {
	width:143px;
	float:left;
	background:#F07B21;
	font-size:85%;
	min-height:92px;
	border-bottom:1px solid #FFFFFF;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding:3px 0 7px 8px;
}

* html div#wrapper div#container div#right div#basket {
	height:92px;
}

div#wrapper div#container div#right div#basket p {
	width:71px;
	float:left;
	font-size:80%;
	line-height:200%;
}

div#wrapper div#container div#right div#basket a {
	text-decoration:underline;
	color:#FFFFFF;
	font-size:90%;
}

div#wrapper div#container div#right div#basket input.button {
	margin:10px 0 0 0;
}



/*--------------------------------------------------------------------------------------------------------------- BEST SELLERS */

div#wrapper div#container div#right div#best_sellers {
	padding:0 0 4px 0;
	float:left;
}

div#wrapper div#container div#right div#best_sellers div.item {
	width:151px;
	float:left;
	height:86px;
}

div#wrapper div#container div#right div#best_sellers div.item a.thumb {
	width:64px;
	height:82px;
	display:block;
	text-indent:-5000px;
	background:no-repeat;
	margin:4px 0 0 4px;
	float:left;
}

* html div#wrapper div#container div#right div#best_sellers div.item a.thumb {
	margin-left:2px;
}

div#wrapper div#container div#right div#best_sellers div.item p {
	font-size:70%;
	width:72px;
	height:73px;
	display:block;
	color:#2A2D64;
	margin:4px 0 0 7px;
	padding:9px 0 0 0;
	float:left;
}

div#wrapper div#container div#right div#best_sellers div.item p a {
	text-decoration:none;
	color:#2A2D64;
}


/*======================================================================================================================================== PRODUCTS PAGE */

div#wrapper div#container div#content input.button {
	border-color: #bdbddf;
}

div#wrapper div#container div#content div#breadCrumb {
	padding: 17px 0 16px 14px;
	font-weight: bold;
	color: #26296b;
	font-size: 85%;
	line-height: 100%;
}

div#wrapper div#container div#content div#breadCrumb a {
	color: #26296b;
	text-decoration: underline;
}

div#wrapper div#container div#content div#breadCrumb a:hover {
	text-decoration: none;
}

div#wrapper div#container div#content div#lftProduct{
   float: left;
   padding-left: 10px;
   width: 279px;
}

div#wrapper div#container div#content div#rgtProduct{
   float:left;
   width: 500px;
}

div#wrapper div#container div#content div#rgtProduct table#tblDetail{
   border: 1px solid  #939495;
   margin-left: 20px;
   width: 300px;
}

table#tblDetail th,  table#tblDetail td{
   border-bottom:1px solid  #939495;
}

table#tblDetail td.bdrNone{
   border-bottom: none;
   text-align: center;
}

div#wrapper div#container div#content div#rgtProduct table#tblDetail th{
   font-size: 95%;
   font-weight: normal;
   background:#939495;
   color: #FFF;
   padding: 5px;
   text-align: center;
}

div#wrapper div#container div#content div#rgtProduct table#tblDetail th.label{
   background:  transparent;
   color: #939495;
   font-size: 75%;
   text-align: left;
   font-weight: bold;
}

div#wrapper div#container div#content div#lftProduct p a{
	background:#939495;
	border: 1px solid #939495;
	color:#FFF;
	display: block;
	font-size: 85%;
	padding: 3px 5px;
	margin: 10px 0;
	text-align: center;
}

div#wrapper div#container div#content div#lftProduct p.button{
	background: #FBE9EO;
	color:#FFFFFF;
   float: left;
   width: 90px;
   margin-right: 10px;
}

h2.recommend{
   background: transparent;
   color:  #939495;
   margin: 5px 0 5px 10px;
   font-size: 95%;
}


/*======================================================================================================================================== REGISTER PAGE */

#simpleform                {margin:0; padding: 0; }
#simpleform p              {margin: 0; padding: 0;}
* html #simpleform p       {margin: 10px 0 0 0; padding: 0;}
#tblForm th                {color: #939495;text-align: left; font-weight: normal;}
#simpleform fieldset       {border:1px solid #939495; padding:0.5em 1em; margin: 10px 0; width: 420px;}
#simpleform legend         {color: #939495; font-weight:bold; padding:0 0.5em}
#simpleform input.text     {
   border: 1px solid #CCC;
   width:250px;
   margin: 0.2em 0;
   padding:2px 3px 2px 5px;
   vertical-align:middle
}
#simpleform input.radio    {border:2px solid #fff; margin-left:1.5em; vertical-align:middle}
#simpleform input.button, #tblBasket input.button   {
border: none;
height: 20px;
margin-right: 10px;
}

#simpleform label          {margin: 5px 0;}
* html #simpleform label   {margin-left: 10px;}
#simpleform select         {padding-left: 5px;width: auto;}

#simpleform p.btnForgot{
   border:1px solid #939495 !important;
   color:#FFF;
   background:#FDB791;
   margin: 0 !important;
   padding: 0 !important;
   font-size: 0.9em;
   text-align: center;
   width:160px;
   float: left
}

#simpleform p a {
   background: transparent;
   color: #FFF;
   font-size: 0.9em;
   font-weight: bold;
   line-height: 1.6em;
   text-decoration: none;
   margin: 0;
   padding: 0;
}

address {font-style: normal;}

fieldset.orange{
border:1px solid #939495;
margin-bottom: 15px;
margin-top: 10px;
}

fieldset#delivery_address, fieldset#card_details{
	width: 50%;
}

legend{
	color:#939495;
	font-weight: bold;
	margin-left: 5px;
	padding: 0 3px;
}

table.tblOrder, table.tblAccount, table.tblPlain{	width: 97%; margin: 1% auto;font-size: 12px; }
table.tblOrder{border-left: 1px solid #939495;border-right: 1px solid #939495;}
table.tblOrder th{	background: #939495; color: #FFFFFF; text-align: left; padding: 5px 0;font-size: 12px; }
table.tblOrder th, table.tblOrder td {padding-left: 3px;border-bottom: 1px solid #939495;vertical-align: top}
table.tblOrder td{ color: #939495; padding: 3px  0 3px 3px}
table.tblOrder td.date {padding: 5px 15px 0 3px;}
table.tblOrder td.price {padding: 5px 15px 0 3px}
table.tblOrder td.status {padding: 5px 15px 0 3px}

a.btnOrange {
	background: #C0C2C4;
	color: #FFFFFF;
	display: block; 
	font-weight: bold;
	font-size: 11px;
	width: 83px; 
	text-align: center; 
	padding: 2px 5px; 
	border: 1px solid #DE5E25
}

a#btnEdit_Delivery, a#btnEdit_Card{
	width: 120px;
}

p.err_msg{
	margin: 15px 0 0 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

table.tblAccount th, table.tblAccount td, table.tblPlain.th, table.tblPlain td {vertical-align: top;padding: 5px 0;}
table.tblPlain p{color: #949596;}
table.tblPlain th {width: 100px;}
table.tblPlain td input {width: 300px;}
table.tblPlain label{color: #949596;}
p.txtIndent {margin: 0 10px; padding: 0 0;font-size: 12px !important;}
.txtBlack {background: transparent; color: #000000;}

/*===========================================GIFT LIST ==============================*/
div#gift_background {
	background:  url(../images/giftlist/tree_bg1.jpg) no-repeat bottom left;
	height: 468px;
	padding: 0 15px;
	width: 798px;
}
div#gift_background2 {
	background-color: #A3A3A3;
	height: 470px;
	padding: 0 15px;
	width: 768px;
}

div#gift_background h2, div#gift_background2 h2 {color: #FFFFFF; padding-top: 15px;font-size: 16px;}
div#gift_background p, div#gift_background2 p {color: #FFFFFF;}

div#data_capture{margin-top: 0px;}

table#tblData th{color: #FFFFFF;font-size: 14px; margin: 0;padding: 0 0 10px 0;text-align: left;}

div#data_capture input {
	background: #E6E6E6; 
	border: none; 
	color: #A3A3A3; 
	padding: 2px 0 2px 5px;
	margin-bottom: 10px;
	text-align: center;
	width: 239px;
}

div#data_capture input.submit {height: 27px;padding: 0;width: 68px;}

p#friends {
	background: transparent; 
	color: #FFFFFF ; 
	float: left;
	font-size: 14px !important;
	line-height: 14px !important;
	left: 0px;
	clear: both;
	}
strong#friends {
	background: transparent; 
	color: #FFFFFF ; 
	font-size: 12px !important;
	line-height: 14px !important;
	position: relative;
	top: -11px;
}
strong.emph{
font-size: 20px;
font-weight: bold;
}


p#summaryAdd {
	background: transparent; 
	color: #FFFFFF ; 
	font-size: 15px !important;
	font-weight: bold !important;
	line-height: 14px !important;
	position: relative; 
	top: 20px;
}
	
p.lstFriend, a.lnkWhite {background: transparent; color: #FF5C00; margin: 0 20px 0 0 !important; padding: 0 !important;}

a.lnkWhite {text-decoration: underline;}

p#continue {
	font-size: 12px !important;
	line-height: 14px !important;
	float: left;
	clear: both;
}

table#tblData td.btmPad {padding-bottom: 10px;}

div#gift_background div#data_capture{ 
	float: left;
	width: 268px;
	height: 210px;
	padding-top: 90px;
}

div#fixheight {float: left;height: 370px;}
td.pad_friends{padding-top: 10px;}
fieldset#add_friend {padding: 10px 0;width: 100%}
fieldset#add_friend input{margin-left: 10px;background: #E6E6E6; 
	border: none; 
	color: #A3A3A3; 
	padding: 2px 0 2px 5px;
	text-align: center;
	width: 239px;
}
fieldset#add_friend input.submit{padding: 0; height: 27px; width: 68px;}
fieldset#add_friend legend, fieldset#fldSummary legend{color: #FFFFFF;font-size: 14px; }
fieldset#fldSummary {padding: 10px 0;}
table#tblSummary {border: 1px solid #939495; width: 98%;margin: 0 auto;}
table#tblSummary th{background-color: #939495; color: #FFFFFF; text-align: left; padding: 3px 0 3px 5px;}
table#tblSummary td.name{width: 230px;}
table#tblSummary td.option{width: 100px;}
table#tblSummary td{padding: 3px 0 3px 5px;border-bottom: 1px solid #939495;background-color: #E6E6E6;color: #939495}

#leaf1{position: relative; left: 10px; top: 2px;}
#leaf2{position: relative; left: 0px; top: -8px;}
#leaf3{position: relative; left: 9px; top: -5px;}
#leaf4{position: relative; left: 7px; top: -2px;}
#leaf5{position: relative; left: 8px; top: -4px;}
#leaf6{position: relative; left: -5px; top: -17px;}
#leaf7{position: relative; left: 1px; top: 5px;}
#leaf8{position: relative; left: 120px; top: 13px;}
#leaf9{position: relative; left: 0px; top: -5px;}
#leaf10{position: relative; left: 8px; top: 3px;}
#leaf11{position: relative; left: -5px; top: -10px;}
#leaf12{position: relative; left: -3px; top: -9px;}
#leaf13{position: relative; left: -3px; top: 4px;}
#leaf14{position: relative; left: 1px; top: -8px;}
#leaf15{position: relative; left: 7px; top: 2px;}
#leaf16{position: relative; left: 6px; top: -5px;}
#leaf17{position: relative; left: 6px; top: -15px;}
#leaf18{position: relative; left: -8px; top: 0px;}

.vmiddle {vertical-align: middle;}
td.bought {text-align: center;}

div.name {float: left; color: #FFFFFF;  width: 180px; border: 1px solid white}
div.email {float: left; color: #FFFFFF; width: 180px;white-space: wrap;}
p#errMsg{margin: 0; padding: 0; color: #F7741C}

table#tblGifts td, table#tblGifts th{
	text-align: left;
	vertical-align: top	
}

table#tblGifts td{
	border-left: 1px solid #FFFFFF;
	background:#E6E6E6 url(../images/header/gradient.gif) repeat-x;
}
table#tblGifts td h2{
	font-size: 1.3em;
	font-weight: normal;
	margin: 10px;
}

table#tblGifts td p{
	padding: 0px;
	margin: 10px;
}

table#tblGifts td p.indent{
	text-indent: -10px
}

div#paragraph_indent{
	padding-left: 10px;
}

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

div#vlistcontainer ul#vlist{margin: 0 0 10px 15px; padding: 0;}

div#vlistcontainer ul#vlist li { list-style-type: none; padding: 3px 0 }
div#vlistcontainer ul#vlist li a {font-size: 0.9em; text-decoration: none; color: #FFFFFF}
div#vlistcontainer ul#vlist li a:hover {font-size: 0.9em; text-decoration: underline; color: #FFFFFF}