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

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

BODY {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color:#333333;
	text-align: center; /*fix by smashing*/ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#FFFFFF;
}
a {color: #1A1A1A}

a:link {color: #666; text-decoration: none}

a:visited {color: #666; text-decoration: none}

a:active {color: #666; text-decoration: none}

a:hover {
	color: #003366;
	text-decoration: underline;
}

form {display:block;}

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;
	line-height:20px;
	border-bottom:#99CC00 2px solid;
	width:165px;
}
H5{
	font-size:16px;
	color:#EA9E00;
	line-height:16px;
	background:url(images/h5.gif) no-repeat;
	padding-left:25px;
	height:16px;
}
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 {
	/*fix by smashing*/
	margin:0 auto;/* the auto margins (in conjunction with a width) center the page */
	text-align:left; /*fix by smashing*/
	width:960px;/*fix by smashing*/
	background: url(images/mainContent.jpg) repeat-y right;
}
/* 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 {
	background-position:left;
	background-image:url(images/header.jpg);
	width:960px;
	background-repeat: no-repeat;
	height:241px;
	position:relative;
}
#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:237px;
	height:65px;
	position:absolute;
	left: 707px;
	top: 91px;
}
#sidebar1 {
	float:left;/* since this element is floated, a width must be given */
	width:180px;
	background: url(images/sidebar.jpg) no-repeat;
}

#sidebar1 a:link, #sidebar1 a:visited{
	color:#EA8C2E;
}
#sidebar2 {
}
#mainContent {
	width: 760px !important;
	width: 775px;
	float: left;
	padding:0 10px 0 10px !important;
	padding:0 10px 0 20px;
}
#footer {
	text-align:center;
	height:160px;
	width:960px;
	background-color:#FFF;
	float: left;
	position:relative;
	background:url(images/mainContent.jpg) no-repeat right;
}
#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*/
	color:#333300;
	font-weight:bold;
	line-height:10px;
	padding-left:10px;
	margin:10px 0 15px 0;
}

#navigation a:link, #navigation a:visited, #navigation a:active {color:#333300;}
#navigation a:hover {color: #003366; text-decoration:none;}

#newsMarquee {
	font-size:12px;
	position: absolute;
	left:357px;
	top:30px;
	color:#000000;
}
#newsMarquee a:link, #newsMarquee a:visited, #newsMarquee a:active {color:#000000;}
#newsMarquee a:hover {color: #003366; text-decoration:none;}

#boxLanguage {
	position: absolute;
	left: 709px;
	top: 163px;
}

#shopFunction {
	height:37px;
	width:773px;
	font-size:16px;
	position: absolute;
	left: 188px;
	top: 197px;
	line-height: 40px;
	text-align: center;
}

#shopFunction a:link, #shopFunction a:visited, #shopFunction a:active {
	font-size:13px;
	color:#333333;
}

#shopFunction .articles:hover, #shopFunction .login:hover, #shopFunction .myAccount:hover, #shopFunction .cart:hover, #shopFunction .checkout:hover{
	background:url(images/button02.jpg) no-repeat;
	}

#shopFunction .articles, #shopFunction .login, #shopFunction .myAccount, #shopFunction .cart {
	background:url(images/button01.jpg) no-repeat;
	height: 37px;
	width: 155px;
	float: left;
}
#shopFunction .checkout {
	background:url(images/button01.jpg) no-repeat;
	height: 37px;
	width: 153px;
	float: left;
}

#quickFind {
	position: absolute;
	left: 10px;
	top:200px;
	width:146px !important; /*fix by smashing*/
	width:170px;
	height: 20px;
}

#advancedSearchLink {
	position: absolute;
	left:10px;
	top:180px;
	width:120px;
}

#advancedSearchLink a:link, #advancedSearchLink a:visited, #advancedSearchLink a:active {color:#000;}

#advancedSearchLink a:hover {color: #003366; text-decoration:none;}
#footerNav_l {
	font-size:12px;
	color:#996600;
	height:21px;

	line-height:21px;
	margin:20px 0 0 180px;
}

#footerNav_l a:link, #footerNav_l a:visited{color:#996600;}

#footerNav_l div{}

#footerContent {
	font-size:12px;
	color:#666666;
	margin: 15px 0 0 180px;
}

#counter {
	position:absolute;
	font-size:11px;
	color: #666666;
	left: 22px;
	top: 17px;
	width: 140px;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

.infoBoxNotice {}

.infoBoxNoticeContents {}

/* categories-----------------------------------------------------Start */
li.topMenuClass{
	height:30px;
	padding-left:10px;
	background:url(images/icon01.gif) no-repeat center left;
	list-style:none;
	margin: 0 0 0 2px!important;
	margin: 0 0 0 -13px;
	border-bottom: 1px solid #CCCCCC;
}
a.topMenuClass:link, a.topMenuClass:visited{
	font-size:12px;
	color: #666666;
	text-decoration:none;
	line-height: 25px;
	font-weight: bold;
 }
.subMenuClass{
	list-style-type:none;
	margin-left:0px !important;
	margin-left:-8px;
}

.subMenuClass:link, .subMenuClass:visited{
	font-size:12px;
	color:#666;
	text-decoration:none;
	line-height: 25px;	
}
/* categories-----------------------------------------------------end */
TD.contentBoxHeading {
	font-family: "Verdana", "Arial", "sans-serif";
	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 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	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 {border:1px  solid #b6b7cb;}

.productListing-heading, a.productListing-heading:link, a.productListing-heading:visited {
	font-family: SimHei, Arial, Garamond;
	font-size: 14px;
	background:#CCCCCC;
	color:#333300;
	padding:5px;
	text-align:center;
}

.productListing-data {font-family: Verdana, Arial, sans-serif;font-size: 13px;}


/* ϶~C-----------------------------------------start-*/
.productListBox {
	border:1px solid #EEE; 
	width:220px; 
	height:220px; 
	float:left; 
	margin:3px; 
	padding:3px;
	text-align:center;
}
.productListImage{
	text-align:center;
	vertical-align:middle;
}

.productListImageBox{
	height:100px;
	width:120px;
	text-align:center;
	border:#DDD 1px solid;
}
.productListName {margin:3px;}
.productListBuyNow {margin:3px;}

/*϶~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:10px;
	height:16px;
	text-decoration:none;
	cursor:pointer;
}

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

.pageHeading {
    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;
	background:url(images/burn.gif) no-repeat left;
	border-bottom:#999999 3px solid;
}

TR.subBar {background: #f4f7fd;}

TD.subBar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

TD.main, P.main {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {font-family: Verdana, Arial, sans-serif;font-size: 11px;}

TD.accountCategory {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #aabbdd;
}

.fieldKey {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width:100px;
	float:left;
	margin-bottom:5px;
}

.fieldValue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	float:left;
	margin-bottom:5px;  
}

TD.tableHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

SPAN.newItemInCart {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {font-family: Verdana, Arial, sans-serif; font-size: 11px;}

TEXTAREA {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

SPAN.greetUser {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}

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

TD.formAreaTitle {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

SPAN.markProductOutOfStock {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}

SPAN.errorText {font-family: Verdana, Arial, sans-serif;color: #ff0000;}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #ffb3b5; padding:5px; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #ff0000; }

/* Banner ----------------------------------------------------------------------------------start*/
#mainBanner {width:100%;}

#mainBanner div {margin:0px 2px 0px 0px;float: left;} /*wqBanner*/

#sidebarBanner {width:170px;}

#sidebarBanner div { margin:0px 2px 10px 0px;}/*wqBanner*/

#footerBanner{text-align: center;}

#footerBanner div { margin:10px 10px 10px 180px;}/*wqBanner*/

#floatBanner{position:absolute;width: 150px;visibility: hidden;z-index: 100;}

#floatBanner div { margin:0px 2px 0px 0px;float: left;}/*wqBanner*/

/* Banner ----------------------------------------------------------------------------------end*/
/* product_info~Բӻstyles --------------------------------------------------------------start*/
#product_info {
	
}
.productName { /*wq~W*/
	font-size:15px; 
	margin:5px 0 15px 280px; 
	padding:0px 0px 5px 40px;
	border-bottom: #666600 1px dotted; 
	background: url(images/shopping_cart.gif) no-repeat;
	color:#333333;
	font-weight:bold;
	height:45px;
}
.productSlogan { margin:10px 0 0 280px;}/*定義產品廣告標語*/
.productBrief {margin:10px 0 0 280px;line-height:18px; } /*定義產品摘要說明*/
.productImage { font-size:12px; text-align:center; float:left; width:280px;}/*定義產品名稱*/
.productPrice { margin:10px 0 0 285px; font-size:24px; color:#CC0000;}/*定義產品價格*/
.productSpecialPrice {font-size:18px;color:#ff0000;font-weight: bold;}
.productBonusPrice { margin:5px 0 0 280px; font-size:15px; color:#FF0000;}/*定義產品紅利價格*/
.productDesc {font-size:12px; line-height:20px;}/*定義產品描述*/
.productWeight {font-size:12px; color:#00F;}
.productOptions {font-size:12px;margin:5px 0 0 280px;}
.productReviews {font-size:12px;margin:5px 0 5px 0;}
.productUrl {font-size:12px;margin:5px 0 5px 0;}
.productDateAdded {text-align:center;font-size:12px;margin:5px 0 5px 0;}
/* product_info~Բӻstyles --------------------------------------------------------------end*/

/* table ----------------------------------------------------------------------------start*/
table tr{font-size:12px;font-family:SimHei, Arial, Garamond;}

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

.globalBox {
	padding:5px;
	margin:5px 0 5px 0;
	border:#AAA 1px solid;
	height:auto !important; height:100%;
}

.globalBoxHeader {
	margin:5px 0 5px 0;
	padding:8px;
	background-color:#EEE;
	font-size:13px;
}

/* 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:5px;
}

.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 {display:table; width:100%;}

#articles .goBack{float:right;padding:5px;}
/*Feature Product--------------------------------start-*/
#featuredProduct .boxHeader {
	height:30px;
	font:16px Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-weight:bold;
	padding:5px 0px 0px 30px;
	background:url(images/featuredProdBoxHead.gif) repeat-x;
}

#featuredProduct .boxHeader div{
	background:url(images/featuredProdBoxHead_r.gif) no-repeat;
	height:30px;
	width:267px;
	float:right;
	margin-top:-5px
}

#featuredProduct .boxContents {
	width:745px;
	display:table;
	padding-bottom:10px;
}

#featuredProduct .boxContents_r{}

#featuredProduct .entry {
	font-size:12px;
	margin:15px 5px 10px 10px;
	width:215px!important;
	width:225px;
	height:130px;
	float: left;
	border:#CCC 1px solid;
	padding:5px;
}

#featuredProduct .entryImage{
	float:left;
	height:95px;
	width: 95px;
	margin-right:10px;
	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: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;
	background:url(images/alarm.gif) no-repeat left;
	border-bottom:#999999 3px solid;
}
#newProduct .boxHeader div {

}

#newProduct .boxContents {
	font-size: 11px;
	text-align:center;
	padding-bottom:6px;
	width:100%;
	display:table;
}
#newProduct .boxContents_r {

}

#newProduct .entry {
	font-size:12px;
	margin:15px 5px 10px 10px;
	width:215px!important;
	width:225px;
	height:130px;
	float: left;
	border:#CCC 1px solid;
	padding:5px;
}

#newProduct .entry .entryImage{
	float:left;
	height:95px;
	width: 95px;
	margin-right:10px;
	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 */

/* alsoBox-----------------------------------------------------Start */

#alsoProduct .boxHeader {
	background-image:url(images/banner01.jpg);
	background-repeat:no-repeat;
	height:20px;
	font-size:15px;
	color:#FFFFFF;
	padding:5px 10px 5px 40px;
	margin-top:10px;
	text-align: left;
	font-weight: bold;
}

#alsoProduct .boxHeader div {

}

#alsoProduct .boxContents {
	width:100%;
	display:table;
}
#alsoProduct .boxContents_r {

}

#alsoProduct .entry {
	font-size:12px;
	margin:15px 5px 10px 10px;
	width:215px!important;
	width:225px;
	height:130px;
	float: left;
	border:#CCC 1px solid;
	padding:5px;
}

#alsoProduct .entryImage {
	float:left;
	height:95px;
	width: 95px;
	margin-right:10px;
	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-image:url(images/banner02.jpg);
	background-repeat:no-repeat;
	height:20px;
	font-size:15px;
	color:#FFFFFF;
	padding:5px 10px 5px 40px;
	margin-top:10px;
	text-align: left;
	font-weight: bold;
}

#xsellProduct .boxHeader div{

}

#xsellProduct .boxContents {
	width:100%;
	display:table;
}
#xsellProduct .boxContents_r{

}

#xsellProduct .entry{
	font-size:12px;
	margin:15px 5px 10px 10px;
	width:215px!important;
	width:225px;
	height:130px;
	float: left;
	border:#CCC 1px solid;
	padding:5px;
}

#xsellProduct .entryImage {
	float:left;
	height:95px;
	width: 95px;
	margin-right:10px;
	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{}
/* xsellBox-----------------------------------------------------End */
/* same_category_products-----------------------------------------------------Start */
#same_category_products .boxHeader{
	background-image:url(images/banner02.jpg);
	background-repeat:no-repeat;
	height:20px;
	font-size:15px;
	color:#FFFFFF;
	padding:5px 10px 5px 40px;
	margin-top:10px;
	text-align: left;
	font-weight: bold;
}

#same_category_products .boxHeader div{}
#same_category_products .boxContents{
	width:100%;
	display:table;
}
#same_category_products .boxContents_r{}
#same_category_products .entry{
	font-size:12px;
	margin:15px 5px 10px 10px;
	width:215px!important;
	width:225px;
	height:130px;
	float: left;
	border:#CCC 1px solid;
	padding:5px;
}
#same_category_products .entryImage{
	float:left;
	height:95px;
	width: 95px;
	margin-right:10px;
	text-align:center; 
}

#same_category_products .entryImage *{} /*IE image center*/
*html #same_category_products .entryImage span{} /*IE image center*/
#same_category_products .boxFooter{}
#same_category_products .boxFooter div{}
/* same_category_products-----------------------------------------------------End */

/* same_parent_products-----------------------------------------------------Start */
#same_parent_products .boxHeader{
	background-image:url(images/banner02.jpg);
	background-repeat:no-repeat;
	height:20px;
	font-size:15px;
	color:#FFFFFF;
	padding:5px 10px 5px 40px;
	margin-top:10px;
	text-align: left;
	font-weight: bold;
}

#same_parent_products .boxHeader div{}
#same_parent_products .boxContents{
	width:100%;
	display:table;
}
#same_parent_products .boxContents_r{}
#same_parent_products .entry{
	font-size:12px;
	margin:15px 5px 10px 10px;
	width:215px!important;
	width:225px;
	height:130px;
	float: left;
	border:#CCC 1px solid;
	padding:5px;
}
#same_parent_products .entryImage{
	float:left;
	height:95px;
	width: 95px;
	margin-right:10px;
	text-align:center; 
}

#same_parent_products .entryImage *{} /*IE image center*/
*html #same_parent_products .entryImage span{} /*IE image center*/
#same_parent_products .boxFooter{}
#same_parent_products .boxFooter div{}
/* same_parent_products-----------------------------------------------------End */

/* featured_all_random-----------------------------------------------------Start */
#featured_all_random .boxHeader{
	background-image:url(images/banner02.jpg);
	background-repeat:no-repeat;
	height:20px;
	font-size:15px;
	color:#FFFFFF;
	padding:5px 10px 5px 40px;
	margin-top:10px;
	text-align: left;
	font-weight: bold;
}

#featured_all_random .boxHeader div{}
#featured_all_random .boxContents{
	width:100%;
	display:table;
}
#featured_all_random .boxContents_r{}
#featured_all_random .entry{
	font-size:12px;
	margin:15px 5px 10px 10px;
	width:215px!important;
	width:225px;
	height:130px;
	float: left;
	border:#CCC 1px solid;
	padding:5px;
}
#featured_all_random .entryImage{
	float:left;
	height:95px;
	width: 95px;
	margin-right:10px;
	text-align:center; 
}

#featured_all_random .entryImage *{} /*IE image center*/
*html #featured_all_random .entryImage span{} /*IE image center*/
#featured_all_random .boxFooter{}
#featured_all_random .boxFooter div{}
/* featured_all_random-----------------------------------------------------End */

/* infoBox-----------------------------------------------------Start */
.sidebarBox .boxHeader {
	line-height:30px;
	font-size:15px;
	color: #006699;
	font-weight:bold;
	height:30px;
	padding-left:10px;
	background:url(images/sidebarHeader.gif) bottom left no-repeat;
	margin:0 5px 0 10px;
}

.sidebarBox .boxHeader div{}
.sidebarBox .boxContents {font-size:12px;padding:5px;text-align: left;}
.sidebarBox .boxContents_r{}
.sidebarBox .entryImage{text-align:center;margin:5px;}
.sidebarBox .entryContent{text-align:center;margin:5px;}
.sidebarBox .boxFooter {margin-bottom:20px;}
.sidebarBox .boxFooter div{}
#whatsNewBox .boxHeader{}
#shoppingCartBox .boxHeader{}
#productNoticeBox .boxHeader{}
#manufacturersBox .boxHeader{}
#categoriesBox .boxHeader{}
#bestSellersBox .boxHeader{}
/* infoBox-----------------------------------------------------End */
.loginBox{
	width:46%;
	margin:5px;
	padding:5px;
	float:left;
	border:1px dashed #999999;
}

.loginBox .boxHeader{
	margin:5px 0 5px 0;
	padding:8px 8px 8px 30px;
	font-size:13px;
	background:url(images/user.gif) no-repeat;
	height:24px;
	font-weight:bold;	
}
.loginBox .boxContents{
	padding:5px;
	margin:0px 0 10px 0;
	height:100px !important;
	height:130px;
}

.loginBox .button{
	text-align:center;
	margin-bottom:10px;
}

#shoppingCart .globalBox{
	border:#CCC 1px dotted;
	padding:20px;
	text-align:center;
	margin:10px;
	width:675px !important;
	width:715px;
}

#privacyContent .globalBox{
	border:#CCC 1px dotted;
	padding:20px;
	margin:10px;
	width:675px !important;
	width:715px;
}

#shippingContent .globalBox{
	border:#CCC 1px dotted;
	padding:20px;
	margin:10px;
	width:675px !important;
	width:715px;
}

#conditionsContent .globalBox{
	border:#CCC 1px dotted;
	padding:20px;
	margin:10px;
	width:675px !important;
	width:715px;
}

#contactusContent .globalBox{
	border:#CCC 1px dotted;
	padding:20px;
	margin:10px;
	width:675px !important;
	width:715px;
}

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

#faq .questionBox {
	background-color:#FFFFCC;
	border:#CCCCCC 1px solid;
	width:715px !important;
	width:725px;
	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;
	margin-bottom:10px;
}	
	
.toTop {
	background-image:url(images/up.gif);
	background-repeat:no-repeat;
	padding:0 0 10px 20px;
	border-bottom:1px dotted #999999;
	margin-bottom:10px;
}

/* faq styles --------------------------------------------------------------end*/
/* upcomingProducts --------------------------------------------------------start*/
#upcomingProducts .boxHeader{
	font-size:13px;
	font-weight:bold;
	background:url(images/i5_e.gif) no-repeat 2% 50% #e6e7e8;
	padding:5px 0 5px 25px !important;
	padding:7px 0 5px 25px;
	color:#8d8d8d;
	margin-bottom:5px;
}
.upcomingProducts-odd{height:25px;}
.upcomingProducts-even{height:25px;}
#upcomingProducts .entryDate{margin:5px; float:left;color:#993300;}
#upcomingProducts .entryContent{margin:5px; float:left;}
/* 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 .globalBox div{margin:5px;}
/*account-------------------------------------------------------------------end*/

/*account_history_info------------------------------------------------------start*/
#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------------------------------------------------------end*/

/*account_history------------------------------------------------------start*/
#account_history .globalBox div{float:left;margin:5px;}
/*account_history------------------------------------------------------end*/

/*address_book---------------------------------------------------------start*/
#address_book .globalBox div{margin:5px;}
#address_book .description{float:left;width:300px;}
#address_book .point{float:left;width:53px;}
#address_book .main_address{float:left;}
/*address_book---------------------------------------------------------end*/

#account_history_info #order_history div{float:left;margin:3px;}