﻿

body
{
  background-color: #e1ddd9;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:50px;
  margin:0px;
}
#wrapper {
	width: 958px;
	border: 1px solid #A5D2F8;
	border-top: 0;
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
 

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#page
{
    width: 958px;
    border: 1px solid maroon;
    background-color: transparent;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height:550px;
    
}
#header
{
    position: relative;
    width: 800px;
    height: 100px;
    margin-left: 29px;
    margin-right: 21px;
}
#header p
{
    position: absolute;
    left: 450px;
    top: 50px;
    float: right;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    
}
#logo-k {
	position: absolute;
    top: 15px;
	left: 28px;
}

#logo-rrm {
	position: absolute;
	top: 4px;
	right: 10px;
}

/*login*/

#login-box
{
    position: absolute;
    width: 450px;
    height: 180px;
    margin-top:65px;
    margin-left:25px;
    background-color:White;
}
#pageContent
{
    position: relative;
    width: 960px;
    padding-bottom: 20px;
    margin: -1px;
    overflow: auto;
    height:450px;
    background-image:url(images/);
    background-repeat:no-repeat;
}

#main
{
    position:absolute;
    left:250px;
    width:700px;
    height:600px;
    top:65px;
    background-color: rgb(246,246,246);
    overflow: auto;
}

 
#footer {
	margin: 10px auto;
	width: 960px;
	font-size: 11px;
}

#footer p {
	display: inline; /* IE double margin bug */
}

#footer p.left {
	float: left;
	width: 700px;
}

#footer p.right {
	float: right;
	text-align: right;
	width: 170px;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
   /* border-bottom: 1px #5C87B2 solid;*/
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    width:900px;
   
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #000;
    color: #000;
}
ul#menu li a.currentMenuItem {    background-color: Red;       color: white;}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.7em 1.4em 1.4em;
    margin:5px;
    width:400px;
    background-color:White;
}

legend 
{
    font-size:1.2em;
    font: small/1.3 arial, helvetica, sans-serif;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:100px;
    margin-left:0px;
  
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:black;
}

#logindisplay a:link
{
    color: black;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: black;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: black;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}



/*Menu*/


                .display-label-new,.editor-label-new
                { 
                        margin: 1em 0 0 0; 
                        display:block; 
                        width:150px; 
                        font-weight:bold;
                } 
                   .display-field-new,.editor-field-new
                { 
                        margin: 1em 0 0 0; 
                        display:block; 
                        width:200px; 
                       
                } 
              
                 
                .sameline-wrapper 
                { 
                        float:left; 
                        display:inline; 
                } 
                 
                .newline 
                { 
                        display:block; 
                        clear:both; 
                } 
 
/*Order History*/
#content {
	width: 928px;
	margin: 15px;
	float: left;
	display: inline; /* IE double margin bug */
}
.product-offers {
	background: #fff;
	color: #000;
	border-bottom: 1px solid #fff;
}
.history-details {
	float: left;
	width: 200px;
	margin-right: 30px;
	margin-top: 1em;
}

.history-details-wide {
	float: left;
	width: 400px;
	margin-right: 30px;
	margin-top: 1em;
}

.history-details h3, .history-details-wide h3 {
	margin: 0;
}
.clear {
	overflow: hidden;
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
html, body {
	font: small/1.3 arial, helvetica, sans-serif;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 110%;
	margin-bottom: 1em;
}

h2 {
	font-size: 100%;
	color: #366790;
}

h3 {
	font-size: 90%;
}

p {
	margin: 0 0 1em 0;
}

p, th, td, label, input, select, textarea, dt, dd, button {
	font-size: 90%;
}

p label, td p, td input, p textarea, p button {
	font-size: 100%;
}

label {
	float: left;
	width: 10em;
	clear: left;
}

 label {
	width: 15em;
	font-weight: bold;

}
.reviewform select {
	float: left;
	width: 210px;
	margin: 0 0 7px 0;
}

.reviewform select {
	width: 240px;
}

.product-offers th, .review-offers th {
	text-align: left;
	border-bottom: 2px solid #A5D2F8;
}

.product-offers th, .product-offers td, .review-offers th, .review-offers td {
	font-size: 11px;
	line-height: 1.1;
	padding: 4px 2px;
}

.prod-code {
	width: 195px;
	padding-right: 7px;
}

.prod-type, .lotcode {
	width: 70px;
}

.oz-pkg, .cases-pallet {
	width: 50px;
}

.price-pkg, .price-case, .pkg-case, .avail-pallet, .avail-case, .order-qty, .subtotal, .delete {
	width: 60px;
}

th.price-pkg, th.price-case, th.pkg-case, th.oz-pkg, th.lotcode, th.avail-case, th.avail-pallet, th.cases-pallet, th.order-qty, th.subtotal {
	text-align: right;
}

.price-pkg, .price-case, .pkg-case, .oz-pkg, .lotcode, .avail-case, .avail-pallet, .cases-pallet, .order-qty, .subtotal {
	text-align: right;
}

th.delete, td.delete {
	text-align: center;
}
p#order-total {
	border-top: 2px solid #A5D2F8;
	font-weight: bold;
	text-align: right;
	margin: .5em 20px 0 0;
	padding: .5em 0 0 0;
}

p#order-total span {
	font-size: large;
}
#btn-print {
	float: right;
	margin-right: 20px;
	display: inline;
  width: 100px;
}
#content {
	width: 928px;
	margin: 15px;
	float: left;
	display: inline; /* IE double margin bug */
}
/******************************Button Style******************/

.button-style{
border:1px solid #495267; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-family:arial, helvetica, sans-serif; 
padding: 2px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; 
color: #FFFFFF; background-color: #606c88;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#606c88), to(#3f4c6b));
 background-image: -webkit-linear-gradient(top, #606c88, #3f4c6b);
 background-image: -moz-linear-gradient(top, #606c88, #3f4c6b);
 background-image: -ms-linear-gradient(top, #606c88, #3f4c6b);
 background-image: -o-linear-gradient(top, #606c88, #3f4c6b);
 background-image: linear-gradient(to bottom, #606c88, #3f4c6b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606c88, endColorstr=#3f4c6b);
}

.button-style:hover{
 border:1px solid #363d4c; background-color: #4b546a;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#4b546a), top(#2c354b));
 background-image: -webkit-linear-gradient(top, #4b546a, #2c354b);
 background-image: -moz-linear-gradient(top, #4b546a, #2c354b);
 background-image: -ms-linear-gradient(top, #4b546a, #2c354b);
 background-image: -o-linear-gradient(top, #4b546a, #2c354b);
 background-image: linear-gradient(to bottom, #4b546a, #2c354b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4b546a, endColorstr=#2c354b);
}





/************************************************************/

#wait-msg 
{
    display:none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index:5000;
	background-color:#f2adad;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#wait-msg span {
	display: block;
	margin-top: 15%;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	-moz-opacity: 1.0;
	opacity:1.0;
	filter: alpha(opacity=100);
}
