/*This design css file is intended to be used with the layout css file.  There are notations added to prompt you in changing the backgrounds and colors.*/

/* For the Lord is good and His love endures forever; His faithfulness continues through all generations.  Psalm 100:5 */

/* change the background-color and change/remove the background-image here for the body tag.  The background-image link provided here is only intended as a sample but you are welcome to keep it displayed if you wish.*/

body {
	background-color: #FFFFFF;
	background-image: url(http://custom.buyitsellit.com/8828/pagebg.gif);
	background-repeat: repeat;
	background-position: center top;
}


p, div, li, h1, h2, h3, h4, td, input, select, textarea {
	color: #655245;
}
a:link, a:visited {
	color: #655245;
	text-decoration: underline;
}
a:hover, a:active {
    color: #9C4152;
}

/* Buttons */
.button {
	background: #886e5c;
	color: #FFF !important;
}
.button:hover {
	background: #b6a193;
}

/* Top */
/* change the background-color and change/remove/add the background-image here for the #top div */

#top {
	background-image: url(http://custom.buyitsellit.com/8828/header.png);
	background-repeat: no-repeat;
	height: 148px;
	background-position: center top;
	padding-left: 40px;
	}
#top h1 {
	color: #655245;
}

#search input {
	background: #886e5c;
	color: #FFF;
}
#search label input {
	background: #F7EBD2;
	color: #000;
	border: 1px solid #999;
}

/* Bar */
/* change the background-color and change/remove/add the background-image here for the #bar div */

#bar {
	color: #886e5c;
	background-image: url(http://custom.buyitsellit.com/8828/bar.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 24px;
	padding-top: 36px;
	padding-right: 60px;
	padding-left: 60px;
}		
		
	#menu {
	color: #886e5c;
	text-align: left;
	}
	#menu a:link, #menu a:visited {
	color: #655245;
	text-decoration: none;
	}
	#menu a:hover, #menu a:active {
	text-decoration: underline;
	color: #b6a193;
	}
	
	#cart {
	color: #655245;
	padding-top: 0px;
	}	
input, select {
	background-color: #F7EBD2;
}


/* Content */
/* change the background-color and change/remove/add the background-image here for the #main div */

#main {
	background-image: url(http://custom.buyitsellit.com/8828/mainbg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
	#content {

	}
		#content h2 {
	color: #655245;
		}
	#products td {
	background-image: url(http://custom.buyitsellit.com/8828/tdbg.png);
	border: 1px solid #A32134;
	}
#errormessage {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}

	
	p.price {
		color: #886e5c;
	}
	
	#cart-total {
	background-color: #F7EBD2;
	}
	
	.cart-item {
		border-bottom: 1px solid #d2efbf;
	}

/* Side */
#side h2 {
	color: #655245;
}
	#side a:link, #side a:visited {
	color: #655245;
	}
	#side a:hover, #side a:active {
	color: #9C4152;
	text-decoration: underline;
	}
#extralink a:link, #extralink a:visited {
	color: #886E5C;
	text-decoration: none;
}


/* Footer */
/* change the background-color and change/remove/add the background-image here for the #footer div */

#footer {
	height: 75px;
	padding-top: 20px;
}
#footer p, #footer a {
	color: #973E44;
}

#copyright {
	padding-top: 10px;
	width: 300px;
	margin: auto;
	clear: both;
}
#copyright div {
	font-size: 12px;
}

#myebay {
	text-align: center;
	margin-bottom: 35px;
}
#login {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
 
#emailsub_wrapper {
	text-align: center;
	padding-top: 30px;
}
#emailsub_wrapper .button {
	line-height: 50px;
}
