/* Reset all margins and padding to ensure x-browser compatibility */
* {
	padding: 0px;
	margin: 0px;
}
body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: "Lucida Sans", Arial, Helvetica, Geneva, sans-serif;
}

body, table, div, td, input, textarea {
	font-size: 13px;
}
a { color: #3B6EB9; }
a:link { }
a:visited { color: #583FB4; }

a.redlink, a.red:link, a.red:visited {
	color: #804D68;
}
a.button {
	display: block;
	font-size: 140%;
	padding: 5px;
}
img.floater {
	margin:20px;
	border:1px dotted #C2B2FB !important;
	border:1px solid #9C8FCA;
}
img.floater2 {
	margin-right:10px;
	margin-bottom:10px;
}
p, blockquote {
	margin-bottom: 10px;
}
td {
	vertical-align: top;
}
label {
	display:block;
}
option {
	padding:0px 4px;
}
input[type=hidden] {
	display:none;
}
ul, ol {
	padding-left:30px;
}
ul {
	list-style-type:disc;
}
#content ul { padding-left: 1em; }
ul li {
	padding: 2px 0px;
	list-style-type: none;
}
#content ul li { list-style-type: disc; }
blockquote { font-style: italic; color:#666; }

.points .point { border: 1px solid #ccc; padding: 10px; background-color: #fff; margin-bottom: 10px; }
.point .point_icon { display: inline; float: left; margin-right: 10px; }

/* @group navigation */
ul.navigation {
	padding-left: 0;
	float: left;
	clear: left;
	margin-bottom: 10px;
}
ul.navigation li {
	margin:0px;
	display:inline;
	float:left;
	margin-right: 1px;
	padding: 0;
}
ul.navigation li.active a, ul.navigation li.active span {
	background-color:#666666;
	border-color:#444444;
	color:#FFFFFF;
}
/* Secondary actions: orders ready to ship, on hold etc */

ul.navigation.secondary {
	float:right;
	margin-top: -30px;
	margin-right: 0px;
}
ul.sortable {
	margin-left: 0px !important;
	padding-left: 0px !important;
}
/* @end */

ul.sortable li {
	cursor: pointer;
	cursor: hand;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	margin-left: 0px !important;
}

ul.sortable li p {
	margin-bottom: 5px;
}
.navigation a {
}
.navigation a:hover{
	text-decoration: underline;
}
.navigation.secondary a, .navigation.secondary a:link, .navigation.secondary a:visited {
	color: #5272E0;
}
.navigation.tertiary a, .navigation.tertiary a:link, .navigation.tertiary a:visited {
	color: #000;
	padding: 4px;
}
.navigation.tertiary li {
	background-color: #ccc;
	padding-left: 4px;
	padding-right: 4px;
}
.navigation.tertiary li.active {
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: 0px;
}

img {	border: 0px; }

h1 {
	color: #3b3b3b;
	font-size: 28px;
	line-height: 35px;
	padding-bottom:5px;
	margin-bottom: 10px;
	font-weight: normal;
}
h1 .info {
	font-size: 14px;
	font-style: normal;
	color: #B8B3AD;
}

h1.border {
	border-bottom: 1px dotted #806a53;
}

h1 a {
	color: #f86d0a;
	font-weight: normal;
	text-decoration: none;
}

h1.important {
	font-size: 1.9em;
	font-style: italic;
	line-height: 1.1em;
}

h1:first-child, h1.first {
	margin-top: 0px;
}

h2, h3, h4 {
	margin-bottom: 0px;
	padding-bottom:0px;
}

h2 {
	font-size: 20px;
	color: #5e5e5e;
	font-weight: normal;
}
h3 {
	color: #589517;
	font-size: 16px;
	font-weight: normal;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #8a8075;
	font-weight: normal;
}

div.line {
	border-bottom: 1px dotted #B5B5B5;
	padding:0px;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 1px;
	overflow:hidden;
	clear:both;
}


div.indent {
	padding:0px;
	margin:0px;
	margin-top:-10px;
	padding-left:20px;
}

div.padLeft {
	padding-left:10px;
}

.info {
	font-size: 90%;
	color: #666666;
}

*.small {
	padding: 1px;
	font-size: 0.9em;
}

/* @group forms */

fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}
/* @group cart */

.cart {
	border: 1px solid #666666;
	width: 100%;
}

.cart td, .cart th {
	background-color: #fff;
	padding: 0 8px;
	color: #000;
	vertical-align: middle;
	height: 28px;
	line-height: 28px;
}
.cart th {
	white-space: nowrap;
}
.cart p {
	margin: 0;
}
.cart tr.even td, .even {
	background-color: #f9f9f9;
}
.cart th, .cart tr.header td, .cart td.header, .cart tr.footer td  {
	font-weight: bold;
	background-color: #777777;
	background-image:url(/plugin_assets/substruct/images/table_header_bg.png);
	color: #fff;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	text-transform:capitalize;
	text-align: left;
	height: 28px;
}

.numeric, .cart tr td.numeric, .cart tr th.numeric, .cart .tax td, .cart .total td, .cart .shipping td {
	text-align:right;
}
.cart tr td.action, .cart tr th.action {
	text-align: center;
}
.cart .product_info h3 {
	font-size: 13px;
	line-height: normal;
}
.cart .product_image, .cart .product_image img {
	height: 50px;
	line-height: 0px;
}
.cart .product_image {
	width: 50px;
}
.cart .product_info .tags {
	display: none;
}
/* @end Cart */

*.hover {
	cursor: pointer;
	cursor: hand;
}
.hlt, tr.hlt td, tr.selected td {
	background-color: #FFBC6C !important;
	font-style:italic;
}

.notes {
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #999999;
	margin-bottom: 10px;
	width: 400px;
}

.notesEdit {
	padding: 10px;
	width: 400px;
}

.clear {
	clear: both;
	overflow: hidden;
}

div.float, div.floatHalf {
	float:left;
	margin-right:10px;
}
div.floatHalf {
	width:45%;
}

/* MAIN TRI FLOATS */

div.floatTri {
	float: left;
	width: 31%;
	margin-right: 20px;
	background-image: url(/plugin_assets/substruct/images/public-ui/column-fade-middle.gif);
	background-repeat: repeat-x;
}
div.floatTri h2 {
	text-align: center;
	margin-bottom: 10px;
}

div.floatTri h4 {
	margin-left: 20px;
}

div.floatTri p {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
div.floatTri form {
	margin-left: 20px;
	margin-right: 20px;
}

.floatTri .left {
	float: left;
	background-image: url(/plugin_assets/substruct/images/public-ui/column-fade-left.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 150px;
}
.floatTri .right {
	float: right;
	background-image: url(/plugin_assets/substruct/images/public-ui/column-fade-right.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 150px;
}
.floatTri .middle {
	padding-top: 20px;
}

/* /MAIN TRI FLOATS */


.content_pad {
	padding: 20px;
	padding-top: 0px;
}

.fieldWithErrors input, .fieldWithErrors * option, .fieldWithErrors * {
  background-color: #dddddd;
}

.formError {
	color: red;
	font-style: italic;
	margin-bottom: 5px;
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.inline {
	display:inline;
	clear:none;
	margin-bottom:0px;
}

div.error {
	margin:10px;
	background-color:#FFFF99;
	border:1px solid #804D68;
	font-weight: bold;
	padding: 20px;
	text-align:center;
	color: #804D68;
}
input.error {
	background-color: #FFD3E3;
}
.textInput.big {
	height: 25px;
	font-size: 20px;
}


/* CLASSES */
.minor_callout {
	margin-bottom: 20px;
}
.minor_callout p {
}
.main_block {
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.form_block {
	margin: 10px 0;
	padding: 10px;
	background-color: #fff;
	background-image: url(/plugin_assets/substruct/images/public-ui/column-fade-middle.gif);
	background-repeat: repeat-x;
	border-top: 2px solid #ccc;
}
.form_block h3 {
	color: #000;
	margin-bottom: 10px;
}
.blog_entry {
	padding: 10px;
}
.blog_entry.even {
	background-color: transparent;
	background-image: url(/plugin_assets/substruct/images/public-ui/column-fade-middle.gif);
}

/* PRODUCT 'CHIPS' */
.products {
	border-bottom: 2px solid #ccc;
	clear: both;
}
.products, .product .variations {
	width: 100%;
	border-collapse: collapse;
}
.product td {
	background-color: #fff;
	padding: 10px;
	border-style: solid;
	border-color: #C5C2BF;
	border-width: 2px 0 0 0;
	vertical-align: middle;
}
.product td.form_block {
	vertical-align: text-top;
}
.product_info {
	position: relative;
}
.product_info .info { font-size: 60%; }
.tags .tag {
	display:inline;
	float: left;
	position: relative;
	font-size: 11px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-image: url(/images/tag.png);
	color: #666;
	padding: 0;
	margin-right: 5px;
	line-height: 20px;
	height: 20px;
}
.tags .tag a {
	color: #666;
}
.tags .tag .r {
	position: absolute;
	height: 20px;
	width: 5px;
	right: 0;
	top: 0;
	background: transparent url(/images/tag.png) right;
}
#ie6 .tags .tag .r { display:none; }
.tags .tag .label {
	padding: 0 5px;
	white-space:nowrap;
}
#ie6 .tags .tag .label {
	background-color: transparent;
	border: 0;
}
.tags .tag.on_sale .label, 
.tags .tag.best_sellers .label, 
.tags .tag.new .label {
	padding-left: 25px;
}
.tags li.on_sale, .tags li.on_sale .r {
	background-image: url(/images/tag-on_sale.png);
}
.tags li.on_sale a {
	color: #b31010;
}
.tags li.best_sellers, .tags li.best_sellers .r {
	background-image: url(/images/tag-best_sellers.png);
}
.tags li.best_sellers a {
	color: #3f9630;
}
.tags li.new, .tags li.new .r {
	background-image: url(/images/tag-new.png);
}
.tags li.new a {
	color: #D8A827;
}
#content .product_info .tags ul {
	padding: 0;
	margin-top: 10px;
	margin-left: 0;
}
.product_image {
	width: 200px;
	position: relative;
	min-height: 100px;
}
.money {
	color: #466B2E;
	font-style:italic;
	font-size: 16px;
	background-color: #69bf32;
	color: #fff;
	padding: 5px;
	overflow: hidden;
	-moz-border-radius: 5px;
	text-align: right;
}
.product .money { background-color: #fff; color: #000; border: 1px solid #C5C2BF; }
.discount {
	color: #000;
	float: left;
}
.discount a { text-decoration: none; }
.on_sale p { background-color: #700; color: #fff; }
.product .money p {
	margin: 0;
}
.variations {
	margin: 5px 0;
}
.variations td {
	padding: 2px;
	background-color: transparent;
	border-width: 1px 0;
}
.variations td.radio {
	width: 1%;
}
.price {
	text-align: right;
}
/* PAGINATION ============================================= */
div.pagination, #print {
	margin: 10px 0;
	float: left;
	line-height: 20px;
}
div.pagination span, div.pagination a {
	padding: 5px;
}
div.pagination a {
	font-weight: bold;
}
div.pagination .info {
}

#print {
	float:right;
}

#flash .notice {
	margin-bottom: 10px;
	padding: 10px;
	z-index: 100;
	background-color: #E1ECD0;
	border: 1px solid #6AC034;
	border-width: 1px 0;
	color: #293F1B;
}
#flash h2 {
	background-color: #6AC034;
	padding: 5px;
	color: #fff;
}
#flash p, #flash div, #flash .action {
	margin-bottom: 0;
	line-height: 1em;
}
/* @group structure */
body {
	background: #F9F9F9 url(/images/page-bkgrnd.gif) repeat-x;
}
#wrapper {
	width: 100%;
	background: transparent url(/images/footer-fern.png) no-repeat bottom left;
	position: relative;
}
#container {
	width: 970px;
	margin: 0px auto 20px;
}
#header_bkgrnd {
	width: 846px;
	height: 200px;
	background: transparent url(/images/header.jpg) no-repeat top right;
	position: absolute;
	right: 0;
	z-index: -1;
}
#content, #fullcontent { width: 100%; float: left; }
/* @end */
/* @group header */
#header {
	position: relative;
	line-height: 15px;
	margin-bottom: 10px;
	min-height: 185px;
}
#header h1 {
	position: absolute;
}
#header h1 a {
	display: block;
	position: relative;
	top: 26px;
	height: 53px;
	width: 294px;
}
#header h2 {
	clear: left;
	float: left;
	margin: 20px 0 10px;
	line-height: normal;
}
/* @end */
/* @group customer_controls */

#customer_controls {
	position: absolute;
	right: 0;
	top: 0;
}
#customer_controls li a {
	background-color: #000;
	color: #fff;
	font-size: 90%;
}
/* @end */
/* @group searchbox */

#searchbox {
	float:right;
	clear:right;
	position:absolute;
	right:0pt;
	top:143px;
	height: 20px;
}
#searchbox input {
	float: right;
}
#searchbox .field {
	float:right;
	width:145px;
	height:20px;
	background: transparent url(/images/search_field.png) no-repeat;
}
#searchbox .textInput {
	border: 0;
	background: transparent;
	width: 138px;
	padding: 2px;
}
/* @end */
/* @group menu */

#menu {
	padding-top:110px;
}
#menu a, #customer_controls a { 
	background-color: #000; 
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 4px 7px;
}
#nav, #subnav {
}
#nav p, #subnav p {
}

/* @end */
/* Div that comes before the content */
#preContent {
	height: 83px;
	background-image: ;
	background-repeat: no-repeat;
}

/* @group footer */
#footer {
	position: absolute;
	width: 100%;
	background: transparent url(/images/footer-bkgrnd.png) repeat-x;
	margin-top: -15px;
}
#footer .vcard {
	width: 970px;
	margin: 0 auto;
	font-size: .8em;
	color: #aaa;
	padding: 45px 0 30px;
}
#footer .vcard a {
	color: #aaa;
}
#footer .vcard .fn {
	display: none;
}
#footer .vcard .photo {
	float: left;
	height: 45px;
	width: 45px;
	margin-right: 10px;
}
#footer li {
	margin-right: 20px;
	margin-left: 0px;
}
/* @end */


#big_product_image {
	float: left;
	margin: 20px;
	margin-left: 0px;
	margin-top: 0px;
	width: 200px;
	overflow: hidden;
}

#bLeftCol, #bMiddleCol, #bRightCol {
	padding:15px;
	padding-top:20px;
	float:left;
}
#bLeftCol {
	width: 219px !important;
}
#bMiddleCol {
	width: 260px !important;
}
#bRightCol {
	width: 228px !important;
	width:210px;
	overflow:visible !important;
	overflow:hidden;
}

/* Left content container */
#left {
	float:left;
	width: 630px !important;
	overflow: hidden;
	margin-left: 0;
	padding-right: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* Right content */
#right {
	float:left;
	width: 300px;
	margin-bottom: 20px;
}
#right .textInput {
	font-size: 15px;
	line-height: 30px;
	padding-top: 5px !important;
	padding-top: 10px;
	height: 25px;
}
#submittingText {
	display:none;
	font-weight:bold;
	font-size:1.3em;
	color: green;
	padding: 10px;
}


