﻿#rightmain02-shop {
		float: left;
		text-align: left;
		margin: 0 0 0 10px;
		width: 400px;
		background: white;
		min-height: 396px;
	}
	#rightmain02-shop h2 {
		color: black/*#939598*/;
	}
	#rightmain02-shop h2 a:link  { margin: 10px 0 0 0; font-size: 12px; font-weight: bold; color: #94BDEF; text-decoration: none;}
	#rightmain02-shop h2 a:hover { font-size: 12px; font-weight: bold; color: #94BDEF; text-decoration: underline;}
	#rightmain02-shop h2 a:visited { font-size: 12px; font-weight: bold; color: #94BDEF; text-decoration: none;}
			
	#rightmain02-shop img {
		padding: 0;
		/*padding: 10px 0 0 10px;*/
	}					
	#rightmain02-shop a:link  { font-weight: bold; color: #5A94E6; text-decoration: none;}
	#rightmain02-shop a:hover { font-weight: bold; color: #5A94E6; text-decoration: underline;}
	#rightmain02-shop a:visited { font-weight: bold; color: #5A94E6; text-decoration: none;}
	


#template_btnProdSearchButton {
	background: #4c2177 !important;
	color: white !important;
	border: 0 !important;
}

#prodsearch {

	padding: 10px;
	color: white;
	font-weight: bold;
	background: #99007B;
	margin: 0 0 3px 0 !important;
}

#prodsearch h1 {
    color: white !important;
    background: none;
    width: 200px;
    text-align: left;
    border: 0;
}

#aboutleftmain-shop {
		float: left;
		text-align: left;
		width: 170px;	
		margin: 0;
		padding: 0;
		background: white;
	}
	
#prodsearch input, #prodsearch form {
	padding: 0 !important;
	margin: 0 !important;
}
.txtProdSearch	
{
    margin: 0 0 5px 0;
    padding: 2px 0 2px 5px;
	width: 143px;
}



#rightnav {float: right;
		   text-align: left;
		   background: white;
		   margin: 0 0 0 0;
		   width: 170px;}
		
#register {background: #B0B0B0;
			padding: 10px;
			margin: 0 0 3px 0;}

#register h1 {color: #fff !important;
			  margin: 0 0 10px 0;}
			  
#login {background: #B0B0B0;
			padding: 10px;
			margin: 0 0 3px 0;}

#login h1 {color: #fff !important;
		   margin: 0 0 10px 0;}
		   
#login_sub {background:#8C8C8C;
			padding : 5px;
			color:#FFF;
			margin: 0 0 5px 0;
			font-size: 11px;
			font-weight:bold;}
			
			#login_sub .login_input {width: 130px;
									 padding: 3px 0 3px 5px;
									 font-size: 11px;
									 margin: 0 0 5px 0;}


#login_sub .remember_me {font-size: 11px;}

#login .LogLink  {color: #FFF;
				  padding: 0 0 0 5px;
				  font-size: 11px;}
				 
				 
#login .myDetailLink  {	color:#5D5D5D;
				  		padding: 0 0 0 5px;
				  		font-size: 11px;
						font-weight:bold;}
				  
 #quickbasket_container {background-color: #B0B0B0;
 						padding : 10px;
						}

#quickbasket_container h1 {color: #fff !important;
		   				   margin: 0 0 10px 0;}
					
#quickbasket_sub {background-color:#8C8C8C;
				  padding: 5px;
				  color:#FFF;
				  font-size:11px;
				  }
#quickbasket_sub table {border-bottom:solid #FFF 1px;
						margin: 0 0 5px 0;}

#quickbasket_sub table th {font-weight: bold; font-size:11px;}

#quickbasket_sub table td  {color:#5D5D5D;}

.quickbaskettotal {border-bottom: #FFF 1px Solid;
				   margin: 0 0 5px 0;}

#quickbasket_sub table td a {color:#FFF;}

/* ---------------- Top Shop Navigation ---------------------*/

#SubHeaderNav {
display: block;

}

#shop_nav {
			float:right;
		   	text-align:center;
height: 50px;
width: 345px;
}

#shop_nav li {
			margin: 0 2px 0 0;
			background-color:#cabed6;
			text-align:center;}
#shop_nav li a {
			color:#4c2177;
}

#shop_nav a {
			color:#99007b;
			padding: 4px 0px 4px 10px;
			text-align:center;}
			
#shop_nav a:hover, #headerright a.active{
			padding: 4px 0px 4px 10px;
			margin: 0 !important;
			text-align:center;
			background: none !important;
			color:#FFF;
			display: block;}

/* ---------------- Top Shop Navigation END -----------------*/

/* ---------------- Product Category Navigation -------------*/


	#prodcategory h1 {
    color: white !important;
    background: #a590bb;
	width: 150px;
    text-align: left;
    border: 0;
	padding: 10px 10px 0 10px;
	height: 30px;
	margin: 0 !important;
	}

	
	
/*Shop Left Side Navigation*
*************************************/


#prodcategory  {
width: 170px;          /* menu width */
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

#prodcategory h1 {
  background-color: #4c2177;
  display: block;
  color: white;
}

#prodcategory  ul {
  list-style-type: none; /* get rid of the bullets */
  padding:0;             /* no padding */
  margin:0;              /* no margin for IE either */
}

#prodcategory ul li {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #704898;
  display: block;
  border-top: 1px solid white; /* lines */
}

#prodcategory ul li a {
  display: block;         /* lines extend to right, make area clickable */
  color: white;
  background-color: #704898;
  padding: 3px 3px 3px 13px;
  margin:0;
  text-decoration: none;
  font-weight: bold; /* hint for IE, alternatively remove whitespace from HTML */ 
}
#prodcategory  ul ul li {
	display: block;
	background: #917fa4;
  color: #4d99f9;
  font-weight: normal;   
}

#prodcategory  ul ul li a {
  margin-left: 10px;     /* indent level 1 */
   background: #917fa4; 
  color: white;  
  font-weight: normal;     
}

#prodcategory  ul ul ul li a {
  margin-left: 20px;     /* indent level 2 */
}
	
	
/* Site Search Styles
*******************************************/

#site_search {
	float: left !important;
	text-align: left;
	width: 200px;
}

#site_search input {
	padding: 1px 2px 1px 2px;
	vertical-align: middle;
	
}

.prodsearchbutton {
	background: #4c2177 !important;
	color: white;
	border: 0;
}

/* Checkout Styles
*******************************************/

.tbcontainer h1 {color: #73a6ff !important;
		         background: none;
			     text-align: left;
				 border: 0;
				 font-size:16px;
				 }

.tbcontainer h2 {color: #73a6ff !important;
		         background: none;
			     text-align: left;
				 border: 0;
				 font-size:16px;
				 width: 100%;
				 border-top: #73a6ff 1px Solid;
				 padding: 10px 0 0 0;}
				 

.promo_container {float:right;}
.promo_container input {border:#666 1px Solid;
					padding: 2px 0 2px 5px; 
					font-size:11px;
					margin: 0 0 0 2px;}

.tbcontainer .tbcontainer {border-bottom: #73a6ff 1px Solid;
						   margin: 0 0 10px 0;
						  }
					
.tbcontainer h2 {}
.tbcontainer .baskettotal {text-align:right;
						   padding: 0 10px 5px 0;
						   border-bottom :#73a6ff 1px Solid;
						   margin: 0 0 10px 0;}
						   
.tbcontainer .baskettotal2 {font-weight:bold;
							font-size:11px;}
							
.low_stock {clear: both;
	    padding-top:10px;
			}
	
.low_stock p {font-size:11px; border-top:1px Solid #73a6ff; padding-top:10px}

.delivery_label {font-weight:bold;}

.po_number_textbox {border: 1px Solid #666;
					padding: 3px 0 5px 5px;
					font-size:11px;}
					
					.address {margin : 0 0 10px 0;
							  }
					
					.address .po_number_label {margin: 0 0 0 10px;}
					

/*Generic Styles
**************************************************************************/

#categoryImage {
	float: left;
	width: 165px;
	height: 110px;
}

#categoryDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	width: 193px;
	padding: 8px 0 0 0;
}

/*Printer Hardware / Consumables
**************************************************************************/

#printerHardwareCat {
	background: white url(../images/categoryimages/bgcat-printer-hardware.jpg) top left no-repeat;
	width: 379px;
		float: left;
		min-height: 100% !important;
		height:auto !important;
		height:100% !important;
		overflow: visible;
	padding: 0 20px 10px 0;
	margin: 0 0 10px 0;	
	clear: both;	
}

#printerHardwareCat p {
	margin: 0 !important;
	padding: 0 0 10px 0;
}

#printerHardwareCat h1{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 1px;
	padding: 5px 0 5px 20px;
	clear: right;
}

#printerHardwareCat a
{   display:block;
    background: #0062a7;
    padding: 5px;
    color: white !important;
    width : 90px;
	text-align: center;
}


/*ID Accessories
**************************************************************************/

#idAccessoriesCat {
	background: white url(../images/categoryimages/bgcat-id-accessories.jpg) top left no-repeat;
	width: 379px;
		float: left;
		min-height: 100% !important;
		height:auto !important;
		height:100% !important;
		overflow: visible;
	padding: 0 20px 10px 0;
	margin: 0 0 10px 0;	
	clear: both;	
}

#idAccessoriesCat p {
	margin: 0 !important;
	padding: 0 0 10px 0;
}

#idAccessoriesCat h1{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 1px;
	padding: 5px 0 5px 20px;
	clear: right;
}

#idAccessoriesCat a
{   display:block;
    background: #d10024;
    padding: 5px;
    color: white !important;
    width : 90px;
	text-align: center;	
}

/*Healthcare
**************************************************************************/

#healthCareCat {
	background: white url(../images/categoryimages/bgcat-healthcare.jpg) top left no-repeat;
	width: 379px;
		float: left;
		min-height: 100% !important;
		height:auto !important;
		height:100% !important;
		overflow: visible;
	padding: 0 20px 10px 0;
	margin: 0 0 10px 0;	
	clear: both;	
}

#healthCareCat p {
	margin: 0 !important;
	padding: 0 0 10px 0;
}

#healthCareCat h1{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 1px;
	padding: 5px 0 5px 20px;
	clear: right;
}

#healthCareCat a
{   display:block;
    background: #008498;
    padding: 5px;
    color: white !important;
    width : 90px;
	text-align: center;	
}

/*Traditional
**************************************************************************/

#traditionalCat {
	background: white url(../images/categoryimages/bgcat-traditional.jpg) top left no-repeat;
	width: 379px;
		float: left;
		min-height: 100% !important;
		height:auto !important;
		height:100% !important;
		overflow: visible;
	padding: 0 20px 10px 0;
	margin: 0 0 10px 0;	
	clear: both;	
}

#traditionalCat p {
	margin: 0 !important;
	padding: 0 0 10px 0;
}

#traditionalCat h1{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 1px;
	padding: 5px 0 5px 20px;
	clear: right;
}

#traditionalCat a
{   display:block;
    background: #008498;
    padding: 5px;
    color: white !important;
    width : 90px;
}

/*Equipment
**************************************************************************/

#equipmentCat {
	background: white url(../images/categoryimages/bgcat-equipment.jpg) top left no-repeat;
	width: 379px;
		float: left;
		min-height: 100% !important;
		height:auto !important;
		height:100% !important;
		overflow: visible;
	padding: 0 20px 10px 0;
	margin: 0 0 10px 0;
	clear: both;
}

#equipmentCat p {
	margin: 0 !important;
	padding: 0 0 10px 0;
}

#equipmentCat h1{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 1px;
	padding: 5px 0 5px 20px;
	clear: right;
}

#equipmentCat a
{   display:block;
    background: #0062a7;
    padding: 5px;
    color: white !important;
    width : 90px;
}

/*Product Styles*
******************************************************************/

#prodimg 
{
	float: right;
	padding: 10px;
	text-align: center;
	background: #D6E2F0;
	margin: 0 0 10px 10px;
}
	#prodimg a
	{
		color:#0D4685;
	}


#prodinfo h2
{
	font-size: 18px;
	color: #0D4685;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#prodinfo h3 {
	color: black;
	font-size: 14px;
	margin: 15px 0 5px 0;
	padding: 0; 
}

#prodinfo p {
	line-height: 18px;
}

#proddetails 
{
	width: 100%
}

.prod_label 
{
    clear:left;
    display:block;
    font-weight:bold;
    width: 70px;
    float:left;
    height: 25px;
}



/* Product Information Styles
**********************************************/

.prodcell01 {
	vertical-align: top;
	text-align: center;
}

.prodcell02 {
	vertical-align: top;
	text-align: left;
	border-bottom: 30px solid white;
	padding: 0 0 0 10px !important;
}

.product_image {/*width: 131px;*/
				float: left;
				/*height: 150px;*/}


/* Add to Basket Styles
**********************************************/
#addtobasket {padding: 0 0 20px 0; width: 260px;	}

#addtobasket .addbasketbtn 
{
    float:left;
    margin-right: 2px;
	border: none;
	height: 28px;
	font-weight:bold;
	color: #FFF;
	font-size:  11px;
}

#addtobasket .more_info
{
	float: left;
	display:block;
    width: 90px;
    height: 16px;
    color: white !important;
    background-color: #5D5D5D;
    padding: 7px 5px 5px 5px;
    text-align: center !important;
    font-size: 11px;
	text-decoration: none !important;
    
}

#addtobasket .more_info a, .more_info a.hover, .more_info a:visited 
{
    color: white !important;
	text-decoration: none !important;
}

#addtobasket .colour_option {width : 141px;}

#addtobasket .prod_label {padding:4px 0 0 0;}

#addtobasket .productPrice {line-height: 23px;}

#addtobasket .quantity {
	border: #999 1px Solid;
	padding: 2px 0 1px 4px;
	width: 135px;
}

/* Order Details Styles
**********************************************/
.totalsTable
{
	width:100%;
	padding:5px 25px 20px 0;
	margin:0 0 20px 0;
	vertical-align:top;
}
.totLabels
{
	width:85%;
	font-size:10px;
	text-align:right;
	font-weight:bold;
	padding:5px 4px 0 0;
}

.totVals
{	
	width:15%;
	font-weight:bold;
	font-size:10px;
	text-align:right;
	padding:5px 4px 0 0;
}

