/* ------------ basic settings ---------------- */

a
{
	color: #666666;
	/*text-decoration:none;*/

}

td 
{
	font-size: 9pt;
}


.bold
{
	font-weight: bold;
}

body
{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: "Trebuchet MS", Verdana, Arial;
	background: #EEEEEE;
	text-align: center; /* IE hack to overcome non centering of container div. */
	min-height:100%;
	height: 100%;
	color: #666666;
}

h1
{
	font-size: 1.1em;
	font-weight: bold;
	color: Black;
}

h2
{
	font-size: 1em;
	font-weight: bold;
	color: Black;
}

h3
{
	font-size: 1em;
	font-weight: bold;
	color: Black;
}


div
{
	/* IE hack - override the "text-align: center" in body */
	text-align: left;		
}	


/* ----------------------structure-----------------------*/



#container
{
	/* center the div - not IE hacks above */
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0;
	width: 800px;	
	text-align: left;
	border: 1px solid #808080;	
	background: #fff;	
	padding: 0;				
}

#header
{		
	border-bottom: SOLID 1px #808080;
	padding: 0;
	margin: 0;	
	background-image: url(/images/header_background.gif);
	background-repeat: repeat-x;	
	height: 110px;
}
#mainLogo {
	margin-left: 20px;
	float:left;
}
#content
{	
	margin-left: 180px;	
	margin-bottom: 0px;
	padding: 10px;
	padding-bottom: 50px;		
	background-color: #fff;
	
}

#footer
{
	color: #999999;
	height: 65px;
	vertical-align: middle;
	text-align: right;
	background: #fff;	
	margin: 0;	
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #666666;
}

#footerBorder
{
	margin: 0px;
	color: #999999;
	text-align: right;
	padding-right: 5px;
	height: 36px;
	background-color: #993333;
}

#footerBorder img
{
	margin: 2px;
	padding-right: 2px;
}

#nexuslink a {
	text-decoration: none;
	color: #E87D6B;
}

#nexuslink a:visited {
	color: #E87D6B;
}
#nexuslink a:hover {
	text-decoration: underline;
}

#jt_basketHeader{
	background-color: #971716;
	background-image: url(/images/basket_top_bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 100%;
	text-align: center;
}
#jt_basketHeader a 
{
	color: #fff;
	height: 30px;
	width: 100%;
	font-size: 10pt;
	font-weight: bold;	
	text-decoration: none;
}
#jt_basketData
{
	text-align: center;
	background-image: url(/images/basket_body_bg.gif);
	background-repeat: repeat-x;
	height: 75px;
	width: 100%;
	font-weight: normal;
}
#jt_basketContainer
{
	background-color: #550D0E;
	margin-right: 25px;
	width: 185px;
	height: 100px;
	color: #FFFFFF;
	font-size: 8pt;	
	float: right;
	padding-top:5px;
}
.cart_items{
	font-weight: bold;
}

.addtocart
{
	margin: 5px 0 0 0;	
	float: right;
	text-align: right;	
	width: 106px;
	height: 42px;	
}

/******** MENU ************/
#topMenuContainer{
	background-image: url(/images/menu_background.gif);
	padding-top: 6px;
	padding-bottom: 5px;
	width: 800px;
	font-size: 9pt;
	text-align: left;
	color: #000000;
}
#topMenuItems{
	padding-left: 130px;
	color: #000000;
}
#topMenuItems a 
{
	text-decoration:none;
	font-weight:bold;
	color: #000;
}
#topMenuItems a:visited
{
	color: #000;
}
#topMenuItems a:hover 
{
	text-decoration: underline;
}

#leftBar
{
	float: left;
	width: 180px;
	border-right: 1px solid #666666;
	height: auto;
}
#leftMenuContainer 
{
	width: 180px;
	font-size: 0.8em;
	padding-left: 0px;
	border-bottom: 5px solid black;
	margin-right:-1px;
}
#leftMenuContainer ul 
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0 -1 0px 0; 
	padding: 0; 
}
#leftMenuContainer li 
{
	border-bottom: 1px solid #666666;
	padding: 5px;
}
#leftMenuContainer a 
{
	font-size: 9pt;
	text-decoration: none;
	color: #666666;
} 
#leftMenuContainer a:visited 
{
	color: #666666; 
}

#leftMenuTitle{
	font-size: 9pt;
	padding:1em;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	background-color: #666666;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align: left;
}

.middleBar
{
	text-align: left;
	float: left;
	margin: 0;
	width: 400px;
	height: 100%;
}

.middleBar_larger
{
	text-align: left;
	float: left;
	margin: 0;
	width: 600px;
	height: 100%;
}
.middleBar_larger h2 {
	margin-bottom: 3px;
}

.rightBar {
	float:right;
	width: 180px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	text-align: left;
	height: auto;
	margin: 0;
}


/* ------------------------------------------------------------ */

#content h1
{
	font-size: 11pt;
	color: Black;
	font-weight:bold;
}
#content h2
{
	font-size: 10pt;
	color: Black;
	font-weight:bold;
}
#content h3
{
	font-size: 8pt;
	color: Black;
	font-weight:bold;
}

#content .warning
{
	color: green;
}






/* ---------- the "location" or "breadcrumbs" bar ---------------- */

#breadcrumbs
{	
	font-size: 0.8em;
	margin-left: 180px;	
	border-bottom: SOLID 1px #808080;
	padding: 10px;
	background: #fff;
}

#breadcrumbs h1
{
	margin:0;
	padding:0;	
	font-size:13pt;
	font-weight: bold;
	color: black;
}

#breadcrumbs h2
{
	margin:0;
	padding:0;	
	font-size:11pt;
	font-weight: bold;
	color: #666666;
}

#breadcrumbs span
{
	margin:0;
	padding:0;	
	font-weight: bold;
	font-size: 0.8em;

}




/* ----------- category -------------------------------------------*/

#categoryinfo
{
	margin: 0px;	
	width:590px;
}

#categorydetails 
{
	margin: 0px;
}

#iteminfo
{
	width: 100%;	
}

img.catimage
{
	float: right;
	margin-left: auto;
	margin-right: auto;
	border: none;
	text-align:center;
}

img.pdfimage
{
	float: right;
	margin-left: auto;
	margin-right: auto;
	border: none;
	clear:right;
}

img.itemimage
{
	float: right;
	margin: 5px;
	border: none;
	/*
	text-align:center;
	margin: 0 auto;
	*/
}


#categoryinfo h1
{
	font-size: 12pt;		
}
#categorydetails h1
{
	font-size: 10pt;	
	padding: 10px 0 5px 0;
	margin: 0;	
}
#categorydetails td
{
	font-size: 10pt;			
	padding: 1px 10px 1px 5px;
}
/*
#categorydetails table
{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}*/


/* For displaying the products -- needs re-evaluating */
.image_box{
	background-image: url(/images/box_background.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 0px;
	height: 167px;
	width: 145px;
	list-style-type:none;
	text-align:center;
	float:left;
	border: none;
	cursor: default;
}
.image_box_large {
	/*
	background-image: url(/images/box_background_larger.gif);
	background-repeat: no-repeat;
	padding: 4px 3px 4px 3px;
	height: 221px;	
	width: 189px;
	*/
	text-align:center;
	float: right;
	border: none;
	cursor: default;
	font-size: 10pt;
}
.image_box_large_T {
	background-image: url(/images/box_background_larger_T.gif);
	background-repeat: repeat-x;
	padding: 0;
	height: 25px;	
}
.image_box_large_TL {
	background-image: url(/images/box_background_larger_TL.gif);
	background-repeat: no-repeat;
	padding: 0;
	height: 25px;
	width: 15px;	
}
.image_box_large_TR {
	background-image: url(/images/box_background_larger_TR.gif);
	background-repeat: no-repeat;
	padding: 0;
	height: 25px;
	width: 15px;	
}
.image_box_large_B {
	background-image: url(/images/box_background_larger_B.gif);
	background-repeat: repeat-x;
	padding: 0;
	height: 25px;	
}
.image_box_large_BL {
	background-image: url(/images/box_background_larger_BL.gif);
	background-repeat: no-repeat;
	padding: 0;
	height: 25px;
	width: 15px;	
}
.image_box_large_BR {
	background-image: url(/images/box_background_larger_BR.gif);
	background-repeat: no-repeat;
	padding: 0;
	height: 25px;
	width: 15px;	
}
.image_box_large_L {
	background-image: url(/images/box_background_larger_L.gif);
	background-repeat: repeat-y;
	padding: 0;
	width: 15px;	
}
.image_box_large_R {
	background-image: url(/images/box_background_larger_R.gif);
	background-repeat: repeat-y;
	padding: 0;
	width: 15px;	
}

/* ----------- thumbnails ----------------- */

div.thumbnailcontainer
{
	margin: 1px;
	padding: 1px;	
	width: 590px;
	
}

div.thumbnail
{	
	background-image: url(/images/box_background.gif);
	background-repeat: no-repeat;	
	padding: 4px 2px 0 0;
	margin: 0;
	height: 167px;
	width: 145px;
	list-style-type:none;
	text-align:center;
	float:left;
	border: none;
	cursor: default;
}
div.thumbnail img
{
	border: none;	
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}

div.thumbnail a
{
	text-decoration: none;
	text-align: center;	
	width:auto;	
	color: #666666;
	margin: 2px;
	padding: 2px;	
	font-size: 8pt;	
	display:block
}
div.thumbnail a:visited { color: #666666; }
div.thumbnail a:hover { text-decoration: underline; }

div.spacer
{	
	clear: both;
	background: #fff;	
}
div.spacerR
{	
	clear: right;
	background: #fff;	
}


/* ------------------------------------------------*/

img.itemimage {
	float:right;
	padding-right:10px;
}

/* ----------------- basket --------------------- */

#basket
{		
	width: 590px;	
	background: #fff;
}

#basket form
{		
	width: 590px;
}

#basket table
{	
	border: SOLID 1px #CCCCCC;	
	width: 100%;
}

#basket th
{	
	font-size: 10pt;
	background-color: #CCCCCC;
}

#basket td
{	
	font-size: 10pt;
	
}

#basket input
{
	display: block;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

input.quantity
{	
	width: 50px;
	
	
}


/* basket summary - at the moment it is the same as basket */

#basketsummary
{		
	width: 590px;	
	background: #fff;
	clear: right;
}

#basketsummary form
{		
	width: 590px;
}

#basketsummary table
{	
	border: SOLID 1px #CCCCCC;	
	width: 100%;
}

#basketsummary th
{	
	font-size: 10pt;
	background-color: #CCCCCC;
}

#basketsummary td
{	
	font-size: 10pt;
	
}

#basketsummary input
{
	display: block;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

/* ------------- summary no.2 -------------------------*/

#basketsummary2
{		
	width: 600px;
}

#basketsummary2 table
{	
	border: SOLID 1px #CCCCCC;	
	width: 100%;
}

#basketsummary2 th
{	
	font-size: 0.8em;
	background-color: #CCCCCC;
}

#basketsummary2 td
{	
	font-size: 0.8em;
	
}


/* ------------------------------------------------------ */

.DeleteIcon
{
	cursor:hand;
}

#clientlogo
{
	background:transparent url(/images/logo.gif) no-repeat scroll 0 0;
	height:110px;
	width:135px;
	display:block;	
	float: left;
	margin-left: 20px;		
}

#clientlogo img
{
	display: none;
}


/* ------------ login form ------------------------- */


#loginform
{	
	width: 340px;
	display: block;	
}

#loginform label
{
	width: 80px;
}	

#loginform input 
{
	width: 150px;
}

#loginform p 
{
	margin: 2;	
}

#loginform .message
{
	color: Red;
	font-weight: bold;
}

/* ----------- general form ------------------- */

form
{	
	width: 340px;
	display: block;	
	margin: 0;
	padding: 0;
}

form fieldset
{
	border: solid 1px #CCCCCC;
	padding: 4px;
}

form fieldset legend
{	
	background: #CCCCCC;
	font-weight: bold;
	padding: 1px;	
}

form p label
{
	float: left;
	width: 150px;
	padding-top: 2px;	
}	

form p 
{
	margin: 2px;
	clear: left;	
}

form input 
{
	width: 150px;	
}



/* ---------------------- customer edit - billing address ---------------------------- */


#customeredit
{	
	width: 340px;
	display: block;	
}

#customeredit fieldset
{	
	border: solid 1px #CCCCCC;
	padding: 4px;
}	

#customeredit  fieldset legend
{	
	background: #CCCCCC;
	font-weight: bold;
	padding: 1px;
}	

#customeredit p label
{
	float: left;
	width: 150px;
	padding-top: 2px;	
}	

#customeredit input 
{
	width: 150px;	
}

#customeredit p 
{
	margin: 2px;
	clear: left;	
}

#customeredit .message
{
	color: Green;
	font-weight: bold;
}

/* ------------- checkout summary page ---------------------*/

#deliveryaddress
{
	float:left;
	width: 200px;	
	border: SOLID 1px #CCCCCC;	
	padding: 5px;
	margin-left: 10px;
}

#deliveryaddress p.title
{
	font-size: 10pt;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 1px;
}	

#deliveryaddress p
{
	font-size: 10pt;	
	margin: 0;
}

#deliveryaddress input
{
	font-size: 10pt;	
	margin: 0;		
	vertical-align:middle;
	
}


#billingaddress
{
	float: left;
	width: 200px;	
	border: SOLID 1px #CCCCCC;	
	padding: 5px;
	margin-right: 10px;
}

#billingaddress p.title
{
	font-size: 10pt;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 1px;
}	

#billingaddress p
{
	font-size: 10pt;	
	margin: 0;
}

#billingaddress input
{
	font-size: 10pt;	
	margin: 0;		
	vertical-align:middle;
	
}





/* -------------- add to basket form -------------------- */

#addtobasket
{
	width: 250px;
	float: left;
	margin: 15px 2px 2px 0;
	border: solid 1px #CCCCCC;
	padding: 1px;
}

#addtobasket form
{
	width: 250px;
	margin: 0px;
	padding: 0px;	
}

#addtobasket p.title
{
	margin-top: 1px;
	background: #CCCCCC;
	width: 100%;
	text-align: center;
	font-weight: bold;	
}

#addtobasket p
{
	margin-top: 3px;
	margin-bottom: 3px;
}

#addtobasket label
{
	width: 120px;
	margin-left: 5px;
}

#addtobasket input
{
	width: 40px;
	margin-left: 5px;
}

/* ----------- short basket summary - for top banner ----------*/

#shortbasketsummary
{
	border: solid 1px black;
	width: 160px;
	font-size: 11px;	
	padding: 1px;
	vertical-align: middle;
	float: right;	
	margin-top: 20px;
	margin-right:3px;
	background-color: #891414;
	color: #fff;
}

#shortbasketsummary img
{
	float: left;	
	border: none;
}


/* ----------------- tabular product list with quantity input --------------------- */

#itemstable 
{
	width: 590px;
}

#itemstable table
{	
	border-collapse: collapse;
	border: SOLID 1px #CCCCCC;	
	width: 100%;
}

#itemstable tr
{
	border: SOLID 1px #CCCCCC;	
	
}

#itemstable th
{	
	font-size: 10pt;
	background-color: #CCCCCC;
	border: SOLID 1px #CCCCCC;		
	margin: 0;
}

#itemstable td
{	
	font-size: 10pt;
	border: SOLID 1px #CCCCCC;		
	margin: 0;
	
}

#itemstable .quantity
{	
	width: 50px;
	
}



#itemstable #submit input
{
	margin-top: 10px;
	float:right;
}



.news_title
{
	font-weight: bold;
}

/************************/
#addresscontainer 
{
	width: 590px;
	height: 220px;
	clear:right;
	display:block;
}
	
#summaryfooter form 
{
	width: 590px;
	}
	