@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, 
sub, sup, var, b, i, input, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, 
figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, 
audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
	/*text-shadow: 1px 1px #888888, 1px 1px #333666;*/	
}

a:link {
	text-decoration: none;
		color:#333333;
}
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
    text-decoration:underline;
	color:#666666;
}
a:active {
	text-decoration: none;
	color:#999999;
}
.rounded{
	border-radius: 5px;
	-moz-border-radius: 5px;
	border:3px solid #6f2d13;
}
.line_color{
background-color:#ffffff;
}
.logo_text {
font-size:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
/*text-shadow: 1px 1px #fff;*/
font-variant:small-caps;
font-style:normal;
color:#000000;
}
.shma_text {
height:12px;
font-size:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
/*text-shadow: 1px 1px #fff;*/
font-style:normal;
color:#000000;
}
.shadow{
	-moz-box-shadow: 4px 4px 4px #cccccc;
-webkit-box-shadow: 4px 4px 4px #cccccc;
box-shadow: 4px 4px 4px #cccccc;
}
.explore_ebay_etsy:hover{
width:84px;
height:22px;
border:solid 0px #ff9900;
background-image:url(../images/transparent.png);
}