/* ::1. Normalization:: */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin : 0; padding : 0; }

/* normalize header font-size */
h1, h2, h3, h4, h5, h6 {
font-size : 100%;
margin: 0;
font-weight: normal;
}

/* remove list-style from lists */
ol, ul
{ list-style : none; }

/* normalize font-style and font weight */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* removes border collapse and spacing from tables? */
table
{ border-collapse : collapse; border-spacing : 0; }

/* remove border from fieldset and img */
fieldset, img
{ border : 0; }

/* left-align text in caption and th */
caption, th
{ text-align : left; }

/* remove quotation marks from q */
q:before, q:after
{ content : ''; }
/* general styles */
html {
	text-align: center
}

a:link, a:visited { color: #A71E22; }
a:hover { text-decoration: none; }
acronym { border: 0; color: #780101; cursor: help; }
.accesskey { text-decoration: underline; }

html, body {
 scrollbar-face-color: #6a0000;
 scrollbar-shadow-color: #ccccff;
 scrollbar-highlight-color: #ccccff;
 scrollbar-3dlight-color: #6a0000;
 scrollbar-darkshadow-color: #ccccff;
 scrollbar-track-color: #ccccff;
 scrollbar-arrow-color: #d9af32;
}

body {
    margin: 0;
    padding: 0;
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
   	font-size: 62.5%;
   	color: #000000;
    background: #6a0000;
    text-align: left;
}
h1 {
	font-size: 2em; /* 24px */
	color: #A71E22;
	font-weight: bold;
}
h2 {
	font-size: 1.8em; /* 18px */
	color: #4F1119;
	font-weight: bold;
}
h3 {
	font-size: 1.5em; /* 15px */
	font-weight: bold;
	color: #4F1119;
}
h4 {
	font-size: 1.2em; /* 12px */
	font-weight: bold;
	color: #333;
}
h5 {
	font-size: 1em; /* 10px */
	font-weight: bold;
}
h6 {
	font-size: .75em;
	font-weight: bold;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
p {
	font-size: 1.2em;
}
.clear {
	clear: both;
}
.qty {
	font-size: 1.5em;
	font-weight: bold;
}
.seperator {
	color: #4F1119;
}
.section {
  display: block;
}
.price {
  font-weight: bold;
}
.old-price {
  color: #4F1119;
  font-weight: normal;
  text-decoration: line-through;
}
.continue {
	float: right;
}
.emphasize {
	font-weight: bold;
	font-style: italic;
	color: #4F1119;
}
.bold_text {
	font-weight: bold;
	font-size: 1.1em;
}
.pagination {
	margin: .5em 0;
}
h1.page_title {
	font-size: 1.8em;
	color: #A71E22;
	text-align: center;
	margin: .5em;
}
h2.page_title {
	font-size: 1.4em;
	color: #A71E22;
	text-align: center;
	font-style: italic;
	margin: 0 0 .5em 0;
}
#updating {
	background-color: #4F1119;
	border: none;
	color: #ffffff;
	margin: 2px;
	padding: 2px;
	visibility: hidden;
	position: absolute;
	top: 60px;
	left: 0;
	width: 70px;
}
/* end general styles */
/* layout styles */
#header {
	background: #F3ECC9 url(img/hdr_bgr-d9af32-grps-grd.gif) no-repeat top left;
	margin: 0 auto; /* putting a bottom margin here causes spacing at top of header */
	width: 800px;

}
#header-inner {
	margin: 0;
	padding: 0;
	width: 780px;
}
#header #site_info {
	float: left;
	margin: 1em 0 1em 1em;
}
#header #customer_login {
	width: 450px;
	float: right;
	margin: 0;
}
#header #customer_login ul {
	float: right;
/*	width: 100%;*/
	padding: .5em 0 0 0;
}
#header #customer_login ul li {
	float: right;
	margin: .5em 0;
	padding: .5em 0;
	}
#header #customer_login ul li a,
#header #admin_logged ul li a,
#header #customer_logged ul li a {
	padding: 4px;
	color: #F3ECC9;
	font-size: 1em;
	/*background: #fff;*/
	background: #730a0a url(img/tab-uns.gif) repeat-x top left;
	border: 1px solid #F3ECC9;
	}
#header #customer_login form {
	float: right;
	padding: 5px 5px 5px 0;
}
#header #customer_login form label {
	padding: 0 2.5px 0 2.5px;
	color: #6a00000;
}
#header #customer_logged {
	float: right;
}
#header #customer_logged ul {
	text-align:left;
}
#header #customer_logged h4 {
	text-align: left;
	padding: 1.5px 5px;
	color: #F3ECC9;
}
#header #admin_logged {
	float: right;
}
#header #admin_logged ul {
	text-align: right;
}
#header #customer_logged ul li,
#header #admin_logged ul li {
	margin: .5em 0;
	padding: .5em 0;
}
#header #admin_logged h4 {
	text-align: right;
	padding: 1.5px 5px;
	color: #F3ECC9;
}
#header #search_box {
	width: 30em;
	float: right;
	clear: right;
	margin: 5px 10px;
}
#header #search_box form {
	float: right;
}
#cart_summary {
	position: relative;
}
#header #departments_list_main,
#cart_summary #cart_links {
	float: left;
	width: 80%;
	padding: 0 0 0 20%;
	margin: 0;
	list-style: none;
	background: #730a0a url(img/tab-uns.gif) repeat-x top left;
}
#header #departments_list_main li,
#cart_summary #cart_links li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
#header #departments_list_main li a {
	float: left;
	display: block;
	margin: 0;
	padding: .5em 1em;
	text-decoration: none;
}
#cart_summary #cart_links li a {
	float: left;
	display: block;
	margin: 0;
	padding: .5em .5em;
	text-decoration: none;
}
.dept_uns a,
.dept_uns a:visited,
#cart_summary #cart_links li a {
	color: #fff;
	background: #730a0a url(img/tab-uns.gif) repeat-x top left;
}
.dept_uns a:hover,
.dept_sel a {
	color: #730a0a;
	background: #ffffff;
}
.dept_sub_uns a {
	color: #fff;
	text-decoration: underline;
}
.dept_sub_uns a:hover,
.dept_sub_sel a {
	color: #F3ECC9;
	text-decoration: none;
}
#departments_list_sub {
	width: 100%;
	padding: 1em 0;
	margin: 0 0 0 0;
	list-style: none;
	background: #730a0a url(img/tab-uns.gif) repeat-x top left;
	text-align: center;
}
#departments_list_sub li {
	display: inline;
	font-family: "Lucida Grande", sans-serif;
	color: #4F1119;
	font-size: 1.2em;
}
#departments_list_sub li a {
	margin: 0;
	padding: .5em 1em;
}
#cart_summary #cart_links li a:hover {
	color: #333;
	border: 1px solid #F3ECC9;
	border-bottom: none;
	background: #F3ECC9 url(img/tab-sel.gif) repeat-x top left;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #F3ECC9 url(img/body_bgr-d9af32-grps-grd.gif) no-repeat bottom left;
}
#wrap_content {
    width: 780px;
	margin: 0 auto;
	padding: 0;
}
#wrap_main_content {
	position: relative;
	float: left;
	width: 580px;
}
#sidebar {
    float: left;
	width: 200px;
}
#sidebar_2 {
	float: right;
	width: 200px;
}
#left_column {
	float: left;
	width: 385px;
}
#right_column {
    float: right;
	width: 385px;
}
/* content styles */
#first_page p {
	margin: 1em;
}
/* boxes */
.box,
#cart_summary {
	width: 198px;
	margin: .5em 0;
	background: url(img/div-bottom-fff.gif) no-repeat bottom left;
}
.box h3,
#cart_summary h3 {
	margin: 0;
	padding: .75em .75em .5em .75em;
	font-size: 1.2em;
	color: #ffffff;
	background: url(img/h3-bg-fff.gif) no-repeat top left;
}
.box ul li h4 {
	text-align: right;
	padding: 0 .5em .5em 0;
}
.box ul li h4 a {
	color: #6a0000;
}
.box ul {
	margin: 0;
	padding: .5em;
}
.box ul li {
	padding: 0 .5em .5em .5em;
	margin: 0;
}
.box .last {
	border-bottom: none;
}
.box .not_last {
	border-bottom: 1px solid #000;
}
.box .dept_list_cat_list {
	padding: 5px;
}
.box .dept_list_cat_list li {
 display: inline;
 margin: 0;
 padding: 0;
 font-weight: bold;
 font-style: italic;
}
.box a.cat_uns,
.box a.cat_last_uns,
.box a.cat_last_sel,
.box a.cat_sel {
	font-size: 1.2em;
	display: block;
	padding: .5em;
	border-bottom: 1px solid #000;
}
.box a.cat_last_uns,
.box a.cat_last_sel {
	border-bottom: none;
}
.box a.cat_uns:hover,
.box a.cat_last_uns:hover,
.box a.cat_last_sel,
.box a.cat_last_sel,
.box a.cat_sel {
	background: #fff;
	padding: .5em;
	text-decoration: none;
}
.box .event_uns a,
.box .event_sel a {
	font-size: 1.2em;
}
.box .event_uns p,
.box .event_sel p {
	font-size: 1em;
	padding: .5em .5em;
}
.box .event_sel {
	background: #fff;
	border: 1px dashed #333;
	padding: .3em;
}
#cart_summary {
	border-bottom: none;
}
#cart_summary p {
	padding: 5px;
}
#cart_summary #item_list {
	clear: left;
}
#cart_summary #item_list li {
	padding: .5em;
	border-bottom: 1px dashed #fff;
	font-size: 1em;
}
#content_one_column {
    float: left;
	width: 100%;
}
#main_content {
    float: right;
	width: 350px;
}

.box ul li a img,
#article .image,
#product .image,
.product_list .image {
	float: right;
	margin: 10px;
	padding: 4px;
	border: 3px solid #c0c0c0;
	background: #fff;
    vertical-align: top;
}
.box ul li a:hover img,
.product_list .image:hover {
	border: none;
	padding: 7px;
	background: url(img/diag-bg-alt.gif);
	}
p.departments_list_sum {
	padding: 0 5px;
	font-size: 1em;
}
#department {
	margin: 1em 0;
}
#first_page .image,
#department .image {
	float: right;
	padding: 5px;
	clear: right;
}
#first_page .image {
	width: 190px;
}
#department p {
	text-align: left;
	margin: 5px;
}
#footer {
	margin: 0 0 0 0;
	clear: both;
}
#footer-inner {
	margin: 0 0 0 0;
    width: 760px;
	padding: 1em;
	text-align: left;
}
#footer-inner p {
	text-align: center;
}
.shopping_cart {
	width: 100%;
	margin: 1em 0;
}
.shopping_cart th {
	background: #4F1119;
	color: #fff;
	padding: .5em;
	font-size: 1.4em;
	font-weight: bold;
	border: 1px solid #F3ECC9;
}
.shopping_cart td {
	padding: .5em;
	border: 1px solid #4F1119;
}
.address_list {
	padding: .7em .5em;
	margin: 0 0 1em 0;
	border: 1px solid #000;
}
.address_list li {
	padding: 0 0 5px 0;
}
.field_name {
	font-weight: bold;
	margin-right: .6em;
}
.highlight_row {
	background: #ffffff;
}
.product_list tbody tr td {
  border: none;
  padding: 0;
  width: 29em;
}
.product_list tbody tr td hr {
	width: 25em;
	color: #4F1119;
	margin: 0 2em 0 2em;
	clear: both;
}
div#event,
div#article,
div#company,
div#product {
	margin: 0 0 10px 0;
}
div#events_list div.vevent h3.summary,
div#companies_list div.vcard h2.fn,
.item_list_title {
	font-size: 1.5em; /* 15px */
	border-left: 10px solid #4F1119;
	padding: .5em;
}
div#event div.vevent h1.summary {
	text-align: center;
	margin: 10px 10px 5px 10px;
}

.product_list tbody tr td p {
	padding: .5em;
}
ol.item_list {
	width: 200px;
	font-size: 1.2em;
	margin: 10px auto;
}
ol.item_list li {
	margin: 5px 0;
}
#articles_list ul li p,
#companies_list div.vcard p.desc,
#events_list ul li p.datetime,
#events_list ul li p.description {
	margin: 5px 5px 5px 15px;
	font-size: 1.2em;
}
div#companies_list div.vcard p.link,
#articles_list ul .link,
div.events_list div.vevent a.url {
	margin: 0 1em .5em 0;
	font-weight: bold;
	text-align: right;
}
#articles_list ul .meta_data,
div#companies_list ul li div.vcard p.meta_data span.region {
	margin: 0 0 1em 2em;
	font-weight: bold;
	font-size: 1em;
}
div#events_list div.vevent p abbr.dtstart,
div#events_list div.vevent p abbr.dtend,
div#event div.vevent p abbr.dtstart,
div#event div.vevent p abbr.dtend {
	font-weight: bold;
}
div#event div.vevent p.read {
	margin: 0 0 1em 2em;
	font-style: italic;
}
#articles_list ul .meta_data cite {
	font-style: italic;
    text-decoration: underline;
}
#articles_list hr,
#companies_list hr,
#events_list hr {
	width: 54em;
	margin: 1em 2em;
	color: #4F1119;
}
#article div.body,
#event div.description,
#product div.body {
	margin: 1em;
	font-size: 1.2em;
}
#article div.body h2 {
	display: inline;
	font-size: 1.5em;
}
#product .link {
	margin: 1em 0;
	font-size: 1.2em;
}
#recommendations {
	margin: 1em 0;
}
#recommendations h2 {
	font-size: 1.5em;
	padding: 1em;
}
#product ol li,
#recommendations ol li {
	margin: .5em 1.5em;
	font-size: 1.2em;
}
#order_summary {
	margin: 0 1em 1em 1em;
	width: 19em;
}
#order_summary p {
	font-size: 1em;
}
#order_summary .input {
	text-align: left;
	padding-left: .5em;
}
#order_summary .label {
	text-align: right;
	padding-right: .5em;
}
.error_box {
  background-color: #FFFFCC;
  border: 1px solid #DC143C;
  color: #000000;
  margin: 0 auto;
  overflow: auto;
  padding: 5px;
  position: relative;
  text-align: left;
  width: 90%;
  z-index: 5;
}
.hidden
{
  display: none;
}

.no-items-found {
  color: #ff0000;
}
.shadow {
  margin: 1em 0 1em 0;
  background: #919191;
  clear: both;
}
table.amti-table {
  position: relative;
  top: -4px;
  left: -4px;
  width: 100%;
  margin: 0;
  border: 1px solid #000;
  background: #fff;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}
table.amti-table caption {
  margin: 0;
  padding: .6em 1.2em 0.1em 2.2em;
  text-align: left;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  color: #4F1119;
  text-transform: uppercase;
  border: 1px solid #000;
  font-size: 1.5em;
  font-weight: bold;
  background: #F3ECC9 url(img/box-top.gif) no-repeat top left;
}
table.amti-table th,
table.amti-table td {
  margin: 0;
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #b5b5b5;
}
table.amti-table th {
  color: #999;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  background: #F3ECC9 url(img/box-top.gif) no-repeat top left;
}
table.amti-table td {
  color: #333;
}
table.amti-table .name,
table.amti-table .label {
  text-align: left;
}
table.amti-table .label {
  background: #F3ECC9 url(img/box-top.gif) no-repeat top left;
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
}
table.amti-table .value {
  text-align: right;
  font-weight: bold;
}
table.amti-table tr {
  background: #e6e6e6;
}
table.amti-table tr.alt {
  background: #f1f1f1;
}
.admin-sub {
  float: left;
  margin: 0 0 0 1em;
}
ul.admin-sub li {
  float: left;
}

div#footer-inner div.vcard,
div#company {
  margin: 1em 0 1em 0;
}
div#footer-inner div.vcard {
	text-align: center;
}

div#footer-inner div.vcard div.fn,
div#company div.vcard h1.fn,
div#companies_list div.vcard h2.fn {
  font-size: 1.5em;
  font-weight: bold;
  color: #4F1119;
}
div#footer-inner div.vcard div.fn {
	font-size: 1em;
}
div#event div.vevent img.logo,
div#company div.vcard img.logo {
  float: right;
  clear: right;
  margin: 1em 10px 0 0;
  text-align: center;
  padding: 6px;
  border: 4px double #E7DAC0;
  background: #fff;
}

div#company div.vcard p {
	margin: .5em 0 .5em 0;
}

div#company div.vcard div.adr p.type {
  font-weight: bold;
  font-size: 1.2em;
}
div#company div.vcard div.adr span.street-address,
div#company div.vcard div.adr span.country-name {
  display: block;
}
.donate {
	margin: 10px;
}
.donate h1 {
	margin: 10px 0;
}
.donate p {
	margin: 10px 0;
	width: 400px;
}
.handle_user_not_logged {
	margin: 10px 0;
}
.handle_user_not_logged #left_column {
	margin-top: 60px;
}
#moustache-fundraiser{
				width:580px;
				margin:0 auto;
			}
			#fairfax{
				float:left;
				width:200px;
			}
			#fairfax p{
				clear:left;	
				width:200px;
				float:left;
			}
			#fairfax #right_arrow_1{
				float:right;
				margin-top:45px;
			}
			#occidental{
				float:left;
				width:225px;
				margin-left:20px;
			}
			#occidental p{
				clear:both;
				float:left;
				width:150px;
			}
			#occidental #right_arrow_3 {
				float:right;
				clear:none;
				margin-top:45px;
			}
			#occidental #logo {
				float:right;	
				margin-top:-18px;
			}
			#nyu{
				float:right;
				width:135px;
			}
			#nyu img{
				float:none;
				margin:0 auto;
			}
			#nyufellow{
				width:250px;
				float:right;
				clear:right;
			}
			#nyufellow .arrow{
				float:right;
				clear:none;
			}
			#nyufellow .left_arrow{
				float:left;
				clear:none;
			}
			#nyufellow .mark{
				margin-left:15px;
				margin-right:5px;
				
			}
			#nyufellow p {
				margin-top:5px;
				float:none;
				clear:right;
				
			}
			#nyufellow .lux{
				margin:0 auto;
			}
			#mark2000{
				float:left;
				margin-top:-75px;
				width:300px;
			}
			#mark2000 .mark {
				float:right;
			}
			
			#mark2000 p{
				float:none;	
			}
			#mark2000 .left_arrow {
				float:right;
				display:inline;
				
			}
			
			#mark_2010{
				float:left;
				clear:none;
				width:300px;
			}
			#mark_2010 .right_arrow {
				float:left;				
			}
			#mark_2010 .mark{
				float:right;
				margin-top:15px;
			}
			#mark_2010 p{
				clear:left;
			}
