/* Shopify theme: Woodland */
/* theme author: Shopify's Mark Dunkley */


/* =============== */
/* = General CSS = */
/* =============== */
* {margin:0; padding:0;}
img { border:0; }

html { }
body { font-size:13px; font-family:Verdana, Helvetica, Arial, sans-serif; color:#333333; background: #ffffff ;}

h1 {color:#676161; font-weight:normal; padding:0 0 5px 0; margin:0; font-size:24px; }
h2,h3,h4,h5,h6 {  color:#676161; font-weight:normal; padding:0 0 3px 0; margin:5px 0 10px 0;}

a { color:#8eb4c7; text-decoration:none; }
a:hover { color: #5c850f; text-decoration:underline; }
p { margin-bottom:15px; line-height:19px}
blockquote { font-family:Georgia, serif; color:gray; margin-bottom:15px; font-style:italic}   

form { margin-bottom:15px;}
label { margin-bottom:3px;}
input[type="text"] { padding:2px 2px; margin-bottom:10px;}
textarea { margin-bottom:15px; font-family:Verdana, Helvetica, Arial, sans-serif; padding:4px; font-size:13px}

input[type="submit"] { background: #5f9819; color:#fff; letter-spacing:0px; font-size:13px; padding:5px; border-radius:5px; border:0px; cursor:pointer;  }
input[type="submit"]:hover { background: #39600c; }

.center-text { text-align:center; }
h2 a{color:#666; }
.fl {float:left;}
.fr {float:right;}
.clear { clear:both }
.mb {margin-bottom:10px;}
.content_left_nav ul, .blogpost {list-style:none;}
/* ========== */
/* = Layout = */
/* ========== */
#wrapper { width: 975px; margin:45px auto 23px;}
#header {  margin:0 0 30px 0; height:97px;} 

#header .logo {width:113px; float:left;}
#header .logo h1 { text-align:left;  font-family:Helvetica, Arial, sans-serif; margin:0px 0 0 0; font-size:47px;  letter-spacing:-2px;}
#header .logo h1 a { color:#ffffff ; font-weight:normal;  }
#header .logo h1 a:hover { text-decoration:none;}  
.header_right {
    padding: 11px 0 0;
    width: 850px;
}

#header #nav-search { float:left;}

/*stupid extra divs for IE for centering the logo*/

#header form { float:right; }
#header form .search-button { border:0; vertical-align:middle;position:relative;z-index:1; z-index:999;}
#header form .search-field {     width:600px; border:1px solid #dee6e8; padding:2px 5px;     height:20px;    font-size:14px;    color:#636363;	outline:none;	margin-right:10px;}

#header h1 { border:0px } 
#header ul.primary-nav { z-index:9; float:right; clear:both; width:540px; text-align:right; overflow:hidden;} 
#header ul.primary-nav li { color: #636363; font-size:15px; font-family:Verdana, Helvetica, Arial, sans-serif; list-style:none; display:inline; margin-left:16px;}
#header ul.primary-nav a { color:#636363; }
#header ul.primary-nav a:hover { color:#cacaca;  }
#header ul.primary-nav li.cart { border-left: 1px solid #d3c8c5; padding-left:20px; white-space:nowrap;}
.cartcount { 
     background: url("red.png") no-repeat scroll -2px -4px transparent;
    color: white;
    font-weight: bolder;
    height: 26px;
    margin-left: 3px;
    margin-top: -12px;
    padding-left: 6px;
    position: absolute;
    width: 24px
    }
.content {background: #ffffff; border:1px solid #ffffff; }

.content .banner { margin:0 0 20px 0; width:877px; }
.thumbgrid{
  list-style: none;
  margin: 0;
  }
.thumbgrid li{
  float: left;  
  font-size: 0.923em; /* 12/13 */   
  margin: 0 7px -4px 0;  
  width:183px;
  height:197px;  
  }

.thumbgrid .product-photo{
  padding:4px;
  overflow: hidden;
  text-align: center;
  border: solid 1px #e4e4e4;
  border-bottom:0px;
  height:125px;
  }
.thumbgrid .product-photo img{
  display: block;
  margin: 0 auto;
  max-height:130px;
  }
.thumbgrid .product-desc{
  padding: 5px 5px 5px 5px;
  border: solid 1px #e4e4e4;
  border-top:0px;
  height:40px;
  overflow:hidden;
  }

.product-desc{
  font-size: 0.923em; /* 12/13 */ 
  }
.ie6 .product-desc{
  height: 50px;
  }
.product-desc p{
  margin: 0;
  }
.product-desc h3{
  margin: 0 0 3px 0;
  font-size: 12px;
  }
.product-desc .product-price{ 
  color: ;
  font-weight: bold;
  }
.product-desc del{
  color: #999;
  font-weight: normal;
  }

.condensed .thumbgrid li{ /* used when there are two columns */
  margin: 0 12px 10px 0;  
  width: 132px;
  height: 200px;  
  }
.condensed .thumbgrid .product-photo{
  width: 173px;
  height: 130px;
  } 
.condensed .thumbgrid img{ 
  max-width: 130px;
  max-height: 130px;
  }
  
.thumbgrid .numitems{
  display: block;
  font-weight: bold;
  }


.content img { margin-bottom:0px;}

.footer_bg {
    background:url(contact_bg.jpg) repeat-x left top;
	padding-bottom:45px;
}

.footer {
	width:943px;
	margin:0 auto;
	}

.footer_nav {
	font-size:11px;
	color:#0000ff;
    margin-top:30px;
}

.footer_nav ul {
	text-align:center;
}
.footer_nav ul li {
	display:inline;
}
.footer_nav ul li a {
	text-decoration:underline;
	color:#0000ff;
	padding:0 30px;
}
.footer_nav ul li a:hover{ color: #5c850f;}
#paginate { text-align:right; margin-bottom:15px;  padding:50px 0; text-align:center; }
#paginate a { background:#f9f9f9; border:1px solid #f0eeee;   padding:6px 10px; color:#616161; font-weight:bold;}
.prev a, .next a {font-weight:normal !important; }
#paginate a:hover { background:#d5e8a6; text-decoration:none;  } 
#paginate .current{ display:inline; padding:6px 10px;}
.note { display:block; background:#ffffd3; border:1px solid #eeee93; padding:15px; color:#000; margin:15px 0 ;}         

/*grid*/
.col-1, .col-2, .col-3, .col-4, .col-4-5, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {margin-right:20px; float:left;}
.col-12 { margin-right:0px;}

.col-1 {width:41px;}
.col-2 {width:117px;}
.col-3 {width:193px;}
.col-4 {width:304px;}
.col-5 {width:345px;}
.col-6 {width:421px;}
.col-7 {width:497px;}
.col-8 {width:573px;}
.col-9 {width:649px;}
.col-10 {width:725px;}
.col-11 {width:801px;}
.col-12 {width:877px;}

.last { margin-right:0!important;}
.text-left { text-align:left; }
.text-right { text-align:right; }
.float-left { float:left; }
.float-right { float:right; }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden; }

/* ============== */
/* = Indv. Pages = */
/* ============== */

/* home */
.frontpage-intro { border-bottom:1px solid #f0eeee; padding-bottom:15px; margin-bottom:35px;}

.blog h2 { margin:0px; font-size:13px; font-weight:bold;}
.blog ul { margin:0 0 35px 0; padding:0; background-color:#fafafa; padding:15px; border:2px solid #f0f0f0; border-top:none;   }
.blog ul li { list-style:none;  font-size:12px; }
.blog ul li a { display:block; font-size:14px; padding:5px 0 ; color:#616161;  }
.blog ul li a:hover { color:#0066ca; text-decoration:underline;   }
.blog .tags li a { font-size:12px}
.blog .tags li.current a { color:#ABABA8}
.blog ul .post-content { margin-bottom:10px; display:block;}
.post ul {margin-left:20px;}
.contact ul {  margin:0 0 15px 0; padding:0 }
.contact ul li { list-style:none;}

/* page */
.content .sidebar ul { margin:0; padding:0; }
.content .sidebar ul li { list-style:none; margin-bottom:10px; }
.content .sidebar ul li a { border-bottom:1px dotted; }


/* cart */
#cart table { width:100%; border-collapse:collapse;}
#cart table th { padding:5px; background:#f7f9ef; border:2px solid #F0F3F3;}
#cart table td.product-details a img { display:inline; vertical-align:middle; padding-right:20px; margin-left:10px;}
#cart table td.product-details a { display:inline;vertical-align:middle; }
#cart table td.product-details { text-align:left; }
#cart table tr.even td { background:#f4f4f4 ;}
#cart table td { text-align:center ; padding:15px 4px;}     

#cart table input[type="text"] { margin-bottom:0;}

.cart-options { text-align:right; }
.cart-options h3 { padding-bottom:6px; border-top: 1px solid #f0eeee; border-bottom:0px; padding-top:20px;margin-top:20px;}

/* product */

inner2_content_left
.col-5.product { width: 330px; }

.product  h2 { font-size:24px; text-align:left;}
.product  input[type="submit"] {float:right; clear:both;}
.product .product-images img { background: #f4f4f4;  border:1px solid #f0eeee; }
.product .product-images img:hover { background: #e6e5df;}
.product  del {}
.product .price-field, .product .variant-price { color:#676161; font-size:22px; font-weight:bold; letter-spacing:-0.5px; margin-bottom:9px; text-align:right; float:left}
.product #product-variants { width:303px; }
.product #product-variants {}
..product #form-controls { margin-top: 20px }
.selector-wrapper, .product form p { padding: 10px; }
.product form p { padding-bottom: 0; }
.product form select, .product form input[type=text] { float: right }
.product form label {  float:left; }
.product form input[type=text] { padding: 3px; display: inline-block; width: 30%; font-size: 105% }


.product-thumbs ul {  margin:0; padding:0; }
.product-thumbs ul li { list-style:none; float:left; } 
.product-thumbs ul li a {  /*#f9f9f9*/ ;  text-align:center;   background:#ffffff; margin:2px 10px; }
.product-thumbs ul li .cover {height:60px;overflow:hidden;}
.product-thumbs ul li a.product_thumb {width:70px;padding:5px;height:60px;display:block;overflow:hidden;border:2px solid #eaeae9; border-radius:3px;}
.first-image a img{ height:200px; }
.second-image a img{ height:75px; width:85px; }

.second-image { margin-right:5px;}

.product-thumbs ul li a img { display:block; margin: 0 auto; width:70px;   }
.product-thumbs ul li.first-image  { margin:10px 0px 0 2px; width:649px; text-align:center;   }
.product-images .first-image a {background:#ffffff; width:480px; display:block; border:10px solid #f9f9f9 ; }
.product-images .first-image a:hover { border-color: #f4f4f3 }
.product-images .first-image a img { margin:0 auto; display:block;}

.product .disabled { -moz-opacity:0.50;opacity:.50;filter:alpha(opacity=50);cursor:default }
input[type="submit"].disabled:hover { background: #5f9819 }

.social {  background-color: #FAFAFA;
    border: 2px solid #EFEFEF;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    padding: 15px 8px;
    width: 284px; margin:20px 0; }
.inner2_left_box2 {
    border: 1px solid #E0E0E0;
    margin-bottom: 9px;
    padding: 25px 15px 20px 17px;
}
.inner2_left_box2 ul { margin-left:20px;}
.inner2_left_box2 h2 {
    color: #616161;
    font-size: 18px;
    margin: 0;
    padding: 0 0 20px;
}
.inner2_left_box1 {
    background: none repeat scroll 0 0 #F6F9ED;
    border: 1px solid #E0E0E0;
    margin-bottom: 9px;
    padding: 15px 0 15px 17px;
}
.inner2_box1_left {
    color: #ADD24F;
    font-size: 18px;
    line-height: 21px;
    padding: 0 15px 0 0;
}
style.css (line 770)
.fltleft {
    float: left;
}
.shareurl { background:url(shareurl.png) center no-repeat; cursor:pointer; margin-left:5px; width:18px; height:18px; border:none; }
.tell, .print{ background:url(tell.jpg) left  no-repeat; display:block; padding-left:40px;  }
.print { background:url(printer.png) left no-repeat !important; }
  
#checkout-button, #update-button { float:right; top:-4px; position:relative;}
.additional-checkout-buttons p { float:right; margin:0 9px;}
.additional-checkout-buttons input { float:right;}
/* blog */
.post { border-bottom:1px solid #f0eeee; margin:20px 0; padding:0 0 15px 0; overflow:hidden;}
.post img {max-width:573px}
.post:after{content:".";display:block;height:0;clear:both;visibility:hidden; } 
.post .meta { padding-bottom:7px;}
.post .meta h2 {  font-size:24px; border:0; margin:0 0 0px 0;}
.post .post-content h1 { text-align:left; font-size:26px}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 { padding:0; border-width:0px; margin:0 0 4px 0px; font-weight:bold}
.post .date { font-size: 11.5px; color: #ababa8; border-bottom:1px solid #f0eeee; margin:0 0 3px 0; padding-bottom:4px;}
.blog-banner img {  }
#comments { margin-bottom:15px;}
#comments h3 { margin-top:40px;}
#comments ul { margin:0; padding:0;margin-bottom:15px; }
#comments ul li  { list-style-type:none; margin-bottom:10px; border-bottom:1px dashed #F0EEEE;}
#comments p { margin-bottom:7px;}
#comments .comment-details { color:#ABABA8; font-size:12px; text-transform:uppercase; margin-bottom:-1px;}
#comments form { margin-bottom:15px;}
#comments form label { margin-bottom:3px; display:block;}
#comments .error, #comments .success, #comments .notice { text-align:center; margin-bottom:8px; }
#comments .error { background:#ffd3d3; color:#8d1e1e;  border:1px solid #de9494;padding:7px;}
#comments .success { background:#c4df9b;  border:1px solid #97bc5e; padding:7px; color:#436f00;}
#comments .notice { background:#fffabb; border:1px solid #cec774; color:#514c0b; padding:7px;}

/* search */
#search h3 { border:0px; margin-bottom:3px; margin-top:0px;}
#search img {width:80px;}
#search form { margin-bottom:15px; }
#search form p { text-align:center }
#search form input { display:inline; font-size:15px; padding:10px 5px; } 
#search form input[type="submit"] { padding:12px; } 
#search ul {list-style:none;}

#search ul li {   border: 1px solid #EAEAEA;
    float: left;
    height: 115px;
    margin-bottom: 10px;
    margin-right: 20px;
    overflow: hidden;
    padding: 10px;
    
    width: 45%;}

/*404*/
#error-page { text-align:center;}

/* ============ */
/* = Lightbox = */
/* ============ */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox_56738.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox_56738.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank_56738.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox_56738.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox_56738.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x_56738.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox_56738.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y_56738.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox_56738.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x_56738.png');
	background-position: 0px -20px;
}



#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox_56738.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y_56738.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox_56738.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over_56738.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox_56738.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x_56738.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox_56738.png') -55px -90px no-repeat;
}


/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.shopify.com/s/files/1/0141/5542/t/2/assets/fancy_shadow_n.png?56738', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.shopify.com/s/files/1/0141/5542/t/2/assets/fancy_shadow_ne.png?56738', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.shopify.com/s/files/1/0141/5542/t/2/assets/fancy_shadow_se.png?56738', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.shopify.com/s/files/1/0141/5542/t/2/assets/fancy_shadow_se.png?56738', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.shopify.com/s/files/1/0141/5542/t/2/assets/fancy_shadow_s.png?56738', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.shopify.com/s/files/1/0141/5542/t/2/assets/fancy_shadow_sw.png?56738', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.shopify.com/s/files/1/0141/5542/t/2/assets/fancy_shadow_w.png?56738', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.shopify.com/s/files/1/0141/5542/t/2/assets/fancy_shadow_nw.png?56738', sizingMethod='scale'); }

/* Customers styles */
body.customer table {
width: 100%;
}
body.customer th {
background-color: #FAFAFA;
border-bottom: 1px solid #CCC;
color: #222;
font-weight: bold;
height: 25px;
line-height: 25px;
padding: 2px 5px;
text-align: left;
vertical-align: middle;
}
body.customer td {
border-bottom: 1px solid #EEE;
line-height: 22px;
padding: 5px;
vertical-align: middle;
}
body.customer input[type="button"],body.customer input[type="submit"],body.customer input[type="image"],body.customer button {
cursor: pointer;
}
body.customer button,body.customer input,body.customer select,body.customer textarea {
margin: 0;
}
body.customer select,body.customer input,body.customer textarea,body.customer button {
font: 99% sans-serif;
}
body.customer label {
color: #999;
display: block;
float: left;
font-weight: 400;
height: 32px;
line-height: 32px;
margin: 0 20px 0 0;
padding: 0;
text-align: right;
width: 125px;
}
body.customer label.large {
width: 200px;
}
body.customer label.login {
width: 150px;
}
body.customer input:focus.large,body.customer input:active.large {
border: 1px solid #ABC4CE;
-moz-box-shadow: 0 0 3px #3084CA;
-webkit-box-shadow: 0 0 3px #3084CA;
box-shadow: 0 0 3px #3084CA;
}
body.customer input.large {
border: 1px solid #E8E8E8;
color: #666;
height: 22px;
line-height: 22px;
float: left;
padding: 6px 10px;
width: 378px;
}
body.customer input.large {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
body.customer input.cancel {
background: none;
border: 0;
color: #3084CA;
font-weight: normal;
padding: 0;
}
body.customer input.btn,body.customer a.btn {
color: #3A3A3A;
font-weight: bold;
margin: 0 auto;
padding: 4px 6px;
text-shadow: 0 1px 1px #FFF;
width: auto;
background-color: #EBEBEB;
background: -webkit-gradient(linear,left bottom,left top,from(#EBEBEB),to(#FFF));
background: -moz-linear-gradient(center bottom,#EBEBEB,#FFF);
border: 1px solid #BBB;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 1px 0 #AAA;
-webkit-box-shadow: 0 1px 0 #AAA;
box-shadow: 0 1px 0 #AAA;
}
body.customer a.btn {
color: #3A3A3A;
display: inline-block;
font-weight: bold;
padding: 4px 8px;
text-shadow: 0 1px 1px #FFF;
}
.action_bottom {
text-align: center;
border-top: 1px solid #EDEDED;
padding-top: 20px;
margin-top: 20px;
}
.action_bottom span {
vertical-align: middle;
}
.action_top {
padding-top: 10px;
text-align: center;
}
.action_link a {
padding: 2px 3px;
text-decoration: underline;
}
.action_link a:hover {
color: #000!important;
background-color: #EEE;
}
.action_edit a {
padding: 0;
}
.action_delete a {
padding: 0;
}
.action_delete {
border-left: 1px solid #DDD;
padding-left: 6px;
}
.action_return a {
display: inline-block;
left: 0;
position: absolute;
}
.address {
padding-top: 20px;
}
.address_form {
padding: 2px 0;
width: 280px;
}
.address_table {
border-bottom: 1px dotted #DDD;
padding: 40px 0;
}
.address_title {
padding-bottom: 5px;
}
.cancelled_order,.cancelled_order a {
color: #BBB;
}
.customer_address form {
border: 1px solid #CCC;
display: block;
padding: 10px;
}
.customer_address .view_address {
padding-top: 5px;
}
.customer_address .view_address p {
padding-bottom: 2px;
margin-bottom: 0;
}
.default_address {
font-style: italic;
}
.even {
background-color: #F6F6F6;
}
.flash {
color: #000;
padding: 5px 10px;
margin: 0 0 40px;
text-align: center;
}
.flash.notice {
background-color: #FFFBE5;
border: 1px solid #DFDBC5;
}
.flash.error {
background-color: #FFEFEB;
border: 1px solid #F96F96;
}
.group {
background-color: #FAFAFA;
border: 1px solid #CCC;
padding: 10px;
}
.large_form {
margin: 0 auto 20px auto;
width: 790px;
}
body.customer .note {
color: #777;
font-size: 12px;
font-weight: normal;
background: none;
border: none;
padding: 0;
margin: 2px 0 0 0;
}
.note_first {
font-weight: bold;
}
.order_date {
padding-bottom: 10px;
text-align: left;
}
.order_number {
width: 100px;
}
.order_section_title {
padding-bottom: 15px;
}
.order_summary {
color: #222;
}
.order_summary .label {
padding: 10px 35px 10px 0;
text-align: right;
}
.order_summary td {
border: none;
}
.order_total td {
border-bottom: 1px solid #CCC;
border-top: 1px solid #CCC;
font-weight: bold;
}
.status_paid,.status_authorized,.status_filed,.status_pending,.status_abandoned,.status_fulfilled,.status_partial,.status_unfulfilled,.status_restocked,.status_voided,.status_refunded {
font-size: 12px;
padding: 1px 4px;
margin: 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.status_paid,.status_authorized,.status_fulfilled {
background-color: #80BD4E;
color: #FFF;
}
.status_filed,.status_pending,.status_unfulfilled {
background-color: #EEE;
color: #000;
}
.status_abandoned,.status_voided,.status_refunded,.status_restocked {
background-color: #AF9C7E;
color: #FFF;
}
.total {
text-align: right;
}
.value {
text-align: left;
}
.value,.label {
vertical-align: middle;
}
#add_address_title {
color: #6FB305;
font-weight: normal;
padding: 10px 0 20px;
text-align: center;
}
#add_address form {
background-color: #FAFAFA;
border: 1px solid #CCC;
display: block;
margin: 0 auto;
padding: 10px;
width: 600px;
}
#add_address .label,#address_tables .label {
color: #777;
font-size: 12px;
text-align: right;
padding-right: 35px;
width: 100px;
}
#add_address td,#address_tables td {
padding: 2px 0;
}
#add_address td,#address_tables td {
border: none;
}
#address_pagination {
padding-top: 20px;
}
#admin_header {
padding-bottom: 40px;
position: relative;
}
#admin_header .title {
border-bottom: 1px solid #EEE;
font-weight: normal;
padding-bottom: 15px;
text-align: center;
}
#badtoken {
width: 200px;
}
#container {
margin: 30px auto 0 auto;
position: relative;
width: 960px;
}
#customer,#recover-password {
width: 650px;
}
#customer,#guest {
display: inline-block;
height: 330px;
vertical-align: top;
}
#customer_detail .name {
padding-bottom: 5px;
}
#customer_sidebar {
float: left;
padding-right: 30px;
text-align: left;
width: 200px;
}
#customer_orders {
width: 600px;
float: left;
}
#customer_orders .date {
width: 125px;
}
#forgot_password a {
background-color: #F5F5F5;
color: #AAA;
display: block;
height: 34px;
float: left;
line-height: 34px;
text-align: center;
width: 203px;
border: 1px solid #E8E8E8;
border-left: none;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-topleft: 0;
-moz-border-radius-bottomleft: 0;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
#forgot_password a:hover {
background-color: #F3F3F3;
color: #777;
text-decoration: underline;
}
#guest {
border-left: 1px solid #DDD;
margin-left: 25px;
padding-left: 25px;
margin-top: 5px;

}
#login_password input[type="password"] {
width: 174px;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 5px;
border-bottom-left-radius: 7px;
}
#logout {
font-size: 11px;
position: absolute;
right: 0;
top: 0;
}
#order_address {
float: left;
width: 200px;
}
#order_address p {
line-height: 1.2em;
text-align: left;
}
#order_cancelled {
margin-bottom: 20px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#order_cancelled_title {padding-bottom;0;
}
#order_details {
width: 600px;
}
#order_details,#order_notes {
float: left;
margin: 10px 0 0 30px;
}
#order_payment {
border-bottom: 1px solid #DDD;
padding: 10px 0 15px;
}
#order_shipping {
padding: 25px 0 10px;
}
#order_notes {
width: 580px;
}
#tagline {
font-weight: normal;
}
#tagline .subtitle {
color: #888;
font-size: 14px;
}
#template {
text-align: center;
}
.template_header {
padding-bottom: 30px;
}
.template_header .title {
color: #6FB305;
font-weight: normal;
padding-bottom: 10px;
}
#view_address {
display: block;
margin-top: 15px;
}

.clearfix:before,.clearfix:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
.clearfix:after {
clear: both;
}
.clearfix {
zoom: 1;
}


#main_login p {
  color: #fff;
}

#return_to_store {
  display: none;
}

#address_form_new input {
  margin-bottom: 8px;
}

#customer_login input {
  margin-bottom: 8px;
}

/* Update button added by Caroline Schnapp on September 18th 2011 */

#update-button { margin-right: 10px }

/* Contact Form Styles */

.contact-form {margin:1em 0}
.contact-form label {line-height:1.7;font-weight:normal}
.contact-form input[type=text], input[type=email], input[type=telephone], .contact-form textarea {font-size:13px;color:#74695D;padding:4px;margin:0 !important}
.feedback {padding:0.5em 0.7em;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin-bottom:1em}
.feedback p {padding:0.5em 0 !important;margin:0 !important}
.successForm {background:#BDE0A8;color:green}
.errorForm {background:#EEBDBD;color:red}

/* custom styles */
.search-bar {
    -moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	behavior:url(http://cdn.shopify.com/s/files/1/0141/5542/t/2/assets/PIE.htc);
	border:2px solid #e3ecf1;
	background:#eef3f6;
	height:41px;
	padding:13px 0 0 15px;
	width:710px;
}
.cart-button {
    -moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	behavior:url(http://cdn.shopify.com/s/files/1/0141/5542/t/2/assets/PIE.htc);
	border:2px solid #e3f0c5;
	background:#eff3dc;
	height:40px;
	padding:14px 0 0 19px;
	width:87px;
	font-size:14px;
}
.cart-button a {
	text-decoration:none;
	background:url(cart.jpg) no-repeat left top;
	padding:0 0 0 39px;
	color:#636363;
	line-height:25px;
	display:block;
	font-weight:bold;
}
.content_left {
    width:172px;
	padding:12px 8px 0 8px;
	background:#fafbfb;
	border:2px solid #f6f6f6;
    margin-bottom:20px;
}
.content_left h2 {
	width:174px;
	height:28px;
	font-size:13px;
	color:#4d4e53;
	font-weight:bold;
	padding:0 0 0 5px;
	margin:0 0 8px 0;
	line-height:28px;
	background:url(content_left_h2.jpg) no-repeat left top;
}
.content_left_nav { font-size:13px; color:#616161; }
.content_left_nav ul li { padding:0 0 7px 0 !important; }
.content_left_nav ul li li {padding:0 0 6px 10px !important; }
.content_left_nav ul li a { display:block;text-decoration:none; color:#616161; font-size:13px; }
.content_left_nav ul li a:hover { display:block; text-decoration:none !important; color: #06C; font-size:13px;	text-decoration:underline; }
.content_left_nav ul li li a:hover { text-decoration:underline !important; }
.content_right { width: 760px; }
.header_right_top {padding:0 0 12px;}
.border-padd { padding:5px; background:white; border: 2px solid #E3E3E3;}
.border-padd img {display:block;}
.banner_border img {float:left; border: 2px solid #E3E3E3;}
.product_box h2 {
    padding:0 0 0 14px;
	margin:0 0 14px 0;
	font-size:15px;
	color:#616161;
	background:#f7f9ef;
	height:33px;
	font-weight:bold;
	font-style:italic;
	border:2px solid #f0f3f3;
	line-height:33px;
}
.post-content { color:#666;    }
.blogpost .post {border:1px solid #e4e4e4; padding:14px;}
.blogpost .post h2 {margin-bottom:10px; font-size:17px; }
.blogpost .readmore{ float: left; font-weight: normal;  margin-top: 10px; text-decoration: underline; }
.blogpost img {border:2px solid silver;}
.contact {
    width:800px;
	margin:0 auto 92px auto;
	height:35px;
}
.contact ul li {
	float:left;
	padding:0 135px 0 0;
}
.contact ul li a {
	text-decoration:none;
	color:#4a513a;
	line-height:35px;
	text-transform:uppercase;
	display:block;
}
.contact ul li.i a {
	background:url(icon-message.png) no-repeat left 8px;
	padding:0 0 0 33px;
}
.contact ul li.ii a {
	background:url(icon-chat.png) no-repeat left 6px;
	padding:0 0 0 33px;
}
.contact ul li.iii a {
	background:url(icon-phone.png) no-repeat left 8px;
	padding:0 0 0 33px;
}
.contact ul li.iii {
	padding:0px;
}
.main-post .post {border:2px solid #f6f6f6; padding:14px;}
.heading {
     background: none repeat scroll 0 0 #EEF3F6;
    border: 2px solid #E3ECF1;
    border-radius: 11px 11px 0px 0px;
    height: 40px;
    padding: 0 0 0 30px;
    font-size:12px;
    line-height:40px;
    }
    
    .nylon_area {
    background: none repeat scroll 0 0 #F7F9EF;
    border: 1px solid #F0F3F3;
    height: 33px;
    margin: 0 0 30px;
    padding: 0 4px 0 14px;
}

.nylon_area h1 {
    float: left;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    line-height: 33px;
    margin: 0;
    padding: 0;
}
.breadcrumb { margin-bottom: 10px;}    
div#slider {
    padding: 20px 0;
	position: relative;
}

div#slider div#prev, div#slider div#next {
	width: 73px;
	height: 73px;
	top: 22px;
	left: 0px;
	position: absolute;
}

div#slider div#next {
	left: 577px;
}

div#slider div#prev p, div#slider div#next p {
	background: url(slider2.png) no-repeat;
	width: 73px;
	height: 73px;
}

div#slider div#prev p a, div#slider div#next p a {
    	background: url(slider2.png) no-repeat  ;
    
	width: 73px;
	
	padding-top:73px;
	display: block;
	overflow: hidden;
}

div#slider div#next p, div#slider div#next p a {
	background-position: -73px -146px;
}

div#slider div#prev a:hover {
	background-position: 0 -73px;
}

div#slider div#prev a.inactive, div#slider div#prev a.inactive:hover {
	background-position: 0 -146px;
}

div#slider div#next a:hover {
	background-position: -73px -73px;
}

div#slider div#next a.inactive, div#slider div#next a.inactive:hover {
	background-position: -73px -146px;
}

div#slider div#window {
	width: 488px;
	margin: 0 80px;
	overflow: hidden;
}

div#slider ul {
	width: 10000px;
	margin-left: 0;
}

div#slider li {
	width: 96px;
	
	float: left;
}

div#slider div#image img {
	float: left;
}
#image { background:#fafafa; border:2px solid #f4f4f3;   }
div#slider h4 {
	font-size: 13px;
	text-align: center;
	padding: 10px 0 3px;
}

div#slider li p { font-size: 12px; text-align: center; }

div#slider li p del { color: #999; padding-left: 2px; }
    
/* Product Right Area */

.cb { clear:both;}
.prod-right { overflow:hidden; font-family:Verdana, Geneva, sans-serif;}
.price { color:#616161;   }
.price b { display:block; float:left; font-size:30px; }
.price del, .price span{ display:block; margin-left:10px; font-size:13px; float:left; margin-top:15px; font-style:italic; }


.prod-cart  { clear:both; margin:5px 0;  font-size:14px;  }
.prod-cart b { text-transform:uppercase; color:#d9320f;}
.prod-cart b, .prod-cart span { float:left; display:block; margin-right:10px;  }
.prod-cart span {color:#add24f; }

.prod-fields { font-size:14px; margin:10px 0 }
.prod-fields label { width:80px; float:left; }
.prod-fields select {width:195px; padding:5px;}
.add-cart { background:url(addtocart.png) !important; width:303px; height:34px; border:0px; cursor:pointer; margin-top:10px;   }

.magnify { background:url(magnify.png);  position:absolute; margin:5px 0 0 5px;   }
.magnify a  { display:block; width:41px; height:40px; }
.product-page-review { margin-left: 151px; margin-top: -49px; overflow: hidden; padding: 0; position: absolute; width: 170px; }
.product-page-review .selector-wrapper, .product-page-review .product form p {padding:0px;}

/*-----Product Review New Styles - 17-7-2012---------*/
#ratevoice-reviews {width:auto !important;}
#ratevoice-reviews input {float:none !important; margin:5px 5px 5px 0 !important; border:1px solid #E0E0E0 !important;}
#ratevoice-reviews textarea {border:1px solid #E0E0E0 !important; width:500px !important;}
#ratevoice-reviews td.ratevoice-form-label { padding-right:10px;}
#ratevoice-reviews button {background:url(btnbg.png) left top repeat-x; padding:5px; text-align:center; color:#333; font-weight:bold; border:1px solid #b1c782; -moz-border-radius:5px; border-radius:5px; -web-kit-border-radius:5px; margin-right:5px; margin-top:10px;}
.ratevoice-rating img {width:50px !important; height:10px !important;}

#checkout-button { width: 204px; height: 28px; background: url(checkout_56738.png); }