/*
	Buya.org colors:
	green: 4d590d
	pink: a9218e
	brown/text: 4f3324
	yellow: d9a228

*/

body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;	
	color: #4f3324;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;	
	color: #4f3324;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #a9218e;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
a img {
	border: 0px;
}
input {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #4d590d;
}
.inputLabel {
	width: 120px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 3px;
}
h1 {
	font-size: 20px;
	padding-bottom: 10px;
}
h2 {
	font-size: 16px;
	padding: 0px 0px 5px;
}
h3, h4 {
	font-size: 13px;
	padding: 0px;
}
h3.itemTitle {
	font-family:Arial, Helvetica, sans-serif;
}
a, a:link {
	color: #4f3324;
}
a:hover {
	color: #4d590d;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a h1, a h2, a h3, a h4, a h5, a h6 {
	text-decoration: none;
	color: #a9218e;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, a:link h1, a:link h2, a:link h3, a:link h4, a:link h5, a:link h6 {
	color: #a9218e;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
	color: #4d590d;
}
.categoryListBoxContents {
	display: none;
}
.centerBoxContentsFeatured {
	padding: 5px 0px;
	clear: both;
}
.buyNowButton {
	float: right;
	clear: right;
}

#mainWrapper {
	margin: 0px auto;
	width: 820px;
}
#header {
	clear: both;
	padding: 0px;
	margin: 0px;
}

h1.orangetitle {
	font-size: 16px;
	padding: 0px 0px 0px 0px;
    color:#DC7C28;
}
h1.purpletitle {
	font-size: 16px;
	padding: 0px 0px 0px 0px;
    color:#A9218E;
}

#logo h1 a {
	display: block;
	border: 0px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 8px 22px;
	width: 494px;
	height: 70px;
	float: left;
	text-indent: -2000em;
	margin: 0;
}

#logo img {
	display: none;	
}

#accountNav {
	float: right;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
}
#accountNav a {
	text-decoration: none;
}
#accountNav li {
	display: inline;
	font-family:"Courier New",  Courier, mono;
	font-size: 11px;
	padding: 0px 0px 0px 8px;
	margin-left: 10px;
	background-image: url(../images/bullet_header.png);
	background-position: left;
	background-repeat: no-repeat;
}
#accountNav #cartNav {
	background-image: none;
}
#searchNav {
	float:right;
	padding: 20px 0px 30px;
}
#searchNav form {
	padding: 0px;
	margin: 0px;
}
#searchNav .searchButton {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	vertical-align: bottom;
}
#searchNav input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px
}

.messageStackError {
  border: 2px solid red;
  padding: 5px;
  margin: 5px;
  font-weight: bold;
}

.columnLeft {
	background: #FFFFFF url(../images/border_left.gif) left repeat-y;
	/*padding-left: 25px;*/
	padding-left: 20px;

}
#navColumn {
	/*padding: 5px 10px 0px 15px;*/
	padding: 5px 10px 0px 15px;


}
.sideBoxContent {
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

#categoriesContent, #manufacturerslist {
	line-height: 18px;
}
.categoryListBoxContents {
	clear: both; 
}
a.category-subs {
	margin-left: 10px;
	text-decoration: none;
	background-image: url(../images/bullet_footer.png);
	background-position: left;
	background-repeat: no-repeat;
}
a.category-products {
	margin-left: 10px;
	text-decoration: none;
	background-image: url(../images/bullet_footer.png);
	background-position: left;
	background-repeat: no-repeat;
}

a.manufacturerName {
	padding-left: 10px;
  display:block;
  clear:both;
	text-decoration: none;
	background-image: url(../images/bullet_footer.png);
	background-position: left;
	background-repeat: no-repeat;
}

#contentColumn {
	background: #FFFFFF url(../images/border_right.gif) right repeat-y;
	padding: 20px 20px 0px 5px;
	
}
#contactUsDefault fieldset {
/*	border: 0px; */
}
#homepageImage {
	background: #FFFFFF url(../images/border_right.gif) right repeat-y;
	padding: 20px 30px 10px 5px;
	text-align: center;
}

#navBreadCrumb {
	font-family:"Courier New",  Courier, mono;
	font-size: 11px;
}
#contentOpen {
	background: #FFFFFF url(../images/border_top.gif) bottom repeat-x;
	height: 35px;
}
#contentClose {
	background: #FFFFFF url(../images/border_bottom.gif) bottom repeat-x;
	height: 14px;
}
#contentClose .leftCorner, #contentOpen .leftCorner  {
	float: left;
}
#contentClose .rightCorner, #contentOpen .rightCorner {
	float: right;
}
#navBar {
	background: #4d590d url(../images/border_nav_top.gif) top repeat-x;
	height: 27px;
}
ul#mainNav {
	display: inline;
	height: 25px;
	color: #a9218e;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#mainNav li {
	display: inline;
	float: left;
	clear: none;
	height: 26px;
	padding: 0px;
}
#mainNav li h3 {
	padding: 0px;
	font-size: 14px;
}
#mainNav li a  {
	color: #ffffff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 4px 17px 6px 0px;
	margin-top: 4px;
	height: 16px;
}

#mainNav li a .mainNavLink {
	padding: 3px 4px 6px 15px;
	margin: 0px;
}
#mainNav li a:visited.mainNavLink {
	padding: 3px 4px 6px 15px;
	margin: 0px;
	color: #FFFFFF;
}
#mainNav li a .homeNavLink {
	padding-left: 25px;
	padding-right: 14px
}
#mainNav li a:hover, #mainNav li.active a {
	background: transparent url(../images/border_nav_right.gif) top right no-repeat;
	color: #a9218e;
}
#mainNav a:hover .mainNavLink, #mainNav li.active .mainNavLink {
	background: #ffffff url(../images/border_nav_left.gif) top left no-repeat;
	color: #a9218e;
}
#mainNav li a:active, #mainNav li.active a:active {
	color: #a9218e;
} 

#contentMainWrapper {
	clear: both;
}

.tabTable tr td {
	vertical-align: top;
	padding: 5px 0px 5px 5px;
}
.tabTable h3 {
	padding: 0px;
}
.tabTable img {
	border: 0px;
}
#featuredProducts, #whatsNew {
	padding: 20px 0px 0px 0px;
}
.forward, .back {
	float:left;
	padding-right: 10px;
}
#productInfoLink, #alsoPurchased {
	clear:both;
}
.categoryListBoxContents, .centerBoxContentsAlsoPurch, #contentColumn .centeredContent {
	float:left;
}
.clearBoth {
	clear: both;
}
.productMainImage, #productMainImage, #categoryImgListing {
	float:left;
	padding: 5px 10px 0px 0px;
}

#featuredProducts .productMainImage {
	width: 80px;	
}

#productMainImage a img {
	text-decoration: none;
	border: 0px;
}
#productMainImage a .imgLink {
	text-decoration: underline;
}

.leftBoxContainer, .rightBoxContainer  {
	padding: 15px 0px 0px 0px;
}
#testimonials-manager {
	padding-top: 20px;
}
#testimonials-managerHeading {
	background: #ffffff url(../images/header_testimonials.gif) no-repeat;
	color: #d9a228;
	padding: 14px 5px 22px 14px;
	margin: 0;
}

.testimonial #readMore {
	text-align: left;
}

#taxDeductibleMsg {
	background: #FFFFFF url(../images/border_right.gif) right repeat-y;
	padding-left: 0px;
	text-align: left;
}
h4.deductionText {
	padding: 10px 0px;
}

#footer {
	padding: 10px;
} 

#footer a, #footer a:link {
	background-image: url(../images/bullet_footer.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	margin-left: 7px;
	text-decoration: none;
	font-family:"Courier New",  Courier, mono;
	font-size: 11px;
}
#copyright {
	padding: 0px 0px 0px 10px;
	margin-left: 7px;
	font-family:"Courier New",  Courier, mono;
	font-size: 11px;
}

.impact {
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	line-height: 13px;
}
h3#homenavHeading {
	padding: 0px 0px 0px 10px;
}
.home_statement {
	font-size: 12px;
	line-height: 18px;
}
#sendSpendWrapper {
	float: left;
}

.inputLabelPayment{
	padding-left: 23px;
	padding-right: 10px;
}
.gv_apply_amount {
	padding-left: 150px;
}