
/*Core Search Style Sheet*/
#core-heading-style {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding:6px;
	height: 26px;
	width: 100%;
	border:#C00 solid 1px;
	border-radius: 2px 3px 3px 3px;
	background-color:#810A0A;
	color: #FFFFFF;
	z-index:1000;
}

#core-facts-desc-style {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:1px;
	width: 100%;
	background-color:#810A0A;
	color: #FFFFFF;
}

#core-itemnum-style {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding:10px;
	height: 26px;
	width: 160px;
	border:#420001 solid 1px;
	border-radius: 2px 3px 3px 3px;
	margin-right:10px;
	margin-top:-5px;
	background-color:#E8E8E8;
	color: #810A0A;
	float:right;
	text-align:center;
}


/*Older Style Sheet*/

#body {
	padding: 0;
	margin: 0;	
}

body {
	background: url(/images/edgecs/background.png) repeat-x #595D66;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#header-back {
	height: 160px;
	background: url(/images/edgecs/metal.jpg) no-repeat bottom center;	
}

#header {
	width: 950px;
	height: 160px;
	position: relative;
	margin: 0 auto;	
}

#edgecs {
	top: 5px;
	left: -30px;
	position: absolute;	
}

#my-account {
	position: absolute;
	top: 0px;
	left: 250px;
	background: #333;
	border-radius: 0px 0px 5px 5px;
	padding: 5px 10px;	
	color: #CCC;
	
	height:17px;
	overflow:visible;
	z-index:10;
}

#my-account a {
	text-decoration: none;	
	color: #CCC;
}

#username-bar {
	font-size: 10px;
	position: relative;
	top: 6px;
	left: 10px;
	background-color: #EBEBEB;
	color: #333;
	height: 12px;
	width: 250px;
	border-radius: 0px 0px 5px 5px;
	border: #BEBEBE solid 1px;
	z-index: 9;
	padding: 1px;
	padding-left: 5px;
	}
	
#cs {
	position: absolute;
	bottom: 50px;
	left: 175px;
}

#cs a {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 20px;
}

#tagline-box {
	width: 950px;
	height: 45px;
	position: absolute;
	bottom: 0px;
	background: #313131;	
}

#tagline-1 {
	position: absolute;
	bottom: 12px;
	left: 12px;	
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#tagline-2 {
	position: absolute;
	bottom: 12px;
	right: 12px;
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

#rotate-picture {
	right: -120px;
	bottom: 0px;
	width: 264px;
	height: 175px;
	position: absolute;
}

#rotate-text {
	right: 150px;
	bottom: 50px;
	position: absolute;	
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 20px;
}

#nav {
	width: 950px;
	height: 45px;
	margin: 0 auto;
	background: url(/images/edgecs/nav-back.png);	
	z-index: 5000;
}

#nav a {
	margin: 0px 0px 0px 20px;
	color: #FFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

.sub-menu {
	width: 200px;
	position: absolute;
	top: 35px;
	left: -5px;
	background-color: #333;
	border-radius: 0px 0px 5px 5px;
	display: none;
	z-index: 10;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 0px 1px black;
	-webkit-box-shadow: 0 0 0px 1px black;
	box-shadow: 0 0 0px 1px black;
	margin-top:1px;
	padding-top:5 px;
}

.sub-menu a {
	color:#333;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#one-px {
	height: 1px;	
}

#content-back {
	background: url(/images/edgecs/content-back.jpg) no-repeat top center;	
	min-height: 700px;
	z-index: 1;
}

#content-box {
	width: 950px;
	min-height: 700px;
	margin: 0 auto;
	height:auto;
	background: #FFF;	
	z-index: 2;
}

#content-box:after {
    clear: both;
    content: "";
    display: table;
}

#left-column {
	float: left;
	width: 300px;	
}

#product-search h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #900;	
}

#product-search-container {
	border: 1px solid #ccc;	
	margin: 3px 0px;
	width: 250px;
	height: 27px;
	position: relative;
	margin-bottom:10px;
}

#product-search-box {
	width: 225px;
	height: 21px;
	border: 0;
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 14px;
}

#search-button {
	position: absolute;
	right: 3px;
	width: 28px;
	height: 26px;
	background: url(/images/edgecs/search.png);
	cursor: pointer;
}

#search-type {
	margin-top:-3px;
	font-size:9px;
	position: absolute;
	top: 30px;
	left: 0px;
	height: 1px;
	z-index:-1000;
}

#search-results {
	position: absolute;
	top: 33px;
	left: -1px;
	width: 250px;
	border: 1px solid #ccc;
	background: #ccc;	
	font-size: 12px;
	display: none;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 5px 5px #999;
	-webkit-box-shadow: 0 0 5px 5px #999;
	box-shadow: 0 0 5px 5px #999;	
}

#search-results p {
	padding: 5px;
	margin: 2px 0px;
	font-weight: bold;
}

.search-result {
	padding: 5px;
	margin: 0px 1px 1px 1px;
	background: #fff;
}

.search-result-more {
	text-align: center;
		
}

.search-result td {
	padding-right: 5px;	
}

.search-result a {
	text-decoration: none;	
	font-weight: bold;
}

.search-result img {
	border: 2px solid #fff;
	-moz-box-shadow: 0 0 3px 3px #999;
	-webkit-box-shadow: 0 0 3px 3px #999;
	box-shadow: 0 0 3px 3px #999;	
}

.product-categories-hl {
	border: 1px solid #F60;
	border-bottom: 3px solid #F60;
	width: 250px;
	margin-top: 10px;
	background-color: #FFFFD7;
}

.product-categories-hl h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
	color: #000;	
}

.product-categories-hl ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.product-categories-hl li {
	list-type: none;
	margin: 7px;
	padding: 3px;
	border-bottom: 1px dotted #ccc;
}

.product-categories-hl a {
	color: #000;
	text-decoration: none;
}

.product-categories {
	border: 1px solid #ccc;	
	width: 250px;
	margin-top: 10px;
}

.product-categories h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 5px;
	color: #000;	
}

.product-categories ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.product-categories li {
	list-type: none;
	margin: 7px;
	padding: 3px;
	border-bottom: 1px dotted #ccc;
}

.product-categories a {
	color: #000;
	text-decoration: none;
}

#main-content {
	float: left;
	width: 600px;	
}

#main-content-wide {
	width: 900px;	
}

#feature-box {
	width: 536px;
	height: 340px;
	background: #900;
	position: relative;
	border-radius: 5px;
	margin-left: 20px;
}

#home-feature {
	width: 516px;
	height: 320px;
	background: #2B2B33;
	overflow: hidden;
	position: relative;
	top: 10px;
	left: 10px;
}

.feature-image {
	width: 516px;
	height: 316px;
	position: absolute;
	left: -516px;	
}

.feature-image-cur {
	left: 0px;
}

.feature-text {
	position: absolute;
	width: 516px;
	height: 30px;
	background-color: #000;
	color: #FFF;
	background: url(/images/edgecs/00075.png);
	bottom: -30px;
}

.feature-text-cur {
	bottom: 0px;
}

#feature-prev {
	width: 92px;
	height: 96px;
	background: url(/images/edgecs/feature-prev.png);
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 90px;
}

#feature-next {
	width: 92px;
	height: 96px;
	background: url(/images/edgecs/feature-next.png);
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 90px;
}

.home-box {
	margin-top: 20px;
	width: 536px;
	height: 185px;
	background: #900;
	position: relative;
	border-radius: 5px;
	margin-left: 20px;
}

.home-box-1 {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 165px;
	width: 165px;
	background: #FFF;
}

.home-box-2 {
	position: absolute;
	left: 185px;
	top: 10px;
	height: 165px;
	width: 165px;
	background: #FFF;
}

.home-box-3 {
	position: absolute;
	left: 360px;
	top: 10px;
	height: 165px;
	width: 165px;
	background: #FFF;
}

.home-box-catalog {
	position: absolute;
	left: 360px;
	top: 10px;
}

#footer {
	width: 950px;
	margin: 10px auto;
	text-align: right;	
}

#footer a {
	color: #E5E5E5;
	text-decoration: none;
}

#footer a:hover {
	color:#FFF;
	font-weight:300;
}

.padding {
	padding: 10px;	
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0px 0px 5px 0px;
	color: #900;
}

a img {
	border: 0;	
}

a {
	color: #900;
}

.bread-crumb {
	font-size: 11px;
	border-bottom-color:#F5F5F5;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding:2px;
}

.bread-crumb a {
	font-size: 11px;	
	font-style: italic;
	text-decoration: none;
}

.shadow-pic {
	border: 3px solid #FFF;
	-moz-box-shadow: 0 0 2px 2px #999;
	-webkit-box-shadow: 0 0 2px 2px #999;
	box-shadow: 0 0 2px 2px #999;	
}

.bottom-float_inner {
	border-top:solid 2px #CC0000;
	background-image:url(/images/floater_back.png);
	background-color:#FFF;
	background-repeat:no-repeat;
	width:100%;
	height:25px;
	z-index: 901;
	padding-top:15px;
	padding-right:30px;
	text-align: right;
	margin-left:auto;
	margin-right:auto;
	color:#600;
	font-weight:bold;
}

.bottom-float {
	position: fixed;
	bottom: 0;
	width:100%;
}

.ml-list-l1 {
	font-size:10px;
	font-weight:bold;
}
.ml-list-l2 {
	font-size:9px;
}

.fullspecbar {

	font-size:10px;
	font-weight:bold;
	color:#F00;
	
}

.pagination-bar {
	text-align:center; 
	padding-top:10px; 
	text-decoration:none;
	padding-bottom:20px;
}

.pagination-bar a {
	
	color:#F00;
	text-decoration:none;
	font-weight:bold;
}

.editbar {
	text-align:right;
	padding:3px;
	margin:5px;
	border:#F00 dashed 1px;
	background-color:#F8FFC6;
}

.editbar a {
	color:#F00;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

.shiptostatus {
	color:#F00;
	font-weight:bold;
}

#linelabel {
	margin-top: 4px;
	font-size: 15px;
	font-weight: 500px;
	color: #C00;
	background-color: #FFFBF2;
	border-radius: 3px 3px 3px 3px;
	padding: 5px;
	-moz-box-shadow: 0 0 2px 2px #CCC;
	-webkit-box-shadow: 0 0 2px 2px #CCC;
	box-shadow: 0 0 1px 1px #CCC;	
	
}

#linelogo {
	float:right;
	margin-top:5px;
	overflow:visible;
	height:20px
}


.product {
		padding: 8px 0px;
		border-bottom: 1px dotted #FFB9B9;	
	}
	
	.product-image {
		float: left;
		width: 70px;	
	}
	
	.product-image img {
		border: 3px solid #FFF;
		-moz-box-shadow: 0 0 2px 2px #999;
		-webkit-box-shadow: 0 0 2px 2px #999;
		box-shadow: 0 0 2px 2px #999;	
	}
	
	.product-title {
		float: left;
		width: 200px;	
	}
	
	.product-title-list {
		float: left;
		width: 100%;
		font-size: 10px;
	}
	
	.product-title a {
		text-decoration: none;
		font-weight: bold;
		font-size: 14px;	
	}
	
	.product-title-list a {
		text-decoration: none;
		font-weight: bold;
		font-size: 14px;	
	}
	
	.product-price {
		float: right;
		width: 200px;
		text-align: right;	
	}
	
	.list-title {
	margin-top: 4px;
	font-size: 12px;
	font-weight: 500px;
	color: #FFF;
	background-color: #dc0201;
	border-radius: 3px 3px 3px 3px;
	padding: 5px;
	-moz-box-shadow: 0 0 2px 2px #CCC;
	-webkit-box-shadow: 0 0 2px 2px #CCC;
	box-shadow: 0 0 1px 1px #CCC;
	border-bottom:#000 solid 3px;
	}
	
	.list-title h2 {
		color: #FFF;
		padding-left: 10px;
	}
	
	.product-detail {
	font-size: 11px;
	padding: 10px;
	}
	.product-detail-header {
		font-size:16px;
		padding:10px;
	}
	.product-items {
	}
	
	.brand-style {
	font-size: 12px;
	color: #2F0000;
	font-weight:800;
		
	}
	.brand-style a {
	font-size: 12px;
	color: #2F0000;
	font-weight:300;
	}
	
	.sgsbox1 {
		padding:20px;
		width:120px;
		margin:10px;
		border:#C00 solid 3px;
		border-radius: 3px 3px 3px 3px;
		
		
	}
	
	.sgsbox {
    position: relative;
    padding:5px;
	width:87%;
	height:20px;
	margin:5px;
	border:#C00 solid 3px;
	border-radius: 2px 3px 3px 3px;  
	}
 
	.sgsbox:hover {
    cursor: hand;
    cursor: pointer;
    opacity: .9;
	}
	
	.subglink {
		
	position: absolute;
    width: 100%;
    height: 100%;
	padding-top:4px;
	padding-left:5px;
	font-weight:bold;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    /*background-color: white;
    /*workaround to make clickable in IE */
    /*opacity: 0;
    /*workaround to make clickable in IE */
    /*filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
		
	}
	
	
	
	.attachment_box {
		border:#DFDFDF 1px solid;
		background-color:#F2F2F2;
		margin-bottom:20px;
		padding:10px;
}


.facts-style {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding:5px;
	height: 160px;
	width: 120px;
	border:#C00 solid 1px;
	border-radius: 2px 3px 3px 3px;
	background-color:#ffece6;
}

.facts-style-no-data {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding:5px;
	height: 160px;
	width: 120px;
	border:#C00 solid 2px;
	border-radius: 2px 3px 3px 3px;
	background-color:#F07E26;
}


.web-style {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding:5px;
	height: 160px;
	width: 120px;
	border:#000000 solid 1px;
	border-radius: 2px 3px 3px 3px;
	background-color:#f2f2f2;
}

.stock-style {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	padding:5px;
	height: 160px;
	width: 100px !important;
	border:#000000 solid 1px;
	border-radius: 2px 3px 3px 3px;
	padding-top:-5px;
}

.photo-style {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding:8px;
	height: 150px;
	border:#e6e6e6 dashed 1px;
	border-radius: 2px 3px 3px 3px;
	overflow:hidden;
}

.emp-search-style {
	padding-top:5px;
}

.emp-search-style a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-weight:bold;
}
.emp-search-style-brand a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-weight:100;
	color:black;
}

.emp-price-box {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position:relative;
	left: 10px;
    top: 137px;
	height: 15px;
	width:170px;
	padding:3px;
	border:#992400 solid 1px;
	border-radius: 5px 5px 5px 0px;
	background-color:#dc0201;
	color:white;
	text-align:left;
}

.emp-price-box-highlevel {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	width:10px;
	padding:1px;
	color:yellow;
	float:right;
	text-align:right;
}

.emp-price-box-highlevel a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:yellow;
}


.cost-popout {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	position:relative;
	left: 300px;
    top: -160px;
	height: 128px;
	width:150px;
	padding:3px;
	border:#992400 solid 1px;
	border-radius: 5px 5px 5px 0px;
	background-color:#DDDDDD;
	color:black;
	text-align:left;
}

.facts-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position:relative;
	left: -10px;
    top: -12px;
	height: 15px;
	width:70px;
	border:#000000 solid 1px;
	border-radius: 2px 3px 3px 3px;
	background-color:#992400;
	color:white;
	text-align:center;
}

.web-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position:relative;
	left: -10px;
    top: -12px;
	height: 15px;
	width:70px;
	border:#000000 solid 1px;
	border-radius: 2px 3px 3px 3px;
	background-color:black;
	color:white;
	text-align:center;
}

.item-buttons {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position:relative;
	left: 95px;
    top: -120px;
	height: 15px;
	width:50px;
	text-align:center;
	padding-top:15px;
	
	
}

.data-tools {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	position:relative;
	left: 110px;
    top: -25px;
	height: 1px;
	width:20px;
	text-align:center;
	overflow:visible;
	
	
}

.stock-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position:relative;
	left: -10px;
    top: -12px;
	height: 15px;
	width:50px;
	border:#000000 solid 1px;
	border-radius: 2px 3px 3px 3px;
	background-color:black;
	color:white;
	text-align:center;
}

.product-expand {
	
	height: 1px;
	overflow:hidden;
	overflow-y:auto;
	width:110%;
	
}

.product-rental {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left:8px;
	padding-right:8px;
	padding-top:1px;
	padding-bottom:4px;
	height: 57px;
	margin-top:7px;
	margin-left:15px;
	border:#808080 dashed 1px;
	border-radius: 2px 3px 3px 3px;
	background-color:#fff9cc;
	
}

.rental-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position:relative;
	left: -10px;
    top: -9px;
	height: 15px;
	width:80px;
	border:#000000 solid 1px;
	border-radius: 2px 3px 3px 3px;
	background-color:#992400;
	color:white;
	text-align:center;
	z-index:1000;
}

.rental-inside {
	float:left;
	width:125px;
	padding:1px;
	margin-top:-10px;
	
}

.rental-inside a {
	font-size: 11px
	
}


.stock-box {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding:8px;
	height: 90px;
	margin-top:2px;
	border:#808080 dashed 1px;
	border-radius: 2px 3px 3px 3px;
	overflow:hidden;
	background-color:#f2f2f2;
}

.wise-search {
	background:url(/images/wise-search.png);
	background-repeat: no-repeat;
    background-position: center; 
	
	
}


.edit-tool-icon {
position:relative;
	left: -15px;
    top: 125px;
	height: 1px;
	overflow:visible;
	z-index:2000;
	
}



