/* SVN FILE: $Id: cake.generic.css 6311 2008-01-02 06:33:52Z phpnut $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 6311 $
 * @modifiedby		$LastChangedBy: phpnut $
 * @lastmodified	$Date: 2008-01-02 00:33:52 -0600 (Wed, 02 Jan 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

/* SVN FILE: $Id:$ */
/**
 *
 * PHP versions 4 and 5
 *
 * phpShop(tm) :  A Simple Shopping Cart <http://www.phpshop.org/>
 * Copyright 1998-2008, 	Edikon Corporation
 *							3455 Peachtree Road Suite 500
 *							Atlanta, Georgia 30326
 *
 * Licensed under The GNU General Public License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 1998-2008, Edikon Corporation
 * @link			http://www.edikon.com/ phpShop(tm) Project
 * @package			phpshop
 * @subpackage		phpshop.app.webroot.css
 * @since			phpShop(tm)
 * @version			$Revision:$
 * @modifiedby		$LastChangedBy:$
 * @lastmodified	$Date:$
 * @license			http://www.opensource.org/licenses/gpl-license.php The GNU General Public License
 */
* {
margin:0;
padding:0;
}

/* General Style Info */
body {
	background-color: #fff;
	color: #000;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:100%;
	padding: 10px;
}

a {
	background-color: inherit;
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	background-color: inherit;
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	background-color: inherit;
	font-weight: normal;
}
h1 {
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

strong {
	font-weight: bold;
}

/* Layout */
#hd {
	font-size: 85%;
}

#hd h1 {
	background: url('../images/logo.jpg') no-repeat center;
	color: #000;
	padding: 5px 10px;
	height: 123px;
}
#hd h1 #title-text{

    font-size: 23px;
    font-weight: bold;
    margin: 74px 28px 0;
    padding: 10px;
    text-align: center;

}


#hd h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}

div.topnav {
	position: absolute;
	top: 30px;
	right: 25px;
	text-align: right;
}

#bd {
	font-size: 77%;
	background-color: #fdfdfd;
	clear: both;
	color: #333;
	margin-top: 5px;

}
#ft {
	font-size: 77%;
	margin-top:20px;
	margin-bottom:50px;
	clear: both;
	padding: 10px 20px;
	text-align: center;
	border-top: 1px solid #eee;
}

#search {
	margin-bottom: 15px;
}

/* Product page images */
#productimages {
	text-align: center;
}

#productimages ul li {
display:block;
float:left;
padding:1em;
margin:0.5em 1em 0.5em 0;
text-align:center;
}

#productimages ul li a {
display:block;
}

#productimages img {
	border: 1px solid #ccc;
}

/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th,td {
	/*borders and padding to make the table readable*/
	border:none;
	padding:.5em;
}
th {
	background-color: #f4f4f4;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
th a {
	display: block;
	padding: .5em;
	text-decoration: none;
}
th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 0.3em;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #efefef;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}
/* END Tables */



/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */

dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 80%;
	margin-bottom: 10px;
}
.altrow {
	background: #f9f9f9;
	border-right: 1px solid #ccc;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	border-top: 1px solid #999;
}
dd {
	margin-left: 12em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
/* All forms have structure:
<fieldset>
  <div class="input">
    <label>Label</label>
    <input>form field</input>
  </div>
...
</fieldset>
*/

.form label,input {
	display: block;
	width: 300px;
	float: left;
	padding: 5px;
}
.form label {
	text-align: right;
	width: 150px;
	padding-right: 20px;
	font-weight: bold;
}
.form div.input {
	clear:left;
}
input, textarea {
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
}
textarea {
	width: 400px;
	height: 200px;
}

.export textarea {
	width: 800px;
	height: 200px;
}

form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	padding: 10px;
	margin-top: 10px;
	margin-left: 300px;
	margin-bottom: 50px;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 300px;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}


/* Related */
div.related {
	clear: both;
	display: block;
}

/*  Actions  */
div.actions {
	clear: both;
}
div.actions ul {
	margin: 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 1em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
	padding: 5px;
	background: #ddd;
	border: 1px solid #999;
}
div.actions ul li a:hover {
	color: #fff;
	text-decoration: underline;
	background: #3f3f3f;
}


/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}


/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Login */
#bd div.login {
	padding: 20px;
	border: 5px solid #ccc;
	background-color: #f5f5f5;
	text-align: left;
	width: 400px;
	margin: 30px auto;
	font-family: lucida grande, verdana;
	font-size: 12px;
}

#bd div.login h2 {
  	color: #000;
	font-size: 12px;
	margin: 0 0 2px 0;
	padding: 0;
}

#bd div.login input {
	font-size: 14px;
	padding: 3px;
	margin-bottom: 10px;
}

#bd div.login label {
  margin-bottom: 10px;
}

#bd div.login label input {
  margin-bottom: 0;
}

#bd div.login input.auto {
	width: auto;
}

#bd div.login input.button {
	width: auto;
	font-size: 14px;
	padding: 3px;
	margin: 10px 0 0 0;
}

#footer{
	color:black;
}

