body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 140%;
}
 
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
	color: #DC95D5;
	text-decoration: none;
}
a:hover, a:active {
	color: #DC95D5;
	text-decoration: underline;
}
body {
	text-align: center;
	background-color: #535353;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	height: 100%;
	background-image: url(http://custom.buyitsellit.com/13178/pagebg.jpg);
}

div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
div.clear-right {
	clear: right;
}


.button {
	text-transform: uppercase;
	font-size: 9px;
	text-decoration: none !important;
	border: 1px solid #000000;
	background-color: #DC95D5;
	line-height: 2em;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
a.button {
	color: #000000;
	text-decoration: none;
}

.button:hover {
	color: #666666;
	background-color: #E9BCE4;
}
input, select {
	background-color: #FFFFFF;
}


#cart-total .button {
	font-size: 14px;
	font-weight: bold;
	padding: 6px 9px;
	margin-left: 20px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 870px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #CE68C4;
	height: 100%;
}


/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	padding: 0px;
	height: 250px;
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#home, #about, #contact, #login, #register {
	height: 45px;
	margin-right: 3px;
	margin-left: 0px;
	display: inline;
}

#home  a:link, #home a:visited     {
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/homebutton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 84px;
	display: inline;
	float: left;
}
#home  a:hover, #home a:active     {
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/homebuttonhover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
}

#about  a:link, #about a:visited     {
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/aboutbutton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 88px;
	display: inline;
	float: left;
}
#about  a:hover, #about a:active     {
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/aboutbuttonhover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
}
#contact  a:link, #contact a:visited     {
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/contactbutton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 114px;
	display: inline;
	float: left;
}
#contact a:hover, #contact a:active     {
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/contactbuttonhover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
}
#cart a:link, #cart a:visited     {
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/cartbutton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 70px;
	display: inline;
	float: left;
}
#cart a:hover, #cart a:active     {
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/cartbuttonhover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
}

#login a:link, #login a:visited     {
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/loginbutton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 93px;
	display: inline;
	float: left;
}
#login a:hover, #login a:active     {
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/loginbuttonhover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
}
#register  a:link, #register a:visited     {
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/registerbutton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 149px;
	display: inline;
	float: left;
}
#register  a:hover, #register a:active     {
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/registerbuttonhover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
}

#logout  a:link, #logout a:visited     {
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/logoutbutton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 93px;
	display: inline;
	float: left;
}
#logout  a:hover, #logout a:active     {
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/logoutbuttonhover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
}
#acctinfo  a:link, #acctinfo a:visited     {
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/acctinfobutton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 149px;
	display: inline;
	float: left;
}
#acctinfo  a:hover, #acctinfo a:active     {
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/acctinfobuttonhover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
}


#bar {
	height: 46px;
	padding-top: 30px;
	background-color: #000000;
}




	#search {
	width: 260px;
	float: right;
	font-size: 11px;
	color: #574940;
	margin-top: 8px;
	text-align: center;
	padding-bottom: 4px;
	}
#searchwrapper {
	background-color: #DD95D5;
	height: 45px;
	width: 270px;
	float: left;
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/searchbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

		#search input {
	text-transform: uppercase;
	width: 65px;
	color: #FEFCFD;
	margin-bottom: 0px;
	background-color: #DD95D5;
	line-height: 100%;
		}
		#search label input {
	width: 175px;
	background-color: #DD95D5;
	padding-top: 0px;
	padding-bottom: 0px;
		}
	
	#top h1 {
		font-size: 35px;
	}
	
	#menu {
	float: left;
	color: #FFFFFF;
	margin-left: 0px;
	padding-top: 0px;
	display: inline;
	width: 599px;
	}
		
		.tab {
		 
		float: left;
        line-height: 45px;
        padding-right: 20px;
		padding-left; 30px;
        height: 45px;

				}
#welcome {
	border: 2px solid #DD95D5;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

.additional {
	border: 2px solid #DD95D5;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
				
		.tab a {
		padding-left: 20px;
		
		}		
#featured {
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/featuredproducts.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px;
}
#banner {
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/welcome.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 126px;
}
table#products p   {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#main {
	padding-right: 0px;
	padding-left: 0px;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center top;
	background-color: #CCCCCC;
	background-image: url(http://custom.buyitsellit.com/13178/mainbg.jpg);
	height: 100%;
	overflow: hidden;
}
	#content {
	width: 610px;
	float: right;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 10px;
	height: 100%;
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	}
#main.details {
	background-color: #FFFFFF;
	background-image: none;
}
#main.details p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content.cart p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main.white {
	background-color: #FFFFFF;
	background-image: none;
}


		#content h2 {
	font-size: 21px;
	color: #333333;
		}

		#content h3, p.price {
			font-size: 16px;
			font-weight: bold;
		}
		
		#banner, #welcome, #featured {
			margin-bottom: 30px;
		}
		
		#crumb {
			font-weight: bold;
			margin-bottom: 25px;
			font-size: 11px;
		}
		
		#pagination {
			text-align: center;
			height: 20px;
		}
			#pagination a#prev {
				float: left;
			}
			#pagination a#next {
				float: right;
			}
		
		/* Category Page */
		#products td {
	text-align: center;
	font-weight: bold;
	width: 33%;
	border: 2px solid #DD95D5;
	background-color: #FFFFFF;
		}
#products  a:link, #products a:visited {
	color: #000000;
	text-decoration: none;
}
#products  a:hover, #products a:active {
	color: #666666;
	text-decoration: underline;
}


			#products td h3 {
				margin-bottom: 3px;
				font-size: 12px;
			}
			#products td p {
	margin: 0;
	color: #000000;
			}
			#products td p img {
				vertical-align: middle;
				margin-left: 10px;
			}
		
		/* Product page */
		#photos {
			width: 290px;
			float: right;
			margin-left: 30px;
			display: inline;
		}
			#photos img {
				width: 290px;
				margin-bottom: 10px;
			}
			#photo-thumbs {
				text-align: center;
			}
			#photo-thumbs img {
				width: 80px;
				margin: 5px;
				vertical-align: middle;
			}
#promo {
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/promo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#cartthanks {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	margin-bottom: 20px;
	margin-top: 20px;
}

		
		/* Cart page */
		.cart-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;			
		}
			.cart-item img {
				height: 70px;
				float: left;
				margin-right: 15px;
				display: inline;
			}
			.cart-item h3, .cart-item p {
				margin-bottom: 4px;
			}
		
		#cart-total {
	padding: 15px;
	text-align: center;
	color: #FFFFFF;
		}
			#cart-total strong {
				font-size: 21px;
			}
			#cart-total img {
				vertical-align: middle;
				margin-left: 20px;
			}

			p.product-options input {
	vertical-align: middle;
			}
		
		p#google-checkout {
			text-align: center;
		}
		p#google-checkout img {
			display: block;
			margin: 0 auto;
		}
		
		p#update-cart {
			font-weight: bold;
			font-size: 14px;
		}
#content select {
	color: #574940;
}

.productOption {
	margin-bottom: 10px;
}
		
			
	/* Common to all pages */
	#side {
	width: 208px;
	float: left;
	height: auto;
	padding-left: 0px;
	padding-top: 0px;
	background-attachment: scroll;
	background-image: url(http://custom.buyitsellit.com/13178/sidebg.jpg);
	background-repeat: repeat;
	background-position: center top;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ED89DC;
	font-weight: bold;
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	}
#side img {
	margin-top: 0px;
	margin-bottom: 10px;
}


		#side h2 {
			font-size: 14px;
		}
		#side li {
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	list-style-type: none;
	font-weight: bold;
 		}
#side  li  a:link, #side li a:visited {
	width: 176px;
	display: block;
	padding-left: 12px;
	padding-top: 2px;
	color: #000000;
	text-decoration: none;
			}
#side li a:hover, #side li a:active {
	display: block;
	width: 176px;
	padding-left:12px;
	padding-top: 2px;
	color: #DC95D5;
	text-decoration: underline;

}

#side  li li  a:link, #side li li  a:visited, #side li li a:hover, #side li li a:active  {
	background-image: none;
	display: inline;
}



		#side li li {
	font-size: 11px;
	padding: 0;
	background: none;
	font-weight: normal;
	margin: 0 0 0 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}
		
		#side li.selected {
			font-weight: bold;
		}

#emailsub_wrapper {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 15px;
	clear: left;
	margin-top: 15px;
}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	clear: both;
	height: 10px;
}	
#copyright p {
	font-size: 12px;
	color: #FFFFFF;
}
#copyright a {
	color: #FFFFFF;
}




#copyright {
	padding-top: 14px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
#myebay {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
}
 
