body {
    background-color: #d7ffc6;
}

input.myOrder
{
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

a:link {
    color: #000000;
    text-decoration: underline;
}
a:visited {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    color: #d41f1f;
    text-decoration: underline;
}
a:active {
    color: #000000;
    text-decoration: underline;
}
a.topOfPage{
    clear: both;
    float: left;
    width: 100%;
    margin: 10px 0;
}
a.continueShopping{
    float: left;
    width: 100%
}


table {
    border-style: none;
    border-collapse: collapse;
}

table.contacts {
    border-collapse: separate;
    border-spacing: 10px;
}
table.notions_links {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
    table-layout: fixed;
    font-weight: bold;
}

table.whatsNewSale{
    width: 550px;
    table-layout: fixed;
    margin-bottom: 30px;
    margin-left: 30px;
}
table.whatsNewSale td{
    padding: 3px;
    vertical-align: middle;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    border-bottom-style: solid;
}
table.myOrder{
    width: 100%;
}
table.myOrderValues{
    margin-top: 40px;
    float: left;
    width: 100%;
}
table.myOrder td, table.myOrderValues td{
    border-top: 1px #000000 solid;
    margin: 0;
    padding: 5px;
}
table.myOrder th#pricePerYard, table.myOrderValues th#pricePerYard{
    width: 30px;
}
.myOrderInput {
    word-wrap: break-word;
}
td.product{
    text-transform: uppercase;
}
td.number{
    text-align: center;
}
td.remove{
    width: 60px;
}

td.kits_price {
    vertical-align: top;
    text-align: right;
    border-top: solid thin #000000;
    font-weight: bold;
}
td.kits_description {
    min-height: 200px;
}
td.notions_price {
    vertical-align: baseline;
    text-align: right;
    text-decoration: overline;
    font-weight: bold;
}


#wholePage{
    width: 950px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    margin: 20px auto;
    padding: 0;
    font-size: 15px;
    font-family: Tahoma;
    color: #000000;
}
div.fabricListImage{
    float:left;
    height: 300px;
    margin: 10px 0;
    width: 290px;
    font-size: 13px;
    border-top: 1px #000000 solid;
    padding-top: 10px;
}
ul#topMenuWrap {
    background-color: #aff192;
    float: left;
    width: 100%;
    height: 70px;
    list-style: none;
    padding: 0;
    margin: 0;
}
li.upperTopMenu{
    float: left;
    padding: 10px 0;
    font-weight: bold;
    font-size: 20px;
    width: 25%;
    text-align: center;
    background-color: #aff192;
}
li.lowerTopMenu{
    float: right;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #000000;
    width: 260px;
    background-color: #aff192;
}
li.lowerTopMenu{
    border-right-style: none;
}
ul#leftMenuWrap {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 19px;
    width: 170px;
    background-color:#07bbd2;
    list-style: none;
}
ul#leftMenuWrap li {
    display: block;
    background-color: #aff192;
    margin-top: 30px;
    line-height: 30px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    padding-left: 5px;
}
div.content {
    margin-top: 163px;
    padding: 30px;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #000000;
    width: 580px;
    min-height: 600px;
    background-color: #d7ffc6;
}
div#rightMenu{
    clear: right;
    float: right;
    width: 127px;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #000000;
    padding: 0 10px 0 0;
}
div#clear{
    clear: both;
}
div#filler{
    background-color:#07bbd2;
}
div#filler2{
    background-color: #d7ffc6;
    margin-left: 170px;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #000000;
}
div.chapterHeading{
    margin: 20px 0;
    float: left;
    width: 100%;
}
div.shoppingCart{
    padding-top: 20px;
}
p.notionCatDesc {
    float: left;
}


img {
    border: none;
}
#external-pattern-image {
    width: 115px;
    height: 150px;
    margin: 10px 0 0 0;
    display: block;
    text-align: center;
}

#external-pattern-image-new{
    width: 115px;
    height: 150px;
    margin: 0;
}
#ad-banner-text {
    text-align: center;
}
img.fabricListImage {
    padding-right: 5px;
    width: 150px;
    height: 100px;
    float: left;
    margin-bottom: 40px;
}
img.in_list_image {
    width: 115px;
    height: 150px;
    margin: 5px 5px 5px 0;
}
img.external_pattern {
    margin: 10px;
    float: left;
}
img.topBanner{
    float: left;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    margin: 0;
    padding: 0;
}
img#shoppingCart{
    text-decoration: none;
    vertical-align: middle;
}


dl.notions {
    margin: 0 0 70px 30px;


}
dt {
    font: bold 18px Tahoma;
    margin: 30px 0 10px 0;
    text-transform: uppercase;
    float: right;
    width: 100%;

}

dd img{
    float: left;
}
dd div{
    float: right;
    width: 350px;
}

dd div.price{
    border-top: 2px #000000 solid;
    font-weight: bold;
    text-align: right;
    margin-top: 40px;
    float: right;

}


p {
    color: #000000;
    font: 15px Tahoma;
}
p.option {
    color: #000000;
    font: 13px Tahoma;
}
p.info_home {
    color: #000000;
    font: 16px Tahoma;
}
p.fabricDescription{
    margin-top: 30px;
    margin-bottom: 30px;
}
p.msg{
    color: #d41f1f;
    font-weight: bold;
    float: left;
}

h2.notions {

    margin: 0;
    padding: 0;
}
h2.h_home {
    text-align: center;
}
h2.fabricListHeading{
    text-transform: uppercase;
    margin-bottom: 40px;
}

h3.myOrder{
    margin-top: 40px;
}
h3.h_home {
    color: #d41f1f;
    text-align: center;
}
h4.flag_home {
    color: #000000;
    text-align: center;
}
h4.fabricListImage {
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
}
h4.whatsNewSale{
    font: bold 18px Tahoma;
    margin-top: 30px;
    text-transform: uppercase;
}
h4.addToOrder{
margin: 0px;
}


hr {
    border: solid thin #000000;
    height: 2px;
}
hr.notions{

    width: 100%;
}
address {
    position: relative;
    left: 30px;
    font-style: normal;
    font-weight: bold;
}

span.sale{
    color: #d41f1f;
    font-weight: bold;
}



div.orderFabric h4{
    padding: 10px 0 0 0;
    margin: 0;
}

span.myOrderValue{
    width: 300px;
    float: right;
}

table.order-fields {
    font-size: 13px;
    text-align: left;
}
table.order-fields input.text-option{
    width: 200px;
}
table.order-fields input.order-amount{
    width: 30px;
}
input#submitMyOrder{
    float: left;
    margin-top: 30px;
}

button {
    margin-top: 3px;
}


div#comments{
    width: 100%;
    float: left;
}


/**********************/
div.error {
    border: 2px #F23E3E solid;
    background-color: #FA8989;
    padding:0.5em;
    margin:0;
}
div.warning {
    border: 2px #FC9B52 solid;
    background-color: #FABA89;
    padding:0.5em;
    margin:0;
}
div.success {
    border: 2px #5CFB57 solid;
    background-color: #9FF59D;
    padding:0.5em;
    margin:0;
}

table.tableForm input,
table.tableForm select,
table.tableForm textarea {
    max-height: 200px;
    width: 350px;
}
table.tableForm input.submit,
table.tableForm input[type="checkbox"] {
    width: auto;
}
table.tableForm td {
    padding: 0.5em 0;
}
table.tableForm label {
    font-weight: bold;
    vertical-align: middle;
}
table.tableForm p {
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

form ul.errors {
    margin: 0;
    padding: 0;
    color: red;
    list-style-position: inside;
}

table input.radioInput {
    width: auto;
}

h1 {
    position:relative;
    left: -20px;
    color: #d41f1f;
    text-transform: capitalize;
    margin: 0 0 1em 0;
    border-bottom: 4px #d41f1f solid;
    width: 600px;
}
h1.nomenu-layout {
    left: 0;
}
div.category-pattern-detail {
    display: inline-block;
    vertical-align: top;
}
div.category-pattern {
    margin-bottom: 20px;
}
.float-right {
    float: right;
}

input.yardWhole {
    width: 50px;
}

input.order-button {
    width: auto !important;
}
.order-button {
    display: block;
    background-color: #07BBD2;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    text-decoration: none !important;
    font-weight: bold;
    cursor: pointer;
}
.order-next {
    float: right;
    margin: 20px 0 20px 20px;
}
.order-prev {
    float: left;
    margin: 20px 20px 20px 0;
}


.box-link{
    border-width: 10px;
    border-style: solid;
    padding: 5px;
    margin: 10px 0 0 0;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
}
.yellow-box-link{
    color: #137109;
    border-color: #137109;
}
.yellow-box-link :link,
.yellow-box-link :visited{
    color: #137109;
}
.red-box-link{
    color: #CC212A;
    border-color: #CC212A;
}
.red-box-link :link,
.red-box-link :visited{
    color: #CC212A;
}
.blue-box-link{
    color: #07BBCA;
    border-color: #07BBCA;
}
.blue-box-link :link,
.blue-box-link :visited{
    color: #07BBCA;
}

.hp-msg {
    width: 556px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border: 2px #D41F1F solid;
    padding: 10px;
    background-color: #AFF192;
}

.home_notice {
    text-align: center;
    font-size: 30px;
}
