﻿/*New Stylesheet for stowecraft.com*/

/******** BODY SETTINGS ********/

body 
{
	margin-top: 0px;
	font: 0.8em Verdana, Geneva, Tahoma, sans-serif;
	text-align: center;
	height: 100%; /* this is the key! */ 
	background-color: #ffffff;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
	
a img 
{
	border: none;
}

/*********************************************/
/***************** Buttons ******************/
/*********************************************/
.btn-wish{
	background-color:#D5CCAB;
	border:2px #000000 ridge;
	font-weight:bold;
	height:30px;
	color:#7C2D23;
	cursor:pointer;
}

.btn-red{
	background-color:#D74937;
	border: 2px #000000 ridge;
	font-weight: bold;
	height: 30px;
	color: #ffffff;
	cursor:pointer;
}


/******** CONTAINER ELEMENT ********/

.cleardiv
{
	clear:both;
}

#container 
{
	position: relative;
	width: 960px; 
	margin: 0px auto;
	text-align: left;
	height: 100%;
}

/******** FONTS ********/

h1 
{
	font: normal 1.3em Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #7C2D23;
	letter-spacing: 0.2em;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom: 1px #7C2D23 solid;
	padding-bottom: 4px;
}

h2 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #7C2D23;
	margin-bottom: 2px;
}

.medium 
{
	font: 500 11px/13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	word-spacing: .1em;
	margin: 0px 0px 6px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.big 
{
	font: 16px Geneva, Arial, Helvetica, sans-serif;
	color: #7C2D23;
}

.xbig 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.justified 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

p 
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

/******** PAGE CONTENT ********/
/**** MAIN ****/
#main
{
	position: relative;
	border: 1px #ffffff solid;
	width: 960px;
	min-height: 100%;
	display: inline-block;
}

/**** global hdrftr ****/
.box_g_hdr
{
	border-bottom: 1px #ffffff solid;
	background-color: #ffffff;
	float:left;
	width:960px;
}

.logo{
	width:350px;
	height:70px;
	text-align:right;
	float:left;	
}

.logo-bottom{
	width:350px;
	float:left;
	text-align:right;
}

.sticks{
	float:left;
	width:200px;
	height:70px;
}

.phone{
	float:left;
	text-align:center;
	width:200px;
}

#main #box_g_ftr
{
	border-top: 1px #ffffff solid;
	background-color: #d5ccab;
}

#main #box_g_ftr .b_nav
{
	float: left;
	text-align: left;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px #ffffff solid;
	background-color: #d5ccab;
}

/**** navigation ****/
.nav-links{
	width: 600px;
	text-align:right;
	vertical-align: bottom;
	padding: 0px 3px 0px 0px;
	border:none;
	background-position: bottom;
	float:left;
}

.nav-links .tab{
	background-color:#D5CCAB;
	border:2px #000000 ridge;
	font-weight:bold;
	padding: 5px 7px;
	margin-right: 2px;
	color:#7C2D23;
	cursor:pointer;
}

.nav-links .tab2{
	background-color:#D74937;
	border: 2px #000000 ridge;
	font-weight: bold;
	padding: 5px 7px;
	margin-right: 2px;
	color: #ffffff;
	cursor:pointer;
}

.nav-links .tab:hover {
	background-color: #7C2D23;
	color: #ffffff;
}

.nav-links .tab2:hover{
	background-color:#D74937;
	color: #ffffff;
}

/********* Bread Crumbs ********/
#main #right_col .bc
{
	float: left;
	text-align: left;
	height: 20px;
	width: 100%;
	line-height: 20px;
	border-bottom: 1px #ffffff solid;
	background-color: #d5ccab;
}

/*** Category Tree Style goes here ***/

/**** right_col ****/
#main #right_col
{
	vertical-align: top;
	width: 100%;
	border-left: 1px #ffffff solid;
	background-color: #ffffff;
}

#main #right_col .content
{
	text-align: left;
	height: 100%;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	display: inline-block;
}

#main #right_col .disp
{
	border: 1px #EDE9DB solid;
}


/**** check out col ****/
#main #chk_col
{
	vertical-align: top;
	width: 760px;
	background-color: #ffffff;
}

#main #chk_right_col
{
	vertical-align: top;
	width: 200px;
	background-color: #ffffff;
	border-left: 1px #bcad75 solid;
	padding:10px 8px 10px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

#main #chk_col .chk_content
{
	text-align: left;
	width: 738px;
	height: 100%;
	line-height: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	display: inline-block;
}

/******** Search ********/
#main #srch_col
{
	vertical-align: top;
	width: 960px;
	background-color: #ffffff;
}

#main #srch_col .content
{
	text-align: left;
	height: 100%;
	line-height: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	display: inline-block;
}

#search1 
{
	background-color: #d5ccab;
	color: #6A3231;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6A3231;
	padding: 8px 6px 8px 10px;
	font-weight: bold;	
}

#search2 
{
	background-color: #d5ccab;
	padding: 0px 0px 8px 0px;
}

#search_box_cat 
{
	background-color: #FFFFFF;
	border: 1px solid #6A3231;
	height: 18px;
	width: 180px;
}

#search_box 
{
	background-color: #FFFFFF;
	border: 1px solid #6A3231;
	height: 18px;
	width: 140px;
}

#search3
{
	background-color: #7C2D23;
	border: .5px solid #000000;
	font-weight: bold;
	height: 22px;
	color: #ffffff;
}

/**** box label****/
#box_head 
{
	background-color: #7C2D23;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 4px 10px 4px 18px;
	font-size: 12px;
	margin-left: -8px;
}


/**** list_hdr ****/
#list_hdr
{
	background-color: #7C2D23;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 4px 10px 4px 18px;
	font-size: 12px;
	margin-left: -8px; 
}

/**** check out button ****/
#chk_but_row 
{

}

#chk_but_row input 
{
	background-color: #7C2D23;
	border: .5px solid #000000;
	font-weight: bold;
	height: 30px;
	color: #ffffff;
}

.chk-tb 
{
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #6A3231;
	height: 18px;
	width: 40px;
}

.chk-tb-I
{
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #6A3231;
	height: 18px;
	width: 40px;
}

.chk-tb-P
{
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #6A3231;
	height: 18px;
	width: 80px;
}

.chk-ta
{
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #6A3231;
}

/******** Category Page ********/
.ctgy_prodlist 
{
	text-align: center;
	width: 33%;
	padding: 12px 5px;
	vertical-align: bottom;
	background-color: #FFFFFF;
}

.ctgy_prodlist a 
{
	text-decoration: none;
}

.ctgy_prodlist img 
{
	margin-bottom: 8px;
}

.ctgy_subcats 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	width: 25%;
	padding: 20px 3px;
}

.ctgy_subcats a 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7C2D23;
	text-decoration: none;
}

.ctgy_subcats a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7C2D23;
	text-decoration: underline;
}

.ctgy_subcats_link 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #EFEFEF;
	text-align: center;
	padding: 8px;
	border: 1px solid #000000;
	display: block;
	height: 49px;
	width: 125px;
}

.ctgy_subcats_head 
{
	width: 722px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #7C2D23;
	display: block;
	padding: 4px 0px 4px 0px;
	font-weight: bold;
	color: #FFFFFF;
}

.ctgy_subcats_contain 
{
	display: block;
	width: 720px;
	clear: both;
	border: 1px solid #7C2D23;
}


/* CATEGORY TREE */
#category-tree{
	width: 180px;
}

.category-top{
	color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #d5ccab;
	/*display: block;*/
	border-top: 1px #551612 solid;
	font-weight: bold;
	text-decoration: none;
	margin-top: -14px;
}

.category-top .category-link{
	color: #551612;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #d5ccab;
	display: block;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}

.category-top .category-link:hover 
{
	color: #FFFFFF;
	background-color: #7C2D23;
}

.category-top .category_sel 
{
	color: #ffffff;
	background-color: #7C2D23;
	display: block;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px #551612 solid;
	font-weight: bold;
	text-decoration: none;
	white-space: normal;
}

.category-sub{
	color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #d5ccab;
	display: block;
	border-top: 1px #551612 solid;
	font-weight: bold;
	text-decoration: none;
	padding-left:10px;
	margin-top: -14px;
}

.category-sub .category-link{
	color: #551612;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #d5ccab;
	display: block;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}

.category-sub .category-link:hover 
{
	color: #FFFFFF;
	background-color: #7C2D23;
}

.category-sub .category_sel 
{
	color: #ffffff;
	background-color: #7C2D23;
	display: block;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px #551612 solid;
	font-weight: bold;
	text-decoration: none;
}

.category-sub2{
	color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #d5ccab;
	display: block;
	border-top: 1px #551612 solid;
	font-weight: bold;
	text-decoration: none;
	padding-left:20px;
	margin-top: -14px;
}

.category-sub2 .category-link{
	color: #551612;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #d5ccab;
	display: block;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}

.category-sub2 .category-link:hover 
{
	color: #FFFFFF;
	background-color: #7C2D23;
}

.category-sub2 .category_sel 
{
	color: #ffffff;
	background-color: #7C2D23;
	display: block;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px #551612 solid;
	font-weight: bold;
	text-decoration: none;
}

/**** left_col ****/
#main #left_col
{
	width: 200px;
	font-family: Verdana;
	font-size: 10px;
	background-color: #d5ccab;
	vertical-align: top; 
}

/**** Custom Order Form ****/
.L-clear{
	clear: left;
}

.order-form{
	width: 100%;
	text-align: left;
	font: normal 12px Arial, Helvetica, sans-serif;
	
}

.order-form h1{
	font: normal 1.3em Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #7C2D23;
	letter-spacing: 0.2em;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-bottom: 1px #7C2D23 solid;
	padding-bottom: 4px;
}

.order-form img{
	margin-left: 20px;
	width: 230px;
	float: left;
}

.order-form-list{
	float: left;
}

.order-form-header{
	height: 20px;
	background-color: #7C2D23;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.order-form-list-code{
	padding: 3px 0 3px 5px;
	width: 80px;
	float: left;
}

.order-form-list-name{
	padding: 3px 0 3px 5px;
	width: 300px;
	float: left;
}

.order-form-list-qty{
	padding: 3px 0 3px 5px;
	width: 40px;
	float: left;
}

.order-form-list-price{
	padding: 3px 0 3px 5px;
	width: 60px;
	float: left;
}

.order-form-submit{
	text-align: right;
	margin-top: 10px;
}

.order-form-list-clear{
	clear: both;
	border-bottom: 1px #7C2D23 solid;
}

.order-form-submit input{
	background-color: #7C2D23;
	border: .5px solid #000000;
	font-weight: bold;
	height: 30px;
	color: #ffffff;
}

.order-form-clear{
	clear: both;
	margin: 285px 0 20px 20px;
	border-bottom: 1px #7C2D23 solid;
}

#tabs{
	margin-left: 20px;
}

/***************************************************************/
/********************* PROD Styles ***********************/
/***************************************************************/
.prod-removed-message{
	
}

.prod-detail {
	float:left;
}

.prod-detail-top{
	float:left;
}

.prod-image{
	float:left;
	text-align:center;
}

.prod-info{
	float:left;
	width:300px;
}

.prod-attributes{
	padding-left:-6px;
}
.prod-detail-bottom{
	float:left;
}

.prod-add{
	float:right;
	margin-right:10px;
}

.prod-gift{
	float:right;
	margin-right:10px;
}

.prod-desc-head{
	
}

.prod-desc{
	
}

.prod-review{
	
}

.prod-related{
	
}

.prod-next-prev{
	float:left;
	width:100%
}

.prod-next{
	float:right;
	text-align:right;
	width:50%;
}

.prod-prev{
	float:left;
	text-align:left;
	width:50%;
}

.prod-bx-head
{
	margin-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #7C2D23;
	padding: 4px 0px 4px 5px;
	border-left: 1px #7C2D23 solid;
	border-right: 1px #7C2D23 solid;
	font-weight: bold;
	color: #FFFFFF;
}

.prod-bx
{
	margin-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 4px 0px 4px 5px;
	border-left: 1px #7C2D23 solid;
	border-right: 1px #7C2D23 solid;
	border-bottom: 1px #7C2D23 solid;
	color: #000000;
}

.prod-bx select{
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #6A3231;
	height: 20px;
	width: 220px;
}

.prod-bx .tb 
{
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #6A3231;
	height: 18px;
	width: 30px;
}
