/*
"Fresh" theme design for Spiffy Stores
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3 {
	margin:0 0 10px;
	text-transform: lowercase;
	font-weight: normal;
}
h1 a, h2 a, h3 a {
	text-decoration: none;	
}
h1 {
	letter-spacing: -1px;
	font-size: 32px;
}
h2 {
	font-size: 23px;
}
p, ul, ol {
	margin:0 0 10px;
	line-height: 17px;
}
a:link {
	
}
a:hover, a:active {
	text-decoration: none;
}
a:visited {
	
}
img {
	border: none;
}
img.left {
	float: left;
	margin: 7px 15px 0 0;
}
img.right {
	float: right;
	margin: 7px 0 0 15px;
}
.fr {
	float:right;
}
.mr6 {
	margin-right:6px;
}
.mr12 {
	margin-right: 12px;
}
.fl {
	float:left;
}
.spacer-block {
	height:10px;
	margin-bottom:10px;
	margin-top:20px;
	width: 100%;
}




/* Form */

form {
	margin: 0;
	padding: 0;
}
#sidebar fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	display: none;
}
input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapper {
}

/* Header */

#header {
	width: 990px;
	height: 106px;
	margin: 0 auto 0 auto;
	position: relative;
}
#logo {
	float:left;
	height:80px;
	margin-top:10px;
	position: absolute;
	left: 30px;
	top: 10px;
}
#logo h1 {
	font-size: 38px;
}
#logo h1 a {
}
#logo h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#logo a {
	text-decoration: none;
}




/* Menu */

#menu {
	float: right;
	padding-top:30px;
}
#menu ul {
	margin: 0;
	padding: 28px 0 0 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display:block;
	float:left;
	font-size:12px;
	line-height:13px;
	margin-left:10px;
	padding:5px 15px;
	text-decoration:none;
}
#menu .cart-tab a {
}
#menu a:hover {
	text-decoration: underline;
}
#menu .active a {
}




/* Page */

#page {
	width: 990px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
}

#home-page {
	height:480px;
	background-color:#000000;
}





/* Content */

#content {
	float: left;
	width: 590px;
	padding: 0px 30px 0px 30px;
}

#home-page #content {
	float: none;
	width: 100%;
	padding: 0px 0px 0px 0px;
}




/* Post */

.post {
	padding-bottom:30px;
	position: relative;
}
.post .blog-date {
	color:#999;
	font-size:14px;
	line-height:14px;
	padding:10px 8px 8px;
	text-align:center;
	width:33px;
}
.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 10px solid;
}
.post .entry {
	
}
.post .meta {
	background-repeat:repeat-x;
	border-bottom:6px solid;
	font-size:11px;
	margin:20px 0;
	padding:15px 0;
}
.post .meta p {
	margin: 0;
	line-height: normal;
}
.post .meta .byline {
	float: left;
}
.post .meta .links {
	float: left;
}
.post .meta .more {
	width: 185px;
	height: 35px;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}
.post .meta .comments {
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}
.post .meta b {
	display: none;
}





/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
}
#sidebar ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}
#sidebar li {
	margin-bottom: 30px;
}
#sidebar li ul {
	padding-top: 0px;
}
#sidebar li li {
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px dashed;
}
#sidebar li li li {
	border: none;
	padding: 3px 0;
}
#sidebar li li li li {
	padding: 2px 0;
}
#sidebar li li a {
	margin: 0;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#sidebar li li a:hover {
}
#sidebar li li li a {
	margin:0 0 0 26px;
	padding-left:15px;
	background-repeat: no-repeat;
	background-position: left 4px;
}
#sidebar li li li a:hover {
}
#sidebar li li li li a {
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-left:43px;
}
#sidebar li li li li a:hover {
}
#sidebar h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 10px solid;
	font-size: 18px;
	font-weight: normal;
}
#sidebar a {
	text-decoration: none;
}

#sidebar a small {
	padding-left: 25px;
}
#sidebar #rss {
	float: right;
	height: 17px;
	width: 17px;
}
#sidebar #rss:hover {
	cursor: pointer;
}




/* Search */

#search {
}
#search h2 {
	margin-bottom: 20px;
}
#q, #searchresults form #q {
	width: 150px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid;
}
#basket .quantity {
	padding: 0px;
	border: 1px solid;
	height:20px;
	text-align: center;
	margin-top: -4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#x, #searchresults form input {
	padding: 3px;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	cursor:pointer;
}
#x:hover , #searchresults form input:hover{
}

#searchresults form {
	margin-bottom: 50px;
}





/* Boxes */

.box1 {
	padding: 20px;
}
.box2 {
}
.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
}
.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
}




/* Footer */

#footer {
	height: 150px;
	min-height:150px;
	padding: 10px 0 0 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-position: left top;
}
#footer #footer-navs {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#footer #footer-navs ul {
	padding-left: 0px;
}
#footer #footer-navs ul li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}
html>body #footer {
	height: auto;
}
#legal {
	text-align: center;
	font-size: 10px;
}
#footer a {
}





/* Product Page */

#image-tab {
	padding-bottom:25px;
	padding-left:20px;
	margin-top:20px;
	max-width:450px;
}
.collection-images, .product-page-image, .secondary-images, .basket-images, .collections-list-image, .result-image {
	padding: 8px;
	border: 8px solid;
}
.collection-images:hover, .product:hover .collection-images, .product-page-image:hover, .secondary-images:hover, .basket-images:hover, .collections-list-image:hover, .result-image:hover {
}
.collections-list-image, .result-image {
	float: left;
	margin-right:17px;
}
.basket-images {
	float: left;
	margin-right:10px;
}
.basket-images a:link, .basket-images a:visited, .basket-images a:hover {
	border-bottom: none;
}
#related-products {
	height: 120px;
}
.product-page-image {
	margin-bottom:10px;
	margin-left:10px;
	text-align:center;
}
.product-page-image a:link, .product-page-image a:visited, .product-page-image a:hover {
	border-bottom-style: none;	
}
.secondary-images {
	margin-bottom:10px;
	margin-left:10px;
	text-align:center;
	float:left;
}
.tags a {
	margin-right: 5px;
}




/* Collection Page */

.collection-images {
	margin-bottom:10px;
	position: relative;
	text-align:center;
	width:115px;
	height: 115px;
	padding: 0px;
	border: 11px solid;
}
.collection-images a:link, .collection-images a:visited {
	border-bottom:none
}
#products td {
	vertical-align: top;
	padding-right: 33px;
}

.product h3 {
	margin-bottom: 0px;
}
.on-sale {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 65px;
	width: 65px;
	position: absolute;
	right:-20px;
	top:-20px;
}
.product .money {
	font-size: 11px;
	text-transform: lowercase;
}
.product {
	margin-bottom:33px;
	cursor: pointer;
}
.pagination {
	font-size:12px;
	margin-top:10px;
	float: right;
	background-color:#464646;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	margin-right:3px;
}
.pagination .current {
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.pagination a {
	text-decoration: none;
	border-bottom-style: none;
}
.pagination a:hover {
	text-decoration: none;
	border-bottom-style: none;
}




/* Collections list page */

#collections-listing ul, #searchresults ol {
	padding-left:0;
}
#collections-listing li, #searchresults li {
	list-style-type: none;
	padding-bottom:35px;
}
#collections-listing small, #searchresults small {
	font-size: 12px;
	line-height: 14px;
}
#collections-listing h2 {
	font-size: 32px;
}




/* Cart Page */
.button, .btns, .btns input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: normal;
}
.button:hover, .btns input:hover {
	cursor: pointer;
}
#basket .cart-remove-icon {
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-weight: bold;
	text-decoration: none;
}
#basket .cart-remove-icon:hover   {
	text-decoration: none;
}
.update-cart-button {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: normal;
}
.update-cart-button:hover {
	cursor: pointer;
}
.cart-quantity-input {
	border:1px solid;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	padding-bottom:2px;
	line-height:10px;
	padding-top:4px;
	text-align:center;
	width:25px;
}
#basket th {
	font-size: 13px;
	font-weight: normal;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#cart-total h2 {
	float: right;
}
#cart-total {
	border-top-width: 8px;
	border-top-style: solid;
	padding-top: 10px;
	margin-top: 20px;
	height: 40px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	margin-bottom: 20px;
}
.basket-column-one {
	padding-left: 5px;
	font-size: 11px;
	vertical-align:top;
}
.basket-odd td{
	padding-bottom:15px;
	padding-top:15px;
	vertical-align:top;
	border-top-width: 1px;
	border-top-style: solid;
}
.basket-even td{
	padding-bottom:15px;
	padding-top:15px;
	vertical-align:top;
	border-top-width: 1px;
	border-top-style: solid;
}
.basket-column {
	font-size: 11px;
	padding-left:15px;
}
.basket-desc {
	vertical-align: top;
}
.basket-desc a {
	font-size: 14px;
	padding-bottom:2px;
}
.basket-desc p {
	line-height: 13px;
	padding-top: 5px;
	margin: 0px;
}
.basket-desc h3 {
	margin: 0px;
}
#basket-right {
	width: 564px;
	text-align: right;
}
#basket-right h3 {
	width: 554px;
	padding: 5px;
	font-weight: normal;
	font-size: 15px;
	float: right;
	margin-bottom:10px;
}
#basket-buttons input {
	margin-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
#variant-add ul {
	margin-left:0;
	padding-bottom:15px;
	padding-left:0;
	padding-top:5px;
}
#variant-add li {
	list-style-type:none;
	margin-left:0;
	padding-bottom:10px;
}
#variant-add li label {
	vertical-align: text-bottom;
}
#variant-add li input {
	margin-top:2px;
	vertical-align:top;
}
#variant-add select {
	margin-top: 5px;
	margin-bottom: 15px;
}
.product-price {
	margin-bottom: 0px;
}



/* Contact Page */

#contact_form .group {
	margin-top: 0px;
	margin-left: 0px;
}
#contact_form h3 {
	font-size: 18px;
}






.hp-main-image {
  border: none;
  height:100%;
	width:100%;
}

#imageContainer {
	height:100%;
	overflow:hidden;
	position:relative;
}

#imageContainer img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.hp-small-image {
	width: 66px;
	height: 48px;
	vertical-align: top;
	background-color: #FFFFFF;
	border: 4px solid #CCC;
	margin-right: 11px;
	margin-top: 10px;
	float: left;
	display: inline-block;
}

.hp-small-image-last {
  width: 66px;
  height: 48px;
  vertical-align: top;
  background-color: #FFFFFF;
  border: 4px solid #fedbf0;
  margin-right: 0px;
  margin-top: 10px;
  float: left;
  display: inline-block;
}

.hp-small-image-last img {
  border-top-style: none;
  border-right-style: none;

  border-bottom-style: none;
  border-left-style: none;
}

.hp-small-image img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

#home-small-images-container {
  width: 417px;
  height: 66px;
  overflow: hidden;
}
.group {
	border:1px solid #DDDDDD;
	padding:0px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 0px;
}
dl {
margin:5px 0;
}
dl, dt, dd {
border:0 none;
margin:0;
padding:0;
}
