/**
 * Set the font to all the elements.
 */
body,input,select,textarea,button,option,optgroup {
	font-family: Century Gothic, Verdana, sans-serif;
}

optgroup {
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
	background: #dddddd;
}

td, th {
	text-align: left;
	vertical-align: top;
}

/**
 * Set the basic stuff for CSS.
 */
body {
	font-size: 10pt;
	background: #fcfcfc url('../images/bg.png');
	margin: 0;
	padding: 0;
	color: #424242;
}

a {
	color: #424242;
}

table {
	font-size: 100%;
}

form {
	margin: 0;
	padding: 0;
}

th.right,td.right {
	text-align: right;
}

th.center,td.center {
	text-align: center;
}

th.left,td.left {
	text-align: left;
}

th img,td img {
	vertical-align: bottom;
}

td.setCellWidth, th.setCellWidth {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
}

h1 {
	font-size: 14pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
  padding-bottom: 8px;
}

ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

li {
	list-style-type: none;
	list-style-image: url('../images/li.gif');
	margin: 0;
	padding: 0;
}

ul.spread {
	padding-left: 40px;
}

ul.spread li {
	padding-top: 2px;
}

/**
 * Data grid tables.
 */
table.data {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 5px;
}

table.data tr.header th {
  background: url('../images/table_header.gif') 0 0 repeat-x;
  padding-top: 1px;
  height: 18px;
  font-weight: bold;
  vertical-align: top;
  padding-left: 5px;
  border: 0;
}

table.data tr td {
  border-bottom: 1px solid #dfe8ed;
}

table.data tr.spacer td {
	background: #dfe8ed;
	height: 2px;
}

table.data tr.clickable {
  cursor: pointer;
}

table.data tr.clickable:hover,table.data tr.clickable:hover td {
  background: #edf1f3;
}

table.data tr.grey, table.data tr.grey td, table.data tr.grey th {
  color: #999999;
}

table.data tr.small td, table.data tr.small th {
  font-size: 8pt;
  padding-top: 0;
  padding-bottom: 0;
}

table.data tr.darken td, table.data tr.darken th {
  background: #edf1f3;
}

table.data tr.lighten td, table.data tr.lighten th {
  background: #f9fcfc;
}

table.data td {
  padding: 1px;
  padding-left: 5px;
}

/** Grey Box */
table.box_grey {
	border-collapse: collapse;
	width: 741px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

table.box_grey td.box_grey_top {
	background: url('../images/box_grey_top.png') no-repeat bottom;
	height: 3px;
}

table.box_grey td.box_grey_content {
  background: url('../images/box_grey_content.png') repeat-y;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

table.box_grey td.box_grey_bottom {
  background: url('../images/box_grey_bottom.png') no-repeat top;
  height: 3px;
}

div.idealbox {
	margin-top: 10px;
	border: 1px solid #d7d7d7; 
	width: 249px;
	height: 40px; 
	background: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: 0;
}

/** Right Box */
table.box_right {
  border-collapse: collapse;
  width: 251px;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 0;
}

table.data tr td table.box_right td {
	border-bottom: 0;
}

td.box_right_top {
  background: url('../images/box_right_top.png') no-repeat bottom;
  height: 3px;
}

td.box_right_content {
  background: url('../images/box_right_content.png') repeat-y;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

td.box_right_bottom {
  background: url('../images/box_right_bottom.png') no-repeat top;
  height: 3px;
}

table.user_rating {
	border-collaspe: collapse;
	width: 100%;
}

table.user_rating div img {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/** Small info box. */
table.box_infosmall {
	width: 275px;
	border-collapse: collapse;
	margin-bottom: 10px;
}

td.box_infosmall_top {
  background: url('../images/box_info_top_small.png') no-repeat bottom;
  height: 3px;
}

td.box_infosmall_content {
  background: url('../images/box_info_content_small.png') repeat-y;
  margin: 0;
  padding-left: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 10px;
}

td.box_infosmall_bottom {
  background: url('../images/box_info_bottom_small.png') no-repeat top;
  height: 3px;
}

/** Info Box */
table.box_info {
  border-collapse: collapse;
  width: 701px;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

table.box_info tr td {
  border-bottom: 0;
}

table.box_info tr td.box_info_top {
  background: url('../images/box_info_top.png') no-repeat bottom;
  height: 3px;
}

table.box_info tr td.box_info_content {
  background: url('../images/box_info_content.png') repeat-y;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0px;
  padding-right: 10px;
  font-size: 8pt;
  text-align: justify;
}

table.box_info tr td.box_info_bottom {
  background: url('../images/box_info_bottom.png') no-repeat top;
  height: 3px;
}

/**
 * The feedback component style.
 */
span.feedback {
	color: #666666;
	display: block;
	font-style: italic;
	width: 100%;
	border: 1px solid #999999;
	background: #e9e8e3 url('../images/menubar_bg.gif');
	padding: 1px;
	padding-left: 2px;
	margin-bottom: 3px;
}

span.feedback img {
	vertical-align: top;
	padding-right: 2px;
}

/**
 * The style for the page.
 * The page is the content of the tab.
 */
table#page {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	z-index: 1;
}

td#content {
	vertical-align: top;
	padding: 0;
	margin: 0;
/* 	width: 741px; */
}

td#products {
	color: #3e5862;
	font-size: 9pt;
	vertical-align: top;
}

table.product {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.product li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

table.cart_content td {
	padding: 0px;
}

p.notice,span.notice {
	font-size: 8pt;
	color: #333333;
	font-style: italic;
	margin: 0;
	font-weight: normal;
}

p.remark {
  font-size: 8pt;
  color: #9f9f9f;
  margin: 0;
  font-weight: normal;
}

p.notice {
	margin-bottom: 5px;
}

.collapsable {
	display: none;
}

ul.anwser {
	font-style: italic;
}

fieldset table th {
	text-align: left;
	vertical-align: top;
	padding-top: 1px;
}

p.footer {
	font-size: 8pt;
	font-style: italic;
	text-align: center;
	color: #999;
}

/**
 * Form elements styling.
 */
input,select,option,button,textarea {
	font-size: 10pt;
	color: #3e5862;
}

textarea {
  width: 99%;
}

fieldset input[type="text"],fieldset input[type="password"] {
	width: 200px;
}

button,input[type="submit"] {
	background: url('../images/button.gif');
	background-position: left top;
	border: 0;
	width: 110px;
	height: 21px;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer;
}

button:hover,input[type="submit"]:hover {
	background-position: 0 -21px;
}

button.small,input.small {
	background: url('../images/button_small.gif');
	background-position: left top;
	border: 0;
	width: 90px;
	height: 17px;
	font-size: 8pt;
	color: #333;
	padding-top: 0;
	margin-right: 5px;
}

button.small:hover,input.small:hover {
	background-position: 0 -17px;
}

button.small_long,input.small_long {
  background: url('../images/button_small_long.gif');
  background-position: left top;
  border: 0;
  width: 150px;
  height: 17px;
  font-size: 8pt;
  color: #333;
  padding-top: 0;
  margin-right: 5px;
}

button.small_long:hover,input.small_long:hover {
  background-position: 0 -17px;
}

button.icon,input.icon {
  background: url('../images/button_icon.gif');
  background-position: left top;
  border: 0;
  width: 21px;
  height: 21px;
  font-size: 8pt;
  color: #333;
  padding-top: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-align: center;
}

button.icon:hover,input.icon:hover {
  background-position: 0 -21px;
}

button.small,input.small {
  background: url('../images/button_small.gif');
  background-position: left top;
  border: 0;
  width: 90px;
  height: 17px;
  font-size: 8pt;
  color: #333;
  padding-top: 0;
  margin-right: 5px;
}

button.small:hover,input.small:hover {
  background-position: 0 -17px;
}

label img {
  vertical-align: middle;
}

div.conditions {
	width: 100%;
	height: 200px;
	overflow: scroll;
	border: 1px inset #999;
	background: #fdfdfd;
	font-size: 9pt;
}

#content.ajax-loading {
	background: url('../images/loading.gif') no-repeat center 20%;
}

/**
 * Style for the table with the logo and links.
 */
div#tabHeader {
  margin-top: 55px;
  background: url('../images/tab_header.png');
  height: 53px;
  width: 991px;
  padding: 5px;
  padding-top: 3px;
  font-size: 13px;
  text-align: center;
}

div#tabHeader.loggedIn {
	background: url('../images/tab_header_loggedin.png');
}

div#tabHeader a {
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
}

div#tabHeader div, div#tabHeader div a {
	color: #fafafa;
}

div#tabHeader a img {
	border: 0;
	vertical-align: middle;
}

/**
 * The styles for the tabbed interface.
 */
table#tabs {
	float: right;
	position: relative;
	top: 16px;
	z-index: 5;
}

#tabs {
	font-size: 93%;
}

#tabs ul {
	margin: 0;
	padding: 10px 10px 0 20px;
	list-style: none;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs a {
	float: left;
	background: url("../images/tableft.png") no-repeat;
	background-position: 0% -26px;
	margin: 0;
	padding: 0 0 0 2px;
	margin-top: 2px;
	margin-left: 3px;
	text-decoration: none;
	width: 135px;
}

#tabs a span {
	float: left;
	display: block;
	background: url("../images/tabright.png") no-repeat;
	background-position: 100% -26px;
	padding: 4px 15px 3px 6px;
	color: #608190;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
}

#tabs a.selected {
	margin-top: 1px;
	background-position: left top;
}

#tabs a.selected span {
	color: #fcfcfc;
	padding-top: 3px;
	padding-bottom: 3px;
	background-position: right top;
	font-size: 15px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float: none;
}

/* End IE5-Mac hack */
#tabs a:hover {
	margin-top: 1px;
	background-position: left top;
	border-bottom: 0px;
}

#tabs a:hover span {
	background-position: right top;
	color: #fcfcfc;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 15px;
}