/* CSS Document */

/*START OF ALL*/
/*REMOVE PADDING & MARGINS ON ALL ELEMENTS AS DIFFERENT BROWSERS SET DIFFERENT DEFAULTS */
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background-color: #e1e1e1;
	margin: 20px 0 35px 0;
	font-family: verdana, arial;
	font-size: 11px;
}

/*REMOVE BULLETS FROM ALL UL*/
ul {
	list-style: none;
}

/*CHANGE DARK TEXT COLOURS*/
.fontcolour1 {
	color: #4a1279;
}

/*CHANGE DARK BACKGROUND COLOURS*/
.bgcolor1 {
	background-color: #4a1279;
}

/*CHANGE LIGHT BACKGROUND COLOURS*/
.bgcolor2 {
	background-color: #9473af;
}

.highlightimg img {
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);*/
	opacity: 1;
}
.highlightimg:hover img {
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);*/
	opacity: 0.75;
}

.field:focus, textarea:focus {
	/*outline: 2px solid #FFFF99;*/
	background-color: #FFFF99;
}

.field, input[type="text"] {
	border: 1px solid #cbdbdb;
	padding: 1px;
}

textarea {
	border: 1px solid #cbdbdb;
	padding: 3px;
}

.field:hover, textarea:hover {
	border: 1px solid #4f5b40;
	outline: 2px solid #FFFF99;
}

.field:focus, textarea:focus {
	border: 1px solid #000;
}

#holderwhitebg {
	width: 976px;
	margin: 0px auto;
	background-color: #fff;
	border: 1px solid #7f8c9c;
}

#holderwhitebg a  {
	text-decoration: none;
}

.container {
	width: 976px;
}

.superscript {
	position: relative;
	top: -0.4em;
	font-size: 70%;
}

.shadow {
	-moz-box-shadow: 20px 20px 20px #c4c4c4;
	-webkit-box-shadow: 20px 20px 20px #c4c4c4;

}
/*END OF ALL*/

/*START OF LEFTNAV*/
.menu, .menu ul {
	font-size: 1.0em;
}

.menu {
	float: left; /*REQUIRED FOR MOZ TO LEAVE WHITE SPACE*/
	margin-bottom: 15px;
	margin-left: 10px;
	display: inline; /*FIXES IE6 MARGIN*/
}

.menu li {
	float: left; /*REQUIRED FOR IE6 - REMOVES WHITE SPACE BETWEEN EACH MENU ITEM*/
	width: 167px; /*REQUIRED FOR IE6 - SIZES EACH MENU ITEM ACCORDINGLY*/
	background-image: url(/images/leftnavbullet.jpg);
	background-repeat: no-repeat;
}

.menu a {
	display: block;
	padding: 2px 0;
	line-height: 18px;
	width: 164px; /*REQUIRED FOR IE6 SO THAT ALL OF BUTTON BECOMES CLICKABLE 167*/
	color: #000;
	margin-left: 12px;
}

.menu a:hover {
	text-indent: 1px;
}

.menu ul li {
	width: 157px; /*PREVENTS SUB MENU OVERUNNING MAIN MENU*/
	display: inline; /*REMOVES LEFT MARGIN IE6*/
	background-image: none;
}

.menu ul a {
	width: 157px; /*REQUIRED TO PREVENT OVERRUN OF WIDTH SET IN PARENT .MENU A*/
	font-size: 1.1em;
}

.menu ul a:hover {
	text-indent: 1px;
}

.menu li ul li {
	font-size: 0.9em;
}

.hidden {
	display: none;
}
#wowspage #linkWOWS, #latestarrivalspage #linkLatestArrivals, #salespage #linkJIGSale, #furniturerangespage #ranges {
	font-weight: bold;
}

#linkJIGSale {
	color: red;
}

/*END OF LEFTNAV*/

/*START OF HOME PAGE*/

#indexpage #js-warning p {
	position: fixed;
	top: 0px;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #000;
	background-color: yellow;
	height: 42px;
	line-height: 20px;
	font-size: 1.2em;
}

#indexpage h1 {
	text-align: center;
	line-height: 35px;
	font-size: 1.7em;
	font-family: calibri, arial;
	letter-spacing: 2px;
	font-weight: normal;
}

#indexpage h1 a {
	color: #113f70;
}

#indextext {
	margin: 10px 0 25px 0;
	width: 735px;
	text-align: center;
	line-height: 20px;
	font-size: 1.0em;
}

#indextext a {
	color: #000;
}

.indexpartners {
	clear: both;
	width: 737px;
	height: 150px; /*REQUIRED FOR MOZ*/
}

.indexpartners li {
	float: left;
	overflow: hidden;
	margin-left: 2px;
	width: 80px;
}

.indexpartners li.first {
	float: left;
	overflow: hidden;
	margin-left: 0px;
}

.indexpartners li#last {
	float: left;
	overflow: hidden;
}

.indexpartners img {
	display: block;
}

/*END OF HOME PAGE*/

/*START OF HEADER*/
div#header {
	padding: 0 22px 22px 22px;
	width: 932px;
	height: 165px; /*REQUIRED TO PREVENT IE DOUBLE PADDING*/
}

div#header a {
	color: #000000;
}

div#header ul#top li {
	float: left;
}

div#header ul#top li.left {
	width: 210px;
}

div#header ul#top li.left p {
	width: 161px;
	text-align: center;
	font-family: calibri, arial;
	letter-spacing: 2px;
	color: #404040;
	line-height: 15px;
	margin-top: 5px;
	font-weight: normal;
	font-size: 1em;
}

#header ul#top li#middle {
	width: 470px;
	padding-top: 2px;
}

#header ul#top li#middle #twowaystobuy {
	text-align: center;
	margin-top: 30px;
}

#header ul#top li#middle #searchbyhelp {
	text-align: center;
}

#frmProductSearch {
	margin: 20px 0 0 20px;/*45*/
	padding: 4px 0;
	height: 33px;
	font-size: 1.1em;
}

#frmProductSearch #Criteria {
	line-height: 18px;/*REQUIRED FOR IE*/
	height: 18px;
	margin-top: 1px;
	font-size: 1.1em;
	float: left;
}

#frmProductSearch #submitsearch {
	background: url(/images/buttons/search.png);
	width: 70px;
	height: 24px;
	border: none;
	margin-left: 10px;
	cursor: pointer;
	float: left;
}

#header ul#top li#right {
	width: 252px;
	padding-top: 10px;
	text-align: right;
	line-height: 32px;
	font-size: 1.1em;
}

#header ul#top li#right p#strictlytradeonly {
	font-family: calibri, arial;
	letter-spacing: 2px;
	margin-top: 10px;
	font-size: 1.4em;
	font-weight: bold;
}

#header ul#top li#right img, div#header ul#top li#right input {
	vertical-align: middle;
}

/*START OF TOPNAV*/
.topnav {
	width: 932px;
	height: 26px;
	margin: 0 0 10px 20px;
	clear: both;
	border-top: 1px solid #cbdbdb;
	border-bottom: 1px solid #cbdbdb;
	font-size: 1.1em;
}

.topnav li {
	float: left;
}

.topnav li a {
	float: left;
	padding: 0 12px 0 14px;
	height: 26px;
	line-height: 24px;
	display: inline; /*IE6*/
	border-right: 1px solid #cbdbdb;
}

.topnav li a:hover {
	cursor: pointer;
	background-color: #9473af;
	color: #fff;
}

.topnav a {
	color: #000;
}

#jigonlineshoppage #jigonlineshoplink a, #furniturerangespage #jigonlineshoplink a, #latestarrivalspage #jigonlineshoplink a, #groupspage #jigonlineshoplink a, #classificationspage #jigonlineshoplink a, #searchpage #jigonlineshoplink a, #indexpage #homelink a, #tradingpolicypage #tradingpolicylink a, #directionspage #directionslink a, #deliverypage #deliverylink a, #registerpage #registerlink a, #contactuspage #contactuslink a, #forgottonpasswordpage #loginlink a, #jigpartnershippage #jigpartnershiplink a, #myaccountpage #myaccountlink a, #stockitemdetailspage #jigonlineshoplink a, #wowspage #jigonlineshoplink a {
	background-color: #9473af;
	color: #fff;
}
/*END OF TOPNAV*/
/*END OF HEADER*/

#frmChangeDeliveryAddress #Save {
	background-image: url(/images/buttons/save.png);
	width: 70px;
	height: 24px;
	border: none;
	cursor: pointer;
}

#frmChangeDeliveryAddress #Cancel {
	background-image: url(/images/buttons/cancel.png);
	width: 70px;
	height: 24px;
	border: none;
	cursor: pointer;
}

/*START OF FOOTER*/
#footer {
	width: 976px;
	line-height: 27px;
	height: 28px;
	text-align: center;
	clear: both;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer span.spacer {
	padding: 0 5px;
}
/*END OF FOOTER*/

/*LEFT COLUMN*/
#leftcolumn {
	width: 185px; /*MUST SPECIFY A WIDTH OTHERWISE MAIN MENU RENDERS HORIZONTALLY (167px - moz)*/
	float: left;
	margin-left: 20px;
	margin-bottom: 10px; /*REQUIRED TO KEEP SPACING FROM FOOTER*/
	background-color: #fff;
	display: inline; /*REQUIRED FOR IE6 MARGIN CORRECTION*/
	border: 1px solid #cbdbdb;
	border-top: none;
}
.searchbycategory {
	border-top: 1px solid #cbdbdb;
	height: 32px;
	line-height: 31px;
	width: 185px;
	text-indent: 11px;
	float: left;
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 6px;
	display: inline; /*REQUIRED FOR IE6 MARGIN CORRECTION*/
}
/*END OF LEFT COLUMN*/

/*JIG ONLINE SHOP*/
#catnav {
	line-height: 30px;
	height: 33px;
	text-align: left;
	width: 745px;
	float: left;
	text-indent: 9px;
	font-size: 1.1em;
	background-color: #fafafa;
}

#catnav a {
	color: #000000;
}

#catnav a:hover {
	text-decoration: underline;
}

#catnavpages {
	margin-bottom: 30px;
}

#jigonlineshoppage #howtoplaceorder, #deliverypage #howtoplaceorder, #tradingpolicypage #howtoplaceorder, #contactuspage #howtoplaceorder, #registerpage #howtoplaceorder, #comingsoonpage #howtoplaceorder, #jiginstorepage #howtoplaceorder, #justarrivedpage #howtoplaceorder, #directionspage #howtoplaceorder, #loginpage #howtoplaceorder, #logoutpage #howtoplaceorder, #groupspage #howtoplaceorder, #classificationspage #howtoplaceorder, #searchpage #howtoplaceorder, #basketpage #howtoplaceorder, #forgottonpasswordpage #howtoplaceorder, #checkoutpage #howtoplaceorder, #jigpartnershippage #howtoplaceorder, #myaccountpage #howtoplaceorder, #latestarrivalspage #howtoplaceorder, #orderthankyoupage #howtoplaceorder, #furniturerangespage #howtoplaceorder, #stockitemdetailspage #howtoplaceorder, #orderundervalue #howtoplaceorder, #wowspage #howtoplaceorder, #salespage #howtoplaceorder {
	float: left;
	padding: 0 0 0 9px;
	margin-bottom: 9px;
}

#jigonlineshoppage #howtoplaceorder td {
	padding: 0 0 20px 5px;
}

/*FIX TO IE MIN HEIGHT*/
*html #content {
	height: 550px; 
}

#content {
	width: 745px;
	min-height: 530px;
	float: left;
	line-height: 19px;
	font-size: 1.1em
}

#content a {
	color: #000000;
}

h1#subheading {
	font-size: 1.4em;
	margin: 15px 0 20px 9px;
	float: left;
	display: inline; /*IE6*/
	width: 737px;
}

/*#subheading a {*/
/*	color: #000;*/
/*}*/

#approxsize {
	float: right;
	margin-top: 7px;
}

/*END OF JIG ONLINE SHOP*/

.termsheading {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 30px;
}

#termsandconditionspage #termsandconds {
	line-height: 15px;
}

table#termsandconds {
	width: 75%;
	margin: 0 auto;
}

table#login, table#forgottonpassword {
	border-collapse: collapse;
}

table#login tr, table#forgottonpassword tr {
	height: 30px;
}

table#login td#col1, table#forgottonpassword td#col1 {
	width: 100px;
}

#frmContact ul input, #frmRegister ul input, table#login input, table#forgottonpassword input {
	height: 20px;
}

#frmContact ul input[type="text"], #frmContact ul textarea, #frmRegister ul input[type="text"], #frmRegister ul textarea, table#login input[type="text"], table#forgottonpassword input[type="text"] {
	border: 1px solid #ccc;
}
#frmContact .submit {
	border: none;
	width: 102px;
	height: 24px;
	background-image: url(/images/buttons/submit-enquiry.png);
}

#frmRegister .submit {
	border: none;
	width: 69px;
	height: 24px;
	background-image: url(/images/buttons/submit-registration.png);
}

table#login #submit {
	border: none;
	width: 70px;
	height: 24px;
	background-image: url(/images/buttons/login.png);
	cursor: pointer;
}

table#forgottonpassword #submit {
	border: none;
	width: 136px;
	height: 24px;
	background-image: url(/images/buttons/request-password.png);
	cursor: pointer;
}

.submit:hover {
	cursor: pointer;
}

#comingsoonpage #howtoplaceorder p, #justarrivedpage #howtoplaceorder p, #jiginstorepage #howtoplaceorder p, #directionspage #howtoplaceorder p {
	margin: 15px 0;
}

#images {
	text-align: center;
	width: 750px; /*REQUIRED TO ENSURE NAVIGATION IS CENTERED*/
}

#images #navigate {
	padding: 20px 0;
	clear: both;
}

#images #navigate .inactivelink {
	color: #CDCDCD;
}

#images #navigate a:hover {
	text-decoration: underline;
}

#imagelist {
	min-height: 400px;
}

#imagelist li {
	float: left;
	width: 170px;
	padding: 0 5px;
	height: 310px; /*HEIGHT OF LI*/
	text-align: left;
}

#imagelist .description {
	font-size: 8px;
	font-weight: bold;
	padding: 5px 0;
	width: 170px;
	text-align: center;
	overflow: hidden;
	line-height: 12px;
	height: 20px;
}

#imagelist .price {
	font-size: 12px;
	font-weight: bold;
}

#imagelist label {
	font-size: 11px;
	font-weight: bold;
	margin-right: 8px;
	font-family: arial
}

#imagelist .details {
	line-height: 18px;
	text-align: left;
}

/*STOCK IMAGE SIZES*/
#imagelist .stockpic {
	width: 170px;
	height: 170px;
	display: block;
	text-align: center;
}

/*STOCK IMAGE BORDERS*/
#imagelist .bottomrightborder {
	border-bottom: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
}

#imagelist .bottomborder {
	border-bottom: 1px solid #CDCDCD;
}

#imagelist .rightborder {
	border-right: 1px solid #CDCDCD;
}

#imagelist .noborder {
	border: none;
}

/*HACK FOR SUBMIT BUTTONS ON STOCKITEMS.ASP*/
#imagelist .submit, #stockitemdetailspage .submit {
	background: url(/images/buttons/add-to-basket.png) no-repeat;
	width: 90px;
	height: 21px;
	border: none;
	cursor: pointer;
	font-size: 0px;
	text-align: left;
	margin-bottom: 1px;
}

#imagelist li.withborder {
	float: left;
	border-right: 1px solid #CDCDCD;
	padding: 0 8px;
}

#imagelist li.withoutborder {
	float: left; 
}

#imagelist li.separator {
	display: inline;
	line-height: 0px; /*REQUIRED FOR IE6*/
	width: 167px;
	height: 0px;
	float: left;
	border-top: 1px solid #CDCDCD;
	margin: 5px;
}

#basketpage .trbottomborder, #checkoutpage .trbottomborder {
	height: 1px;
	border-bottom: 1px solid #ccc;
}

#registerpage #frmRegister ul, #contactuspage #frmContact ul {
	clear: right;
	height: 30px;
}

#registerpage #frmRegister ul li, #contactuspage #frmContact ul li {
	float: left;
}

#registerpage #frmRegister ul li.first, #contactuspage #frmContact ul li.first {
	width: 200px;
	text-align: right;
	margin-right: 5px;
}

fieldset {
	width: 715px;
	border-bottom: #752444 0px solid;
	border-left: #752444 0px solid;
	padding-left: 10px;
	margin-bottom: 10px;
	clear: both;
	font-size: 12px;
	border-top: #cbdbdb 1px solid;
	border-right: #752444 0px solid;
	background-color: #fafafa;
}

fieldset legend {
	font-size: 1.4em;
}

/*HACK FOR IE TO PREVENT BACKGROUND COLOUR OF FIELDSET SPILING INTO THE LEGEND*/
* html fieldset {
    position: relative;
}

* html legend {
    position:absolute;
    top: -.5em;
    left: .5em;
}

* html fieldset {
    position: relative;
    margin-top: 1em;
    padding-top: .75em;
}
/*END OF HACK*/

.red {
	color: #CD0000;
	font-weight: bold;
}


#orderundervalue #howtoplaceorder p {
	line-height: 25px;
}

/*JIG PARTNERSHIP PAGE*/
#jigpartnershippage ul.payments {
	clear: both;
	height: 20px;
}

#jigpartnershippage ul.payments li {
	background-color: #f5f5f5;
	margin-right: 1px;
	text-align: center;
	width: 60px;
	float: left;
}

#jigpartnershippage ul.payments li.firstcell {
	margin: 0 1px 1px 0;
	text-align: right;
	padding-right: 3px;
	width: 183px;
	float: left;
}

#jigpartnershippage #howtoplaceorder p {
	margin-bottom: 15px;	
}

#jigpartnershippage #howtoplaceorder #tableheader {
	margin: 10px 0 1px 0;
	text-align: center;
	width: 735px;
	background-color: #ddd;
}

/*END OF JIG PARTNERSHIP PAGE*/

