﻿html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
    background: #ddd url(../Images/header_tile.jpg) repeat-x;
    font: 0.82em/1.5em Verdana;
}

div, img, input
{
    margin: 0;
    padding: 0;
}

a img
{
    border: none;
}

.clear 
{
    clear: both;
}

.float_left
{
    float: left;
    margin: 0 4px 0 0;
}

.float_right
{
    float: right;
}

.currency
{
    text-align:right;
}
.company_info 
{
    color: #a6a5a5;
    float: left;
    width: 560px;
    text-align: justify;
}

p
{
    margin: 0 0 10px 0;
    padding: 0;
}

.heading
{
    font-size: 1.1em;
    margin: -5px 0 5px 0;
    padding: 0;
    color: #555;
}

a, a:active, a:link
{
    color: #555;
    text-decoration: underline;
}

a:hover
{
    color: Red;
}

#fullcol
{
    width: 800px;
    margin: 0 auto 0 auto;
}

/* hCard */

.vcard
{
    visibility: hidden;
}

/* End hCard */

/* dialog */

.dialog .hd .c, .dialog .ft .c
{
    font-size: 1px; /* ensure minimum height */
    height: 13px;
}

.dialog .ft .c
{
    height: 14px;
}

.dialog .hd
{
    background: transparent url(../Images/corners/tl.gif) no-repeat 0px 0px;
}

.dialog .hd .c
{
    background: transparent url(../Images/corners/tr.gif) no-repeat right 0px;
}

.dialog .bd
{
    background: transparent url(../Images/corners/ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c
{
    background: transparent url(../Images/corners/mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s
{
    margin: 0px 8px 0px 4px;
    background: #fff url(../Images/corners/ms.jpg) repeat-x 0px 0px;
    padding: 1px 5px;
}

.dialog .ft
{
    background: transparent url(../Images/corners/bl.gif) no-repeat 0px 0px;
}

.dialog .ft .c
{
    background: transparent url(../Images/corners/br.gif) no-repeat right 0px;
}

/* End Dialog */

/* Header */

#header
{
    padding: 0 10px;
    height: 91px;
    background: url(../Images/header_logo.jpg) 0 50% no-repeat;
}

#date
{
    float: right;
    font-size: 0.8em;
    clear:both;
    margin-top: 12px;
}
#search{
    float:right;
    clear:both; 
    font-size: 0.8em; 
    margin-top:20px; 
}

/* End Header */

/* subcontent */
#subcontent
{
    float: left;
    min-width: 220px;
    width: 220px;
}

#FailureText 
{
    margin: 5px 0 0 0 ;
}

.longinput 
{
    border: 1px solid #ddd;
    width: 195px;
}

.shortinput{
    width:30px;
}

#login label 
{
    float: left;
    margin: 0;
    padding: 0;
}

.LoginButton 
{   
    float: left;
    margin: 5px 0 0 32px;
    padding: 0;
}

.hlPassword 
{
    float: left;
    margin: 5px 0 0 0;
}

#login, #submenu, #cart
{
    width: 220px;
    min-width: 220px;
    color: #555;
    position: relative; /* Fixes IE6 Dissapearing Content Bug :x This is exceptionally annoying if removed! */
}

#cart ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

#cart li p 
{
    margin: 0;
    padding: 0;
}

#cart li a 
{
    text-decoration:none;
}

#cart li 
{
    margin: 0;
    padding: 5px;
    border-bottom: 1px dotted #555;
}

#cart .delete 
{
    float: left;
    margin: 0px 5px 1px 0;
}

#cart a img 
{
    border: none;
}

#cart .quantity 
{
    float: right;
    margin-top:-15px;
}

#cart .price
{
    font: 1em Verdana;
    margin: 5px 0 0 0;
    padding: 4px 5px 4px 5px;
    text-align: left;
    background-color: #dff1ff;
    border-top: 2px solid #9AD0FC;
    border-bottom: 2px solid #9AD0FC;
}

#cart .price_total 
{
    float: right;
}

.altrow {
    background-color: #e0e0e0;
}

.headerrow{
    background-color:#555;
    color:#fff;
    padding: 3px;
    font-weight:bold;
    text-align:left;
}

.carttable{
    border:none;
    width:100%;
}

.carttable td 
{
    padding: 3px;
    border-bottom: 1px solid #ccc;
}

.carttable th 
{
    padding: 3px;
}

#menu ul
{
    list-style: none;
    margin: 0 0 3px 0;
    padding: 0;
    border: none;
    background-color: #fff;
}

#menu li 
{
    display: inline;
    background-color: #fff;
    padding: 0 6px 0 6px;
    text-decoration: none;
    color: #555555;
    font-weight: bold;
}

#menu li a 
{
    text-decoration: none;
}

#menu li a:hover 
{
    color: #555;
    border-bottom: 3px solid #e3493d;
}

.submenu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

.submenu ul li
{
    margin: 0;
    padding: 0;
}

.submenu ul li a
{
    display: block;
    border: 1px solid #d0cfcf;
    background-color: #ebeaea;
    padding: 3px 0px 3px 4px;
    text-decoration: none;
    color: #555555;
    width: 192px;
    margin-bottom: -1px;
}

.submenu ul li a:hover
{
    background-color: #ddd;
}

.submenu ul ul li a{
    background-color: #fff;
    border-top: 1px dotted #ccc;
    font-style:italic;
    padding-left:20px;
    width:176px;
}

/* End subcontent */

/* Main Content */

#maincontent
{
    width: 580px;
    float: right;
}
#content
{
    width: 580px;
    color: #555;
}

#content h1 
{
    font-size: 14px;
    margin: 4px 10px 10px 10px;
    padding: 0;
    border-bottom: 1px solid #555;
}
#content h2 
{
    font-size: 1.2em;
    padding: 0 10px;
}
#content p 
{
    padding: 0 10px;
    line-height: 1.7em;
}
.FailureText 
{
    color: Red;
}

.narrow_form 
{
    width: 180px;
}

/* Products */

#content .product 
{
    width: 99%;
    margin: 0;
    padding: 5px 0 10px 0;
    border-bottom: 1px dotted #555;
}

.quick_add 
{
    float: right;
    vertical-align: middle;
}

.quick_add img
{
    margin: 3px 0 0 0;
}

#content .product_img 
{
    float: left;
    margin: -15px 0 0 0;
    padding: 0;
}

#content .product_title 
{
    font-size: 12px;
    margin: 0 0 0 120px;
    padding: 0;
    font-weight: bold;
}

#content .product_title a 
{
    text-decoration: none;
}

#content .product_price 
{
    margin: 0 0 0 120px;
    padding: 0;
    color: #e33b30;
}

#content .product_final_price 
{
    margin: 0 0 0 120px;
    padding: 0;
    font-weight: bold;
    color: #777;
}

#content .product_code
{
    font-size: 9px;
    margin: 0 0 0 120px;
    padding: 0;
}

#content .product_display
{
    width: 99%;
    margin: 0;
    padding: 5px 0;
    min-height: 12em;
}

.btnBuy 
{
    margin: 10px 0 0 0;
}

#content .product_img_display
{
    float: left;
    margin: -15px 20px 0 0;
    padding: 10px;
    height: 140px;

}

#content .product_title_display 
{
    font-size: 12px;
    margin: 0 0 0 210px;
    padding: 0;
    font-weight: bold;
}

#content .product_description_display 
{
    font-size: 12px;
    border-top: 1px dotted #999;
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
    font-size: 1em;
}

#content .product_input_display
{
    font-size: 9px;
    margin: 0 0 0 120px;
    padding: 0;
}

#content .product_title_display a 
{
    text-decoration: none;
}

#content .product_price_display 
{
    margin: 0 0 0 110px;
    padding: 0;
    color: #e33b30;
}

#content .product_price_final_display 
{
    margin: 0 0 20px 110px;
    padding: 0;
    font-weight: bold;
    color: #777;
}

#content .product_code_display
{
    font-size: 9px;
    margin: 0 0 0 110px;
    padding: 0;
}

.recommendation 
{
    width: 150px;
    margin: 5px 10px;
    padding: 0;
    border: 1px solid #d0d0d0;
    float: left;
}

.recommendation dt 
{
    width: 140px;
    padding: 3px 5px;
    color: #333;
    font-weight: bold;
    background-color: #9e9e9e;
}
.pdf li
{
    background: url(../Images/pdf.jpg) no-repeat;
    padding: 2px 0 5px 25px;
    list-style: none;
    margin: 3px 0;
    text-indent: 0;
}
.pdf 
{
    margin: 0;
    padding: 0 0 0 15px;
}
.recommendation dt a 
{
    text-decoration: none;
}

.recommendation dt a:hover
{
    text-decoration: none;
}

#recommendations 
{
    height: 150px;
    margin: 0;
}

.clear 
{
    clear: both;
}

.bold
{
    font-weight:bold;
}

.recommend
{
    width: 100%;
    border-top: 1px solid #999;
    padding: 4px 0 0 0;
    font: 12px verdana;
    color: #555;
    font-weight: bold;
}

/* End Main Column */

/* Footer */

#footer
{
    width: 560px;
    padding: 0 10px 0 0px;
    clear: none;
    min-width: 560px;
    color: #555;
    float: right;
    font-size: 0.8em;
    margin: 0 auto 0 auto;
    vertical-align: top;
}

/* End Footer */

/* Paragraph Messages */

.alert, .info, .help, .error, .success
{
    background: #fff6bf url(../Images/Icons/alert.gif) no-repeat 15px 50%; /* x-pos y-pos */
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    font: 1em Verdana;
    padding: 4px 20px 4px 45px;
    text-align: left;
}
.info
{
    background: #E7F5FE url(../Images/Icons/info.gif) no-repeat 15px 50%; /* x-pos y-pos */
    border-top: 2px solid #9AD0FC;
    border-bottom: 2px solid #9AD0FC;
}
.help
{
    background: #E7F5FE url(../Images/Icons/help.gif) no-repeat 15px 50%; /* x-pos y-pos */
    border-top: 2px solid #9AD0FC;
    border-bottom: 2px solid #9AD0FC;
}
.error
{
    background: #FFCECD url(../Images/Icons/error.gif) no-repeat 15px 50%; /* x-pos y-pos */
    border-top: 2px solid #EF7473;
    border-bottom: 2px solid #EF7473;
}
.success
{
    background: #cfc url(../Images/Icons/tick.gif) no-repeat 15px 50%; /* x-pos y-pos */
    border-top: 2px solid #008000;
    border-bottom: 2px solid #008000;
}

/* End Paragraph Messages */

#paging_wrap 
{
    border-top: 1px solid #999;
    background-color: #E0E0E0;
    margin: 10px 0 0 0;
    padding: 5px;
}

#paging 
{
    float: left;
}

#paging p 
{
    float: left;
    margin: 0;
}

#paging_info 
{
    float: right;
}

#paging a {
    text-decoration: none;
    float: left;
    margin: 0 4px;
}

#paging .pagingTextCurrent {
    color:#e33b30;
    font-weight:bold;
}

#paging ul {
    margin:0;
    padding:0;
    float: left;
}

#paging li {
    display:inline;
}

.shortTextBox {
    width:30px;
}

/* Shopping cart table */

.cartTotals 
{
    margin: 10px 0;
    width: 100%;
    border: none;
    border-collapse: collapse;
    text-align: right;
    padding: 3px;
}

.cartTotals td
{
    border-collapse: collapse;
    border: none;
    padding: 3px;
}

.cartHighlight 
{
    background-color: #CFCFCF;
    width: 70px;
}

.prodContent 
{
}

.prodHeader
{
}

.qtyContent 
{
    text-align: center;
}

.qtyHeader
{
    width: 60px;
    text-align: center;
}

.priceContent 
{
    text-align: right;
}

.priceHeader
{
    width: 70px;
    text-align: right;
}

.totalContent 
{
    text-align: right;
}

.totalHeader
{
    width: 70px;
    text-align: right;
}
.pnladdresses
{
    padding:5px;
}

.ie6fix 
{
    clear: both;
    width: 100%;
    height: 1px;
}
.numericalign{
    text-align:right;
}