/* 
    Document   : standardStyles
    Created on : 7/06/2011, 4:13:58 PM
    Author     : Jeremy
    Version    : V 1.0.7 MOD
    Description:
        As per name
*/

/*Web Command*/
    /*All Pages*/
        fieldset.controls{border: 0 none;}
        html body div#popup.images div.footer a:hover img{background-color: transparent;border: none;}

    /*Log in Page*/
        #login_access.section div#login_details.section table.list tbody tr th{width: 220px;text-align: right;}

    /*Users/Members*/
        /*Customer members area*/
            
            
            div.content-pad form#user_edit.section table.list tr th{width: 220px;text-align: right;}
        /*Restricted Cats*/
            #content tr td#main table.data tr th{text-align: left;}
            #content tr td#main table.data tr th.name{width: 30%;}

    /*Reg Page*/
        #order_userdetails.section div.section table.list tbody tr th{text-align: right;width: 220px;}

    /*Contact Page*/
        #contact_form table.list tr th,
        table#content tbody tr td#main form table.list tr th,
        form#contact_form table.list tr th,
        #contact_details table.list tr th,
        .location table.list tbody tr th{text-align: right;width: 140px;}
        

    /*Search Page*/
        #search_main table.search thead tr th{text-align: left;}
        /*top search options*/
        #search_main form#advanced_form table.search tbody tr th{text-align: right;}

        /*Product Options*/
        #search_main form#advanced_form table.search tbody tr.advanced td table.options tbody tr.advanced th{vertical-align: top;}
        #search_main form#advanced_form table.search tbody tr.advanced td table.options tbody tr.advanced td{vertical-align: top;padding-top: 0px;margin-top: 0px;}
        #search_main form#advanced_form table.search tbody tr.advanced td table.options tbody tr.advanced td label{vertical-align: middle;}
        #search_main form#advanced_form table.search tbody tr.advanced td table.options tbody tr.advanced td input{vertical-align: middle;}
        #search_main{display: inline-block; margin-bottom: 20px;}/*For background (search) must be inline The padding adds to the bottem flow*/

        /*Product results*/
            /*header text*/
            #search_main h2{padding-left: 5px;padding-bottom: 5px;}

            /*Search results*/
                #search_main div.search{padding-bottom: 15px;display: inline-block;}/*Space between each search result*/

                /*Products*/
                    /*A Results Image*/
                        #search_main div.search div.image{float: left;padding-left: 10px;width:70px;}
                        #search_main div.search div.image img{max-width: 60px;height: 60px;}
                    /*A results text*/
                        #search_main div.search table.information{float: right;width:450px;margin:0px;}/*With and pos of a returned result*/
                        #search_main div.search table.information tbody tr th{width:100px;text-align: right;vertical-align: top;padding-right: 3px;}
                /*Locations*/
                    #content tbody tr td#main div#search_main div.categories{padding-bottom: 0px;padding-left: 170px;}

    /*Links*/
        /*Link Heading*/
        #content tbody tr td#main div#cat_.section ul li h3 a{text-decoration: none;}
        #content tbody tr td#main div#cat_.section ul li h3 a:hover{text-decoration: underline;}

    /*FAQ*/
        #content tbody tr td#main div.faq div.faq-topic{padding-top: 10px;}


    /*Terms and Conditions*/
        #content tbody tr td#main div.content-pad div#design.section table.list tbody tr th{text-align: right;}

        
    /*Ordering*/
        /*Review Cart*/
        #main_mid div.content-pad form#order_review.section fieldset table.data tfoot tr th{text-align: right;}
        
        /*Your details*/
        .section fieldset table.list tbody tr td p.error{display: inline-block;}/*Error text, not on new line*/
        
    /*Tell A friend/Refferals*/
        #main_mid form table.list tr th{text-align: right; }
        