/* SEM Store Front End Style Sheet  Designed by SEM Solutions Limited Edited on 21.03.07 */
*
{
    margin:0;
    padding:0;
}

@font-face {
    font-family: Custom;
    src: url('../images/momui/Momot.ttf');
}

body
{
    color:#333;
    font-size:11px;
    background-color:#FFF;
    font-family: Verdana;
    line-height:1.4em;
    margin-top:10px;
    margin-bottom:10px;
    border: none;
    background-image: url('../images/momui/bgd-texture.jpg');
}

img {
    border: none;
}

h1 {
    color: #FFFFFF;
    font-size: 16px;
    font-family: Georgia;
    font-weight: bold;
    line-height: 18px;
}

h2 {
    color: #897c6c;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    margin: 10px 10px 10px 10px;
}

a {
    font-weight: bold;
    color: #897c6c;
    font-size: 12px;
    font-family: Arial;
    text-decoration: none;
}

a:hover {
    color: #990033;
    text-decoration: underline;
}

p {
    margin: 10px 0px 10px 10px;
}

ul {
    margin: 10px 0px 10px 20px;
}

/* layout definitions*/
#maincontainer-top {
    width:830px;
    height: 5px;
    margin: 0 auto;
    background-image: url('../images/momui/maincontainer_top.png');
}

#maincontainer
{
    width:830px;
    margin: 0 auto;
    background-image: url('../images/momui/maincontainer.png');
    background-repeat: repeat-y;
}

#maincontainer-bottom {
    width:830px;
    height: 9px;
    margin: 0 auto;
    background-image: url('../images/momui/maincontainer_bottom.png');
}

#header
{
    background-image: url('../images/momui/header.png');
    color:#000;
    height:100px;
    width: 814px;
    margin: auto;
}

#header-left
{
    color:#000;
    height:100px;
    width: 554px;
    float: left;
    text-align: center;
}

#header-left .header-text {
    margin: 29px 0px 0px 14px;
    float: left;
}

.header-right {
    color:#000;
    width: 250px;
    float: left;
    overflow: hidden;
    padding-top: 10px;
}

.header-right div {
    text-align: center;
}

.header-right p {
    display: inline;
}

.search_submit {
    background-color: #FFFFFF;
    background-image: url('../images/momui/search.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    border: medium none;
    height: 12px;
    margin: 0px;
    width: 45px;
}

#wrapper {
    width:814px;
    margin: auto;
    overflow:hidden;
}

#leftside {
    float:left;
    width:190px;
    height: 596px;
    background-color:#FFFFFF;
    background-image: url('../images/momui/left.png');
    overflow:hidden;
}

#leftsideblock {
    width:181px;
    height: 496px;
    background-color:#FFFFFF;
    background-image: url('../images/momui/leftblock.png');
    overflow:hidden;
    margin-left: 9px;
    float: left;
}

#content_right {
    float: left;
    width: 600px;
    min-height: 750px;
    background-color: #E8EAD4;
    background-repeat: repeat-y;
    background-image: url('../images/momui/right.png');
    background-position: right;
    padding: 0px 20px 20px 4px;
    font-size: 12px;
    font-family: Arial;
    color: #333333;
    font-weight: normal;
}

#footer
{
    width: 814px;
    background-color: #FFFFFF;
    background-image: url('../images/momui/footer.png');
    color: #000;
    height: 34px;
    margin: auto;
}

/** Page Headers  **/

#header_red {
    width: 570px;
    height: 48px;
    background-image: url('../images/momui/header-red.png');
    padding: 50px 0px 0px 40px;
}

#header_yellow {
    width: 570px;
    height: 48px;
    background-image: url('../images/momui/header-yellow.png');
    padding: 50px 0px 0px 40px;
}

#header_green {
    width: 570px;
    height: 48px;
    background-image: url('../images/momui/header-green.png');
    padding: 50px 0px 0px 40px;
}

#header_blue {
    width: 570px;
    height: 48px;
    background-image: url('../images/momui/header-blue.png');
    padding: 50px 0px 0px 40px;
}

#header_pink {
    width: 570px;
    height: 48px;
    background-image: url('../images/momui/header-pink.png');
    padding: 50px 0px 0px 40px;
}

#header_purple {
    width: 570px;
    height: 48px;
    background-image: url('../images/momui/header-purple.png');
    padding: 50px 0px 0px 40px;
}

/** Login / Register **/

#login-div {
    margin: auto;
    border: 1px solid #EEEEEE;
    width: 567px;
}

#login-header {
    width: 555px;
    border: 1px solid #999999;
    background-color: #EEEEEE;
    height: 20px;
    padding: 5px 0px 0px 10px;
    font-weight: bold;
}

#login-container {
    width: 555px;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    background-color: #FFFFFF;
    padding: 5px 0px 5px 10px;
}

.label {
    font-weight: bold;
    width: 125px;
    padding-right: 5px;
    text-align: right;
}

.inputtd {
    width: 140px;
    text-align: left;
    padding-bottom: 8px;
}

.inputtd input {
    border: 1px solid #819CB9;
    padding: 1px;
}

.inputtd select {
    border: 1px solid #819CB9;
    padding: 1px;
}

.inputtd input.inputtdtderror {
    border: 1px solid #FF0000;
    padding: 1px;
}

.inputtd select.inputtdtderror {
    border: 1px solid #FF0000;
    padding: 1px;
}

.sign-in-link {
    width: 90px;
    text-align: right;
    padding-right: 5px;
    float: right;
}

p.errors {
    width: 444px;
    float: left;
    color: #FF0000;
}

.sign-in-link input {
    width: 90px;
    height: 24px;
    border: none;
    background-image: url('../images/momui/button.png');
}

/** Left Nav **/

.navigation_list {
    margin-top: 155px;
    margin-left: 10px;
    list-style: none;
}

#homelink {
    margin-left: 5px;
    margin-bottom: 4px;
}

#aboutuslink {
    margin-left: 7px;
    margin-bottom: 7px;
}

#whatsnewlink {
    margin-left: 8px;
    margin-bottom: 8px;
}

#collectionslink {
    margin-left: 4px;
    margin-bottom: 8px;
}

#contactuslink {
    margin-left: 15px;
    margin-bottom: 11px;
}

#howtoorderlink {
    margin-left: 15px;
    margin-bottom: 5px;
}

#deliverylink {
    margin-left: 15px;
    margin-bottom: 5px;
}

#termslink {
    margin-left: 15px;
    margin-bottom: 34px;
}

#mailinglistlink {
    margin-left: 0px;
}

/** Category Listing **/

.category_item {
    float: left;
    margin-left: 10px;
    width: 186px;
}

.category_item_image {
    width: 186px;
    height: 180px;
    text-align: center;
}


/** Product Listing **/

#breadcrumb {
    padding-bottom: 5px;
}

.product_listing {
    float: left;
    margin: 0px 0px 10px 10px;
    width: 176px;
    padding: 5px;
    border: 1px solid #A8BEB1;
    height: 300px;
}

.product_listing .product_image {
    float: left;
    width: 176px;
    text-align: center;
}

.product_listing h2 {
    margin-top: 13px;
    width: 100px;
    float: left;
}

.product_listing .addtobasket {
    margin-top: 8px;
    width: 19px;
    float: right;
}

.product_listing .product-description {
    float: left;
    width: 176px;
    height: 50px;
}

.product_listing .product-price {
    float: right;
    text-align: right;
}

/** Product Information **/

#product_info_image {
    float: left;
    width: 285px;
    height: 350px;
    padding: 2px;
    border: 1px solid #95A6B1;
    margin-left: 10px;
    margin-top: 5px;
}

#product_info_details {
    float: left;
    width: 285px;
    margin-left: 13px;
    margin-top: 5px;
}

#product_info_details #description_header{
    margin-top: 9px;
    margin-bottom: 8px;
}

#product_info_details #reference {
    margin-bottom: 8px;
}

#product_info_details #description {
    margin-bottom: 8px;
}

#product_info_details .feature_group {
    margin-bottom: 8px;
}

#product_info_details #price {
    margin-bottom: 4px;
}

#product_info_details #addtobasket {
    margin-bottom: 8px;
}

#product_info_details #addtobasket a {
    color: #990033;
}

#product_info_details #addtobasket a:hover {
    color: #009999;
}

#product_info_details #addtobasketimage {
    width: 19px;
    display: inline;
    padding-left: 15px;
}

#product_info_details #links {
    margin-bottom: 0px;
}

#product_info_details #links ul {
    list-style: none;
}

#product_info_details #links ul li {
    display: inline;
    color: #009999;
}

/** Basket **/

#basket-table {
        width: 550px;
        margin: auto;
        margin-top: 10px;
}

#basket-table table {
        border-collapse: collapse;
        width: 550px;
        padding: 0px;
        margin: 0px;
        border-left: 1px solid #999999;
        border-right: 1px solid #999999;
}

#basket-table #product {
        width: 110px;
        padding: 0px 2px;
        border-right: 1px solid #999999;
}

#basket-table #product p {
        padding: 15px 0 0 0;
}

#basket-table #product img {
        height: 50px;
        padding: 0 2px 0 0;
}

#basket-table #quantity {
        width: 110px;
        padding: 2px;
        border-right: 1px solid #999999;
}

#basket-table #price {
        width: 110px;
        padding: 2px;
        border-right: 1px solid #999999;
}

#basket-table #edit {
        width: 110px;
        padding: 2px;
        border-right: 1px solid #999999;
}

#basket-table #linetotal {
        width: 110px;
        padding: 2px;
}

#basket-table th {
        background-color: #EEEEEE;
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;
}

#basket-table td {
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;
        text-align: center;
}

#basket-table #quantity input {
        width: 50px;
}

#basket-bottom {
        margin: auto;
        height: 50px;
        width: 550px;
        text-align: right;
}

#basket-bottom a {
        padding-right: 48px;
}

.instructions {
        padding-bottom: 10px;
}

#basket-table .basket_totals {
        float: right;
}

#basket-table p {
        padding: 10px;
}

#basket-table .basket_totals th {
        width: 97px;
        padding: 2px;
        border-left: 1px solid #999999;
        border-right: 1px solid #999999;
}

#basket-table .basket_totals td {
        width: 96px;
        padding: 2px;
}

.clear {
        clear: both;
}

#basket-table .basket-details {
        border-collapse: collapse;
        width: 625px;
        padding: 0;
        margin: 20px 0;
}

#basket-table .basket-details th {
        background-color: #EEEEEE;
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;
}

#basket-table .basket-details td {
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;
        text-align: center;
}

#basket-table .basket-details .basket-details-left {
        border-right: 1px solid #999999;
}

#confirm-all-details-form {
        float: right;
        padding-right: 20px;
}

.update-basket-link {
    width: 90px;
    text-align: right;
    padding-right: 15px;
    padding-top: 15px;
    float: left;
}

.update-basket-link input {
    width: 90px;
    height: 24px;
    border: none;
    background-image: url('../images/momui/button.png');
}

.empty-basket-link {
    width: 90px;
    text-align: right;
    padding-right: 15px;
    padding-top: 15px;
    float: left;
}

.empty-basket-link a {
    width: 90px;
    display: block;
    text-align: center;
    height: 21px;
    border: none;
    background-image: url('../images/momui/button.png');
    background-repeat: no-repeat;
    padding-top: 3px;
    cursor: default;
    margin:0px;
    font-weight: normal;
    color: #313163;
    text-decoration: none;
    font-size: 11px;
    font-family: verdana;
}

.continue-shopping-link {
    width: 90px;
    text-align: right;
    padding-right: 15px;
    padding-top: 15px;
    float: left;
}

.continue-shopping-link a {
    width: 90px;
    display: block;
    text-align: center;
    height: 21px;
    border: none;
    background-image: url('../images/momui/button.png');
    background-repeat: no-repeat;
    padding-top: 3px;
    cursor: default;
    margin:0px;
    font-weight: normal;
    color: #313163;
    text-decoration: none;
    font-size: 11px;
    font-family: verdana;
}

.checkout-link {
    width: 90px;
    text-align: right;
    padding-right: 15px;
    padding-top: 15px;
    float: left;
}

.checkout-link a {
    width: 90px;
    display: block;
    text-align: center;
    height: 21px;
    border: none;
    background-image: url('../images/momui/button.png');
    background-repeat: no-repeat;
    padding-top: 3px;
    cursor: default;
    margin:0px;
    font-weight: normal;
    color: #313163;
    text-decoration: none;
    font-size: 11px;
    font-family: verdana;
}

.remove-item-basket-link a {
    width: 90px;
    display: block;
    text-align: center;
    height: 21px;
    border: none;
    background-image: url('../images/momui/button.png');
    background-repeat: no-repeat;
    padding-top: 3px;
    cursor: default;
    margin:0px;
    font-weight: normal;
    color: #313163;
    text-decoration: none;
    font-size: 11px;
    font-family: verdana;
}

.remove-item-basket-link {
    width: 90px;
    text-align: right;
    padding-right: 15px;
    padding-top: 15px;
    float: left;
}

#basket-table .allprices {
    width: 550px;
    text-align: right;
    padding: 10px 20px 10px 0;
}

/** Checkout - Confirm Basket **/

#basket-table .basket_totals {
    width: 274px;
}

.checkout-form input {
    width: 90px;
    height: 24px;
    border: none;
    background-image: url('../images/momui/button.png');
}

/** Checkout - enter delivery details **/

#customer-delivery-address .loggedinuserdetails {
    float: left;
    width: 270px;
    margin-right: 5px;
}

#customer-delivery-address .loggedinuserdetails table {
    width: 270px;
    border-collapse: collapse;
}

#customer-delivery-address .loggedinuserdetails th {
    background: #EEEEEE;
    border: 1px solid #999999;
}

#customer-delivery-address .loggedinuserdetails td {
    border: 1px solid #999999;
    padding: 5px;
}

#customer-delivery-address .loggedinuserdetails td input {
    margin-top: 5px;
    width: 150px;
    height: 24px;
    border: none;
    background-image: url('../images/momui/button2.png');
}

#customer-delivery-address .enteruserdetails,
#customer-billing-address .enteruserdetails {
    float: left;
    width: 270px;
    margin-left: 5px;
}

#customer-delivery-address .enteruserdetails table#userdetails,
#customer-billing-address .enteruserdetails table#userdetails {
    width: 270px;
    border-collapse: collapse;
}

#customer-delivery-address .enteruserdetails table#userdetails th#userdetailsth,
#customer-billing-address .enteruserdetails table#userdetails th#userdetailsth {
    background: #EEEEEE;
    border: 1px solid #999999;
}

#customer-delivery-address .enteruserdetails table#userdetails td#userdetailstd {
    border: 1px solid #999999;
    padding: 5px;
}

#customer-billing-address .enteruserdetails table#userdetails td#userdetailstd {
    border: 1px solid #999999;
    border-top: none;
    padding: 5px;
}

#billingUseDeliveryDetailsTd {
        text-align: center;
        border-left: 1px solid #999999;
        border-right: 1px solid #999999;
        border-top: none;
        border-bottom: none;
}

#billingUseDeliveryDetails {
        margin-top: 10px;
        margin-bottom: 5px;
}


input#userdetailsinput {
    margin-top: 5px;
    width: 90px;
    height: 24px;
    border: none;
    background-image: url('../images/momui/button.png');
    float: left;
    margin-left: 10px;
}

input#userdetailsinput.continue-button {
    clear: left;
}

/** Checkout - Confirm All Details **/

#basket-table-left {
    width: 350px;
    margin-right: 10px;
    float: left;
    margin-top: 10px;
}

#basket-table-left .confirm-details {
    width: 350px;
    border-collapse: collapse;
}

#basket-table-left .confirm-details th {
    background: #EEEEEE;
    border: 1px solid #999999;
}

#basket-table-left .confirm-details td {
    border: 1px solid #999999;
    padding: 5px;
}

#basket-table-left .confirm-details .basket td {
    border: none;
    padding: 0px;
}

#basket-table-right {
    width: 200px;
    float: left;
    margin-top: 10px;
}

#basket-table-right .confirm-details-right {
    width: 200px;
    border-collapse: collapse;
}

#basket-table-right .confirm-details-right th {
    background: #EEEEEE;
    border: 1px solid #999999;
}

#basket-table-right .confirm-details-right td {
    border: 1px solid #999999;
    padding: 5px;
}

#basket-table-right .confirm-details-right .order-summary td {
    border: none;
    padding: 0px;
    padding-right: 10px;
}

#change-delivery-details {
    float: right;
    margin-top: 20px;
    margin-right: 5px;
    width: 90px;
    text-align: right;
}

#change-delivery-details a {
    width: 90px;
    display: block;
    text-align: center;
    height: 21px;
    border: none;
    background-image: url('../images/momui/button.png');
    background-repeat: no-repeat;
    padding-top: 3px;
    cursor: default;
    margin:0px;
    font-weight: normal;
    color: #313163;
    text-decoration: none;
    font-size: 11px;
    font-family: verdana;
}

#change-product-details {
    width: 340px;
    text-align: right;
}

#change-product-details a {
    width: 150px;
    display: block;
    text-align: center;
    height: 21px;
    border: none;
    background-image: url('../images/momui/button2.png');
    background-repeat: no-repeat;
    padding-top: 3px;
    cursor: default;
    margin:0px;
    font-weight: normal;
    color: #313163;
    text-decoration: none;
    font-size: 11px;
    font-family: verdana;
    float: right;
    margin-right: 5px;
}

#change-billing-details {
    margin-right: 5px;
    width: 200px;
    text-align: right;
}

#change-billing-details a {
    width: 90px;
    display: block;
    text-align: center;
    height: 21px;
    border: none;
    background-image: url('../images/momui/button.png');
    background-repeat: no-repeat;
    padding-top: 3px;
    cursor: default;
    margin:0px;
    font-weight: normal;
    color: #313163;
    text-decoration: none;
    font-size: 11px;
    font-family: verdana;
    float: right;
}

#confirm-all-details-form {
    padding-right: 30px;
}

#confirm-all-details-form input {
    margin-top: 5px;
    width: 90px;
    height: 24px;
    border: none;
    background-image: url('../images/momui/button.png');
}

/** Send to ProtX **/

#form1 input {
    width: 90px;
    height: 24px;
    border: none;
    background-image: url('../images/momui/button.png');
}

/** Search **/

.searchtext {
    margin-bottom: 10px;
}

/** My Account **/

#myaccount table {
    width: 550px;
    margin: auto;
    border-collapse: collapse;
}

#myaccount table th {
    background: #EEEEEE;
    border: 1px solid #999999;
}

#myaccount table td th {
    border: none;
    background: #FFF;
    text-align: left;
    padding: 0px;
}

#myaccount table td {
    border: 1px solid #999999;
    padding: 5px;
}

#myaccount table td td {
    border: none;
    background: #FFF;
    text-align: left;
    padding: 0px;
}

#myaccount table .row label {
    width: 200px;
    display: block;
    float: left;
}

#myaccount .submit {
    width: 90px;
    height: 24px;
    border: none;
    background-image: url('../images/momui/button.png');
}

#myaccount a.submit {
    width: 90px;
    display: block;
    text-align: center;
    height: 21px;
    border: none;
    background-image: url('../images/momui/button.png');
    background-repeat: no-repeat;
    padding-top: 3px;
    cursor: default;
    margin:0px;
    font-weight: normal;
    color: #313163;
    text-decoration: none;
    font-size: 11px;
    font-family: verdana;
    float: right;
    margin-left: 5px;
    margin-top: 5px;
}

#myaccount ul {
    list-style: none;
}

/** Index **/

#index {
    margin-left: -4px;
}

#catlist {
    width: 600px;
}

#catlist div {
    width: 140px;
    float: left;
    margin: 0 0 25px;
    padding:5px 5px 5px 0pt;
}

#registerlink {
    width: 120px;
    height: 12px;
    display: block;
    background-image: url('../images/momui/register.png');
}

#registerlink:hover {
    width: 120px;
    height: 12px;
    display: block;
    background-image: url('../images/momui/registerhover.png');
}

#myaccountlink {
    width: 72px;
    float: left;
    height: 11px;
    display: block;
    background-image: url('../images/momui/myaccount.png');
}

#myaccountlink:hover {
    width: 72px;
    float: left;
    height: 11px;
    display: block;
    background-image: url('../images/momui/myaccounthover.png');
}

#logoutlink {
    margin-left: 10px;
    float: left;
    width: 42px;
    height: 11px;
    display: block;
    background-image: url('../images/momui/logout.png');
}

#logoutlink:hover {
    margin-left: 10px;
    float: left;
    width: 42px;
    height: 11px;
    display: block;
    background-image: url('../images/momui/logouthover.png');
}

#basketlink {
    width: 108px;
    height: 12px;
    display: block;
    background-image: url('../images/momui/shoppingbasket.png');
}

#basketlink:hover {
    width: 108px;
    height: 12px;
    display: block;
    background-image: url('../images/momui/shoppingbaskethover.png');
}

#homelink {
    width: 34px;
    height: 11px;
    display: block;
    background-image: url('../images/momui/home.png');
}

#homelink:hover {
    width: 34px;
    height: 11px;
    display: block;
    background-image: url('../images/momui/homehover.png');
}

#aboutuslink {
    width: 67px;
    height: 11px;
    display: block;
    background-image: url('../images/momui/about.png');
}

#aboutuslink:hover {
    width: 67px;
    height: 11px;
    display: block;
    background-image: url('../images/momui/abouthover.png');
}

#privacylink {
    width: 115px;
    height: 13px;
    display: block;
    background-image: url('../images/momui/privacyhover.png');
}

#privacylink:hover {
    width: 115px;
    height: 13px;
    display: block;
    background-image: url('../images/momui/privacy.png');
}

#whatsnewlink {
    width: 81px;
    height: 11px;
    display: block;
    background-image: url('../images/momui/whatsnew.png');
}

#whatsnewlink:hover {
    width: 81px;
    height: 11px;
    display: block;
    background-image: url('../images/momui/whatsnewhover.png');
}

#collectionslink {
    width: 122px;
    height: 11px;
    display: block;
    background-image: url('../images/momui/ourcollections.png');
}

#collectionslink:hover {
    width: 122px;
    height: 11px;
    display: block;
    background-image: url('../images/momui/ourcollectionshover.png');
}

#contactuslink {
    width: 81px;
    height: 11px;
    display: block;
    background-image: url('../images/momui/contact.png');
}

#contactuslink:hover {
    width: 81px;
    height: 11px;
    display: block;
    background-image: url('../images/momui/contacthover.png');
}

#howtoorderlink {
    width: 84px;
    height: 9px;
    display: block;
    background-image: url('../images/momui/howtoorder.png');
}

#howtoorderlink:hover {
    width: 84px;
    height: 9px;
    display: block;
    background-image: url('../images/momui/howtoorderhover.png');
}

#deliverylink {
    width: 146px;
    height: 12px;
    display: block;
    background-image: url('../images/momui/deliveryandreturns.png');
}

#deliverylink:hover {
    width: 146px;
    height: 12px;
    display: block;
    background-image: url('../images/momui/deliveryandreturnshover.png');
}

#termslink {
    width: 113px;
    height: 9px;
    display: block;
    background-image: url('../images/momui/termsofbusiness.png');
}

#termslink:hover {
    width: 113px;
    height: 9px;
    display: block;
    background-image: url('../images/momui/termsofbusinesshover.png');
}

#mailinglistlink {
    width: 148px;
    height: 11px;
    display: block;
    background-image: url('../images/momui/mailinglist.png');
}

#mailinglistlink:hover {
    width: 148px;
    height: 11px;
    display: block;
    background-image: url('../images/momui/mailinglisthover.png');
}

.search_go {
    background-image:url(../images/momui/button.png);
    border: none;
    height:24px;
    width:24px;
    margin: 0 0 0 5px;
    border-right: 1px solid #003577;
}

table.contact {
    width: 400px;
    margin: 10px auto;
}

table.contact textarea {
    width: 260px;
    height: 100px;
}

table.contact td {
    padding: 3px 5px 0 0;
    vertical-align: top;
}

table.contact .submit {
    width: 180px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #c1beb7;
    border-top: 1px solid #c1beb7;
    height: 22px;
    background-color: #f6f2e7;
}

table.altcontact {
    width: 100%;
    margin: 10px 0;
}

table.altcontact td {
    padding: 3px 20px 0 0;
    vertical-align: top;
}

table.altcontact h2 {
    padding: 3px 0 5px 0;
    border-bottom: 1px solid #78AC96;
    margin: 0 0 10px 0;
}

#product_info_image img {
    max-width:285px;
}

.product_image img {
    max-width: 176px;
}

.category_item_image img {
    max-width: 186px;
}

#product_info_details h2 {
    margin-left: 0px;
}

#product_info_details ul {
    margin-left: 0px;
}

.product_listing h2 {
    margin-left: 0;
}

#signupname {
    width: 100px;
    border: 1px solid #c1beb7;
    padding: 4px 1px 1px;
    height: 15px;
}

#signupemail {
    width: 100px;
    border: 1px solid #c1beb7;
    padding: 4px 1px 1px;
    height: 15px;
}

#signupsubmit {
    width: 100px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #c1beb7;
    border-top: 1px solid #c1beb7;
    height: 22px;
    background-color: #f6f2e7;
}

.errormessage {
    color: #F00;
    font-weight: bold;
}

#signup-form {
    width: 180px;
    padding-left: 10px;
    float: left;
}

#signup-form #signupname {
    width: 160px;
}

#signup-form #signupemail {
    width: 160px;
}

#protx-images {
    background-color:#FFFFFF;
    float:left;
    margin:30px 0pt 0pt 35px;
    width:100px;
}

.search_box_field {
    width: 150px;
}