body {
    font-family:helvetica, sans-serif;
    margin:0px;
}


h1 {
    color:#052D33;
    font-family:lucida, sans-serif;
    font-size:12pt;
    margin-top:0px;
    margin-bottom:0;
}

a {
    text-decoration:none;
    color:#87C508;
}

a:hover {
    color:#0C3B16;
}
h1 span {
    color:#b1b1b3;
    font-size:10pt;
}

a:active {
  outline: none;
}

a.product {
    display:block;
    width:228px;
    height: 290px;
    float:left;
    border-left: 1px dotted #B3B3B3;
    border-bottom: 1px dotted #B3B3B3;
}

a.cell_0, a.cell_1, a.cell_2 {
    border-top: 1px dotted #B3B3B3;
}

a.cell_2, a.cell_5, a.cell_8, a.cell_11 {
    border-right: 1px dotted #B3B3B3;
}


a.product img {
    width:228px;
    height: 228px;
}

a.soldOut img {
    opacity:0.5;
}

a.soldOut span {
    color:#b1b1b3;
}

.soldOut {
    color:#b1b1b3;
}

a.product span {
    text-align:left;
    display:block;
    font-size:12px;
    padding: 2px 10px;	
 }
 
a.product:hover span {

}

a.product span.price {

    font-size:20px;
    visibility:hidden;
    /* JS adds a class on mouseover to make the price show up.*/
}

a.showPrice span.price {
    visibility:visible !important;
}

a.product:hover span.price {
    text-decoration:none;    
}

a.product span.price {
    text-decoration:none;
}

img {
    border:none;
}

#main {
    width:920px;
    margin:0 auto;
}
#content {
    width:715px;
    min-height:400px;
    
    float:left;
    margin-bottom:20px;
}

#cart {
    width:200px;
    min-height:100px;    
    float:right;
}


#super-header {
    background-color:#ade56e;
    height:90px;
    position:relative;
    margin-bottom:15px;
}
#header {
    width:920px;
    height:90px;
    background-color:#ade56e;
    position:relative;
    margin:0 auto;
}

#header-bottom {
    height:13px;
    background-image:url(../images/carrot.gif);
    background-repeat:repeat-x;
}

#logo {
    left:-4px;
}

#store {
    right:165px;
}

#top-nav {
    top: 35px;
    right:0px;
    font-family: lucida-grande, helvetica, arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .05em;

    position:absolute;
}

#top-nav a {
    color: #0c3b16 !important;
}

#top-nav a:hover {
    text-decoration:underline;
}

#store, #logo {
    position:absolute;
    bottom:5px;        
}

#product-detail #copy-image {
    width:456px;

    float:left;
}

#copy-image img {
    width:456px;
}
#product-detail {
    text-align:center;
}

h1.productName {
    font-size:17pt;
}

#product-detail ul {
    float:left;
    text-align:left;
    margin-top:0px;
    width:210px;
}

#product-detail ul li {
    list-style-type:none;
    margin-top:15px;
}

#product-detail ul li.shareLinks {
	margin-top:15px;
	display:inline;

}	

#product-detail ul h1 {
    margin-bottom:5px;
}

#product-detail p.price {
    font-size:20px;
}

#product-detail img {
    display:block;

}

#product-detail #product-desc {
    display:block;
    margin: 0 auto;
    margin-bottom:10px;
    margin-top:10px;
}

#add-to-cart-list {
    font-size:14px;
}

#add-to-cart-list li {
	margin-top:15px;
}

#add-to-cart-list li a {
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
	border-radius: 5px;	
	padding: 4px 8px 3px;	
	background-color:#87C508;
	color:white;
}	

#add-to-cart-list li a:hover {
	background-color:#0C3B16;
	color:white;
}
/*
----------------
Cart syles
-----------------
*/

#cart h1 {
    float:left;
    width:100%;
}
#cart img{
   float:left;
    margin-right:5px;
   display:block;    
}

#cart div.cartProduct  {

    clear:both;
	border-bottom: 1px dotted #B3B3B3;
	
	min-height:110px;	
}

#cart div.cartProduct a {
    font-size:12px;
}

#cart div.cartProduct span.qty, #cart div.cartProduct span.price,
    #cart div.cartProduct span.name, #cart .total {
    color:#b1b1b3;
    text-align:left;
}

#discount-submit {
	padding-top:25px;
	padding-bottom:5px;	
}

#cart #discount-submit input {
	width:100px;
}

tr td #discount-submit {
	padding-top:5px;	
}	

table.payments td {
	border-top:1px dotted #b1b1b3;
}

table.payments tr:hover {
	background-color:#DFDFDF;
}	

#discount-text p {
    margin:0px;
}

.smallText {
    font-size:11px;
}
.smallGray {
    color:#b1b1b3;
    }
#cart span.total {
    font-weight:bold;
}
#cart span.line {    
    display:block;
    font-size:11px;    
	font-family:lucida grande,helvetica,arial,sans;    
    
}

#cart div.cartProduct span.name {
    display:block;
    margin-bottom:5px;
}

#total-table {
    float:right;
    font-size:12px;
    text-align:right;
}

#discount-message {
    font-size:12px;
    color:#0C3B16;
}

/*
----------------------------
Editing product page and product skus
-----------------------------
*/

#product-form {
    width: 45%;
    float:left;
    padding:10px;
}

#product-skus-form {
    width: 45%;
    float:right;
    padding:10px;
}

#new-sku {
}

input.number {
    width:100px;
}

form.edit_product_sku {
    border-top:1px solid #CCCCCC;
    padding-top:5px;
    margin-top:5px;
}

#product-skus-form {
   border-left:1px solid #CCCCCC;
   padding-left:10px;
   margin-left:10px; 
}

#flash {
    color:green;
}

#notice {
    position:absolute;
    margin-left:30px;
    color:green;
    background-color:white;
    border-bottom:1px solid green;
    bottom:-30px;
}

#footer {
    
    clear:both;
    font-family:helvetica, lucida-grande, arial, sans;
    margin-top:10px;
    background: #ADE56E url(../images/upcarrot.gif) repeat-x top left;

}

#sub-footer {
    width:920px;
    margin:20px auto;

}

#sub-footer img {
    display:block;
    float:left;
    
}

#footer div.add {
    padding:0px;

    float:left;
    margin-left:20px;
    font-size: 15px;
    line-height: 22px;
	height:175px;
}

#twitter-feed {
    float:right;
	width:460px;
	
}

#twitter-feed ul {
	list-style-type:disc;
	padding-left:15px;	
	margin-top:5px;
}

#twitter-feed li {
	font-size:13px;
	margin-bottom:3px;
}	


/*--------------------
Styles for copy on the site that can be edited by the user
----------------------*/
.textileBit p {
    margin:0px;
}

.textileBit p.top_margin {
    margin:6px;
}

#tagline {
bottom:17px;
color:#0C3B16;
font-family:georgia,serif;
font-size:17px;
font-style:italic;
position:absolute;
right:26px;
display: none;
}

#store-headline {
	margin-top:0px;
    float:left;    
    text-align:left;
}

#store-headline, #shop-updated {
    max-width:330px;
}

#shop-updated {
    text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .05em;
	background-color:#ADE56E;		
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
	border-radius: 5px;	
	padding: 4px 8px 3px;
	color: white;
    float:right;
    display:block;
}



#about-copy {
    font-family:georgia,serif;
}

/*
----------------------
Sorting store items
--------------------
*/
ul.prodList {
    position:relative;
	margin-top:4px;
}

ul.prodList form {
	display:inline;
}

ul.prodList li:hover {
    background-color:#CCCCCC;
}



ul.prodList li {
    cursor:move;
    font-size:15px;
    height:20px;
    padding:5px;
}

ul.nodrag li {
	cursor:default;
}

ul.prodList img {
    height:15px;
}

ul.prodList h2 {
    display:inline;
    font-size:15px;
}

div.storeDivider {
    position:absolute;
    border-bottom: 1px solid green;
    width:20%;
    top:175px;
}

/*------------------
Product index styles
-------------------*/

td.date {
    font-size:12px;
}

div.pagination {
    float:right;
}


h1 iframe {
	padding-top:10px;
}

h1.productName {
	position:relative;
}

#fb_share {
	position:absolute;
}


/*-----------------------------
Category pages
-------------------------------*/

#category-name {
	font-size:15pt;
	float:left;
	margin-top:0;
	text-align:left;
}

a.product {
	position:relative;
}


a.product span.categoryName { 
	font-size:18pt;
	padding:5px 5px 5px 10px;
	position:absolute;
	bottom:10px;
	display:block;
}
	
a.showPrice span.categoryName { 

}

div.related-products {
	margin-bottom:6px;
	text-align:left;
}

div.related-products div {
	border-bottom:1px dotted #B3B3B3;
	text-align:center;
	color:#b3b3b3;
}

div.related-products img {
	border:1px dotted white;
	margin-right:12px;
}
	

div.related-products a img:hover {
	border:1px dotted #052D33;
}

div.related-products a.current img:hover {
	border:1px dotted white;
}

div.related-products img.current {
 opacity:0.5;
}

#all-page div.related-products {
	clear:both;
	margin-top:15px;
}	

#all-page div.related-products div {
	font-size:0px;
	width:694px;
}	


#category-nav {
	text-align:left;
	clear:both; 
	padding-top:0px;
}

#category-nav {
	color:#b3b3b3;
}	

#category-nav span {
	color:#052D33;
	font-weight:bold;
	font-size:15pt;
}

#category-nav h1 {
	display:inline;
}

#top-nav a.button, #cart_discount a.button  {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#87C508;
	color:white !important;
	font-size:11px;
	padding:4px 8px 3px;
	
}


#top-nav a.button:hover, #cart_discount a.button:hover {
	background-color:#0C3B16;
	color:white !important;
	text-decoration:none;
}

#top-nav form {
	display:block;
	margin-top: 5px;
}


