﻿/* RESET CSS */

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, 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-weight: inherit;     font-style: inherit;     font-size: 100%;     font-family: inherit;     vertical-align: baseline; /*background-image: transparent;*/ /* edit! has been removed again */ } /* remember to define focus styles! */ :focus  {     outline: 0; } body  {     line-height: 1;     color: black;     background: white;     position:relative;      } ol, ul  {     list-style: none; } /* tables still need 'cellspacing="0"' in the markup */ table  {     border-collapse: collapse;     border-spacing: 0; } caption, th, td  {     text-align: left;     font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after  {     content: ""; } blockquote, q  {     quotes: "" ""; }  

/* END RESET CSS */




.show
{
	display:block;
}

.hide
{
	display:none;
}

.invalidTxt
{
	border-color:Red;
}
.invalidLbl
{
	color:Red;
}


input
{
	background-color:#fff !important;
}

h1
{
	font-weight:bold;
	font-size:20px;
	margin-bottom:25px;

}

h2
{
	font-weight:bold;
	font-size:16px;
	margin-bottom:25px;
}

h3
{
	font-weight:bold;
	margin-bottom:5px;
}

p
{
	margin-bottom:15px;
	
}

a
{
	color:Purple;
}

table
{
	border-collapse:collapse;
	border-style:none;
}
td
{
	padding:0px;
	
}

body 
{               
	background-color:#eaeaea;
	font-family:Verdana;
	font-size:11px;
	color:#707070;
}
div
{
	text-align:left;
}

input
{
	border:solid 1px gainsboro;
}
textarea
{
	border:solid 1px gainsboro;
}

.red
{
	color:Red;
}

#divMaster
{
	width:940px; 
	background-color:white;	
}

#divMasterCenter
{
	width:940px; 
	float:left;
}


#header
{
	width:923px; 
	height:63px; 
	background-color:#595959; 
	padding-bottom:7px;
	padding-left:17px;
}

.logo
{
	width:323px;
	height:26px;
	float:left; 
	
	margin-top:22px; 
	border:none;
	background-image:url('../../Images/Logo/LogoProLab.png'); 
	background-repeat:no-repeat;
}




#menuLine
{
	width:940px; 
	height:22px; 
	background-image:url('../../Images/Bckg/bg_green.gif'); 
	color:White; 
	float:left; 
	position:relative;
}


#searchDiv
{
	position:absolute; 
	left:750px; 
}


#mainContainer
{
	width:940px; 
	background-color:#fafafa; 
	float:left;
}

#leftContentContainer
{
	width:169px; 
	height:500px; 
	float:left; 
	background-color:#fafafa; 
	padding-left:20px; 
	position:relative;
}


#smallCartContent
{
	visibility:visible; 
	position:absolute; 
	overflow:hidden; 
	text-align:center; 
	background-color:white;
}

#smallBasketHeader
{
	height:10px; 
	font-size:5px; 
	background-color:#fafafa;
}

#basketArrow
{
	height:10px; 
	width:12px; 
	position:absolute; 
	top:13px; 
	left:150px;
}

#basketCaption
{
	background-image:url('../../Images/Bckg/bg_green.gif'); 
	color:white; 
	width:100%; 
	height:16px; 
	line-height:16px; 
	vertical-align:middle; 
	text-align:left; 
	padding-left:5px;
}


#smallCartContainer
{
	position:absolute; 
	top: 435px; 
	background-color:white; 
	left:10px; 
	width:164px; 
	padding-left:5px;
}

#forceHeight
{
	width:0px; 
	height:500px; 
	border-right:solid 1px lightgrey; 
	float:left; 
}

#mainContent
{
	width:749px; 
	margin-left:-1px; 
	float:left; 
	border-left:solid 1px lightgrey; 
	position:relative; 
	background-color:White; 	
}

#promoMainContent
{
	
	width:668px; 
	margin-left:-1px; 
	float:left; 
	border-left:solid 1px lightgrey; 
	position:relative; 
	background-color:White; 	
}

#promoEntryContent
{
	width:256px;
	float:left;
	padding-top:15px;
	margin-right:15px;
	text-align:center;
}

#promoEntryTableContainer
{
	float:left; 
	padding:5px;
	margin:5px 0;
	background-image:url('../../Images/Bckg/bckgrgrad325px.png'); 
	text-align:center;
}

#promoEntryTable
{
	width:100%;
	text-align:left;
}
#promoEntryTable
{
	
}


#bottomMenuGap
{
	width:940px; 
	height:auto; 
	float:left; 
	background-color:white;
}

#bottomMenuLeftSpacer
{
	width:189px; 
	height:10px; 
	float:left; 
	border-right:solid 1px lightgrey; 
	background-color:#fafafa; 
}

#bottomMenuContainer
{
	width:940px; 
	height:22px; 
	background-image:url('../../Images/Bckg/bg_green.gif'); 
	color:White; 
	float:left; 
}

#bottomMargin
{
	width:940px; 
	height:15px; 
	background-color:#fafafa; 
	font-size:9px; 
	text-align:center; 
	padding-top:6px; 
	float:left;
}




.bredcrumb
{
	font-weight:normal;
	text-decoration:none;
	color:inherit;
}

.bredcrumbCurrent
{
	font-weight: bold;
	text-decoration:none;
	color:inherit;
}


a.bredcrumb:hover
{
	text-decoration:underline;
	
}
a.bredcrumb:hover
{
	color:inherit;
}
a:active 
{
	color:inherit;
}




#divLoading
{
	visibility:hidden; 
	position:absolute; 
	left:300px; 
	top:100px; 
	height:16px;
}

#divLoading #imgLoading
{
	position:absolute; 
	top:0px; 
	margin-right:10px;
}
#divLoading span
{
	margin-left:15px; 
	line-height:16px; 
	font-size:16px;
	padding-left:5px;
}


#divCategoryInfo
{
	width:100%; 
	float:left; 
	position:relative; 
	min-height:25px;
}

#currentMenuPositionInfo
{
	
	font-weight:bold;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

#actualContent
{
	width:100%; 
	background-color:white; 
	float:left; 
	position:relative;
}

.productContent
{
	position: relative; 
	width: 700px; 
	float: left; 
	text-align: left;
	margin-bottom:5px;
}

.productContentTop
{
	width: 700px; 
	height:11px;
	background-image: url('../../Images/Bckg/Catalogue/bg_column_top_middle.jpg'); 
	float: left;
}

.productImage
{
	width: 100px; 
	float: left;
	margin-top:5px;
}

.productTitle
{
	width: 700px; 
	height: 25px; 
	margin-left: 15px; 
	font-weight: bold;
}

.productImageContainer
{
	width: 100px; 
	height: 90px; 
	padding-left: 15px; 
	padding-right: 15px; 
	float: left;
}

.descriptionDiv
{
	border-left: 1px solid gainsboro; 
	border-right: 1px solid gainsboro; 
    width: 422px; 
    height: 100%; 
    padding-left: 15px; 
    padding-right: 15px; 
    margin-bottom: 5px;
    float: left;
}

.detailsLink
{
	text-decoration:underline; cursor:pointer; 
	color:#707070;
}

.priceDiv
{
	width: 100px; 
	height: 100%; 
	margin-left: 15px; 
	padding-top: 6px; 
	float: left;
	margin-top:-19px;
}
.price
{
	width: 100px; 
	font-weight:bold;
	color:#c22f23;
	margin-bottom:10px;
}

.qtyInStock
{
	width: 100px; 
	margin-bottom:10px;
}

.qtyBox
{
	width:26px; 
	line-height: 16px;  
	height:16px;  
	text-align:center; 
	margin-left:25px;
}

.btnAddToCart
{
	margin-top:1px; 
	height:20px; 
	width:78px; 
	vertical-align:bottom; 
	float:left;
}

.productContentBottom
{
	width: 700px; 
	height: 16px; 
	margin-bottom: 10px;
	background-image: url('../../Images/Bckg/Catalogue/bg_column_bottom_middle.jpg'); 
	background-repeat:repeat-x;
	float:left;

}






.menuMain
{
	width:155px;
	height:16px;
	background-image:url(../../Images/Bckg/Catalogue/bg_column_bottom_middle.jpg); 
	background-repeat:repeat-x; 
}

.menuSub
{
	width:145px;
	height:16px;
	padding-left:10px;
	background-image:url(../../Images/Bckg/Catalogue/bg_column_bottom_middle.jpg); 
	background-repeat:repeat-x; 
}
.menuElement
{
	color:dimgray; 
	text-align:left;
	text-decoration:none;
}
.menuElementHorizontal
{
	color:white; 
	text-align:left;
	background-image:url('../../Images/Bckg/bg_green.gif'); 
	float:left; 
	height:22px; 
	line-height:22px; 
	vertical-align:middle; 
	padding-left:5px; 
	padding-right:5px;
}

.menuElementHorizontal_Over
{
	color:white; 
	float:left;
	text-align:left;
	float:left; 
	height:22px; 
	line-height:22px; 
	vertical-align:middle; 
	padding-left:5px; 
	padding-right:5px;

}

.menuHgap
{
	width:2px;
	height:22px;
	line-height:22px;
	float:left; 
	background-image:url('../../Images/Bckg/gap.gif'); 

}

.menuElement_Selected
{
	color:#c22f23; 
	text-decoration:none;
	
}
.menuElement_Sub
{
	color:dimgray; 
	text-align:left;
	padding-left:10px; 
	line-height:16px; 
	font-weight:normal;
	display:block;
	text-decoration:none;
}
.menuElement_SubSelected
{
	color:#c22f23; 
	text-align:left;
	padding-left:10px; 
	line-height:16px;
	font-weight:bold; 
	display:block;
	text-decoration:none;
}
.menuElement_Over
{
	color:#CE2323; 
	
}

.ContentDiv
{
	padding:15px 15px 0;
	
}
		
.heading
{
	font-size:20px;
	font-weight:bold;
}	
.bold
{
	font-weight:bold;
	margin-top:20px;
	margin-bottom:5px;
}	

.splashDiv
{
	width:250px; 
	height:150px; 
	float:left; 
	border:solid 1px gainsboro; 
	margin:15px; 
	padding:5px;
}

.splashImg
{
	width:200px; 
	height:120px; 
	margin:10px; 
	margin-top:10px; 
	float:none;
}


.orderItemLine
{
	padding-top:25px;
}

.orderItemCaptions
{
	width:70px;
	float:left;
}

.orderItemValues
{
	color:#902E3B;
	width:120px;
	float:left;
}


.checkoutTextBox
{
	width:172px;
	border:solid 1px #bfbfbf;
}
.checkoutTotals
{
	color:#902E3B;
	font-weight:bold;
}


.tl
{
	height:6px;
	line-height:6px;
	width:6px;
	font-size:6px;
}
.tm
{
	height:6px;
	line-height:6px;
	font-size:6px;
	background-image:url('../../Images3/tm.gif');
}
.tr
{
	height:6px;
	line-height:6px;
	width:6px;
	font-size:6px;
}
.ml
{
	width:6px;
	font-size:6px;
	background-image:url('../../Images3/ml.gif');
}
.mr
{
	width:6px;
	font-size:6px;
	background-image:url('../../Images3/mr.gif');
}
.bl
{
	height:6px;
	line-height:6px;
	width:6px;
	font-size:6px;
}
.bm
{
	height:6px;
	line-height:6px;
	font-size:6px;
	background-image:url('../../Images3/bm.gif');
}
.br
{
	height:6px;
	line-height:6px;
	width:6px;
	font-size:6px;
}

.rndDivCatalogue_h
{
	float:left; 
	width:6px; 
	height:6px; 
	line-height:6px; 
	font-size:6px;
	  
}
.rndDivCatalogue_v
{
	float:left; 
	width:6px; 
	height:188px; 
	line-height:188px; 
	font-size:6px; 
}


table #smallCart 
{
	margin-top:4px;
}
table #smallCart td
{
	padding-top:4px;
	padding-bottom:3px;
	
}
table #smallCart #btnGoToCheckout
{
	margin-top:3px;
}

table #smallCart #txtItemsInBasket, table #smallCart #txtTotalInBasket
{
	text-align:right; 
	color:#CE2323; 
	font-weight:bold;
}



#productName
{
	width:100%;
	font-size:18px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:solid 1px gainsboro;
	float:left;
}


#productPictureContainer
{
	border-right:1px solid gainsboro;
	float:left;
	height:auto;
	width:361px;
	
}

.productImageInDetail
{
	width:300px;
	float:left;
}
.productImageInDetailSmall
{
	width:36px;
	float:left;
	margin-bottom:5px;
	border:solid 1px gainsboro;

}

.productImages
{
	width:40px;
	height:auto;
	float:left;
	height:100%;
	padding:3px;
	margin-left:10px;
}

#productFeaturesContainer
{
	float:right;
	width:343px;
	padding-left:14px;	
	height:auto;
	padding-top:10px;
	
	
}


#productFeaturesContainer li, .productFeaturesContainer li
{
	list-style-type:disc;
	margin-left:15px;
}

#productDescriptionContainer
{
	float:left;
	width:350px;
	height:auto;
	padding-top:35px;
	padding-right:10px;
}

table #addToCartInProductDetail
{
	float:right;
}

table #addToCartInProductDetail td
{
	vertical-align:middle;
	
}


#relatedProductsContainer
{
	border-left:1px solid lightgrey;
	float:right;
	padding-left:14px;
	width:343px;
	padding-top:10px;
}

.relatedProduct
{
	width:166px; 
	height:100px; 
	float:left;
	margin-right:5px;
	text-align:center;
}


.relatedProducHeading
{
	background-image:url(../../Images/Bckg/bg_green.gif);
	background-position:-10px;
	color:White;
	width:163px;
    height:12px;
    padding:2px;
    margin-right:2px;

}

    .relatedProducHeading a:link
    {
        color:White;
        text-decoration:none;
    }

    .relatedProducHeading a:visited 
    {
        color:White;
        text-decoration:none;
    }

    .relatedProducHeading a:active 
    {
        color:White;
        text-decoration:none;
    }

    .relatedProducHeading a:hover
    {
        color:White;
        text-decoration:underline;
    }



.productImageRelatedProduct
{
	width:100px;
	margin:5px;

}





/* hide cc details until eWay enabled  */


#lblCardType, #trCardHolder, #trCC, #trExpiry, #trSecNb
{
	display:none;
	
}
#lblCardType td, #trCardHolder td, #trCC td, #trExpiry td, #trSecNb
{
	visibility:hidden; height:0px;
}

/* END hide cc details until eWay enabled  */



table#quote input, table#quote select
{
	width:150px;
}

table#quote td.cancelWidth input
{
	width:auto;
}
