/* CSS Document */

	
	/*shopping basket*/
	
	#ShoppingBasket {

	border:1px solid #eeeeee;
	margin:auto;
	width:100%;
	}
	#basketbuttons {
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	}
	#ShoppingBasket .Header{
	font-size:12px;
	font-weight:bold;
	height:15px;
	background-image:url(../images/Table_header_bkg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#eeeeee;
	
	}
	#ShoppingBasket #Bottom{
	padding:5px;
	height:10px;
	background-image:url(../images/Table_header_bkg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-bottom:5px solid #666666;
	}
	#ShoppingBasket .Products{
	padding:5px;
	background-color:#f7f7f7;
	font-size:11px;
	background-image:url(../images/dd.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border-bottom:1px solid #cccccc;
	
	}
	#ShoppingBasket .Discount{
	padding:5px;
	background-color:#FFCCCC;
	font-size:11px;
	background-image:url(../images/dd.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border-bottom:1px solid #cccccc;
	
	}
	#ShoppingBasket .title{
		font-size:0px;
		color:#ffffff;
		}
	#ShoppingBasket .Header td {
	border-bottom:1px solid #cccccc;
	}
	#ShoppingBasket .products td {
	border-bottom:1px solid #cccccc;
	}
	#ShoppingBasket .ProductName {
	padding:5px;
	text-align:left;
	width:40%;
	}
	#ShoppingBasket .Quantity {
	padding:5px;
	text-align:center;
	width:10%;
	}
	#ShoppingBasket .QtyBox{
	font-size:9px;
	width:15px;
	}
	#ShoppingBasket .Price {
	padding:5px;
	text-align:right;
	width:15%;
	}
	#ShoppingBasket .Vat {
	padding:5px;
	text-align:right;
	width:15%;
	}
	#ShoppingBasket .Total {
	padding:5px;
	text-align:right;
	width:25%;
	}
	#ShoppingBasket .Points {
	padding:5px;
	text-align:right;
	width:15%;
	}
	.GrandTotal {
	padding:5px;
	text-align:Left;
	Color:#FF0000;
	font-size:12px;
	font-weight:bold;
	width:15%;
	}
	.GrandTotalPrice {
	padding:5px;
	text-align:right;
	Color:#FF0000;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	width:15%;
	}
	.TotalSaving {
	padding:5px;
	margin-top:10px;
	color:black;
	font-size:14px;
	font-weight:bold;
	}
	.TotalSavingValue {
	padding:5px;
	margin-top:10px;
	color:black;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	}
	.Note {
	text-align:left;
	font-size:10px;
	padding:5px;
	}
	.Voucher {
	background-color:#99CC00;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	border-top:1px solid #eeeeee;
	padding:10px;
	}
	
	#BasketNote {
	width:500px;
	text-align:Justify;
	font-size:11px;
	padding:5px;
	}
/* end of shopping basket*/
	
/* view product*/	
#viewproduct{
	margin:auto;
	width:100%;
	_width:565px;
	/*border:1px solid #cccccc; */
	}
#viewproduct form{
padding:0px;
margin:0px;
}
#AddHeader{
	/*
	border-bottom:1px solid #cccccc;
	*/
	padding-bottom:2px;
	padding-top:2px;
	
}

#AddtoCart{
	margin:3px;
	font-size:100%;
}
#productimage{

	height:250px;
	width:270px;
	overflow:hidden;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-top:5px;
	
}

#ViewProductInfo{
float:left;
width:100%;
margin-top:10px;
}

ul.Tab_view{
	
	margin:0px;
	padding:0px;
	height:25px;
	border-bottom:1px solid #666666;
}

.Tab_view li{
	float:left;
	width:100px;
	_width:100px;
	margin:0px;
	padding:0px;
	text-align:center;
	list-style-type:none;
	margin-right:1px;

}
.Tab_view li a{
	width:100%;
	height:20px;
	padding-top:5px;
	display:block;
	color:#ffffff;
	background-image:url(../images/tab.jpg);
	background-repeat:no-repeat;

	
}
.Tab_view li a:hover{
	background-image:url(../images/tab-over.jpg);
	color:#ffffff;
}

#product_content{
	margin-top:5px;
}
#back2top{
margin:2px;
margin-top:10px;
clear:left;
}
#enlarge{
	margin:5px;
}

/* end of view product*/
	
/* Account table */

#AccountInfo {
	margin-bottom:10px;
	width:100%;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;

	}
	#AccountInfo .Header{
	font-size:12px;
	font-weight:bold;
	height:25px;
	background-color:#eeeeee;
	border-bottom:1px solid #cccccc;
	padding:5px;
	text-align:left;
	
	}
	#AccountInfo .HeaderShipped{
	font-size:12px;
	font-weight:bold;
	height:25px;
	background-color:#eeeeee;
	border-bottom:1px solid #cccccc;
	padding:5px;
	text-align:center;
	}
		#AccountInfo .HeaderStatus{
	font-size:12px;
	font-weight:bold;
	height:25px;
	background-color:#eeeeee;
	border-bottom:1px solid #cccccc;
	padding:5px;
	text-align:center;
	}
	#AccountInfo .NotShipped{
		text-align:center;
		color:#FFCC00;
		font-weight:bold;
		border-bottom:1px solid #cccccc;
	}
	#AccountInfo .NotAuthorised{
		text-align:center;
		color:#ff0000;
		font-weight:bold;
		border-bottom:1px solid #cccccc;
	}
	#AccountInfo .OrderOk{
		text-align:center;
		color:#99CC00;
		font-weight:bold;
		border-bottom:1px solid #cccccc;
	}
	
	#AccountInfo .Order{
	padding:5px;
	font-size:11px;
	border-bottom:1px solid #cccccc;
	}
	
	/* End of account table */

/* Delivery table */
	
	#Delivery{
	
		width:300px;
		border:1px solid #cccccc;
		padding:5px;
		margin-bottom:10px;
		
	}
	#Delivery td{
		padding:2px;
	}
	
	/* End of Delivery table */
	
	/* Password table*/
	
	.PasswordTable {
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:5px solid #cccccc;
	padding:5px;
	}
	.PasswordTable .PHeader{
	font-size:12px;
	font-weight:bold;
	height:25px;
	background-image:url(../images/Table_header_bkg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-bottom:1px solid #cccccc;
	padding:5px;
	}
	.PasswordTable .PText{
	padding:3px;
	}
	.PasswordTable h1{
		color:#ff0000;
	}
	
	/* Related Products Table*/
	
	.RelatedProduct_Table{
	margin:auto;
	width:560px;
	border:1px solid #cccccc;
	margin-bottom:5px;
	}
	.RelatedProduct_Table td{
	border-bottom:1px solid #cccccc;
	padding:5px;
	vertical-align:top;
	}
	.RelatedProduct_Table .RPHeader{
	background-image:url(../images/Table_header_bkg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-weight:bold;
	}
	.RelatedProduct_Table .RPProduct{
	background-position:bottom;
	text-align:left;
	width:65%;
	}
	.RelatedProduct_Table .RPPrice{
	background-position:bottom;
	text-align:right;
	width:25%;
	}
	.RelatedProduct_Table .RPButton{
	background-position:bottom;
	text-align:right;
	width:10%;
	}
	
	/* End of Related Products Table*/
	
	/* results tab*/
.Tab{
	float:left;
	width:100%;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-top:10px;
	margin-bottom:5px;
	font-size:11px;
}
.Tab .textbox{
	padding:0px;
	margin:0px;
}

#orderby{
font-size:11px;
}

#show{
font-size:11px;
}

.Tab .buttons{

	vertical-align:bottom;
} 
.Tab .ResultList{
	background-color:#f7f7f7;
	text-align:left;
}

.Tab .ShowRecords{
	width:400px;
	padding:5px;
	text-align:left;
	font-size:11px;
}
.Tab td{
	border-top:1px solid #cccccc;
	padding:3px;
}
.Tab .records{
	text-align:right;
	padding:5px;
}

.Tab .navigate{
	text-align:center;
	height:20px;
	color:#999999;
}
.Tab img{
	padding:0px;
	margin:0px;
	vertical-align:bottom;
}
.Tab .navigate strong{
	padding:5px;
	font-weight:700;
}

/* end of results tab*/

