/* SVN FILE: $Id$ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision$
 * @modifiedby    $LastChangedBy$
 * @lastmodified  $Date$
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #FFFFFF;
	color: #000000;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:12px;
	margin: 10px 0;
}
a {
	color: #003d4c;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	background:#ccc;
	color: #666;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin: 10px 0 10px 0;
	padding: 5px;
}
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;
}

/* Layout */
#container {
	text-align: left;
}

#header{
	padding: 0;
	width:970px;
	margin:0 auto 0 auto;
}
#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: none;
}
#content{
	background: #fff;
	clear: both;
	color: #000;
	width:970px;
	margin:0 auto 0 auto;
	padding:0;
	padding-top:15px;
}
#footer {
	clear: both;
	width:970px;
	margin:30px auto 0 auto;
	text-align: right;
}

table.homeLogin {
	margin:8px;
	width:250px;
	height:50px;
}

table.homeLogin td {
	height:25px;
	color:#000000;
	font-size:12px;
}

input.home_login_text {
	height:20px;
	width:165px;
}
input.home_login_pass {
	height:20px;
	width:115px;
}

a.main_menu {
	font-size:10px;
	color:#000;
}

a.priceBlack {
	display:inline-block;
	background-color:#000000;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	padding:2px;
	margin:3px 2px 3px 2px;
}
a.priceGreen {
	display:inline-block;
	background-color:#bdd73c;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	padding:2px;
	margin:3px 2px 3px 2px;
}

label {
	margin:0 10px 0 10px;
}

ul {
	margin:0px;
}
ul li.menuBlack{
	display:block;
	background-color:#404042;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	height: 25px;
	line-height: 25px;
	width: 140px;
	padding-left:8px;
	margin:0;
	text-align:left;
	left:0px;
}
ul li.menuBlack a {
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
ul li.menuGreen{
	display:block;
	background-color:#bdd73c;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	height: 25px;
	line-height: 25px;
	width: 140px;
	padding-left:8px;
	margin:0;
	text-align:left;
}
ul li.menuGreen a {
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
ul li.submenu{
	display:block;
	background-color:#FFF;
	color:#000;
	font-size:10px;
	font-weight:bold;
	height: 20px;
	line-height: 20px;
	width: 135px;
	margin:3px 2px 3px 2px;
	padding-left:13px;
	text-align:left;
}
ul li.submenu a {
	color:#000;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}




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

/* 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;
}



/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.message.success {
	background-color:#FFFFFF;
	color:#c8d022;
}
div.error-message {
	clear: both;
	color: #dd0000;
	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;
}


/* 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;
}

td.required {
	font-weight:bold;
	color:#990000;
}

div.radio label {
	display: block;
	font-size: 100%;
	padding-right: 20px;
	height: 20px;
}
div.radio input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}

div.radio input[type=checkbox] { 
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio strong {
	font-size:10px;
}


input.topLogin {
	margin-top:9px;
	border:1px solid #CCC;
	border-bottom:0;
	background-image:url(/img/design/topLogin/inputBg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:10px;
	height:14px;
	width:100px;
}
input.topLogin.password {
	width:75px;
	float:left;
}
input.topLogin.submit {
	height:15px;
	background-image:url(/img/design/topLogin/go.jpg);
	border:0;
	width:22px;
	text-indent:-100px;
}
#UserAddForm div.submit {
	margin-left:2px;
	padding-top:0px;
	float:right;
	display:inline-block;
}


input.topSearch.input {
	font-size: 10px;
	margin-top:4px;
	margin-right:-10px;
	border:0px;
	width:150px;
}
input.topSearch.submit {
	background-image:url(/img/design/topSearch/go.jpg);
	margin:-2px 10px 0 30px;
	border:0px;
	width:23px;
	text-indent:-100px;
}

img.psakseVres.price {
	margin-top:10px;
	margin-left:2px;
}

input.newsletter {
	border:1px solid #CCC;
	border-bottom:0;
	background-image:url(/img/design/topLogin/inputBg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:10px;
	height:13px;
	margin-top:2px;
	width:100px;
}

input.newsletter.submit {
	height:16px;
}

form.contact label{
	display:inline-block;
	width:100px;
}
form.contact div{
	margin-top:10px;
}
form.contact div.textarea label{
	display:block;
}
form.contact textarea {
	margin:10px 0 0 20px;
	width:500px;
}
.captca {
	padding-left:90px;
}
.breadcrumb {
	color:#aaa;
	font-size:10px;
	font-weight:normal;
}
.prod_titles {
	margin:10px 0;
}

div.PaymentText {
	display:none;
}

.convertMe {height:400px;}

div.product-preview-list {
	margin-top:10px;
}
div.product-preview {
	width:169px; height:234px; border:1px solid #c8d022; float:left;
}
div.product-preview.not-first {
	margin-left:8px;
}
div.product-preview-header {
	background-color:#c8d022; height:24px;
}
div.product-preview-header-overall {
	background-color:none; width:169px; height:24px; position:absolute; cursor:pointer;
}
div.product-preview-title {
	float:left; color:#000000; font-size:10px; font-weight:bold; display:inline-block; text-align:center; width:130px;
	height:24px; line-height:12px; overflow:hidden;
}
div.product-preview-title a{
	color:#000000; font-size:10px; font-weight:bold; line-height:12px;
}
div.product-preview-title.not-new {
	width:167px;
}
.product-preview-new {
	float:right; color:#91278F; font-size:10px; font-weight:bold; margin-left:5px; width:25px; display:inline-block;
}
div.product-preview-description {
	position:absolute; display:none; width:155px; margin:0 5px 0 5px; padding:2px; background-color:#c8d022; font-size:10px; text-align:center; opacity:0.7; filter:alpha(opacity=70)
}
div.product-preview-image {
	height:169px; width:169px; overflow:hidden;
}
div.product-preview-code {
	font-size:8px; height:10px; border-bottom:1px solid #ccc; margin-left:2px;
}
div.product-preview-price {
	font-size:10px; height:15px; color:#91278F; margin-left:2px;
}
div.product-preview-price span.offer {
	color:#000000; text-decoration:line-through;
}
div.product-preview-more {
	font-size:10px; height:15px; margin-left:2px;
}



a.small-preview {
	cursor:default;
}

.product-text {
	font-size:10px;
}
 p {
	margin:10px 0;
}
