/*
Dark Blue:		#063657
Light Blue:		#0f75bc
Orange:			#f58e1f


*/
/*predefined tags*/
body {
	background:url(../../images/fish_bg_repeat.png) repeat-x #c6c8ca;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	font-size:62.5%;
}
img {
	border:none;
}
a {
	border:none;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0 10px 0;
	font-size:1.1em;
	line-height:150%;
}
p a {
	color:#0f75bc;
	text-decoration:none;	
}
p a:hover {
	text-decoration:underline;
}
ul {
	margin:0;
	padding:0;
}

ol {
	margin:0;
	padding:0;
}
li {
}
h1 {
	margin:15px 0 0 0;
	font-size:2.2em;
	color:#063657;
}
h2 {
	font-size:1.8em;
	color:#0f75bc;
	margin:10px 0 0 0;
}
h3 {
	margin:0;
}
h4 {
	margin:0;
}
div {
	overflow:hidden;
}
input {
}
textarea {
}
select {
}

hr {
	border:0;
	color:#CCC;
	background-color:#CCC;
	height:1px;
}


/*id tags*/
#wrapper {
	width:890px;
	height:auto;
	margin:0 auto 0 auto;
	text-align:center;
	background:url(../../images/wrapper_bg.png) repeat-y;
}
	
	#container {
		width:800px;
		height:auto;
		margin:0 auto 0 auto;
		position:relative;
		text-align:left;
	}
	
	#header {
		width:800px;
		height:140px;
		float:left;
		position:relative;
		margin-top:10px;
	}
	
	#headerLogo {
		width:224px;
		height:122px;
		position:relative;
		float:left;
	}
	
	.languageOptions {
		float:right;
	}
	
	.languageOptions li {
		display:inline;
		float:left;
		font-size:1.0em;
		margin-right:5px;
		list-style:none;
	}
	
	.languageOptions li a {
		width:16px;
		height:13px;
		display:block;
		float:left;
		text-indent:-9000px;
	}
	
	.languageOptions li a.eng {
		background:url(../../images/flag_uk.png);
	}
	.languageOptions li a.ger {
		background:url(../../images/flag_ger_grey.png);
	}
	.languageOptions li a.fr {
		background:url(../../images/flag_fr_grey.png);
	}
	.languageOptions li a.it {
		background:url(../../images/flag_italy_grey.png);
	}
	.languageOptions li a.sp {
		background:url(../../images/flag_spain_grey.png);
	}
	.languageOptions li a.po {
		background:url(../../images/flag_port_grey.png);
	}
	
	.myAccount {
		width:300px;
		height:auto;
		float:right;
		margin-top:85px;
		clear:right;
	}
	
	.myAccount li {
		font-size:1.1em;
		margin-left:10px;
		list-style:none;
		float:left;
	}
	
	.myAccount li a {
		display:block;
		padding:0 0 3px 23px;
		color:#0f75bc;
		text-decoration:none;
		float:left;
	}
	
	.myAccount li a:hover{
		text-decoration:underline;
	}
	
	.myAccount li a.ma{
		background:url(../../images/my_account.png) no-repeat 0 50%;
	}
	.myAccount li a.vb {
		background:url(../../images/basket.png) no-repeat 0 50%;
	}
	
	
	.nav {
		width: 800px;
		height: 37px;
		background: url(../../images/nav_bg.png) no-repeat;
		position:relative;
		float:left;
	}
	.nav li {
		display: inline;
	}
	.nav li a:link, .nav li a:visited {
		position: absolute;
		top: 0;
		height: 37px;
		text-indent: -9000px;
		overflow: hidden;
		z-index: 10;
	}
	
		.nav .home a:link, .nav .home a:visited {
			left: 12px;
			width: 104px;
		}
		.nav .home a:hover, .nav .home a:focus {
			background: url(../../images/nav_bg.png) no-repeat -12px -37px;
		}
		.nav .home a:active {
			background: url(../../images/nav_bg.png) no-repeat -12px -74px;
		}
		.current-home .home a:link, .current-home .home a:visited {
			background: url(../../images/nav_bg.png) no-repeat -12px -111px;
			cursor: default;
		}
		.nav-home, .nav-home-click {
			position: absolute;
			top: 0;
			left: 12px;
			width: 104px;
			height: 37px;
			background: url(../../images/nav_bg.png) no-repeat -12px -37px;
		}
		.nav-home-click {
			background: url(../../images/nav_bg.png) no-repeat -12px -74px;
		}
		
		
		.nav .about a:link, .nav .about a:visited {
			left: 116px;
			width: 186px;
		}
		.nav .about a:hover, .nav .about a:focus {
			background: url(../../images/nav_bg.png) no-repeat -116px -37px;
		}
		.nav .about a:active {
			background: url(../../images/nav_bg.png) no-repeat -116px -74px;
		}
		.current-about .about a:link, .current-about .about a:visited {
			background: url(../../images/nav_bg.png) no-repeat -116px -111px;
			cursor: default;
		}
		.nav-about, .nav-about-click {
			position: absolute;
			top: 0;
			left: 116px;
			width: 186px;
			height: 37px;
			background: url(../../images/nav_bg.png) no-repeat -116px -37px;
		}
		.nav-about-click {
			background: url(../../images/nav_bg.png) no-repeat -116px -74px;
		}
		
		
		.nav .products a:link, .nav .products a:visited {
			left: 302px;
			width: 131px;
		}
		.nav .products a:hover, .nav .products a:focus {
			background: url(../../images/nav_bg.png) no-repeat -302px -37px;
		}
		.nav .products a:active {
			background: url(../../images/nav_bg.png) no-repeat -302px -74px;
		}
		.current-products .products a:link, .current-products .products a:visited {
			background: url(../../images/nav_bg.png) no-repeat -302px -111px;
			cursor: default;
		}
		.nav-products, .nav-products-click {
			position: absolute;
			top: 0;
			left: 302px;
			width: 131px;
			height: 37px;
			background: url(../../images/nav_bg.png) no-repeat -302px -37px;
		}
		.nav-products-click {
			background: url(../../images/nav_bg.png) no-repeat -302px -74px;
		}
		
		
		.nav .media a:link, .nav .media a:visited {
			left: 433px;
			width: 99px;
		}
		.nav .media a:hover, .nav .media a:focus {
			background: url(../../images/nav_bg.png) no-repeat -433px -37px;
		}
		.nav .media a:active {
			background: url(../../images/nav_bg.png) no-repeat -433px -74px;
		}
		.current-media .media a:link, .current-media .media a:visited {
			background: url(../../images/nav_bg.png) no-repeat -433px -111px;
			cursor: default;
		}
		.nav-media, .nav-media-click {
			position: absolute;
			top: 0;
			left: 433px;
			width: 99px;
			height: 37px;
			background: url(../../images/nav_bg.png) no-repeat -433px -37px;
		}
		.nav-media-click {
			background: url(../../images/nav_bg.png) no-repeat -433px -74px;
		}
		
		
		.nav .gallery a:link, .nav .gallery a:visited {
			left: 532px;
			width: 114px;
		}
		.nav .gallery a:hover, .nav .gallery a:focus {
			background: url(../../images/nav_bg.png) no-repeat -532px -37px;
		}
		.nav .gallery a:active {
			background: url(../../images/nav_bg.png) no-repeat -532px -74px;
		}
		.current-gallery .gallery a:link, .current-gallery .gallery a:visited {
			background: url(../../images/nav_bg.png) no-repeat -532px -111px;
			cursor: default;
		}
		.nav-gallery, .nav-gallery-click {
			position: absolute;
			top: 0;
			left: 532px;
			width: 114px;
			height: 37px;
			background: url(../../images/nav_bg.png) no-repeat -532px -37px;
		}
		.nav-gallery-click {
			background: url(../../images/nav_bg.png) no-repeat -532px -74px;
		}
		
		
		.nav .contact a:link, .nav .contact a:visited {
			left: 646px;
			width: 144px;
		}
		.nav .contact a:hover, .nav .contact a:focus {
			background: url(../../images/nav_bg.png) no-repeat -646px -37px;
		}
		.nav .contact a:active {
			background: url(../../images/nav_bg.png) no-repeat -646px -74px;
		}
		.current-contact .contact a:link, .current-contact .contact a:visited {
			background: url(../../images/nav_bg.png) no-repeat -646px -111px;
			cursor: default;
		}
		.nav-contact, .nav-contact-click {
			position: absolute;
			top: 0;
			left: 646px;
			width: 144px;
			height: 37px;
			background: url(../../images/nav_bg.png) no-repeat -646px -37px;
		}
		.nav-contact-click {
			background: url(../../images/nav_bg.png) no-repeat -646px -74px;
		}
		
		#mainBody {
			width:800px;
			height:auto;
			float:left;
			position:relative;
		}
		
		#mainBodyLeft {
			width:510px;
			height:auto;
			position:relative;
			float:left;
		}
		
		#mainBodyLeft ul {
			margin:0 10px 0 10px;
			padding:0 10px 0 10px;
		}
		
		#mainBodyLeft ul li {
			margin:5px 0 5px 0;
			padding:5px 0 5px 0;
			font-size:1.1em;
		}
		
		#mainBodyRight {
			width:250px;
			height:auto;
			position:relative;
			float:right;
			padding-left:10px;
		}
		
		#featureBanner {
			width:525px;
			height:322px;
			position:relative;
			float:left;
		}
		
		#registerNow {
			width:250px;
			height:322px;
			position:relative;
			float:right;
			
		}
		
		#weAlwaysNew {
			width:386px;
			height:178px;
			float:left;
			position:relative;
		}

		#comingSoon {
			width:386px;
			height:178px;
			float:right;
			position:relative;
		}


		#footer {
			width:800px;
			height:auto;
			float:left;
			position:relative;
			background:url(../../images/footer_bg.jpg) no-repeat;
			margin-top:15px;
			padding-bottom:15px;
		}
		
		#footerLeft {
			width:208px;
			height:38px;
			float:left;
			position:relative;
			background:url(../../images/protx_logo.png) no-repeat;
			margin:15px 0 0 20px;
		}
		
	#footerRight {
		width:500px;
		height:100px;
		position:relative;
		float:left;
		background:url(../../images/footer_right_bg.png) no-repeat;
		margin:20px 0 0 20px;
	}
	
	#footer ul {
		margin:0 0 0 20px;
		padding:0;
	}
	
	#footer li {
		font-size:1.1em;
		color:#666666;
		display:inline;
		list-style:none;
		background:url(../../images/footer_bullet.png) no-repeat 0 50%;
		padding:0 10px 0 15px;
		line-height:150%;
	}
	
	#footer li.first {
		background:none;
		padding-left:0px;
	}

	
	#footer li a {
		color:#666666;
		text-decoration:none;
	}
	
	#footer li a:hover {
		text-decoration:underline;
	}
	
/*PRODUCT LISTING PAGE*/

.productListing {
	width:185px;
	height:240px;
	float:left;
	position:relative;
	background:url(../../images/product_listing_bg.png) repeat-x #FFFFFF;
	margin:20px 0 0 20px;
	display:inline;
}

.productListing p {
	width:185px;
	height:35px;
	float:left;
	position:relative;
	text-align:center;
	font-size:1.2em;
	color:#666666;
	margin: 0px;
}

.productListing h3 {
	text-align:center;
	font-size:1.6em;
	color:#0f75bc;
	margin:0;
}
.productThumb {
	width:165px;
	height:165px;
	float:left;
	position:relative;
	background-color:#FFFFFF;
	margin:10px 0 5px 10px;
	display:inline;
	
}

.productInfo {
	width:555px;
	height:auto;
	float:left;
	position:relative;
	background:url(../../images/product_listing_bg.png) repeat-x #FFFFFF;
	margin:20px 0 0 0;
}

.productInfoThumb {
	width:165px;
	height:195px;
	float:left;
	position:relative;
	background-color:#FFFFFF;
	margin:10px 0 5px 10px;
	display:inline;
}

.productInfoThumb p {
	margin:10px 0 0 0;
	text-align:center;
}

.productInfoText {
	width:360px;
	height:auto;
	float:right;
	position:relative;
	padding:10px;
}
.productInfoText p {
	margin:0px;
}

.productInfoText h2 {
	font-size:2.2em;
	color:#063657;
}

.productInfoText h3 {
	font-size:1.8em;
	color:#0f75bc;
	margin-bottom:10px;
}

	.addToBasket {
		margin-top:10px;
	}
	
	.addToBasket li {
		font-size:1.1em;
		list-style:none;
		float:left;
		background:url(../../images/button_bg.png) repeat-x #e07c5f;
		padding:5px;
		display:block;
		border:#f68e1f 1px solid;
	}
	
	.addToBasket li a {
		display:block;
		padding-left:23px;
		color:#000000;
		text-decoration:none;
		background:url(../../images/basket.png) no-repeat 0 50%;
		
	}
	
	.addToBasket li a:hover{
		text-decoration:underline;
	}
	
	#peopleWho {
		width: 205px;
		height:auto;
		position:relative;
		float:right;
		margin-top:20px;
		background:url(../../images/product_listing_bg.png) repeat-x #FFFFFF;
		padding:10px 20px 0 0;
	}
	#peopleWho h2 {
		text-align:center;
		font-size:2.0em;
		margin-left:10px;
		font-weight:normal;
		color:#063657;
	}

/*Customer Review*/
	
	#customerReviewWrapper {
		width:535px;
		height:auto;
		position:relative;
		float:left;
		border-top:#CCCCCC 2px dotted;
		margin:20px 0 0 10px;
		display:inline;
		padding-top:10px;
	}
	
	#customerReviewWrapper h1 {
		font-size:1.8em;
		color:#f58e1f;
	}
	
	.customerReview {
		width:515px;
		height:auto;
		position:relative;
		float:left;
		margin-top:20px;
		padding:10px;
		background:url(../../images/customer_review_bg.png) repeat-x;
	}
	
	.customerReview h2 {
		font-size:1.8em;
		color:#063657;
		font-weight:normal;
		margin:0;
	}
	
	.customerReview h3 {
		font-size:1.3em;
		color:#0f75bc;
		font-weight:normal;
		margin:0;
	}
	
	.customerReview h4 {
		font-size:1.2em;
		color:#666666;
		font-weight:normal;
		margin:0;
	}
	
/* Horizontal Tabbed Panels */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font-size:1.2em;
	background: url(../../images/tab_bg.png) repeat-x #FFFFFF;
	list-style: none;
	border: solid 1px #CCC;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#666666;
}
.TabbedPanelsTabHover {
	background-color: #FFFFFF;
	color:#333333;
}
.TabbedPanelsTabSelected {
	background: url(../../images/tab_bg_selected.png) repeat-x #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #666666;
	color:#063657;
	font-weight:bold;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border: solid 1px #CCC;
	background-color: #FFFFFF;
}
.TabbedPanelsContent {
	padding: 10px;
}
.TabbedPanelsContentVisible {
}
.specBullets {
	margin-left:10px;
	padding-left:10px;
	font-size:1.1ems;
}
.specBullets li {
	font-size:1.1em;
}

.downloads li {
	list-style:none;
	padding:0 0 0 24px;
	font-size:1.1em;
	margin-bottom:8px;
}

.downloads li a {
	color:#0f75bc;
	text-decoration:none;
}

.downloads li a:hover {
	text-decoration:underline;
}

.downloads li.pdf {
	background:url(../../images/file_acrobat.gif) 0 50% no-repeat;
}

.downloads li.gif {
	background:url(../../images/image.gif) 0 50% no-repeat;
}

.downloads li.jpg {
	background:url(../../images/image.gif) 0 50% no-repeat;
}

.downloads li.txt {
	background:url(../../images/page_text.gif) 0 50% no-repeat;
}

.downloads li.doc {
	background:url(../../images/page_text.gif) 0 50% no-repeat;
}


/* BASKET */

.basketTable {
	font-size:1.2em;
	margin-top:15px;
}

.basketTable tr.alt {
	background:#f6f6f6;
}

.basketTable th {
	font-weight:bold;
	background:#CCCCCC;
	text-align:center;
	padding:8px;
}

.basketTable td {
	text-align:center;
	padding:8px;
}

.basketTable td.description,
.basketTable th.description {
	text-align:left;
}

.basketTable td.total {
	border-top:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
	font-size:1.4em;
}
	
	.basketButtons li {
		font-size:1.1em;
		list-style:none;
		float:left;
		background:url(../../images/button_bg.png) repeat-x #e07c5f;
		padding:5px;
		display:block;
		border:#f68e1f 1px solid;
		margin-right:10px;
	}
	
	.basketButtons li a.update {
		display:block;
		padding-left:23px;
		color:#000000;
		text-decoration:none;
		background:url(../../images/update_basket.png) no-repeat 0 50%;
	}
	
	.basketButtons li a.checkout {
		display:block;
		padding-left:23px;
		color:#000000;
		text-decoration:none;
		background:url(../../images/proceed_checkout.png) no-repeat 0 50%;
	}
	
	.basketButtons li a.continue {
		display:block;
		padding-left:23px;
		color:#000000;
		text-decoration:none;
		background:url(../../images/continue_shopping.png) no-repeat 0 50%;
	}
	
	.basketButtons li a:hover{
		text-decoration:underline;
	}

	
/* Gallery */

#galleryStories {
	width:500px;
	height:auto;
	position:relative;
	float:left;
}

#galleryStories dl {
	float:left;
	width:500px;
	padding: 5px 0 20px 0;
	margin:0;
	display:inline; /* fixes IE/Win double margin bug */
}
#galleryStories dt {
	float:right;
	width:332px;
	margin:0;
	padding:0;
	font-size:1.8em;
	color:#063657;
}
#galleryStories dd {
	margin:0;
	padding:0;
	font-size:1.1em;
	line-height:1.5em;
	color:#666666;
}
#galleryStories dd.product {
	color:#0f75bc;
	font-size:1.4em;
}
#galleryStories dd.date {
	color:#000000;
}
#galleryStories dd.img img {
	float:left;
	margin:0 8px 0 0;
	padding:4px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
}

#galleryForm {
	width:260px;
	height:auto;
	position:relative;
	float:right;
	background:url(../../images/product_listing_bg.png) repeat-x #FFFFFF;
	margin-top:20px;
	padding:10px;
}

#galleryForm h2 {
	margin-top: 0;
}

#galleryForm fieldset {  
	float: left;  
	clear: left;
	width:260px;
	margin:0px 0;
	position:relative;
	padding:0px;
	border: none;
}
#galleryForm legend {
	color:#4C8DA7;
	font-size:1.3em;
	font-weight: bold;
	padding: 0px;
}
#galleryForm fieldset ol {  
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 5px 0px; 
	list-style: none;
}
#galleryForm fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;
	margin:0px 0px 5px 0px;
	list-style-image:none;
}
#galleryForm fieldset.submit {  
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	position:relative;
}
#galleryForm label {  
	float: left;  
	width: 100px;  
	font-size:1.1em;
	color:#333;
}
#galleryForm input.text {
	height:15px;
	width:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#000000;
}
#galleryForm input.subscribe {
	height:15px;
	width:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#4C8DA7;
	margin-left:10px;
}
#galleryForm input.submit {
	width:67px;
	height:25px;
}
#galleryForm textarea {
	width:250px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#000000;
}
#galleryForm select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#4C8DA7;
}

/* Media Page */

.mediaListing {
	width:250px;
	height:300px;
	float:left;
	position:relative;
	background:url(../../images/product_listing_bg.png) repeat-x #FFFFFF;
	margin:20px 0 0 24px;
	display:inline;
}

.mediaListing p {
	width:250px;
	height:35px;
	float:left;
	position:relative;
	text-align:center;
	font-size:1.2em;
	color:#666666;
	margin: 0px;
}

.mediaListing h3 {
	text-align:center;
	font-size:1.6em;
	color:#0f75bc;
	margin:0;
}
.mediaThumb {
	width:230px;
	height:230px;
	float:left;
	position:relative;
	background-color:#FFFFFF;
	margin:10px 0 5px 10px;
	display:inline;
	
}

/* CONTACT FORM ELEMENTS */

/*form elements*/
#enquiry_form fieldset {  
	float: left;  
	clear: left;
	width:500px;
	margin:0px 0px 15px 0px;
	position:relative;
	padding:0px;
	border: 1px solid #CCCCCC;
	background:url(../../images/customer_review_bg.png) repeat-x;
}
#enquiry_form legend {
	color:#666666;
	font-size:10pt;
	margin-left: 8px;  
	font-weight: bold;
	padding: 0px 2px 0px 2px;  
}
#enquiry_form fieldset ol {  
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 5px 0px; 
	list-style: none;
}
#enquiry_form fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;
	margin:0px 0px 10px 0px;
	list-style-image:none;
}
#enquiry_form label {  
	float: left;  
	width: 160px;  
	margin: 0px 10px 0px 10px;
	font-size:1.1em;
	color:#666;
}
#enquiry_form input.text {
	height:15px;
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#000000;
}
#enquiry_form input.subscribe {
	height:15px;
	width:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#4C8DA7;
	margin-left:10px;
}
#enquiry_form input.submit {
	width:67px;
	height:25px;
}
#enquiry_form textarea {
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#000000;
}
#enquiry_form select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#000000;
}

/* REGISTER FORM ELEMENTS */

/*form elements*/
#register_form fieldset {  
	float: left;  
	clear: left;
	width:500px;
	margin:0px 0px 15px 0px;
	position:relative;
	padding:0px;
	border: 1px solid #CCCCCC;
	background:url(../../images/customer_review_bg.png) repeat-x;
}
#register_form legend {
	color:#666666;
	font-size:10pt;
	margin-left: 8px;  
	font-weight: bold;
	padding: 0px 2px 0px 2px;  
}
#register_form fieldset ol {  
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 5px 0px; 
	list-style: none;
}
#register_form fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;
	margin:0px 0px 10px 0px;
	list-style-image:none;
}
#register_form label {  
	float: left;  
	width: 160px;  
	margin: 0px 10px 0px 10px;
	font-size:1.1em;
	color:#666;
}
#register_form input.text {
	height:15px;
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#000000;
}
#register_form select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#000000;
}

/* LOGIN FORM ELEMENTS */

/*form elements*/
#login_form fieldset {  
	float: left;  
	clear: left;
	width:500px;
	margin:0px 0px 15px 0px;
	position:relative;
	padding:0px;
	border: 1px solid #CCCCCC;
	background:url(../../images/customer_review_bg.png) repeat-x;
}
#login_form legend {
	color:#666666;
	font-size:10pt;
	margin-left: 8px;  
	font-weight: bold;
	padding: 0px 2px 0px 2px;  
}
#login_form fieldset ol {  
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 5px 0px; 
	list-style: none;
}
#login_form fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;
	margin:0px 0px 10px 0px;
	list-style-image:none;
}
#login_form label {  
	float: left;  
	width: 160px;  
	margin: 0px 10px 0px 10px;
	font-size:1.1em;
	color:#666;
}
#login_form input.text {
	height:15px;
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#000000;
}
#login_form select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#000000;
}

/* Customer Details Page */

#billtab td.subheader {
	text-align:left;
	font-size:1.2em;
	color:#0f75bc;
	background-color:#eeeeee;
}

#billtab td {
	padding:5px;
	text-align:left;
	font-size:1.1em;
}

#backproc td {
	padding:5px;
}


#billtab input {
	width:330px;
}

#billtab checkbox {
	text-align:left;
	float:left;
}

/* Order Confirmation Page */

#orderconfirmtab td.subheader {
	text-align:left;
	font-size:1.4em;
	color:#0f75bc;
	background-color:#eeeeee;
}

#orderconfirmtab tr.greybar {
	text-align:left;
	color:#000000;
}
#orderconfirmtab td.total {
	border-top:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
	font-size:1.4em;
	color:#063657;
}
#orderconfirmtab tr.greybar th {
	padding:5px;
	font-weight:bold;
	font-size:1.2em;
}

#orderconfirmtab td {
	padding:5px;
	text-align:left;
	font-size:1.2em;
}

#orderconfirmtab th {
	padding:5px;
	text-align:left;
	font-size:1.2em;
}

.boxborder {
	border:5px;
	color:#000000;
	border:solid;
	border-bottom-style: hidden;
	background-color:#EFEFEF;
	background-position:center;
	color:#005aa5;
	font-size:16px;
	height:30px;
	}
	
.mainheader {
	background-color:#005AA5;
	background-position:center;
	color:#FFFFFF;
	font-weight:bold;
	font:Verdana;
	font-size:18px;
	}

/*	
.greybar {
	background-color:#EFEFEF;
	background-position:center;
	width: 865px;
	}
*/	
.leftbar {
	background-color:#005AA5;
	background-repeat:repeat-y;
	background-position:left;
	}	
	
/*
.protxnames {
	font:Verdana;
	color:#005AA5;
	font-size:14px;
	font-weight:normal;
	text-align: right;
	vertical-align: top;
	}	
*/
.content {
	float: left;
	width: 650px;
	margin-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16px;
	color:  #666666;
}

.subheader {
	margin-left: 85px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16px;
	color: #FFFFFF;
	background-color:#005AA5;
}

.errorheader {
	margin-left: 85px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16px;
	color: #FFFFFF;
	background-color:#CC0000;
}

.infoheader {
	margin-left: 85px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16px;
	color: #FFFFFF;
	background-color:#00CC00;
}
.resourcecontent {
	float: left;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16px;
	color:  #FFFFFF;
}

.tickbullets {
	list-style-image:url(tick.gif);
	font-size: 10pt;
	color: #005AA5;
	}
		
.arrowbullets {
	list-style-image:url(arrow.gif);
	font-size: 10pt;
	color: #005AA5;
	}

.formbullets {
	list-style-image:url(form_bullet.gif);
	font-size: 10pt;
	color: #666666;
	}

.warning {

	list-style-image:url(form_bullet.gif);
	font-size: 10pt;
	color: #CC0000;
}
.pageheader {

	background-color:#FFFFFF;
	background-position:center;
	color:#005AA5;
	font-weight:bold;
	font:Verdana;
	font-size:18px;
}
.smalltext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:  #666666;
}
.smallheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:  #000000;
	background-color: #CCCCCC;
}


/* Admin Category Page */

table.adminTable {
	margin-top:15px;
}

table.adminTable a {
	color:#0f75bc;
	text-decoration:none;	
}
table.adminTable a:hover {
	text-decoration:underline;
}


table.adminTable th {
	font-size:1.2em;
	font-weight:bold;
	padding:8px;
	background:url(../../images/button_bg.png) repeat-x;
	border-bottom: 1px solid #000000;
}

table.adminTable td {
	font-size:1.1em;
	padding:8px;
	border-bottom: 1px solid #999999;
}




/* Buttons */

.forward {
	font-size:1.1em;
	list-style:none;
	float:right;
	background:url(../../images/forward_but_bg.png) repeat-x #e07c5f 0 50%;
	padding:5px 10px 5px 25px;
	display:block;
	border:#f68e1f 1px solid;
	margin:0;
	color:#000000;
	text-decoration:none;
}

.forward:hover {
	text-decoration:underline;
}

.back {
	font-size:1.1em;
	list-style:none;
	float:left;
	background:url(../../images/back_but_bg.png) repeat-x #e07c5f 0 50%;
	padding:5px 10px 5px 25px;
	display:block;
	border:#f68e1f 1px solid;
	margin:0;
	color:#000000;
	text-decoration:none;
}

.back:hover {
	text-decoration:underline;
}







/*CLASSES*/

.textindent {
	text-indent:-9000px;
}

.but a {
	font-size:1.1em;
	list-style:none;
	float:left;
	background:url(../../images/button_bg.png) repeat-x #e07c5f;
	padding:5px;
	display:block;
	border:#f68e1f 1px solid;
	margin:0;
	color:#000000;
	text-decoration:none;
}

.but a:hover {
	text-decoration:underline;
}
	
