/*------------------------------------------------------------------
[Master Stylesheet : screen.css]

Project:      Home Needs
Version:      1.0
Last change:  02/05/09
Assigned to:  Madhavi Rajan-Velichety
Primary use:  http://www.homeneeds.co.uk

[Table of contents]

01. Meyer's Reset
02. Typography
03. Layout
04. Header
05. Navigation
06. Content
07. Footer

/*------------------------------------------------------------------
[01. Meyer's Reset]
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/*------------------------------------------------------------------
[02. Typography]
*/
body { font: 75%/1.5 Arial, sans-serif; color: #000; background: #000; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #000; }
h1 { font-size: 2em; line-height: 1; margin-bottom: .75em; letter-spacing: .1em; }
h2 { font-size: 1.5em; margin-bottom: .75em; }
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }
p { margin: 0 0 1.5em; }
p img { float: left; margin: 1.5em 1.5em 1.5em 0; padding:0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
a:focus, a:hover { color: #000; text-decoration: none; }
a { color:#000; text-decoration: underline; }
blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr, acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color:#666; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
code { background: #f5f5f5; display: block; }

/* Lists */
li ul, li ol { margin: 0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left :1.5em; }

/* Tables */
table { margin-bottom: 1.4em; width: 100%; }
th { font-weight: bold; background: #e6e6e6; border-top: 1px solid #ddd; }
th, td { padding: 8px 10px 9px 5px; border-bottom: 1px solid #ddd; }
tfoot { font-style: italic; }
caption { background: #f5f5f5; border-top: 1px solid #ddd; }
tr.even td { background: #eee; }

/* Extras */
.small { font-size: .9em; line-height: 1.65em; margin-bottom: 1.65em; }
.large { font-size: 1.2em; margin-bottom: 1.25em; }
.quiet { color: #666; }
.loud { color: #000; }
.highlight { background: #ff0; }
.added { background: #060; color: #fff; }
.removed { background: #900; color: #fff; }
.first { margin-left: 0; padding-left: 0; }
.last { margin-right: 0; padding-right: 0; }
.top { margin-top: 0; padding-top: 0; }
.block { display: block; }
.bottom { margin-bottom: 0; padding-bottom: 0; }
.fail, .notice, .success { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.fail p, .notice p, .success p { margin: 0; }
.fail { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.fail a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; }
.hide { position: absolute; left: -9000px; top:0; z-index:20; font-size: 1em; }

/*------------------------------------------------------------------
[03. Layout]
*/
body {
  text-align: center;
  min-width: 960px;
}
.container {
  width: 900px;
  margin: 5px auto;
  text-align: left;
  position: relative;
  background: #fff;
  padding: 4px;
}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix  { display: inline-block; }
* html .clearfix  { height:1%; }
.clearfix  { display: block; }
.clear { clear: both; }

/* Home Layout */
#content {
  width: 620px;
  margin: 1.5em auto; 
}
div.home #main {
  float: left;
  width: 460px;
}
div.home #sidebar {
  float: right;
  width: 147px;
  margin-left: 11px;
}

/* Category Layout */
div.category #content {
  width: 866px;
}
div.category #main {
  float: left;
  width: 134px;
}
div.category #sidebar {
  float: right;
  width: 697px;
}

/* Product Layout */
div.product #content {
  width: 460px;
  margin-top: .5em;
}
div.product #main {
  float: left;
  width: 300px;
}
div.product #sidebar {
  float: right;
  width: 137px;
}


#footer {
  clear: both;
}

/*------------------------------------------------------------------
[04. Header]
*/
#header {
  background: #fff url(/ekmps/shops/velichety/resources/Design/bg-header.jpg) no-repeat right 0;
  height: 80px;
  position: relative;
}
#logo {
  position: relative;
  top: 10px;
  left: 10px
}

/* Cart */
#cart {
  position: absolute;
  top: 3px;
  right: 8px;
}
#cart ul {
  list-style: none;
  margin: 0;
}
#cart li {
  display: inline;
}
#cart a {
  text-decoration: underline;
  font-size: 95%;
  font-weight: bold;
  margin: 0 2px;
}
#cart a:hover {
  text-decoration: none;
}

/* Search */
#search-form {
  position: absolute;
  top: 30px;
  right: 8px;
}
#search-form label {
  font-weight: bold;
}
#search-button {
  position: relative;
  top: 2px;
  height: 17px;
  width: 17px;
}

/* Contact info */
#contact-info {
  position: absolute;
  top: 58px;
  right: 8px;
}
#contact-info p {
  font-size: 95%;
  font-weight: bold;
}

/*------------------------------------------------------------------
[05. Navigation]
*/
#navigation ul {
  list-style: none;
  background: #E87765;
  margin: 0;
  height: 2.2em;
  line-height: 2.2em;
  padding: 0 4px;
}
#navigation li {
  display: inline;
}
#navigation a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 80%;
  margin: 0;
}
#navigation a:hover {
  text-decoration: underline;
}

/* Breadcrumbs */
#breadcrumbs ul {
  list-style: none;
  margin: 0;
  height: 2.2em;
  line-height: 2.2em;
  padding: 0 4px;
}
#breadcrumbs li {
  display: inline;
}

/*------------------------------------------------------------------
[06. Content]
*/
/* Content Generic Styles */
#main a, #sidebar a {
  color: #1383BA;
  text-decoration: none;
}
#main a:hover, #sidebar a:hover {
  color: #B5B5B5;
}

/* Content Home Styles */
#main .banner {
  margin-bottom: 1em;
}
#main .banner img,
#twitter_div {
  float: left;
}
#main .banner img {
  border-right: 1px solid #ddd;
  padding-right: 11px;
}
#main .banner p {
  margin: 0;
}
#twitter_div {
  color: #1383BA;
  font-style: italic;
  display: block;
  height: 213px;
  width: 116px;
  margin: 0 0 0 11px;
  padding: 6px 10px;
  background: #DBE5E2 url(/ekmps/shops/velichety/resources/Design/bg-twitter.png) no-repeat 0 100%;
}
#twitter_div  ul {
  list-style: none;
  margin: 0;
}
#twitter_div p {
  display: block;
  width: 100%;
  clear: both;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: 90%;
}
.promos {
  list-style: none;
  margin: 0;
}
.promos li {
  width: 200px;
  display: inline;
  float: left;
  text-align: center;
  margin-bottom: 2em;
}
.promos span {
  display: block;
}
.promo-title {
  color: #FF2700;
  text-transform: uppercase;
  font-weight: bold;
}
#free-delivery {
  margin-top: 22px;
}
div.home #sidebar {
  text-align: right;
  border-left: 1px solid #ddd;
}
div.home #sidebar ul {
  list-style: none;
  margin: 0;
}
div.home #sidebar img{
  width: 136px;
}

/* Content Category Styles */
div.category h2 {
  color: #1383BA;
  font-family: 'HelveticaNeue-Light',Arial,sans-serif;
  font-size: 19px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 21px;
  margin: 0;
  padding-bottom: 1em;
}
div.category #sidebar  {
  margin-left: 14px;
  border-left: 1px solid #ddd;
  padding-left: 20px;
}
div.category #sidebar ul {
  list-style: none;
  margin: 2em 0;
}
div.category #sidebar li {
  display: inline;
  float: left;
  text-align: center;
  display: block;
  margin: 0 28px 20px 0;
  height: 210px;
  cursor: pointer;
}
div.category #sidebar li .product-wrapper {
  text-align: center;
  float: left;
}
div.category #sidebar li .product-image {
  float: left;
  text-align: center;
  padding: 0 0 0 7px;
  background: transparent url(/ekmps/shops/velichety/resources/Design/bg-thumb-left.png) no-repeat 0 100%;
  display: block;
}
div.category #sidebar li .product-image img {
  padding: 7px 7px 10px 0;
  text-align: center;
  background: transparent url(/ekmps/shops/velichety/resources/Design/bg-thumb-right.png) no-repeat 100% 100%;
  float: left;
  cursor: pointer;
}
div.category #sidebar li .product-name {
  display: block;
  width: 119px;
  font-weight: normal;
  clear: left;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

/* Content Product Styles */
div.product h2 {
  color: #1383BA;
  font-family: 'HelveticaNeue-UltraLight',Arial,sans-serif;
  font-weight: normal;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 27px;
}
div.product #main ul {
  margin: 0 0 2em;
}
div.product #main li {
  list-style: none;
  padding-left: 20px;
  background: #fff url(/ekmps/shops/velichety/resources/Design/ico-bullet.png) no-repeat 0 4px;
}

div.product #sidebar {
  border-left: 1px solid #ddd;
  margin-left: 11px;
  padding-left: 11px;
}
div.product #sidebar div {
  margin-bottom: .5em;
}
div.product h3 {
  color: #1383BA;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}
div.product #sidebar ul.secondary-images {
  margin: 0 0 .5em;
  height: 297px;
}
div.product #sidebar li {
  list-style: none;
}
div.product #sidebar ul.secondary-images img{
  margin: 0 0 .5em;
}
div.product #sidebar #size a {
  text-transform: uppercase;
  position: relative;
  top: .5em;
  display: block;
}
div.product #sidebar #add-cart {
  margin: 1.5em 0 1em;
}
div.product #sidebar #add-cart input {
  height: 33px;
  width: 147px; 
}


/*------------------------------------------------------------------
[07. Footer]
*/
#footer {
  text-align: center;
  height: 2.4em;
  line-height: 2.4em;
  width: 650px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
}
#footer ul {
  list-style: none;
  margin: 0;
}
#footer li {
  display: inline;
}
#footer a {
  text-decoration: underline;
  font-size: 90%;
  font-weight: bold;
  margin: 0 2px;
}
#footer a:hover {
  text-decoration: none;
}
