@charset "UTF-8";

/* ======================================================================== */
/*	Ipera  - Media Stylesheet */ 

/*	Developed by CIBIS - http://www.cibis.com.au 							*/
/* 	Copyright CIBIS International Pty Ltd 2012. All rights reserved.		*/
/* ======================================================================== */

/* ================================================================================ */
/*  Sample Heading 1 */
/* ================================================================================ */
		
	/* selector {} */

	/* --------------------------------------------------------------- */
	/*  Sample Heading 2 */
	/* --------------------------------------------------------------- */

		/* selector {}  */

		/* Sample Heading 3
		-------------------------------------------- */	
	
		/* selector {} */	
		
/* ================================================================================ */
/*  Chrome Frame prompt */
/* ================================================================================ */
			
	.chromeframe {
		margin: 0.2em 0;
		background: #ccc;
		color: #000;
		padding: 0.2em 0;
	}
	
/* ================================================================================ */
/*  Normalize */
/* ================================================================================ */

	article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}
	audio,canvas,video{display:inline-block;}
	audio:not([controls]){display:none;height:0;}
	[hidden]{display:none;}
	html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
	body{margin:0;}
	a:focus{outline:thin dotted;}
	a:active,a:hover{outline:0;}
	h1{font-size:2em;}
	abbr[title]{border-bottom:1px dotted;}
	b,strong{font-weight:bold;}
	dfn{font-style:italic;}
	mark{background:#ff0;color:#000;}
	code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}
	pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}
	q{quotes:"\201C" "\201D" "\2018" "\2019";}
	small{font-size:80%;}
	sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
	sup{top:-0.5em;}
	sub{bottom:-0.25em;}
	img{border:0;}
	svg:not(:root){overflow:hidden;}
	figure{margin:0;}
	fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
	legend{border:0;padding:0;}
	button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}
	button,input{line-height:normal;}
	button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
	button[disabled],input[disabled]{cursor:default;}
	input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
	input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
	input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
	button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
	textarea{overflow:auto;vertical-align:top;}
	table{border-collapse:collapse;border-spacing:0;}
			
/* ================================================================================ */
/*  Helpers */
/* ================================================================================ */

	/* --------------------------------------------------------------- */
	/*  Contain Floats - Clearfix */
	/* --------------------------------------------------------------- */	

		/* h5bp.com/q */	
		
		.clearfix:before, .clearfix:after { content: ""; display: table; }
		.clearfix:after { clear: both; }
		.clearfix { *zoom: 1; } /* For IE 6/7 only */
		
	/* --------------------------------------------------------------- */
	/*  Hide Elements */
	/* --------------------------------------------------------------- */	

		/* Hide from both screenreaders and browsers: h5bp.com/u */
		.hidden {
			display: none !important; 
			visibility: hidden;
		}
		
		/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
		.visuallyhidden {
			border: 0;
			clip: rect(0 0 0 0); 
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}
		
		/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */		
		.visuallyhidden.focusable:active,
		.visuallyhidden.focusable:focus {
			clip: auto;
			height: auto;
			margin: 0;
			overflow: visible;
			position: static;
			width: auto;
		}
	
		/* Hide visually and from screenreaders, but maintain layout */
		.invisible { 
			visibility: hidden;
		}
	
	/* --------------------------------------------------------------- */
	/*  Image Replacement */
	/* --------------------------------------------------------------- */
	
		/* http://nicolasgallagher.com/another-css-image-replacement-technique		
		.selector {
			background: url(test.png); 
			border: 0;
			color: transparent;
			font: 0/0 a;     
			height: 75px ;
			text-shadow: none; 
			width: 300px;
		}
		 */
	
		/* http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement
		.selector {
			background: url(test.png);
			height: 75px;
			overflow: hidden;
			text-indent: 100%;
			white-space: nowrap;
			width: 300px;
		}
		 */	
		
	/* --------------------------------------------------------------- */
	/*  Long URLS */
	/* --------------------------------------------------------------- */
	
		/* http://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container	
		.selector {
		   word-wrap: break-word;
		}
		*/	

	/* --------------------------------------------------------------- */
	/*  Override Inline Styles */
	/* --------------------------------------------------------------- */

		/* http://css-tricks.com/override-inline-styles-with-css	
		.selector[style] {}
		*/	
			
/* ================================================================================ */
/*  1.0 Base */
/* ================================================================================ */	

	html {
		background: #f6f4f6 url(../../img/ipera/html.png) repeat-x 0 top;
		font-size: 62.5%; /* reset base font-size to 10 pixels */
	}

	body {
		background: url(../../img/ipera/body.png) repeat 0 0;
		font-size: 13px;
		font-size: 1.3rem;
	}

	body, button, input, select, textarea {
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		color: #555;
	}

	::-moz-selection {
		background: #595a5a;
		color: #fff;
	}
	
	::selection {
		background: #595a5a;
		color: #fff;
	}

/* ================================================================================ */
/*  1.1 Links */
/* ================================================================================ */	

	a, a:active {
		color: #f57d21;
		text-decoration: underline;
	}
	
	a:visited {
		 color: #f57d22;
	}
	
	a:hover {
		color: #dc6903;
		text-decoration: none;
	}

/* ================================================================================ */
/*  1.2 Typography */
/* ================================================================================ */	

	h1, h2, h3, h4 {
		color: #444;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		line-height: normal;
	}

	h1 {
		font-size: 22px;
		font-size: 2.2rem;
		margin: 0 0 15px 0;
	}
	
	h2 {
		font-size: 20px;
		font-size: 2.0rem;
		margin: 0 0 15px 0;
	}
	
	h3 {
		font-size: 18px;
		font-size: 1.8rem;
		margin: 0 0 15px 0;
	}
	
	h4 {
		font-size: 16px;
		font-size: 1.6rem;	
		margin: 0 0 15px 0;
	}
	
	p {
		margin: 0 0 20px 0;
	}
	
	small {
		font-size: 12px;
		font-size: 1.2rem;
		
		font-weight: normal;
	}
	
	hr {
		border-color: #ccc;
		margin: 20px 0;
	}
	
	blockquote {
		background-color: #f5f5f5;
		margin: 20px 0;
	}
	
	pre {
		background-color: #f5f5f5;
		margin: 20px 0;
		padding: 0;
	}
	
		code {
			margin: 0;
			padding: 0;
		}
	
	pre,
	code,
	kbd,
	samp {}	

/* ================================================================================ */
/*  1.3 Lists */
/* ================================================================================ */	

	/* Unordered Lists
	-------------------------------------------- */	

	ul {
		list-style-type: square;
		margin: 0 0 20px 0;
		padding-left: 40px;
	}
	
	ul.list_next_to_float {
		height: 1%;
		overflow: hidden;
	}
	
		ul ul,
		ul ol {
			margin: 5px auto;
		}
	
			ul li {
				margin: 0 0 5px 0;
				padding: 0;
			}

	/* Nav Lists
	-------------------------------------------- */	
	
	nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		nav ul li {
			margin: 0;
			padding: 0;
		}
				
	/* Ordered Lists
	-------------------------------------------- */	
	
	ol {
		margin: 0 0 20px 0;
		padding-left: 40px;
	}
	
	ol.list_next_to_float {
		height: 1%;
		overflow: hidden;
	}
	
	ol.lower_alpha {
		list-style-type: lower-alpha;
	}
	
	ol.upper_alpha {
		list-style-type: upper-alpha;
	}
	
		ol ol,
		ol ul {
			margin: 5px auto;
		}

			ol li {
				margin: 0 0 5px 0;
				padding: 0;
			}

	/* Definition Lists
	-------------------------------------------- */	

	dl {
		margin: 0 0 20px 0;
		padding-left: 40px;
	}
	
		dt {
			font-weight: bold;
			margin: 0 0 5px 0;
			padding: 0 0 0 5px;
		}
	
		dd {
			margin: 0 0 10px 0;
			padding: 0 0 0 5px;
		}
		
/* ================================================================================ */
/*  1.4 Embedded Content */
/* ================================================================================ */

	/*
	audio,
	canvas,
	embed,
	iframe,
	img,
	math,
	object,
	svg,
	video {
		max-width: 100%;
		overflow: hidden;
	}
	*/

	iframe {
		margin: 0 0 20px 0;
	}
		
	/* Images
	-------------------------------------------- */	'
	
	img { /* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
		vertical-align: middle;
	}

	img.float_image_left,
	.float_image_left img {
		float: left;
		margin: .25em 20px 20px 0;
	}
	
	img.float_image_right,
	.float_image_right img {
		float: right;
		margin: .25em 0 20px 20px;
	}

	/* Content Regions
	-------------------------------------------- */	
	
	.content_region {
		margin: 0 0 20px 0;
	}
	
	.content_region:before, .content_region:after { content: ""; display: table; }
	.content_region:after { clear: both; }
	.content_region { *zoom: 1; }
	
	.content_img {
		margin: 0 0 20px 0;
	}

/* ================================================================================ */
/*  1.5 Figures */
/* ================================================================================ */

/* ================================================================================ */
/*  1.6 Tables */
/* ================================================================================ */	

	table {
		border: none;
		margin: 0 0 20px 0;
		width: 100%;
	}
	
	table .align_left {
		text-align: left;
	}

	table .align_right {
		text-align: right;
	}
	
	table .align_center {
		text-align: center;
	}
	
	table .valign_middle {
		vertical-align: middle;
	}
	
	table .no_wrap {
		white-space: nowrap;
	}
	
		caption {
			font-style: italic;
			margin: 0 0 5px 0;
			text-align: left;
			padding: 0;
		}
				
		th,
		td {
			border: 1px solid #ccc;
			padding: 5px;
			vertical-align: top;
		}
		
		thead th,
		table table thead th  {
			background-color: #666;
			color: #fff;
			font-weight: normal;
			text-align: left;
		}
		
			thead th a, 
			thead th a:active,
			thead th a:visited {
				color: #fff !important;
			}
		
		tfoot th,
		table table tfoot th  {
			background-color: #666;
			color: #fff;
			font-weight: normal;
			text-align: left;
		}
		
			 tfoot th a,
			 tfoot th a:active,
			 tfoot th a:visited {
				 color: #fff !important;
			 }
				
		tbody th {
			background-color: #efefef;
			font-weight: normal;
			text-align: left;
		}
			
			 tbody th a,
			 tbody th a:active,
			 tbody th a:visited {}
					
		tbody td {
			background-color: #fff;

		}
		
		tbody tr:nth-child(odd) td {
			background-color: #f8f8f8;
		}	
		
		table table tbody tr:nth-child(even) td {
			background-color: #fff;
		}	
	

/* ================================================================================ */
/*  1.7 Forms */
/* ================================================================================ */	

	.form {}
	
		.form .row {
			margin-bottom: 20px;
		}
		
		.form .row:before, .form .row:after { content: ""; display: table; }
		.form .row:after { clear: both; }
		.form .row { *zoom: 1; } /* For IE 6/7 only */
		
	/* --------------------------------------------------------------- */
	/* 1.7.0 Form Lists */
	/* --------------------------------------------------------------- */	
		
		.form ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			
		.form ul.list_horiz {}
		
		.form ul.list_horiz:before, .form ul.list_horiz:after { content: ""; display: table; }
		.form ul.list_horiz:after { clear: both; }
		.form ul.list_horiz { *zoom: 1; } /* For IE 6/7 only */
			
			.form ul li {
				margin: 0;
				padding: 0;
			}
		
			.form ul.list_horiz li {
				float: left;
				margin-right: 10px;
			}
			
			.form ul.list_vert li {
				margin-bottom: 5px;
			}
			
			.form ul.list_vert li:last-child {
				margin-bottom: 0;
			}
		
	/* --------------------------------------------------------------- */
	/* 1.7.1 Required Fields */
	/* --------------------------------------------------------------- */	
		
		p.required_field {
			color: #888;
		}
		
		p.required_field em,
		.form em {
			color: red;
		}
		
	/* --------------------------------------------------------------- */
	/* 1.7.2 Legends & Fieldsets */
	/* --------------------------------------------------------------- */
	
		legend {
			font-weight: normal;
			display: block;
			padding-bottom: 5px;
		}	
	
		fieldset {
			border: 0;
			margin: 0;
			padding: 0;
		}

	/* --------------------------------------------------------------- */
	/* 1.7.3 Labels */
	/* --------------------------------------------------------------- */			
		
		label {	
			display: block;
			margin-bottom: 5px;
		}
		
		.form ul.list_horiz li label {
			margin-bottom: 0;
		}
		 
		 label.label_inline {
			 display: inline;
			 margin-right: 5px;
		 }
		
	/* --------------------------------------------------------------- */
	/* 1.7.4 Notes */
	/* --------------------------------------------------------------- */
	
		.form small {
			color: #888;
			display: inline-block;
			margin-left: 10px;
		}

	/* --------------------------------------------------------------- */
	/* 1.7.5 Inputs */
	/* --------------------------------------------------------------- */
	
		/*  Inputs - Text
		-------------------------------------------- */	
		
		input.txt,
		input[type=text],
		input[type=password] {
			background-color: #ffffe6;
			border: 1px solid #ccc;
			
			-webkit-border-radius: 4px;
			border-radius: 4px;

			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
			padding: 6px;

			-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
		}
		
		input.txt:focus,
		input[type=text]:focus,
		input[type=password]:focus {
			background-color: #ffc;
			border-color: rgba(82, 168, 236, 0.8);
		
			box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
			-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
			-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
			
			outline: 0;
		}

		input.mini {
		  width: 60px;
		}
		
		input.small {
		  width: 90px;
		}

		input.medium {
		  width: 150px;
		}

		input.large {
		  width: 210px;
		}

		input.xlarge {
		  width: 270px;
		}

		input.xxlarge {
		  width: 530px;
		}
		
		/*  Inputs - Checkbox
		-------------------------------------------- */	
		
		input.checkbox,
		input[type=checkbox] {
			margin-right: 5px;
			position: relative;
		}
			
		/* internet explorer */
		.ua-ie-9 input.checkbox,
		.ua-ie-9 input[type=checkbox] {
			top: 2px;
		}

		.ua-ie-8 input.checkbox,
		.ua-ie-8 input[type=checkbox] {
			top: 2px;
		}
	
		.ua-ie-1 input.checkbox,
		.ua-ie-1 input[type=checkbox] {
			top: 1px;
		}
		
		/* firefox */
		.ua-firefox input.checkbox,
		.ua-firefox input[type=checkbox] {
			top: 2px;
		}
		
		.ua-mac_os_x.ua-firefox input.checkbox,
		.ua-mac_os_x.ua-firefox input[type=checkbox] {
			top: -1px;
		}
		
		/* chrome */
		.ua-chrome input.checkbox,
		.ua-chrome input[type=checkbox] {
			top: 2px;
		}
		
		.ua-mac_os_x.ua-chrome input.checkbox,
		.ua-mac_os_x.ua-chrome input[type=checkbox] {
			top: -1px;
		}

		/* safari */
		.ua-mac_os_x.ua-safari input.checkbox,
		.ua-mac_os_x.ua-safari input[type=checkbox] {
			top: -1px;
		}
		
		/*  Inputs - Radio
		-------------------------------------------- */	
		
		input.radio,
		input[type=radio] {
			margin-right: 5px;
			position: relative;
		}
		
		/* internet explorer */
		.ua-ie-9 input.radio,
		.ua-ie-9 input[type=radio] {
			top: 2px;
		}
		
		.ua-ie-8 input.radio,
		.ua-ie-8 input[type=radio] {
			top: 2px;
		}
		
		.ua-ie-7 input.radio,
		.ua-ie-7 input[type=radio] {
			top: 1px;
		}
		
		/* firefox */
		.ua-firefox input.radio,
		.ua-firefox input[type=radio] {
			top: 2px;
		}
		
		.ua-mac_os_x.ua-firefox input.radio,
		.ua-mac_os_x.ua-firefox input[type=radio] {
			top: -1px;
		}
		
		/* chrome */
		.ua-chrome input.radio,
		.ua-chrome input[type=radio] {
			top: 2px;
		}
		
		.ua-mac_os_x.ua-chrome input.radio,
		.ua-mac_os_x.ua-chrome input[type=radio] {
			top: -1px;
		}
		
		/* safari */
		.ua-mac_os_x.ua-safari input.radio,
		.ua-mac_os_x.ua-safari input[type=radio] {
			top: -1px;
		}
		
		/*  Inputs - Hidden
		-------------------------------------------- */	
		
		input[type=hidden] {
			display: none;
		}
		
	/* --------------------------------------------------------------- */
	/* 1.7.6 Selects */
	/* --------------------------------------------------------------- */	
		
		select {
			background-color: #ffffe6;
			border: 1px solid #ccc;
			
			-webkit-border-radius: 4px;
			border-radius: 4px;
			
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
			padding: 5px 6px 4px 6px;

			-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
		}
		
		select:focus {
			background-color: #ffc;
			border-color: rgba(82, 168, 236, 0.8);
		
			box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
			-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
			-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
			
			outline: 0;
		}
			
			option {
				padding-left: 3px;
				padding-right: 12px;
			}
			
	/* --------------------------------------------------------------- */
	/* 1.7.7 Textareas */
	/* --------------------------------------------------------------- */
		
		textarea {
			background-color: #ffffe6;
			border: 1px solid #ccc;
			
			-webkit-border-radius: 4px;
			border-radius: 4px;
			
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
			padding: 6px;
			resize: vertical; /* Allow only vertical resizing of textareas */

			-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
		}
		
		textarea:focus {
			background-color: #ffc;
			border-color: rgba(82, 168, 236, 0.8);
		
			box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
			-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
			-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
			
			outline: 0;
		}
	
/* ================================================================================ */
/*  1.8 Buttons */
/* ================================================================================ */

	button,
	a.button,
	input.button {
		background-color: #e6e6e6;
		background-repeat: no-repeat;
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
		background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
		background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
		background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
		background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
		background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
		
		/* stop bg color from leaking outside the border */
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
	
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);

		border: 1px solid #ccc;
		border-bottom-color: #bbb;
		
		-webkit-border-radius: 4px;
		border-radius: 4px;
		
		color: #444;
		cursor: pointer;
		display: inline-block;
		line-height: normal;
		padding: 6px 10px 5px 10px;
		text-decoration: none;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	
		-webkit-transition: 0.1s linear all;
		-moz-transition: 0.1s linear all;
		transition: 0.1s linear all;
	}
	
	.ua-ie button,
	.ua-ie a.button,
	.ua-ie input.button,
	.ua-ie .panel_cart_totals a,
	.ua-ie #nav_member a {
		border-radius: 0; /* ie doesn't display backgrounds + border radius nicely */
	}

	button:hover,
	a.button:hover,
	input.button:hover {
		background-position: 0 -15px;
		color: #333;
		text-decoration: none;
	}
	
	button:active,
	a.button:active,
	input.button:active {
		box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	}
	
	button[disabled],
	button.disabled,
	a.button.disabled,
	input.button.disabled,
	input.button[disabled] {
		background-image: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		opacity: 0.65;
		-html-opacity: 0.65;
		-moz-opacity: 0.65;
	}
	
/* ================================================================================ */
/*  1.# Accordion */
/* ================================================================================ */
	
	.ui-accordion {
		margin-bottom: 20px;
	}
		
		.ui-accordion-header {
			background-color: #595a5a;
	
			border-radius: 4px 4px 0 0; 
			-webkit-border-radius: 4px 4px 0 0;

			border-bottom: 1px solid #fff;
			cursor: pointer;
			font-weight: normal;
			
			font-size: 13px;
			font-size: 1.3rem;
			
			margin: 0;
			overflow: hidden;
			padding: 5px 10px;
		}
			
			.ui-accordion-header span {
				background: url(../../img/ipera/accordion/accordion_span.png) no-repeat 0 0;
				float: left;
				height: 28px;
				margin-right: 10px;
				width: 27px;
			}
	
			.ui-accordion-header a {
				color: #fff;
				cursor: pointer;
				float: left;
				position: relative;
				text-decoration: none;
				text-shadow: 0px 1px 1px #4d4d4d;
				top: 4px;
			}

			.ui-state-active {
				border-bottom: none;
			}
				
				.ui-state-active span {
					background-position: 0 -30px;
				}

			.ui-accordion-content {
				background-color: #f5f5f5;
				padding: 20px;
				overflow: auto;
				display: none;
				zoom: 1;
			}
			
			.ui-accordion-content-active {
				display: block;
			}
	
/* ================================================================================ */
/*  1.# Colorbox */
/* ================================================================================ */
 					
	/*
		ColorBox Core Style:
		The following CSS is consistent between example themes and should not be altered.
	*/
	
	#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
	#cboxOverlay{position:fixed; width:100%; height:100%;}
	#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
	#cboxContent{position:relative;}
	#cboxLoadedContent{overflow:auto;}
	#cboxTitle{margin:0;}
	#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
	#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
	.cboxPhoto{float:left; margin:auto; border:0; display:block;}
	.cboxIframe{width:100%; height:100%; display:block; border:0;}
	
	/* 
		User Style:
		Change the following styles to modify the appearance of ColorBox.  They are
		ordered & tabbed in a way that represents the nesting of the generated HTML.
	*/
	
	#cboxOverlay{
		background: url(../../img/ipera/colorbox/overlay.png) repeat 0 0;
	}
	
	#colorbox{}
	
		#cboxTopLeft {
			background: url(../../img/ipera/colorbox/colorbox_controls.png) no-repeat -105px 0;
			height: 21px;
			width: 21px;
		}
		
		#cboxTopRight {
			background: url(../../img/ipera/colorbox/colorbox_controls.png) no-repeat -154px 0;
			height: 21px;
			width: 21px;
		}
		
		#cboxBottomLeft {
			background: url(../../img/ipera/colorbox/colorbox_controls.png) no-repeat -105px -49px;
			width: 21px;
			height: 21px;
		}
		
		#cboxBottomRight {
			background: url(../../img/ipera/colorbox/colorbox_controls.png) no-repeat -154px -49px;
			width: 21px;
			height: 21px;
		}
		
		#cboxMiddleLeft {
			background: url(../../img/ipera/colorbox/colorbox_controls.png) left top repeat-y;
			width: 21px;
		}
		
		#cboxMiddleRight {
			background: url(../../img/ipera/colorbox/colorbox_controls.png) right top repeat-y;
			width: 21px;
		}
	
		#cboxTopCenter {
			background: url(../../img/ipera/colorbox/border.png) 0 0 repeat-x;
			height: 21px;
		}
	
		#cboxBottomCenter {
			background: url(../../img/ipera/colorbox/border.png) 0 -29px repeat-x;
			height: 21px;
		}
	
		#cboxContent {
			background: #fff;
			/* position: relative; */
			/* overflow:hidden; */
		}
			
			.cboxIframe {
				background: #fff;
			}
			
			#cboxError {
				border: 1px solid #ccc;
				padding: 50px;
			}
			
			#cboxLoadedContent {
				margin-top: 40px;
			}
			
			#cboxTitle {
				font-size: 13px;
				font-size: 1.3rem; 
				left: 0;
				position: absolute;
				text-align: center;
				top: 4px;	
				width: 100%;
			}
			
			#cboxCurrent {
				font-size: 13px;
				font-size: 1.3rem;
				left: 58px;
				position: absolute;
				top: 4px;	
			}
			
			#cboxSlideshow {
				font-size: 13px;
				font-size: 1.3rem;
				position: absolute;		        	
				right: 30px;
				top: 2px;
			}
			
			#cboxPrevious {
				background: url(../../img/ipera/colorbox/colorbox_controls.png) no-repeat -82px -2px;
				height: 20px;
				left: 0;
				position: absolute; 
				text-indent:-9999px;
				top: 4px;	
				width: 20px;
			}
			
			#cboxPrevious:hover {
				background-position: -82px -37px;
			}
			
			#cboxNext {
				background: url(../../img/ipera/colorbox/colorbox_controls.png) no-repeat -59px -2px;
				height: 20px;
				left: 27px;
				position: absolute;   
				text-indent: -9999px;
				top: 4px;
				width: 20px;
			}
			
			#cboxNext:hover {
				background-position: -59px -37px;
			}
			
			#cboxLoadingOverlay {
				background: url(../../img/ipera/colorbox/loading_background.png) no-repeat center center;
			}
			
			#cboxLoadingGraphic {
				background: url(../../img/ipera/colorbox/loading.gif) no-repeat center center;
			}
			
			#cboxClose {
				background: url(../../img/ipera/colorbox/colorbox_controls.png) no-repeat -25px -2px;
				height: 28px;
				position: absolute;
				right: 0; 
				text-indent: -9999px;
				top: 0;
				width: 29px;
			}
			
			#cboxClose:hover {
				background-position: -25px -37px;
			}
	
	/*
	  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
	  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
	  See: http://jacklmoore.com/notes/ie-transparency-problems/
	*/
	
	.cboxIE #cboxTopLeft,
	.cboxIE #cboxTopCenter,
	.cboxIE #cboxTopRight,
	.cboxIE #cboxBottomLeft,
	.cboxIE #cboxBottomCenter,
	.cboxIE #cboxBottomRight,
	.cboxIE #cboxMiddleLeft,
	.cboxIE #cboxMiddleRight {
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	}
	
		
/* ================================================================================ */
/*  1.# Notifications */
/* ================================================================================ */

	.warning,
	.error,
	.ok,
	.note {
		border-radius: 6px;
		-webkit-border-radius: 6px;
	
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
		
		display: block;
		overflow: hidden;
		padding: 10px 10px 10px 40px;	
		margin-bottom: 20px;
	}
	
	.form .row .warning,
	.form .row .error,
	.form .row .ok,
	.form .row .note {
		margin: 10px 0 20px 0;
	}	
		
	table.form .warning,
	table.form .error,
	table.form .ok,
	table.form .note {
		margin: 10px 0 20px 0;
	}	
	
	/* warning */
	.warning {
		background: #eedc94 url(../../img/ipera/notifcations/exclamation.png) no-repeat 10px center;	
	}
	
		.warning a {
			color: #555 !important;
		}
	
	/* errror */
	.error {	
		background: #c43c35 url(../../img/ipera/notifcations/exclamation-red.png) no-repeat 10px center;
		color: #fff;
	}
	
		.error a {
			color: #fff !important;
		}
	
	/* success */
	.ok {
		background: #57a957 url(../../img/ipera/notifcations/tick-circle.png) no-repeat 10px center;
		color: #fff;
	}	
	
		.ok a {
			color: #fff !important;
		}
	
	/* note */
	.note {
		background: #339bb9 url(../../img/ipera/notifcations/information-italic.png) no-repeat 10px center;
		color: #fff;
	}
	
		.note a {
			color: #fff !important;
		}

/* ================================================================================ */
/*  1.# Pagination */
/* ================================================================================ */
			
	.pagination {
		font-size: 12px;
		font-size: 1.2rem;
		margin: 0 0 20px 0;
		overflow: hidden;
	}
	
		.pagination ul {
			float: left;
			border: 1px solid #d3d3d3;
			border-top-color: #f4f4f4;
			
			-webkit-border-radius: 4px;
			border-radius: 4px;
		}		

			.pagination li {
				float: left;
			}

				.pagination a, .pagination span, .pagination .items_per > span {
					float: left;
					padding: 7px 15px;
					border-left: 1px solid;
					border-left-color: #d3d3d3;
					text-decoration: none;
				}
				
				.pagination .items_per a {
					border: none;
					float: none;
					padding: 0;
					text-decoration: none;
				}
								
				.pagination a:hover {
					background-color: #f4f4f4;
				}
				
				.pagination .current span {
					background-color: #000;
					color: #fff;
				}

				.pagination .disabled a, .pagination .disabled a:hover {
					background-color: transparent;
					color: #bfbfbf;
				}

				.pagination .first span {
					border-left: none;
				}
				
/* ================================================================================ */
/*  1.# Tabs (jQuery UI) */
/* ================================================================================ */

	.ui-tabs {
		margin: 0 0 20px 0;
		position: relative; /* prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
		zoom: 1;
	}
	
		.ui-tabs-nav {
			list-style-type: none;
			margin: 0;
			overflow: hidden; 
			padding: 0;
			position: relative;
			top: 1px;
		}
	
			.ui-tabs-nav li {
				float: left;
				margin: 0 10px 0 0;
				padding: 0;
			}
			
				.ui-tabs-nav li a {
					background-color: #595a5a;
					color: #fff;
					
					-webkit-border-radius: 4px 4px 0px 0px;
					border-radius: 4px 4px 0px 0px; 
	
					float: left;
					outline: none;
					padding: 8px 10px;
					text-decoration: none;
				}
				
				.ui-tabs-nav .ui-tabs-selected a {
					background-color: #f3f2f3;
					border: 1px solid #dadada;
					border-bottom: 0;

					color: #555;
					cursor: default;
				}
	
	.ui-tabs-panel {
		background-color: #f3f2f3;
		border: 1px solid #dadada;

		-webkit-border-radius: 0px 6px 6px 6px;
		border-radius: 0px 6px 6px 6px; 

		display: block;
		overflow: hidden;
		padding: 15px 15px 1px 15px;
	}
	
	.ui-tabs-hide {
		display: none !important;
	}
	
/* ================================================================================ */
/*  1.# Tooltips (Tooltipsy) */
/* ================================================================================ */
	
	.tooltip {
		font-size: 12px;
		font-size: 1.2rem;
	  position: absolute;
	  z-index: 1020;
	  display: block;
	  padding: 5px;
	  opacity: 0;
	  filter: alpha(opacity=0);
	  visibility: visible;
	}
	
	.tooltip.in {
	  opacity: 1;
	  filter: alpha(opacity=100);
	}
	
	.tooltip.top {
	  margin-top: -2px;
	}
	
	.tooltip.right {
	  margin-left: 2px;
	}
	
	.tooltip.bottom {
	  margin-top: 2px;
	}
	
	.tooltip.left {
	  margin-left: -2px;
	}
	
	.tooltip.top .tooltip-arrow {
	  bottom: 0;
	  left: 50%;
	  margin-left: -5px;
	  border-top: 5px solid #595a5a;
	  border-right: 5px solid transparent;
	  border-left: 5px solid transparent;
	}
	
	.tooltip.left .tooltip-arrow {
	  top: 50%;
	  right: 0;
	  margin-top: -5px;
	  border-top: 5px solid transparent;
	  border-bottom: 5px solid transparent;
	  border-left: 5px solid #595a5a;
	}
	
	.tooltip.bottom .tooltip-arrow {
	  top: 0;
	  left: 50%;
	  margin-left: -5px;
	  border-right: 5px solid transparent;
	  border-bottom: 5px solid #595a5a;
	  border-left: 5px solid transparent;
	}
	
	.tooltip.right .tooltip-arrow {
	  top: 50%;
	  left: 0;
	  margin-top: -5px;
	  border-top: 5px solid transparent;
	  border-right: 5px solid #595a5a;
	  border-bottom: 5px solid transparent;
	}
	
	.tooltip-inner {
	  max-width: 200px;
	  padding: 3px 8px;
	  color: #fff;
	  text-align: center;
	  text-decoration: none;
	  background-color: #595a5a;
	  -webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
			  border-radius: 4px;
	}
	
	.tooltip-arrow {
	  position: absolute;
	  width: 0;
	  height: 0;
	}
	
	.fade {
		-moz-transition: opacity 0.45s linear 0s;
		opacity: 0;
	}
	
	.fade.in {
		opacity: 1;
	}
	
/* ================================================================================ */
/*  2.0 Xpect Site Specific Styles */
/* ================================================================================ */
			
/* ================================================================================ */
/*  3.0 Primary Site Styles */
/* ================================================================================ */

		#wrap_site {
			background: url(../../img/ipera/wrap_site.png) no-repeat center 60px;
			padding: 60px 0;
		}
	
			#site {
				background-color: #fff;
				
				-webkit-border-radius: 10px;
				border-radius: 10px;
	
				box-shadow: 0 2px 18px 4px rgba(0,0,0,0.10);
				margin: 0 auto;
				padding-top: 2px;
				width: 1008px;
			}
			
	/* --------------------------------------------------------------- */
	/*  Site Header */
	/* --------------------------------------------------------------- */
	
		#header {
			background: url(../../img/ipera/header.png) no-repeat 0 0;
			border-radius: 9px 9px 0 0;
			font-size: 12px;
			font-size: 1.2rem;
			min-height: 138px;
			margin: 0 2px;
			position: relative;
			width: 1004px;
		}
			
			#header h1 {
				left: 20px;
				position: absolute;
				top: 43px;
			}
		
				#header h1 a {
					background: url(../../img/ipera/IPERAvocusCompany_clear.png) no-repeat 0 0;
					border: 0;
					cursor: pointer;
					display: block;
					direction: ltr; 
					height: 0;
					overflow: hidden;
					padding-top: 52px;
					text-align: left;
					text-indent: -999em;
					width: 210px;
					height:100px;
				}
			
			#header p {
				 display: none;
				 visibility: hidden;
			}
			
	/* --------------------------------------------------------------- */
	/*  Main Content */
	/* --------------------------------------------------------------- */
		
		#main_content {
			line-height: 20px;
			padding: 30px 15px 30px 15px;
			width: 978px;
		}
		
		#main_content:before, #main_content:after { content: ""; display: table; }
		#main_content:after { clear: both; }
		#main_content { *zoom: 1; }
	
			#col_1 {
				float: left;
				font-size: 12px;
				font-size: 1.2rem;
				line-height: 18px;
				margin-right: 30px;
				width: 222px;
			}			
			
			#col_2 {
				float: left;
				width: 474px;
			}
			
				.no_col_1 #col_2,
				.no_col_3 #col_2 {
					width: 726px;
				}
				
				.no_col_3 #col_2 {
					float: right;
				}
				
				.no_col_1.no_col_3 #col_2 {
					width: 978px;
				}
			
			#col_3 {
				float: left;
				font-size: 12px;
				font-size: 1.2rem;
				line-height: 18px;
				margin-left: 30px;
				width: 222px;
			}
			
	/* --------------------------------------------------------------- */
	/*  Secondary Content */
	/* --------------------------------------------------------------- */
	
		#secondary_content {
			line-height: 20px;
			padding: 0 15px 30px 15px;
			width: 978px;
		}
		
		#secondary_content:before, #secondary_content:after { content: ""; display: table; }
		#secondary_content:after { clear: both; }
		#secondary_content { *zoom: 1; }
					
	/* --------------------------------------------------------------- */
	/*  Main Navigation */
	/* --------------------------------------------------------------- */
	
		#nav_main {
			margin-bottom: 30px;
		}
			
			#nav_main * {
				float: left;
			}
			
			#nav_main > ul {
				border-radius: 5px;
			}
			
				#nav_main > ul > li {
					margin-bottom: 1px;
				}
				
				#nav_main > ul > .last {
					margin-bottom: 0;
				}
				
				#nav_main > ul > li > a {
					background-color: #595a5a;

					float: left;
					padding: 0 10px;
					text-decoration: none;
					
					-webkit-transition: all .25s ease;
					-moz-transition: all .25s ease;
					-ms-transition: all .25s ease;
					-o-transition: all .25s ease;
					transition: all .25s ease;	
					
					width: 202px;
				}
				
				#nav_main > ul > .first > a {
					-webkit-border-radius: 5px 5px 0px 0px;
					border-radius: 5px 5px 0px 0px;

					border-left: none;
				}
				
				#nav_main > ul > .last > a {
					-webkit-border-radius: 0px 0px 5px 5px;
					border-radius: 0px 0px 5px 5px; 

					border-right: none;
				}
				
				#nav_main > ul li > a:hover {						
					background-color: #333;
				}
				
				#nav_main > ul > .current > a,
				#nav_main > ul > .current > a:hover {
					font-weight: bold;
					background-color: #f57d22;
				}
				
					#nav_main > ul > li > a > span {
						color: #fff;
						
						-webkit-transition: all .25s ease;
						-moz-transition: all .25s ease;
						-ms-transition: all .25s ease;
						-o-transition: all .25s ease;
						transition: all .25s ease;	
					
						padding: 8px 0;
						width: 202px
					}
					
					#nav_main > ul > li > a > span:hover {
						padding-left: 15px;
						width: 187px;
					}
					
					#nav_main > ul > .parent > a > span {
						background: url(../../img/ipera/nav_main_parent_a.png) no-repeat right 11px;
					}	

#nav_main > ul > .parent.current > a > span {
						background: url(../../img/ipera/nav_main_parent_a.png) no-repeat right -36px;
					}					
				
					/* 2nd Level */
					#nav_main ul ul {
						display: none;
					}
					
					#nav_main ul .parent.current ul {
						display: block;
					}
					
						#nav_main ul .parent.current ul * {
							float: left;
						}
						
						#nav_main ul .parent.current ul a {
							background: #ffffff;
							background: -moz-linear-gradient(top, #ffffff 0%, #fdfdfd 66%, #f4f4f4 100%);
							background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(66%,#fdfdfd), color-stop(100%,#f4f4f4));
							background: -webkit-linear-gradient(top, #ffffff 0%,#fdfdfd 66%,#f4f4f4 100%);
							background: -o-linear-gradient(top, #ffffff 0%,#fdfdfd 66%,#f4f4f4 100%);
							background: -ms-linear-gradient(top, #ffffff 0%,#fdfdfd 66%,#f4f4f4 100%);
							background: linear-gradient(top, #ffffff 0%,#fdfdfd 66%,#f4f4f4 100%);
							filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );

							border: 1px solid #ebebeb;
							border-top: none;
							color: #555;
							padding: 6px 10px;
							width: 200px;
						}
						
						#nav_main ul .parent.current ul .first a {}
							
						#nav_main ul .parent.current ul .last a {
							border-bottom: none;
						}
						
							#nav_main ul .parent.current ul a span {
								background: url(../../img/ipera/nav_main_child.png) no-repeat 0 6px;
								padding-left: 15px;
								width: 185px;
							}
							
							#nav_main ul .parent.current ul span:hover {
								text-decoration: underline;
							}
							
							#nav_main ul .parent.current ul .current span {
								font-weight: bold;
							}
				
	/* --------------------------------------------------------------- */
	/*  Home Template - Rotator */
	/* --------------------------------------------------------------- */
	
		#wrap_home_rotator {
			margin-bottom: 25px;
			position: relative;
			width: 726px;
			z-index: 1;
		}
		
			/* Rotator Content
			-------------------------------------------- */	
	
			#home_rotator {
				background: url(../../img/ipera/home_rotator.png) no-repeat 0 0;
				
				border: 1px solid #dadada;
	
				-webkit-border-radius: 5px;
				border-radius: 5px;	
			
				height: 270px;
				overflow: hidden;
				padding-bottom: 10px;
				position: relative;
				width: 724px;
				z-index: 2;
			}
				
				#home_rotator section {
					background: url(../../img/ipera/Ipera_197x303.png) no-repeat 10px 10px;
					font-size: 14px;
					font-size: 1.4rem;

					display: block;
					overflow: hidden;
					padding: 30px;
					height: 246px;
					width: 662px;
				}
				
				#home_rotator .managed_networks {
					background: url(../../img/ipera/DataNetworksAndInternet_197x303.png) no-repeat 10px 10px;
				}
				
				#home_rotator .cloud_infrastucture {
					background: url(../../img/ipera/CloudInfrastructure_197x303.png) no-repeat 10px 10px;
				}
				
				#home_rotator .colocation_services {
					background: url(../../img/ipera/ColocationServices_197x303.png) no-repeat 10px 10px;
				}
				
				#home_rotator .cloud_telephony {
					background: url(../../img/ipera/CloudTelephony_197x303.png) no-repeat 10px 10px;
				}
				
					#home_rotator section > div {
						/*background: url(../../img/ipera/rotator_content.png) no-repeat 0 0;*/
						padding-left: 230px;
						width: 432px
					}
					
						#home_rotator section a {
							background: url(../../img/ipera/rotator_section_a.png) no-repeat right 5px;
							display: inline-block;
							
							font-size: 13px;
							font-size: 1.3rem;
							
							padding-right: 18px;
							text-transform: uppercase;
						}


		
			/* Rotator Navigation
			-------------------------------------------- */	
	
			#nav_home_rotator {
				margin: 0 auto;
				overflow: hidden;
				padding-top: 10px;
				text-align: center;
				width: 726px;
			}
				
				#nav_home_rotator a {
					background: url(../../img/ipera/rotator/bg_nav_home_rotator_a.png) no-repeat 0 0;
					cursor: pointer;
					display: inline-block;
					height: 11px;
					margin: 0;
					padding: 0;
					margin-left: 5px;
					outline: none;
					overflow: hidden;
					text-decoration: none;
					text-indent: 100%;
					white-space: nowrap;
					width: 10px;
				}
				
				#nav_home_rotator .activeSlide {
					background-position: 0 -100px;
				}

	/* --------------------------------------------------------------- */
	/*  Home Template - Overview */
	/* --------------------------------------------------------------- */
	
		#overview {
			margin-bottom: 30px;
			overflow: hidden;
		}	
		
			#overview > div {
				float: left;
				margin-right: 30px;
				width: 474px;
			}
			
			/* overview / introduction */
			#overview {
				color: #444;
				font-family: "Open Sans",sans-serif;
				font-weight: 400;
				
				font-size: 13px;
				font-size: 1.3rem;
			}
			
				#overview p:last-child {
					margin-bottom: 0;
				}
		
			/* quick contact */
			#overview #quick_contact {
				background: #ffffff;
				background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
				background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
				background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
				background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
				background: linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
				
				border: 1px solid #dadada;
	
				-webkit-border-radius: 5px;
				border-radius: 5px; 
				
				margin-right: 0;
				padding: 15px;
				width: 190px;
			}
			
				#quick_contact ul {
					list-style-type: none;
					margin: 0;
					padding: 0;
				}
				
					#quick_contact li {
						margin: 0 0 3px 0;
						padding: 0;
					}
					
	/* --------------------------------------------------------------- */
	/*  Home, Product Category, Product Detail Templates */
	/* --------------------------------------------------------------- */
	
		.products {
			border-top: 1px dashed #dadada;
			padding: 30px 15px 0 15px;
		}
				
			.products .row {
				margin-bottom: 10px;
			}
			
			.products .row.last-child {
				margin-bottom: 0;
			}
			
			.products .row:before, .products .row:after { content: ""; display: table; }
			.products .row:after { clear: both; }
			.products .row{ *zoom: 1; } /* For IE 6/7 only */
			
				.products .row section {
					float: left;
					margin-right: 30px;
				}

				#main_content .products .row section {
					width: 333px;
				}
				
				#secondary_content .products .row section {
					width: 459px;
				}

				.products .row .last-child {
					margin-right: 0;
					
				}
				
					.products h1 {
						font-size: 14px;
						font-size: 1.4rem;
						margin-bottom: 10px;
					}
					
					.products img {
						float: left;
						height: 140px !important;
						margin-right: 30px;
						overflow: hidden;
						width: 91px !important;
					}
					
					.products p {
						font-size: 12px;
						font-size: 1.2rem;
						line-height: 18px;
						margin-bottom: 10px;
					}
					
					/*
					.products .row section p:last-child a {
						font-size: 11px;
						font-size: 1.1rem;
						margin-bottom: 0;
						text-transform: uppercase;
					}
					*/
					.products a {
						background: url(../../img/ipera/bg_products_a.png) no-repeat right 6px;
						display: inline-block;
						padding-right: 12px;
					}
	
		#product_detail #tabs {
			border-top: 1px dashed #dadada;
			margin-bottom: 30px;
			padding-top: 30px;
		}
		
			#product_detail .ui-tabs-nav li {
				font-size: 12px;
				font-size: 1.2rem;
			}
							
	/* --------------------------------------------------------------- */
	/*  Modules */
	/* --------------------------------------------------------------- */
	
		.module {
			margin-bottom: 30px;
		}
			
			.module h4 {
				background-color: #595a5a;
				
				-webkit-border-radius: 5px 5px 0px 0px;
				border-radius: 5px 5px 0px 0px; 

				color: #fff;
				font-size: 12px;
				font-size: 1.2rem;
				font-weight: normal;
				margin: 0;
				padding: 8px 15px;
				text-decoration: none;
			}
			
			.module div {	
				background: #ffffff;
				background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
				background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
				background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
				background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
				background: linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
										
				border: 1px solid #dadada;
				border-top: 1px solid #fff;
				
				-webkit-border-radius: 0px 0px 5px 5px;
				border-radius: 0px 0px 5px 5px; 
				
				padding: 15px;
			}
		
		/* Member Login Module */
		#member_login ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		
			#member_login li {
				margin: 0 0 5px 0;
				padding: 0;
			}
			
			#member_login li:last-child {
				margin-bottom: 0;
			}
							
	/* --------------------------------------------------------------- */
	/*  Breadcrumb */
	/* --------------------------------------------------------------- */
			
		#nav_crumb {
			border-bottom: 1px solid #dadada;

			font-size: 12px;
			font-size: 1.2rem;
			
			margin-bottom: 30px;
			padding-bottom: 15px;
		}
		
		#nav_crumb * {
			float: left;
		}
		
			#col_2 #nav_crumb ul {
				margin-bottom: 0;
				margin-left: 0;
			}
			
				#col_2 #nav_crumb li {
					background-image: none;
					margin-bottom: 0;
					padding-left: 0;
				}
		
					#nav_crumb a {
						background: url(../../img/ipera/bg_crumb_li.png) no-repeat right 7px;
						margin-right: 8px;
						padding-right: 14px;
					}
					
						#nav_crumb span {
							text-decoration: underline;
						}
						
						#nav_crumb span:hover {
							text-decoration: none;
						}
						
						#nav_crumb .current span {
							text-decoration: none;
						}
						
	/* --------------------------------------------------------------- */
	/*  Footer */
	/* --------------------------------------------------------------- */
				
		#footer {
			background: #737373;
			background: -moz-linear-gradient(top, #737373 0%, #5b5c5c 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#737373), color-stop(100%,#5b5c5c));
			background: -webkit-linear-gradient(top, #737373 0%,#5b5c5c 100%);
			background: -o-linear-gradient(top, #737373 0%,#5b5c5c 100%);
			background: -ms-linear-gradient(top, #737373 0%,#5b5c5c 100%);
			background: linear-gradient(top, #737373 0%,#5b5c5c 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737373', endColorstr='#5b5c5c',GradientType=0 );

			-webkit-border-radius: 0px 0px 9px 9px;
			border-radius: 0px 0px 9px 9px; 

			color: #fff;
			
			font-size: 12px;
			font-size: 1.2rem;
			
			margin-bottom: 25px;
			overflow: hidden;
			padding: 12px 15px;				
			text-align: center;
		}
			
			#footer p {
				margin-bottom: 0;
			}
			
				#footer a {
					color: #fff;
					text-decoration: none;
				}
				
				#footer a:hover {
					text-decoration: underline;
				}
				
			/* Footer Navigation
			-------------------------------------------- */	
			
			#nav_footer ul {
				/* float: left; */
			}
			
				#nav_footer li {
					display:inline;
					background: url(../../img/ipera/nav_footer_li.gif) no-repeat right 4px;
					/* float: left; */
					margin: 0 10px 0 0;
					padding-right: 10px;
				}
				
				#nav_footer .last {
					background-image: none;
					padding-right: 0;
					margin-right: 0;
				}
				
					#nav_footer a {
						color: #fff;
					}
					
						#nav_footer li ul {
							display: none;
						}
				
