* {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	border: none;
}
body, html {
	width: 100%; 
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	color: #333;
}
body {
	background: #fff url(../image/topbar-bg.png) repeat-x center top;
}
#tkcanvas {
	width: 100%;
	height: 100%;
}
#tkbody {
	width: 1000px;
    margin: 0 auto;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px;    
}
/* @group Header */
div#tkheader {
	width: 100%;
	height: 167px;
}
table.headtable {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
}
table.logintable {
	width: 200px;
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	border-collapse: collapse;
}
table.logintable td {
	padding: 0;
}

table.headtable td.celllogo {
	width: 229px;
}

table.headtable td.celllogo img {
	border: none;
	width: 229px;
}

table.headtable td.celllogin {
	width: 795px;
	text-align: right;
	vertical-align: top;
}

table.logintable td.loginlabel {
	width: 93px;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
}
table.logintable td.loginbox {
	width: 100px;
	text-align: right;
}
table.logintable td.loginbox div {
	width: 127px;
	height: 25px;
	float: right;
	text-align: center;
}
table.logintable td.loginbox div.log {
	background: url(../image/loginbox.png) no-repeat;
}
table.logintable td.loginbox div.pwd {
	background: url(../image/loginbox2.png) no-repeat;
}
table.logintable td.loginbox div input {
	width: 100px;
	border: none;
	margin-top: 4px;
	background-color: #f9f9f9;
}
table.logintable td.reglink {
	padding-top: 5px;
}
table.logintable td.reglink a {
	color: #ff7f7f;
}
/* @end */

/* @group Menu */

div#tkmenu {
	width: 1024px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 11px;
}
div#tkmenu table.menutab {
	border-collapse: collapse;
	margin: 0 auto;
}
div#tkmenu table.menutab tbody.td {
	line-height: 20px;
	padding-left: 4px;
	padding-right: 4px;
}
div#tkmenu, div#tkmenu a {
	color: #b3b3b3;
	letter-spacing: 1px;
	text-decoration: none;
}
div#tkmenu a:hover {
	color: #fff;
}
div.srchbox {
	width: 107px;
	height: 35px;
	text-align: center;
	background: url(../image/searchbox.png) no-repeat center center;
}
.srchbox input {
	border: 0;
	width: 85px;
	height: 16px;
	margin-top: 9px;
	background-color: #f9f9f9;
}

div#tkmenu img {
	vertical-align: bottom;
}
.srchbtn {
	padding-top: 2px;
}

/* @end */

/* @group Body */

div#tkcontentbox {
	width: 1000px;
	color: #333;
}
div#txsubcontent {
	width: 190px;
	float: left;
	padding-top: 20px;
	margin: 0;
}
div#tkcontent {
	width: 780px;
	float: right;
	padding: 20px 10px;
	font-size: 18px;
}
.cleardiv {
	clear: both;
}
/* @end */

/* @group Footer */
.push {
	height: 70px;
}
div#tkfooter {
	height: 80px;
	color: #fff;
	background: url(../image/bottombar-bg.png) repeat-x 0 bottom;
}
.footertext {
	width: 980px;
	margin: 0 auto;
	line-height: 60px;
	padding-top: 20px;
	font-size: 12px;
	color: #7f7f7f;
	letter-spacing: 1px;
}
/* @end */

/* @group Home Content */
table.prodtable {
	margin: 0 auto;
	margin-top: 10px;
}
table.prodtable td {
	padding: 10px 25px 0px;
	vertical-align: top;
	text-align: center;
}
table.prodtable td img {
	margin: 0 auto;
}
/* @end */

.product-image-panel{
	width: 600px;
	padding-top: 60px;
}
.product-image{
	vertical-align: top;
}

.product-description{
	vertical-align: top;
}
.checkout-button{
    text-align: center;
}

.input-text { 
 font: 11px courier, monospace;  
 background-color: #F6D4D4; 
 color: #102132; 
 border: 1px solid #D63A3A; 
 margin-right: 0px;
}

.button { 
   font-size:12px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   font-style:italic;
   color:#333333;
   background-color:#F6D4D4;
   border-style:ridge;
   border-color:#FF0033;
   border-width:1px;
}


.label-column{
	text-align: right;
	width: 30%;
}
.input-column{
	text-align: left;
	width: 30%;
}
.message-column{
	text-align: left;
	width: 40%;
}

.combo-box {
	cursor:pointer; 
}
.smallComboBox{ 
 width: 200px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
}

.home-model{
	vertical-align: top;
}
.home-model-panel{
	border:none;
	background:transparent;
}
	
