/* CSS Document */
html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	background-image: url(/images/gradient.png);
	background-repeat: repeat-x;
}

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

/* rounded corner boxes */
.cr {
	border-collapse: collapse;
	width: 100%;
}
.cr td {
	padding: 0px;
}
.cr_tl {
	width: 17px;
	background-image: url(/images/tl.gif);
}
.cr_tll { /* top left corner for LABELS */
	width: 17px;
	background-image: url(/images/tll.gif);
}
.cr_l { /* LABEL TEXT */
	position: relative;
	top: -3px;
	padding-bottom: 5px;
	font-size: 18px;
	color: #d3e5dc;
	background-color: #003300;
}
.cr_trl { /* LABEL RIGHT CURVE */
	position: relative;
	margin: 0px;
	margin-bottom: -4px;
	border: 0px;
	padding: 0px;
}
.cr_tr {
	width: 17px;
	background-image: url(/images/tr.gif);
}
.cr_t {
	background-image: url(/images/t.gif);
	background-repeat: repeat-x;
}

.box_content { display: block; position: relative; background: #ffffff; border: solid #003300; border-width: 0px 2px; z-index: 5; }

.cr_bl {
	width: 17px;
	background-image: url(/images/bl.gif);
}
.cr_br {
	width: 17px;
	background-image: url(/images/br.gif);
}
.cr_b {
	background-image: url(/images/b.gif);
	background-repeat: repeat-x;

}

.cr_tl_j {
	width: 17px;
	background-image: url(/images/tl_jobs.gif);
}
.cr_tr_j {
	width: 17px;
	background-image: url(/images/tr_jobs.gif);
}
.cr_t_j {
	background-image: url(/images/t_jobs.gif);
	background-repeat: repeat-x;
}
/* */

/* invisible div to pre-load images for javascript swap */
#preload {
	visibility: hidden;
	position:absolute;
	width: 0px;
	height: 0px;
	top: -50px;
	left: -50px;
}

.preload {
	visibility: hidden;
	position:absolute;
	width: 0px;
	height: 0px;
	top: -50px;
	left: -50px;
}
/* */

/* div to surround main content of page and keep at a minimum of either 950px wide or 770px for pages that need to fit 800x600 res */
.main_content_wide {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 950px;
}

.main_content_narrow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 770px;
}
/* */

/* header information used for every page */
#header {
	position: absolute;
	width: 100%;
}

#logo_image {
	position: absolute;
	top: 7px;
	left: 3px;
}

#logo_name {
	position: absolute;
	top: 4px;
	left: 102px;
}

#phone_number a {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 250px;
	text-align: right;
	font-size: 24px;
	font-style: italic;
	text-decoration: none;
	color: #006cd9;
}

#customer_service a {
	position: absolute;
	top: 45px;
	right: 10px;
	font-size: 11px;
	text-decoration: none;
	color: #006cd9;
}

#customer_details {
	position: absolute;
	top: 60px;
	right: 10px;
	border: 1px solid #006633;
	background-color: #99ccff;
	color: #006633;
	font-size: 11px;
	padding: 1px;
}

/* top right main links menu */
#top_menu {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 17px;
}

.top_menu_links {
	float: left;
	padding: 0px;
	background-color: #e9f2ed;
	color: #006633;
	font-size: 13px;
	border: solid #e9f2ed;
	border-width: 0px 1px 2px 0px;
}

.top_menu_links p {
	margin: 0px;
	padding: 0px 4px 0px 4px;
}

.top_menu_links a {
	background-color: #006633;
	color: #e9f2ed;
	text-decoration: none;
	margin: 0px;
	padding: 0px 4px 0px 4px;
}

.top_menu_links a:hover {
	background-color: #e9f2ed;
	color: #006633;
}

.top_menu_dropdown a {
	text-decoration: none;
	background-color: #006633;
	color: #e9f2ed;
	font-size: 12px;
	z-index: 5;
}

.top_menu_dropdown a:hover {
	background-color: #e9f2ed;
	color: #006633;
}

#top_menu_corner {
	float: left;
	width: 14px;
	height: 18px;
	background: url(/images/top_menu_corner.png);
}
/* */

/* login box */
#username_text {
	position: relative;
	left: 10px;
	font-size: 10px;
}

#login_username {
	position: relative;
	left: 10px;
	width: 120px;
	font-size: 10px;
	border: 1px solid #003300;
}

#password_text {
	position: relative;
	left: 10px;
	font-size: 10px;
}

#login_password {
	position: relative;
	left: 10px;
	width: 120px;
	font-size: 10px;
	border: 1px solid #003300;
}

#login_button {
	position: relative;
	left: 80px;
	margin-top: 5px;
}

#need_a_password {
	position: relative;
	left: 10px;;
	z-index: 5;
}
#need_an_account {
	position: relative;
	left: 11px;;
	margin-top: 10px;
	z-index: 5;
}
/* */

/* center box of main page with links to products and services */
#main_links {
	margin: 0px;
	padding: 0px;
}

#main_links li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#main_links a {
	color: #003300;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
}

#main_links a:hover {
	color: #009900;
}

.main_link_title {
	display: block;
	font-size: 26px;
	font-family: Liberation Sans, Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 75px;
}

.main_link_description {
	display: block;
	font-size: 11px;
	margin: 0px 0px 0px 75px;
	line-height: 125%;
}

#main_links li.main_link_general {
	height: 90px;
	background: url(/images/general_products.png) 5px 10px no-repeat;
}

#main_links li.main_link_general a:hover {
	background: url(/images/general_products.png) 5px -140px no-repeat;
}

#main_links li.main_link_print {
	height: 90px;
	background: url(/images/print_products.png) 5px 10px no-repeat;
}

#main_links li.main_link_print a:hover {
	background: url(/images/print_products.png) 5px -140px no-repeat;
}

#main_links li.main_link_floorcovering {
	height: 90px;
	background: url() 5px 10px no-repeat;
}

#main_links li.main_link_floorcovering a:hover {
	background: url() 5px -140px no-repeat;
}

#main_links li.main_link_service {
	height: 90px;
	background: url(/images/service_department.png) 5px 10px no-repeat;
}

#main_links li.main_link_service a:hover {
	background: url(/images/service_department.png) 5px -140px no-repeat;
}
/* */

/* company info box */
#about_cole {
	position: relative;
	left: 2%;
	width: 96%;
	font-size: 13px;
	line-height: 125%;
}

#locations {
	position: relative;
	left: 50%;
	margin-left: -182px;
	width: 365px;
}

	#location_map {
		position: relative;
		margin-top: 2%;
		left: 0px;
		width: 262px;
		height: 185px;
	}

	/* cole logos representing HQ & branch locations */
	.map_logo {
		position: relative;
		cursor: pointer;
	}

	#map_fargo { bottom: 138px; left: 116px; }
	#map_grand_forks { bottom: 168px; left: 80px; }
	#map_mandan { bottom: 138px; left: 5px; }
	#map_minot { bottom: 172px; left: -30px; }
	#map_aberdeen { bottom: 102px; left: -30px; }
	#map_sioux_falls { bottom: 55px; left: -35px; }
	#map_mankato { bottom: 67px; left: -5px; }
	#map_minneapolis { bottom: 97px; left: -33px; }
	#map_st_cloud { bottom: 127px; left: 160px; }
	/* */

	/* boxes with branch location information (address & 800#) */
	.info_box {
		visibility: hidden;
		position:absolute;
		width: 95px;
		height: 37px;
		top: 35px;
		left: 140px;
		font-size: 10px;
		border: 2px solid #3a8961;
		background-color: #d3e5dc;
		text-align: center;
	}

	#info_fargo { top: 35px; left: 140px; }
	#info_grand_forks { top: 10px; left: 135px; }
	#info_mandan { top: 37px; left: -25px; }
	#info_minot { top: 8px; left: -29px; }
	#info_aberdeen { width: 115px; top: 73px; left: -27px; }
	#info_sioux_falls { top: 120px; left: 28px; }
	#info_mankato { top: 138px; left: 165px; }
	#info_minneapolis { width: 110px; top: 50px; left: 150px; }
	#info_st_cloud { top: 40px; left: 155px; }
	/* */

	/* names of branch locations along right of map (major cities) */
	#location_names {
		position: absolute;
		top: -10px;
		left: 270px;
		width: 100px;
		z-index: 5;
	}

		.location_name {
			border: 1px solid transparent;
			cursor: pointer;
			font-size: 11px;
			margin-top: 7px;
		}

		.location_name:hover {
			border: 1px solid #3a8961;
			background-color: #d3e5dc;
		}
	/* */
/* */

input.qty {
	text-align: right;
	width: 3em;
	height: 1.05em;
	border: 1px solid #006600;
	margin: 1px;
}

input.note {
	text-align: left;
	width: 8em;
	height: 1.05em;
	border: 1px solid #006600;
	margin: 1px;
}

input.ez_add_product_code {
	width: 4.5em;
	height: 1.05em;
	border: 1px solid #006600;
	margin: 1px;
}

input.ez_add_quantity {
	text-align: right;
	width: 3em;
	height: 1.05em;
	border: 1px solid #006600;
	margin: 1px;
}

input.search, input.stock {
	width: 7.5em;
	height: 1.05em;
	border: 1px solid #006600;
	margin: 1px;
}




.user_menu_main {
	font-size: 13px;
	background-color: #ffffff;
	color: #006633;
}

.user_menu_main a {
	display: block;
	background-color: #ffffff;
	color: #006633;
	padding-left: 5px;
	text-decoration: none;
}

.user_menu_main a:hover {
	background-color: #006633;
	color: #e9f2ed;
}

.user_menu_main_selected {
	font-size: 13px;
	background-color: #006633;
	color: #e9f2ed;
	padding-left: 5px;
}

.user_menu_main_selected a {
	background-color: #006633;
	color: #e9f2ed;
	text-decoration: none;
}

.user_menu_sub_container {
	display: none;
}

.user_menu_sub {
	font-size: 12px;
	background-color: #d5edb3;
	color: #00500b;
	padding-left: 10px;
}

.user_menu_catalogs {
	font-size: 12px;
	background-color: #ffffff;
	color: #006633;
	padding-left: 20px;
}

.user_menu_catalogs a {
	display: block;
	background-color: #ffffff;
	color: #006633;
	text-decoration: none;
}

.user_menu_catalogs a:hover {
	background-color: #006633;
	color: #e9f2ed;
}


ul.catalogs {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	list-style-image: url(/images/logo_green_25_16.gif);
	font-size: 1em;
}

li.catalog_item a {
	display: block;
	width: 100%;
	text-decoration: none;
	background-color: #ffffff;
	color: #006633;
}

li.catalog_item a:hover {
	display: block;
	width: 100%;
	text-decoration: none;
	background-color: #006633;
	color: #e9f2ed;
}

ul.catalogs_sub {
	display: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	list-style-image: url(/images/logo_yellow_25_16.gif);
	font-size: .8em;
}

li.catalog_sub_item a {
	display: block;
	width: 100%;
	text-decoration: none;
	background-color: #ffffff;
	color: #006633;
}

li.catalog_sub_item a:hover {
	display: block;
	width: 100%;
	text-decoration: none;
	background-color: #006633;
	color: #e9f2ed;
}
/* */

.bt {
	position: relative;
	left: 3%;
	width: 94%;
	background-color: #cccc99;
	border: solid 2px #cccc33;
	font-size: 14px;
}

.bt_city {
	background-color: #cccc33;
	border: solid 2px #cccc33;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.bt_header {
	text-align: right;
	font-weight: bold;
}

p.add, p.quick_list, p.history_delete, p.e_desc {
	padding: 1px;
	margin: 4px;
	color: #ffffff;
	border: 1px solid #222222;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

p.add {
	width: 38px;
	background-color: #009900;
}

p.add:hover {
	color: #009900;
	background-color: #ffffff;
}

p.quick_list {
	width: 75px;
	background-color: #3153bf;
}

p.quick_list:hover {
	color: #3153bf;
	background-color: #ffffff;
}

p.history_delete {
	width: 75px;
	background-color: #d92121;
}

p.history_delete:hover {
	color: #d92121;
	background-color: #ffffff;
}

p.e_desc {
	width: 35px;
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	background-color: #3e5959;
	color: #e6e4cf;
}

p.e_desc:hover {
	background-color: #e6e4cf;
	color: #3e5959;
}

.expanded_desc_row {
	vertical-align: top;
	background-color: #f2e779;
	border-color: #f2e779;
}

table.item_detail {
	border-collapse: collapse;
	width: 100%;
}

table.item_detail td {
	border: 0px;
}

span.ez_add_add, span.ez_add_check, span.ez_add_reset {
	padding: 1px;
	color: #ffffff;
	border: 1px solid #000000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

span.ez_add_add {
	background-color: #009900;
}

span.ez_add_add:hover {
	background-color: #ffffff;
	color: #009900;
}

span.ez_add_check {
	background-color: #0066ff;
}

span.ez_add_check:hover {
	background-color: #ffffff;
	color: #0066ff;
}

span.ez_add_reset {
	background-color: #cc0000;
}

span.ez_add_reset:hover {
	background-color: #ffffff;
	color: #cc0000;
}

.main_pdf_links {
	font-size: 12px;
}

.main_pdf_links td {
	padding-left: 20px;
}

.main_pdf_links a {
	text-decoration: none;
	color: #660000;
}

.main_pdf_links a:hover {
	color: #ffffff;
	background-color: #660000;
}

.idt { /* Item Detail Table */
	position: relative;
	left: 1%;
	margin: 2px 0px;
	width: 98%;
	background-color: #ffffff;
	border: 2px solid #598059;
}

td.r { /* align right */
	text-align: right;
}

td.b { /* bold */
	font-weight: bold;
}

.sdt_c { /* column to hold Stock Detail Table */
	width: 120px;
	vertical-align: top;
}

.sdt { /* Stock Detail Table */
	position: relative;
	margin: 2px 0px;
	background-color: #ffffff;
	border: 2px solid #598059;
	width: 98%;
}

a.nav {
	background-color: #598059;
	color: #ffffff;
	border: 1px solid #598059;
	font-size: 10px;
	text-decoration: none;
}

a.nav:hover {
	background-color: #ffffff;
	color: #006633;
}

a.d {
	background-image: url(/images/magnifying_glass.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	margin-left: 10px;
	padding: 0px 2px 2px 11px;
	font-size: 10px;
	color: #003366;
	background-color: #ffffff;
}

a.d:hover {
	background-image: url(/images/magnifying_glass_r.gif);
	background-color: #003366;
	color: #ffffff;
}

input.search_box {
	position: relative;
	margin-left: 10px;
	width: 150px;
	font-size: 12px;
	border: 1px solid #003300;
}

input.menu_search_box {
	width: 90%;
	font-size: 11px;
	border: 1px solid #003300;
	margin-top: 3px;
}

input.search_button {
	position: relative;
	top: 5px;
}

.search_catalog_results {
	height: 100px;
	overflow: auto;
}

#popup_div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.item_detail_popup {
	position: fixed;
	float: left;
	z-index: 100;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 400px;
	max-height: 90%;
	margin: -200px 0px 0px -300px;
	background: #ffffff;
	border: 3px solid darkgreen;
}

img.add {
	cursor: pointer;
}

td.stock_branch {
	font-size: 10px;
	background-color: #669966;
	color: #e9f2ed;
	text-align: right;
}

td.stock_quantity {
	font-size: 10px;
	color: #336699;
}

.checkout_text {
	width: 150px;
	text-align: right;
	color: #006633;
}

.checkout_textbox {
	width: 250px;
	font-size: 12px;
	border: 1px solid #000000;
}

.pricing_div {
	text-align: center;
	margin-top: 10px;
}

.pricing_text {
	font-size: 12px;
	border: 1px solid #006600;
	background-color: #ffcc00;
}

.green_link a {
	font-size: 13px;
	text-decoration: none;
	color: #006600;
}

.green_link a:hover {
	color: #009900;
}
/* CSS Document */
