/* Print CSS Document */

/*+HTML tags ------------------------------------------------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #00B2FF;
	text-decoration: none;
}

a:visited {
	color: #078CCD;	
}

a:hover,
a:focus,
a:active
{
	text-decoration: underline;
	color: #105386;
}

acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

body {
	color: #000000;
	font: 62.5% Arial, sans-serif;
	background: #FFFFFF;
}


img {
	border: none;
}

em {
	font-weight: bold;
	font-style: normal;
}

h1,h2,h3,h4 {
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 5px;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
}

dl {
	margin-bottom: 20px;
}

dt {
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

dd {
	padding: 2px 0px 0px 5px;
	text-align: left;
	margin: 0px 0px 5px;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 15px;
}

ul, ol {
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 10px;
}

table {
	table-layout: fixed;
}

td, th {
	padding: 4px;
}

ul {
	list-style: circle;
}

li {
	margin-bottom: 10px;
}


/*+Primary Structure ------------------------------------------------------------------------------------------------------ */

#primaryContent {
	margin-top: 13px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	font-size: 1.2em;
}


/*+Secondary Structure ---------------------------------------------------------------------------------------------------- */

.columnContainer {
	width: 100%;
	/*overflow: visible !important;*/
}

.splitLeft {
	float: left;
	width: 48%;
	border-right: 1px dotted #000000;
	padding-right: 9px;
}

.splitRight {
	float: right;
	width: 48%;
	padding-left: 10px;
}

.splitColumn {
	float: left;
	width: 48%;
	margin-right: 5px;
}

#pageLinks {
	margin-bottom: 5px;
	padding: 5px;
}


/*+Headings --------------------------------------------------------------------------------------------------------------- */

#siteTitle {
	display: none;	
}

#pageHeading {
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 2px solid #000000;
}

#pageHeading a,
#pageHeading a:visited
{
	text-decoration: none;
	color: #000000;

}


/*+Lists ------------------------------------------------------------------------------------------------------------------ */

.itemData dt,
.itemData dd
{
	margin: 0px 0px 5px 0px;
	padding: 4px;
	font-style: normal;
	font-weight: normal;
}

.itemData dt {
	float: left;
	width: 25%;
	background: #FBFCFE;
}

.itemData dd {
	margin-left: 26%;
	background: #FBFCFE;
}


/*+Links ------------------------------------------------------------------------------------------------------------------ */

#pageLinks {
	margin-bottom: 5px;
	padding: 5px;
}

#pageLinks a,
#pageLinks a:visited
{
	text-transform: capitalize;
	padding: 5px 5px 5px 5px;
}

#pageLinks a:hover,
#pageLinks a:focus,
#pageLinks a:active,
#pageLinks a.activePageLink
{
	text-decoration: underline;
}


/*+Forms ------------------------------------------------------------------------------------------------------------------ */

fieldset {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;
}

legend {
	padding: 0.2em;
	color: #D7004F;
	font-size: 1em;
	font-weight: normal;
	border: 1px solid #EEEEEE;
}

.formBlock {
	width: 98%;
	overflow: hidden;
	padding: 2px 4px 2px 4px;
}

.formTextField,
.formFileField,
.formTextArea,
.formSelect {
	border: 1px solid #CCCCCC;
}

.formTextField {
	padding: 2px;
	width: 40%;
}

.inputFormTable .formTextField {
	width: 98%;
}

.formFileField {
	padding: 0.2em;
}

.formTextArea {
	width: 99%;
	overflow: auto;
	height: 20em;
	padding: 2px;
}

.formSelect {
	padding: 2px 2px 1px 2px;
	width: 40.5%;
	text-transform: capitalize;
}

.inputFormTable .formSelect {
	width: 98.5%;
}

.fileSelect {
	background-color: #FFFFFF;
}

.formChecks ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

.formChecks li {
	width: 98%;
	overflow: hidden;
	padding: 2px 4px 2px 0px;
	margin: 0px;
}

.formBlock label,
.formChecks li label {
	display: block;
	float: left;
	width: 30%;
	margin-right: 5px;
	padding: 0.3em;
	background-color: transparent;
}

.formCheck {
	position: relative;
	top: 0.275em;	
}

.formChecks label {
	float: none;
	margin-bottom: 0.3em;
}

.formChecks li label {
	margin-bottom: 0.1em;
	padding-left: 0.7em;
}

.formError {
	margin-bottom: 1px;
}

/* Categories ------------------------------------------------------------------------------------------------------------------ */

#categoriesListContainer {
	width: 100%;
	overflow: visible !important;
}

.categoryListBlock {
	width: 45%;
	overflow: hidden;
	float: left;
	border-top: 1px dotted #333333;
	margin: 0px 2.5% 10px 0px;
	padding: 10px 0px 0px;
}

.categoryName {
	float: right;
	width: 180px;
	line-height: 60px;
	height: 60px;
	font-size: 1.2em;
	text-transform: capitalize;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.categoryListBlock .productImage {
	width: 60px;
	height: 60px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.categoryListBlock .productImage a {
	height: 60px;
	width: 60px;
	display: block;
	background: #FFFFFF;
	border-bottom-style: none;
}

/* Products ------------------------------------------------------------------------------------------------------------------ */

#productsListContainer {
	
}

#productDetails {
	float: right;
	width: 330px;
}

#productDetails h4 {
	color: #B73408;
}

.productListBlock {

}

.productImage {
	width: 148px;
	height: 190px;
	float: left;
	padding: 5px;
	margin: 5px;
	text-align: center;
	background: #F6FAFB url(../images/bkgnd_product_image_thumbs.gif) no-repeat center top;
}

.productImage a {
	height: 148px;
	width: 148px;
	display: block;
	margin: 0px 0px 9px;
}

.productDetails {
	text-align: left;
}

.productDetails dd,
.productDetails dt {
	padding: 0px;
	margin-bottom: 5px;
}

.productNumber {
	color: #B73408;
	height: 15px;
	white-space: nowrap;
	overflow: hidden;
}

.productStatus {
	
}

.resultItemBlock .productLinkThumb {
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	display: block;
	height: 22px;
	width: 22px;
	float: left;
}

/*+Site search ------------------------------------------------------------------------------------------------------------ */

.resultItemBlock {
	margin-bottom: 10px;
}

.resultItemBlock dt {
	margin: 0px 0px 5px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
}

.resultItemBlock dd {
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.highLite {
	color: #96B41C;
}

/*+Miscellaneous ---------------------------------------------------------------------------------------------------------- */


.messageBlock {
	border: 1px solid #FFD700;
	background: #FEFDE7;
	padding: 4px;
	margin-bottom: 5px;
}

.messageFail, .formError {
	background: #FEE7EE;
	border-color: #FF0006;
}

.messageNotice {
	background: #ECF5FD;
	border-color: #00D2FF;
}

.evenRow {
	background: #FEFDE7;
}

.oddRow {
	background: #FEF7C2;
}

#secondaryContent,
#pageTop,
#cartStatusWrapper,
#cartEditList,
a#logo,
#tagline,
#primaryNav,
#searchForm,
#footer,
#pageLinks
{
	display: none;
}
