/***********************************************************
	nav 2
***********************************************************/
#nav2 ul {
	list-style-type:none;
	margin:0 0 20px 0;
	border-bottom:2px dotted #CCC;
	padding-bottom:16px;
	}

#nav2 ul li {
	display:inline;
	margin:0;
	padding:0;
	}

#nav2 ul li a {
	display:block;
	background:#f3f3f3;
	color:#5c5c5c;
	margin-bottom:2px;
	text-decoration:none;
	padding:6px 10px;
	}

#nav2 ul li a:hover, #nav2 ul li.hi a {
	background:#0c81ff;
	color:#FFF;
	}

/***********************************************************
	category listing
***********************************************************/
#catlist ul {
	list-style-type:none;
	margin-left:0 !important;
	clear:left;
	}

#catlist ul li {
	margin:0 0 2px 0;
	font-weight:bold;
	font-size:0.9em;
	background:#ebebeb;
	}

#catlist ul li a {
	display:block;
	background: url(../images/catArrow.png) no-repeat 10px center;
	padding:6px 10px 6px 25px;

	}

/***********************************************************
	subcategories listing
***********************************************************/
#subcategories {
	list-style-type:none;
	padding:0;
	border-bottom:1px solid #333;
	background:#ebebeb;
	height:39px;
	margin-left:0 !important;
	}

#subcategories li {
	display:block;
	float:left;
	border-right:1px solid #FFF;
	margin:0;
	height:38px;
	}

#subcategories li a {
	display:block;
	padding:0 15px;
	line-height:38px;
	color:#999;
	border:1px solid #ebebeb;
	border-bottom:none;
	text-decoration:none;
	}

#subcategories li a:hover, #subcategories li.hi a {
	border-color:#000;
	background:#FFF url(../images/prod-subcat-bg.png) repeat-x;
	color:#0c81ff;
	border-bottom:2px solid #FFF;
	}

/***********************************************************
	sundry
***********************************************************/
#category-info {
	padding:10px 0 10px 10px;
	}

.iar {
	display:block;
	float:right;
	margin:0 0 10px 10px;
	}

#brand-select {
	clear:both;
	background:#669900;
	padding:4px 10px;
	}

#brand-select p {
	color:#FFF;
	font-size:1em;
	margin:0;
	}

/***********************************************************
	product listing
***********************************************************/
#product-listing {
	clear:both;
	margin-top:20px;
	}

#product-listing ul {
	list-style-type:none;
	margin-left:0;
	}

#product-listing li {
	display:block;
	margin:0 0 20px;
	clear:both;
	}

#product-listing li .addto {
	float:right;
	margin:-20px 30px 0;
	}


.product-image, .brand-image {
	float:left;
	margin:0 10px 10px 0;
	width:102px;
	}

.brand-image {
	width:80px;
	}

#product-listing li h3 {
	font-size:1.2em;
	margin-bottom:5px;
	}

/***********************************************************
	product detail
***********************************************************/
#product-description, #product-specification {
	float:left;
	width:440px;
	}

#product-description {
	margin-right:20px;
	}

table {
	width:420px;
	margin:10px;
	border-bottom:1px solid #d6d6d6;
	}

td, th {
	padding:4px 4px 4px 0;
	font-size:0.8em;
	border-top:1px solid #d6d6d6;
	text-align:left;
	}

.available-as {
	list-style-type:none;
	border-bottom:1px solid #d6d6d6;
	margin:10px !important;
	}

.available-as li {
	display:block;
	margin:0;
	padding:4px 4px 4px 0;
	border-top:1px solid #d6d6d6;
	}

#prod-main-image {
	margin-right:20px;
	}

.prod-inner	{
	padding:0 10px;
	}


/***********************************************************
	Add to enquiry form
***********************************************************/
body.addform {
	background:#FFF;
	padding:10px;
	border:1px solid #000;
	}

h2.ate {
	text-indent:-10000px;
	background: url(../images/add_to_enquiry.png) no-repeat;
	height:26px;
	margin:0 0 20px;
	}

.enq-form {
	background:#FFF;
	}

.enq-form fieldset .formLabel {
	width:80px;
	}

#close-window	{
	background:url(/assets/images/btn_remove.png) no-repeat 0 0;
	width:20px;
	height:20px;
	cursor:pointer;
	text-indent:-10000px;
	position:absolute;
	z-index:999;
	top:5px;
	right:5px;
	}