/* Ruby and Crickette Store */
body {
  font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
  background: #282D2D url(site_background_gradient.jpg) repeat-x;
  margin: 0px;
}

img {
  display: inline;
  border: 0px;
}

.clear {
  clear: both;
}

.right {
  float: right;
}

p {
  margin: 0px 0px 0px 0px;
  padding-bottom: 11px;
}

del {
  color: #C1191C;
  font-size: 11px;
}

#template {
  position: relative;
  height: 100%;
  width: 100%;
}

#container {
  width: 709px;
  margin: 10px auto 10px auto;
  text-align: left;
  background: #202524 url(body_background_gradient.jpg) no-repeat;
  border: 3px solid #FFFFFF;
  padding-left: 16px;
  padding-right: 15px;
  overflow: hidden;
}

#header {
  height:93px;
}

#top-navs {
  font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: bold;
  height: 23px;
  position: relative;
  float: right;
  top: 0px;
  right: 0px;
  text-decoration: none;
  vertical-align: text-bottom;
  text-transform: uppercase;
  color: #839391;
  background: url(top_menu_background.jpg) right;
  line-height: 24px;
  padding-right: 10px;
  padding-left: 10px;
  white-space: nowrap;
}

#top-navs a:link {
  color: #839391;
  text-decoration: none;
}

#top-navs a:active {
  text-decoration: none;
  color: #000000;
}

#top-navs a:visited {
  text-decoration: none;
  color: #839391;
}

#top-navs a:hover {
  text-decoration: underline;
  color: #273f3d;
}

#logo {
  margin-top: 9px;
  border: 0px;
}

#navigation {
  width: 709px;
  height: 22px;
  font-size: 11px;
  font-weight: normal;
  position: relative;
  z-index: 50;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  overflow: visible;
  white-space: nowrap;
}

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

#navigation ul li a:link, #navigation ul li a:visited {
  color: #DBDFDF;
  text-decoration: none;
  text-align: center;
  height: 2em;
  line-height: 2em;
  padding-right: 19px;
  padding-left: 15px;
  margin-right: 1px;
  min-width: 30px;
  _width: 30px;
  white-space: nowrap;
  background-color: #8F9897;
}

#navigation ul li li a:link, #navigation ul li li a:visited {
  margin-right: 0px;
}

#navigation ul li a:link.current, #navigation ul li a:visited.current {
  color: #000000;
  background: #FFFFFF;
  text-decoration: none;
}

#navigation ul li a:hover {
  color: #FFFFFF;
  background: #5b6463;
}

#layout {
}

#generic-page {
  background-color: #FFFFFF;
  margin-bottom: 55px;
  overflow: hidden;
  font-size: 12px;
  padding: 35px;
}

#generic-page-title {
  height: 85px;
  font-size: 20px;
}

#tab-area {
  height: 278px;
  top: 0px;
  bottom: 0px;
  visibility: visible;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  overflow: hidden;
}

#tab-area-line {
  position: absolute;
  bottom: 18px;
  right: 295px;
}

#tab-area-images {
  font-size: 11px;
  position: relative;
  height: 273px;
  width: 407px;
  top: 5px;
  display: block;
}

#tab-area-images img {
  border: 1px solid #CCCCCC;
}

#tab-area-image1 {
  position: absolute;
  top: 13px;
  left: 77px;
  width: 317px;
  height: 243px;
}

#tab-area-image1 img {
  border: 0px;
}

#tab-area-image2 {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 51px;
  height: 51px;
}

#tab-area-image3 {
  position: absolute;
  top: 77px;
  left: 13px;
  width: 51px;
  height: 51px;
}

#tab-area-image4 {
  position: absolute;
  top: 141px;
  left: 13px;
  width: 51px;
  height: 51px;
}

#tab-area-image5 {
  position: absolute;
  top: 205px;
  left: 13px;
  width: 51px;
  height: 51px;
}

#tab-body-text {
  font-size: 11px;
  position: absolute;
  height: 263px;
  width: 276px;
  top: 28px;
  right: 5px;
}

#tab-body-text #product-description {
  padding: 0px 10px 0px 0px;
}

#tab-body-text #product_select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 11px;
  color: #009966;
  text-decoration: none;
}

#tab-body-title {
  height: 55px;
  font-size: 20px;
  background-position: 0px -5px;
}

#cart-area {
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #CCCCCC;
  border-left-color: #CCCCCC;
  font-size: 10px;
  color: #999999;
  text-align: right;
}

#cart-area ul {
  list-style: none;
  margin: 0;
  padding: 2px 3px 2px 5px;
}

#cart-area li {
  display: inline;
}

#cart-area ul li a {
  background: url(cart_icon.gif) 0 50% no-repeat;
  padding: 0px 3px 0px 22px;
  color: #6CA6A1;
  text-decoration: none;
  cursor: hand;
}

#cart-area ul li a:hover {
  color: #2E8983;
}

#cart-area ul li.no-pad a {
  padding-left: 3px;
}

#add-to-cart-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #226b62;
  text-decoration: none;
  padding-top: 20px;
  vertical-align: top;
  cursor: hand;
}

#add-to-cart-link a:link, a:visited {
  color: #226b62;
  text-decoration: none;
  cursor: hand;
}

#add-to-cart-link a:hover {
  color: #0CA4BE;
  text-decoration: none;
  cursor: hand;
}

#add-to-cart-sold-out {
  color: #FC3D32;
  font-weight: bold;
}

#collections-product-area #tags {
  color: #CCCCCC;
  font-size: 11px;
  padding-top: 20px;
}

#collections-product-area #tags a {
  color: #A7C5C1;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
}

#collections-product-area #tags a .active {
  color: #CC3300;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
}

#cart-title {
  padding: 20px 0px 0px 20px;
}

#bottom-content {
  display: inline-table;
}

#breadcrumbs {
  color: #BDBDBD;
  font-size: 9px;
  height: 24px;
  line-height: 24px;
  text-align: right;
  width: 709px;
}

#product-area {
  overflow: hidden;
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF;
  top: 0px;
  width: 400px;
  display: inline;
  float: left;
  margin-bottom: 55px;
}

#product-area a:link {
  color: #A0A0A0;
  font-weight: bold;
  text-decoration: none;
}

#product-area a:visited {
  color: #839391;
  font-weight: bold;
}

#product-area a:hover {
  color: #FFFFFF;
  font-weight: bold;
}

#product-area a:active {
  color: #FFFFFF;
}

#product-area-title {
  height: 50px;
  font-size: 16px;
}

#collections-product-area {
  overflow: hidden;
  font-size: 12px;
  color: #FFFFFF;
  top: 0px;
  margin-bottom: 55px;
}

#collections-product-area a:link {
  color: #A0A0A0;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

#collections-product-area a:visited {
  text-decoration: none;
  color: #839391;
}

#collections-product-area a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

#collections-product-area a:active {
  text-decoration: none;
  color: #FFFFFF;
}

#collection-products {
}

#home-products {
}

#gallery .col1 {
  width: 107px;
  vertical-align: top;
  padding: 7px 0px 21px 0px;
}

#gallery td {
  width: 107px;
  vertical-align: top;
  padding: 7px 0px 21px 28px;
}

.gallery-image {
  border: 1px solid #FFFFFF;
  float: left;
}

.gallery-info {
  line-height: 14px;
  text-align: center;
  padding: 4px 6px 0;
}

#paginate {
  padding-left: 5px;
}

#sidebar-area {
  height: 100%;
  width: 298px;
  top: 0px;
  left: 409px;
  float: right;
  margin-bottom: 55px;
}

#home-sidebar {
  top: 25px;
  right: 0px;
}

#favourites {
  border: 1px dotted #7f7f7f;
  background-color: #111313;
  padding: 10px;
  margin-top: 16px;
}

#favourites-title {
  height: 30px;
  font-size: 17px;
  background-position: 0px -10px;
  color: #FFFFFF;
}

#favourites-text {
  font-size: 11px;
  color: #cfd0d0;
  padding-top: 10px;
  padding-bottom: 20px;
}

#favourites-products {
  font-size: 10px;
  color: #FFFFFF;
}

#favourites-products a:link {
  color: #C0E9E4;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}

#favourites-products a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

#favourites-products a:visited {
  color: #8dd6ce;
  text-decoration: underline;
}

#favourites-gallery {
  width: 278px;
}

.favourites-product {
  position: relative;
  padding-bottom: 16px;
}

.favourites-image img {
  width: 69px;
  height: 69px;
  border: 1px solid #FFFFFF;
  margin-bottom: 4px;
}

.favourites-info {
  position: absolute;
  top: 0px;
  left: 89px;
  width: 178px;
}

#favourites-link {
  text-align: right;
}

#favourites-link a:link {
  font-size: 12px;
  font-weight: normal;
  color: #C1E7FF;
}

#related-products-area {
  overflow: hidden;
  font-size: 11px;
  color: #FFFFFF;
  top: 0px;
  width: 400px;
  display: inline;
  float: left;
  margin-bottom: 55px;
}

#related-products-area a:link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

#related-products-area a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

#related-products-area a:hover {
  text-decoration: none;
  color: #CCFFFF;
  font-weight: bold;
}

#related-products-title {
  height: 50px;
  font-size: 17px;
  background-position: 0px -10px;
}

.related-product {
  position: relative;
  padding-bottom: 21px;
}

.related-image img {
  border: 1px solid #FFFFFF;
  margin-bottom: 4px;
}

.related-info {
  position: absolute;
  top: 0px;
  left: 120px;
  width: 265px;
}

#view-cart-area {
  font-size: 12px;
  text-decoration: none;
  margin-bottom: 55px;
  color: black;
  background-color: white;
}

#basket {
  margin: 20px;
  display: block;
  border-collapse: collapse;
}

#basket th {
  padding: 5px 0 2px;
  border-bottom: 1px solid #e1ddc8;
}

#basket td {
  vertical-align: top;
  border-bottom: 1px solid #e1ddc8;
}

#basket td.basket-column-one {
  padding: 7px 0px;
  width: 401px;
}

#basket td.basket-column {
  width: 65px;
  padding-top: 12px;
}

.basket-images {
  margin: 0 10px 0 7px;
  float: left;
  width: 52px;
}

.basket-images img {
  border: 1px solid #CCCCCC;
  /*
   background-color: #e1ddc8;
   margin: 3px;
   padding: 5px;
   */
}

.basket-images img:hover {
  background-color: #d0ccb9;
}

.basket-desc {
  float: left;
  width: 320px;
  padding: 2px 0px 0px 5px;
  font-size: 11px;
}

.basket-desc a:link {
  color: #226B62;
  text-decoration: none;
}

.basket-odd, .basket-even {
  padding: 7px 10px;
}

.basket-even {
  background-color: #F7F7F7;
}

#basket-right {
  text-align: right;
  position: relative;
  left: 430px;
  width: 250px;
  padding: 0px 0px 15px 0px;
}

#basket-right h3 {
  font-size: 16px;
  font-weight: bold;
  color: #C1191C;
  padding: 5px 30px 15px 0;
}

#basket p {
  padding-bottom: 2px;
}

#searchresults {
  background: white url(search_popup_title.gif) no-repeat;
  background-position: 30px 20px;
  font-size: 12px;
  text-decoration: none;
  margin-bottom: 55px;
  padding: 20px;
  color: black;
}

#searchresults form {
  margin: 80px 0px 10px 15px;
}

#searchresults input {
  width: 200px;
  margin: 0px 20px 0px 0px;
}

#searchresults h3 {
  margin: 15px 0pt;
  padding: 0pt;
  font-size: 14px;
}

#searchresults ol {
  margin-left: -5px;
  _margin-left: 30px;
  list-style-type: decimal;
  list-style-position: outside;
}

#searchresults li {
  clear: left;
  margin: 10px 15px 10px 0px;
}

#searchresults li h3 a {
  font-weight: bold;
  color: #009900;
  text-decoration: none;
}

.result-image {
  float: left;
  margin-right: 7px;
}

.result-image img {
  border: 1px solid #009900;
}

.blog-first, .blog {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1ddc8;
}

.blog-first h1, .blog h1, .blog-last h1 {
  margin: 0px 0px 15px 0px;
}

.blog-first h1 a, .blog h1 a, .blog-last h1 a {
  color: #009900;
  font-weight: bold;
  text-decoration: none;
}

.blog-last {
  padding-bottom: 25px;
}

.blog-first img, .blog img, .blog-last img {
  margin-right: 10px;
}

.blog-details {
  color: #6f675d;
  font-size: 11px;
  padding-top: 8px;
}

ul#blogs {
  margin-bottom: 0;
  padding: 6px 0 20px;
  border-top: 1px solid #e1ddc8;
}

ul#blogs li {
  background: url(bullet.png) no-repeat 0 10px;
  padding: 5px 0 5px 14px;
  list-style-type: none;
  list-style-position: outside;
}

.feed {
  margin-top: 3px;
  float: right;
}

#page-footer {
  position: relative;
}

#footer {
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: none;
  width: 689px;
  position: relative;
  bottom: 5px;
  height: 30px;
  line-height: 20px;
  padding: 10px 10px 5px 10px;
  border-top: 5px solid #333333;
}

#footer-left {
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: none;
  display: inline;
  text-transform: capitalize;
}

#footer-left a:link {
  color: #CCCCCC;
  text-decoration: none;
}

#footer-left a:visited {
  color: #CCCCCC;
  text-decoration: none;
}

#footer-left a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#footer-right {
  font-size: 11px;
  color: #CCCCCC;
  text-decoration: none;
  display: inline;
  text-align: right;
  float: right;
}

#footer-right a:link {
  color: #CCCCCC;
  text-decoration: none;
}

#footer-right a:visited {
  color: #CCCCCC;
  text-decoration: none;
}

#footer-right a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
/*
 *=HOME PAGE STYLES
 */
.custom_made_text {
  font-size: 11px;
  font-weight: normal;
  color: #CCCCCC;
  text-decoration: none;
}

h1 {
  font-size: 18px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -10px;
  margin-left: 0px;
}

#newsletter_promo {
  border: 1px dotted #7f7f7f;
  background-color: #111313;
  height: 60px;
  padding: 10px;
  font-size: 11px;
  color: #FFFFFF;
}

#newsletter_promo a:link {
  color: #8dd6ce;
  text-decoration: underline;
}

#newsletter_promo a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

#tag-area {
  border: 1px dotted #7f7f7f;
  background-color: #111313;
  padding: 10px;
  font-size: 11px;
  color: #FFFFFF;
}

#tag-area a:link {
  font-size: 13px;
  color: #A7C5C1;
  text-decoration: none;
}

#tag-area a:visited {
  font-size: 13px;
  color: #7f8887;
  text-decoration: none;
}

#tag-area a:hover {
  font-size: 13px;
  color: #CCFFFF;
}

#tag-area-title {
  height: 30px;
  font-size: 14px;
  background-position: 0px -15px;
}

#tag-area-tags {
  white-space: normal;
}

#more-related {
  border: 1px dotted #7f7f7f;
  background-color: #111313;
  margin-top: 16px;
  color: #FFFFFF;
  font-size: 10px;
  padding: 10px;
}

#more-related a:link {
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}

#more-related a:visited {
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}

#more-related a:hover {
  color: #CCFFFF;
  font-weight: normal;
  text-decoration: none;
}

#more-related-title {
  height: 45px;
  font-size: 17px;
  background-position: 0px -10px;
}

#more-related-list {
  width: 100%;
}

.more-related-product {
  position: relative;
  height: 21px;
}

.more-related-info {
  position: relative;
  width: 192px;
}

.more-related-price {
  position: absolute;
  top: 0px;
  right: 0px;
}
/*
 *=ERRORS
 */
.field-with-errors {
  background-color: #FFFBE5;
  border: 1px solid #FED600;
  padding: 3px 5px;
  line-height: 140%;
}

.field-with-errors input {
  border: 1px solid #B30905;
}

.field-with-errors .error-message {
  color: #B30905;
  font-weight: bold;
}

#errorExplanation {
  background: #FFEBEB;
  line-height: 1.7em;
  color: #c00;
  padding: 0;
  margin: 20px 5px 20px 0;
  border: 1px solid #FFC2C2;
}

#errorExplanation h2 {
  padding: 5px;
  margin: 0;
  border: 0;
}

#errorExplanation p {
  margin: 2px;
}

#errorExplanation ul {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 5px;
}

/* Slimbox */

.lbLoading {
  background: #fff url('loading.gif') no-repeat center;
}

#lbPrevLink:hover {
  background: transparent url('prevlabel.gif') no-repeat 0% 15%;
}

#lbNextLink:hover {
  background: transparent url('nextlabel.gif') no-repeat 100% 15%;
}

#lbBottom {
  font-family: inherit;
}

#lbCloseLink {
  background: transparent url('closelabel.gif') no-repeat center;
}

#lbCaption {
  color: #403b35;
  font-weight: bold;
  font-size: 12px;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#page-product #tab-area-line {
  position:absolute;
  right:295px;
  bottom:78px;
}

#page-product #tab-area {
  background-color:#FFFFFF;
  border:1px solid #FFFFFF;
  bottom:0;
  height:338px;
  position: relative;
}

.share {
  bottom: -2px;
  height: 62px;
  left: 0;
  position: absolute;
  width: 560px;
  margin-top: 20px;
  background: url(social-media.gif) 0px 0px;
}

.share div, .share a {
	height: 29px;
	width: 34px;
	background-color: transparent;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 2px;
}

.share .facebook {
  left: 114px;
  background: url(social-media.gif) 0px 0px;
}

.share .twitter {
	 background-position: 0px 0px;
  background: url(social-media.gif) 0px 0px;
	left: 155px;
}

.share .send-email {
 background-position: 0px 0px;
  background: url(social-media.gif) 0px 0px;
	left: 195px;
}

.share .delicious {
	 background-position: 0px 0px;
  background: url(social-media.gif) 0px 0px;
	left: 235px;
}

.share .digg {
 background-position: 0px 0px;
  background: url(social-media.gif) 0px 0px;
	left: 275px;
}

.share .google-buzz {
	 background-position: 0px 0px;
  background: url(social-media.gif) 0px 0px;
	left: 315px;
}

.share .technorati {
	 background-position: 0px 0px;
 background: url(social-media.gif) 0px 0px;
	left: 355px;
}

.share .blogger {
	 background-position: 0px 0px;
 background: url(social-media.gif) 0px 0px;
	left: 395px;
}

.share .stumbleupon {
	 background-position: 0px 0px;
 background: url(social-media.gif) 0px 0px;
	left: 435px;
}

.share .facebook:hover {
	background-position: -114px -162px;
	cursor: pointer;
}

.share .twitter:hover {
	background-position: -155px -162px;
	cursor: pointer;
}

.share .send-email:hover {
	background-position: -195px -162px;
	cursor: pointer;
}

.share .delicious:hover {
	background-position: -235px -162px;
	cursor: pointer;
}

.share .digg:hover {
	background-position: -275px -162px;
	cursor: pointer;
}

.share .google-buzz:hover {
	background-position: -315px -162px;
	cursor: pointer;
}

.share .technorati:hover {
	background-position: -355px -162px;
	cursor: pointer;
}

.share .blogger:hover {
	background-position: -395px -162px;
	cursor: pointer;
}

.share .stumbleupon:hover {
	background-position: -435px -162px;
	cursor: pointer;
}

