/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #543e35;
	color: #626161;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #626161;
	text-decoration: underline
}
a:hover{
	text-decoration: none
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #626161;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0 0 .5em;
	border-bottom: 1px solid #A9A19B;
	font-size: 1.75em;
	font-weight: normal;
	margin: 7px 0;
	padding-bottom: 4px;
	color: #543E35;
	width: 537px;
}
h3{
	color: #9e9d9d;
	font-size: 1.45em;
	font-weight: normal;
	margin: 0 0 .3em;
	margin-bottom: 20px;
}
h4{
	font-size: 1em
}
p{
	line-height: 1.5em;
	padding: 0 0 1.2em
}
.required,
.validation {
	color: red;
}
/*=== Layout ===*/
#page{
	background: url(/themes/crystaltree/images/page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 14px;
	width: 962px;
}

#page-bot{
	background: url(/themes/crystaltree/images/page-bot.png) no-repeat top;
	height: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 990px;
	
}
#page embed {
	display: block;
	margin: 0;
	padding: 0;
}

/*=== Header ===*/
#header{
	background: url(/themes/crystaltree/images/header-bgr.gif) repeat-x top;
	height: 156px;
	padding: 0 20px;
}
#home #header {
	border-bottom: 1px solid #b7b7b6;
}
#header .content{
	float: right;
	padding: 15px 0 0;
	width: 790px
}
/*- Logo -*/
#header h1{
	background: url(/themes/crystaltree/images/logo.gif) no-repeat;
	float: left;
	margin: 12px 0 0;
	text-indent: -9999px;
	width: 98px
}
#header h1 a{
	display: block;
	height: 126px;
	text-decoration: none
}

/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	clear: right;
	float: right;
	font-size: 11px;
	height: 22px;
	text-align: right;
	text-transform: uppercase;
	width: 500px;
}
.nav1 li{
	border-right: 1px solid #553e35;
	display: inline;
	padding: 0 15px
}
.nav1 li.last{
	border: 0;
	padding-right: 0
}
.nav1 li a{
	color: #543e35;
	text-decoration: none
}
.nav1 li a:hover{
	text-decoration: underline
}
.nav1 li.btn-cart{
	border: 0;
	font-size: 10px;
	padding-right: 0;
	text-transform: lowercase;
	margin-right: -2px;
}
.nav1 li.btn-cart img{
	margin: 0 3px -3px -3px;
	position: relative
}
/*- Nav2 -*/
#nav2{
	float: right;
	font-size: 12px;
	height: 35px;
	margin: 33px -12px 0 0;
	position: relative
}
#nav2 li{
	float: left;
	line-height: 35px;
	padding: 0 20px 0 25px;
	text-transform: uppercase
}
#nav2 li a{
	color: #543e35;
	display: block;
	float: left;
	text-decoration: none
}
#nav2 li a:hover,
#nav2 li.active a{
	text-decoration: underline
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	margin: 20px 0 0;
	padding: 0 20px 20px;
}
#home #columns {
	margin:0;
	padding: 0;
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 368px
}
.col2{
	float: right;
	width: 535px
}
/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}
select{
	padding: 1px
}
/*- Add To Cart -*/
.add2cart label{
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0 0
}
.add2cart input{
	float: left;
	font-size: 12px;
	margin: 0 0 0 7px;
	padding: 5px;
	width: 20px
}
.add2cart .btn{
	border: 0;
	margin: 0 0 0 10px;
	padding: 0;
	width: auto
}
/*- Search -*/
.search{
	float: right;
	height: 20px;
	margin: 0 0 10px
}
.search input{
	background: #eeefee;
	float: left;
	padding: 1px;
	width: 135px
}
.search input.btn{
	margin: 0 0 0 5px;
	width: auto
}
/*=== Link Buttons ===*/
/*- 'Return' Button -*/
.btn-return, .btn-print, .btn-nlarge{
	margin: 0 0 .8em
}
.btn-return a{
	background: url(/themes/crystaltree/images/ico-back.gif) no-repeat left;
	color: #a8a8a8;
	font-size: 11px;
	padding: 0 0 0 12px;
	text-decoration: none;
}
.btn-return a:hover, .btn-print a:hover, .btn-nlarge a:hover{
	color: #000000;
	text-decoration: underline
}
/*- 'Print' Button -*/
.btn-print{
	margin: 0 0 .8em
}
.btn-print a{
	background: url(/themes/crystaltree/images/ico-print.gif) no-repeat left;
	color: #a8a8a8;
	font-size: 11px;
	padding: 0 0 0 16px;
	text-decoration: none
}
/*- 'Enlarge' Button -*/
.btn-nlarge{
	margin: 0 0 .8em
}
.btn-nlarge span{
	background: url(/themes/crystaltree/images/ico-zoom.gif) no-repeat left;
	color: #a8a8a8;
	font-size: 11px;
	padding: 1px 0 1px 20px;
	text-decoration: none
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic{
	border: 2px solid #e8e8e7;
	background: white;
	margin: 0 0 1em;
	text-align: center
}
.pic img {
	padding: 10px
}
.thumbs img{
	border: 1px solid #757574;
	margin: 0 2px 0 0
}
/*=== Footer ===*/
#footer{
	color: #ffffff;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 1%;
	margin: 0 auto;
	padding: 0 0 25px;
	width: 960px
}
#footer a{
	color: #ffffff;
	text-decoration: none
}
#footer a:hover{
	text-decoration: underline
}
#footer ul{
	border-left: 1px solid #ffffff;
	display: table-cell;
	display: block;
	float: left;
	height: auto !important;
	height: 60px;
	min-height: 60px;
	padding: 0 25px 0 10px
}
#footer li{
	padding: 0 0 .3em
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
.clear {
	clear: both
}

/* Search Results */
#SearchResults h3 {
	margin-bottom: 0;
	margin-top: 10px;
}
#SearchResults li {
	margin-bottom: 30px;
}

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
	padding:0;
}
#PageComments li {
	margin: 0;
	padding-top: 10px;
	width: 88%;
}
	#PageComments li.odd {
		background: #EEEEEE;
		padding-left: 20px;
		padding-right: 10px;
		border-bottom: 1px solid #AAA;
	}
	#PageComments li.even {
		background: #fff;
		padding-left: 20px;
		padding-right: 10px;
		border-bottom: 1px solid #AAA;
	}

		#PageComments li.odd p.info {
			color: #888;
		}

		#PageComments .actionLinks li {
		   display: inline;
		   padding: 0;
		   height: auto;
		   border-right: 1px solid #333;
		}
			#PageComments .actionLinks li a {
				padding: 0 3px 0 0;
				margin: 0;
				font-size: 10px;
			}
   			#PageComments .actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}
#CommentForm {
	display: none;
}