/* @override http://www.silverneedlect.com/global.css */

@charset "UTF-8";

/* RESET */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,a {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

body {
	font: 13px/1.4em Arial, Helvetica, sans-serif;
	background: #F7E0D4;
	margin: 0;
	padding: 0;
	color: #4b4b4b;
}

p {
	margin: 0px 0px 1.4em;
}

.clearer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

#container {
	width: 950px;
	background: url(images/page-bg.png) repeat-y;
	margin: 0 auto;
}

#headerContainer {
	padding: 0;
}

#header {
	padding: 0;
	width: 950px;
}

#logo {
	
}

#logo a {
	display: block;
}

#facebook {
	width: 230px;
	background-color: #fff;
	padding: 5px;
	margin: 17px 15px 0 700px;
	position: absolute;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#searchContainer {
	background-image: url(images/search-bg.png);
	background-repeat: no-repeat;
	padding: 5px;
	height: 21px;
}

#searchCat {
	margin-left: 135px;
	height: 20px;
	width: 200px;
	float: left;
	text-align: left;
}

#searchForm {
	height: 20px;
	width: 300px;
	margin-right: 10px;
	float: right;
	text-align: right;
}

#sidebar1 {
	float: left;
	width: 155px;
	padding: 10px 0px 10px 7px;
	margin-left: 6px;
	background-color: #D4EFF7;
	background-image: url(images/sidebar1-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#sidebar2 {
	float: right;
	width: 220px;
	padding: 10px 12px 10px 12px;
	margin-right: 6px;
	background-color: #D4EFF7;
	background-image: url(images/sidebar2-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#nav {
	width: 146px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#nav ul a {
	display: block;
	padding: 3px 6px;
	width: 134px;
	background-color: #E2E9A2;
	border-bottom: 1px solid #ffffff;
}

#nav ul a:link, #nav ul a:visited {
	color: #333333;
	text-decoration: none;
}

#nav ul a:hover {
	background-color: #E0C152;
}

#mainContent {
	margin: 10px 265px 0px 185px;
	width: 500px;
}

#mainContentFull {
	margin: 10px 0px 0px 185px;
	width: 750px;
}

#center {
	width: 500px;
	float: left;
	margin: 0px;
}

#footerContainer {
	padding: 0;
}

#footer {
	padding: 0;
	background: #00ADDA url(images/footer-bg.png) no-repeat;
	text-align: center;
	height: 60px;
	color: #606821;
	font-size: 13px;
	width: 950px;
}

#footer p {
	margin: 0;
	padding-top: 15px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #757575;
	margin-bottom: 10px;
	line-height: 1.4em;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #333333;
	line-height: 1.4em;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #B43534;
	margin-bottom: 6px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	outline: none;
	color: #606821;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border-style: none;
	behavior: url(iepngfix.htc);
	border: 0;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img.across {
	border: 1px solid #00809F;
	margin-right: 4px;
	margin-left: 4px;
}

ul,ol {
	list-style-type: none;
}

ul.square {
	list-style: square outside;
	margin-left: 2em;
	margin-bottom: 10px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.colContainer {
	margin-bottom: 15px;
	margin-left: 1px;
}

.threeCol {
	height: 190px;
	width: 156px;
	float: left;
	margin-right: 15px;
	text-align: center;
}

.threeColLast {
	height: 190px;
	width: 156px;
	float: left;
	text-align: center;
}

.threeCol  a, .threeColLast a {
	color: #333333;
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
}

.threeCol a:hover, .threeColLast a:hover {
	background-color: #E2E9A2;
	text-decoration: none;
}

.hr {
	height: 1px;
	clear: both;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #E3E3E3;
	margin-top: 10px;
	margin-bottom: 10px;
}

.last {
	margin: 0px;
}

.storeContainer {
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d8d8d8;
	margin-top: 5px;
}

.prodContainer {
	height: 120px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d8d8d8;
}

.prodImage {
	height: 105px;
	width: 105px;
	float: left;
	margin-right: 20px;
	background-image: url(images/box-rounded-bg.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 5px;
}

.prodDetails {
	height: 120px;
	width: 370px;
	float: right;
}

.prodName {
	font-size: 14px;
	font-weight: bold;
	color: #606821;
}

.sku {
	float: right;
	margin-left: 8px;
	padding: 4px;
	background-color: #FFFFDF;
	border: 1px solid #E4E09C;
	width: 50px;
	text-align: center;
}

.smallText {
	font-size: 10px;
}

.textGray {
	color: #434343;
}

.searchTextfield {
	border: 1px solid #9ea036;
	height: 16px;
	width: 154px;
	padding-left: 3px;
	vertical-align: middle;
	padding-top: 2px;
	color: #666666;
	font-size: 11px;
}

.button {
	vertical-align: middle;
}

#trunk {
	width: 100%;
	color: #000;
}

#trunk th {
	font-weight: bold;
	background-color: #DCF2F8;
	height: 25px;
	line-height: 2em;
	text-align: left;
	padding-left: 10px;
}

#trunk td {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.on {
	background-color: #F4F4F4;
}
