body {
	margin: 0px;
	padding: 0px;
	background: #f4f4f4;
}
input, texarea, select {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
form {
	margin: 0px;
	padding: 0px;
}
dt {
	font-weight: bold;
	margin-bottom: 5px;
}
dd {
	margin-bottom: 20px;
}
p {
	margin: 0px 0px 15px 0px;
}
a:link, a:active, a:visited {
	color: #990033;
	font-weight: bold;
}
.error {
	background: red;
	color: white;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
}
.success {
	background: green;
	color: white;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;	
}
td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}
#mainTable {
	width: 1020px;
	background: #fff;
}
/** Top Navigation **/
#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topNav li {
	float: left;
}
#topNav a {
	display: block;
	float: left;
	height: 78px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -99999px;
}
#topNav a:hover {
	background-position: 0px -78px;
}
#topNav a:focus {
	outline: none;
}

/** MINICART **/

#minicart {
	text-align: right;
	padding: 10px 25px 10px 0px;
}
#minicart a {
	text-decoration: none;
}
/** Masthead **/
#masthead {
	padding: 10px 0px 15px 30px;
}
/** Sub Navigation **/
#subNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#subNav li {
	float: left;
	padding: 0px 15px;
}
#subNav a {
	display: block;
	float: left;
	height: 28px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -99999px;
}
#subNav a:hover {
	background-position: 0px -28px;
}
#subNav a:focus {
	outline: none;
}
/** Content **/
#content {
	padding: 20px 30px 30px 30px;
}
.pageText {
	padding-bottom: 20px;
}
.pageLink {
	background-color: #949893;
	border: 1px solid #b7b7b7;
	padding: 10px;
	color: #fff;
	font-size: 11px;
	height: 100%;
}
.pageLink img {
	float: left;
	margin: 0px 10px 0px 0px;
}
.pageLink a {
	color: #fff;
}
#pageLinks {
	border: 1px solid #dadada;
	padding: 5px;
	margin-bottom: 20px;
}
#pageLinksTable {
}
.sitewideBottom {
	padding: 20px 0px;
	border-top: 1px solid #dadada;
	font-size: 11px;
}
/** Footer Nav **/
.footerNav {
	text-align: center;
	color: #999999;
	margin-bottom: 20px;
}
.footerNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footerNav li {
	display: inline;
}
.footerNav a {
	color: #999999;
	font-weight: normal;
}
.footerNav span {
	padding: 0px 5px;
}
#copyright {
	font-size: 10px;
	color: #999;
	text-align: center;
}
#copyright a {
	color: #999999;
	font-weight: normal;	
}
/** 2col layout **/
#leftCol2Col {
	width: 250px;
}
.title {
	background: #999;
	padding: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
#quickContact {
}
#inputName,#inputEmail {
	border: 1px solid #949793;
	padding: 3px 5px;
	margin-bottom: 10px;
	width: 220px;
}
#textareaComments {
	border: 1px solid #949793;
	padding: 3px 5px;
	margin-bottom: 10px;
	width: 220px;	
}
#btnSend {
	margin-bottom: 20px;
}
/** 3col layour **/
#leftCol3Col {
	width: 250px;
}
#rightCol3Col {
	width: 250px;
}
blockquote {
	margin: 0px 20px 5px 20px;
}
cite {
	display: block;
	margin: 0px 20px 20px 20px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}
/** More Info Layout **/
#miLeftCol {
	width: 467px;
}
#miGraphic {
	border: 1px solid #000;
	margin-bottom: 20px;
}
h1.productNameMi {
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}
#miText {
	margin-bottom: 20px;
}
#miDetails {
	margin-bottom: 20px;
}
#subproducts {
	border: 1px solid #dadada;
	margin-bottom: 10px;
}
#subproducts thead {
	font-weight: bold;
	background: #dadada;
}
#subproducts input {
	border: 1px solid #666;
	padding: 0px;
	width: 30px;
	text-align: center;
	font-weight: bold;
}
#orderingOptions {
	margin-bottom: 20px;
}
#orderingOptions table {
	padding: 0px 10px 0px 0px;
	border-collapse: collapse;
}
#orderingInstructions strong {
	display: block;
	margin: 0px 0px 10px 0px;
}
#orderingInstructions textarea {
	border: 1px solid #949793;
	padding: 3px 5px;
	margin-bottom: 10px;
	width: 220px;	
}
.miButton {
	font-size: 18px;
}
.titleSmallWithIcon {
	background: #999;
	padding: 5px;
	color: #fff;
	margin-bottom: 20px;
	height: 100%;
}
.titleSmallWithIcon img {
	float: right;
	margin: 0px 0px 0px 10px;
}
.crossSellImage {
	border: 1px solid #d1d1d1;
}
/** Product Page Layout **/
#products {
}
.productLeft {
	padding-left: 0px;
}
.productRight {
	padding-right: 0px;
}
.productGraphicLeft {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #cfcfcf;
}
.productGraphicRight {
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #cfcfcf;
}
#pagination {
	text-align: right;
	margin-bottom: 20px;
}
.itemnum {
	display: none;
}
/** Search **/
#search {
	background: #999;
	padding: 10px;
}
#search td {
	color: #fff;
	font-weight: bold;
}
/*** SHOPPING CART ***/
#btn_checkout {
	float:right;
	display:inline;
}
}
td.buttons {
  text-align: left;
}
/*** LOGIN FORM ***/

#form_login td {
	font-weight: bold;
}
#form_login input {
	border: 1px solid #ccc;
}


#table_info {
font-weight:bold;
}
#table_info table{
	font-size:12px;
	
	
}
 #table_info td, #table_info th {
	text-align:center;
	background:#fff;
	color:#000;
	font-weight:bold;
	padding:1px 0px 1px 0px;
	border:solid thin #000;
}
#table_info th {
	background: #000;
	color:#fff;
	
}