
/* Menu */

ul#menu_exp, ul#menu_exp ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 175px;
}

ul#menu_exp a {
  display: block;
  text-decoration: none;	
}

ul#menu_exp li {
  margin-top: 1px;
}

ul#menu_exp li a {
  color:#FFF;
  text-transform:uppercase;
  font-weight:bold;
  padding: 0.4em;
}

ul#menu_exp li a:hover {
  background: #111;
  border-left: 2px #000 solid;
}

ul#menu_exp li ul li a {
  background: #222;
  color:#c0c0c0;
  padding-left: 10px;
}

ul#menu_exp li ul li a:hover {
  background: #333;
  border-left: 2px #000 solid;
  padding-left: 10px;
}

ul#menu_exp li ul li ul li a {
  background: #222;
  color: #000;
  padding-left: 20px;
}

ul#menu_exp li ul li ul li a:hover {
  background: #222;
  border-left: 2px #000 solid;
  padding-left: 20px;
}

/* Products List inline */

ul.productsList{
	margin: 0px;
}

ul.productsList li{
  	border-bottom: 1px solid #222;
  	border-top: 1px solid #222;
  	font-size: 11px;
  	list-style: none outside none;
  	padding: 20px;
	margin-left: -36px;
	width: 100%;
}

ul.productsList .product_img{
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
}

ul.productsList .product_img img{
	max-width: 80px;
	max-height: 80px:
}

ul.productsList .product_details{
	width: 100%;
}

ul.productsList .product_title{
	color: #0088CC;
	font-size: 14px;
	float: left;
	width: 55%;
}

ul.productsList .product_price{
	color: #333;
	font-size: 16px;
	float: right;
}

ul.productsList .product_price .oldPrice{
	font-size: 13px;
	color: #666;
	font-size: 14px;
	text-decoration: line-through;
}

ul.productsList .product_description{
	float: left;
	width: 85%;
	float: left;
	margin-top: 5px;
	text-align: justify;
}

/* Products Grid */

ul.productsGrid{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

ul.productsGrid li{
  	font-size: 11px;
  	list-style: none outside none;
  	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	width: 206px;
	height: 290px;
}

ul.productsGrid .product_img{
	float: left;
	width: 204px;
	height: 156px;
	border: 1px solid white;
	background-color: white;
	margin-left: 5px;
	margin-bottom: 5px;
}

ul.productsGrid .product_img img{
	max-width: 190px;
	max-height: 150px;
}

ul.productsGrid .product_details{
	width: 195px;
	padding-left: 3px;
	padding-top: 4px;
	background-repeat: no-repeat;
	clear: both;
}

ul.productsGrid .product_title h2{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float: left;
	width: 88%;
	padding: 3px;
	font-weight: bold;
}

ul.productsGrid .product_price{
	width: 80px;
	color: #333;
	font-size: 13px;
	float: left;
	color: white;
	text-align: right;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

ul.productsGrid .product_price .oldPrice{
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 12px;
	font-weight:bold;
	text-decoration: line-through;
}

ul.productsGrid .product_description{
	float: left;
	width: 112px;
	text-align: justify;
}

/* Product page css */

table.product img.product_photo{
	max-width: 170px;
	max-height: 170px;
}

table.product h2{
	color: #FFF;
	font-size: 16px;
	float: left;
	width: 340px;
}

table.product .subTitle{
	color: #cecece;
	font-size: 11px;
	margin-top: 5px;
}

table.product div.price{
	color: #FFF;
	font-size: 19px;
	float: left;
	text-align: right;
}

table.product div.price span.oldPrice{
	font-size: 13px;
	color: #999;
	font-size: 14px;
	text-decoration: line-through;
}

table.product input.qty_input{
	border: 1px solid #666; 
	width: 24px; 
	padding: 3px; 
	text-align: right;
}

table.product div.prod_description{
	text-align: justify;
	padding-left:15px;
}

/* paging */

a.page{
	padding: 3px; 
	border: 1px solid #ccc; 
	background-color: #444;
	color: #0C0;
}

span.pageOpened{
	padding: 3px; 
	border: 1px solid #ccc; 
	background-color: #444;
	color: #CCC;
}

/* cart */

table.cart th{
	background-color: #222;
	font-family: Geneva;
	font-size: 12px;
	font-weight: normal;
	color: white;
	padding: 8px;
} 
 
table.cart td{
	padding: 10px;
	border-bottom: 1px solid #aaa;
}
 
table.cart a, table.cart a:active, table.cart a:visited{
	color:#FFF;
}
table.cart a:hover{
	color:#F00;
}
 