@import url(../default/base.css);
@import url(../default/layout.css);
@import url(../default/component.css);
@import url(form.css);

* html body {
	font-size: 100%;
}
* html a,
* html a:hover,
* html a:visited {
	color: #14a;
}


body {
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fff;
}

a,
a:visited {
	color: #14a;
	text-decoration: none;
}

a:hover {
	color: #14a;
	text-decoration: underline;
}

a img {
	border-style: none;
}


table {
	margin-bottom: 1em;
	border-collapse: collapse;
}

td,th {
	font-size: 100%;
}

th {
	background-color: #eec;
	border-bottom: #888 1px solid;
	text-align: left;
	white-space: nowrap;
}

ul {
	margin: 0 0 1em 0;
	padding: 1ex 0 0 1em;
}
li{
  padding-bottom: 2px;
  line-height: normal;
}


h2{
	margin: 0;
	background-color: #fff;
	padding: 0 0.2em;

	border: #048 2px solid;
	color: #048;
	/*font-family: "Arial";*/
	font-size: 160%;
	font-weight: bold;
}

h3{
	margin: 0;
	border-top-style: none;
	border-bottom-style: none;
	padding: 3px;
	background-color: #048;
	color: #fff;
	font-size: 110%;
}
h3 a,
h3 a:hover,
h3 a:visited {
	color: #fff;
}

h4{
    margin: 0;
    color: #048;
    border-bottom: 1px dotted #048;
}


table#three_column_layout,
#monolithic_layout {
	margin-top: 1em;
/*	border-top: #048 1px solid;
*/	border-top-style: none;
}

#three_column_layout #left_content {
	border-right: #048 1px solid;
	width: 200px;
	padding: 0;
	font-size: 80%;
}

#three_column_layout #main_content {
	border-left-color: #048;
	border-right-color: #048;
	padding-top: 0;
	font-size: 100%;
}

#three_column_layout #right_content {
	border-left: #048 1px solid;
	padding: 0;
	font-size: 80%;
}

#header {
	border-bottom: #048 1px solid;
	border-left: #048 1px solid;
	border-right: #048 1px solid;
	background-color: #048;
	color: #def;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header a {
	color: #fff;
}
#header img {
	margin-left: 0;
	border-style: none;
	vertical-align: bottom;
}
#header td {
	padding: 0;
	vertical-align: middle;
	font-size: 80%;
}

#waymark {
	border-left: #888 1px solid;
	border-right: #888 1px solid;
	border-bottom: #888 1px solid;
	background-color: #eee;
	color: #000;
	font-size: 75%;
	font-weight: normal;
}
#waymark a {
	color: #048;
}

#search {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

	border-top-style: none;
	border-bottom-style: none;
	background-color: #def;
	font-size: 80%;
}

#welcome {
	border-style: none;
}


li.product {
  border: #888 1px solid;
  background-color: #f8f4e8;
}
td.expand a {
  font-weight: bold;
}

#product_list td {
	border-bottom: #888 1px solid;
	background-color: #f8f4e8;
}


ul#menu {
/*  margin-bottom: 1em;
  padding: 1ex 0 0 1em;*/
  font-size: 100%;
  font-weight: bold;
}
ul#menu li {
  list-style-type: none;
}


#cart .control{
	border-top: #048 1px solid;
}


h2.product_name {
	margin-bottom: 0.5em;
	border-bottom: #048 2px solid;
}


div#footer {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	border-top: #048 1px solid;
	background-color: #048;
	padding: 2px;
	color: #fff;
	text-align: center;
	font-size: 80%;
}


ul#review li {
	border-top: 1px solid #888;
}


.cart_content td,
.cart_content th {
	border-bottom-color: #048;
}


table.category td {
	border-bottom-color: #888;
	background-color: #f8f4e8;
	padding: 0.2em 1em;
	font-size: 80%;
}
table.category td p.name {
	margin-top: 0;
}
table.category td p.description {
	margin-bottom: 0;
}
table.category td a {
/*	font-family: "Arial", sans-serif;*/
	font-size: 150%;
	font-weight: bold;
}
table.category td a,
table.category td a:hover,
table.category td a:visited {
	color: #444;
}

div.license {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	background-color: #eef;
	border: #88c 1px solid;
	clear: both;
	font-size: 75%;
	margin-bottom: 10px;
	padding: 5px 0pt;
	text-align: center;
}

fieldset {
	border-style: none;
	padding: 0;
}

#new_products{
  margin: 0;
}
#new_products p{
  margin: 0 0 1ex 0;
}
#new_products .product_image{
  height: 80px;
}

table.border th, table.border td, tr.border th, tr.border td, th.border, td.border{
  border-bottom: 1px solid #88c;
}

.grand_total .price{
  color: red;
  font-weight: bold;
}

#footer a{
  color: white;
}

#num_of_products{
  font-size: large;
  border-bottom: 3px solid #14a;
  margin-bottom: 1ex;
  padding: 1ex;
}

.total{
  background-color: #FFFFCC;
}
