body{
	background-color: #CCCCCC;
	margin: 0px;
	font-family: arial;
}
#page{
	background-color: #fff;
}
#logoutLink{
	font-weight:bold;
	font-size: 12px;
}
#red{
	color: red;
}
#spacer{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #000;
	width: 50%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
#errorMess{
	color: #ff0000;
	margin-left:10px;
}
#errorMess li{
	color: #ff0000;
	margin-left:10px;
}
/*~~~Index.jsp~~~*/
#content{
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 5px;
	margin-top: 10px;
}
#menuDiv{
	/*width: 250px;*/
}
#menuDiv dl, dd{
	display:inline;
	margin-left:3px;
}
#catMenu{
	float: left;
	width: 15%;
	margin-left: 5px;
	margin-top: 15px;
}
#products{
	float: right;
	width: 79%;
	margin-top: 15px;
	margin-bottom: 5px;	
}
#page{
	margin-left: auto;
	margin-right: auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
	width: 1000px;/*Removieng this gives nice result*/
}
a {
    outline: none;
}
img{
	border: none;
}
/*~~~Copier.jsp~~~*/
#image{
	width: 50%;
	float:left;
}
#prodInfo{
	width: 50%;
	float:right;
}
#prodName{
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}
#main{
	width:100%;
	margin-top: 5px;
}
#order{
	width: 80%;
	margin-left:auto;
	margin-right:auto;
}
#info{
	width: 80%;
	margin-left:auto;
	margin-right:auto;
}
#info div{
	margin-bottom: 5px;
}
#left{
	float: left;
}
#left .title{
	font-weight: bold;
}
#compatible{
	clear: both;
}
#options{
	clear: both;	
}
#consumable{
	clear: both;
}

/*~~~Basket.jsp~~~*/
#ID_C_Country_ID{
	width:200px;
}
#BillInformation input{
	width:195px;
}

#BillInformation .RegName{
	width: 140px;
}
#loginTable{
	padding-left: 20px;
}
#shipTable input{
	width:195px;
}
#ShipInformation .RegName{
	width: 140px;
}
#ShipInformation table{
	padding-left: 5px;
}
#ShipInformation{
	display: none;
}
#ShipMethod{
	display: none;
}
.basketProducts .qty input {
	height: 11px;
	font-size: 10px;
}
.basketProducts .sku {
	font-size: 11px;
}
.basketProducts .product{
	font-size: 11px;
} 
.basketProducts .Price{
	font-size: 11px;
}
.basketProducts .Total{
	font-size: 11px;
} 
.basketProducts{
	width: 100%;
}
/*~~~CatProducts.jsp~~~*/
#infoDiv .prod a{
	text-decoration: none;
}
#infoDiv .prod{
	/*width: 200px;*/
	float: left;
	/*height: 200px;*/
	text-align:center; 
}
#infoDiv .prod{
	width: 75px;
	height: 75px;
}
/*#infoDiv img{
	width: 75px;
	height: 75px;
}*/
#infoDiv .prodInfo{
	float: left;
	margin-left: 10px;
	width: 570px;
	font-size: 14px;
}
#infoDiv .name a{
	text-decoration: none;
	font-weight: normal;
	color: #143571;
}
#infoDiv .name a:hover{
	text-decoration: underline;
}

#infoDiv .price{
	color: #0000AA;
	float:left;
	font-size: 14px;
	margin-left: 35px;
}
#infoDiv .price1{
	text-align: right;
	width: 45px;
	font-size: 14px;
	color: #0000AA;
}
#infoDiv input{
	float: right;
	font-size: 10px;
}
#pageNavigation{
	text-align: center;
}
#pageNavigation a{
	font-size: 13px;
}
#catMenu .showMore{
	text-decoration: underline;
	cursor: pointer;
}
#catMenu .showLess{
	text-decoration: underline;
	cursor: pointer;
}
#catMenu a{
	font-size: 14px;
	/*font-weight: bold;*/
	text-decoration: none;
	color: #0000AA;
}
#menuDiv .catTitle{
	font-weight: bold;
	font-size: 15px;
	text-align: center;	
}
#menuDiv .subCat{
	margin-top: 10px;
}
#infoDiv .desc a{
	font-size: 13px;
}
/*~~~Basket.jsp~~~*/
#updateCartDiv{
	margin-left: 10px;
}

.basketProducts  input{
	width:50px;
}
.title div{
	float: left;
	margin-bottom: 5px;
	text-align: center;
}
#cartList #spacer{
	clear: both;
	width: 100%;
	border-top: 2px solid #000;
	margin: 0px;
}
.basketProducts{
	margin-top: 20px;
}
.basketProducts #spacer{
	border-top: 1px dotted #000;
}
.basketProducts div{
	float: left;
}
#cartList .delAll{
	width: 5%;
}
#cartList .qty{
	width: 7%;
}
#cartList .sku{
	width: 11%;
	text-align: center;
}
#cartList .product{
	width: 58%;
	text-align: center;
}
#cartList .Price{
	width: 10%;
	padding-left: 10px;
	text-align:left;
}
#cartList .Total{
	
}
#content .basketSpacer{
	width: 100%;
	visibility: hidden;
}
#main .basketSpacer{
	width: 100%;
}
#totalInfo{
	float: right;
	text-align: right; 
	width: 100%
}
#totalInfo .estShipText{
	font-weight: bold;
}
#totalInfo .estTotalText{
	font-weight: bold;
}
#totalInfo table{
	float: right;
	padding-right: 10px;
}
#zipUpdate{
	margin-top: 10px;
	float: right;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 10px;
	width: 100%;
}
#zipUpdate #zip{
	width: 100px;
}
#basketBreadCrumbs{
	padding: 10px;
}
#checkout{
	float: right;
	padding-right: 10px;
}
#PaymentMethod{
	display: none;
}
#Confirm{
	display: none;
}
.edit{
	display: none;
}
/*~~~ Footer ~~~*/

#footer .prefooterBody{
	background-color: #ebeef5;
	border-top: 1px solid #7c90b2;
	border-bottom: 1px solid #DCE1EC
	height: 20px;
	margin: 1px 0;
	text-align: center;
}

#footer .prefooterBody a{
	color: #143571;
	font-size: 13px;
	height: 20px;
	line-height:19px;
	text-decoration: none;
	margin: 0 10px;
}

#footer .prefooterBody a:hover{
	text-decoration: underline;
}

#footer{
	padding-top: 10px;
	float: none;
	width: 100%;
	clear:both;  /*Might be an issue in the future*/
}

#footer .contactInfo table{
	width: 100%;
}
#footer .contactInfo td{
	width: 50%;
	text-align: right;
}

#footer .footerBody{
	border-top: 1px solid #7C90B2; 
	border-bottom: 1px solid #7C90B2; 
	padding: 10px;
}

/*~~~ Header ~~~*/
#header{
	width: 100%;
	background-image:url('../img/logoBG.jpg');
	height:101px;
}
#headerContent{
	margin-right: 25px;
}
#headerContent #menu{
	font-size: 13px;
}
#subHeader{
	border-top: 1px solid #7C90B2;
	border-bottom: 1px solid #7C90B2;
	/*background: #EBEEF5;*/
	background: #6699FF;
	text-align:right;	
	/*height: 20px;*/
	/*line-height:19px;*/
}
#subHeader a{
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}
/*~~~ Login ~~~*/
/*input[type=text]{
	width: 300px;
}
input[type=password]{
	width: 300px;
}*/

/*~~~ storepolicy.jsp ~~~*/
#products .policyTitle{
	color: #000099;
	fint-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
	text-indent: 35px;
}
#products .policyText{
	text-indent: 25px;
	color: #000;
	font-size: 10px;
}
#products .policyList{
	font-size: 10px;
}

/*~~~BreadCrumbs~~~*/
#breadCrumbs a{
	font-size:13px;
}

/*~~~Checkout~~~*/
#checkoutBox .checkoutOption{
	margin: 5px; 
	font-weight:bold;
	background-color:#bbbbbb; 
	width:315px;
	text-align:center;
	font-size:20px;
}
#checkoutContentBox .addressClass{
	font-size: 13px;
}
#checkoutBox .edit{
	font-size: 13px;
	cursor: pointer;
}

#rightContent .productTable{
	font-size: 13px;
}
#rightContent .productTableTitle{
	text-align: center;
}
#rightContent .grandTotal{
	font-weight: bold;
}

/*~~~Search~~~*/
#searchDialog{

}

#searchDialog .searchBox{
	width: 120px;
}

/*~~~detail_4~~~*/
#tableDescription table{
	color: #143571;
}


/*~~~Checkout Message BOX~~~*/
#blackContainer{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#borderContainer{
	position:absolute;
	top:200px;
	left:100px;
	width:auto;
	height:auto;
	background:#000;
}
#dataContainer{
	background:#fff;
	width:440px;
	margin:5px;
	position:relative;
}
#statusTitle{
	border-bottom:1px solid #000; 
	height:50px;
}


































