@charset "utf-8";
.errorBox{font-weight:bold; font-size:11px; background:#ffb3b5;}
.stockWarning{font-size:11px;color:#cc0033}
.productsNotifications{background:#f2fff7}
.orderEdit{font-size:11px; color:#70d250; text-decoration:underline;}

/*ܧw]Tag styles-----------------------------------------start*/
html{padding:0px; margin:0px;}

body{padding:0px; margin:0px; font:12px "新細明體", Arial; color:#333; line-height:20px; background-color:#D4C08D; text-align:center;}

p{margin-top:0px; text-align:justify; font-size:12px; line-height:20px;}

form{display:inline;}

a{color:#333; text-decoration:none;}
a:link{color:#333; text-decoration:none;}
a:visited{color:#333; text-decoration:none;}
a:active{color:#333; text-decoration:none;}
a:hover{color:#333; text-decoration:none;}

H1{
	font-family:SimHei, Arial, Garamond;
	font-weight:bold;
	font-size:36px;
	color:#003D74;
	font-weight:bolder;
	background:url(images/h1.gif) no-repeat;
	padding-left:50px;
}
H2{
	font-size:24px;
	color:#063;
	font-family:Arial, Verdana, sans-serif;
	background:url(images/h2.gif) no-repeat;
	padding-left:40px;
}
H3{
	font-size:20px;
	color:#FFFFFF;
	font-family:Arial, Verdana, sans-serif;
	background:url(images/h3.jpg) repeat-x;
	height:30px;
	width:120px;
	padding:2px 0 0 10px;
}
H4{
	color:#333333;
	font-family:Arial, Verdana, sans-serif;
	font-size:18px;
	height:25px;
	padding-left:10px;
	border-bottom:#99CC00 2px solid;
	width:165px;
}
H5{
	font-size:16px;
	font-family:SimHei, Arial, Garamond;
	color:#EA9E00;
	line-height:13px;
	font-style:italic;
	background:url(images/h5.gif) no-repeat;
	padding-left:30px;
	height:40px;
}
H6{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#533C33;
	font-style:italic;
}
H7{
	font-size:12px;
	color:#666666;
	line-height:13px;
}

/*ܧw]Tag styles-----------------------------------------end*/

/*tm]w---------------------------------------------start*/

#container{
	margin:0px auto;
	padding:0px;
	width:956px;
	background:#fff;
	text-align:left;
}
/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/

#header{
	position:relative;
	background:url(images/header.jpg) no-repeat;
	height:123px;
	font:12px "新細明體", Arial;
}
#header h1{
	margin:0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#logo{
	width:209px;
	height:67px;
	position:absolute;
	background:url(images/logo.jpg) no-repeat;
	left:20px;
	top:55px;
}
#sidebar1{
	width:168px;
	height:1100px;
	float:left;
	padding-top:25px !important;
	padding-top:45px;
	background:url(images/sidebar.jpg) no-repeat #fff;
	font:12px "新細明體", Arial;
}
#sidebar2{font:12px "新細明體", Arial;}
#mainContent{
	width:758px !important;
	width:748px;
	float:left;
	padding-top:10px;
	margin:0 10px 0 20px;
	background:url(images/bg_navigation.gif) repeat-x #fff;
	font-family: "新細明體", Arial;
	font-size: 12px;
	line-height: 21px;
}
#footer{
	height:146px;
	width:956px;
	float:left;
	position:relative;
	background:url(images/footer.jpg) no-repeat;
	font:12px "新細明體", Arial;
}
#footer p{
	margin:0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt{/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float:right;
	margin-left:8px;
}
.fltlft{/* this class can be used to float an element left in your page */
	float:left;
	margin-right:8px;
}
.clearfloat{/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size:1px;
    line-height:0px;
}

/*tm]w---------------------------------------------end*/

.goBack{
	background-image:url(images/goBack.gif);
	background-repeat:no-repeat; 	
	padding-left:20px;
	margin:5px 0px;
	float:right;
}

#navigation{/*fix by smashing*/
	font-weight:bold;
	height:15px !important;
	height:30px;
	padding:10px;
	display:none;
	
}
#navigation a:link, #navigation a:visited, #navigation a:active{color:#3B424E;}

#newsMarquee{
	position:absolute;
	left:190px;
	top:5px;
	display:none;
}
#newsMarquee a:link, #newsMarquee a:visited, #newsMarquee a:active{color:#333;}

#boxLanguage{position:absolute; width:165px; text-align:right; display:none;}

#shopFunction{width:480px; position:absolute; left:698px; top:103px !important; top:106px; text-align:center;}
#shopFunction a:link, #shopFunction a:visited, #shopFunction a:active{font:12px; font-weight:bold; color:#7e4821; text-align:center; text-decoration:none;}
#shopFunction a:hover{font:12px; font-weight:bold; color:#d4b77e; text-align:center; text-decoration:none;}

#shopFunction .articles, #shopFunction .myAccount, #shopFunction .checkout{
	float:left;
	padding:0 12px;
	text-align:center;
	background:url(images/line.gif) no-repeat right center;
}
#shopFunction .cart{display:none;}
#shopFunction .login{padding:0 12px; text-align:center; position:absolute; left:203px;}

#mainContent #quickFind{
	width:125px !important;
	width:320px;
	height:36px !important;
	height:46px;
	padding-top:13px;
	float:left;
	background:url(images/search_r.gif) no-repeat right;
	margin:-45px 0 0 600px !important;
	margin:-46px 0 0 200px;
}

#mainContent #advancedSearchLink{
	height:31px !important;
	height:46px;
	width:200px !important;
	width:280px;
	background:url(images/search_icon.gif) no-repeat;
	padding:13px 0 0 72px;
	margin:-70px 0 0 440px !important;
	margin:-72px 0 0 220px;
}
#mainContent #advancedSearchLink a:link, #mainContent #advancedSearchLink a:visited, #mainContent #advancedSearchLink a:active{color:#333; text-decoration:none;}
#footerNav_l{
	font:bold 13px;
	color:#6d3a2c;
	height:21px;
	line-height:21px;
	margin:55px 0 0 30px;
}

#footerNav_l a:link, #footerNav_l a:visited{color:#6d3a2c; text-decoration:none;}
#footerNav_l a:hover{color:#d4b77e; text-decoration:none;}

#footerNav_l div{}

#footerContent{
	font:bold 13px;
	margin:25px 0 0 30px;
	color:#6d3a2c;
}

#counter{
	font-size:11px;
	position:absolute;
	left:10px;
	top:50px;
	width:150px;
	display:none;
}
TR.headerError{background:#ff0000;}

TD.headerError{
  background:#ff0000;
  color:#ffffff;
  font-weight :bold;
  text-align :center;
}

TR.headerInfo{background:#00ff00;}

TD.headerInfo{
  background:#00ff00;
  color:#FFFFFF;
  font-weight:bold;
  text-align:center;
}
.infoBoxNotice{}
.infoBoxNoticeContents{}
/* categories-----------------------------------------------------Start */
li.topMenuClass44{
	background:url(images/sidebarBox01.jpg) no-repeat;
	height:33px;
	width:141px;
	list-style:none;
	margin:20px 0 0 -10px;
	padding-left:57px;
	line-height:27px !important;
	line-height:30px;
}
a.topMenuClass44:link, a.topMenuClass44:visited, a.topMenuClass44:active, a.topMenuClass44:hover{
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
li.topMenuClass47{
	background:url(images/sidebarBox02.jpg) no-repeat;
	height:33px;
	width:141px;
	list-style:none;
	margin:20px 0 0 -10px;
	padding-left:58px;
	line-height:26px !important;
	line-height:29px;
}
a.topMenuClass47:link, a.topMenuClass47:visited, a.topMenuClass47:active, a.topMenuClass47:hover{
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
li.topMenuClass48{
	background:url(images/sidebarBox03.jpg) no-repeat;
	height:33px;
	width:141px;
	list-style:none;
	margin:20px 0 0 -10px;
	padding-left:57px;
	line-height:27px !important;
	line-height:30px;
}
a.topMenuClass48:link, a.topMenuClass48:visited, a.topMenuClass48:active, a.topMenuClass48:hover{
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
li.topMenuClass43{
	background:url(images/sidebarBox04.jpg) no-repeat;
	height:33px;
	width:141px;
	list-style:none;
	margin:20px 0 0 -10px;
	padding-left:57px;
	line-height:26px !important;
	line-height:29px;
}
a.topMenuClass43:link, a.topMenuClass43:visited, a.topMenuClass43:active, a.topMenuClass43:hover{
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
li.topMenuClass49{
	background:url(images/sidebarBox05.jpg) no-repeat;
	height:33px;
	width:141px;
	list-style:none;
	margin:20px 0 0 -10px;
	padding-left:57px;
	line-height:27px !important;
	line-height:30px;
}
a.topMenuClass49:link, a.topMenuClass49:visited, a.topMenuClass49:active, a.topMenuClass49:hover{
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.subMenuClass1{
	color:#763e23;
	line-height:20px;
	list-style:none;
}

.subMenuClass1:link, .subMenuClass1:visited{
	color:#763e23;
	font-size:12px;
	line-height:20px;
	margin-left:10px;
}
.subMenuClass1:hover{
	color:#763e23;
	line-height:20px;
	margin-left:13px;
	list-style:none;
}
.subMenuClass2{
	color:#763E23;
	line-height:20px;
	list-style:none;
}

.subMenuClass2:link, .subMenuClass2:visited{
	color:#333333;
	line-height:20px;
	list-style:none;
	margin-left:10px;
}
.subMenuClass2:hover{
	color:#333333;
	line-height:20px;
	margin-left:13px;
	list-style:none;
}
/* categories-----------------------------------------------------end */
TD.contentBoxHeading{
	font-size:13px;	
	color:#FFFFFF;
	background:#666666;
	font-weight :bold;
	height:32px;
	padding-left:10px;
}

TD.contentHeadingLeft{background:#666666;height:32px;}

TD.contentHeadingRight{background:#666666;height:32px;}

.infoBox{
	margin:5px 0 5px 0;
	padding:5px;
	border:#AAA 1px solid;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd{
background:#f8f8f9;}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even{background:#f8f8f9;}
/* C~C-----------------------------------------start-*/
.productListing{background:#DBD0C2;}

.productListing-heading, a.productListing-heading:link, a.productListing-heading:visited{
	background:#DBD0C2;
	color:#333;
	font-weight:bold;
	line-height:17px;
	height:30px;
}

.productListing-even{background:#fff;}
.productListing-data{font-size:13px;}

.messageStack{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 10px 50px; width:630px !important; width:748px;}
.messageStackSuccess{background:#DBD0C2;}
/* ϶~C-----------------------------------------start-*/
#productListContainer{margin-top:10px !important; margin-top:50px;}

.productListBox{
	width:140px;
	padding:0 5px !important;
	padding:0 5px 0 4px;
	height:240px;
	float:left;
	margin:5px 0px 15px 0px !important;
	margin:5px 0px 20px 0px;
	text-align:left;
	background:url(images/bg_ListContainer.gif) repeat-x bottom;
}
.productListImageBox{
	display:table-cell;
	vertical-align:middle; /*IE image center*/
	text-align:center;
	height:140px;
	width:140px;
	text-align:center;
}

.productListImage{text-align:center;vertical-align:middle;}
.productListImageBox *{} /*IE image center*/
*html .productListImageBox span{} /*IE image center*/
.productListModel{display:none;}
.productListName{
	background:url(images/icon.gif) no-repeat;
	padding-left:16px;
	text-align:left;
	line-height:18px;
	height:32px;
	overflow:hidden;
	margin:5px 0;
	width:115px;
}
.productListPrice{
	background:url(images/icon.gif) no-repeat;
	padding-left:16px;
	text-align:left;
	height:16px;
	overflow:hidden;
	margin-bottom:5px;
	width:115px;
	color:#AB285E;
	font-size:15px;
	font-weight:bold;
}
.productListBuyNow{text-align:left;}
.categories_heading{display:none;}
/*϶~C-----------------------------------------end-*/

.productListingSlogan{color:#FF0000;}

a.pageResults:link, a.pageResults:visited{
	color:#0000FF;
	line-height:25px;
	padding:1px 5px 1px 5px;
	border:#CCC 1px solid;
	margin:0 0px 0 0px;
	
}

a.pageResults:link u, a.pageResults:visited u{text-decoration:none;}

a.pageResults:hover{color:#0000FF;background:#FFFF33;}

a.pageResults:hover u{}

a.pagePrevious, a.pagePrevious u{
	background-image:url(images/backward.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:19px;
	height:19px;
	text-decoration:none;
	cursor:pointer;
}

a.pageNext, a.pageNext u{
	background-image:url(images/forward.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:19px;
	height:19px;
	text-decoration:none;	
	cursor:pointer;
}

.pageHeading{
    height:65px;
	font-size:15px;
	color:#333333;
	margin:10px 0 10px 0;
	line-height:30px;
}
.pageHeading span{display:none;}

TR.subBar{background:#f4f7fd;}

TD.subBar{
	font-size:11px;
	color:#000000;
}

TD.main, P.main{
	font-size:11px;
	line-height:1.5;
	padding:5px;
}

TD.smallText, SPAN.smallText, P.smallText{font-size:11px;}

TD.accountCategory{
	font-size:13px;
	color:#aabbdd;
}

.fieldKey{font-weight:bold; width:100px; float:left; margin-bottom:5px;color:#6f3b2d;}
.fieldValue{float:left; margin-bottom:5px; }

TD.tableHeading{font-weight:bold;}

SPAN.newItemInCart{
	font-size:11px;
	color:#ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT{font-size:11px;}

TEXTAREA{font-size:11px;}

SPAN.greetUser{color:#f0a480;font-weight:bold;}

TABLE.formArea{background:#f1f9fe;border:#7b9ebd solid 1px;}

TD.formAreaTitle{font-weight:bold;}

SPAN.markProductOutOfStock{color:#c76170;font-weight:bold;}

SPAN.errorText{color:#ff0000;}

.moduleRow{
	background-color:#f8edcd;
}
.moduleRowOver{background-color:#ccbeaa; cursor:pointer;}
.moduleRowSelected{background-color:#f8edcd; }

.checkoutBarFrom, .checkoutBarTo{font-size:11px; color:#8c8c8c; }
.checkoutBarCurrent{font-size:11px; color:#000000; }

/* message box */

.messageBox{font-size:11px;	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px; }
.messageStackError, .messageStackWarning{
	background-color:#FFB09C;
	font-size: 12px;
	height: 25px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}
.messageStackSuccess{font-size:11px; background-color:#99ff00; }

/* input requirement */

.inputRequirement{font-size:11px; color:#ff0000; }

/* Banner ----------------------------------------------------------------------------------start*/
#mainBanner{width:100%;}
#mainBanner div{float:left;} /*wqBanner*/
#sidebarBanner{width:248px;}
#sidebarBanner div{width:248px; height:130px;}/*wqBanner*/
#footerBanner{}
#footerBanner div{float:left; margin-bottom:5px;}/*wqBanner*/
#floatBanner{position:absolute;width:150px;visibility:hidden;z-index:100; display:none;}
#floatBanner div{margin:0px 2px 0px 0px;float:left; display:none;}/*wqBanner*/
/* Banner ----------------------------------------------------------------------------------end*/
/* product_info~Բӻstyles --------------------------------------------------------------start*/
.productName{/*wq~W*/
	margin:5px 0 15px 455px;
	padding-bottom:25px;
	height:30px !important;
	height:37px;
	color:#763E23;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.2em;
	background:url(images/bg_navigation.gif) repeat-x bottom;
}
.productSlogan{margin:10px 0 0 455px;}/*定義產品廣告標語*/
.productBrief{margin:10px 0 0 455px !important; margin:10px 0 0 440px; color:#333333;} /*定義產品摘要說明*/
.productImage{text-align:center; float:left; width:450px; height:480px;}/*定義產品名稱*/
.productPrice{margin:10px 0 0 460px;color:#AB285E; font:bold 12px Arial, Helvetica, sans-serif;}/*定義產品價格*/
.productSpecialPrice{font-size:18px;color:#ff0000;font-weight:bold;}
.productBonusPrice{margin:5px 0 0 455px; font-size:15px; color:#FF0000;}/*定義產品紅利價格*/
.productDesc{color:#333333; width:455px; background:url(images/product_content.gif) no-repeat; padding-top:30px;}/*定義產品描述*/
.productWeight{color:#00F;}
.productOptions{margin:5px 0 0 455px;}
.productReviews{margin:5px 0 5px 0;}
.productUrl{margin:5px 0 5px 0;}
.productDateAdded{text-align:center;margin:5px 0 5px 0;}
/* product_info~Բӻstyles --------------------------------------------------------------end*/

/* table ----------------------------------------------------------------------------start*/
table tr{}

/* product_info~Բӻstyles --------------------------------------------------------------end*/
.section{margin:0 0 15px 50px;}

.globalBox{}

.globalBoxHeader{}

/* forumQװϪstyles --------------------------------------------------------------start*/

.addTopic{
	background-image:url(/templates/images/edit_forum.gif);
	background-repeat:no-repeat;
	margin:5px 5px 5px 0;
	padding:3px 0 0 25px;
	height:20px;
}

/* forumQװϪstyles --------------------------------------------------------------end*/

.splitPage{
	background-color:#EEE;
	border:#CCC 1px solid;
	padding:5px;
	display:table;
	width:100%;
	margin:5px 0 5px 0;
}

/* article styles --------------------------------------------------------------start*/

.articleTitle{
	font-weight:bold;
	background-image:url(images/page_red.png);
	background-repeat:no-repeat;
	padding:0 0 5px 20px;
	margin:5px 0 0 0;	
}
.topic{float:right;padding:0 0 10px 20px;}
.topicDesc{
	padding:5px;
	margin:0 0 10px 0;
	border:#CCC 1px dashed;
	background-color:#EEE;
}	
.author{float:right;padding:0 0 10px 20px;}
.authorDesc{
	padding:5px;
	margin:0 0 10px 0;
	border:#CCC 1px dashed;
	background-color:#EEE;
}	
.addDate{float:right;padding:0 0 10px 20px;}
.articleDesc{padding:0 0 5px 20px;}	
/* article styles --------------------------------------------------------------end*/

/*--20080321----------------------start--*/
#mainContent .subCategories{
	float:left;
	text-align:center;
	width:90px !important;
	width:100px;
	height:90px !important;
	height:100px;
	margin:10px 8px 8px 8px !important;
	margin:25px 8px 8px 8px;
}

.displayCount{margin:5px 0 5px 0;float:left;line-height:25px;	}
.displayLinks{margin:5px 0 5px 0;float:right;}
#specials .entry{margin:5px;padding:5px;float:left;width:160px;height:170px;}
#specials .entryImage{margin:5px;}
.categoryImage{display:none;}
/*--20080321----------------------end--*/

/*--20080322---------------------------------------------------start--*/
#guestbook{display:table; width:100%;}
#guestbook .displayCount{margin:5px 5px 5px 0;float:left;}
#guestbook .displayLinks{margin:5px 5px 5px 0;float:right;}
#guestbook .entry{margin:5px 5px 5px 0;padding:5px;border:1px dotted #888;}
#guestbook .vistors{margin:5px 5px 5px 0;}
#guestbook .date_added{margin:5px 5px 5px 0;}
#guestbook .message{margin:5px 5px 5px 0;background-color:#DDD;padding:5px;line-height:18px;}
#guestbook .sign{margin:5px;float:right;}
#guestbook .messageStack{margin:5px 5px 5px 0;background-color:#333;padding:5px;line-height:18px;}
#guestbook .button_back{margin:5px;float:left;}
#guestbook .button_continue{margin:5px;float:right;}

#articles{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#articles .globalBox{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px;}
#articles .pageHeading{background:url(images/articlesHeading.gif) no-repeat; height:87px; margin:0px; padding:0px;}
#articles .pageHeading span{display:none;}
#articles .goBack{float:right;padding:5px;}

#article_info .pageHeading{
	height:50px !important;
	height:65px;
	font-size:15px;
	color:#333333;
	padding:15px 10px 5px 80px;
	margin:10px 0 10px 0;
	line-height:30px;
	background:url(images/alarm.gif) no-repeat left;
}
#article_info .pageHeading span{display:block;}

#article_reviews_write .pageHeading{
	height:50px !important;
	height:65px;
	font-size:15px;
	color:#333333;
	padding:15px 10px 5px 80px;
	margin:10px 0 10px 0;
	line-height:30px;
	background:url(images/alarm.gif) no-repeat left;
}
#article_reviews_write .pageHeading span{display:block;}
#product_reviews_write .pageHeading{
	height:55px !important;
	height:65px;
	font-size:15px;
	color:#333333;
	padding:10px 10px 5px 80px;
	margin:10px 0 10px 0;
	line-height:16px;
	background:url(images/alarm.gif) no-repeat left;
}
#product_reviews_write .pageHeading span{display:block;}
/*--20080322---------------------------------------------------end--*/
/*Feature Product--------------------------------start-*/
#featuredProduct .boxHeader{
	height:35px !important;
	height:37px;
	margin:10px 0 10px 0;
	padding:2px 0 0 100px !important;
	padding:8px 0 0 100px;
	line-height:30px;
	background:url(images/featuredHeader.jpg) no-repeat left;
}
#featuredProduct .boxHeader span{display:none;}

#featuredProduct .boxHeader div{}
#featuredProduct .boxContents{height:300px; display:table;}
#featuredProduct .boxContents_r{}
#featuredProduct .entry{
	width:140px;
	padding:0 5px !important;
	padding:0 5px 0 4px;
	height:240px;
	float:left;
	margin:5px 0px 15px 0 !important;
	margin:5px 0px 20px 0px;
	text-align:left;
	background:url(images/bg_ListContainer.gif) repeat-x bottom;
}

#featuredProduct .entryImage{
	display:table-cell;
	vertical-align:middle; /*IE image center*/
	text-align:center;
	height:140px;
	width:140px;
	text-align:center;
}
#featuredProduct .entryImage *{} /*IE image center*/
*html #featuredProduct .entryImage span{} /*IE image center*/
#featuredProduct .boxFooter{}
#featuredProduct .boxFooter div{}
/*Feature Product--------------------------------end-*/
/* newProductBox-----------------------------------------------------Start */
#newProduct .boxHeader{
	height:35px !important;
	height:37px;
	margin:10px 0 10px 0;
	padding:2px 0 0 100px !important;
	padding:8px 0 0 100px;
	line-height:30px;
	background:url(images/newHeader.jpg) no-repeat left;
}
#newProduct .boxHeader span{display:none;}
#newProduct .boxHeader div{}
#newProduct .boxContents{height:300px; display:table;}
#newProduct .boxContents_r{}
#newProduct .entry{
	width:140px;
	padding:0 5px !important;
	padding:0 5px 0 4px;
	height:240px;
	float:left;
	margin:5px 0px 15px 0px !important;
	margin:5px 0px 20px 0px;
	text-align:left;
	background:url(images/bg_ListContainer.gif) repeat-x bottom;
}

#newProduct .entryImage{
	display:table-cell;
	vertical-align:middle; /*IE image center*/
	text-align:center;
	height:140px;
	width:140px;
	text-align:center;
}
#newProduct .entry .entryImage *{vertical-align:middle;} /*IE image center*/
*html #newProduct .entry .entryImage span{height:100%;display:inline-block;} /*IE image center*/
#newProduct .boxFooter{}
#newProduct .boxFooter div{}
/* newProductBox-----------------------------------------------------End */

/* same_parent_products-----------------------------------------------------Start */
#same_category_products .boxHeader{
	height:35px !important;
	height:37px;
	margin:10px 0 10px 0;
	padding:2px 0 0 150px !important;
	padding:8px 0 0 150px;
	line-height:30px;
	background:url(images/banner01.jpg) no-repeat;
}
#same_category_products .boxHeader span{display:none;}
#same_category_products .boxHeader div{}
#same_category_products .boxContents{height:300px; display:table;}
#same_category_products .boxContents_r{}
#same_category_products .entry{
	width:140px;
	padding:0 5px !important;
	padding:0 5px 0 4px;
	height:240px;
	float:left;
	margin:5px 0px 15px 0px !important;
	margin:5px 0px 20px 0px;
	text-align:left;
	background:url(images/bg_ListContainer.gif) repeat-x bottom;
}

#same_category_products .entryImage{
	display:table-cell;
	vertical-align:middle; /*IE image center*/
	text-align:center;
	height:140px;
	width:140px;
	text-align:center;
}
#same_category_products .entry .entryImage *{vertical-align:middle;} /*IE image center*/
*html #same_category_products .entry .entryImage span{height:100%;display:inline-block;} /*IE image center*/
#same_category_products .boxFooter{}
#same_category_products .boxFooter div{}
/* same_category_products-----------------------------------------------------End */

/* same_parent_products-----------------------------------------------------Start */
#same_parent_products .boxHeader{
	height:35px !important;
	height:37px;
	margin:10px 0 10px 0;
	padding:2px 0 0 100px !important;
	padding:8px 0 0 100px;
	line-height:30px;
	background:url(images/banner02.jpg) no-repeat left;
}
#same_parent_products .boxHeader span{display:none;}
#same_parent_products .boxHeader div{}
#same_parent_products .boxContents{height:300px; display:table;}
#same_parent_products .boxContents_r{}
#same_parent_products .entry{
	width:140px;
	padding:0 5px !important;
	padding:0 5px 0 4px;
	height:240px;
	float:left;
	margin:5px 0px 15px 0px !important;
	margin:5px 0px 20px 0px;
	text-align:left;
	background:url(images/bg_ListContainer.gif) repeat-x bottom;
}

#same_parent_products .entryImage{
	display:table-cell;
	vertical-align:middle; /*IE image center*/
	text-align:center;
	height:140px;
	width:140px;
	text-align:center;
}
#same_parent_products .entry .entryImage *{vertical-align:middle;} /*IE image center*/
*html #same_parent_products .entry .entryImage span{height:100%;display:inline-block;} /*IE image center*/
#same_parent_products .boxFooter{}
#same_parent_products .boxFooter div{}
/* same_parent_products-----------------------------------------------------End */

/* all_random_products-----------------------------------------------------Start */
#all_random_products .boxHeader{
	height:35px !important;
	height:37px;
	margin:10px 0 10px 0;
	padding:2px 0 0 100px !important;
	padding:8px 0 0 100px;
	line-height:30px;
	background:url(images/sameHeader.jpg) no-repeat left;
}
#all_random_products .boxHeader span{display:none;}
#all_random_products .boxHeader div{}
#all_random_products .boxContents{height:300px; display:table;}
#all_random_products .boxContents_r{}
#all_random_products .entry{
	width:140px;
	padding:0 5px !important;
	padding:0 5px 0 4px;
	height:240px;
	float:left;
	margin:5px 0px 15px 0px !important;
	margin:5px 0px 20px 0px;
	text-align:left;
	background:url(images/bg_ListContainer.gif) repeat-x bottom;
}

#all_random_products .entryImage{
	display:table-cell;
	vertical-align:middle; /*IE image center*/
	text-align:center;
	height:140px;
	width:140px;
	text-align:center;
}
#all_random_products .entry .entryImage *{vertical-align:middle;} /*IE image center*/
*html #all_random_products .entry .entryImage span{height:100%;display:inline-block;} /*IE image center*/
#all_random_products .boxFooter{}
#all_random_products .boxFooter div{}
/* all_random_products-----------------------------------------------------End */

/* alsoBox-----------------------------------------------------Start */
#alsoProduct .boxHeader{
	background:url(images/banner02.jpg) no-repeat;
	height:35px !important;
	height:37px;
	margin:10px 0 10px 0;
	padding:2px 0 0 100px !important;
	padding:8px 0 0 100px;
	line-height:30px;
}
#alsoProduct .boxHeader span{display:none;}
#alsoProduct .boxHeader div{}
#alsoProduct .boxContents{height:300px; display:table;}
#alsoProduct .boxContents_r{}
#alsoProduct .entry{
	width:140px;
	padding:0 5px !important;
	padding:0 5px 0 4px;
	height:240px;
	float:left;
	margin:5px 0px 15px 0 !important;
	margin:5px 0px 20px 0px;
	text-align:left;
	background:url(images/bg_ListContainer.gif) repeat-x bottom;
}

#alsoProduct .entryImage{
	display:table-cell;
	vertical-align:middle; /*IE image center*/
	text-align:center;
	height:140px;
	width:140px;
	text-align:center;
}
#alsoProduct .entryImage *{vertical-align:middle;} /*IE image center*/
*html #alsoProduct .entryImage span{height:100%;display:inline-block;} /*IE image center*/
#alsoProduct .boxFooter{}
#alsoProduct .boxFooter div{}

/* alsoBox-----------------------------------------------------End */

/* xsellBox-----------------------------------------------------Start */
#xsellProduct .boxHeader{
	background:url(images/banner02.jpg) no-repeat;
	height:35px !important;
	height:37px;
	margin:10px 0 10px 0;
	padding:2px 0 0 100px !important;
	padding:8px 0 0 100px;
	line-height:30px;
}
#xsellProduct .boxHeader span{display:none;}
#xsellProduct .boxHeader div{}
#xsellProduct .boxContents{height:300px; display:table;}
#xsellProduct .boxContents_r{}
#xsellProduct .entry{
	width:140px;
	padding:0 5px !important;
	padding:0 5px 0 4px;
	height:240px;
	float:left;
	margin:5px 0px 15px 0 !important;
	margin:5px 0px 20px 0px;
	text-align:left;
	background:url(images/bg_ListContainer.gif) repeat-x bottom;
}

#xsellProduct .entryImage{
	display:table-cell;
	vertical-align:middle; /*IE image center*/
	text-align:center;
	height:140px;
	width:140px;
	text-align:center;
}
#xsellProduct .entryImage *{vertical-align:middle;} /*IE image center*/
*html #xsellProduct .entryImage span{height:100%;display:inline-block;} /*IE image center*/
#xsellProduct .boxFooter{}
#xsellProduct .boxFooter div{}
/* infoBox-----------------------------------------------------Start */
.sidebarBox .boxHeader{}
.sidebarBox .boxHeader div{}
.sidebarBox .boxContents{}
.sidebarBox .boxContents_r{}
.sidebarBox .entryImage{text-align:center;}
.sidebarBox .entryContent{text-align:center;}
.sidebarBox .boxFooter{margin-bottom:20px;}
.sidebarBox .boxFooter div{}
#whatsNewBox .boxHeader{display:none;}
#whatsNewBox .boxContents{display:none;}
#shoppingCartBox .boxHeader{display:none;}
#shoppingCartBox .boxContents{display:none;}
#productNoticeBox .boxHeader{display:none;}
#productNoticeBox .boxContents{display:none;}
#manufacturersBox .boxHeader{display:none;}
#manufacturersBox .boxContents{display:none;}
#categoriesBox .boxHeader{display:none;}
#categoriesBox .boxContents{margin:5px 15px !important; margin:5px;}
#bestSellersBox .boxHeader{display:none;}
#bestSellersBox .boxContents{display:none;}
#orderHistoryBox .boxHeader{height:57px; background:url(images/orderHeader.jpg) no-repeat;}
#orderHistoryBox .boxHeader span{display:none;}
#orderHistoryBox .boxContents{background:url(images/orderContents.jpg) repeat-y; padding:15px;}
#orderHistoryBox .entry{border-bottom:1px solid #cab497; padding:5px 0; height:22px;}
#orderHistoryBox .boxFooter{height:34px; background:url(images/orderFooter.jpg) no-repeat; margin-top:-15px;}

/* infoBox-----------------------------------------------------End */
.loginBox{background:url(images/loginBox_bg.gif) no-repeat left bottom; padding-bottom:80px;}
.loginBox .boxHeader{background:url(images/loginHeading.gif) no-repeat; height:87px;}
.loginBox .boxHeader span{display:none;}
.loginBox .boxContents{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 10px 50px;}
.loginBox .button{text-align:center; margin-bottom:10px;}
.loginBox .fieldKey{
	font-weight:bold; 
	width:60px !important;
	width:80px;  
	float:left; 
	margin:5px 0px 5px 220px !important; 
	margin:0px 0px 15px 105px; 
	background:url(images/login_icon.gif) no-repeat; 
	padding-left:20px; 
	color:#6f3b2d;
}
.loginBox .fieldValue{margin:3px 0px 5px 5px;float:left;}
.loginBox .section{
	margin:5px 0 15px 10px;
	font-size: 12px;
	line-height: 21px;
}

#logoff{background:url(images/loginBox_bg.gif) no-repeat left bottom; padding-bottom:80px;}
#logoff .pageHeading{background:url(images/logoffHeading.gif) no-repeat; height:87px; margin:0px; padding:0px;}
#logoff .pageHeading span{display:none;}
#logoff .boxContents{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 10px 50px; width:648px !important; width:748px;}
#logoff .section{margin:5px 0 15px 10px;
	font-size: 12px;
	line-height: 21px;}

#password_forgotten{background:url(images/loginBox_bg.gif) no-repeat left bottom; padding-bottom:80px;}
#password_forgotten .pageHeading{background:url(images/forgotHeading.gif) no-repeat; height:87px; margin:0px; padding:0px;}
#password_forgotten .pageHeading span{display:none;}
#password_forgotten .globalBox{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 40px; width:648px !important; width:748px;}
#password_forgotten .section{margin:5px 0 15px 10px;}

#shoppingCart{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#shoppingCart .globalBox{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px; width:648px !important; width:748px;}
#shoppingCart .pageHeading{background:url(images/CartHeading.gif) no-repeat; height:87px; margin:0px; padding:0px;}
#shoppingCart .pageHeading span{display:none;}

#privacyContent{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#privacyContent .globalBox{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px; width:648px !important; width:748px;}
#privacyContent .pageHeading{background:url(images/privacyHeading.gif) no-repeat; height:87px; margin:0px; padding:0px;}
#privacyContent .pageHeading span{display:none;}

#shippingContent{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#shippingContent .globalBox{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px; width:648px !important; width:748px;}
#shippingContent .pageHeading{background:url(images/shippingHeading.gif) no-repeat; height:87px; margin:0px; padding:0px;}
#shippingContent .pageHeading span{display:none;}

#conditionsContent{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#conditionsContent .globalBox{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px; width:648px !important; width:748px;}
#conditionsContent .pageHeading{background:url(images/conditionsHeading.gif) no-repeat; height:87px; margin:0px; padding:0px;}
#conditionsContent .pageHeading span{display:none;}

#contactusContent{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#contactusContent .globalBox{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px; width:648px !important; width:748px;}
#contactusContent .pageHeading{background:url(images/contactusHeading.gif) no-repeat; height:87px; margin:0px; padding:0px;}
#contactusContent .textSuccess{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px;}

#contactusContent .pageHeading span{display:none;}
#contactusContent .fieldKey{font-weight:bold; width:80px; float:left; margin:5px; color:#6f3b2d; text-align:right;}
#contactusContent .fieldValue{margin:3px 0px 5px 5px;float:left;}
#contactusContent .section{margin:5px 0 15px 10px;}

/* faq styles --------------------------------------------------------------start*/

#faq{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#faq .pageHeading{background:url(images/faqHeading.gif) no-repeat; height:87px; margin:0px; padding:0px;}
#faq .pageHeading span{display:none;}
#faq .globalBox{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px;}
#faq .questionBox{
	background-color:#F8EDCD;
	border:1px dotted #ccbeaa;
	padding:0 0 0 0 !important;
	padding:10px 0 0 0;
}

#faq .question{
	padding-left:10px;
	margin-bottom:10px;
	font-weight:bold;
	line-height:24px;
	height:24px;
}

#faq .answer{
	background-image:url(images/chat.gif);
	background-repeat:no-repeat;
	padding-left:10px;
}	
	
.toTop{
	background-image:url(images/up.gif);
	background-repeat:no-repeat;
	padding:5px 0 5px 30px;
	margin:10px 0;
	border-bottom:1px dotted #999999;
}

/* faq styles --------------------------------------------------------------end*/

/* upcomingProducts --------------------------------------------------------start*/
#upcomingProducts .boxHeader{
	height:30px;
	font-size:15px;
	color:#333333;
	padding:5px 10px 5px 40px !important;
	padding:7px 10px 5px 40px;
	margin:10px 0 10px 0;
	line-height:30px;
	border-bottom:#999999 3px solid;
	background:url(images/alert.gif) no-repeat left;
	display:none;
}
.upcomingProducts-odd{background-color:#D6F2FD;height:25px;display:none;}
.upcomingProducts-even{background-color:#D6F2FD;  height:25px;display:none;}
#upcomingProducts .entryDate{margin:5px; float:left;color:#FF9900;display:none;}
#upcomingProducts .entryContent{margin:5px; float:left;display:none;}
/* upcomingProducts --------------------------------------------------------end*/

/*products_new--------------------------------------------------------------start*/
#productsNew .entry{
	height:110px !important;
	height:120px;
	width:710px !important;
	width:720px;
	border:#CCCCCC 1px dashed;
	margin:5px;
	padding:5px;	
}
#productsNew .entryImage{float:left;width:100px;text-align:center;}
#productsNew .entryContent{float:left;}
#productsNew .entryButton{float:right;}
/*products_new--------------------------------------------------------------end*/

/*account-------------------------------------------------------------------start*/
#account{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#account .pageHeading{background:url(images/accountHeading.gif) no-repeat; height:87px; margin:0px; padding:0px;}
#account .pageHeading span{display:none;}
#account .boxContents{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px; width:648px !important; width:748px;}
#account .globalBox div{margin:5px;}
/*account-------------------------------------------------------------------end*/
/*account_edit-------------------------------------------------------------------start*/
#account_edit{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#account_edit .pageHeading{background:url(images/accountHeading.gif) no-repeat; height:87px; margin:0px; padding:0px;}
#account_edit .pageHeading span{display:none;}
#account_edit .boxContents{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px; width:648px !important; width:748px;}
/*account_edit-------------------------------------------------------------------end*/
/*account_password-------------------------------------------------------------------start*/
#account_password{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#account_password .pageHeading{background:url(images/account_passwordHeading.gif) no-repeat; height:87px; margin:0px; padding:0px;}
#account_password .pageHeading span{display:none;}
#account_password .boxContents{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px; width:648px !important; width:748px;}
/*account_password-------------------------------------------------------------------end*/
/*account_history_info------------------------------------------------------start*/
#account_history_info{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#account_history_info .pageHeading{background:url(images/history_infoHeading.gif) no-repeat; height:87px; margin:0px; padding:0px;}
#account_history_info .boxContents{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px; width:648px !important; width:748px;}
#account_history_info .qty{float:left;margin:5px;}
#account_history_info .name{float:left;margin:5px;}
#account_history_info .option{float:left;margin:5px;}
#account_history_info .price{float:left;margin:5px;}
#account_history_info #order_history div{float:left;margin:3px;}
/*account_history_info------------------------------------------------------end*/
/*account_history------------------------------------------------------start*/
#account_history{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#account_history  .pageHeading{background:url(images/historyHeading.gif) no-repeat; height:87px; margin:0px; padding:0px;}
#account_history  .pageHeading span{display:none;}
#account_history  .boxContents{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px; width:648px !important; width:748px;}
#account_history .globalBox div{float:left;margin:5px;}
/*account_history------------------------------------------------------end*/
/*account_notifications------------------------------------------------------start*/
#account_notifications{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#account_notifications .pageHeading{background:url(images/notificationsHeading.gif) no-repeat; height:87px; margin:0px; padding:0px;}
#account_notifications .pageHeading span{display:none;}
#account_notifications .boxContents{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px; width:648px !important; width:748px;}
#account_notifications .globalBox div{margin:5px;}
/*account_history------------------------------------------------------end*/
/*account_newsletters------------------------------------------------------start*/
#account_newsletters{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#account_newsletters .pageHeading{background:url(images/newslettersHeading.gif) no-repeat; height:87px; margin:0px; padding:0px;}
#account_newsletters .pageHeading span{display:none;}
#account_newsletters .boxContents{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px; width:648px !important; width:748px;}
#account_newsletters .globalBox div{float:left;margin:5px;}
/*account_history------------------------------------------------------end*/

/*address_book---------------------------------------------------------start*/
#address_book{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#address_book .pageHeading{background:url(images/address_bookHeading.gif) no-repeat left; height:87px; margin:0px; padding:0px;}
#address_book .pageHeading span{display:none;}
#address_book .boxContents{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px; width:648px !important; width:748px;}
#address_book .globalBox div{margin:5px;}
#address_book .description{float:left;width:200px;}
#address_book .point{float:left;width:60px;}
#address_book .main_address{float:left;}
#address_book .fieldKey{
	font-weight:bold; 
	width:60px !important;
	width:80px;  
	float:left; 
	margin:5px 0px 5px 220px !important; 
	margin:0px 0px 15px 105px; 
	background:url(images/login_icon.gif) no-repeat; 
	padding-left:20px; 
	color:#6f3b2d;
}
#address_book .fieldValue{margin:3px 0px 5px 5px;float:left;}
/*address_book---------------------------------------------------------end*/
/*address_book_process---------------------------------------------------------start*/
#address_book_process{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#address_book_process .pageHeading{background:url(images/processHeading.gif) no-repeat; height:87px; margin:0px; padding:0px;}
#address_book_process .pageHeading span{display:none;}
#address_book_process .boxContents{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px; width:648px !important; width:748px;}
/*address_book_process---------------------------------------------------------end*/
/*create_account---------------------------------------------------------start*/
#create_account{background:url(images/create_bg.gif) no-repeat left bottom; padding-bottom:170px;}
#create_account .pageHeading{background:url(images/loginHeading.gif) no-repeat; height:87px; margin:0px; padding:0px;}
#create_account .pageHeading span{display:none;}
#create_account .globalBoxHeader{background:url(images/login_icon.gif) no-repeat #dbd0c2 1% 30%; padding-left:25px; margin:25px 0px 10px 0; height:35px; line-height:35px;}
#create_account .globalBox{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px; width:648px !important; width:748px;}
#create_account .button{text-align:center; background:url(images/globalBox_bg.gif) repeat-y; margin-bottom:10px;}
#create_account .fieldKey{width:110px; float:left; margin:3px 0px 5px 50px; color:#333; text-align:right;}
#create_account .fieldValue{margin:3px 0px 5px 5px;float:left;}
#create_account .section{margin:5px 0 15px 10px;}
/*create_account---------------------------------------------------------end*/
/*checkout_shipping---------------------------------------------------------start*/
#checkout_shipping{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#checkout_shipping .pageHeading{background:url(images/checkoutHeading.gif) no-repeat; height:87px; margin:0px; padding:0px;}
#checkout_shipping .pageHeading span{display:none;}
#checkout_shipping .boxContents{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px; width:648px !important; width:748px;}
/*checkout_shipping---------------------------------------------------------end*/
/*checkout_shipping_address---------------------------------------------------------start*/
#checkout_shipping_address{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#checkout_shipping_address .pageHeading{background:url(images/checkout_addressHeading.gif) no-repeat; height:87px; margin:0px; padding:0px;}
#checkout_shipping_address .pageHeading span{display:none;}
#checkout_shipping_address .boxContents{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px;}
/*checkout_shipping_address---------------------------------------------------------end*/
/*checkout_payment---------------------------------------------------------start*/
#checkout_payment{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#checkout_payment .pageHeading{background:url(images/paymentHeading.gif) no-repeat left; height:87px; margin:0px; padding:0px;}
#checkout_payment .pageHeading span{display:none;}
#checkout_payment .boxContents{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px; width:648px !important; width:748px;}
/*checkout_payment---------------------------------------------------------end*/
/*checkout_payment_address---------------------------------------------------------start*/
#checkout_payment_address{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#checkout_payment_address .pageHeading{background:url(images/payment_addressHeading.gif) no-repeat left; height:87px; margin:0px; padding:0px;}
#checkout_payment_address .pageHeading span{display:none;}
#checkout_payment_address .boxContents{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px; width:648px !important; width:748px;}
/*checkout_payment---------------------------------------------------------end*/
/*checkout_confirmation---------------------------------------------------------start*/
#checkout_confirmation{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#checkout_confirmation .pageHeading{background:url(images/confirmationHeading.gif) no-repeat left; height:87px; margin:0px; padding:0px;}
#checkout_confirmation .pageHeading span{display:none;}
#checkout_confirmation .boxContents{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px; width:648px !important; width:748px;}
/*checkout_confirmation---------------------------------------------------------end*/
/*checkout_success---------------------------------------------------------start*/
#checkout_success{background:url(images/Content_bg.gif) no-repeat left bottom; padding-bottom:85px;}
#checkout_success .pageHeading{background:url(images/successHeading.gif) no-repeat left; height:87px; margin:0px; padding:0px;}
#checkout_confirmation .pageHeading span{display:none;}
#checkout_success .boxContents{background:url(images/globalBox_bg.gif) repeat-y; padding:10px 60px 80px 50px; width:648px !important; width:748px;}
/*checkout_confirmation---------------------------------------------------------end*/
/*advanced_search---------------------------------------------------------start*/
#advanced_search .pageHeading{
	height:50px !important;
	height:65px;
	font-size:15px;
	color:#333333;
	padding:15px 10px 5px 80px;
	margin:10px 0 10px 0;
	line-height:30px;
	background:url(images/alarm.gif) no-repeat left;
}
#advanced_search .pageHeading span{display:block;}
#advanced_search .globalBoxHeader{}
#advanced_search .globalBox{margin-bottom:10px;}
#advanced_search .fieldKey{
	font-weight:bold; 
	width:75px !important;
	width:95px;  
	float:left; 
	color:#6f3b2d;
}
#advanced_search .fieldValue{float:left;}
/*advanced_search---------------------------------------------------------end*/
/*advanced_search_result---------------------------------------------------------start*/
#advanced_search_result .pageHeading{
	height:50px !important;
	height:65px;
	font-size:15px;
	color:#333333;
	padding:15px 10px 5px 80px;
	margin:10px 0 10px 0;
	line-height:30px;
	background:url(images/alarm.gif) no-repeat left;
}
#advanced_search_result .pageHeading span{display:block;}
/*advanced_search_result---------------------------------------------------------end*/
/*product_reviews---------------------------------------------------------start*/
#product_reviews .pageHeading{
	height:55px !important;
	height:65px;
	font-size:15px;
	color:#333333;
	padding:10px 10px 5px 80px;
	margin:10px 0 10px 0;
	line-height:16px;
	background:url(images/alarm.gif) no-repeat left;
}
#product_reviews .pageHeading span{display:block;}
/*product_reviews---------------------------------------------------------end*/
/*reviews---------------------------------------------------------start*/
#reviews .pageHeading{
	height:50px !important;
	height:65px;
	font-size:15px;
	color:#333333;
	padding:15px 10px 5px 80px;
	margin:10px 0 10px 0;
	line-height:30px;
	background:url(images/alarm.gif) no-repeat left;
}
#reviews .pageHeading span{display:block;}
/*reviews---------------------------------------------------------end*/
/*product_reviews_info---------------------------------------------------------start*/
#product_reviews_info .pageHeading{
	height:55px !important;
	height:65px;
	font-size:15px;
	color:#333333;
	padding:10px 10px 5px 80px;
	margin:10px 0 10px 0;
	line-height:16px;
	background:url(images/alarm.gif) no-repeat left;
}
#product_reviews_info .pageHeading span{display:block;}
/*product_reviews_info---------------------------------------------------------end*/

/*index_products---------------------------------------------------------start*/
#index_products .pageHeading{height:65px; margin:10px 0 10px 0;}
#index_products .pageHeading span{display:none;}
/*index_products---------------------------------------------------------end*/
