body, td {
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 12px;
	color: #343434;
}

a {
	color: #0073B0;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

.menu {
	font-family: Century Gothic, Tahoma;
	font-size: 12px;
}
.menu a {
	color: #003399;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
.menu .menu_heading {
	font-weight: bold;
	padding-bottom: 3px;
	font-size: 13px;
}

table.list {
	border: 1px solid #999999;
	border-collapse: collapse;
	background-color: white;
}
table.list th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #999999;
	background-color: white;
	font-size: 13px;
}
table.list td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #999999;
	background-color: white;
}

table.cart_orders_list {
	border: 1px solid #999999;
	border-collapse: collapse;
	background-color: white;
}
table.cart_orders_list th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #999999;
	background-color: white;
	font-size: 13px;
}
table.cart_orders_list td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #999999;
	background-color: white;
	font-size: 11px;
}

table.page_list {
	border: 0px solid #03A6FF;
	border-bottom: 1px solid #999999;
	border-spacing: 0px;
	background-color: white;
	border-collapse: collapse;
}
table.page_list th {
	border-width: 0px;
	padding: 5px;
	background-color: white;
	font-size: 14px;
	text-align: left;
}
table.page_list td {
	border: 0px solid #999999;
	border-top: 1px solid #999999;
	padding: 5px;
	background-color: white;
	font-size: 11px;
}

table.page_list td.actions a, table.page_list td.actions {
	font-size: 10px;
}

table.page_list tr.sub_page td {
	border: 0px solid #999999;
	border-top: 1px solid #E5E5E5;
	padding: 5px;
	background-color: white;
}

.page_type_heading, .page_backup_heading {
	font-size: 14px;
	font-weight: bold;
}

span.page_list_members_only_text {
	font-size: 10px;
	color: red;
}

table.cart_product_options, table.cart_product_postage_zones {
	border: 0px solid white;
}

table.cart_product_options th {
	font-size: 12px;
	font-weight: bold;
}

table.cart_product_postage_zones th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

table.cart_product_custom_field th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.required {
	font-size: 12px;
	color: red;
}

select.menu_select, select.redirect_select, select.page_custom_field_value, select.small_font_select {
	font-size: 10px;
}

input.external_redirect_textbox {
	font-size: 9px;
}

div.page_options_box {
	border: 1px solid #999999;
	padding: 5px;
}

.field_special_note_text {
	font-size: 10px;
}

div.cart_category_side_div {
	font-size: 10px;
	float: right;
	border: 1px solid #999999;
	padding: 7px;
	background-color: #F3F3F3;
}

div.cart_category_side_div h1 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 0px;
}


div.cart_product_pricing, div.cart_product_postage_pricing, div.cart_product_custom_field_options {
	border: 1px solid #999999;
	padding: 7px;
	background-color: #F3F3F3;
}

div.cart_product_pricing h1, div.cart_product_postage_pricing h1, div.cart_product_custom_field_options h1 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 0px;
}

div.cart_product_custom_field_options div.cart_product_custom_field {
	border: 1px dotted #999999;
	padding: 7px;
	margin-top: 10px;
}


#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
