/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	border: none;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

ul, ol {
	margin-top: 0;
	line-height: 150%;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #0A0A0A;
}

a:hover {
	color: #0066cc;
	background: none;
}

a img{
	border: none;
}

.bold_red{
	font-weight: bold;
	color: #ff0000;
}

.redfont {
	color: #ff0000;

}

.bold_black{
	font-weight: bold;
	color: #000000;
}

.bold_blue{
	font-weight: bold;
	color: #0000ff;
}

.block_item h2 {
	color: #000000;
	font-weight: normal;
	padding: 10px 0 5px 0; 
	border: none;
}

.smallfont {
	font-size: 12px;
}

.smallfontitalic {
	font-size: 12px;
	font-style: italic;
}

.largefontbold {
	font-size: 18px;
	font-weight: bold;
}

.largefontred {
	font-size: 18px;
	font-weight: bold;
	color: red;
}


.bold {
	font-weight: bold;
}


.center {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

.comments_textarea {
	width: 100%;
	height: 100px;
	border: solid 1px;
	overflow: auto;
}


#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background: #FFFFFF;
}

/* Header */

#header {
	margin: 0 auto;
	background: #FFFFFF;
}

/* Menu */

#menu {
	width: 960px;
	
	margin: 0 auto;
	padding: 0;
	border-top: 2px #FFFFFF solid;
	background: #0066CC;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 12px 10px 10px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

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

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
}

/* Content */

#content-left {
	padding: 30px 10px 20px 10px;
	float: left;
	width: 450px;
}

#content-right {
	padding: 30px 10px 20px 10px;
	float: right;
	width: 450px;
}


#content h1 {
	color: #000000;
	font-weight: normal;
	padding: 0 0 10px 0; 
	border: none;
}

#content dt {
	text-decoration: underline;
	font-weight: bold;
	
}


#content fieldset.left-align {
	text-align: left;
	border: none;
}

#cart_review_table{
	border: solid 1px;
	width: 650px;
	padding-bottom: 2px;

}
/* Following classes for use in review table */

#order_table {
	border: none;
	width: 100%;
}

#order_table td {
	border: none;
	padding: 5px;
}

#payment_types_table {
	border: solid 2px;
}

#payment_types_table td {
	border: none;
	padding: 5px;
}


.stocknum_cell{
	border: solid 1px;
	text-align: center;
}

.descrip_cell{
	border: solid 1px;
	padding: 3px;
	text-align: left;
}

.price_cell {
	border: solid 1px;
	padding: 3px;
	text-align: right;
}

.quant_cell{
	border: solid 1px;
	padding: 3px;
	text-align: center;
}

.subtotal_cell{
	border: solid 1px;
	padding: 3px;
	text-align: right;
}

.checkbox_cell {
	border: solid 1px;
	padding: 3px;
	text-align: center;
}

.total_cell {
	border: solid 1px;
	padding: 3px;
	text-align: right;
}




#vacation_message {
	background-color: #ffcd32;
	padding: 20px;
	width: 500px;
	margin: auto;
	border: solid 5px;
	font-size:16px;
	font-weight: bold;
}



/* Sidebar */

#sidebar {
	float: left;
	text-align: left;
	width: 270px;
	padding: 10px 0 0 0;
	color: #0066cc;
	font-size: 16px;
	border:1px none;	
}

#sidebar ul {
	
	list-style-type: none;
	text-indent: 5px;
	
	padding: 3px;
	margin: 2px;
}

#sidebar li {
	
}

#sidebar h2 {
	
	color: #000000;
	padding-bottom: 5px;
}

#sidebar h3 {
	
	color: #000000;
	padding-top: 5px;
}


#sidebar a {
	color: #0066cc;
	font-weight: bold;
	border: none;
	padding: 0 0 0 0;
}

#sidebar a:link {
	text-decoration: none;
	color: #0066cc;
}


#sidebar a:hover {
	text-decoration: underline;
	color: #000000;
}
#sidebar_form {
	font-size:14px;
	font-weight: bold;
	padding: 0 0 0 0;
	color: #000000;
}


/* Footer */

.footer_border {
	width: 960px;
	height: 20px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
}

#footer_mid {
	margin: 0 10px;
	height: 90px;
	font-size: 12px;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

.link_title a {
	color: #000000;
	font-weight: bold;
	border: none;
	padding: 0 0; 

}

.link_title a:hover {
	text-decoration: underline;
	color: #0066cc;
}


.link_descrip {
	color: #000000;
	font-weight: normal;
	border: none;
	padding-bottom: 10px; 

}

.buy_list {
	padding: 0;
	margin: 0;	
	border-style: none;
}

.buy_left {
	padding-top: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
}

.buy_right {
	padding-top: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
}

.buy_right img {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.new_stuff {
	width: 250px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	border: none;
}

.new_stuff a img {
	padding: 5px;
	border: none;
}

.new_stuff a:hover img {
	border: none;
}


.new_stuff a {
	text-decoration: none;
	font-weight: bold;
	color: #0066cc;
	border-bottom: none;

}

.new_stuff a:hover {
	color: #000000;
	background: none;
}

.forsale_pic {
	padding: 10px;
	margin-top: 10px;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	border-bottom: solid 1px;
	width: 190px;
}


.forsale_pic img {
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
		
}



.forsale_description {
	padding: 10px 0 10px 0;
	font-size: 18px;
	vertical-align: top;
	border-bottom: dotted 1px;
	width: 360px;
	text-align: left;
}

.forsale_view {
	padding:10px;
	font-size: 18px;
	vertical-align: top;
	border-bottom: dotted 1px;
	text-align: center;
	width: 100px;
}

.forsale_view a img {
	border: none;
	padding-top:10px;
}


.forsale_view a {
	font-weight: bold;
	color: #0066cc;
	border: none;
}

.forsale_view a:hover {
	font-weight: bold;
	color: #000000;
	border: none;
}

#search_header {
	padding: 0 0 10px 0;
	border-bottom: dotted 1px;

}

#about_pic {
	border: none;
	padding: 10px;
	float:left;
}

.page_links {
	margin-right: auto;
	margin-left: auto;
}

/*
Styles for popup purchase page
*/

#show_add_form {
	border: none;
	vertical-align: top;
	text-align: center;
	font-size:18px;
	padding:0 20px 20px 20px;
	
}

#show_add_form fieldset {
	border: none;
	vertical-align: top;
	text-align: center;
	font-size:18px;
	padding:0 20px 20px 20px;
	
}
.cart_links#sidebar_shopping {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	color: #0066cc;
}

.cart_links#bottom_cart {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #0066cc;
}

#show_item_content {
	font-size: 18px;
	padding: 0px 10px 20px 10px;
}

.subscribe_table {
	border: none;
	margin: 0 auto 0 0;
}

.subscribe_table fieldset {
	border: none;
	padding: 0;
	text-align: left;
	font-weight:  normal;
	font-size: medium;
	
}

.list_table {
	border: none;
}

.list_table td {
	border: none;
	padding: 10px 5px 10px 0;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	
}

#mailing_lists {
	margin-left: 0;
	border-bottom: solid 3px;
	font-weight: normal;
}

.nutshell {
	background-color: #ffcb23;
	border: solid 2px;
	padding:10px;
}

#menu-table {
	width: 98%;
	margin: auto;
	padding: 0;
	border: none; 
	background: #3333ff;
	text-align: center;
	
}

#meet-list {
	vertical-align: top;
	padding-top: 20px;
	padding-left: 20px;
	border-style: none;
		
	text-align: center;
	margin: auto;
	background-color: #ffffff;
	width: 900px;
	
}


.meet_details {
	padding: 2px 0px;
	text-align: left;
	vertical-align:top;
	font-weight: bold;
	
}



.meet_time {
	padding: 10px 10px;
	text-align: left;
	
	vertical-align:top;
	border-bottom:  solid; 	
}

.meeting {
	padding: 10px 20px;
	text-align: left;
	
	vertical-align:top;
	border-bottom: solid;
}

#spring_festival {
	background-color: #ffcb23;
	border: solid 2px;
	padding:10px;
}
