a
{
	text-decoration: none;
	color: #009ec4;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
}

a img
{
	border: none;
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #24201f;
	background-color: black;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
}

p
{
	text-align: left;
	line-height: 1.5em;
}

h1, h2, h3
{
	margin: 0px 0px 0.5em 0px;
	text-transform: capitalize;
	font-weight: normal;
	padding: 0px;
}

h1
{
	font-size-adjust: 200%;
}

table, tbody, thead, tfoot
{
	margin: 0px;
	padding: 0px;
}

td, th
{
	border: none;
	vertical-align: top;
}

td img, th img
{
	vertical-align: middle;
}

th
{
	text-transform: lowercase;
	color: #9a9a9a;
	padding-right: 2ex;
}

tbody th
{
	text-align: right;
}

thead th
{
	text-align: left;
}

input
{
	text-transform: lowercase;
}

#page
{
	margin-left: auto;
	margin-right: auto;
	width: 945px;
	height: 700px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url('media/background.jpg');
	background-repeat: no-repeat;
}

#nav-area
{
	position: absolute;
	padding-top: 333px;
	width: 250px;
	height: 210px;	
}

#user-block
{
	position: absolute;
	padding-left: 476px;
	top: 74px;
}

#user-content
{
	width: 324px;
	padding: 0px;
	overflow: hidden;
}

#user-content p
{
	text-align: right;
}

#frame
{
	padding-top: 167px; 
	padding-left: 476px;
	
}

#left-bar
{
	position: absolute;
	padding-top: 191px; 
	padding-left: 160px;
	z-index: 10;
}

#left-bar-content
{
	height: 200px;
	width: 96px;
	overflow: hidden;
	text-align: right;
	padding-right: 4px;
}

#content-top
{
	height: 20px;
	width: 308px;
	padding: 2px;
}

#content
{
	width: 298px;
	height: 316px;
	padding: 13px;
	overflow-x: hidden;
	overflow-y: auto;
}

#content-bottom
{
	padding: 6px 2px 2px 2px;
	width: 318px;
}

.page-online #frame
{
	padding-left: 264px;
}

.page-online #content
{
	width: 510px;
}

.page-online#page
{
	background-image: url('media/background-wide.jpg');
}

.page-online #content-top
{
	width: 536px;
}

.page-online #content-bottom
{
	width: 536px;
}

ul.categories > li, ul.subcategories > li, .menu > li
{
	list-style-type: circle;
	list-style-position: inside;
	color: #9a9a9a;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-transform: lowercase;
}

.menu li
{
	float: right;
}

ul.subcategories li
{
	float: left;
}

ul.categories, ul.subcategories, ul.menu
{
	margin: 0px;
	padding: 0px;
}

ul.categories li
{
	font-size: 11pt;
	margin-bottom: 1em;
}

ul.categories-main
{
	margin: 0px;
	padding: 0px;
}

ul.categories-main > li
{
	float: none;
	list-style-type: none;
	margin-bottom: 1em;
}

li.active a
{
	/* color: #f5bde1; */
	color: black;
}

#product-shot, #product-details
{
	float: left;
	margin-left: 2ex;
}

ul#catalogue
{
	margin: 0px;
	padding: 0px;
}

#catalogue li
{
	list-style-type: none;
	margin: 0px 4px 8px 4px;
	padding: 4px;
	float: left;
	width: 88px;
	height: 144px;
	text-transform: lowercase;
	text-align: center;
	border: dashed #eaeaea 1px;
}

#catalogue img
{
	
	max-width: 80px;
	max-height: 110px;
}

#catalogue .caption
{
	text-align: center;
	line-height: 1em;
	text-transform: none;
}

#previous, #next
{
	height: 100%; 
	width: 33px; 
	text-align:center;
	background-color: #cacaca;
}

#previous
{
	float: left; 
}

#previous div, #next div
{
	margin-top: 145px;
	font-size: 20px;
	font-weight: bold;
	color: white;
}

#previous a, #next a
{
	text-decoration: none;
}

#next
{
	float: right;
}

#basket
{
	float: right;	
}

#basket img
{
	vertical-align: middle;
}

input.quantity
{
	width: 5ex;
}

.currency
{
	text-align: right;
}

thead tr
{
	border: 1px #eaeaea dashed;
}

tfoot tr
{
	border-top: thin #eaeaea dashed;
}

tr.odd
{
	background-color: #f0f0f0;
}

.photo img
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px #eaeaea dashed;
	padding: 2px;
}
