﻿/* The Core Technique
================================= */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 Tahoma, Verdana, sans-serif;
  background-color:#D4D4D4;
  text-align: center; 
  min-width: 760px;
}

#wrapper {
  width: 940px; 
  margin: 0 auto; 
  text-align: left; 
  background-color: #fff;
}

#branding {
  height:210px;
  background-color:#fff;
}

#branding h1 {
	height: 142px;
	text-indent: -5000px;
	background: #fff url(../images/header.jpg) no-repeat top left;
}

#topnav {
	background-color: #badafa;
	font-size: 1.0em;
	height: 25px;
}

#search-box {
	width: 235px;
	float: right;
	margin-top: -38px;
	font-size: 0.8em;
	color: #fff;
}

#search-form p {
	float: left;
	margin-left: 10px;
}

#search-box .search-field {
	height: 15px;
	font-size: 12px;
}

#search-box .search-button {
	background-color: #badafa;
	color: #295175;
	font-size: 0.9em;
	padding: 2px;
	border: 1px solid #fff;
}

#breadcrumb-holder {
	border-bottom: 1px solid #BEBEBE;
}

#breadcrumbs {
	padding-top: 12px;
	padding-bottom: 3px;
	color: #274C6F;
	width: 500px;
}

#breadcrumbs ul {
	list-style: none;
}

#breadcrumbs li {
	display: inline;
	margin-left: 10px;
	font-size: 0.9em;
}

#breadcrumbs li a {
	text-decoration: none;
	color: #274C6F;
}

#breadcrumbs li a:hover {
	text-decoration: underline;
	color: #295175;
}

#basket-summary {
	float: right;
	width: 440px;
	padding-top: 14px;
	padding-bottom: 3px;
	text-align: right;
}

#basket-summary p {
	font-size: 0.9em;
	color: #274C6F;
	margin-right: 30px;
}

#basket-summary a { 
	color: #274C6F;
	text-decoration: none;
}

#basket-summary a:hover {
		color: #ff0000;
		text-decoration: underline;
}

#content { 
  width: 850px;
  margin: 0 auto; 
}

#mainNav { 
  width: 180px; 
  float: left; 
	background-color: #fff;
}

#mainNav ul {
	list-style: none;
	margin-left: 10px;
}

#mainNav li {
	width: 130px;
	font-size: 1.1em;
	background-color: #fff;
	border-bottom: 1px dashed #295175;
	margin-bottom: 3px;
	padding-left: 4px;
}

#mainNav li a {
	text-decoration: none;
	color: #295175;
}

#mainNav li a:hover {
	text-decoration: underline;
}

#mainNav .mainNav_heading {
	background-color: #295175;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px;
}

#mainNav .parentcategory {
	background-color: #BADAFA;
	font-weight: normal;
	padding: 2px;
}

#mainNav .childcategory {
	background-color: #EFF1F6;
	font-weight: normal;
	padding: 2px;
}

#mainNav #help_box {
	border: 1px solid #badafa;
	margin-left: 10px;
	margin-top: 10px;
	width: 150px;
}

#mainNav #help_box h2 {
		background-color: #badafa;
		padding: 2px;
		color: #295175;
		font-size: 1.2em;
}

#main-picture {
	width: 545px;
	float: left;
	border: 4px solid #badafa;
}

#main-picture img {
	border: 0;
	margin-bottom: -4px;
}

#offer-of-the-week {
	width: 240px;
	height: 246px;
	float: right;
	padding: 5px;
	background-color: #badafa;
	margin-right: 5px;
	font-size: 0.9em;
}

#offer-of-the-week h2 {
	color: #295175;
}

#offer-of-the-week p, #offer-of-the-week li {
	font-size: 1.2em;
}

#offer-of-the-week ul {
	margin-left: 15px;
}

#offer-of-the-week .price {
	font-size: 1.5em;
	background-color: #295175;
	padding: 4px;
	color: #fff;
}

#intro-text {
	width: 100%;
	float: right;
	padding: 5px;
	margin-right: 5px;
	margin-top: 15px;
}

#content p {
	font-size: 1.2em;
	width: 90%;
	line-height: 1.7em;
	color: #295175;
}

#content .catdescription {
	margin-bottom: 25px;
	margin-top: 10px;
}

#content h1 {
	width: 90%;
	font-size: 1.5em;
	font-weight: bold;
	background-color: #BADAFA;
	color: #295175;
	border-bottom: 1px dashed #295175;
	padding: 3px;
}

.featured-product {
	width: 250px;
	height: 210px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #badafa;
	float: left;
	position: relative;
}

.featured-image {
	clear: right;
	width: 200px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}

.featured-image img {
	border: 0;
}

.featured-description {
	padding-top: 4px;
	width: 220px;
	text-align: center;
	margin: 0 auto;
}

.featured-description p {
	margin-bottom: 5px;
}

.featured-price {
	width: 220px;
	border: 1px solid #295175;
	background-color: #badafa;
	color: #295175;
	width: 238px;
	height: 1.2em;
	font-weight: bold;
	padding: 5px;
	clear: both;
	text-align: center;
	position: absolute;
	bottom: 60px;
}

.featured-price p {
	margin-top: -3px;
	font-size: 1.1em;
}

.featured-view {
	clear: both;
	text-align: center;
	position: absolute;
	bottom: 32px;
}

.featured-product h3 {
	background-color: #295175;
	font-size: 1.1em;
	padding: 4px;
	text-align: center;
	margin-top: 5px;
	position: absolute;
	bottom: 5px;
	width: 242px;
}

.featured-product h3 a {
	color: #fff;
}

/* Related Products */

.related-product {
	width: 250px;
	height: 210px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #badafa;
	float: left;
	position: relative;
}

.related-image {
	clear: right;
	width: 200px;
	height: 130px;
	margin: 0 auto;
	text-align: center;
}

.related-image img {
	border: 0;
}

.related-description {
	padding-top: 4px;
	width: 220px;
	text-align: center;
	margin: 0 auto;
}

.related-description p {
	margin-bottom: 5px;
}

.related-price {
	width: 220px;
	border: 1px solid #295175;
	background-color: #badafa;
	color: #295175;
	width: 238px;
	height: 1.2em;
	font-weight: bold;
	padding: 5px;
	clear: both;
	text-align: center;
	position: absolute;
	bottom: 60px;
}

.related-price p {
	margin-top: -3px;
	font-size: 1.1em;
}

.related-view {
	clear: both;
	text-align: center;
	position: absolute;
	bottom: 32px;
}

.related-product h3 {
	background-color: #295175;
	font-size: 1.1em;
	padding: 4px;
	text-align: center;
	margin-top: 5px;
	position: absolute;
	bottom: 5px;
	width: 242px;
}

.related-product h3 a {
	color: #fff;
}

.clearance-product {
	width: 250px;
	height: 205px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #A61212;
	float: left;
	position: relative;
}

.clearance-image {
	width: 150px;
	height: 100px;
	margin: 0 auto;
}

.clearance-image img {
	border: 0;
}

.clearance-description {
	padding-top: 4px;
	text-align: center;
}

.clearance-description p {
	margin-bottom: 5px;
}

.clearance-price {
	width: 238px;
	border: 1px solid #A61212;
	background-color: #F9CFCF;
	color: #fff;
	height: 1.2em;
	font-weight: bold;
	padding: 5px;
	float: right;
	position: absolute;
	bottom: 60px;
}

.clearance-price p {
	margin-top: -3px;
	font-size: 1.1em;
}

.clearance-view {
	clear: both;
	text-align: center;
	position: absolute;
	bottom: 35px;
}

.clearance-product h3 {
	background-color: #A61212;
	font-size: 1.1em;
	padding: 4px;
	text-align: center;
	margin-top: 5px;
	width: 242px;
	position: absolute;
	bottom: 5px;
}

.clearance-product h3 a {
	color: #fff;
}

.second-address {
		width: 250px;
		float: right;
		margin-right: 350px;
}

#footer { 
  clear: both;
  background-color: #fff;
  border-top: 1px solid #295175;
  padding: 5px;
  margin-top: 15px;
} 

#footer p {
	font-size: 1.0em;
	color: #7b7b7b;
}

#footer ul {
	list-style: none;
	float:right;
	margin-top: -16px;
	font-size: 0.9em;
}

#footer li {
	display: inline;
	margin-right: 15px;
}

#footer a {
	color: #7b7b7b;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* General Typography */

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 1.4em;
}

.clear {
	clear: both;
}

.homepage {
	font-size: 1.2em;
}
.not-available {
	font-weight:normal;
	font-size: 0.9em;
}

/* Form Styling */
.clear {
  clear: both;
}

#content form {
  font-size: 1.4em;
}


/* fieldset styling */
#content fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#content legend {
	font-weight: bold;
	color: #000000;
}

#content form p {
  	position: relative;
	width: 100%;
	font-size: 0.85em;
}

/* style for  labels */
#content label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#content input {
  width: 200px;
}

#content  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content input.radio, #content input.checkbox, #content input.submit {
  width: auto;
}

/* style form elements on focus */
#content  input:focus, textarea:focus {
	background: #ffc;
}

#content  input.radio {
    float: left;
	margin-right: 1em;
}

#content  textarea {
	width: 300px;
	height: 100px;
}

#baskettable input {
		width: auto;
}

/* Contact form validation */

#comments_form label.error {
	 background-color: #D7D4F7;
	 width: 200px;
}

.error_message {
	  color: #000;
	  font-weight: bold;
}


/* Gallery styles */

.gallery-listing {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #eaeaea;
}

.gallery-listing h2 {
	font-size: 1.7em;
}

.range {
	width: 175px;
	float: left;
	margin-left: 20px;
	text-align: center;
}
.thumbnails {
	width:175px;
	float:left;
	margin:15px;
	height: 175px;
	overflow: hidden;
}

.thumbnails img {
	border: 0;
}
/* Jquery Autocomplete styling */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
#intro-text h3 {
	font-size: 1.5em;
}

#introduction-text {
	width: 800px;
	float: left;
}
#footer_social { 
	width: 220px;
	float: right;
	margin-right: 40px;
	margin-top: 15px;
}
#footer_newsletter {
	margin-right: 85px;
	margin-left: 0px;
	float: left;
	width: 485px;
	border: 1px solid #BADAFA;
	padding: 5px;
}
#footer_newsletter_inner {
	background-color: #295175;
	padding: 7px;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
}
#newsletter_invite {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}
#footertop_wrapper {
	width: 850px;
	margin: 0 auto;
	height: 60px;
}
