/*****************************************************************************/
/*
/* layout
/*
/*/

/* header */

#header {
  position: relative;
}

#checkout {
  position: absolute;
  right: 0;
  top: 10px;
}

#menu {
  position: absolute;
  left: 240px;
  top: 65px;
}

#crumbs {
  position: absolute;
  left: 240px;
  top: 95px;
}

#flash {
  margin-left:240px;
}

#logo {
  position: relative;
  left: -65px;
}

img#branch {
  position: absolute;
  top: 40px;
  right: -65px;
  z-index: -1;
}

img#bird {
  position: absolute;
  right: -65px;
  top: -10px;
  z-index: -1;
}


#body {
  position: relative;
  margin-top: 10px;
  width: 100%;
  min-height: 250px;
}

#body_header {
  margin-bottom: 15px;
}

#pager {
  position: absolute;
  top: -45px;
  right: -26px;
}

#footer {
  position: relative;
  margin-top: 50px;
}

#copyright {
  margin-top: 2px;
  float:right;
}

div.tab {
	display: none;
}

div.siblingTab {
	cursor: pointer;
}

#checkout a.color,
.color {
  color: #225E78;
}


/* menu */

.menuitem {
  float: left;
  margin-right: 20px;
}

.last_menuitem {
  margin-right: 0;
}

ul.linkbar li {
  float:left;
  margin-right: 22px;
}

ul.linkbar li.last {
  margin-right: 0px;
}


/* home */

div.fader_page {
  text-align: center;
  width: 420px;
}


/* product */

#product_style {  
	margin-top: 3px;
}

#product_images {
	width: 420px;
  height: 380px;
  margin-bottom: 30px;
}

#product_images div.throbberContent img {
	display: block;
	margin: 0 auto 0 auto;
}

#product_style_menu {
  background-color: #fff;
  padding: 3px 5px 3px 5px;
  min-width: 100px;
  border: 1px solid #ccc;
}

#add_to_basket_button {
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
}

/* stores */

div.store_list div.column0,
div.store_list div.column1,
div.store_list div.column2 {
  width: 230px;
}

div.store {
  margin: 10px 0 10px 0;
}

.left_column {
  float: left;
  margin-top: 0%;
  position: relative;
  width: 45%;
}

.right_column {
  float: right;
  margin-top: 0%;
  width: 55%;
}

/* pages */

div#page div.column1 {
  width: 500px;
}

div#page div.column2 {
  width: 220px;
}


/* story */

div#story div.column1 {
  width: 500px;
}

div#story div.column2 {
  width: 220px;
}

.mention_caption {
  text-align: center;
  margin-top: 5px;
}

.mention_cell {
  width: 100px;
  margin-left: 20px;
  margin-top: 20px;
}

.mention_image {
  
  text-align: center;
}

.small_mention_image {
  width: 100px;
  height: 100px;
}

ul.page_tab_group {
}

ul.page_tab_group li {
  cursor: pointer;
  margin-bottom: 15px;
}

ul.page_tab_group li img {
  display: block;
}


/* forms */

.indent_form {
/*  margin-top:-10px;*/
  margin-left:240px;
}


/* basket */

table.basket {
  width: 100%;
}

table.basket th {
  text-align: left;
  padding-bottom: 10px;
  padding-right: 20px;
}

table.basket td {
  padding-right: 20px;
  vertical-align: top;
}

table.basket th.last,
table.basket td.last {
  padding-right: 0;
}

table.basket td.numeric,
table.basket th.numeric {
  text-align: right;
}

table.basket img.basket_product {
  float: left;
  margin-right: 20px;
}

table.basket tr.basket_line td {
  padding-bottom: 10px;
}

table.basket tr.basket_total td.label {
  text-transform: uppercase;
  text-align: right;
}

ul.basket_line_actions {
  margin-top: 5px;
}

ul.basket_line_actions li {
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

#wholesale_minumum_warning {
  margin-top: 35px;
  float: left;
  width: 45%;
}

ul.checkout_actions {
  text-align: right;
  margin-top: 30px;
}

ul.checkout_actions li {
  display:inline;
  margin-right: 10px;
}

ul.checkout_actions li.last {
  margin-right: 0;
}

div.basket_section {
  border-top: 1px dotted black;
  margin-top: 20px;
  padding-top: 15px;	
}

div#coupons {
  text-align: right;
}

ul.coupons {
  margin-bottom: 10px;
}

table.order th,
table.order td {
  padding: 0 30px 2px 0;
}

table.order th.last,
table.order td.last {
  padding-right: 0;
}

table.order th {
  text-align: left;
}

table.order th {
  font-weight: normal;
  font-style: italic;
}

/*****************************************************************************/
/*
/*  typography
/*
/*/

.cancelled_price {
	text-decoration: line-through;
}

.highlighted_price {
	color: #992C54;
	font-weight: bold;
}

#share_button {
  float: right;
}

#disqus_thread,
.disqus {
  float: right;
  width: 405px;
}

#disqus_thread {
}