body {
    background: #babec2 url(http://custom.buyitsellit.com/8436/mainbg.gif) center top;	
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    color: #201a0e;
}
a:link, a:visited {
    color: #201a0e;
    text-decoration: underline;
}
a:hover, a:active {
    color: #504530;
}
#wrapper {
	border: 3px solid #000;
	background: url(http://custom.buyitsellit.com/8436/topbg.gif);
}

/* Buttons */
.button {
	background: #babec2;
	color: #000 !important;
}
.button:hover {
	background: #fff;
}
.cbutton {
	background: #babec2;
	color: #000 !important;
	font-weight: bold;
	font-size: 18px;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
	text-decoration: none;
}
.cbutton:hover {
	background: #fff;
	text-decoration: none;
}

/* Top */
#top h1 {
	color: #000;
}

#search input {
	background: #babec2;
	color: #000;
	border: 1px; solid #000;
}
#search label input {
	background: #FFF;
	color: #000;
	border: 1px solid #999;
}
#logo {
	float: right;
	margin-top: 22px;
}

/* Bar */
#bar {
	background: url(http://custom.buyitsellit.com/8436/topper_bg.jpg) no-repeat 0 0;
	color: #FFF;
	border-top: solid #000 3px;
	border-bottom: solid #000 3px;
	height: 54px;
}		
		
	#menu {
		color: #000;
		font-size: 14px;
		font-weight: bold;
		font-family: comic sans ms, arial, verdana;
	}
	#menu a:link, #menu a:visited {
	    color: #000;
	    text-decoration: none;
	}
	#menu a:hover, #menu a:active {
	    text-decoration: underline;
	}
	#cart {
		font-size: 14px;
		font-weight: bold;
	}

/* Content */
#main {
	background: url(http://custom.buyitsellit.com/8436/side_bg.gif) repeat-y 0 0;
}
#content {
	padding-top: 15px;
	padding-right: 15px;
}

	
	p.price {
		color: #000;
	}
	
	#cart-total {
		color: #000;
	}
		#cart-total a:link, #cart-total a:visited {
			color: #000;
		}
		#cart-total a:hover, #cart-total a:active {
			color: #504530;
		}
	
#featured_title {
	font-family: comic sans ms, arial, verdana;
	text-align: center;
	font-size: 26px;
	color: #000;
}
/* Side */
#side {
	border-right: 2px solid #69271b;
	font-family: comic sans ms, arial, verdana;
}

	.link_bg{
		background: url(http://custom.buyitsellit.com/8436/button_back.gif) no-repeat #decca4;
		border: 2px solid #000;
		font-size: 14px;
		font-family: comic sans ms, arial, verdana;
		padding-top: 4px;
		padding-left: 28px;
		padding-right: 15px;
		padding-bottom: 4px;
		text-decoration: none;
		margin-top: 0px;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 2px;
	}
	.side_link {
		vertical-align: middle;
	}
	a:link.side_link, a:hover.side_link, a:active.side_link, a:visited.side_link{
		text-decoration: none;
		vertical-align: middle;
	}

/* Footer */
#footer {
	background: #FFF url(http://custom.buyitsellit.com/8436/webtopper.gif) no-repeat;
	border-top: #000 solid 3px;
}
#footer p, #footer a {
	color: #fff;
}

/* Pagination */

.pages {
padding: 1em;
margin: 0 0;
font-size: 85%;
font-family: comic sans ms, arial, verdana;
text-align: center;
}

.pages a, .pages span {
display: block;
float: left;
padding: 0.2em 0.5em;
margin-right: 0.1em;
border: 1px solid #fff;
background: #fff;
}

.pages span.current {
border: 1px solid #69271b;
font-weight: bold;
background: #fff;
color: #000;
}

.pages a {
border: 1px solid #fff;
text-decoration: none;
}

.pages a:hover {
border-color: #69271b;
}

.pages a.nextprev {
font-weight: bold;
}

.pages span.nextprev {
color: #000;
}

.pages span.nextprev {

color: #000;
}

.pages .nextprev-next {
float: right;
}