@import url("structure.css");
@import url("sitemap.css");
@import url("lightbox.css");

@media print {
	body,p,div,td,span {font: 10pt/15pt Arial,Verdana, Helvetica, sans-serif;}
	a {font: 10pt/15pt Arial,Verdana, Helvetica, sans-serif;font-weight:bold;}
	h1, h2, h3,	h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid }
   	blockquote,	pre { page-break-inside: avoid }
   	ul, ol, dl { page-break-before: avoid }
	table { page-break-inside: avoid }
}
body {
	background: #ffffff url(../i/body-bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color:#14526B;
}
.clear-me{
	clear:both;
}
.reverse{
	direction:rtl;
	unicode-bidi: bidi-override;
	text-transform: lowercase;
	font-weight: normal;
}
form{
	margin:0;
	padding:0;
}
/*** Header Styles ***/

.logo{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 132px;
	background:#04395b;
	border: 0px solid red;
}

.flags {
	padding: 5px 0px 0px 0px;
	text-align: right;
}

.flags img {
	margin: 3px;
}

.strapline{

}

.header-links{
	position:absolute;
	right:5px;
	top:90px;
	border-bottom:0px solid #142338;
	background:none;
	padding:0 0px 5px 0;
}
.header-links ul{
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.header-links ul li{
	display:inline;
	margin:0 0 0 15px;
}
.header-links ul li a{
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	color:#ffffff;
}
.header-links ul li a:hover{
	text-decoration:underline;
}
.header-links ul li a.login{
	color:#fe0000;
}

/*** Text Styles ***/

a {
	color: #14526B;	
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration:underline;
}
a.text-button {
	color: #fe0000;	
}
h1, h2, h3 {
	font-weight:bold;
}
h1 {
	font-size:18px;
	padding:11px 0 10px 0;
	margin:0 0 10px 0;
	font-weight: normal;
	line-height:0px;
}
h2 {
	font-size:16px;
	margin:0 0 5px 0;
}
h3 {
	font-size:14px;
	margin:0 0 5px 0;
}
p {
	margin-top:0;
}

.smalltext {
	font-size: 10px;
}

/*** Main navigation styles ***/

#main-navigation{
	width: 100%;
	margin: 0px 0px 0 0;
	border: 0px solid red;
	height:43px;
	position: relative;
	background: url(../i/navigation/main-navigation-bg.gif) repeat-x top #28496f;
}

#main-navigation ul{
	margin: 0;
	padding: 0 10px 0 0;
	position: relative;
}

#main-navigation li {
	display: block;
	list-style-type: none;
	float: left;
	padding: 0 0px;
	line-height: 42px;
	background: url(../i/navigation/main-navigation-separator.gif) repeat-y right center;
	position: relative;
}

#main-navigation a {
	float: left;
	display: block;
	padding: 0 13px;
	font-size: 13px;
	line-height: 42px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	letter-spacing: -0.025em;
	
}

#main-navigation li.first{

}
#main-navigation li.last a{
}
#main-navigation li a:hover, #main-navigation li a.main-on,
#main-navigation li.subNav a:hover, #main-navigation li.subNav a.main-on {
	background: #04395b url(../i/navigation/main-navigation-hover-bg.gif) bottom repeat-x;
}


/*** Drop down styles ***/
#main-navigation ul li div.mainNavDrop {
	position: absolute;
	z-index: 200;
	top: 42px;
	left:0;
	/*
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;*/
}	
#main-navigation ul li div.mainNavDrop ul {
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	border:0px solid red;
}
#main-navigation ul li div.mainNavDrop ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	background:none;
}
#main-navigation ul li div.mainNavDrop ul li a {
	color: white;
	background: #36617c;
	font-weight: normal;
	font-size: 11px;
	line-height: 26px;
	border-top: 0px solid #21455c;
	border-bottom: 1px solid #6f8ea1;
	padding: 0px 0px 0px 15px;
	white-space: nowrap;
	letter-spacing: normal;
	float: none;
	margin: 0px 0px 0px 0px;
	min-width:150px;
	_width: 165px;
}
#main-navigation ul li div.mainNavDrop ul li a:hover {
	background: #04395b;
}


#main-navigation li.subNav {
	display:block;
	list-style-type:none;
	margin-bottom:10px;
	margin-left:20px;
	text-decoration:none;
	width:150px;
}

#main-navigation li.subNav a {
	background:#5B8698 none repeat scroll 0 0;
	border:1px solid red;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	padding:6px 5px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:145px;
}

/***  Sub navigation styles ***/
#sub-navigation {
	padding-bottom: 15px;
}

#sub-navigation ul{
	list-style:none;
	padding:0;
	margin:0;
}
#sub-navigationul li{
	display: block;
	margin:0;
	padding:0;
	list-style-type: none;
}
#sub-navigation ul li a{
	display: block;
	background: url(../i/sub-nav-bg.gif) 5px center no-repeat;
	margin:0 0 0 0;
	padding:5px 0 5px 20px;
	text-decoration:none;
	font-size:12px;
	font-weight: normal;
	border-bottom: 1px solid #829CAD;
}
#sub-navigation ul li a:hover, #sub-navigation li a.sub-on {
	background: #e6ebef url(../i/sub-nav-bg-on.gif) 5px center no-repeat;
}

#sub-navigation ul li.back a {
	background: url(../i/sub-nav-bg-back.gif) 5px center no-repeat;
}
#sub-navigation ul li.back a:hover {
	background: #e6ebef url(../i/sub-nav-bg-back-on.gif) 5px center no-repeat;
}


/*** Image Styles ***/
img{
	border:0;
}

.column-two img, .single-column img{
	margin:5px;
}

/*** News Styles ***/

.news-item{
	width:637px;
	padding:10px 10px 10px 10px;
	border-bottom:3px solid #829CAD;
	margin:0 0 10px -10px;
	min-height:50px;
	float:left;
	clear:both;
}
.news-item img{
	margin:5px 5px 5px 0;
}
span.date{
	float:right;
	font-weight:bold;
}

.news-item a {
	font-size: 14px;
}
.news-date {
	float:left;
	width: 70px;
	border: 3px solid #829cad;
	padding: 5px 5px 5px 5px;
	background-color: #36617c;
	text-align: center;
	color: #cdd7de;	
}
.news-date .day {
	font-size:60px;
	line-height: 60px;
	font-weight: bold;
	margin: 5px 0 0px 0;
}
.news-date .month {
	font-size:13px;
	margin: 0px 0 5px 0;
}
.news-block {
	float:right;
	width: 530px;
}
/*** Documents Styles ***/

.document-category{
	border:1px solid #353a40;
	padding:10px 10px 10px 10px;
	margin:0 0 10px 0;
}
.document{
	border:1px solid #353a40;
	padding:10px 10px 10px 10px;
	margin:0 0 10px 0;
}
.document-back{

}
.document-back a{
	padding:5px;
}
.document-back a:hover{
	background:#ebebeb;
	text-decoration:none;
}
.document a{
	padding:5px 0 0 3px;
}
.document img{
	margin:0 0 0 0;
	float:left;
}

/*** Submit Button Styles ***/

input.submit-button{
	display:block;
	border:1px solid #04395B;
	font: 13px/24px Arial,Helvetica,sans-serif;
	background:#d7d7d7;
	width:80px;
	text-align:center;
	font-weight:bold;
	color:#043956;
	float:right;
	text-decoration:none;	
	padding:0 0 0 0;
	margin:0px 0 0 0px;
	height:25px;
	cursor:pointer;
}
input.submit-button:hover{
	background:#04395B;
	color:#ffffff;
}

/*** Slug styles ***/

.slug {
	background:#edeed;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #353a40;
	color:#7F7C73;
	padding-left:4px;
	padding-right:4px;
	height:22px;
	text-align:left;
	clear:both;
}
.slug-title {
	color:#7F7C73;
	width:33px;
	float:left;
	height:22px;
	margin-top:2px;
}
.slug-trail {
	float:left;
	height:20px;
	line-height:auto;
	font-size:0.8em;
	background: #FFFFFF;
	border:solid 1px #353a40;
	padding:1px 2px 0 10px;
	width:80%;
}
span.no-slug {
	color:#C6C7C8;
}
/*#slugOn {
	background:#FFFECE;
	color:#000000;
}*/

/***  Contact form styles ***/

#contact-form-new label {
	clear: both;
	display: block;
	font-weight: bold;
}

#contact-form-new input {
	width: 300px;
	margin-bottom: 5px;
}

#contact-form-new input[type=submit] {
	width: 100px;
}

#contact-form-new textarea {
	width: 300px;
	height: 200px;
	margin-bottom: 5px;
}

#contact-form-new label .form-error {
	color: #ff0000;
}

#contact-form {
	border:solid 1px #353a40;
	padding:10px;
	margin:0;
	width:98%;
}
.details, .enquiry {
	float:left;
	width:50%;
}
#contact-form label {
	clear:both;
	display:block;
	width:300px;
	float:left;
	font-weight:bold;
}
#contact-form .error {
	color:#990000;
}
#contact-form label input, #contact-form label textarea {
	font:11px/17px Verdana, Arial, Helvetica, sans-serif;
	border:solid 1px #353a40;
	float:left;
	width:400px;
	line-height:20px;
}
#contact-form label input {
	height:20px;
}
#contact-form label textarea {
	height:240px;
}
#contact-form .contact-footer {
	margin-top:20px;
}
#contact-form .contact-footer .submit {
 	float:right;
}
#contact-form .contact-footer .submit input {
 	height:25px;
 	width:100px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:#353a40;
	border:solid 0 #3b6e22;
	color:#ffffff;
	font:12px/22px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
}

/*** Paginate styles  ***/

.pagination, .pagination-info{
	width:100%;
	padding:3px 0 3px 0;
	margin:0 0 3px 0;
	float:left;
	text-align:center;
}
.prev, .next{
	width:20%;
	float:left;
}
.next{
	text-align:right;
}
.page-numbers{
	width:60%;
	float:left;
	text-align:center;
}
.paginateOn, .paginateOff{
	width:auto;
	display:inline;
	margin:2px 2px 2px 2px;
}

/* Clearing floats without extra markup  */
.clear-wrapper { display: inline-block; }
.clear-wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clear-wrapper { height: 1%; }
.clear-wrapper { display: block; }


/*** Products Styles ***/
.search-form {
	border-bottom: 10px solid #ffffff;
	border-left: 0px solid;
	border-right: 0px solid;
	background-color:#ffffff;
}
img.group-image{
	margin:0px 0 10px 0;
	clear:both;
	background-color: #ffffff;
	padding: 0px 0px 10px 10px;
}

img.major-group-image{
	margin:0px 0 10px 0;
	padding: 0px 0px 10px 10px;
	width: auto;
	height: auto;
}
.product-scroller{
	overflow-y:auto;
	overflow-x:hidden;
	max-height:400px;
	height:auto !important;
	height:400px;
	border:0px solid #142338;
	padding:10px;
	background: #ffffff;
	width: 100%;
}
.product-scroller input.product-qty{
	width:35px;
	margin:1px 0 1px 0;
	color:#14526B;
	border: 1px solid #829CAD;
}
.table-headings{
	margin:0 5px 5px 0;
	border:0px solid #142338;
	padding:2px;
	clear:both;
}
tr.odd{
	
}
.product-scroller td {
	padding:5px 5px 1px 5px;
}
th{
	text-align:left;
}
.groups-list td {
	padding: 7px;
	border-top: 1px solid #829CAD;
}

.groups-list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.groups-list ul li {
	border-top: 1px solid #829CAD;
	padding: 5px 0px;
}

.groups-list-search td {
	padding: 7px;
	border-top: 1px solid #ffffff;
}
.groups-list-search td table td {
	border-top: 0px solid #ffffff;
	padding: 0px;
}
.groups-list a{
	font-weight:bold;
	margin:0 0 0 0;
	font-size:14px;
}
.groups-list .breadcrumb-trail {
	border-bottom: 0px solid #829CAD;
	border-top: 1px solid #829CAD;
	padding: 7px 0 7px 0;
}
.groups-list .breadcrumb-trail a{
	font-size:12px;
}


.groups-list-sub ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.groups-list-sub ul li {
	padding-bottom: 5px;
}

.groups-list-sub td {
	padding: 2px;
	border-bottom: 0px solid #829CAD;
}
.groups-list-sub a{
	font-weight:normal;
	margin:0 0 0 0;
	font-size:12px;
}
.pct-list-break hr {
	border: 0px;
	border-bottom: 0px solid #829CAD;
	height: 1px;
	background-color: #829CAD;
}
.view-product-info{
	border:0px solid #142338;
	padding:10px;
	background: #ffffff;
	margin: 0 0 10px 0;
}
.view-product-back{
	clear:both;
	padding:5px 0 0 0;
}
.product-summary {
	border-bottom: 10px solid #ffffff;
	border-left: 0px solid;
	border-right: 0px solid;
	border-top: 3px solid #829cad;
	background:#ffffff;
	padding: 20px 0 0 20px;
	overflow: auto;
	height: 180px;
}
.group-summary {
	border-bottom: 10px solid #ffffff;
	border-left: 0px solid;
	border-right: 0px solid;
	border-top: 3px solid #829cad;
	background:#ffffff;
	padding: 20px 0 0 20px;
	clear: both;
}
.product-summary-image {
 float: right;
}
/*** Site Search Styles ***/

#google_search {
	padding: 0 0 0 13px;
	margin: 0 0 20px 0;
	position:absolute;
	right:5px;
	top: 30px;
	width: 250px;
}

#google_search label {
	display: none;
}

#search_box {
	width: 200px;
	border: 3px solid #d7d7d7;
	font-size:11px;
	padding:4px 3px 3px 3px;
	margin-top:3px;
	float:left;
}
#google_search .form-button {
	padding:0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	float:right;
}

/*** Product Search Styles ***/

.product-search{
	margin:0 0 15px 0;
	padding:10px 10px 10px 0px;
	width: 750px;
}
td.major-group-name{
	padding:0px 0 5px 0;
}
td.major-group-name a{
	color:#feb518;
	font-size:16px;
}
td.minor-group-name a{
	color:#ffffff;
	text-decoration:none;
	background:#5B8698;
	padding:1px;
	border:1px solid red;
}
.product-search input{
	border:3px solid #d7d7d7;
}
.product-search a, .product-search input.submit, .recall-basket input.submit {
	display:block;
	border:0px solid red;
	font: 13px/24px Arial,Helvetica,sans-serif;
	background:#d7d7d7;
	width:80px;
	text-align:center;
	font-weight:bold;
	color:#043956;
	float:right;
	text-decoration:none;	
	padding:0 0 0 0;
	margin:0px 0 0 0px;
	height:25px;
	cursor:pointer;
}
a.button {
	display:block;
	border:0px solid red;
	font: 13px/24px Arial,Helvetica,sans-serif;
	background:#d7d7d7;
	text-align:center;
	font-weight:bold;
	color:#043956;
	text-decoration:none;	
	padding:0 0 0 0;
	margin:0px 0 0 0px;
	height:25px;
	cursor:pointer;
}
.product-search input.submit{

}
.product-search input.submit:hover, .product-search a:hover, 
.recall-basket input.submit:hover, a.button: hover {
	background:#043956;
	color:#ffffff;

}


table.search-result-product{
	margin:0 0 0 10px;
}
table.search-result-product td{
	padding:0;
}
table.search-result-product form input.product-qty{
	width:50px;
}

/*** Product Tabs ***/

.product-tabs{
	border:0px solid red;
	margin:0px 0 0 0;
	clear:both;
	background: #ffffff;
	width: 100%;
	overflow:auto;
}
.product-tabs ul{
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	border:0px solid #142338;
}
.product-tabs ul li{
	display:inline;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
}
.product-tabs ul li a{
	background:#36617c url('../i/tab-corner.gif') no-repeat right top;
	padding:6px 20px 6px 20px;
	line-height:15px;
	display:block;
	float:left;
	font-weight:bold;
	text-decoration:none;
	border-right:1px solid #ffffff;
	border-top:0px solid #142338;
	color:#ffffff;
}
.product-tabs ul li a:hover, .product-tabs ul li a.on{
	background:#829CAD url('../i/tab-corner.gif') no-repeat right top;
	color:#ffffff;
}
.table-headings div {
 padding: 5px 0px 5px 5px;
}
.code-th{
	float:left;
	font-size:12px;
}
.cust-code-th,.product-name-th,.qty-th,.price-th,.basket-th {
	float:left;
	font-size:12px;
}

.code-th, .code-td{
	width:110px;
	padding-left: 5px;
}
.cust-code-th,.cust-code-td {
	width:147px;
}
.product-name-th, .product-name-td{
	width:305px;
}
.qty-th, .qty-td{
	width:45px;
}
.price-th, .price-td{
	width:50px;
}
.basket-th,.basket-td{
	width:50px;
}

/*** Breadcrumb/ Control Bar Styles ***/

.breadcrumb{
	position:relative;
	z-index:100;
	padding:3px 3px 3px 0px;
	margin:0px 0 0px 0;
	color:#5b8698;
	border:0 solid red;
	background:#ffffff;
	border-bottom:0px solid #ffffff;
	
	/* use this style when flags are turned on:
	position:absolute;
	z-index:100;
	padding:3px 3px 3px 0px;
	margin:-26px 0 0px 0;
	color:#5b8698;
	border:0 solid red;
	/*background:#ffffff;*/
	border-bottom:0px solid #ffffff;
	*/

}
.breadcrumb a{
	text-decoration:none;
	font-weight:bold;
}

.control-bar{
	border:0 solid red;
	margin:0 0 5px 0;
}
.control-bar a{
	font-weight:bold;
}

/*** get Acrobat Styles ***/

.get-acrobat{
	width:100%;
	margin:0px 0 0 0;
	padding:0px 0 0 0;
	border-top:0px solid red;
}
.get-acrobat img{
	margin:0 15px 10px 0;
}

/*** Mini Basket Styles ***/

.mini-basket{
	font-size:10px;
	width: 200px;
	margin:-10px -10px -10px -10px;
	padding:0px 0 0 0;
	border:0px solid #142338;
}
.mini-basket .basket-title{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background: #04395B;
	margin:0px 0 0px 0;
	width: 200px;
	padding: 2px 0 2px 4px;
}
.mini-basket table{
	border:2px solid #E6EBEF;
}
.mini-basket a{
	display:block;
	margin:10px 0 0 0;
	font-size:12px;
	font-weight:bold;
}
.mini-basket th{
	background:#E6EBEF;
}

.note, tr.error-row{
	border:1px solid #d8d36f;
	padding:5px;
	margin:0 0 10px 0;
	background:#fffaae;
	color:#142338;
}
tr.error{
	background:red;
}

/*** Large basket Styles ***/

.large-basket{
	background: #ffffff;
}
.large-basket a.delete-product{
	display:block;
	width:16px;
	height:16px;
	background:url(../i/product-delete.gif) top no-repeat;
}
.large-basket a.delete-product:hover{
	background:url(../i/product-delete.gif) bottom no-repeat;
}
.large-basket a.delete-product span{
	display:none;
}
.large-basket th{
	background:#e6ebef;
	font-weight: normal;
}
tr.border-top td{
	border-top:1px solid #04395B;
}
.large-basket tr.total-row td{
	border-top:3px solid #829CAD;
	border-bottom:1px solid #ffffff;
	font-weight:bold;
}
.large-basket input.qty-box{
	width:45px;
	margin:0 5px 0 0;
	border: 1px solid #829CAD;
}

.large-basket a.clear-basket, .large-basket input.update-basket, .login-form input.submit{
	display:block;
	border:0px solid red;
	background:#D7D7D7;
	/*width:80px;*/
	text-align:center;
	font-weight:normal;
	color:#043956;
	float:right;
	text-decoration:none;
	line-height: 23px;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	padding:0 10px 0 10px;
	margin:10px 0 0 10px;
	height:23px;
	cursor:pointer;
}
a.clear-basket {
	padding: 10px 0 10px 0;
}
.large-basket input.update-basket{
	height:25px;
}
.large-basket #reference{
	border: 1px solid #829CAD;
}
.large-basket input.update-basket:hover, .large-basket a:hover, .login-form input.submit:hover{
	background:#043956;
	color: #ffffff;
	
}
.large-basket table tr td {
	padding: 5px 5px 5px 0;
}

/*** Login Form Styles ***/

.req{
	color:#FE0000;
	font-size:26px;
	line-height:5px;
}

td.req{
	background:url(../i/req.gif) 2px 2px no-repeat;
	padding:5px;
}

.login-form{
	border:0 solid red;
	margin: 20px 0 0 0px;
}
.login-form td.formLabel{
	font-weight:bold;
	padding:0 4px 0 0;
}
.login-form input{
	margin:0 3px 3px 0;
	width:200px;
	border: 3px solid #D7D7D7;
}
.login-form input.submit{
	width:80px;
	margin:3px 3px 0 0;
	background: #D7D7D7;
	line-height:23px;
	padding: 0 0 5px 0;
}
.login-form .req{
	color:#FE0000;
	font-size:26px;
	line-height:5px;
}
.login-form .reqErrMsg{
	font-weight:bold;
	color:#FE0000;
	padding:0 0 0 4px;
}
.login-frame {
	margin: 20px 0 0 350px;
}

a.toggle{
	text-decoration:none;
	padding:2px;
}
a.toggle:hover{
	text-decoration: underline;
}
.login-notice {
	background: #04395B;
	text-align: center;
	color: #ffffff;
	padding: 10px 0 10px 0;
}
/*** Recall Basket Styles ***/

.recall-basket table td{
	vertical-align:center;
}
.recall-basket label{
	font-weight:bold;
	padding:0 3px 0 0;
}
.recall-basket input.submit{
	margin:0 0 0 10px;
	height:25px;
	cursor:pointer;
	width: 100px;
	border: 1px solid #043956;
}


hr.red{
	border:0 solid #829CAD;;
	display:block;
	padding:0;
	margin:15px 0 15px 0;
	color:#829CAD;
	background:#829CAD;
	height:1px;
}

/*** Buy Products Styles ***/

.delivery-methods{
	border:0 solid red;
}
.delivery-methods table td{
	vertical-align:top;
}
.delivery-methods label, .delivery-address label{
	font-weight:bold;
	padding:2px;
}
.delivery-methods label:hover{
	background:#ffffff;
}
.delivery-methods label span{
	font-weight:normal;
}

.delivery-address{
	border:0 solid red;
}
.delivery-address input{
	width:300px;
}
.delivery-address .submit-button, .delivery-address input.auto{
	width:auto;
}
.delivery-address select{
	width:300px;
}
select.auto, input.auto{
	width:auto;
}
select.address-options{
	font-size:11px;
	line-height:18px;
}

.product-scroller input.submit-button{
	padding:0 0 0 0;
	margin:0 0 2px 0;
	width:110px;
	font-size:11px;
}

/*** Basket Proceed Links ***/

.proceed-links{
	border-top:3px solid #5b8698;
	border-bottom:0px solid #5b8698;
	text-align:right;
	margin:15px 0 0 0;
	padding:10px 0 10px 0;
	background: #ffffff;
}
.proceed-links ul{
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:0px solid #142338;
}
.proceed-links ul li{
	display:inline;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.proceed-links ul li a{
	background:#36617c;
	padding:6px 20px 6px 20px;
	line-height:15px;
	font-weight:bold;
	text-decoration:none;
	border-right:1px solid #ffffff;
	border-top:0px solid #142338;
	color:#ffffff;
}
.proceed-links ul li a:hover, .proceed-links ul li a.on{
	background:#829CAD;
	color:#ffffff;
}

.proceed-links input {
	background:#36617c;
	border: 0px;
	color:#ffffff;
	font: 12px/18px Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding: 5px 20px;
	line-height: 15px;
}

.proceed-links input:hover {
	background:#829CAD;
	color:#ffffff;
}

/*** General Form Styles ***/

.general-form{
	border:0 solid red;
	width:530px;
}
.general-form td{
	vertical-align:top;
}
.general-form label{
	font-weight:bold;
}
.general-form form input, .general-form form select{
	width:400px;
	border: 1px solid #829CAD;
}
.general-form form input.auto{
	width:auto;
}
input#captcha_code{
	width:100px;
}

.captcha-table a{
	text-decoration:none;
}
img.speaker{
	border:0px solid red;
	background:#ffffff;
	margin:0 3px 0 3px;
}
.general-form .submit-button{
	width:auto;
	min-width:100px;
}

/*** Account Tabs ***/

.account-tabs{
	text-align: left;
	padding:2px 0 2px 2px;
}
.account-tabs ul{
	list-style:none;
	padding:0;
	margin:0;
}
.account-tabs ul li{
	display: block;
	margin:0;
	padding:0;
	list-style-type: none;
}
.account-tabs ul li a{
	display: block;
	background: url(../i/sub-nav-bg.gif) 5px center no-repeat;
	margin:0 0 0 0;
	padding:5px 0 5px 20px;
	text-decoration:none;
	font-size:12px;
	font-weight: normal;
	border-bottom: 1px solid #829CAD;
}
.account-tabs ul li a:hover, .account-tabs ul li a.sub-on {
	background: #e6ebef url(../i/sub-nav-bg-on.gif) 5px center no-repeat;;
}

.please-login{
	padding:3px 3px 5px 5px;
	margin:25px 0 10px 0;
	border:0 solid red;
	text-align:right;
	float:right;
	width: 200px;
}

.tbc-star{
	font-size:16px;
	color:#FE0000;
	font-weight:normal;
}

/* Carousel styles */
.carousel-home {
	border-bottom: 10px solid #ffffff;
	border-left: 0px solid;
	border-right: 0px solid;
	background: #ffffff;
}
.carousel-page {
	margin: 0 0 10px -10px;
}

/* homepage whats new */
.whats-new-holder {
	border-left: 1px dashed #D7D7D7;
	border-right: 1px dashed #D7D7D7;
	padding: 0px 15px;
}
 .whats-new-holder h3 {
 	text-transform: uppercase;
 	border: 3px solid #829CAD;
 	background-color: #9bb0bd;
 	padding: 5px;
 	color: #e6ebef;
}

.whats-new-item {
	height: 250px;
	width: 274px;
}

