@import url(/css/styleAdjusters.css);
@import url(/css/textStyles.css);

html {
	height: 100%;
}

body {
	background: #ffffff repeat-y center url(/img/structure/bg-white.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 0 auto;
	line-height: 100%;
	height: 100%;
	color: #000000;
}

/* Containers for backgrounds */
#mainContainer {
	width: 100%;
	height: 100%;
}

#mcLeft {
	height: 100%;
	position: fixed;
	width: 50%;
}

#mcLeft div {
	height: 100%;
	background: #636363 repeat-y right url(/img/structure/bg-left.jpg);
	margin-right: 375px;	
	border-left: 2px solid black;
}

#mcRight {
	height: 100%;
	position: fixed;
	width: 50%;
	top: 0px;
	right: 0px;	
}

#mcRight div {
	height: 100%;
	background: #636363 repeat-y left url(/img/structure/bg-right.jpg);	
	margin-left: 375px;
	border-right: 2px solid black;	
}



/* Main web content container */
#contentContainer {
	position: absolute;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	height: 100%;
	float: left;
	z-index: 1000;	
}

		/* Top container for logo and navigation */
		#topContainer {
			height: 178px;
			width: 100%;
			background-image: url(/img/structure/bg-top.gif);
		}

				/* Admin menu */
				#adminMenu {
					background: #DCDCDC;
					border: 1px solid black;
					height: 100%;
				}

				#adminMenu ul {
					list-style: none;
					margin-left: 10px;
					margin-top: 0px;
					float: left;
				}
				
				#adminMenu ul li a {
					background: #A9A9A9;
					border-bottom: 1px solid black;
					width: 150px;
					text-align: center;
					display: block;
					color: White;			
				}

				#adminMenu ul li a:hover {
					background: #AA5555;		
				}				

				/* Logo container */
				#logo {
					height: 178px;
					width: 459px;
					background-image: url(/img/structure/ktpaul-logo.jpg);
					float: left;
				}
				
				/* Navigation container */
				#navigation {
					height: 178px;
					width: 291px;
					background: url(/img/structure/bg-topright.gif) no-repeat right;
					float: left;
				}
				
				/* Navigation list styles */
				.navList {
					list-style: none;
					text-align: right;
					margin-right: 15px;
					margin-top: 8px;
				}
				
				.navList li {
					margin-top: 4px;
					margin-bottom: 4px;
				}

		/* Header */
		#header {
			position: absolute;
			top: 178px;
			width: 750px;
			background: url(/img/structure/pinkbar.gif);
			text-align: right;
			border-top: 1px solid #A7517A;
			border-bottom: 1px solid #A7517A;			
		}
		
		h1 {
			color: White;
			text-transform: uppercase;
			margin: 0px;
			padding: 10px;
			font-size: 145%;
			font-weight: normal;
		}

		
		/* Main Content */
		#mainContent {
			width: 730px;
			position: absolute;
			top: 215px;
			padding-left: 10px;
			padding-right: 10px;
		}
		
		/* 'Content Right' div - Legacy */
		#contentRight {
			padding: 5px;
		}
		
		/* Footer */
		#footer {
			border-top: 1px solid #c0c0c0;
			width: 100%;
		}

/* Front page styles */
.halfWidth {
	width: 50%;	
}

.frontPageDiv {
	text-align: center;
	float: left;
	margin-bottom: 15px;
}		

.frontPageDiv h1 {
	color: Black;
	font-size: 180%;
}

.frontPageDiv img {
	border: 0px;	
}

.frontPageDiv p {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 140%;
}

h4 {
	display: block;
	text-align: center;
	margin-top: 50px;
	float: center;
	font-size: 90%;
	clear: both;
}
		
a {
	color: #0066B3;
	text-decoration: none;
}

a:hover {
	color: #28982c;
	text-decoration: none;	
}



#crumbs {
	font-size: 64%;
	text-align: left;
	margin-bottom: 12px;
}


h2 {
	font-weight: bold;
	color: #ffffff;
	background: Black;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;	

}

#productImage {
	border: 2px solid black;
	margin-right: 20px;
	margin-left: 10px;
}


#cartTable {
	width: 100%;
	margin-top: 5px;
	padding: 0px;
}

#cartTable tr td {
	border-bottom: 1px solid black;
}

#cartTableItem {
	text-align: left;
}

#cartTableQty {
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 20px;
}

#cartTablePrice {
	color: #d93b39;
}

#cartTableTotal {
	text-align:right; 
	font-weight:bolder;
}

#cartTableButtons {
	text-align: center;
	width: 100%;
	padding-top: 15px;
}

#cartTableButtons td {
	width: 50%;
}

#cartTableButtons img {
	border: 0px;
}

#cartTable input {
	font-size: 78%;
	background-color: #fff6d0;
	border: 1px solid #988228;
}

.adminForm {
	width: 100%;
}

.adminForm input {
	margin-bottom: 10px;
	font-size: 10px;
}

.adminForm select {
	margin-bottom: 10px;
	font-size: 10px;
}

#detailsTable {
	width: 200px;
	float: right;
	margin-top: 5px;
	padding: 0px;
	background-color: #e2e2e2;	
	border: 1px solid black;
	text-align: right;
}

#detailsTable input {
	font-size: 78%;
	background-color: #f7f7f7;
	border: 1px solid #08405f;
}

#detailsTable select {
	font-size: 78%;
	background-color: #f7f7f7;
	border: 1px solid #08405f;
}

#productSummary {
	margin: 0px;
}

#productSummary tr td {
	width: 160px;
	height: 135px;
	margin: 10px;
	text-align: center;
	line-height: 110%;
	text-transform: uppercase;
}

#productSummary img {
	border: 1px solid black;
}



hr {
	height: 1px;
	color: Black;
}


h6 {
	font-style: italic;
	font-size: 95%;
	width: 485px;
	margin-bottom: 0px;
	margin-top: 15px;
	background-color: #fff6d0;
	padding-left: 10px;
}

input.checkBox {
	background-color: transparent;
	filter: none;
	border: 0;
	margin: 0;
	padding: 0;
}



.tblStandard {
}

	/* Useful styles for making forms */
	.tblStandard tr td.label {
		padding: 1px 4px;
	}
	
	.tblStandard tr td.input {
		padding: 1px 4px;
	}
	
	.tblStandard td.info {
		padding-left: 15px;
	}

.tblStandard tr td {
	padding: 1px 0;
	vertical-align: top;
	text-align: left;
}

.tblStandard tr.spacerRow {
	height: 15px;
}

/* Check box container */
div.checkBoxBlock {
	float: left;
	margin: 0px 10px 0px 0px;
	background-color: transparent;
}



input.error, textarea.error, select.error {
	border: 1px solid red;
	background-color: #FFE9E9;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFE9E9, EndColorStr=#FFFFFF);
}

#boxList {
	background-color: #cbcbcb;
	list-style: none;
	margin-left: 0px;
	padding-left: 5px;
	width: 90%;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;	
}

#boxList p {
	background-color: #fff18a;
	padding-left: 10px;
	border-bottom: 1px solid #5f5408;
}

#boxList li {
	padding-left: 7px;
	border-bottom: 1px dashed #5f5408;
	padding-top: 3px;
	padding-bottom: 3px;	
}