/**
 * Screen styles for VITTA
 * Author Matthew Holmes <www.ivt.com.au>
 * Created 5 Feb 2008
 */
 
 body {
 	margin: 0;
 	padding: 0;
 	color: #555;
 	font: 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
 	}
 	
 	
 	/* links */
 	a {
 		color: #009791;
 		text-decoration: none;
 		}
 	a:hover {
 		text-decoration: underline;
 		}
 	a:focus {
 		outline: none;
 		}
 	a img {
 		border: 0;
 		}
 		
 		
 	/* common elements */
 	h1, h2, h3, h4, h5, h6, form {
 		margin: 0;
 		padding: 0;
 		list-style: none;
 		}
 	h3 strong {
 		display: none !important;
 		}
 		
 	h2#content-title, h2#parent-title {
 		margin: 0 0 8px;
		color: #00998e;
 		font-size: 1.8em;
 		}
 	h2#parent-title {
 		color: #0067ca;
 		}
 		
 		
 	.noshow, .buy_field, .prod_list, p.price input, .priceConversionButton {
		display: none;
		} 
 		
 		
 		
 		/* -- structure
 		------------------------------*/
 		#container {
 			width: 980px;
 			margin: 0 auto;
 			}
 			
 			
 			/* using clearfix solution to reduce any html markup just apply class="clearfix" to any div you want. */
 			.clearfix:after {
 				display: block;
 				clear: both;
 				height: 0;
 				content: ".";
 				visibility: hidden;
 				}
 			* html .clearfix { /* ie hack it needs to use height: 1%, does not support the :after pseudoclass */
 				height: 1%;
 				}
 			*+ html .clearfix {
 				height: 1%;
 				}
 				
 				
 			
 			/* -- header */
 			#header {
 				position: relative;
 				height: 110px;
 				}
 			#header h1 {
 				padding: 30px 0 0 20px;
 				}
 				
 				/* -- navigation */
 				ul#nav {
 					position: absolute;
 					right: 0;
 					bottom: 30px;
 					margin: 0;
 					padding: 0;
 					list-style: none;
 					}
 				#nav li {
 					float: left;
 					margin: 0;
 					background: url(../webimages/bg-nav-divider.gif) right no-repeat;
 					}
 				#nav li.end {
 					background: none;
 					}
 				#nav li a {
 					float: left;
 					display: block;
 					margin: 0;
 					padding: 0 12px;
 					color: #009791;
 					font-size: 1.3em;
 					font-weight: bold;
 					text-decoration: none;
 					text-transform: lowercase;
 					}
 				#nav li.end a {
 					padding: 0 0 0 12px;
 					}
 				#nav li a.on, #nav li a:hover {
 					color: #0067ca;
 					}
 					
 					
 				/* -- search */
 				div#search {
 					position: absolute;
 					top: 24px;
 					right: 0;
 					}
 				div#search p {
 					margin: 0;
 					}
 				div#search input {
 					margin: 0 3px 0 0;
 					}
 				div#search button {
 					width: 73px;
 					height: 21px;
 					padding: 0;
					border: 0;
					background: url(../webimages/btn-search.jpg) no-repeat;
					cursor: pointer;
					text-indent: -999em;
 					}

				/* -- login */
                                div#login {
                                        position: absolute;
                                        top: 20px;
                                        right: 260px;
                                        }

				div#sideLogin {
					font-size: 1.1em;
					margin: 10px;
					}

				div#sideLogin form {
					margin: 10px 0;
					}

				div#sideLogin form fieldset {
					border: 0;
					margin: 0;
					padding: 0;
					}

				div#sideLogin form legend {
					display: none;
					}

				div#sideLogin form label { float: left; display: block; width: 140px; text-align: left; }
				
				div#sideLogin form input { background: #fff; width: 180px; border: 1px #DDDDDD solid;}

				div#sideLogin form button {
					width: 73px;
 					height: 21px;
 					padding: 0;
					margin: 10px 0 0;
					border: 0;
					background: url(../images/btn-login.gif) no-repeat;
					cursor: pointer;
					text-indent: -999em; 
					}
 					
 					
 			/* -- banner */
 			#banner-title {
 				float: left;
 				width: 728px;
 				height: 86px;
 				}
 			#banner-title h2 {
 				color: #fff;
 				font-size: 2.4em;
 				}
 				
 			
 			/* -- randomimages */
 			#randomimages {
 				float: right;
 				width: 242px;
 				height: 86px;
 				}
 				
 				
 			
 			/* -- main body */
 			#main-body {
 				position: relative;
 				margin: 55px 0 15px;
 				background: url(../webimages/bg-content.gif) top repeat-y;
 				}
 			* html #main-body {
 				margin: 0 0 15px;
 				}
 			#inner-main-body {
 				background: url(../webimages/bg-content-top.gif) top no-repeat;
 				}


				#main-body .col {
					float: left;
					width: 212px;
					margin: 0 1px 0 0;
					padding: 0 16px 5px;
					font-size: 1.1em;
					line-height: 1.6;
					}
				#main-body .content {
					float: left;
					width: 458px;
					padding: 0 16px 5px;
					font-size: 1.2em;
					line-height: 1.6;
					}
					
					
					p.path, div.path {
						position: absolute;
						top: -38px;
						left: 20px;
						margin: 0;
						color: #0067ca;
						display: none;
						}
					p.path a {
						color: #0067ca;
						text-decoration: underline;
						}
						
						
					p.breadcrumb {
						position: absolute;
						top: -35px;
						left: 20px;
						margin: 0;
						color: #0067ca;
						font-size: 1.2em;
						text-transform: lowercase;
						}
					p.breadcrumb a {
						color: #0067ca;
						}
						
						
					/* -- members login */
					div#memberslogin {
						padding: 0 0 5px;
						}
						
					
					/* -- shopping cart */
					div#mini_cart {
						}
					div#mini_cart h3 {
						display: block;
						width: 118px;
						height: 21px;
						margin: 0;
						background: url(../webimages/h3-shoppingbasket.gif) no-repeat;
						text-indent: -999em;
						}
					div#mini_cart table {
						width: 100%;
						border-bottom: 1px solid #cdcdcd;
						}
					div#mini_cart table td {
						padding: 5px;
						}
					div#mini_cart table td a {
						color: #0067ca;
						font-size: 1.1em;
						}
					div#mini_cart table tr.mini_cart_odd {
						background: #eaeaea;
						}
					div#mini_cart table tr.mini_cart_odd td {
						border-top: 1px solid #fff;
						}
					div#mini_cart table td.mini_cart_total {
						width: 100%;
						color: #0067ca;
						font-size: 1.2em;
						font-weight: bold;
						}
					div#mini_cart table button {
						width: 73px;
						height: 16px;
						display: block;
						border: 0;
						background: url(../webimages/btn-checkout.gif) no-repeat;
						text-indent: -999em;
						}
						
					/* -- main search */
					div.search_form form,
					div.search_form fieldset {
						margin: 0;
						padding: 0;
						border: 0;
						}
					div.search_form legend,
					div.search_form label {
						display: none;
						}
						
						
					
					/* list */
					table.products_category_table,
					table.products_list_table,
					table.knowledge_list_table {
						width: 100%;
						}
					table.products_category_table td,
					table.knowledge_list_table td {					
						padding: 5px 0;
						border-bottom: 1px solid #ccc;
						}
					table.products_list_table td {
						width: 33%;
						padding: 0 0 10px;
						}	
						
					table.products_list_table td h2 {
						margin: 0;
						font-size: 1.2em;
						}
					p.price {
						margin: 0;
						}
						
						
					table.cart_table {
						width: 100%;
						border-collapse: collapse;
						border-top: 1px solid #ccc;
						border-left: 1px solid #ccc;
						}
					table.cart_table th,
					table.cart_table td {
						padding: 5px;
						border-right: 1px solid #ccc;
						border-bottom: 1px solid #ccc;
						}
						
						
					input.submit,
					input.button {
						border: 1px solid #009791;
						background: #009791;
						color: #fff;
						}
						
					.fieldset_title,
					.order_details_header {
						padding: 3px 0;
						margin: 0 0 2px;
						border-bottom: 1px solid #ccc;
						font-size: 1.1em;
						}
						
					div.form th,
					div.plain th {
						text-align: right;
						}
						
					
						
 				
 				
 				/* menu */
 				ul#menu, ul#menu ul {
 					margin: 0;
 					padding: 0;
 					list-style: none;
 					}
 				ul#menu li {
 					width: 100%;
 					margin: 0;
 					padding: 0;
 					}
 				ul#menu li.menu_odd {
 					background: #eaeaea;
 					}	
 				ul#menu li.menu_even {
 					background: #fff;
 					}
 				ul#menu li li.menu_even {
 					background: #eaeaea;
 					}	
 				ul#menu li li.menu_odd {
 					background: #fff;
 					}
 				ul#menu li a {
 					display: block;
 					margin: 0;
 					padding: 4px 12px 4px 28px;
 					background: url(../webimages/ul-more-icon.gif) 10px 8px no-repeat;
 					color: #0067cb;
 					font-size: 1.1em;
 					text-decoration: none;
 					}
 				ul#menu li li a {
 					padding: 4px 12px 4px 40px;
 					color: #2fa8a3;
 					background: url(../webimages/ul-dash-icon.gif) 30px 13px no-repeat;
 					}
 					
 					
 				/* list */
 				div.list {
 					padding: 5px 0;
 					}
 				div.list a {
 					display: block;
 					padding: 0 0 0 28px;
 					color: #0067cb;
 					font-size: 1.2em;
 					text-decoration: none;
 					background: url(../webimages/ul-more-icon.gif) 10px 5px no-repeat;
 					}
 				div.list span.date {
 					padding: 0 0 0 28px;
 					}
 				
 				
 			
 			/* -- footer */
 			#footer {
 				background: #009791;
 				color: #fff;
 				font-size: 1.1em;
 				}
 			#footer a {
 				color: #fff;
 				}
 			#footer p {
 				margin: 0;
 				padding: 10px 20px;
 				}
 			#footer p.copyright {
 				float: left;
 				background: url(../webimages/bg-left-footer.gif) bottom left no-repeat;
 				}
 			#footer p.credits {
 				float: right;
 				background: url(../webimages/bg-right-footer.gif) bottom right no-repeat;
 				}
 				
 				
 				/* fade effect for footer */
 				#fade {
 					height: 35px;
 					background: url(../webimages/bg-fade.gif) no-repeat;
 					}
 					
 					
 					
 			
 			
 			
 				/* thickbox styles do not remove or modify 
				---------------------------------------------------------------*/
				#TB_overlay {
					position: fixed;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					z-index: 100;
					}
					
					/* overlay hack for mac */
					.TB_overlayMacFFBGHack {
						background: url(../webimages/machack.png) repeat;
						}
						
					.TB_overlayBG {
						background: #000;
						filter: alpha(opacity=75);
						-moz-opacity: 0.75;
						opacity: 0.75;
						}
						
					/* ie6 hack for overlay to work */
					* html #TB_overlay {
						position: absolute;
						height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
						}
						
					#TB_window {
						position: fixed;
						top: 50%;
						left: 50%;
						display: none;
						border: 5px solid #999;
						background: #fff;
						text-align: left;
						z-index: 102;
						}
						
					/* ie6 hack for window to work */
					* html #TB_window {
						position: absolute;
						margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
						}
						
					#TB_caption {
						display: none !important;
						}
						
					#TB_title {
						height: 30px;
						background: #e8e8e8;
						}
						
					#TB_closeAjaxWindow {
						float: right;
						padding: 7px 7px 5px 0;
						text-align: right;
						}
						
					#TB_ajaxContent {
						clear: both;
						margin: 0;
						padding: 15px;
						text-align: left;
						overflow: auto;
						}
						
					/* loading position */
					#TB_load {
						display: none;
						position: fixed;
						top: 50%;
						left: 50%;
						width: 208px;
						height: 13px;
						margin: -6px 0 0 -104px;
						z-index: 103;
						}
					
					/* ie6 hack for load to work */
					* html #TB_load {
						position: absolute;
						margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
						}	
						
						
						/* dashboard
						--------------------*/
						#TB_ajaxContent #dashboard_title {
							height: 72px;
							margin: 0;
							padding: 0;
							background: #fff;
							}
						#TB_ajaxContent #dashboard_title h2 {
							padding: 20px;
							background:  url(../webimages/bg-content-title-right.gif) bottom right no-repeat;
							color: #00998e;
							font-size: 1.8em;
							font-weight: normal;
							}
						#TB_ajaxContent #dashboard_title div {
							background: #dedede url(../webimages/bg-content-title-left.gif) bottom left no-repeat;
							}
						#TB_ajaxContent form,
						#TB_ajaxContent form fieldset {
							margin: 0;
							padding: 0;
							border: 0;
							}
						#TB_ajaxContent form ol {
							list-style: none;
							margin: 0;
							padding: 0;
							}
						#TB_ajaxContent form li {
							clear: both;
							margin: 0 0 .75em;
							padding: 0;
							}
						#TB_ajaxContent form label {
							float: left;
							width: 65px;
							margin-right: 5px;
							padding: 4px 0 0;
							text-align: right;
							font-size: 1.2em;
							}
						#TB_ajaxContent form label:after {
							content: ":";
							}
						#TB_ajaxContent form input {
							width: 170px;
							}
						#TB_ajaxContent form button {
							margin-left: 70px;
							padding: 0;
							border: 0;
							background: transparent;
							cursor: pointer;
							}
						#TB_ajaxContent a {
							font-size: 1.1em;
							}
 					
 					
 			

