@charset "UTF-8";

/* CSS Document */
#pgbanner_left {
	vertical-align: top;
	width: 15px;
	text-align: left;
	border-collapse: collapse;
	haslayout: -1;
	background-position-x: right;
	background-position-y: top;
}

#pgbanner_center {
	width: 100%;
	vertical-align: top;
	text-align: left;
	border-collapse: collapse;
	haslayout: -1;
	background-position-x: 50%;
	background-position-y: top;
}

#pgbanner_title {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 5px 0px 10px 5px;
	color: #333;
}

#pgbanner_right {
	width: 15px;
	vertical-align: top;
	text-align: left;
	border-collapse: collapse;
	haslayout: -1;
	background-position-x: left;
	background-position-y: top;
}

/* GLOBAL TEMPLATE CSS */

/* GLOBAL TEMPLATE CATEGORY CSS */

#mainContent {
	width: auto;
	margin: 0px 8px;
	float:left;
	display:block;
}

/* CATEGORY & Item LINK FONT STYLE */
.categorylink a {
	font-size: 12px;
}

.itemlink a {
	font-size: 12px;
}

.categorylink a:link, .categorylink a:visited,
.itemlink a:link, .itemlink a:visited {
	color: #003366;
	text-decoration: none;
}

.categorylink a:hover, .itemlink a:hover {
	text-decoration: underline;
	color: #999;
}

/* CATEGORY LIST CELL STYLE */

#categorylistcell {
	background: #CECECE;
	width: 30%;
	border: 4px solid #F2F2F2;
	padding: 1px;
	overflow: hidden;
	float: left;
}

#categorylistcell a:hover td {
	background-color: #F2f2f2;
}


/* Item Containiner (Item Cell Template)*/

#item_container td {
  font-size: 12px;
}


#item_container hr { border: 1px solid #c0c0c0;}

/* ITEM LIST CELL STYLE */

#item_container {
  color: #4e4e4e;
}

#item_container #price_display {
  font-size: 12px;  
  color: #000;
}

/* CENTER MY ACCOUNT SALES ORDERS LISTING */
/*#body_actions table {
  width:98%;
  margin:0 auto;
}*/
