/* Trixan Layout ============================================================= */

/* Default ---------------------------------------------------------------- */

/* Global */

body {
    font: normal 11px Arial, Helvetica, sans-serif;
}

#body-container {
	position: static;
}


/* Header */

#header {
    min-width: 776px;
	max-width: 960px;
    margin: 0 auto;
	/*padding: 0 3px; */
}

#header-inner {
	position: relative;
	padding: 0 2px 12px 0;
	background: url(images/logo.gif) no-repeat 0 4px;
	text-align: right;
	margin-top: 2px;
}

.nbcf #header-inner {
	background: url(images/pk_logo.gif) no-repeat 0 4px;
}

#quick-links {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	/* display: inline-block;
	width: 290px;
	float: right; */
}

#quick-links ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 6px;
}

#quick-links li {
    list-style: none;
	margin: 6px 0;
    padding: 0;
	float: right;
}

#quick-links a, #quick-links a:link, #quick-links a:visited {
    background: url(images/right_arw-graysml.gif) no-repeat 0 8px;
	text-decoration: none;
	color: #676767;
	padding: 4px 0 4px 8px;
	margin: 0 0 0 6px;
	display: inline-block;
	float: right;
}

#quick-links a:hover, #quick-links a:active {
    background: url(images/right_arw-redsml.gif) no-repeat 0 8px;
	text-decoration: none;
	color: #EA0035;
	padding: 4px 0 4px 8px;
	margin: 0 0 0 6px;
}

#quick-links a.red {
    background: url(images/right_arw-redsml.gif) no-repeat 0 8px;
	text-decoration: none;
	color: #EA0035;
	padding: 4px 0 4px 8px;
	margin: 0 0 0 6px;
	font-weight: bold;
}

.nbcf #quick-links a.red {
	color: #E51A6C;
}

.cart-txt {
    color: #676767;
	padding: 4px 0px ;
	margin: 0;
	display: inline;
	float: right;
}

#country-select {
	margin: 0;
	padding: 0;
	padding-left: 28px;
	padding-right: 3px;
	display: inline;
	float: right;
	background-repeat: no-repeat;
	background-position: -1px -3px;
}

.en_US #country-select {
	background-image: url(/static/images/flag_us.gif);
}

.en_GB #country-select {
	background-image: url(/static/images/flag_uk.gif);
}

.en_AU #country-select {
	background-image: url(/static/images/flag_au.gif);
}


#country-select select {
	font-size: 10px;
	font-family: tahoma, arial, helvetia, sans-serif;
	border: solid 1px #333333;
	padding: 1px; 
	margin: 0;
}

#search {
	margin: 0;
	margin-left: 6px;
	padding: 0;
	padding-left: 6px;
	color: #676767;
	border-left: 1px solid #676767;
	display: inline;
	float: right;
	padding-right: 198px;
	background-repeat: no-repeat;
	background-position: right top;
}

.en_US #search {
	background-image: url(/static/images/freecall_us.jpg);
}

.en_GB #search {
	background-image: url(/static/images/freecall_uk.jpg);
}

.en_AU #search {
	background-image: url(/static/images/freecall_au.jpg);
}


#search input {
	font-size: 10px;
	font-family: tahoma, arial, helvetia, sans-serif;
	border: solid 1px #333333;
	padding: 2px;
	margin-top: -1px;
}

#search input.img-btn {
	border: none;
	background: url(images/search-btn.gif) no-repeat 0 1px;
	height: 20px;
	width: 24px;
	cursor: pointer;
	margin: 0 0 0 3px;
}

.nbcf #search input.img-btn {
	background: url(images/pk_search-btn.gif) no-repeat 0 1px;
}


#logo  {
	float: left;
	/* min-width: 268px;
	max-width: 340px; */
	width: 200px;
}

#logo .logo-link {
	height: 55px;
	display: block;
	position: static;
}

#cart-status {
	padding: 0;
	margin: 0;
	/* display: inline-block; */
	float: left;
	width: 20%;
	text-align: right;
}
#bcrumbs #crumbs {
	padding: 6px 0;
	margin: 0;
	/* display: inline-block; */
	float: left;
	width: 60%;
	text-align: left;
}

#bcrumbs #cart {
	padding: 6px 0;
	margin: 0;
	/* display: inline-block; */
	float: left;
	width: 40%;
	text-align: right;
}

#header-right div.topbar {
	padding: 0 0 5px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #666;
	height: 17px;
	text-align: left;
} 


#cart-status table, #cart-status tr, #cart-status td {
	border: 0;
	color: #676767;
}


#cart-status .items {
	text-align: left;
	padding-top: 2px;
	font-size: 9px;
	color: #333;

}

#cart-status a {
	color: #333;

}

#cart-status .price {
	text-align: right;
	padding-top: 2px;
	font-size: 9px;
	color: #333;
}

#cart-status .cart {
	padding-top: 2px;
}

#cart-status .currency {
	text-align: left;
	padding-top: 8px;
}

#cart-status .currency a {
	color: #999;
}

#header-right {
	float: right;
	display: inline-block;
	width: 544px;
}

/* Content */

#body-container {
	position: relative;
	float: left;
	border: 1px solid #666; 
	border-top: 1px dotted #666;
	margin: -2px 0;
	width: 958px; 
}

#body-container-inner {
	position: static;
	
}

#body-container #content {
	width: 770px;
	/* width: 958px; */
	display: inline-block;
	float: left;
	/* margin-left: 9px; */
	position: relative;
	min-height: inherit;
	border-left: 1px dotted #666;
}


#body-container #content.item {
	position: relative;
	/* border: 1px solid #666;
	border-top: 1px dotted #666; */
	border-color: #666;
	border-style: hidden hidden solid;
	border-width: 1px;
	min-height: inherit;
	float: left;
	width: 958px;
}

#body-container #content.homepage {
	border-style: hidden;
  width: 960px;
}


#content.account {
	/* position: relative; */
	border: 1px solid #666;
	border-top: 1px dotted #666;
	/*min-height: inherit;
	float: left;
	width: 958px; */
}


#content.homepage {
	/* border: solid 1px #333; */
	/* border-top: dotted 1px #666; */
	float: left;
	position: relative;
}

div.department#content {

}

#body-container #content-inner {
	position: static;

}

/* Menu */

#menu {
	float: left;
	width: 187px;
	margin: 0;
	position: relative;
	border: none;
	display: inline-block;
}

#menu-inner {
	position: static;
	padding: 0 0 0 8px;
}

#menu h1.attr-category-name {
	font-size: 16px;
	font-weight: bold;
}

#menu a {
	/* display: block; */
	text-decoration: none;
	color: #333;
}

/* Footer */

#footer {
    width: 960px;
	float: left;
	position: relative;
}

#footer-inner {
    position: relative;
}

#subscribe {
	background-color: #676767;
	color: #fff;
	padding: 2px 6px 3px 6px ;
	font: normal 9px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 6px 0;
}

#subscribe input {
	color: #333;
	padding: 3px 3px 1px 3px;
	font: normal 10px Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	width: 130px;
}

#subscribe .img-btn {
	border: none;
	background: url(images/subscribe-btn.gif) no-repeat 2px 2px;
	height: 20px;
	width: 26px;
	margin: 0 2px;
	cursor: pointer;
}

#footer-links {
	font: normal 10px  Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}


#footer-links table {
	width: 100%;
}

#footer-links .copyright {
	text-align: right;
	color: #676767;
	font: normal 9px Arial, Helvetica, sans-serif;
}

#footer-links a, #footer-links a:link, #footer-links a:visited {
    background: url(images/right_arw-graysml.gif) no-repeat 0 4px;
	text-decoration: none;
	color: #676767;
	padding: 0 6px;
}

#footer-links a:hover, #footer-links a:active {
    background: url(images/right_arw-redsml.gif) no-repeat 0 4px;
	text-decoration: none;
	color: #EA0035;
	padding: 0 6px;
}



