/* Lily Good CSS Styles
By Tortus Technologies (tortus.com)
CSS Designer: Victoria Chapman 
Last Updated: November 11, 2010 by Alison West */

body {
	background: #fff;
	color: #4a4a4a;
	font-family: century gothic, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff url("../images/left_column_bg.jpg") top left repeat-y;
	font-size: 90%;
	}

/* @group Header */

#header_wrapper {
	background: #F3DE95;
	border-bottom: 4px solid #574014;
	height: 36px;
}

#school_colors_right {
	height: 36px;
	background: url("../images/school_colors_bg.jpg") 930px 0 no-repeat;
}

#header {
	width: 900px;
	height: 36px;
}

#school_colors {
	float: left;
	height: 36px;
	width: 272px;
}

.yale_block {
	width: 30px;
	height: 36px;
	border-right: 4px solid #fff;
	background: #0e4c92;
	float: left;
}

.upenn_block {
	width: 30px;
	height: 36px;
	border-right: 4px solid #91000e;
	background: #001e62;
	float: left;
}

.harvard_block {
	width: 30px;
	height: 36px;
	border-right: 4px solid #fff;
	background: #dc143c;
	float: left;
}

.brown_block {
	width: 30px;
	height: 36px;
	border-right: 4px solid #c41e3a;
	background: #3a1e1a;
	float: left;
}

.dartmouth_block {
	width: 30px;
	height: 36px;
	border-right: 4px solid #fff;
	background: #38672f;
	float: left;
}

.princeton_block {
	width: 30px;
	height: 36px;
	border-right: 4px solid #000;
	background: #ff6600;
	float: left;
}

.cornell_block {
	width: 30px;
	height: 36px;
	border-right: 4px solid #fff;
	background: #b31b1b;
	float: left;
}

.columbia_block {
	width: 30px;
	height: 36px;
	border-right: 4px solid #fff;
	background: #9BDDFF;
	float: left;
}

/* @group Top Nav */

#top_nav {
	width: 623px;
	float: right;
	text-align: center;
	color: #574014;
	font-size: 110%;
}

#top_nav ul {
	padding: 0;
	margin: 8px;
}

#top_nav li {
	display: inline;
	list-style: none;
	padding: 5px 9px;
	margin: 0;
}

#top_nav a {
	color: #574014;
	text-decoration: none;
}

#top_nav a:hover {
	color: #9b7c1f;
	text-decoration: none;
}

/* @end */



/* @end */

/* @group Main Body */

#wrapper {
	width: 900px;
	margin: 0;
	padding: 0;
	min-height: 400px;
	float: left;
}

/* @group Left Column */

#left_column {
	width: 205px;
	float: left;
	margin: 0;
	padding: 0;
}

#top_left {
	background: #fff;
	width: 205px;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #574014;
}

#left_nav {
	width: 205px;
}

#left_nav ul {
	margin: 0;
	padding: 0;
}

#left_nav li {
	display: block;
	border-bottom: 1px solid #574014;
}

#left_nav li.border_bottom {
	border-bottom: 1px solid #574014;
	position: relative;
}

#left_nav li a {
	color: #574014;
	font-size: 95%;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
}

#left_nav li a:hover {
	background: #fff8dc;
	color: #b88f00;
	display: block;
	text-decoration: none;
}

#left_nav ul.left_sub_nav {
	margin: 0;
	padding: 1px 0;
	border-bottom: 1px solid #574014;
}

#left_nav .left_sub_nav li {
	font-size: 85%;
	display: block;
	border-bottom: none;
}

#left_nav .left_sub_nav a {
	padding: 3px 10px 3px 20px;
	background: #f8ecc2;
}

#left_nav .left_sub_nav a:hover {
	padding: 3px 10px 3px 20px;
	background: #fff7da;
}

#left_nav_info {
	width: 205px;
}

#left_nav_info ul {
	margin: 0;
	padding: 0;
}

#left_nav_info li {
	display: block;
	border-bottom: 1px solid #574014;
	background: #e0cc81;
}

#left_nav_info a {
	color: #574014;
	font-size: 95%;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
}

#left_nav_info a:hover {
	padding: 5px 10px;
	background: #f3edd8;
	color: #b88f00;
	text-decoration: none;
}

/* @group Email Sign-Up */

#email_signup {
	width: 173px;
	margin: 5px;
	background: #FFF8DC;
	border: 1px solid #b88f00;
	font-size: 85%;
	color: #574014;
	text-align: center;
	padding: 10px;
}

#email_signup p {
	margin: 0 3px 5px 3px;
}

/* @end */

/* @end */

/* @group Content */

#content {
	width: 635px;
	margin: 10px 30px 10px 30px;
	float: right;
}

.home_top_callouts {
	width: 640px;
	padding: 25px 0 5px 0;
	font-weight: bold;
	float: left;
}

.home_top_callout_items {
	width: 210px;
	float: left;
}

.home_top_callout_items img {
	border: 2px solid #ead17a;
	float: left;
	margin: 0 8px 3px 0;
}

.home_top_callout_items a {
	color: #b88f00;
	text-decoration: none;
}

.home_top_callout_items a:hover {
	color: #ead17a;
	text-decoration: none;
}

.home_content {
	width: 640px;
	padding: 5px 0 5px 0;
	float: left;
}

.home_content img {
	border: 1px solid #b88f00;
	margin: 10px 0;
}

#content h1, h2, h3, h4, h5, h6 {
	color: #b88f00;
	font-weight: normal;
	margin: 2px 0 4px 0;
	padding: 0;
}

#content h1 {
	font-size: 170%;
}

#content p {
	font-size: 85%;
	line-height: 170%;
	padding: 0;
	margin: 8px 0;
}

#content li {
	font-size: 85%;
	line-height: 170%;
}

.home_content a {
	color: #574014;
}

.home_content a:hover {
	color: #B88F00;
}

#content a {
	color: #574014;
}

#content a:hover {
	color: #B88F00;
}

/* @group Featured */

#featured {
	width:305px;
	text-align: center;
	padding: 0 15px 12px 0;
	margin: 0 15px 0 0;
	float: left;
	border-right: 1px solid #DBB32B;
}

#featured h3 {
	font-size: 120%;
	padding: 0 0 5px 0;
	margin: 0;
}

#featured img {
	margin: 3px 0;
}

#featured .featured_item_one {
	width: 148px;
	text-align: center;
	font-size: 90%;
	float: right;
	padding: 0 0 0 3px;
}

#featured .featured_item_two {
	width: 148px;
	text-align: center;
	font-size: 90%;
	float: right;
	padding: 0 3px 0 0;
}

#featured a {
	text-decoration: none;
	color: #574014;
	padding-top: 3px;
}

#featured a:hover {
	text-decoration: none;
	color: #B88F00;
}

/* @end */

/* @end */

/* @group Footer */

#footer_nav {
	width: 655px;
	margin: 10px 20px 10px 225px;
	border-top: 1px solid #dbb32b;
	border-bottom: 1px solid #574014;
	padding: 5px 5px;
	font-size: 90%;
	color: #b88f00;
	clear: both;
	text-align: center;
}

#footer_nav ul {
	padding: 0;
	margin: 8px;
}

#footer_nav li {
	display: inline;
	list-style: none;
	padding: 5px 8px;
}

#footer_nav a {
	color: #b88f00;
	text-decoration: none;
}

#footer_nav a:hover {
	color:#574014;
	text-decoration: none;
}

#footer {
	width: 630px;
	margin: 15px 20px 15px 225px;
	text-align: center;
	color: #b88f00;
	font-size: 70%;
}

#footer a {
	color: #b88f00;
}

#footer a:hover {
	color: #574014;
}

/* @end */



/* @end */

/* @group Inputs */

.email_input {
	border: 1px solid #000;
	padding:3px 0;
}

.submit_button {
	background: #f3de95;
	border: 1px solid #574014;
	color: #574014;
	padding:2px 2px;
	margin-left: 3px;
}

/* @end */

/* @group Cart */

div.button {
	position: relative;
	padding-bottom:15px;
}

.button {
	/*margin: 10px 0 3px 0;*/
	font-size: 90%;
}

.button input {
	font-family: century gothic, arial, helvetica, sans-serif;
	/*margin: 10px 0 10px 5px;*/
	/*width: 80px;*/
}

.button_input {
	font-size: 90%;
	padding: 3px 5px;
	background: #F3DE95;
	color: #574014;
	border: 1px solid #574014;
	text-decoration: none;
	margin-left: 8px;
}

.button_input input {
	font-family: century gothic, arial, helvetica, sans-serif;
	margin: 10px 0 10px 5px;
	width: 85px;
}

input.button_input {
	font-family: century gothic, arial, helvetica, sans-serif;
	width: 85px;
}


.button a {
	padding: 3px 5px;
	background: #F3DE95;
	color: #574014;
	border: 1px solid #574014;
	text-decoration: none;
	margin-left: 8px;
}

.button a:hover {
	padding: 3px 5px;
	background: #FFF8DC;
	color: #B88F00;
	text-decoration: none;
}

.button select {
	margin-bottom: 8px;
}

.input_button select {
	margin-bottom: 8px;
}

.input_button {
	padding: 3px 5px;
	background: #F3DE95;
	color: #574014;
	border: 1px solid #574014;
}

input.button {
	padding: 3px 5px;
	background: #F3DE95;
	color: #574014;
	border: 1px solid #574014;
	font-family: century gothic, arial, helvetica, sans-serif;
	width: 80px;
}

#cart img {
	border: 1px solid;
}

#cart {
	font-size: 90%;
}

#cart_table {
	font-size: 90%;
}

.featured_products {
	font-size: 90%;
}

/* @end */

/* @group Contact Form */

#contact_form {
	font-size: 90%;	
}

#contact_form th {
	text-align: right;
}


/* @end */

/* @group Amherst */

#amherst {
	width: 750px;
}

#amherst h1 {
	background: #62418b;
	color: #ffffff;
	border-bottom: 5px solid #ffffff;
	padding: 4px 6px;
}

/* @end */

/* @group Georgtown */

#georgetown {
	width: 750px;
}

#georgetown h1 {
	background: #262c87;
	color: #ffffff;
	border-bottom: 5px solid #5e514a;
	padding: 4px 6px;
}

/* @end */

/* @group Catalog */

#product img {
	border: 0px solid #4f4530;
}

#product table {
	text-align: center;
}

/* @group Shop By School */

#shop_by_school {
	width:635px;
	font-size: 90%;
}

#shop_by_school td {
	text-align:left;
	padding: 5px 5px 2px 5px;
	vertical-align:bottom;
}

table.thumbnail_catalog {
	
}

.thumbnail_catalog td {
	width: 150px;
}

.thumbnail_catalog img {
	border: 0px solid #4f4530;
	margin-bottom: 5px;
}

.thumbnail_catalog a:hover img {
	border: 0px solid #928455;
}

.thumbnail_catalog a {
	color: #4f4530;
	text-decoration: none;
}

.thumbnail_catalog a:hover {
	color: #928455;
	text-decoration: none;
}

.thumbnail_catalog select {
	width: 142px;
	margin-top:5px;
	position: relative;
}

select {
	border: 1px solid #9E8556;
}

.product_description_head h3 {
	display: inline;
	background: #eee;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	color: #333;
	padding: 5px 5px 3px 5px;
	font-size: 110%;
}

.product_description_box {
	width: 300px;
	background: #f8f8f8;
	border: 1px solid #bfbfbf;
	padding: 10px;
	margin: 3px 0 5px 0;
}

.product_price_box {
	width: 300px;
	background: #f8f8f8;
	border: 1px solid #bfbfbf;
	padding: 10px;
	margin-top: 3px;
}

/* @end */

/* @end */

/* @group Free Shipping */

.free_shipping {
	width: 600px;
	padding: 10px;
	background: #F3DE95;
	border: 1px solid #9e8556;
	color: #574014;
	font-size: 120%;
	text-align: center;
}

.grand_opening {
	width: 440px;
	padding: 10px 10px 10px 150px;
	background: #fff8da url("../images/ribbon_cutting_bg.jpg") top left no-repeat;
	border: 1px solid #9e8556;
	color: #9e8556;
	font-size: 150%;
	text-align: center;
	min-height: 80px;
}


.winners {
	width: 460px;
	padding: 10px 10px 10px 130px;
	background: #fff8da url("../images/trophy.jpg") top left no-repeat;
	border: 1px solid #9e8556;
	color: #9e8556;
	font-size: 150%;
	text-align: center;
	min-height: 100px;
}

.announcement {
	width: 580px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #9e8556;
	color: #9e8556;
	font-size: 140%;
	text-align: center;
	min-height: 100px;
}

/* @end */

/* @group Shipping Table */

.shipping_rates {
	font-size: 90%;
	margin:10px 0;
}

.shipping_rates th {
	border-bottom: 1px solid #eee;
	padding: 0 0 5px 0;
}

/* @end */

/* @group Announcement */

#announcement {
	background: #fff;
	width: 600px;
	padding: 0;
	margin-bottom: 20px;
	border: 1px solid #000;
	color: #333;
	text-align: left;
	}
	
#announcement table {
	background: #ebe6dd;
	}
	
#announcement p {
	margin: 0;
	padding: 0;
	}
	
#announcement a img {
	border: none;
	}
	
#announcement img {
	border: none;
	margin: 0 0 -4px 0;
	padding: 0;
	}

span.save {
	color: red;
	font-size: 175%;
	font-weight: bold;
	text-shadow: none;
	}
	
	/* @end */
	
/* @group freeShip */

div.freeShip {
	background: #2E5D81; /*#EBE6DD;*/	
	border: 1px solid #000;
	color: #C7E7FF; /*#9E8556;*/
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	width: 580px;
	}
	
	/* @end */
