/** Framework **/
body {
	margin-top: 0px;
}

#wrapper {
	min-width: 800px;
	margin-top: 0px;
        border: 1px solid #999;
        background-color: #fff;
}

div#header {
	height: 100px;
	border: none;
        margin: 0px;
        padding-bottom: 0px;
}

div#footer {
	border: none;
	background-color: #333;
	color: white;
	padding: 15px 14px;
        margin: 0px;
}

div#navbar {
	border: none;
        margin: 0px;
        padding: 0px;
	height: 55px;
}

div#left {
	border: none;
}


div#content {
	border: none;
	min-height: 300px;
}

div#breadcrumbs {
	margin: 0px;
	padding: 3px;
	width: 100%;
	font-size: 16px;
        font-weight: bold;
}

div#breadcrumbs a {
	font-size: 14px;
        font-weight: normal;
}


div#success, div#warning, div#error {
        padding: 5px;

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

}

/** inputs **/

input, select, textarea {	

        padding: 5px;

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

}

input[type="button"] {
	margin-bottom: 5px; 

	-webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.75);	

	background: rgb(178, 175, 174);
	background: -moz-linear-gradient(270deg, rgb(178, 175, 174) 3%, rgb(232, 232, 232) 94%);
	background: -webkit-linear-gradient(270deg, rgb(178, 175, 174) 3%, rgb(232, 232, 232) 94%);
	background: -o-linear-gradient(270deg, rgb(178, 175, 174) 3%, rgb(232, 232, 232) 94%);
	background: -ms-linear-gradient(270deg, rgb(178, 175, 174) 3%, rgb(232, 232, 232) 94%);
	background: linear-gradient(0deg, rgb(178, 175, 174) 3%, rgb(232, 232, 232) 94%);

	cursor: pointer;

}

input[type="text"]{
	padding-left: 3px;	
	padding-right: 3px;
}

form#direct2cartForm input {
	margin: 2px;
}


input.error, input.cassUpdated {
	background: rgb(255, 239, 20);
}

select {
	margin-bottom: 3px;
}

/** field sets **/
fieldset {
	margin-top: 10px;

	-webkit-border-radius:  5px 5px 5px 5px;
	-moz-border-radius:  5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

fieldset legend {
	text-transform: uppercase;
	font-size: 10pt;
        font-weight: bold;
}


/** anchor **/
a {
        text-decoration: none;
}


/** Left **/
div#left {
	padding-top: 0px;

}

div#left h1 {
	width: 180px;
        padding-bottom: 2px;
        margin-top: 29px;
        margin-bottom: 3px;
        border-bottom: 1px solid #aaa;
	text-transform: uppercase;
	font-size: 12pt;
        font-weight: bold;
}


/** widgets **/
/** Links **/
div#navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

div#navbar li {
    float: left;
}

div#navbar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    border-top: 1px solid #333;
}

div#navbar li a:hover {
    border-top: 1px solid #333;
}


div#left ul.links {
   list-style-type: none;
    margin: 0;
    padding: 0;
    width: 180px;
    background-color: #333;
    margin-left: -5px;

    background: rgb(237, 233, 232);
    background: -moz-linear-gradient(270deg, rgb(237, 233, 232) 1%, rgb(51, 51, 51) 97%);
    background: -webkit-linear-gradient(270deg, rgb(237, 233, 232) 1%, rgb(51, 51, 51) 97%);
    background: -o-linear-gradient(270deg, rgb(237, 233, 232) 1%, rgb(51, 51, 51) 97%);
    background: -ms-linear-gradient(270deg, rgb(237, 233, 232) 1%, rgb(51, 51, 51) 97%);
    background: linear-gradient(0deg, rgb(237, 233, 232) 1%, rgb(51, 51, 51) 97%);
}

div#left ul.links li a {
    display: block;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
}


/** Categories **/
div#left ul.categories li {
        padding: 3px;
	border-bottom: 1px solid #ddd;	
}

div#left ul.categories li a {
        text-decoration: none;
	width: 100%;
}

div#left ul.categories li:hover {
        background-color: #ddd;
      
}

/** bundles **/
div#left div.bundlewidget h1{
	width: 175px;
        padding: 3px;
	border-bottom: 1px solid #ddd;	
	font-weight: normal;
	padding: 3px;
	margin: 0px;
	text-transform: none;
	font-size: 9pt;
}

div#left div.bundlewidget h1:hover {
        background-color: #ddd;
}

div#left div.bundlewidget h1 a{
        text-decoration: none;
	width: 100%;
}

/** featured items **/
div#left div.featuredItems {
	text-align: right;
}

div#left div.featuredItems a[href*="product-details.asp"] {
        padding: 7px;
	font-size: 10pt;
	border: 1px solid #999;
	text-decoration: none;

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

	-webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.75);	

	background: rgb(178, 175, 174);
	background: -moz-linear-gradient(270deg, rgb(178, 175, 174) 3%, rgb(232, 232, 232) 94%);
	background: -webkit-linear-gradient(270deg, rgb(178, 175, 174) 3%, rgb(232, 232, 232) 94%);
	background: -o-linear-gradient(270deg, rgb(178, 175, 174) 3%, rgb(232, 232, 232) 94%);
	background: -ms-linear-gradient(270deg, rgb(178, 175, 174) 3%, rgb(232, 232, 232) 94%);
	background: linear-gradient(0deg, rgb(178, 175, 174) 3%, rgb(232, 232, 232) 94%);

	align-items: flex-start;
	text-align: center;
	cursor: default;
	color: buttontext;
}


/** Search **/

div#header div#search h1.labelInline {
	display: none;
}

div#header div#search input.button {
   padding: 0px;
   margin-left: -4px;
   margin-top: -2px;
   height: 22px;
   width: 30px;

   color: transparent;
  

   -webkit-border-radius:  0px 15px 15px 0px;
   -moz-border-radius:  0px 15px 15px 0px;
   border-radius: 0px 15px 15px 0px;


   -webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.75);
   -moz-box-shadow:    0px 0px 0px 0px rgba(50, 50, 50, 0.75);
   box-shadow:         0px 0px 0px 0px rgba(50, 50, 50, 0.75);	

   background-color: buttonface;
   background-image: url(../images/search.png), -moz-linear-gradient(270deg, rgb(178, 175, 174) 3%, rgb(232, 232, 232) 94%);
   background-image: url(../images/search.png), -webkit-linear-gradient(270deg, rgb(178, 175, 174) 3%, rgb(232, 232, 232) 94%);
   background-image: url(../images/search.png), -o-linear-gradient(270deg, rgb(178, 175, 174) 3%, rgb(232, 232, 232) 94%);
   background-image: url(../images/search.png), -ms-linear-gradient(270deg, rgb(178, 175, 174) 3%, rgb(232, 232, 232) 94%);
   background-image: url(../images/search.png), linear-gradient(0deg, rgb(178, 175, 174) 3%, rgb(232, 232, 232) 94%);

   background-repeat: no-repeat;
   background-position: center center;

}


div#header div#search input#T {
   padding: 0px;
   height: 21px;
   padding-left: 5px;
   border: none;
   
   -webkit-border-radius:  15px 0px 0px 15px;
   -moz-border-radius:  15px 0px 0px 15px;
   border-radius: 15px 0px 0px 15px;
}


/** cart totals **/

div#navbar .cartTotals {
	float: right;
	color: white;
        margin-top: -25px;
	margin-right: 16px;
        line-height: 0px;
}

div#header div.loginwidget {
	color: #fff;
}

div#left div.loginwidget {
	margin-top: 15px;
}


/** Content **/
div#content div.announcements {
	border: 1px solid #ddd;

	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(270deg, rgb(255, 255, 255) 1%, rgb(219, 219, 219) 97%);
	background: -webkit-linear-gradient(270deg, rgb(255, 255, 255) 1%, rgb(219, 219, 219) 97%);
	background: -o-linear-gradient(270deg, rgb(255, 255, 255) 1%, rgb(219, 219, 219) 97%);
	background: -ms-linear-gradient(270deg, rgb(255, 255, 255) 1%, rgb(219, 219, 219) 97%);
	background: linear-gradient(0deg, rgb(255, 255, 255) 1%, rgb(219, 219, 219) 97%);

	-webkit-border-radius:  5px 5px 5px 5px;
	-moz-border-radius:  5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;


}

div#content table.categories {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;

}

div#content h1.label {
	margin-top: 20px;
}


div#content table.productlisting {
	border-top: 1px solid #eee;
}

div#content table.productlisting td{
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	vertical-align: top;
}

div#content table.productlisting td input[type="text"]{
	text-align: center;
}


div#content table.productlisting img{
	border: none;
}

div#content table.productlisting a[href*="order-view.asp"]{
	padding: 5px;
	font-size: 10pt;
	border: 1px solid #999;
	text-decoration: none;

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

	-webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.75);	

	background: rgb(178, 175, 174);
	background: -moz-linear-gradient(270deg, rgb(178, 175, 174) 3%, rgb(232, 232, 232) 94%);
	background: -webkit-linear-gradient(270deg, rgb(178, 175, 174) 3%, rgb(232, 232, 232) 94%);
	background: -o-linear-gradient(270deg, rgb(178, 175, 174) 3%, rgb(232, 232, 232) 94%);
	background: -ms-linear-gradient(270deg, rgb(178, 175, 174) 3%, rgb(232, 232, 232) 94%);
	background: linear-gradient(0deg, rgb(178, 175, 174) 3%, rgb(232, 232, 232) 94%);

	align-items: flex-start;
	text-align: center;
	cursor: default;
	color: buttontext;
	margin-top: 10px;
}


div#content div.alignRight {
	padding-right: 20px;
}

div#content div.alignCenter {
	margin-top: 10px;
}


div#content div.instructions {
	border: 1px solid #ddd;

	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(270deg, rgb(255, 255, 255) 1%, rgb(219, 219, 219) 97%);
	background: -webkit-linear-gradient(270deg, rgb(255, 255, 255) 1%, rgb(219, 219, 219) 97%);
	background: -o-linear-gradient(270deg, rgb(255, 255, 255) 1%, rgb(219, 219, 219) 97%);
	background: -ms-linear-gradient(270deg, rgb(255, 255, 255) 1%, rgb(219, 219, 219) 97%);
	background: linear-gradient(0deg, rgb(255, 255, 255) 1%, rgb(219, 219, 219) 97%);

	-webkit-border-radius:  5px 5px 5px 5px;
	-moz-border-radius:  5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

}

div#content table.shoppingcart {
	border-top: 1px solid #eee;
	border-collapse: collapse;
}

div#content table.shoppingcart td{
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	vertical-align: top;
}

div#content table.shoppingcart td input[name="ItemRevision.Qty"]{
	text-align: center;
	width: 45px;
	margin-left: 3px;
}

div#content table.shoppingcart td input[type="button"]{
	margin-top: 10px;
	margin-left: 3px;
}


div#content table.shoppingcart img{
	border: none;
}

div#content table.shoppingcart > tbody > tr:nth-child(2n+1) > td {
   background-color: #eee;
}

div#content table.shoppingcart > tbody > tr.headings:nth-child(2n+1) > td {
   background-color: #fff;
}

div#content table.shoppingcart > tbody > tr:last-child > td { 
	background-color: #fff;
}

div#content table.productdetails {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-collapse: collapse;
}


div#content table.productdetails td img {
	border: none;
}


div#content table.productdetails td input {
	margin-bottom: 10px;
}

