/* Reset ================================================================================= */
* {
	margin:0;
	padding:0;
}
body {
	text-align: center;
}
img {
	border:0;
	vertical-align:top;
}
a {
	outline: none;
}
a:hover {
	outline: none;
}
:focus {
	outline:0;
}
a:active {
	outline: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 5px;
	line-height:130%;
}
/* Forms */
form {
	display:inline;
}
fieldset {
	border:0;
}
legend {
	display:none;
}
/* Table */
table {
	border:0; /*border-collapse:collapse;*/
	border-spacing:0;
	empty-cells:show;
	font-size:100%;
}
caption, th, td {
	vertical-align:top;
	text-align:left;
}
/* Content */
p {
	margin:0 0 10px;
}
strong {
}
address {
	font-style:normal;
	line-height:1.35;
}
cite {
	font-style:normal;
}
q, blockquote {
	quotes:none;
}
q:before, q:after {
	content:'';
}
small, big {
}
/*sup           {  vertical-align:top; }*/

/* Lists */
ul, ol {
	list-style:none;
}
/* Tools */
.hidden {
	display:block !important;
	border:0 !important;
	margin:0 !important;
	padding:0 !important;
	font-size:0 !important;
	line-height:0 !important;
	width:0 !important;
	height:0 !important;
	overflow:hidden !important;
}
.nobr {
	white-space:nowrap !important;
}
.wrap {
	white-space:normal !important;
}
.a-left {
	text-align:left !important;
}
.a-center {
	text-align:center !important;
}
.a-right {
	text-align:right !important;
}
.v-top {
	vertical-align:top;
}
.v-middle {
	vertical-align:middle;
}
.f-left, .left {
	float:left !important;
}
.f-right, .right {
	float:right !important;
}
.f-none {
	float:none !important;
}
.f-fix {
	float:left;
	width:100%;
}
.no-display {
	display:none;
}
.no-margin {
	margin:0 !important;
}
.no-padding {
	padding:0 !important;
}
.no-bg {
	background:none !important;
}
.sp {
	display:block !important;
	border:0 !important;
	margin:0 !important;
	padding:0 !important;
	font-size:0 !important;
	line-height:0 !important;
	height:0 !important;
	overflow:hidden !important;
	clear: both;
}
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {
	min-width: 990px;
}
.page {
}
.page-print {
	background:#ffffff;
	padding:25px 30px;
	text-align:left;
}
.page-empty {
	background:#ffffff;
	padding:20px;
	text-align:left;
}
.page-popup {
	background:#ffffff;
	padding:20px;
	text-align:left;
}
.main-container {
	background:transparent;
}
.main {
width:990px;
	margin:0 auto;
	min-height:400px;
	padding:0px 0px 0px 0px;
	text-align:left;
}
/* Base Columns */
.col-left {
	float: left;
	width: 195px;
	padding: 0 0 1px;
}
.col-main {
	float: left;
	width: 717px;
	padding: 0 0 1px;
}
.col-right {
	float: right;
	width: 195px;
	padding: 0 0 1px;
}
/* 1 Column Layout */
.col1-layout .col-main {
	float:none;
	width:auto;
}
/* 2 Columns Layout */
.col2-left-layout .col-main {
	float:right;
}
/* 3 Columns Layout */
.col3-layout .col-main {
	width: 507px;
	margin-left: 15px;
}
.col3-layout .col-wrapper {
	float:left;
	width:717px;
}
.col3-layout .col-wrapper .col-main {
	float:right;
}
/* Content Columns */
.col2-set .col-1 {
	float:left;
	width:48.5%;
}
.col2-set .col-2 {
	float:right;
	width:48.5%;
}
.col2-set .col-narrow {
	width:32%;
}
.col2-set .col-wide {
	width:65%;
}
.col3-set .col-1 {
	float:left;
	width:32%;
}
.col3-set .col-2 {
	float:left;
	width:32%;
	margin-left:2%;
}
.col3-set .col-3 {
	float:right;
	width:32%;
}
.col4-set .col-1 {
	float:left;
	width:23.5%;
}
.col4-set .col-2 {
	float:left;
	width:23.5%;
	margin:0 2%;
}
.col4-set .col-3 {
	float:left;
	width:23.5%;
}
.col4-set .col-4 {
	float:right;
	width:23.5%;
}
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
	vertical-align:middle;
}
input.input-text, textarea {
	padding:1px;
}
select {
	padding:0px;
}
select option {
	padding-right:10px;
}
select.multiselect option {
	padding:2px 5px;
}
select.multiselect option:last-child {
	border-bottom:0;
}
textarea {
	overflow:auto;
}
input.radio {
	margin-right:3px;
}
input.checkbox {
	margin-right:3px;
}
input.qty {
	width:2.5em;
}
button.button::-moz-focus-inner {
padding:0;
border:0;
} /* FF Fix */
button.button {
	-webkit-border-fit:lines;
} /* <- Safari & Google Chrome Fix */
button.button {
	overflow:visible;
	width:auto;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
button.button span {
	display:block;
	height:19px;
	border:0;
	padding:0 8px;
	text-align:center;
	white-space:nowrap;
}
button.button span span {
	border:0;
	padding:0;
}
button.disabled span {
	border:0;
}
/*
button.btn-checkout.no-checkout span { background-position:0 100%;  }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }
*/
p.control input.checkbox, p.control input.radio {
	margin-right:6px;
}
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
	margin:0 0 8px;
}
.form-list label {
	float:left;
	position:relative;
	z-index:0;
}
.form-list label.required {
}
.form-list label.required em {
	float:right;
	font-style:normal;
	position:absolute;
	top:0;
	right:-8px;
}
.form-list li.control label {
	float:none;
}
.form-list li.control input.radio, .form-list li.control input.checkbox {
	margin-right:6px;
}
.form-list li.control .input-box {
	clear:none;
	display:inline;
	width:auto;
}
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
	display:block;
	clear:both;
	width:260px;
}
.form-list .field {
	float:left;
	width:275px;
}
.form-list input.input-text {
	width:254px;
}
.form-list textarea {
	width:254px;
	height:10em;
}
.form-list select {
	width:260px;
}
.form-list li.wide .input-box {
	width:535px;
}
.form-list li.wide input.input-text {
	width:529px;
}
.form-list li.wide textarea {
	width:529px;
}
.form-list li.wide select {
	width:535px;
}
.form-list li.additional-row {
	border-top:1px solid #ccc;
	margin-top:10px;
	padding-top:7px;
}
.form-list li.additional-row .btn-remove {
	float:right;
	margin:5px 0 0;
}
.form-list .input-range input.input-text {
	width:74px;
}
/* Customer */
.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {
	width:auto;
}
.form-list .name-prefix {
	width:65px;
}
.form-list .name-prefix select {
	width:55px;
}
.form-list .name-prefix input.input-text {
	width:49px;
}
.form-list .name-suffix {
	width:65px;
}
.form-list .name-suffix select {
	width:55px;
}
.form-list .name-suffix input.input-text {
	width:49px;
}
.form-list .name-middlename {
	width:70px;
}
.form-list .name-middlename input.input-text {
	width:49px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname {
	width:140px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text {
	width:124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
	width:205px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
	width:189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
	width:210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
	width:205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width:189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
	width:210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
	width:205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width:189px;
}
.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname {
	width:210px;
}
.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname {
	width:205px;
}
.form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
	width:189px;
}
.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {
	float:left;
	width:85px;
}
.form-list .customer-dob input.input-text {
	display:block;
	width:74px;
}
.form-list .customer-dob label {
	font-size:10px;
}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
	width:60px;
}
.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
	width:46px;
}
.form-list .customer-dob .dob-year {
	width:140px;
}
.form-list .customer-dob .dob-year input.input-text {
	width:134px;
}
.buttons-set {
	clear:both;
	margin:4em 0 0;
	padding:8px 0 0;
	border-top:1px solid;
	text-align:right;
}
.buttons-set p.required {
	margin:0 0 10px;
}
.buttons-set .back-link {
	float:left;
	margin:0;
}
.buttons-set button.button {
	float:right;
	margin-left:5px;
}
.buttons-set-order {
	margin:10px 0 0;
}
.buttons-set-order .please-wait {
	padding:12px 7px 0 0;
}
.fieldset {
	border:1px solid;
	padding:22px 25px 12px 33px;
	margin:28px 0;
}
.fieldset .legend {
	float:left;
	border:1px solid;
	margin:-33px 0 0 -10px;
	padding:0 8px;
	position:relative;
}
/* Form Validation */
.validation-advice {
	clear:both;
	min-height:13px;
	margin:3px 0 0;
	line-height:13px;
}
.validation-failed {
	border:0 !important;
	background:#faebe7 !important;
}
.validation-passed {
}
p.required {
	text-align:right;
}
/* Expiration date and CVV number validation fix */
.v-fix {
	float:left;
}
.v-fix .validation-advice {
	display:block;
	width:12em;
	margin-right:-12em;
	position:relative;
}
/* Global Messages  */
.success {
}
.error {
}
.notice {
}
.messages, .messages ul {
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
}
.messages {
	width:100%;
	overflow:hidden;
}
.messages li {
	margin:0 0 10px !important;
}
.messages li li {
	margin:0 0 3px !important;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
	border-style:solid;
	border-width:1px;
	min-height: 16px;
	padding:4px 8px 4px 8px;
}
/* BreadCrumbs */
.breadcrumbs {
	line-height:1.25;
	margin:0 0 5px;
}
.breadcrumbs li {
	display:inline;
}
.breadcrumbs li strong {
}
/* Page Heading */
.page-title {
	width:100%;
	overflow:hidden;
	margin:0 0 15px;
}
.page-title h1, .page-title h2 {
	margin:0;
}
.page-title .separator {
	margin:0 3px;
}
.page-title .link-rss {
	float:right;
	margin:7px 0 0;
}
.title-buttons {
	text-align:right;
}
.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
	float:left;
}
.subtitle {
	clear:both;
	padding:15px 0 0;
	margin:0 0 6px;
}
/* Pager */
.pager {
	padding:4px 8px;
	text-align:center;
}
.pager .amount {
	float:left;
	margin:0;
}
.pager .limiter {
	float:right;
}
.pager .limiter label {
	vertical-align:middle;
}
.pager .limiter select {
	padding:0;
	margin:0 0 1px;
	vertical-align:middle;
}
.pager .pages {
	margin:0 140px;
}
.pager .pages ol {
	display:inline;
}
.pager .pages li {
	display:inline;
	margin:0 2px;
}
.pager .pages .current {
}
/* Sorter */
.sorter {
	padding:3px 8px;
}
.sorter .view-mode {
	float:left;
	margin:0;
}
.sorter .sort-by {
	float:right;
	padding-right:36px;
}
.sorter .sort-by label {
	vertical-align:middle;
}
.sorter .sort-by select {
	padding:0;
	margin:0 0 1px;
	vertical-align:middle;
}
.sorter .link-feed {
}
/* Toolbar */
.toolbar {
}
.toolbar .pager {
	padding:3px 8px;
}
.toolbar .sorter {
}
.toolbar-bottom {
}
/* Data Table */
.data-table {
	width:100%;
}
.data-table .odd {
}
.data-table .even {
}
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last, .data-table th.last {
	border-right:0;
}
.data-table tr.last th, .data-table tr.last td {
	border-bottom:0 !important;
}
.data-table th {
	padding:3px 8px;
}
.data-table td {
	padding:3px 8px;
}
.data-table thead th {
	padding:2px 8px;
	white-space:nowrap;
	vertical-align:middle;
}
.data-table thead th.wrap {
	white-space:normal;
}
.data-table thead th a, .data-table thead th a:hover {
}
.data-table thead th {
}
.data-table thead th .tax-flag {
	white-space:nowrap;
}
.data-table tfoot {
}
.data-table tfoot tr.first td {
}
.data-table tfoot tr {
}
.data-table tfoot td {
	padding-top:1px;
	padding-bottom:1px;
	border-bottom:0;
}
.data-table tfoot strong {
}
.data-table tbody th, .data-table tbody td {
}
/* Bundle products tables */
.data-table tbody.odd tr {
}
.data-table tbody.even tr {
}
.data-table tbody.odd tr td, .data-table tbody.even tr td {
	border-bottom:0;
}
.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
}
.data-table tbody td .option-label {
	font-style:italic;
}
.data-table tbody td .option-value {
	padding-left:10px;
}
/* Generic Info Box */
.info-box {
	padding:12px 15px;
	margin:0 0 15px;
}
.info-box h2 {
}
.info-table th {
	padding:2px 15px 2px 0;
}
.info-table td {
	padding:2px 0;
}
/* Shopping cart total summary row expandable to details */
tr.summary-total {
	cursor:pointer;
}
tr.summary-total td {
}
tr.summary-total .summary-collapse {
	float:right;
	text-align:right;
	padding-left:20px;
	background:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/bkg_collapse.gif) 0 5px no-repeat;
	cursor:pointer;
}
tr.show-details .summary-collapse {
	background-position:0 -52px;
}
tr.show-details td {
}
tr.summary-details-excluded {
	font-style:italic;
}
/* Shopping cart tax info */
.cart-tax-info {
	display:block;
}
.cart-tax-info, .cart-tax-info .cart-price {
	padding-right:20px;
}
.cart-tax-total {
	display:block;
	padding-right:20px;
	background:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/bkg_collapse.gif) 100% 5px no-repeat;
	cursor:pointer;
}
.cart-tax-info .price, .cart-tax-total .price {
	display:inline !important;
}
.cart-tax-total-expanded {
	background-position:100% -52px;
}
/* Class: std - styles for admin-controlled content */
.std .subtitle {
	padding:0;
}
.std ol.ol {
	list-style:decimal outside;
	padding-left:1.5em;
}
.std ul.disc {
	list-style:disc outside;
	padding-left:18px;
	margin:0 0 10px;
}
.std dl dt {
}
.std dl dd {
	margin:0 0 10px;
}
/* Misc */
.links li {
	display:inline;
}
.links li.first {
	padding-left:0 !important;
}
.links li.last {
	background:none !important;
	padding-right:0 !important;
}
.link-rss {
	background:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/i_rss.gif) 0 2px no-repeat;
	padding-left:18px;
	line-height:14px;
	white-space:nowrap;
}
.btn-remove {
	display:block;
	width:11px;
	height:11px;
	font-size:0;
	line-height:0;
	background:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/btn_remove.gif) 0 0 no-repeat;
	text-indent:-999em;
	overflow:hidden;
}
.btn-remove2 {
	display:block;
	width:16px;
	height:16px;
	font-size:0;
	line-height:0;
	background:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/btn_trash.gif) 0 0 no-repeat;
	text-indent:-999em;
	overflow:hidden;
}
.separator {
	margin:0 3px;
}
.divider {
	clear:both;
	display:block;
	font-size:0;
	line-height:0;
	height:1px;
	margin:10px 0;
	background:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/bkg_divider1.gif) 0 50% repeat-x;
	text-indent:-999em;
	overflow:hidden;
}
/* Noscript Notice */
.noscript {
	border:1px solid;
	border-width:0 0 1px;
	line-height:1.25;
	text-align:center;
}
.noscript .noscript-inner {
	width:950px;
	margin:0 auto;
	padding:12px 0 12px;
}
.noscript p {
	margin:0;
}
/* DEMO NOTICE */
.demo-notice {
	background: none repeat scroll 0 0 #ffffff;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.15;
	margin: 0;
	padding: 5px 5px;
	text-align: center;
	opacity: 0.7;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	position: absolute;
	top: 0;
	bottom: 0;
}
/* ======================================================================================= */


/* Header ================================================================================ */
.logo {
	float:left;
}
.header-container {
}
.header {
	width: 100%;
	margin:0 auto;
	padding:0px;
	text-align:right;
	position:relative;
	z-index:10;
}
.header .logo {
	float:left;
	text-decoration:none !important;
}
.header .logo strong {
	position:absolute;
	top:-999em;
	left:-999em;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	text-indent:-999em;
	overflow:hidden;
}
.header h1.logo, .header h2.logo {
	margin:0;
}
.header .quick-access {
	float:right;
}
.header .welcome-msg {
}
.header .form-search {
}
.header .form-search label {
	float:left;
	width:24px;
	height:21px;
	text-align:left;
	text-indent:-999em;
	overflow:hidden;
}
.header .form-search input.input-text {
	float: left;
}
.header .form-search button.button {
	float:left;
}
.header .form-search button.button span {
	border:0;
	height:21px;
	padding:0 0 0 0px;
}
.header .form-search button.button span span {
	background-position:100% 0;
	padding:0 6px 0 3px;
}
.header .form-search .search-autocomplete {
	z-index:999;
	left:10px !important;
	top:32px !important;
}
.header .form-search .search-autocomplete ul {
	border:1px solid;
	border-bottom: 0;
}
.header .form-search .search-autocomplete li {
	text-align:left;
	border-bottom:1px solid;
	padding:2px 8px 1px 8px;
	cursor:pointer;
}
.header .form-search .search-autocomplete li .amount {
	float:right;
}
.header .form-language {
	text-align:right;
}
.header .form-language label {
	padding-right:5px;
	vertical-align:middle;
}
.header .form-language select {
	padding:0;
}
.header .form-language select.flags option {
	background-position:4px 50%;
	background-repeat:no-repeat;
	padding-left:25px;
}
.header .links {
	float:right;
}
.header .links li {
	float:right;
}
.header .links a {
}
.header-container .top-container {
	clear:both;
	padding:5px 10px 0 12px;
	text-align:right;
}
.header-container .top-container a {
}
/* ======================================================================================= */
/********** < Navigation */
.nav-container {
}
#nav {
	width: 990px;
	margin: 0 auto;
	padding: 0 0px;
}
/* All Levels */ /* Style consistent throughout all nav levels */
#nav li {
	position:relative;
	text-align:left;
}
#nav li.over {
	z-index:998;
}
#nav a, #nav a:hover {
	display:block;
}
#nav span {
	display:block;
	cursor:pointer;
	white-space:nowrap;
}
#nav li ul span {
	white-space:normal;
}
#nav ul li.parent a {
}
#nav ul li.parent li a {
}
/* 0 Level */
#nav li {
	float:left;
}
#nav li.active a {
}
#nav a {
	float:left;
}
#nav li.over a, #nav a:hover {
}
/* 1st Level */
#nav ul li, #nav ul li.active {
	float:none;
	margin:0;
	padding-bottom:1px;
}
#nav ul li.last {
	padding-bottom:0;
}
#nav ul a, #nav ul a:hover {
	float:none;
	padding:0;
}
#nav ul li a {
}
/* 2nd Level */
#nav ul, #nav div {
	position:absolute;
	width:15em;
	top:27px;
	left:-10000px;
}
#nav div ul {
	position:static;
	width:auto;
	border:none;
}
/* 3rd+ Level */
#nav ul ul, #nav ul div {
	top:5px;
}
#nav ul li a {
}
#nav ul li a:hover {
}
#nav ul li a, #nav ul li a:hover {
}
#nav ul span, #nav ul li.last li span {
	padding:3px 15px 4px 15px;
}
/* Show menu */
#nav li ul.shown-sub, #nav li div.shown-sub {
	left:0;
	z-index:999;
}
#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
	left:100px;
}
/*1.4.1.0*/
/* Show menu */
#nav li.over > ul {
	left:0;
}
#nav li.over > ul li.over > ul {
	left:100px;
}
#nav li.over ul ul {
	left:-10000px;
}
/* Sidebar =============================================================================== */
.block {
	margin:0 0 15px;
}
.block .block-title {
}
.block .block-title strong {
	display:block;
	min-height:16px;
	padding:1px 0 1px;
}
.block .block-title strong span {
}
.block .block-title a {
}
.block .block-subtitle {
	margin:0;
	padding:5px 9px;
}
.block .block-content {
}
.block .block-content li.item {
	padding:7px 9px;
}
.block .block-content .product-name {
}
.block .btn-remove {
	float:right;
	margin:1px 0 2px 5px;
}
.block .actions {
	padding:6px 9px;
	text-align:right;
}
.block .actions a {
	float:left;
}
.block .actions button.button {
	float:right;
}
.block .empty {
	margin:0;
}
/* Mini Blocks */
.block-cart, .block-wishlist, .block-subscribe, .block-compare, .block-reorder, .block-poll, .block-viewed, .block-compared, .block-related, .block-tags, .block-login {
	line-height:1.25;
}
.block-cart .block-title strong, .block-wishlist .block-title strong, .block-subscribe .block-title strong, .block-compare .block-title strong, .block-reorder .block-title strong, .block-poll .block-title strong, .block-viewed .block-title strong, .block-compared .block-title strong, .block-related .block-title strong, .block-tags .block-title strong, .block-login .block-title strong {
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:0px;
}
/* Mini Products List */
.mini-products-list .product-image {
	float:left;
	width:50px;
	border:1px solid;
}
.mini-products-list .product-details {
	margin-left:60px;
}
/* Block: Account */
.block-account {
}
.block-account .block-title {
	border:0;
	padding:3px 10px;
}
.block-account .block-title strong {
}
.block-account .block-content {
	padding:7px 10px 7px;
}
.block-account .block-content li a {
	display:block;
	padding:3px 0;
}
.block-account .block-content li a:hover {
}
.block-account .block-content li.last a {
	border-bottom:0;
}
.block-account .block-content li.current {
	padding:3px 0;
}
.block-account .block-content li.current.last {
	border-bottom:0;
}
/* Block: Currency Switcher */
.block-currency {
	border:0;
	padding: 0px;
	height:auto;
}
.block-currency .block-title {
	background:none;
	border:0;
	padding:0;
	margin:0 0 0px;
}
.block-currency .block-title strong {
}
.block-currency .block-content {
	background:none;
	padding:6px 0px 6px 0px;
}
.block-currency .block-content select {
	width: auto;
	padding:0;
	display: block;
	margin:0;
}
/* Block: Layered Navigation */
.block-layered-nav {
	border:0;
}
.block-layered-nav dt {
	padding:7px 0px 0 0px;
}
.block-layered-nav dd {
}
.block-layered-nav dd.last {
	background:none;
}
.block-layered-nav .currently li {
	padding:4px 0px 4px 0px;
}
.block-layered-nav .currently .label {
}
.block-layered-nav .currently .btn-remove {
	margin:3px 0 0;
}
.block-layered-nav .actions {
	padding:4px 9px;
	text-align:right;
}
.block-layered-nav .actions a {
	float:none;
}
/* Block: Cart */
.block-cart .block-title {
}
.block-cart .block-title strong {
}
.block-cart .summary {
	padding:2px 8px 8px;
	margin:-1px 0 0;
	position:relative;
	z-index:1;
}
.block-cart .amount {
	margin:0;
}
.block-cart .amount a {
}
.block-cart .subtotal {
	margin:5px 0 0;
	padding:2px 0;
	text-align:center;
}
.block-cart .subtotal .price {
}
.block-cart .actions {
}
/* Block: Wishlist */
.block-wishlist .block-title strong {
}
.block-wishlist .actions {
	text-align:right;
}
.block-wishlist .actions a {
	float:none;
}
/* Block: Related */
.block-related .block-title strong {
}
.block-related input.checkbox {
	float:left;
}
.block-related .product {
	margin-left:20px;
}
/* Block: Compare Products */
.block-compare .block-title strong {
}
.block-compare button.button span {
}
.page-popup .link-print {
	background:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/i_print.gif) 0 2px no-repeat;
	padding:2px 0 2px 25px;
}
.compare-table {
	border:0;
}
.compare-table thead tr.first th, .compare-table thead tr.first td {
	border:0;
	background:none;
	padding:0;
	font-size:0;
	line-height:0;
}
.compare-table .btn-remove {
	float:right;
	background-image:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/btn_remove2.gif);
	width:72px;
	height:15px;
}
.compare-table tbody th, .compare-table tbody td {
	padding:10px;
	border:0;
	border-top:1px solid;
	border-left:1px solid;
}
.compare-table tbody td.last {
	border-right:1px solid;
}
.compare-table tbody tr.last th, .compare-table tbody tr.last td {
	border-bottom:1px solid;
}
.compare-table tr.add-to-row td {
	text-align:center;
}
.compare-table tr.first td {
	text-align:center;
}
.compare-table tr.first td .product-name {
	margin:0 0 5px;
}
.compare-table tr.first td .product-name a {
}
.compare-table tr.first td .ratings {
	width:69px;
	margin:0 auto;
}
.compare-table tr.first td p, .compare-table tr.add-to-row td p {
	margin:0;
}
/* Block: Recently Viewed */
.block-viewed .block-title strong {
}
/* Block: Recently Compared */
.block-compared .block-title strong {
}
/* Block: Poll */
.block-poll .block-title strong {
}
.block-poll .block-subtitle {
}
.block-poll label {
}
.block-poll input.radio {
	float:left;
	margin:1px -18px 0 0;
}
.block-poll .label {
	display:block;
	margin-left:18px;
}
.block-poll li {
	padding:3px 9px;
}
.block-poll .actions {
	margin:5px 0 0;
}
.block-poll button.button span {
}
.block-poll .answer {
}
.block-poll .votes {
	float:right;
	margin-left:10px;
}
/* Block: Tags */
.block-tags .block-title strong {
}
.block-tags .block-content ul {
	padding:0px 5px 0px 5px;
}
.block-tags .block-content li {
	display:inline;
	padding-right:4px;
}
.block-tags .block-content a {
}
.block-tags .actions {
	text-align:right;
}
.block-tags .actions a {
	float:none;
}
/* Block: Subscribe */
.block-subscribe .block-content {
	padding:5px 10px;
}
.block-subscribe .block-title strong {
}
.block-subscribe label {
}
.block-subscribe input.input-text {
	display:block;
	width:167px;
	margin:3px 0;
}
.block-subscribe .actions {
	background:none;
	padding:0;
	margin:3px 0 0;
	text-align:left;
}
.block-subscribe .actions button.button {
	float:none;
}
.block-subscribe .actions button.button span {
}
/* Block: Reorder */
.block-reorder .block-title strong {
}
.block-reorder input.checkbox {
	float:left;
	margin:2px -20px 0 0;
}
.block-reorder .product-name {
	margin-left:20px;
}
.block-reorder .validation-advice {
	margin:3px 9px 7px;
}
/* Block: Banner */
.block-banner {
	border:0;
}
.block-banner .block-content {
	padding:0;
	text-align:center;
}
/* Block: Login */
.block-login .block-title strong {
}
.block-login .block-content {
	padding:5px 10px;
}
.block-login label {
}
.block-login input.input-text {
	display:block;
	width:167px;
	margin:3px 0;
}
.block-login .actions {
	background:none;
	padding:0;
	margin:3px 0 0;
}
.block-login .actions button.button span {
}
/* Paypal */
.sidebar .paypal-logo {
	display:block;
	margin:10px 0;
	text-align:center;
}
.sidebar .paypal-logo a {
	float:none;
}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {
	border:0;
	margin:0 0 7px;
}
.category-image {
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
	text-align:center;
}
.category-image img {
}
.category-description {
	margin:0 0 10px;
}
.category-products {
}
/* View Type: Grid */
.products-grid {
	position:relative;
}
.products-grid.last {
	border-bottom:0;
}
.products-grid li.item {
	float:left;
}
.products-grid .product-image {
	display:block;
}
.products-grid .product-name {
	margin:0 0 5px;
}
.products-grid .product-name a {
}
.products-grid .price-box {
	margin:5px 0;
}
.products-grid .availability {
	line-height:21px;
}
.products-grid .actions {
	position:absolute;
	bottom:12px;
}
.col2-left-layout .products-grid, .col2-right-layout .products-grid {
	width:727px;
	margin:0 auto;
}
.col1-layout .products-grid {
	width:790px;
	margin:0 auto;
}
/* View Type: List */
.products-list li.item {
	padding:12px 10px;
}
.products-list li.item.last {
	border-bottom:0;
}
.products-list .product-image {
	float:left;
	width:135px;
	height:135px;
	margin:0 0 10px;
}
.products-list .product-shop {
	margin-left:150px;
}
.products-list .product-name {
	margin:0 0 5px;
}
.products-list .product-name a {
}
.products-list .price-box {
	float:left;
	margin:3px 13px 5px 0;
}
.products-list .availability {
	float:left;
	margin:3px 0 0;
}
.products-list .desc {
	clear:both;
	padding:6px 0 0;
	margin:0 0 15px;
	line-height:1.35;
}
.products-list .desc .link-more {
}
.products-list .add-to-links {
	clear:both;
}
.products-list .add-to-links li {
	display:inline;
}
.products-list .add-to-links .separator {
	display:inline;
	margin:0 2px;
}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating {
	margin:0;
}
.ratings {
	line-height:1.25;
	margin:7px 0;
}
.ratings strong {
	float:left;
	margin:1px 3px 0 0;
}
.ratings .rating-links {
	margin:0;
}
.ratings .rating-links .separator {
	margin:0 2px;
}
.ratings dt {
}
.ratings dd {
}
.rating-box {
	width:69px;
	height:13px;
	font-size:0;
	line-height:0;
	background:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/bkg_rating.gif) 0 0 repeat-x;
	text-indent:-999em;
	overflow:hidden;
}
.rating-box .rating {
	float:left;
	height:13px;
	background:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/bkg_rating.gif) 0 100% repeat-x;
}
.ratings .rating-box {
	float:left;
	margin-right:3px;
}
.ratings .amount {
}
.ratings-table th, .ratings-table td {
	line-height:1.15;
	padding:3px 0;
}
.ratings-table th {
	padding-right:8px;
}
/* Availability */
.availability {
	margin:0;
}
.availability span {
}
.availability.in-stock span {
}
.availability.out-of-stock span {
}
.availability-only {
	margin:10px 0 7px;
	line-height:16px;
}
.availability-only span, .availability-only a {
	border-bottom:1px dashed #751d02;
	cursor:help;
}
.availability-only a {
	cursor:pointer;
}
.availability-only .expanded {
	background-position:100% -15px;
}
.availability-only strong {
}
.availability-only-details {
	margin:0 0 7px;
}
.availability-only-details th {
	font-size:10px;
	padding:0 8px;
}
.availability-only-details td {
	border-bottom:1px solid;
	padding:2px 8px 1px;
}
.availability-only-details tr.odd td.last {
}
.product-view .product-shop .availability {
}
.product-view .product-shop .availability span {
}
/* Email to a Friend */
.email-friend {
	margin:0;
}
/* Alerts */
.alert-price {
	margin:0;
}
.alert-stock {
	margin:0;
}
/********** < Product Prices */
.price {
	white-space:nowrap !important;
}
.price-box {
	margin:5px 0;
}
.price-box .price {
}
/* Regular price */
.regular-price {
}
.regular-price .price {
}
.block .regular-price, .block .regular-price .price {
}
/* Old price */
.old-price {
	margin:0;
}
.old-price .price-label {
	white-space:nowrap;
}
.old-price .price {
	text-decoration:line-through;
}
/* Special price */
.special-price {
	margin:0;
	padding:3px 0;
}
.special-price .price-label {
	white-space:nowrap;
}
.special-price .price {
}
/* Minimal price (as low as) */
.minimal-price {
	margin:0;
}
.minimal-price .price-label {
	white-space:nowrap;
}
.minimal-price-link {
	display:block;
}
.minimal-price-link .label {
}
.minimal-price-link .price {
}
/* Excluding tax */
.price-excluding-tax {
	display:block;
}
.price-excluding-tax .label {
	white-space:nowrap;
}
.price-excluding-tax .price {
}
/* Including tax */
.price-including-tax {
	display:block;
}
.price-including-tax .label {
	white-space:nowrap;
}
.price-including-tax .price {
}
/* FPT */
.weee {
	display:block;
}
.weee .price {
}
/* Excl tax (for order tables) */
.price-excl-tax {
	display:block;
}
.price-excl-tax .label {
	display:block;
	white-space:nowrap;
}
.price-excl-tax .price {
	display:block;
}
/* Incl tax (for order tables) */
.price-incl-tax {
	display:block;
}
.price-incl-tax .label {
	display:block;
	white-space:nowrap;
}
.price-incl-tax .price {
	display:block;
}
/* Price range */
.price-from {
	margin:0;
}
.price-from .price-label {
	white-space:nowrap;
}
.price-to {
	margin:0;
}
.price-to .price-label {
	white-space:nowrap;
}
/* Price notice next to the options */
.price-notice {
	padding-left:10px;
}
.price-notice .price {
}
/* Price as configured */
.price-as-configured {
	margin:0;
}
.price-as-configured .price-label {
	white-space:nowrap;
}
.price-box-bundle {
	padding:0 0 10px 0;
}
.price-box-bundle .price-box {
	margin:0 !important;
	padding:0 !important;
}
.price-box-bundle .price {
}
/********** Product Prices > */

/* Tier Prices */
.tier-prices {
	margin:10px 0;
	padding:10px;
	border:1px solid;
}
.tier-prices li {
	line-height:1.4;
	padding:2px 0 2px 0px;
}
.tier-prices .benefit {
	font-style:italic;
}
.tier-prices .price {
}
.tier-prices-grouped li {
	padding:2px 0;
}
.tier-prices-grouped li .price {
}
/* Add to Links */
.add-to-links {
	margin:5px 0 0;
}
.add-to-links .separator {
	display:none;
}
/* Add to Cart */
.add-to-cart label {
	float:left;
	margin-right:5px;
}
.add-to-cart .qty {
	float:left;
	margin-right:5px;
}
.add-to-cart button.button {
	float:left;
}
.add-to-cart .paypal-logo {
	clear:left;
	margin:0;
	padding:10px 0 0;
	text-align:right;
}
/* Add to Links + Add to Cart */
.add-to-box {
	margin:10px 0;
}
.add-to-box .add-to-cart {
	float:left;
}
.add-to-box .or {
	float:left;
	margin:0 7px;
}
.add-to-box .add-to-links {
	float:left;
	margin:0;
	line-height:1.25;
	text-align:left;
}
.add-to-box .add-to-links li {
	display:block;
}
.add-to-box .add-to-links li .separator {
	display:none !important;
}
.product-essential {
	padding:25px;
}
.product-essential h2 {
}
.product-collateral {
	padding:10px 25px 10px 25px;
}
.product-collateral h2 {
	padding:0 0 1px;
	margin:0 0 5px;
}
.product-collateral .box-collateral {
	margin:0 0 25px;
}
/* Product Images */
.product-view .product-img-box {
	float:left;
	width:267px;
}
.col3-layout .product-view .product-img-box {
	float:none;
	margin:0 auto;
}
.product-view .product-img-box .product-image {
	margin:0 0 13px;
}
.product-view .product-img-box .product-image-zoom {
	position:relative;
	width:265px;
	height:265px;
	overflow:hidden;
	z-index:9;
}
.product-view .product-img-box .product-image-zoom img {
	position:absolute;
	left:0;
	top:0;
	cursor:move;
}
.product-view .product-img-box .zoom-notice {
	margin:0 0 5px;
	text-align:center;
}
.product-view .product-img-box .zoom {
	position:relative;
	z-index:9;
	height:18px;
	margin:0 auto 13px;
	padding:0 28px;
	cursor:pointer;
}
.product-view .product-img-box .zoom.disabled {
	-moz-opacity:.3;
	-webkit-opacity:.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/
	opacity:.3;
}
.product-view .product-img-box .zoom #track {
	position:relative;
	height:18px;
}
.product-view .product-img-box .zoom #handle {
	position:absolute;
	left:0;
	top:-1px;
	width:9px;
	height:22px;
	background:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/magnifier_handle.gif) 0 0 no-repeat;
}
.product-view .product-img-box .zoom .btn-zoom-out {
	position:absolute;
	left:2px;
	top:0;
}
.product-view .product-img-box .zoom .btn-zoom-in {
	position:absolute;
	right:2px;
	top:0;
}
.product-view .product-img-box .more-views h2 {
	margin:0 0 8px;
}
.product-view .product-img-box .more-views ul {
	margin-left:-9px
}
.product-view .product-img-box .more-views li {
	float:left;
	margin:0 0 8px 9px;
}
.product-view .product-img-box .more-views li a {
	float:left;
	/*width:56px;
	height:56px;*/
	overflow:hidden;
}
.product-image-popup {
	margin:0 auto;
}
.product-image-popup .nav {
	text-align:center;
}
.product-image-popup .image {
	display:block;
	margin:10px 0;
}
.product-image-popup .image-label {
	margin:0 0 10px;
}
/* Product Shop */
.product-view .product-shop {
	float:right;
	width:330px;
}
.col1-layout .product-view .product-shop {
	float:right;
	width:545px;
}
.col3-layout .product-view .product-shop {
	float:none;
	width:auto;
}
.product-view .product-shop .product-name {
	margin:0 0 5px;
}
.product-view .product-shop .product-name h1 {
	margin:0;
}
.product-view .product-shop .availability {
	margin:10px 0;
}
.product-view .product-shop .short-description {
	margin:10px 0;
	background:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/bkg_divider1.gif) 0 0 repeat-x;
	padding:10px 0 0;
}
.product-view .product-shop .price-box {
	margin:10px 0;
}
.product-view .product-shop .add-to-links {
	margin:0;
}
.product-view .product-shop .add-to-links {
}
.product-view .product-shop .add-to-links li, .product-view .product-shop .add-to-links li .separator {
	display:inline;
}
.product-view .product-shop .add-to-links a {
}
/* Product Options */
.product-options {
	margin:20px 0 0;
	padding:10px 15px 20px;
	border:1px solid;
}
.product-options dt {
	padding:10px 0 0;
}
.product-options dt label {
}
.product-options dt span.required {
	color:#eb340a;
}
.product-options dt .qty-holder {
	float:right;
	margin-right:15px;
}
.product-options dt .qty-holder label {
	vertical-align:middle;
}
.product-options dt .qty-disabled {
	background:none;
	border:0;
	padding:3px;
}
.product-options dd {
	padding:5px 10px 15px;
	margin:0 0 5px;
	border-bottom:1px solid;
}
.product-options dl.last dd.last {
	border-bottom:0;
	padding-bottom:5px;
	margin-bottom:0;
}
.product-options dd input.input-text {
	width:98%;
}
.product-options dd input.datetime-picker {
	width:150px;
}
.product-options dd .time-picker {
	display:-moz-inline-box;
	display:inline-block;
	padding:2px 0;
	vertical-align:middle;
}
.product-options dd textarea {
	width:98%;
	height:8em;
}
.product-options dd select {
	width:99%;
}
.product-options dd .multiselect option {
	border-bottom:1px dotted;
	padding:2px 4px;
}
.product-options ul.options-list {
	margin-right:5px;
}
.product-options ul.options-list li {
	line-height:1.5;
	padding:2px 0;
}
.product-options ul.options-list input.radio {
	float:left;
	margin-top:3px;
}
.product-options ul.options-list input.checkbox {
	float:left;
	margin-top:3px;
}
.product-options ul.options-list .label {
	display:block;
	margin-left:18px;
}
.product-options ul.options-list label {
}
.product-options ul.validation-failed {
	padding:0 7px;
}
.product-options p.note {
	margin:0;
}
.product-options p.required {
	margin-bottom:0;
	padding:15px 0 0;
}
.product-options-bottom {
	padding:15px 20px;
	border:1px solid;
	border-top:0;
}
.product-options-bottom .tier-prices {
	margin:0;
	padding:0 0 10px;
	border:0;
	background:0;
}
.product-options-bottom .tier-prices li {
	background:0;
	padding:2px 0;
}
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {
}
.product-options-bottom .price-box {
	float:left;
	margin:0;
	padding:0;
}
.col3-layout .product-options-bottom .price-box {
	float:none;
	padding:0 0 5px;
}
.product-options-bottom .price-label {
	float:left;
	padding-right:5px;
}
.product-options-bottom .price-tax {
	float:left;
}
.product-options-bottom .add-to-cart {
	float:right;
}
.product-shop .product-options-bottom {
	margin:0 0 10px;
}
.product-shop .product-options-bottom .price-box {
	float:none;
	margin:0 0 5px;
}
.product-shop .product-options-bottom .price-label {
	float:none;
	padding-right:0;
}
.product-shop .product-options-bottom .price-tax {
	float:none;
}
.product-shop .product-options-bottom .add-to-cart-box {
	clear:both;
	float:left;
	padding-top:12px;
}
/* Grouped Product */
.product-view .grouped-items-table .price-box {
	margin:0;
	padding:0;
}
/* Block: Description */
.product-view .box-description {
}
/* Block: Additional */
.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {
	line-height:1.25;
}
/* Block: Upsell */
.product-view .box-up-sell h2 {
	border-bottom:0;
	padding:0;
	margin:0 0 8px;
}
.product-view .box-up-sell .products-grid {
	width:100%;
}
.product-view .box-up-sell .products-grid td {
	width:25%;
	padding:15px 10px 12px;
	line-height:1.6em;
}
.product-view .box-up-sell .products-grid tr.last td {
}
.product-view .box-up-sell .products-grid td.last {
}
.product-view .box-up-sell .products-grid .product-image {
	text-align:center;
	border: 0;
}
.product-view .box-up-sell .products-grid .product-image img {
	border: 1px solid;
}
.product-view .box-up-sell .products-grid td.empty {
	border-right:0;
}
.product-view .box-up-sell .products-grid .ratings .rating-box {
	float:none;
	display:block;
	margin:0 0 3px;
}
/* Block: Tags */
.product-view .box-tags {
	margin:0;
}
.product-view .box-tags h3 {
}
.product-view .box-tags .product-tags {
	display:block;
	margin:0 0 15px;
}
.product-view .box-tags .product-tags li {
	display:inline;
}
.product-view .box-tags .product-tags li.first {
	padding-left:0;
}
.product-view .box-tags .product-tags li.last {
	background:none;
	padding-right:0;
}
.product-view .box-tags .form-add label {
	display:block;
	margin:0 0 5px;
}
.product-view .box-tags .form-add .input-box {
	float:left;
	width:305px;
	margin:0 5px 0 0;
	padding:0 0 0 0px;
}
.product-view .box-tags .form-add input.input-text {
	width:299px;
}
.product-view .box-tags .note {
	margin:3px 0 0;
	padding:0 0 0 0px;
}
/* Block: Reviews */
.product-view .box-reviews dl {
	margin:15px 0;
}
.product-view .box-reviews dt a, .product-view .box-reviews dt span {
}
.product-view .box-reviews dd {
	margin:0 0 15px;
}
.product-view .box-reviews dd small {
	font-style:italic;
}
.product-view .box-reviews .form-add {
	margin:15px 0 0;
}
.product-view .box-reviews .form-add h3 {
}
.product-view .box-reviews .form-add h3 span {
}
.product-view .box-reviews .form-add h4 {
}
.product-view .box-reviews .form-add .data-table td {
	text-align:center;
}
.product-view .box-reviews .form-add .form-list {
	margin:15px 0 0;
}
.product-view .box-reviews .form-add .form-list .input-box {
	width:360px;
}
.product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea {
	width:354px;
}
/* Send a Friend */
.send-friend .form-list {
	width:615px;
	overflow:hidden;
}
.send-friend .form-list li {
	margin-right:-15px;
}
.send-friend .form-list li p {
	margin:0 15px 0 0;
}
.send-friend .form-list .field {
	width:315px;
}
.send-friend .form-list .input-box {
	width:300px;
}
.send-friend .form-list input.input-text, .send-friend .form-list textarea {
	width:294px;
}
.send-friend .form-list li.wide .input-box {
	width:612px;
}
.send-friend .form-list li.wide textarea {
	width:609px;
}
.send-friend .buttons-set .limit {
	float:right;
	margin:0 7px 0 0;
	line-height:21px;
}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name {
	margin:0;
}
.product-name a {
}
/* Product Tags */
.tags-list {
	display:block;
	border:1px solid;
}
.tags-list li {
	display:inline !important;
	margin:0 4px 0 0;
	font-size: 14px;
}
.tags-list li a {
}
/* Advanced Search */
.advanced-search .form-list label {
	width:160px;
	padding-right:10px;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
	float:left;
	clear:none;
}
.advanced-search-amount {
	margin:0 0 10px;
}
.advanced-search-summary {
	margin:10px 0;
	border:1px solid;
	padding:10px;
}
.advanced-search-summary ul {
	float:left;
	width:49%;
}
.advanced-search-summary strong {
}
.advanced-search-summary p {
	clear:both;
	margin:0;
}
/* CMS Home Page */
.cms-home .subtitle {
}
.cms-index-index .subtitle {
}
/* Sitemap */
.page-sitemap .links {
	text-align:right;
	margin:0 8px -22px 0;
}
.page-sitemap .links a {
	position:relative;
}
.page-sitemap .links a:hover {
}
.page-sitemap .sitemap {
	margin:12px;
}
.page-sitemap .sitemap a {
}
.page-sitemap .sitemap li {
	margin:3px 0;
}
.page-sitemap .sitemap li.level-0 {
	margin:10px 0 0;
}
.page-sitemap .sitemap li.level-0 a {
}
/* RSS */
.rss-title h1 {
	background:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/i_rss-big.png) 0 4px no-repeat;
	padding-left:27px;
}
.rss-table .link-rss {
	display:block;
	line-height:1.55;
	background-position:0 4px;
}
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title {
	border-bottom:0;
	margin:0 0 12px;
}
.cart .page-title h1 {
	margin:10px 0 0;
}
/* Checkout Types */
.cart .page-title .checkout-types li {
	margin:0 0 5px;
}
.cart .title-buttons .checkout-types {
	float:right;
}
.cart .title-buttons .checkout-types li {
	float:left;
	margin:0 0 5px 5px;
}
/* Shopping Cart Table */
.cart-table th {
	padding:2px 10px;
}
.cart-table td {
	padding:10px;
}
.cart-table .product-name {
	margin:0 0 5px;
}
.cart-table .item-msg {
	margin:5px 0;
}
.cart-table tfoot td {
	padding:5px 10px;
}
.cart-table .btn-continue {
	float:left;
}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
	padding:25px 0 0;
}
.cart .cart-collaterals .col2-set {
	float:left;
	width:605px;
}
.cart .cart-collaterals .col2-set .col-2 {
	width:294px;
}
.cart .crosssell {
	border:1px solid;
	padding:12px 15px;
}
.cart .crosssell h2 {
}
.cart .crosssell .product-image {
	float:left;
	width:75px;
	height:75px;
	border:1px solid;
}
.cart .crosssell .product-details {
	margin-left:90px;
}
.cart .crosssell .product-name {
}
.cart .crosssell li.item {
	margin:12px 0;
}
.cart .crosssell .link-compare {
}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount, .cart .shipping {
	border:1px solid;
	padding:12px 15px;
	margin:0 0 18px;
}
.cart .discount h2, .cart .shipping h2 {
	padding:0;
}
.cart .discount .buttons-set, .cart .shipping .buttons-set {
	margin:10px 0 0;
	border:0;
	padding:0;
	text-align:left;
}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
	float:none;
	margin-left:0;
}
.cart .discount h2 {
}
.cart .discount .input-box {
	margin:8px 0 0;
	width:260px;
}
.cart .discount input.input-text {
	width:254px;
}
.cart .shipping h2 {
}
.cart .shipping .sp-methods {
	margin:10px 0 0;
	padding:5px 0 0;
}
/* Shopping Cart Totals */
.cart .totals {
	float:right;
	width:268px;
	border:1px solid;
}
.cart .totals table {
	width:100%;
	margin:7px 0;
}
.cart .totals td {
	padding:1px 15px 1px 7px;
}
.cart .totals tr.last td {
}
.cart .totals tfoot th {
	padding:5px 15px 5px 7px;
}
.cart .totals tfoot td {
	padding-top:5px;
	padding-bottom:5px;
}
.cart .totals tfoot th strong, .cart .totals tfoot td strong {
}
.cart .totals .checkout-types {
	padding:8px 15px 15px;
	text-align:right;
}
.cart .totals .checkout-types li {
	clear:both;
	margin:10px 0;
}
/* Options Tool Tip */
.item-options dt {
	font-style:italic;
}
.item-options dd {
	padding-left:10px;
	margin:0 0 6px;
}
.truncated {
	cursor:help;
}
.truncated a.dots {
	cursor:help;
}
.truncated a.details {
	cursor:help;
}
.truncated .truncated_full_value {
	position:relative;
	z-index:999;
}
.truncated .truncated_full_value dl {
	position:absolute;
	top:-99999em;
	left:-99999em;
	z-index:999;
	width:250px;
	padding:8px;
	border:1px solid;
}
.truncated .show dl {
	top:-20px;
	left:50%;
}
.col-left .truncated .show dl {
	left:15px;
	top:7px;
}
.col-right .truncated .show dl {
	left:-240px;
	top:7px;
}
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
	margin:0 0 8px;
}
.sp-methods dt {
	margin:13px 0 5px;
}
.sp-methods dd {
}
.sp-methods dd li {
	margin:5px 0;
}
.sp-methods label {
}
.sp-methods .price {
}
.sp-methods .form-list {
	padding-left:20px;
}
.sp-methods .form-list li {
	margin:0 0 8px;
}
.sp-methods select.month {
	width:154px;
	margin-right:10px;
}
.sp-methods select.year {
	width:96px;
}
.sp-methods input.cvv {
	width:3em !important;
}
.sp-methods .checkmo-list li {
	margin:0 0 5px;
}
.sp-methods .checkmo-list label {
	width:135px;
	padding-right:10px;
	text-align:right;
}
.sp-methods .checkmo-list address {
	float:left;
}
.sp-methods .centinel-logos a {
	margin-right:3px;
}
.sp-methods .centinel-logos img {
	vertical-align:middle;
}
.please-wait {
	float:right;
}
.please-wait img {
	vertical-align:middle;
}
.cvv-what-is-this {
	cursor:help;
	margin-left:10px;
}
/* Tooltip */
.tool-tip {
	border:1px solid;
	padding:15px 20px;
	position:absolute;
	z-index:9999;
	background: #fff;
}
.tool-tip .btn-close {
	margin:-9px -14px 0;
	text-align:right;
}
.tool-tip .btn-close a {
	display:block;
	margin:0 0 0 auto;
	width:15px;
	height:15px;
	background:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/btn_window_close.gif) 100% 0 no-repeat;
	text-align:left;
	text-indent:-999em;
	overflow:hidden;
}
.tool-tip .tool-tip-content {
	padding:5px;
}
/* Gift Messages */
.gift-messages h3 {
}
.gift-messages p.control {
}
.gift-messages-form {
	position:relative;
}
.gift-messages-form label {
	float:none !important;
	position:static !important;
}
.gift-messages-form h4 {
}
.gift-messages-form .whole-order {
	margin:0 0 25px;
}
.gift-messages-form .item {
	margin:0 0 10px;
}
.gift-messages-form .item .product-img-box {
	float:left;
	width:75px;
}
.gift-messages-form .item .product-image {
	margin:0 0 7px;
}
.gift-messages-form .item .number {
	margin:0;
	text-align:center;
}
.gift-messages-form .item .details {
	margin-left:90px;
}
.gift-messages-form .item .details .product-name {
	margin:0 0 10px;
}
.gift-messages-form .item .details .form-list .field {
	width:255px;
}
.gift-messages-form .item .details .form-list .input-box {
	width:240px;
}
.gift-messages-form .item .details .form-list input.input-text {
	width:234px;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
	width:500px;
}
.gift-messages-form .item .details .form-list li.wide textarea {
	width:494px;
}
.gift-message-link {
	background:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
	padding-right:7px;
}
.gift-message-link.expanded {
	background-position:100% -40px;
}
.gift-message-row {
}
.gift-message-row .btn-close {
	float:right;
	width:16px;
	height:16px;
	background:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/btn_gm-close.gif) 0 0 no-repeat;
	font-size:0;
	line-height:0;
	text-indent:-999em;
	overflow:hidden;
}
/* Checkout Agreements */
.checkout-agreements li {
	margin:30px 0;
}
.checkout-agreements .agreement-content {
	overflow:auto;
	height:12em;
	padding:10px;
	border:1px solid;
}
.checkout-agreements .agree {
	margin:0;
	padding:10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
	margin-right:6px;
}
.checkout-agreements .agree label {
}
.opc .checkout-agreements {
	border:1px solid;
	border-width:0 1px;
	padding:5px 30px;
}
.opc .checkout-agreements li {
	margin:20px 0 0;
}
.opc .checkout-agreements .agreement-content {
	padding:5px;
}
.opc .checkout-agreements .agree {
	padding-left:6px;
}
/* Centinel */
.centinel {
}
.centinel .authentication {
	border:1px solid;
}
.centinel .authentication iframe {
	width:99%;
	height:400px;
	background:transparent !important;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
}
.opc .centinel {
	border:1px solid;
	border-width:0 1px 1px;
	padding:10px 30px;
}
/* Generic Info Set */
.info-set {
	border:1px solid;
	margin:0 0 25px;
	padding:20px;
}
.info-set h2 {
	margin:0 0 10px;
}
.info-set h3, .info-set h4 {
}
.info-set h2 a, .info-set h3 a, .info-set h4 a {
}
.info-set h2.legend {
	margin:-20px -20px 15px;
	padding:5px 10px;
	border-bottom:1px solid;
	position:relative;
}
.info-set h3.legend {
	margin:0 0 10px;
}
.info-set .divider {
	margin:0 -20px;
	padding:25px 0;
	position:relative;
}
.info-set .box {
	margin:0 0 15px;
}
.info-set .box h2 {
}
.info-set .data-table .product-name {
}
.info-set .data-table .product-name a {
}
.info-set .data-table .item-options {
	margin:5px 0 0;
}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
	border:0;
	margin:0;
}
.block-progress .block-title {
	background:none;
	border:0;
	padding:0;
	margin:0 0 5px;
}
.block-progress .block-title strong {
}
.block-progress .block-content {
	background:none;
}
.block-progress dt {
	line-height:1.35;
	border:1px solid;
	margin:0 0 6px;
	padding:2px 8px;
}
.block-progress dd {
	border:1px solid;
	border-top:0;
	padding:8px 13px;
	margin:0 0 6px;
}
.block-progress dt.complete {
	margin:0;
}
.block-progress dd.complete {
}
.block-progress p {
	margin:0;
}
.opc .buttons-set {
	margin-top:0;
	padding-top:2em;
}
.opc .buttons-set p.required {
	margin:0;
	padding:0 0 10px;
}
.opc .buttons-set .back-link small {
	display:none;
}
.opc .buttons-set .back-link a {
}
.opc .buttons-set.disabled button.button {
	display:none;
}
.opc .buttons-set .please-wait {
	height:21px;
	line-height:21px;
}
.opc .ul {
	list-style:disc outside;
	padding-left:18px;
}
.opc {
	position:relative;
}
.opc li.section {
}
.opc .step-title {
	border-width:0 1px;
	border-style:solid;
	padding:4px 8px 6px;
	text-align:right;
}
.opc .step-title .number {
	float:left;
	border:1px solid;
	padding:0 4px;
	margin:0 5px 0 0;
}
.opc .step-title h2 {
	float:left;
	margin:0;
}
.opc .step-title a {
	display:none;
	float:right;
}
.opc .allow .step-title {
	border:1px solid;
	border-bottom:0;
	cursor:pointer;
}
.opc .allow .step-title .number {
}
.opc .allow .step-title h2 {
}
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {
	border:1px solid;
	padding-bottom:5px;
	cursor:default;
}
.opc .active .step-title .number {
}
.opc .active .step-title h2 {
}
/*.opc .active .step-title a { display:none; }*/

.opc .step {
	border:1px solid;
	border-top:0;
	padding:15px 30px;
	position:relative;
}
.opc .step .tool-tip {
	right:30px;
}
#opc-login .buttons-set {
	border-top:0;
}
#opc-login h3 {
	border-bottom:1px solid;
	padding-bottom:2px;
}
#opc-login h4 {
	margin:0;
}
#opc-shipping_method .buttons-set {
	border-top:0;
}
.opc .gift-messages-form {
	margin:0 -30px;
	border:1px solid;
	border-width:1px 0;
	padding:22px 24px 22px 30px;
}
.opc .gift-messages-form .inner-box {
	padding:5px;
	height:260px;
	overflow:auto;
}
#opc-review .step {
	border:0;
	padding:0;
}
#opc-review .product-name {
}
#opc-review .item-options {
	margin:5px 0 0;
}
#opc-review .buttons-set {
	padding:20px 30px;
	border:1px solid;
	border-width:0 1px 1px;
}
#opc-review .buttons-set p {
	margin:0;
	line-height:40px;
}
#opc-review .buttons-set .please-wait {
	height:40px;
	line-height:40px;
}
/* Multiple Addresses Checkout */
.checkout-progress {
	padding:0 90px;
	margin:0 0 20px;
}
.checkout-progress li {
	float:left;
	width:19%;
	margin:0 3px 0 0;
	border-top:10px solid;
	padding:2px 0 0;
	text-align:center;
}
.checkout-progress li.active {
}
.multiple-checkout h2 {
	margin:0 0 10px;
}
.multiple-checkout h3, .multiple-checkout h4 {
}
.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a {
}
.multiple-checkout .data-table .product-name {
}
.multiple-checkout .data-table .product-name a {
}
.multiple-checkout .data-table .item-options {
	margin:5px 0 0;
}
.multiple-checkout .gift-messages {
	margin:15px 0 0;
}
.multiple-checkout .tool-tip {
	top:50%;
	margin-top:-120px;
	right:20px;
}
.multiple-checkout .col2-set, .multiple-checkout .col3-set {
	border:1px solid;
	margin:0 0 25px;
	padding:20px;
}
.multiple-checkout .col2-set h2.legend {
	margin:-20px -20px 15px;
	padding:5px 10px;
	border-bottom:1px solid;
	position:relative;
}
.multiple-checkout .col2-set h3.legend {
	margin:0 0 10px;
}
.multiple-checkout .col2-set .divider {
	margin:0 -20px;
	padding:25px 0;
	position:relative;
}
.multiple-checkout .box {
	margin:0 0 15px;
}
.multiple-checkout .box h2 {
}
.multiple-checkout .place-order .please-wait {
	float:right;
	padding:27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total {
	float:right;
	height:71px;
	font-size:1.5em;
	padding:0 0 0 0px;
	overflow:hidden;
}
.multiple-checkout .place-order .grand-total .inner {
	float:left;
	height:57px;
	padding:14px 0px 0 0;
}
.multiple-checkout .place-order .grand-total .inner div {
	display:inline;
}
.multiple-checkout .place-order .grand-total big {
	display:inline;
	margin-right:12px;
}
.multiple-checkout .place-order .grand-total .price {
}
.multiple-checkout .place-order .grand-total button.button span {
}
.multiple-checkout .place-order .grand-total button.button span span {
	padding:0 45px 0 36px;
}
/* Step 1 */
.multiple-checkout .title-buttons button.button span {
}
#multiship-addresses-table td {
	padding:10px;
}
#multiship-addresses-table tfoot td {
	padding:5px 10px;
}
#multiship-addresses-table tfoot button.button span {
}
/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
	width:100%;
	overflow:hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
	margin-right:-15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
	width:230px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
	width:215px;
}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
	width:209px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
	width:445px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
	width:439px;
}
.checkout-multishipping-shipping .box-sp-methods {
	border:1px solid;
	padding:13px;
	position:relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
	position:absolute;
	top:-20px;
	right:-40px;
	width:178px;
	height:41px;
	overflow:hidden;
}
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
	position:relative;
}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content {
	min-height:240px;
	padding:14px 21px;
	border:1px solid;
	border-bottom:0;
}
.account-login .content h2 {
	margin:0 0 14px;
	padding:0 0 5px 0px;
	border-bottom:1px solid;
	background-position:0 1px;
	background-repeat:no-repeat;
}
.account-login .new-users h2 {
}
.account-login .registered-users h2 {
}
.account-login .buttons-set {
	border:1px solid;
	border-top:0;
	margin:0;
	padding:8px 13px;
}
.account-create {
}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
	float:none;
	margin:0;
}
/********** < Dashboard */
.dashboard .welcome-msg {
	margin:0 8em 1.5em 0;
}
.dashboard .welcome-msg p {
	margin:0;
}
.dashboard .col2-set {
	margin:0 0 15px;
}
/* General Box */
.box-account {
	border:1px solid;
	padding:15px;
	margin: 0 0 20px;
}
.box-account .box-head {
	border-bottom:1px solid;
	margin:0 0 10px;
	text-align:right;
}
.box-account .box-head h2 {
	float:left;
	margin:0;
}
.dashboard .box .box-title {
	padding:0 0 2px;
	margin:0 0 8px;
	text-align:right;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
	float:left;
	margin:0;
}
/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {
}
/* Block: Account Information */
.dashboard .box-info .box-head h2 {
}
.dashboard .box-info h4 {
}
/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
}
.dashboard .box-reviews .number {
	float:left;
	font-size:10px;
	line-height:1;
	color:#fff;
	margin:3px -20px 0 0;
	padding:2px 3px;
}
.dashboard .box-reviews .details {
	margin-left:20px;
}
.dashboard .box-reviews li.item {
	margin:0 0 7px;
}
.dashboard .box-reviews li.item.last {
	margin:0;
}
.dashboard .box-reviews .ratings {
	margin:7px 0 0;
}
/* Block: Tags */
.dashboard .box-tags .box-head h2 {
}
.dashboard .box-tags .number {
	float:left;
	font-size:10px;
	line-height:1;
	color:#fff;
	margin:3px -20px 0 0;
	padding:2px 3px;
}
.dashboard .box-tags .details {
	margin-left:20px;
}
.dashboard .box-tags li.item {
	margin:0 0 7px;
}
.dashboard .box-tags li.item.last {
	margin:0;
}
.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li {
	display:inline;
}
/********** Dashboard > */

/* Address Book */
.addresses-list h2 {
}
.addresses-list h3 {
}
.addresses-list address {
	margin:0 0 3px;
}
.addresses-list p {
	margin:0;
}
.addresses-list a {
}
.addresses-list .link-remove {
}
.addresses-list .separator {
	margin:0 3px;
}
.addresses-list li.item {
	border:1px solid;
	padding:10px 13px;
	margin:0 0 10px;
}
.addresses-list li.empty {
	background:none;
	border:0;
	padding:0;
}
.addresses-list li.empty p {
}
.addresses-list .addresses-additional li.item {
	background:none;
	border:0;
	padding:0;
}
/* Order View */
.order-info {
	border:1px solid;
	padding:4px 8px;
	margin:0 0 8px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
	display:inline;
}
.order-info .current {
}
.order-info li {
	margin:0 3px;
}
.order-date {
	margin:10px 0;
}
.order-info-box {
	border:1px solid;
	padding:12px 15px;
	margin:0 0 15px;
}
.order-info-box h2 {
}
.order-info-box .box-payment p {
	margin:0 0 3px;
}
.order-info-box .box-payment th {
	padding-right:7px;
}
.order-items {
	width:100%;
	overflow-x:auto;
}
.order-items h2, .order-items h3 {
}
.order-items .product-name {
}
.order-items .link-print {
	float:right;
}
.order-items p .link-print {
	float:none;
}
.order-gift-message {
	margin:15px 0;
}
.gift-message dt strong {
}
.gift-message dd {
	margin:5px 0 0;
}
.order-about {
	margin:15px 0;
}
.order-about dt {
}
.order-about dd {
	margin:0 0 7px;
}
.tracking-table {
	margin:0 0 15px;
}
.tracking-table th {
	white-space:nowrap;
}
.tracking-table th, .tracking-table td {
	padding:1px 5px 0 0;
}
.tracking-table-popup {
	width:100%;
}
.tracking-table-popup th {
	white-space:nowrap;
}
.tracking-table-popup th, .tracking-table-popup td {
	padding:1px 8px;
}
/* Order Print Pages */
.page-print .print-head {
	margin:0 0 15px;
}
.page-print .print-head .logo {
	float:left;
}
.page-print .print-head address {
	float:left;
	margin-left:15px;
}
.page-print h1 {
}
.page-print h2, .page-print h3 {
}
.page-print h2.h2 {
}
.page-print .order-date {
	padding:0 0 10px;
	margin:0 0 10px;
}
.page-print .col2-set {
	margin:0 0 10px;
}
/* Price Rewrites */
.page-print .gift-message-link {
	display:none;
}
.page-print .price-excl-tax, .page-print .price-incl-tax {
	display:block;
	white-space:nowrap;
}
.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
	display:inline;
}
/* My Wishlist */
.my-wishlist .data-table td {
	padding:10px;
}
.my-wishlist .product-image {
	display:block;
	width:113px;
	height:113px;
	margin:0 0 5px;
}
.my-wishlist textarea {
	display:block;
	width:97%;
	height:109px;
}
.my-wishlist .buttons-set {
	margin-top:2em;
}
.my-wishlist .buttons-set button.button {
	float:none;
}
#wishlist-table .add-to-links {
	white-space:nowrap;
}
/* My Tags */
.my-tag-edit {
	float:left;
	margin:0 0 10px;
}
.my-tag-edit .btn-remove {
	float:right;
	margin:5px 0 0 5px;
}
#my-tags-table {
	clear:both;
}
#my-tags-table td {
	padding:10px;
}
#my-tags-table .add-to-links {
	white-space:nowrap;
}
/* My Reviews */
#my-reviews-table td {
	padding:10px;
}
.product-review .product-img-box {
	float:left;
	width:140px;
}
.product-review .product-img-box .product-image {
	display:block;
	width:125px;
	height:125px;
}
.product-review .product-img-box .label {
	margin:0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
	float:none;
	display:block;
	margin:0 0 3px;
}
.product-review .product-details {
	margin-left:150px;
}
.product-review .product-name {
	margin:0 0 10px;
}
.product-review h3 {
	margin:0 0 3px;
}
.product-review .ratings-table {
	margin:0 0 10px;
}
.product-review dt {
}
.product-review dd {
	margin:5px 0 0;
}
/* Billing Agreements */
.billing-agreements .form-list li select {
	float:left;
}
.billing-agreements .form-list li button.button {
	float:left;
	margin-left:10px;
}
.billing-agreements .table-caption {
}
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {
}
.footer {
	width:990px;
	margin:0 auto;
	padding:0px 0px 0px;
}
.footer .store-switcher {
	display:inline;
	margin:0 5px 0 0;
}
.footer .store-switcher label {
	vertical-align:middle;
}
.footer .store-switcher select {
	padding:0;
	vertical-align:middle;
}
.footer a {
}
.footer a:hover {
}
.footer .bugs {
	margin:13px 0 0;
}
.footer .bugs a {
}
.footer .bugs a:hover {
}
.footer address {
	margin:0 0 0px;
}
.footer address a {
}
.footer address a:hover {
}
/*.footer ul { display:inline; }*/
.footer ul.links {
	display:block;
}
.footer ul.links {
	display:inline;
	padding:0 7px 0 4px;
}
.footer li.last {
	background:none !important;
	padding-right:0 !important;
}
.footer-container .bottom-container {
	margin:0 0 5px;
}
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout {
	margin-bottom:12px;
}
.home-callout img {
	display:block
}
.home-spot {
	float:left;
	width:470px;
	margin-left:20px;
}
.best-selling h3 {
	margin:12px 0 6px 0;
}
.best-selling table {
	border-top:1px solid;
}
.best-selling tr.odd {
}
.best-selling tr.even {
}
.best-selling td {
	width:50%;
	border-bottom:1px solid;
	padding:8px 10px 8px 8px;
}
.best-selling .product-img {
	float:left;
	border:2px solid;
}
.best-selling .product-description {
	margin-left:107px;
	line-height:1.3em;
}
.best-selling a.product-name, .home-spot .best-selling a.product-name:hover {
}
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
	display:block;
	content:".";
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden;
}
/* ======================================================================================= */

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://oanh.com.au/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://oanh.com.au/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://oanh.com.au/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://oanh.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://oanh.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://oanh.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://oanh.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://oanh.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://oanh.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.quickshop_img{ }

#id_qs_load{width: 621px;position: absolute;top: 30px; left: 50%;display: none;z-index: 1001;background: #fff;min-height: 300px;}
#output-div{}
a.close{width: 15px; height: 15px;text-indent: -999em;background: url(http://oanh.com.au/skin/frontend/base/default/images/close.gif) center center no-repeat;display: inline-block;float: right;padding: 10px 10px 0 0;position: absolute;right: -3px;top: -22px;}
#shadow_box{width: 100%;display: none;position: absolute;left: 0; top: 0;z-index: 1001;background: #000;opacity:0.5;z-index: 1000;filter:alpha(opacity=50)}
#loadingmask{padding: 5px 0;position: absolute;top: 50%;left: 50%;margin: -30px 0 0 -15px;}
#loading-mask-loader span{display: block;padding-top: 10px;}
#loading-mask-loader img{padding-right: 10px;}

#em_quickshop_handler{position: absolute; display:block; }
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('http://oanh.com.au/skin/frontend/base/default/images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('http://oanh.com.au/skin/frontend/base/default/images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('http://oanh.com.au/skin/frontend/base/default/css/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('http://oanh.com.au/skin/frontend/base/default/images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('http://oanh.com.au/skin/frontend/base/default/images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('http://oanh.com.au/skin/frontend/base/default/images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('http://oanh.com.au/skin/frontend/base/default/images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('http://oanh.com.au/skin/frontend/base/default/images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('http://oanh.com.au/skin/frontend/base/default/images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('http://oanh.com.au/skin/frontend/base/default/images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('http://oanh.com.au/skin/frontend/base/default/images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('http://oanh.com.au/skin/frontend/base/default/images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('http://oanh.com.au/skin/frontend/base/default/images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('http://oanh.com.au/skin/frontend/base/default/css/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('http://oanh.com.au/skin/frontend/base/default/images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('http://oanh.com.au/skin/frontend/base/default/images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('http://oanh.com.au/skin/frontend/base/default/images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
#custommenu {
	position: relative;
	font-size: 12px; 
	padding: 0px 0px 0px 5px;
	width: 985px;
}
div.menu {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 23px;
	_width: 0px; /*IE6*/
	_padding: 0px 0px 0px 0px;
}
div.menu a:link, div.menu a:visited {
	display: block;
	height: 23px;
	padding-left: 15px;
	padding-right: 15px;
}
div.menu a span {
	display: block;
	height: 19px;
	padding-right: 0px;
	padding-top: 4px;
}
div.menu a span:hover {
	cursor: pointer;
}
div.wp-custom-menu-popup {
	position: absolute;
	z-index: 3000;
	display: none;
	text-align: left;
	padding: 0px 10px 10px 15px;
	_width: 0px; /*IE6*/
	_margin-top: -3px;
	border-radius:  0px 0px 3px 3px;
	border-top: 0;
}
div.menu a, div.wp-custom-menu-popup a {
	text-decoration: none;
	display:block;
	cursor: pointer;
	_height: 0;
	height: auto;
	line-height:13px;
	padding: 0px;
}
div.block2 {
	display: block;
	padding-top: 10px;
}
div.block2 p {
margin-bottom: 3px;
line-height: 120%;
font-size: 11px;
}
div.block2 p a {
	display: inline;
}

div.column {
	float: left;
	width: 150px; /* column width */
	padding: 0px;
	margin: 0px 10px 0px 0px;
	
}
div.itemSubMenu {
	margin-left: 0px;
}
.clearBoth {
	clear:both;
	height: 0;
	overflow: hidden;
}

a.level1:link, a.level1:visited {
	margin-top: 15px;
}
div.level1 a {
	margin-bottom: 5px;
}

/*BG*/
#custommenu {
	background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/menu_bg.jpg) repeat-y;
}
div.wp-custom-menu-popup {
	border: 3px solid #8B8B8B;
	background: #f5f5f5;
}
div.menu a:hover, div.menu.active a {
background: #454545; /* Old browsers */

}

/*FONTS*/
div.menu {
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
a.level1:link, a.level1:visited {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-family: "Trebuchet MS";
}
a.level2:link, a.level2:visited {
	font-weight: normal;
	font-size: 11px;
	font-family: "Arial";
}

/*COLOR*/
div.menu a:link, div.menu a:visited,
div.menu a:hover, div.menu.active a  {
	color: #fff;
}
div.menu a:hover {
	color: #f9f9f9;
}
a.level2:link, a.level2:visited {
	color: #333333;
}
a.level2:hover {
	color: #767676;
}
a.level1:link, a.level1:visited {
	color: #000;
}

a.level1:hover, div.wp-custom-menu-popup a.act  {
	color: #767676 !important;
}







@charset "utf-8";
/* CSS Document */

#mask {
	position:fixed;
	left:0;
	top:0;
	z-index:9000;
	background-color:#999;
	display:none;
}
#modalwindow .window {
	position:absolute;
	left:0;
	top:0;
	display:none;
	z-index:9999;
}
#modalwindow .dialog_content {
	padding:20px;
}
#modalwindow #dialog {
	background-color: transparent;
	min-width:500px;
}
.docklink {
	display: block;
	height: 15px;
	padding: 16px 43px 84px 0;
	background:url('http://oanh.com.au/skin/frontend/default/perfect_white/quickcontact/images/btn_feedback.png') no-repeat;
	_display:none; /*ie6 non*/
}
.bo_docklink a:hover {
	background:url('http://oanh.com.au/skin/frontend/default/perfect_white/quickcontact/images/btn_feedback_hover.png') no-repeat;
	padding-right: 50px;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.form-quick-contact {
	border-radius: 5px;
	background:#ffffff;
	width:578px;
	border:1px solid #E1E1E1;
	padding-left:45px;
	font-size:12px;
	text-align:left;
}
.form-quick-contact .response {
	display:block;
	padding-top:20px;
	margin-bottom: 10px;
}
.form-quick-contact .title {
	margin-top:20px;
	padding-bottom:20px;
}
.form-quick-contact .title h1 {
	font-size:22px;
	font-weight:normal;
	color: #697073;
	font-family: "Ubuntu Condensed", Century Gothic, Arial, sans-serif;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
}
.form-quick-contact .radio {
	color:#56A0AB;
	font-weight:bold;
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
	padding-bottom:20px;
}
.form-quick-contact .radio .radio-box {
	width:135px;
	float:left;
}
.form-quick-contact .radio .radio-check {
}
.form-quick-contact .text {
	padding:0;
	float:left;
	width:90px;
	line-height:20px;
	font-size:13px;
}
.form-quick-contact .input {
	float:left;
	width:300px;
	line-height:20px;
}
.form-quick-contact .text .info-txt {
	width:100px;
	padding-bottom:12px;
	color:#000000;
	vertical-align:middle;
}
.form-quick-contact .input .textbox {
	margin-bottom:12px;
	width:250px;
	border:1px solid #eeeeee;
	background: #f5f5f5;
}
.form-quick-contact .capcha .textbox {
	width:60px;
	border:1px solid #E1E1E1;
}
.form-quick-contact .capcha .label {
	float:left;
}
.form-quick-contact #security_image {
	margin-left:5px;
	margin-top:1px;
}
.form-quick-contact .capcha {
	padding-top:10px;
	color:#565656;
	font-weight:bold;
	font-family:arial, helvetica, sans-serif;
	margin-bottom:10px
}
.form-quick-contact .hm_content {
	color:#000000;
	font-weight:bold;
	font-family:arial, helvetica, sans-serif;
	margin-bottom:10px
}
.form-quick-contact .text-area textarea {
	border:1px solid #E1E1E1;
	width: 530px;
}
.form-quick-contact .submit {
	text-align:right;
	padding:10px 0 10px 10px;
}
.form-quick-contact .submit input {
	vertical-align: top;
}
.form-quick-contact .submit a {
}
.form-quick-contact .submit a img {
	border:none
}
.form-quick-contact input, .form-quick-contact textarea, .form-quick-contact .error-msg {
	background: #F5F5F5;
	border-radius: 3px;
}
.form-quick-contact .error-msg {
	background: #c6c6c6;
}
.form-quick-contact .error-msg {
	border-color: #c6c6c6;
}
.quickcontact-submit {
	background: #697073;
	color: #ffffff;
	border: 0;
	margin-top: 2px;
	border-radius: 3px;
	padding: 0px 5px 0px 5px;
}
.quickcontact-submit:hover {
	cursor: pointer;
}

/**
* We tried to list as many classes in this sheet as we could
* but it's more than likely we missed a bunch.
**/
.rewards-special-review-summary {
	margin-top: 12px;
	font-size: 8pt;
}
.rewards-customer-sidebar {
}
.rewards-customer-sidebar .block-content {
	padding-left: 9px;
	font-size: 11px;
	padding-bottom: 6px;
	padding-top: 7px;
	padding-right: 9px;
}
.rewards-customer-index .group-select .button-set {
    clear: both;
    margin-top: 0em;
    padding-top: 8px;
    text-align: right;
}
.rewards-customer-index .group-select ul {
    padding-top: 15px;
}
.rewards-customer-index .group-select ul li label {
    font-weight: bold;
}
.rewards-checkout-cart-before_total-head {
}
.rewards-checkout-cart-points-head {
	width: 80px;
}
.item-points-header-redeemed, .item-points-header-earned {
	color: rgb(30, 126, 200);
	font-weight: bold;
	cursor: pointer;
}
.item-points-list-redeemed, .item-points-list-earned {
}
.item-points-block {
	font-size: 8pt;
}
.item-no-points-caption {
	font-style: italic;
}
.points-checkout-onepage-sidebox {
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header {
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header {
	background-color: #D0DCE1;
}
.points-checkout-onepage-sidebox {
	background-color: #EEEEEE;
	border: 1px solid #B7B7B7;
	margin-bottom: 11px;
	padding-left: 0px;
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-content {
	padding: 6px;
}
.points-checkout-onepage-sidebox H4.points-checkout-onepage-sidebox-header {
	list-style: none;
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header {
	background-color: #D0DCE1;
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header H4 {
	float: left;
	color: #5E8AB4;
	font-size: 13px;
	margin-top: 2px;
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header {
	background-color: #D0DCE1;
	float: left;
	width: 184px;
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header {
	background-color: #D0DCE1;
	padding: 2px 0px 0px 9px;
	border-bottom: 1px solid #AFAFAF;
	font-size: 10pt;
}
.points-checkout-onepage-sidebox .onepage-sidebox-header {
}
.points-checkout-onepage-sidebox .onepage-sidebox-content {
}
.mypoints-page-head {
}
.mypoints-summary .box-head h2, .mypoints-redeemcatalog .box-head h2, .mypoints-sendfriend .box-head h2, .mypoints-transfers .box-head h2 {
	background-image: none !important;
	padding-left: 0;
	text-align: left;
}
.dashboard .mypoints-summary .box-head h2 {
	background-image: url(http://oanh.com.au/skin/frontend/base/default/images/rewards/points.png) !important;
	padding-left: 21px;
	width: 100%;
}
.mypoints-sendfriend {
	float: left;
	width: 45%;
	height: 280px;
}
.shopping-cart-collaterals .rewards-cart-box H4 {
	min-height: 16px;
	color: #E26703;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 1px 0 1px 21px;
	text-transform: uppercase;
	background-image: url(http://oanh.com.au/skin/frontend/base/default/images/icon_asterick.gif);
	padding-left: 23px;
}
.rewards-customer-index .mypoints-sendfriend TD {
	padding: 2px 2px 4px 0;
}
.shopping-cart-collaterals .rewards-cart-box {
	padding: 12px 15px 15px;
}
.rewards-cart-box .applied-redemptions {
	margin-bottom: 10px;
}
.rewards-cart-box .applied-redemptions {
	margin-bottom: 10px;
}
.rewards-cart-box .distributions {
	margin-bottom: 10px;
}
.rewards-cart-box .no_extra_points {
	font-style: italic;
}
.rewards-cart-box {
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	text-align: left;
	width: 100%;
}
.mypoints-redeemcatalog {
	vertical-align: middle;
	float: right;
	width: 45%;
	height: 280px;
}
/*@nelkaake Thursday May 27, 2010 : Added*/
.mypoints-redeemcatalog .head {
	text-align: left;
}
.mypoints-redeemcatalog .listing {
	font-size: 8pt;
	height: 230px;
	overflow-x: hidden;
	overflow-y: auto;
}
.mypoints-redeemcatalog .noproducts {
	/*font-size:8pt;*/
	font-style: italic;
	margin: 100px 30px 0;
	text-align: center;
	vertical-align: middle;
}
.mypoints-transfers {
}
.mypoints-transfers .content TABLE TBODY {
	height: 200px;
	overflow-x: hidden;
}
.mypoints-transfers H2 {
	margin-top: 12px;
}
.mypoints-summary {
/*padding-bottom: 20px;
	padding-top: 2px;*/
}
.mypoints-summary .usable-points {
	margin-bottom: 6px;
}
.mypoints-summary .pendingapproval-points {
}
.mypoints-summary .pendingevent-points {
}
.mypoints-summary .pendingtime-points {
}
.mypoints-summary .pending-points {
	margin-bottom: 12px;
}
.mypoints-summary .msg {
}
.points-summary-emphasize {
	font-weight: bold;
}
.cart-points-total_spent {
}
.cart-points-total_spent .warning {
	color: #FF0000;
	font-size: 8pt;
}
.cart-points-total_spent .caption, .cart-points-total_earned .caption {
	font-weight: bold;
}
.cart-points-total_item_discounts .rendering_area {
	font-weight: bold;
}
.rewards-customer-sidebar .warning {
	color: #FF0000;
	font-size: 8pt;
}
.rewards-customer-sidebar .to_spend {
}
.rewards-customer-sidebar .remaining {
}
.rewards-customer-sidebar .balance {
}
.rewards-customer-sidebar .notice {
	color: #444444;
}
.mypoints-transfers {
/*width: 100%;*/
}
.mypoints-transfers .data-table {
}
.mypoints-transfers .content {
	padding: 0;
}
.points-prediction {
	margin-top: 12px;
	font-size: 8pt;
	width: 100%;
}
.points-prediction .as_low_as {
	width: 100%;
}
.points-prediction .earnable {
}
.order-points-earned .caption {
}
.order-points-earned .amount, .order-points-spent .amount, .order-print-points-earned .amount, .order-print-points-spent .amount {
	font-size: 7pt;
}
.product-view-points {
}
.product-view-points .redeem_section {
}
.product-view-points .distri_section {
}
.product-view-points .distri_section .you_will_earn {
}
.product-view-points .distri_section .points_image {
}
.product-view-points {
}
.points-special-header {
	color: #FFFFFF;
}
.points-multishipping-warning {
}
.points-checkout-onepage-sidebox .change-points-usage {
	float: left;
	margin-right: 7px;
	margin-left: 10px;
	border-left: 1px solid #A7A7A7;
	padding-left: 8px;
	font-weight: bold;
}
.cart-points-total_spent .points-amount {
	min-width: 100px;
}
.cart-points-spending_warnings .notice {
	font-size: 8pt;
}
.rewards-checkout-onepage-guestwarn {
	top: -6px;
	position: relative;
	font-style: italic;
}
.item-points-undername .item-points-header-redeemed, .item-points-undername .item-points-header-earned {
	float: left;
	cursor: inherit;
	color: inherit;
	padding-right: 4px;
}
.item-points-undername .item-points-redeemed-section {
	margin-bottom: 4px;
}
.item-points-undername {
	margin-left: 4px;
	padding-top: 6px;
	font-style: italic;
}
.rewards-checkout-onepage-guestwarn {
	border: silver;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	padding-top: 2px;
	background-color: #F9F3E3;
	box-shadow: 0px 0px 1px #AAAAAA;
	padding-bottom: 2px;
	border-style: dotted;
	border-width: 1px;
}

/* This will be used on the catalog pages */

.rewards-mini-icon-holder {
    padding-right: 6px; 
    width: 16px; /* //@nelkaake Thursday March 11, 2010 09:41:44 PM : changed to px */
    vertical-align: bottom; 
}

.points-prediction .free_with_points { } /*@nelkaake Added to catalog listing page 3/12/2010 2:13:43 PM */

.col-main .facebook-like-rewards-notification {
    font-size: 11px; 
    font-family: arial, sans-serif; 
}

.main-container.col2-right-layout .col-main .facebook-like-rewards-notification {
    float: right; 
    top: -28px;
    position: relative; 
    left: 0px;
}

.main-container.col2-right-layout .col-main .facebook-like-rewards-notification-2 {
    top: -38px;
}

.main-container.col3-layout .col-main .facebook-like-rewards-notification {
	float: left;
	top: -4px;
	position: relative;
	left: 2px;
}

.main-container.col3-layout .col-main .facebook-like-rewards-notification-2 {
	float: none;
	top: -12px;
}

.facebook-like-rewards-notification .ajax-loading {
    background-image: url('http://oanh.com.au/skin/frontend/base/default/images/rewardssocial/facebook/ajax-loader.gif');
	background-repeat: no-repeat;
	line-height: 11px;
	height: 11px;
	width: 16px;
	padding: 0;
	margin: 0;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 999; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; top: 0px; left: 0px; }
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(http://oanh.com.au/skin/frontend/default/default/images/lightbox/blank.gif); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://oanh.com.au/skin/frontend/default/default/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://oanh.com.au/skin/frontend/default/default/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 999; width: 100%; height: 500px; background-color: #000; }
/********************** Tabs */
.product-view .tabs { margin: 15px 0px; overflow:hidden; border-bottom:1px solid #496778;  zoom: 1;}
.product-view .tabs li                { float:left; border-right:1px solid #ffffff; border-left:1px solid #fff; font-size:0.9em; line-height:1em;  background: #f2f2f2; }
.product-view .tabs li.first          { border-left:0; }
.product-view .tabs li.last           { border-right:0; }
.product-view .tabs a                 { display:block; padding:6px 10px; color:#444; text-decoration: none;}
.product-view .tabs a:hover           { background-color:#ddd; text-decoration:none; color:#444; ; text-decoration: none;}
.product-view .tabs li.active a,
.product-view .tabs li.active a:hover { background:#496778;  font-weight:bold; color:#fff; }

#product_tabs_tags_tabbed_contents.input-box input	{ width: 300px; }
#product_tabs_tags_tabbed_contents .input-box	{ width: 300px; float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents li	{ float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents ol	{ clear: both;}
.product-collateral:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; zoom: 1}
/*to remove numbers delete  / * * / below */
/*
.stripNav {
    display: none;
}*/

/*to remove arrows delete / * * / below */
/*.stripNavL, .stripNavR {
    display: none;
}*/
.clear {
	height: 0;
}
/********************************************************************/
p#cross-links {
    text-align: center
}
p#cross-links {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px
}
noscript p, noscript ol {
    color: #a00;
    font-size: 13px;
    line-height: 1.4em;
    text-align: left
}
noscript a {

}
noscript ol {
    margin-left: 25px;
}
a:focus {
    outline:none
}
img {
    border: 0
}

.stripViewer .panelContainer .panel ul {
    text-align: left;
    margin: 0;
}
.slider-wrap {
    margin: 0px 0px 0px 0px;
    position: relative;
    width: 100%;
}

.slider-wrap .slider-wrap {
    width: 100%;
    height: 100%;
}
.csw {
    width: 100%;
    height: 280px;
    background: #fff;
    overflow: hidden;
    $display: none;
}
.csw .loading {
    margin: 200px 0 300px 0;
    text-align: center;
    $display: none;
}
.stripViewer {
    position: relative;
    overflow: hidden;
    border: 0px solid #000;
    margin: auto;
    width: 950px;
    height: 280px;
    clear: both;
    background: #ffffff;
}
.stripViewer .panelContainer {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    list-style-type: none;
        }
.stripViewer .panelContainer .panel {
    float:left;
    height: 100%;
    position: relative;
    width: 950px;
}
.stripViewer .panelContainer .panel .wrapper {
    padding: 0px !important;
    width: 950px !important;
    min-width: 950px !important;
    background: #ffffff !important;
}
.stripViewer .panelContainer .panel .wrapper p {
    margin: 0 !important;
    padding: 0 !important;
}
.stripNav {
    margin: 0px 0px 0px 0px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
}
.stripNav ul {
    list-style: none;
	 	 background: #dadada;
	 width: auto;
}
.stripNav ul li {
    float: left;
    margin-right: 2px;
}
.stripNav a {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 12px;
	background: #fff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #999;
	border-radius: 2px;
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	float: left;
	margin-right: 2px;
}
.stripNav a:hover {
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	color: #fff !important;
}
.stripNav a.activeSlide {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.stripNav li a:hover {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.stripNav li a.current {
	
}
.stripNavL, .stripNavR {
	position: absolute;
	top: 120px;
	text-indent: -9000em;
	z-index: 120;
	width: 20px;
	opacity: 0.4;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 32px;
	width: 20px;
	margin: 0;
	padding: 0;
}
.stripNavL:hover, .stripNavR:hover {
	opacity: 0.6;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.stripNavL {
	left: 0px;
}
.stripNavR {
	right: 0px;
}
.stripNavL {
	background: url(http://oanh.com.au/skin/frontend/default/perfect_white/css/webandpeople/images/slider/arr_right.png) no-repeat center;
}
.stripNavR {
	background: url(http://oanh.com.au/skin/frontend/default/perfect_white/css/webandpeople/images/slider/arr_left.png) no-repeat center;
}

/*sidebar slider*/
.sidebar .stripNav a {
	font-size: 6px;
	line-height: 6px;
	width: 6px;
	height: 6px;
}
.sidebar .stripNav {
    margin: 0px 0px 0px 0px;
    position: absolute;
    bottom: 3px;
    left: 3px;
    z-index: 100;
}

/*COLOR*/
.stripNav a.activeSlide, .stripNav a.activeSlide:hover  {
	background: #666666;
	color: #666666 !important;
	border: 1px solid #666666;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}

/* siteFeature CSS */

/* ----------------------------------------------------------------------
    In the name of Progressive Enhancement, this is the default style for 4 "tabs" that will be seen by users with Javascript turned off.
    Notice that the width/height match the plugin defaults.
 ---------------------------------------------------------------------- */
#preFeature {
    overflow:hidden;
}
#preFeature * {
    padding:0px;
    margin:0px;
    border:none;
}
#preFeature div {
    width:24.8%;
    height:99.25%;
    float:left;
    background:#606060;
    color:#ffffff;
    font-size:11px;
    line-height:15px;
}
#preFeature div.clear {
    float:none;
    clear:both;
    width:auto;
    border:none;
}
#preFeature div h3 {
    font-size:1.1em;
    padding:0.5em 1em;
    font-weight:normal;
    background:#333333;
}
#preFeature div p {
    font-size:1em;
    margin: 0.5em 1em 1em 1em;
}
#preFeature div img {
    width:100%;
    display:block;
}
#preFeature div a:link {
    font-size:1em;
    margin:1em;
    text-decoration:none;
}
#preFeature div a:visited {
    font-size:1em;
    margin:1em;
    padding:0.25em;
    text-decoration:none;
}
#preFeature div a:hover {
    background:#333333;
}
/* ----------------------------------------------------------------------
    The default output id is "siteFeature". If you changed this in the $.makeFeature() call you'll need to update the CSS below.
    As a general rule, I tried to clump like-declarations.  Because of the tab side (left/right) and text layout options (horizontal/vertical) inheritance can get messy.
    FireBug - http://getfirebug.com/ (Joe Hewitt / Firebug Working Group) is strongly recommended.
 ---------------------------------------------------------------------- */
#siteFeature {
    position:relative;
    overflow:hidden;
	 border:0px solid #b1b1b1;
}
#siteFeature * {
    padding:0px;
    margin:0px;
    border:none;
}
#siteFeature * a {
    opacity: 1 !important;
    filter: alpha(opacity=100)!important;
}
#siteFeature #imgBgContainer {
    position:absolute;
}
#siteFeature.left #imgBgContainer {
    right:0px;
}
#siteFeature.right #imgBgContainer {
    left:0px;
}
#siteFeature #imgBgContainer div {
    position:absolute;
}
#siteFeature #txtBoxContainer {
	position: absolute;
	height: 100%;
	width: 100%;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}
#siteFeature.left #txtBoxContainer {
    right:0px;
}
#siteFeature.right #txtBoxContainer {
    left:0px;
}
#siteFeature #txtBoxContainer div {
    position:absolute;
    overflow:hidden;
	 
}
#siteFeature #txtBoxContainer div span {
    display:block;
    width:100%;
    height:100%;
    position:absolute;
}
#siteFeature #txtBoxContainer div div {
}
#siteFeature #txtBoxContainer div.horizontal div h3 {
    font-size:24px;
    line-height:normal;
    margin:5px 0px 0px 0px;
}
#siteFeature.left #txtBoxContainer div div h3 {
    padding:0px 0.5em 0px 0.5em;
	 font: normal 20px "Ubuntu Condensed", sans-serif;
}
#siteFeature.right #txtBoxContainer div div h3 {
    padding:0px 0.5em 0px 0.5em;
	font: normal 20px "Ubuntu Condensed", sans-serif;
}
#siteFeature.right #txtBoxContainer div.horizontal div h3 {
    padding:0px 0.5em 0px 0.5em;
}
#siteFeature #txtBoxContainer div.horizontal div p {
    width:320px;
    margin:0px 0px 0px 0px;
}
#siteFeature.left #txtBoxContainer div div p {
    padding:0px 1em 0px 1em;
}
#siteFeature.right #txtBoxContainer div div p {
    padding:0px 1em 0px 1em;
}
#siteFeature.right #txtBoxContainer div.horizontal div p {
    padding:0px 1em 0px 1em;
}
#siteFeature #txtBoxContainer div.horizontal div a:link {
    position:absolute;
    right:25px;
    bottom:10px; /*IE6|7*/
*bottom:5px;
}
#siteFeature #txtBoxContainer div.horizontal div a:visited {
    position:absolute;
    right:25px;
    bottom:10px; /*IE6|7*/
*bottom:5px;
}
#siteFeature.left #txtBoxContainer div {
    right: 0px;
}
#siteFeature.left #txtBoxContainer div.horizontal div {
    left:25px;
    height:100%;
}
#siteFeature.right #txtBoxContainer div.horizontal {
    left:0px;
    bottom:0px;
}
#siteFeature.right #txtBoxContainer div {
   left:0px;
	
}
#siteFeature.right #txtBoxContainer div.horizontal div {
    left:0px;
    height:100%;
    width:100%;
}
#siteFeature #tabContainer {
    position:absolute;
	  background: #f4f4f4;
	  padding-top: 4px;
 }
#siteFeature.left #tabContainer {
    left:0px;
}
#siteFeature.right #tabContainer {
    right:0px;
}
#siteFeature #tabContainer a:link,  #siteFeature #tabContainer a:visited {
	display: block;
	width: 100%;
	position: relative;
	opacity: 0.95;
}
/*
#siteFeature #tabContainer a:hover {
    background:#e9e9e9;
    opacity: 1;
}*/
#siteFeature #tabContainer a:active {
    outline:none;
}
#siteFeature #tabContainer a:focus {
    outline:none;
}
#siteFeature-nav #SF-n-prev {
    position:absolute;
    top:0px;
    display:block;
    width:20px;
    height:20px;
    background:#ffffff url(http://oanh.com.au/skin/frontend/default/perfect_white/images/webandpeople/advancedslider/tab-nav-arrows.gif) 0px 0px no-repeat;
    border:1px solid #b1b1b1;
    outline:none;
    z-index:1337;
    border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
}
#siteFeature-nav #SF-n-prev i {
    display:none;
}
#siteFeature-nav #SF-n-next {
    position:absolute;
    top:0px;
    display:block;
    width:20px;
    height:20px;
    background:#ffffff url(http://oanh.com.au/skin/frontend/default/perfect_white/images/webandpeople/advancedslider/tab-nav-arrows.gif) -20px 0px no-repeat;
    border:1px solid #b1b1b1;
    outline:none;
    margin:-1px 0px 0px 0px;
    z-index:1337;
    border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
}
#siteFeature-nav #SF-n-next i {
    display:none;
}
/* ----------------------------------------------------------------------
    The 2 declarations below style the text in the tabs. If you have more/less than the default 4 tabs, you'll likely need to tweak the padding.
    Be aware of the IE6,7 specific padding on the h4.
 ---------------------------------------------------------------------- */
#siteFeature #tabContainer a h4 {
    padding:1em 1em 0px 1em;
    position:relative;
            /*IE6|7*/ *padding:10px 11px 0px 11px;
    font-size: 13px;
    text-align: left;
	
}
#siteFeature #tabContainer a p {
    padding:2px 1em 0px 1em;
    position:relative;
    text-align: left;
}
#siteFeature #tabContainer a span {
    display:none;
}
#siteFeature #tabContainer a.selected span {
    overflow:hidden;
    display:block;
    position:absolute;
    top:0px;
}
#siteFeature #tabContainer a.selected span span {
    height:100%;
}
#siteFeature.left #tabContainer a.selected span {
    left:0px;
}
#siteFeature.right #tabContainer a.selected span {
    right:0px;
}
#siteFeature #tabContainer a span img {
    /*height:100%;*/
    position:absolute;
    top:0px;
}
#siteFeature.left #tabContainer a span img {
    left:0px;
}
#siteFeature.right #tabContainer a span img {
    left:0px;
}
/*COLORS*/
#siteFeature #tabContainer a.selected span span {
    /*background:#e9e9e9;*/
}
#siteFeature #txtBoxContainer div span {
   background:#fff; /* container*/
}
#siteFeature.right #tabContainer,
#siteFeature.left #tabContainer,
#siteFeature #tabContainer
 {border-color: #fff}

#siteFeature #tabContainer a:link,  #siteFeature #tabContainer a:visited {
	/*background: #f4f4f4 url(http://oanh.com.au/skin/frontend/default/perfect_white/images/webandpeople/advancedslider/nicol.png) repeat-x 0% 100%;*/
	background: #efefef;
	border-bottom: 1px solid #fff;
	font-size: 11px;
	text-decoration: none;
	opacity: 0.95;
}

#siteFeature #tabContainer a:hover {
    background:#e7e7e7;
    opacity: 1;
}
/*left tabs text*/
#siteFeature #tabContainer a h4 {
  font-family: Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
	 margin: 0;
	 padding: 3px 0px 0px 10px;
}
#siteFeature #tabContainer a p {
    text-align: left;
}
/*right tabs text*/
#siteFeature #txtBoxContainer div div h3 {
	font-size: 20px;
	line-height: 18px;
	margin: 25px 0px 15px 0px;
	text-align: left;
	color: #333;
}
#siteFeature #txtBoxContainer div div p {
	margin: 0px 0px 15px 0px;
	text-align: left;
}

/* link */
#siteFeature #txtBoxContainer div div a:link, #siteFeature #txtBoxContainer div div a:visited {
    color: #FFFFFF;
    margin: 0 0 0 1em;
    padding: 2px 5px;
    text-decoration: none;
	 border-radius: 3px;
	 float: left;
	 position:relative;
}

#siteFeature #txtBoxContainer div div a:hover {
    color: #FFFFFF;
}

/*COLOR*/
#preFeature div a:link,
#preFeature div a:visited,
#siteFeature #tabContainer a h4
{
 color:#000;
}   
#siteFeature #txtBoxContainer div div a:link, 
#siteFeature #txtBoxContainer div div a:visited,
#siteFeature #txtBoxContainer div div a:hover  {
	background: #666;
}

.slides-wrapper a:hover {
	opacity: 1;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.dc-widget-postslider {
	padding-bottom: 0px;
	background-color: transparent;
	position: relative;
	margin-bottom: 10px;
}
.dc-widget-postslider img {
	border: 0 !important;
}
.dc-widget-postslider .slides-wrapper {
	background-color: transparent;
}
.dc-widget-postslider .slide {
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	display:none;
	background: #fff;
}
.dc-widget-postslider .slide:hover {
	text-decoration:none;
}
.dc-widget-postslider .btn-bar {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.dc-widget-postslider .slide .desc {
	display:block;
	position:absolute;
	left:10px;
	padding:2px 8px 3px 8px;
	font: bold 12px Tahoma;
	background-color:#ffffff;
	z-index:20;
	opacity:0.8;
	filter: alpha(opacity=80);
	color:#333333;
	border-radius: 5px;
}
.dc-widget-postslider .slide .desc:hover {
	opacity:0.9;
	filter: alpha(opacity=90);
}
.dc-widget-postslider .btn-active, .dc-widget-postslider .btn {
	width:5px;
	height:5px;
	line-height: 5px;
	text-align:center;
	font-size: 0px;
	margin-right:2px;
	display:block;
	float:left;
	border-radius: 2px;
}
.dc-widget-postslider .btn {
	border:1px solid #aaa8a8;
	background-color:#e7e7e7;
	cursor:pointer;
}
.dc-widget-postslider .btn:hover {
	text-decoration:none;
}
.dc-widget-postslider .btn-active {
	cursor:pointer;
	color:#FFF;
}
.dc-widget-postslider .btn-active:hover {
	text-decoration:none;
}
/*sidebar slider*/
.sidebar .dc-widget-postslider {
	padding-bottom: 18px !important;
	background-color: transparent;
	position: relative;
	margin-bottom: 0px;
}
.sidebar .block-content .dc-widget-postslider {
	margin-bottom: 0 !important;
}
.sidebar .dc-widget-postslider .slides-wrapper {
	background-color: transparent;
}
.sidebar .dc-widget-postslider .slide {
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	display:none;
}
.sidebar .slide .desc {
	font: bold 10px/14px Verdana;
	border-radius: 3px;
}
.sidebar .dc-widget-postslider .slide:hover {
	text-decoration:none;
}
.sidebar .dc-widget-postslider .btn-bar {
	width: 210px;
	height: 15px;
	position: absolute;
	bottom: 0px !important;
	left: 5px !important;
}
/*FONT SIZE*/
.slides-wrapper h2 {
	font-size: 26px;
	font-family: georgia;
	font-weight: normal;
	font-style: normal;
}
.slides-wrapper p {
	font-size: 13px;
	line-height: 130%;
}
.sidebar .sidebar .slides-wrapper h2 {
	font-size: 14px;
	font-family: georgia;
	font-weight: bold;
	font-style: italic;
}
.sidebar .sidebar .slides-wrapper p {
	font-size: 11px;
	line-height: 100%;
}
/*COLOR*/
.dc-widget-postslider .btn-active {
	  background-color:#444;
    border:1px solid #000;
}
.dc-widget-postslider .slide .desc {
	font: bold 12px Arial;
	background-color:#ffffff;
	color: #000;
}

.slider-a-container {
	overflow:hidden;
	position:relative;
	border: 0;
	border-bottom: 0;
}
.slider-a-container .async-img {
	background-position:center center;
	display:block;
}
.slider-a-container .slide {
	position:absolute;
	left:0px;
	display:block;
	background-color: #fff;
	text-align: left;
}
.slider-a-container .slide:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.slider-a-container .slide img {
	border:none;
}
.slider-a-container .prev {
	width:20px;
	height:20px;
	z-index:20;
	position:absolute;
	bottom:9px;
	right:70px;
	display:block;
	background-color:transparent;
	background-image:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/webandpeople/advancedslider/prev.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:pointer;
}
.slider-a-container .prev:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
.slider-a-container .next {
	width:20px;
	height:20px;
	z-index:20;
	position:absolute;
	bottom:9px;
	right:20px;
	display:block;
	background-color:transparent;
	background-image:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/webandpeople/advancedslider/next.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:pointer;
}
.slider-a-container .next:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
.slider-a-container .play {
	width:20px;
	height:20px;
	z-index:20;
	position:absolute;
	bottom:9px;
	right:45px;
	display:block;
	background-color:transparent;
	background-image:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/webandpeople/advancedslider/play.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:pointer;
	display: none;
}
.slider-a-container .play:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
.slider-a-container .pause {
	width:20px;
	height:20px;
	z-index:20;
	position:absolute;
	bottom:9px;
	right:45px;
	display:block;
	background-color:transparent;
	background-image:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/webandpeople/advancedslider/pause.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:pointer;
}
.slider-a-container .pause:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
.slider-a-container .thumb-bar {
	position:absolute;
	bottom:0px;
	padding-left:0px;
	left:0px;
	z-index:16;
}
.slider-a-container .thumb {
	display:block;
	background-color: transparent;
	margin-top:5px;
	margin-right:5px;
	float:left;
	cursor:pointer;
	overflow: hidden;
	position: relative;
}
.slider-a-container .thumb.first {
	margin-left: 20px;
}
.sidebar .slider-a-container .thumb.first {
	margin-left: 5px;
}
.slider-a-container .thumb .color {
	display: block;
	position: absolute;
	left:0px;
	top:0px;
	display:none;
	overflow: hidden;
}
.slider-a-container .thumb .black {
	display: block;
	position: absolute;
	left:0px;
	top:0px;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.slider-a-container .desc {
	z-index:10;
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	opacity:0.80;
	filter:alpha(opacity=80);
}
.slider-a-container .desc p {
/*margin-bottom: 0;*/
}
.slider-a-container .desc .btn-bar {
	height:22px;
	background-color:transparent;
	margin-top:3px;
}
.slider-a-container .desc .btn-left {
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:2px;
	height:18px;
	display:block;
	float: left;
	margin-right:3px;
	text-align: center;
	text-decoration: none;
	font: normal 11px Arial;
}
.slider-a-container .desc .btn-right {
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:2px;
	height:18px;
	display:block;
	float: right;
	margin-left:3px;
	text-align: center;
	text-decoration: none;
	font: normal 11px Arial;
}
.slider-a-container .desc .head {
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	display:table-cell;
	border-radius: 5px;
	opacity: 0.95;
	filter: alpha(opacity=95);
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	margin-bottom:0px;
}
.slider-a-container .desc .foot {
	text-align: left;
	padding:15px;
	padding-top:10px;
	padding-bottom:10px;
	width:140px;
	margin-top:3px;
	border-radius: 5px;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
.slider-a-container .desc .foot h3 {
	margin-bottom:5px;
	margin-top:0px;
	padding:0px;
}
.slider-a-container .desc .x, .slider-a-container .desc .y, .slider-a-container .desc .width, .slider-a-container .desc .hbgcolor, .slider-a-container .desc .hcolor {
	display:none;
}
/*FONT*/
.adv_left .slider-a-container .head {
	font-size:24px;
	line-height:20px;
	font-family: 'Ubuntu Condensed', 'Trebuchet MC';
}
.catalog-category-view .slider-a-container .head {
	font-size:22px;
	line-height:20px;
	font-family: 'Ubuntu Condensed', 'Trebuchet MC';
}
.sidebar .slider-a-container .head {
	font-size:14px;
	line-height:14px;
}
.sidebar .slider-a-container h3.shortDescription {
	font-size: 12px;
}
.catalog-category-view h3.shortDescription {
	font-size: 13px;
}
.sidebar h3.shortDescription {
	font-size: 13px;
	line-height:13px;
}
.slider-a-container .desc .foot .text {
	font: normal 14px Arial;
}
.catalog-category-view .slider-a-container .desc .foot .text {
	font: normal 12px Arial;
}
.sidebar .slider-a-container .desc .foot .text {
	font: normal 11px Arial;
	line-height:11px;
}
/*COLOR*/
.slider-a-container .desc {
	color: #000;
}
.slider-a-container .desc .foot {
	background-color:#fff;
}
.slider-a-container .desc .btn-left:hover, .slider-a-container .desc .btn-right:hover {
	background-color:#f5f5f5;
}
.slider-a-container .desc .btn-right, .slider-a-container .desc .btn-left {
	background: #fff;
	color: #333;
}
.slider-a-container .thumb-bar, .slider-a-container .async-img {
	background-color: #f1f1f1;
}
.slider-a-container .thumb {
	border: 1px solid;
	border-color: #dadada !important;
}

div.tabs_block {
    font-size: 11px;
    line-height: 1.5;
    color: #565656;
    border: 1px solid #d5d5d5;
    border-collapse:collapse;
    background-color: #ffffff;
}
div.tabs_info {
    padding: 20px 15px 10px;
    height: 100%;
}
div.tabs_ul li {
    float: left;
}
div.tabs_ul li.last {
    float: left;
    border-right: none;
}
.ui-tabs-hide {
    display: none;
}
.ui-tabs-nav:after {
    display: block;
    clear: both;
    content: " ";
}
* html .ui-tabs-nav {
    display: inline-block;
}
*:first-child+html .ui-tabs-nav {
    display: inline-block;
}
div.tabs_block {
    width: 716px;
    font-size: 11px;
    line-height: 1.5;
   color: #787878;
    border: 1px solid #E2E2E2;
    border-collapse:collapse;
}
div.tabs_block h5 {
    font-family: Helvetica, sans-serif;
    margin: 0 0 5px 0;
	 font-size: 11px;
	 color: #333333;
}
div.tabs_block h5 a:link, div.tabs_block h5 a:active, div.tabs_block h5 a:visited {
    text-decoration: none;
}
div.tabs_block h5 a:hover {
    
}
div.tabs_block p {
    padding: 0;
}
div.tabs_ul li {
    float: left;
}
div.tabs_info {
      padding: 5px 12px 0 12px;
	 clear: both;
}
div.tabs_info a:hover {
    text-decoration: none;
}
div.tabs_ul a:link, div.tabs_ul a:visited {
	display: block;
	height: 24px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	padding: 5px 15px 0px 15px;
	border-right: 1px solid #fff;
}
div.tabs_ul a:hover {
    background: transparent;
	 text-decoration: none;
}
li.ui-tabs-selected  a {
    color: #333333 !important;
    font-weight: bold !important;
    background: #f1f1f1 !important;
    opacity: 1;
	 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	 border-right: 1px solid #fff;
}
.ui-tabs-hide {
    display: none;
}
.ui-tabs-nav:after {
    display: block;
    clear: both;
    content: " ";
}
* html .ui-tabs-nav {
    display: inline-block;
}
*:first-child+html .ui-tabs-nav {
    display: inline-block;
}

/*product-grid*/
div.tabs_block .products-grid {
	width: 733px !important;
}
div.tabs_block .products-grid li.item {
    padding: 0 5px 5px 0;
    width: 86px;
}
.home-tabs.products-grid li.item .product-image {
     width: 80px;
     height: 80px;
	  border: 1px solid #E2E2E2;
}
.home-tabs {
    background: none !important;
    border: 0 !important;
}
/*COLOR*/
div.tabs_info a:link, 
div.tabs_info a:active, 
div.tabs_info a:visited
{
    color: #565656;
}
.tabs_ul {
    background-color: #e2e2e2;
}

/*Google font*/


@font-face {
 font-family: 'Ubuntu';
  font-style: normal;
  font-weight: bold;
 src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url('http://oanh.com.au/skin/frontend/default/perfect_white/css/ubuntu_bold.woff') format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: normal;
  src: local('Ubuntu'), url('http://oanh.com.au/skin/frontend/default/perfect_white/css/ubuntu.woff') format('woff');
}
@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'), url('http://oanh.com.au/skin/frontend/default/perfect_white/css/ubuntu_cond.woff') format('woff');
}
/* style css rebind */
.header .links li {
    background: none;
}
ul.products-grid {
    background: none;
}
/* REQUIRED BUTTON STYLES: */
button.button {
    position: relative;
    border: 0 !important;
    cursor: pointer;
    padding: 0;
    overflow: visible; /* removes extra side padding in IE */
    height:17px;
    margin: 0 10px 10px 0;
    background: none !important;
}
 button.button::-moz-focus-inner {
 border: none;  /* overrides extra padding in Firefox */
}
button.button span {
    position: relative;
    display: block;
    white-space: nowrap;
    border: 0;
    height:17px;
    padding: 0px 0px 0px 10px;
    margin: 0;
    background: transparent url(http://oanh.com.au/skin/frontend/default/perfect_white/images/btn_sprite.gif) no-repeat 0% 0%;
}
button.button span span {
    position: relative;
    display: block;
    white-space: nowrap;
    border: 0;
    padding: 0px 10px 0px 0px;
    text-align: center;
    background: transparent url(http://oanh.com.au/skin/frontend/default/perfect_white/images/btn_sprite.gif) no-repeat 100% 100%;
    color: #000;
    font: normal 11px Helvetica, sans-serif;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Google Chrome only - fix margins */
    button.button span {
 margin-top: -1px;
}
}

button.button:hover, button.buttonHover { /* the redundant class is used to apply the hover state with a script */
opacity: 0.8;
filter: alpha(opacity=80);
}
/* Tax Details Row */
tr.tax-total {
    cursor:pointer;
}

tr.tax-total .tax-collapse {
    float:right;
    text-align:right;
    padding-left:20px;
    background:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/bkg_collapse.gif) 0 5px no-repeat;
    cursor:pointer;
}
tr.show-details .tax-collapse {
    background-position:0 -52px;
}
.header .links li {
    float:left;
    font-size:11px;
    padding:0 8px 0 7px;
}
.header-container {
    background: none;
    border-bottom: 0;
    border-top: 0;
}
.header .form-search {
    background:none;
}
.dashboard .box-info .box-head h2 {
    background-image:none;
}
.data-table tfoot tr.first {
    background:none;
}
.data-table tfoot tr.first td {
    background: none;
}
.cart .discount h2 {
    background-image: none;
}
.cart .shipping h2 {
    background-image: none;
}
.nav-container {
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/nav_bg.png) no-repeat 0 0;
    margin: 0;
    clear: both;
    _background: #000; /*IE6*/
}
#nav {
    padding: 0px 0px 0px 7px;
    width: 990px;
    height: 25px;
}
#nav li a, #nav li a:hover {
    padding: 2px 18px 5px 18px;
    font: bold 12px "Trebuchet MC", Arial, Geneva, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 22px;
}
#nav li a {
    color: #fff;
}
#nav li a:hover {
    color: #cbcbcb;
}
#nav ul {
    background: #454545;
    margin-top: -2px;
    border: 0;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -khtml-border-radius: 0px 0px 3px 3px;
    padding-bottom: 3px;
}
#nav ul ul {
    background: #282828;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 0;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
}
#nav ul li a {
    padding: 0px 0px 0px 0px !important;
    text-transform: none !important;
    color:#fff;
    font: normal 11px "Ubuntu", sans-serif !important;
    background: none !important;
}
#nav ul li.parent a {
    background: transparent url(http://oanh.com.au/skin/frontend/default/perfect_white/images/bkg_nav2.gif) no-repeat scroll 100% 40% !important;
}
#nav ul li.parent li a {
    background: none !important;
}
#nav ul li a:hover {
    color: #fff !important;
    background: #282828 !important;
}
#nav ul ul li a:hover {
    color: #fff !important;
    background:#3f3f3f !important;
}
/* Reset ================================================================================= */
* {
    margin:0;
    padding:0;
}
body {
    background: #fff url(http://oanh.com.au/skin/frontend/default/perfect_white/images/body_bg.gif) repeat 0 0;
    font: 12px/1.55 Arial, sans-serif;
    color: #697073;
    text-align: center;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
color: #555;
}
.category-title {
    padding-left: 0;
    margin-bottom: 12px !important;
}

.page-title {
    margin:0 0 5px;
    padding-top: 15px;
}
.col2-right-layout .page-title h1, .col2-right-layout .page-title h2 {
}
.account-login .page-title {
    margin-top: 12px;
    margin-bottom: 20px;
}
.account-login .page-title h1, .my-account .page-title h1 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
}
.dashboard .page-title, .my-account .page-title {
    border-bottom:0;
    margin-top: 3px;
}
.product-view .product-name {
    margin: 4px 0 8px;
}
h1 {
    color: #000;
    font-size: 30px;
    font-weight: normal;
    font-family: "Ubuntu Condensed", Century Gothic, Arial, sans-serif;
}
h2 {
    font-size:22px;
    font-weight:normal;
    color: #697073;
    font-family: "Ubuntu Condensed", Century Gothic, Arial, sans-serif;
}
h3 {
    font-size:16px;
    font-weight: bold;
    color: #697073;
    font-family: "Ubuntu Condensed", Century Gothic, Arial, sans-serif;
}
h4 {
    font-family: "Ubuntu", Century Gothic, Arial, sans-serif;
    font-size:11px;
    font-weight:bold;
}
h5 {
    font-size:12px;
    font-weight:bold;
}
h6 {
    font-size:11px;
    font-weight:bold;
}
h1, h2, h3, h4, h5 {
    line-height: 100%;
}
p {
    margin:0 0 10px;
}
/* Layout ================================================================================ */
.wrapper {
    min-width: 990px;
    background: transparent;
}
.page {
    width: 990px;
    padding: 0 0 0 0px;
    margin-left: auto;
    margin-right: auto;
    background: #fff url(http://oanh.com.au/skin/frontend/default/perfect_white/images/top_bg.gif) no-repeat 50% 0;
}
.cms-index .page, .cms-home .page, .cms-index-index .page {
}
.page-print {
    background:#fff;
}
.page-empty {
    background: #fff;
}
.page-popup {
    background: #fff;
}
.main-container {
    clear: both;
    width: 990px;
    padding: 0 0px 0 0px;
    background: transparent;
}
.main {
    width: 950px;
    padding: 5px 20px 10px 20px;
    background: transparent;
    position: relative;
}

/* Base Columns */
.col-left {
    float: left;
    width: 195px;
    padding: 0px 0 1px 0px;
    position: relative;
}
.col-right {
    float: right;
    width: 195px;
    padding:0px 0 1px;
}
/* 2 Columns Layout */
.col2-right-layout .col-main {
    width: 740px;
}
.col2-left-layout .col-main {
    width: 740px;
}

/* 3 Columns Layout */
.col3-layout .col-main {
    width: 530px;
    padding-top: 0;
    margin-left: 0px;
}

.col3-layout .col-wrapper {
    float: left;
    width: 740px;
}

/* Global Styles ========================================================================= */

/*header*/
.header-container {
    border: 0px;
    padding: 0px;
    z-index: 1;
    background: transparent;
}
.header {
    margin-left: 0;
    padding: 15px 0 0 0;
    text-align: right;
    width: 100%;
    position: relative;
    background: transparent;
}
.header h2.logo {
    margin: 0;
    padding: 0;
}
a.logo {
    margin: 0 !important;
    padding: 0;
}
/*header phone_block*/
.head_contacts_block {
    margin-top: 8px;
    margin-right: 10px;
    _margin-right: 5px;
    text-align: right;
    float: right;
}
.home_page_header_block p {
    margin-bottom: 0;
}
.head_contacts_block li {
    display: inline;
    padding: 0 11px 0 5px;
    color: #000;
    font-size: 11px;
    line-height: 20px;
    font-family: "Ubuntu", Century Gothic, Arial, sans-serif;
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/head_contacts_block_sp.gif) no-repeat 100% 3px;
}
.head_contacts_block li.last {
    background: none;
}
.head_contacts_block li a {
    color: #000;
    text-decoration: none;
}
.head_contacts_block li a:hover {
    color: #697073;
}
.head_contacts_block li .phone {
    font: 11px "Ubuntu", sans-serif;
    padding-left: 22px;
    background: transparent;
}
.head_contacts_block li .mail {
    padding-left: 22px;
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/icon_mail.gif) no-repeat 0 2px;
}
/*header links*/
.header .quick-access {
    padding: 0px 0 0px 0px;
    margin-top: 5px;
    width: 700px;
    position: relative;
}
.top-links-block {
    position: absolute;
    clear: both;
    float: right;
    margin-top: 26px;
    right: 0;
    padding: 3px 7px 0 0;
    background: transparent;
}
.header .top_nav_block {
    padding: 0;
    margin-top: 0;
    width: 100%;
    clear: both;
    position: relative;
}
.customer-nav {
    float: right;
    margin-top: 1px;
    margin-right: 15px;
    font: 12px;
    color: #000;
    font-family: "Ubuntu", Century Gothic, Arial, sans-serif;
}
div.customer-nav  {
color: #8D8D8D;
font-size: 11px;

}
.header .links {
    float: none;
    display: inline;
    text-align: left;
    margin-left: 10px;
}
.header .links li {
    display: inline;
    float: none;
    padding:0 2px 0 0;
    background: transparent;
}
.header .links a:link, .header .links a:visited {
    font: 13px "Ubuntu Condensed";
    color: #666;
    text-decoration: none;
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/header_links_sp.gif) no-repeat 0 4px;
    padding: 0px 0 0px 8px;
}
.header .links a:hover {
    color: #697073;
}
.links li.first {
}
.header .links li.first a {
    padding: 0;
    font-weight: bold;
    background: transparent;
}
.header .links li.last {
    padding-right: 0px !important;
}
.header .links li.last a {
    padding-right: 0px !important;
}

/*header cart*/
div.block-cart-top {
    float: right;
    margin-top: 0;
    margin-right: 21px;
}
div.block-cart-top .title:link, div.block-cart-top .title:visited {
    font: bold 11px Helvetica, sans-serif;
    padding-right: 4px;
    text-transform: uppercase;
}
div.block-cart-top .title:hover {
    text-decoration: none;
}
div.block-cart-top .block-content {
    position: relative;
}
div.block-cart-top .block-content .summary {
    float: right;
    margin: 0;
    text-align: right;
    padding-top: 2px;
}
div.block-cart-top .block-content .summary .amount {
    color: #000;
    font: normal 12px Arial, Helvetica, sans-serif;
    margin-bottom: 4px;
}
div.block-cart-top .block-content .summary .amount .qty, div.block-cart-top .block-content .summary .amount .price {
    font-weight: bold;
}
div.block-cart-top .block-content .summary p.cart-link {
    display: none;
}
div.block-cart-top .block-content .actions {
    float: right;
    margin-left: 10px;
}
/* REQUIRED BUTTON STYLES: */
div.block-cart-top .actions button.button-small {
    position: relative;
    border: 0 !important;
    cursor: pointer;
    padding: 0;
    overflow: visible; /* removes extra side padding in IE */
}
div.block-cart-top .actions button.button-small::-moz-focus-inner {
 border: none;  /* overrides extra padding in Firefox */
}
div.block-cart-top .actions button.button-small span {
    position: relative;
    display: block;
    border: 0 !important;
    padding: 0 6px 0 0px;
    margin: 0;
    text-align: center;
    background: transparent url(http://oanh.com.au/skin/frontend/default/perfect_white/images/header_btn_sprite.gif) no-repeat 100% 100%;
    height: 13px !important;
}
div.block-cart-top .actions button.button-small span span {
    position: relative;
    display: block;
    white-space: nowrap;
    border: 0 !important;
    padding: 0px 0px 0 6px;
    height: 13px !important;
    background: transparent url(http://oanh.com.au/skin/frontend/default/perfect_white/images/header_btn_sprite.gif) no-repeat 0% 0%;
    color: #fff;
    font: normal 11px Arial, Helvetica, sans-serif;
    text-transform: lowercase;

}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Google Chrome only - fix margins */
    div.block-cart-top .actions button.button-small span {
 margin-top: -1px;
}
}

div.block-cart-top .actions button.button-small:hover, div.block-cart-top .actions button.buttonHover { /* the redundant class is used to apply the hover state with a script */
    opacity: 0.7;
filter: alpha(opacity=70);
}
div.block-cart-top .actions button.button-small:hover span span, div.block-cart-top .actions button.buttonHover span span {

}
/*header phone_block*/
.head_phone_block {
    float: left;
    text-align: left;
    color: #000;
    font: 11px Arial, Helvetica, sans-serif;
}
.head_phone_block .phone {
    margin: 0;
}
.head_phone_block strong {
    padding-left: 3px;
    color: #000;
    font: bold 12px Arial, Helvetica, sans-serif;
}
.head_phone_block .online-chat .chat-link {
    padding: 0px 0 3px 24px;
}
.head_phone_block .online-chat .chat-link span {
    display: none;
}
img.slogan {
    position: absolute;
    top: 39px;
    left: 0;
}
.header .form-language label, .header .quick-access .welcome-msg {
    display: none;
}
div.store-switcher {

}
div.switchers {
width: 128px;
float: right;
clear: both;
margin: 13px 10px 0 0px;
padding-right: 0;
background: transparent;
position: relative;
_display: inline;
}
div.switchers label {
color: #8D8D8D;
font: bold 10px "Ubuntu", Helvetica, sans-serif;
text-transform: uppercase;
text-align: left;
display: block;
margin-bottom: 3px;
}
select#select-store {
width: 128px;
}
div.form-language {
    position: absolute;
    bottom: 45px;
    left: 0;
}
/*Form-search*/
#search_mini_form {
    float: right;
    margin-top: 11px;
    margin-right: 10px;
    width: 237px;
    position: relative;
    _display: inline;
}
.header .form-search {
    background: transparent;
    height: auto;
    padding: 3px 0 0 0;
    position: static;
    width: 237px;
}
.header .form-search label {
    display: block;
    float: none;
    height: auto;
    overflow: hidden;
    width: auto;
    margin-bottom: 3px;
    padding-left: 3px;
    color: #8d8d8d;
    font: bold 10px "Ubuntu", Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: left;
    text-indent: 0;
}
.header .form-search input.input-text {
    width: 210px;
    height: 19px;
    line-height: 19px !important;
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/search_input.gif) no-repeat 0 0;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 8px;
    float: left;
    position: relative;
    border: 0;
    color: #697073;
    font:11px Arial, Helvetica, sans-serif;
}
.header .form-search input.input-text:focus {
    color: #0D0F10;
}
.header .form-search button.button {
    float: right;
    position: relative;
    width: 19px  !important;
    height: 19px !important;
    display: block;
    margin: 0;
    padding: 0;
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/search_btn.gif) no-repeat 0 0  !important;
}
html* .header .form-search button.button {
    overflow: hidden;
}
.header .form-search button.button:hover {
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/search_btn.gif) no-repeat 0 -19px  !important;
}
.header .form-search button.button span {
    display: none;
}
.header select {
    padding: 0;
}

/*breadcrumbs*/
.breadcrumbs {
    clear: both;
    margin: 0;
    width: 98%;
    padding: 0 0 0px 0px;
    background: transparent;
    border-bottom: 0;
    position: relative;
    font-size: 11px;
}
.col2-right-layout .breadcrumbs {
    padding: 0;
    margin-bottom: 5px;
}
.catalog-product-view .breadcrumbs {
    margin: -3px 0 0 0;
    padding: 0;
}
.breadcrumbs li {
    margin-right: 6px;
    font-family: Arial;
    color: #000;
}
.breadcrumbs strong {
    font-weight: normal !important;
}
.breadcrumbs li strong {
    color: #000;
}
.breadcrumbs span {
    display: none;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
    color: #697073;
    text-decoration: none;
    padding-right: 9px;
    font-family: Arial;
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/breadcrumbs_sp.gif) no-repeat 100% 5px;
}
.breadcrumbs a:hover {
    color: #b6b6b6;
}
/*------------------Footer-------------------*/
.footer-container {
    background-color: #fff;
    border: 0;
    color: #697073;
    line-height: 1.35;
}
.footer .bugs {
    color: #697073;
    clear: both;
    margin-top: 14px;
}
.footer {
    width: 100%;
    padding: 11px 0 0px 0;
    font-family: Arial;
    font-size: 11px;
}
.footer .footer_links_container {
    margin-left: 28px;
    margin-right: 28px;
    margin-bottom: 16px;
    padding: 9px 0 19px 14px;
    color: #697073;
    font: normal 11px "Ubuntu", sans-serif;
}
.footer .footer_links_container .footer_block {
    padding-bottom: 6px;
}
.footer_block div {
    float: left;
    width: 288px;
    margin-right: 20px;
}
.footer_block div.last {
    margin-left: 28px;
    margin-right: 0;
    width: 235px;
    line-height: 16px;
    text-align: left;
    background: transparent;
}
.footer_block div .title {
    display: block;
    margin-bottom: 4px;
    color: #31383c;
    font: bold 10px "Ubuntu", Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: left;
}
.footer_block div ul {
    display: block;
}
.footer_block div ul li {
    display: block;
    padding: 1px 0 2px 0;
    text-align: left;
}
.footer_block div a {
    color: #697073;
    font: normal 11px "Ubuntu", sans-serif;
    text-decoration: none;
}
.footer_block div a:hover {
    color: #000000;
    text-decoration: none;
}
.footer li {
    background: transparent;
}
.footer .store-switcher {
    color: #697073;
}
.footer .store-switcher select {
    font-size: 12px;
}
.footer ul.links {
    margin-top: 0;
    padding-bottom: 0px;
}
.footer ul li {
    margin-right: 10px !important;
}
.footer ul.links li a {
    font-size: 11px;
}
.footer address {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 10px;
    color: #999;
}
.footer a, .footer .bugs a {
    color: #a1a1a1;
    font-weight: normal;
}
.footer a:hover, .footer .bugs a:hover {
    color: #666;
    text-decoration: none;
}
.footer .design-by {
    font-size: 10px;
    color: #999;
}
/*-------------------------------------------------------SIDE BARS-----------*/
.block {
    margin: 0 0 10px;
    border: 0;
    background: transparent;
}
.block .block-title {
    border-bottom: 0px;
    padding: 0px 0px 1px 0px;
    background: transparent;
}
.block .block-title strong {
    color: #b6b6b6;
    font: normal 20px "Ubuntu Condensed", sans-serif;
    padding: 13px 5px 5px 0px;
    text-transform: lowercase;
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/block_head.gif) no-repeat 0 0;
}
.block-popular .block-title strong {
    font: normal 20px "Ubuntu Condensed", sans-serif;
}
.block .block-title strong span {
    padding: 4px 0 5px 0;
    background: transparent;
    position: relative;
}
.block .block-content {
    font-family: Arial;
    color: #697073;
    padding: 4px 5px 5px 2px;
    background: transparent;
}
.block-popular {
    margin-bottom: 5px;
}
.block-popular .block-content {
    padding-bottom: 0;
}
.block-account {
    margin-top: 0px;
    background: transparent;
    border: 0;
}
.block-account .block-title {
    background: transparent;
}
.block-account .block-title strong {
    background: none;
    padding-top: 0;
}
.block-account .block-title strong span {
    padding-left: 0;
    background: transparent;
}
.block-account .block-content {
    background: transparent !important;
    padding: 5px 9px 8px 0;
}
.block-account .block-content ul {
}
.block-account .block-content li {
    padding: 4px 0 4px 0;
    border-bottom: 1px solid #ced5d6;
}
.block-account .block-content li.last {
    border-bottom: 0;
}
.block-account .block-content li a {
    font: 12px/16px Arial, Helvetica, sans-serif;
    color: #000;
}
.block-account .block-content li a:hover {
    color: #b6b6b6;
}
.block-account .block-content li a, .block-account .block-content li.current strong, .block-account .block-content li.current {
    border: 0 !important;
}
.block-account .block-content li a, .block-account .block-content li.current strong {
    border-color: #D9DDE3;
}
.block-account .block-content li.current strong {
    display: block;
    border-bottom: 1px solid #ddd !important;
}
.block-cart {
}
.col-right .block-cart {
    display: none;
}
.block-cart .empty {
    padding: 5px 0;
}
.block-cart .block-subtitle, .block-cart ol {
    margin-left: 3px;
    padding-left: 4px !important;
}
.block-cart .block-content .summary {
    padding: 2px 8px 3px;
    color: #2f3135;
}
.block-cart .actions {
    margin-top: 1px;
    background: transparent;
    padding-bottom: 15px;
}
.block-cart .actions .button {
    margin-bottom: 0;
}
.block-cart .price {
    color: #585858;
}
.block-cart .subtotal {
    margin-top: 9px;
    padding: 2px 0 2px 0px;
    text-align: center;
    color: #2f3135;
    background: #eee;
}
.block-cart .amount a {
    color: #b6b6b6;
    font-weight: bold;
    text-decoration: none;
}
.block-cart .amount a:hover {
    color: #000;
}
.block-cart .subtotal .label {
    color: #2f3135;
}

.block-cart .block-subtitle {
    padding-top: 8px !important;
    color: #697073 !important;
    font: bold 11px Tahoma;
    background: transparent;
}
.block-cart .actions button.button {
    margin-left: 40px;
    float: left;
}
.block-cart .actions button.button span span {
}
.block-poll .block-content {
    padding: 5px 5px 24px 12px;
}
.block-poll .block-content .block-subtitle {
    color: #b6b6b6;
    font-size: 11px;
}
.block-poll li {
    padding: 6px 9px 6px 2px;
}
.block-poll label {
    color: #999999;
}
.block-payment-options .block-content {
    padding-left: 13px;
}
.block-promotion .block-content {
    padding-left: 13px;
}
.block-download .block-content {
    padding-left: 13px;
}
.block-download .block-content p {
    margin-bottom: 7px;
}
.block-download .block-content img {
    margin-bottom: 5px;
}
.block-download .block-content a {
    text-decoration: none;
}
.block-download .block-content a:hover {
    text-decoration: underline;
}
.base-mini {
    border:0px solid #c4c1bc;
    background: #e2e2e2;
    margin-bottom: 10px;
}
.base-mini .head {
}
.base-mini .content {
    padding: 0 10px 8px 8px;
}
.base-mini .head h4 {
    font-size: 18px;
    font-weight: normal;
    min-height:16px;
    padding: 14px 0 1px 9px;
}
.textblock img {
    margin-top: 2px;
    margin-bottom: 7px;
    border: 1px solid #b3b3b3;
}
.textblock .content p {
    padding-left: 4px;
}
.block li.odd {
    background: transparent;
}

/*side banner*/
.block-sidebanner .block-content {
    padding: 9px 5px 4px 13px;
}

/*shop by, category*/
.block-layered-nav {
}
.block-layered-nav .block-subtitle {
    display: none;
    background: transparent;
}
.block-layered-nav .block-title {
    text-indent:0em;
    height: auto;
    overflow: visible;
}
.block-layered-nav .block-title strong {
    padding: 13px 5px 5px 0;
    font-size: 13px;
    color: #000;
    line-height: 16px;
    text-transform: none;
}
.block-layered-nav .block-content {
    border: 0;
    padding: 0px 5px 3px 0;
}
.block-layered-nav dt {
    font: 22px/16px "Ubuntu", Helvetica, sans-serif;
    background: none;
    font-weight: bold;
    color: #b6b6b6;
    padding: 6px 0px 16px 0;
    text-transform: lowercase;
}
.block-layered-nav li {
    padding-bottom: 4px;
    padding-left: 11px;
    margin-left: 0;
    font: normal 11px "Ubuntu", Helvetica, sans-serif;
    color: #b6b6b6;
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/nav_arrow.gif) no-repeat 0% 6px;
}
.block-layered-nav li a {
    font: normal 11px/16px "Ubuntu", Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
}
.block-layered-nav li a:hover {
    color: #b6b6b6 !important;
}
.block-layered-nav dd {
    background: transparent;
    padding: 0 12px 9px 0;
}
.block-layered-nav .currently .label {
    background:none;
    font-weight:bold;
    padding-left:0px;
    text-transform:none;
    color: #ffffff;
}
.block-layered-nav .currently .label span {
    font-weight:normal;
    color: #5d5d5d;
}
.block-compared .block-content {
}
.block-compared .block-content .product-name a {
    color:#000;
    font-size: 11px;
}
.block-compared .block-content .product-name a:hover {
    color:#b6b6b6;
}
/*block-cart*/
/*block-subscribe*/
.block-subscribe {
    width: 238px;
    float: right;
    margin: 11px 10px 0 0px;
    padding-right: 0;
    background: transparent;
    position: relative;
    _display: inline;
}
.block-subscribe .block-title {
    width: auto;
    height: auto;
    margin: 0 0 2px 0;
    padding: 0 0 0 0px;
    text-align: left;
    float: none;
    text-indent: 0;
    background: transparent;
}
.block-subscribe .block-title strong {
    display: inline;
    padding: 0;
    color: #8d8d8d;
    font: bold 10px "Ubuntu", Helvetica, sans-serif;
    text-transform: uppercase;
    background: transparent;
}
.block-subscribe .block-title strong span {
    position: relative;
    padding: 0;
}
.block-subscribe .block-content {
    padding: 0;
    background: transparent;
}
.block-subscribe label {
    display: none;
}
.block-subscribe input.input-text {
    width: 206px;
    height: 19px;
    line-height: 19px !important;
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/search_input.gif) no-repeat 0 0;
    margin: 0 !important;
    padding: 0px 0px 0px 12px;
    float: left;
    position: relative;
    border: 0;
    color: #a2a2a2;
    font:11px Arial, Helvetica, sans-serif;
}
.block-subscribe input.input-text:focus {
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/search_input.gif) no-repeat 0 0;
}
.block-subscribe .input-box {
    float: left;
    position: relative;
    margin: 0;
    padding: 0px 0px 0px 0px;
}
.block-subscribe .actions {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}
.block-subscribe button.button {
    float: right;
    position: relative;
    width: 19px !important;
    height: 19px !important;
    display: block;
    margin: 0 !important;
    padding: 0;
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/news_btn.gif) no-repeat 0 0  !important;
    overflow: hidden;
}
.block-subscribe button.button span,  .block-subscribe button.button span span {
    display: none;
}
.block-subscribe button.button:hover, .block-subscribe button.buttonHover {
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/news_btn.gif) no-repeat 0 -19px   !important;
}
/*side-bar items*/
.block .block-content li.item {
    margin: 0 8px 0 0;
    padding: 4px 0 3px 0;
    border-bottom: 0;
}
.block .block-content li.last {
    border-bottom: 0;
}
.block .block-content li.item .product {
    padding-bottom: 13px;
    border-bottom: 0;
}
.block .block-content li.last .product {
    padding-bottom: 8px;
    border-bottom: 0;
}
/*side-bar prices*/
.mini-products-list .old-price .price-label, .mini-products-list .old-price .price, .mini-products-list .regular-price .price-label, .mini-products-list .special-price .price-label, .mini-products-list .maximal-price .price-label, .mini-products-list .minimal-price .price-label {
    color: #697073;
    font: normal 11px Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.mini-products-list .price-box p {
    padding-top: 0;
    line-height: 11px;
}
.mini-products-list .regular-price .price, .mini-products-list .special-price .price, .mini-products-list .price-from .price, .mini-products-list .price-to .price, .mini-products-list .minimal-price .price {
    font-weight: normal;
    font-size: 11px;
}
.mini-products-list .price-from .price-label, .mini-products-list .price-to .price-label {
    color: #697073;
    font-weight: normal;
    font-size: 11px;
}
/*reccently view*/
#recently-viewed-items {
    margin-top: 4px;
    margin-left: 0;
}
#recently-viewed-items li, #recently-compared-items li, #cart-sidebar-reorder li {
    padding: 4px 0 4px 0;
}
#recently-viewed-items a {
    text-transform: none;
    color: #000;
    font: normal 11px Tahoma;
    text-decoration: none;
}
#recently-viewed-items a:hover {
    color: #b6b6b6;
    text-decoration: none;
}
.block-wishlist .block-content, .block-compare .block-content, .block-reorder .block-content, .block-poll .block-content, .block-viewed .block-content, .block-compared .block-content, .block-related .block-content {
    padding-bottom: 15px;
}
/*most popular, related */
.product-name a {
    text-decoration: none;
}
.product-name a:hover {
}
.block .block-content ol {
}
/*****************************************************************************CATALOG****************/
/*pager*/
.toolbar-bottom {
    padding-top: 0;
}
.toolbar {
    margin-bottom: 5px;
}
.pager {
    border-top: 0;
    border-bottom: 0;
    font-family: Arial;
    background: transparent;
}
.toolbar .pager {
    margin-bottom: 2px;
    border-top: 0;
    border-bottom: 0;
    padding: 0 23px 3px 10px;
    background: transparent;
    font-size: 11px;
}
.toolbar .sorter {
    border-top: 0;
    border-bottom: 0;
    padding: 3px 23px 3px 10px;
    background: transparent;
    font-family: Arial;
    font-size: 11px;
}
.pager .amount, .pager .amount strong, .pager .limiter, .sorter, .sorter strong, .pager .pages .current {
    color: #cecece;
}
.toolbar .pager a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.toolbar .pager li.current, .toolbar .sorter a {
    font-size: 12px;
    color: #cecece;
}
.toolbar .sorter a {
    color: #cecece;
}
.toolbar .pager a:hover, .toolbar .sorter a:hover {
    color: #000;
    text-decoration: none;
}
.pager .pages {
    position: relative;
    padding-left: 53px;
    color: #6f6f6f;
}
.pager .pages strong {
    font-weight: normal;
    color: #000;
    font-family: Arial;
}
.pager .limiter {
    padding-right: 13px;
}
.pager .limiter select, .sorter .sort-by select {
    background:none repeat scroll 0 0 #fff;
    border:1px solid #dadee4;
    color: #2c2f33;
}
.pager .limiter select {
    width: 50px;
    margin: 0 8px 1px 17px;
}
.sort-by {
    float: right;
    position: relative;
}
.sorter .sort-by {
    padding-right: 5px;
}
/*items*/
.products-list .product-image {
    width: 158px;
    height: auto;
    border: 1px solid #c6c6c6;
}
.products-list .product-image:hover {
    border: 1px solid #c6c6c6;
}
.products-list .product-image img {
    width: 158px;
}
.products-list .product-shop {
    margin-left:196px;
}
.products-list .product-shop .f-fix p {
    display: inline;
}
/*name*/
.products-list .product-name, .products-list .product-name a {
    color: #b6b6b6;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 8px;
}
.products-grid .product-name, .products-grid .product-name a {
    color: #b6b6b6;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 0;
    font-family: Helvetica, sans-serif;
}
.cms-index-index .products-grid .product-name, .cms-home .products-grid .product-name, .cms-index-index .products-grid .product-name a, .cms-home .products-grid .product-name a {
    color: #000;
    font: bold 10px/12px "Ubuntu", Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 0;
}
.cms-index-index .category-column-count-7 .products-grid .product-name,
.cms-home .category-column-count-7 .products-grid .product-name,
.cms-index-index .category-column-count-7 .products-grid .product-name a,
.cms-home .category-column-count-7 .products-grid .product-name a,
.cms-index-index .category-column-count-6 .products-grid .product-name,
.cms-home .category-column-count-6 .products-grid .product-name,
.cms-index-index .category-column-count-6 .products-grid .product-name a,
.cms-home .category-column-count-6 .products-grid .product-name a {
    color: #000;
    font: normal 12px "Ubuntu", Helvetica, sans-serif;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 0;
}
.cms-index-index ul.home-tabs .product-name, .cms-home ul.home-tabs .product-name, .cms-index-index ul.home-tabs .product-name a,
.cms-home ul.home-tabs .product-name a {
    color: #B6B6B6;
    font: normal 11px "Ubuntu", Helvetica, sans-serif;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 0;
}
.products-list .product-name a:hover, .products-grid .product-name a:hover {
    color: #000;
}
.cms-index-index .products-list .product-name a:hover, .cms-index-index .products-grid .product-name a:hover, .cms-home .products-list .product-name a:hover, .cms-home .products-grid .product-name a:hover {
    color: #b6b6b6;
}
.box-up-sell .products-grid .product-name, .box-up-sell .products-grid .product-name a {
    text-transform: none;
    font-family: Arial;
    color: #b6b6b6;
}
.box-up-sell .products-grid .product-name:hover, .box-up-sell .products-grid .product-name a:hover {
    color: #000;
}
.add-to-links a {
    font-size:11px;
    font-weight: normal !important;
}
/*description*/
.block .block-subtitle {
    color: #2f3135;
}
.products-list .desc {
    color: #3E3F44;
    font:11px Arial, Helvetica, sans-serif;
    line-height: 130%;
    padding-left: 0;
    margin-bottom: 20px;
}
.mini-products-list .product-name {
    line-height: 10px;
}
.mini-products-list .product-name a {
    padding:0;
    text-transform: none;
    color: #b6b6b6;
    font: normal 11px/13px "Ubuntu", sans-serif;
    text-decoration: none;
}
.mini-products-list .product-name a:hover {
    color: #000;
}
.mini-products-list .product-image {
    margin-top: 0px;
    width: 48px;
    background: #fff;
}
.mini-products-list .product-image img {
    width: 48px;
    height: 48px;
}
.mini-products-list .product-details {
    margin-left: 60px;
}
.mini-products-list li.item .product {
    padding-bottom: 0px !important;
}
.mini-products-list .price-box {
    margin-top: 3px;
    margin-bottom: 0px;
}
.block .product-info {
    text-decoration: none;
}
.block .product-info:hover {
    text-decoration: underline;
}
/*price*/
.products-list .price-box {
    float:none;
    margin: 7px 13px 2px 0;
}
.products-grid .price-box {
    text-align: center;
    margin: 3px 0 0 0;
    font-family: Arial;
}
.regular-price {
    color:#697073;
}
.regular-price .price {
    font-size: 11px;
color:#697073;
font-weight: normal;
}
.old-price, .special-price {
    font-size: 11px;
    line-height: 100%;
    color:#697073;
}
.old-price .price {
    text-decoration: none;
}
.special-price .price,
.minimal-price-link .price {
    color: #C80000;
    font-weight: normal;
    font-size: 11px;
}
.minimal-price-link {
    color: #000;
    font-size: 11px;
    line-height: 100%;
    font-weight: normal;
}
.mini-products-list .price-label {
    display: none;
}
.minimal-price-link .label {
font-weight: normal;
}
#checkout-review-table .price {
    font-size: 12px;
}
.block-content .old-price .price {
    text-decoration: line-through;
    float: left;
    margin-right: 3px;
}
/* Form Elements */
input {
    font:12px/15px Arial, Helvetica, sans-serif;
    color:#000;
    font-weight: normal;
}
select, textarea {
    font:11px/14px Arial, Helvetica, sans-serif;
    color:#2c2f33;
    font-weight: normal;
}
input.input-text, select, textarea {
    background: #fff;
    border:1px solid #d9dde3;
}
select.multiselect option {
    border-bottom: 1px solid #d9dde3;
}
.sort-by select {
    width: 100px;
    margin-left: 11px !important;
}
/* Form */
.fieldset {
    margin-top: 15px;
    border: 1px solid #d9dde3;
    background: #fff;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 33px;
}
.fieldset .legend {
    border: 1px solid #d9dde3;
    background: #f8f8f8;
    font: bold 11px Arial;
    color: #697073;
    padding: 0px 8px 2px 8px;
    margin: -37px 0 0 -10px;
}
.form-list label.required em {
    font-style:normal;
}

.product-view .box-tags .form-add .input-box {
    margin-right: 8px;
    margin-left: 0px !important;
    background: transparent;
}
.product-view .box-tags .form-add .input-box input {
    height: 14px;
    border:1px solid #d9d9d9;
}
.product-view .box-tags .form-add button.button {
    margin-top: 2px;
    background: transparent !important;
}
.product-view .box-tags .form-add button.button span {
    background: transparent !important;
    color: #535353;
    font-family: Arial;
    font-weight: normal;
    text-transform: none;
}
div.toolbar-bottom div.sorter {
    display: block;
}
div.toolbar-bottom .view-mode {
    padding-right: 20px;
}
div.toolbar-bottom .limiter {
    float: right;
}
/*home page products*/
.products-grid {
    background: transparent;
}
.col2-left-layout .products-grid, .col2-right-layout .products-grid {
    padding-top: 0px;
}
.category-products {
    margin: 0;
}
.category-products ul.products-grid {
    margin-bottom: 0px;
    padding-left: 0;
}
.category-products ul.first {
    margin-top: 9px;
}
.cms-index-index .category-products ul.first, .cms-home .category-products ul.first {
    margin-top: 4px;
}
.category-products ul.last {
    border-bottom:0 none;
}
.cms-index-index .category-column-count-5 ul.products-grid li {
    padding: 0px 5px 0px 0px;
}
.products-grid .actions {
    text-align: center;
    bottom: 6px;
}
.products-grid .actions button.button {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.products-grid .product-image {

    height: auto;
    background-color: #fff;
    margin-bottom: 15px;
}
.products-grid .product-image:hover {

}
.products-grid .shortDescription {
    font-size: 11px;
    text-align: center;
    display: none;
}
.products-grid .availability {
line-height: 16px;
font-size: 11px;
    text-align: center;
    margin-bottom: 10px;
}
.divider {
    background: transparent;
}
.category-column-count-7 ul.products-grid,
.category-column-count-6 ul.products-grid,
.category-column-count-5 ul.products-grid,
.category-column-count-2 ul.products-grid,
.category-column-count-3 ul.products-grid,
.category-column-count-4 ul.products-grid  {
    width: 740px;
    padding: 0;
}
.ratings a:link, .email-friend a:link, .no-rating a:link, .availability {
    font-size: 11px;
color: #B6B6B6;
}
.rating-box {
    float: none;
}
.ratings .amount {
    display: none;
}
.availability span {
    color: #697073;
}
/*column count 7*/
.category-column-count-7 ul.products-grid li {
    width: 100px;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 35px 0px;
}
.category-column-count-7 .actions {
    width: 100px;
}
.category-column-count-7 .ratings {
    margin-left: 15px;
}
/*column count 6*/
.category-column-count-6 ul.products-grid li {
    width: 118px;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 35px 0px;
}
.category-column-count-6 .actions {
    width: 118px;
}
.category-column-count-6 .ratings {
    margin-left: 23px;
}
/*column count 5*/
.category-column-count-5 ul.products-grid li {
    width: 143px;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 35px 0px;
}
.category-column-count-5 .actions {
    width: 143px;
}
.category-column-count-5 .ratings {
    margin-left: 37px;
}
/*column count 4*/
.category-column-count-4 ul.products-grid {
    margin-bottom: 5px;
}
.category-column-count-4 ul.products-grid li {
    width: 180px;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 35px 0px;
}
.category-column-count-4 .actions {
    width: 180px;
}
.category-column-count-4 .ratings {
    margin-left: 55px;
}
/*column count 3*/
.category-column-count-3 ul.products-grid {
    margin-bottom: 5px;
}
.category-column-count-3 ul.products-grid li {
    width: 240px;
    margin: 0px 0px 0px 0px;
    padding: 0px 6px 35px 0px;
}
.category-column-count-3 .actions {
    width: 240px;
}
.category-column-count-3 .ratings {
    margin-left: 85px;
}
/*column count 2*/
.category-column-count-2 ul.products-grid {
    margin-bottom: 20px;
}
.category-column-count-2 ul.products-grid li {
    width: 365px;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 35px 0px;
}
.category-column-count-2 ul.products-grid li img {
    border: 1px solid #dadada;
}
.category-column-count-2 .actions {
    width: 365px;
}
.category-column-count-2 .ratings {
    margin-left: 120px;
}
.category-column-count-2 .ratings .amount {
    display: inherit;
}
/*catalog toolbar*/
div.pages strong {
    font-weight: normal;
}
div.pages a {
    color: #56A0AB;
}
div.pages .current {
    font-size: 13px;
    font-weight: bold;
}
.pager .pages li {
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
}
.pager .pages li a {
    padding-left: 4px;
    padding-right: 4px;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 3px;
}
.toolbar {
    font-size: 11px;
}
/**************************************************************PRODUCT******************/
.product-view {
    border: 0;
    padding: 0;
    margin: 4px 0 0 15px;
    font-family: Arial;
    font-size: 11px;
    color: #000;
}
.product-essential {
    padding: 0 0px 25px 0px;
}
.col2-right-layout .product-essential, .col2-left-layout .product-essential {
    padding: 0 0 25px 0px;
}
.product-view .product-shop {
    float: right !important;
    width: 510px !important;
}
.col2-right-layout .product-view .product-shop {
    width: 324px !important;
}
.product-view .product-shop a {
    font-size: 11px;
}
.product-view .product-shop a:hover {
    color: #b6b6b6;
    text-decoration: underline;
}
.product-view .product-img-box {
    float: left !important;
    width: 390px;
    margin-top: 30px;
    padding-left: 0;
}
.product-view .product-img-box .product-image {
    margin-bottom: 5px;
    border: 0;
    width: 390px;
    height: 390px;
}
.product-view .product-img-box .zoom {
    background: transparent;
}
.product-view .product-img-box .zoom #track {
    background:#dfdfdf;
}
.product-view .product-shop .availability {
    margin-top: 2px;
    font-family: Tahoma;
    font-size: 11px;
}
.product-view .product-img-box .more-views li {
    margin:0 2px 8px 0px;
}
.product-view .product-img-box .more-views li a {
    border: 0;
}
.product-view .product-img-box .more-views ul {
    margin-left: 0;
}
.product-view .product-img-box .more-views li a:hover {
    border: 0;
}

.product-view .price-box .price {
    font-family:  Arial, sans-serif;
    font-size: 18px;
}
.product-view .price-box .old-price .price {
    font-size: 11px;
}
.product-view .price-box .regular-price .price, .product-view .price-box .regular-price .price {
    color: #4a4849;
}
.product-view .add-to-box {
    margin: 10px 0 0px 0;
    padding: 10px 0 0 0;
    background: transparent;
}
.product-view .add-to-box .add-to-cart {
float: none;
    display: block;
}
.product-view .product-options {
background: #f5f5f5;
}
.product-view .product-options dl {
    padding: 0;
}
.product-options dd {
padding: 0px 0px 5px 0px;}
.product-options-bottom {
    background: #f5f5f5 !important;
}
.product-options-bottom ul.add-to-links {float: right;}
.product-options-bottom ul.add-to-links li {display: inline; margin-left: 10px;}
.product-view .product-shop .add-to-links li .separator {
    display: none;
}

.product-view .product-shop .add-to-links li {
    padding-left: 5px;
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/four_banners_menumar.gif) no-repeat 0% 50%;
    float: none;
    display: block;
}
.product-view .product-shop .add-to-links {
    text-align: left;
}
.add-to-box .add-to-cart label, .add-to-cart label {
    padding-left: 0;
    background: transparent;
}
.add-to-cart label {
    margin-top: 0;
    margin-right: 7px;
    font: normal 18px Arial;
    color: #000;
}
.add-to-cart .qty {
    color: #313438;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #b6b6b6;
    background: #fff;
}
.add-to-cart button.button {}
.add-to-cart button.button span {
    background: transparent url(http://oanh.com.au/skin/frontend/default/perfect_white/images/btn_addtocart.gif) no-repeat 0 0;
}
.add-to-cart button.button span span {
    color: #fff;
    font: bold 11px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: transparent url(http://oanh.com.au/skin/frontend/default/perfect_white/images/btn_addtocart.gif) no-repeat 100% 100%;
    line-height: 17px;
}

.product-view .add-to-cart .button {
    float: none;
}
.product-view .product-shop .add-to-links {
    margin-top: 0;

}
.product-view .product-shop .add-to-links li {
    padding-bottom: 1px;
}
.product-view .product-shop .add-to-links a {
    color:#b6b6b6 !important;
    font-weight:normal !important;
    font: 11px Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.product-view .product-shop .add-to-links a:hover {
    color: #000;
}
.product-view .product-shop .short-description {
    line-height: 130%;
    color: #000;
    font-size: 11px;
    margin-top: 22px;
    padding: 0px 0 0 0;
    background: transparent;
}
.product-collateral .box-collateral, .no-rating {
    margin-top: 10px;
    margin-bottom: 15px;
}
.product-collateral .no-rating a {
    color: #b6b6b6;
    font: 11px Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.product-collateral .no-rating a:hover {
    color: #000;
}
.tier-prices {
    background-color: #f5f5f5;
    border: 1px solid #d9dde3;
    padding: 0px 10px 0px 10px;
    border-radius: 2px;
}
.tier-prices .benefit {
    font-size: 16px;
}
.product-view .box-up-sell .products-grid {
    width: 100% !important;
    margin-bottom: 10px;
}
.product-view .box-up-sell .products-grid td {
    padding: 9px 5px 12px 3px;
}
.product-view .box-up-sell .products-grid td .product-image {
    width: 73px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    border: 0;
}
.product-view .box-up-sell .products-grid td .product-image img {
    width: 73px;
    height: 73px;
    border:0;
}
.product-view .box-up-sell .products-grid td .price {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #31383c;
}
/*titles on product page*/
.product-essential h2, .product-view .product-img-box .more-views h2 {
    font: bold 11px Arial, Helvetica, sans-serif;
    text-transform: none !important;
    color: #000;
    margin: 6px 0px 6px 0px;
    padding-bottom: 0;
    border-bottom: 0 !important;
}
.product-collateral h2 {
    font: bold 11px Arial, Helvetica, sans-serif;
    text-transform: none !important;
    color: #000;
    margin: 10px 0px 12px 0px;
    padding-bottom: 0;
    border-bottom: 0 !important;
}
.product-view .product-img-box .more-views h2 {
    color: #000;
    text-transform: none !important;
    font: normal 11px Arial, Helvetica, sans-serif;
    padding-bottom: 1px;
    border-bottom: 0 !important;
}
.product-view .box-up-sell h2 {
    margin: 0;
}
/*messages*/
#messages_product_view .messages {
    margin: 10px 20px 0 0 !important;
    width: 100%;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
    min-height:24px !important;
    padding: 10px 8px 4px 32px !important;
    background: #fff !important;
    border-color:#dbdee4;
    color:#000 !important;
}
.add-to-box .or {
    color:#697073;
    font:normal 10px Arial;
    margin: 5px 12px 0 3px;
}
.product-collateral {
    padding: 0 0px 25px 0px;
    background: transparent;
}
.product-collateral .data-table, .product-collateral .data-table tbody, .product-collateral .data-table td {
    border: 1px solid #f4f4f4 !important;
    background: transparent !important;
    color: #000;
}
.product-collateral .data-table .label {
    border-top: 0 !important;
    border-right: 1px solid #f4f4f4 !important;
    border-bottom: 1px solid #f4f4f4 !important;
    border-left: 0 !important;
    background: transparent !important;
    font: normal 11px Arial;
    color: #000;
}
.product-view .box-tags .form-add label {
    color: #272526 !important;
    font-weight: normal;
    font-size: 11px;
}
.product-view .box-tags .form-add .input-box {
    padding:0;
}
.product-view .box-tags .note {
    margin-top: 0;
    padding: 0 0 0 0px;
    font-size: 10px;
}
/*returns*/
.form-alt .input-box {
margin: 0 0 8px;
}

/*product opions*/
.product-options {
    margin: 0px 0 0;
    padding: 5px 15px 5px 20px;
}
.product-options p.required {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-style: italic;
}
.product-options dl {
    margin: 0;
    padding: 0 !important;
}
.product-options dt {
    padding: 5px 0px 2px 0px;
    font-weight: bold !important;
    font-size: 11px;
}
.product-options dd {
    padding: 0px 10px 10px 0px;
    margin: 0 0 0px;
}
.product-view .product-shop .add-to-links li {
    padding-right: 10px;
}
.product-options-bottom .add-to-cart {
float: left;
}

/*product review*/
.dedicated-review-box ol li, .product-view .box-reviews dd {
    margin-bottom: 20px;
}
.dedicated-review-box ol li strong, .box-reviews dl dt a {
    font-size: 24px;
    font-weight: normal;
}
.box-reviews dl dt {
    color: #000;
}
.product-view .box-reviews dl {
margin: 0px 0;
padding: 0;
}
table.ratings-list {
    margin-bottom: 10px;
}
table.ratings-list strong {
    font-size: 12px !important;
    font-weight: normal;
}
#product_tabs_review_tabbed_contents .form-add textarea, .box-reviews .form-add textarea {
    width: 680px  !important;
}


/***************************************************************CART**********************************/
.cart .page-title {
    margin: 0 0 3px 5px;
}
.cart .page-title h1 {
    margin-top: 2px;
    margin-bottom: 6px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
}
.cart .page-title .checkout-types li {
    margin-bottom: 0;
    margin-top: 5px;
}
.cart .col2-set .col-1 {
    width: 47.6%;
}
.cart .discount, .cart .shipping {
    border: 0 !important;
    padding: 13px 0 25px 30px;
}
.cart h2.product-name a {
    font-size: 22px !important;
font-weight: normal !important;
font-family: "Ubuntu Condensed", Century Gothic, Arial, sans-serif !important;
text-transform: none;
}
.cart .shipping .sp-methods {
    background: transparent;
}
.cart .discount, .cart .shipping {
    padding-left: 0;
}
.cart .discount h2, .cart .shipping h2 {
    margin-bottom: 5px;
    color: #000;
    font: bold 11px/12px Arial, Helvetica, sans-serif;
    padding: 1px 0 0 0;
    text-transform: none;
    background: none;
}
.cart .discount .input-box {
    margin: 10px 0 0 0;
    width: 138px;
    float: left;
}
.cart .discount input.input-text {
    border: 1px solid #d9dde3;
    width: 126px;
    padding-left: 6px;
    color: #000;
    float: left;
}
/*crossels*/
.crosssell h2 {
font-size: 12px;
line-height: 100%;
}

#checkout-review-load {
    padding: 15px;
    border-right: 1px solid #dbdee4;
    border-left: 1px solid #dbdee4;
}
#checkout-review-table tfoot tr.last .price {
    color: #31383c;
    font-size:  18px;
}
#shopping-cart-totals-table tfoot .price {
    color: #000;
    font: bold 16px "Ubuntu Condensed", sans-serif !important;
}
#shopping-cart-totals-table .price {
    color: #000;
    font: bold 16px "Ubuntu Condensed", sans-serif;
}
.cart .cart-collaterals .col2-set {
    width: 622px;
}
.cart .totals {
    background: none !important;
    border: 0 !important;
    color: #000;
    margin: 0;
    float:right;
    width:248px;
}
.cart .totals table {
    margin-top: 1px;
    margin-bottom: 14px;
}
.cart .totals td {
    padding: 5px 0px 5px 12px;
    vertical-align: middle;
    font: normal 12px "Ubuntu", sans-serif;
    color: #000;
}
.cart .totals tfoot td {
    padding-top: 4px;
    padding-bottom: 0;
}
.cart .totals tfoot td strong {
    font: normal 12px "Ubuntu", sans-serif;
    color: #000;
}
.cart .totals .checkout-types {
    padding: 0 0px 15px 15px;
}
.cart .totals .checkout-types a {
    display: block;
    font: normal 11px "Ubuntu", sans-serif;
    color: #000;
    text-decoration: none;
}
.cart .totals .checkout-types a:hover {
    color: #b6b6b6;
}
.cart .discount .buttons-set {
    margin-top: 11px;
    margin-left: 5px;
    float: left;
    clear: none;
}
.discounts {
    width: 50%;
    float: left;
    position: relative;
}
button.btn-checkout {
    float: none;
    height: 19px !important;
    margin: 0 0 13px 0;
    border:0 none;
}
button::-moz-focus-inner {
    border: none;  /* overrides extra padding in Firefox */
}
button.btn-checkout span {
    height: 19px !important;
    padding:0 10px 0 0;
    display: block;
    background: transparent url(http://oanh.com.au/skin/frontend/default/perfect_white/images/btn_checkout.gif) no-repeat 100% 100% !important;
    position: relative;
    white-space: nowrap;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Google Chrome only - fix margins */
    button.btn-checkout span  {
        margin-top: -1px;
    }
}
button.btn-checkout span span {
    display: block;
position: relative;
    white-space: nowrap;
    font: normal 11px "Ubuntu", sans-serif;
    height: 19px !important;
    padding: 0px 0 0 10px;
    line-height: 19px;
    color:#fff;
    text-transform: none;
    background: transparent url(http://oanh.com.au/skin/frontend/default/perfect_white/images/btn_checkout.gif) no-repeat 0% 0% !important;
}

button.btn-checkout:hover, .checkout-types button.buttonHover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/btn_checkout.gif);
    height: 19px !important;

}
.title-buttons button.btn-checkout {
    margin: 8px 5px 0px 0;
}
.form-list label {
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #b6b6b6;
    margin-bottom: 3px;
}
.form-list li.control label {
    color: #585858;
}
.form-list .input-box select {
    border: 1px solid #d9d9d9;
    background: #fff;
}
.form-list input.input-text, .cart .discount input.input-text {
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}
.form-list input.input-text:focus, .cart .discount input.input-text:focus {
    background: #fff;
}
.opc .checkout-agreements {
    border-color: #D9DDE3;
}
.checkout-progress li {
    border-top-color: #b6b6b6;
    color: #b6b6b6;
}
.checkout-progress li.active {
    border-top-color: #697073;
    color: #697073;
}
.cart .crosssell {
    padding: 0px 0 12px 10px;
}
.cart .crosssell .link-wishlist {
    color: #b6b6b6 !important;
    font-weight: normal !important;
    text-decoration: none;
}
.cart .crosssell .link-compare {
    color: #b6b6b6 !important;
    font-weight: normal !important;
    text-decoration: none;
}
.cart .crosssell .link-wishlist:hover, .cart .crosssell .link-compare:hover {
    color: #000 !important;
}
.crosssell-div {
    clear: both;
}
.cart .cart-collaterals {
    font-family: Arial;
    color: #b6b6b6;
    font-size: 11px;
    padding-top: 7px;
}
.cross-sells {
    clear: both;
    width: 905px;
    float: left;
    background: transparent;
}
.cross-sells h2 {
    margin-left: 0px;
    color: #000;
    font: bold 11px Arial !important;
}
.cross-sells .crosssell {
    position: relative;
    width: 925px;
    float: left;
}
.cross-sells .crosssell #crosssell-products-list {
    padding: 0px 4px 10px 4px;
    clear: both;
    position: relative;
    width: 925px;
    float: left;
}
.cart .crosssell li.item {
    margin: 2px 0;
    float: left;
    width: 220px;
    margin-right: 15px;
}
.cart .crosssell li.last {
    margin-right: 0;
}
.cart .crosssell li.item .price-box .price-label {
    font: normal 11px Tahoma;
    color: #697073;
}
.cart .crosssell li.item .price-box .regular-price .price-label, .cart .crosssell li.item .price-box .special-price .price-label, .cart .crosssell li.item .price-box .minimal-price .price-label, .cart .crosssell li.item .price-box .maximal-price .price-label {
    font: normal 11px Tahoma;
    color: #697073;
}
.cart .crosssell li.item .price-box .regular-price .price, .cart .crosssell li.item .price-box .special-price .price, .cart .crosssell li.item .price-box .minimal-price .price, .cart .crosssell li.item .price-box .maximal-price .price {
    font: normal 11px Tahoma;
    color: #31383c;
}
.cart .crosssell li.item .price-box .old-price .price-label {
    font-weight: normal;
}
.cart .crosssell li.item .price-box .price {
    font-size: 11px;
    font-weight: normal;
}
.cart .crosssell li.item .product-name a {
    font: normal 11px Tahoma;
}
.cart .crosssell li.item .product-name a:hover {
    color: #000;
}
.cart .crosssell li.item .product-image {
    width:75px;
    height:75px;
    border: 0;
}
.cart .crosssell li.item .product-image img {
    border: 0;
}
.cart .crosssell .product-details {
    margin-top: 0px;
    margin-left: 90px;
}
.cart .crosssell .product-name {
    line-height: 100%;
}
.cart .crosssell .product-details .price-box {
    margin-top: 0;
}
.cart .crosssell .product-details .price-box .label {
    color: #697073;
}
.cart .crosssell .product-details button.button {
    float: none;
    margin-bottom: 2px;
}
ul.form-alt {
    border: 1px solid #dadada;
    background: white;
padding: 22px 25px 25px 33px;
margin: 28px 0;
}
ul.form-alt .input-box {
    margin-bottom: 10px;
}

/***********************************************************CHECKOUT, ACCOUNT********************************/
#checkout-progress-wrapper {
    padding-top: 12px;
}
#opc-login h4 {
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #4a4949;
}
#opc-login h3 {
    font: bold 18px "Ubuntu Condensed", Helvetica, sans-serif;
    color: #2F3135;
    border-bottom-color: #d9dde3;
}
#opc-billing .number, div.wp-one-page-checkout-popup.opc .active .step-title .number, .onepagecheckout.opc .active .step-title .number  {
    font: bold 18px "Ubuntu Condensed", Helvetica, sans-serif;
}
.opc .step-title {
    border-bottom: 0px solid;
}
.opc .allow .step-title {
    border-width: 0px 1px 0px 1px;
}
.opc .active .step-title {
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}
.opc .step-title h2 {
    margin-top: 2px;
    font: bold 16px "Ubuntu Condensed", Helvetica, sans-serif;
    text-transform: none;
}
.opc .active .step-title h2 {
    margin-top: 2px;
    font: bold 16px "Ubuntu Condensed", Helvetica, sans-serif;
    text-transform: none;
    color: #000 !important;
}
.opc .allow .step-title h2 {
    color: #3d3e3e;
}
.opc .step-title .number {
    background: #fff;
    border: 1px solid #d9dde3;
    color: #31383c;
    margin-top: 2px;
    margin-right: 8px;
}
.opc .allow .step-title .number {
    background: #fff;
    border: 1px solid #d9dde3;
    color: #31383c;
    margin-top: 2px;
    margin-right: 8px;
}
.opc .active .step-title .number {
    background:#fffef9;
    border: 1px solid #808080;
    color:#2f3135;
    margin-right: 8px;
}
.dashboard .box-reviews .number {
    background: #fff;
    border: 1px solid #999999 !important;
    color: #999999;
    padding: 2px 5px 2px 5px;
}
.dashboard .box-reviews .details {
    margin-left: 25px;
    padding-top: 3px;
}
.dashboard .box-tags .number {
    background: #fff;
    border: 1px solid #999999 !important;
    color: #999999;
}
.dashboard .welcome-msg {
    font:13px Arial, Helvetica, sans-serif;
}
.dashboard .page-title h1 {
    font-size: 19px;
}
.dashboard .box .box-title {
    background: transparent;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
    color: #2f3135;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
}
.box-account .box-head h2, .account-login .new-users h2, .account-login .registered-users h2 {
    background: none;
    padding-left: 0;
    text-transform: lowercase;
    color: #B6B6B6;
    font:bold 18px "Ubuntu", Helvetica, sans-serif;
}
.account-login .content {
    padding: 11px 20px 5px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
}
.my-account {
    margin-top: 0;
    margin-left: 15px;
}
.my-account .page-title h1 {
    margin-top: 0;
    font-size: 24px !important;
}
.addresses-list h3 {
    color: #31383C;
    font-size: 13px;
}
.addresses-list a {
    color:#b6b6b6 !important;
    font-weight:normal;
}
.addresses-list a:hover {
    color: #b6b6b6 !important;
}
.my-account .box-info {
    color: #697073;
    background: transparent;
    border: 0;
    padding: 15px 0 15px 15px;
}
.title-buttons button.button {
    float: none;
}
.dashboard .box-info .box-head {
    padding-bottom: 0px;
    border-bottom: 0px solid #d9dde3;
}
.dashboard .box-info h4 {
    font-size: 11px;
    font-weight: bold !important;
    color: #31383C;
    text-transform: none;
    padding: 2px 3px 2px 0px;
}
.title-buttons .button {
    margin-top: 2px;
}
.advanced-search-summary strong {
    padding-left: 0;
    color: #000;
}
.block-progress {
    margin-top: 18px;
    background: transparent;
}
.block-progress .block-title {
    padding: 0px 0 0 6px;
    background: transparent;
}
.block-progress .block-title strong {
    text-transform: none;
    padding: 0px 0 6px 0px;
    font-size: 16px;
    background: transparent;
}
.block-progress .block-content {
    color: #2F3135;
    padding: 0px 6px 8px 6px;
    background: transparent;
}
.block-progress dt {
    border: 1px solid #d9dde3 !important;
    background: #fff !important;
    font-size: 11px;
    padding-left:8px;
    color: #31383C;
    text-transform: none;
}
.block-progress dt.complete {
    border-top: 1px solid #d9dde3 !important;
    border-right: 1px solid #d9dde3 !important;
    border-bottom: 1px solid #d9dde3 !important;
    border-left: 1px solid #d9dde3 !important;
}
.block-progress dd {
    border-top: 0 !important;
    border-right: 1px solid #d9dde3 !important;
    border-bottom: 1px solid #d9dde3 !important;
    border-left: 1px solid #d9dde3 !important;
    padding: 8px 13px 8px 10px;
}
.block-account .block-content li.current, .block-account .block-content li.current strong {
    color: #000;
}
.block-account .block-content li a, .block-account .block-content li.current {
    padding: 0 0 1px 0;
}
.link-print {
    color:#b6b6b6;
}
.link-reorder {
    color:#b6b6b6 !important;
}
.link-reorder:hover {
    color:#b6b6b6 !important;
}
.multiple-checkout .data-table .product-name a {
    font-weight: normal !important;
}
.multiple-checkout h3, .multiple-checkout h4 {
    color:#31383C;
}
.multiple-checkout .col2-set h3.legend {
    color:#697073;
}
.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a {
    color: #000;
}
.multiple-checkout h2 a:hover, .multiple-checkout h3 a:hover, .multiple-checkout h4 a:hover {
    color: #b6b6b6;
}
.multiple-checkout .col2-set h2.legend {
    background: #f8f8f8;
    border-bottom:1px solid #d9dde3;
    color: #31383C;
}
.multiple-checkout .col2-set, .multiple-checkout .col3-set {
    background: #fff;
    border:1px solid #d9dde3;
}
.checkout-multishipping-shipping .box-sp-methods {
    background: #fff;
    border: 1px solid #d9dde3;
}
.multiple-checkout .box h2 {
    color:#31393c;
}
.multiple-checkout .place-order .grand-total span {
    font-size: 14px !important;
}
.multiple-checkout .place-order .grand-total .button {
    margin-top: 10px;
}
.multiple-checkout .place-order .grand-total .button span span {
    font-size: 11px !important;
    padding: 2px 0 0 19px !important;
}
.multiple-checkout .place-order .grand-total .price {
    color:#31383c;
    font: normal 20px "Ubuntu", sans-serif;
}
/**************************************************************HOME PAGE***********************************/
div.logos {
    background: #121617;
    width: 100%;
    margin:0;
    padding: 17px 0px 6px 0px;
    text-align: center;
}
div.logos a {
    margin-left: 15px;
    margin-right: 15px;
}
div.home-block-banners {
    clear: both;
    margin-bottom: 13px;
    border-bottom: 4px solid #d4d4d4;
    position: relative;
    zoom: 1;
}
div.home-block-banners a img {
    float: left;
    margin-right: 2px;
}
div.home-block-banners a img:hover {
    opacity: 0.9;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
div.home-block-banners a h2,  div.home-block-banners h2 a {
    float: left;
    margin-right: 2px;
    margin-bottom: 0;
    width: 244px;
    padding-left: 1px;
    font: normal 20px "Ubuntu Condensed", sans-serif;
    color: #292929;
}
div.home-block-banners div.title {
    clear: both;
    margin-bottom: 22px;
}
div.home-block-banners a:hover h2 {
    color: #b6b6b6;
}
div.home-block-banners a img.last, div.home-block-banners h2.last  a {
    margin-right: 0;
}
div.pageblock_title {
    clear: both;
    color:#b6b6b6;
    font: bold 18px "Ubuntu", Helvetica, sans-serif;
    padding-left: 0px;
}
/*-------------------------------------------  HOME INTRO    -------------------------------------*/

/*block-service*/
.block-service .block-title strong {
    padding-bottom: 0;
    font: bold 11px/19px Arial, Helvetica, sans-serif;
    color: #000;
    text-transform: none;
}
.block-service .block-content {
    padding: 0 15px 12px 0;
    font-size: 11px;
    font-family: Arial;
    color: #b6b6b6;
}
.block-service .block-content span {
    display: block;
    line-height: 22px;
    margin-left: -2px;
    font-family: Century Gothic;
    font-weight: normal;
    font-size: 12px;
    color: #292929;
}
.block-service .block-content span span {
    display: inline;
    padding-left: 4px;
    font-family: Century Gothic;
    font-weight: normal;
    font-size: 24px;
    color: #000;
}
/**************************************************************TEXT COLORS*********************************************/
/* */
.mini-products-list .product-info {
    font-size: 11px;
}
.block .btn-remove, .block .link-wishlist, .block .link-compare, .block .product-info {
    color: #697073!important;
}
.block .link-wishlist:hover, .block .link-compare:hover, .block .product-info:hover {
    color:#b6b6b6 !important;
}
.block-progress dt.complete {
    color: #000 !important;
}
.block-progress dt.complete a {
    color: #000;
}
.block-progress dt.complete a:hover, .separator  {
    color: #b6b6b6;
}
/*light*/
.error-msg {
    color: #000 !important;
}
/*dark*/
.account-login .new-users h2, .account-login .registered-users h2 {
    color:#B6B6B6;
    font:bold 22px/19px "Ubuntu", Helvetica, sans-serif;
    text-transform: lowercase;
    border-bottom: 0;
}
.sp-methods label .price {
    font: bold 12px Tahoma;
    color: #31383c !important;
}
.compare-table tr.first td .product-name a, .data-table tr td .product-name a {
    color: #000 !important;
}
.opc .step-title h2, .crosssell .product-name a {
    color: #b6b6b6;
}
.page-sitemap .links a {
    color: #31383c;
}
/*medium grey text*/
.product-options dt label {
    color: #585858 !important;
}
/*dark grey - separators, lines*/
.products-list .add-to-links .separator {
    color: #6a7173;
}
/*grey*/
.block .block-subtitle, .product-name a, #opc-review .product-name, .back-link a, .my-account a, .page-sitemap .sitemap a, .product-view .product-shop .add-to-links a, .tags-list li a {
    padding-top: 0px;
    padding-left: 0px;
}
.link-wishlist {
    color: #000 !important;
}
.product-shop .link-wishlist {
    color: #E85500!important;
}
/*font normal*/
.link-wishlist, .link-compare {
    font-weight: normal;
}
/*font 11px*/
.std ul.disc {
    list-style-type: circle;
}
/**********************************************************BACKGOUNDS*****************************************************/
/*background-transparent*/
.product-essential, .product-view .box-up-sell .products-grid td, .block li.even, .cart .crosssell, .cart .discount, .cart .shipping, .cart .totals, .block .actions, .compare-table tbody th, .compare-table tr.add-to-row td, .block-layered-nav .currently li, .block-cart .summary, .block-progress dt, .block-progress dt.complete, .block-progress dd.complete, .order-info-box {
    background:transparent;
}
.account-login .content, .account-login .buttons-set, .account-login h2 {
    background: #fff;
    border-color: #d9dde3;
}
/*border-non*/
.product-view .product-img-box .more-views h2, .product-collateral h2, .product-view .box-up-sell .products-grid, .product-view .box-up-sell .products-grid td, .cart .crosssell, .cart .discount, .cart .shipping, .cart .totals, .page-title, .box-account .box-head, .pager, .block-cart .summary, .block-cart .actions, .products-grid, .block-progress dt, .block-progress dt.complete, .block-progress dd.complete {
    border: none;
}
/*background- forms */
.data-table, .data-table tfoot tr, .data-table .odd, .data-table .even, .advanced-search-summary, .product-options, .data-table tbody.odd tr, .data-table tbody.odd tr td, .tags-list,
.truncated .truncated_full_value dl  {
    background:#fff;
}
/*background-title*/
.data-table tfoot tr td, .data-table thead th {
    background: #fff;
}
.box-account, .addresses-list li.item, .account-login .buttons-set, .product-options-bottom, .order-info {
    background: #fff;
}
.opc .active .step-title {
    background: #f8f8f8;
}
/*background- focus */
input.input-text:focus, select:focus {
    background: transparent;
}
textarea:focus {
    background: #fff;
}
.opc .step {
    background: #fff;
}
.opc .step-title {
    background:#f8f8f8;
}
.opc .allow .step-title {
    background: #f8f8f8;
}
.validation-failed {
    background:#cfcfd0 !important;
    border: 0 !important;
}
/*border - forms */
.box-account, .advanced-search-summary, .product-options, .product-options-bottom, .order-info, .order-info-box, .tags-list {
    border-color: #d9dde3 !important;
}
.addresses-list li.item {
    border-color: #d9dde3 !important;
}
.opc .step, .opc .step-title, .opc .active .step-title, .opc .step-title, .opc .allow .step-title, #opc-review .buttons-set {
    border-top: 0;
    border-right: 1px solid #d9dde3;
    border-bottom: 1px solid #d9dde3;
    border-left: 1px solid #d9dde3;
}
.opc .active .step-title, .opc .allow .step-title, #opc-review .buttons-set {
    border-top: 1px solid #d9dde3 !important;
    border-right: 1px solid #d9dde3 !important;
    border-bottom: 1px solid #d9dde3;
    border-left: 1px solid #d9dde3 !important;
}
#opc-review .product-name {
    color: #31383c;
    font: normal 11px Tahoma;
    text-transform: uppercase;
}
.data-table {
    border: 1px solid #d9dde3 !important;
    border-collapse: collapse;
}
.data-table tbody {
    border: 1px solid #d9dde3 !important;
}
.data-table thead {
    border-top: 1px solid #d9dde3;
    border-right: 1px solid #d9dde3;
    border-bottom: 0;
    border-left: 1px solid #d9dde3;
    background: #fff;
}
.data-table thead th {
    border-top: 1px solid #d9dde3;
    border-right: 1px solid;
    border-top: 1px solid #d9dde3;
    border-left: 0;
    border-color: #d9dde3 #d9dde3 #d9dde3 #d9dde3 !important;
    padding: 8px 9px 8px 9px;
    color: #b6b6b6;
    font: normal 11px Arial !important;
    text-transform: none;
    background: #fff;
}
.data-table td {
    border-top: 1px solid #d9dde3 !important;
    border-right: 1px solid #d9dde3;
    border-bottom: 1px solid #d9dde3;
    border-left: 1px solid #d9dde3;
    border-color: #d9dde3 #d9dde3 #d9dde3 #d9dde3 !important;
    background: #fff;
    font-family: Arial;
    color: #3d3e3e;
}
.data-table td img {
    border: 0;
}
.data-table td .product-name a {
    font: 16px "Ubuntu Condensed", sans-serif;
}
.data-table td .product-name a:hover {
    color: #b6b6b6 !important;
}
.data-table td input.qty {
    color: #31383c;
    font: bold 12px Tahoma !important;
    border: 1px solid #b1b6b8;
    background: #fff;
    padding-left: 6px;
}
.data-table td .price {
    font-weight: bold !important;
    color:#31383c;
    font: 13px Tahoma;
}
.data-table td .price-label {
    font-weight: bold !important;
    font-family: Arial;
    color: #2f3135;
}
.data-table td .regular-price .price, .data-table td .special-price .price {
    font-family: Tahoma;
    font-weight: bold !important;
    font-size: 12px;
    color:#31383c;
}
.data-table td.last .price {
    color:#000;
}
.data-table tfoot {
    border-top: 1px solid #d9dde3;
    border-right: 1px solid #d9dde3;
    border-bottom: 1px solid #d9dde3;
    border-left: 1px solid #d9dde3;
}
.data-table tfoot tr {
    background: #fff !important;
}
.data-table tfoot tr td {
    border: 1px solid #d9dde3 !important;
    background: #fff;
    padding: 12px 14px 10px 14px;
}
.data-table tfoot tr td button.button {
    margin: 0;
}
.data-table tfoot tr td button.btn-empty {
    margin: 0 5px;
}
.data-table tfoot tr td button.btn-empty,
.data-table tfoot tr td button.btn-update {
    float: right;
}
.product-view .grouped-items-table td {
    padding: 3px 4px;
}
/*border blue  */
.mini-products-list .product-image {
    border: 1px solid #cccac7;
}
.mini-products-list .product-image:hover {
    border: 1px solid #cccac7;
}
.products-grid .product-image {
    border: 0;
    text-align: center;
}
.products-grid .product-image:hover {
    border: 0;
}
/*border = background color*/
.block-layered-nav .actions {
    border-color: #dadada;
}
.product-options dd {
    border: 0;
}
.products-list li.item {
    border-color: transparent;
    padding: 12px 10px 12px 9px;
}
/*search autocomplete fix*/
.form-search .search-autocomplete ul {border-color: #d9dde3 !important;}
.form-search .search-autocomplete {background: #fff;}
.form-search .search-autocomplete ul, .form-search .search-autocomplete li  {text-align: left; padding: 1px 5px 1px 5px; font-weight: bold;}
.form-search .search-autocomplete li:hover {cursor: pointer;}
.form-search .search-autocomplete  {border-radius: 0px 0px 3px 3px; margin-left: -8px;  margin-top: 2px;}
.header .form-search .search-autocomplete { z-index:999 !important;}
.search-autocomplete .amount {  float: right;   font-weight: normal;}
.header .form-search .search-autocomplete li {border: none;}

/*Compare*/
.compare-table {
    border:0;
}
.compare-table thead tr.first th, .compare-table thead tr.first td {
    border-bottom:0 !important;
    background: transparent;
    padding:0;
    font-size:0;
    line-height:0;
}
.compare-table .btn-remove {
    float:right;
    background-image:url(http://oanh.com.au/skin/frontend/default/perfect_white/images/btn_remove2.gif);
    width:72px;
    height:15px;
}
.compare-table tbody th, .compare-table thead th, .compare-table thead td {
    border-top: 1px solid #d9dde3;
    border-right: 1px solid #d9dde3;
    border-bottom: 1px solid #d9dde3;
    border-left: 1px solid #d9dde3;
    padding: 2px 10px 2px 10px;
    color: #697073;
    font-size: 11px;
    font-weight: bold !important;
    text-transform: none;
    background: #fff;
}
.compare-table tbody .first th {
    border-top: 0;
}
.compare-table tbody td {
    border-top: 0 !important;
    border-right: 1px solid #d9dde3 !important;
    border-bottom: 1px solid #d9dde3 !important;
    border-left: 1px solid #d9dde3 !important;
    background: #fcfcfc;
    color: #2f3135;
}
.compare-table tbody td.last {
    border-right:1px solid #d9dde3;
}
.compare-table tbody tr.last th, .compare-table tbody tr.last td {
    border-bottom:1px solid #d9dde3 !important;
}
.block .actions button.button {
    margin-right: 6px;
}
.block-compare .block-content {
    padding-top: 10px;
    padding-bottom: 2px;
}
.block-compare .block-content ol {
    margin-left: 2px;
}
.block-compare .block-content li.item {
    padding: 3px 12px 3px 0px;
}
.block-compare .block-content li.item .product-name a {
    text-transform: none;
    color: #000;
    font: normal 11px "Ubuntu", sans-serif;
    text-decoration: none;
}
.block-compare .block-content li.item .product-name a:hover {
    color: #b6b6b6;
}
.block-compare .block-content li.item .btn-remove {
    margin-top: 4px !important;
}
.compare-table tr td .product-name {
    margin-top: 6px !important;
}
.compare-table tr td .product-name a {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}
.compare-table tr td .product-name a:hover {
    color: #b6b6b6 !important;
}
.compare-table tr td .product-image img {
    border: 1px solid #c6c6c6;
}
.compare-table tr td .product-image:hover img {
    border: 1px solid #c6c6c6;
}
.compare-table .btn-remove {
    height: 15px;
    width: 72px;
    margin: 3px 0px 3px 0px;
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/btn_remove2.gif) no-repeat 0 0;
}
.compare-table .btn-remove:hover {
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/btn_remove2.gif) no-repeat 0 0;
}
.compare-table td .price-box {
    margin-bottom: 15px;
}
.compare-table td .regular-price .price {
    color:#31383c !important;
    font-size:12px;
    font-weight: bold !important;
}
.compare-table td .regular-price .price-label, .compare-table td .old-price .price-label {
    color:#5c6668 !important;
    font-size:12px;
}
.compare-table td .old-price .price {
    color:#b6b6b6 !important;
    font-size:12px;
    font-weight: bold !important;
    text-decoration: line-through;
}
.compare-table td .special-price .price-label {
    color:#5c6668 !important;
    font-size:16px;
    font-weight: bold !important;
}
.compare-table td .special-price .price {
    color:#b6b6b6 !important;
    font-size:14px;
    font-weight: bold !important;
}
.compare-table td.last .price {
    color: #31383c;
}
.compare-table tr td button.button {
    float: none;
}
.cart .totals .checkout-types li a {
    font-size: 12px;
    text-decoration: none;
}
.cart .totals .checkout-types li a:hover {
    color: #b6b6b6;
}
.page-popup .link-print {
    color: #000000;
    background: transparent;
}
.link-cart {
    color: #697073 !important;
    font-weight: normal;
}
.link-cart:hover {
    color: #b6b6b6 !important;
}
.addresses-list h2 {
    color: #2f3135;
}
.truncated a.details {
    color: #697073;
    text-decoration: none;
}
.truncated a.details:hover {
    color: #b6b6b6;
}
.truncated .truncated_full_value dl {
    background-color: #f5f5f5 !important;
    border: 1px solid #c8c6c6;
}
.truncated .item-options dt {
    color: #474747;
    font-style: italic;
}
p.required {
    font: 11px Arial, Helvetica, sans-serif;
}

.buttons-set {
    margin-top: 5px;
    border-top: 1px solid #D9DDE3;
}
.buttons-set a.f-left {
    color: #000;
}
.buttons-set .back-link, .buttons-set .back-link a {
    font-family: Arial;
    color: #000;
    text-decoration: none;
}
.buttons-set .back-link:hover, .buttons-set .back-link a:hover, .buttons-set a.f-left:hover {
    color: #b6b6b6;
}
.sp-methods label {
    color: #585858;
    font-weight: normal;
    font: 11px "Ubuntu", sans-serif;
}
.product-view .box-up-sell .products-grid td.empty {
    background: transparent;
}
.page-sitemap .sitemap a {
    color: #000;
}
.page-sitemap .sitemap a:hover {
    color:#b6b6b6;
}
.block-reorder .product-name a {
    color: #000;
    font: normal 11px Tahoma;
}
.block-reorder .product-name a:hover {
    color: #b6b6b6;
}
.tags-list li a, .block-tags .block-content a {
    color: #000;
}
.tags-list li a:hover, .block-tags .block-content a:hover {
    color: #b6b6b6;
}
.page-print .order-date {
    background: transparent;
}
.opc .buttons-set .back-link a {
    background: transparent;
}
.tool-tip .btn-close a {

}
.dashboard .box-recent .box-head h2 {
    background: transparent;
}
.block-login .block-title strong {
    background: transparent;
}
.dashboard .box-reviews .box-head h2 {
    background: transparent;
}
.dashboard .box-info .box-head h2 {
    background: transparent;
}
.paypal-logo {
    display: none;
}
/*demo notice*/
.demo-notice {
    background: none repeat scroll 0 0 #ffffff;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.15;
    margin: 0;
    padding: 5px 5px;
    text-align: center;
    opacity: 0.7;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    position: absolute;
    top: 0;
    left: 0;
}
/*currency block fix*/
.block-currency {
    height: auto !important;
    padding: 0;
}
.block-currency .block-title {
    margin: 0;
}
.block-currency .block-content select {
    width: auto !important;
    display: block !important;
    margin: 0px 0px 0px 0px !important;
}
.block-currency .block-content {
    padding-bottom:6px;
    padding-top:6px;
    padding-left: 10px;
}
/******************* CLEARFIX ***********************/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/*validation*/
.validation-advice {
    font-size: 11px;
    text-align: left;
}
#advice-validate-email-newsletter {
    width: 180px;
    font-size: 11px;
    text-align: left;
}
/*updates*/
.btn-remove {
    background: url("http://oanh.com.au/skin/frontend/default/perfect_white/images/btn_remove.gif") no-repeat 50% 50%;
}
.category-description {
    font-size: 11px;
}
/* easy tabs*/
.tabs {
    border-bottom: 0 !important;
    margin: 0px 0 0 0 !important;
    overflow: hidden;
}
.tabs a:link, .tabs a:visited {
    color: #565656 !important;
    font-size: 11px !important;
    font-weight:bold !important;
    display:block;
    text-align: center;
    padding: 4px 15px 5px 15px !important;
    text-decoration:none;
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/tab.gif) repeat-x 0 0;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.tabs a:hover {
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/tab.gif) repeat-x 0% 100%;
}
.tabs li.active a, .tabs li.active a:hover {
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/tab_active.gif) repeat-x 0 0 !important;
    color: #000 !important;
    font-size: 11px !important;
    font-weight:bold;
}
.padder {
    padding: 5px 10px 5px 10px;
    border: 1px solid #eaeaea;
}
/*seo*/
div.footer {
    width: 950px;
    padding: 10px 20px 0px 20px;
    color: #8c8c8c;
    text-align: left;
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/block_head.gif) repeat-x 0 0;
}
div.footer .icons {
    clear: both;
    width: 950px;
    padding: 0;
    margin: 0px;
}
div.footer .icons_left strong {
    line-height: 26px;
    margin-right: 5px;
}
div.footer .icons_right strong {
    line-height: 36px;
    margin-right: 5px;
    float: left;
}
div.footer .icons .icons_left {
    float: left;
    padding-top: 5px;
}

div.footer .share_this {
    display: block;
    float: right;
    position: relative;
}
div.footer .icons .icons_right {
    float: right;
    padding-right: 0px;
}
div.footer .icons img {
    margin-right: 2px;
}
div.footer .icons .icons_right a:hover, div.footer .icons .icons_left a:hover {
    opacity: 0.9;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
div.seo {
    clear: both;
    position: relative;
    text-align: left;
    padding: 0px 0px;
    font-size: 11px;
}
div.seo h3 {
    color: #A1A1A1;
    font-size: 11px;
}
div.seo ul li {
    float: left;
    position: relative;
    padding: 0px 10px 0px 0px;
}
div.footer ul li {
    float: left;
    position: relative;
}
div.footer a:link, div.footer a:visited {
    color: #697073 !important;
}
address {
    text-align: right;
}
/******************* CLEARFIX ***********************/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/*EM quick*/
.quickshop-index-view .add-to-cart {
    float: left !important;
    position: relative;
    width: 50%;
}
.quickshop-index-view  .product-shop {
    text-align: left;
}
/*shipping price*/
.shipping_price a  {
    font-size: 12px;
    font-weight: normal;
    background: #f5f5f5 url(http://oanh.com.au/skin/frontend/default/perfect_white/images/calc.png) no-repeat 2px 50%;
    padding: 5px 5px 4px 18px;
    text-transform: none;
    border: 1px solid #dadada;
    color: #353e3f !important;
    border-radius: 3px;
    font-weight: bold;
    font-size: 11px;
}
.shipping_price a:hover {
    text-decoration: none !important;
}
/* AW blog*/
.block-blog .block-title strong {
    background: none;
    padding-left: 0;
}
.block-blog .menu-categories {
    padding: 0;
}
.block-blog .menu-categories h5 {
    font-weight: normal;
    padding: 0;
}
.blog .head h4,
.block-blog  .head h4 {
    padding-left: 0;
    background: none;
    color: #B6B6B6;
font: normal 20px "Ubuntu Condensed", sans-serif;
padding: 13px 5px 5px 0px;
text-transform: lowercase;
    padding-bottom: 0px;
}
.blog .menu-tags UL LI {
    margin-right: 10px;
    margin-left: 0;
}



.postDetails {
    font-size: 11px;
    font-style: italic;
}
.postTitle h2 {
 font-family: "Ubuntu Condensed", Century Gothic, Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
}
.postTitle h2 a:link, .postTitle h2 a:visited {color: #000;}
.postTitle h3 {
  font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #808080;
}
.sidebar .blog, .block-blog  {
    padding: 0px 0px 0px 0px;
    width: 195px;
    background: url("http://oanh.com.au/skin/frontend/default/perfect_white/images/bkg_divider1.gif") repeat-x scroll 0 100% transparent;
}
.sidebar .blog .menu-categories ul li,
.block-blog  .menu-categories ul li {
    font-weight: bold;
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/four_banners_menumar.gif) no-repeat 0% 50%;
    padding-left: 8px;
    margin-left: 0;
}
.sidebar .blog .content {
    background: transparent;
    padding: 0px 0px 0px 0px;
}
/*all pages text*/
.sp, .clear {
    clear: both;
    margin:0;
    padding: 0;
    height: 0;
    overflow: hidden;
}
.sp span, .clear span {
    display: none;
}
ul.bullet, ol.bullet {
    margin-bottom: 10px;
}
.col-main dl {
    padding: 20px;
}
ul.bullet li, dl.bullet dt {
    padding-left: 10px;
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/four_banners_menumar.gif) no-repeat 0px 50%;
}
hr {
    clear: both;
    position: relative;
border: 1px solid #e4e4e4;
}
.pic-right {
    float: right;
    position: relative;
    margin: 0px 0px 10px 10px;
}
.pic-left {
    float: left;
    position: relative;
    margin: 0px 10px 10px 0px;
}
div.four_banners {
    width: 740px;
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/four_banners_bg.png) repeat-y 0 0;
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
}
div.four_banners div.four_banners_bt {
    width: 100%;
    padding-bottom: 4px;
}
div.four_banners div.four_banners_bt div {
    float: left;
    width: 180px;
    padding: 0 0px 0px 0px;
    margin-right: 5px;
}
div.four_banners div.four_banners_bt div.b04 {
    margin-right: 0;
}
div.four_banners div.four_banners_bt div img {
    margin-left: 0px;
    border-bottom: 2px solid #dadada;
    border-top: 2px solid #dadada;
}
div.four_banners div.four_banners_bt div a.title {
    display: block;
    width: 170px;
    margin-bottom: 0px;
    padding: 3px 0 3px 10px;
    font-family: "Ubuntu Condensed", Century Gothic, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    text-transform: none;
    opacity: 1;
}
div.four_banners div.four_banners_bt div a.title:hover {
    color: #666;
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/banners_title.png) no-repeat 0% 0%;
    cursor: pointer;
}
div.four_banners div.four_banners_bt div ul {
    padding-left: 10px;
    padding-top: 5px;
}
div.four_banners div.four_banners_bt div ul li {
    padding: 0 0 0 11px;
    line-height: 15px;
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/four_banners_menumar.gif) no-repeat 0 4px;
}
div.four_banners div.four_banners_bt div ul li a {
font-size: 11px;
    text-decoration: none;
}

div.four_banners div.four_banners_bt div p {
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
font-size: 11px;
line-height: 120%;
padding-bottom: 5px;
color: #000;
margin-bottom: 0 !important;
}
.sp {
    clear: both;
}
.sp span {
    display: none;
}
.slider_ex {
    width: 990px;
    margin: 0px 0px 20px 0px;
    float: none;
    position: relative;
}
/*brands*/
.brand {
    background: #fff;
    margin-top: 10px;
}
.brand td {
    background: #fff;
    text-align: center;
    padding: 1px 3px 10px 3px;
    vertical-align: middle;
}
.brand a:link, .brand a:visited {
    opacity: .8 !important;
    filter: alpha(opacity=80) !important;
}
.brand a:hover {
    opacity: 1 !important;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
}

/*testimonial page*/
.testim {
    background: #f5f5f5 url(http://oanh.com.au/skin/frontend/default/perfect_white/images/quote_b.gif) no-repeat 10px 10px;
    padding: 20px 20px 20px 70px;
    font-style: italic;
    line-height: 150%;
    font-family: "Times New Roman";
    font-size: 14px;
    margin-bottom: 20px;
}
.testim p.sign {
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 100%;
    color: #808080;
}
.testim p.date {
    text-align: right;
    font-size: 11px;
    font-family: arial;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    color: #808080;
}
.testimonial {
    background: transparent url(http://oanh.com.au/skin/frontend/default/perfect_white/images/testimonials_top.gif) no-repeat 0 0;
    padding: 8px 0px 0px 0px;
    width: 195px;
}
.testimonial .block-title {
    background: #eeeeee;
    padding-top: 0;
}
.testimonial .block-title strong {
    padding: 0px 10px 0px 10px;
    font: normal 20px "Ubuntu Condensed", sans-serif;
color: #B6B6B6;
text-transform: lowercase;
background: none;
}
.testimonial .block-content {
    padding: 10px 10px 25px 10px !important;
    background: #eeeeee url(http://oanh.com.au/skin/frontend/default/perfect_white/images/testimonials_bt.gif) no-repeat 0% 100%;
    width: 175px;
    font-style: italic;
    font-size: 11px;
}
p.signt {
    font-style: normal;
    text-align: right;
}
p.link {
    font-style: normal;
    text-align: right;
    padding: 0;
    margin: 0;
}
/*news page*/
.news {
    padding: 20px 0px 20px 0px;
    line-height: 150%;
    margin-bottom: 20px;
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/block_head.gif) 0% 0% repeat-x;
}
.news p.sign {
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 100%;
    color: #808080;
}
.news p.date {
    text-align: left;
    font-size: 11px;
    font-family: arial;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    color: #808080;
}
.news p.oview {
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
}
.more {
    background: #eeeeee;
    padding: 1px 3px;
    border-radius: 2px;
    font: bold 10px Arial;
    color: #697073;
}
.more:hover {
    background: #f1f1f1;
}
/*News Left col*/
.news_left {
    text-align:left;
}
.news_left .block-title strong  {
  font: normal 20px "Ubuntu Condensed", sans-serif;
}
.news_left h2 strong {
    text-transform:uppercase;
    width: 195px;
    display: block;
    font-weight: bold;
    font-size: 12px;
}
.news_left h2 {
    font-size: 11px;
    font-weight: normal;
}
.news_left dl dt a {
    font:bold 12px/12px Arial;
}
.news_left dd {
    color:#808080;
    font:10.67px/10.67px Arial;
    line-height:14px;
}
.news_left dl {
    margin-top:0px;
    margin-bottom: 5px;
}
.news_left dt {
    margin:0 0 0px 0px;
}
.news_leftl dd {
    margin-bottom:10px;
    padding:2px 0 7px 4px;
    border-bottom:1px dotted #ababab;
    clear: both;
}
.news_left dl dt strong {
    font: bold 10px Arial;
}
/*share this*/
.stButton {
    margin: 0 !important;
}
/*QuickShop*/
.quickshop-index-view {
    text-align: left;
}
.product-view .product-shop {
text-align: left;
}
.quickshop-main {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}
body.quickshop-index-view .product-view {
    background: #fff;
}



/*DEMO styles - remove all*/
.cms-bg01 {
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/bg01.jpg) repeat 0% 0%;
    background-attachment: fixed;
}
.cms-bg01  .page {
    background:#ffffff;
    border-left: 3px solid #f1f1f1;
    border-right: 3px solid #f1f1f1;
}
.cms-bg02 {
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/bg02.jpg) repeat 50% 0%;
}
.cms-bg02  .page {
    background:#ffffff;
}
.cms-bg03, .category-bedroom-furniture {
    background: #000 url(http://oanh.com.au/skin/frontend/default/perfect_white/images/bg03.jpg) no-repeat 50% 0%;
    background-attachment: fixed;
}
.cms-bg03  .page, .category-bedroom-furniture .page {
    background:#ffffff;
    border-left: 3px solid #f1f1f1;
    border-right: 3px solid #f1f1f1;
}
.cms-bg04, .category-living-room-furniture {
    background: #c2c2c2 url(http://oanh.com.au/skin/frontend/default/perfect_white/images/bg04.jpg) no-repeat 50% 0%;
    background-attachment: fixed;
}
.cms-bg04  .page {
    background:#ffffff;
}
.cms-bg05, .category-home-entertainment-furniture {
    background: #000 url(http://oanh.com.au/skin/frontend/default/perfect_white/images/bg05.jpg) repeat 50% 0%;
}
.cms-bg05  .page {
    background:#ffffff;
}
.cms-bg06, .category-kitchen-furniture {
    background: #000 url(http://oanh.com.au/skin/frontend/default/perfect_white/images/bg06.jpg) repeat 50% 0%;
    background-attachment: fixed;
}
.cms-bg06  .page {
    background:#ffffff;
}
.cms-bg07, .category-kids-furniture  {
    background: #000 url(http://oanh.com.au/skin/frontend/default/perfect_white/images/bg07.jpg) repeat 50% 0%;
    background-attachment: fixed;
}
.cms-bg07  .page {
    background:#ffffff;
}
.cms-bg08,  .category-lighting {
    background: #fff;
}
.cms-bg08  .page, .category-lighting .page {
    background:#ffffff;
    border-left: 3px solid #f1f1f1;
    border-right: 3px solid #f1f1f1;
}
.cms-bg09 {
    background: #000;
}

.cms-snow  {
    background: #ffffff url(http://oanh.com.au/skin/frontend/default/perfect_white/images/snow.png) repeat 0 0;
}
.cms-snow  .page {
    background:#ffffff;
    border-left: 3px solid #f1f1f1;
    border-right: 3px solid #f1f1f1;
}
.cms-xmas  {
    background: #ffffff url(http://oanh.com.au/skin/frontend/default/perfect_white/images/xmas.jpg) repeat 50% 0%;
}
.cms-xmas   .page {
    background:#ffffff;
    border-left: 3px solid #f1f1f1;
    border-right: 3px solid #f1f1f1;
}
div#menu28 {
    background: #666;
}
.cms-standard-home .breadcrumbs, .cms-standard-home .sidebar .slider-a-container, .cms-standard-home .sidebar .slider-wrap {
    display: none;
}
body.category-page-without-slider-manager .page-title,
body.category-page-without-slider-manager .breadcrumbs,
body.category-page-without-slider-manager .sidebar .slider-a-container,
body.category-page-without-slider-manager .sidebar .slider-wrap
{
    display: none;
}

.category-nicole-slider .col1-layout .main,
.category-krista-slider .col1-layout .main,
.category-xandra-slider  .col1-layout .main,
.category-standard-slider .col1-layout .main,
.category-slider-manager .col1-layout .main
 {
    padding-left: 0;
    padding-right: 0;
    width: 990px;
}
.category-nicole-slider .col1-layout h1,
.category-krista-slider .col1-layout h1,
.category-xandra-slider  .col1-layout h1,
.category-standard-slider .col1-layout h1,
.category-slider-manager .col1-layout h1
 {
    padding-left: 20px;
}

.category-living-room-furniture .page, .category-bedroom-furniture .page,
.category-home-entertainment-furniture .page, .category-jewelry-magento-template .page {background:#ffffff;}



.category-jewelry-magento-template {
    background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/bg01.jpg) repeat 0% 0%;
    background-attachment: fixed;
}
.category-jewelry-magento-template  .page {
background: white;
border-left: 3px solid #F1F1F1;
border-right: 3px solid #F1F1F1;}

.category-kids-furniture div.block-cart-top .title:link, .category-kids-furniture div.block-cart-top .title:visited,
.category-kids-furniture .products-list .special-price .price, .category-kids-furniture .product-view .product-shop .availability,
.category-kids-furniture  .price-as-configured .price, .category-kids-furniture  .validation-advice,
.category-kids-furniture #advice-validate-email-newsletter, .category-kids-furniture .subtitle, .category-kids-furniture .sub-title,
.category-kids-furniture div.block-cart-top .title:hover,
.category-kids-furniture .block-cart .subtotal .price,
.category-kids-furniture .product-options dt span.required {    color: #99b500; }
.category-kids-furniture .nav-container {background: url(http://oanh.com.au/skin/frontend/default/perfect_white/images/nav_bg_green.png);}
.category-kids-furniture div.block-cart-top .actions button.button-small span { background: transparent url(http://oanh.com.au/skin/frontend/default/perfect_white/images/header_btn_sprite_green.gif) no-repeat 100% 100% !important;}
.category-kids-furniture div.block-cart-top .actions button.button-small span span {    background: transparent url(http://oanh.com.au/skin/frontend/default/perfect_white/images/header_btn_sprite_green.gif) no-repeat 0% 0% !important;}
.category-kids-furniture button.btn-checkout span { background: transparent url(http://oanh.com.au/skin/frontend/default/perfect_white/images/btn_checkout_green.gif) no-repeat 100% 100% !important;}
.category-kids-furniture button.btn-checkout span span {    background: transparent url(http://oanh.com.au/skin/frontend/default/perfect_white/images/btn_checkout_green.gif) no-repeat 0% 0% !important;}

