* {
	padding: 0;
	margin: 0;
	}

body {
	margin: 0;
	font-family: Verdana, Lucida Grande, Trebuchet;
	font-size: 11px;
	text-align: center;
	}

img {
	border: 0;
	}

p {
	margin-bottom: 1em;
	}

input, select {
	margin: 0;
	font-size: 12px;
	}

#site {
	padding: 0;
	margin: 20px auto;
	width: 802px;
	text-align: left;
	}

.hidden {
	display: none;
	}

form {
	display: inline;
	padding: 0;
	margin: 0;
	}

.button {
	padding: 1px 8px;
	font-size: 12px;
	}

.hr {
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 0;
	border-bottom: 1px solid #ccc;
	clear: both;
	}

td {
	font-size: 11px;
	}

.clear {
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 0;
	clear: both;
	}
	
a.push_button:link, a.push_button:visited {
	position: relative;
	padding: 3px 8px 3px 8px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family: verdana, sans-serif;
	color: #ff0;
	background: #7C9A13;
	border-left: 1px solid #D4E89C;
	border-top: 1px solid #D4E89C;
	border-right: 1px solid #3A4F10;
	border-bottom: 1px solid #3A4F10;
}

a.push_button:active {
	position: relative;
	top: 1px;
	left: 1px;
	border-left: 1px solid #3A4F10;
	border-top: 1px solid #3A4F10;
	border-right: 1px solid #BAD18E;
	border-bottom: 1px solid #BAD18E;
}

a.push_button:hover {
	color: #fff;
}

/*** Other Sites ***/

#other_sites {
	padding: 3px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Tahoma;
	color: #ff9;
	background: #000;
	}

#other_sites a {
	padding-left: 6px;
	color: #fff;
	text-decoration: none;
	}

#other_sites a:hover {
	color: #f66;
	background: #000;
	}

.alert {
	padding: 3px;
	background: #2b5c76;
	color: #fff;
	}
	
/*** Header ***/

#header {
	padding: 0;
	font-size: 20px;
	}

#header #navlinks {
	float: right;
	margin-top: 5px;
	font-size: 11px;
	}

#header #navlinks a {
	float: left; /* this fixes an IE 5.5 padding bug */
	padding: 1px 8px;
	color: #000;
	}

#header #navlinks a:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
	}


/*** Body ***/

#body {
	margin: 20px 0;
	}


/*** Left Column ***/

#left {
	margin: 0;
	float: left;
	width: 593px;
	}
	
#left h1 {
	float: left;
	margin: 0 0 20px 0;
	padding: 6px 10px;
	background: #eee;
	color: #333;
	border: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	}
		
#left h2 {
	margin: 0 0 .6em 0;
	padding: 0;
	font-size: 18px;
	font-family: Georgia, Times;
	}

#left h3 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	}

#left p {
	padding: 0 0 1.5em 0;
	margin: 0;
	}
	
#left #list_header {
	margin: 0;
	padding: 10px 15px;
	background: url("/images/red_bg.gif") repeat-x;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 20px;
	font-family: Georgia, Times;
	font-weight: bold;
	color: #fe6;
	}

#left #list_header_blue {
	margin: 0;
	padding: 10px 15px;
	background: url("/images/blue_bg.gif") repeat-x;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 20px;
	font-family: Georgia, Times;
	font-weight: bold;
	color: #fe0;
	}

#left #list_subheader {
	margin-bottom: 20px;
	padding: 8px 15px;
	font-size: 10px;
	color: #fff;
	background: url("/images/gray_bg.gif") repeat-x;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 16px;
	}

#left #list_subheader a {
	padding: 1px 2px;
	color: #fff;
	}

#left #list_subheader a:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
	}

#left #list_subheader a.sort_selected {
	color: #ff3;
	font-weight: bold;
	text-decoration: none;
	}

#left #list_subheader a:hover.sort_selected {
	background: transparent;
	}

#left #list_subheader .select {
	font-size: 10px;
	margin-top: -3px;
	}

#left #list_subheader .holiday {
	width: 100px;
	}

#left .list {
	background: #ccc;
	margin-bottom: 20px;
	clear: both;
	}

#left .friends {
	float: left;
	margin: 0;
	width: 350px;
	}

#left .groups {
	float: left;
	margin: 0 0 0 20px;
	width: 223px;
	}

#left .list td {
	font-size: 11px;
	padding: 5px 8px;
	background: #fff;
	}

#left .list td.gift, #left .list td.friend, #left .list td.holiday, #left .list td.group {
	font-size: 12px;
	font-weight: bold;
	}

#left .list td.gift .urls {
	margin-top: 4px;
	font-weight: normal;
	font-size: 10px;
	}
	
#left .list td a, #left .edit_form td a {
	color: #06c;
	}

#left .list td a:hover, #left .edit_form td a:hover {
	color: #fff;
	background: #06c;
	text-decoration: none;
	}

#left .list td a.image:hover, #left .edit_form td a.image:hover {
	background: transparent;
	}

#left .list .header td {
	background: url("/images/orange_bg.gif") repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #ff3;
	}

#left .list .add_button {
	float: right;
	margin-top: 1px;
	}

#left .list .add_button a:hover {
	background: transparent;
	}

#left .list .friends_header td, #left .list .holidays_header td {
	background: url("/images/green_bg.gif") repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #ff3;
	}

#left .list .finished td {
	background: url("/images/gray_bg.gif") repeat-x;
	}

#left .list .column_headers td {
	color: #000;
	background: #eed;
	font-weight: bold;
	}

#left .list .footer td {
	padding: 5px 8px;
	color: #000;
	background: #eed;
	}
	
#left .list .total {
	float: right;
	font-weight: bold;
	color: #600;
	}
	
#left .list a.url {
	color: #666;
	}

#left .list a:hover.url {
	color: #fff;
	background: #666;
	text-decoration: none;
	}

#left .prev_next_links {
	padding: 8px;
	font-size: 10px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

#left .prev_next_links a {
	color: #06c;
	padding: 1px 2px;
	}

#left ul.move_mini {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#left ul.move_mini li {
	padding-left: 20px;
	background: url("/images/move_mini.gif") no-repeat 0 2px;
	font-size: 10px;
	color: #543;
	}

#left .prev_next_links a:hover {
	color: #fff;
	background: #06c;
	text-decoration: none;
	}

#left .step {
	padding: 0 0 20px 0;
	margin: 0;
	}
	
#left .step .number {
	float: left;
	padding: 1px 4px;
	margin: 0 6px 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #359;
	border: 1px solid #026;
	}
	
#left .step .header {
	padding-bottom: 6px;
	font-size: 14px;
	color: #359;
	font-weight: bold;
	}

#left .step .instructions {
	padding: 0 0 10px 0;
	margin: 0 0 0 2.4em;
	font-size: 11px;
	color: #666;
	line-height: 140%;
	}

#left .step .instructions a:link,
#left .step .instructions a:visited {
	color: #444;
	}

#left .step .instructions a:hover {
	background: #444;
	color: #fff;
	}

#left .step .body {
	padding: 10px;
	margin: 0 0 0 2.3em;
	background: #f1f1f1;
	border: 1px solid #c1c1c1;
	}

#left ul.radios {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#left ul.radios li {
	padding: 2px 0;
	margin: 0;
	}
	
#left .left_box {
	padding: 15px 20px 20px 20px;
	border: 1px solid #ccc;
	}

* html #left .left_box {
	float: left; /* fixes an IE 5.5 bug */
	}

#left .req_field .header {
	color: #900;
	font-weight: bold;
	}

#left .req_field .number {
	background: #900;
	}

#left .req_field .body {
	background: #fdd;
	}

#left a.gift_url {
	display: block;
	padding: 1px 1px 5px 18px;
	background: url("/images/globe.gif") no-repeat 0 1px;
	}

#left .edit_form {
	padding: 0;
	margin: 0;
	border: 0;
	clear: both; /* fixes an IE 5.5 margin bug */
	}

#left .edit_form td.label {
	padding: 10px 15px;
	margin: 1px;
	background: #ccc;
	font-size: 13px;
	}

#left .edit_form td.field {
	padding: 10px 15px;
	margin: 0;
	background: #eee;
	}

#left .edit_form tr.req_field .label {
	background: #f99;
	}

#left .edit_form tr.req_field .field {
	background: #fcc;
	}

#left .member {
	float: left;
	width: 180px;
	}

#left .ecard {
	width: 550px;
	border: 1px solid #ccc;
	}
	
#left .ecard .picture {
	float: left;
	margin-right: 20px;
	}

#left .ecard .message {
	padding: 20px;
	margin-left: 300px;
	font-size: 12px;
	}

#left .ecard .footer {
	padding: 3px 6px;
	background: #666;
	color: #fff;
	text-align: center;
	font-size: 9px;
	clear: both;
	}

#left .ecard_thumbnail {
	float: left;
	padding: 0;
	margin: 10px;
	text-align: center;
	background: #666;
	}

#left .ecard_thumbnail img {
	border: 1px solid #999;
	}

#left .video_tutorials {
	margin: 0;
	padding: 0;
	}
	
#left .video_tutorials .item {
	background: url("/images/tv.gif") no-repeat;
	padding: 0 0 4px 25px;
	font-size: 12px;
	font-weight: bold;
	}
	
#left .help_pages .item {
	background: url("/images/help_doc.gif") no-repeat;
	padding: 0 0 4px 20px;
	font-size: 12px;
	font-weight: bold;
	}
	
#left .generic_table td {
	padding: 2px 10px 2px 0;
	}

#left .notes {
	margin-top: 4px;
	font-size: 10px;
	font-weight: normal;
	color: #900;
	}


/*** Right Column ***/

#right {
	padding: 0;
	margin: 0 0 0 615px;
	}

#right h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana;
	}

#right .box {
	padding: 0;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	width: 182px;
	}

#right .box .header {
	padding: 3px 8px;
	background: url("/images/gray_bg_mini.gif") repeat-x;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	}

#right .box .sidelinks {
	padding: 10px 15px;
	font-size: 14px;
	}

#right .box .sidelinks a {
	padding: 1px 5px;
	color: #06c;
	}

#right .box .sidelinks a:hover {
	color: #fff;
	background: #06c;
	text-decoration: none;
	}
	
#right .box .sidelinks ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

#right .box .sidelinks li {
	padding: 5px 0 5px 25px;
	}

#right .box .sidelinks li.gifts {
	background: url("/images/gift.gif") no-repeat 0 2px;
	}

#right .box .sidelinks li.friends {
	background: url("/images/friends.gif") no-repeat 0 5px;
	}

#right .box .sidelinks li.holidays {
	background: url("/images/holidays.gif") no-repeat 0 5px;
	}

#right .box .sidelinks li.statuses {
	background: url("/images/status.gif") no-repeat 0 5px;
	}

#right .box .sidelinks li.ecards {
	background: url("/images/email.gif") no-repeat 0 6px;
	}

#right .box .sidelinks li.cards {
	background: url("/images/print.gif") no-repeat 0 5px;
	}


/*** Footer ***/

#footer {
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 10px;
	line-height: 150%;
	clear: both;
	}


/*** Error ***/

#error {
	padding: 0;
	margin-bottom: 20px;
	text-align: left;
	background-color: #fdd;
	border: 1px solid #ccc;
	clear: both;
}

#error h3 {
	padding: 4px 10px;
	margin: 0;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: #c00;
}

#error p {
	color: #333;
	margin: 0;
	padding: 5px;
}

#error ul {
	margin: 0;
	padding: 10px 0 10px 30px;
}

#error li {
	padding: 4px 15px 4px 0;
	font-size: 12px;
	list-style: square;
}

#message {
	padding: .5em 1em;
	margin-bottom: 20px;
	line-height: 120%;
	font-size: 16px;
	font-weight: bold;
	color: #360;
	background: #cf9;
	border: 3px solid #9c6;
	clear: both;
}
