/* SVN FILE: $Id: cake.generic.css 7118 2008-06-04 20:49:29Z gwoo $ */
/**
 *
 * 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: 7118 $
 * @modifiedby		$LastChangedBy: gwoo $
 * @lastmodified	$Date: 2008-06-04 13:49:29 -0700 (Wed, 04 Jun 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #000000;
	color: #fff;
	font-family: Verdana,Arial,sans-serif;
	margin: 0;
	font-size:11px;
	line-height:1.5;
}
a {
	background:#fff;
	color: #003d4c;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	background:#fff;
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #ec7aab;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	background:#fff;
	color: #ec7aab;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #ec7aab;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #ec7aab;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	margin: auto;
	text-align: left;
	width: 57.69em; *
	width: 56.25em;
	min-width: 981px;
}

#header{
	position: relative;
	left: 160px;
	padding: 10px 20px;
	height: 130px;
}
#header h1 {
	background: #003d4c url('../img/cake.icon.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}

#topheader {
	height: 102px;
	width:788px;
	padding:0;
	margin:0;
	background-color:#000000;
}

#logo {
	position:absolute;
	left: 200px;
}

#main_menu {
	position:relative;
	background: #000;
	width: 800px;
	height: 30px;
}

#main_menu span {
	position:relative;
	left: 260px;
	top: -10px;
}

#main_menu ul {
	margin-bottom: 30px;
	list-style-type: none;
	width: 662px;
	background-color: transparent;
	color: #fff;
	margin: 0; 
	padding: 0; 
}

#main_menu ul li {
	display: inline;
	margin: 0;
}

#main_menu ul li a {
	background-color: transparent;
	color: #fff;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	padding: 1px 5px;
	border-bottom: 0; 
}

#main_menu ul li a:hover {
	color: #ec7aab;
}

#display-login-name {
	font-size: 75%;
}

#left-nav {
	width: 180px;
	float: left;
	height: auto;
}

#content{
	float: left;
	background: #fff;
	clear: right;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: none;
	width: 760px;
}

#front-content{
	margin-top: 0px;
	float: left;
	background: #000;
	clear: right;
	color: #333;
	width: 800px;
}

#footer {
	clear: both;
	text-align:center!important;
	font-size: 100%;
	padding: 0px 0px 0px 170px;
}

#footer span {
	text-align:center!important;
}

#copyright a {
	font-weight: normal;
	color: #fff;
	background: transparent;
	text-decoration: none;	
}

#admin-menu {
	background-color: #f4bad3;
	font-size: 75%;
	top: 0px;
	width: 100%;
}

#admin-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;

}
#admin-menu ul li {
	display: inline;
	margin: 0;
	border-right: 1px solid #ec7aab;
}

#admin-menu ul li a {
	color: #fefefe;
	padding-right: 8px;
	padding-left: 8px;
	background-color: transparent;
	text-decoration: none;	
	margin-left: -4px;
}

#admin-menu ul li a:hover {
	margin-left: -4px;
	background-color: #ec7aab;
	text-decoration: none;	
}

/* Product Search display layout */
.shadow{
	border:1px solid silver;
	font:10pt arial;
	position:relative;
	display:inline;
	background:white;
   z-index:100
}

.shadow_inner{
	overflow:hidden;
	position:absolute; 
	top: -1000px;
	filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
	opacity:0.1; /*firefox 1.5 opacity*/
	-moz-opacity:0.1; /*mozilla opacity*/
	-khtml-opacity:0.1; /*opacity*/
	z-index:10
}


/* Tables */
table {
	background: #fff;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

table.welcome, table.welcome tr td {
	border:0px solid #ccc;
}

/* Paging */
div.paging {
	background:#fff;
	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: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 0px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #ec7aab;
	font-size: 140%;
	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 {
	clear: both;
	margin-bottom: 2px;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	position:relative;
	color: #444;
	margin: 0px;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	clear: both;
	margin-top: -10px;
	*margin-top: -20px;
	margin-left: 40px;
	margin-right: 0px;
	padding: 0px;
	*height: 30px;
}
label {
	font-size: 100%;
	padding-right: 10px;
	margin-right: 30px;
}

input, textarea {
	font-size: 100%;
}

div fieldset div input[type = "text"] {
	position:absolute;
	left: 120px;
}

div fieldset div input[type = "password"] {
	position:absolute;
	left: 120px;
}

input[type = "button"] {
	cursor:pointer;
}

div fieldset div select {
	position:absolute;
	left: 120px;
}

div.products table, div.users table {
	font-size: 100%;
}

.products {
	position:relative; 
}

.search {
	/* position:relative; */
}

.search table tr td {
	text-align:center;
}

#product_image_id {
	position: absolute;
	top: 20px;
	*top: 30px;
	right: 150px;
	width: 150px;
}

input [type='password'] {
}

select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
	cursor: pointer;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #ec7aab;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #ec7aab;
	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: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	font-size: 90%;
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

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

/* 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: #000;
	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: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

#product_information_id {

}

#product_detail_id {
	border:0px solid #ccc;
}

#product_detail_id tr td {
	border-right: 0px solid #ccc;
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	width: auto;
}

#product_detail_id tr td table tr td {
	text-align: center;
	width: 120px;
}

#product_info_id {
	width: 300px;
	padding: 8px;
}

.product_image {
	width: 230px;
}

.product_title {
	font-size: 140%;
}

#product_info_id form label {
	font-size: 140%;
	padding-bottom: 4px;
}

#product_info_id form div {
	margin-bottom: 0px;	
	padding: 0px;
}

#related_product_title {
	color: #ec7aab;
	font-size: 100%;
}

.related_product_title {
	height: 30px;
}

#product_info_bottom {
	position:relative;
	*height: 70px;
}

.product_desc {
	margin-bottom: 2px;
}

.product_description {
	text-align: justify;
}

#price_detail_id {
	float: left;
	margin-top: 10px;
	text-align:center;
	color: #ec7aab;
	background: url('../img/product_price_bg.jpg') no-repeat center;
	width: 46%;
	height: 55px;
}

#price_title {
	margin-top: 3px;
	color: #ec7aab;
	font-size: 120%;
	font-weight: bold;
}

#add_cart_title {
	margin-top: 3px;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 5px;
}

#add_cart_detail {
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	text-align:center;
	color: #ec7aab;
	background: url('../img/product_price_bg.jpg') no-repeat center;
	width: 50%;
	height: 55px;
}

#shopping_bag_item_count {
	position:relative;
	margin: 0px;
	height: 21px;
	*height: 23px;
}

/* shopping bag display */
#shopping_bag_id {
	color: #ec7aab;
	text-align:center;
}

#shopping_bag_handle_id {
	margin-left:70px;
	*margin-left:35px;
	background: #fff url('../img/shopping_bag_handle.jpg') no-repeat;
	width: 100px;
	height: 60px;
}

#shopping_bag_item_id {
	margin-top: -9px;
	margin-left:15px;
	width: 200px;
	height: auto;
}

#shopping_bag_title {
	background: #fff url('../img/shopping_bag_top.jpg') no-repeat;
	height: 30px;
	font-size: 100%;
	font-weight: bold;

}

#shopping_bag_items {
	background: #fff url('../img/shopping_bag_middle.jpg') repeat-y; 
}

#shopping_bag_items ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#shopping_bag_items ul li {
	padding-left: 10px;
	text-align: left;
	font-size: 80%;
	display: block;
	margin: 0;
}

#shopping_bag_items ul li.total_price {
	margin-top: 15px;
	padding-left: 10px;
	text-align: left;
	font-size: 130%;
	display: block;
}

.shopping_bag_size_desc {
	font-size: 70%;
}

#checkout_button_id {
	position:relative;
	background: #fff url('../img/shopping_bag_bottom.jpg') no-repeat;
	height: 33px;
	width: 200px;
}

#checkout_id {
	position:absolute;
	left: 60px;
	clear: both;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	width: 93px;
	height: 24px;
	border: none;
	background: #ec7aab url('../img/checkout_button_bg.png') no-repeat;
}

#checkout_id:hover {
	cursor: pointer;
}

.total_bag_price {
	padding-top: 10px;
	color: #ec7aab;
	font-size: 130% ! important;
	text-align: left;
	padding-left: 8px;
}

/* end shopping bag display */

#product_item_count_text {
	color: #fff;
	position: absolute;
	left: 37%;
	background: #ec7aab url('../img/price_text_bg.jpg') repeat;
	font-size: 130%;
	font-weight: bold;
	width: 35px;
	height: 19px;
	*height: 16px;
	text-align: center;
	border: none;
}

#product_item_count_down {
	position:absolute;
	top: -1px;
	left: 25px;
	background: #fff url('../img/count_down.jpg') no-repeat;
	color: #ec7aab;
	width: 22px;
	height: 22px;
	border: none;
}

#product_item_count_down:hover, #product_item_count_up:hover {
	cursor:pointer;
}

#product_item_count_up {
	position: absolute;
	top: -1px;
	right: 25px;
	background: #fff url('../img/count_up.jpg') no-repeat;
	color: #ec7aab;
	width: 22px;
	height: 22px;
	border: none;
}

.checkout_id {
	float: right;
	clear: both;
	color: #ec7aab;
	font-weight: bold;
	font-size: 85%;
	background: #fff;
	width: 80px;
	margin: 4px;
	border: 2px solid #ec7aab;
}

.total_price_title {
	font-size: 90%;
	color: #838383;
	border-top: 1px solid #bbb;
	text-align: right !important;
	padding-right: 8px;
}

.total_price {
	color: #838383;
	font-size: 130%;
	border-top: 1px solid #bbb;
	text-align: right !important;
	padding-left: 8px;
}

.payment_id {
	font-size: 90%;
	text-align: right;
	padding-right: 8px;
}

#registration_message_id {
	position:relative;
}

#create_account_message_id {
	float:left;
	width: 530px;
}

#account_create_image {
	float:right;
}

#create_account_header {
	padding-bottom: 8px;
}

.reset {
	clear: both;
}

.page {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 700px;
	text-align: justify;
}

.display {
	position:relative;
	margin-left: auto !important;
	margin-right: auto !important;
}

.categories {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 700px;
	text-align: justify;
}

#categories_content_id {
	text-align:justify;
}

#sub_categories_id {
	float: left;
	margin-left: 30px;
}

#sub_categories_id ul {
	list-style-type: none;
	margin: 0;
}

#sub_categories_id ul li {

}

#sub_categories_id ul li a {
	text-decoration: none;
	padding: 1px 5px;
	border-bottom: 0; 
}

.page div#contactus_content_id {
	float: left;
	padding: 0px 5px;
	margin: 0px 2px;
	width: 300px;
}

.page div#contactus_form_id {
	float: left;
	padding: 0px 5px;
	margin: 0px 5px;
	width: 360px;
}

#contact_image_id {
	clear: both;
	margin-left: 30px;;
}

#ContactusEnquiry {
	position:relative;
	left: 35px;
	*left: 31px;
}

.link_products {
	height: 500px;
}

#current_related_product_id  {
}

#current_related_product_id ul li {
	list-style-type: none;
}

#current_related_product_id  ul li a, #current_size_id ul li a, #current_color_id ul li a, #current_type_id ul li a {
	text-decoration: none;
	padding: 1px 5px;
	border-bottom: 0;
}

#current_related_product_id  table, #current_size_id table, #current_color_id table, #current_type_id table {
	width: 300px;
	border: 0px;
}
#current_related_product_id  table tr td, #current_size_id table tr td, #current_color_id table tr td, #current_type_id table tr td {
	border: 0px;
	cursor: pointer;
}

.related_product table tr td {
	width: 300px;
}

.related_product table tr td  a {
	text-align:center;
	width: 100px;
}

.price_size {
	margin-bottom: 0px;
	padding: 0px;
}

.price_size select {
	position:relative;
	left: 15px;
}

.price_size input {
	position:relative!important;
	left: 25px!important;
}

.price_size label {
	position:relative!important;
	left: 0px;
	padding-right:0px;
	margin-right:0px;
	margin-bottom: 2px;
}

.price_size label.second_label {
	position:relative!important;
	left: 20px;
}

.short_description_id {
	text-align: center;
	width: 120px;
}

#SizeSize {
	width: 150px!important;
}

.more_text_id {
	color: #ec7aab;
}

.product_display_title {
	margin: auto;
	width: 100px;
	height: 30px;
}

.checkout_product_title {
	font-size: 85%;
}

#cart_details_id table {
	border: 1px solid #BBB;
}

#cart_details_id table tr th {
	border-top:1px solid #BBBBBB;
	color:#838383;
	font-size:90%;
	padding-right:8px;
	text-align:center;
}

.registered_post {
	float: left;
	font-size: 100%;
	font-weight: normal;
	color: #000;
}

#registeredPost {
	clear:none;
	float: none;
}

.checkout_note {
	clear: both;
	padding-top: 8px;
	margin-top: 8px;
}

.display_address {
	text-align: left;
}

.asterisk {
	font-size: 120%;
	color: red;
}

.newsletter_email {
	margin-top: 10px;
	padding-top: 10px;
	height: 100px;

}
