/*=============================================================================
* Public CSS file.
*
* Additional extra components.
*
* Add extra divs and other elements in here
============================================================================
Reset all margins and padding to ensure x-browser compatibility*/
*
{
	padding: 0px;
	margin: 0px;
}
.cap
{
}
.check_box
{
	width: 36px;
	height: 0px;
}
SELECT
{
	height: 25px;
	font-size: inherit;
	width: 200px;
}
BODY, HTML
{
	margin: 0px;
	padding: 0px 0px 50px;
	width: 100%;
}
BODY
{
	background-image: url(/images/back_strip.png);
	background-repeat: repeat-x;
}
DIV.line
{
	border-bottom: 1px dotted #B5B5B5;
	padding: 4px 0px 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: #FFFFFF;
	background-image: url(/images/bg.png) !important; /*[e]url(/images/bg.png)*/
	background-repeat: repeat-x;
	border: 2px solid #000;
	font-size: 15px;
	font-weight: bold !important; /*[e]bold*/
	color: #FFFFFF !important; /*[e]#FFFFFF*/
	text-decoration: none !important; /*[e]none*/
	line-height: 20px;
	padding: 0px 25px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	display: block;
}
.twohundred
{
	width: 130px;
	margin: 0 0px 25px 0;
	height: 36px;
}
.twohundredtwo
{
	width: 130px;
	margin: 0 0px 25px 0;
	height: 36px;
}
#right A.button, A.button
{
	text-decoration: none;
	color: #EEEEEE;
	font-weight: bold;
}
.flash
{
	width: 90px;
	height: 30px;
	padding: 4px 0 0;
	float: right;
	margin: 3px -111px 0 0;
}
.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;
	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; /*[e]#FFBC6C*/
	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;
	padding: 0 0 0px 20px;
}
DIV.floatHalf
{
	width: 47%;
}
/*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;
	padding-bottom: 5px;
	padding-left: 10px;
}
#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
{
	line-height: 1em !important; /*[e]1em*/
	width: 253px;
	border: 1px solid #C5C5C5;
	height: 25px;
	padding: 4px 2px 2px 6px;
}
.textArea
{
	border: 1px solid #7D6A55;
	padding: 4px;
}
/*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 20px;
}
.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;
	width: 330px;
	overflow: hidden;
	text-align: left;
	height: 360px;
}
.gallery_image
{
	margin: -2px 0 0px 0px;
	padding: 0px 0;
	height: 250px;
}
.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;
}
#container
{
	width: 970px;
	margin: 4px auto 0px;
	background-color: #FFFFFF;
	-moz-border-radius: 30px 30px 30px 0;
}
#header
{
	border-bottom: 5px solid #9D1B15;
	margin: 5px 0 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
{
	margin: 0;
	width: 730px;
	padding: 0 20px 0 25px;
}
#footer
{
	border-top: 1px solid #EAEAEA;
	font-size: 16px;
	margin: 10px 0px 0px 30px;
	padding: 15px 0 0px;
}
#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; /*[e]219px*/
}
#bMiddleCol
{
	width: 260px !important; /*[e]260px*/
}
#bRightCol
{
	width: 228px !important; /*[e]228px*/
	width: 210px;
	overflow: visible !important; /*[e]visible*/
	overflow: hidden;
}
/*Left content container*/
#left
{
	float: left;
	width: 710px !important; /*[e]710px*/
	min-height: 400px;
	padding: 0 20px 0 25px;
	margin: 0;
}
/*Right content*/
#right
{
	float: right;
	width: 187px;
	padding: 0 0 0 15px;
	margin: 15px 0px 0px;
}
#right .textInput
{
	font-size: 15px;
	line-height: 30px;
	padding-top: 5px !important; /*[e]5px*/
	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; /*[e]auto*/
	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: green;
	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: right;
	margin: 0 -10px -10px 0;
}
.logo
{
	float: left;
	margin: 4px 0px 0 20px;
}
#main_menu
{
	float: right;
	margin: 0 -11px 0 0;
}
#flash
{
	width: 240px;
	padding: 20px 20px 9px;
	z-index: 1000;
	background-color: #750E11;
	border: 1px solid #BBB;
	border-top: 0px;
	float: right;
	margin: -10px 0 0;
}
.flash_text
{
	font-size: 1.1em;
	line-height: 1em;
	color: #FFFFFF;
	text-align: right;
}
.flash_button
{
	width: 109px;
	height: 45px;
	float: right;
	margin: 0px 0px 2px;
	padding: 0px 0px 0px 0;
}
#tagCloud A
{
	color: #90929D;
}
#tagCloud P
{
	color: #90929D;
}
.tag
{
	float: left;
	padding: 2px 8px 0 0;
	height: 23px;
}
.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;
}
