#left_col {
	margin: 10px;
}


h2, h3 {
	font-size: 16px;
	line-height: 20px;
}
h3.small {
	margin-bottom: 2px;
	padding-bottom: 0;
}

.hide {
  position: absolute;
  top: -1000px;
  left: -1000px;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}

a img {
  border: 0;
}

ul, li {
  margin: 0;
  padding: 0;
	list-style-type: none;
}

.clear {
  clear: both;
  width: 0;
  height: 0;
  display: block;
}

form {
  border: none;
  margin: 0;
  padding: 0;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
  display: block;
  float: left;
  width: 150px;
  text-align: right;
  padding: 3px 5px 0 0;
  margin: 5px 0 0 0;
}
label.inline {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
  padding: 3px 5px 3px 5px;
}
input, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 10px;
  border: 1px #fff solid;
  background-color: transparent;
  padding: 2px;
  margin: 5px 0px 1px 0px;
}
input:hover, input:focus, textarea:hover, textarea:focus {
  border: 1px #fff solid;
  background-color: #888;
}
input.button {
  background-color: transparent;
  margin: 10px 0px 1px 100px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
  cursor: pointer;
}
input[type=checkbox], input[type=radio] {
  border-width: 0;
  padding: 0;
  margin: 1px 1px 1px 1px;
  width: 14px;
  height: 14px;
}
input[type=hidden] {
  position: absolute;
  top: -1000px;
  left: -1000px;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}
select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  background-color: #727272;
	border: 1px solid #fff;
	font-weight: bold;
  margin: 5px 0px 1px 0px;
}
input.cart {
	border-width: 0;	background-color: transparent;
  padding: 2px 2px 2px 2px;
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}
span.input_error {
  display: block;
  margin: 4px 0 0 155px;
  color: #f00;
}
span.input_error_noindent {
  display: block;
  margin: 4px 0 0 0;
  color: #f00;
}
span.pseudo_label {
  display: block;
  float: left;
  width: 150px;
  text-align: right;
  padding: 3px 5px 0 0;
  margin: 5px 0 0 0;
}
span.pseudo_input {
  display: block;
  float: left;
  padding: 2px;
  margin: 6px 0px 1px 0px;
}


#categoriesNavigation, #categoriesNavigation ul {
	text-align: center;
	clear: both;
}
#categoriesNavigation ul {
	text-align: center;
	clear: both;
	padding: 0 43px;
	margin: 0;
}
#categoriesNavigation ul li {
	float: left;
	margin: 2px;
	padding: 0;
}
#categoriesNavigation ul li a {
	display: block;
	margin: 0;
	padding: 0;
	height: 97px;
	width: 97px;
	border: 1px solid #fff;
	text-indent: -1000px;
}
#categoriesNavigation ul li a#other {
	background-image: url("../../img/shop_other.gif");
}
#categoriesNavigation ul li.current a#other {
	background-image: url("../../img/shop_other_.gif");
}

#categoriesNavigation ul li a#music {
	background-image: url("../../img/shop_music.gif");
}
#categoriesNavigation ul li.current a#music {
	background-image: url("../../img/shop_music_.gif");
}

#categoriesNavigation ul li a#textiles {
	background-image: url("../../img/shop_textiles.gif");
}
#categoriesNavigation ul li.current a#textiles {
	background-image: url("../../img/shop_textiles_.gif");
}

#categoriesNavigation ul li a#tickets {
	background-image: url("../../img/shop_tickets.gif");
}
#categoriesNavigation ul li.current a#tickets {
	background-image: url("../../img/shop_tickets_.gif");
}

a#cartLink {
	display: block;
	margin: 40px 0 0 45px;
	padding: 0;
	height: 97px;
	width: 97px;
	border: 1px solid #fff;
	text-indent: -1000px;
	background-image: url("../../img/shop_viewcart.gif");
}
a#cartLink.current {
	background-image: url("../../img/shop_viewcart_.gif");
}

div#shopLinks {
	margin: 15px 0 0 45px;
	width: 140px;
}
div#shopLinks a#TCLink {
	display: block;
	padding: 10px 0 0 0;
}
div#shopLinks a#cashPointLink {
	display: block;
	padding: 10px 0 0 0;
}

#artistsNavigation {
  text-transform: uppercase;
	text-align: right;
}
#artistsNavigation input {
  text-transform: uppercase;
  background-color: transparent;
	color: #fff;
	font-weight: bold;
}
#artistsNavigation select, #artistsNavigation select option {
	font-weight: bold;
  text-transform: uppercase;
}


.product_item {
  margin: 5px 0 50px 0;
	padding: 0;
	display: block;
	height: auto;
}
.product_item h3 {
  border-bottom: 1px dashed #fff;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}
.product_item h3 a, .product_item h3 a:hover {
	font-size: 14px;
	text-decoration: none;
}
.product_item .product_image {
  display: block;
  width: 152px;
  float: left;
  margin: 0 10px 0 0;
}
.product_item .product_image a {
  display: block;
	border: 1px solid #fff;
}
.product_item .right {
  margin: 0 0 0 160px;
}
.product_item .product-variations {
  margin: 4px 0 4px 0;
}

input.amount {
  text-align: center;
}



#productDetails img {
	border: 1px solid #fff;
}

#productDetails input.cart {
	display: block;
	float: right;
}

input#postOrder {
	float: right;
	margin: 15px 0 15px 0;
}

dl#orderParticulars dt {
	float: left;
	width: 100px;
}

#cart-table {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  width: 380px;
  font-size: 10px;
}
#cart-table-small {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  width: 290px;
  font-size: 10px;
}
#cart-table th, #cart-table-small th {
  text-align: left;
}
#cart-table .foot th, #cart-table .foot td, #cart-table-small .foot th, #cart-table-small .foot td {
  padding-top: 6px;
}

ul#cartOptions li {
	padding-top: 7px;
}

td.right, th.right {
  text-align: right !important;
}
td.bold {
  font-weight: bold;
}
