@charset "utf-8";
/* CSS Document */

body
{
	background: #f8f8f8;
}

p
{
	text-align: left;
	color: #231f20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}


hr
{
	border: 0;
	color: #e8e8e8;
	background-color: #e8e8e8;
	height: 1px;
	width: 80%;
	margin-top: 26px;
	margin-bottom: 26px;
}

li
{
	line-height: 16px;
}


h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #231f20;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: -.5px;
	font-weight: normal;
	padding-top: 12px;
}

h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #231f20;
	font-size: 18px;
	letter-spacing: -.5px;
	font-weight: normal;
}

h3
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #3c7abe;
	font-size: 18px;
	letter-spacing: -.5px;
	font-weight: normal;	
}

.blog-title
{	
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #231f20;
	font-size: 18px;
	letter-spacing: -.5px;
	font-weight: normal;
}

.post-details
{
	float: right;
	width: 40%;
}

.small
{
	font-family: Arial, Helvetica, sans-serifArial;
	color: #999999;
	font-size: 10px;
	margin-top: 0px;
}

#container
{
	width: 1024px;
	margin: 1em auto;
	text-align: center;
	border: none;
}

#header
{

}

.title
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #231f20;
	font-size: 30px;
	line-height: 32px;
	letter-spacing: -.5px;
	padding-left: 44px;
	text-align: center;
}

.paddingtop
{
	padding-top: 24px;
	padding-bottom: 8px;
}

#menu
{
	width: 100%;
	background: #e8e8e8;
}

ul#navigation
{
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	float: left;
	width: 100%;
	background: #e8e8e8;
border-bottom: 1px solid #ffffff;
}

ul#navigation li
{
	display: inline;
}

ul#navigation a
{
	display: block;
	float: left;
	padding: .8em 1em;
	text-decoration: none;
	background: #e8e8e8;
	color: #231f20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul#navigation a:hover
{
	background: #FFFFFF;
	color: #5e5e5e;
}

ul#navigation li.down a 
{
	background: #FFFFFF;
	margin-top: 0;
}

#breadcrumbs
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5e5e5e;
	border-bottom: #e8e8e8 1px solid;
	text-align: left;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#breadcrumbs a
{
	color: #5e5e5e;
	font-size: 10px;
}

#breadcrumbs a:hover
{
	text-decoration: none;
}

#cart
{
float: left;
}


#body
{
	text-align: left;
	color: #231f20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#body a
{
	text-align: left;
	color: #231f20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
}

#body a:hover
{
	text-decoration: none;
}

#left
{
	float: left;
	width: 290px;
	padding-left: 12px;
	padding-right: 14px;
}

#middle
{
	float: left;
	width: 400px;
	padding-left: 26px;
	padding-right: 18px;
}

p.footnote 
{
font-size: 10px;
color: #828181; 
}

p.extralarge
{
font-size: 58px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #231f20;
}


.border img
{
	padding: 6px;
	background: #FFFFFF;
	border: 1px solid #e8e8e8;
}

.noborder img
{
	padding: 0px;
	border: 0px;
}

#middle a 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #231f20;
	font-size: 12px;
	text-decoration: underline;
}

#middle a:hover 
{
	text-decoration: none;
}

middle.normal a
{
	font-size: 12px;
}

#right
{
	float: left;
	width: 236px;
	padding-left: 20px;
}

#footer
{
	clear: both;
	background: #f8f8f8;
	color: #231f20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;

}

body#hide-add-to-cart .add-to-cart-element 
{
display: none;
}

.shop-product-small .detailed-description 
{
display:none;
}

.smallleft
{
float: left;
border: 1px solid #eee;
padding: 6px;
margin-right: 6px;
background: #fff;
}