/* @group reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .btn { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline 
}

a img, frameset { 
	border: 0; 
}

table {	
	border-collapse: collapse; 
	border-spacing: 0; }

caption, th, td { 
	text-align: left;	
	font-weight: normal; 
}

blockquote:before, blockquote:after, q:before, q:after { 
	content: ""; 
}

blockquote, q {	
	quotes: "" ""; 
}

/* @end */

body {
	margin: 15px;
	padding: 0;
	background-color: #fafafa;
	font-color: #555;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #fe8304;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	transition: color 0.175s;
  -moz-transition: color 0.175s;
  -webkit-transition: color 0.175s;
}

a:hover {
	text-decoration: underline;
	color: #bf6719;
	transition: color 0.175s;
  -moz-transition: color 0.175s;
  -webkit-transition: color 0.175s;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}

h1 {
	color: #aaa;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
}

.orange {
	color: #fe8304;
}

.error {
	color: red;
}

.capslight {
	text-transform: uppercase;
	color: #aaa;
	font-style: italic;
}

.capsorange {
	text-transform: uppercase;
	color: #fe8304;
	font-style: italic;
}

a.submit-button {
	background: url(/media/images/button-bg.png) no-repeat;
	height: 26px;
	width: 127px;
	padding-top: 2px;
	text-align: center;
	color: white;
	font-size: 1.2em;
	font-style: italic;
	cursor: pointer; 
	cursor: hand;
	text-decoration: none;
}

/* general layout styles */

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	overflow: hidden;
	width: 965px;
	height: 110px;
	padding-left: 35px;
	padding-right: 0px;
	margin-bottom: -10px;
}

#logo {
	width: 176px;
	float: left;
}

#logo img {
	border: none;
}

#menu {
	width: 780px;
	height: 20px;
	float: right;
	overflow: hidden;
}

#menu-left {
	width: 365px;
	padding-right: 0px;
	float: right;
	overflow: hidden;
	text-align: right;
}

#menu-right {
	width: 345px;
	padding-left: 25px;
	float: right;
	overflow: hidden;
	text-align: left;
}

#menu a {
	display: inline-block;
	color: #555;
	text-align: right;
	padding-right: 32px;
	text-transform: uppercase;
	font-size: 1.15em;
	font-style: italic;
}

#menu a.nopadding {
	padding-right: 0px;
}

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

.dropdown {
	visibility: hidden;
	position: absolute;
	color: white;
}

.dropdown a {
	color: white;
}

#hover_contact {
	width: 300px;
	height: 300px;
	left: 50%;
	margin-left: 125px;
	top: 33px;
	z-index: 100;
	background: url(/media/images/hover-bg.png) no-repeat -50px 0;
	padding: 35px;
}

#hover_contact h2 {
	color: #555;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
}

#hover_contact h3 {
	margin-top: 20px;
	font-size: .9em;
	font-weight: bold;
}

#hover_contact p {
	font-size: .9em;
	margin-top: 3px;
}

#hover_contact p label {
	width: 300px;
	float: left;
	margin-bottom: 2px;
}

#hover_contact p input {
	width: 300px;
	float: left;
	margin-bottom: 10px;
}

#hover_contact input#message-submit {
	width: 100px;
	float: right;
	margin-top: 10px;
}

#hover_contact p textarea {
	width: 300px;
	height: 100px;
}

#hover_letters {
	width: 160px;
	height: 55px;
	margin-left: -135px;
	left: 50%;
	top: 33px;
	z-index: 100;
	background: url(/media/images/hover-bg.png) no-repeat -284px 0;
	padding: 20px 0 20px 20px;
}

#hover_letters a {
	display: block;
	margin-top: 2px;
	text-transform: uppercase;
	font-size: 1.1em;
	font-style: italic;
}

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

#cart_status {
	float: right;
	width: 700px;
	height: 20px;
	margin-top: 2px;
	text-align: right;
	padding-right: 20px;
}

#cart_status p {
	color: #555;
	font-size: .8em;
}

#cart_status a {
	display: block;
	text-transform: uppercase;
	font-style: italic;
	font-size: 1.1em;
}

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

#cart_button:hover {
	background: url(/media/images/cart_active.png) no-repeat;
}

#cart a.submit-button {
  display: inline-block;
  line-height: 1.125em;
  margin-left: 20px;
  padding-top: 0px;
}

#cart a.submit-button:hover {
  opacity: 0.8;
}

#content {
	width: 1000px;
	min-height: 350px;
	overflow: hidden;
}

#footer {
	width: 965px;
	overflow: hidden;
	margin-top: 50px;
	margin-left: 35px;
}

#footer #external_links {
  display: block;
  width: 100%;
  overflow: hidden;
}

#footer #external_links .fblike {
	float: left;
	width: 50px;
	height: 40px;
	margin-right: 15px;
	overflow: hidden;
}

#site_links {
	text-align: left;
	text-transform: capitalize;
	margin-top: 15px;
}

#site_links a {
	color: #ccc;
	font-size: .9em;
	letter-spacing: .1em;
}

#site_links span.divider {
	font-size: .8em;
	color: #ccc;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}

#site_links a:hover {
	color: #fe8304;
	text-decoration: none;
}

#copyright {
	font-size: .8em;
	color: #ccc;
	margin-top: 10px;
}

#shortcuts {
	width: 950px;
	height: 135px;
	padding-right: 35px;
	padding-left: 35px;
	overflow: hidden;
}

.shortcuts_margin {
	margin-top: 35px;
}

#shortcuts .shortcut h2 {
	font-weight: normal;
	font-style: normal;
	color: #aaa;
	font-size: 1.2em;
	text-transform: uppercase;
	height: 30px;
	line-height: 1.3em;
}

#shortcuts .shortcut h2 a {
	font-size: 1em;
	color: #aaa !important;
	font-weight: normal !important;
	font-style: normal !important;
}

#shortcuts .shortcut {
	float: left;
	width: 256px;
	height: 150px;
}

#shortcuts .shortcut p {
	height: 55px;
	color: #555;
	font-size: .85em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#shortcuts .shortcut a {
	text-transform: uppercase;
	font-size: 1.1em;
	font-style: italic;
}

#shortcuts .shortcut a:hover {
	text-decoration: underline;
}

#shortcuts .divider {
	float: left;
	width: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 115px;
	background-color: #ccc;
	margin-left: 25px;
	margin-right: 25px;
}

#shortcuts .divider_blank {
	float: left;
	width: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 130px;
	margin-left: 25px;
	margin-right: 25px;
}

.page_contents {
	margin-left: 35px;
	margin-top: 35px;
	padding-top: 20px;
	width: 600px;
	float: left;
	overflow: hidden;
	margin-bottom: 25px;
}

.page_contents h1 {
	margin-bottom: 10px;
}

.page_image {
	float: right;
	margin-top: 35px;
}

#buy-letter-marker {
	position: absolute;
	z-index:-10;
	background: transparent url(/media/images/buy-letters-marker.png) no-repeat;
	width: 200px;
	height: 150px;
	top: 0;
	left: 50%;
	margin-left: -176px;
}

#buy-books-marker {
	position: absolute;
	z-index:-10;
	background: transparent url(/media/images/buy-letters-marker.png) no-repeat;
	width: 200px;
	height: 150px;
	top: 0;
	left: 50%;
	margin-left: -58px;
}

#the-story-marker {
	position: absolute;
	z-index:-10;
	background: transparent url(/media/images/the-story-marker.png) no-repeat;
	width: 200px;
	height: 150px;
	top: 0;
	left: 50%;
	margin-left: 105px;
}

#faq-marker {
	position: absolute;
	z-index:-10;
	background: transparent url(/media/images/faq-marker.png) no-repeat 0 0;
	width: 200px;
	height: 150px;
	top: 0;
	left: 50%;
	margin-left: 220px;
}

#press-marker {
	position: absolute;
	z-index:-10;
	background: transparent url(/media/images/press-marker.png) no-repeat;
	width: 200px;
	height: 150px;
	top: 0;
	left: 50%;
	margin-left: 320px;
}

/* homepage layout styles */

#index-left {
	width: 590px;
	height: 425px;
	float: left;
	padding-left: 35px;
	padding-top: 35px;
	background: url(/media/images/slideshow-background.png) no-repeat;
}

#index-right {
	margin-top: 35px;
	width: 320px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
	background-color: white;
	text-align: left;
}

#index-right h1 {
	margin-bottom: 10px;
	letter-spacing: 1px;
}

#index-right p {
	font-style: italic;
	font-size: 1.2em;
	padding-right: 15px;
	line-height: 1.3em;
	color: #555;
	display: block;
	margin-top: 10px;
}

#index-bg-right {
	position: absolute;
	width: 370px;
	top: 0;
	left: 50%;
	margin-left: 125px;
	height: 825px;
	z-index: -100;
	background-color: white;
}

#index-buy-letters {
	margin-top: 20px;
	height: 100px;
	width: 300px;
	padding-top: 30px;
	padding-right: 200px;
	display: block;
	font-size: .8em;
	color: #555;
	line-height: 1.2em;
}

.index-buy-button {
  background: url(/media/images/button-bg-index.png) no-repeat;
  position: absolute;
  margin-left: 325px;
  top: 460px;
  z-index: 50;
  font-size: 1.3em;
  height: 30px;
  width: 150px;
  padding-top: 4px;
  text-align: center;
  color: white;
  font-size: 1.2em;
  font-style: italic;
  cursor: pointer; 
  cursor: hand;
  text-decoration: none;
}

#index-buy-letters-button {
	right: 3.5%;
}

#index-buy-coasters-button {
	right: 20%;
}

.index-buy-button:hover {
	text-decoration: none;
	opacity: .9;
	color: #ddd;
}

#slideshow {
	position: relative;
    width: 590px;
    height: 390px;
    overflow: hidden;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0;
}

#slideshow img.active {
    z-index: 10;
    opacity: 1;
}

#slideshow img.last-active {
    z-index: 9;
}

/* configuration page styles */

#configure {
	width: 1000px;
	height: 600px;
	padding-top: 20px;
	margin-top: 35px;
	background: url(/media/images/custom-background.jpg) no-repeat;
	position: relative;
}

#configure .description {
  background: rgba(255,255,255,0.5);
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
}

#configure .description h1 {
	color: white;
	font-size: 1.5em;
	text-transform: uppercase;
}

#configure .description div.configure_text {
	margin-top: -5px;
}

#configure .description div.configure_text_preview {
	margin-top: -5px;
	margin-bottom: 10px;
}

#configure .description p {
	width: 600px;
	color: #555;
	margin-top: 10px;
	font-style: italic;
	font-size: 1.3em;
  padding-bottom: 0px;
}

#configure .description p.preview {
	width: 400px;
	color: #555;
	margin-top: 10px;
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
}

#configure .description p.edit {
	width: 400px;
	margin-top: 10px;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

#configure .description p.edit a:hover {
	text-decoration: underline;
}


#custom {
	width: 560px;
	height: 65px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	padding-left: 30px;
}

#custom form {
	overflow: hidden;
}

#hidden_submit {
	display: none;
} 

#custom #id_custom_input {
	width: 375px;
	height: 22px;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	float: left;
	text-transform: uppercase;
	background-color: transparent;
	border: 1px solid #888;
}

#id_custom_input:focus {
	outline: 0 none;
}

#id_custom_submit {
	margin-left: 15px;
	display: inline-block;
	float: left;
	margin-top: 0px;
	margin-left: 20px;
	font-size: 1.2em;
}

#id_custom_submit:hover {
}

#custom p.error {
	color: red;
	font-weight: bold;
	font-size: .8em;
	margin-top: 2px;
}

#custom-full-alphabet {
  color: #fff;
	width: 250px;
	height: 200px;
	margin-top: 270px;
	margin-left: 35px;
}

#custom-full-alphabet h2 {
	font-weight: normal;
	font-style: normal;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	height: 40px;
	line-height: 1.3em;
}

#custom-full-alphabet p {
	height: 45px;
	color: #fff;
	font-size: .85em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	width: 100%;
	font-weight: normal;
	font-style: normal;
}

#custom-full-alphabet a {
	text-transform: uppercase;
	font-size: 1.1em;
	font-style: italic;
}

#custom-full-alphabet a:hover {
	text-decoration: underline;
}

#custom-preview-holder {
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	overflow: auto;
}

.custom-preview-character {
	height: 70px;
	width: 70px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	float: left;
	margin-right: 3px;
	margin-top: 3px;
	overflow: hidden;
}

.custom-preview-character-space {
	height: 70px;
	width: 70px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

#custom-add-to-cart {
	margin-top: 40px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#custom-add-to-cart h2 {
	font-size: 1.4em;
	font-style: italic;
	width: 140px;
	float: left;
	color: #555;
	text-shadow: 1px 1px #fff;
	font-weight: normal;
	}
	
#custom-add-to-cart h3 {
	font-size: 1.2em;
	font-style: italic;
	width: 140px;
	float: left;
	color: #555;
	text-shadow: 1px 1px #fff;
	font-weight: normal;
	}


#custom-add-to-cart p {
	width: 240px;
	float: left;
	margin-left: 5px;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
}

#custom-add-to-cart-left {
	float: left;
	width: 140px;
}

#custom-add-to-cart-right {
	float: right;
	width: 140px;
}

a.custom-add-to-cart-submit {
	float: left;
}

a.custom-add-to-cart-submit:hover {
	color: white;
}

div.enlarged_preview {
	position: absolute;
	left: 100px;
	top: 102px;
	overflow: hidden;
	height: 159px;
	display: none;
}

.enlarged_preview .enlarged_left {
	float: left;
	height: 159px;
	width: 40px;
	background: url(/media/images/variation_enlarged_left.png) no-repeat 0 0;
}

.enlarged_preview .enlarged_center {
	float: left;
	height: 159px;
	overflow: hidden;
	background: url(/media/images/variation_enlarged_center.png) no-repeat center 0;
	padding-top: 40px;
}

.enlarged_preview .enlarged_center a {
	float: left;
	display: block;
	width: 81px;
	height: 81px;
	margin-right: 10px;
	border: 2px solid #fff;
}

.enlarged_preview .enlarged_center a:hover {
	border-color: #ccc;
}

.enlarged_preview .enlarged_right {
	float: right;
	height: 159px;
	width: 40px;
	background: url(/media/images/variation_enlarged_right.png) no-repeat 0 0;
}

/* books page styles */

#books {
	background-color: white;
	margin-top: 35px;
	width: 930px;
	overflow: hidden;
	padding: 20px 35px 35px;
}

#books h1 {
}

#books p.book-description {
	margin-top: 10px;
	color: #555;
	font-size: 1.2em;
	width: 550px;
	font-style: italic;
	float: left;
	line-height: 1.4em;
	height: 200px;
}

#books img.book-page-image {
	float: right;
	border: 1px solid #ccc;
}

#books div.book {
	width: 450px;
	margin-right: 5px;
	height: 200px;
	float: left;
}

#books div.book img {
	width: 200px;
	float: left;
	height: 200px;
	margin-right: 15px;
}

#books div.book h3 {
	width: 230px;
	margin-top: 30px;
	float: left;
	font-style: italic;
	color: #555;
	font-weight: normal;
	font-size: 1.4em;
}

#books div.book p {
	font-size: .8em;
	width: 230px;
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
}

#books div.book a.amazon-link {
	text-transform: uppercase;
	width: 230px;
	font-style: italic;
	font-size: 1.1em;
	margin-left: 5px;
	display: block;
	float: left;
	text-decoration: none;
}

/* the story page styles */

#the-story {
	background-color: white;
	margin-top: 35px;
	width: 930px;
	overflow: hidden;
	padding: 20px 35px 35px;
}

#the-story img.the-story-page-image {
	width: 400px;
	height: 400px;
	border: 1px solid #ccc;
}

#the-story h1 {
}

#the-story div.the-story-text {
	width: 500px;
	float: left;
	margin-top: 10px;
}

#the-story p.the-story-lede {
	color: #555;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.the-story-image-and-caption {
	width: 400px;
	float: left;
	margin-right: 30px;
}

.the-story-image-and-caption a {
	text-decoration: none;
}

p.the-story-caption {
	font-size: .8em;
	width: 400px;
	margin-top: 10px;
}

/* faq page styles */

#faq-contact {
	width: 275px;
	height: 220px;
	padding: 20px 35px;
	float: right;
	background-color: white;
	margin-top: 35px;
}

#faq-contact h2 {
	color: #555;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
}

#faq-contact h3 {
	margin-top: 20px;
	font-size: .9em;
	font-weight: bold;
}

#faq-contact p {
	font-size: .9em;
	margin-top: 3px;
}

/* press page styles */

#press {
	margin-top: 35px;
	margin-left: 35px;
	width: 965px;
}

#press-enlarged {
	float: left;
	width: 585px;
}

#press-enlarged img {
	width: 585px;
	border: 1px solid #000;
}

#press-index {
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom:20px;
	padding-top: 20px;
	width: 345px;
	background-color: white;
	float: right;
}

#press-index .inquiries {
	margin-left: 8px;
	font-size: .8em;
}

#press-index #press-items {
	overflow: hidden;
}

#press-index .press_item {
	float: left;
	width: 95px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: .8em;
	color: #555;
	height: 170px;
	overflow: hidden;
}

#press-index .press_item img {
	height: 100px;
	width: 85px;
	border: 1px solid black;
}

#press-index .press_item h3 {
	font-weight: normal;
	font-style: normal;
	margin-top: 4px;
}

#press-index .press_item p {
	margin-top: 1px;
	margin-bottom: 1px;
}

#press-index .press_item a.external {
	font-size: .9em;
}

#press-index .press_item a.enlarge {
	color: #aaa;
	font-size: .9em;
}

/* premade words page styles */

#premade-words {
	margin-top: 35px;
	width: 1000px;
	overflow: hidden;
}

#premade-words .page-header {
	width: 560px;
	margin-left: 385px;
	background-color: white;
	padding: 20px 35px 20px 20px;
	overflow: hidden;
}

#premade-words .page-header h1 {

}

#premade-words .page-header p {
	margin-top: 10px;
	font-size: 1.2em;
	font-style: italic;
	color: #555;
}

#premade-words .page-header a {
	font-style: italic;
}

#premade-words .premade-word {
	height: 320px;
	width: 1000px;
	margin-top: 20px;
	overflow: hidden;
}

#premade-words .premade-word .premade-word-context {
	height: 288px;
	width: 350px;
	margin-top: 6px;
	padding-top: 18px;
	padding-left: 20px;
	margin-left: 15px;
	background: url(/media/images/premade-word-background.png) no-repeat;
	float: left;
}

#premade-words .premade-word .premade-word-options {
	height: 253px;
	width: 575px;
	background-color: white;
	float: right;
	padding: 25px 20px 20px;
}

#premade-words .premade-word .premade-word-options img {
	margin-bottom: 30px;
	height: 110px;
}

.premade-add-to-cart {
	float: right;
	width: 475px;
	margin-top: 20px;
	margin-right: 15px;
}

.premade-add-to-cart h2 {
	width: 225px;
	padding-right: 25px;
	float: right;
	font-size: 1.3em;
	text-align: right;
	color: #555;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.premade-add-to-cart a {
	float: right;
}

/* alphabet sets page styles */

#alphabet-sets {
	margin-top: 35px;
	width: 1000px;
	overflow: hidden;
}

#alphabet-sets .alphabet-set {
	width: 930px;
	height: 335px;
	background-color: white;
	overflow: hidden;
	padding: 20px 35px;
	margin-top: 20px;
}

#alphabet-sets .alphabet-set h2 {
	color: #aaa;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 20px;
}

#alphabet-sets .alphabet-set img {
	float: left;
	width: 575px;
}

#alphabet-sets .alphabet-set div.order-options {
	float: right;
	width: 310px;
}

.alphabet-add-to-cart {
	width: 310px;
	margin-top: 25px;
	overflow: hidden;
}

.alphabet-add-to-cart h3 {
	width: 300px;
	padding-right: 25px;
	float: left;
	font-size: 1.3em;
	color: #555;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.alphabet-add-to-cart p {
	font-size: .8em;
	color: #555;
	width: 240px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.alphabet-add-to-cart a {
	float: right;
}


/* cart page styles */

#cart {
	width: 930px;
	padding-right: 35px;
	padding-left: 35px;
	margin-top: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 25px;
	background-color: white;
}

#cart p.cart_status {
	color: #555;
	size: .9em;
	margin-left: 2px;
}

#cart table {
	width: 100%;
	margin-top: 35px;
}

#cart table td {
	text-align: left;
	color: #555;
	vertical-align: top;
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

#cart table td.item_image  {
	padding-top: 20px;
}

#cart table td.item_quantity  {
	padding-top: 27px;
}

#cart table td.item_remove  {
	text-align: right;
	padding-right: 15px;
}

#cart table td.item_total  {
	text-align: right;
}

#cart table th {
	text-align: left;	
	color: #aaa;
	font-size: .8em;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

#cart table th.item_image {
	width: 125px;
	padding-right: 50px;
}

#cart table th.item_name {
	width: 125px;
	padding-right: 20px;
}

#cart table th.item_description {
	width: 305px;
	padding-right: 25px;
}

#cart table th.item_unit_price {
	width: 80px;
}

#cart table th.item_quantity {
	width: 80px;
}

#cart table th.item_total {
	width: 20px;
	padding-right: 25px;
}

#cart table th.item_remove {
	text-align: right;
	width: 80px;
}

#cart table tr.change_row td {
	text-align: right;
	padding-top: 20px;
}

#cart table tr.change_row td.update-quantity {
	padding-right: 25px;
}

#cart table tr.subtotal_row td {
	font-weight: normal !important;
  padding-top: 10px;
  padding-bottom: 0px;
}

#id_zipcode {
  width: 50px;
}

#id_zipcode.error {
  border: 2px solid #fe8304;
  color: #555;
}

#cart table tr.total_row td {
	border-bottom: none;
	font-weight: bold;
}

#cart table tr.total_row td.total_text {
	color: #555;
	text-align: right;
	padding-right: 50px;
	padding-left: 200px;
}

#cart table tr.total_row td.total_text h4 {
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
}

#cart table tr.total_row td.total_text h5 {
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
}

#cart .cart-submit-button {
	background-color: #bbb;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	color: white;
	font-size: .9em;
	cursor: pointer; 
	cursor: hand;
	padding-right: 8px;
	padding-left: 8px;
}

#checkout {
	text-align: right;
	margin-top: 25px;
	overflow: hidden;
	width: 100%;
}

#checkout p {
	float: right;
	widht: 300px;
	font-size: 1.3em;
	margin-top: 5px;
	text-transform: uppercase;
	font-style: italic;
}

#checkout p a {
	font-style: italic;
}

#checkout form {
	width: 200px;
	float: right;
}

/* checkout styles */

#checkout-page {
	margin-top: 35px;
	padding-top: 20px;
}

#checkout-page iframe {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

#checkout-page .order-summary {
  display: inline-block;
  float: right:
  overflow: hidden;
  width: 400px;
}
#checkout-page .order-summary p.cart_status {
	color: #555;
	size: .9em;
	margin-left: 2px;
}

#checkout-page .order-summary table {
	width: 100%;
	margin-top: 35px;
}

#checkout-page .order-summary table td {
	text-align: left;
	color: #555;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

#checkout-page .order-summary table td.item_total  {
	text-align: right;
}

#checkout-page .order-summary table th {
	text-align: left;
	color: #aaa;
	font-size: .8em;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

#checkout-page .order-summary table th.item_image {
	width: 125px;
	padding-right: 50px;
}

#checkout-page .order-summary table th.item_name {
	width: 125px;
	padding-right: 20px;
}

#checkout-page .order-summary table th.item_description {
	width: 305px;
	padding-right: 25px;
}

#checkout-page .order-summary table th.item_unit_price {
	width: 80px;
}

#checkout-page .order-summary table th.item_quantity {
	width: 80px;
}

#checkout-page .order-summary table th.item_total {
	width: 20px;
	padding-right: 25px;
}

/* contact styles */

#contact-body {
	margin-top: 25px;
	margin-left: 35px;
}

#mc_embed_signup {
	text-align: left;
	text-transform: capitalize;
	color: #aaa;
	font-size: .9em;
	float: left;
} 

#mc_embed_signup h3 {
  color: #fe8304;
  font-size: 1.4em;
}

#mc_embed_signup input.btn {
	background-color: #fe8304;
	color: white;
	font-weight: normal;
	padding: 2px 5px;
	font-style: normal;
	margin-left: 5px;
	font-size: .9em;
}

#mc_embed_signup div {
	float: left;
}

#mc_embed_signup input.btn:hover {
	text-decoration: underline;
}

#mce-responses {
	font-size: 10px;
}

#mce-success-response {
	color: #fe8304;
}

#mce-error-response {
	color: red;
}

.mce_inline_error {
	color: red;
}

#announcement {
	position: absolute;
	top: 42px;
	right: 130px;
	color: #fff;
	background-color: #fe8304;
	margin-left: 470px;
	height: 55px;
	width: 510px;
	text-align: center;
	padding: 7px;
	box-shadow: 2px 2px 4px #aaa;
}

#announcement p {
  font-size: 12px;
}

#announcement a {
  color: #fff;
}

#announcement h3 {
  font-size: 22px;
}

.share {
  display: block;
  margin-bottom: 10px;
  width: 120px;
  height: 40px;
  overflow: hidden;
	float: left;
}

.share h3 {
  color: #fe8304;
  font-size: 1.125em;
}

.share ul {
  list-style-type: none;
}

.share ul li {
  float: left;
  width: 20px;
  height: 30px;
  margin-right: 10px; 
  overflow: hidden; 
}

.share ul li a {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/media/images/share-icons.png);
  text-decoration: none;
  opacity: .5;
}

.share ul li a:hover {
  opacity: .8;
}

.share ul li a.post {
  background-position: 4px 0; 
}

.share ul li a.tweet {
  background-position: -15px 0;
  
}