html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, 
dfn, em, img, ins, kbd, q, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, select
{
	border:0pt none;
	font-family: arial, sans-serif;
	font-style:inherit;
	font-weight:inherit;
	margin:0pt;
	padding:0pt;
	vertical-align:baseline;
}

body {
	background: #eee;
}

p {
	font-weight: normal;
	margin: 0.5em 0;
}

a { color: #000; text-decoration: none; }
a:hover { color: #369; }

h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #369;
}

h3 {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

label {
	font-size: 0.8em;
}

input, textarea, select {
	font-size: 0.8em;
	color: #333;
	background-color: #fff;
	padding: 0.2em;
	border: 1px solid #CDD6DF;
	width: 100%;
}

input[type='radio'], input[type='checkbox'] {
	border: 0;
	padding: 0;
}

#system_message {
	background-color: #ffc;
	border: 2px solid #f93;
	color: #f93;
	font-size: 10pt;
	padding: 10px;
}
#system_message img {
	float: left;
	padding-right: 10px;
}
#system_message a {
	color: #f93;
	text-decoration: underline;
}

/* begin: login page stuff */
#login_wrapper {
	position: absolute;
	top:100px;
	left:230px;
}
#login_box {
	float: left;
	width: 230px;
	padding-right: 30px;
}
#register_box {
	float: left;
	width: 230px;
	padding-left: 30px;
}
/* end: login page stuff */

#wrapper {
	position: relative;
	width: 980px;
	margin: 20px auto;
}

#header_container {
	background-color: #369;
}

#header {
	background-color: #369;
	position: relative;
	height: 75px;
	/* background-image: url('/site_media/images/blue_bg_white_glow.jpg'); */
	width: 1000px;
	margin: 0 auto;
}

#header a { 
	color: #fff;
}
#header a:hover { color: #CDD6DF; }

#logo {
	background-image: url('/site_media/images/cg_logo.gif');
	background-repeat: no-repeat;
	width: 240px;
	height: 60px;
	position: absolute;
	left: 5px;
	top: 10px;
	cursor: pointer;
}

#logo_title {
	position: absolute;
	left: 75px;
	top: 18px;
	width: 145px;
	text-align: right;
	font-size: 26px;
	font-weight: bold;
	cursor: pointer;
}

#logo_subtitle {
	position: absolute;
	left: 75px;
	top: 43px;
	width: 145px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	cursor: pointer;
}

#account {
	color: #CDD6DF;
	font-size: 0.7em;
	position: absolute;
	right: 1em;
	top: 0.8em;
}

#navigation {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
#navigation ul li {
	float:right;
	position: relative;
	font-weight: bold;
	display: block;
	list-style:none;
	padding: 8px 0;
}

#navigation ul a {
	padding: 12px 15px;
	color: #CDD6DF;
}
#navigation ul a:hover, #navigation ul li.selected a {
	background-image: url('/site_media/images/nav_marker.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #fff;
}

#main {
	/* background-color: #CDD6DF; */
	/* background-color: #fff; */
}

#content-container .breadcrumbs, #content-container .breadcrumbs a {
	font-size: 8pt;
	color: #999;
}

.sidebar_box {
	width: 220px;
	color: #AB5603;
	background-color: #CDD6DF;
	margin-bottom: 10px;
}

.sidebar_ad {
	width: 200px;
	height: 100px;
	margin-bottom: 10px;
}

.greyish_bg {
	background-image: url('/site_media/images/grey_bg_white_glow.jpg');
	background-repeat: no-repeat;
}

.sidebar_box_top, .sidebar_box_bottom {
	position: relative;
	width: 220px;
	height: 4px;
}
.sidebar_box_top {
	border-top: 1px solid #ccc;
}
.sidebar_box_bottom {
	border-bottom: 1px solid #ccc;
}

.sidebar_box_body {
	width: 198px;
	padding: 5px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


#sidebar-container {
	/* background-color: #CDD6DF; */
	vertical-align: top;
	width: 230px;
	color: #AB5603;
}

#sidebar-container ul {
	list-style-type: round;
	list-style-position: inside;
}
#sidebar-container ul li {
	margin: 0.5em 0.2em 0;
	font-weight: bold;
}
#sidebar-container ul li a {
	color: #AB5603;
}
#sidebar-container ul li a:hover {
	background-color: #E9FBFB;
	color: #234F32;
	text-decoration: none;
}

#sidebar-container .h_divider {
	border-bottom: 2px dotted #369;
}

#sidebar-container a {
	text-decoration: none;
	color: #AB5603;
	cursor: pointer;
}
#sidebar-container a:hover {
	background-color: #E9FBFB;
	color: #234F32;
	text-decoration: none;
}

#sidebar-container .viewmore {
	font-size: 0.8em;
}

#sidebar-container .viewmore a {
	padding-bottom: 5px;
}

#sidebar-container .viewmore a:link, #sidebar-container .viewmore a:visited {
	float: right;
	text-decoration: underline;
	color: #AB5603;
}

#sidebar-container .viewmore a:hover {
	background-color: #E9FBFB;
	color: #234F32;
	text-decoration: none;
}


#right-sidebar ul {
	list-style-type: round;
	list-style-position: inside;
}
#right-sidebar ul li {
	margin: 5px 0;
}


.content_box {
	width: 750px;
	zoom: 1;
	position: relative;
	margin-bottom: 10px;
}

.content_box_top, .content_box_bottom {
	position: relative;
	width: 750px;
	height: 4px;
}
.content_box_top {
	border-top: 1px solid #ccc;
}
.content_box_bottom {
	border-bottom: 1px solid #ccc;
}

.content_box_body, .content_box_footer, .content_box_header {
	width: 728px;
	padding: 5px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: relative;
}

.content_box_footer {
	padding: 10px;
	border-top: 1px solid #ccc;
}
.content_box_header {
	padding: 0 10px 5px 10px;
	border-bottom: 1px solid #ccc;
}

.tlc_w, .trc_w, .blc_w, .brc_w, 
.tlc_b, .trc_b, .blc_b, .brc_b 
{
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	position: absolute;
}

.tlc_w {
	background-image: url('/site_media/images/corners/w_tl.gif');
	top: -1px; left: 0;
}
.trc_w {
	background-image: url('/site_media/images/corners/w_tr.gif');
	top: -1px; right: 0;
}
.blc_w {
	background-image: url('/site_media/images/corners/w_bl.gif');
	left: 0;
}
.brc_w {
	background-image: url('/site_media/images/corners/w_br.gif');
	right: 0;
}

.tlc_b {
	background-image: url('/site_media/images/corners/b_tl.gif');
	top: -1px; left: 0;
}
.trc_b {
	background-image: url('/site_media/images/corners/b_tr.gif');
	top: -1px; right: 0;
}
.blc_b {
	background-image: url('/site_media/images/corners/b_bl.gif');
	left: 0;
}
.brc_b {
	background-image: url('/site_media/images/corners/b_br.gif');
	right: 0;
}



#content-container {
	/* background-color: #fff; */
	vertical-align: top;
	width: 750px;
	position: relative;
}

#content-container a, a.normal {
	color: #AB5603;
	text-decoration: underline;
	cursor: pointer;
}
#content-container a:hover, a.normal:hover {
	background-color: #E9FBFB;
	color: #234F32;
	text-decoration: none;
}
#content-container a.anchor {
	color: inherit;
	cursor: inherit;
	text-decoration: none;
}


.sort_controls {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.7em;
}


#footer { 
	background: #369;
	color: #CDD6DF;
	padding: 0.5em;
	font-size: 0.7em; 
	background-image: url('/site_media/images/blue_bg_white_glow.jpg');
	background-position: bottom center;
}
#footer p {	text-align: center; }
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { color: #CDD6DF; }

.bottom_edge {
	clear: both;
}

.error, .errorlist {
	list-style: none;
	color: red;
	font-weight: bold;
	font-size: 0.7em;
}

.footnote {
	font-size: 8pt;
	color: #999;
	overflow: visible;
}

.h_divider {
	border-bottom: 2px dotted #999;
	margin: 10px 0;
	clear: both;
}

.v_divider {
	border-left: 2px dotted #999;
	margin: 0 0.5em 0.5em 0.5em;
	float: left;
}

.lt_primary { color: #CDD6DF; }
.dk_primary { color: #369; }
.dk_secondary { color: #AB5603; }
.reddish { color: #AB5603; }


.agreement_container {
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px dotted #999;
	padding: 0.5em;
}

.results { }

.results .row {
	display: block;
	width: 100%;
	clear: both;
}

.results .cell {
	float: left;
	width: 155px;
	height: 22px;
	line-height: 22px;
	padding: 2px 5px;
	margin: 1px;
	font-size: 0.8em;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
}

.results .odd .cell, .odd { background-color: #eee; }
.results .even .cell, .even { background-color: #ddd; }

.results .header .cell {
	background-color: #369;
	color: #fff;
	font-weight: bold;
}

.results .footer {
	padding-top: 0.5em;
	text-align: right;
	font-size: 0.7em;
}

.results .verywide { width: 255px; }
.results .xwide { width: 230px; }
.results .wide { width: 205px; }
.results .narrow { width: 105px; }
.results .xnarrow { width: 80px; }
.results .verynarrow { width: 55px; }

.results a .cell, .results a .row { text-decoration:none; }
.results a:hover .cell { background-color:#ff9; cursor:pointer; }
.results a:hover .row { background-color:#fff; cursor:pointer; }


.results .deleted .cell {
	text-decoration: line-through;
	color: gray;
}

.corner {
	position: absolute;
}
.tl { top:0;left:0; }
.tr { top:0;right:0; }
.bl { bottom:0;left:0; }
.br { bottom:0;right:0; }

.details {
	position: relative;
	zoom: 1;
}

.details p {
	font-size: 0.8em;
}

.info p {
	font-size: 0.9em;
	padding-bottom: 10px;
}

.callout_container {
	position: relative;
	background-color: #ccc;
	padding: 10px;
	margin-bottom: 10px;
	zoom: 1;
}

.callout {
}

.callout p {
	font-size: 0.8em;
	text-align: center;
}

/* Begin: Search Style */

form.search input, label.bold {
	font-size: 12pt;
	font-weight: bold;
	color: #369;
	vertical-align: middle;
	/* margin-right: 5px; */
}

form.search a.button {
	vertical-align: middle;
}

#search_results_categories a h3 {
	background-repeat: no-repeat;
	background-position: left center;
	background-color: inherit;
	text-indent: 16px;
	cursor: pointer;
	width: 100%;
}

#search_results_categories a h3.expanded {
	background-image: url('/site_media/images/icon_collapse.gif');
}
#search_results_categories a:hover h3.expanded {
	background-image: url('/site_media/images/icon_collapse_hover.gif');
}

#search_results_categories a h3.collapsed {
	background-image: url('/site_media/images/icon_expand.gif');
}
#search_results_categories a:hover h3.collapsed {
	background-image: url('/site_media/images/icon_expand_hover.gif');
}

#search_results_categories .options {
	padding-left: 16px;
}

.search_filter {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	margin: 0.4em 0;
}

a .search_filter {
	background-image: url('/site_media/images/icon_remove.gif');
}
a:hover .search_filter {
	background-image: url('/site_media/images/icon_remove_hover.gif');
}

#search_types {
	/* float: left; */
	margin-left: 55px;
}

#search_types ul li {
	display: inline;
	margin-right: 10px;
}

#search_sidebar h3 {
	font-size: 14px;
	margin: 0.8em 0 0 0;
}

#search_sidebar ul li {
	font-size: 12px;
	font-weight: normal;
	margin: 0.2em;
}

.undo_link {
	display: block;
	font-size: 9pt;
}

#search_results_paging {
	text-align: right;
	padding: 5px;
	font-size: 0.7em;
}

a.flag_control_on, a.flag_control_off:hover {
	background-image: url('/site_media/images/flag_both.gif');
	background-position: top left;
	width: 20px;
	height: 20px;
	float: left;
}

a.flag_control_off {
	background-image: url('/site_media/images/flag_both.gif');
	background-position: bottom left;
	width: 20px;
	height: 20px;
	float: left;
}

#flag {
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
	margin-right: 5px;
}

.flag_off {
	display: block;
	text-indent: 20px;
	background-position: left center;
}

.flag_on {
	display: block;
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: left center;
}

.odd .flag_on {
	background-image: url('/site_media/images/flag_e.gif');
}

.even .flag_on {
	background-image: url('/site_media/images/flag_d.gif');
}

a:hover .flag_on {
	background-image: url('/site_media/images/flag_ff9.gif');
}

.emphasize {
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
}

.buttons {
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
}

.btn_go {
	width: 22px;
	height: 22px;
	padding: 0 0 0 5px;
	background-color: #CDD6DF;
	vertical-align: middle;
	border: 0;
}

.btn_search {
	width: 55px;
	height: 22px;
	padding: 3px 20px;
	border: 0;
	float: left;
}

a.styled_btn, #content-container a.styled_btn, #sidebar-container a.styled_btn
{
	display: block;
	background-image: url('/site_media/images/button_blank.gif');
	background-repeat: no-repeat;
	width: 121px;
	height: 33px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12pt;
	padding-top: 5px;
	float: left;
}

a.styled_btn:hover, #content-container a.styled_btn:hover, #sidebar-container a.styled_btn:hover
{
	color: #fff;
	background-color: #fff;
}

a.gray_btn, #content-container a.gray_btn, #sidebar-container a.gray_btn
{
	display: block;
	background-image: url('/site_media/images/button_gray.gif');
	background-repeat: no-repeat;
	width: 121px;
	height: 33px;
	text-align: center;
	color: #eee;
	font-weight: bold;
	font-size: 12pt;
	padding-top: 5px;
	float: left;
}


a.button, #content-container a.button, #sidebar-container a.button 
{
	color: #369;
	background-color: #E9FBFB;
	border: 1px solid #369;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	padding: 0.2em 0.5em;
	cursor: pointer;
	position: relative;
	line-height:25px;
}

a.button:hover, #content-container a.button:hover, #sidebar-container a.button:hover
{
	color: #E9FBFB;
	background-color: #369;
	border: 1px solid #E9FBFB;
}

.profile_input, .form input[type='text'], .form input[type='password'], .form select {
	width: 100%;
}

.location_ac_feedback {
	color: red;
	font-weight: bold;
	font-size: 0.7em;
	visibility: hidden;
}

#description {
	font-size: 12px;
}

.section_intro {
	color: #369;
	font-size: 9pt;
	clear: both;
	padding-bottom: 10px;
}

.form_intro {
	font-size: 9pt;
	clear: both;
	width: 550px;
	padding-bottom: 10px;
}

.form textarea, .form select[multiple] {
	width: 100%;
	height: 6em;
}

.form .row {
	clear: both;
	width: 550px;
	padding: 10px 0 0 0;
}

.form .thinrow {
	clear: both;
	width: 550px;
	padding: 0 0 0 0;
}

.form .cell {
	width: 240px;
	float: left;
	padding-left: 20px;
}

.form .cell_dbl {
	width: 500px;
	float: left;
	padding-left: 20px;
}

.para_header {
	font-weight: bold;
}

.para_label {
	font-weight: bold;
	float: left;
	width: 25%;
}

.para_body {
	float: left;
	width: 75%;
}

.para {
	clear: both;
	font-size: 0.8em;
	padding: 0.5em 0;
}

.tags {
	text-align: center;
}

.tag_cloud1 { 
	font-size: 7pt;
}
.tag_cloud2 { 
	font-size: 8pt;
}
.tag_cloud3 { 
	font-size: 9pt;
}
.tag_cloud4 { 
	font-size: 10pt;
	font-weight: bold;
}

/* Override YUI CSS */
.yui-skin-sam .autocomplete .yui-ac-input, .yui-skin-sam .autocomplete textarea {
	position: static;
}

#help_tips {
	font-size: 9pt;
}

.form_label {
	font-size: 0.9em;
}

.required_field {
	/* font-weight: bold; */
	font-size: 0.9em;
}

.form_field_help, .hover_help {
	color: #C0C0C0;
	font-size: 0.7em;
	text-decoration: none;
	vertical-align: top;
	cursor: help;
	margin-top: 0px;
	padding-top: 0px;
}

.hover_help_plain {
	cursor: help;
}

.section_help {
	float: right;
	font-size: 0.7em;
	text-align: right;
	padding-right: 23px;
}

.form_section_title {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.bold {
	font-size: 12pt;
	font-weight: bold;
}

.asterisk {
	font-size: 14pt;
	font-weight: bold;
	color: #aaa;
	text-align: right;
	float: left;
	width: 10px;
}

.commission, .stat_views, .stat_applications {
	font-size: 14pt;
	font-weight: bold;
	color: #336699;
	text-align: right;
	float: left;
}

.commission {
	width: 110px;
}

.stat_views {
	width: 70px;
}

.stat_applications {
	width: 50px;
}

.how_step_container {
	padding: 0 30px;
}

.how_step {
	float: left;
	height: 180px;
	width: 220px;
	text-align: center;
}

.job_result {
	font-size: 10pt;
	padding: 8px 10px;
}

.job_result .preview {
	position: relative; /* just to suppress quirky IE6 problem (otherwise is invisible) */
	float: left;
	width: 550px;
}

.job_result h1 {
	color: #369;
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 2px;
}

.job_result h2 {
	color: #000;
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 2px;
}

.job_result .snip {
	position: relative; /* just to suppress quirky IE6 problem (otherwise is invisible) */
	margin-bottom: 2px;
}

.job_result .meta {
	position: relative; /* just to suppress quirky IE6 problem (otherwise is invisible) */
	float: right;
	width: 120px;
	height: 75px;
	padding-left: 15px;
	border-left: 2px dotted #ddd;
	color: #369;
	text-align: right;
}

.job_result .result_controls {
	position: absolute;
	top: 0;
	right: 0;
}

#content-container .job_result .result_controls a.control {
    float: left;
	width: 19px;
	height: 16px;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
    text-align: left;
	background: url(/site_media/images/controls/edit.gif) no-repeat 0 0px;
}

#content-container .job_result .result_controls a.control:hover {
    background-position: 0 -16px;
}

#content-container .job_result .result_controls a.edit { background-image: url(/site_media/images/controls/edit.gif); }
#content-container .job_result .result_controls a.track { background-image: url(/site_media/images/controls/user.gif); }
#content-container .job_result .result_controls a.email { background-image: url(/site_media/images/controls/mail.gif); }
#content-container .job_result .result_controls a.save { background-image: url(/site_media/images/controls/paper-clip.gif); }
#content-container .job_result .result_controls a.document { background-image: url(/site_media/images/controls/document.gif); }
#content-container .job_result .result_controls a.plus { background-image: url(/site_media/images/controls/plus.gif); }

#content-container .job_result .result_controls a.upgrade {
	width: 57px;
	background-image: url(/site_media/images/controls/upgrade.gif);
}

#content-container .job_result .result_controls label {
	font-size: 8pt;
	color: #ccc;
	float: left;
	padding-right: 5px;
}

#similar_jobs {
	width: 200px;
}

#similar_jobs h3 {
	padding-left: 10px;
}

.job_result_micro {
	width: 180px;
	padding: 0 10px 10px;
	text-decoration: none;
	overflow: hidden;
}

.job_result_micro h1 {
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
}

.job_result_micro h2 {
	color: #000;
	font-size: 8pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
}

.job_result_micro .snip {
	position: relative; /* just to suppress quirky IE6 problem (otherwise is invisible) */
	color: #000;
	font-size: 8pt;
	height: 28px;
	overflow: hidden;
}

#content-container .result_hidden a, 
.result_hidden h1, .result_hidden h2, .result_hidden .snip, 
.result_hidden .stat_views, .result_hidden .stat_applications
{
	color: #999;
}



.controls_row {
	height: 20px;
	position: relative;
	padding-bottom: 10px;
}

.commission_block {
	padding-bottom: 5px;
}

.attribution_block {
	padding-bottom: 5px;
	font-size: 0.8em;
}

.cg_result, .result_unflagged {
	/* background-color: #fff; */
}

.result_flagged {
	background-color: #ffe;
}

.result_pending {
	background-color: #fee;
}

.result_sponsored {
	background-color: #F1F7FC;
}

.cg_featured, .cg_actions {
	color: #999;
	font-size: 8pt;
	padding-bottom: 5px;
	
}

.relo_icon {
	vertical-align: top;
	padding-left: 5px;
}

#recently_viewed h3, #sidebar_categories h3 {
	margin-bottom: 0;
}

#recently_viewed ul, #sidebar_categories ul {
	width: 199px;
	overflow: hidden;
}

#recently_viewed ul li, #sidebar_categories ul li {
	font-size: 8pt;
	white-space: nowrap;
	font-weight: normal;
}

.category_item, .location_item,
.category_item_compact, .location_item_compact {
	padding-left: 30px;
	padding-bottom: 10px;
	width: 310px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
}

.category_item_compact, .location_item_compact {
	padding-left: 10px;
	width: 345px;
}

.category_item h3, .location_item h3,
.category_item_compact h3, .location_item_compact h3 {
	font-size: 9pt;
}

.save_search_link {
	color: #336699;
	font-size: 12px;
	padding-top:10px;
	padding-left: 3px;
}

.footer_message {
	color: #999;
	font-size: 8pt;
}
.footer_message a {
	color: #999;
	font-size: 8pt;
	text-decoration: underline;
}

.link_sample {
	font-size: 10pt;
}

.link_html {
	font-family: courier,monospace;
	font-size: 8pt;
	height: 30px;
	width: 700px;
}

#similar_jobs {
	padding: 10px 0;
}

#similar_jobs h3 {
	font-size: 9pt;
}


.image_box_outer {
	float: left;
	margin-right: 10px;
}

.image_box_inner {
	border: 1px solid #ccc;
	padding: 2px;
}
.bulleted_list {
	margin-left: 10px;
	list-style-position: inside;
}

.bulleted_sublist {
	padding-left: 20px;
}


.partner_logo {
	float: left;
	width: 160px;
	height: 60px;
	margin: 5px 10px 5px 10px;
	border: 1px solid #ccc;
}

.partner_logo img {
	margin: 2px;
}

#search_results_paging a.result_control {
}
#search_results_paging a.result_control_selected {
	text-decoration: none;
	font-weight: bold;
}

.features .lt_col {
	text-align: left;
}

.features .mid_col, .features .rt_col {
	text-align: center;
}

.features tr.separator, .cart tr.separator {
	height: 1px;
}

.features th {
	padding: 5px;
	font-weight: bold;
	font-size: 1.2em;
}

.features td {
	padding: 5px;
}

.cart_container {
	float: left;
	margin: 5px 12px 10px 0;
}

.cart  {
	font-size: 9pt;
	border: 1px solid #999;
}

.cart th, .cart td {
	padding: 5px;
}

.cart th {
	font-weight: bold;
	border-bottom: 1px solid #999;
}

.cart .qty, .cart .amt {
	text-align: right;
}

.cart .desc {
	text-align: left;
}

.cart .total {
	border-top: 1px solid #999;
	font-weight: bold;
}

.preview_watermark {
	background-image: url('/site_media/images/preview.gif');
}


