BODY {
	background-color: #CED454;
	text-align: center;
	margin: 25px;
	padding: 0px;
	font-family: verdana, helvetica, sans-serif;
	font-size: x-small;
}

TD, TH {
	font-size: x-small;
}

H2 {
	margin-top: 10px;
	font-size: 14pt;
}

/* Main */
#main {
	width: 950px;
	height: 80%;
	text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#main_table {
 width: 100%;
 height: 100%;
 border: 1px solid #585685;
}

#main_table td {
	vertical-align: top;
}


/* Top */
#pagetop {
	width: 100%;
	height: 80px;
	border-bottom: 3px double #585685;
	padding: 0px;
}

#pagetop a{
	text-decoration: none;
	color: #585685;
}

#pagetop a img {
	border: 0px;
}

#pagetop_left {
	background: #E4E4EB url(../images/corner_top_left.gif) no-repeat top left;
	padding: 0px;
	width: 20px;
}

#pagetop_middle {
	background: #E4E4EB;
	border-top: 1px solid #585685;
	padding-left: 0px;
	text-transform: uppercase;
	color: #585685;
	font-weight: bold;
	font-size: xx-small;
}

#pagetop_right {
	background: #E4E4EB url(../images/virago_car.gif) no-repeat top right;
	padding: 0px;
	width: 159px;
}

/* Contents */
#contents {
	height: 100%;
	background-color: white;
	padding: 5px 20px;
	font-size: x-small;
}

/* Left */
#left_cell {
	width: 200px;
	height: 100%;
	border-right: 3px double #585685;
	background-color: white;
	padding-top: 30px;
	padding-left: 10px;
}

#search {
	margin-bottom: 30px;
}

#search #search_input {
	width: 150px;
	height: 22px;
}

#search #search_button {
	width: 35px;
	height: 22px;
}

#menu ul{
	position: relative;
	left: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#menu ul li ul{
	margin-left: 25px;
}

#menu ul li {
	list-style: none;
	white-space: nowrap;
	font-weight: normal;
}

#menu, #menu a{
	font-size: x-small;
	color: black;
	text-decoration: none;
}

#menu ul #menu_item_active {
	font-weight: bold;
}


/* Category */

#categorytrail {
	font-size: xx-small;
}

#categorytrail a {
	color: #585685;
	text-decoration: none;
}

#categorydescription {
	margin-bottom: 30px;
}

/* ProductList */
#productlist {
	width: 100%;
	border: 1px solid #E4E4EB;
}

#productlist td, , #productlist th, #productlist th a {
	font-size: x-small;
}

#productlist td, #productlist th {
	padding: 2px 20px 2px 5px;
	margin: 0px;
	text-align: left;
	border-bottom: 1px solid #E4E4EB;
	border-left: 1px solid #E4E4EB;
}

#productlist th{
	font-size: x-small;
	background-color: #585685;
	color: white;
	border:  1px solid #E4E4EB;
	white-space: nowrap;
}

#productlist th, #productlist th a {
	color: white;
	text-decoration: none;
}

#productlist .productprice {
	padding: 2px 10px 2px 10px;
	text-align: right;
}

#productlist .productinstock {
	text-align: center;
}

#productlist td a {
	color: #585685;
}

#productlist th .sortimage {
	margin-left: 10px;
}
