body, h2, h3, form { margin: 0; padding: 0; bottom: 0;}
img { border: none; }
.floatr { float: right; } .floatl { float: left; }
.center { text-align: center; } .left { text-align: left; } .right { text-align: right; }
.noborder { border: none !important; }
.clr { display: block; clear: both; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

form {
	display: inline;
}

input:focus, textarea:focus {
	border: 1px solid #ee1f62;
}
body {
	text-align: center;
	background: url("../images/body_bg.gif");
	font: 11px/19px verdana, sans-serif;
	color: #333;
}

input, select, textarea {
	font: 11px/16px verdana, sans-serif;
	color: #333;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	background: #fff url("../images/wrapper_bg.gif") repeat-x;
	text-align: left
}

	#header {
		width: 780px;
		height: 96px;
		margin: 0 auto;
		background: url("../images/header_bg.gif") repeat-x;
		position: relative;
	}
		#header h1 {
			margin: 0;
			padding: 0;
		}
		#header h1 a {
			position: absolute;
			left: 12px;
			top: 0px;
			display: block;
			width: 358px;
			height: 95px;
			background: url("../images/logo.gif") no-repeat;
		}
			#header h1 a span {
				display: none;
			}

		#cartnav {
			position: absolute;
			top: 0;
			right: 20px;
			color: #fff;
			width: 287px;
			height: 24px;
			line-height: 24px;
			background: url("../images/cart_bg.gif") no-repeat;
			font-family: arial, sans-serif;
			text-align: center;
		}
			#cartnav a {
				color: #fff;
				text-decoration: none;
			}
				#cartnav a:hover {
					color: #fff;
					text-decoration: underline;
				}
				#cartnav a.cart {
					background: url("../images/cart.gif") no-repeat;
					padding: 2px 0 2px 23px;
				}
				
		#topnav {
			position: absolute;
			top: 30px;
			right: 20px;
			color: #fff;
			width: 287px;
			height: 24px;
			line-height: 24px;
			font-family: verdana, sans-serif;
			font-size:11px;
			text-align: center;
		}
			#topnav a {
				color: #fff;
				text-decoration: none;
			}
				#topnav a:hover {
					color: #fff;
					text-decoration: underline;
				}

				

.error {
	color: #ed1c24;
	font-weight: bold;
}
#promo {
	width: 779px;
	height: 210px;
	margin: 0 auto;
	padding: 0;
	top: 0px;
	display: block;
}
#pagenav {
	background: url("../images/pagenav_bg.gif") repeat-x;
	float: left !important;
	float: auto;
	width: 724px;
	height: 51px;
	margin: 12px;
	padding: 0 15px;
	border: 1px solid #fff;
}
form {
	display: inline;
}
	#pagenav p {
		margin: 0;
		padding: 15px 0 0 0;
	}

#content {
	width: 780px;
	background: url("../images/content_bg.gif") no-repeat top;
	margin: 0 auto;
	min-height: 479px;
	height: auto !important;
	height: 479px;
	clear: both;
}
.nobg:hover {
	background: none !important;
}

p {
	margin: 14px;
	clear: both;
}

h2 {
	font: bold 18px/51px tahoma, sans-serif;
	color: #331A00;
}
h3 {
	font: bold 11px/19px verdana, sans-serif;
	margin: 12px;
	background: #361d03;
	color: #fff;
	padding: 3px 6px;
}
h4 {
	font: bold 12px tahoma, sans-serif;
	color: #596068;
	margin: 10px;
}

.btn {
	padding: 4px 10px;
	background: #b0b8c4;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
	border: none;
}
.btn:hover {
	background: #ed145a;
	color: #fff;
	cursor: pointer;
}
.col {
	width: 180px;
	background: url("../images/col_top.gif") no-repeat;
	margin: 0 0 0 12px;
	float: left;
	display: inline;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
.col p {
	margin: 10px 10px 20px 10px;
}
.col ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
	.col ul a {
		display: block;
		padding: 4px 4px 4px 15px;
	}
.tripcol {
	width: 564px;
	margin: 0 0 0 12px;
	float: left;
	display: inline;
}

.displaytext {
	width: 700px;
	margin: 0 0 0 15px;
	float: left;
	display: inline;
}

.bread {
	width: 564px;
	height: 10px;
	margin: 0 0 10px 15px;
	float: left;
}

.tripcol p {
	margin: 12px;
}
#maincol {
	width: 372px;
	margin: 0 0 0 12px;
	float: left;
}

#details {
	width: 372px;
	height: 171px;
	background: url("../images/detailbox.gif") no-repeat;
	margin: 10px 0;
	position: relative;
}

#price {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 146px;
	height: 49px;
	font: bold 36px/49px arial, sans-serif;
	color: #ed145a;
	text-align: center;
}
#options {
	position: absolute;
	top: 9px;
	left: 164px;
}
#options select {
	width: 80px;
}
#options .btn {
	margin: 6px 0 0 0;
}
#description {
	position: absolute;
	top: 67px;
	left: 9px;
}
#description  p {
	margin: 10px;
}

#extras {
	margin: 0 0 0 12px;
	display: inline;
	clear: both;
}

	
.thumbnails {
	margin: 0 0 12px 0;
}
	.thumbnails a {
		float: left;
		width: 168px;
		height: 126px;
		padding: 6px;
		background: url("../images/pic_bg.gif") no-repeat;
		margin: 0 0 12px 0px;
		position: relative;
	}
		.thumbnails a img {
			float: left;
		}
		.thumbnails a.new img {
			position: absolute;
			top: 6px;
			left: 6px;
		}
		#content .thumbnails a:hover {
			background: url("../images/pic_bg.gif") no-repeat 0 -139px !important;
		}
	#content a {
		color: #5CB800;
	}
		#content a:hover {
			color: #fff;
			background: #5CB800;
			text-decoration: none;
		}


#cart {
	padding: 10px;
	clear: both;
}
#cart p {
	margin: 0 0 10px 0;
}
label {
	font-weight: bold;
}
.required {
	font: italic 100% arial, sans-serif;
	color: #999;
}
#cart table {
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}
#cart table th, #cart table td {
	padding: 3px 6px;

}
#cart table td {
	padding: 6px 6px;
}
#cart table tr.alt {
	background: #f2f5f7;
}
#cart table th {
	background: #ed145a;
	color: #fff;
}
#cart table table th {
	background: #b0b8c4;
}
#steps {
	text-align: center;
	display: block;
	height: 52px;
	margin: 0 auto;
	clear: both;
}
#steps span {
	display: none;
}
#steps span.show {
	display: block;
}

#footer {
	background: url("../images/footer_bg.gif") repeat-x;
	text-align: left;
	display: block;
	clear: both;	
	height: 80px;
	padding: 42px 0 0 0;
	color: #eee;
}
	#footer a {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}
		#footer a:hover {
			color: #5eb903;
			font-weight: bold;
			text-decoration: none;
		}
	#footer p {
		width: 770px;
		margin: 0 auto;
		padding: 10px 0 10px 10px;
	}
.txtCopyright {
	display: none;
}

.centered_text {
text-align:center;
margin-left:auto;
margin-right:auto;
}

.left_align {
margin-left:0;
margin-right:auto;
text-align:left;
}

.right_align {
margin-left:auto;
margin-right:0;
text-align:right;
}

.pink_text {
color:#D15600;
}

.green_text {
color:#331A00;
}

.brown_text {
color:#8B5C29;
}

.deep_red_text {
color:#bf2025;
}
.white_border_right {
border-color:#FFF;
border-style:solid;
border-width:0 1px 0 0;
}

.white_border_left {
border-color:#FFF;
border-style:solid;
border-width:0 0 0 1px;
}

.logonav_button {
font-size:13px;
font-weight:700;
vertical-align:middle;
}

.big_searchbar {
width:170px;
vertical-align:middle;
font-size:13px;
color:#000;
}

.big_search_dropbar {
width:205px;
vertical-align:middle;
font-size:13px;
color:#000;
background-color:#FFF;
}

.grey_border {
border-color:#EAEAEA;
border-style:solid;
border-width:1px;
}

.dark_grey_border_left {
border-color:#DADBD6;
border-style:solid;
border-width:0 0 0 1px;
}

.dark_grey_border_top {
border-color:#DADBD6;
border-style:solid;
border-width:1px 0 0;
}

.row_light_grey {
background-color:#F9F9F7;
}

.row_grey {
background-color:#F5F6F1;
}

.row_dark_grey {
background-color:#EAE9E4;
}

.row_white {
background-color:#FFF;
}

.row_light_tan {
background-color:#FFFFF3;
}

.row_dark_tan {
background-color:#F5F6E8;
}

.row_blue {
background-color:#E4F1F9;
}

.row_pink {
background-color:#FCF3ED;
}

.tab_on {
padding-top:8px;
padding-bottom:8px;
font-size:13px;
font-weight:700;
border-color:#DADBD6;
border-style:solid;
border-width:1px 1px 0;
}

.tab_off {
padding-top:8px;
padding-bottom:8px;
font-size:13px;
font-weight:700;
background-color:#F5F6F1;
border-color:#DADBD6;
border-style:solid;
border-width:1px;
}

.gradient_cell {
background-color:#FBFBF9;
background-image:url('http://images.etsy.com/images/bg_vertical_gradient.gif');
background-repeat:repeat-x;
background-positon:bottom;
}

.listing_number {
float:left;
vertical-align:middle;
width:22px;
}

.list_tag {
font-weight:700;
}

.list_suggested_tags {
font-size:12px;
padding:5px 0 15px 25px;
}

.list_dynamic_link {
cursor:pointer;
text-decoration:underline;
color:#0192B5;
}

table,form {
border-spacing:0;
border-collapse:collapse;
border-style:none;
border-width:0;
margin:0;
padding:0;
}

.orange_text,.orange_link a:link,.orange_link a:hover,.orange_link a:visited {color:#331A00;}

.blue_text,.blue_link a:link,.blue_link a:hover,.blue_link a:visited {color:#029EC4;}

.light_blue_text,.light_blue_link a:link,.light_blue_link a:hover,.light_blue_link a:visited {color:#331A00;}

.dark_grey_text,.dark_grey_link a:link,.dark_grey_link a:hover,.dark_grey_link a:visited {color:#666;}

.very_dark_grey_text,.very_dark_grey_link a:link,.very_dark_grey_link a:hover,.very_dark_grey_link a:visited {color:#3F3F3F;}

.light_grey_text,.light_grey_link a:link,.light_grey_link a:hover,.light_grey_link a:visited {color:#f67308;}

.black_link a:link,.black_link a:hover,.black_link a:visited {color:#000;}

.white_text,.white_link a:link,.white_link a:hover,.white_link a:visited {color:#FFF;}

.red_text,.red_link a:link,.red_link a:hover,.red_link a:visited {color:red;}

.underline_link a:link,.underline_link a:visited {text-decoration:underline;}

.cartquantity {	font-family : Arial, Helvetica, sans-serif;	font-size : 20px;	font-weight : bold;	color : #686868;	text-align : center;}

.cartamount { font-family : Arial, Helvetica, sans-serif;	font-size :20px;	font-weight : bold;	color : #686868;	text-align : center;}

.header {
	color: #666666;
	font-size: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.header a {
	color: #666666;
	font-size: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.header a:visited {
	color: #666666;
	font-size: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.header a:hover{
	color: #CC6600;
	font-size: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.Vert_Dot {background: white url(../images/v_dot.gif) repeat-y;}

.categories {
	color: #a69a8e;
	font-size: 20px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.categories a {
	color: #a69a8e;
	font-size: 20px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.categories a:visited {
	color: #a69a8e;
	font-size: 20px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}


.categories a:hover{
	color: #cc6600;
	font-size: 20px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.shopcategories {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 30px;
	font-weight : bold;
	color : #000000;
	text-align : left;
}

.productname a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #686868;
		text-decoration: none;
	}
	
.productname a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #686868;
	text-decoration: none;
}

.productname a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #cb6600;
		text-decoration: underline;
	}
	
.manuf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
}

.SKU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #686868;
	text-decoration: none;
}
	
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #686868;
	text-decoration: none;
} 

.amount {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.saleamount {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-decoration : line-through;
}
	
.tempnavailable {	font-family: Arial, Helvetica, sans-serif; font-size: 12px;	color: #BF222A;	font-weight: bold;	}
	
.breadcrumbs a:link,.breadcrumbs a:visited {color:#f67308;}
.breadcrumbs a:hover {#f67308;}
.breadcrumbs {#666666;}
	
.catprodname a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #686868;
	text-decoration: none;
}
.catprodname a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #686868;
	text-decoration: none;
}
.catprodname a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cb6600;
	text-decoration: underline;
}

.saleprice {
		text-decoration : line-through;
}

.sitemapcategories {
	color: #a69a8e;
	font-size: 14px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.sitemapcategories a {
	color: #a69a8e;
	font-size: 14px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.sitemapcategories a:visited {
	color: #a69a8e;
	font-size: 14px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}


.sitemapcategories a:hover{
	color: #cc6600;
	font-size: 14px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.sitemapcategories2 {
	color: #f67308;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}

.sitemapcategories2 a {
	color: #f67308;
	font-size: 14px;
font-weight: bold;
	text-decoration:none;
}

.sitemapcategories2 a:visited {
	color: #f67308;
	font-size: 14px;
font-weight: bold;
	text-decoration:none;
}


.sitemapcategories2 a:hover{
	color: #f67308;
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
}

td {
font-family:Arial, Helvetica, sans-serif;
font: 11px/19px verdana, sans-serif;
vertical-align:top;
border-spacing:0;
border-collapse:collapse;
border-style:none;
border-width:0;
margin:0;
padding:0;
}

.thumb {
	margin: 0 0 12px 0;
}
	.thumb a {
		float: left;
		width: 168px;
		height: 126px;
		padding: 6px;
		background: url("../images/pic_bg.gif") no-repeat;
		margin: 0 0 12px 0px;
		position: relative;
	}
		.thumb a img {
			float: left;
		}
		.thumb a.new img {
			position: absolute;
			top: 6px;
			left: 6px;
		}

.menu a {
	color: #f67308;
	font-size: 14px;
font-weight: bold;
	text-decoration:none;
}

.menu a:visited {
	color: #f67308;
	font-size: 14px;
font-weight: bold;
	text-decoration:none;
}


.menu a:hover{
	color: #f67308;
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
}

.selectedmenu {
	font: bold 18px tahoma, sans-serif;
	color: #331A00;
}

.menul {
			position: relative;
			margin: 0;
			padding: 0;			
			left: 10px;
			top: 0px;
			width: 400px;
			height: 18px;
		}
		
.menur {
			position: relative;
			margin: 0;
			padding: 0;			
			right: 10px;
			top: 0px;
			width: 200px;
			height: 18px;
		}						
		
		#peekingduck {
			position: absolute;
			margin: 0;
			padding: 0;			
			right: 0px;
			bottom: 10px;
			width: 31px;
			height: 47px;
		}		
