/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/

#bodyContent .itemContainer .itemProperties { margin: 0px }

.itemProperties .itemName, .itemProperties .itemCode, .itemProperties .itemPrice, .itemProperties .addToCart, .itemProperties .itemOption  {
  padding-left: 0px !important;
}

#bodyContent .contentsTableTd{
	padding:5px;
}
#bodyContent .caption .Image, #bodyContent .itemContainer .Image , #bodyContent #info-div .Image{
	padding:10px;
	margin:0; /*REMOVE MARGIN:10PX FROM BASE.CSS*/
}
/*THIS STYLE WAS MODIFIED BECAUSE VERTICAL IMAGE DIDN'T HAVE SPACING BETWEEN THE IMAGE AND NAME*/
#bodyContent .contentsTable .Image img{
	margin:0 10px 5px 10px;
}
#bodyContent .vertical, .imageCenter, .pageTitleCenter{
	text-align:center;
}
#bodyContent .caption .pageTitle, #bodyContent .caption .pageTitleCenter{
	color:#330033/*#FC9227*/;
	display:block;
	font:bold 20px Arial, Helvetica, sans-serif/*1.2em Arial, Helvetica, sans-serif*/;
	margin:0 10px;
	padding:10px 0;	
}

/*(REMOVE THIS STYLE)*/
#bodyContent .contentsTable .itemName, #bodyContent .contentsTable .wrapPadding{
	/*padding:5px 0 0;*/
	padding:0;
}

/*(REMOVE THIS STYLE)*/
#bodyContent .contentsTable .ellItemInfo{
	/*margin-left: 5px;*/
}

body {
  background: #b5a993 url(/lib/yhst-15812457097194/body-back.jpg) top left repeat-x;
}

#header {
  position: relative;
  background-color: white;
}

#searchInput {
  padding: 0px;
  font-size: 11px;
  width: 120px !important;
}

.searcharea {
  position: absolute !important;
  top: 52px;
  right: 17px;
  text-align: right !important;
}

#viewcart {
  position: absolute;
  top: 60px;
  right: 185px;
}

#topNav {  background-color: #a29279;}

#topNav div{
  display: inline;
  padding: 0px 17px 0px 18px;
  margin-left: 2px !important;
  text-transform: uppercase;
  text-align: center !important;
}

#bottomline {
  position: relative;
  border-top: solid 1px #836b49;
  margin-top: 8px;
  padding-top: 16px;
  padding-bottom: 6px;
  font-size: 11px !important;
}

#bottomline a:link, #bottomline a:visited {
  color: #836b49;
  text-decoration: none;
}

#bottomline a:hover {
  text-decoration: underline;
}

#bottomline form {
  position: absolute;
  top: 13px;
  right: 0px;
  margin: 0px;
  float: right;
}

.inpbox {
  font-size: 9px;
}

#footer, .links, #copyright {
  background-color: transparent !important;
}

.links a {
  font-weight: normal !important;
}

#navbar {
  width: 150px;
  float: left;
  padding-top: 10px;
}

#navbar a:link, #navbar a:visited {
	font: normal 11px arial;
	color: #6c593b;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	line-height: 16px;
	padding: 0px 10px;
}

#navbar a:hover {
	text-decoration: underline;
}

#sitemaptable td br { display: none }
#sitemaptable td {
  font-size: 10pt;
}
#sitemaptable td a {
  display: block;
  padding-left: 10px;
  margin-top: 3px;
  text-decoration: none;
  color: black;
}
#sitemaptable td a:hover { text-decoration: underline }
#sitemaptable td a.m {
  padding-left: 0;
  font-weight: bold;
}

#navbar a.maincat:link, #navbar a.maincat:visited {
  margin-top: 5px;
}

#navbar .subs a:link, #navbar .subs a:visited {
  font-size: 9px !important;
  line-height: 6px;
  padding-left: 15px;
}

.paginate {
  margin: 0px 10px;
}

.sortblock { display: none;}

#bodyContent { background-color: white;}

#navbar a.selected { font-weight: bold; }

