/* ::::: http://chinadirectsourcing.com.au/css/cds.css ::::: */

body {
	margin: 0pt;
	padding: 0pt;
	color: rgb(51, 51, 51);
	font-size: 11px;
	font-family: Verdana, Arial, Geneva, Trebuchet MS, sans-serif;
	background-image: url('images/cds_bg.gif');
	background-repeat: repeat-y;
	background-position: center center;
	background-color: rgb(139, 10, 7);
}
#header {
	margin: 0px auto;
	width: 800px;
	height: 80px;
	background-image: url('images/header/ChinaDirect_Sourcing_mainheading.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgb(238, 238, 238);
	padding-top: 0px;
	display: block;
}
#container {
	margin: 0px auto;
	padding: 5px 0px 0px;
	display: block;
	width: 800px;
	min-height: 500px;
	text-align: left;
}
#leftcontent {
	border-right: 1px dotted rgb(204, 204, 204);
	margin: -5px 0px 0px;
	padding: 5px 5px 0px 10px;
	float: left;
	width: 160px;
}
#centercontent {
	margin: 10px 10px 0px 182px;
	padding: 5px;
	width: 585px;
}
#footercontent {
	border-top: 1px dotted rgb(204, 204, 204);
	margin: 0px 14px 14px;
	text-align: center;
	font-size: smaller;
	padding-top: 10px;
}
p, h1, h2, h3, h4, h5 {
	margin: 0px 2px 10px;
	line-height: 150%;
}
.entryHead1 {
	font-size: 22px;
	font-weight: bold;
}
.heading1 {
  font-size: 20px;
  font-weight: bold;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
h5 {
	font-size: 8px;
	font-weight: bold;
}
a:link {
	color: rgb(0, 0, 255);
	text-decoration: underline;
}
a:visited {
	color: rgb(0, 0, 153);
	text-decoration: underline;
}
a:active {
	color: rgb(255, 0, 0);
	text-decoration: underline;
}
a:hover {
	color: rgb(255, 0, 0);
	text-decoration: underline;
}
li {
	line-height: 150%;
}
.menuheader {
	border-left: 0px solid rgb(192, 192, 192);
	border-bottom: 0px solid rgb(192, 192, 192);
	padding: 5px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	width: 160px;
	height: 20px;
}
.menustatic {
	border: 0px solid rgb(192, 192, 192);
	padding: 5px;
	background-color: rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	width: 160px;
	height: 20px;
}
.menudynamic {
	border: 1px solid rgb(192, 192, 192);
	padding: 5px;
	background-color: rgb(238, 238, 238);
	color: rgb(255, 255, 255);
	height: 20px;
}
.regwarning {
	border: 2px solid rgb(255, 0, 0);
	margin: 0px 10px;
	padding: 0px;
	width: 140px;
	background-color: rgb(238, 238, 238);
}
.regwarning_input {
	font-size: 8pt;
	height: 12px;
}
.tblcostcomparison, .tblcostcomparison th, .tblcostcomparison td, .tblcostcomparison tr {
	border: 1px solid rgb(192, 192, 192);
}
.caption {
	font-size: 8pt;
	font-weight: bold;
}
.totop {
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.testimonials {
	font-style: italic;
	width: 98%;
}
.testimonialsDetails {
	text-align: right;
	font-weight: bold;
	font-style: normal;
}
.productimage {
	padding: 5px 0px 5px 5px;
	float: right;
	width: 250px;
}
.productheadings {
	clear: right;
}
/* ::::: null ::::: */

.ctl00_menuheader_0 {
	background-color: white;
	visibility: hidden;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
}
.ctl00_menuheader_1 {
	text-decoration: none;
}
.ctl00_menuheader_2 {
}
.ctl00_menuheader_3 {
	border-style: none;
}
.ctl00_menuheader_4 {
}
.ctl00_menumain_0 {
	background-color: white;
	visibility: hidden;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
}
.ctl00_menumain_1 {
	text-decoration: none;
}
.ctl00_menumain_2 {
}
.ctl00_menumain_3 {
	border-style: none;
}
.ctl00_menumain_4 {
}
.ctl00_menumain_5 {
	border-style: none;
}
.ctl00_menumain_6 {
}


/*
	MR Additions
					*/
label {
	cursor: pointer;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
}
input, textarea {
	font-family: Arial, Sans-Serif;
	font-size: 11pt;
	margin-bottom: 3px;
	display: block;
	padding: 2px;
	width: 325px;
}
textarea {
	width: 400px;
}
input[type="checkbox"] {
	width: 18px;
	display: inline;
}
input[type="radio"] {
  width: 12px;
  display: inline;
}
input[type="hidden"] {
	display: none;
}
input.button {
	width: 150px;
	background-image: url(images/button_bg.png);
	background-repeat: repeat-x;
	border: solid 2px #CC0000;
	cursor: pointer;
}
input.button:hover,
input.button.hover {
	border: solid 2px #00CC00;
}
.activeField {
	background-image: none;
	background-color: #ffffff;
	border: solid 1px #000000;
}
.idle {
	border: solid 1px #888888;
	/*background-image: url(images/input_grad_bg.png);
	background-repeat: repeat-x;
	background-position: top;*/
}
.idle.required {
	/*background-image: url(images/asterisk_red.png);
	background-repeat: no-repeat;
	background-position: 99% 2px;*/
}

label.error {
	color: #CC0000;
	font-size: 8pt;
}

input.error {
	border: solid 1px #CC0000;
}

.red {
	color: #CC0000;
}

.johnsonbox {
	width: 80%;
	margin: 10px auto;
	padding: 10px 15px;
	background-color: #eeeeee;
	border: solid 2px #CCCCCC;
}

.johnsonbox.cta {
	text-align: center;
	background-color: #FFF7D5;
	/*background-image: url(images/add_to_cart_bg.png);
	background-position: 60% 51%;
	background-repeat: no-repeat;*/
	border: solid 2px #9B0103;
	text-align: center;
}

.johnsonbox.cta a {
	color: #00de05;
}

/* Anchor Links */
a.anchorlink:link { color: rgb(51, 51, 51); text-decoration: none; }
a.anchorlink:visited { color: rgb(51, 51, 51); text-decoration: none; }
a.anchorlink:hover { color: rgb(51, 51, 51); text-decoration: none; }
a.anchorlink:active { color: rgb(51, 51, 51); text-decoration: none; }

/* Sitemap */
.sitemapheading { color: #646464; text-decoration: none; font-size: 12px; }
a.sitemaplink:link { color: #646464; text-decoration: none; font-size: 10px; }
a.sitemaplink:visited { color: #646464; text-decoration: none; font-size: 10px; }
a.sitemaplink:hover { color: #CC0000; text-decoration: none; font-size: 10px; }
a.sitemaplink:active { color: #646464; text-decoration: none; font-size: 10px; }

/* */
table.defaultable {
  border-width: 1px 1px 1px 1px;
  border-spacing: 0px;
  border-style: outset outset outset outset;
  border-color: black black black black;
  border-collapse: separate;
  background-color: white;
}
table.defaultable th {
  border-width: 1px 1px 0px 1px;
  padding: 4px 4px 4px 4px;
  border-style: solid solid solid solid;
  border-color: gray gray gray gray;
}
table.defaultable td {
  border-width: 1px 1px 0px 1px;
  padding: 4px 4px 4px 4px;
  border-style: solid solid solid solid;
  border-color: gray gray gray gray;
}

