﻿body
{
    background-color: #E6E7DF;
    font-family: helvetica neue,Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    font-size: 1.4em;
}
.page
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}
#logo
{
    width: 354px;
    height: 82px;    
}
#logo a img
{
    visibility: hidden;
}

#logo a
{
    display: block;
    background: url(/Content/Images/Skin/rubber_monkey.gif?1) no-repeat 0 0;
    border:0px;
}

#logo a:hover
{
    background: url(/Content/Images/Skin/rubber_monkey_hover.gif?1) no-repeat 0 0;
}

#header
{
    width: 980px;
    height: 82px;
    background: url(/Content/Images/Skin/head_bg.gif?2);
    margin: 0 0 20px 0;
    border-collapse:collapse;
    
}
#header a
{

    padding:0px;
}
#headerCenter td
{
    vertical-align:top;
}


#header td
{
    white-space:nowrap;
    padding:0px;
    color:#666;
}

#accountLinks 
{
    width:590px;
    margin-left:15px;
    margin-bottom:7px;
    font-size:1.2em;
    padding:0px;
    border-collapse:collapse;
}
#headerRight {

    width:20px;
    text-align:right;
   
}
#search{ 
    margin-left:15px;
    
    padding:0px;
}

#searchText 
{
    font-size: 1.3em;
    width: 352px;
    height:28px;
    border:1px solid #999;
    margin-right:5px;
}

.checkOut
{
    padding-left:10px;
}

#main
{
    padding-bottom: 21px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    clear: both;
}

#mainContent
{
    padding: 30px;
}

#mainTL
{
    float: left;
    width: 21px;
    height: 21px;
    background: url(/Content/Images/Skin/cnr_tl.gif);
}

#mainTR
{
    float: right;
    width: 21px;
    height: 21px;
    background: url(/Content/Images/Skin/cnr_tr.gif);
}

#mainBL
{
    float: left;
    width: 21px;
    height: 21px;
    background: url(/Content/Images/Skin/cnr_bl.gif);
}

#mainBR
{
    float: right;
    width: 21px;
    height: 21px;
    background: url(/Content/Images/Skin/cnr_br.gif);
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: 0.9em;
}

#footerLinks
{
    text-align: center;
    color: #ccc;
    font-size: 0.9em;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	border: 0;
	background: #F6F6F6;
	padding: 15px 0 15px 25px ;
	margin-bottom: 1px;    
	padding: 1em;
}

.input-validation-error
{
    background-color: #ffffff;
}

.field-validation-error
{
    color:red;
    padding-top:10px;
}
.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

#formFooter
{
	text-align: center;
	margin-top: 20px;
}


input { 
	font-size: 1em; 
}


fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
    border:0px;
}

table td 
{
  padding: 5px;   
  border: 0px;
  font-size:0.8em;
  font-family:Arial;
}

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:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


.retailPrice 
{
    text-decoration: line-through;
    color: #aaa;
    margin-right: 0.5em;
}

.customerPrice
{
    color: #6F9713;
    font-weight: bold;
    font-size: 1.1em !important;
}

#breadCrumbs
{
    padding-bottom: 0.8em;
    font-weight: bold;
}

#breadCrumbs h1
{
    font-size:24px;
    display:inline;
}

.breadCrumbDevidor
{
    color: #ccc;
    font-weight: bold;
    padding: 0 0.4em;
}
.pipe
{
    color: #ccc;
    padding:0px 10px;
}


.paging { text-align:center; padding-top:20px; font-weight:bold; } 
.paging a { padding: 10px 20px 10px 20px; border:1px solid #06c; margin:5px; } 
.paging a:hover { border:1px solid #f60 ; }     
.pageSelected { padding: 10px 20px 10px 20px; color:white;background-color:#666; border:1px solid #000; margin:5px; }

.grey{color:#555;}
.right{text-align:right;}
.center{text-align:center;}
.nowrap{white-space:nowrap;}

/* links */
a {
    color: #06c;
    text-decoration: none;
    border-bottom: 1px solid #99c2ff;
}
a:visited 
{
    color: #06c;
}

a:hover
{
    color: #f60;
    border-bottom: 1px solid #f60;
}

a:active
{
    color: #f60;
    border-bottom: 1px solid #f60;
}

.imageLink a
{
    border: 0px;
}
.imageLink img
{
    border: 0px;
}
.a img
{
    border: 0px;
}


p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2
{
    font-size: 1.4em;
    margin: 0 0 0.5em 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* 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;
}


.field-validation-error
{  
    display:block;
    margin-top:5px   ;
    color: red;
}
.top {vertical-align:top}
.errorRow {background-color:#ffff00}
.blank{border-collapse:collapse;padding:0px}

/*buttons */
.greenButton {
	/*background-image: url('/images/theme2/buttons.gif');*/
	background-position:center -0px ; 
	background-color: #78ab00;
	height: 38px; 
	padding:8px 20px;
	margin:0px;
	color: #fff;
	text-decoration:none;
	font-family: Arial, sans-serif;
	font-size:19px;
	line-height: 38px;
	text-shadow:0px 0px 3px #557a0a;
	cursor: pointer;	
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	outline:0px;
	border:0px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}

input.greenButton{
	padding:0px 20px 0px 20px;
}