@charset "UTF-8";
/* CSS Document */
.productPic{
	float:left;
	margin:5px 30px 5px 5px;
}
.clearBr{
	clear:both;
}
.productHr{
	border:#b7c7d1 1px solid;
	background-color:#b7c7d1; 
	width:90%; 
	margin:20px auto;
	}
.cataList{
}
.cataList li{float:left; list-style:none; height:150px; margin:5px;}
.cataList a{ display:block;}
.warningNote{
	padding:5px;
	border:#F00 2px solid;
	font-size:15px;
	background:#FFC;}
.ads{
	text-align:center;
}
.pprice{
	margin:0 0 4px 0;
	font-weight:bold;
	font-size:17px;
}
ul{ list-style:none; margin:10px; padding:0px;}
/*-- Bottom Toolbar --*/
div#toolbar ul{margin:0;
	padding:0;list-style:none;}
div#toolbar, div#toolbarbut {
  position: fixed; /* set fixed position for the bar */
  bottom: 0px;
  right: 0px;
  z-index: 9999; /* keep the bar on top  */
  height: 28px;
  background: url(../images/bcktool.png);
  /* CSS3 */
  -moz-border-radius-topleft: 4px;
	-khtml-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-box-shadow: 0px 1px 6px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
  -khtml-box-shadow: 0px 1px 6px #666;
  -webkit-box-shadow: 0px 1px 6px #666;
  /* CSS3 end */
	border-top: 1px solid #eee;
  border-left: 1px solid #eee; 
  border-right: 1px solid #eee;  
}

div#toolbar {
  width: 85%;
  min-width: 700px; /* to limit the width when an excessive window resize */
  margin: 0px 10px; /* centered toolbar */
  right:7%;
}

div#toolbarbut { /* div for the 'hide status' */
  width: 60px;
  height: 15px;
  margin-right: 3%;
  display: none;
}

span.showbar a { /* show button */
  padding: 5px;  
  font-size: 10px;
  color: #989898;
}

.leftside {
  float: left;
}

.rightside {
  float: right;
}

/*-- Left Side --*/

ul#social li {
  display: inline;
}

a.rss {
  display: inline-block;
  width: 118px;
  height: 35px;
  margin-left: 5px;
  background: url(../images/foot_logo.png) no-repeat;
}

a.facebook, a.twitter, a.digg, a.delicious, a.stumble {
  display: inline-block;
  width: 40px;
  height: 35px;        
  margin-top: 1px;
}

a.rss:hover, a.facebook:hover, a.twitter:hover, a.digg:hover, a.delicious:hover, a.stumble:hover {
	background-color:none;
  background-position: 1px 1px; /* simple css hover effect */
  border:none;
}

a.facebook {
  background: url(../images/facebook.png) no-repeat;
}

a.twitter {
  background: url(../images/q_login.png) no-repeat;
}

a.delicious {
  background: url(../images/q_add.png) no-repeat;
}

a.digg {
  background: url(../images/digg.png) no-repeat;
}

a.stumble {
  background: url(../images/stumble.png) no-repeat;
}

.tip {
  position: absolute; /* important */
  top: -28px;
  height: 15px;
  background: url(../images/blacksay.png) left bottom no-repeat;
  float: left;
  display: none;
  margin-left:20px;
  font-size:13px;
  padding:5px;
  color: #989898;
}

/* custom distances for the icons */
#tiprss{
	left: 10px; 
}
#tipfacebook {
  left: 75px; 
}

#tiptwitter {
  left: 80px; 
}

#tipdelicious {
  left: 125px; 
}

#tipdigg {
  left: 210px; 
}

#tipstumble {
  left: 255px; 
}

.tip ul {
  padding: 22px 0 0 25px;
}

.tip ul li {
  display: inline;
  padding: 5px;
}

.tip ul li a {
  color: #989898;
}       

.tip ul li a:hover {
  color: #666;
}

.tip ul li small {
  font-size: 10px;
}

/*-- Right Side --*/

span.downarr { /* hide button */ 
  float: right;
  border-left: 1px solid #a4a4a4;
}

span.downarr a {
  display: block;
  width: 36px;
  height: 26px;
  padding: 25px 0 0 10px;
  background: url(../images/downarrow.png) no-repeat 5px 7px;
}
span.downarr a:hover,span.showbar a:hover,span.menu_title a:hover{
	background-color:none;
  border:none;}
span.menu_title {
	float:right;
  background: #e4e4e4;
  border-left: 1px solid #a4a4a4;
  padding: 5px 10px 10px 10px;
}

span.menu_title a {
  font-size: 15px;
 
  color: #9a9a9a;
}

.quickmenu {
  position: absolute; /* important */
  top: -151px;
  right: 46px;
  width: 260px;
  height: 150px;
  background: #e4e4e4;
border-top: 1px solid #a4a4a4;
  border-left: 1px solid #a4a4a4; 
  border-right: 1px solid #a4a4a4;
  /* CSS3 */
  -moz-box-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  -khtml-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  -webkit-box-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  /* CSS3 end */
  display: none; /* important */
}

.quickmenu ul {
  padding-top: 15px;
}

.quickmenu ul li {
  border-bottom: 1px solid #989898;    
  padding: 5px 10px;
  margin: 0 15px 0 15px;
}

.quickmenu ul li a {
  font-size: 13px;
  color: #989898;
  display: block;
}

.quickmenu ul li a:hover {
  color: #666;
  border:none;
}
