/* @group colors & background */

body {
  background-color: #224457;
  color: 2e3134;
}

a {
  color: #285067;
}

a:hover {
  color: #b40c02;
}

h1 {
  color: #285067;
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 14px;
}

#right h3 {
  color: #285067;
  font-size: 14px;
  margin-bottom: 10px;
  text-decoration: underline;
}

#header {
  background: #46a2c4 url(header.jpg) no-repeat center;
  border-bottom: 1px solid white;
}

.shop_title a {
  color: white;
}

#footer, #footer a {
  color: #9e9e9e;
  font-size: 11px;
}

/* @end */

/* @group layout */

#header {
}

#content {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
}

#footer {
  padding-top: 20px;
  background: url(footer.gif) repeat-x;
  height: 100px;
}

/* @end */

/* @group standards */

a {
  font-weight: normal;
  font-style: normal;
}

small { font-size: 11px; color: grey;}
table td { vertical-align: top; }
table th { text-align: left; }
form { display: inline; }



/* @end */

/* @group header */

#header {
  padding-top: 70px;
}

.shop_title a {
  position: absolute; top: 20px; font-size: 24px;
  text-decoration: none;
}

/* @end */

/* @group navigation */

#navigation {
	width: 960px;
	height: 31px;
	float: right;
  margin-right: 20px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	text-align: center;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: #ffffff;
	line-height: 16px;
	text-decoration: none;
	text-align: center;
	background: #285067 none repeat-x center top;
	margin-left: 8px;
	padding: 8px 24px 7px;
	float: right;
}

#navigation ul li.current a:link, #navigation ul li.current a:visited {
	color: #272a2d;
	font-weight: bold;
	text-decoration: none;
	background: #fff repeat-x center top;
}

#navigation ul li a:hover {
	color: #272a2d;
	background: #ffffff none repeat-x center top;
}


/* @end */

/* @group top-bar */

#bar {
  clear: both;
  background: url(bar.gif) repeat-x;
  padding-top: 10px;
  height: 30px;
}

#bar a {
  position: relative;
  top: 1px;
}

#searchForm {
  text-align: right;
  float: right;
}

.searchfield { width:  240px;}

/* @end */

/* @group collection */

.collection_product { width: 330px; padding: 10px; }
.collection_product img { width: 64px; float: left; margin-right: 10px; }

ul.collectionPaginator { margin:0; margin-bottom: 20px; padding:0; list-style-type: none; display: block;}
ul.collectionPaginator li { margin: 0; margin-right:10px; display: inline; }
ul.collectionPaginator li.currentPage  { font-weight: bold; }

.paginator { 
  padding: 4px;
}

.paginator a, .paginator span {
  border: 1px solid #dcdcdc;
  padding: 4px 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}


/* @end */

/* @group product */
#product_price{
	font-size: 22px;
}

.product_big_image_block { width: 300px; margin-bottom: 10px; text-align: center; }
.product_small_image_block { width: 150px; float: left; text-align: center; }

#product_data, #product_form { margin-top: 30px;}
#product_data th  {	width: 100px; }



/* @end */

/* @group extras */

.button {
  padding: 3px 5px;
  border: 2px solid #d0d0d0;
  background-color: #e5eaed;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.button-small {
  padding: 3px 5px;
  border: 1px solid #d0d0d0;
  background-color: #e5eaed;
  font-size: 11px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.align_left { text-align: left; }
.align_right { text-align: right; }

/* @end */
