/**
 * main.css for www.debenhams.com
 * last updated 25 Jan 2010, 10:20
 */

body {
	background: #000000;
	font-family: Tahoma, Arial, sans-serif;
	color: #333333;
	min-width: 1000px;
	font-size: 11px;
}
body#homepage h1,
body#tcat h1
 {
	display: none;
}

h1,h2,h3 {
	margin:0;
	padding:0;
}

body#psp h1 {
	font-size:18px;
	font-weight:bold;
}
body#psp #products_found h2 {
	font-size:11px;
	font-weight:normal;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #333333;
	outline:0;
}
a.normalLink { /* IBM */
	color: #888888;
}
a.normalLink:hover { /* IBM */
	color: #ccc;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* fixed from left
body {
	margin: 0px 0px 0px 142px;
}
#wrapper {
	width: 1000px;
} */
/* centered */
body {
	margin: 0px;
	text-align: center;
}
#wrapper {
	margin: 0px auto;
	width: 1000px;
	text-align: left;
	background: #FFF;/*171717;*/


	position: relative;
}
div.header {
	background: #171717 url(../images/header_bg.gif) repeat-x top left;
	padding-top: 14px;
	overflow: auto;
	/*position: absolute;KT*/
	top: 0px;
	width: 1000px;
}

* html div.header {
	width: 1000px;
}

div.header #logo {
	padding: 15px 25px 29px;
	float: left;
}


div.header #logo a img {
	vertical-align:bottom;
}

div.header #utility {
	float: right;
	padding: 2px 30px 0px 0px;
	border-right: 1px dashed #666666;
	width: 400px;
}

div.header #utility ul.navigation {
	float: right;
}

div.header #utility ul.navigation li a {
	background: url(../images/grey_bullet.gif) no-repeat center left;
}

div.header #utility ul.navigation li:first-child a {
	background: none;
}

div.header #shopping_bag {
	position:relative;
}
div.header #shopping_bag a#clickable_bag {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:45px;
	height:55px;
}

div.header #shopping_bag ul.navigation li a {
	background: url(../images/grey_bullet.gif) no-repeat center right;
}

div.header #shopping_bag ul.navigation li:last-child a {
	background: none;
}

div.header #search {
	clear: both;
	padding-top: 10px;
	overflow: auto;
}

div.header #search_form label {
	float: right;
	margin-right: 1em;
	line-height: 21px;
}
div.header #search_term_div {
	background: url(../images/search_field_bg.gif) no-repeat top left;
	width: 95px;
	float: right;
	padding-left: 2px;
}
div.header #search_term {
	height:16px;
	width: 91px;
	margin:3px 0 0 3px;
	padding: 2px 0px 0px 0px;
	float: right;
	font-weight: normal;
}

div.header #search_btn {
	height: 21px;
	width: 27px;
	background: url(../images/search_btn_bg.gif) no-repeat top left;
	margin: 0px;
	padding: 0px;
	float: right;
	cursor: pointer;
	outline:0;/*DSN 251*/
}

div.header #shopping_bag {
	float: right;
	background: url(../images/shopping_bag.gif) no-repeat center left;
	margin-left: 20px;
	padding: 0px 20px 0px 60px;
	min-height: 54px;
}

div.header #shopping_bag p {
	margin: 2px 0px;
	color: #cccccc;
}

ul.navigation {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/*overflow: auto;KT*/
}

ul.navigation li {
	float: left;
	/*cursor: pointer;*/
}

.header ul.navigation li a {
	color: #999999;
}
div.header #shopping_bag ul.navigation li a {
	margin-right: 8px;
	padding-right: 8px;
}
div.header #utility ul.navigation li a {
	margin-left: 8px;
	padding-left: 8px;
}

ul#main_navigation {
	/*overflow: auto;KT*/
	border-top: 1px solid #3e3e3e;
	background: #171717 url(../images/nav_bg.gif) repeat-x left top;
	clear: both;
	/*position: absolute;KT*/
	/*top: 6.2em;KT*/
	width: 1000px;
	text-align: center;
	display:inline;
	float:left;
}
ul#main_navigation li {
	border-left: 1px solid #3e3e3e;
	border-right: 1px solid #181818;
	background:#171717;
}

ul#main_navigation li ul li {
	background:#FFF;
}

ul#main_navigation li.selected .outer {
	background: url(../images/nav_tab_selected_rt.gif) no-repeat bottom right;
	padding-right: 2px;
}
ul#main_navigation li.selected .mid {
	background: url(../images/nav_tab_selected_lt.gif) no-repeat bottom left;
	padding-left: 2px;
}
ul#main_navigation li.selected .inner {
	background: url(../images/nav_tab_selected_mid.gif) repeat-x bottom left;
}
ul#main_navigation li.first-child {
	border-left: none;
}
ul.navigation li:last-child {
	border-right: none;
}

ul#main_navigation li a {
	height: 32px;
	line-height: 32px;
	color: #cccccc;
	padding: 0px 2px;
	font-size: 1.2em;
}
ul#main_navigation li.selected a {
	color: #666666;
	padding: 0px 0px;
}

/*ul#main_navigation li#sale_link a {
	color: #cc3333;
}KT*/

.advert_fullwidth {
	position: relative;
	height: 361px;
	background-color: #cccccc;
	margin-bottom: 3px;
}

* html .advert_fullwidth {
	height: 28em;
}

.advert_fullwidth img,
.advert_panel img {
	display: block;
}

.advert_fullwidth .advert_link {
	width: 262px;
	height: 25em;
	position: absolute;
	top: 24px;
	right: 25px;
	padding: 20px 20px 14px;
	background-image:none;
	overflow:hidden;
}

.advert_fullwidth .advert_text {
	min-height: 80px;
}

.advert_fullwidth .advert_link p {
	color: #cccccc;
}
.advert_fullwidth .link_tray {
	position: absolute;
	bottom: 20px;
	z-index:1001;
}
.advert_fullwidth div.darken {
	float:none;
	padding:0;
	height:1000px;
	width:600px;
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	padding:0;
	margin:0;
	filter:alpha(opacity=25);/* change to taste, greater = lighter */
	opacity:0.25;/* change to taste, greater = lighter*/
	background:#000;/* change to taste, tinting of the overlay */
}



.link_tray a {
	display: block;
	margin-bottom: 4px;
}

.advert_link a {
	color: #000000;
	font-weight: bold;
	position: relative;
}

.advert_third {
	width: 330px;
	height: 201px;
	float: left;
	background-color: #cccccc;
	margin: 0px 3px 3px 0;
	overflow: hidden;
	position: relative;
	display:inline;
}
.advert_third img {
	position: absolute;
}
.advert_third a {
	position: absolute;
	bottom: 0px;
	color: #333333;
	font-weight: bold;
	padding: 8px 12px 4px;
	width: 228px;
	min-height: 18px;
}


.advert_third > a {
	background: url(../images/white_trans.png) repeat top left;
}

.advert_third.invert > a {
	background: url(../images/black_trans.png) repeat top left;
}

* html .advert_third a {
	height: 18px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/white_trans.png');
}

* html .advert_third.invert a {
	height: 18px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/black_trans.png');
}

.advert_third.invert a {
	color: #ffffff;
}


/* KT heavily rewrote the below*/
#homepage .advert_third {
	height:204px;
	margin:0 5px 5px 0;
}
#homepage .advert_third a {
	color: #333333;
	padding:0;
	width: 330px;
	height:204px;
	text-decoration:none;
	cursor:pointer;
}
#homepage .advert_third a img {
	position:relative;
}
#homepage .advert_third a div.opacity {
	position:absolute;
	bottom:0;
	left:0;
	width:330px;
	padding:8px 4px;
	background:#fff;
	opacity:0.40;
	filter: alpha(opacity=40);
}
#homepage .advert_third a span {
	position:absolute;
	bottom:0;
	left:0;
	color:#333;
	width:330px;
	padding:9px 4px 4px 11px;
	font-weight: bold;
	min-height:18px;
	_height:18px;
}
#homepage .advert_third a:hover span {
	text-decoration:underline;
}


#tcat .advert_third {
	height:124px;
	margin:0 3px 3px 0;
}
#tcat .advert_third a {
	color: #333333;
	padding:0;
	width: 252px;
	height:124px;
	text-decoration:none;
	cursor:pointer;
}
#tcat .advert_third a img {
	position:relative;
}
#tcat .advert_third a div.opacity {
	position:absolute;
	bottom:0;
	left:0;
	width:252px;
	padding:8px 4px;
	background:#fff;
	opacity:0.40;
	filter: alpha(opacity=40);
}
#tcat .advert_third a span {
	position:absolute;
	bottom:0;
	left:0;
	color:#333;
	width:252px;
	padding:9px 4px 4px 11px;
	font-weight: bold;
	min-height:18px;
	_height:18px;
}
#tcat .advert_third a:hover span {
	text-decoration:underline;
}









.dark {
	color: #888888;
}

.footer_div {
	clear: both;
	overflow: auto;
	padding-left: 205px;
	padding-top: 16px;
	padding-bottom: 25px;
}

* html .footer_div {
	width: 791px;
}

.footer {background: #171717;}

#footer_navigation {
	background: url(../images/designineverydepartment.gif) no-repeat 32px 62px;
}

.footer .footer_div h3 {
	margin-bottom: 0.75em;
	color: #cccccc;
	font-weight: normal;
	font-size: 1.1em;
}

.footer .navigation_panel {
	float: left;
	width: 150px;
	padding-left: 3px;
}

.footer .footer_div ul.navigation {
	border-top: 1px solid #3e3e3e;
}

.footer .footer_div ul.navigation li {
	float: none;
	margin: 7px 0px;
}

.footer .footer_div ul.navigation li a {
	margin: 0px;
	color: #888;/*#666666;*/
}

.footer .footer_div ul.navigation li a:hover {
	color: #ccc;
}


.footer #subscribe_div {
	width: 350px;
	float: left;
}

.footer #subscribe_div p {
	color: #888888;
}

.footer #options_div{
	float: right;
	width: 380px;
	text-align: right;
	margin-right: 28px;
}

.footer #options_form div {
	display: inline;
	vertical-align: super;
}

.custom_input {
	border: 0 none;
    border-color:transparent;
	margin: 0px 0px 0px 3px;
	font-weight: bold;
	font-size: 1em;
	cursor: text;
	text-align: left;
	padding: 0px 4px 0px;
	height: 21px;
	vertical-align: middle;
}

.footer #email_div {
	height: 21px;
	width: 200x;
	background: url(../images/text_field_bg.gif) no-repeat top left;
	padding: 0px 3px 0px 0px;
	float: left;
	margin-right: 4px;
}

.footer #email {
	height:15px;
	width: 193px;
	margin:2px 0 0 3px;
	padding: 0px 0px 0px 4px;
	font-weight: normal;
	background:auto;
}
.footer #email.firefox_pad { padding-top: 2px; }

.footer #subscribe_btn {
	width: 78px;
	text-align: center;
	background: url(../images/button_bg.gif) no-repeat top left;
	cursor: pointer;
}

.footer #subscribe_btn:hover {
	background: url(../images/button_bg.gif) no-repeat 0px -21px;
}

* html a:hover #subscribe_btn {
	background: url(../images/button_bg.gif) no-repeat 0px -21px;
}

.footer #share_btn {
	width: 150px;
	background: url(../images/share_btn_bg.gif) no-repeat top left;
	padding-left: 24px;
}

.footer #share_btn:hover {
	background: url(../images/share_btn_bg.gif) no-repeat 0px -21px;
}

* html a:hover #share_btn {
	background: url(../images/share_btn_bg.gif) no-repeat 0px -21px;
}

.footer #print_btn {
	width: 74px;
	background: url(../images/print_btn_bg.gif) no-repeat top left;
	padding-left: 24px;
}

.footer #print_btn:hover {
	background: url(../images/print_btn_bg.gif) no-repeat 0px -21px;
}

* html a:hover #print_btn {
	background: url(../images/print_btn_bg.gif) no-repeat 0px -21px;
}

.footer #email_me_btn {
	width: 73px;
	background: url(../images/email_btn_bg.gif) no-repeat top left;
	padding-left: 26px;
}

.footer #email_me_btn:hover {
	background: url(../images/email_btn_bg.gif) no-repeat 0px -21px;
}

* html a:hover #email_me_btn {
	background: url(../images/email_btn_bg.gif) no-repeat 0px -21px;
}

#search label {
	font-weight: bold;
	color: #cccccc;
}


.nonav_fullwidth .body_navigation {
	display:none;
}

.nonav_fullwidth .body_content, .nonav_fullwidth .search_banner {
	width:954px;
}

.nonav_fullwidth .product_header {
	width:954px;
}
.banner_pods .body_content {
	padding-bottom:0px;
}

.body_panel {
	overflow: auto;
	background: #ffffff;
	width: 1000px;
	/*padding-top: 10.2em;KT*/
	clear:both;
}

.body_navigation {
	float: left;
	padding: 68px 0px 0px 0px;
	width: 182px;
}

.nav_banner {
	background-color:#FFF;
	height:112px;
	width:169px;
	position:relative;
	left:15px;
	top:-20px;
	overflow:hidden;
}

.footer_banners  {
	clear:both;
	overflow:hidden;
	width:976px;
}
.footer_banners .banner_1 {
	width:169px;
	background-color:#FFF;
	margin:0 0 25px 15px;
	float:left;
	display:inline;
	overflow:hidden;
}

.footer_banners .banner_2 {
	width:760px;
	background-color:#FFF;
	margin:0px 0px 25px 26px;
	float:right;
	display:inline;
	overflow:hidden;
}
#tcat .footer_banners .banner_2 {
	width:762px;
}
#tcat .body_content {
	padding-bottom:2px;
	margin-bottom:2px;
}

.general-content-block {
	background-color:#cccccc;
	height:600px;
	width:760px;
}

.break {
	width:760px;
	border-top:1px solid #cccccc;
	margin-top:8px;
	margin-bottom:8px;
	padding:0px;
	line-height:0px;
}

.body_navigation h2 {
	color: #333333;
	margin-bottom: 1.3em;
	margin-left: 14px;
	font-weight: bold;
	font-size: 1.4em;
}

.body_navigation ul.navigation {
	margin: 0px 0px 10px 0px;
}

.body_navigation ul.top_level {
	margin: 0px 0px 30px 0px;
}

.body_navigation ul.navigation li {
	float: none;
}

.body_navigation ul.navigation li a {
	font-weight: bold;
}

.body_navigation ul.navigation li,
.body_navigation ul.navigation li a {
	color: #333333;
}

.body_navigation ul.navigation ul.navigation li {
	border-top: none;
	background: none;
	padding-top:0px;
	padding-bottom:0px;
}

.body_navigation ul.navigation ul.navigation li a {
	font-weight: normal;
}

.body_navigation ul.top_level li {
	cursor: pointer;
	line-height: 1.75em;
	padding-left: 5px;
	border-top: 1px solid #cccccc;
	background: url(../images/panel_nav_arrow.gif) no-repeat 16px 9px;
}


.body_navigation ul.custom_checkbox { /*DSN-674*/
	position:relative;
}

.body_navigation ul.top_level li {padding-left: 0px;padding-top:5px;padding-bottom:5px;}
.body_navigation ul.top_level li a {padding-left:35px;}
.body_navigation ul.top_level li ul li {padding-left:10px;}
.body_navigation ul.navigation li a {padding-left: 35px!important;}
.body_navigation ul.top_level li ul li a {padding-left: 25px!important;}

.body_navigation ul.top_level li ul li a {padding-left: 0px!important;}
.body_navigation ul.top_level li ul li {padding-left:35px;position:relative;}
.body_navigation ul.top_level li ul.custom_checkbox li input {position:absolute;top:0;left:10px;}

.jsEnabled .body_navigation ul.top_level li {padding-left: 0px;padding-top:5px;padding-bottom:5px;}
.jsEnabled .body_navigation ul.top_level li a {padding-left:35px;}
.jsEnabled .body_navigation ul.top_level li ul li {padding-left:35px;}
.jsEnabled .body_navigation ul.navigation li a {padding-left: 35px!important;}
.jsEnabled .body_navigation ul.top_level li ul li a {padding-left: 0px!important;}
.jsEnabled ul.custom_checkbox li a {padding-left: 0px!important;}

.body_navigation ul.top_level li.static a {padding-left: 14px!important;}

#price_form input {
	margin-bottom:3px;
}

.open .embedded_form , .static .embedded_form {
	display:block;
}
.embedded_form {
	display:none;
}

.body_navigation ul li .embedded_form {
	margin-bottom: 10px;
}

.body_navigation ul li .embedded_form label {
	display: inline-block;
	float:left;
	width: 70px;
	text-align: right;
}

.body_navigation ul li .embedded_form input.small_text_field {
	width: 60px;
}

.body_navigation ul li .embedded_form .submit_go {
	float: right;
}

.submit_go {
	width: 42px;
	height: 23px;
	line-height: 23px;
	border: none;
	margin: 0px;
	padding: 0px 0px 3px;
	text-align: center;
	background: url(../images/go_btn_bg.gif) no-repeat left top;
	font-weight: bold;
	cursor: pointer;
	font-size: 1em;
}


.submit_go:hover {
	background: url(../images/go_btn_bg.gif) no-repeat 0px -23px;
}

.body_navigation ul.navigation ul.custom_checkbox li {
	background: url(../images/grey_box.gif) no-repeat 15px 5px;
}

.body_navigation ul.navigation ul.navigation.custom_checkbox li.selected {
	background: url(../images/grey_box_on.gif) no-repeat 15px 5px;
}

.jsEnabled  .body_navigation li ul.navigation {
	display: none;
}

.body_navigation ul.top_level li.open {
	background: url(../images/panel_nav_arrow_open.gif) no-repeat 14px 12px;
}

.body_navigation li.open ul.navigation {
	display: block;
}

/************************* STATIC **/

.body_navigation li.static ul.navigation {
	display: block;
}

.body_navigation ul.top_level li.static {
	background: none;
	cursor:auto;
}

.body_navigation ul.top_level li.static strong{
	padding-top:5px;
	padding-left:15px;
	display:block;
	font-size:1.2em;
}
.body_navigation ul.top_level li.static {
	padding-bottom:8px;
}
.jsEnabled .body_navigation ul.navigation li.static a {
	font-weight:normal;
	padding-left:15px !important;
	text-decoration:underline;
}

.body_navigation ul.navigation li.static a.clearAll {
	line-height:30px;
	display:block;
	font-weight:normal;
	text-decoration:underline;
}
.body_navigation ul.navigation li.static a.text_promo_link {
	line-height:25px;
	display:block;
	font-weight:normal;
	text-decoration:none;
}
.body_navigation ul.navigation li.static a.text_promo_link:hover {
	text-decoration:underline;
}

.body_navigation ul li.static .embedded_form {
	margin-bottom: 5px;
}

/*KT*/
.body_navigation ul li.static .embedded_form .row {
	clear:both;
	display:inline;
	float:left;
	position:relative;
	width:182px;
	margin:0;
	padding:0;
}


.body_navigation ul li.static .embedded_form label {
	width: 172px;/*42px;KT*/
	margin-top:8px;
	text-align: left;
	font-weight:bold;
	padding-left:15px;
	vertical-align:top;
	display: inline-block;
	zoom:1;
	float:left;
	*display: inline;
}

.body_navigation ul li.static .embedded_form .set {
	width: 170px;
	margin-top:0px;
	text-align: left;
	font-weight:bold;
	vertical-align:top;
	display: inline-block;
	zoom:1;
	float:right;
	*display: inline;
}
.body_navigation ul li.static .embedded_form .set a {
	display: block;
	padding-left:5px !important;
	width: 117px;
	/*height:20px;*/
	text-align: left;
	font-weight:normal;
	text-decoration:none;
	vertical-align:top;	
	margin-bottom:1px;
	padding-top:0px;
	clear:both;
	background: url(../images/form_sel_bg.png) no-repeat 0px 0px;
}

.body_navigation ul li.static .embedded_form .set a.short {
	background: url(../images/form_sel_bg_sm.png) no-repeat 0px 0px;
	width:55px;
}
.body_navigation ul li.static .embedded_form .set a {
	background: url(../images/form_sel_bg_lg.png) no-repeat 0px 0px;
	width:170px;
}
.body_navigation ul li.static .embedded_form .set a:hover {
	background: url(../images/form_sel_bg_lg_hover.png) no-repeat 0px 0px;
	width:170px;
}

.body_navigation ul li.static .embedded_form input.small_text_field {
	width: 60px;
}

/****************** END STATIC *************/





#homepage .body_content {
	display: none;
}

.body_content {
	padding: 0px 20px 15px 20px;
	width: 766px;
	overflow: hidden;
	float: right;
}
#psp_10 .body_content {
	width: 956px;
	margin-left: 0px;
}
.advert_panel {
	background-color: #cccccc;
	width: 762px;
	height: 320px;
	overflow: visible;
	position: relative;
	margin-bottom: 3px;
}

.advert_panel .advert_link {
	position: absolute;
	bottom: 30px;
	left: 35px;
}

.body_content h3 {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 1.2em;
}

.body_content .advert_third {
	width: 252px;
	height: 121px;
}

.body_content .advert_third .advert_link {
	width: 252px;
}

.breadcrumb {
	height: 30px;
	margin-top: 18px;
	color: #333333;
}

.breadcrumb a {
	color: #999999!important;
	text-decoration:none!important;
}
.breadcrumb a:hover {
	text-decoration:underline!important;
}
.products_found {
	/*height: 1.5em;*/
	display:inline;
	float:left;
	width:762px;
	padding:6px 0 9px 0;
	margin:0;
}
.header_tag_line {
	height: 1.5em;
}

.search_banner {
	background-color:#FFF;
	border-bottom:1px solid white;
	width:760px;
	height:55px;
		
	overflow:hidden;
}

#tcat .search_banner {
	width:762px;
	margin-bottom:4px;
}

.no_result_banner {
	margin-top:19px;
	border-top:1px solid #cccccc;
	width:760px;
	height:650px;
}

.product_header {
	clear: both;
	overflow: auto;
	width: 760px;
	border-top: 1px solid #cccccc;
	padding: 12px 0px 12px 0px;
}

#psp_10 .product_header {
	width: 950px;
}

.product_header div {
	color: #333333;
	float: left;
}

#product_search_field,
#category {
	width: 180px;
	margin: 0px 6px;
}

.product_header div label{
	color: #333333;
}

.product_header a {
	color: #333333;
	text-decoration: underline;
}
.product_header a:hover {
	text-decoration: none;
}
.product_header a.current {
	text-decoration: none;
	font-weight: bold;
}
.product_header .product_sort,
.product_header .product_nav {
	display:inline;
	float: right;
}

.product_sort #sort {
	width: 150px;
}

.search_summary {
	width: 180px;
}
.product_view {
	width: 250px;
}
.product_results {
	clear: both;
}


.product_row {
	border-collapse:separate !important;
	background: #fff;
	padding:0;
	margin-bottom: 12px;
	clear:both;
}

.product_row tr {
	background: #f0ebe5;
}

.product_detail {
	cursor:pointer;
	width: 186px;
	/*height: auto;KT*/
	/*overflow: hidden;*/
	border: 1px solid #f0f0f0;
	
	position: relative;
	padding:0 0 12px 0;
	vertical-align:top;
}

.product_detail_long .product_detail {
	height: 335px;
	margin-bottom:2px;
}

.product_cats .product_detail {
	margin-bottom:7px;
}

.product_summary {
	/*position: absolute;
	/*bottom: 15px;KT*/
	padding-top:10px;
}
#psp_c .product_detail {
	border: 1px solid #cccccc;
}
#psp_c .product_summary {
	border-bottom: 1px solid #ccc;
}

#psp_c .highlight,
.highlight {
	border-color: #666666;
}
#psp_c .highlight .product_summary {
	border-bottom: none;
}

.product_detail img {
	display: block;
	width:186px;

	background:#fff;
}

.product_summary div {
	margin: 0px 0px;
	color: #000000;
}
.product_desc {
	padding: 3px 0px 8px 14px;
}
.brand_name,
.product_name,
.product_price,
.sale_price,
.product_note {
	padding: 3px 0px 0px 14px;
}
.product_name {
	padding-bottom: 8px;
}
.product_name,
.product_price,
.latest,
.product_note {
	font-weight: bold;
}
.product_note,
.latest {
	color: #dd1313 !important; /*KT*/
}
.product_note {
	padding-top:10px;
}
.product_price.old {
	text-decoration: line-through;
}

.category_header {
	font-weight:bold;
	clear:both;
}
.category_header .title {
	width:250px;
	float:left;
	font-size:1.1em;
	padding:8px 0 7px 1px;
}

.category_header .more {
	clear:both;
	float:right;
	padding:8px 7px 7px 1px;
	text-decoration:underline;
	font-weight:bold;
}
.category_header .more a {
	text-decoration:underline;
}

.more {
	clear:both;
	float:right;
	padding:8px 7px 7px 1px;
	text-decoration:underline;
	font-weight:bold;
}
.more a {
	text-decoration:underline;
}

.sale_header {
	text-transform: uppercase;
	background: #01acfe url(../images/blue_cross.gif) no-repeat top right;
	color: #ffffff;
	padding: 2px 12px;
	margin-top: 14px;
	overflow: auto;
	width: 100%;
}
.sale .product_detail div.product_price {
	color: #cccccc;
}
.product_detail div.sale_price {
	color: #01acfe;
}
.sale_header .sale_description {
	float: left;
	font-size: 1.3em;
	padding: 4px 0px;
}
.sale_header .sale_details{
	float: right;
	text-align: right;
}
#selection_summary {
	border-top: 1px solid #CCCCCC;
	padding: 8px 0px 2px 12px;
}
#selection_summary h3 {
	font-size: 1em;
}
#selection_categories {
	overflow: auto;
}
.category {
	clear: both;
	overflow: auto;
	margin-top: 8px;
}
.category_name {
	width: 45px;
	float: left;
	font-weight: bold;
}
.category_values {
	float: left;
}
.category_value {
	margin-bottom: 2px;
}

.clear_both {
	clear:both;
}

.clear_all {
	clear: both;
	margin: 5px 0px 10px;
}
.clear_all a {
	text-decoration: underline;
}
.clear_all a:hover {
	text-decoration: none;
}
.category_value {
	min-width: 60px;
}
.cat_outer {
	height: 20px;
	background: url(../images/category_btn_rt.gif) no-repeat top right;
	padding-right: 14px;
}
.cat_mid {
	height: 20px;
	padding-left: 4px;
	background: url(../images/category_btn_lt.gif) no-repeat top left;
}
.cat_inner {
	height: 20px;
	background: url(../images/category_btn_mid.gif) repeat-x top left;
	padding-left: 2px;
}
.mid {
	color: #999999;
}

.pale {
	color: #cccccc;
}

.footer {
	clear: both;
}

.row_end {
	padding-right: 0px!important;
	margin-right: 0px!important;
}

.no_display {
	display: none!important;
}

.no_background {
	background: none !important;
}
.firefox_pad { padding-bottom: 4px; }


/* KT */
.error-message {padding:15px 0 0 20px;color:#f4890b;font-size:13px;font-weight:bold;line-height:17px;background: #fff url(../img/error-icon.gif) 0 15px no-repeat;}
.error-message p {margin:0 0 0 0;}

.jsEnabled .jsDisabled {display:none !important;}
p.facet-error {
	color:red;
	padding-left:15px;
	margin:0;
}

div.sidebar_link {
	display:inline;
	float:left;
	position:relative;
	padding:0 0 20px 17px;
}
div.sidebar_link a {
	text-decoration:underline;
}


/* Pick List + */
body#psp h3.pl_section_title {
	color:#333;
	padding:15px 0 10px 0;
	margin:0;
	font-size:15px;
	text-transform:none;
}

body#psp div.pl_see_more {
	width:760px;
	text-align:right;
}

body#psp div.pl_see_more a {
	text-decoration:underline;
	font-weight:bold;
}

/* Header new links */
#header_phone {
	background:url(../img/site-header-phone-icon.gif) center left no-repeat;
	padding-left:18px;
	margin-left:10px;
	color:#fff;
}