@charset "utf-8";
/* CSS Document */

/* Login Styles
*******************************************/

#member-login {
	width: 878px;
	border:#999 Solid 1px;
}

#member-login td {
	vertical-align:top;
}

#member-login h2 {
	background: #F5F5F5 url(../images/layout/top-nav-grey.jpg) repeat-x ;
	padding: 5px;
	border-bottom: 1px dotted #999; 
	color:#666 !important;
}

#member-login h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin:0 0 10px 0;
}

#member-login h4 {
	font-size: 12px;
	padding: 0;
	margin:0;
}

#member-login-existing {
	float: right;
	padding: 0 20px 0 0;
}

#member-login-existing input {
	width: 217px;
	padding : 5px 0 0 5px;
	border: #CCC 1px solid !important;
}

.member-login-button {
	margin: 0 0 5px 0;
	padding: 0 5px 3px 5px !important;
	height: 25px;
	background-color:#304274;
	border: none;
	color:#FFF;
	font-weight:bold;
}

.member-login-forgot-password{
	padding: 0 0 0 5px;
	vertical-align:text-top;
}
#member-login-existing-submit {
	width: 225px;
	padding: 0 20px 0 0;
	float:right;
}

#member-login-new {
	width: 250px;
}

#member-login-new-submit {
	width: 250px;
}

.member-login-register {
	margin: 0 0 5px 0;
	padding: 0 10px 3px 10px !important;
	height: 25px;
	background-color:#304274;
	border: none;
	color:#FFF;
	font-weight:bold;
}

#member-login-forgot-password {
	padding: 0 20px 0 30px;
	width: 350px;
}

#member-login-forgot-password input {
	width: 217px;
}

.member-login-forgot-button {
	width: 100px !important;
	margin: 0 0 5px 5px;
	padding: 5px 5px 3px 5px;
	height: 25px;
	background-color:#304274;
	border: none;
	color:#FFF;
	font-weight:bold;
	vertical-align:bottom;
}

 #red_error {
	color:#F00;
	width : 200px;
}
/* New Customer Registration Styles
*******************************************/

#new-customer-registration-container h4 {
	background: #F5F5F5 url(../images/layout/top-nav-grey.jpg) repeat-x ;
	padding: 5px;
	margin:0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	color:#666 !important;
}

#new-customer-registration-container h5 {
	font-size: 12px;
	padding: 0 !important;
	margin: 10px 0 0 0 !important;
}

.new-customer-registration-table{
	width:100%;
	background: #F5F5F5;
	border-bottom: 1px dotted #999;
	color:#666 !important;
	padding: 20px 0 20px 0;
	
}

.new-customer-registration-label-cell {
	width:250px;
	padding-left: 70px
}

.new-customer-registration-textbox {
	width: 250px;
	padding: 5px 0 0 5px;
	border: #CCC 1px solid !important;
} 

.new-customer-registration-dropdown {
	width:257px;
	padding: 5px;
	margin: 0 0 7px 0;
	border: #CCC 1px solid !important;
}

.new-customer-registration-checkbox label {
	display:block;
	margin:  0 0 0 5px !important;
}

.new-customer-registration-checkbox input{
	border:none;
	float:left;
	background-color: #F5F5F5;
	padding: 0 5px 0 0 !important;
	width: 30px;
	}
	
.new-customer-registration-disclaimer {
	padding : 0 300px 0 65px;
}

.new-customer-registration-submit {
	margin: 0 0 5px 0;
	padding: 0px 0 3px 0 !important;
	height: 25px;
	width: 100px;
	background-color:#304274;
	border: none;
	color:#FFF;
	font-weight:bold;
	float:right;
	margin: 0 315px 0 0;
}
	
/* Category Styles
*******************************************/

#category {
	float:left;
	padding: 10px 20px 0 0;
	text-align:center;
	width: 150px;
	height: 200px;
}

#category h2{
	font-size: 16px;
	font-weight: bold;
	display: block;
	height: 40px;
}
#categoryImage{
}

#categoryDescription {
}

/* Product List Styles
*******************************************/

.product-listing td {
	padding: 10px !important;
	border-bottom: 1px dotted #999; 
	border-right: 1px dotted #999;
}

	.product-listing-image {
		width: 80px;
		}
		
	.product-listing-name {
		font-size:14px !important;
		vertical-align:middle !important;
	}
	
	.product-listing-packsize {
		font-size:14px !important;
		color: #00224D;
		vertical-align:middle !important;
	}
	
	.product-listing-price {
		font-size:14px !important;
		font-weight:bold;
		color: #00224D;
		vertical-align:middle !important;
		border-right:none !important;
	}
		


/* Product Information Styles
********************************************/

#product-info {
	float: left;
	width: 570px;
	/*width:350px;*/
	padding: 10px;
	border-bottom: 1px dotted #002358;	
}

#product-info p {
	color: #002358;
	font-size:13px;
}

#product-info-detail-container {	
	margin-left: 115px;

}

#product-info-image-container {
	float:left;
	width: 100px;
}

.product-info-image {
	width: 95px;
}

.prodcell01 {
	width: 100px;
}
.product-info-additionalimage {
	width : 45px;
	padding: 5px 5px 0 0;
}

#product-info .add-to-basket-price-label {
	width: 60px;
	display: block;
	float : left;
	
}

#product-info .add-to-basket-price {
	
}
	
#product-info .add-to-basket-quantity-label {
	width: 60px;
	display: block;
	float : left;
	padding: 15px 0 0 0;
}

#product-info .add-to-basket-quantity {
	width: 25px;
	margin: 10px 0 0 0;
	padding: 5px 0 0 5px;
	border: #C6C6C6 solid 2px;
}

#product-info .add-to-basket-button {
	background-color: #012967;
	color: #FFF;
	padding: 0 !important;
	margin: 0 1px 0 0 !important;
	width: 100px;
	float: left;
	height: 24px;
}

#product-info .add-to-basket-view-basket {
	background-color: #012967;
	color: #FFF;
	padding: 5px !important;
	margin: 0 !important;	
/*	margin: 0 0 0 5px;
	padding: 3px 10px 3px 10px;*/
	font-size: 11px;
	font-weight: normal;
	width: 100px;	
	text-align: center;
	float: left;	
}


#product-info .product-info-backlink {
	clear: both;
	margin: 20px 0 0 115px;
}



/* Related Items Styles
********************************************/

#related-items {
	background-color:#DDE3EF;
	padding: 10px;
	width: 200px;
	float:left;
	font-size:13px
}
	
#related-items h2 {
	padding-bottom: 10px;
	font-size:16px;
	font-weight:bold;
}

#related-items ul {
	
}

#related-items li {
	list-style:none;
	padding: 0 0 5px 0;
}

#related-items li a {
	font-weight:normal;
	}

#related-items li p {
	font-weight:bold;
	font-size:12px
}

/* Checkout Styles
*******************************************/

.tbcontainer h1 {
	 background: none;
	 text-align: left;
	 border: 0;
	 font-size:16px;
}

.tbcontainer h2 {
	 background: none;
	 text-align: left;
	 border: 0;
	 font-size:16px;
	 width: 100%;
	 border-top: #CCC 1px Solid;
	 padding: 10px 0 0 0;
}

.promo_container {
	float:right;
	margin: 0 90px 0 0; 
}
				  
.promo_container input {
	border:#666 1px Solid;
	padding: 5px 0 0 5px; 
	font-size:11px;
	margin: 0 0 0 2px;
}

.tbcontainer .tbcontainer {
	border-bottom: 1px dotted #CCC;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
}
						   
.tbcontainer td {
	height: 20px;
}

.tbcontainer .baskettotal {
	text-align:right;
	padding: 0 90px 5px 0;
  	border-bottom: 1px dotted #CCC;
	margin: 0 0 10px 0;
}
			   
.tbcontainer .baskettotal2 {
	font-weight:bold;
	font-size:11px;
}
							
.delivery_label {
	font-weight:bold;
}

.po_number_textbox {
	border: 1px Solid #666;
	padding: 5px 0 0 5px;
	font-size:11px;
	margin: 0 0 0 5px;
}
		
.address {
	margin : 0 0 10px 0;
}

.address .po_number_label {
	margin: 0 0 0 10px;
}
	
.checkout-payment-types label {
	padding : 5px 0 0 5px !important;
	vertical-align:top;
}

.checkout-promo-code-button {
	margin: 0 0 0 5px !important;
	padding: 0 !important;
	height: 28px;
	width: 100px;
	background-color:#304274;
	border: none !important;
	color:#FFF;
	font-weight:bold;

}

.checkout-comments {
	width: 340px;
}

.checkout-disclaimer  label, a, input{
	padding : 5px 0 0 5px !important;
	vertical-align:top;	
	border:none;
}

.checkout-submit {
	margin: 0 90px 0 0 !important;
	padding: 0 !important;
	height: 28px;
	width: 100px;
	background-color:#304274;
	border: 1px white Solid !important;
	color:#FFF;
	font-weight:bold;
	float:right;
}

#checkout-message {
	width :400px;
}

#checkout-empty-container {
	width: 100%;
	text-align:center;
}

#checkout-empty-container h1 {
	font-size:18px;
}

#checkout-empty-container h2 {
	font-size:14px;
	color:#999;
	font-weight:normal;
}

#checkout-empty-container a {
	font-size:14px;
	color:#999;
	font-weight:bold;
}

#checkout-empty-container a {
	font-size:14px;
	color:#999;
	font-weight:bold;
}

.checkout-table-cell01 {
	width: 370px;
	vertical-align:top;
	
}

/* The hint to Hide and Show */
.hint {
    display:block;
	margin: 0 0 0 9px;
    width: 200px;
    border: 1px solid #c93;
	padding: 10px 12px;
    background: #ffc ;
}

/* The pointer image is hadded by using another span */
.hint-pointer {
    display:block;
    float:left;
	margin: 5px 0 0 0 !important;
	padding:0;
    width: 10px;
    height: 19px;
}
/* Quick Basket Styles
********************************************/

.quick-basket-remove input {
	height: 10px;
	width: 10px;
}

/* Most ordered parts Styles
********************************************/

.modules {
	background-color:#DDE3EF;
	padding: 10px;
	font-size:13px;
	min-height: 280px;
}

.modules_hd {
	color:#071F4D;
	padding-bottom: 10px;
	font-size:18px;
	font-weight: bold;	
}

.grey_boxT2 {
	background: #d1d9e7;
	padding: 0 10px 10px 10px;
	border-bottom: 1px dotted white;
	float: left;
	width: 239px;
}
	.grey_boxT2 img{
		padding: 0 !important;
		margin: 0 !important;
	}
	.grey_boxT2 a{	
		padding: 0 !important;
		margin: 0 !important;
		font-size: 14px;
	}
	.grey_boxT2 p{	
		padding: 0 !important;
		margin: 0 !important;	
	}
	.link_p	{
		padding: 0 !important;
		width: 140px;
	}

#addtobasket {
}

.add-to-basket-price-label {
		font-size: 16px;
		font-weight: bold;
		color: #41588c;		
}

.add-to-basket-price {
		font-size: 16px;
		font-weight: bold;
		color: #41588c;
		padding: 0 0 0 10px;
}

#member-account-container .LogLink {
		display: block;
		width: 880px;
		background: #ededed;
		height: 22px;
	}
	
	
#thumbnail {
	float: left;
	padding: 0 !important;
	margin: 0 !important;
}

#linked-title {
	width: 180px;
	float: right;
	padding: 0 !important;	
	margin: 0 !important;	
}
