/******************************************************* styles for all pages *******************************************************/

/* basic styles */
body{
	background-image: url(../images/bg_h.jpg);
	background-repeat: repeat-y;
	background-position: center;
	overflow-x: hidden;
}
body, table, td, th, p, textarea, div, span {
	color: #333333;
	font-family: Arial, Verdana;
	font-size: 11px;
	}
a:active {
	text-decoration: none;
	color: #003663;
	}
a:visited {
	text-decoration: none;
	color: #003663;
	}
a:link {
	text-decoration: none;
	color: #003663;
	}
a:hover {
	text-decoration: none;
	color: #FF0000;
	}
	
.buyalink :hover {
	padding: 3px;
	color: #FFFFFF;
	background-color: #3333FF;
	}
	
.bg_icon {
	background-image: url(../images/icon_bg.gif);
	background-repeat : repeat-x;
	}
.bg_bar {
	background-image: url(../images/bar_bg.gif);
	}
.bar_category {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	background-image: url(../images/category_bar.gif);
	}
.bg_newproduct {
	background-image: url(../images/bg_new_product.gif);
	}
.box_left {
	background-image: url(../images/box_left.gif);
	}
.box_right {
	background-image: url(../images/box_right.gif);
	}
	
input {
   color: #333333;
   font-family: Arial;
   font-size: 11px;
   background-color: #FFFFFF;
   padding: 1px;
   }

select {
   color: #000000;
   font-family: Arial;
   font-size: 11px;
   width: 135px;
   height: 18px;
   margin: 1px;
   background-color: #FFFFFF;
   border: 1px solid #BBBBBB;
   }
   
.mainbox-cart-body {
	max-height: 700px;
	height: 500px;
	width: 100%;
	border : 1px;
	overflow: auto;
}

.mainbox-auction {
	max-height: 100px;
	height: 100px;
	width: 356px;
	border : 0px;
	overflow: auto;
}

.misc-about {
	font-size: 12px;
	font-family: Verdana;
}

.description {
	font-family: Tahoma;
	font-size: 13px;
}

.bg_dot_v{
	background-image: url(../images/bg_dot_v.jpg);
	background-repeat : repeat-y;
}

.bg_dot_h{
	background-image: url(../images/bg_dot_h.jpg);
	background-repeat : repeat-x;
}

.bg_chat{
	background-image: url(../images/bg_chat.jpg);
	background-repeat : repeat-y;
}

.chat_left{
	background-image: url(../images/chat_left.jpg);
	background-repeat : repeat-y;
}

.chat_right{
	background-image: url(../images/chat_right.jpg);
	background-repeat : repeat-y;
}

.whitefont{
	color: #FFF;
}
.spacing {
line-height:18px;
}

.button {
	border: 1px solid #555555;
	font-weight: bold;
	cursor: pointer;
}
