@CHARSET "UTF-8";
/* HTML Elements */
body {
	margin: 0px;
	padding: 0px;
	background-color: rgb(71,71,71);
/*	
	background-repeat: repeat-y;
	background-position: center;
	background-size: 100%;*/
}

footer {
	margin-top: 50px;
	margin-bottom: 50px;
	color: white;
}

p {
	margin: 0px;
}

ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

li {
	display: inline;
	list-style-type: none;
}


li.horizontal {
	margin-left: 20px;
	margin-right: 20px;
}

table {
	width: 100%;
	margin: 20px;
}

th td {
	padding: 10px;
}

td.stockists {
	padding: 15px 50px;
}

/* Divs for layout */
#main {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1200px;
}

#top {
	display: block;
	clear: both;
	overflow: auto; 
	height: auto;
	border: 2px solid;
	border-color: black;	
	background-color: blue;
	
	/* -moz-box-shadow: -5px -5px 2px #888;
	-webkit-box-shadow: -5px -5px 2px #888;
	box-shadow: -5px -5px 2px #888; */
}

#top_left {
	float: left;
	clear: left;
	display: inline;	
	width: 295px;
	min-height: 86px;
	background-repeat: no-repeat;
	background-position: center;
}

#top_right {
	clear: right;
	display: table-cell;	
	margin-top: 10px;
	padding-top: 10px;
}

#top_bottom {
	display: block;
	clear: both;
	background-repeat: no-repeat;
	background-position: center;
	height: 32px;	
}

#center {
	display: block;
	overflow: auto;
	height: auto;	
	background-color: yellow;
	
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: black;
}

#center_left {
	float: left;
	clear: left;
	display: inline;	
	width: 306px;
	overflow: hidden;
	background-color: rgb(71,71,71);
}

#center_left_search {
	display: block;
	height: 42px;
	margin: 0px;
	
	border-left: 2px;
	border-bottom: 2px;
	border-style: solid;
	
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

#center_left_search_form {
	display: block;
	padding: 5px 00px 20px 30px;
}

#search_field {
	width: 200px;
}

#search_buton {
	float: right;
}

#center_left_products_wrapper {
	width: 306px;/* to hide the scrollbar in firefox */
	overflow: hidden;
	display: block;	
}

#center_left_products {
	display: block;
	height: 800px;
	width: 326px;/* 20 px wider than it needs to be. gets fixed by the wrapper above */
	overflow: auto;
}

#center_right {
	float: right;
	clear: none;
	display: inline;
	
	width: 890px;	
	height: 842px;/* to match the list of products */
	overflow: auto;
	height: auto;
}

#center_right_pricing {
/* 	float: left;
	width: 432px;
	height: 187px;
	margin-left: 0px;
	background-repeat: no-repeat; */
}

#center_right_actions {
/*	float: left; 
	clear: left;
	width: 432px;
	height: 102px;
	margin-left: 0px;
	background-repeat: no-repeat;
	*/
	height: 42px;
	background-color: white;	
}

#center_right_photo_thumbnails {
	clear: right;
	float: right;
}

#center_right_description_top {
	display: block;
	clear: left;
	width: 432px;
	height: 16px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center;	
}

#center_right_description {
	display: block;
	clear: left;	
	width: 432px;
	height: auto;
	margin-left: 0px;	
	background-repeat: repeat-y;
	background-position: center;	
}

#center_right_description_bottom {
	display: block;
	clear: left;
	width: 432px;
	height: 32px;
	margin-left: 0px;	
	background-repeat: no-repeat;
	background-position: center;	
}

/* Generic */
.content {
	padding: 15px;
}

.bold {
	font-weight: bold;
}

.center_wrap {
	display: table-cell;
	vertical-align: middle;	
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	display: block;
	margin: auto;	
	text-align: center;
}

div.center_vertical_text {
  border: none;
  height: 10em;
  min-height: 10em;
  display: table-cell;
  vertical-align: middle;
}

div.photo_container {
	width: 462px;
	height: 403px;
}


div.photo_thumb_single {
	display: inline;
	margin: 15px 20px;
}


div.container {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

	width: 375px;

	border:2px solid;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

div.flat_top {
	border-top: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;	
}

div.top {
	margin-top: 0px;
}

div.child {
	width: 306px;
	height: 86px;
	
	display: inline-block;
	
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	
	border:2px solid;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

div.child_not_selected {
	background-color: white;
}

div.flat_right {
	border-right: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;		
}

div.border_right {
	border-right: 2px solid black;	
}

.child_top {
	display: inline-block;
	padding: 15px 30px 0px 45px;
	font-size: 12px;
}

.description {
	display: block;
	clear: both;
	padding: 10px 20px 0px 45px;
}

.text_large {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.text_medium {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 18px;	
}

.text_small {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

.text_smaller {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 12px;	
}


.colour_background_counterpart {
	color: white;
}

/* Links */
ul.category {
	display: inline;
	list-style-type: none;
}

li.category {
	float: left;
	list-style-type: none;
	margin-top: 10px;	
}

a.blank:link {
	color: black;	
	text-decoration: none;
}
a.blank:visited {
	color: black;
	text-decoration: none;	
}
a.blank:hover {
	color: black;	
	text-decoration: none;
}
a.blank:active {
	color: black;	
	text-decoration: none;
}

/* Footer links */
a.footer:link {
	color: white;	
	text-decoration: none;
}
a.footer:visited {
	color: white;
	text-decoration: none;	
}
a.footer:hover {
	color: white;	
	text-decoration: none;
}
a.footer:active {
	color: white;	
	text-decoration: none;
}

.category a:link {
	color: yellow;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	text-decoration: none;
	
} /* unvisited link */

.category a:visited {
	color: yellow;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	text-decoration: none;
	
} /* visited link */

.category a:hover {
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	text-decoration: none;	
	color: yellow;
} /* mouse over link */

.category a:active {
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	text-decoration: none;	
	color: white;
} /* selected link */

span.category {
	color: black;
	display: inline;
}