﻿html , body {				 /*use to control body of the pages.*/
font-family:verdana, georgia, arial, sans-serif;
margin:0 auto;
padding:0;
text-align:center;
vertical-align:top;
height:100%;
max-width:1280px;
font-size:0.95em;
}
 .pagelayout {			/*use to control Leyout of the pages.*/
max-width:1280px;
width:expression(document.body.clientWidth > 1152? "1250px": "auto" );
border-collapse:collapse;
margin:0 auto;
height:100%;
width:100%;
padding:0;
}
.pagelayout td {	/*use to control Leyout of the pages with above.*/
padding:0px;
}
a:link, a:active, a:visited {
color:#222222;
font-weight:normal;
text-decoration:none;
}
a:hover {
color:#ff6600;
font-weight:normal;
text-decoration:none;
}
.menutext {                   /*set the fonts for the all menu titles*/  
color: white;
font-weight: bold;
font-size: 110%;
text-align: center;
vertical-align: middle;
}
.mtc  {					/*set the font and table for tiny cart*/   
width:99%;
margin:0 auto;
}
.mtc th {                        /*set the font and table for tiny cart*/      
background-color: black;
color: white !important;
font-size: 65%;
text-align:center;
padding:1px;
}
.mtc td {                        /*set the font and table for tiny cart*/  
font-size: 75%;
text-align:left;
border-bottom:1px solid white;
background-color:#bbbbbb;
padding:1px;
}
.titlebox {                         /*set the titles for check out boxes*/  
background-color: #cccccc;
color: #111111;
font-size: 120%;
font-weight: normal;
text-decoration: none;
border-left: 1px #999999 solid;
border-top: 1px #999999 solid;
border-bottom: 2px #999999 solid;
border-right: 2px #999999 solid;
}
.shadowbox {	 /*set the box shadow for check out boxes*/ 
border-left: 1px #999999 solid;
border-top: 1px #999999 solid;
border-bottom: 2px #999999 solid;
border-right: 2px #999999 solid;
}
.shadowboxselected {	                    /*set the box shadow for check out boxes*/  
border-left: 1px #999999 solid;
border-top: 1px #999999 solid;
border-bottom: 2px #999999 solid;
border-right: 2px #999999 solid;
background-color: #eeeeee;
}
.button1 {
background-image: url(../images/blank1.gif);
background-color: transparent;
border: 0px;
height: 18px;
width: 80px;
text-align: center;
cursor: pointer;
vertical-align: middle;
text-decoration: none;
color: #0000cc;
}
.engfont {    /*This is the font for english characters for chinese pages*/
font-family: Verdana, Georgia, Arial, Sans-Serif;
font-size:90%;
}
a.fivestar1:hover {
background-color:#cccccc;
text-decoration: none;
}
.sepspace {
font-size:65%;
}
.menuborder{
border:3px;          /*This is use for all menus td border*/
border-style:solid;
border-color:transparent;
}
.menulist01 ul {	/*This is use for menu listing on the left*/
margin:0;
padding:0;
list-style-type:none;
text-align:left;
}
.menulist01 li {	/*This is use for menu listing on the left*/
margin:0;
display:inline; 
white-space:nowrap;
text-align:left;
}
.menulist01heading {	/*This is use for menu listing HEADING on the left*/
padding-left:18px;
display:block;
background-image:url(../images/arrowgreen.png);
background-repeat:no-repeat;
background-position:1% 50%;
line-height:150%;
font-weight:bold;
text-align:left;
}
.menulist01 a {	/*This is use for menu listing on the left*/
text-decoration:none;
display:block;
padding-left:12px;
padding-top:2px;
padding-bottom:2px;
background-repeat:no-repeat;
background-position:1% 50%;
border:1px solid transparent;
}
.menulist01 a:hover {   /*This is use for menu listing on the left*/
text-decoration:none;
padding-left:12px;
padding-top:2px;
padding-bottom:2px;
background-image:url(../images/arrowright.gif);
background-repeat:no-repeat;
background-position:1% 50%;
background-color:#fdfdfd;
border:1px solid #eeeeee;
}
.menulist02 ul {   /*This is use for New Releases on the left*/
margin:0;
padding:0;
list-style-type:none;
}
.menulist02 li {  /*This is use for New Releases on the left*/
margin:0;
display:inline;
}
.menulist02 a {   /*This is use for New Releases on the left*/
text-decoration:none;
display:block;
padding:2px 0px 2px 12px;
background-image:url(../images/dotsquare.gif);
background-repeat:no-repeat;
background-position:1% 50%;
border:1px solid transparent;
}
.menulist02 a:hover {      /*This is use for onsale on the right*/
text-decoration:none;
padding:2px 0px 2px 12px;
background-image:url(../images/arrowright.gif);
background-repeat:no-repeat;
background-position:1% 50%;
background-color:#f9f9f9;
border:1px solid #eeeeee;
}
.menulist03 ul {    /*This is use for onsale on the right*/
margin:0;
padding:0;
list-style-type:none;
}
.menulist03 li {    /*This is use for onsale on the right*/
margin:0;
text-align:left;
font-size:0.8em;
display:inline;
}
.menulist03 a {     /*This is use for onsale on the right*/
text-decoration:none;
display:block;
padding:2px 2px 2px 12px;
background-image:url(../images/arrowright.gif);
background-repeat:no-repeat;
background-position:1% 50%;
border:1px solid transparent;
}
.menulist03 a:hover {               /*This is use for onsale on the right*/
text-decoration:none;
padding:2px 2px 2px 12px;
background-image:url(../images/arrowrightred.gif);
background-repeat:no-repeat;
background-position:1% 50%;
background-color:#f9f9f9;
border:1px solid #eeeeee;
}
.cellbgimage1 {
background-color:red;
background-image:url(../images/bg_red.gif);
}
.newmenuborder {              /*This is use for onsale on the right*/
border:8px solid #f0f0ff;
}

/*Set Tables Below */

.tb000 {						/*Set table border , padding and alignment table width must be set with html in each page  all MENUS */
border-collapse:collapse;
border-width:0px;
border-spacing:0px;
}
.tb000 td {
padding:0px;
vertical-align:top;
text-align:left;
}
.tb001 {
border-collapse:collapse;
border-width:0px;
border-spacing:0px;
}
.tb001 td {
padding:1px;
vertical-align:middle;
text-align:left;
}
.tb002 {		/*Set table border to 0 cellspace to 0 and cellpadding to 2 for text listing */
border-collapse:collapse;
border-width:0px;
border-spacing:0px;
}
.tb002 td {
padding:2px;
vertical-align:top;
text-align:left;
}
.tb003 {
border-collapse:collapse;
border-width:0px;
border-spacing:0px;
}
.tb003 td {
padding:3px;
vertical-align:top;
text-align:left;
}
.tb005 {
border-collapse:collapse;
border-width:0px;
border-spacing:0px;
}
.tb005 td {
padding:5px;
vertical-align:middle;
text-align:left;
}
.tb005ml {		/*Set table border to 0 cellspace to 0 and cellpadding to 5 for listing set v to middle */
border-collapse:collapse;
border-width:0px;
border-spacing:0px;
}
.tb005ml td {
padding:5px;
vertical-align:middle;
text-align:left;
}
.tb005ml th {
padding:2px;
vertical-align:middle;
text-align:left;
}
.tb101 {
border-collapse:collapse;
}
.tb101 td {			/*Set table border to 1 and padding use for shipping rate table */
border-width:1px;
border-style:solid;
border-color:#bbbbbb;
padding:5px;
}
.tm {			   /* use for top menu */
background-color:#666;
text-align:right;
color:white;
padding:0px 5px 3px 0px;
width:100%;
}
.tm span {			   /* use for top menu */
border:2px solid #666;
font-size:85%;
padding:1px 5px 2px 5px;
font-weight:bold;
color:white;
}
.tm span:hover {			  /* use for top menu */
border:2px groove #e0e0e0;
background:#666;
font-size:85%;
padding:1px 5px 2px 5px;
font-weight:bold;
color:white;
}
.mm {
border-collapse:collapse;
border-width:0;
border-spacing:0;
width:100%;
color:#808080;
}
.mm td {
border-right:1px solid white;
white-space:nowrap;
width:10%;
text-align:center;
vertical-align:middle;
}
.tl		/* use for menu with round corners top left */
 {
background: url(../images/left.gif) 0 0 no-repeat;
} 
.tr		/* use for menu with round corners top right */
{
background: url(../images/right.gif) 100% 0 no-repeat;
padding:2px;
}
.hl {			   /* use for item listing mouse over highlighted */
background-color:#f0f0f0;
}
.hl2 {			   /* use for item listing mouse over highlighted */
background-color:transparent;
}
.hl:hover {			   /* use for item listing mouse over highlighted */
background-color:LemonChiffon;
}
.hl2:hover {			   /* use for item listing mouse over highlighted */
background-color:LemonChiffon;
}
.dt {		/* set the text for desctipiton */
text-align:left;
line-height:1.3em;
}
.curvedcorner { /* set boxes curved corner for all left and right */
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
border-radius:5px;
/*behavior:url(/store/variables/border-radius.htc);*/
}
.curveblr { /* set boxes curved corner for all left and right */
-moz-border-radius-bottomleft:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
border-radius:5px;
/*behavior:url(/store/variables/border-radius.htc);*/
}
