
body {
	margin: 0;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	background-color: #FFF;
	color: #666;
}

a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
	border-bottom: 1px dashed #AAA;
}

a:hover {
	color: #FF9A00;
}

p {
	padding-left: 6px;
	text-align: left;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
}

h1 sub {
	font-size: 0.8em;
	font-weight: normal;
	float: right;
}

h1 em {
	color: #FF9A00;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #FF9A00;
	padding-top: 10px;
}

img {
	border: 0;
}

em {
	font-style: normal;
	font-weight: bold;
}

label {
	text-align: left;
	width: 100px;
	font-weight: bold;
}

input, textarea, select {
	border: 1px solid #999;
}

input:focus, textarea:focus {
	border: 1px solid #000;
}

form {
	margin: 0;
	padding: 0;
	display: block;
}

strong {
	font-weight: bold;
	color: #FF9A00;
}

blockquote {
	font-style: italic;
	margin:0;
	padding: 5px 25px;
}

fieldset {
	padding: 5px;
}

ul { margin: 0; padding: 0.5em 0; }
li { margin: 0 0 0 3em; padding: 0 0 0 0; }

/***************************************************************************/

div.wrapper {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666;
	clear: both;
}

div.top_menu {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding-bottom: 10px;
}

div.top_menu img {
	float: left;
}

div.top_menu ul {
	margin: 0; padding: 0.5em;
	list-style-type: none;
}

div.top_menu li {
	margin: 0; padding: 0 0.5em;
	float: right;
	padding: 1px 5px;
	border-right: 1px solid #666;
}

div.top_menu li.first {
	border-right: 1px none #fff;
}

div.top_menu a {
	border-bottom: 1px none #fff;
}

div.top_corners {
	position: relative;
	height: 11px;
	width: 702px;
	margin-left: -1px;
	margin-top: -1px;
	margin-bottom: 15px;
	font-size: 1px;
	background: url(../images/corner_top_left.gif) no-repeat left top;
}

div.top_corners div {
	position: relative;
	height: 11px;
	width: 100%;
	font-size: 1px;
	margin-right: -2px;
	background: url(../images/corner_top_right.gif) no-repeat right top;
}

div.bottom_corners {
	position: relative;
	height: 11px;
	width: 702px;
	margin-left: -1px;
	margin-bottom: -1px;
	margin-top: 15px;
	font-size: 1px;
	background: url(../images/corner_bottom_left.gif) no-repeat left top;
}

div.bottom_corners div {
	position: relative;
	height: 11px;
	width: 100%;
	font-size: 1px;
	margin-right: -2px;
	background: url(../images/corner_bottom_right.gif) no-repeat right top;
}

.content_wrapper {
	
}

.content {
	float: left;
	width: 490px;
	padding: 3px;
	padding-top: 10px;
	text-align: left;
}

.menu {
	width: 200px;
	float: left;
}

ul.side_menu {
	text-align: left;
	list-style-type: none;
	margin: 10px 0px;
	padding: 0;
	padding-left: 20px;
}

ul.side_menu li {
	padding: 0; margin: 0;
	margin-top: 5px;
	display: block;
}

ul.side_menu a {
	color: #000;
	font-variant: small-caps;
	margin-bottom: 5px;
	border-bottom: 1px none #fff;
}

ul.side_menu a img {
	margin-right: 3px;
	margin-bottom: -3px;
}

ul.side_menu a:hover {
	color: #000;
	/*color: expression((this.firstChild)?((this.firstChild.style.backgroundColor = '#FF9A00')?'#000':'#000'):'#000');*/
}

ul.side_menu a {
	color: #000;
	/*color: expression((this.firstChild)?((this.firstChild.style.backgroundColor = '#999')?'#000':'#000'):'#000');*/
}

ul.side_menu a img {
	background-color: #999;
}

ul.side_menu a:hover img {
	background-color: #FF9A00;
}


div.header {
}

div.footer {
	text-align: right;
	margin-top: 15px;
	padding: 2px;
	padding-right: 10px;
	background: url(../images/background_footer.gif) repeat-x left top;
	height: 85px;
}

.clear {
	clear: both;
}

#order_form fieldset label {
	float: left;
	width: 200px;
	vertical-align: top;
}

.feature_right {
	float: right;
	width: 175px;
	border: 1px solid #999;
	margin: 5px;
	padding: 4px;
}

.testimonials {
	width: 177px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border:1px dotted #999;
}


/*******************************************************************************/
/*
** Product page
*/
.product, .resource {
  border-top: 1px solid #ccc;
  margin: 0 5px;
  margin-top: 10px;
  padding-top: 10px;
}
.product-title, .resource-title {
  color: #666;
}
.product-price, .resource-price {
  padding: 0 5px;
  float: right;
  margin-top: -20px;
  font-weight: bold;
  font-size: 1.2em;
  color: #FF9A00;
}
.product-title em, .resource-title em {
  font-style: italic;
  font-size: 1.1em;
  font-weight: normal;
  font-family: "Times New Roman", "Times", serif;
}

/*******************************************************************************/
/*
** Order page
*/
.order-page {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
}
.order-page th {
  text-align: center;
  background-color: #fcfcfc;
  border-bottom : 3px solid #ccc;
  padding: 3px;
}
.order-page td {
  padding: 3px;
}
.order-product-details {
}
.order-product-id, .order-resource-id {
  width: 35px;
}
.order-product-qty, .order-resource-qty {
  width: 20px;
}
.order-product-qty .input-text, .order-resource-qty .input-text {
  width: 15px;
  text-align: right;
}
.order-product-price, .order-resource-price {
  width: 40px;
  font-weight: bold;
}
td.order-product-price, td.order-resource-price {
  border-left: 2px solid #fcfcfc;
  border-bottom: 2px solid #fcfcfc;
  text-align: right;
}
.row-even {
  background-color: #F6F6F6;
}

.row-odd {
  background-color: #EFEFEF;
}
