/* =============================================================================
I Am Five - Global
============================================================================= */

html, body {height: 100%;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	text-decoration: none;
}

body {
  font: normal 12px/17px Arial, Helvetica, sans-serif;
  text-align: center;
  padding-bottom: 0;
}

ul,li {list-style-type: none;}
a {outline: none; text-decoration: none;}
a:hover {text-decoration: none; cursor: pointer;}
a span, button span, ul span, ul#text-resize span, h2 span, h3 span, h4 span, #box_office_number span, #footer span {display: none;}

input, textarea, p, label, li {
  font: normal 12px/17px Arial, Helvetica, sans-serif;
  color: #6D6F71;
  margin: 0;
  padding: 0;
}

button {
  display: block;
  cursor: pointer;
}

div.clear {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  position: relative;
  clear: both;
}

.body {
  margin: 0 auto;
  text-align: left;
  width: 942px;
  padding-top: 34px;
  color: #6D6F71;
}
.body_popup {
  width: auto;
}

/* Top Basket
============================================================================= */

#header {
  padding: 45px 0 71px 684px;
  height: 38px;
}

#header div, #header div a {
  display: block;
  height: 38px;
  width: 55px;
  background: url(/img/misc/basket.gif) 0 0 no-repeat;
  text-indent: -10000em;
}
#header div a:hover {
  background-position: 0 -38px;
}
#header div a.basket_on, #header div a.basket_on:hover {background-position: 0 -76px;}

/* Collections
============================================================================= */

#collections {
  width: 111px;
  float: left;
  padding-top: 10px;
}

#collections ul {
  padding: 6px 0 0 2px;
}

#collections li {
  color: #6D6F71;
  font: 12px/18px Arial, Sans-Serif;
}

#collections a {color: #AAAAAA;}
#collections a:hover {color: #6D6F71;}

#collections li.info_option {padding-top: 10px;}

/* Products
============================================================================= */

#products {
  width: 525px;
  float: left;
  padding-top: 14px;
}

#products ul {
  height: 202px;
}

#products li {
  float: left;
  display: block;
  width: 170px;
  height: 180px;
  padding-left: 5px;
}

#products a {
  display: block;
  width: 160px;
  height: 180px;
}

/* Product
============================================================================= */

#product {
  float: left;
  padding: 2px 0 0 26px;
  font: 11px/13px Arial, Sans-Serif;
}

#product img {
  display: block;
  padding: 0 0 0 0;
  margin: 0;
}

#product p {
  font: 11px/13px Arial, Sans-Serif;
  padding: 0 0 18px 12px;
}
#product p strong {display: block; color: #6D6F71; font-size: 11px; font-family: Arial;}

#product .texts {height: 42px;}
#product .texts p {float: left;}
#product .texts span {float: right; display: block; width: 76px;}
#product .texts span a {color: #6D6F71;}
#product .texts span a:hover {color: #AAAAAA;}

#product .sizes {height: 30px; clear: both;}
#product .sizes p {float: left;}
#product .sizes p strong {display: block; font-weight: normal; padding: 0;}
#product .sizes p em {display: block; font-style: normal; color: #AAAAAA;}
#product .sizes p em a {cursor: pointer; color: #AAAAAA;}
#product .sizes p em a.size_on {color: #6D6F71;}


#product .sizes form, #product .sold_out {
  float: right;
  width: 92px;
  height: 11px;
  line-height: 11px;
  padding-top: 14px;
}
#product .sold_out {padding-top: 15px; color: #AAAAAA;}

#product .sizes form span {
  background: url(/img/misc/tick.gif) right top no-repeat;
  float: left;
  display: block;
  padding: 0 17px 0 0;
  width: 25px;
  text-align: right;
  height: 11px;
  line-height: 8px;
  padding-top: 1px;
}

#product .sizes button {
  color: #6D6F71;
  border: 0;
  cursor: pointer;
  background: #FFFFFF;
  font: bold 11px/13px Arial, Sans-Serif;
  float: right;
  margin: 12px 8px 0 0;
  padding: 0;
  width: 30px;
  overflow: hidden;
  display: block;
  background: url(/img/misc/add.jpg) 0 0 no-repeat;
  text-indent: -10000em;
  height: 11px;
  line-height: 8px;
  padding-top: 0;
  margin-top: 1px;
}

/* Basket
============================================================================= */

#basket {
  padding: 20px 0 0 73px;
}

#basket table {
  font: 11px/12px Tahoma, Arial, Sans-Serif;
}

#basket tr.head_row td {width: 5px; font-size: 1px; line-height: 1px; height: 1px; padding: 0;}
#basket tr.head_row td.remove {width: 40px;}
#basket tr.head_row th, #basket tr th#total_row {
  height: 14px;
  background: #BCBEC0;
  color: #FFFFFF;
  padding: 0 9px 0 11px;
  border: 0;
  margin: 0;
  overflow: hidden;
  font-weight: normal;
  vertical-align: top;
  line-height: 13px;
}
#basket tr.head_row th.item {width: 142px;}
#basket tr.head_row th.size {width: 58px;}
#basket tr.head_row th.quantity {width: 59px;}
#basket tr.head_row th.price {width: 141px;}
#basket tr th#total_row {background: #9E9E9E;}

#basket td.spacer {
  height: 8px;
  font-size: 6px;
  line-height: 6px;
}
#basket td.price_spacer {height: 10px;}

#basket td {
  padding-left: 11px;
  line-height: 15px;
}
#basket td.remove_cross {width: 40px;}
#basket td.remove {font-size: 1px; line-height: 1px; height: 1px; padding: 0;}
#basket td#basket_total {color: #6D6F71; font-weight: bold; color: #6D6F71; font-size: 11px; font-family: Arial;}

#basket td form {
  display: block;
  padding-top: 2px;
  margin: 0;
}
#basket td form button {
  background: url(/img/misc/remove.gif) 0 0 no-repeat;
  height: 8px;
  font-size: 8px;
  line-height: 8px;
  border: 0;
  text-indent: -10000em;
  width: 8px;
}

#basket td a {color: #6D6F71;}
#basket td a:hover {color: #AAAAAA;}

/* Basket Buttons
============================================================================= */

#button_row {
  padding: 13px 0 0 397px;
  height: 20px;
}

#button_row #buy_button {
  display: block;
  float: left;
  margin-right: 12px;
  color: #6D6F71;
  font-weight: bold;
  font-size: 11px;
}

#button_row #cont_button {
  display: block;
  float: left;
  color: #D0D0D1;
  font-weight: bold;
  font-size: 11px;
}