﻿/* ----------------------------- css reset --------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html
{
    height: 100%;
    overflow-y:scroll;
}

body
{
    line-height: 1;
    min-width: 1060px;    
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}

/* remember to define focus styles! */
input :focus
{
}


/* remember to highlight inserts somehow! */
ins
{
    text-decoration: none;
}
del
{
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

.Hidden
{
    display: none;
}
/* ----------------------------- end css reset --------------------------------- */

/* ---------------------------- general html elements -------------------------- */
body
{             
    color: #000000;
    font-family: Verdana;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;    
    margin: 0 auto;    
    width: 1200px;  
    height: 100%;    
}

#colorWrapper
{
    background: White;    
    float: left;
    width: 100%;
    min-height: 100%;
    border-left: solid 1px; 
    border-right: solid 1px;        
}

A
{
    text-decoration: none;
    font-weight: bold;
}

.header2
{
    font-weight: bold;
    float: none;
    display: block;
}

h1
{
    margin-bottom: 0px;
}

h2
{
    font-family: Verdana;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 10px;
}
h3
{
    margin-bottom: 5px;
    font-family: Verdana;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
}

h4
{
    margin-bottom: 5px;
    font-family: Verdana;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
}

INPUT[type=text]
{
    float: left;
    display: inline;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-right: 5px;
}

INPUT[type=file]
{
    float: left;
    display: inline;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}


/* ------------------------------ end general html elements --------------------- */

/* ---------------------------- general html elements -------------------------- */

.structural 
{
	position: absolute;
	left: -999em;
}

/* ------------------------------ end general html elements --------------------- */

/* ------------------- list items ---------------------------- */

.itemlist
{
    padding-top: 20px;
    padding-left: 30px;
}

.itemlist li
{
    padding-bottom: 15px;
    list-style-type: disc;
}

.contenttext
{
    margin-bottom: 30px;
}

/* ------------------- end list items ---------------------------- */

/* ------------------- top frame --------------------------------- */
#pageTop
{
    min-width: 950px;
    margin-top: 10px;
}

#pageTop A
{
    z-index: 500px;
}

#pageTop #logo
{
    float: left;
    display: inline;
    margin: 8px;
}
#pageTop img
{
    border-width: 0;
}

#pageTop #topMenu
{
    float: left;
    display: inline;
    position: relative; /*background-color: Aqua;		*/
}

#pageTop #topMenu UL LI
{
    float: left; /*display: inline;*/
    margin-right: 10px;
}
#pageTop #topMenu UL
{
    left: 0px;
    bottom: 0px; /*position: absolute;*/
    padding: 0px;
   /* margin-top: 10px; */
   
}

#topFields
{
    
}




.LoggedInCompanyName
{
    margin-left: 80px;
    
}

/* ------------------- end top frame ----------------------- */

/* --------------------- left frame ------------------------ */

#pageLeft
{
    float: left;
    display: inline;
    width: 250px;
    margin-right: 30px;
    margin-left: 10px;
}

#pageLeft .block
{
    width: 248px;
    margin: 10px 0px 10px 0px;
    float: left;
    display: inline;
}

#pageLeft .block INPUT[type=text]
{
    width: 195px;
}


#pageLeft .block SPAN
{
    float: none;
    display: block;
    margin-bottom: 2px;
}


#pageLeft .block SELECT
{
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
    text-decoration: none;    
}

#pageLeft .block INPUT[type=submit]
{
    float: right;
}
#pageLeft .login
{
    margin-bottom: 15px;
    margin-top: 35px;
}

/* --------------------- end left frame ------------------------ */

#pageContent
{
    float: left;
    display: inline;
    width: 670px;
    min-height: 600px;
    line-height: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}

#footer
{	
	clear: both; /*IE7 bugg fix centering*/
    background-color: #ffffff;
    position: fixed;
    bottom: 0;    
}

INPUT[type=submit].button, A.button, BUTTON.button
{
    float: left;
    display: inline;
    background-image: url("../../Images/buttonBackground.gif");
    background-repeat: repeat-x;
    border: solid 1px black;    
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    font-style: normal;
    font-family: Verdana;
    cursor: pointer;
}






INPUT[type=submit].button, BUTTON.button
{
	height: 21px;
    padding: 1px 4px 3px;
    overflow: visible;
    display: inline-block;
}



A.button
{    
    padding: 2px 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    /* Safari and Google Chrome only - fix margins */
    INPUT[type=submit].button, BUTTON.button
    {
        padding-bottom: 1px;
        padding-top: 1px;
    }
}

.cartPicture
{
    width: 50px;
    height: 50px;
    margin-right: 4px;     
    padding: 0px;     
}

#miniCart th
{
    vertical-align: middle;
}

#miniCart
{
    padding-top: 2px;
    padding-left: 0px;
    padding-right: 3px;
}

#miniCart Span
{
    text-align: left;
}

#miniCart .NoNetPricesColumn
{
    margin-top: 5px;   
    font-weight: bold;
       
}



#pageLeft #miniCart
{
    width: 242px;
}

#pageLeft #miniCart select
{
    margin-top: 5px;
    width: 188px;
}
#pageLeft #miniCart .saveCart
{
    float: right;
    display: inline;
    width: 240;
    vertical-align: bottom;
}

#pageLeft #miniCart .saveCart SPAN
{
    float: left;
    margin: 15px 3px 3px 3px;
    font-weight: bold;
}
#pageLeft #miniCart .saveCart button
{
    float: right;
    margin: 10px 3px 3px 3px;
}

/* ------------------- Product Menu ---------------------------- */
#pageLeft #productMenu
{
	display: none;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-top: 6px;
    text-transform: uppercase;
    width: 244px;
    margin: 3px 0;
}

#pageLeft select
{
    margin-top: 3px;
    margin-bottom: 7px;
}

#pageLeft .lastSelect
{
    width: 237px;
}

/* ------------------- end Product Menu ---------------------------- */
/* ------------------- list items ---------------------------- */

.itemlist ul
{
    padding-bottom: 10px;
}

.itemlist li
{
    padding-bottom: 10px;
}

.itemdetails
{
    margin-top: 30px;
    float: left;
}

/* ------------------- end list items ---------------------------- */

/* -------------- overview page ------------------ */

#itemsoverview
{
    float: left;
    margin-top: 0px;
    padding-left: 30px;
    width: 650px;
    text-align: left;
    line-height: 14px;
    text-decoration: none;
}

.itemdetails
{
    position: relative;
    float: left;
    width: 50%;
    padding-top: 20px;
}

.itemdetails img
{
    padding-right: 10px;
    float: left;
}

.informationOverViewPager
{
    float: left;
    display: inline;
    margin-top: 10px;
    width: 200px;
}

.informationOverViewPager .next
{
    float: left;
    display: inline;
    padding-left: 5px;
    color: Gray;
}


.informationOverViewPager A
{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.informationOverViewPager .prev
{
    float: left;
    display: inline;
    padding-right: 5px;
    color: Gray;
}

.informationOverViewPager SPAN
{
    float: left;
    display: inline;
}
/* -------------- End overview page -------------- */

/* ------------------- news items ---------------------------- */

.newsdetails
{
    float: left;
    width: 100%;
    margin-top: 10px;
    line-height: 14px;
}
.newsDate
{
    padding-top: 10px;
    border-bottom-style: dashed;
    border-bottom-color: #e6e6e4;
    border-bottom-width: 1px;
    font-weight: bold;
    margin-bottom: 10px;
}
.newsDate IMG
{
    margin: 0px 2px 0px 2px;
}
.newsContent
{
    padding-top: 30px;
    float: left;
    display: inline;
    width: 100%;
}

.newsContent img
{
    margin: 0px 0px 30px 30px;
    float: right;
    display: inline;
}


.newsdetails A
{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
/* ------------------- end news items ---------------------------- */



/* ------------------ error message ------------------------------ */

.field-validation-error
{
    color: Red;
}
/* ------------------ end error message -------------------------- */

/* -------------------- checkout cart ---------------------------- */

.CartView 
{
	width: 100%;
	clear: left;
	margin-top: 30px;
}

.CartView h2
{
	float: left;
	margin-top: 0;
}

.CartView form
{
	overflow: hidden;
    clear: both;
}
.CartView .CheckoutHeader th
{
    font-weight: bold;
    background-color: #E6E6E4;
    text-align: left;
    padding-right: 10px;
    padding: 0 3px 0 3px;
}
.CartView .CheckoutCartBlock
{
    float: left;
    display: inline;
    padding: 3px 0px 3px 0px;
    width: 100%;
}

.CartView .item td
{
    border-bottom: solid 1px #E6E6E4;
    vertical-align: middle;
    padding: 3px;
}

.CartView td.image
{
    float: none;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
}

.CartView .ProductNumber
{
    width: 90px;
}
.CartView .ProductNumber A
{
    font-weight: normal;
    color: #000000;
}
.CartView .ProductName
{
    width: 180px;
}

.CartView .ProductName A
{
    font-weight: normal;
    color: #000000;
}

.CartView .InStock
{
    width: 60px;
}

.CartView .Quantity
{
    width: 40px;
}

.CartView .Quantity INPUT
{
    width: 20px;
    vertical-align: text-top;
}

.CartView .Price
{
    min-width: 60px;
}

.CartView .aPrice
{
    min-width: 90px;
}

.CartView .Delete
{
    width: 60px;
}

.CartView .Delete INPUT
{
    background-color: Transparent;
    font-size: 10px;
    border-width: 0px;
    cursor: hand;
    line-height: 16px;
    font-family: Verdana;
}

.CartView .Delete INPUT:HOVER
{
    text-decoration: underline;
}
.CartView .promo
{
    float: left;
    display: inline;
    width: 310px;
    margin-top: 40px;
}

.CartView .promo P
{
    margin-bottom: 20px;
    width: 250px;
}

.CartView .promo INPUT[type=text]
{
    width: 200px;
}

.CartView .totalSum
{
    margin-top: 40px;
    float: right;
    display: inline;
}

.CartView .totalSum A
{
    color: Red;
}

.CartView .totalSum .block
{
    margin-bottom: 20px;
    float: left;
    clear: both;
    width: 300px;
}

.CartView .totalSum .promoItem
{
    float: right;
    display: inline;
    width: 150px;
}

.CartView .totalSum .promoItem .promoName
{
    float: right;
    display: inline;
    width: 70px;
}
.CartView .totalSum .price
{
    float: right;
    display: inline;
    width: 100px;
    text-align: right;
}

.CartView .totalSum .header
{
    float: left;
    display: inline;
    width: 200px;
    font-weight: bold;
}
.CartView .confirm .button
{
    float: right;
    margin-top: 20px;
    margin-left: 5px;
}

#EraseCart
{
    float: left;
}

.CartView .writeMessage
{
    display: table-cell;
    width: 75px;
}
.CartView .message
{
    display: none;
}

.CartView .message td
{
    background-color: #E6E6E4;
    border: solid 1px #BBBAB8;
    position: relative;
    padding: 3px;
}
.CartView .message .button
{
    margin-top: 5px;
    margin-left: 3px;
    float: right;
}
.CartView .message textarea
{
    width: 100%;
    height: 50px;
}

#formOrderDirect INPUT[type="text"]
{
    width: 200px;
} 


/*Checkout reorganized buttons*/
 .CheckoutPage_header
 {
 	/*color: #1C2E6C;*/
 	font-family: Verdana;
    font-size: 13px;    
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 30px;
    text-decoration: none;
    font-weight: bold;
    float: none;
    display: block;
}
 
.CheckoutPage_subheader
{
	margin-bottom: 3px;
	float: none;
    display: block;	 	
}

.CheckoutPage_Update_ToCheckout
{	
	margin-top: -23px;
	margin-bottom: 10px;
	float: right;
    display: block;	 	    
    text-align:right;
}

.CheckoutPage_Update_ToCheckout .button
{
	margin-left: 3px;
}

.CheckoutPage_UpdateCart
{
	display: block;
	float:left;
	margin-right: 3px;
	
}

.CheckoutPage_ToCheckout
{
	display: block;
	float:right;
}

.CheckoutPage_SavedCartSuccess
{	
	float: none;
	margin-top: 5px;
	color:Green;	
	font-weight: bold;
}





/* -------------------- end checkout cart ------------------------- */


/* -------------------- start saved carts ------------------------- */
.listCartsRowHeader
{
    background-color: #E6E6E4;
    height: 20px;
    font-size: 13px;
    padding: 1px 0;
    font-weight: bold;    
}

.listCartsRowColumnDivider
{
    width: 20px;
}

.listCartColumn
{
    padding-right: 60px;
    
}

.listCartRow
{
    border-bottom: 1px solid #E6E6E4;
    line-height: 35px;
    font-size: 12px;
}

#savedCartsUpdateButton
{
    float: right;
    margin-top: 10px;
    margin-right: 50px;
}

#savedCartsCombineButton
{
    float: left;
    margin-left: 50px;
    margin-top: -20px;
}

#savedCartsChangeNameButton
{
	margin-top: 15px;
}

#savedCartsChangeNameButton /*#changeNameButton*/
{   		
	margin-top:35px;
}

#savedCartsEraseButton
{
	float: right;      
    margin-right: 3px;
}

#saveCart
{
	margin: 5px 3px 5px 0px;
	float: left;
	/*
	float: right;	
	vertical-align: bottom;
	float: right;
	display: inline;
	width: 240;
	margin: 15px 3px 3px 3px;
	font-weight: bold;   
	*/  
}

.saveCart_CombineCartSuccess
{	
	float: left;
	margin-top: 5px;
	margin-left: 50px;
	color:Green;	
	font-weight: bold;	
}

.saveCart_EraseCartSuccess
{
	color:Green;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	width:100%;
}

/* -------------------- end saved cart ------------------------- */



/* -------------------- startpage --------------------------------- */
.fourareas
{
    width: 650px;
    float: left;
}
.fourareas .top
{
    float: left;
    width: 96%;
}
.fourareas .topleft
{
    float: left;
    width: 48%;
}
.fourareas .topright
{
    float: left;
    width: 48%;
    padding-left: 10px;
}
.fourareas .bottom
{
    clear: left;
    float: left;
    width: 96%;
    padding-top: 10px;
}
.fourareas .bottomleft
{
    clear: left;
    float: left;
    width: 48%;
    padding-top: 10px;
}
.fourareas .bottomright
{
    float: left;
    width: 48%;
    padding-top: 10px;
    clear: right;
    padding-left: 10px;
}

.productlist
{
    width: 680px;
    padding-top: 20px;
    clear: both;
    float: left;
    padding-bottom: 50px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.productlist .itemBorder
{
    border: solid 1px gray;
    margin: 0px 5px 5px 0px;
    width: 30%;
    float: left;
    padding-right: 10px;
    bottom: 0;
    height: 280px;
}

.productlist .itemBorder .item
{    
    margin-left: 1px;       
}

.productlist .itemBorder .buy
{
    float: right;    
}

.productlist .itemBorder .image
{
    height: 160px;
}

.productlist .item img
{
    padding-top: 5px;
    padding-bottom: 5px;
    max-height: 150px;
    max-width: 150px;
}

.productlist .item .advertisingheader
{
    color: #FF0000;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
}

.productlist .item .info
{
    text-align: left;
    margin-left: 8px;
}

.productlist .item .info .description
{
    font-weight: bold;
}

.productlist .item A
{
    color: Black;
}

.productlist .readMore
{
    margin-left: 8px;
}



/* -------------------- end startpage ----------*/
/* -------------------- Start Product section ----------*/

#productSection
{
    width: 680px;
}

#productSection .block
{
    float: left;
    display: inline;
    width: 740px;
}
#productSection .category
{
    height: 15px;
    padding: 2px;
    font-weight: bold;
    margin-top: 30px;
    font-size: 11px;
}

#productSection table
{
    float: left;
    width: 740px;
}

#productSection th
{
    text-align: left;
    background-color: #E6E6E4;
    font-weight: bold;
    padding: 1px 0px 1px 0px;
}

#productSection .image
{
    width: 50px;
    height: 5px;
    padding-right: 10px;
}
#productSection .productItem td
{
    vertical-align: middle;
    border-bottom: solid 1px #E6E6E4;
    height: 60px;
}


#productSection .productItem A
{
    font-weight: normal;
    color: #000000;
}
#productSection .productItem .image
{
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

#productSection .identifier
{
    width: 100px;
}
#productSection .name
{
    width: 220px;
}
#productSection .inStock
{
    width: 100px;
}
#productSection .price
{
    width: 150px;
    text-align: right;
    padding-right: 15px;
}

#productSection .quantity
{
    width: 35px;
}

#productSection .quantity INPUT
{
    width: 25px;
}

#productSection .buy INPUT
{
    float: right;
    margin-top: 20px;
}

/* ---------------------- product details page ------------------------- */
#productdetails
{
    padding-top: 30px;
    width: 700px;
}
#productdetails h1 
{
	font-family: Verdana;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
    color: #1C2E6C;
}

#productdetails img
{
    float: left;
    max-width: 300px;
}

#productdetails .sectioninformation
{
    padding-bottom: 10px;
}

#productdetails .articleinformation
{
    padding-left: 30px;
	
    float: left;
    width: 300px;
}

#productdetails .articleinformation .header
{
    font-weight: bold;
}

#productdetails .articleinformation table tr td
{
    padding-right: 10px;
}

#productdetails .infoimages .header
{
    clear: left;
    color: #666666;
    font-weight: bold;
}

#productdetails .infoimages
{
    clear: left;
}

#productdetails .item img
{
    border: dotted 1px #666666;
    margin-right: 10px;
    margin-top: 3px;
}


#productdetails .technicalinfo .header
{
    clear: left;
    float: left;
    padding-top: 15px;
    color: #666666;
    font-weight: bold;
}

#productdetails .technicalinfo table
{
    clear: left;
}
#productdetails .technicalinfo table tr td
{
    padding-right: 10px;
}
#productdetails .technicalinfo table tr .techheader
{
    color: #666666;
    font-weight: bold;
}

#productdetails .button
{
    clear: left;
    margin-top: 20px;
    float: left;
}



#productdetails .buy
{
    float: left;
    font-weight: bold;
    width: auto;
}

#productdetails input[type=text]
{
    float: none;
    width: 30px;
    text-align: right;
}

#productdetails .buy .button
{
    float: none;
}

.productdescription
{
    width: 300px;
    
    margin:10px 0 15px 0;
}

#relatedproducts
{
    clear: left;
    padding-top: 10px;
}

#relatedproducts #productSection
{
}

/* ----------------- end product details page ------------------------- */

/* ---------------------- customer order page ------------------------- */

#orderinformation
{
    width: 900px;
}


#CustomerOrderInformation
{
    display: inline;
    float: left;
}

#CustomerOrderInformation .address
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    clear: left;
    border: solid 1px #014FA2;
    background-color: #E5E8EA;
    width: 500px;
    height: 240px;
}

#CustomerOrderInformation .address input
{
    border: 1px solid #014FA2;
    float: left;
    width: 200px;
    margin-top: 5px;
}

#CustomerOrderInformation .address select
{
    border: 1px solid #014FA2;
    float: left;
    width: 200px;
    margin-top: 5px;
}

#CustomerOrderInformation .address label
{
    float: left;
    line-height: 20px;
    width: 110px;
    clear: left;
}

#CustomerOrderInformation .shipping
{
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    clear: left;
    border: solid 1px #014FA2;
    background-color: #E5E8EA;
    width: 500px;
}

#CustomerOrderInformation .shipping input
{
    float: left;
    margin-right: 15px;
}

#CustomerOrderInformation .shipping li
{
    list-style-type: none;
    margin-top: 5px;
}


#CustomerOrderInformation .shipping .info
{
    margin-top: 10px;
    border-style: dotted;
    border-width: 1px;
    border-color: #014FA2;
    padding: 5px 5px 5px 5px;
}

#CustomerOrderInformation .payment .info
{
    float: left;
    margin-top: 10px;
    border-style: dotted;
    border-width: 1px;
    border-color: #014FA2;
    padding: 5px 5px 5px 5px;
    margin: 5px 20px 0px 0px;
}

#CustomerOrderInformation .payment
{
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    clear: left;
    border: solid 1px #014FA2;
    background-color: #E5E8EA;
    width: auto;
    width: 500px;
}

#CustomerOrderInformation .payment .left
{
    float: left;
    width: 50%;
    border-right: solid 1px #014FA2;
}

#CustomerOrderInformation .payment .right
{
    padding-left: 20px;
    float: left;
    width: 40%;
    margin-bottom: 20px;
}

#CustomerOrderInformation .payment input
{
    margin-right: 5px;
}

#CustomerOrderInformation .payment li
{
    list-style-type: none;
    margin-top: 15px;
    float: left;
    clear: left;
    width: 180px;
}

#CustomerOrderInformation .payment li label .description
{
    vertical-align: text-bottom;
}

#CustomerOrderInformation .payment li label img
{
    float: right;
    margin-top: -5px;
}

#CustomerOrderInformation .next
{
    float: left;
    clear: left;
    margin-top: 10px;
    width: 532px;
    margin-bottom: 50px;
}
#CustomerOrderInformation .next .button
{
    float: right;
}
#CustomerOrderInformation .field-validation-error
{
    float: left;
    margin-top: 5px;
}

#CustomerOrderInformation .shipping .field-validation-error
{
    position: absolute;
    margin-top: -25px;
    margin-left: 150px;
}

#CustomerOrderInformation .payment .field-validation-error
{
    margin-top: -25px;
    margin-left: 150px;
}

#CustomerOrderInformation .invoiceaddress h3
{
    color: #D1743B;
}

#CustomerOrderInformation .invoiceaddress
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    position: relative;
    border: solid 1px #D1743B;
    background-color: #FAE3BF;
    width: 300px;
    line-height: 20px;
    height: 240px;
    display: inline;
    top: 0px;
    left: 10px;
}
#CustomerOrderInformation .invoiceaddress label
{
    float: left;
    width: 100px;
    clear: left;
}

#CustomerOrderInformation .requiredfieldasterix
{
    color: Red;
    float: right;
    margin-right: 3px;
    padding-top: 5px;
}

#CustomerOrderInformation .fieldHeader
{
    float: left;
    margin-right: 3px;
    padding-top: 3px;
}
/* ------------------ end customer order page ------------------------- */

/* ---------------------- confirm order page -------------------------- */

#CustomerOrderInformation .confirmaddress
{
    width: 304px;
    line-height: 20px;
    height: 240px;
}

#CustomerOrderInformation .confirmaddress .toptypes
{
    margin-top: 10px;
    border-top: solid 1px #014FA2;
    padding-top: 5px;
}

#CustomerOrderInformation .confirminvoice
{
    width: 304px;
    height: 240px;
}

#CustomerOrderInformation .confirmcart
{
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    clear: left;
    border: solid 1px #274D00;
    background-color: #E0F5E0;
    width: 650px;
}

#CustomerOrderInformation .confirmcart h3
{
    color: #274D00;
}

#CustomerOrderInformation .confirmcart table
{
    width: 100%;
}

#CustomerOrderInformation .confirmcart thead
{
    color: #274D00;
}
#CustomerOrderInformation .confirmcart tfoot
{
    color: #274D00;
    font-weight: bold;
}


#CustomerOrderInformation .confirmcart .itemtext
{
    text-align: left;
}

#CustomerOrderInformation .confirmcart .itemnumber
{
    text-align: right;
}

#CustomerOrderInformation .confirmcart .maxwidth
{
    max-width: 200px;
    padding-left: 10px;
}

#CustomerOrderInformation .confirmarea
{
    float: left;
    margin-top: 10px;
    width: 680px;
}

#CustomerOrderInformation .confirmarea .checkboxarea
{
    float: right;
    margin-top: 10px;
    width: 680px;
}

#CustomerOrderInformation .confirmarea .buttonspanel
{
    margin-top: 10px;
}

.validationmessage
{
    float: left;
    margin-top: 10px;
    width: 680px;
}

.validationmessage span
{
    float: right;
}

#CustomerOrderInformation .confirmbutton
{
    float: right;
}



#CustomerOrderInformation .confirmordercomment
{
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    clear: left;
    border: solid 1px #AA2929;
    background-color: #FAEAEA;
    width: 650px;
}

#CustomerOrderInformation .confirmordercomment h3
{
    color: #AA2929;
}

#CustomerOrderInformation .confirmordercomment textarea
{
    width: 640px;
    border: solid 1px #AA2929;
}



/* ------------------- end confirm order page -------------------------- */

/* ---------------------- order confirmation page --------------------- */
#OrderConfirmation
{
    border: solid 1px black;
    float: left;
}

#OrderConfirmation h2
{
    padding-left: 15px;
    text-transform: uppercase;
}

#OrderConfirmation .address
{
    width: 700px;
}

#OrderConfirmation .address .deliveryaddress
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    clear: left;
    width: 300px;
}

#OrderConfirmation .address .invoiceaddress
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 300px;
}

#OrderConfirmation .details
{
    width: 700px;
}

#OrderConfirmation .details .right
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 300px;
}

#OrderConfirmation .details .left
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 300px;
    clear: left;
}

#OrderConfirmation .details .wide
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 690px;
    clear: left;
}

#OrderConfirmation .orderitems
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 90%;
}

#OrderConfirmation .orderitems table
{
    width: 100%;
}

#OrderConfirmation .orderitems thead
{
    color: #1C2E6C;
}
#OrderConfirmation .orderitems tfoot
{
    color: #1C2E6C;
    font-weight: bold;
}


#OrderConfirmation .orderitems .itemtext
{
    text-align: left;
    padding-left: 10px;
}

#OrderConfirmation .orderitems .itemnumber
{
    text-align: right;
    white-space: nowrap;
    padding-left: 10px;
}

#OrderConfirmation .orderitems .itemnumber_split
{
    text-align: center;
    white-space: nowrap;
    padding-left: 10px;
}



#OrderConfirmation .orderitems .maxwidth
{
    max-width: 200px;
    padding-left: 10px;
}

.backButtonRow
{
    float: left;
    text-align: right;
    width: 690px;
    margin-top: 10px;
}
.backButtonRow .button
{
    float: right;
}
.printpagerow
{
    width: 700px;
    text-align: right;
    margin-bottom: 10px;
}

.printpagerow img
{
    margin-left: 10px;
}


/* ------------------ end order confirmation page --------------------- */

/* ------------------ start informationOverViewShowLinks page ------------------------- */

#informationOverViewShowLinks A
{
    color: #993300;
}
#informationOverViewShowLinks LI
{
    margin-top: 15px;
}


/* ------------------ end informationOverViewShowLinks page ------------------------- */
/* ------------------ start Contact Us page ------------------------- */


#contactUs .block
{
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 10px;
}
#contactUs .block SPAN
{
    float: left;
    clear: both;
    margin-right: 5px;
}
#contactUs .block INPUT
{
    float: left;
    clear: both;
}

#contactUs .block TextArea
{
    float: left;
    clear: both;
    width: 400px;
    height: 200px;
}
/* ------------------ end Contact Us page ------------------------- */
/* ------------------ start Order history page ------------------------- */

#orderList .block
{
    float: left;
    display: inline;
    width: 650px;
    margin-bottom: 5px;
}
#orderList .header
{
    font-weight: bold;
    margin: 10px 0px 5px 0px;
}
#orderList .block SPAN
{
    float: left;
    display: inline;
}
#orderList .orderDate
{
    width: 150px;
}
#orderList .identifier
{
    width: 150px;
}
#orderList .status
{
    width: 150px;
}
#orderList .orderSum
{
    width: 150px;
    text-align: right;
}
/* ------------------ end Order history page ------------------------- */

#fileList
{
    float: left;
    width: 650px;
    margin-top: 10px;
}


#fileList A
{
    color: #666666;
}
#fileList .pushFirstFileHeader
{
    border-bottom: solid 1px #666666;
    padding-bottom: 10px;
}
#fileList .pushFirstFile
{
    float: left;
    padding: 10px 0px 5px 0px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 400px;
}


#fileList .list
{
    float: left;
    width: 400px;
    border-top: solid 1px #666666;
    margin-top: 10px;
    padding-top: 10px;
}


#fileList .left
{
    width: 300px;
    float: left;
    padding-top: 3px;
}

#fileList .right
{
    padding-top: 3px;
    width: 100px;
    float: right;
    text-align: right;
}

a.pdf
{
    background-image: url("/Images/pdf16X16.gif");
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 16px;
    padding: 3px 0px 3px 20px;
}

/* ------------------ search result ---------------------------------- */



#searchResult
{
    float: left;
    clear: left;
}

#searchResult thead tr th
{
    text-align: left;
    background-color: #E6E6E4;
    padding-left: 5px;
    padding-right: 5px;
}

#searchResult tbody tr
{
    border-bottom: solid 1px #E6E6E4;
    height: 60px;
}
#searchResult td
{
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}
#searchResult .image
{
    text-align: center;
}
#searchResult
{
    line-height: 20px;
    width: 100%;
}

#searchResult table
{
}

#searchResult a
{
    font-weight: normal;
    color: Black;
}

#searchResult .identifier
{
    min-width: 100px;
}

#searchResult .name
{
    white-space: nowrap;
    width: 400px;
}


#searchResult .itemnumber
{
    text-align: right;
    width: 120px;
    min-width: 120px;
}
#searchexpression
{
    float: left;
    display: inline;
    margin-bottom: 10px;
}

#noOfHits
{
    float: left;
    display: inline;
    margin-left: 20px;
}

#searchArea INPUT.button
{   
    padding: 2px 4px 2px 4px;
    height: 21px;
    width: 41px;
}

/* -------------- end search result ---------------------------------- */
/* -------------- start resellers ---------------------------------- */

#resellers SELECT
{
    float: left;
    margin-right: 10px;
}
#resellers .block
{
    float: left;
    display: inline;
    width: 600px;
    color: #666666;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}
#resellers .block A
{
    color: #000000;
    font-weight: normal;
    margin: 10px;
}

#resellers .resellerList
{
    float: left;
    display: inline;
    width: 600px;
}
#resellers .resellerItem
{
    float: left;
    display: inline;
    width: 300px;
    height: 100px;
    margin-top: 20px;
}

#resellers .resellerItem SPAN
{
    float: left;
    clear: both;
}

#resellers .resellerItem H4
{
    margin-bottom: 0px;
}

/* -------------- end resellers ---------------------------------- */


/* -------------- start oieContent ---------------------------------- */

#oieContent
{
    float: left;
    width: 650px;
}

#oieContent .contentBlock
{
    float: left;
    display: inline;
    width: 100%;
    margin-top: 10px;
}
#oieContent .leftColumn
{
    float: left;
    width: 50%;
}

#oieContent .rightColumn
{
    float: right;
    width: 50%;
}

#oieContent IMG
{
    margin: 3px;
}

/* -------------- end oieContent ---------------------------------- */


/* -------------- start Forum ---------------------------------- */



#forum .subjectContent img
{
    margin: 0px 0px 30px 30px;
    float: right;
    display: inline;
}
#forum H2
{
    float: left;
    width: 430px;
}
#forum .subjectContent
{
    margin: 15px 0px 25px 0px;
}
#forum .topLinks
{
    float: right;
    text-align: right;
    margin-top: 30px;
}
#forum .topLinks a
{
    float: right;
    margin-left: 10px;
}
#forum .content
{
    width: 430px;
}
#forum .search
{
    float: right;
    display: inline;
    width: 200px;
    margin-left: 10px;
    text-transform: uppercase;
    padding: 7px 10px 15px 10px;
}
#forum .search SPAN
{
    float: left;
    display: inline;
    clear: both;
    padding-bottom: 3px;
}

#forum .search INPUT
{
    float: left;
    display: inline;
}


#forum .row
{
    float: left;
    display: inline;
    padding: 5px 5px 5px 5px;
    border-top: solid 1px #e6e6e4;
    border-bottom: solid 1px #e6e6e4;
}
#forum .evenRow
{
    background-color: #e6e6e4;
}
#forum .block
{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 15px;
}
#forum .row .header
{
    font-weight: bold;
}

#forum .row DIV
{
    float: left;
    min-height: 10px;
}
#forum .row .image
{
    width: 20px;
}
#forum .row .subject
{
    width: 230px;
}
#forum .row .subject A
{
    font-weight: normal;
    color: #000000;
}
#forum .row .subject .header A
{
    font-weight: bold;
}
#forum .row .model
{
    width: 100px;
}

#forum .row .author
{
    width: 150px;
}

#forum .row .date
{
    width: 100px;
}
#forum .row .answers
{
    float: right;
    text-align: center;
    width: 50px;
}

#forum #registerSubject
{
    margin: 15px 0px 15px 0px;
    padding: 5px 10px 5px 10px;
    float: left;
}
#forum #registerSubject DIV
{
    float: left;
    width: 30%;
    padding-right: 10px;
}

#forum #registerSubject SPAN
{
    float: left;
    clear: both;
}
#forum #registerSubject INPUT[type=text]
{
    float: left;
    display: inline;
    clear: both;
    width: 100%;
}

#forum #registerSubject .subject
{
    width: 100%;
}




#forum #registerSubject TEXTAREA
{
    width: 100%;
    height: 130px;
}


#forum #registerSubject INPUT[type=submit].button, #forum #registerSubject A.button
{
    float: right;
    display: inline;
    margin: 5px 0px 5px 3px;
}

#forum .hidden
{
    display: none;
}



#forum .clear
{
    float: left;
    clear: both;
}

#forum .clear SPAN
{
    float: left;
    min-width: 70px;
}

#forum .answer
{
    float: left;
    width: 624px;
}

#forum .answerFooter
{
    margin-top: 10px;
    font-style: italic;
}

#forum .smallimage
{
    max-height: 200px;
    max-width: 100%;
    border-style: none;
}

/* -------------- end Forum ---------------------------------- */
/* -------------- Start Register Customer ---------------------------------- */


#customerRegister .register
{
    clear: both;
    margin: 15px 0px 15px 0px;
    width: 300px;
}


#customerRegister .register .left
{
    width: 150px;
}


#customerRegister .register SPAN
{
    float: left;
    clear: both;
}
#customerRegister .register INPUT[type=text], #customerRegister .register INPUT[type=password]
{
    width: 150px;
    float: left;
    clear: left;
}


#customerRegister .register .button
{
    margin-top: 5px;
    float: right;
    clear: both;
}
/* -------------- End Register Customer ---------------------------------- */

/* -------------- Login page -------------------------------------- */

#loginpage
{
    display: inline;
    float: left;
    width: 750px;
}

#loginpage .login
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    float: left;
    width: 200px;
    border: solid 1px #014FA2;
    background-color: #E5E8EA;
}

#loginpage .login input
{
    border: 1px solid #014FA2;
}

#loginpage .login INPUT[type=text]
{
    float: none;
}

#loginpage .login .button
{
    float: right;
    margin-top: 10px;
    margin-right: 55px;
}

#forgottenpassword
{
    clear: left;
    margin-top: 60px;
}

#loginpage .registernewcustomer h3
{
    color: #D1743B;
}

#loginpage .registernewcustomer .forumcustomerinfo
{
    margin-bottom: 10px;
}

#loginpage .registernewcustomer
{
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    padding-left: 10px;
    float: left;
    width: 355px;
    border: solid 1px #D1743B;
    background-color: #FAE3BF;
}

#loginpage .registernewcustomer input
{
    border: 1px solid #D1743B;
    float: left;
    width: 200px;
    margin-top: 5px;
}

#loginpage .registernewcustomer select
{
    border: 1px solid #D1743B;
    float: left;
    width: 200px;
    margin-top: 5px;
}

#loginpage .registernewcustomer label
{
    float: left;
    line-height: 20px;
    width: 125px;
    clear: left;
}

#loginpage .registernewcustomer .fieldHeader
{
    float: left;
    margin-right: 3px;
    padding-top: 3px;
}

#loginpage .registernewcustomer .button
{
    float: right;
    border: 1px solid #014FA2;
    width: 100px;
    margin-right: 30px;
}



/* -------------- End Login page -------------------------------------- */

/* -------------- New password page ----------------------------------- */

#ResetPasswordForm
{
    margin-top: 20px;
}

#ResetPasswordForm .Validation
{
    float: left;
    clear: left;
}

#ResetPasswordForm label
{
    float: left;
    clear: both;
}

#ResetPasswordForm input
{
    margin-top: 5px;
    float: left;
    clear: left;
    margin-bottom: 20px;
}
/* -------------- End New password page ------------------------------- */

/*---------------- Sorting of products -------------------------------- */

#searchSort
{
    margin-left: 20px;    
    float: left;    
    display: inline;
}

/*---------------- End Sorting of products -------------------------------- */

/*---------------- Add this buttons (facebook, email etc) ------------------ */

#AddThisButton
{
    margin-top: 5px;
}


/* Start ShopStartPage  */

.ShopStartPage_itemBorder
{	
	border: solid 1px gray;
    margin: 0px 5px 5px 0px;
    width: 30%;
    float: left;
    padding-right: 10px;
    bottom: 0;
    /*height: 280px;	*/
    min-height:288px;
	margin-left: 1px;
}

.ShopStartPage_advertisingheader
{
	color: #FF0000;
    font-size: 13px;
    font-weight: bold;    
    height:20px;
    width:214px;
}

.ShopStartPage_name
{
	/*white-space: nowrap;    */
    height:35px;
    text-align: center;
    width:214px;
}

.ShopStartPage_image
{
	height: 165px;	
	float: none;    
    vertical-align: middle;
    text-align: center;    
    padding: 5px;
    padding-right: 10px;
    text-align: center;
    vertical-align: middle;
}

.ShopStartPage_description
{
	font-weight: bold;
	vertical-align: text-bottom;
}

.ShopStartPage_info
{
	text-align: left;    
	font-weight: bold;    
	float: left;    
    padding: 0px 5px 5px 8px;
    /*margin: 0px 20px 0px 0px;  */
    line-height:14px;  
}

.ShopStartPage_readMore
{
	margin-left: 8px;
}

.ShopStartPage_buy
{	
	float: right;
}
/* End ShopStartPage  */





