﻿@charset "utf-8";
/* CSS Document */

th 
{
	font-weight:normal;
	}

/*
---------------------------------------------
  HEADER
---------------------------------------------
*/

#header{
	width:1000px;
	display:block;
	margin:0 auto;
	margin-top:0px;
	position:relative;
	padding:62px 0 0 0;
}
.logo{
	
	float:left;
	position:absolute;
	top:5px;
	left:0;
	
}
.logo img{
	border:0;
	outline:0;
	margin:3px 0 0 0;
}
.header-feed
{
    float:right;
    color: #0560A6;
    position:absolute;
	margin:-27px 45px 0 0;
	right:0;
	cursor:pointer;
	width:300px;
	text-decoration:underline;
}
.fblikeus{margin-top:3px;float:left;}
.store-logo {
max-width: 700px;
height: 50px;
position: absolute;
top: 5px;
left: 0;
}
.store-logo img{
	border:0;
	outline:0;
}
.store-logo label{
	font-size:24px;
	font-weight:bold;
	color:#F77900;
	font-family:Tahoma, Geneva, sans-serif;
	float:none;
	padding-left:30px;
}
.store-logo-bus-name
{
    font-size:24px;
	font-weight:bold;
	color:#f7941e; 
	font-family:Tahoma, Geneva, sans-serif;
    }
/*---------------------------------------------
  LAYOUT
---------------------------------------------
*/
#global_wrapper{
	width:1000px;
	margin:0 auto;
	margin-top:0px;
	overflow:hidden;
	min-height:600px;
}
#main_wrapper{
	width:1000px;
	min-height:800px;
}
#main_wrapper-store{
	width:1000px;
	min-height:500px;
}
#left_wrapper{
	width:740px;
	float:left;
}
#right_wrapper{
	width:260px;
	float:left;
}
#layout_left{
	width:200px;
	float:left;
}
#layout_middle{
	width:500px;
	float:left;
	padding:0 20px;
}
#layout_right{
	width:260px;
	float:left;
}
#layout_right_inner{
	width:780px;
	float:left;
	padding:0 0 0 20px;
}

#layout_right_inner h1{
	font-size:18px;
	font-weight:normal;
	color:#555;
}
#layout_right_inner h1 span{
	color:#F7941E;
}
/*----------------TOP MENU-----------------*/
#topmenu_wrapper{
	position:absolute;
	top:0;
	right:0;
}
.topmenu-left{
	width:57px;
	height:30px;
	float:left;
	background:url(../../images/Home/topmenu_left.jpg) no-repeat left;
}
.topmenu-right{
	width:57px;
	height:30px;
	float:left;
	background:url(../../images/Home/topmenu_right.jpg) no-repeat right;
}
.topmenu{
	font-family:Tahoma, Geneva, sans-serif;
	height:30px;
	float:left;
	background:#fca900;	
}
.topmenu ul{
	list-style:none;
	margin:0;
	padding:0;
} 
.topmenu ul li{
	display:inline;
	padding:0 10px;
	float:left;
	
}
.topmenu ul li a{
	font-size:11px;
	font-weight:bold;
	color:#68420c;
	text-decoration:none;
	line-height:25px;
	float:left;
	
}
.topmenu ul li span{
	font-size:11px;
	font-weight:bold;
	color:#68420c;
	text-decoration:none;
	line-height:25px;
}
.topmenu ul li a:hover, .topmenu ul li a.active{
	text-decoration:underline;
}
/*----------------MAIN MENU-----------------*/
.dropdown{
	width:998px;
	height:34px;
	clear:both;
	font-family:Tahoma, Geneva, sans-serif;
	background:url(../../images/Home/menu_bg.jpg) repeat-x;
	border:1px solid #ccc;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	margin-top:3px;
	position:relative;
	z-index:110;
}
.dropdown ul{
	list-style:none;
	margin:0;
	padding:0;
}
.dropdown ul li{
	height:35px;
	position: relative;
	float: left;
	line-height:32px;
	z-index:9;
}
.dropdown ul li a{
	height:34px;
	display:block;
	float:left;
	font-size:13px;
	color:#555;
	text-decoration:none;
	border-right:1px solid #ddd;
	padding:0 38px !important;
}
* html .dropdown ul li a{ 
	display: inline-block;	
}
.dropdown ul li .more a{
	height:25px;
	text-align:left !important;
	font-size:10px;
	font-weight:bold;
	color:#333;
	background:none;
	border:none;
	padding:0 0 0 15px !important;
}
.dropdown ul li .more a:hover{
	background:none;
	border:none;
	color:#F7941E;
	margin:0;
}
.dropdown ul li a:link, .dropdown ul li a:visited{
	color:#6c5a40;
}
.dropdown ul li a.selected{ 
	background:url(../../images/Home/menu_over.jpg) repeat-x 0 -68px;
	border:1px solid #cdbd9b;
	color:#6c5a40;
	margin:-1px 0 0 -1px;
}
.dropdown ul li a:hover{
	background:url(../../images/Home/menu_over.jpg) repeat-x;
	border:1px solid #cdbd9b;
	color:#6c5a40;
	margin:-1px 0 0 -1px;	
}
.dropdown ul li a .goto{	
	border:none;
}
.dropdown ul li a .goto span{	
	width:10px;
	height:10px;
	display:block;
	float:right;
	background:url(../../images/Home/arw_rgt.png) no-repeat;
	margin:13px 0 0 5px;
}
.dropdown ul li a.goto:hover{
	background:url(../../images/Home/menu_over.jpg) repeat-x;
	border:1px solid #cdbd9b;
}
.dropdown ul li a.goto:active{
	background:url(../../images/Home/menu_over.jpg) repeat-x 0 -34px;
	color:#6c5a40;
}
.dropdown ul li a:active{
	background:url(../../images/Home/menu_over.jpg) repeat-x 0 -34px;
	color:#6c5a40;
	margin:-1px 0 0 -1px;
}
.dropdown ul li a.active{
	background:url(../../images/Home/menu_over.jpg) repeat-x 0 -68px;
	border:1px solid #cdbd9b;
	color:#6c5a40;
	margin:-1px 0 0 -1px;
}
.dropdown ul li ul{
	position: absolute;
	top:0;
	left: 0;
	display: none;
	visibility: hidden;
	background:#fff;
	border:1px solid #969696;
	border-top:4px solid #e9e9e9;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;	
	z-index:999 !important;
}
.dropdown ul li ul li{
	height:30px;
	display: list-item;
	float: none;
	line-height:28px;
}
.dropdown ul li ul li ul{
	top: 0;
}
.dropdown ul li ul li a{
	height:29px;
	width: 210px;
	padding: 0 15px !important;
	margin: 0 !important;
	border-top-width: 0;
	border:0;
	border-bottom:1px solid #ddd;
}
.dropdown ul li ul li a:hover{
	background:#fbf0d8;
	border:none;
	color:#6c5a40;
	border-bottom:1px solid #ddd;
}
.dropdown-submenu{display: block;position: relative;background: url(../../images/Home/arw.png) no-repeat 230px 10px !important;}
.dropdown-submenu ul{border-top:1px solid #969696 !important;margin-left:3px !important;border-bottom-right-radius: 4px;-moz-border-top-right-radius: 4px;-webkit-border-top-right-radius: 4px;-khtml-border-top-right-radius: 4px;border-top-right-radius: 4px;}

* html .dropdown{
	height: 1%;
}
.downarrowclass{
	position: absolute;
	top: 15px !important;
	right: 25px;
}
#header_search{
	width:960px;
	display:block;
	clear:both;
	text-align:center !important;
	font-family:Tahoma, Geneva, sans-serif;
	background:#6a6560;
	border-top:2px solid #4c4944;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin:0 0 10px 0;
	padding:10px 20px;
}
#header_search label{
	font-size:14px;
	font-weight:bold;
	color:#ffc44e;
	line-height:25px;
	padding:0 10px 0 0;
}
#header_search select{
	width:180px;
	height:27px;
	float:left;
	background:#fff;
	border:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#555;
	margin:0 6px;
	padding:3px;
}
.header_search-div{text-align:center !important;}
input.text{
	width:530px;
	height:19px;
	background:#fff;
	border:none;
	font-family:arial, sans-serif;
	font-size:14px !important;
	color:#555;
	padding:5px 5px 5px 7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
input.textbox{	
	width:218px;
	height:15px;
	clear:both;
	background:#fff;
	border:1px solid #bfb3a9;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px !important;
	color:#7b6b60;
	margin:3px 0;
	padding:5px;
}
.search-form-element{width:960px;text-align:center;}
.search-form-element a{
	font-size:12px;
	color:White;
	text-decoration:none;
	line-height:25px;
	padding:0 0 0 10px;
}
.search-form-element a:hover{
	text-decoration:underline;
	color:White;
}
.shopfor-button-orange{
	height:29px;
	background:url(../../images/Home/button_orange.jpg) repeat-x;
	border:1px solid #d6a65a;
	cursor:pointer;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#68420c;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin-left:5px;
	padding:0 10px;
    width:70px;
    
}
.shopfor-button-orange:hover{
	background-position:0 -29px;
}

ul.popular-search{
	padding:5px 0 0 0;
	margin:0;
	list-style:none;
	font-size:12px !important;
	
}
ul.popular-search li{
	display:inline;
	font-size:12px;
	color:#ffc44e;	
	margin-top:2px !important;	
	padding-bottom:10px;
}

ul.popular-search li a{
	color:#fff;
	text-decoration:none;
	padding:5px 8px 0 0 !important;
	margin-top:2px !important;	
}
ul.popular-search li a:hover{
	text-decoration:underline;
}
ul.popular-search-from-search-header{
	
	padding:5px 0 4px 127px;
	margin:0;
	list-style:none;
}
ul.popular-search-from-search-header li{
	display:inline;
	font-size:12px;
	color:#ffc44e;		
}
ul.popular-search-from-search-header li a{
	color:#fff;
	text-decoration:none;
	padding:5px 8px 0 0 !important;
}
ul.popular-search-from-search-header li a:hover{
	text-decoration:underline;
}
p#vtip {
	display: none;
	position: absolute;
	padding: 6px 12px 8px 12px;
	left:10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#77685a;
	line-height:18px;
	background-color: #f9efdb;
	border: 1px solid #beb39d;
	z-index: 999999;
	-moz-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
	max-width:400px;
}
p#vtip #vtipArrow {
	display:none;
}
#footer{
	width:980px;
	margin:10px auto 40px auto;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	background:#f2f2f2;
	border:1px solid #d9d9d9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding:13px 18px 7px 0;
}
#accfooter
{
	
	}
	
#accfooter #footer{
	width:94%;
	margin:10px auto 40px auto;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	background:#f2f2f2;
	border:1px solid #d9d9d9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding:13px 18px 7px 0;
	
}
#footer a{
	font-size:12px;
	color:#0560a6;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer ul{
	width:134px;
	float:left;
	list-style:none;
	line-height:18px;
	border-left:1px solid #d9d9d9;
	margin:0 0 0 -1px;
	padding:0 0 10px 18px;
}
#footer ul li a img{
	margin:14px 0 0 0;
}
.footer-icons{
	width:80px;
	height:85px;
	float:left;
	padding:0 20px 0 0;
}
#footer p{
	width:390px;
	float:right;
	font-size:11px;
	color:#666;
	line-height:16px;
	margin:0;
	padding:0;
}
#footer p a{
	font-size:11px;
}
#footer p span{
	font-size:11px;
	font-weight:normal;
	color:#888;
	line-height:28px;
}

#Page_Content{
	width:1000px;
	display:block;
	margin:0 auto;
	position:relative;		
}




/* Account Menu */

#accheader{
	width:95%;
	display:block;
	position:relative;
	margin:0 auto;
	font-family:Tahoma, Geneva, sans-serif;
	padding:62px 0 0 0;
}
.acc-logo{
	width:200px;
	height:50px;
	position:absolute;
	top:5px;
	left:0;
}
#acc_topmenu_wrapper{
	position:absolute;
	top:0;
	right:0;
}
.acc-topmenu-left{
	width:57px;
	height:30px;
	float:left;
	background:url(../../images/Home/topmenu_left.jpg) no-repeat left;
}
.acc-topmenu-right{
	width:57px;
	height:30px;
	float:left;
	background:url(../../images/Home/topmenu_right.jpg) no-repeat right;
}
.acc-topmenu{
	height:30px;
	float:left;
	background:#fca900;	
}
.acc-topmenu ul{
	margin:0;
	padding:0;
}
.acc-topmenu ul li{
	display:inline;
	padding:0 6px;	
}
.acc-topmenu ul li a{
	font-size:11px;
	font-weight:bold;
	color:#68420c;
	text-decoration:none;
	line-height:25px;
}
.acc-topmenu ul li a span{
	color:#fff;
}
.acc-topmenu ul li a span:hover{
	color:#68420c;
}
.acc-topmenu ul li a:hover, .topmenu ul li a.active{
	color:#fff;
}
.accdropdown{
	width:100%;
	height:34px;
	clear:both;
	background:url(../../images/Home/menu_bg.jpg) repeat-x;
	border:1px solid #ccc;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.accdropdown ul{
	z-index:100;
	margin:0;
	padding:0;
	list-style:none;
}
.accdropdown ul li{
	height:35px;
	position: relative;
	float: left;
	line-height:32px;
}
.accdropdown ul li a{
	height:34px;
	display:block;
	float:left;
	font-size:13px;
	color:#555;
	text-decoration:none;
	border-right:1px solid #ddd;
	padding:0 42px !important;
}
* html .accdropdown ul li a{ 
	display: inline-block;	
}
.accdropdown ul li a.more{
	height:25px;
	text-align:left !important;
	font-size:10px;
	font-weight:bold;
	color:#333;
	background:none;
	border:none;
	padding:0 0 0 15px !important;
}
.accdropdown ul li a.more:hover{
	background:none;
	border:none;
	color:#F7941E;
	margin:0;
}
.accdropdown ul li a:link, .accdropdown ul li a:visited{
	color:#6c5a40;
}
.accdropdown ul li a.selected{ 
	background:url(../../images/Home/menu_over.jpg) repeat-x 0 -68px;
	border:1px solid #cdbd9b;
	color:#6c5a40;
	margin:-1px 0 0 -1px;
}
.accdropdown ul li a:hover{
	background:url(../../images/Home/menu_over.jpg) repeat-x;
	border:1px solid #cdbd9b;
	color:#6c5a40;
	margin:-1px 0 0 -1px;	
}
.accdropdown ul li a.goto{	
	border:none;
}
.accdropdown ul li a.goto span{	
	width:10px;
	height:10px;
	display:block;
	float:right;
	background:url(../../images/Home/arw_rgt.png) no-repeat;
	margin:13px 0 0 5px;
}
.accdropdown ul li a.goto:hover{
	background:url(../../images/Home/menu_over.jpg) repeat-x;
	border:1px solid #cdbd9b;
}
.accdropdown ul li a.goto:active{
	background:url(../../images/Home/menu_over.jpg) repeat-x 0 -34px;
	color:#6c5a40;
}
.accdropdown ul li a:active{
	background:url(../../images/Home/menu_over.jpg) repeat-x 0 -34px;
	color:#6c5a40;
	margin:-1px 0 0 -1px;
}
.accdropdown ul li a.active{
	background:url(../../images/Home/menu_over.jpg) repeat-x 0 -68px;
	border:1px solid #cdbd9b;
	color:#6c5a40;
	margin:-1px 0 0 -1px;
}
.accdropdown ul li ul{
	position: absolute;
	top:0;
	left: 0;
	display: none;
	visibility: hidden;
	background:#fff;
	border:1px solid #969696;
	border-top:4px solid #e9e9e9;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	z-index:999;
}
.accdropdown ul li ul li{
	height:30px;
	display: list-item;
	float: none;
	line-height:28px;
}
.accdropdown ul li ul li ul{
	top: 0;
}
.accdropdown ul li ul li a{
	height:29px;
	width: 210px;
	padding: 0 15px !important;
	margin: 0 !important;
	border-top-width: 0;
	border:0;
	border-bottom:1px solid #ddd;
}
.accdropdown ul li ul li a:hover{
	background:#fbf0d8;
	border:none;
	color:#6c5a40;
	border-bottom:1px solid #ddd;
}
* html .accdropdown{
	height: 1%;
}
.accdownarrowclass{
	position: absolute;
	top: 15px;
	right: 30px;
}
#acc_search_wrapper{
	width:450px;
	position:absolute;
	top:30px;
	right:0;
	padding:5px 32px 0 0;
}
input.acc-text{
	width:340px;
	height:13px;
	float:left;
	border:1px solid #c1c1c1;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#555;
	margin:0 3px 0 9px;
	padding:3px 5px;
}
.search-button-orange{
	height:21px;
	float:left;
	background:url(../../images/Home/button_orange.jpg) repeat-x;
	border:1px solid #d6a65a;
	cursor:pointer;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#68420c;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding:0 6px;
}
.search-button-orange:hover{
	background-position:0 -29px;
}

#acc-Page_Content{
	width:95%;
	display:block;
	position:relative;
	margin:0 auto;
	font-family:Tahoma, Geneva, sans-serif;	
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	margin-right: 0 !important;
	text-decoration: none !important;
	cursor: pointer;
}
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
	background:White !important;
	border:1px solid gray !important;
	z-index: 999 !important;
}
.ui-menu .ui-menu 
{	
	margin-top: -3px;
	z-index: 999 !important;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
	z-index:999 !important;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	font-size:14px !important;
	color:#222 !important;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
	z-index:999 !important;
	width:100%;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: bold;
	margin: 0 !important;
	color:#0560a6 !important;
	background: #D2E6F7 url(../images/alert-overlay.png) repeat-x;
	z-index:999 !important;
}
.ui-menu .ui-menu-item a {
	cursor:pointer !important;
}
.ui-autocomplete {
		max-height: 350px;		
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: auto;
		/* add padding to account for vertical scrollbar */
		padding-right: 11px;
		 position: absolute; 
		 cursor:pointer;  
		 text-align:left;
		 margin-right:20px;
	}
	/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
	* html .ui-autocomplete {
		height: 100px;
		
	}










