﻿/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0px;
	padding:0px;
	background:#000033;
	color:#d1d1de;
	margin-top:-8px;/*changed to make prouct code fit*/
	
	
}
.NoUlDecoretion li{
	text-decoration:none;
}
.NoUlDecoretion a{
	text-decoration:none;
}
.NoUlDecoretion li a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
input.input_txt, textarea{
	border:solid 1px #e1e1e1;
	border-left:solid 1px #7c7c7c;
	border-top:solid 1px #7c7c7c;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0px;
	padding:2px 9px 1px;
}
select{
	margin:0px;
	padding:0px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}
h1{
	color: #FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	letter-spacing:1px;
}
h1.error{
	color:red;
}
h2{
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	letter-spacing:1px;
}
h3{
	color: #FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	letter-spacing:1px;
}

.footer h3
{
    clear: both;
    margin-top: 8px;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: normal;
	color:#d1d1de;
}
h1 a{
	color: #FFFFFF;
	text-decoration:none;
}
h1 a:hover{
	text-decoration: underline;
}
h1 span{
	text-transform:none;
	font-weight: normal;
}
a{
	color:#d1d1de;
}
a:hover{
	text-decoration:none;
}
p{
	padding: 6px 0px 6px 0px;
	margin:0px;
	line-height:14px;
	font-size:11px;/*added change text size on home page*/
}
p b{
	color:#FFFFFF;
}
table{
	border:0px; /* border="0" */
	border-collapse: collapse; /* cellspacing="0" */
}
table td{
	padding:0px;/* cellspadding="0" */
}
form{
	margin:0px;
	padding:0px;
}
img{
	border:0px;
}
.more_photos_body{
	padding:20px;
}
.more_photos_body a{
	margin: 0px 10px 0px 0px;
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
}
.more_photos_body img {
	border:1px solid #CCCCCC;
}
/***************BTNS styles*****************/
.btn_universal{
	display:block;
	cursor:pointer;
	border: solid 1px #333366;
	text-align:center;
	color:#cccccc;
	text-decoration:none;
	height:17px;
	line-height:17px;
	padding: 0px 3px;/*Changed from 7,button tightened up*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	white-space:nowrap;
	background:url(/res/img/btns/btn_universal.gif) repeat-x top;
}
.btn_universal:hover, .product_detail .btn_universal:hover{
	background:url(/res/img/btns/btn_universal.gif) repeat-x bottom;
	text-decoration:none;
	color:#FFFFFF;
}
.btn_remove{
	display:block;
	width:10px;
	height:9px;
	font-size:0px;
	background:url(/res/img/btns/btn_remove.gif) no-repeat top;
}
.btn_remove:hover{
	background:url(/res/img/btns/btn_remove.gif) no-repeat bottom;
}
.btn_universal_93, .btn_universal_80, .btn_universal_70, .btn_universal_60, .btn_universal_50{
	width:93px;
	height:19px;
	display:block;
	cursor:pointer;
	border:none;
	padding:0px;
	margin:0px;
	text-align:center;
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.btn_universal_93{
	width:93px;
	background:url(/res/img/btns/btn_universal_93.gif) no-repeat top;
}
.btn_universal_93:hover{
	color:#FFFFFF;
	background:url(/res/img/btns/btn_universal_93.gif) no-repeat bottom;
}
.btn_universal_80{
	width:80px;
	background:url(/res/img/btns/btn_universal_80.gif) no-repeat top;
}
.btn_universal_80:hover{
	color:#FFFFFF;
	background:url(/res/img/btns/btn_universal_80.gif) no-repeat bottom;
}
.btn_universal_70{
	width:70px;
	background:url(/res/img/btns/btn_universal_70.gif) no-repeat top;
}
.btn_universal_70:hover{
	color:#FFFFFF;
	background:url(/res/img/btns/btn_universal_70.gif) no-repeat bottom;
}
.btn_universal_60{
	width:60px;
	background:url(/res/img/btns/btn_universal_60.gif) no-repeat top;
}
.btn_universal_60:hover{
	color:#FFFFFF;
	background:url(/res/img/btns/btn_universal_60.gif) no-repeat bottom;
}
.btn_universal_50{
	width:50px;
	background:url(/res/img/btns/btn_universal_50.gif) no-repeat top;
}
.btn_universal_50:hover{
	color:#FFFFFF;
	background:url(/res/img/btns/btn_universal_50.gif) no-repeat bottom;
}
.btn_universal_line{
	display:inline;
}
/***************header styles*****************/
.header{
	margin: auto;
	width:930px;
	padding: 10px 0px 0px 0px;
	height:100px;/*added JP*/
}
.header_topmenu td{
	line-height:18px;
	color:#d1d1de;
	font-size:11px;
	height:19px;
	
}

.header_topmenu{
	text-decoration:none;
	color: #00FF00;
}
.header_topmenu a.btn_universal:hover{
	text-decoration:none;
}
.header_topmenu a:hover{
}
.header_topmenu input.input_txt, .search input.input_txt{
	color:#000000;
	font-size:11px;
	padding: 2px 9px 1px 8px;
	margin:0px;
	width:132px;
}
.header .logo
{
   width :786px;
   float:left;
}
.header .social_links
{
   width :144px;
   float:right;
}

.search input.input_txt{
	width:96px;
	height:13px;
	padding-top:1px;
}
.logo_aln img{
	margin-top:-38px;/*changed fom -20, decreas space between top and logo*/
	margin-left:-10px;
}
.login_failed_message{
	position:relative;
	float:right;
	clear:both;
	height:18px;
	line-height:18px;
	white-space:nowrap;
}
.top_navigation{
	overflow:hidden;
	height:33px;
}
/***************advanced search styles*****************/
/***************main menu styles*****************/
.main_menu_bg{
	margin: 0px auto auto auto;
	padding: 4px 10px;
	background:url(/res/img/main_menu_bg.gif) repeat-x;
	/*overflow:hidden;*/
	width:930px;
	margin-top:-10px;
}
.main_menu_list{
	margin:0px;
	padding:0px;
	height:20px;
	line-height:20px;
	float:left;
	clear:both;
}
.main_menu_list .active
{
    position:relative;
}
.main_menu_list li{
	margin:0px;
	padding:0px;
	list-style:none;
	display: inline;
	/*overflow:hidden;*/
	color:#d1d1de;
	font-size:11px;
}
.main_menu_list li div ul{
    background:#222154;
    margin:0;
    padding:0;
    margin-top:11px;
    width:155px;
}
*+html .main_menu_list li div ul{
    margin-top:11px;
}
.main_menu_list li div ul li{
    background:#222154;
    color:#999999;
    list-style-type:none;
    display:block;
    white-space:nowrap;
    width:140px;
}
.main_menu_list li div ul li a{
    padding:7px;
    display:block;
    white-space:nowrap;
    background:none;
    width:140px;
}
.main_menu_list li div ul li a:hover{
    background:url(/res/img/active-menu.gif) no-repeat left top;
}
.NewStile li{
text-decoration:none;
}
.news_list{
    color:#8e8eb4;
    padding-bottom:10px;
}
.news_list a{
    color:#8e8eb4;
    text-decoration:underline;    
}
.news_list a:hover{
    text-decoration:none;
    color:White;
}
.category_detail_2 ul li{
    list-style-type:none;
    background:url(/res/img/year-menu.gif) no-repeat left 7px;
    padding:0 0 20px 15px;
}
.category_detail_2 ul li a{
    color:#8e8eb4;
}
.category_detail_2 ul li a:hover{
    color:White;
}
.category_detail_2 ul li.active a{
    color:White;
}
.main_menu_list li.splitter{
	padding: 0px 6px;
}
.link_ov_news{
    color:#8e8eb4;
    text-decoration:underline !important;
}
.link_ov_news:hover{
    color:White !important;
    background:none !important;
    text-decoration:none !important;
}
.category_pagenavigator_news{
    border-top:1px solid #919699;
    padding-top:5px !important;
    text-align:left !important;
}
.main_menu_list li a{
	color:#d1d1de;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
}
.main_menu_list li.hover,
.main_menu_list li:hover {
	position:relative;
}
.main_menu_list li a:hover{
	color:#FFFFFF;
}
.main_menu_list li a.link_ov{
	color:#FFFFFF;
	font-weight:bold;
}
.main_menu_list div {
	display:none;
	position:absolute;
	top:10px;
	left:0px;
}
.main_menu_list li.hover div,
.main_menu_list li:hover div {
	display:block;
}
/***************subpage menu styles*****************/
.left_subpmenu{
	float:left;
	width:180px;/*changed from 170,gives list item more space for bold on rolover*/
	padding-right:10px;/*achanged from 20, gives more space for basket*/
	overflow:hidden;
}
.left_subpmenu2{
	float:left;
	width:170px;
	overflow:hidden;
}
.left_subpmenu_title_bg{
	margin: 0px auto auto auto;
	background:url(/res/img/main_menu_bg.gif) repeat-x;
	overflow:hidden;
	padding:5px;
}
.left_subpmenu_form{
	margin: 0px auto auto auto;
	overflow:hidden;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	text-align:center;
}

.subpmenu_list{
	margin: 0px 0px 66px 0px;
	padding:0px;
	font-size:11px;
	/*added makes list font size bigger*/
}
.subpmenu_list li{
	margin:0px;
	padding:0px;
	list-style:none;
	padding: 0px 0px 15px 0px;/*changed from 15px*/
	margin:0px;
	font-size:11px;
}
.subpmenu_list a{
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
}
.subpmenu_list a:hover{
	color: #FFFFFF;
	font-weight:bold;
}
.go-btn{
    display:inline-block;
    background:url(/res/img/btns/go-btn.gif) no-repeat left top;
    width:25px;
    height:19px;
}
.go-btn:hover{
    background-position:left bottom;
}
.subpmenu_list a.link_ov, .subpmenu_list_ov a.subpmenu_list_link{
	color:#FFFFFF;
	font-weight:bold;
}
.subpmenu_list_lvl2{
	margin:0px;
	padding: 5px 0px 0px 15px;/*chanhed from 20, tightens up nav bar between categories*/
}
.subpmenu_list_lvl2 li{
	margin:0px;
	padding: 1px 0px;/*chanhed from 2, slightly less space between each item in navigation*/
}
.subpmenu_list_lvl2 li a{
	margin:0px;
	padding:0px;
	text-transform:none;
	line-height:14px;
}
/***************footer styles*****************/
.footer{
	margin:auto;
	width:950px;
	padding: 10px 0px;/*changed from 15,footer nav text move up*/
	text-align:left;
}
.footer_menu_list{
	margin:0px;
	padding:0px;
	line-height:15px;
	
}
.footer_menu_list li{
	margin:0px;
	padding:0px;
	display:inline;
	list-style:none;
	color:#d1d1de;
	font-size:11px;
}
.footer_menu_list li.splitter{
	padding: 0px 2px;
}
.footer_menu_list li a{
	color:#d1d1de;
	font-size:11px;
	text-decoration:none;
	
}
.footer_menu_list li a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
/***************home_content styles*****************/
.home_content_1{
	float:left;
	width:324px;
	padding-right:45px;/*changed from 26px*/
	overflow:hidden;
}
.home_content_2{
	float:left;
	width:390px;
	overflow:hidden;
}
.home_categories{
	margin:4px 0px 0px 0px;/*changed from 20,bottom teasers moved up*/
	
}
.home_categories_link img{
	border:solid 1px #3d3d3d;
}
.home_categories_link a:hover img{
	border:solid 1px #FFFFFF;
}
/***************content styles*****************/
.clear{
	font-size:0px;
	line-height:1px;
	height:0px;
	clear:both;
}
.content{
	margin:auto;
	padding: 13px 0px 0px 0px;/*changed from 20px*/
	width:950px;/*changed from 930px*/
	clear:both;
	overflow:hidden;
}
.text_content{
	float:left;
	width:444px;
	overflow:hidden;
	padding-right:26px;
}
.text_content2{
	float:left;
	width:470px;
	overflow:hidden;
}
.text_content_lpad{
	overflow:hidden;
	padding-right:26px;
}
.text_content3{
	float:left;
	width:740px;
	overflow:hidden;
	/*padding-right:26px;*/
}
.category_content{
	width:740px;
	float:left;
}
.category_content h1{
}
.category_content .category_pagenavigator{
	padding-left:10px;
}
.category_itm{
	width:122px;
	height:170px;
	float:left;
	padding: 0px 26px 0px 0px;
	text-align:center;
}
.category_itm img{
	border:solid 1px #3d3d3d;
}
.category_itm a:hover img{
	border:solid 1px #FFFFFF;
}
.category_itm_title{
	display:block;
	line-height:16px;
	height:41px;
	padding: 7px 0px 0px 0px;
}
.category_itm_title a{
	text-decoration:none;
}
.category_itm_title a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.category_pic_aln{
	width:122px;
	height:107px;/*changed from 122px*/
	text-align:center;
	vertical-align:bottom;
}
.category_pagenavigator{
	text-align:center;
	line-height:16px;
	padding: 0px 0px 10px 0px;
}
.category_pagenavigator .splittter{
	font-size:14px;
}
.category_pagenavigator a{
	padding: 0px 4px;
}
.category_pagenavigator a.link_ov{
	text-decoration:none;
}
.category_pagenavigator a:hover{
	color: #000000;
	background:#FFFFFF;
}
.category_detail_1, .category_detail_1_2{
	width:538px;/*changed from 470,get 4 thumbnails per row */
	float:left;
	margin-bottom:3px;/* added */
}
.category_detail_2{
	width:200px;/*changed from 270, decrease basket width*/
	float:left;
}
.category_detail_1 h1{
	padding-bottom:6px;
}
.category_detail_1 .category_pagenavigator{
	width:523px;/*changed from 426px*/
}
.category_detail_1_text p{
	margin:0px;
	padding: 6px 26px 6px 0px;
}
.category_detail_itm{
	width:122px;
	height:213px;
	padding: 8px 10px 20px 0px;/*changed from 30, Tighten space between images*/
	float:left;
}
.search_results_itm{
	height:200px;
	padding: 8px 30px 10px 0px;
}
.category_detail_pic_aln{
	width:122px;
	height:106px;/*changed from 122px*/
	text-align:center;
	vertical-align:top;/*changed from bottom, helps with un-uniform product images*/
}
.category_detail_pic_aln img{
	border:solid 1px #3d3d3d;
	
}
.category_detail_pic_aln a:hover img{
	border:solid 1px #FFFFFF;
}
.category_detail_itm .title{
	display:block;
	line-height:14px;
	height:28px;
	padding-top:5px;
}
.category_detail_itm .title a{
	text-decoration:none;
	font-weight:bold;
}
.category_detail_itm .title a:hover{
	text-decoration: underline;
	color:#FFFFFF;
}
.category_detail_itm .code{
	display:block;
	line-height:16px;
	height:16px;
	color:#696982;
	padding-right:2px;
	
}
.category_detail_itm .price{
	display:block;
	line-height:16px;
	height:16px;
	padding-bottom:4px;
	color:#ff6633;
}
.price{
	color:#ff6633;
}
.add_itm{
	height:19px;
}
.add_itm input{
	width:49px;/*changed from 49,quantity field tightened up*/

}
.cart_list{
	margin: 0px 0px 0px 0px;
}
.cart_list td{
	line-height:20px;
	vertical-align:middle;
}
.cart_list td.cart_list_title{
	line-height:normal;
	padding-bottom:4px;
}
.cart_list td.cart_list_qty{
	padding-right:7px;
}
.cart_list td.cart_list_text, .cart_list th.cart_list_text{
	line-height:14px;
	padding: 3px 0px;
	padding-right:10px;
	text-align:left;
}
.cart_list th.cart_list_text{
	color:#FFFFFF;
}
.cart_list td.cart_list_price{
	padding-right:15px;/*changed from 20, basket width smaller*/
}
.cart_list td.cart_list_tbQuantity{
	/*height:34px;*/
	padding: 3px 0px;
}
.cart_list_total{
	color:#ff3300;
	background:#000000;
	line-height:30px;
	height:30px;
	font-weight:bold;
	letter-spacing:1px;
}
.cart_list_total td{
	padding: 0px 8px;
}
.product_detail_inf{
	padding: 0px 40px 0px 20px;
}
.product_detail_pic img{
	border:solid 1px #cccccc;
}
.product_detail_pic a:hover img{
	border:solid 1px #ffffff;
}
.product_detail_pic a{
	line-height:24px;
}
.product_detail a{
	text-decoration:none;
}
.product_detail a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
.product_detail_inf .code{
	padding-top:0px;
}

.form_content{
}
.form_text{
	width:200px;
	float:left;
	overflow:hidden;
	text-align:right;
	line-height:20px;
	height:25px;
}
.form_text2{
	width:200px;
	float:left;
	overflow:hidden;
	text-align:right;
	line-height:15px;
	padding: 0px 0px 5px 0px;
}
.form_validator{
	color:#d53d1a;
	width:15px;
	float:left;
	overflow:hidden;
	padding-left:5px;
	line-height:20px;
	height:25px;
}
.validator{
	color:#d53d1a;
}
.validator2{
	display:block;
}
.CustomValidator{
	display:block;
	line-height:16px;
	padding:4px 0px;
	font-weight:bold;
}
.validation_messages{
	display:block;
	color:red;
	font-weight:bold;
	line-height:16px;
	margin:0px;
	padding:4px 0px;
}
.form_input{
	width:225px;
	padding-right:25px;
	float:left;
	overflow:hidden;
	line-height:20px;
	height:25px;
}
.form_input .btn_universal{
}
.form_input input.input_txt, .form_input2 input.input_txt{
	width:175px;
}
.form_input_delivery input.input_txt{
	margin-right:9px;
}
.form_input_delivery input{
	vertical-align:middle;
}
.form_input2 textarea{
	width:175px;
}
.form_input2 input.input_txt{
	margin: 0px 0px 5px 0px;
}
.form_input2{
	width:225px;
	float:left;
	overflow:hidden;
	line-height:15px;
	padding: 0px 0px 5px 0px;
}
.form_line{
	width:740px;
	float:left;
	overflow:hidden;
	line-height:20px;
	height:25px;
}
.form_label{
	color:#FFFFFF;
}
.form_content2 .form_text, .form_content2 .form_text2{
	width:140px;
}
.form_content3 .form_text, .form_content3 .form_text2{
	width:105px;
}
.form_content3 .form_input, .form_content3 .form_input2{
	width:155px;
	padding-right:0px;
}
.form_content3 .form_input input.input_txt, .form_content3 .form_input2 input.input_txt{
	width:130px;
}
.form_content3 .form_input input.input_txt, .form_content3 .form_input2 input.input_txt{
	width:130px;
}

.float_l{
	float:left;
}
.float_r{
	float:right;
}
.ErrorMessage{
}
.ErrorMessage ul{
	margin:0px;
	padding:0px;
}
.ErrorMessage ul li{
	margin:0px;
	padding:0px;
	line-height:16px;
	padding:4px 0px;
	list-style:none;
	color:red;
	font-weight:bold;
}

.categories_itm{
	width:122px;/*changed from 197px;*/
	height:170px;/*changed from 205px;*/
	padding: 0px 8px 0px 0px;/*changed from 30px;*/
	float:left;
}
.categories_itm .title{
	display:block;
	line-height:14px;
	height:28px;
	padding: 3px 0px 12px 0px;
	text-align:center;
}
.categories_itm .title a{
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
.categories_itm .title a:hover{
	text-decoration: underline;
	color:#FFFFFF;
}
.sitemap_content ul{
	padding: 0px 30px 0px 30px;
	margin:0px;
}
.sitemap_content ul li{
	padding:0px;
	margin:0px;
	padding-top:5px;
	line-height:16px;
}
.confirmation_table td{
	text-align:right;
	line-height:14px;
	padding: 6px 20px 0px 0px;
	vertical-align:top;
}
.confirmation_table td.name{
	color:#FFFFFF;
	padding-right:0px;
	text-align: left;
}
.confirmation_table2 td{
	line-height:14px;
	padding: 6px 0px 0px 0px;
	vertical-align:top;
}
.confirmation_table2 td.name{
	padding-right:10px;
	text-align:left;
}
.confirmation_table2 th.name{
	padding-right:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}
.confirmation_table2_vm td{
	vertical-align:middle;
}
.clsDataGrid{
	border:solid 1px #FFFFFF;
	border-collapse:collapse;
}
.clsDataGrid td{
	padding: 5px;
	border:solid 1px #FFFFFF;
	border-collapse:collapse;
	text-align:left;
}
.ForPrint{
	display:none;
}

*html #ctl00_ContentPlaceHolder1_Checkout1_dtbDate_ctl00_ctl01
{
    
   margin-top:185px;
   margin-left: 5px;
    }
    
*html #ctl00_ContentPlaceHolder1_Checkout1_dtbCollectionDate_ctl00_ctl01   
 {
   margin-top:190px;
   margin-left: 5px;
    }    
    
*+html #ctl00_ContentPlaceHolder1_Checkout1_dtbDate_ctl00_ctl01
{
    
   margin-top:200px;
   margin-left: 5px;
    }
    
*+html #ctl00_ContentPlaceHolder1_Checkout1_dtbCollectionDate_ctl00_ctl01   
 {
   margin-top:210px;
   margin-left: 5px;
    }
    
.active, .active a, .active a span
{
    font-weight:bold;
}

/* = Newsletter Panel */
.newsletter_panel{
    border:1px solid #212053;    
}
.newsletter_panel .form_validator{
    width:5px;
}
.newsletter_panel .form_line2{
    margin:0;
    padding-left:8px;
}
.newsletter_panel .form_line2 div{
    padding:3px;
}

/* = Management page */
.management_page{
    margin-top:12px;
}
.management_page .left_td{
    width:80px;
}
.management_page .left_td img{
    width:75px;
    border:2px solid Black;
}
.management_page .right_td{
    padding-left:15px;
    color:#8E8EB4    
}
.management_page .right_td p.jobName{
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    padding:0;
}
.management_page .right_td p.jobTitle{
    font-size:12px;
    text-transform:uppercase;
    padding:7px 0 0 0;
}

/* gnuworld edit - march 25th 2009 */

.logo_aln { text-decoration: none; }

.heading-title {
  padding-left: 115px;
  text-decoration: none;
}

h2.heading-title a {
  text-decoration: none;
  color:#ffffff;
}
