
/*------------------------------------------------------------------------------
                       Layout and Positioning
/*----------------------------------------------------------------------------*/

/*---------    Overall     --------*/
.features-width-container {
   max-width: 800px;
   margin: auto;
   padding: 0;
}

.header-description {
   max-width: 500px;
   margin: 0 0 20px 50px;
}

.header-description h3 {
   margin: 20px 0 20px 30px;
}

/*---------    Category    --------*/
.category {
   padding: 0;
   margin: 20px 33px 30px 10px;
}

h2.category-title {
   width: 95%;
   padding-right: 5%;
   margin: 0;
}

h3.i-want-to {
   margin: 0;
   width: 100%;
   background-color: #f5f5e5;
}

/*--------  Solution Steps  -------*/
.action-title {
   margin: 8px 0 8px 80px;
}

.steps-container {
   margin-left: 100px;
   margin-bottom: 10px;
}

.steps-container h4 {
   margin: 0px;
   margin-top: 4px;
}

.step-details {
   width: 600px;
   margin-top: 5px;
   margin-bottom: 15px;
   margin-left: 60px;
}

.step-details div {
   padding: 15px;
   padding-top: 8px;
}


.step-details .close {
   display: block;
   padding-top: 1px; 
   padding-bottom: 1px;
   width: 94%;
   padding-right: 6%;
   margin: 0px;
}


/*------------------------------------------------------------------------------
                         Styles and Color 
/*----------------------------------------------------------------------------*/

/*---------    Overall     --------*/
body {
   background: url(/images/bg/bg-fade-repeat-yellow.png) 0% 0% repeat-x;
}

.header-description {
   color: #333333;
}

.header-description h3 {
   color: #222222;
   font-size: 20px;
}


/*---------    Category    --------*/
h2.category-title {
   text-align: right;
   font-size: 16px;
   line-height: 25px;
   font-weight: 700;
   font-style: italic;
   color: #8f8f40;
   background-color: #f5f5dd;
}

h3.i-want-to {
   font-size: 18px;
   font-weight: 700;
   font-variant: normal;
   text-indent: 5%;
   color: #222222;
}


/*--------  Solution Steps  -------*/
a .action-title, 
a:link .action-title, 
a:visited .action-title, 
a:hover .action-title {
   font-size: 14px;
   font-weight: 700;
   font-variant: normal;
   text-decoration: underline;
   color: #222222;
}

a:hover .action-title {
   text-decoration: none;
}

.step-details div {
  text-align: justify;
   background-color: #eeeebb;
}

.step-details .close {
   text-align: center;   
   font-size: 12px;
   font-weight: 700;
   color: #222233;
   background-color: #dddd99;
   cursor: pointer;
}

.step-details a, 
.step-details a:hover,
.step-details a:visited,
.step-details a:link {
   text-decoration: none;
}

.action div {
   font-weight: 500;
}


.steps-container h4 a:link, .steps-container h4 a:visited, .steps-container h4 a:hover {
   color: #444466;
}
