/*=============================================================================
* Public CSS file.
*
* Main essential components
*
============================================================================
Reset all margins and padding to ensure x-browser compatibility*/
*
{
	padding: 0px;
	margin: 0px;
}
BODY, HTML
{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
BODY, TABLE, DIV, TD, INPUT, TEXTAREA
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	color: #4B4745;
}
A
{
	font-weight: bold;
	text-decoration: none;
}
A:link
{
	color: #545463;
}
A:visited
{
	color: #545463;
}
A.action:link, A.action:visited, A.action.bad:link, A.action.bad:visited
{
	background-color: #049ABE;
	color: #FFF !important;
	font-weight: normal;
	font-size: 12px;
	padding: 4px;
	text-decoration: none !important;
}
A.action.bad:link, A.action.bad:visited
{
	background-color: #770000;
	font-weight: bold;
}
A.normal
{
	font-weight: normal;
}
A.redlink, A.red:link, A.red:visited
{
	color: #804D68;
}
FORM
{
}
IMG
{
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
}
IMG.floater
{
	margin: 20px;
	border: 1px dotted #C2B2FB !important;
	border: 1px solid #9C8FCA;
}
IMG.floater2
{
	margin-right: 10px;
	margin-bottom: 10px;
}
P
{
	padding-top: 0px;
	padding-bottom: 5px;
	line-height: 1.5em;
}
.italic
{
	font-size: xx-small;
	font-style: italic;
}
TD
{
	vertical-align: top;
}
LABEL
{
	clear: both;
	font-weight: bold;
	color: #666666;
	display: block;
	padding-bottom: 5px;
}
INPUT
{
}
OPTION
{
	padding: 0px 4px;
}
INPUT[type=hidden]
{
	display: none;
}
UL, OL
{
	padding-left: 30px;
}
UL
{
	list-style-type: square;
}
UL LI
{
	padding: 2px 0px;
	list-style-type: square;
	color: #2C2017;
}
UL.navigation
{
	margin: 0px;
	padding-left: 0px;
	padding: 0px;
	display: inline;
}
UL.navigation LI
{
	margin: 0px;
	list-style: none;
	display: block;
	float: left;
	padding: 0px;
	padding-left: 10px;
	margin-right: 5px;
}
UL.navigation LI.active
{
	font-size: 1.2em;
	font-weight: bold;
}
/*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;
}
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:link, .navigation A:visited
{
}
.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 solid #000000;
}
.navigation IMG
{
	margin: 2px 0px 0px;
	padding: 0px;
}
#subnav
{
	border-bottom: 1px solid #CCC !important;
	border-bottom: 0px solid #000000;
	height: 18px;
}
IMG
{
	border: 0px solid #000000;
}
H1
{
	color: #436B7B;
	font-size: 26px;
	line-height: 35px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}
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-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
H2
{
	padding-top: 0px;
	font-size: 22px;
	line-height: 28px;
	color: #B22525;
	font-weight: normal;
}
H3
{
	padding-top: 5px;
	margin-top: 0px;
	color: #B22525;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
}
H4
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #0C3B57;
	font-weight: bold;
}
H5
{
	margin-top: 3px;
	margin-bottom: 0px;
	color: #EF2727;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}
I
{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #3E3932;
	font-weight: normal;
	font-style: italic;
}
.grey
{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	font-style: italic;
}
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;
}
DIV.price
{
	background-color: #6ABE32;
	color: #FFF;
	font-size: 25px;
	padding: 5px 10px;
	text-align: center;
	font-style: italic;
	-moz-border-radius: 10px;
}
.info
{
	font-size: 10px;
	font-style: italic;
	color: #666666;
	line-height: 14px;
}
.money
{
	color: #466B2E;
	font-style: italic;
}
/*BUTTONS
This is used on anchors as well as button objects, so some css trickery is needed*/
.button, .buttonWarning
{
	background-color: #046C82;
	background-image: url(/images/bg.gif) !important;
	background-repeat: repeat-x;
	border: 2px solid #000;
	font-size: 15px;
	font-weight: bold !important;
	color: #EEEEEE !important;
	color: #EEEEEE;
	text-decoration: none !important;
	text-decoration: none;
	line-height: 20px;
	padding: 5px 25px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	display: block;
}
#right A.button, A.button
{
	text-decoration: none;
	color: #EEEEEE;
	font-weight: bold;
}
.buttonWarning
{
	background-color: #FF0000;
	border-color: #B00000;
	color: #EEEEEE;
}
/*end buttons*/
*.small
{
	padding: 1px;
	font-size: 0.9em;
}
/*BEGIN TABLE LIST CSS*/
DIV.listContainer
{
	height: 300px;
	width: 100%;
	border: 1px solid #666666;
	background-color: #FFF;
	overflow: auto;
}
.list
{
	border: 1px solid #666666;
	width: 100%;
}
/*don't put a border around tables contained by a div*/
DIV.listContainer .list
{
	border: 0px solid #000000;
	width: 100%;
}
.list TD
{
	background-color: #FFF;
	padding: 2px 6px;
	border-right: 1px solid #CCCCCC;
}
.list TR.odd TD
{
	background-color: #FFF;
}
.list TR.even TD, .even
{
	background-color: #ECEEF2;
}
.numeric, .list .numeric
{
	text-align: right;
}
.list TH, .list TR.header TD, .list TD.header
{
	font-weight: bold;
	background-color: #777777;
	background-image: url(/plugin_assets/substruct/images/table_header_bg.png);
	color: #EEEEEE;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	text-transform: capitalize;
	padding: 4px;
	text-align: left;
}
.list TR.footer TD
{
	font-weight: normal;
	font-style: italic;
	color: #333333;
	background-color: #CCCCCC;
	border-top: 1px solid #191465;
	text-transform: capitalize;
}
.list TD.borderTop
{
	border-top: 1px solid #999999;
}
/*END TABLE LIST CSS*/
*.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;
}
.padder
{
	clear: both;
	height: 10px;
	overflow: hidden;
}
.clear
{
	clear: both;
	height: 0px;
	overflow: hidden;
}
DIV.float, DIV.floatHalf
{
	float: left;
	margin-right: 10px;
}
DIV.floatHalf
{
	width: 45%;
}
/*MAIN TRI FLOATS*/
.pad10
{
	padding-left: 10px;
}
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: #FF0000;
	font-style: italic;
	padding-bottom: 5px;
	padding-left: 10px;
}
#ErrorExplanation
{
	width: 400px;
	border: 2px solid #FF0000;
	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
{
	color: #333;
	line-height: 1em !important;
}
.textInput, .textArea
{
	border: 1px solid #7D6A55;
	padding: 4px;
}
.textInput.big
{
	border: 2px solid #7D6A55;
	height: 25px;
	color: #8A8075;
	font-size: 18px;
	line-height: 28px;
	padding-top: 7px;
	background-image: url(/images/input-bg.png);
	background-repeat: repeat-x;
}
.floatRight
{
	float: right;
}
.floatLeft
{
	float: left;
}
/*CLASSES*/
.minor_callout
{
	margin-bottom: 20px;
}
.minor_callout P
{
}
.main_block
{
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.form_block
{
	margin: -2px 0px 20px;
	padding: 0px 15px 15px;
	background-repeat: repeat-x;
}
.form_block H2
{
	margin-bottom: 10px;
}
.comment_block
{
	margin: 0px;
	padding-left: 20px;
	padding-top: 5px;
	background-image: url(/images/FormGradient_100.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #CCC;
}
.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'*/
.product
{
	width: 150px;
	margin-right: 5px;
	float: left;
	background-image: url(/plugin_assets/substruct/images/public-ui/item-middle.gif);
	background-repeat: repeat-y;
}
.product_top
{
	width: 150px;
	height: 10px;
	background-image: url(/plugin_assets/substruct/images/public-ui/item-top.gif);
	background-repeat: no-repeat;
}
.product_bottom
{
	width: 150px;
	height: 20px;
	background-image: url(/plugin_assets/substruct/images/public-ui/item-bottom.gif);
	background-repeat: no-repeat;
}
.product_main
{
	margin-left: 12px;
	margin-right: 20px;
	margin-top: 10px;
	width: 115px;
	overflow: hidden;
	text-align: center;
}
.product_image
{
	height: 130px;
	overflow: hidden;
}
.product_title
{
	height: 40px;
	margin: 4px 0px;
	overflow: hidden;
}
.product .money
{
	display: block;
	background-color: #69BF32;
	color: #FFF;
	padding: 2px;
	overflow: hidden;
	-moz-border-radius: 5px;
}
.product .icon
{
	position: absolute;
	margin-left: 110px;
	z-index: 300;
}
.gallery_item
{
	float: left;
	text-align: left;
}
.gallery_image:hover
{
	opacity: 100.0;
	filter: alpha(opacity=100);
}
.gallery_image
{
	padding: 8px;
	opacity: 0.94;
	filter: alpha(opacity=80);
}
.galleryNav
{
	opacity: 0.75;
	filter: alpha(opacity=75);
	float: right;
	width: 80px;
	height: 24px;
	background: #000000;
	-webkit-border-radius: 0 0 0 12px;
	padding: 8px 0 0px 11px;
	-moz-border-radius: 0 0 0 12px;
}
.galleryNavIcon
{
	float: left;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.listing_item
{
	margin-left: 12px;
	margin-right: 20px;
	margin-top: 10px;
	float: left;
	width: 200px;
	overflow: hidden;
	text-align: left;
}
/*PAGINATION =============================================*/
DIV.pagination
{
	background-color: #EDEDED;
/*border-top: 2px solid #C5BEBE;*/
	padding: 10px;
	font-size: 1.2em;
	text-align: right;
	margin: 20px 0px;
}
DIV.pagination A
{
	text-decoration: none;
}
DIV.pagination A, DIV.pagination SPAN
{
	padding: 5px;
	font-weight: bold;
}
DIV.p *
{
	font-size: 1.2em;
}
#flash
{
	margin: 20px;
	padding: 10px;
	z-index: 100;
	background-color: #B2DF83;
	border: 4px solid #6AC034;
	color: #293F1B;
}
#flash H2
{
	background-color: #6AC034;
	padding: 5px;
	color: #FFF;
}
#flash DIV, #flash .action
{
	font-size: 1.2em;
	line-height: 1.3em;
}
#container
{
	width: 970px;
	margin: 4px auto 0px;
	background-color: #FFFFFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
#header
{
	margin-bottom: 0px;
}
#toplinks
{
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 1.1em;
	width: 330px;
}
#toplinks LI
{
	margin-left: 5px;
	line-height: 30px;
	float: right;
}
#searchbox
{
	float: right;
	clear: right;
	margin-right: 10px;
	margin-top: 10px;
	width: 330px;
}
#searchbox .textInput
{
	width: 250px;
}
/*Div that comes before the content*/
#preContent
{
	height: 83px;
/*background-image: ;*/
	background-repeat: no-repeat;
}
#contentBody
{
	clear: both;
	margin: 15px 15px 0;
}
#footer
{
	border-top: 1px solid #EAEAEA;
	font-size: 16px;
	margin: 10px 0px 0 30px;
	padding: 15px 0 0;
}
#footer LI
{
	margin-right: 20px;
	margin-left: 0px;
}
#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: 680px !important;
	border-right: 1px solid #DFDFDF;
	min-height: 400px;
	padding: 0 20px 0 0;
	margin: 0 0px 0 0;
}
/*Right content*/
#right
{
	float: left;
	width: 215px;
	padding: 0 0 0 15px;
	margin: 20px 0px 0px;
}
#right .textInput
{
	font-size: 15px;
	line-height: 30px;
	padding-top: 5px !important;
	padding-top: 10px;
	height: 25px;
}
#right H2
{
	color: #5E5E5E;
}
#left, #right, #fullContent
{
}
#fullContent
{
	width: auto;
	margin: 0 5px 0 0px;
}
#customer_msg
{
	position: absolute;
	margin-left: 390px;
	margin-top: 53px;
	width: 300px;
	padding: 0px 5px;
	height: 40px;
	overflow: hidden;
	color: #666666;
}
#logo_top
{
	margin-top: 500px;
	z-index: -300;
}
#navigation
{
	margin-top: 5px;
	background-image: url(/images/nav-middle-bg.gif);
	background-repeat: repeat-x;
	height: 60px;
	overflow: hidden;
}
/*TOP NAVIGATION*/
#navcap_left
{
	float: left;
	width: 10px;
	height: 60px;
	background-image: url(/images/nav-endcap-left.gif);
	background-repeat: no-repeat;
}
#navcap_right
{
	float: right;
	width: 10px;
	height: 60px;
	background-image: url(/images/nav-endcap-right.gif);
	background-repeat: no-repeat;
}
#navigation-inner
{
}
#navigation UL.navigation LI
{
	background-image: none;
	background-repeat: no-repeat;
	height: 60px;
	margin-right: 10px;
}
#navigation UL.navigation LI A
{
	background-image: none;
	background-position: top right;
	background-repeat: repeat-x;
	height: 60px;
	font-weight: normal;
	display: block;
	width: auto !important;
	width: 50px;
	text-align: center;
	padding-right: 10px;
	line-height: 65px;
	color: #FFFFFF;
	font-size: 18px;
	white-space: nowrap;
}
#navigation UL.navigation LI.active
{
	background-image: url(/images/nav-tab-left.gif);
	font-size: 1em;
}
#navigation UL.navigation LI.active A
{
	background-image: url(/images/nav-tab-right.gif);
	color: #0C3B57;
	font-size: 1.5em;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 10px;
}
#subnavigation
{
	height: 40px;
	background-color: #D0C8C8;
	background-image: url(/images/subnav-bg.gif);
	margin-left: 10px;
	margin-right: 10px;
}
#subnavigation UL.navigation LI
{
	height: 40px;
	margin-left: 15px;
}
#subnavigation UL.navigation LI A
{
	color: #5E5E5E;
	font-weight: normal;
	font-size: 15px;
	line-height: 45px;
	display: block;
}
#subnavigation UL.navigation LI.active
{
	background-image: url(/images/subnav-tab-left.gif);
	background-repeat: no-repeat;
	font-size: 1em;
	margin-right: 0px;
}
#subnavigation UL.navigation LI.active A
{
	background-image: url(/images/subnav-tab-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-style: italic;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 5px;
}
/*END NAVIGATION*/
#submittingText
{
	display: none;
	font-weight: bold;
	font-size: 1.3em;
	color: #008000;
	padding: 10px;
}
/*HOME PAGE*/
#main_callout
{
	width: 690px;
	height: 310px;
	float: left;
}
#minor_callouts
{
	width: 240px;
	float: right;
}
H1#new_sale_header
{
	width: 120px;
	height: 180px;
	padding-top: 20px;
	text-align: center;
	background-image: url(/plugin_assets/substruct/images/public-ui/new-sale-header-bg.gif);
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	margin-right: 20px;
	color: #F86D0A;
}
.footnotes
{
	float: right;
	padding: 4px;
}
.bof
{
	float: right;
	margin: -1px 10px 0 0;
	/*[empty]color:;*/
}
.header_image
{
	float: left;
	margin: 0 0 -7px -10px;
}
.logo
{
	float: left;
	margin: 0px 0px 0px 24px;
}
.tag_01
{
	font-size: larger;
}
.tag_02
{
	font-size: small;
}
.tag_03
{
	font-size: medium;
}
.tag_04
{
	font-size: x-small;
}
.tag_05
{
	font-size: large;
}
.tag_06
{
	font-size: small;
}
.submit_box
{
	float: right;
	margin: 20px 61px 0 0;
}
.headline_item
{
	padding: 0 20px;
	padding-bottom: 25px;
}
.headline_item H3 A
{
	color: #EF2727;
	padding: 0;
	margin: -10px 0 0;
}
.head_image IMG
{
	float: left;
}
.head_text
{
	float: left;
	width: 500px;
}
.news_list_image
{
	float: left;
	width: 200px;
}
.news_list_text
{
	float: right;
	width: 440px;
	text-align: justify;
}
.css1
{
	font-size: 70%;
}
.css2
{
	font-size: 80%;
}
.css3
{
	font-size: 90%;
}
.css4
{
	font-size: 100%;
}
.contentNode IMG
{
	padding-left: 15px;
	padding-right: 15px;
}
.top_contact
{
	float: right;
	margin: 10px 35px 10px 10px;
}
.top_contact A
{
	color: #CC0000;
	font-size: 1.1em;
}
