/************************************************\
 ******************** MASTER ********************
\************************************************/

/*	Created: 27 October 2009 & 12.10pm
 *	Author: Matthew Holmes <www.ivt.com.au>
*/

/*	TOC
 *	----------------------------------------------
 *	1. Colors
 *	2. Reset
 *	3. Links
 *	4. Typography
 *	5. List
 *	6. Forms
 *	7. Base
 *	8. Misc
*/


/*	1. COLORS
 *	----------------------------------------------
 *	orange		=		#fe880f
 *	blue		=		#02246e
 *	grey		=		#666666
*/


/*	2. RESET - DO NOT REMOVE OR MODIFY
 *	----------------------------------------------
*/

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
		margin: 0;
		padding: 0;
		border: 0;
		outline: none;
		font-size: 100%;
		font-family: inherit;
		list-style: none;
		}
		
	body {
		line-height: 1;
		}	
		
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
		}
		
	blockquote, q {
		quotes: none;
		}
		
	q:before, q:after, blockquote:before, blockquote:after {
		content: "";
		}
		
	/* remember to define focus styles! */
	:focus {
		outline: 0;
		}
		
	legend,
	label {
		}
		
	hr {
		height: 1px;
		border: 1px solid #CCC;
		}
		
	/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
	.clearfix:after {
		clear: both;
		content: ' ';
		display: block;
		font-size: 0;
		line-height: 0;
		visibility: hidden;
		width: 0;
		height: 0;
		}

	.clearfix {
		display: inline-block;
		}

	* html .clearfix {
		height: 1%;
		}

	.clearfix {
		display: block;
		}
		
	#product-description iframe {
		display: none;
		}
	
	
	
/*	3. LINKS
 *	----------------------------------------------
*/

	a:link, a:visited, a:active {
		color: #3578b3;
		text-decoration: none;
		}
	a:hover {
		text-decoration: underline;
		}
		
		
		
/*	4. TYPOGRAPHY
 *	----------------------------------------------
*/

	h2 {
		margin: 0;
		color: #3578b3;
		font-size: 1.8em;
		}
		
	h3 {
		color: #3578b3;
		font-size: 2.2em;
		}
		
	h4#related {
		margin: 25px 0 25px;
		border-bottom: 2px solid #ddd;
		color: #f60;
		font-size: 1.4em;
		font-style: italic;
		}

	p {
		margin: 0 0 1em;
		font-size: 1.2em;
		}
		
	ul {
		margin: 0 0 1em;
		}
		
	li {
		font-size: 1.2em;
		}
		
	
	
/*	6. FORMS
 *	----------------------------------------------
*/

form label
{
	display: inline-block;
	width: 90px;
	text-align: right;
}
form label.wide
{
	display: block;
	width: auto;
	text-align: center;
}
fieldset#formpage_0,
table#form_info_buttons
{
	width: 420px;
	margin: 0 auto;
}
.form_caption
{
	color:#3578B3;
	font-size:1.3em;
	border-top: 1px solid #dbe1eb;
	margin-top: 10px;
}
	#header form input {
		width: 214px;
		padding: 5px 5px 5px 25px;
		border: 1px solid #ddd;
		background: #fff url(../images/bg_combined.gif) 5px -92px no-repeat;
		}
	form#login input {
		padding: 5px;
		background: none;
		}
	form#login button {
		display: block;
		width: 54px;
		height: 23px;
		margin: 5px 0;
		padding: 0;
		border: 0;
		background: url(../images/login_btn.gif) 0 0 no-repeat;
		cursor: pointer;
		text-indent: -999em;
		}
		
	
	div.search_form button {
		width: 66px;
		height: 24px;
		margin: 0 0 0 5px;
		padding: 0 0 0 66px;
		border: 0;
		background: url(../images/search_btn.gif) 0 0 no-repeat;
		color: transparent;
		cursor: pointer;
		}
		
		
	form input.input_small_off,
	form input.input_small_on,
	form input.input_medium_off,
	form input.input_medium_on,
	form input.input_large_off,
	form input.input_large_on {
		width: 300px;
		padding: 5px;
		margin: 3px 5px;
		border: 1px solid #ddd;
		background: none;
		}
	/*form input.input_small_off,
	form input.input_small_on {
		width: 200px;
		}
	form input.input_medium_off,
	form input.input_medium_on {
		width: 300px;
		}
	form input.input_large_off,
	form input.input_large_on {
		width: 350px;
		}*/
		
		select,
	form textarea.textarea_small_off,
	form textarea.textarea_small_on,
	form textarea.textarea_medium_off,
	form textarea.textarea_medium_on,
	form textarea.textarea_large_off,
	form textarea.textarea_large_on {
		width: 300px;
		padding: 5px;
		margin: 3px 5px;
		border: 1px solid #ddd;
		}
#formpage_0 select
{
	margin-left: 98px;
}
	form textarea.textarea_small_off,
	form textarea.textarea_small_on {
		/*width: 200px;*/
		height: 80px;
		}
	form textarea.textarea_medium_off,
	form textarea.textarea_medium_on {
		/*width: 300px;*/
		height: 100px;
		}
	form textarea.textarea_large_off,
	form textarea.textarea_large_on {
		/*width: 350px;*/
		height: 120px;
		}
		
	
	form input.checkbox {
		width: auto;
		padding: 0;
		border: none;
		background: none;
		}
		
		
	div.fieldset_title,
	div.order_details_header {
		margin: 0 0 .5em;
		color: #f60;
		font-size: 1.8em;
		}
	div.form th {
		padding: 5px 10px 0 0;
		text-align: left;
		vertical-align: top;
		}
		
		
	input.button,
	button.SubmitButton,
	button.CancelButton,
	input.backButton,
	button.button {
		width: 135px;
		height: 23px;
		margin: 0;
		padding: 0 0 0 23px;
		border: 0;
		color: transparent;
		cursor: pointer;
		}
	input.change_qty,
	input.submit,
	button.button,
	button.signup_button {
		width: auto;
		height: auto;
		padding: 5px;
		color: #fff;
		background: #f60;
		border: 0;
		font-size: 1.2em;
		}
	input.continue_shopping {
		width: auto;
		height: auto;
		padding: 5px;
		color: #fff;
		background: #f60;
		font-size: 1.2em;
		}
	input.complete_order {
		width: auto;
		height: auto;
		padding: 5px;
		color: #fff;
		background: #f60;
		font-size: 1.2em;
		}
	input.shipping {
		width: auto;
		height: auto;
		padding: 5px;
		color: #fff;
		background: #f60;
		font-size: 1.2em;
		}
	input.editDetails {
		width: auto;
		height: auto;
		padding: 5px;
		color: #fff;
		background: #f60;
		font-size: 1.2em;
		}
	input.step3 {
		width: auto;
		height: auto;
		padding: 5px;
		color: #fff;
		background: #f60;
		font-size: 1.2em;
		}
	input.submitOrder {
		width: auto;
		height: auto;
		padding: 5px;
		color: #fff;
		background: #f60;
		font-size: 1.2em;
		}
	input.backButton {
		width: auto;
		height: auto;
		padding: 5px;
		color: #fff;
		background: #f60;
		font-size: 1.2em;
		}

		
	button.SubmitEventRegistrationTypeButton,
	button.SubmitIndividualRegistrationButton {
		background: url(../images/submit_btn.gif) 0 0 no-repeat;
		}
	button.CancelIndividualRegistrationButton {
		background: url(../images/cancel_btn.gif) 0 0 no-repeat;
		}
		
		
	form#regForm label,
	form#regForm label input {
		width: auto;
		}
	
	form#registrationForm label,
	form#passwordForm label,
	form#signup_form label {
		float: left;
		display: block;
		width: 100px;
		margin: 5px 0 0;
		}
	form#signup_form fieldset.interests
	{
		padding: 5px 0 0;
	}
	form#signup_form fieldset.interests label
	{
		float: none;
		width: auto;
		display: block;
		margin: 0;
	}
	form#signup_form fieldset.interests label input 
	{
		width: auto;
		margin: 0 5px 0 0;
		border: 0;
	}
	form#signup_form fieldset.receive_email label {
		float: none;
		width: auto;
		margin: 0;
		}	
	form#signup_form fieldset.receive_email input
	{
		width: auto;
		margin: 0 5px 0 0;
	}	
	form#registrationForm li#li_c_EmailType label,
	form#registrationForm li#li_c_Country label,
	form#registrationForm li#li_c_State label {
		margin: 0;
		}
		
	form#registrationForm fieldset.receive_email input,
	form#registrationForm fieldset.receive_email label {
		width: auto;
		float: none;
		}
		
	#mainbar form#registrationForm ol,
	#mainbar form#registrationForm ul,
	#mainbar form#signup_form ul {
		padding: 0;
		margin: 0;
		}
	#mainbar form#registrationForm ol.form {
		margin: 0 0 15px;
		}
	#mainbar form#registrationForm ol li,
	#mainbar form#registrationForm ul li,
	#mainbar form#signup_form ul li {
		list-style: none;
		}
	#mainbar form#signup_form ol li
	{
		margin: 0 0 .75em;
	}
	#mainbar form#registrationForm ul {
		font-size: 1em;
		}
	#mainbar span.form label {
		display: block;
		margin: 5px 0 0;
		font-size: 1.2em;
		}
	#mainbar span.form fieldset.receive_email input {
		width: auto;
		padding: 0;
		border: 0;
		background: none;
		}
		
	#mainbar .order_details_table input {
		padding: 0;
		width: auto;
		border: 0;
		}
form.info_form_1 table
{
	margin-left: 110px;
}
form.info_form_1 table input
{
	width: auto;
}
	
	
/*	7. BASE
 *	----------------------------------------------
*/		

	body {
		background-color: #fff;
		color: #777;
		font: 62.5%/1.6 Arial, Helvetica, sans-serif;
		}
		
		
		.left {
			float: left;
			}
		.right {
			float: right;
			}
		
		
		/* --- page */
		#page {
			background-color: #fff;
			background-image: url(../images/bg_body.gif);
			background-position: 0 0;
			background-repeat: repeat-x;
			min-height: 650px;
			height: auto !important;
			height: 650px;
			}
		#page-inner,
		#footer-inner {
			position: relative;
			width: 920px;
			margin: 0 auto;
			}
			
			
		/* --- header */
		#header {
			position: relative;
			z-index: 1;
			height: 150px;
			}
			
			#header form
			{
				margin: 35px 20px 0 0;
			}
			
			#loginBar {
				position: absolute;
				top: 0;
				right: 20px;
				padding: 5px;
				color: #fff;
				font-size: 1.1em;
				font-style: italic;
				}
				
			a.cart img
			{
				position: relative;
				top: 3px;
			}
				
			#sub-nav
			{
				position: absolute;
				top: 75px;
				right: 15px;
				z-index: 99;
				padding: 5px;
				font-size: 1.1em;
				text-align: right;
			}
			#sub-nav li
			{
				float: left;
				position: relative;
			}
			#sub-nav li a
			{
				float: left;
				display: block;
				margin: 0 0 0 5px;
				padding: 3px 35px 3px 10px;
				background: #3578b3 url(../images/sub-nav-arrow.gif) 90% 7px no-repeat;
				color: #fff;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				-webkit-border-bottom-right-radius: 0;
			}
			#sub-nav li:hover a,
			#sub-nav li a:hover
			{
				text-decoration: none;
				background: #5b9ad1 url(../images/sub-nav-arrow-over.gif) 90% 7px no-repeat;;
			}
			
			#sub-nav li ul 
			{
				position: absolute;
				left: -999em;
				padding: 0;
				height: auto;
				background: #5b9ad1;
				box-shadow: 0 3px 3px #ccc;
				-webkit-box-shadow: 0 3px 3px #ccc;
				-moz-box-shadow: 0 3px 3px #ccc;
			}
			#sub-nav li:hover ul 
			{
				top: 25px;
				left: -56px;
			}
			
			#sub-nav li:hover ul.trade
			{
				top: 25px;
				left: -82px;
			}
			
			#sub-nav li:hover li a,
			#sub-nav li li a 
			{
				float: none;
				width: 130px;
				padding: 3px 15px;
				background: none;
				border-radius: none;
				-moz-border-radius: none;
				-webkit-border-radius: none;
				font-size: 12px;
				text-align: left;
			}
			#sub-nav li li a:hover
			{
				background: none;
			}
			
			
		/* --- logo */
		#logo a {
			position: absolute;
			top: 15px;
			left: 20px;
			z-index: 99;
			display: block;
			width: 85px;
			height: 85px;
			background: url(../images/logo.png) 0 0 no-repeat;
			}
		#logo img {
			position: absolute;
			left: -999em;
			}
			
			#blurb {
				position: absolute;
				top: 42px;
				left: 120px;
				width: 292px;
				font-size: 1.2em;
				font-style: italic;
				}
			
			
		/* --- primary navigation */
		#primary-navigation {
			position: absolute;
			bottom: 0;
			left: 0;
			margin: 0;
			width: 100%;
			background: #fff;
			}
			#primary-navigation li {
				float: left;
				position: relative;
				z-index: 98;
				background: url(../images/bg_nav-divider.gif) 0 3px no-repeat;
				}
			#primary-navigation li:first-child {
				background: none;
				}
				#primary-navigation li a {
					float: left;
					display: block;
					padding: 9px 15px 7px;
					color: #666666;
					font-size: 1.2em;
					font-weight: bold;
					}
				#primary-navigation li:hover a,
				#primary-navigation li a:hover,
				#primary-navigation li.on a {
					color: #f60;
					text-decoration: none;
					}
				#primary-navigation li ul {
					position: absolute;
					left: -999em;
					width: 153px;
					height: auto;
					background: #fff;
					box-shadow: 0 3px 3px #ccc;
					-webkit-box-shadow: 0 3px 3px #ccc;
					-moz-box-shadow: 0 3px 3px #ccc;
					-moz-border-radius-bottomleft: 5px;
					-webkit-border-bottom-left-radius: 5px;
					-moz-border-radius-bottomright: 5px;
					-webkit-border-bottom-right-radius: 5px;
					border-bottom-left-radius: 5px;
					border-bottom-right-radius: 5px;
					}	
				#primary-navigation li li:last-child a:hover {
					-moz-border-radius-bottomleft: 5px;
					-webkit-border-bottom-left-radius: 5px;
					-moz-border-radius-bottomright: 5px;
					-webkit-border-bottom-right-radius: 5px;
					border-bottom-left-radius: 5px;
					border-bottom-right-radius: 5px;
					}
				#primary-navigation li li {
					float: none;
					display: block;
					height: auto;
					background: none;
					}
				#primary-navigation li:hover li a {
					display: block;
					width: 113px;
					padding: 5px 15px 4px;
					color: #666666;
					font-size: .8em;
					background: none;
					text-shadow: none;
					}
				#primary-navigation li li a:hover {
					padding: 5px 15px 4px 25px;
					background: #ff9500 url(../images/dropdown-bullet-point.gif) 13px 10px no-repeat;
					text-shadow: none;
					color: #fff;
					}
				#primary-navigation li:hover ul {
					top: 38px;
					left: 0;
					}
					
				#primary-navigation li li ul {
					display: none !important;
					}
			
			
		/* --- banner */
		#banner {
			height: 115px;
			background: #fff;
			}
		#banner img {
			margin: 0 0 5px 5px;
			}
		
			
		/* --- content */
		#content {
			position: relative;
			min-height: 450px;
			height: auto !important;
			height: 450px;
			margin: 10px 0 0;
			background: #fff;
			}

			/* heading title */
			#content #title {
				position: relative;
				background: #3578b3;
				}
			#content #title h2 {
				margin: 0;
				padding: 5px 20px 3px;
				color: #fff;
				font-size: 2em;
				text-transform: uppercase;
				}
				
				#content #cart {
					position: absolute;
					top: 12px;
					right: 20px;
					color: #fff;
					}
				#content #cart a {
					color: #fff;
					text-decoration: underline;
					}
				#content #cart a:hover {
					text-decoration: none;
					}

			
			/* sidebar */
			#content #sidebar {
				float: left;
				width: 202px;
				padding: 10px 20px 20px;
				}
				
				
				/* secondary navigation */
				#sidebar li {
					font-size: 100%;
					}	
					
					#sidebar ul {
						margin: 0;
						}
					#sidebar ul ul {
						padding: 0 0 8px;
						}
					#sidebar ul ul ul {
						padding: 0;
						}
					#sidebar li {
						width: 202px;
						border-bottom: 1px solid #ddd;
						}
					#sidebar li li {
						border: 0;
						}
					#sidebar li a {
						display: block;
						padding: 8px 5px;
						font-size: 1.4em;
						}
					#sidebar li li a {
						display: block;
						padding: 0 5px 0 20px;
						background: url(../images/menu-arrow.gif) 10px 5px no-repeat;
						color: #f60;
						font-size: 1.2em;
						}
					#sidebar li li.on li a {
						display: block;
						padding: 0 5px 0 30px;
						background: none;
						color: #f90;
						font-size: 1.2em;
						}
					#sidebar li li li li a {
						display: block;
						padding: 0 5px 0 40px;
						color: #f90;
						font-size: 1.2em;
						}
						
					#sidebar li.on a {
						font-weight: bold;
						}
					#sidebar li.off a {
						font-weight: normal;
						}
					#sidebar li li.on a {
						background: url(../images/menu-arrow-on.gif) 7px 7px no-repeat;
						}
					#sidebar li li li.on a {
						text-decoration: underline;
						}


			/* mainbar */
			#content #mainbar {
				position: relative;
				float: right;
				width: 878px;
				padding: 20px;
				}
				
				
				/* breadcrumb */
				#content #mainbar .breadcrumb {
					font-size: 1.1em;
					}
					
					
				/* list */
				#content #mainbar ul {
					padding: 0 0 0 15px;
					}	
				#content #mainbar ul li {
					list-style: disc;
					}
					
				#content #mainbar ul.category_list {
					padding: 0;
					}
				#content #mainbar ul.category_list li {
					list-style: none;
					}
					
				#content #mainbar ul.category_list li a.cat_link {
					display: block;
					margin: 2em 0 0;
					color: #f60;
					font-size: 1.6em;
					font-style: italic;
					font-weight: bold;
					}
					
					
				#sort
				{
					position: absolute;
					top: 52px;
					right: 20px;
					font-size: 1.1em;
				}
				
					
					
				.path, .buy_field, .priceConversionButton { display: none !important; }
				
				
				/* list */
				#content #mainbar li ul {
					margin: 0;
					}
				#content #mainbar li li {
					font-size: 1em;
					}
					
				#main-banner {
					position: absolute;
					top: -125px;
					left: 5px;
					}
					
			
				table.files_list { margin: 10px 0 0; }	
				table.files_list td
				{
					padding: 0 3px 0 0;
				}
					
					
				table.products_category_table,
				table.products_list_table {
					width: 100%;
					}
				table.products_category_table td,
				table.products_list_table td {
					width: 220px;
					padding: 0 10px 20px 0;
					}
					
				table.products_category_table a,
				table.products_list_table a {
					font-size: 1.2em;
					}
					
				table.products_list_table td h4,
				#content #mainbar ul#other_products li h4 {
					padding: 0 0 5px;
					}
					
					div.price {
						color: #bd0101;
						font-size: 1.6em;
						font-weight: bold;
						}
					div.price span {
						color: #999;
						font-size: 10px;
						font-weight: normal;
						}
						
					div#price-options {
						margin: 15px 0 15px;
						padding: 11px 15px 13px;
						background: url(../images/bg_price-options2.gif) 0 0 no-repeat;
						color: #fff;
						font-size: 2.2em;
						font-weight: bold;
						}
					div#price-options span {
						font-size: 9px;
						font-weight: normal;
						}
					div#price-options table td {
						padding: 0 15px 0 0;
						}
					div#price-options table td img {
						position: relative;
						top: 7px;
						}
					div#price-options table td span
					{
						font-size: 20px;
						font-weight: bold;
					}
					div#price-options select
					{
						width: 200px;
					}
					div#price-options span.hide
					{
						display: none;
					}
					
				
					div.main-image {
						float: right;
						padding: 0 0 15px;
						background: url(../images/click_to-enlarge.gif) right bottom no-repeat;
						}
					div.image img {
						margin: 0 0 5px;
						padding: 8px;
						background: #fff;
						box-shadow: 0 3px 3px #ddd;
						-webkit-box-shadow: 0 3px 3px #ddd;
						-moz-box-shadow: 0 3px 3px #ddd;
						}
						
					div.select select
					{
						padding: 5px;
						border: 1px solid #ff9500;
					}
						
					div#product-description {
						float: left;
						width: 480px;
						padding: 0 15px;
						font-size: 1.2em;
						}
					div#product-description p {
						font-size: 100%;
						}
						
						
					#content #mainbar ul#other_products {
						margin: 0;
						padding: 0 0 0 15px;
						list-style: none;
						}
					#content #mainbar ul#other_products li {
						float: left;
						width: 200px;
						height: 300px;
						margin: 0;
						padding: 0 15px 20px 0;
						list-style: none;
						font-size: 100%;
						}
					#content #mainbar ul#other_products li a {
						font-size: 1.2em;
						}
						
						
					table#loginDetails {
						margin: 15px 0 0;
						}
						
					table#loginDetails th,
					table#loginDetails td {
						padding: 0 15px 0 0;
						font-size: 1.2em;
						text-align: left;
						}
						
					#content #mainbar ul#loginOptions {
						margin: 15px 0;
						padding: 0;
						}
					#content #mainbar ul#loginOptions li {
						margin: 0;
						padding: 0;
						list-style: none;
						}
						
					button#logout {
						display: block;
						width: 69px;
						height: 23px;
						margin: 0;
						padding: 0;
						border: 0;
						background: url(../images/logout_btn.gif) 0 0 no-repeat;
						cursor: pointer;
						text-indent: -999em;
						}
						
						
					
					table.cart_table,
					table.text {
						width: 100%;
						border-top: 1px solid #ddd;
						border-left: 1px solid #ddd;
						}
					table.cart_table th,
					table.cart_table td,
					table.text th,
					table.text td {
						padding: 5px;
						border-right: 1px solid #ddd;
						border-bottom: 1px solid #ddd;
						text-align: left;
						font-size: 1.2em;
						}
					table.cart_table td input {
						width: auto;
						border: 1px solid #ddd;
						background: none;
						}
						
					div.form table th,
					div.form table td,
					div.plain table th,
					div.plain table td {
						padding: 0 10px 5px 0;
						text-align: left;
						font-size: 1.2em;
						}
						
						
			
		/* --- footer */
		#footer {
			padding: 0 0 20px;
			border-top: 1px solid #ddd;
			}
		#footer-inner {
			padding: 20px 0 10px;
			}
		#footer p,
		#footer form {
			padding: 0 20px;
			}
		#footer form {
			width: 246px;
			}
		#footer a {
			font-weight: bold;
			}
		#footer p span,
		#footer p#credits {
			clear: right;
			display: block;
			margin: 10px 0 0;
			font-size: 10px;
			}
			
			
			
	
/*	8. MISC
 *	----------------------------------------------
*/	

	.left {
		float: left;
		}
		
	.right {
		float: right;
		}
		
	.product {
		width: 120px;
		word-wrap: break-word;
		}
		
	.buttons {
		width: 54px;
		display: inline;
		margin: 0 12px 0 10px;
		}
		

	/* -- corner radius */
	.corner-top {
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		}
		
	.corner-bottom {
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		}
		
	.corner-top-left {
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		border-top-left-radius: 5px;
		}
		
	.corner-top-right {
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		border-top-right-radius: 5px;
		}
		
	.corner-bottom-left {
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
		border-bottom-left-radius: 5px;
		}
		
	.corner-bottom-right {
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-right-radius: 5px;
		}

