@charset "utf-8";
@import url(messages.css);

* {
	margin: 0;
	padding: 0;
	outline:none;
}

body {
	background-image:url(/images/pageBg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #571F15;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	/*color:#988886;*/
	color:#6A5C5B;
	line-height: 150%;
}
h1 {
	font-family: "Lucida Sans Unicode", Arial;
	font-size: 18px;
	font-weight:normal;
	/*color:#988886;*/
	color:#6A5C5B;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#196A83;
	text-decoration: none;
}

h3 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#196A83;
	text-decoration: none;
}


h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: normal;
	margin: 9px 0 6px 0;
	color:#ffffff;
	text-transform:uppercase;
}
h4 a {
	text-decoration: none;
}


form {
	display: inline;
}

/* go shopping blocks */
#goShoppingMens{
/*	background-image:url(/images/categories/mens/mens_2.jpg); */
	background-image:url(/images/categories/mens/mens_4.jpg); 
	background-position: -120px 100%; 
	background-repeat: no-repeat;
	cursor:pointer;
}

#goShoppingWomens{
/*	background-image:url(/images/categories/womens/womens_2.jpg); */
	background-image:url(/images/categories/womens/womens_3.jpg); 
	background-position: -60px 100%; 
	background-repeat: no-repeat;
	cursor:pointer;
}

#goShoppingEquipment{
/*	background-image:url(/images/categories/equipment/equipment.jpg); */
	background-image:url(/images/categories/equipment/equipment_4.jpg); 
	background-position: right; 
	background-repeat: no-repeat;
	cursor:pointer;
}


/* homepage banner nav bar */


#banner-nav-bg{
	position:relative;
	top:230px;
	background:#A93F0E;
	width:950px;
	height:43px;
	
}

ul#banner-nav {
list-style:none;
margin-left:52;
padding:0;
width:auto;
}

ul#banner-nav li {
display:inline
}

ul#banner-nav li a {
text-decoration:none;
font-size:16px;
font-weight:bold;
padding:14px 23px;
margin-left:25px;
align:center;
color:#fff;
float:left;
text-align:center;


}

ul#banner-nav li a:hover {
color:#930;
}


#commonHeader{
	height:auto;
	width: 950px; 
	position:relative;
}


/* category header blocks */
#aboutHeader{
	height:300px;
	width: 950px; 
	position:relative;
	background-image:url(/images/aboutus/hikoiTeam.jpg); 
	background-position: top left; 
	background-repeat: no-repeat;
}

#aboutHeader div {
	position: absolute;
	top: 230px;
	left: 0;
	background-color: #CCCC66;
}
#aboutHeader div div{
	top: 0;
	width: 900px;
	padding-left: 50px;
}



#contactHeader{
	height:300px;
	width: 950px; 
	position:relative;
	background-image:url(/images/contact/contactBg2.jpg); 
	background-position: top left; 
	background-repeat: no-repeat;
}


#contactHeader div {
	position: absolute;
	top: 230px;
	left: 0;
	background-color: #CCCC66;
}
#contactHeader div div{
	top: 0;
	width: 900px;
	padding-left: 50px;
}





#hikoiContent{
	margin: 25px 50px 50px 50px;
}

#hikoiContent h1 {
	margin-top: 15px;
	margin-bottom:15px; 
}

#hikoiContent h2 {
	margin-top: 15px;
	margin-bottom:15px; 
}
#hikoiContent p {
	margin-bottom: 15px;
}






#catHeaderWomens, #catHeaderMens, #catHeaderEquipment, #catHeaderKids, #goShoppingIntro{
	height:300px;
	width: 350px; 
	position:relative;

}

#catHeaderMens{
	background-image:url(/images/categories/mens/mens_6.jpg); 
	background-position: top left; 
	background-repeat: no-repeat;
}

#catHeaderWomens{
	background-image:url(/images/categories/womens/womens_6.jpg); 
	background-position: top left; 
	background-repeat: no-repeat;
}

#catHeaderKids{
	background-image:url(/images/categories/kids/kids_1.jpg); 
	background-position: top left; 
	background-repeat: no-repeat;
}

#catHeaderEquipment{
	background-image:url(/images/categories/equipment/equipment_3.jpg); 
	background-position: top left; 
	background-repeat: no-repeat;
}
#catHeaderSpecials{
	background-image:url(/images/categories/specialsMainImage.jpg); 
	background-position: top left; 
	background-repeat: no-repeat;
}
#catHeaderSpecials h4 {
	display:none;
}



#catHeaderSpecials h9 {
	display:none;
}

#goShoppingIntro {
	
	background-image:url(/images/categories/shopLandingIntro.jpg);
	
	
	/*promotions  
	background-image:url(/images/promo/shoeTradeIn.jpg);
	cursor:pointer;*/
	background-position: top left; 
	background-repeat: no-repeat;
}
#goShoppingIntro h4 {
	/*display:none;*/
}

#catHeaderWomens div, #catHeaderMens div, #catHeaderEquipment div, #catHeaderKids div, #goShoppingIntro div, #catHeaderSpecials div {
	position: absolute;
	top: 230px;
	left: 0;
}
#catHeaderWomens div div, #catHeaderMens div div, #catHeaderEquipment div div, #catHeaderKids div div, #goShoppingIntro div div, #catHeaderSpecials div div{
	top: 0;
	width: 300px;
	padding-left: 50px;
	padding-bottom: 6px;
}


#catHeaderWomens div, #goShoppingWomens div {
	background-color: #78688C;
}
#catHeaderMens div, #goShoppingMens div {
	background-color: #15628E;
}
#catHeaderEquipment div, #goShoppingEquipment div {
	background-color: #196A83;
}
#catHeaderKids div, #goShoppingKids div {
	background-color: #BB996B;
}

#goShoppingWomens div, #goShoppingMens div, #goShoppingKids div, #goShoppingEquipment div {
	padding:4px 0 6px 0;
}





#goShoppingIntro div {
 /*background-color: #196A83;*/
}

/*for use with sifr*/
#catIntro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight: normal;
	margin: 16px 0 6px 0;
	color:#ffffff;
	text-transform:uppercase;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: normal;
	margin: 9px 0 6px 0;
	color:#ffffff;
	text-transform:uppercase;
}
h4 a {
	text-decoration: none;
}



h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	margin: 11px 0 6px 0;
	font-weight: bold;
	color:#ffffff;
	text-transform:uppercase;
}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin: 0;
	font-weight: normal;
	color:#ffffff;
	text-transform:uppercase;
	margin-top: 5px;
}
h4 a, h5 a, h6 a {
	color: #fff;
}










#landingPageTable{
	
	
	margin-bottom: 0px;
}

#landingPageTable td div {
	position: relative;
	top: -18px;
	padding-left: 0px;
	padding-right: 20px;
	text-transform:uppercase;
}

#masterContainer{
	width: 950px;
	text-align:left;
	margin: 0 auto;
}

#pageTopHeader{
	height:35px;	
	top: 0;
	margin: 0;
	padding: 0;
}
#TopHeaderContent {
	float:right;
	
}
#currencyForm {
	color: #AC9680;
	padding-top:5px;
	padding-right:80px;
	float:left;
}
.currency_select {font-size:12px; color:#996600;background-color:#D2C9BF; border:1px solid #996600;}
#accountNavigation {
	float:left;
	background:url(/images/topnavmenu_bg.jpg) top repeat-x;
}
.navbar ul {padding:0;margin:0;list-style-type:none; height:35px;}
.navbar ul li {float:left;height:35px;list-style-image:none; list-style:none;z-index:10}
.uncheckmenu, .navbar a, .navbar a:visited {display:block;float:left;font-size:13px;text-decoration:none;color:#996600;padding:0.8em 0.8em 0.8em 0.8em; 
text-transform:uppercase; font-weight:bold}
.navbar table {position:absolute; left:1px; top:0; width:0; height:0; font-size:1em; z-index:-1;}
* html .navbar a:hover {color:#fff;position:relative; z-index:100;}
.navbar li:hover {position:relative;}
.navbar :hover > a {background:url(/images/topnavmenu_bg_hover.jpg) top repeat-x;}
.navbar ul li.current a{  background:url(/images/topnavmenu_bg_hover.jpg) top repeat-x;}

#pageHeader{
	position:relative;
	background-image:url(/images/pageHeaderBg.jpg); 
	background-repeat:repeat-x; 
	top: 0;
	margin: 0;
	padding: 0;
}
#pageHeaderLeft {
	float:left;
}
#pageHeaderRight {
	float:right;
}
#HeaderBanner {
	height:160px;
}
#HeaderBannerLeft {
	float:left;
	padding-right:30px;
}
#HeaderBannerRight {
	float:left;
}
#livechatbanner {
	padding-top:20px;
}
#cartinheader {
	margin-top:10px;
	padding:10px;
	background-color:#D9CCB9;
	color:#996633;
	font-size:14px;
	font-weight:bold;
}
#cartinheaderEmpty{
	margin-top:10px;
	color:#996633;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}

#cartinheaderEmpty .emptyHeader {
	background-color:#D9CCB9;
	width:235px;
	text-align:right;
	padding:10px;
	color:#996633;
	font-size:14px;
}
#cartinheader a,  #cartinheaderEmpty a{ color:#604031; font-size:10px; text-decoration:underline;}
#cartinheader a:hover, #cartinheaderEmpty a:hover {  text-decoration:none;}
#menuBar {
	padding-top:3px;
	float:right;
	background:url(/images/menubtn.jpg) top repeat-x;
}

.menuBarNav {font-size:1.3em;}
.menuBarNav ul {padding:0;margin:0;list-style-type:none; height:42px;}
.menuBarNav ul li {float:left;height:42px;list-style-image:none; list-style:none;z-index:10}
.uncheckmenu, .menuBarNav a, .menuBarNav a:visited {display:block;float:left;font-size:14px;text-decoration:none;color:#fff;padding:1.0em 1.1em 0.8em 1.1em; 
border-right:2px ridge #000; text-transform:uppercase; font-weight:normal}
.menuBarNav table {position:absolute; left:1px; top:0; width:0; height:0; font-size:1em; z-index:-1;}
* html .menuBarNav a:hover {color:#fff;position:relative; z-index:100;}
.menuBarNav li:hover {position:relative;}
.menuBarNav :hover > a {background:url(/images/menubtn_hover.jpg) top repeat-x;}
.menuBarNav ul li.current a{  background:url(/images/menubtn_hover.jpg) top repeat-x;}


#topMenu{
	position: absolute;
	top: 61px;
	left: 520px;
	cursor:pointer;
}

.subMenu{
	position: relative;
	z-index: 99;
	background-color:#196A83; 
	background:url(/images/submenubtn.jpg) top repeat-x;
	margin-top: 1px; 
	border-top: 1px solid #1D0A07;
	height:13px;
	padding:18px 0;

}
.subMenu_white{
	position: relative;
	z-index: 99;
	background:url(/images/submenubtn.jpg) top repeat-x;
	margin-top: 1px; 
	border-top: 1px solid #1D0A07;
	height:13px;
	padding:18px 20px;
	color: #CCCCCC;
	font-weight:bold; font-size:12px; 
}
.subMenu {font-size:1.3em;}
.subMenu a { font-size:12px; font-weight:bold; color: #CCCCCC; text-decoration:none; padding:0px 20px; text-transform:uppercase;}
.subMenu a:hover, .subMenu a.current {color:#fff;background:url(/images/submenubtn_hover.jpg) top repeat-x; padding-top:18px; padding-bottom:15px;}

#subMenu img{
	margin-left:40px;
}
#subMenuSearch{
	position: absolute;
	top: 16px;
	left: 600px;
	color:#fff;
	font-size:12px;
	font-weight:bold
}

#subMenuCheckout{
	position: relative;
	z-index: 0;
	background-color:#F90; 
	background-image:url(/images/subMenuCheckout2/checkoutBg.png); 
	background-position:top; 
	background-repeat:repeat-x; 
}
#subMenuCheckoutContinue{
	position: absolute;
	top: 10px;
	left: 810px;
}
#finder{
	position:absolute;
	z-index: 999;
	top: 51px;
	left: 0px;
	background-color: #fff;
	padding: 8px;
	width: 900px;
	border-right: 1px solid #196A83;
	border-bottom: 1px solid #196A83;
	visibility:hidden;
}
#finder a {padding:0px; font-size:11px; text-transform:none;}
#finder a:hover { background:none;}
#finder img{
	margin:0;
}
#finder th{
	background-color: #15576D;
	text-align:center;
}

#finder td{
	padding: 8px;
	color: #95BBC6;
	font-size:11px;
	line-height:130%;
	text-align:left;
}

#finder td a {
	text-decoration:none;
}

#finder td a:hover{
	color: #fff;
	text-decoration:underline;
}

#finder h1 {
	font-size:11px;
 	line-height:130%;
	font-weight:bold;
	margin: 0;
	margin-top:10px;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

#finder ul {
	margin: 0;
	padding: 0;
}
#finder ul li {
	margin: 0px 0px 0px 8px;
	list-style:none;
	padding: 0;
}

.FinderColumn_1{
	background-color:#15628E;
	color:#D8D7C5;
}
.FinderColumn_2{
	background-color:#78688C;
	color:#D8D7C5;
}
.FinderColumn_3{
	background-color:#BB996B;
	color:#E9E7D3;
}
.FinderColumn_4{
	background-color:#196A83;
	color:#D8D7C5;
}

#finder .mens {
	background-color:#15628E;
	color:#D8D7C5;
}
#finder .mens a {
	color:#D8D7C5;
}
#finder .mens h1 a, #finder .womens h1 a, #finder .equipment h1 a, #finder .kids h1 a, #finder .specials h1 a,  #finder .brands h1 a  {
	color:#EBE7E3;
}
#finder .mens h1 a:hover, #finder .womens h1 a:hover, #finder .equipment h1 a:hover, #finder .kids h1 a:hover, #finder .specials h1 a:hover, #finder .brands h1 a:hover  {
	color:#FFF;
}

#finder .womens {
	background-color:#78688C;
	color:#D8D7C5;
}
#finder .womens a {
	color:#D8D7C5;
}

#finder .equipment {
	background-color:#196A83;
	color:#D8D7C5;
}
#finder .equipment a {
	color:#D8D7C5;
}

#finder .kids {
	background-color:#BB996B;
	color:#E9E7D3;
}
#finder .kids a {
	color:#E9E7D3;
}

#finder .specials {
	background-color:#6DB34E;
	color:#E9E7D3;
}
#finder .specials a {
	color:#E9E7D3;
}

#finder .brands {
	background-color: #a45584;
	color:#D8D7C5;
}

#finder .brands a {
	color:#E9E7D3;
}

#subMenuAdmin{
	position: relative;
	z-index: 99;
	background-color:#C58B55; 
	background-image:url(/images/subMenuAdmin/subMenuAdminBg.png); 
	background-position:top; 
	background-repeat:repeat-x; 
	padding-top: 22px; 
	margin-top: 1px; 
	border-top: 1px solid #1D0A07;
}
#subMenuAdminLevel1{
	background-color:#FFFFFF;
	border-bottom: 1px solid #ccc;
	height: 44px;
}
#subMenuAdminLevel1 ul {
	list-style:none;
	margin: 0;
	padding:15px 10px 0 36px;
}
#subMenuAdminLevel1 li {
	float:left;
	font-size: 14px;
	color:#BC7C47;
	padding: 0;
	margin-right: 30px;
}
#subMenuAdminLevel1 a {
	color:#BC7C47;
}

.customerOrderInfo {
	margin-top:15px;
}
.customerOrderInfo h1 {
	font-size:15px;
	font-weight:normal;
	color:#000;
}
.customerOrderInfo h2 {
	font-size:13px;
	font-weight:normal;
	color:#000;
}
.customerOrderInfo p {
	font-size:11px;
}
#pageData{
	postion:relative;
	background-color:#FFFFFF; 
	padding:25px 50px 50px 50px;
}
#topLink{
	position:relative;
	left:880px;
	width:20px;
	overflow:hidden;
	display:none;
}
#cookieTrail{
	position: relative;
	z-index: 1;
	color: #196A83;
	margin-bottom: 20px;
}
#cookieTrail a {
	color: #196A83;
}
#orderControls{
	margin-top: 25px;
}

#productInformation{
	margin-top: 30px;
}

#productColours{
	position:absolute; 
	left: 0px; 
	top: 10px;
	width: 400px;
}

#productColours div {
	width: 18px; 
	height:18px; 
	float:right; 
	margin-left: 6px;
	cursor:pointer;
}

#youMayAlsoLike{
	margin-top: 30px;
}

#recentlyView{
	margin-top: 30px;
}
#orderList h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
}

#searchPagination{
	position: relative;
	color: #196A83;
	margin-bottom: 20px;
}
#searchPagination a {
	color: #196A83;
}
.searchResultContainer1, .searchResultContainer2{
	cursor: pointer;
	width:215px;  /*230*/
	float:left;  
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	height:150px;
}
.searchResultContainer2{
 margin-right: 0px;

}

/*.searchResultContainer1 div, .searchResultContainer2 div{
	margin-right: 10px;
	text-align: center; 
	background-color:#FFFFFF; 
	float:left;
}
*/


#CategoryHome {
	background-image: url(../images/categories/landingTableBg2.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	margin-bottom:20px;
	height:300px;
	width:560px;
	padding-left:40px;
	
}

.subCategoryHome {
	background-image: url(../images/categories/landingTableBg2.jpg);
	
	background-position:bottom;
	background-repeat: no-repeat;
	margin-bottom:30px;
	height:270px;
	width:560px;
	padding-left:40px;
	padding-top:30px;
	text-align:left;
	color:#196a83;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
}
.subCategoryHome ul {
	margin:0;
	padding:0;
	list-style:none;
}
.subCategoryHome li {
	float:left;
	margin-bottom:20px;
	padding-left:0px;
}
.subCategoryHome li table {
	padding:0;
	margin:0;
	border:none;
	width:170px;
	
}
.subCategoryHome li table:hover {
	border:none;
	cursor:pointer;
}
.subCategoryHome li table:hover td a {
	color:#196a83;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
}

.subCategoryHome li table td{
	height:110px;
	padding:0 0px;
	padding-right:20px;
	
}
.subCategoryHome a {
	font-size:16px;
	color:#196a83;
	text-transform:uppercase;
	text-decoration:none;
	line-height:140%;
	text-align:left;
	
}


.mainPicture{
	border: 1px solid #DBDBDB;
	text-align:center;
	padding: 10px;
}

.thumbPicture{
	width: 120px;
	border: 0px solid #DBDBDB;
	text-align:center;
	padding: 10px 0px;
}

.thumbRecentlyViewPicture{
	width: 140px;
	border: 0px solid #DBDBDB;
	text-align:center;
	padding: 10px 0px;
}

#related_product{
    clear:both;
	padding:20px;
	color: #000000;
	margin-bottom: 20px;
	text-align:left
}

#send_email_to_friend{
    clear:both;
	padding:20px;
	color: #000000;
	text-align:right
}

.orderItem{
	margin: 10px 10px 0 10px;
	padding: 10px;
	background-image:url(/images/admin/orderBg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.formText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.dollarSign{
	font-size: 9px;
/*	display:block;
	float: left;*/
	margin-right: 3px;

}

.borderTop{
	border-top: 1px solid #DDD2D0;
}
.borderLeft{
	border-left: 1px solid #DDD2D0;
}
.borderRight{
	border-right: 1px solid #DDD2D0;
}
.borderBottom{
	border-bottom: 1px solid #DDD2D0;
}
.borderAll{
	border: 1px solid #DDD2D0;
}

.onSale, .searchResultContainer1 .onSale, .searchResultContainer2 .onSale{
	background-color: #A5E32A;
	border: 1px solid #7FB01F;
	padding: 3px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:uppercase;
	width: 80px;
	text-align:center;
}

.searchResultContainer1 .onSale, .searchResultContainer2 .onSale {
	display: block;
}
.originalPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}

#brandTabs {
	background-image:url(/images/brandTabBg.jpg);
	background-position:left bottom;
	background-repeat: repeat-x;
	margin-top:-15px;
	position:absolute;
	z-index:10;
	width:600px;
}
#brandTabs ul{
	margin:0;
	padding:0 0 0 50px;
	list-style:none;
}
#brandTabs li{
	float:left;
	padding: 12px 20px;
	font-size:18px;
	font-weight:bold;
	background-image:url(/images/tabbedPanel/tabBgOff.jpg);
	background-position:left bottom;
	background-repeat: repeat-x;
	
}
#brandTabs li:hover {
	background-image:url(/images/tabbedPanel/tabBgOn.jpg);
	background-position:left bottom;
	background-repeat: repeat-x;
}
#brandTabs li a {
	text-decoration:none;
	color:#807473;
}
#brandTabs li.active{
	background-image:url(/images/tabbedPanel/tabBgOn.jpg);
	background-position:left bottom;
	background-repeat: repeat-x;
}
#brandTabs li.active a {
	color:#000;
}

#brandPagination {
	margin-top:28px;
	border-bottom: 1px dotted #DBDBDB;
}

#brandCaption{
	padding:15px 10px 8px 10px;
	background-image:url(/images/brandCaptionBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#brandCaption h2 {
	margin-top:6px;
}
#brandCaption a {
	text-decoration:underline;
	color:#6A5C5B;
}
.specialofthemonth{
	margin: 25px 50px 0 50px;	
}
.specialofthemonth .imageThumb {
	float:left;
	height:100%;
}
.specialofthemonth .salesText {
	font-size:12px
}

.leftCol{
	margin: 25px 50px 0 50px;	
}

.leftCol h1 {
	font-size:22px;
	line-height:150%;
	font-weight:normal;
}

.leftCol h2 {
	font-size:18px;
	line-height:140%;
	font-weight:normal;
}
/*--------------------------
LISTINGS
--------------------------*/
.listing{
	border-bottom: 1px solid #DBDBDB; 
	margin-bottom: 40px; 
	padding-bottom:10px;
}

.listingImage{
	float: left; 
	margin-right: 30px; 
	width: 120px; 
	height:120px; 
	margin-bottom:30px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
  margin-top:10px;
}

.listingDetails{
	padding-left: 150px;
  margin-top:10px;
}
.listingTitle{
	cursor:pointer;
}
.listingPriceDetails{
	margin-top:10px;
}
.listing .onSale {
	display:inline; 
	cursor:pointer;
}
.listingDescription {
	margin-top:4px;
}
.listingLink{
}
.listingLogo{
	margin-top: 10px;
}
.flabel {clear:both; width:100px; float:left;}
.fdata  {float:left;}

/*--------------------------
END LISTINGS
--------------------------*/

#footerContainer{
	width: 950px;
	text-align:left;
	margin: 0 auto;
}
#footerwrapper {
float:left;
}

#footernav{
	z-index: 99;
	background:url(/images/footernavbarbg.jpg) top repeat-x;
	height:65px;
	width:950px;
	color:#fff;
}
#footernavbar{
	padding-top:24px;
	float:left;
	padding-left:40px
}
#imgFooter {
	float:right;
	padding-right:20px;
}
#footernavbar a { font-size:11px; color: #CCCCCC; text-decoration:none; padding:0px 5px; text-transform:uppercase;}
#footernavbar a:hover, #footernavbar a.current {color:#fff; padding-top:18px; padding-bottom:15px;}

#footer_banner { 
	width:950px;
	background:url(/images/stone_bg.jpg) top repeat-x;
	height:180px;
}
#footer_banner img {
 border:0
}
#footer_banner_left {
	float:left;
}
#footer_banner_right {
	float:right;
	padding-right:20px;
	padding-top:10px;
}
#footer_copyright 
{ 
	width:950px;
	background:url(/images/copyfooterbg.jpg) top repeat-x;
	height:36px;
	float:left;
	margin-top:-5px;
	color: #993300;
}
#footer_copyright_left {
	float:left;
	padding-left:20px;
	padding-top:10px;
}
#footer_copyright_right{
	float:right;
	padding-right:20px;
	padding-top:10px;
}

/* special of the month */
.specialofthemonth {border:1px solid #22a5d1;width:250px;}
#productpagespecial .specialofthemonth{margin-left:0px;}
.somth_top {height:60px;width:250px;background:transparent url(/images/special_head.jpg) top left scroll no-repeat}
.somth_ftr {clear:both; min-height:75px;padding-left:10px;padding-right:10px; width:230px;background:transparent url(/images/special_foot.jpg) bottom left scroll no-repeat}
.somth_img {float:left;width:120px;padding-left:10px;padding-right:10px;}
.somth_prc {float:left;width:110px}
.sothm_title { font-size:12px; font-weight: bold;padding-bottom:15px;}
.sothm_oldprice { font-size:12px; color:red; text-decoration: line-through; font-weight: bold;}
.sothm_nowprice { font-size: 16px; font-weight: bold; padding-bottom:10px;}
.sothmbuy {width:55px; margin-bottom: 10px;}
.sothmbuy a {text-decoration:none; color:white}
.staticcontent ol { margin-left:40px; margin-top:10px; margin-bottom:10px }
.staticcontent ul { margin-left:40px; margin-top:10px; margin-bottom:10px }
