﻿.category-list td
{
width:25%;
text-align:center;
padding:13px;
border-bottom: solid 2px #E1E1E1;
}

body {
	background-color: #cde985;
	margin: 0;
	text-align: center;
	font: 12px Trebuchet,Arial, Helvetica, sans-serif;
	color: #666;
	background-image: url('Images/graident-bg.gif');
	background-repeat: repeat-x;
}
form {
    padding:0;
    margin:0;
}
#wrapper {
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 88px;
}
.sidebar { width: 250px; }
h3 
{
    font: 22px Trebuchet, Arial, Verdana, sans-serif;
    color: #555;
    margin:0;
    padding:0;
}
h3.header 
{
    background-color: #E1E1E1;
    padding: 7px 10px;
}
h3.header a 
{
    color: #1D5C90;
    text-decoration: none;
}
a.side-link 
{
    display: block;
    padding: 7px 25px;
    color: #666;
    font-size: 11px;
    text-decoration: none;
    border-bottom: solid 1px #E1E1E1;
}
a.side-link:hover 
{
    /* for example */
    background-color: #eee;
    
}
img.product { border: solid 1px #999; }
img.category 
{
    padding: 2px;
    border: solid 1px #3C7CB2;
    margin-bottom: 10px;
}
img.general 
{
    padding: 2px;
    border: solid 1px #3C7CB2;
    margin: 5px;
}
.separator 
{
    background-color: #E1E1E1;
    height: 2px; 
    font-size: 2px; /* fix for IE6 */
}
dl { margin-bottom: 5px; }
dt 
{
    font-size: 14px;
    font-weight: bold;
    color: #666;
    padding: 20px 0 5px 2px;
}
dd 
{
    margin-top: -1px;
    margin-left:0;
    padding: 5px 2px;
    border-top: solid 1px #E1E1E1;
    border-bottom: solid 1px #E1E1E1;
}
dd span 
{
    display: block;
    float: left;
    width: 150px;
}


/* header styles */
#header 
{
	/*background-image: url('Images/header-bg-rev.jpg');*/
	width: 924px;
}
#header table 
{
    width: 100%; 
    height:100px;
    
}
#header td 
{
        padding:  0 5px; 
        font: 19px "Trebuchet", Arial, Verdana, sans-serif;
        color:#b0b0b0;
}



/* nav styles */
.navContainer
{
    text-align: center;
}
.nav
{
	margin: 0px;
	font-weight: normal;
	clear: none;
	text-align: center;
}

.nav table
{
    width: 90%;
    height: 30px;
}

.nav td
{
    padding: 0 5px;
    font: 15px "Trebuchet" , Arial, Verdana, sans-serif;
    color: #b0b0b0;
}

.nav a
{
	margin: 0px;
	font-size: 11px;
	display: block;
	float: left;
	color: #fff;
	text-decoration: underline;
	height: 38px;
	padding-right: 30px;
	padding-left: 30px;
	vertical-align: top;
	line-height: 38px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.nav a:hover {
	color: #df8c36;
}


/* main stripe styles */
#stripe 
{
    border-bottom: solid 4px #E1E1E1;
    border-top: solid 4px #E1E1E1;
    padding: 3px 0;
    margin-bottom: 3px;
}
#stripe table { width: 100%; }


/* main styles */
#main
{
    clear: both;
    width: 100%;
}
#main table
{
    width: 100%;
}
#main tr.alt-row td { padding-top: 3px; }
#main .content
{
	background-color: #dae7a2;
	padding: 15px;
}
.content a { color: #e87f21; }
#main .leftSidebar 
{
    width: 245px;
    background-color: #fff;
    padding: 3px;
    border-color:#dddddd;
    border-width:1px;
    border-right-style:solid;
    padding: 17px 0 0 30px;
}
#main .rightSidebar 
{
	width: 210px;
	background-color: #c1d07e;
	padding: 15px 15px 0 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #f58025;
	border-right-color: #f58025;
	border-bottom-color: #f58025;
}



/* footer styles */
#footer 
{
	margin: 0px 25px;
	padding: 0 0 0 30px;
	font: 11px Trebuchet, Arial, Verdana, sans-serif;
	color: #333333;
	text-align: center;
}

/* programming notes styles */
#comments
{
	margin: 0px 25px;
	padding: 17px 0 0 30px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A1A865;
}
.subnav {
	margin: 0px 25px 0px 25px;
	background-repeat: repeat-x;
	height: 56px;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
}
h4 {
	padding: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f58025;
	font-weight: bold;
}
.horizontalrule {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f58025;
}
.project-status-border {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #dadada;
	border-bottom-color: #dadada;
}
hr {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}

/* Prototype */
.productImage
{
    float: none;
    margin: 0 5px 10px 0;
    clear: both;
}


.detail-table { border-left: solid 1px #E0E0E0; }
.submit-table td
{
    padding: 8px 4px;
    text-align: left;
    width: 33%;
}
.detail-table td
{
    padding: 8px 4px;
    text-align: left;
    width: 33%;
}
.detail-table th
{
    padding: 8px 4px;
    text-align: left;
    width: 33%;
}
.detail-table td { border-right: solid 1px #E0E0E0; }
.detail-table th { border-right: solid 1px #E0E0E0; }
.two-column td + td { width: 67%; }
.two-column th + th { width: 67%; }
.five-column td { width: 20%; }
.five-column th { width: 20%; }
.six-column td { width: 16%; }
.six-column th { width: 16%; }
.detail-table th
{
    border-top: solid 1px #E0E0E0;
    border-bottom: solid 1px #E0E0E0;
    background-color: #E0E0E0;
}
.detail-table td { border-bottom: solid 1px #E0E0E0; }
.row-highlight { background-color: #F9F9F9; }
.detail-topper td { border-top: solid 1px #E0E0E0; }
.detail-footer td { background-color: #E0E0E0; }
.detail-table select 
{
    font-size: 11px;
    color: #666;
}
.detail-table input 
{
    font-size: 11px;
    color: #666;
}
.detail-table input { width: 280px; }

.radioButtonList td { border-width:0; padding:1px }
.radioButtonList input { width:30px;  }

.itemlist
{
    width: 100%;
    background-color: #fff;
    border-width: 0;
}
.itemlist tr
{
    border-bottom: solid 1px #999;
}
.itemlist td
{
    padding: 5px;
    font-size: 12px;
    border-bottom: solid 1px #999;
}
.itemlist th
{
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 1px #666;
    background-color: #eee;
}
.itemlist a
{
    color: #000;
}
span.label
{
    font-size: 11px;
    color: #666;
}
.selecteditem
{
    background-color: #ffc;
}
.hovereditem
{
    background-color: #e8eef7;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	padding: 3px;
	background-color: #f0f6d6;
	font-size: 11px;
	color: #333333;
}


ul
{
    list-style: None;
    display: inline-block;
}

.GownBK
{
    background-image: url(Images/GownBK.gif);
    width: 275px;
    height: 175px;
    background-position: left top;
    padding-left: 10px;
    background-attachment: scroll;
    padding-top: 9px;
    background-repeat: no-repeat;
}
.homeFrame
{
    background-repeat: no-repeat;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    width: 800px;
}
.product-container {
	background-image: url('Images/product-container.gif');
	background-repeat: no-repeat;
	width: 200px;
	height: 155px;
	padding: 15px;
	vertical-align: top;
}
.product-title
{
    font-family: "Trebuchet MS" , Tahoma, Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    color: #FE730A;
}
.product-detail-label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #f58025;
	font-weight: normal;
}
.form-text {
	color: #53301a;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.pagecontent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.orange {
	color: #F98421;
}
a {
	color: #e99525;
}
.module-top {
	background-image: url('Images/module-top.gif');
	width: 884px;
	background-repeat: repeat-x;
}
.button {
	background-color: #d4e889;
	border: 1px solid #ed852c;
	font-family: "Times New Roman", Times, serif;
	color: #8f6008;
	font-size: 20px;
}
.content-pad {
	padding: 25px 20px 20px 20px;
}
.toolbar {
	background-image: url('Images/toolbar-gradient.gif');
	background-repeat: repeat-x;
	background-position: 12px;
}
.alt-row {
	background-color: #c5d57e;
}
.full-border {
	border: 1px solid #869c28;
}
.fine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.featured-home {
	text-align: center;
}

.home-feature-link a {
	color: #de872a;
}

.home-feature-link a:hover {
	color: #000;
}

.product-detail-container {
	background-color: #fff;
	padding: 15px;
}
.container-product-fields {
	background-color: #ecf3d0;
	padding: 10px;
}
.form-dividers {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d3dcb1;
}
.form-fields {
	border: 1px solid #a9ae95;
	padding: 3px;
}
.container-detail-form {
	margin-left: 225px;
	background-color: #ecf3d0;
	padding: 15px;
}
.subheads {
	color: #EF8422;
	font-size: 15px;
}
.buyerButtons 
{
    font-family: "Trebuchet MS" , Tahoma, Arial, Helvetica, sans-serif;
	color: #F98421;
}
.buyerButton {
	padding: 10px;
	background-color: #d4e889;
	border: 1px solid #ed852c;
	font-family: "Trebuchet MS" , Tahoma, Arial, Helvetica, sans-serif;
	color: #8f6008;
	font-size: 15px;
}
