/**
 * 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@magentocommerce.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.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }



@font-face {
	font-family: OpenSansRegular;
	src: url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/OpenSans-Regular-webfont.eot') format('embedded-opentype'),
         url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/OpenSans-Regular-webfont.ttf') format('truetype');
}

@font-face {
	font-family: OpenSansLight;
	src: url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/OpenSans-Light-webfont.eot') format('embedded-opentype'),
         url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/OpenSans-Light-webfont.ttf') format('truetype');
}

@font-face {
	font-family: OpenSansSemibold;	
	  src: url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/OpenSans-Semibold-webfont.eot') format('embedded-opentype'),
         url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/OpenSans-Semibold-webfont.ttf') format('truetype');
}

@font-face {
	font-family: OpenSansBold;
	src: url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/OpenSans-Bold-webfont.eot') format('embedded-opentype'),
         url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/OpenSans-Bold-webfont.ttf') format('truetype');
}

@font-face {
	font-family: OpenSansExtraBold;
 	src: url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/OpenSans-ExtraBold-webfont.eot') format('embedded-opentype'),
         url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype');
}


@font-face {
	font-family: SegoeUISemibold;
	src: url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/segeo-ui-semibold-webfont.eot') format('embedded-opentype'),
	url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/SegoeUISemibold.ttf') format('truetype');
	
}

/*
@font-face {
	font-family: OpenSansRegular;
	src: url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/OpenSans-Regular.ttf');
}
@font-face {
	font-family: OpenSansSemibold;
	src: url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/OpenSans-Semibold-webfont.ttf');
}
@font-face {
	font-family: OpenSansExtraBold;
	src: url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/OpenSans-ExtraBold.ttf');
}
@font-face {
	font-family: OpenSansLight;
	src: url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/OpenSans-Light.ttf');
}
@font-face {
	font-family: OpenSansBold;
	src: url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/OpenSans-Bold.ttf');
}

@font-face {
	font-family: SegoeUISemibold;
	src: url('https://www.ozepac.com.au/skin/frontend/default/ozepac/fonts/SegoeUISemibold.ttf');
}
*/





body          { /* font:12px/1.55 Arial, Helvetica, sans-serif;*/
				font-size: 12px;
				font-family: OpenSansRegular;
				 color:#2f2f2f; text-align:center; 
				}

img           { border:0; vertical-align:top; }

a             { color:#1e7ec8; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* 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; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; 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 }
.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; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { /*min-width:954px;*/ }
.page { width: 100%;}
.page-print { background:#fff; padding:25px 30px; text-align:left; width: 82%;
margin: 0 auto; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { /*background:#fbfaf6 url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_main1.gif) 50% 0 no-repeat;*/ }
.main { width:900px; margin:0 auto; min-height:400px; padding:25px 25px 80px; background:#fffffe url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_main2.gif) 0 0 no-repeat; text-align:left; }
.cms-page-view .main, .checkout-onepage-success .main{ width:82%!important; margin-top: 23px;}
/* Base Columns */
.col-left { float:left; width:195px; padding:0 0 1px; }
.col-main { float:left; width:685px; 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; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.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%; }

.content-center{text-align: center;}
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #e8e8e8; padding: 5px !important; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; 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 !important;*/ }
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; background:transparent; cursor:pointer; }
button.button span { display:block; 
	height:25px; 
	line-height: 25px; 
	background:#afaf24; 
	padding:0 8px; 
	text-align:center; 
	white-space:nowrap; 
	color:#fff; 
	border-radius: 4px;
}
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

.button.btn-proceed-checkout.btn-checkout {
    width: 100%;
}
button.btn-checkout span { height:40px; border:0; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }


.radio, .checkbox{

	display: inline!important;
}
p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { /*background-color:#edf7fd;*/ }
/*.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; color:#797979; position:relative; z-index:0; font-weight: normal;
}
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; 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; }

.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }

/* 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; font-weight:normal; color:#888; }
.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; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.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:11px; font-weight:normal; color:#777; text-align:left; }
.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:20px 0 0; padding:10px 0 0; border-top:1px solid #e8e8e8; 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 #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0; */
	padding:15px 0;
}
.fieldset .legend { 
	float:left; font-weight:bold; font-size:13px;
	 color:#afaf24; margin:-33px 0 0 -10px; 
	padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* 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 { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.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 !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title { 
		width:100%; 
		overflow:hidden; 
		border-bottom:1px solid #e8e8e8; 
		margin:0 0 35px; 
		padding:10px 0;
	}
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#0a263c; }
.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,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager { font-size:11px; background:#fff url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; 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 { font-size:11px; background:#fff url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
.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 > .sorter > .left > .cat-name{
	color: #a8a817;
    font-family: OpenSansLight;
    font-size: 16px; 
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
}

.toolbar > .sorter >.cat-descp{
	padding:10px 0 0px ;
	clear:both;
font-size: 12px;
text-align: justify;

}
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff;}
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom .pager {}
.toolbar-upper .pager{
	display: none;
}
/* Data Table */
.data-table { width:100%; border:1px solid #e8e8e8; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }
/*.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; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; 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 { color:#fff; }
.data-table thead th { /*background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_th.gif) repeat-x 0 100% #d9e5ee; */
						background: #ededed;	
}
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_tfoot.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#ededed !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.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 { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; 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(https://www.ozepac.com.au/skin/frontend/default/ozepac/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 td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
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(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !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 { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#066cac !important !important; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare {  }
.link-print { /*background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/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(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/btn_previous.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("https://www.ozepac.com.au/skin/frontend/default/ozepac/images/cart_remove.png") no-repeat 0 0; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container { border-top:5px solid #0d2131; border-bottom:1px solid #415966; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_header.jpg) 50% 0 repeat; }
.header { width:930px; margin:0 auto; padding:10px; text-align:right; position:relative; z-index:10; }
.header .logo { float:left; margin:3px 0 10px 12px; 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 { margin:0; }
.header .quick-access { float:right; width:600px; padding:28px 10px 0 0; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { /*position:absolute; top:0; right:29px;*/ width:auto; height:30px; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
.header .form-search label { display: none; float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989;  margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.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:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; 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; margin:0 0 6px; }
.header .links li { float:left; font-size:11px; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a { color:#ebbc58; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

/********** < Navigation */
.nav-container { /*background:#0a263d url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_nav0.jpg) 50% 0 repeat-y;*/ }
#nav {margin:0 auto; font-size:14px; }

/* 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; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; /*padding:5px 16% 6px 16%; */padding:5px 16px 6px 17px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ffffff; }
#nav ul li.last { background:#ffffff; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:32px; left:-10000px; border:1px solid #e6e6e6; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background:#ffffff; }
#nav ul li a:hover {/* background:#d5e4eb;*/ }
#nav ul li a,
#nav ul li a:hover { /*color:#2f2f2f !important;*/ }
#nav ul span,
#nav ul li.last li span { padding:10px 15px 10px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:19px; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #e8e8e8; margin:0 0 15px; }
.block .block-title { 
	background:#f5f5f5; 
	border-bottom:1px solid #e8e8e8; 
	color: #afaf24;
    font-family: OpenSansSemibold;
    font-size: 14px;
    line-height: 46px;
    margin: 0;
    
    padding-right: 8.41%;
    text-transform: uppercase; }
.block .block-title strong {  color:#afaf24; padding-left: 0; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { /*background:#f8f7f5;*/ }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { /*background:#dee5e8 url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right;*/ }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; 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:21px; }

/* Mini Products List */
.mini-products-list .product-image { /*float:left; width:50px; border:1px solid #a9a9a9;*/ }
.mini-products-list .product-details {/* margin-left:60px;*/ }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { background:#fc9d36 url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#ea7900; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_block-layered-title.gif) 0 0 no-repeat; /*text-indent:-999em;*/ overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content { border:1px solid #a0b3c3; background:#e7f1f4; }
.block-layered-nav dt { background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 25px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 12px 12px; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_block-layered-label.gif) 0 4px no-repeat; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_block-cart.gif); }
.block-cart .summary, .cart_block .summary  { padding-right: 5px; float: left; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.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(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.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 { background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.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 { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.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 { background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.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 { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_block-list.gif); }
.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 { background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.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 { border-color:#406a83; background:#618499; }

/* 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 { border-bottom:1px solid #d9ddd3; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_grid.gif) 0 0 repeat; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { /*display:block;*/ width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin: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:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; 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; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.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-learn { font-size:11px; }
.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 { font-size:11px; line-height:1.25; margin:10px 0 7px; }
.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:14px; font-size:0; line-height:0; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:14px; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:7px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; }

/* Regular price */
.regular-price { font-weight: normal; }
.regular-price .price { font-weight:normal; font-size:13px; color:#1d1d1d; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* 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; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; 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 { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { 

	/*padding:5px 0; background-color:#f4f7f7; border-top:1px solid #e8e8e8;  */color:#424242;
	margin:0; 
	 }

.product-pricing-oze{
	padding:4px 0px; 
	background-color:#f4f7f7; 
	border-top:1px solid #e8e8e8;
	margin-top: 5px; 
	color:#424242;
    
}	

.catalog-product-view .product-pricing-oze{

	margin-top: 0;
} 
.tier-prices li { line-height:1.4; padding:4px 4px 0 4px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { /*float:left;*/ margin-right:5px; font-weight:bold; color:#666; }
.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; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* 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; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { border:1px solid #c4c6c8; }

.product-essential { padding:25px; background:#fff url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_product-view.gif) 100% 0 no-repeat; }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral { background:#faf7ee url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.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 { font-size:11px; 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; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/slider_bg.gif) 50% 50% no-repeat; /*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(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { /*position:absolute; left:2px; top:0;*/ vertical-align: middle; cursor:pointer; }
.product-view .product-img-box .zoom .btn-zoom-in { /*position:absolute; right:2px; top:0;*/ margin-left: 2px; vertical-align: middle; cursor:pointer; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #e8e8e8; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-2px }
.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; border:1px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* 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; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .price-box { /*margin:10px 0; */ margin:0;}
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.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 { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.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 #d9e5ee; 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 { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.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; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* 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%; /*border:1px solid #e5dcc3;*/ }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.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 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.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; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.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 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.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; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#616161; text-decoration: none}

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* 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 #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; 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 { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/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:12px 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; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:5px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#406a83; background:#618499; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:42px 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 #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; background:#fff url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; /*margin:0 0 18px; */}
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#406a83; background:#618499; }
.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 { background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_discount.gif); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 { background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:268px; background:#dee5e8; border:1px solid #bebcb7; }
.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 { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; 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 .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { 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; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.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; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.sp-methods .error-msg{

	background-color:#fff;
	color:#666;
	border:1px solid #afaf24;

}

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.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(https://www.ozepac.com.au/skin/frontend/default/ozepac/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 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.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; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; 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 { font-size:11px; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/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; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.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 { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.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 { background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.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; border-color:#fff #d9dde3 #d9dde3; background:#eee url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; 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 { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; 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; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* 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 #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.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 { background:#fbfaf6 url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.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 21px; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_grand-total.gif) 100% 0 no-repeat; }
.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 { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* 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 #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:345px; padding:14px 21px; background:#faf7ee url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
.account-login .new-users h2 { background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_buttons-set1.gif) 0 0 repeat-x; }

.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* 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 { background:#fff url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505; }

.dashboard .box .box-title { background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.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 { background-image:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.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 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; 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 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_divider1.gif) 0 100% repeat-x; 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; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#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:4px 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 { font-size:11px; 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 { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { width: 100%; }
.footer { width:82%; margin:0 auto; /*padding:10px 10px 50px;*/ }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; /*background:url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/bkg_pipe2.gif) 100% 60% no-repeat; 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; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* 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-view .product-shop .short-description:after,
.product-view .box-description: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; }
/* ======================================================================================= */

.guest-select {width:305px !important;}







/**********************************New CSS***************************************/

.page .main
{
    padding: 0;
    width: 100%;
}

.cms-page-view .main, .checkout-cart-index .main,
.cms-no-route .main,
.customer-account-create .main,
.customer-account-login .main,
.cms-privacy-policy-cookie-restriction-mode .main,
.cms-wholesale .main,
.cms-testimonials .main,
.cms-help .main,
.cms-customer-service .main,
.cms-about-magento-demo-store .main,
.contacts-index-index .main, .neotheme-blog-index-index .main, .neotheme-blog-post-index .main, 
.blog-index-list .main, .blog-post-view .main
{
    width: 82%;
    margin-top: 23px;
}
.neotheme-blog-index-index .main, .neotheme-blog-post-index .main{padding:0;}
.checkout-cart-index .main{
	margin-top: 0!important;
}


/**************Header**************/


.page .header-container, .neotheme-blog-post-index .header-container, .neotheme-blog-post-index .header-containe
{
    border: none;
    background: white;
    width: 100%;
    box-shadow: 0 0 2px 2px #e9e9e9;
    
}
.page .header-container .header
{
    padding: 0 0 4px;
    width: 82%;
    height: auto;
}
.page .header-container .header h1.logo
{
    margin: 12px 16px 0 0;
}
.page .header-container .header h1.logo a
{
    margin: 0;
}
.page .header-container .header_top
{
    background: #ededed;
    width: 100%;
}
.page .header-container .header_top .header_top_wrapper
{
    margin: auto;
    width: 82%;
    line-height: 31px;
    overflow: hidden;
}
.page .header-container .header_top .links
{
    float: right;
    /*width: 37%;*/
    margin-bottom: 0;
}
.page .header-container .header_top .links li
{
    margin-left: 10px;
}
.page .header-container .header_top .links li a
{
    font-family: OpenSansRegular;
    color: #4D4C4B;
    text-decoration: none;
}
.page .header-container .header_top .store_phone
{
    float: left;
    font-family: OpenSansSemibold;
    color: #4D4C4B;
    /*font-size: 11px;
    width: 12.42%;*/
}
.page .header-container .header_top .store_phone img
{
    vertical-align: middle;
    margin-right: 2px;
}
.page .header-container .header .header_right
{
    float: right;
}
.page .header-container .header .search
{
    float: left;
    margin-top: 33px;
    margin-right: 12px;
}
.page .header-container .header .login_cart
{
    float: right;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #f3f3f3;
    padding: 10px 5px 10px 10px;
    margin-top: 22px;   
    margin-bottom: 10px;
}
.page .header-container .header .login_cart ul li
{
    float: left;
    margin-left: 9px;
}
.page .header-container .header .login_cart ul .header_login_seperator
{
    background: #d6d6d6;
    width: 1px;
    height: 40px;
    color: #f3f3f3;
    margin-left: 10px;
}
.page .header-container .header .login_cart ul li:first-child
{
    margin-left: 0;
}
.page .header-container .header .login_cart ul li:first-child a
{
    display: block;
    background: url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/top_login_button.png) 0 0 repeat-x;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    font-family: OpenSansExtraBold;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 13px;
}
.page .header-container .header .login_cart ul li .header_cart
{
    float: none !important;
}
.page .header-container .header .login_cart ul li .header_cart .block
{
    margin: 0;
    border: none;
    height: 27px;
}
.page .header-container .header .login_cart ul li .header_cart .block .block-content
{
    overflow: hidden;
    /*
    margin-left:10%;
    margin-right: 10%;
    margin-top: 5px;
    */
    margin: 5px 0 0 5px;
    color: #231f20;
    text-align: left;
  width: 117px;
    
    background: none;
    font-size: 12px;
}
.page .header-container .header .login_cart ul li .header_cart .block .block-content a
{
    color: #231f20;
    text-decoration: none;
}
.page .header-container .header .login_cart ul li .mini_cart
{
    position: absolute;
    display: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    box-shadow: 3px 3px 5px #595959, 0 0 0 #595959;
    font-family: tahoma;
    margin: 0;
    right: 0;
    top: 65px;
    width: 237px;
    z-index: 500;
}
.page .header-container .header .login_cart ul li .mini_cart .mini_cart_wrap2:before 
{
    border-color: rgba(215, 215, 215, 0) rgba(215, 215, 215, 0) #D7D7D7;
    border-width: 6px;
    left: 65%;
}
.page .header-container .header .login_cart ul li .mini_cart .mini_cart_wrap2:after, 
.page .header-container .header .login_cart ul li .mini_cart .mini_cart_wrap2:before 
{
    border: solid transparent; 
    bottom: 100%;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.page .header-container .header .login_cart ul li .mini_cart .mini_cart_wrap2:after 
{
    border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #FFFFFF;
    border-width: 4px;
    left: 66%;
}
.page .header-container .header .login_cart ul li .mini_cart .mini_cart_wrap2 
{
    padding: 15px 13px 17px;
    position: relative;
    text-align: left;
}
.page .header-container .header .login_cart ul li .mini_cart .block-content
{
    background: white;
}
.page .header-container .header .login_cart ul li .mini_cart .block-subtitle 
{
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #D7D7D7;
    color: #AFAF24;
    font-size: 12px;
    height: 31px;
    padding: 0;
}
.page .header-container .header .login_cart ul li .mini_cart .block-content li.item 
{
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #D7D7D7;
    display: block;
    padding: 8px 0;
    margin: 0;
    width: 100%;
}
.page .header-container .header .login_cart ul li .mini_cart .block-content .mini-products-list .product-image 
{
    border: 1px solid #D7D7D7;
    float: left;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 0;
}
.page .header-container .header .login_cart ul li .mini_cart .block-content > ol
{
    display: block;
    margin: 0 0 1px;
}
.page .header-container .header .login_cart ul li .mini_cart .mini-products-list .product-details 
{
    margin-left: 60px;
}
.page .header-container .header .login_cart ul li .mini_cart .block-content .product-name a 
{
    color: #282828;
    font-size: 11px;
    line-height: 18px;
    text-decoration: none;
    padding: 0;
    text-align: left;
    font-family: OpenSansRegular;
}
.page .header-container .header .login_cart ul li .mini_cart a
{
    background: none;
}
.page .header-container .header .login_cart ul li .mini_cart .block-content .subtotal
{
    background: none;
}
.page .header-container .header .login_cart ul li .mini_cart .block-content .btn-edit 
{
    background: url("https://www.ozepac.com.au/skin/frontend/default/ozepac/images/edit_prod_cart.png") no-repeat scroll 0 0;
    height: 15px;
    width: 15px;
    margin-top: 2px;
}
.page .header-container .header .login_cart ul li .mini_cart .block-content .btn-remove 
{
    background: url("https://www.ozepac.com.au/skin/frontend/default/ozepac/images/remove_prod_cart.png") no-repeat scroll 0 0;
    margin-bottom: 0;
    margin-top: 4px;
}
.page .header-container .header .login_cart ul li .mini_cart .block-content .summary
{
   width: 100%; 
}
.page .header-container .header .login_cart ul li .mini_cart .block-content .summary .subtotal
{
    text-align: right;
    padding: 0;
    margin: 0;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: OpenSansExtraBold;
    color: #626262;
}
.page .header-container .header .login_cart ul li .mini_cart .block-content .summary .subtotal .label
{
    font-size: 12px;
    font-family: OpenSansExtraBold;
    color: #626262;
}
.page .header-container .header .login_cart ul li .mini_cart .block-content .actions
{
   border: none;
}
.page .header-container .header .login_cart ul li .mini_cart .block-content .actions button span
{
    background: none repeat scroll 0 0 #AEAF25;
    border: medium none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #FFFFFF;
    font-family: OpenSansSemibold;
    font-size: 12px;
    height: 30px;
    line-height: 29px;
    padding: 0 19px;
}
.page .header-container .header .login_cart ul li .mini_cart .block-content .actions button span span
{
    padding: 0;
}
.page .header-container .header .login_cart ul li .mini_cart .block-content .actions a
{
    background: none repeat scroll 0 0 #AEAF25;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #FFFFFF;
    font-family: OpenSansSemibold;
    font-size: 12px;
    height: 30px;
    line-height: 29px;
    padding: 0 19px;
    text-decoration: none;
}






.page .header-container .header .login_cart ul li:last-child
{
    margin-top: 8px;
}
.page .header-container .header .search .form-search
{
    padding: 0;
}
.page .header-container .header .search .form-search input.input-text
{
    font-family: OpenSansRegular;
    color: #a8a8a8;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 36px;
    /*padding: 0 30px 0 5px !important;
    width: 230px;*/
    max-width: 145px;
    margin: 0;
}
.page .header-container .header .search .form-search button.button
{
    width: 18px;
    height: 36px;
    margin-left: -21px;
}
.page .header-container .header .search .form-search button.button span
{
    background: url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/search_button.png) no-repeat 0 50%;
    width: 18px;
    height: 36px;
    font-size: 0;
}
/****************************Navigation**************************/

.page .header-container .header .navbar-default
{
    background: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    float: left;
    margin-top: 39px;
    /*width: 34.65%;
    width:265px; */
    width:auto;
}

.navbar{margin-bottom: 0!important}
.page .header-container .header .navbar-default .container-fluid
{
    padding: 0;
}
.page .header-container .header .navbar-default .container-fluid .navbar-collapse
{
    padding: 0;
}
.page .header-container .header .navbar-default #nav
{
    padding: 0;
    width: auto;
}
.page .header-container .header .navbar-default ul li a span
{
    font-family: OpenSansSemibold;
    color: #afaf24;
    text-transform: uppercase;
    font-size: 16px;
}
.page .header-container .header .navbar-default ul li a span:hover
{
    color: #131111;
}
.page .header-container .header .navbar-default ul li.over a span
{
    color: #131111;
}
.page .header-container .header .navbar-default #nav ul
{
    border: 1px solid #e6e6e6;
}
.page .header-container .header .navbar-default #nav ul li
{
    border-bottom: 1px solid #e6e6e6;
}
.page .header-container .header .navbar-default #nav ul li.last
{
    border-bottom: none;
}
#nav > li > ul > li.first 
{ 
    position: relative; 
    /*background: #88b7d5; 
    border: 1px solid #c2e1f5;*/
}
#nav > li > ul > li.first:after, #nav li ul li.first:before 
{
    bottom: 100%; 
    left: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none;
}
#nav > li > ul > li.first:after 
{
    border-color: rgba(136, 183, 213, 0); 
    border-bottom-color: #ffffff; 
    border-width: 8px; 
    margin-left: -88px;
} 
#nav > li > ul > li.first:before 
{
    border-color: rgba(194, 225, 245, 0); 
    border-bottom-color: #e6e6e6; 
    border-width: 9px; 
    margin-left: -90px;
}
#nav > li > ul > li a span
{
    font-family: OpenSansRegular;
    color: #626262;
}
#nav > li > ul > li a span:hover
{
    color: #b2b245;
}
/*
.page .header-container .header .navbar-default .nav_text span
{
    color: #999999;
    display: block;
    font-family: OpenSansSemibold;
    margin-left: 7px;
    text-align: left;
    font-size: 13px;
    width: 200px;
}
*/
.nav-text 
{
    color: #afaf24;    
    font-family: OpenSansbold;
      margin-left: 1.5%;
      float:left;
    
}
/*****************************footer******************************/
.footer-container
{
    border-top: 1px solid #e8e8e8;
    padding-top: 14px;
}
.footer-container .footer address
{
    font-family: OpenSansRegular;
    color: #a8a8a8;
    margin-bottom: 19px;
}
.footer-container .footer .store_info
{
    font-family: OpenSansRegular;
    color: #a8a8a8;
    margin-bottom: 5px;
    margin-top: 10px;
}
.footer-container .footer ul li a
{
    font-family: OpenSansRegular;
    color: #5d5d5d;
    font-size: 13px;
}
.footer-container .footer ul li
{
    padding: 0 6px 0 0;
}
.footer-container .footer .web_link
{
    margin-bottom: 10px;
}
.footer-container .footer .web_link a
{
    margin-right: 3px;
}

/****************************home main content*******************************/
.all_Categories
{
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    -moz-box-shadow: inset 0 0 1px 1px #e9e9e9;
    -webkit-box-shadow: inset 0 0 1px 1px #e9e9e9;
    box-shadow: inset 0 0 1px 1px #e9e9e9;
}
.all_Categories .all_cat
{
    width: 82%;
    overflow: hidden;
    margin: auto;
    padding: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}
.all_Categories .all_cat li
{
    float: left;    
    width: 23%;
    margin-right: 2.5%;
    display: block;
    height: auto;
}
.all_Categories .all_cat li .cat_name
{
    width: 92%;
    margin: -3px auto auto;
    padding-top: 3px;
    
    
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
  background-color: #afaf27;
  background: -webkit-linear-gradient(#cdcd51, #afaf27); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#cdcd51, #afaf27); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#cdcd51, #afaf27); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#cdcd51, #afaf27); /* Standard syntax */
  
 /* position: relative;
z-index: 100;*/

}
.all_Categories .all_cat li h4
{
    text-align: center;
  
    line-height: 51px;
    margin: 0;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}
.all_Categories .all_cat li  .cat_name > div{

	background: none repeat scroll 0 0 white;
    border-radius: 3px;
    display: table-cell;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
   
}
.all_Categories .all_cat li a
{
   font-family: OpenSansSemiBold;
   color: #fff;
   font-size: 25px;
   text-decoration: none;
   text-transform: uppercase;
}
.all_Categories .all_cat li:last-child
{
   margin-right: 0; 
}
.all_Categories .all_cat li a img
{
   /* max-height: 256px;
    max-height: 230px;*/
   /*  height: 100%;
   max-width: 97%;*/

    max-height: 90%!important;
    width: 100%;
    margin: auto;
    border-radius: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.all_Categories .all_cat li .cat_image
{
    /*height: 264px;*/
    height: 230px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    text-align: center;
    background: white;
    width: 100%;
}
.all_Categories .all_cat li .cat_image a
{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.all_Categories .all_cat li .cat_image_wrapper
{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
    padding: 10px;
  
}
.home_banner,.free-shipping
{
    margin: auto;
    width: 82%;
    margin-top: 20px;
    overflow: hidden;
}
.home_banner div
{
    width: 32% ;
    margin-right: 2%;
    float: left;
}
.home_banner img
{
   width: 100%; 
}
.home_banner .paypal
{
    margin-right: 0;
}
.home_banner .dwn_cat
{
    position: relative;
}
.home_banner .dwn_cat .download_file
{
    margin: 0;
    position: absolute;
    top: 49.14%;
    width: 100%;
}
.home_banner .dwn_cat .download_file button
{
    background-color: rgba(222,230,177,0.85);
    width: 100%;
    border: none;
    padding-bottom: 3%;
    padding-top: 3%;
    line-height: 21px;
    font-family: OpenSansLight;
    color: #323131;
    font-size: 16px;
}
.home_banner .dwn_cat .download_file button img
{
    width: auto;
    margin-left: 4px;
}
.featured_header
{
    text-align: center;
}
.featured_header h3, .common-title
{
    font-family: OpenSansBold;
    color: #6e6e6e;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: normal;
    margin: 10px 0px;
    text-align: center;
}
.featured_main_Content
{
    background: url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/featured_bck.png) no-repeat 0 0;
    -webkit-background-size:cover
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    width: 100%;
    height: 332px;
    margin-bottom: 20px;
    /*padding-top: 69px;*/
    background-position: 50% 0;
}
.all_featured_product
{
    background-color: rgba(222,230,177,0.85);
    height: 332px;
    padding-top: 15px;
}
.carousel_featured
{
    width: 82%;
    margin: auto;
    position: relative;
}
.carousel_featured .prev
{
    position: absolute;
    top: 150px;
    background: url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/carousel_Arrow.png) no-repeat 0 0;
    height: 58px;
    width: 25px;
    border: none;
    font-size: 0;
    z-index: 99;
}
.carousel_featured .next
{
    position: absolute;
    top: 150px;
    right: 0;
    background: url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/carousel_Arrow.png) no-repeat 100% 0;
    height: 58px;
    width: 26px;
    border: none;
    font-size: 0;
    z-index: 99;
}
.carousel_featured .anyClass
{
    width: 92.5% !important;
    margin: auto;
}
/*.carousel_featured .anyClass ul
{
    width: 10000px !important;
}*/
.carousel_featured .anyClass ul li
{
    margin-right: 15px;
}
.carousel_featured .anyClass ul li div.li_div
{
    display: block;
    float: left;
    border: 1px solid #c0c58a;
     border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 300px !important;
    /*margin-right: 15px;
    margin-left: 15px;*/
    text-align: center;
    width: 232px;
    background: white;
    padding-top: 15px;
}
.carousel_featured .anyClass ul li .featured_prod_name
{
    font-family: OpenSansRegular;
    color: #797979;
    font-size: 14px;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
.carousel_featured .anyClass ul li .featured_prod_price
{
    font-family: OpenSansSemibold;
    font-size: 14px;
    color: #1f1e1e;
}
.home_static_link
{
   /*width: 82%;*/
    margin: auto;
    background: #f6f6f6;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 40px;
    overflow: hidden;
    padding-left: 27px;
    padding-bottom: 38px;
    padding-top: 38px;
    text-align: left;
}
.home_static_link div
{
    float: left;
    width: 16.65%;
}
.home_static_link div h4
{
    margin: 0 0 7px;
}
.home_static_link div h4 a
{
    font-family: OpenSansSemibold;
    color: #acac37;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
}
.home_static_link div span
{
    width: 100%;
    display: block;
}
.home_static_link div span a
{
    font-family: OpenSansRegular;
    color: #616161;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
}

/*********************************Catalog Page*************************************/
.catalog-category-view .col-main, .catalogsearch-result-index .col-main
{
    width: 74.8%;
}
.catalog-category-view .col-main .category-image, .catalogsearch-result-index .col-main .category-image
{
    display: none;
}
.catalog-category-view .category_image, .catalogsearch-result-index .category_image
{
    text-align: center;
    margin-bottom: 15px;
}
.catalog-category-view .col-left, .catalogsearch-result-index .col-left
{
    width: 21.63%;
}
.catalog-category-view .col-main .category-products .products-grid,
.catalogsearch-result-index .col-main .category-products .products-grid
{
    width: 100%;
    border: none;
}
.catalog-category-view .col-main .category-products .products-grid li.item,
.catalogsearch-result-index .col-main .category-products .products-grid li.item
{
    /*width: 30.7%;
    margin-right: 3.9%;
    width: 31.8%;
    margin-right: 2.3%;
  height: 358px;*/
 	width: 23.6%;
    margin-right: 1.8%;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  
    margin-bottom: 25px;
    padding: 0;
}
.catalog-category-view .col-main .category-products .products-grid li.last,
.catalogsearch-result-index .col-main .category-products .products-grid li.last
{
    margin-right: 0;
}
.catalog-category-view .col-main .category-products .products-grid li.item a.product-image,
.catalogsearch-result-index .col-main .category-products .products-grid li.item a.product-image
{
    width: 100%;
    height: auto;
   /* height: 100%;

    position: relative;*/
    display: block;
}
.catalog-category-view .col-main .category-products .products-grid li.item .product_image,
.catalogsearch-result-index .col-main .category-products .products-grid li.item .product_image
{
    /*height: 242px;*/
    height: 121px;
    text-align: center;
    margin-top: 15px;
}
.catalog-category-view .col-main .category-products .products-grid li.item a.product-image img,
.catalogsearch-result-index .col-main .category-products .products-grid li.item a.product-image img
{
   
    
  max-height: 121px;
  max-width: 91%;
      /*  max-height: 242px;
      margin: 10px;
     position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;*/
}
.catalog-category-view .col-main .category-products .products-grid li.item .ratings,
.catalogsearch-result-index .col-main .category-products .products-grid li.item .ratings
{
    display: none;
}
.catalog-category-view .col-main .category-products .products-grid li.item .product-name,
.catalogsearch-result-index .col-main .category-products .products-grid li.item .product-name
{
    /*height: 25px;
    height:40px;*/
    margin: 10px 0 0;
    text-align: center;
}
.catalog-category-view .col-main .category-products .products-grid li.item .product-name a,
.catalogsearch-result-index .col-main .category-products .products-grid li.item .product-name a
{
    text-decoration: none;
    font-family: OpenSansRegular;
    font-size: 13px;
    color: #797979;
    font-weight: normal;
}
.catalog-category-view .col-main .category-products .products-grid li.item .price_action,
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action
{
    border-top: 1px solid #e0e0e0;
    overflow: hidden;
    clear: both;
}
.catalog-category-view .col-main .category-products .products-grid li.item .price_action .actions button span,
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .actions button span

{
    /*background: url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/cart.png) no-repeat 0 0;
    border: none;
    font-size: 0;
    height: 15px;
    width: 18px;
    padding: 0;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    */

    /*
    background:none;
    border: none;
    font-size: 11px;
    color:#fff;
    */

    background: #afaf24;
    border: medium none;
    border-radius:0 0 3px;
    color: #fff;
    font-size: 11px;
    height: 100%;
    line-height: 30px;
    text-transform: uppercase;
}
.catalog-category-view .col-main .category-products .products-grid li.item .price_action .price-box,
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .price-box
{
    width: 100%;
    float: left;
    height: 35px;
    border-right: 1px solid #e0e0e0;
    margin: 0;
    text-align: center;
}
.catalog-category-view .col-main .category-products .products-grid li.item .price_action .price-box .regular-price,
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .price-box .regular-price

{
    display: block;
    margin-top: 9px;
}
.catalog-category-view .col-main .category-products .products-grid li.item .price_action .price-box .old-price .price-label,
.catalog-category-view .col-main .category-products .products-grid li.item .price_action .price-box .special-price .price-label,
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .price-box .old-price .price-label,
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .price-box .special-price .price-label

{
    display: none;
}
.catalog-category-view .col-main .category-products .products-grid li.item .price_action .price-box .special-price,
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .price-box .special-price

{
    padding: 0;
}
.catalog-category-view .col-main .category-products .products-grid li.item .price_action .actions,
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .actions
{
    float: right;
    text-align: right;
   /* width: 66%; */
    width: 100%;
    height: 30px;

}
.catalog-category-view .col-main .category-products .products-grid li.item .price_action .actions div,
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .actions div{

	width: 54%!important;
}
.catalog-category-view .col-main .category-products .products-grid li.item .price_action .actions div,
.catalog-category-view .col-main .category-products .products-grid li.item .price_action .actions button,
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .actions div,
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .actions button

{
    width: 45%;
    height: 100%;
    overflow: hidden;
    position: relative;
    /*background:#afaf24;*/
    border:none!important;
}

.catalog-category-view .col-main .category-products .products-grid li.item .price_action .actions button,
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .actions button

{
	float: right;

}
.catalog-category-view .col-main .category-products .products-grid li.item .price_action .actions div,
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .actions div

{
    float: left;
    border-right: 1px solid #e0e0e0;
    background:#fff;
    border-radius: 0 0 0 3px;
}
/*.catalog-category-view .col-main .category-products .products-grid li.item .price_action .actions .add-to-links
{
    margin: 0;
}*/
.catalog-category-view .col-main .category-products .products-grid li.item .price_action .actions .link-wishlist
{
    background: url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/wishlist.png) no-repeat 0 0;
    text-indent: -999em;
    height: 12px;
    width: 12px;
    float: left;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.catalog-category-view .col-main .category-products .products-grid li.item .price_action .actions .link-compare
{
    background: url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/compare.png) no-repeat 0 0;
    text-indent: -999em;
    height: 12px;
    width: 11px;
    float: left;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.catalog-category-view .col-main .category-products .products-grid li.item .price_action .price-box .price,
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .price-box .price

{
    font-family: OpenSansRegular;
    font-size: 13px;
    color: #444444;
    font-weight: normal;
}

.catalog-category-view .col-main .category-products .products-grid li.item .price_action .actions input,
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .actions input
{

	 width: 45%!important;
	 border:1px solid #e8e8e8;
	 color: #797979;
	 margin-left: 5%;
	 height: 20px;
}
.catalog-category-view .breadcrumbs ul li a,
.catalogsearch-result-index .breadcrumbs ul li a
{
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #a7a7a7;
    font-weight: normal;
    text-decoration: none;
}
.catalog-category-view .breadcrumbs ul li strong,
.catalogsearch-result-index .breadcrumbs ul li strong
{
    color: #616161;
    font-family: OpenSansRegular;
    font-size: 12px;
    font-weight: normal;
}
.catalog-category-view .col-left .shop_by .block-layered-nav .block-title,
.catalogsearch-result-index .col-left .shop_by .block-layered-nav .block-title
{
    /*height: 33px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 30px;*/
    height: 47px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    margin-bottom: 15px;
}
.catalog-category-view .col-left .shop_by .block-layered-nav .block-title strong,
.catalogsearch-result-index .col-left .shop_by .block-layered-nav .block-title strong {

	margin-left: 10px;
	padding: 0;
}
.catalog-category-view .col-left .shop_by .block-layered-nav .block-title strong span,
.catalogsearch-result-index .col-left .shop_by .block-layered-nav .block-title strong span
{
    color: #a8a817;
    font-family: OpenSansLight;
    font-size: 16px;
    line-height: 43px;
}
.catalog-category-view .navbar-default .navbar-nav > .active > a, 
.catalog-category-view .navbar-default .navbar-nav > .active > a:hover, 
.catalog-category-view .navbar-default .navbar-nav > .active > a:focus
{
    background: none;
}
.catalog-category-view .navbar-default .navbar-nav > .active > a
{
    box-shadow: none;
}
.catalog-category-view input[type="radio"], 
.catalog-category-view input[type="checkbox"]
{
    margin: 0 7px 0 0;
}
.catalog-category-view .col-left .shop_by .block-layered-nav .block-content
{
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    background: white;
}
.catalog-category-view .col-left .shop_by .block-layered-nav .block-content dt
{
   
    border-bottom: 1px solid #E8E8E8;
    color: #616161;
    font-size: 13px;
    font-family: OpenSansSemiBold;
    text-transform: capitalize;
    color:#fff;
    background-color: #afaf24;
    padding: 9px;
    margin-bottom: 9px;   
}
.catalog-category-view .col-left .shop_by .block-layered-nav .block-content dd
{
    padding-left: 15px;
    background: white;
    margin-bottom: 20px;
    padding-bottom: 0;
}

#left_bar_cat > li {
    margin: 5px 0;
}
.catalog-category-view .col-left .shop_by .block-layered-nav .block-content dd ol li
{
    color: #777777;
    font-size: 13px;
    font-family: OpenSansRegular;
}
.catalog-category-view .col-left .shop_by .block-layered-nav .block-content .currently
{
    border-bottom: 1px solid #e8e8e8;
}
.catalog-category-view .col-left .shop_by .block-layered-nav .block-content .currently .block-subtitle
{
  background: none;
  border: none;
  padding: 0 0 0 7px;  
  color: #444444;
  font-size: 13px;
  font-family: OpenSansRegular;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 19px;
}
.catalog-category-view .col-left .shop_by .block-layered-nav .block-content .currently ol
{
    margin-bottom: 13px;
}
.catalog-category-view .col-left .shop_by .block-layered-nav .block-content .currently ol li
{
    padding-bottom: 0;
    padding-left: 27px;
    padding-top: 2px;
}
.catalog-category-view .col-left .shop_by .block-layered-nav .block-content .currently ol li .label
{
    font-family: OpenSansBold;
    font-size: 13px;
    color: #a8a817;
    padding: 0;
    vertical-align: middle;
    text-transform: capitalize;
}
.catalog-category-view .col-left .block-layered-nav .currently .btn-remove
{
    background: url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/remove.png) no-repeat 0 0;
    left: 8px;
    top: 8px;
}
.catalog-category-view .col-left .shop_by .block-layered-nav .block-content .currently ol li .value
{
    font-family: OpenSansRegular;
    font-size: 13px;
    color: #444444;
    text-transform: capitalize;
    font-weight: normal;
}
.catalog-category-view .col-left .shop_by .block-layered-nav .block-content .actions
{
    background: white;
    border: none;
    margin-bottom: 17px;
    padding-bottom: 0;
}
.catalog-category-view .col-left .shop_by .block-layered-nav .block-content .actions a
{
    text-decoration: none;
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #777777;
    text-transform: capitalize;
    font-weight: normal;
}
.catalog-category-view .col-main .category-products .toolbar-bottom,
.catalogsearch-result-index .col-main .category-products .toolbar-bottom
{
    margin-bottom: 30px;
}



.toolbar-bottom{
	display: none;
}

.toolbar{

	padding: 10px 0;
}
.sorter .cat-info{ width: 70% }


.catalog-category-view .col-main .category-products .toolbar,
.catalogsearch-result-index .col-main .category-products .toolbar
{
    overflow: hidden;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
   /* line-height: 45px;*/
    padding-left: 12px;
    padding-right: 12px;
}
.catalog-category-view .col-main .category-products .toolbar .pager,
.catalogsearch-result-index .col-main .category-products .toolbar .pager
{
    border: none;
    float: right;
    margin: 0;
    padding: 0;
}
.catalog-category-view .col-main .category-products .toolbar .sorter,
.catalogsearch-result-index .col-main .category-products .toolbar .sorter
{
    border: none;
    float: right!important;
    margin: 0;
    padding: 0;
}
.catalog-category-view .col-main .category-products .toolbar .pager .amount
{
    display: none;
}
.catalog-category-view .col-main .category-products .toolbar .pager .pages
{
    display: none;
}
.catalog-category-view .col-main .category-products .toolbar .sorter .view-mode
{
    display: none;
}
.catalog-category-view .col-main .category-products .toolbar-bottom .toolbar .pager .limiter
{
    display: none;
}
.catalog-category-view .col-main .category-products .toolbar-bottom .toolbar .sorter .sort-by
{
    display: none;
}
.catalog-category-view .col-main .category-products  .toolbar .sorter .sort-by label,
.catalogsearch-result-index .col-main .category-products .toolbar .sorter .sort-by label
{
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #616161;
    text-transform: capitalize;
    font-weight: normal;
    margin: 0;
}
.catalog-category-view .col-main .category-products .toolbar-upper .toolbar .pager .limiter
{
   font-family: OpenSansRegular;
   font-size: 12px;
   color: #616161;
   font-weight: normal; 
}
.catalog-category-view .col-main .category-products .toolbar-upper .toolbar .pager .limiter label
{
   font-family: OpenSansRegular;
   font-size: 12px;
   color: #616161;
   text-transform: capitalize;
   font-weight: normal;
   margin: 0; 
}
.catalog-category-view .col-main .category-products .toolbar-upper .toolbar .pager .limiter select
{
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.catalog-category-view .col-main .category-products .toolbar-upper .toolbar .sorter .sort-by select
{
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.catalog-category-view .col-main .category-products .toolbar-bottom .toolbar .pager .pages
{
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
}
.catalog-category-view .col-main .category-products .toolbar-bottom .toolbar .sorter
{
    display: none;
}
.catalog-category-view .col-main .category-products .toolbar-bottom .toolbar .pager
{
    border: none;
    margin: 0;
    padding: 0;
}
.catalog-category-view .col-main .category-products .toolbar-bottom .toolbar .pager .pages strong
{
    display: none;
}
.catalog-category-view .col-main .category-products .toolbar-bottom .toolbar .pager .pages ol
{
    height: 40px;
    display: block;
    margin: 0;
}
.catalog-category-view .col-main .category-products .toolbar-bottom .toolbar .pager .pages li
{
    display: inline-block;
    border-right: 1px solid #e0e0e0;
    height: 40px;
    margin: 0 0 0 -3px;
    padding: 12px 14px;
}
.catalog-category-view .col-main .category-products .toolbar-bottom .toolbar .pager .pages li.current
{
    background: #f2f2f2;
    font-family: OpenSansRegular;
    /*font-size: 13px;*/
    color: #777777;
    font-weight: normal; 
}
.catalog-category-view .col-main .category-products .toolbar-bottom .toolbar .pager .pages li.last
{
    border-right: none;
}
.catalog-category-view .col-main .category-products .toolbar-bottom .toolbar .pager .pages li > a
{
    border: none;
    text-decoration: none;
    padding: 0;
    font-family: OpenSansRegular;
    /*font-size: 13px;*/
    color: #777777;
    font-weight: normal; 
}
.catalog-category-view .col-main .category-products .toolbar-bottom .toolbar .pager .pages li > a:hover
{
    background: none;
}
.catalog-category-view .col-main .page-title
{
    display: none;
}
.catalog-category-view .breadcrumbs
{
    margin: 0 0 40px;
}
.supercheckout-index-index .main, .catalog-category-view .main{ }
.supercheckout-index-index .col-main{ width: 82%; margin: 23px auto 0;}


/***************************Product View Page*****************************/

.catalog-product-view .main, 
.customer-account-forgotpassword .main, 
.customer-account-logoutsuccess .main
{
    width: 82%;
    margin-top: 23px;    
}
.catalog-product-view .main .breadcrumbs
{
    margin-bottom: 20px;
}
.catalog-product-view .main .breadcrumbs ul li a
{
    text-decoration: none;
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 12px;            
    color: #a7a7a7;
}
.catalog-product-view .main .breadcrumbs ul li strong
{
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 12px;            
    color: #616161;
}
.catalog-product-view .main .col-main
{
    width: 100%;
}
.catalog-product-view .main .col-main .product-view
{
    border: none;
}
.catalog-product-view .main .col-main .product-view .product_upper_view
{
    overflow: hidden;
}
.catalog-product-view .main .col-main .product-view .product-essential
{
    padding: 0;
    width: 76.139%;
    float: left;
}
.catalog-product-view .main .col-main .product-view .product_upper_view .special_product
{
    float: right;
    overflow: hidden;
    width: 20.375%;
}

.catalog-product-view .main .col-main .product-view .product_upper_view .banner-image
{
    float: right;
    overflow: hidden;
    width: 20.375%;
    text-align: right;
}

.catalog-product-view .main .col-main .product-view .product_upper_view .banner-image img{ width:100%;}
.catalog-product-view .main .col-main .product-view .product_upper_view .special_product .box-up-sell h2
{
   font-family: OpenSansLight;
   font-size: 16px;
   font-weight: normal;
   color: #616161; 
   border-bottom: 1px solid #e8e8e8;
   padding-bottom: 20px;
   margin-bottom: 15px;
}
.catalog-product-view .main .col-main .product-view .product_upper_view .special_product .box-up-sell #upsell-product-table
{
    border: none;
}
.catalog-product-view .main .col-main .product-view .product_upper_view .special_product .box-up-sell #upsell-product-table ul li
{
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.catalog-product-view .main .col-main .product-view .product_upper_view .special_product .box-up-sell #upsell-product-table ul li.empty
{ 
    border: none;
    height: 0;
    padding: 0;
}
.catalog-product-view .main .col-main .product-view .product_upper_view .special_product .box-up-sell #upsell-product-table ul li a.product-image
{
    border: 1px solid #E8E8E8;
    float: left;
    height: 70px;
    margin: 0 9px 0 0;
    width: 70px;
}
.catalog-product-view .main .col-main .product-view .product_upper_view .special_product .box-up-sell #upsell-product-table ul li h3.product-name
{
    margin-top: 1px;
}
.catalog-product-view .main .col-main .product-view .product_upper_view .special_product .box-up-sell #upsell-product-table ul li h3.product-name a
{
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 11px;            
    color: #616161;
    text-decoration: none;
}
.catalog-product-view .main .col-main .product-view .product_upper_view .special_product .box-up-sell #upsell-product-table ul li .price-box
{
    margin-top: 7px;
}
.catalog-product-view .main .col-main .product-view .product_upper_view .special_product .box-up-sell #upsell-product-table ul li .price-box .price-label
{
    display: none;
}
.catalog-product-view .main .col-main .product-view .product_upper_view .special_product .box-up-sell #upsell-product-table ul li .price-box .old-price
{
    float: left;
    margin-right: 4px;
}
.catalog-product-view .main .col-main .product-view .product_upper_view .special_product .box-up-sell #upsell-product-table ul li .price-box .old-price .price
{
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 12px; 
    color: #777777;
}
.catalog-product-view .main .col-main .product-view .product_upper_view .special_product .box-up-sell #upsell-product-table ul li .price-box .special-price
{
    padding: 0;
}
.catalog-product-view .main .col-main .product-view .product_upper_view .special_product .box-up-sell #upsell-product-table ul li .price-box .special-price .price
{
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 12px; 
    color: #1d1d1d;
}
.catalog-product-view .main .col-main .product-view .product_upper_view .special_product .box-up-sell #upsell-product-table ul li .price-box span span
{
    font-family: OpenSansRegular;

    font-weight: normal;
    font-size: 12px; 
    color: #1d1d1d;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-img-box
{
    border: 1px solid #e8e8e8;
   /* width: 43.192%;*/
   	width: 36%;
    height: 390px;
}
.catalog-product-view .main .col-main .product-view .product-img-box .product-image-zoom
{
    width: 100%;
    height: 300px;
    margin-bottom: 0;
}
/*.catalog-product-view .main .col-main .product-view .product-img-box .product-image-zoom img
{
    width: 100% !important;
}*/
.catalog-product-view .main .col-main .product-view .product-img-box #track_hint
{
    display: none;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-img-box .zoom
{
    background: ;
    height: 26px;
    float: right;
    background: #ededed;
    width: 107px;
    padding: 3px 0 0 9px;
    margin: 0;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-img-box .zoom .zoom_text
{
    float: left;
    font-family: OpenSansBold;
    font-size: 11px;
    color: #777777;
    margin-right: 8px;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-img-box .zoom #track
{
    display: none;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop
{
    width:59.321%; /*53.521%*/
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .product-name h1
{
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 18px;            
    color: #616161;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .ratings .rating-box 
{
    margin-top: 9px;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .ratings .rating-links a
{
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 11px;            
    color: #777777;
    text-decoration: none;
    float: left;
    margin-right: 11px;
    margin-top: 8px;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .ratings .rating-links a.add_review
{
    background: none repeat scroll 0 0 #EDEDED;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    display: block;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    width: 120px;
    margin: 0;
    color: #444444;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .ratings .rating-links .separator
{
    display: none;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .email-friend
{
    display: none;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .short-description
{
    border-bottom: 1px solid #E8E8E8;
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 13px;            
    color: #797979;
    text-align: justify;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .product_attributes
{
    border-bottom: 1px solid #E8E8E8;
    overflow: hidden;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .product_attributes .availability_sku
{
    float: left;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .product_attributes .price-box 
{
    float: right;
    margin: 0;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .product_attributes .price-box .special-price
{
    margin-top: -47px;
    padding: 0;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .product_attributes .price-box .old-price
{
    margin-top: 42px;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .product_attributes .price-box .old-price .price-label,
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .product_attributes .price-box .special-price .price-label
{
    display: none;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .product_attributes .price-box .regular-price
{
    display: block;
    margin-top: 23px;
}
.product-shop .price-box .regular-price{
margin-top: 11px !important;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .product_attributes .price-box .regular-price .price
{
   font-family: OpenSansRegular;
   font-weight: normal;
   font-size: 18px;            
   color: #1d1d1d; 
} 
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .product_attributes .price-box .special-price .price
{
   font-family: OpenSansRegular;
   font-weight: normal;
   font-size: 18px;            
   color: #1d1d1d; 
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .product_attributes .price-box .old-price .price
{
   font-family: OpenSansRegular;
   font-weight: normal;
   font-size: 13px;            
   color: #777777; 
}
.product-view .product-shop .availability{
 margin: 6px 0 0 !important;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .product_attributes .availability_sku .availability
{
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 12px;            
    color: #797979;
    margin: 21px 0 0;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .product_attributes .availability_sku .sku
{
    margin: 2px 0 16px;
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 12px;            
    color: #797979;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box span.or
{
    display: none;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-links li .comapare_icon
{
    background: url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/compare.png) no-repeat 0 0;
    display: block;
    float: left;
    text-indent: -999em;
    height: 12px;
    width: 11px;
    margin-top: 2px;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-links li .wishlist_icon
{
   background: url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/wishlist.png) no-repeat 0 0; 
   display: block;
   float: left;
   text-indent: -999em;
   height: 12px;
   width: 12px;
   margin-top: 2px;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-links li a
{
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 12px;            
    color: #797979 !important;
    text-decoration: none;
    margin-left: 7px;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-links li.wishlist
{
    margin-top: 3px;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-cart
{
    float: right;
    /*width: 55%;*/
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-cart .price
{
    float: right;
    margin-bottom: 10px;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-cart label
{
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 12px;            
    color: #797979;
    margin: 10px 5px 0 10px;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-cart button span
{
    border: none;
    background: none;
    height: 40px;
    padding: 0;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-cart button span span
{
    background: #afaf24;
    color: white;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 40px;
    line-height: 40px;
    padding-left: 23px;
    padding-right: 23px;
}

.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-cart .qty
{
    
    float: left;
    height: 38px;
    margin-right: -2px;
    width: 45px !important;
   /* padding-left: 10px;*/
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 12px;            
    color: #777777;
    border-right:1px solid #e1e1e1!important;
    border: none;
   
}

.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-cart .quantity-wrapper
{
    border: 1px solid #e1e1e1;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-right: none;
    float: left;
    height: 40px;
    margin-right: -2px;
    width: 130px !important;
    padding-left: 10px;
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 12px;            
    color: #777777;
}
.catalog-product-view .navbar-default .navbar-nav > .active > a
{
    box-shadow:none;
}
.catalog-product-view .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
    background: none;
}
.catalog-product-view .main .col-right
{
    width: 20.375%;
}
.catalog-product-view .main .col-main .product-view .productdetail_tab
{
    border-bottom: 1px solid #e8e8e8;
    height: auto;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 30px;
}
.catalog-product-view .main .col-main .product-view .productdetail_tab .content
{
   
	padding-top: 14px;
    padding-right: 28px;
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 13px;            
    color: #797979;
    text-align: justify;
}
.catalog-product-view .main .col-main .product-view .productdetail_tab #tabs
{
    width:100%;
    border-bottom: 1px solid #e8e8e8;
    height: 34px;
}
.catalog-product-view .main .col-main .product-view .productdetail_tab #tabs span
{
    display: block;
    background: none repeat scroll 0 0 #EDEDED;
    float: left;
    height: 34px;
    cursor: pointer;
    border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    line-height: 34px;
    margin-right: 5px;
    padding: 0 22px;
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 13px;            
    color: #444444;
}
.catalog-product-view .main .col-main .product-view .productdetail_tab #tabs span.selected
{
    background: white;
    border: 1px solid #e0e0e0;
    border-bottom: none;
}
.catalog-product-view .main .col-main .product-view .product-collateral
{
    display: none;
}
/************************related products**********************/
.catalog-product-view .main .col-main .block-related
{ 
    border: none;
    margin-bottom: 40px;
}
.catalog-product-view .main .col-main .block-related .block-content
{
    margin-top: 27px;
}
.catalog-product-view .main .col-main .block-related .block-title
{
    border: none;
    padding: 0;
}
.catalog-product-view .main .col-main .block-related .block-title strong
{
    padding: 0;
}
.catalog-product-view .main .col-main .block-related .block-title strong span
{
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 20px;            
    color: #616161;
}
.catalog-product-view .main .col-main .block-related .block-content .block-subtitle
{
    display: none;
}
.catalog-product-view .main .col-main .block-related .block-content .mini-products-list li.item .related-checkbox
{
    display: none;
}
.catalog-product-view .main .col-main .block-related .block-content .mini-products-list li.item
{
    float: left;
    width: 22.99%;
    margin-right: 2.68%;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 345px;
    margin-bottom: 40px;
    padding: 0;
    background: white;
}
.catalog-product-view .main .col-main .block-related .block-content .mini-products-list li.item:last-child
{
    margin-right: 0;
}
.catalog-product-view .main .col-main .block-related .block-content .mini-products-list li.item div.product_image
{
    height: 249px;
    text-align: center;
}
.catalog-product-view .main .col-main .block-related .block-content .mini-products-list li.item div.product_image a.product-image
{
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
.catalog-product-view .main .col-main .block-related .block-content .mini-products-list li.item div.product_image a.product-image img
{
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 200px;
    max-width: 91%;
    position: absolute;
    right: 0;
    top: 0;
}
.catalog-product-view .main .col-main .block-related .block-content .mini-products-list li.item .product-details .product-name a
{
    text-decoration: none;
    font-family: OpenSansRegular;
    font-size: 13px;
    color: #797979;
    font-weight: normal;
}
.catalog-product-view .main .col-main .block-related .block-content .mini-products-list li.item .product-details .product-name
{
    padding-left: 10px;
    height: 53px;
    text-align: center;

}
.catalog-product-view .col-main .block-related .block-content .mini-products-list li.item .product-details .price_action
{
    border-top: 1px solid #E0E0E0;
}
.catalog-product-view .col-main .block-related .block-content .mini-products-list li.item .product-details .price_action .price-box
{
    border-right: 1px solid #E0E0E0;
    float: left;
    height: 40px;
    margin: 0;
    padding-left: 10px;
    width: 50%;
}
.catalog-product-view .col-main .block-related .block-content .mini-products-list li.item .product-details .price_action .price-box .regular-price
{
    display: block;
    margin-top: 11px;
}
.catalog-product-view .col-main .block-related .block-content .mini-products-list li.item .product-details .price_action .price-box .price
{
    font-family: OpenSansRegular;
    font-size: 13px;
    color: #444444;
    font-weight: normal;
}
.catalog-product-view .col-main .block-related .block-content .mini-products-list li.item .product-details .price_action .actions
{
    float: right;
    height: 40px;
    width: 50%;
}
.catalog-product-view .col-main .block-related .block-content .mini-products-list li.item .product-details .price_action .actions button span
{
   
    border: none;
   
    height: 15px;
   
    padding: 0;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.catalog-product-view .col-main .block-related .block-content .mini-products-list li.item .product-details .price_action .actions div
{
    float: left;
    border-right: 1px solid #e0e0e0;
}
/*.catalog-category-view .col-main .category-products .products-grid li.item .price_action .actions .add-to-links
{
    margin: 0;
}*/
.catalog-product-view .col-main .block-related .block-content .mini-products-list li.item .product-details .price_action .actions .link-wishlist
{
    background: url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/wishlist.png) no-repeat 0 0;
    font-size: 0;
    height: 12px;
    width: 12px;
    float: left;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.catalog-product-view .col-main .block-related .block-content .mini-products-list li.item .product-details .price_action .actions .link-compare
{
    background: url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/compare.png) no-repeat 0 0;
    font-size: 0;
    height: 12px;
    width: 11px;
    float: left;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.catalog-product-view .col-main .block-related .block-content .mini-products-list li.item .product-details .price_action .actions div,
.catalog-product-view .col-main .block-related .block-content .mini-products-list li.item .product-details .price_action .actions button
{
    width: 33.33%;
    height: 100%;
    overflow: hidden;
    position: relative;
    width:100%;
    background: #afaf24;
    float:none!important;
    border-radius: 0 0 3px;
}
.catalog-product-view .col-main .block-related .block-content .mini-products-list li.item .product-details .price_action .actions button.button span{
	background: none;
	line-height: 15px;
	text-transform: uppercase;
}


/****************************Search Page******************************/


.catalogsearch-result-index .breadcrumbs
{
    margin-top: 20px;
    margin-bottom: 35px;
}
.catalogsearch-result-index .breadcrumbs ul li a
{
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #a7a7a7;
    font-weight: normal;
    text-decoration: none;
}
.catalogsearch-result-index .breadcrumbs ul li strong
{
    color: #616161;
    font-family: OpenSansRegular;
    font-size: 12px;
    font-weight: normal;
}
 


.catalogsearch-result-index .col-main .page-title
{
    border-bottom: none;
    margin-bottom: 12px;
    
}
.catalogsearch-result-index .col-main .page-title h1
{
    color: #626262;
    font-family: OpenSansSemibold;
    font-size: 24px;
    margin-top: -8px;
}

.catalogsearch-result-index .col-left .shop_by{ 
display: none;
}
.catalogsearch-result-index .col-left .shop_by .block-layered-nav .block-title 
{
    border-bottom: 1px solid #E8E8E8;
   
    margin-bottom: 30px;
}
.catalogsearch-result-index .col-left .shop_by .block-layered-nav .block-title strong span 
{
    color: #A8A817;
    font-family: OpenSansLight;
    font-size: 16px;
}
.catalogsearch-result-index .col-left .shop_by .block-layered-nav .block-content 
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
}
.catalogsearch-result-index .col-left .shop_by .block-layered-nav .block-content dt 
{
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E8E8E8;
    color: #616161;
    font-family: OpenSansBold;
    font-size: 13px;
    margin-bottom: 9px;
    padding-bottom: 9px;
    padding-left: 7px;
    padding-top: 0;
    text-transform: capitalize;
}
.catalogsearch-result-index .col-left .shop_by .block-layered-nav .block-content dd 
{
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 7px;
}
.catalogsearch-result-index .col-left .shop_by .block-layered-nav .block-content dd ol li 
{
    color: #777777;
    font-family: OpenSansRegular;
    font-size: 13px;
}
.catalogsearch-result-index input[type="radio"], .catalog-category-view input[type="checkbox"] 
{
    margin: 0 7px 0 0;
}
.catalogsearch-result-index .col-main .category-products .toolbar-bottom
{
    margin-bottom: 30px;
}

/*
.catalogsearch-result-index .col-main .category-products .toolbar-upper .toolbar
{
    overflow: hidden;
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    line-height: 59px;
    padding-left: 12px;
    padding-right: 12px;
}*/
.catalogsearch-result-index .col-main .category-products .toolbar-upper .toolbar .pager
{
    border: none;
    float: right;
    margin: 0;
    padding: 0;
}
.catalogsearch-result-index .col-main .category-products .toolbar-upper .toolbar .sorter
{
    border: none;
    float: left;
    margin: 0;
    padding: 0;
}
.catalogsearch-result-index .col-main .category-products .toolbar .pager .amount
{
    display: none;
}
.catalogsearch-result-index .col-main .category-products .toolbar-upper .toolbar .pager .pages
{
    display: none;
}
.catalogsearch-result-index .col-main .category-products .toolbar .sorter .view-mode
{
    display: none;
}
.catalogsearch-result-index .col-main .category-products .toolbar-bottom .toolbar .pager .limiter
{
    display: none;
}
.catalogsearch-result-index .col-main .category-products .toolbar-bottom .toolbar .sorter .sort-by
{
    display: none;
}
.catalogsearch-result-index .col-main .category-products .toolbar-upper .toolbar .sorter .sort-by label
{
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #616161;
    text-transform: capitalize;
    font-weight: normal;
    margin: 0;
}
.catalogsearch-result-index .col-main .category-products .toolbar-upper .toolbar .pager .limiter
{
   font-family: OpenSansRegular;
   font-size: 12px;
   color: #616161;
   font-weight: normal; 
}
.catalogsearch-result-index .col-main .category-products .toolbar-upper .toolbar .pager .limiter label
{
   font-family: OpenSansRegular;
   font-size: 12px;
   color: #616161;
   text-transform: capitalize;
   font-weight: normal;
   margin: 0; 
}
.catalogsearch-result-index .col-main .category-products .toolbar-upper .toolbar .pager .limiter select
{
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.catalogsearch-result-index .col-main .category-products .toolbar-upper .toolbar .sorter .sort-by select
{
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.catalogsearch-result-index .col-main .category-products .toolbar-bottom .toolbar .pager .pages
{
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
}
.catalogsearch-result-index .col-main .category-products .toolbar-bottom .toolbar .sorter
{
    display: none;
}
.catalogsearch-result-index .col-main .category-products .toolbar-bottom .toolbar .pager
{
    border: none;
    margin: 0;
    padding: 0;
}
.catalogsearch-result-index .col-main .category-products .toolbar-bottom .toolbar .pager .pages strong
{
    display: none;
}
.catalogsearch-result-index .col-main .category-products .toolbar-bottom .toolbar .pager .pages ol
{
    height: 40px;
    display: block;
    margin: 0;
}
.catalogsearch-result-index .col-main .category-products .toolbar-bottom .toolbar .pager .pages li
{
    display: inline-block;
    border-right: 1px solid #e0e0e0;
    height: 40px;
    margin: 0 0 0 -3px;
    padding: 12px 14px;
}
.catalogsearch-result-index .col-main .category-products .toolbar-bottom .toolbar .pager .pages li.current
{
    background: #f2f2f2;
    font-family: OpenSansRegular;
    /*font-size: 13px;*/
    color: #777777;
    font-weight: normal; 
}
.catalogsearch-result-index .col-main .category-products .toolbar-bottom .toolbar .pager .pages li.last
{
    border-right: none;
}
.catalogsearch-result-index .col-main .category-products .toolbar-bottom .toolbar .pager .pages li > a
{
    border: none;
    text-decoration: none;
    padding: 0;
    font-family: OpenSansRegular;
    /*font-size: 13px;*/
    color: #777777;
    font-weight: normal; 
}
.catalogsearch-result-index .col-main .category-products .toolbar-bottom .toolbar .pager .pages li > a:hover
{
    background: none;
}
.catalogsearch-result-index .col-main .category-products .products-grid 
{
    border: none;
    width: 100%;
}

/*.catalogsearch-result-index .col-main .category-products .products-grid li.item 
{
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    height: 358px;
    margin-bottom: 40px;
    margin-right: 3.9%;
    padding: 0;
    width: 30.7%;
}*/

/*
.catalogsearch-result-index .col-main .category-products .products-grid li.last 
{
    margin-right: 0;
}
.catalogsearch-result-index .col-main .category-products .products-grid li.item .product_image 
{
    height: 262px;
    text-align: center;
}
.catalogsearch-result-index .col-main .category-products .products-grid li.item a.product-image 
{
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
.catalogsearch-result-index .col-main .category-products .products-grid li.item a.product-image img 
{
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 242px;
    max-width: 91%;
    position: absolute;
    right: 0;
    top: 0;
}
.catalogsearch-result-index .col-main .category-products .products-grid li.item .product-name 
{
    height: 53px;
    margin: 0 11px;
}
.catalogsearch-result-index .col-main .category-products .products-grid li.item .product-name a 
{
    color: #797979;
    font-family: OpenSansRegular;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action 
{
    border-top: 1px solid #E0E0E0;
}
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .price-box 
{
    border-right: 1px solid #E0E0E0;
    float: left;
    height: 40px;
    margin: 0;
    padding-left: 10px;
    width: 50%;
}
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .price-box .price 
{
    color: #444444;
    font-family: OpenSansRegular;
    font-size: 13px;
    font-weight: normal;
}
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .price-box .old-price .price-label, 
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .price-box .special-price .price-label 
{
    display: none;
}
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .price-box .special-price 
{
    padding: 0;
}
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .price-box .regular-price 
{
    display: block;
    margin-top: 9px;
}
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .actions 
{
    float: right;
    height: 40px;
    width: 50%;
}
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .actions div 
{
    border-right: 1px solid #E0E0E0;
    float: left;
}
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .actions div, 
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .actions button 
{
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 33.33%;
}
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .actions .link-compare 
{
    background: url("https://www.ozepac.com.au/skin/frontend/default/ozepac/images/compare.png") no-repeat 0 0;
    bottom: 0;
    float: left;
    height: 12px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: 0;
    width: 11px;
}
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .actions .link-wishlist 
{
    background: url("https://www.ozepac.com.au/skin/frontend/default/ozepac/images/wishlist.png") no-repeat 0 0;
    bottom: 0;
    float: left;
    height: 12px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: 0;
    width: 12px;
}
.catalogsearch-result-index .col-main .category-products .products-grid li.item .price_action .actions button span 
{
    background: url("https://www.ozepac.com.au/skin/frontend/default/ozepac/images/cart.png") no-repeat 0 0;
    border: medium none;
    bottom: 0;
    font-size: 0;
    height: 15px;
    left: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
}
.catalogsearch-result-index .col-main .category-products .products-grid li.item .ratings
{
    display: none;
}
*/
/**************************************Cart Page*******************************/

.checkout-cart-index .main-container
{
    -moz-box-shadow: 0 13px 9px -14px #E7E7E7 inset;
    -webkit-box-shadow: 0 13px 9px -14px #E7E7E7 inset;
    box-shadow: 0 13px 9px -14px #E7E7E7 inset;
    padding-top: 10px;   
}
.checkout-cart-index .col-main .cart .page-title
{
     /* border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
    margin-bottom: 42px;*/

     background-color: #afaf27;
  background: -webkit-linear-gradient(#cdcd51, #afaf27); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#cdcd51, #afaf27); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#cdcd51, #afaf27); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#cdcd51, #afaf27); /* Standard syntax */
    margin: 10px 0 20px;
    padding: 10px;
    border-radius: 3px;
   
}
.checkout-cart-index .col-main .cart .page-title h1
{
    /*margin: 27px 0 0;*/
    font-family: OpenSansSemibold;
    font-size: 24px;
    color: #fff;
}
.checkout-cart-index .col-main .cart .page-title .checkout-types
{
    display: none;
} 
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set
{
    width: 65.684%;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2
{
    width: 100%;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 #discount-coupon-form
{
    float: right;
    width: 47.89%;
    background: #f5f5f5;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 .shipping
{
    float: left;
    background: #f5f5f5;
    border: none;
    width: 47.89%;
    padding: 20px;
    margin: 0;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 #discount-coupon-form .discount
{
    background: none;
    border: none;
    padding: 20px;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 #discount-coupon-form .discount h2
{
    font-family: OpenSansSemibold;
    font-size: 18px;
    color: #444444;
    padding: 0;
    text-transform: capitalize;
    margin-bottom: 22px;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 #discount-coupon-form .discount .discount-form label 
{
    font-family: OpenSansRegular;
    font-size: 11px;
    color: #777777;
    font-weight: normal;
    margin-bottom: 25px;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 #discount-coupon-form .discount .input-box
{
    margin: 0;
    width: 100%;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 #discount-coupon-form .discount .input-box input
{
    border: 1px solid #DDDCDC;
    width: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    height: 33px;
    padding: 0 5px;
    font-size: 12px;
    font-family: OpenSansRegular;
    color: #444444;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 #discount-coupon-form .discount button span
{
    background: #afaf24;
    border: none;
    padding: 0 30px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: white;
  	font-family: SegoeUISemibold;
     /* font-family:OpenSansSemibold;*/
    font-size: 14px;
    text-transform: uppercase;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 #discount-coupon-form .discount .buttons-set
{
    margin-top: 26px;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 #discount-coupon-form .discount button span span
{
    padding: 0;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 .shipping h2
{
    font-family: OpenSansSemibold;
    font-size: 18px;
    color: #444444;
    padding: 0;
    text-transform: capitalize;
    margin-bottom: 22px;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 .shipping .shipping-form #shipping-zip-form p
{
    color: #777777;
    font-family: SegoeUISemibold;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 18px;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 .shipping .shipping-form #shipping-zip-form ul li label
{
    font-family: OpenSansSemibold;
    font-size: 13px;
    color: #707070;
    margin-bottom: 8px;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 .shipping .shipping-form #shipping-zip-form ul li .input-box
{
    width: 100%;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 .shipping .shipping-form #shipping-zip-form ul li .input-box select,
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 .shipping .shipping-form #shipping-zip-form ul li .input-box input
{
    border: 1px solid #DDDCDC;
    width: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    height: 33px;
    padding: 0 0 0 5px;
    font-size: 12px;
    font-family: OpenSansRegular;
    color: #444444;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 .shipping .shipping-form #shipping-zip-form ul li
{
    margin: 0 0 17px;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 .shipping .shipping-form #shipping-zip-form button span
{
    background: #afaf24;
    border: none;
    padding: 0 30px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: white;
    font-family: SegoeUISemibold;
    /*font-family: OpenSansSemibold;*/
    font-size: 14px;
    text-transform: uppercase;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 .shipping .shipping-form #shipping-zip-form .buttons-set
{
    margin-top: 26px;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 .shipping .shipping-form #shipping-zip-form button span span
{
    padding: 0;
}
.checkout-cart-index .main .col-main
{
    margin-bottom: 68px;
}
.checkout-cart-index .col-main .cart .cart-collaterals .totals
{
    width: 31.635%;
    background: #f5f5f5;
    border: none;
    padding: 22px;
}
.checkout-cart-index .col-main .cart .cart-collaterals .totals #shopping-cart-totals-table
{
    margin: 0;
}
.checkout-cart-index .col-main .cart .cart-collaterals .totals #shopping-cart-totals-table tbody tr td.a-right
{
    font-family: OpenSansSemibold;
    font-size: 13px;
    color: #777777;
    padding: 0 0 6px 16px;
}
.checkout-cart-index .col-main .cart .cart-collaterals .totals #shopping-cart-totals-table tbody tr td.a-right span
{
    font-family: OpenSansSemibold;
    font-size: 13px;
    color: #afaf24;
}
.checkout-cart-index .col-main .cart .cart-collaterals .totals #shopping-cart-totals-table tfoot tr td.a-right
{
    padding: 0 0 0 16px;
}
.checkout-cart-index .col-main .cart .cart-collaterals .totals #shopping-cart-totals-table tfoot tr td.a-right strong
{
    font-family: OpenSansSemibold;
    font-size: 18px;
    color: #444444;
}
.checkout-cart-index .col-main .cart .cart-collaterals .totals #shopping-cart-totals-table tfoot tr td.a-right strong span
{
    font-family: OpenSansSemibold;
    font-size: 18px;
    color: #afaf24;
}
.checkout-cart-index .col-main .cart .cart-collaterals .totals ul.checkout-types
{
    padding: 0;
} 
.checkout-cart-index .col-main .cart .cart-collaterals .totals ul.checkout-types li
{
    margin-top: 25px;
    margin-bottom: 0;
}
.checkout-cart-index .col-main .cart .cart-collaterals .totals ul.checkout-types li:last-child
{
    margin-top: 18px;
}
.checkout-cart-index .col-main .cart .cart-collaterals .totals ul.checkout-types li:last-child a
{
    font-size: 11px;
    font-family: OpenSansRegular;
    color: #777777;
}
.checkout-cart-index .col-main .cart .cart-collaterals .totals ul.checkout-types li button span
{
    background: #afaf24;
    border: none;
    padding: 0 13.55%;
    height: 55px;
    line-height: 55px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: white;
    font-family: OpenSansSemibold;
    font-size: 17px;
    text-transform: uppercase;
}
.checkout-cart-index .col-main .cart .cart-collaterals .totals ul.checkout-types li button span span
{
    padding: 0;
}


.checkout-cart-index .col-main .cart #shopping-cart-table
{
    border: none;
    border-top: 1px solid #e8e8e8; 
}
.checkout-cart-index .col-main .cart #shopping-cart-table > thead > tr,
.checkout-cart-index .col-main .cart #shopping-cart-table > tbody > tr{

	 border-style:solid;
    border-width:0  1px;
    border-color: #e8e8e8;
}

.checkout-cart-index .col-main .cart #shopping-cart-table thead tr th
{
    padding: 0 30px;
    height: 49px;
    font-family: OpenSansSemibold;
    font-size: 13px;
    color: #444444;
}
.checkout-cart-index .col-main .cart #shopping-cart-table tbody tr td
{
    text-align: center;
    /*padding: 32px 0 0;*/
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #444444;
    vertical-align: middle;
}
.checkout-cart-index .col-main .cart #shopping-cart-table tbody tr td.prod_name
{
    text-align: left;
    padding-left: 21px;
}
.checkout-cart-index .col-main .cart #shopping-cart-table tbody tr td.prod_name h2 a
{
    font-family: OpenSansRegular;
    font-size: 13px;
    color: #444444;
    text-decoration: none;
    font-weight: normal;
}
.checkout-cart-index .col-main .cart #shopping-cart-table tbody tr td.prod_edit a
{
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #777777;
    text-decoration: none;
    font-weight: normal;
    background: url("https://www.ozepac.com.au/skin/frontend/default/ozepac/images/cart_edit.png") no-repeat scroll left center;
    display: block;
    margin-left: 8px;
    width: 52px;
}
.checkout-cart-index .col-main .cart #shopping-cart-table tbody tr td.prod_qty input
{
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #777777;
    border: 1px solid #e9e9e9;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.checkout-cart-index .col-main .cart #shopping-cart-table tbody tr td.prod_delete
{
    padding-left: 30px;
   
}
.checkout-cart-index .col-main .cart #shopping-cart-table thead tr th.prod_image,
.checkout-cart-index .col-main .cart #shopping-cart-table thead tr th.prod_edit,
.checkout-cart-index .col-main .cart #shopping-cart-table thead tr th.prod_qty,
.checkout-cart-index .col-main .cart #shopping-cart-table thead tr th.prod_delete,
.checkout-cart-index .col-main .cart #shopping-cart-table tbody tr td.prod_image,
.checkout-cart-index .col-main .cart #shopping-cart-table tbody tr td.prod_edit,
.checkout-cart-index .col-main .cart #shopping-cart-table tbody tr td.prod_qty,
.checkout-cart-index .col-main .cart #shopping-cart-table tbody tr td.prod_delete
{
    background: white;
    border-right: none;
}
.checkout-cart-index .col-main .cart #shopping-cart-table thead tr th.prod_name,
.checkout-cart-index .col-main .cart #shopping-cart-table thead tr th.prod_unit_prce,
.checkout-cart-index .col-main .cart #shopping-cart-table thead tr th.prod_subtotal,
.checkout-cart-index .col-main .cart #shopping-cart-table tbody tr td.prod_name,
.checkout-cart-index .col-main .cart #shopping-cart-table tbody tr td.prod_unit_prce,
.checkout-cart-index .col-main .cart #shopping-cart-table tbody tr td.prod_subtotal
{
    background: #f7f7f7;
    border-right: none;
}
.checkout-cart-index .col-main .cart #shopping-cart-table thead tr 
{
    border-bottom: 1px solid #afaf24;
}
.checkout-cart-index .col-main .cart #shopping-cart-table tbody
{
    border-bottom: 1px solid #e8e8e8;
}
.checkout-cart-index .col-main .cart #shopping-cart-table tfoot tr
{
    background: white !important;
}
.checkout-cart-index .col-main .cart #shopping-cart-table tfoot tr td
{
    border-bottom: 1px solid #e8e8e8;
    padding: 9px 1px;
}
.checkout-cart-index .col-main .cart #shopping-cart-table tbody tr td.prod_image
{
    padding: 5px;
}
.checkout-cart-index .col-main .cart #shopping-cart-table tfoot tr td .btn-empty
{
    display: none;
}
.checkout-cart-index .col-main .cart #shopping-cart-table tfoot tr td .btn-continue span,
.checkout-cart-index .col-main .cart #shopping-cart-table tfoot tr td .btn-update span
{
    background: #ededed;
    border: none;
    font-family: SegoeUISemibold;
    font-size: 11px;
    color: #444444;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 0 20px;
}
.checkout-cart-index .col-main .cart #shopping-cart-table tfoot tr td .btn-continue span span
{
    background: url("https://www.ozepac.com.au/skin/frontend/default/ozepac/images/cart_continue.png") no-repeat scroll left 51%;
    padding: 0;
    width: 118px;
}
.checkout-cart-index .col-main .cart #shopping-cart-table tfoot tr td .btn-update span span
{
    background: url("https://www.ozepac.com.au/skin/frontend/default/ozepac/images/cart_update.png") no-repeat scroll left 51%;
    padding: 0;
    width: 139px;
}


/********************Contact us page*************************/
.contacts-index-index .main-container
{
    /*-moz-box-shadow: 0 13px 9px -14px #E7E7E7 inset;
    -webkit-box-shadow: 0 13px 9px -14px #E7E7E7 inset;
    box-shadow: 0 13px 9px -14px #E7E7E7 inset;
    padding-top: 10px; 
    */ 
}
.contacts-index-index .col-main .page-title
{
   
    border-bottom: 1px solid #e8e8e8;
    /*
    margin-bottom: 42px;
     margin-top: 29px;*/
}
.contacts-index-index .col-main .page-title h1
{
    font-family: OpenSansSemibold;
    font-size: 24px;
    color: #444444;
    margin-bottom: 15px;
} 
.contacts-index-index .col-main #contactForm .fieldset
{
    width: 69.437%;
    float: right;
    background: white;
    border: 1px solid #e8e8e8;
    padding: 29px 20px 22px;
    margin-bottom: 60px;
    margin-top: 0;
}
.contacts-index-index .col-main #contactForm .fieldset h2.legend
{
    font-family: OpenSansSemibold;
    font-size: 18px;
    color: #444444;
    background: none;
    border: none;
    margin: 0;
    float: none;
    padding: 0;
}
.contacts-index-index .col-main #contactForm .fieldset ul.form-list
{
    margin-top: 27px;
    margin-bottom: 30px;
}
.contacts-index-index .col-main #contactForm .fieldset ul.form-list li label,
.contacts-index-index .col-main #contactForm .fieldset ul.form-list .fields .field label
{
    font-family: OpenSansSemibold;
    font-size: 13px;
    color: #707070;
    margin-bottom: 8px;
}
.contacts-index-index .col-main #contactForm .fieldset ul.form-list li input,
.contacts-index-index .col-main #contactForm .fieldset ul.form-list li textarea
{
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 10px;
}
.contacts-index-index .col-main #contactForm .fieldset ul.form-list li.fields .field
{
    width: 45%;
}
.contacts-index-index .col-main #contactForm .fieldset ul.form-list li.fields .field:first-child
{
    margin-right: 50px;
}
.contacts-index-index .col-main #contactForm .fieldset ul.form-list li.fields .field div.input-box
{
    width: 100%;
}
.contacts-index-index .col-main #contactForm .fieldset ul.form-list li.fields .field div.input-box input
{
    width: 100%;
}
.contacts-index-index .col-main #contactForm .fieldset ul.form-list li div.input-box
{
    width: 45%;
}
.contacts-index-index .col-main #contactForm .fieldset ul.form-list li div.input-box input
{
    width: 100%;
}
.contacts-index-index .col-main #contactForm .fieldset ul.form-list li.wide div.input-box
{
    width: 100%;
}
.contacts-index-index .col-main #contactForm .fieldset ul.form-list li.wide div.input-box textarea
{
    width: 100%;
}
.contacts-index-index .col-main #contactForm .fieldset .buttons-set
{
    border: none;
    margin: 0;
    padding: 0;
}
.contacts-index-index .col-main #contactForm .fieldset .buttons-set button.button
{
    float: left;
    margin: 0;
}
.contacts-index-index .col-main #contactForm .fieldset .buttons-set button.button span
{
   background: #aeaf25;
   color: white;
   border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   height: 35px;
   line-height: 35px;
   padding-left: 32px;
   padding-right: 32px;
   border: none;
   font-family: SegoeUISemibold;
   font-size: 14px;
}
.contacts-index-index .col-main #contactForm .fieldset .buttons-set button.button span span
{
    padding: 0;
}
.contacts-index-index .col-main .contact_info 
{
    width: 27.882%;
    float: left;
    padding-top: 13px;
}
.contacts-index-index .col-main .contact_info > div
{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
}
.contacts-index-index .col-main .contact_info > div:last-child
{
    border: none;
}
.contacts-index-index .col-main .contact_info > div ul
{
    margin: 0;
}
.contacts-index-index .col-main .contact_info > div h2
{
    font-family: OpenSansSemibold;
    font-size: 18px;
    color: #444444;
    margin-top: 19px;
    margin-bottom: 11px;
}
.contacts-index-index .col-main .contact_info div > .address div
{
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #444444;
    padding: 0;
    border: none;
    line-height: 23px;
}
.contacts-index-index .col-main .contact_info div ul li label
{
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #444444;
    font-weight: normal;
    margin-right: 4px;
    float: left;
}
.contacts-index-index .col-main .contact_info div ul li div
{
    padding: 0;
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #777777;
}
.contacts-index-index .col-main .contact_info div ul li
{
    overflow: hidden;
}

/**********************My Account Page******************************/
.account_page
{
    -moz-box-shadow: 0 13px 9px -14px #E7E7E7 inset;
    -webkit-box-shadow: 0 13px 9px -14px #E7E7E7 inset;
    box-shadow: 0 13px 9px -14px #E7E7E7 inset;
}
.account_breadcrumbs
{
    overflow: hidden;
    width: 82%;
    margin: auto;
    padding-top: 15px;
}
.account_breadcrumbs ul li
{
    float: left;
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #505050;
    margin-right: 7px;
}
.account_breadcrumbs ul li a
{
    text-decoration: none;
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #b2b2b2;
}
.customer-account-index .col-main,
.customer-account-edit .col-main,
.customer-address-form .col-main,
.sales-order-history .col-main,
.sales-billing-agreement-index .col-main,
.sales-recurring-profile-index .col-main,
.review-customer-index .col-main,
.tag-customer-index .col-main,
.wishlist-index-index .col-main,
.oauth-customer-token-index .col-main,
.newsletter-manage-index .col-main,
.downloadable-customer-products .col-main
{
    width: 77.1224%;
}
.customer-account-index .col-main .my-account,
.customer-account-edit .col-main .my-account,
.customer-address-form .col-main .my-account,
.sales-order-history .col-main .my-account,
.sales-billing-agreement-index .col-main .my-account,
.sales-recurring-profile-index .col-main .my-account,
.review-customer-index .col-main .my-account,
.tag-customer-index .col-main .my-account,
.wishlist-index-index .col-main .my-account,
.oauth-customer-token-index .col-main .my-account,
.newsletter-manage-index .col-main .my-account,
.downloadable-customer-products .col-main .my-account
{
    width: 100%;
    margin-top: 59px;
}
.customer-account-edit .col-left,
.customer-account-index .col-left,
.customer-address-form .col-left,
.sales-order-history .col-left,
.sales-billing-agreement-index .col-left,
.sales-recurring-profile-index .col-left,
.review-customer-index .col-left,
.tag-customer-index .col-left,
.wishlist-index-index .col-left,
.oauth-customer-token-index .col-left,
.newsletter-manage-index .col-left,
.downloadable-customer-products .col-left
{
    width: 20.197%;
}
.customer-account-index .col-left .block-account,
.customer-account-edit .col-left .block-account,
.customer-address-form .col-left .block-account,
.sales-order-history .col-left .block-account,
.sales-billing-agreement-index .col-left .block-account,
.sales-recurring-profile-index .col-left .block-account,
.review-customer-index .col-left .block-account,
.tag-customer-index .col-left .block-account,
.wishlist-index-index .col-left .block-account,
.oauth-customer-token-index .col-left .block-account,
.newsletter-manage-index .col-left .block-account,
.downloadable-customer-products .col-left .block-account
{
    border: none;
}
.customer-account-index .col-left .block-account .block-title,
.customer-account-edit .col-left .block-account .block-title,
.customer-address-form .col-left .block-account .block-title,
.sales-order-history .col-left .block-account .block-title,
.sales-billing-agreement-index .col-left .block-account .block-title,
.sales-recurring-profile-index .col-left .block-account .block-title,
.review-customer-index .col-left .block-account .block-title,
.tag-customer-index .col-left .block-account .block-title,
.wishlist-index-index .col-left .block-account .block-title,
.oauth-customer-token-index .col-left .block-account .block-title,
.newsletter-manage-index .col-left .block-account .block-title,
.downloadable-customer-products .col-left .block-account .block-title
{
    background: none;
    border: none;
    padding: 0;/*
    margin-top: 20px;
    margin-bottom: 20px;*/
	margin-top: 5px;
    margin-bottom: 6px;    
}
.customer-account-index .col-left .block-account .block-title strong span,
.customer-account-edit .col-left .block-account .block-title strong span,
.customer-address-form .col-left .block-account .block-title strong span,
.sales-order-history .col-left .block-account .block-title strong span,
.sales-billing-agreement-index .col-left .block-account .block-title strong span,
.sales-recurring-profile-index .col-left .block-account .block-title strong span,
.review-customer-index .col-left .block-account .block-title strong span,
.tag-customer-index .col-left .block-account .block-title strong span,
.wishlist-index-index .col-left .block-account .block-title strong span,
.oauth-customer-token-index .col-left .block-account .block-title strong span,
.newsletter-manage-index .col-left .block-account .block-title strong span,
.downloadable-customer-products .col-left .block-account .block-title strong span
{
    font-family: OpenSansSemibold;
    font-size: 18px;
    color: #5d5d5d;
    text-transform: capitalize;
}
.customer-account-index .col-left .block-account .block-content,
.customer-account-edit .col-left .block-account .block-content,
.customer-address-form .col-left .block-account .block-content,
.sales-order-history .col-left .block-account .block-content,
.sales-billing-agreement-index .col-left .block-account .block-content,
.sales-recurring-profile-index .col-left .block-account .block-content,
.review-customer-index .col-left .block-account .block-content,
.tag-customer-index .col-left .block-account .block-content,
.wishlist-index-index .col-left .block-account .block-content,
.oauth-customer-token-index .col-left .block-account .block-content,
.newsletter-manage-index .col-left .block-account .block-content,
.downloadable-customer-products .col-left .block-account .block-content
{
    padding: 0;
    background: none;
}
.customer-account-index .col-left .block-account .block-content h2,
.customer-account-edit .col-left .block-account .block-content h2,
.customer-address-form .col-left .block-account .block-content h2,
.sales-order-history .col-left .block-account .block-content h2,
.sales-billing-agreement-index .col-left .block-account .block-content h2,
.sales-recurring-profile-index .col-left .block-account .block-content h2,
.review-customer-index .col-left .block-account .block-content h2,
.tag-customer-index .col-left .block-account .block-content h2,
.wishlist-index-index .col-left .block-account .block-content h2,
.oauth-customer-token-index .col-left .block-account .block-content h2,
.newsletter-manage-index .col-left .block-account .block-content h2,
.downloadable-customer-products .col-left .block-account .block-content h2
{
  font-family: OpenSansSemibold;
  font-size: 14px;
  color: #afaf24;
  text-transform: uppercase;
  background: #f5f5f5;
  line-height: 46px;
  padding-left: 8.41%;
  padding-right: 8.41%;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  margin: 0;
}
.customer-account-index .col-left .block-account .block-content ul,
.customer-account-edit .col-left .block-account .block-content ul,
.customer-address-form .col-left .block-account .block-content ul,
.sales-order-history .col-left .block-account .block-content ul,
.sales-billing-agreement-index .col-left .block-account .block-content ul,
.sales-recurring-profile-index .col-left .block-account .block-content ul,
.review-customer-index .col-left .block-account .block-content ul,
.tag-customer-index .col-left .block-account .block-content ul,
.wishlist-index-index .col-left .block-account .block-content ul,
.oauth-customer-token-index .col-left .block-account .block-content ul,
.newsletter-manage-index .col-left .block-account .block-content ul,
.downloadable-customer-products .col-left .block-account .block-content ul
{
    border: 1px solid #e8e8e8;
    border-top: none;
    border-radius: 0 0 3px 3px;
   -webkit-border-radius: 0 0 3px 3px;
   -moz-border-radius: 0 0 3px 3px;
   padding-left: 8.41%;
}
.customer-account-index .col-left .block-account .block-content ul li,
.customer-account-edit .col-left .block-account .block-content ul li,
.customer-address-form .col-left .block-account .block-content ul li,
.sales-order-history .col-left .block-account .block-content ul li,
.sales-billing-agreement-index .col-left .block-account .block-content ul li,
.sales-recurring-profile-index .col-left .block-account .block-content ul li,
.review-customer-index .col-left .block-account .block-content ul li,
.tag-customer-index .col-left .block-account .block-content ul li,
.wishlist-index-index .col-left .block-account .block-content ul li,
.oauth-customer-token-index .col-left .block-account .block-content ul li,
.newsletter-manage-index .col-left .block-account .block-content ul li,
.downloadable-customer-products .col-left .block-account .block-content ul li
{
    padding-top: 10px;
}
.customer-account-index .col-left .block-account .block-content ul li:last-child,
.customer-account-edit .col-left .block-account .block-content ul li:last-child,
.customer-address-form .col-left .block-account .block-content ul li:last-child,
.sales-order-history .col-left .block-account .block-content ul li:last-child,
.sales-billing-agreement-index .col-left .block-account .block-content ul li:last-child,
.sales-recurring-profile-index .col-left .block-account .block-content ul li:last-child,
.review-customer-index .col-left .block-account .block-content ul li:last-child,
.tag-customer-index .col-left .block-account .block-content ul li:last-child,
.wishlist-index-index .col-left .block-account .block-content ul li:last-child,
.oauth-customer-token-index .col-left .block-account .block-content ul li:last-child,
.newsletter-manage-index .col-left .block-account .block-content ul li:last-child,
.downloadable-customer-products .col-left .block-account .block-content ul li:last-child
{
    padding-bottom: 15px !important;
}
.customer-account-index .col-left .block-account .block-content ul li.current,
.customer-account-edit .col-left .block-account .block-content ul li.current,
.customer-address-form .col-left .block-account .block-content ul li.current,
.sales-order-history .col-left .block-account .block-content ul li.current,
.sales-billing-agreement-index .col-left .block-account .block-content ul li.current,
.sales-recurring-profile-index .col-left .block-account .block-content ul li.current,
.review-customer-index .col-left .block-account .block-content ul li.current,
.tag-customer-index .col-left .block-account .block-content ul li.current,
.wishlist-index-index .col-left .block-account .block-content ul li.current,
.oauth-customer-token-index .col-left .block-account .block-content ul li.current,
.newsletter-manage-index .col-left .block-account .block-content ul li.current,
.downloadable-customer-products .col-left .block-account .block-content ul li.current
{
    border-bottom: none;
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #afaf24;
    padding: 12px 0 0;
}
.customer-account-index .col-left .block-account .block-content ul li.current strong,
.customer-account-edit .col-left .block-account .block-content ul li.current strong,
.customer-address-form .col-left .block-account .block-content ul li.current strong,
.sales-order-history .col-left .block-account .block-content ul li.current strong,
.sales-billing-agreement-index .col-left .block-account .block-content ul li.current strong,
.sales-recurring-profile-index .col-left .block-account .block-content ul li.current strong,
.review-customer-index .col-left .block-account .block-content ul li.current strong,
.tag-customer-index .col-left .block-account .block-content ul li.current strong,
.wishlist-index-index .col-left .block-account .block-content ul li.current strong,
.oauth-customer-token-index .col-left .block-account .block-content ul li.current strong,
.newsletter-manage-index .col-left .block-account .block-content ul li.current strong,
.downloadable-customer-products .col-left .block-account .block-content ul li.current strong
{
    font-weight: normal;
}
.customer-account-index .col-left .block-account .block-content ul li a,
.customer-account-edit .col-left .block-account .block-content ul li a,
.customer-address-form .col-left .block-account .block-content ul li a,
.sales-order-history .col-left .block-account .block-content ul li a,
.sales-billing-agreement-index .col-left .block-account .block-content ul li a,
.sales-recurring-profile-index .col-left .block-account .block-content ul li a,
.review-customer-index .col-left .block-account .block-content ul li a,
.tag-customer-index .col-left .block-account .block-content ul li a,
.wishlist-index-index .col-left .block-account .block-content ul li a,
.oauth-customer-token-index .col-left .block-account .block-content ul li a,
.newsletter-manage-index .col-left .block-account .block-content ul li a,
.downloadable-customer-products .col-left .block-account .block-content ul li a
{
    border-bottom: none;
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #5d5d5d;
    padding: 0;
}
.customer-account-index .col-left .block-account .block-content ul li a:hover,
.customer-account-edit .col-left .block-account .block-content ul li a:hover,
.customer-address-form .col-left .block-account .block-content ul li a:hover,
.sales-order-history .col-left .block-account .block-content ul li a:hover,
.sales-billing-agreement-index .col-left .block-account .block-content ul li a:hover,
.sales-recurring-profile-index .col-left .block-account .block-content ul li a:hover,
.review-customer-index .col-left .block-account .block-content ul li a:hover,
.tag-customer-index .col-left .block-account .block-content ul li a:hover,
.wishlist-index-index .col-left .block-account .block-content ul li a:hover,
.oauth-customer-token-index .col-left .block-account .block-content ul li a:hover,
.newsletter-manage-index .col-left .block-account .block-content ul li a:hover,
.downloadable-customer-products .col-left .block-account .block-content ul li a:hover
{
    color: #afaf24;
}
.customer-account-index .col-main .my-account .dashboard .page-title,
.customer-account-edit .col-main .my-account .page-title,
.customer-address-form .col-main .my-account .page-title,
.sales-order-history .col-main .my-account .page-title,
.sales-billing-agreement-index .col-main .my-account .page-title,
.sales-recurring-profile-index .col-main .my-account .page-title,
.review-customer-index .col-main .my-account .page-title,
.tag-customer-index .col-main .my-account .page-title,
.wishlist-index-index .col-main .my-account .page-title,
.oauth-customer-token-index .col-main .my-account .page-title,
.newsletter-manage-index .col-main .my-account .page-title,
.downloadable-customer-products .col-main .my-account .page-title
{
  background: #f5f5f5;
  padding: 0 0 0 2.202%;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  margin: 0 0 25px;
  border: none;
}
.customer-account-index .col-main .my-account .dashboard .page-title h1,
.customer-account-edit .col-main .my-account .page-title h1,
.customer-address-form .col-main .my-account .page-title h1,
.sales-order-history .col-main .my-account .page-title h1,
.sales-billing-agreement-index .col-main .my-account .page-title h1,
.sales-recurring-profile-index .col-main .my-account .page-title h1,
.review-customer-index .col-main .my-account .page-title h1,
.tag-customer-index .col-main .my-account .page-title h1,
.wishlist-index-index .col-main .my-account .page-title h1,
.oauth-customer-token-index .col-main .my-account .page-title h1,
.newsletter-manage-index .col-main .my-account .page-title h1,
.downloadable-customer-products .col-main .my-account .page-title h1
{
  font-family: OpenSansSemibold;
  font-size: 14px;
  color: #afaf24;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 46px;
}
.customer-account-index .col-main .my-account .dashboard .welcome-msg
{
    margin: 0 0 46px;
}
.customer-account-index .col-main .my-account .dashboard .welcome-msg p strong
{
    font-family: OpenSansRegular;
    font-size: 11px;
    color: #afaf24;
    font-weight: normal;
}
.customer-account-index .col-main .my-account .dashboard .welcome-msg p
{
    font-family: OpenSansRegular;
    font-size: 11px;
    color: #5d5d5d;
    font-weight: normal;
    line-height: 17.5px;
}
.customer-account-index .col-main .my-account .dashboard .box-account
{
    border: none;
    padding: 0;
}
.customer-account-index .col-main .my-account .dashboard .box-account .box-head
{
  background: #f5f5f5;
  padding: 0 0 0 2.202%;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border: none;
  margin-bottom: 30px;
}
.customer-account-index .col-main .my-account .dashboard .box-account .box-head h2
{
  font-family: OpenSansSemibold;
  font-size: 14px;
  color: #afaf24;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 46px;
}
.customer-account-index .col-main .my-account .dashboard .box-account .col2-set .box .box-content a.manage_add
{
    background: #afaf24;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: white;
    padding-left: 21px;
    padding-right: 21px;
    display: inline-block;
    font-family: OpenSansSemibold;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.customer-account-index .col-main .my-account .dashboard .box-account .col2-set .box .box-title h3
{
   font-family: OpenSansSemibold;
   font-size: 14px;
   color: #323232;
}
.customer-account-index .col-main .my-account .dashboard .box-account .col2-set .col-1 .box .box-title h3,
.customer-account-index .col-main .my-account .dashboard .box-account .col2-set .col-2 .box .box-title h3
{
   font-family: OpenSansRegular;
   font-size: 12px;
   color: #066caa;
   font-weight: normal; 
}
.customer-account-index .col-main .my-account .dashboard .box-account .box .box-content h4
{
   font-family: OpenSansRegular;
   font-size: 12px;
   color: #066caa;
   font-weight: normal;
   text-transform: capitalize;
   float: left; 
}
.customer-account-index .col-main .my-account .dashboard .box-account .box .box-title a
{
   font-family: OpenSansRegular;
   font-size: 13px;
   text-decoration: none;
   color: #272727;
}
.customer-account-index .col-main .my-account .dashboard .box-account .col2-set .col-1 .box .box-content a
{
   font-family: OpenSansRegular;
   font-size: 13px;
   text-decoration: none;
   color: #272727;
   margin-top: 8px;
   display: block;
}
.customer-account-index .col-main .my-account .dashboard .box-account .box .box-content p
{
   font-family: OpenSansRegular;
   font-size: 12px;
   text-decoration: none;
   color: #646464;
}
.customer-account-index .col-main .my-account .dashboard .box-account .box .box-content address
{
   font-family: OpenSansRegular;
   font-size: 12px;
   text-decoration: none;
   color: #646464;
}
.customer-account-edit .my-account .fieldset
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E8E8;
    float: right;
    margin-bottom: 60px;
    margin-top: 0;
    padding: 29px 20px 22px;
    width: 100%;
}
.customer-account-edit .my-account .fieldset h2.legend
{
    background: none;
    border: none;
    color: #444444;
    float: none;
    font-family: OpenSansSemibold;
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.customer-account-edit .my-account .fieldset ul.form-list
{
    margin-bottom: 30px;
    margin-top: 27px;
}
.customer-account-edit .my-account .fieldset ul.form-list li label
{
    color: #707070;
    font-family: OpenSansSemibold;
    font-size: 13px;
    margin-bottom: 8px;
}
.customer-account-edit .my-account .fieldset ul.form-list li.control input
{
    float: left;
}
.customer-account-edit .my-account .fieldset ul.form-list li.control label
{
    margin-top: 2px;
}
.customer-account-edit .my-account .fieldset ul.form-list li .field 
{
    width: 45%;
}
.customer-account-edit .my-account .fieldset ul.form-list li .name-firstname,
.customer-account-edit .my-account .fieldset ul.form-list li .new_password 
{
    margin-right: 50px;
}
.customer-account-edit .my-account .fieldset ul.form-list li .input-box
{
    width: 100%;
}
.customer-account-edit .my-account .fieldset ul.form-list li .input-box input
{
    width: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 10px;
}
.customer-account-edit .my-account .fieldset ul.form-list li .input-box #email,
.customer-account-edit .my-account .fieldset ul.form-list li .input-box #current_password
{
    width: 45%;
}
.customer-account-edit .my-account .fieldset .buttons-set
{
    border: none;
    margin: 0;
    padding: 0;
}
.customer-account-edit .my-account .fieldset .buttons-set button.button
{
    float: left;
    margin: 0;
}
.customer-account-edit .my-account .fieldset .buttons-set button.button span
{
    background: none repeat scroll 0 0 #AEAF25;
    border: medium none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #FFFFFF;
    font-family: SegoeUISemibold;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding-left: 32px;
    padding-right: 32px;
}
.customer-account-edit .my-account .fieldset .buttons-set button.button span span
{
    padding: 0;
}
.customer-address-form .my-account .fieldset
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E8E8;
    float: right;
    margin-top: 0;
    padding: 29px 20px 22px;
    width: 100%;
}
.customer-address-form .my-account .fieldset h2.legend
{
    background: none;
    border: none;
    color: #444444;
    float: none;
    font-family: OpenSansSemibold;
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.customer-address-form .my-account .fieldset ul.form-list
{
    margin-bottom: 30px;
    margin-top: 27px;
}
.customer-address-form .my-account .fieldset ul.form-list li label
{
    color: #707070;
    font-family: OpenSansSemibold;
    font-size: 13px;
    margin-bottom: 8px;
}
.customer-address-form .my-account .fieldset ul.form-list li .field
{
    width: 45%;
}
.customer-address-form .my-account .fieldset ul.form-list li .field .input-box
{
    width: 100%;
}
.customer-address-form .my-account .fieldset ul.form-list li .field .input-box input
{
    width: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 10px;
}
.customer-address-form .my-account .fieldset ul.form-list li .field .input-box select
{
    width: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    height: 36px;
}
.customer-address-form .my-account .fieldset ul.form-list li.wide .input-box input
{
    width: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 10px;
}
.customer-address-form .my-account .fieldset ul.form-list li .name-firstname,
.customer-address-form .my-account .fieldset ul.form-list li .telephone,
.customer-address-form .my-account .fieldset ul.form-list li .city,
.customer-address-form .my-account .fieldset ul.form-list li .zip
{
    margin-right: 50px;
}
.customer-address-form .my-account .buttons-set
{
    border: none;
    margin: 0;
    padding: 0;
}
.customer-address-form .my-account .buttons-set button.button
{
    float: left;
    margin: 0;
}
.customer-address-form .my-account .buttons-set button.button span
{
    background: none repeat scroll 0 0 #AEAF25;
    border: medium none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #FFFFFF;
    font-family: SegoeUISemibold;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding-left: 32px;
    padding-right: 32px;
}
.customer-address-form .my-account .buttons-set button.button span span
{
    padding: 0;
}
.newsletter-manage-index .my-account .fieldset
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E8E8;
    margin-bottom: 60px;
    margin-top: 0;
    padding: 20px 20px 22px;
}
.newsletter-manage-index .my-account .fieldset h2.legend
{
    background: none repeat scroll 0 0;
    border: medium none;
    color: #444444;
    float: none;
    font-family: OpenSansSemibold;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0;
}
.newsletter-manage-index .my-account .fieldset ul li input
{
    float: left;
    margin-top: 0;
}
.newsletter-manage-index .my-account .fieldset .buttons-set
{
    border: none;
    margin: 0;
}
.newsletter-manage-index .my-account .fieldset .buttons-set button span 
{
    background: none repeat scroll 0 0 #AEAF25;
    border: medium none;
    border-radius: 4px;
    color: #FFFFFF;
    font-family: SegoeUISemibold;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding-left: 32px;
    padding-right: 32px;
}
.newsletter-manage-index .my-account .fieldset .buttons-set button span span
{
    padding: 0;
}


/**********************************404 not found*********************************/


.cms-no-route .main-container
{
    -moz-box-shadow: 0 13px 9px -14px #E7E7E7 inset;
    -webkit-box-shadow: 0 13px 9px -14px #E7E7E7 inset;
    box-shadow: 0 13px 9px -14px #E7E7E7 inset;
    padding-top: 42px;
}
.cms-no-route .main-container .not_found
{
    text-align: center;
    margin-bottom: 25px;
}
.cms-no-route .main-container .not_found .text
{
    background: url("https://www.ozepac.com.au/skin/frontend/default/ozepac/images/404_bubble.png") no-repeat scroll 0 0;
    width: 597px;
    height: 251px;
    margin: auto;
    padding-top: 130px;
    font-family: OpenSansRegular;
    font-size: 18px;
    color: white;
    line-height: 22px;
    margin-bottom: 16px;
}
.cms-no-route .main-container .not_found .text a
{
    text-decoration: none;
    color: #8d2116;
    font-family: OpenSansSemibold;
}



/*******************Login PopUp*******************************/


.youama-window-inside .youama-window-title h3
{
    font-family: OpenSansSemibold;
    color: #AEAF25;
    font-size: 18px;
}
.youama-window-inside .youama-window-box
{
    margin-top: 15px;
}
.youama-window-inside .youama-window-box .youama-window-content .input-fly label
{
    color: #707070;
    font-family: OpenSansSemibold;
    font-size: 13px;
    width: auto;
    margin-top: 5px;
}
.youama-window-inside .youama-window-box .youama-window-content .input-fly label span
{
    color: red;
}
.youama-window-inside .youama-window-box .youama-window-content .input-fly input
{
    border: 1px solid #E8E8E8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding:0 8px;
    width: 55%;    
}

.youama-window-inside .youama-window-box .youama-window-content .input-fly input[type='text'],
.youama-window-inside .youama-window-box .youama-window-content .input-fly input[type='password']
{
	height: 30px;
} 
.youama-window-inside .youama-window-box .youama-window-content button span
{
    background: none repeat scroll 0 0 #AEAF25;
    border: medium none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #FFFFFF;
    font-family: SegoeUISemibold;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding-left: 32px;
    padding-right: 32px;
}
.youama-window-inside .youama-window-box .youama-window-content button span span
{
    padding: 0;
}
.youama-window-inside .youama-window-box .youama-window-content .input-fly #youama-newsletter,
.youama-window-inside .youama-window-box .youama-window-content .input-fly #youama-licence
{
    width: auto;
}
.youama-window-inside .youama-window-box .youama-window-content .input-fly-checkbox label
{
    width: auto;
    margin: 0;
}

/**********************************Review Page*************************************/

.review-product-list .main 
{
    margin-top: 23px;
    width: 82%;
}
.review-product-list .main .breadcrumbs 
{
    margin-bottom: 40px;
}
.review-product-list .main .breadcrumbs ul li a 
{
    color: #A7A7A7;
    font-family: OpenSansRegular;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.review-product-list .main .breadcrumbs ul li strong 
{
    color: #616161;
    font-family: OpenSansRegular;
    font-size: 12px;
    font-weight: normal;
}
.review-product-list .navbar-default .navbar-nav > .active > a, 
.review-product-list .navbar-default .navbar-nav > .active > a:hover, 
.review-product-list .navbar-default .navbar-nav > .active > a:focus
{
    background: none;
}
.review-product-list .navbar-default .navbar-nav > .active > a
{
    box-shadow: none;
}
.review-product-list .main .col-main .product-view
{
    border: none;
}
.review-product-list .main .col-main .product-view .product-essential .product-img-box
{
    border: 1px solid #e8e8e8;
    width: 43.192%;
    height: 367px;
}
.review-product-list .main .col-main .product-view .product-img-box .product-image-zoom
{
    width: 100%;
    height: 340px;
    margin-bottom: 0;
}
.catalog-product-view .main .col-main .product-view .product-img-box .product-image-zoom img
{
    max-width: 100% !important;
    max-height: 300px !important;
}
.review-product-list .main .col-main .product-view .product-img-box #track_hint
{
    display: none;
}
.review-product-list .main .col-main .product-view .product-essential .product-img-box .zoom
{
    background: ;
    height: 26px;
    float: right;
    background: #ededed;
    width: 107px;
    padding: 3px 0 0 9px;
    margin: 0;
}
.review-product-list .main .col-main .product-view .product-essential .product-img-box .zoom .zoom_text
{
    float: left;
    font-family: OpenSansBold;
    font-size: 11px;
    color: #777777;
    margin-right: 8px;
}
.review-product-list .main .col-main .product-view .product-essential .product-img-box .zoom #track
{
    display: none;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop
{
    width: 53.521%;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .product-name h1
{
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 18px;            
    color: #616161;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .ratings .rating-box 
{
    margin-top: 9px;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .ratings .rating-links a
{
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 11px;            
    color: #777777;
    text-decoration: none;
    float: left;
    margin-right: 11px;
    margin-top: 8px;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .ratings .rating-links a.add_review
{
    background: none repeat scroll 0 0 #EDEDED;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    display: block;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    width: 120px;
    margin: 0;
    color: #444444;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .ratings .rating-links .separator
{
    display: none;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .email-friend
{
    display: none;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .short-description
{
    border-bottom: 1px solid #E8E8E8;
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 13px;            
    color: #797979;
    text-align: justify;
    margin: 15px 0 0;
    padding: 0 0 22px;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .product_attributes
{
    border-bottom: 1px solid #E8E8E8;
    overflow: hidden;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .product_attributes .availability_sku
{
    float: left;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .product_attributes .price-box 
{
    float: right;
    margin: 0;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .product_attributes .price-box .special-price
{
    margin-top: -47px;
    padding: 0;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .product_attributes .price-box .old-price
{
    margin-top: 42px;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .product_attributes .price-box .old-price .price-label,
.review-product-list .main .col-main .product-view .product-essential .product-shop .product_attributes .price-box .special-price .price-label
{
    display: none;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .product_attributes .price-box .regular-price
{
    display: block;
    margin-top: 23px;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .product_attributes .price-box .regular-price .price
{
   font-family: OpenSansRegular;
   font-weight: normal;
   font-size: 18px;            
   color: #1d1d1d; 
} 
.review-product-list .main .col-main .product-view .product-essential .product-shop .product_attributes .price-box .special-price .price
{
   font-family: OpenSansRegular;
   font-weight: normal;
   font-size: 18px;            
   color: #1d1d1d; 
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .product_attributes .price-box .old-price .price
{
   font-family: OpenSansRegular;
   font-weight: normal;
   font-size: 13px;            
   color: #777777; 
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .product_attributes .availability_sku .availability
{
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 12px;            
    color: #797979;
    margin: 21px 0 0;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .product_attributes .availability_sku .sku
{
    margin: 2px 0 16px;
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 12px;            
    color: #797979;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .add-to-box span.or
{
    display: none;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-links li .comapare_icon
{
    background: url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/compare.png) no-repeat 0 0;
    display: block;
    float: left;
    text-indent: -999em;
    height: 12px;
    width: 11px;
    margin-top: 2px;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-links li .wishlist_icon
{
   background: url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/wishlist.png) no-repeat 0 0; 
   display: block;
   float: left;
   text-indent: -999em;
   height: 12px;
   width: 12px;
   margin-top: 2px;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-links li a
{
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 12px;            
    color: #797979 !important;
    text-decoration: none;
    margin-left: 7px;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-links li.wishlist
{
    margin-top: 3px;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-cart
{
    float: right;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-cart .price
{
    float: right;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-cart label
{
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 12px;            
    color: #797979;
    margin-top: 8px;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-cart button span
{
    border: none;
    background: none;
    height: 40px;
    padding: 0;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-cart button span span
{
    background: #afaf24;
    color: white;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 40px;
    line-height: 40px;
    padding-left: 23px;
    padding-right: 23px;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-cart .qty
{
    border: 1px solid #e1e1e1;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-right: none;
    float: left;
    height: 40px;
    margin-right: -2px;
    width: 53px !important;
    padding-left: 10px;
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 12px;            
    color: #777777;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .addthis_toolbox
{
    display: none;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop a.nobr
{
    color: #777777;
    font-family: OpenSansRegular;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .ratings-table
{
    margin-bottom: 10px;
}
.review-product-list .main .col-main .product-view .product-essential .product-shop .buttons-set
{
    margin: 0;   
}
.review-product-list .main .col-main .product-view .productdetail_tab
{
    border-bottom: 1px solid #e8e8e8;
    height: auto;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 30px;
}
.review-product-list .main .col-main .product-view .productdetail_tab .content
{
    padding-top: 34px;
    padding-right: 28px;
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 13px;            
    color: #797979;
    text-align: justify;
}
.review-product-list .main .col-main .product-view .productdetail_tab #tabs
{
    width:100%;
    border-bottom: 1px solid #e8e8e8;
    height: 34px;
}
.review-product-list .main .col-main .product-view .productdetail_tab #tabs span
{
    display: block;
    background: none repeat scroll 0 0 #EDEDED;
    float: left;
    height: 34px;
    cursor: pointer;
    border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    line-height: 34px;
    margin-right: 5px;
    padding: 0 22px;
    font-family: OpenSansRegular;
    font-weight: normal;
    font-size: 13px;            
    color: #444444;
}
.review-product-list .main .col-main .product-view .productdetail_tab #tabs span.selected
{
    background: white;
    border: 1px solid #e0e0e0;
    border-bottom: none;
}
.review-product-list .main .col-main .product-view .productdetail_tab #review_content .addthis_toolbox
{
    display: none;
}
.review-product-list .main .col-main .product-view .productdetail_tab #review_content a.nobr
{
    color: #777777;
    font-family: OpenSansRegular;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
.review-product-list .main .col-main .product-view .productdetail_tab #review_content .ratings-table
{
    margin-bottom: 10px;
}
.review-product-list .main .col-main .product-collateral 
{
    background: none;
    padding: 0;
}
.review-product-list .main .col-main .product-collateral #customer-reviews h2
{
    color: #444444;
    font-family: OpenSansSemibold;
    font-size: 18px;
    border-bottom: 1px solid #e8e8e8;
}
.review-product-list .main .col-main .product-collateral #customer-reviews .form-add #review-form fieldset ul li label
{
    color: #707070;
    font-family: OpenSansSemibold;
    font-size: 13px;
    margin-bottom: 8px;
}
.review-product-list .main .col-main .product-collateral #customer-reviews .form-add #review-form fieldset ul li .input-box
{
    width: 100%;
}
.review-product-list .main .col-main .product-collateral #customer-reviews .form-add #review-form fieldset ul li .input-box input,
.review-product-list .main .col-main .product-collateral #customer-reviews .form-add #review-form fieldset ul li .input-box textarea
{
    border: 1px solid #E8E8E8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 10px;
    width: 50%;
}
.review-product-list .main .col-main .product-collateral #customer-reviews .form-add #review-form .buttons-set 
{
    border: none;
    float: left;
    margin: 10px 0 30px;
}
.review-product-list .main .col-main .product-collateral #customer-reviews .form-add #review-form .buttons-set button span
{
    background: none repeat scroll 0 0 #AEAF25;
    border: medium none;
     border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #FFFFFF;
    font-family: SegoeUISemibold;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding-left: 32px;
    padding-right: 32px;
}
.review-product-list .main .col-main .product-collateral #customer-reviews .form-add #review-form .buttons-set button span span
{
    padding: 0;
}
.review-product-list .main .col-main .product-collateral #customer-reviews .form-add #review-form fieldset #product-review-table
{
    border: 1px solid #e8e8e8;
}
.review-product-list .main .col-main .product-collateral #customer-reviews .form-add #review-form fieldset #product-review-table thead tr th,
.review-product-list .main .col-main .product-collateral #customer-reviews .form-add #review-form fieldset #product-review-table tbody tr.even th,
.review-product-list .main .col-main .product-collateral #customer-reviews .form-add #review-form fieldset #product-review-table tbody tr.even td
{
    background: #f7f7f7;
    border-bottom: none;
    border-right: 1px solid #e8e8e8;
}
.review-product-list .main .col-main .product-collateral #customer-reviews .form-add #review-form fieldset #product-review-table tbody tr th,
.review-product-list .main .col-main .product-collateral #customer-reviews .form-add #review-form fieldset #product-review-table tbody tr td
{
    background: white;
    border-bottom: none;
    border-right: 1px solid #e8e8e8;
}




























@media only screen and (max-width: 480px) 
{ /* Smartphones */

.page .header-container .header_top .store_phone
{
    float:none;    
}
.page .header-container .header_top .links
{
    float: none;
    line-height: 22px;
    margin-bottom: 8px;
    margin-top: 5px;
}
.page .header-container .header_top .links li
{
    margin-left: 2px;
}
.footer-container .footer ul li a
{
    font-size: 12px;
}
.footer-container .footer .store_info
{
    margin-bottom: 10px;
}
.footer-container .footer ul li
{
    padding: 0 5px 0 0;
}
.page .header-container .header .logo
{
    text-align: center;
    float: none !important;
}
.page .header-container .header .header_right
{
    overflow: hidden;
    width: 100%;
}
.page .header-container .header .search
{
    width: 100%;
    float: none;
    margin-top: 0;
}
.page .header-container .header .search .form-search input.input-text
{
    width: 100%;
}
.page .header-container .header .login_cart
{
    float: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 256px;
}
.all_Categories .all_cat
{
    padding-bottom: 0;
}
.all_Categories .all_cat li
{
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 40px;
}
.all_Categories .all_cat li:last-child
{
   margin-right: 0; 
}
.home_banner div
{
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
}
.home_banner img
{
    width: 100%;
}
/*.featured_main_Content
{
    background: url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/featured_bck_481.png) no-repeat 0 0;
    -webkit-background-size:100% 550px;
    -moz-background-size:100% 550px;
    -o-background-size:100% 550px;
    background-size: 100% 550px;
}*/
.featured_header h3
{
    font-size: 20px;
}
.page .header-container .header .navbar-default
{
    width: 100%;
}
.page .header-container .header .navbar-default .nav_text span
{
    margin-left: 0;
    margin-bottom: 5px;
}
.page .header-container .header .navbar-default .container-fluid
{
    background: #ededed;
    padding: 5px;
    width: 100%;
    /*float: none !important;*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.page .header-container .header .navbar-default .container-fluid .navbar-collapse
{
    margin: 0;
    border: none;
    overflow-y: visible;
}
#nav a,#nav li
{
    float: none;
}
.catalog-product-view .main .col-main .block-related .block-content .mini-products-list li.item
{
    width: 100%;
    margin-right: 0;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-img-box
{
    width: 100%;
    float: none;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop
{
    width: 100%;
    float: none;
    margin-top: 20px;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-cart
{
    float: none;
    margin-top: 20px;
    display: block;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-cart .price
{
    float: none;
    margin-bottom: 25px;
    overflow: hidden;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-links
{
    float: none;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .ratings .rating-box
{
    float: none;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .ratings .rating-links
{
    overflow: hidden;
    margin-top: 15px;
}
.catalog-product-view .main .col-main .product-view .productdetail_tab #tabs span
{
    font-size: 12px;
    padding: 0 8px;
}
.catalogsearch-result-index .col-main .category-products .toolbar-upper .toolbar .pager
{
    float: none;
    margin: auto;
}
.catalogsearch-result-index .col-main .category-products .toolbar-upper .toolbar .pager .limiter
{
    float: none;
}
.catalogsearch-result-index .col-main .category-products .toolbar-upper .toolbar .sorter
{
    float: none;
    margin: auto;
    text-align: center;
}
.catalogsearch-result-index .col-main .category-products .toolbar-upper .toolbar .sorter .sort-by
{
    float: none;
    padding-right: 0;
}
.catalog-category-view .col-main .category-products .toolbar-upper .toolbar .pager
{
    float: none;
    margin: auto;
}
.catalog-category-view .col-main .category-products .toolbar-upper .toolbar .pager .limiter
{
    float: none;
}
.catalog-category-view .col-main .category-products .toolbar-upper .toolbar .sorter
{
    float: none;
    margin: auto;
    text-align: center;
}
.catalog-category-view .col-main .category-products .toolbar-upper .toolbar .sorter .sort-by
{
    float: none;
    padding-right: 0;
}
.checkout-cart-index .col-main .cart .cart-collaterals .totals ul.checkout-types li button span
{
    padding: 0 7.55%;
    font-size: 15px;
}
}

@media only screen and (min-width: 481px) and (max-width: 640px)
{
.page .header-container .header .header_right
{
    overflow: hidden;
    width: 100%;
}
.page .header-container .header .search
{
    width: 100%;
    float: none;
    margin-top: 0;
}
.page .header-container .header .search .form-search input.input-text
{
    width: 100%;
}
.page .header-container .header .login_cart
{
    float: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 256px;
}
.home_banner div
{
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
}
.home_banner img
{
    width: 100%;
}
.page .header-container .header .login_cart ul li .mini_cart
{
    right: 100px;
}
}
@media only screen and (min-width: 641px) and (max-width: 767px)
{
.page .header-container .header .header_right
{
    overflow: hidden;
    width: 100%;
}
.page .header-container .header .search
{
    width: 45%;
}
.page .header-container .header .search .form-search input.input-text
{
    width: 100%;
}
.page .header-container .header .login_cart ul li .mini_cart
{
    top: 288px;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set
{
    width: 100%;
}
.checkout-cart-index .col-main .cart .cart-collaterals .totals
{
    width: 100%;
    margin-top: 20px;
}
}

@media only screen and (min-width: 481px) and (max-width: 767px) 
{

.page .header-container .header_top .store_phone
{
    float:none;    
}
.page .header-container .header_top .links
{
    float: none;
}
.page .header-container .header_top .links li
{
    margin-left: 7px;
}
.page .header-container .header .navbar-default
{
    width: 100%;
}
.page .header-container .header .navbar-default .nav_text span
{
    margin-left: 0;
    margin-bottom: 5px;
}
.page .header-container .header .navbar-default .container-fluid
{
    background: #ededed;
    padding: 5px;
    width: 100%;
    /*float: none !important;*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.page .header-container .header .navbar-default .container-fluid .navbar-collapse
{
    margin: 0;
    border: none;
    overflow-y: visible;
}
#nav a,#nav li
{
    float: none;
}
.page .header-container .header .logo
{
    text-align: center;
    float: none !important;
}
.all_Categories .all_cat
{
    padding-bottom: 0;
}
.all_Categories .all_cat li
{
    float: left;
    margin-right: 2.68%;
    width: 47.32%;
    display: block;
    margin-bottom: 40px;
}
.all_Categories .all_cat li:last-child
{
   margin-right: 0; 
}
.catalog-product-view .main .col-main .block-related .block-content .mini-products-list li.item
{
    width: 47.32%;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-img-box
{
    width: 100%;
    float: none;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop
{
    width: 100%;
    float: none;
    margin-top: 20px;
}
/*.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-cart
{
    float: none;
    margin-top: 20px;
    display: block;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-cart .price
{
    float: none;
    margin-bottom: 25px;
    overflow: hidden;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-links
{
    float: left;
}*/
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .ratings .rating-box
{
    float: none;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .ratings .rating-links
{
    overflow: hidden;
    margin-top: 15px;
}
}

@media only screen and (min-width: 768px) and (max-width: 850px) { 
    
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-cart
{
    float: none;
    margin-top: 20px;
    display: block;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-cart .price
{
    float: none;
    margin-bottom: 25px;
    overflow: hidden;
}
.catalog-product-view .main .col-main .product-view .product-essential .product-shop .add-to-box .add-to-links
{
    float: none;
}
    
}


/* Tablets */
@media only screen and (min-width: 768px) and (max-width: 959px) { 
    
.page .header-container .header_top .links li
{
    margin-left: 8px;
}
.contacts-index-index .col-main #contactForm .fieldset ul.form-list li.fields .field
{
    float: none;
    width: 100%;
}
.contacts-index-index .col-main #contactForm .fieldset ul.form-list li.fields .field:first-child
{
    margin-right: 0;
}
.contacts-index-index .col-main #contactForm .fieldset ul.form-list li div.input-box
{
    width: 100%;
}
.page .header-container .header_top .store_phone
{
    float:none;    
}
.page .header-container .header_top .links
{
    float: none;
}
.page .header-container .header_top .links li
{
    margin-left: 7px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) { 

.catalog-product-view .main .col-main .product-view .product_upper_view .special_product
{
    float: none;
    width: 100%;
    margin-top: 20px;
}
.catalog-product-view .main .col-main .product-view .product-essential
{
    float: none;
    width: 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 850px) { 
.all_Categories .all_cat li
{
    float: left;
    margin-right: 2.68%;
    width: 47.32%;
    display: block;
    margin-bottom: 40px;
}
}

@media only screen and (min-width: 768px){

.page .header-container .header .navbar-default .container-fluid .navbar-header .navbar-brand
{
    display:none;
}
    
}

@media only screen and (max-width: 767px){
    
.page .header-container .header .navbar-default .container-fluid .navbar-header .navbar-brand
{
    display:block;
    float: none;
    text-align: center;
    line-height: 48px;
    height: auto;
    padding: 0;
    text-decoration: none;
}
.catalog-category-view .col-left
{
    width: 100%;
    float: none;
}
.catalog-category-view .col-main
{
    width: 100%;
    float: none;
}
.catalog-category-view .col-main .category-products .products-grid li.item
{
    width: 100%;
}
.catalog-product-view .main .col-main .product-view .product-essential
{
    width: 100%;
    float: none;
    padding: 0;
}
.catalog-product-view .main .col-main .product-view .product_upper_view .special_product
{
    width: 100%;
    float: none;
    overflow: hidden;
    margin-top: 10px;
}
.catalogsearch-result-index .col-left
{
    width: 100%;
    float: none;
}
.catalogsearch-result-index .col-main
{
    width: 100%;
    float: none;
}
.catalogsearch-result-index .col-main .category-products .products-grid li.item
{
    width: 100%;
}
.contacts-index-index .col-main .contact_info
{
    width: 100%;
    float: none;
}
.contacts-index-index .col-main #contactForm .fieldset
{
    float: none;
    width: 100%;
}
.contacts-index-index .col-main #contactForm .fieldset ul.form-list li.fields .field
{
    float: none;
    width: 100%;
}
.contacts-index-index .col-main #contactForm .fieldset ul.form-list li.fields .field:first-child
{
    margin-right: 0;
}
.contacts-index-index .col-main #contactForm .fieldset ul.form-list li div.input-box
{
    width: 100%;
}
.customer-account-edit .col-left,
.customer-account-index .col-left,
.customer-address-form .col-left,
.sales-order-history .col-left,
.sales-billing-agreement-index .col-left,
.sales-recurring-profile-index .col-left,
.review-customer-index .col-left,
.tag-customer-index .col-left,
.wishlist-index-index .col-left,
.oauth-customer-token-index .col-left,
.newsletter-manage-index .col-left,
.downloadable-customer-products .col-left
{
    width: 100%;
}
.customer-account-index .col-main, 
.customer-account-edit .col-main, 
.customer-address-form .col-main, 
.sales-order-history .col-main, 
.sales-billing-agreement-index .col-main, 
.sales-recurring-profile-index .col-main, 
.review-customer-index .col-main, 
.tag-customer-index .col-main, 
.wishlist-index-index .col-main, 
.oauth-customer-token-index .col-main, 
.newsletter-manage-index .col-main, 
.downloadable-customer-products .col-main 
{
    width: 100%;
}




}

@media only screen and (min-width: 550px) and (max-width: 1150px) { 
.home_static_link div
{
    margin-bottom: 25px;
    width: 33.33%;
}
}
@media only screen and (min-width: 400px) and (max-width: 549px) { 
.home_static_link div
{
    margin-bottom: 25px;
    width: 49.65%;
}
}
@media only screen and (max-width: 399px) { 
.home_static_link
{
    padding-left:0;
    text-align: center;
}
.home_static_link div
{
    margin-bottom: 25px;
    width: 100%;
}
}

@media only screen and (min-width: 851px) and (max-width: 1050px) { 
.all_Categories .all_cat li .cat_image
{
    height:220px;
}

.page .header-container .header .header_right {
    overflow: hidden;
    width: 100%;
}
}


@media only screen and (max-width: 640px) { 
.customer-account-index .my-account .col2-set .col-1
{
    width: 100%;
    margin-bottom: 20px;
}
.customer-account-index .my-account .col2-set .col-2
{
    width: 100%;
}
.page .header-container .header .login_cart ul li .mini_cart
{
    top: 318px;
}
.checkout-cart-index .col-main .cart .cart-collaterals .totals
{
    width: 100%;
    margin-top: 30px;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set
{
    width: 100%;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 #discount-coupon-form
{
    width: 100%;
    margin-bottom: 30px;
}
.checkout-cart-index .col-main .cart .cart-collaterals .col2-set .col-2 .shipping
{
    width: 100%;
}
}


@media only screen and (min-width: 768px) and (max-width: 1200px)
{
.customer-account-index .col-left .block-account .block-content h2, 
.customer-account-edit .col-left .block-account .block-content h2, 
.customer-address-form .col-left .block-account .block-content h2, 
.sales-order-history .col-left .block-account .block-content h2, 
.sales-billing-agreement-index .col-left .block-account .block-content h2, 
.sales-recurring-profile-index .col-left .block-account .block-content h2, 
.review-customer-index .col-left .block-account .block-content h2, 
.tag-customer-index .col-left .block-account .block-content h2, 
.wishlist-index-index .col-left .block-account .block-content h2, 
.oauth-customer-token-index .col-left .block-account .block-content h2, 
.newsletter-manage-index .col-left .block-account .block-content h2, 
.downloadable-customer-products .col-left .block-account .block-content h2
{
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1000px) { 

.page .header-container .header .navbar-default
{
    width: 70%;
}
.page .header-container .header .header_right
{
    overflow: hidden;
    width: 100%;
}
.page .header-container .header .search
{
    width: 54%;
}
.page .header-container .header .search .form-search input.input-text
{
    width: 100%;
}
.page .header-container .header .login_cart ul li .mini_cart
{
    top: 173px;
}
}

/*
@media only screen and (min-width: 1500px) and (max-width: 1799px){

.all_Categories .all_cat li .cat_image
{
    height:350px;
}
.all_Categories .all_cat li a img
{
    max-height: 350px;
}
    
    
}

@media only screen and (min-width: 1800px) and (max-width: 2000px){
.all_Categories .all_cat li .cat_image
{
    height:350px;
}
.all_Categories .all_cat li a img
{
    max-height: 350px;
}
    
    
}
*/
@media only screen and (min-width: 2001px){
.all_Categories .all_cat li .cat_image
{
   /* height:450px;*/
}
.all_Categories .all_cat li a img
{
    /*max-height: 450px;*/
}
    
    
}



.addthis_toolbox.addthis_default_style.addthis_32x32_style {
    float: right;
    width:246px
}




/*crosssell products(OLD) are starts here */

/*Cross sell products*/
/*

.crosssell h2{
	color: #a8a817;
    font-family: OpenSansLight;
    font-size: 16px;
    line-height: 43px;

     border: 1px solid #e8e8e8;
    border-radius: 4px;
    height: 47px;
   text-align: center;
    padding-left: 10px;
    font-weight: bold;

}


#crosssell-products-list{
	border: 1px solid #e8e8e8;
    border-radius: 4px;
     padding: 10px 10px 15px 10px;
     text-align: center;

}

#crosssell-products-list > li{

 font-family: OpenSansRegular;
	
}

#crosssell-products-list > li.odd{

	padding-bottom: 15px;
	margin-bottom: 15px;	
	border-bottom: 1px solid #e8e8e8;
}

#crosssell-products-list > li.last{
	border-bottom: none!important;
}

*/

/*crosssell products are ends here */


#crosssell-products-list{	
    border-radius: 4px;
     padding: 10px 10px 0px 10px;
     text-align: center;
     overflow: hidden;


}



#crosssell-products-list > li{
	font-family: OpenSansRegular;
	padding-bottom: 15px;
	margin-bottom: 15px;	
	border-right: 1px solid #e8e8e8;
	width: 25%;
	float: left;
	padding-right: 1%;
	padding-left: 1%;
}

#crosssell-products-list > li:last-child{
	border-right: none!important;
	padding-right: 0;
}


.base-price{ /*background:#e8e8f1;*/ font-weight: bold;  padding:0px 4px; text-align:center; }
.base-price .price{ font-weight: bold; color:#afaf24}
.layer-pack-info{  text-align: center; margin-top:5px; font-size: 10px; }

.perProductPrice {
    color: #afaf24!important;
    float: right;
    font-weight: normal!important;
}


/*carousellite css
.common-title {
    clear: both;
    color: #003a57;
    font-size: 18px;
    height: 60px;
    line-height: 63px;
    text-align: center;
    text-transform: uppercase;
}*/
.carousel {
    height: 100px;
    margin: 5px 0 0;
    position: relative;
}

.happy_customers {
    margin: 0 auto;
    width: 97% !important;
    z-index: 120 !important;
}
.happy_customers ul {
    margin: 0 auto !important;
}
.happy_customers li {
    text-align: center;
    width: 205px !important;
}
.happy_customers li a {
    display: block;
    font-size: 0;
    text-align: center;
    width: 100%;
}
.happy_customers li a img {
    display: block;
    height: 60px;
    margin: 0 auto;
}
.h_customer .caro-next-prev button {
    top: 15px;
}

.happy_customers {
    margin: 0 auto;
    width: 95% !important;
    z-index: 120 !important;
}
.happy_customers ul {
    margin: 0 auto !important;
}
.happy_customers li {
    text-align: center;
    width: 210px !important;
}
.happy_customers li a {
    display: block;
    font-size: 0;
    text-align: center;
    width: 100%;
}
.happy_customers li a img {
    display: block;
    height: 60px;
    margin: 0 auto;
}


.caro-next-prev button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    height: 36px;
    position: absolute;
    top: 35px;
    width: 25px;
    z-index: 100;
}
.caro-next-prev button.customer_next, .caro-next-prev button.next {
    background: url("https://www.ozepac.com.au/skin/frontend/default/ozepac/images/vendors/nextarrow.png") no-repeat scroll center -38px rgba(0, 0, 0, 0);
    font-size: 0;
    right: 0 !important;
    z-index: 121;
}
.caro-next-prev button.customer_next:hover, .caro-next-prev button.next:hover {
    background: url("https://www.ozepac.com.au/skin/frontend/default/ozepac/images/vendors/nextarrow.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
}
.caro-next-prev button.customer_prev, .caro-next-prev button.prev {
    background: url("https://www.ozepac.com.au/skin/frontend/default/ozepac/images/vendors/previousarrow.png") no-repeat scroll center -38px rgba(0, 0, 0, 0);
    font-size: 0;
    left: 0 !important;
    z-index: 121;
}
.caro-next-prev button.customer_prev:hover, .caro-next-prev button.prev:hover {
    background: url("https://www.ozepac.com.au/skin/frontend/default/ozepac/images/vendors/previousarrow.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
}



/*view page*/

.webforms-contact-form .buttons-set{

	margin:0;
	padding: 0;
	width: 530px;
	border-top: none;
}
.webforms-contact-form .buttons-set button.button{
	width:100px;
}

.webforms-contact-form .buttons-set p.required{
	margin:0 !important;

}

.webforms-fields-ticket_id{
visibility: hidden;

}

.checkout-onepage-success .page-title{
margin:0;
padding-bottom: 10px;
border-bottom: 1px solid #e8e8e8;

}

/*
.navbar-header{
	display: none;
}*/

.quantity_box_button_up   { margin:0; cursor:pointer; width:10px; height:9px; float: left; border: none; background-color: transparent; background-image: url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/qtright.png); background-repeat: no-repeat; background-position: bottom center; margin: 14px 0 0 -20px; }
.quantity_box_button_down { float: left;  cursor:pointer; width:10px; height:9px; border: none; background-color: transparent; background-image: url(https://www.ozepac.com.au/skin/frontend/default/ozepac/images/qtleft.png); background-repeat: no-repeat; background-position: bottom center; margin: 14px 0 0 ; }

.quantity_box_button_up:hover,
.quantity_box_button_down:hover { background-position: top; }

.short-description br {
    display: none;
}

/*for home top description
start*/
.home-desc {
    width: 81.5%;
    margin: 0 auto;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    margin-top: 15px;
    position:  relative;
    right: 5px;
    margin-bottom: 20px;
}

.home-desc > p {
    padding: 16px 7px;
    text-align: justify;
    margin-bottom: 0px;
}
/*end*/
/**
 * 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@magentocommerce.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.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.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(https://www.ozepac.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(https://www.ozepac.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(https://www.ozepac.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(https://www.ozepac.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(https://www.ozepac.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(https://www.ozepac.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(https://www.ozepac.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(https://www.ozepac.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(https://www.ozepac.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

#ajaxcartpro-progress{
    border: 1px #999999 solid;
    position: fixed;
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height: 50px;
    min-width: 260px;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/

    border: 2px solid #bc2717;
border-radius: 3px;
border-top: 3px solid #bc2717;
border-right: 2px solid #197eb5;
border-bottom: 3px solid #bc2717;
border-left: 2px solid #197eb5;
}

#ajaxcartpro-add-confirm,
#ajaxcartpro-remove-confirm{

   /* border: 2px solid rgb(188, 39, 23);
    border-radius: 8px;*/
    
    position: fixed;
    border: 1px #999999 solid;
    text-align: center !important;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:20px;
    min-width: 260px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
    border: 2px solid #bc2717;
    border-radius: 3px;
    border-top: 3px solid #bc2717;
    border-right: 2px solid #197eb5;
    border-bottom: 3px solid #bc2717;
    border-left: 2px solid #197eb5;
}

.ajaxcartpro-box-hide{
   display:none;
}

.ajaxcartpro-box-show{
display:block;
border-top: 1px solid #197eb5;
border-right: 1px solid #bc2717;
border-bottom: 1px solid #197eb5;
border-left: 1px solid #bc2717;
border-radius: 0 18px;

}

#ajaxcartpro-add-confirm p,
#ajaxcartpro-remove-confirm p{
    width: 260px;
}

.acp-msg-block{
    font-weight:bold;
    background-image: none;
    padding:0!important;
    min-height:0!important;
    font-size: 12px !important;
    text-align: center;
}

.aw-acp-continue, .aw-acp-checkout, .aw-acp-continue:hover, .aw-acp-checkout:hover{
    padding:0;
    line-height:24px;
    height:24px;
    margin:0 auto;
    display:block;
    font-family:Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration:none;
    cursor: pointer;
}

.aw-acp-continue, .aw-acp-continue:hover{
    color:#333;
    background:url('https://www.ozepac.com.au/skin/frontend/base/default/ajaxcartpro/images/btn_continue_shopping.png');
    width:144px;
}


.aw-acp-checkout, .aw-acp-checkout:hover{
    color:#fff;
    background:url('https://www.ozepac.com.au/skin/frontend/base/default/ajaxcartpro/images/btn_view_cart.png');
    width:164px;
}

#acp-configurable-block #bundle-product-wrapper
{
    z-index: 1000;
}

#acp-configurable-block dl
{
    text-align: left;
    padding-left: 10px;
}

#acp-configurable-block .price
{
    font-size: 14px;
}

#acp-configurable-block .product-name
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#acp-overlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp-product-options
{
    min-width: 180px;
    position: fixed;
    overflow:  auto;
    z-index:1000;
    background-color: white;
    padding: 10px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#acp-product-options .aw-acp-continue,
#acp-product-options .aw-acp-checkout{
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

#acp-product-options .aw-acp-btn-container{
    margin: 5px auto 5px auto;
    padding-left: 10px;
}

#acp-product-options .giftcard-send-form{
    margin: 0;
}

#acp-product-options .product-options dt label.required em {
    color: #EB340A;
    margin-left: 5px;
}

#acp-product-options #product-options-wrapper
{
   margin:0;
    text-align:center;
    padding: 14px;
text-align: center;
padding: 14px;
border: 2px solid #bc2717;
border-radius: 2px;
border-top: 1px solid #bc2717;
border-right: 1px solid #197eb5;
border-bottom: 1px solid #bc2717;
border-left: 1px solid #197eb5;

}
.map-popup
{
    z-index: 1001 !important;
}

@media screen and (max-width: 410px) {

    .aw-acp-btn-container a{
        margin-top: 10px;
    }
}
/**
 * aheadWorks Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://ecommerce.aheadworks.com/LICENSE-M1.txt
 *
 * @category   AW
 * @package    AW_Ajaxcatalog
 * @copyright  Copyright (c) 2011 aheadWorks Co. (http://www.aheadworks.com)
 * @license    http://ecommerce.aheadworks.com/LICENSE-M1.txt
 */ 

.awac-button {
    height: 40px;
    position: relative;
    text-align: center;
}

.awac-button  .button-label-container {
    height: 30px;
    left: 50%;
    position: absolute;
    width: 320px;
}

.awac-button .button-label {
    background: url("https://www.ozepac.com.au/skin/frontend/default/default/awajaxcatalog/images/button-bkg.png") repeat-x scroll 0 2px #EEEEEE;
    border-color: #CCCCCC #999999 #999999 #CCCCCC;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    height: 26px;
    left: -50%;
    margin-top: 4px;
    padding-top: 3px;
    position: absolute;
    text-align: center;
    width: 320px;
}

.awac-button.hidden * {
    display: none;
}

.awac-button .button-label span {
    font-size: 14px;
}

.awac-button .button-label span.loading {
    display: none;
}

.awac-button .button-label.loading span.loading {
    display: block;
}

.awac-button .button-label.loading span.label {
    display: none;
}

.robot-link {
    position: absolute;
    left: -1000px;
}

.awac-loader {
    text-align: center;
}

.awac-loader .loader-label {
    display: none;
}

.awac-loader  .loader-label.loading {
    display: block;
}

.awac-loader .loader-label img.loading {
    background: url("https://www.ozepac.com.au/skin/frontend/default/default/awajaxcatalog/images/ajax-loader.gif") no-repeat scroll 0 0 transparent;    
    width: 16px;
    height: 16px;
}

/* 'Back to Top' button */
#awac-back-to-top,
#awac-back-to-top.visible {
    display: none;
}

#awac-back-to-top {
    position: fixed;
    top: 20px;
    cursor: pointer;
    padding: 3px 17px 3px 17px;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #fff;
    background: none repeat scroll 0 0 #406A83;

    border: solid 1px #000;
}

#awac-back-to-top.visible {
    display: inline;
}

.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;

}




.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    color:#616161;
}

.postContent {
    padding-bottom: 10px;
}


.postContent a{

color: #a8a817;
}
.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://www.ozepac.com.au/skin/frontend/base/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}


 .blog-index-list .toolbar, .blog-post-view .toolbar {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    margin-bottom: 15px;
    overflow: hidden;
    padding:5px 10px;
}

.blog-index-list .sorter, .blog-post-view .sorter{

    border:none!important;
}

.blog-index-list .sorter .sort-by label, .blog-post-view .sorter .sort-by label {
    color: #616161;
    font-family: OpenSansRegular;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    text-transform: capitalize;
}

.blog-index-list .breadcrumbs a, .blog-post-view .breadcrumbs a {
    color: #a7a7a7;
    font-family: OpenSansRegular;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.blog-index-list .breadcrumbs ul li strong, .blog-post-view .breadcrumbs ul li strong {
    color: #616161;
    font-family: OpenSansRegular;
    font-size: 12px;
    font-weight: normal;
}

.blog-index-list .postTitle a, .blog-post-view .postTitle a{

     color: #a8a817;
    font-family: OpenSansLight;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}
/**
 * MageApps
 *
 * @Author	MageApps  
 * @Category	Extension 
 * @package   	MageApps_SuperCheckout
 * @Version		2.1
 * @copyright 	Copyright (c) 2012 MageApps (http://www.mageapps.com)
 * @license   	Please read license.txt included on your extension package.
 */


.twitter-index-index {}
.twitter-index-index .main-container .page-title { margin-bottom:0; }
.twitter-index-index .main-container .product-view { *zoom:1; }
.twitter-index-index .main-container .product-view:after { content:'.'; clear:both; overflow:hidden; height:0; }
.twitter-index-index .main-container .product-view { }
.twitter-index-index .main-container .product-left { float:left; width:150px; text-align:center; }
.twitter-index-index .main-container .product-right { margin:0 0 0 150px; padding:30px 0 0; }
.twitter-index-index .main-container .product-right .product-name h1 { font-size:32px; }

.twitter-index-index .main-container .twitterpage-content { zoom:1; }
.twitter-index-index .main-container .twitterpage-content:after { content:'.'; clear:both; overflow:hidden; height:0; }
.twitter-index-index .main-container .twitterpage-content-left { float:left; width:500px; }
.twitter-index-index .main-container .twitterpage-content-right { margin:0 0 0 500px; }

.color-blue {color:#8097B3;}
@media all and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	html, body { height:100%; }
	.ipad-index-index .main-container .twitter-content-left { float:left; width:530px; }
	.ipad-index-index .main-container .twitter-content-right { margin:0 0 0 540px; }
}
@media all and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	html, body { height:100%; }
	.ipad-index-index .main-container .twitter-content-left { margin:0 0 10px; }
	.ipad-index-index .main-container .twitter-content-right {  }
}

.ipad-index-index { background: #EEF0FD; background:-moz-linear-gradient(top, #EEF0FD 0%, #FFFFFF 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEF0FD), color-stop(100%,#FFFFFF)); }
.ipad-index-index .page { padding:0; width:auto; }
.ipad-index-index .main-container { }
.ipad-index-index .main-container .main { padding:40px 50px 10px; }
.ipad-index-index .main-container .twitter-content,
.ipad-index-index .main-container .product-view { *zoom:1; }
.ipad-index-index .main-container .twitter-content:after,
.ipad-index-index .main-container .product-view:after { content:'.'; clear:both; overflow:hidden; height:0; }
.ipad-index-index .main-container .twitter-content-left { float:left; width:530px; }
.ipad-index-index .main-container .twitter-content-right { margin:0 0 0 540px; }
.ipad-index-index .main-container .product-view { }
.ipad-index-index .main-container .product-left { float:left; width:214px; text-align:center; }
.ipad-index-index .main-container .product-right { margin:0 0 0 240px; padding:30px 0 0; }
.ipad-index-index .main-container .product-right .product-name h1 { font-size:32px; }
.ipad-index-index .main-container .product-right .std { font-size:17px; line-height:1.7; }
.twitter-share-button{  
    display: block;    
    padding: 10px;
    position: relative;   
    clear:both;
}
/**
 * YouAMA.com
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA that is bundled with this package
 * on http://youama.com/freemodule-license.txt.
 *
 /****************************************************************************
 *                      MAGENTO EDITION USAGE NOTICE                         *
 ****************************************************************************/
 /* This package designed for Magento Community edition. Developer(s) of
 * YouAMA.com does not guarantee correct work of this extension on any other
 * Magento edition except Magento Community edition. YouAMA.com does not 
 * provide extension support in case of incorrect edition usage.
 /****************************************************************************
 *                               DISCLAIMER                                  *
 ****************************************************************************/
 /* Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future.
 *****************************************************
 * @category   Youama
 * @package    Youama_Ajaxlogin
 * @copyright  Copyright (c) 2012-2013 YouAMA.com (http://www.youama.com)
 * @license    http://youama.com/freemodule-license.txt
 */

.youama-ajaxlogin-cover { display:none; background:#fff; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity = 50); left:0; top:0; width:100%; height:100%; float:left; position:fixed; z-index:9997; }
.youama-showhideme { display:none; }

.youama-register-window { 
    display:none; width:400px; background-color:#fff; position:fixed; margin-top:0; top:150px; left:50%; margin-left:-200px; z-index:9998; 
    border-radius:5px; -o-border-radius:103px; -ms-border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; 
    box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
}

.youama-login-window { 
    display:none; width:400px; background-color:#fff; position:fixed; margin-top:0; top:300px; left:50%; margin-left:-200px; z-index:9998; 
    border-radius:5px; -o-border-radius:103px; -ms-border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; 
    box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
}

.youama-window-outside { margin:20px; position:relative; }
.youama-close { right:0; top:0; width:32px; height:32px; cursor:pointer; position:absolute; }
.youama-window-title h3 { margin:0; color:#e76200; }
.youama-window-box { }
.youama-window-subtitle p { margin:20px 0 0 0; float:left; width:100%; font-size:14px; font-weight:bold; color:#aaa; }
.youama-window-box .input-fly { padding:5px 0; float:left; width:100% }
.youama-window-box .input-fly label { font-size:14px; float:left; width:50%; line-height:26px; }
.youama-window-box .input-fly input { font-size:14px; float:right; padding:3px; color:#707070; }
.youama-ajaxlogin-error { float:right; width:200px; color:#eb340a; }
.err-licence { float:left; }
.err-newsletter { float:left; }
.youama-window-box .input-fly-checkbox input { float:left; margin:7px 7px 0 0; }
.youama-window-box .input-fly-checkbox label { font-size:12px; width:auto; }
.youama-window-box .input-fly .youama-ajaxlogin-error { text-align:right; }
.youama-window-box .input-fly-checkbox .youama-ajaxlogin-error { text-align:left; float:left; }
.youama-window-box .box-contents { float:right; margin-bottom:20px; }
.youama-window-box .box-contents-button { width:100%; margin-top:20px; }
.youama-window-box .box-contents-button button { float:right; }
.youama-window-box .youama-forgot-password { float:left; margin-top:10px; }

.youama-ajaxlogin-loader { background-image:url('https://www.ozepac.com.au/skin/frontend/base/default/images/youama/ajaxlogin/loader.gif'); background-repeat:no-repeat; background-position:center center; width:220px; height:20px; position:fixed; display:none; margin-left:-110px; margin-top:-10px; top:35%; left:50%; z-index:9999; }

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
    border: 4px solid #888;
    margin:-4px;	/* Set this to minus the border thickness. */
    background-color:#fff;
    cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
    font-family:Arial, Helvetica, sans-serif;
    position:absolute !important;
    background-color:#000;
    color:#fff;
    padding:3px;
    width:100%;
    text-align:center;
    font-weight:bold;
    font-size:10px;
    top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
    border:4px solid #ccc;
    overflow:hidden;
    background-repeat:no-repeat;
    background-color:#fff;
    background-position:left top;
}

/* This is the loading message. */
.cloud-zoom-loading {
    color:white;
    background:#222;
    padding:3px;
    border:1px solid #000;
}

.product-view .product-img-box .product-image-zoom {
    overflow:visible;
}


/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(https://www.ozepac.com.au/skin/frontend/default/default/images/lightbox/close.png) url(https://www.ozepac.com.au/skin/frontend/default/default/images/lightbox/loading.gif) url(https://www.ozepac.com.au/skin/frontend/default/default/images/lightbox/prev.png) url(https://www.ozepac.com.au/skin/frontend/default/default/images/lightbox/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://www.ozepac.com.au/skin/frontend/default/default/images/lightbox/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(https://www.ozepac.com.au/skin/frontend/default/default/images/lightbox/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(https://www.ozepac.com.au/skin/frontend/default/default/images/lightbox/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://www.ozepac.com.au/skin/frontend/default/default/images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

