*
{
    margin: 0;
    padding: 0;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5
{
    font-size: 100%;
    font-weight: normal;
}
ul, ol
{
    list-style: none;
}
img
{
    border: 0;
    vertical-align: middle;
}
a, a:link, a:visited
{
    color: #F15405;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}

a, input
{
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
}

textarea
{
    border: 1px solid #CCC;
    font: 12px/20px Arial;
    padding: 2px 3px;
}

body
{
    off-background: url("http://vfk.au/graphics/templates/template24/images/bg2.jpg") no-repeat scroll center top #B8B5AC;
    color: #707070;
    font: 12px/20px Tahoma,Geneva,sans-serif;
}
ul, ol, li
{
    list-style: none;
}



/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(/graphics/templates/template24/images/loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	display:none;
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/graphics/templates/template24/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/graphics/templates/template24/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.header
{
    background: url("http://vfk.au/graphics/templates/template24/images/top_panel_bg.gif") repeat-x scroll 0 0 transparent;
    height: 188px;
    padding-top: 8px;
}

.header .wrapper
{
    background: url("http://vfk.au/graphics/templates/template24/images/header_bg.png") repeat scroll 0 0 transparent;
    margin: 0 auto;
    height: 176px;
    width: 950px;
    position: relative;
}
#logo
{
    left: 20px;
    position: absolute;
    top: 45px;
}

#logo a
{
    background: url("http://vfk.au/graphics/templates/template24/images/logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 80px;
    text-indent: -400em;
    width: 300px;
}

.header  .menu
{
    position: absolute;
    right: 0;
    top: 15px;
}

.header  .menu li
{
    border-right: 1px solid #555555;
    float: right;
    padding: 0 20px;
}
.header .menu li.last
{
    border: none;
}
.header .menu li a
{
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
}

.header .menu li a.active
{
    color: #F15405;
}

#search
{
    background: url("http://vfk.au/graphics/templates/template24/images/prod_search_bg.png") no-repeat scroll 0 0 transparent;
    height: 73px;
    position: absolute;
    right: 15px;
    top: 60px;
    text-align: right;
    width: 340px;
}

#search form input[type="text"]
{
    background: url("http://vfk.au/graphics/templates/template24/images/search_input_bg.png") no-repeat scroll 0 0 transparent;
    color: #3E3E3E;
    float: left;
    font: bold 12px Tahoma,Geneva,sans-serif;
    height: 24px;
    margin: 14px 0 0 14px;
    padding: 8px 5px 0 12px;
    width: 255px;
    border: none;
}

#search input[type="submit"]
{
    background: url("http://vfk.au/graphics/templates/template24/images/search_btn.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    float: right;
    height: 32px;
    margin: 14px 12px 0 0;
    text-indent: -400em;
    width: 42px;
}

#search .tablelink
{
    padding-right: 12px;
	line-height:28px;
}

a.tablelink
{
    color: #F15405;
    text-decoration: none;
}

#categories
{
    bottom: 0;
    left: 10px;
    position: absolute;
    width: 940px;
}
#categories li
{
    float: left;
    margin: 0 2px;
    text-align: center;
	position:relative;
}

#categories li ul{
	position:absolute;
	display:none;
}
#categories li:hover ul{
	display:block;
}
#categories li ul li
{
	 float: none;
      margin: 0;
}
#nav_ctg_box UL LI UL{
padding:0;
z-index: 99999;
}
#categories li ul li a
{
border-radius:0;
width:119px;

background: #FD9404;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

#categories li:hover a{
background:#000;
}
#categories li:hover ul li a{
background: #FD9404;
}

#categories li ul li a:hover,#categories li:hover  ul li a:hover{
	background:#000;
}

#categories li a
{
    background: none repeat scroll 0 0 #F15405;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-weight: bold;
	width:119px;
    padding: 5px 16px;
}

#body_table
{
    margin: 0 auto;
    width: 950px;
}
#sidebar
{
    float: left;
    padding-right: 10px;
    width: 250px;
}

#sidebar .box
{
margin-bottom: 5px;
}

#sidebar .box .hd,#sidebar .box h2
{
    background: url("http://vfk.au/graphics/templates/template24/images/side_250_hdr.png") no-repeat scroll 0 0 transparent;
    padding-left: 15px;
    height: 30px;
    width: 250px;
    color: #FFFFFF;
    font: bold 16px/28px Tahoma,Geneva,sans-serif;
    text-decoration: none;
}
#sidebar .box .bd ,#sidebar .box  .box-content
{
    background: url("http://vfk.au/graphics/templates/template24/images/250_cont_bg.png") no-repeat scroll center bottom transparent;
    padding: 15px;
    width: 220px;
}

#main
{
    float: left;
    width: 688px;
}

#container{
width:100%;
}
#main_col
{
    padding: 10px;
    background:#FFF;
    min-height: 420px;
    }
#search_box{
margin:0;
padding:0;
}

.cart_status_heading{
display:none;
}

#middle_column{
padding: 20px 5px 20px 10px;
}
#slider{
    margin: 0 auto;
    width: 940px;
}
#header td{
vertical-align:top;
}

.box-white{
}
.contentbox-white{
 border: 1px solid #CCCCCC;
    margin: 5px;
    padding: 20px;
    text-align: center;
}
.featured_item_desc{
display:none;
}
.featured_item_name{
color: #004A80;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
}
.featured_item_price{
background: none repeat scroll 0 0 #F15405;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;

}

.product-item {
    border: 1px solid #CCCCCC;
    float: left;
    margin: 5px;
    padding: 20px;
    text-align: center;
    width: 150px;
    height: 230px;
}


.product-image-wrapper{
height:150px;
width:150px;
}

.product-image img {
    max-height: 150px;
    max-width: 150px;
}

.product-info-wrapper{
height:94px !important;
}

.product-title{
height:70px !important;
}


.product-title a {
    color: #004A80;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-overflow: clip;
    word-wrap: break-word;
}
.product-price{
background: none repeat scroll 0 0 #F15405;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;

}

.list_heading a{
 display: block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
.global_cross_sell_table{
padding-top:15px;
}
.global_cross_sell_heading{
  font-weight: bold;
    padding: 10px;

}
.global_cross_sell_info{
border: 1px solid #CCCCCC;
    line-height: 25px;
    padding: 10px;
    text-align: center;
}

.global_cross_sell_info img {
max-width: 100px;
max-height: 100px;
}

.item_page_item_img{

}

.item_page_item_img img{ 
width:200px;
}

#sys_cart_status{
margin:0;
padding:0;
}
#sys_cart_status td{
padding:5px;
}
#login_box input{
width:125px;
}
#sys_login_box td{
padding:5px;
}
#login_box{
padding:0;
margin:0;
}
#sys_login_box td.login_box_heading{
padding:0;
}
#login_box_submit{
    background-color: #F15405;
    border: medium none;
    color: #FFFFFF;
    font-family: helvetica;
    font-weight: bold;
    height: auto !important;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    width: auto !important;
}
#nav_ctg_box{
padding:0;
margin:0;
}

#left_column{
padding:6px 0 6px 5px;
}
#middle_column{
  padding: 6px 5px 8px 0;
}

/*--newly added css by liz----*/
.sub_featured_item_style_8 img {
 max-height: 100px;
}

#sub_featured_style_8 img{
 max-height:150px !important;
}

#sub_featured_style_8 div.item_configurations_box{
display: none;
}

#sub_featured_style_8_bottom form{
display:none;
}


/*----- headings and p tag padding------*/

p, .contact_page_table p {
display: block;
margin:3px;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
padding-top: 5px;
}

.contact_page_table, .basket_page_desc_box, search_title_desc_box{
margin-top: 15px;
}

.search_title_desc_box p{
padding:3px 0px;
}

.search_display_table td
{
padding:5px;
}

.login_page_table td+td+td, .checkout_page_table td+td+td
{
padding-left: 10px;
}

.checkout_page_new_cust_table td, .checkout_page_existing_cust_table td{
padding-bottom: 10px;
}

.login_page_box
{
margin-top:15px;
}

.login_page_new_cust_table, .login_page_existing_cust_table{
margin-top:10px;
}

.login_page_new_cust_table p, search_title_box {
margin-top: 0px;
padding-top: 0px;
margin-bottom: 10px;
padding-bottom: 0px;
}

.login_page_existing_cust_table p {
margin-top: 0px;
padding-top: 0px;
margin-bottom: 10px;
padding-bottom: 0px;
}

.basket_page_title_p, .about_page_title_p, .contact_page_title_p, .account-title, .search_title_box_p, .forgot_password_title_p, .list_heading a, .page_title_p  {
background-color: #F15405;
padding-left: 15px;
color: #FFFFFF;
font: bold 16px/28px Tahoma,Geneva,sans-serif;
text-decoration: none;
width: 670px;
height: 30px;
padding-top:0px !important;
margin: -10px -10px 0px -10px !important;
}

.page_desc_box_p{
padding-top: 15px;
}


#list_page, #item_page {
margin-top: 0px !important;
}

.list_heading a{
 padding-bottom: 0px !important;
}

p.list_page_ctg_desc{
padding-top:10px;
}

p.basket_page_desc_p{
padding-bottom: 10px;
}

p.forgot_password_title_p{

}

div.forgot_password_title_desc{
padding-bottom: 10px;
padding-top: 10px;
}