/*****************************************
* CSS taken from kwikkopy.com.au 
*****************************************/
html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#container {
  display:block;
  width:760px;
  margin:0px auto;
  text-align:left;
  border:1px solid #cccccc;
  background-color: #fff;
  position:relative;
}

#header{
	background-color: #df001b;
	width:760px;
	height:113px;
}

#header1{
	background-image: url(/skin/default/assets/i_p-toprpt.gif);
	width:500px;
	height:87px;
	float:left;
}

#header2{
	background-image: url(/skin/default/assets/i_p-toprpt.gif);
	width:260px;
	height:87px;
	float:right;
}

#nav {
	background: #EFEFEF url(/skin/default/assets/i_p-menurptbg.gif);
	float:left;
	width:760px;
	height:24px;
	font-weight:bold;
}

#nav ul {
  margin:0;
  padding:0 15px;
  list-style:none;
}
  
#nav li {
  float:left;
  margin:0;
  padding:0;
  line-height:normal;
  text-indent:0;
  float:left;
  margin:3px 1px;
  border: solid #CCC;
  border-width:1px;
  color: Black;
  white-space:nowrap;
  background:url(/skin/default/assets/i_bg-off.gif) repeat;
}  
 
#nav ul li a, #nav strong {
  display:block;
  padding:2px 6px;

}  
  
#nav #c strong, #nav #c a {
  background:url(/skin/default/assets/i_bg-on.gif) repeat;
  border:1px solid gray;
}
  
#nav ul li a:hover {
  background:url(/skin/default/assets/i_bg-on.gif) repeat;
  border-color:#999;
}
#nav img {
	padding: 1px 6px;
}  


#storetext {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 3px 0 0;
	color: #FFFFFF;
	text-align: right;
}	 

#search{
	position:absolute;
	top:88px;
	left:620px;
	width:130px;
	background: url(/skin/default/assets/i_p-searchgrad.gif) no-repeat top left;
	padding-left:20px;
}

#frontpanel{
	background: url(/skin/default/assets/i_splash-frontpanel.gif) repeat;
	width:760px;
	padding-top:12px;
	height:151px;
	text-align: center;
	clear:both;
}

#content{
	border-bottom-width : 0px;
	width:760px;
	clear:left;
}

.breadcrumb {
	padding		:	2px;
	clear			:	left;
}

#panels{
	display: block;
  	width:754px;
	clear:all;
	padding: 5px 0px 0px 7px;
	height:auto;
}

#panels .subpanel{
	margin:2px;
	float:left;
	width:70%;
	height:80%;
	overflow: visible;
	padding:0px;
	border:1px solid #D3D3D3;
}
#panels .homepanel{
	margin:2px;
	float:left;
	width:180px;
	overflow: visible;
	padding:0px;
	border:1px solid #D3D3D3;
}
#panels .navpanel{
	margin:2px;
	float:left;
	width:180px;
	overflow: visible;
	padding:0px;
	border:1px solid #D3D3D3;
}

.subpanel-text{
	margin:0px;
	padding:6px;
	height:90px;
	font-size: 12px;
}

.subpanel-more{
	text-align: right;
}

#footer{
	background: url(/skin/default/assets/spacer.gif) no-repeat bottom;
	height:30px;
	width:760px;
	text-align: center;
	clear: both;
	margin-top:0px;
	padding-top:8px;

}

body{
	background-color: #F1F1F1;
	font-family:Verdana,Arial,Helvetica;
}

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

td{
	vertical-align: top;
}

p{
	margin-top: 5px;
}

a:link{
	color:Black;
	text-decoration:underline;
}
a:visited{
	color:Black;
	text-decoration:underline;
}
a:hover{
	color:#EB0000;
	text-decoration:underline;
}

 ul,p,td,#content{
	font-size	:	10px;
}

#content li{
	list-style-image:url(/skin/default/assets/i_p-li.gif);
	color:Black;
	font-size:10px;
	line-height:14px;
	margin-top:0px;
	padding-top:0px;
	top:0px;
	font-weight: normal; 
}

#content ul { font-weight: bold; 
}


.breadcrumb{
	color:#999;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
}


.red{
	color	:	#F90000;
}

#view-container .view-document {
	margin			: 		0 0 10px 0;
	width				:		75%;
	padding			:		5px;
	border-bottom	:		1px solid #ccc;
}
	
#view-container .view-document-detail{
	text-align: right;
	font-size: 80%;
}
	
.search-results-navigation{
	text-align:right;
}

#frontpanel img{
	border:0px;
}

/*****************************************
* Additional CSS for direct.kwikkopy.com.au
* 
* Author: 	Nathan Bocskay
* Company: 	D2P Pty. Ltd. 
* http://www.d2p.com.au/
*
* Date: 	20 January 2005
* Version:	1.0.0
* Revision: -none- 
*****************************************/

/* ================================================================== */
/*  Form layout and display parameters 							  	  */
/* ================================================================== */


/**
 * These HTML re-definitions just remove
 * the default spacing that often occurs.
 */
FORM {
	margin: 0px;
	padding: 0px;
}

FORM INPUT,
FORM SELECT,
FORM TEXTAREA {
	padding: 0px;
	margin: 0px;
}


/**
 * In D2P skin, this is more accurately a "form-group";
 * Used to divide a form page into related groups of fields,
 * typically with a heading, such as "User Details" or "Address Details".
 */
div.form {
	padding: 5px;
	margin: 0px auto;
	margin-bottom: 5px;
	min-width: 250px;
	width: 90%;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 10pt;
}

div.list h4,
div.form h4 {
	margin: 0px;
	border: none;

	background-color: #FFCCCC;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding-bottom: 4px;
	}

/**
 * Specifies the form group headings,
 * such as "User Details", "Address Details", etc.
 */
div.list h6,
div.form h6 {
	padding: 0px 0px 2px 5px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

/**
 * Specifies a form-field row (typical usage).
 */
div.row {
	clear: both;
	padding: 2px;
	width: auto;
	margin-bottom: 1px;
	
	
	/* Default font specification. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	text-decoration: none;
	color: #000000;
	}
	

/**
 * Actions panel and associated anchors, etc... 
 */
div.actions {
	background-color: #FFF3F3;
	padding: 5px;
	}
/* Slight changes for when Actions panel is used within a list or form. 
div.list div.actions,
div.form div.actions {
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
}
*/
div.actions a,
div.actions a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	font-weight: bold;
	color: #000000;	}
div.actions a:hover {
	color: #FF0000;
	}
div.actions a:active {
	color: #ff0000;
	}
	
/**
 * Style the left|right content split in actions panel.
 */
div.actions {
	height: 25px; /* This is a hack to ensure actions panel displays correctly. */
	}	
span.left {
	float: left;
	text-align: left;
	color: #FF0000;
	padding: 0 0 0 0;
	}
span.right {
	float: right;
	text-align: right;
	}
	
	
/**
 * Container for row content.
 * This style is extended by specific SPANs, as defined below.
 */
div.row span {
	margin: 0px;
	padding: 0px;
	width: auto;
	
	}


/* Debugging for each element in row.
div.row span {
	border: 1px solid #FF3333;
}*/


/**
 * Definition used for displaying non-editable text.
 */	
div.row span.display {
	text-align: left;
	  
	font-size: 10px;
	font-weight: 400;
	}


/**
 * Definition (typically) used for displaying form-field labels.
 */	
div.row span.label {
	float: left;
	width: 100px;	
	text-align: right;
	padding-right: 5px;
	}

/**
 * Definition for form input-fields ('w' for widget!).
 */	
div.row span.formw {
	padding-left: 5px;
	text-align: left;
	}

/**
 * Configure error messages to display immediately above input field.
 */
div.row span.message {
	display: block;
	text-align: left;

	padding-left: 10px;

	color: #990000;
	line-height: 21px;
}

/**
 * Specifies 2-column page content layout.
 *
 * NOTE: Don't change these!
 */

div.panel {
	width: auto;
	display: inline;
	}
div.panel div.block {
	width: 49%;
	}
div.panel div.block#leftcol {
	float: left;
	}
div.panel div.block#rightcol {
	float: right;
	}
div.panel div.block#foot {
	clear: both;
	}
/**
 * Button on store home page
 *

span.button a, 
div.button a{
 	align: center;
 	border: 1px solid #FF0000;
 	padding: 10px 10px 10px 10px;
 	color: #000000;
 	background: #ffffff;
    text-decoration:none;
    font-size: 12pt;
    font-weight: bold;
 }
span.button a:hover,
div.button a:hover {
 	background: #FF0000;
 	color: #FFFFFF;
 }
  */	
  
 /**
 * Dynamically applied list (table) styles.
 */
tr.ruled {
	background-color:#FFFFFF;
	}
tr.odd{
	background-color:#ffffff;
	}
tr.even{
	background-color:#f5f5f5;
	}

/**
 * Big Red in-line buttons
*/
	
a.inline-button {
   width:12em;
   font: bold 10pt Verdana, sans-serif;

   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #FFFFFF;
   color: #FF0000;
   align: center;
   padding: 3px 0px 3px 0px;
   }
a.inline-button em {
   width:12em; 
   cursor:hand;
   font-style: normal;
   background: #FF0000;
   color: #FFFFFF;
   padding: 3px 3px 3px 3px;
   text-decoration: none;  
   }
a.inline-button span {
  width:1em; 
  cursor:hand;
  padding: 3px 3px 3px 3px; 
  text-decoration: none;
   }

a.inline-button:hover {
   text-decoration: none;
   background: #FF0000;
   color: #FFFFFF;
   }
a.inline-button:hover em{
   background: #FF0000;
   color: #FFFFFF;
   text-decoration: none;   
   }
a.inline-button:visited em {
   text-decoration: none;   	
}
a.inline-button:visited {
   text-decoration: none;
}   
input,textarea,select {
	background: #fff url(/skin/default/assets/bg_input.gif) repeat-x 0 1px;
	border: 1px solid #888;
	padding: 3px 0;
	margin: 0;
}
input:focus,textarea:focus {
	border-color: #3990ed;
}   	