@import url("style.css");



/*****************************************/
/* TWITTER */
/*****************************************/

#twitters, #twitters ul {
 padding: 0px;
 margin: 0px;
 height: 370px;
 weight: 268px;
}

#twitters img {
  height: 42px;
  width: 42px;
  padding: 4px 4px 10px 4px;
}

#twitters ul li {
  float: left;
  width: 95%;
  list-style: none;
  margin-left: 0px;
  border-bottom: 1px solid #009EC2;
}

#twitters li a {
  font-size: 11px;
  font-weight: bold;
  font-style: italics;
  color: #009EC2;
}


/*****************************************/
/* CHINESE NEW YEAR */
/*****************************************/

#cny_links {
   float: left; 
   width: 385px;  
   height: 230px;
   margin: 5px; 
   background-color: #fbe6e3;
  overflow: hidden;
}

h1.cny {
  background-image: url(/img/icon_ox.gif);
  background-repeat: no-repeat;
  background-position: 0px;
  padding:  14px 10px 10px 35px;
  margin: 20px 0 20px 0;
  font-size: 2em;
  color: #c8151c;
}


#cny_links h2.cny {
  color: #c8151c;
  margin: 10px 0 10px 0;
}

#cny_links img.cny {
  border: 1px solid #c8151c;
  padding: 5px;
  margin: 10px 10px 50px 10px;
}

#cny_links p.cny {
  color: #810F15;
  margin: 10px;
}

#cny_links p.cny a {
  color: #810F15;
  text-decoration: underline;
}

#cny_links p.cny a:hover {
  background-color: #810F15;
  color: #fff;
  text-decoration: none;
}

/*****************************************/
/* TABLES  */
/*****************************************/
TABLE.sizing {
padding 5px;
border-collapse:collapse;
}

TABLE.sizing TD, TABLE.sizing TH {
   border: 1px solid black;
   color: Black;
   margin: 0px;
   padding: 5px;
}

TABLE.sizing TH {
   color: White;
   background-color: Gray;
}

/*****************************************/
/* TOOLTIP */
/*****************************************/
a.tooltip {
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none
}

a.tooltip:hover {z-index:100; background-color:#fff}

a.tooltip span.tooltip {
  display: none;
  cursor: pointer; 
  border: 0px; 
  background:#fff; 
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
  -moz-opacity:0.80; 
}

a.tooltip p {font-size: 0.87em; line-height: 0.97em;}

a.tooltip h1 {font-size: 1.1em; font-weight: bold; padding-bottom: 0px; margin-bottom: 0px}

a.tooltip img.tooltip {padding: 5px; margin: 5px;}

a.tooltip:hover span.tooltip { /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    padding: 5px;
}


/*****************************************/
/* BLOG  */
/*****************************************/
.blog_entry {
  width: 95%;
  background-color: #FAFBE8;
  padding: 10px;
  margin-bottom: 10px;
}

.blog_entry h2 {
  font-size: 12px;
  font-weight: bold;
  color: #888;
  padding: 5px;
  background-color: FAFBE8;
  text-align: right;
}

.blog_entry h3 {
  font-size: 18px;
  font-weight: normal;
  color: #C45B15;
  padding: 0 0 10px 10px;
  border-bottom: 0px;
  background-color: transparent;
}

.blog_entry h3 a {
  color: #C45B15;
  background-color: transparent;
  border-bottom: 0px;
}

.blog_entry h4 {
  font-size: 12px;
  color: #C45B15;
  pa dding: 10px;
}


.blog_entry a, .content_pad a, .blog_entry a:visited, .content_pad a:visited {
  text-decoration: underline;
  color: #666;
}

.blog_entry.even {
  background-color: #fcfcef;
  padding: 10px;
}




/*****************************************/
/* CONTENT LINKS  */
/*****************************************/
#content_links {
  hei ght: 100%;
  width: 98%;
  ove rflow: hidden;
  float: left;
  background-color: #FAFBE8;
  margin-top: 10px; padding: 5px;
  text-align: left;
}

#content_links h2 {
  color: #C45B15;
  padding: 10px;
}

#content_links p {
  padding: 0 0 0 10px;
}

#content_links p a {
  color: #C45B15;
  font-weight: bold;
}

#content_links h2 a {
  color: #C45B15;
  padding: 0px;
}

#content_links ul li {
	float: left;
	width: 48%;
	background-image: url(/img/bg_leaf.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	list-style: none;
	margin-left: 0px;
	padding: 4px 0 4px 15px;
}

#content_links li a {
  font-size: 12px;
  fo nt-weight: bold;
  color: #DE6A1D;
  padding: 0 15px 0 15px;
}



/*****************************************/
/* CENTER LINKS  */
/*****************************************/

#body_links {
  bor der-top: 3px solid #E9D46D;
  height: 84px;
  overflow: hidden;
  float: left;
  width: 539px;
  background-image: url(/img/center_links_bg.gif);
}

#body_links ul li {
	float: left;
	width: 30%;
	background-image: url(/img/bg_leaf.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	list-style: none;
	margin-left: 0px;
	padding: 4px 0 5px 15px;
}

#body_links li a {
  font-size: 12px;
  font-weight: bold;
  font-family: Arial;
  letter-spacing: 0.08em;
  color: #DE6A1D;
  padding: 0 15px 0 15px;
}

#body_links li a:hover {
	color: white;
}

#newsletter {
  background-image: url(/img/center_links_bg.gif);
  border:;
  padding: 2px;
  width: 263px;
  height: 80px;
  overflow: hidden;
  float: left;
  margin-right:2px;
}

#newsletter h3 {
  color: #DE6A1D; /*#6db43f;*/
  border-bottom: 0px;
  background-color: transparent;
  text-transform: uppercase;
  padding: 0px; margin-bottom: 2px; 
  font-size: 16px;
  font-family: Arial;
}

#newsletter p {
  color: #DE6A1D; /*#6db43f;*/
  margin-bottom: 5px;
  font-family: Arial;
}

#newsletter input {
  font-size: 13px;
}



/*****************************************/
/* AUTO COMPLETE  */
/*****************************************/
.auto_complete {
	width: 500px;
	background: #FFD676;
}
.auto_complete ul {
	bo rder: 1px solid #000;
	margin:0;
	padding:0;
	width:100%;
	list-style-type: none !important;
}
.auto_complete ul li {
	margin:0;
	padding:2px;
	list-style-type: none !important;
font-size: 11px;
}
.auto_complete ul li.selected {
	background-color: #FFFBBF;
}
.auto_complete ul strong.highlight {
	color: #800;
}



/*****************************************/
/* FLASH DIALOG */
/*****************************************/
#flash {
  position: absolute; bottom: 0px; left: 0px; 
  width:100%; 
	z-index: 100;
	background-color: #D1EBB3;
  	opacity: .7;
	filter: alpha(opacity=70);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color: #222;
}

#flash a {
  color: white;
}

#flash h2 {
  background-image: url(/img/ui/icons/close.gif);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 10px; margin: 0px;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

#flash p {
  padding: 0 0 10px 10px;
  font-size: 18px;
  line-height: 1.3em;
  color: white;
}

#flash a.close{
  background-color: white;
  color: black;
  padding:5px; margin: 20px;
  font-size: 24px;
  width: 100px;
}

.flash.notice {
  background: url(/img/icon_alertbad.gif) #CC0000  41% 50% no-repeat;
  color: #fff;
  text-align: center;
  margin: 0px;
  padding: 3px;
  font-size: 0.8em;
}

/*****************************************/


.home_section {
	float:left; 
	width:268px; 
	ove rflow: hidden; 
	margin: 0px 2px 6px 0px;
}

.home_section_culture_header {
  background-color: #e4701e; /*ed9b4f;*/
  backg round-image: url(/img/label_corner.png);
  backgr ound-repeat: no-repeat;
  bor der-top: 3px solid #e4701e;
  padding: 5px 0 5px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
margin-bottom:2px;
}

.home_section_education_header {
  background-color: #6db43f; /*a4d767;*/
  backgro und-image: url(/img/label_corner.png);
  backgro und-repeat: no-repeat;
  bor der-top: 3px solid #6db43f;
  padding: 5px 0 5px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
margin-bottom:2px;
}

.home_section_olympics_header {
  background-color: #009ec2; /*6fd2e3;*/
  backgr ound-image: url(/img/label_corner.png);
  backgr ound-repeat: no-repeat;
  bord er-top: 3px solid #009ec2;
  padding: 5px 0 5px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
margin-bottom:2px;
}

.bottom_callout {
	width: 198px;
	height: 107px;
	overflow: hidden;
	background-color: #a4d767;
	pad ding-right: 2px;
	float:left;
	margin-right: 6px;
}

#section_links { 
  width:100%; 
  float:right; 
  margin:0;
} 

#section_links a { 
  display: inline;
  float: right; 
  margin-left: 4px;
  width: 90px; height: 18px;
  color: #ccc;
  te xt-transform: uppercase;
  text-align: center;
  font-size: 16px; 
  font-weight: bold;
  padding: 2px;
}

#section_links a.culture { 
  border-top: 3px solid #e4701e;
  color: #ccc;
}

#section_links a.education { 
  border-top: 3px solid #6db43f;
  color: #ccc;
}

#section_links a.special { 
  border-top: 3px solid #009ec2;
  color: #ccc;
}

#section_links a.culture:hover, #section_links a.culturecurrent {
  background-color: #e4701e; /*ed9b4f;*/
  color: #fff;
}

#section_links a.education:hover, #section_links a.educationcurrent {
  background-color: #6db43f; /*a4d767;*/
  color: #fff;
}

#section_links a.special:hover, #section_links a.specialcurrent {
  background-color: #009ec2; /*6fd2e3;*/
  color: #fff;
}

/*****************************************/

#container {
  width: 810px;
  padding: 0 8px 0 8px;
  margin: 0px auto;
  background-color: #fff;
  text-align: left;
}

#header {
}

#toplinks  {
	font-size: 1.1em;
	float: right;
	width: 450px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#centerlinks {
  float: right;
  margin: -30px -5px 0px 0;
}

#toplinks li, #centerlinks li, #footer li {
	margin:  10px 0px 0 0;
	line-height: 25px;
	float: right;
}

#toplinks li a, #centerlinks li a, #footer li a {
  font-weight: bold;
  color: #666;
  font-size: 12px;
  padding: 0 4px 0 4px;
  let ter-spacing: 0.02em;
}

#toplinks li a:hover, #centerlinks li a:hover, #footer li a:hover {
	background-color: #666;
	color: white;
}

#footer li {
	padding: 0px;
	margin-top: 0px;
}

#searchbox {
        margin-top: 10px;
	float:right;
	cle ar:right;
	wid th: 300px;
}

#searchbox .textInput {
	width: 250px;
  background-color: #fff;
  border: 1px  solid #aaa;
}

/* Div that comes before the content */
#preContent {
	height: 83px;
	background-image: ;
	background-repeat: no-repeat;
}
#contentBody {
	padding: 0px;
	clear:both;
}

#footer { 
	border-top: 1px solid #a4d767;
	margin-bottom: 20px; 
}

#footer .about_us {
	font-size: 11px;
	color: #666666;
	padding: 6px;
	border-bottom: 1px solid #a4d767;
}
#footer #copyright {
	font-size: 11px;
	color: #666666;
	padding-top: 5px;
}


#big_product_image {
	float: left;
	margin: 20px;
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
	overflow: hidden;
}

#bLeftCol, #bMiddleCol, #bRightCol {
	padding:15px;
	padding-top:20px;
	float:left;
}
#bLeftCol {
	width: 219px !important;
}
#bMiddleCol {
	width: 260px !important;
}
#bRightCol {
	width: 228px !important;
	width:210px;
	overflow:visible !important;
	overflow:hidden;
}

#product_show_left {
	width: 360px;
	margin-right: 10px;
	float: left;
}
#product_show_right {
	width: 430px !important;
	width: 400px;
	float: left;
}
#product_description {
	color: #000;
}
#left {
	float:left;
	width: 580px !important;
	width: 560px;
	margin-left: 0px;
	padding-right: 20px;
	margin-right: 20px;
	min-height: 500px;
	margin-bottom: 20px;
}
#right {
	float:left;
	width: 180px;
	padding-bottom: 20px;
	margin-top: 10px;
}


#right .textInput {
	font-size: 15px;
	line-height: 30px;
	padding-top: 5px !important;
	padding-top: 10px;
	height: 25px;
}

#right h2 {
	color: #5e5e5e;
}
#right h3 {
	color: #8a8075;
	text-align: center;
}

#left, #right, #fullContent {
}

#fullContent {
	width: auto;
	margin: 0px 10px;
}

#customer_msg {
	padding: 2px; margin-right:5px;
	overflow: hidden;
	color: #93937D;
}

#customer_msg a {
  text-decoration: underline;
}

/* TOP NAVIGATION */

#navigation {
	float: left;
	height: 28px;
	width: 656px;
	overflow: hidden;
}

#navigation-left {
  back ground-image: url(/img/label_corner.png);
  back ground-repeat: no-repeat;
	float: left;
	height: 28px;
	width: 142px;
	te xt-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	padding-left: 10px;
	margin-right: 2px;
	overflow: hidden;
}

ul.navigation li {
	margin: 0px;
	list-style: none;
	display:block;
	float:left;
}

#navigation ul.navigation li a{
	height: 28px;
	font-weight: bold;
	display: inline;
	padding: 6px 10px 5px 10px; 
	font-size: 14px;
	line-height: 24px;
}


/* PAGINATION */
#pagination {
	float: right;
	height: 28px;
	width: 100%;
	overflow: hidden;
 margin: 0px -10px 20px 0;
}

ul.pagination li {
	margin: 0px;
	list-style: none;
	display:block;
	float:right;
}

#pagination ul.pagination li a {
	height: 28px;
	fo nt-weight: bold;
	display: inline;
	padding: 2px 7px 1px 6px; 
	font-size: 12px;
	line-height: 24px;
 color: #666;
}

#pagination ul.pagination li a span, #pagination ul.pagination li a.current, #pagination ul.pagination li a.current span {
  background-color: #eee;
  background-image: url(/img/icon_blank_page.gif);
  background-repeat: no-repeat;
  background-position: 0px;
  color: #666;
  font-weight: bold;
}

#pagination a:hover, #pagination ul.pagination li a:hover span  {
  color: #666;
  background-color: #eee;
}

/* STORE LAYOUT */
#subnav_top {
	background-color: #f6cda7;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-transform: uppercase;
}

#subnavigation {
	width: 180px;
	float: left;
	margin-right: 0px;
}
#subnavigation ul {
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 6px;
}
#subnavigation ul li {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}
#subnavigation ul li a {
  font-weight: bold;
  font-size: 12px;
  padding: 0 4px 0 4px;
  color: #666; 
}

#subnavigation h3 {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0em;
  margin-top:-1px; padding: 2px 0 2px 10px;
}

#product_listing {
  float:left;
  width: 603px;
}
/* END STORE LAYOUT NAVIGATION */


#submittingText {
	display:none;
	font-weight:bold;
	font-size:1.3em;
	color: green;
	padding: 10px;
}


/* HOME PAGE */

#main_callout {
	width: 690px;
	height: 310px;
	float: left;
}
#minor_callouts {
	width: 240px;
	float: right;
}

h1#new_sale_header {
	width: 120px;
	height: 180px;
	padding-top: 20px;
	text-align:center; 
	background-image: url(/img/ui/new-sale-header-bg.gif);
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	margin-right: 20px;
	color: #f86d0a;
}

h1.store_heading {
  padding: 10px 0 5px 10px;
  margin-bottom: 0px;
  font-size: 30px;
}


/* CLASSES */

.minor_callout {
	margin-bottom: 20px;
}
.minor_callout p {
}

.main_block {
	margin: 0;
}

.main_block p {
	margin:0; padding: 0;
}
.main_block.line_bottom {
	padding-bottom: 5px;
	border-bottom: 1px solid #f6cda7;
}

.form_block {
  margin: 10px 0 20px 0; 
  background-color: #eee;
  width: 500px;
}

.form_block h2 {
  color: black;
  background-color: #ddd;
  margin: 0 0 20px 0;
  padding: 10px;
}

.form_block input, .form_block textarea, .form_block select {
  font-size: 14px;
}

.fieldWithErrors input, .fieldWithErrors * option, .fieldWithErrors * {
  background-color: #E09393; /*#ff9595;*/
}

.formError {
  color: white;
  padding: 2px;
  margin-top: 1px;
  font-size: 12px;
  background-color: #CA3B3B; /*#ff9595;*/
}

p.error_form {  
  background-image: url(/img/icon_warning5.gif);
  background-repeat: no-repeat;
  background-position: 0px;
  font-size: 1.5em;
  height: 67px;
  padding: 40px 0 10px 70px;
}

p.info {
  background-image: url(/img/icon_info.gif);
  background-repeat: no-repeat;
  background-position: 0px;
  font-size: 1.1em;
  font-style: normal;
  font-weight: bold;
  height: 36px;
  padding: 20px 0 0 40px;
  margin: 0;
  color:#3DA0DF;
}

p.info a {
  text-decoration: underline;
  color:#3DA0DF;
}

p.info a:hover {
  color: #fff;
  background-color:#3DA0DF;
  text-decoration: none;
}

/* PRODUCT 'CHIPS' */

.product {
	width: 173px;
	height: 213px;
	margin: 0 2px 5px 18px;
	float: left;
}

.product_image {
	text-align: center;
}

.product_image img {
	padding: 3px;
        margin: 0 0 7px 0;
	border: 1px solid #c7c7c7;
}

.product .money {
	display: block;
	background-color: #69bf32;
	color: #fff;
	padding: 2px;
	overflow: hidden;
	-moz-border-radius: 5px;
}

.product .icon-162 {
	position:absolute;
	margin: -10px 0 0 140px;
	z-index:10;
}

.product .icon-132 {
	position:absolute;
	margin: -10px 0 0 130px;
	z-index:10;
}

.icon-delete {
	position:absolute;
	margin: -40px 0px 0 -40px;
	z-index:50;
}


/* SUBMODAL STUFF */
#popupTitleBar {
	background-color: #333;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #5E5E5E;
	border-left: 1px solid #5E5E5E;
	border-right: 1px solid #000;
	position: relative;
	z-index: 203;
}



}
div.p * {
	font-size: 1.2em;
}/ui/item-middle.gif);
	background-repeat: repeat-y;
	*/
}

.product_image {
	text-align: center;
}

.product_image img {
	padding: 3px;
        margin: 0 0 5px 0;
	border: 1px solid #c7c7c7;
}

.product_image a, .product_image a:visited{
	/*height: 40px;
	margin: 4px 0px;
	overflow: hidden;*/
	color: #000;
}

.product_title a, .product_title a:visited {

}

.product .money {
	display: block;
	background-color: #69bf32;
	color: #fff;
	padding: 2px;
	overflow: hidden;
	-moz-border-radius: 5px;
}

.product .icon-162 {
	position:absolute;
	margin: -10px 0 0 140px;
	z-index:10;
}

.product .icon-132 {
	position:absolute;
	margin: -10px 0 0 130px;
	z-index:10;
}


/* SUBMODAL STUFF */
#popupTitleBar {
	background-color: #333;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #5E5E5E;
	border-left: 1px solid #5E5E5E;
	border-right: 1px solid #000;
	position: relative;
	z-index: 203;
}


/* FLASH DIALOG */
#flash {
  position: absolute; bottom: 0px; left: 0px; 
  width:100%; 
	z-index: 100;
	background-color: #D1EBB3;
  	opacity: .7;
	filter: alpha(opacity=70);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color: #222;
}

#flash a {
  color: white;
}

#flash h2 {
  background-image: url(/img/ui/icons/close.gif);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 10px; margin: 0px;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

#flash p {
  padding: 0 0 10px 10px;
  font-size: 18px;
  line-height: 1.3em;
  color: white;
}

#flash a.close{
  background-color: white;
  color: black;
  padding:5px; margin: 20px;
  font-size: 24px;
  width: 100px;
}

.flash.notice {
  background: url(/img/icon_alertbad.gif) #CC0000  41% 50% no-repeat;
  color: #fff;
  text-align: center;
  margin: 0px;
  padding: 3px;
  font-size: 0.8em;
}

/*****************************************/


.home_section {
	float:left; 
	width:268px; 
	overflow:hidden; 
	margin-right:2px;
}

.home_section_culture_header {
  background-color: #ed9b4f;
	background-image: url(/img/ui/subnav-tab-left.gif);
  border-top: 3px solid #e4701e;
  padding: 1px 0 1px 10px;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.home_section_education_header {
  background-color: #a4d767;
  border-top: 3px solid #6db43f;
  padding: 1px 0 1px 10px;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.home_section_olympics_header {
  background-color: #6fd2e3;
  border-top: 3px solid #009ec2;
  padding: 1px 0 1px 10px;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.bottom_callout {
	width: 198px;
	height: 107px;
	overflow: hidden;
	background-color: #a4d767;
	pad ding-right: 2px;
	float:left;
	margin-right: 6px;
}

.bottom_callout img {
	padding: 1px;
}

#section_links { 
  width:100%; 
  float:right; 
  margin:0;
} 

#section_links a { 
  display: inline;
  float: right; 
  margin-left: 4px;
  width: 90px; height: 18px;
  color: white;
  tex t-transform: uppercase;
  text-align: center;
  font-size: 16px; 
  font-weight: bold;
  padding: 2px;
}

#section_links a.culture, #sec tion_links a.culturecurrent { 
  border-top: 3px solid #e4701e;
}

#section_links a.education, #sec tion_links a.educationcurrent { 
  border-top: 3px solid #6db43f;
}

#section_links a.special, #sec tion_links a.specialcurrent { 
  border-top: 3px solid #009ec2;
}

#section_links a.culture:hover, #se ction_links a.culturecurrent {
  background-color: #ed9b4f;
}

#section_links a.education:hover, #sec tion_links a.educationcurrent {
  background-color: #a4d767;
}

#section_links a.special:hover, #sec tion_links a.specialcurrent {
  background-color: #6fd2e3;
}
