@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:#CBD4CD;
}
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:inline;}

H1 {
	font-family: SimHei, Arial, Garamond;
	font-weight: bold;
	font-size: 36px;
	color: #003D74;
	font-weight:bolder;
	word-spacing:300%;
	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 {
	/*fix by smashing*/
	margin:0 auto;/* the auto margins (in conjunction with a width) center the page */
	width:900px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*fix by smashing*/
	text-align:left; /*fix by smashing*/
	width:960px;/*fix by smashing*/
	background-image: url(images/background2.jpg);
	background-color: #FFFFFF;
}
/* 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:252px;
	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 {
	background:url(images/logo.jpg) no-repeat;
	width:163px;
	height:87px;
	position:absolute;
	left: 39px;
	top: 101px;
}
#sidebar1 {
	float:left;/* since this element is floated, a width must be given */
	width:179px;
	margin-left: 32px !important;
	margin-left: 15px;
}

#sidebar1 a:link, #sidebar1 a:visited{
	color:#003366;
}
#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	margin-right:2px;
	width: 0px; /* since this element is floated, a width must be given */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
}
#mainContent {
	width: 715px;
	float: left;
	padding:0 25px 0 5px !important;/*fix by smashing*/
	padding:0 0 0 5px;
}
#footer {
	text-align:center;
	height:160px;
	width:960px;
	background-repeat: no-repeat;
	float: left;
	background-color:#FFF;
	position:relative;
}
#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:12px Verdana, Arial, Helvetica, sans-serif;
	color:#333300;
	font-weight:bold;
	height:15px;
	line-height: 15px;
	margin:10px 0 10px 0;
}

#navigation a:link, #navigation a:visited, #navigation a:active {color:#666666;}

#newsMarquee {
	background-position:left 50%;
	font-size:12px;
	color:#666666;
	position: absolute;
	left: 38px;
	top: 7px;
}

#boxLanguage {
	position: absolute;
	left: 778px;
	top: 10px;
}

#shopFunction {
	height:28px;
	width:888px;
	font-size:16px;
	position: absolute;
	left: 34px;
	top: 29px;
}

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

#shopFunction .articles {
	background:url(images/001.gif) no-repeat;
	padding-left:25px;
	position:absolute;
	left: 100px;
	width: 100px; /*fix by smashing*/
	top: 6px;
}

#shopFunction .login {
	background:url(images/002.gif) no-repeat;
	padding-left:25px;
	position:absolute;
	top: 6px;
	left: 250px;
	width: 100px; /*fix by smashing*/
}

#shopFunction .myAccount {
	background:url(images/003.gif) no-repeat;
	padding-left:25px;
	position:absolute;
	left: 400px;
	top: 6px;
	width: 130px; /*fix by smashing*/
}

#shopFunction .cart {
	background:url(images/004.gif) no-repeat;
	padding-left:25px;
	position:absolute;
	left: 550px;
	top: 6px;
	width: 130px; /*fix by smashing*/
}

#shopFunction .checkout {
	background:url(images/005.gif) no-repeat;
	padding-left:25px;
	position:absolute;
	left: 700px;
	top: 5px;
	width: 100px; /*fix by smashing*/
}

#quickFind {
	position: absolute;
	left: 39px;
	top: 220px;
	width:180px !important; /*fix by smashing*/
	width:170px;
}

#advancedSearchLink {
	position: absolute;
	left: 38px;
	top: 199px;
	width:170px; /*fix by smashing*/
}


#footerNav_l {
	position:absolute;
	font-size:12px;
	color:#996600;
	height:21px;
	line-height:21px;
	left: 180px;
	top: 20px;
}

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

#footerNav_l div{

}

#footerContent {
	position:absolute;
	font-size:12px;
	color:#666666;
	left: 0px;
	width:960px;
	top: 50px;	
}

#counter {
	position:absolute;
	font-size:11px;
	color: #666666;
	left: 700px;
	top: 23px;
}

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:21px;
	padding-left: 18px;
	background:url(images/icon01.jpg) no-repeat;
	list-style:none;
	margin: 0 0 0 2px!important;
	margin: 0 0 0 -13px;
}
a.topMenuClass:link, a.topMenuClass:visited{
	font-size:13px;
	color: #666600;
	text-decoration:none;
	line-height: 25px;
	font-weight: bold;
 }

.subMenuClass{
	list-style-image:url(images/button4.jpg);	
}

.subMenuClass:link, .subMenuClass:visited{
	font-size:13px;
	color: #FFFFFF;
	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;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.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 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  color: #555;
  background-image:url(images/pageHeader_bg.jpg);
  background-repeat:no-repeat;
  padding:10px;
  margin:0px 0 10px 0;
  float:left;
}

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-color: #7b9ebd;
  border-style: solid;
  border-width: 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:715px;
}

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

#sidebarBanner {
	width:170px;
}

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

#footerBanner{
	position:absolute;
	left: 120px;
	top: 40px;
}

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

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

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

/* Banner ----------------------------------------------------------------------------------end*/

/* product_info~Բӻstyles --------------------------------------------------------------start*/

.productName { /*wq~W*/
	font-size:15px; margin:5px 0 0 300px; padding:5px; border-bottom:#999 1px dotted; border-left:#FF0000 8px solid; 
}
.productSlogan { /*wq~siлy*/
	margin:5px 0 0 300px;
}
.productBrief { /*wq~Kn*/
	margin:5px 0 0 300px; 
}
.productImage { /*wq~W*/
	font-size:12px; text-align:center; float:left; width:280px; height:280px;
}
.productPrice { /*wq~*/
	margin:5px 0 0 300px; font-size:18px;
}
.productSpecialPrice {
	font-size:18px;
	color: #ff0000;
	font-weight: bold;
}
.productBonusPrice { /*wq~Q*/
	margin:5px 0 0 300px; font-size:15px; color:#FF0000;
}
.productDesc { /*wq~yz*/
	font-size:12px; line-height:20px;
}
.productWeight {
	font-size:12px; color:#00F;
}
.productOptions {
	font-size:12px;
	margin:5px 0 0 300px;
}

.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*/
.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:3 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;
}
/*--20080322---------------------------------------------------end--*/

/*Feature Product--------------------------------start-*/
#featuredProduct .boxHeader {
	background:url(images/featuredProduct.jpg) no-repeat;
	height:42px  !important;
	height:50px;
	width:594 !important;
	width:714;
	font:28px SimHei, Verdana, Arial, Helvetica, sans-serif;
	color:#333300;
	font-weight:bold;
	line-height: 28px;
	padding:8px 0px 0px 120px;
}

#featuredProduct .boxHeader div{
	background:url(images/featuredProduct_r.jpg) no-repeat;
	height:50px;
	width:20px;
	float:right;
	margin-top:-8px;
}

#featuredProduct .boxContents {
	width: 704px !important;
	width: 714px;
	background: url(images/featuredContents.jpg);
	background-repeat:repeat-y;
	padding: 0px 0 0 10px;
	display:table;
	overflow:hidden;
}

#featuredProduct .boxContents_r{
	background: url(images/featuredContents_r.jpg) 0 0 repeat-y ;
	width:20px;
	float:right;
	height:280px;	
}

#featuredProduct .entry {
	font-size:12px;
	margin:5px 5px 5px 5px;
	width:210px;
	height:130px;
	float: left;
}

#featuredProduct .entryImage{
	float:left;
	height:95px;
	width: 95px;
	margin: 0px 5px 0px 5px;
	border:#CCC 1px solid;
	text-align:center;
	margin:auto;
}

#featuredProduct .entryImage * {} /*IE image center*/

*html #featuredProduct .entryImage span{} /*IE image center*/

#featuredProduct .boxFooter {
	background:url(images/featuredFooter.jpg) no-repeat;
	height:19px;
	width:714px;
}

#featuredProduct .boxFooter div{
	background:url(images/featuredFooter_r.jpg) no-repeat;
	height:19px;
	width:20px;
	float:right;
}
/*Feature Product--------------------------------end-*/

/* newProductBox-----------------------------------------------------Start */

#newProduct .boxHeader {
	background-image:url(images/button.gif);
	background-repeat:no-repeat;
	height:29px;
	width:675px !important;
	width:700px;
	font-size:15px;
	color:#333333;
	padding:5px 10px 5px 20px !important;
	padding:7px 10px 5px 20px;
	margin-top:10px;
	text-align: left;
}
#newProduct .boxHeader div {

}

#newProduct .boxContents {
	width:700px;
	border:#CCC 1px solid;
	font-size: 11px;
	text-align:center;
	display:table;
	padding-bottom:6px;
}
#newProduct .boxContents_r {

}

#newProduct .entry {
	width:150px !important;
	width:163px;
	height:190px !important;
	height:210px;
	float:left;
	padding:10px 5px 5px 5px;
	margin:10px 6px 10px 6px !important;
	margin:10px 5px 6px 5px;
	border:#CCC 1px solid;
	border-top:#EA7827 20px solid;
}

#newProduct .entry .entryImage{
	height:105px;
	width:105px;
	display:table-cell; vertical-align:middle; /*IE image center*/
	text-align:center;
	margin-bottom:5px;
	margin:auto; 
}

#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;
	width:652px !important;
	width:700px;
	font-size:15px;
	color:#FFFFFF;
	padding:5px 10px 5px 40px !important;
	padding:4px 10px 5px 40px;
	margin-top:10px;
	text-align: left;
	font-weight: bold;
}

#alsoProduct .boxHeader div {

}

#alsoProduct .boxContents {
	width:700px;
	border:#CCC 1px solid;
	font-size: 11px;
	text-align:center;
	display:table;
	background:url(images/sideline.jpg) repeat;
	padding-bottom: 0px !important;
	padding-bottom: 10px;
}
#alsoProduct .boxContents_r {

}

#alsoProduct .entry {
	width:165px !important;
	width:174px;
	height:174px !important;
	height:182px;
	float:left;
	padding:5px;
	margin:10px 0 10px 0px;
	background:url(images/beeline.jpg) repeat-y right;
}

#alsoProduct .entryImage {
	height:105px;
	width:105px;
	display:table-cell; vertical-align:middle; /*IE image center*/
	text-align:center;
	margin:auto; 
}

#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-color:#BBB;
	height:28px;
	line-height:28px;
	width:auto;
	font-size:15px;
	color:#333;
	padding:8px;
	margin-top:10px;
}

#xsellProduct .boxHeader div{

}

#xsellProduct .boxContents {
	width:735px !important;
	width:100%;
	border:#CCC 1px solid;
	font-size: 11px;
	text-align:center;
	display:table;
	padding-bottom:10px;
}
#xsellProduct .boxContents_r{

}

#xsellProduct .entry{
	width:150px;
	height:190px;
	float:left;
	padding:3px;
	margin:8px;
	border:#CCC 1px solid;
}

#xsellProduct .entryImage {
	height:105px;
	width:105px;
	display:table-cell; vertical-align:middle; /*IE image center*/
	text-align:center;
	margin:auto; 
}

#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 */

/* infoBox-----------------------------------------------------Start */

.sidebarBox .boxHeader {
	line-height:25px;
	font-size:16px;
	color:#333333;
	font-weight:bold;
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	height:25px;
	padding-left: 55px;
}

.sidebarBox .boxHeader div{}

.sidebarBox .boxContents {
	font-size:12px;
	width:170px;
	padding:5px;
	text-align: left;
}

.sidebarBox .boxContents_r{}

.sidebarBox .entryImage{
	text-align:center;
	margin:5px;
}

.sidebarBox .entryContent{
	text-align:center;
	margin:5px;
}

.sidebarBox .boxFooter {
	background-image:url(images/1_23.gif);
	background-repeat:no-repeat;
	height:15px;	
}

.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 35px;
	font-size:13px;
	background: url(images/help.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:735px;
}

#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{
	background-image:url(images/button.gif);
	background-repeat:no-repeat;
	height:29px;
	width:675px !important;
	width:700px;
	font-size:15px;
	color:#333333;
	padding:5px 10px 5px 20px !important;
	padding:7px 10px 5px 20px;
	margin-top:10px;
	text-align: left;
}

.upcomingProducts-odd{
  background-color:#FF9;
  width:700px;
  height:25px;
}

.upcomingProducts-even{
  background-color:#FFB;
  width:700px;  
  height:25px;
}

#upcomingProducts .entryDate{
	margin:5px; 
	float:left;
	color:#FF9900;
}

#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*/
