/* ::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:#d9307f; }
a:hover { text-decoration: none; }
acronym { border: 0; color: #780101; cursor: help; }
.accesskey { text-decoration: underline; }

html, body {
 scrollbar-face-color: #d9307f;
 scrollbar-shadow-color: #000000;
 scrollbar-highlight-color: #ccc;
 scrollbar-3dlight-color: #000000;
 scrollbar-darkshadow-color: #000000;
 scrollbar-track-color: #ccc;
 scrollbar-arrow-color: #000000;
}

body {
    margin: 0;
    padding: 0;
/*	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;*/
	font-family:"Myriad Web", Arial, Helvetica, sans-serif;
   	font-size: 62.5%;
   	color: #000000;
    background: #d6e9f9;
    text-align: left;
}
h1 {
	font-size: 2em; /* 24px */
	color: #d9307f;
	font-weight: bold;
}
h2 {
	font-size: 1.8em; /* 18px */
	color: #d9307f;
	font-weight: bold;
}
h3 {
	font-size: 1.5em; /* 15px */
	font-weight: bold;
	color: #d9307f;
}
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;
}
p {
	font-size: 1.4em;
}
.clear {
	clear: both;
}
.qty {
	font-size: 1.5em;
	font-weight: bold;
}
.seperator {
	color: #d9307f;
}
.section {
  display: block;
}
.price {
  font-weight: bold;
}
.old-price {
  color: #d9307f;
  font-weight: normal;
  text-decoration: line-through;
}
.continue {
	float: right;
}
.emphasize {
	font-weight: bold;
	font-style: italic;
	color: #d9307f;
}
em {
	font-style: italic;

}
strong,
.bold_text {
	font-weight: bold;
	font-size: 1.1em;
}
.pagination {
	margin: .5em 0;
}
.page_title {
	font-size: 1.8em;
	color: #d9307f;
	text-align: right;
	border-right: 10px solid #000;
	margin: .5em;
	padding-right: 1em;
}
#updating {
	background-color: #d9307f;
	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: #FFFFFF url(img/bgr_hdr-lrn.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: 0;
/*	margin: 1em 0 1em 1em;*/
}
#header #customer_login {
	width: 450px;
	float: right;
	margin: 0;
}
#header #customer_login ul {
	float: right;
/*	width: 100%;*/
	padding: 0 1em 0 0;
}
#header #customer_login ul li {
	float: right;
	padding: .5em .5em .5em 0;
}
#header #customer_login ul li a {
	color: #d9307f;
	font-size: 1.4em;
}
#header #customer_login form {
	float: right;
	padding: 5px 5px 5px 0;
}
#header #customer_login form label {
	padding: 0 2.5px 0 2.5px;
}
#header #customer_logged {
	float: right;
}
#header #customer_logged ul {
	text-align:left;
}
#header #customer_logged ul li {
	padding: 1.5px 5px;
}
#header #customer_logged h4 {
	text-align: left;
	padding: 1.5px 5px;
}
#header #admin_logged {
	float: right;
}
#header #admin_logged ul {
	text-align: right;
}
#header #admin_logged ul li {
	padding: 1.5px 5px;
}
#header #admin_logged h4 {
	text-align: right;
	padding: 1.5px 5px;
}
#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: #734951 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-family:"Myriad Web", Arial, Helvetica, 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;
}
div#wrapper div#adsense-horiz {
	margin: 0 auto;
	height: 100px;
	width: 738px;
	padding: 5px 0 0 5px;
}
div#wrapper div#cb-horiz {
	margin: 0 auto;
	width: 738px;
	padding: 5px 0 0 5px;	
}

#cart_summary #cart_links li a {
	float: left;
	display: block;
	margin: 0;
	padding: .5em .5em;
	text-decoration: none;
}
.dept_uns a,
#cart_summary #cart_links li a {
	color: #fff;
	background: #734951 url(img/tab-uns.gif) repeat-x top left;
}
.dept_uns a:hover,
.dept_sel a {
	color: #734951;
	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: #734951 url(img/tab-uns.gif) repeat-x top left;
	text-align: center;
}
#departments_list_sub li {
	display: inline;
	font-family:"Myriad Web", Arial, Helvetica, sans-serif;
	color: #d9307f;
	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: #FFFFFF url(img/bgr_body.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;
}
#sidebar_2 #adsense-vert {
	margin: 0 auto;
	width: 160px;
	padding: 10px 0;
}
#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/box_bottom.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/box_hdr.gif) no-repeat top left;
}
.box ul li h4 {
	text-align: right;
	padding: 0 .5em .5em 0;
}
.box ul li h4 a {
	color: #000000;
}
.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: 1.2em;
}
#department {
	margin: 1em 0;
}
#first_page .image,
#department .image {
	float: right;
	padding: 5px;
}
#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: #d9307f;
	color: #fff;
	padding: .5em;
	font-size: 1.4em;
	font-weight: bold;
	border: 1px solid #F3ECC9;
}
.shopping_cart td {
	padding: .5em;
	border: 1px solid #d9307f;
}
.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: #d9307f;
	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 #000;
	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,
div#companies_list div.vcard p.desc,
div#event div.vevent div.description,
#events_list ul li p.datetime,
#events_list ul li div.description {
	margin: 5px 5px 5px 15px;
	font-size: 1.4em;
}
div#companies_list div.vcard p.link,
#articles_list ul .link,
div.events_list div.vevent a.url,
div#event div.vevent p.url {
	margin: 0 1em .5em 0;
	font-weight: bold;
	text-align: right;
}
div#event div.vevent p.url {
	text-align: left;
}
#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: #d9307f;
}
#article div.body,
#event div.description,
#product div.body {
	margin: 1em;
	font-size: 1.2em;
}
#event div.description h2,
#product div.body h2,
#article div.body h2 {
	display: inline;
	font-size: 1.5em;
}
#event div.description ol,
#product div.body ol,
#article div.body ol {
	list-style: decimal;
	padding: 0 1em;
	margin: 0 1em;

}
#event div.description ul,
#product div.body ul,
#article div.body ul {
	list-style: circle;
	padding: 0 1em;
	margin: 0 1em;

}
#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: #d9307f;
  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: #d9307f;
}
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;
}
