* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: url('../img/background.gif');
	color: #000;
	font-family:"Lucida Grande",verdana,helvetica,arial,sans-serif;
	font-size:12px;
	margin: 0;
}
a {
	color: #003d4c;
	text-decoration: underline;
	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: #666;
	font-size: 13px;
	margin-top:10px;
	margin-bottom:2px;
}
h2 {
	font-size:19px;
	color:#666;
}
h3 {
	color: #666;
	font-weight:bold;
	font-size:12px;
	margin-bottom:2px;
}
h3 a{
	color: #666;
	text-decoration:none;
}
h3 a:hover{
	color: #666;
	text-decoration:none;
}
h4 {
	color: #9e1511;
	font-weight:bold;
	font-size:14px;
	margin-top:5px;
}
ul, li {
	list-style:none;
}

/* Layout */
#container {
	background:#ffffff;
	text-align: left;
	width: 980px;
	margin: 0 auto;
}

#header{
	padding: 0px;
	margin: 0px;
}
#header h1 {
	color: #000;
	padding-right: 535px;
    margin-top: -20px;
    font: normal bold 130% Arial;
    text-align: right;
}
#side{
	float:right;
	width: 170px;
	padding:0px;
	margin:0px;
	margin-left: 10px;
}
#main{
	float:right;
	width: 789px;
}
#footer {
	clear: both;
	padding-bottom:6px;
	text-align: center;
	margin-right:180px;
	font-size:12px;
	font-family:arial,'lucida grande',verdana,helvetica,sans-serif;
}
.clearLeft {
	clear:left;
	margin:0px;
	padding:0px;
}
.clearRight {
	clear:right;
	margin:0px;
	padding:0px;
}
.clearBoth {
	clear:both;
	margin:0px;
	padding:0px;
}
/* Footer */
div#footer a {
	color:#000;
	text-decoration:none;
	font-weight:normal;
}
div#footer a.footer_laptop:hover {
	text-decoration:underline;
}
div#footer a.footer_sitemap {
	text-decoration:underline;
}
div#footer a.footer_seo {
	padding-top:3px;
	padding-left:16px;
	background:url('../img/webshopplus.jpg') top left no-repeat;
	font-weight:bold;
}
div#footer a.footer_seo:hover {
	color:#ce4541;
	text-decoration:underline;
}
/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	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;
	border-right: 1px solid #ccc;
	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;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 1em;
}
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: 80%;
}
fieldset {
	border: none;
	margin-top: 30px;
	padding: 6px 20px;
}
fieldset legend {
	background:#fff;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	width:100%;
	vertical-align: text-top;
	clear:both;
}
form div.required {
	color: #333;
	font-weight: bold;
}
label {
	float:left;
	color:#666;
	font-weight:normal;
	display: block;
	padding-right: 20px;
	font-size: 12px;
	margin-top:7px;
	width: 100px;
}
input, textarea {
	margin-top:3px;
	margin-bottom:3px;
	float:left;
	font-size: 12px;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 300px;
	border: 1px solid #000;
}
input[type=text] {
	border: 1px solid #000;
	width: 300px;
}
textarea {
	border: 1px solid #000;
}
select {
	clear: both;
	font-size: 12px;
	border: 1px solid #000;
	vertical-align: text-bottom;
	width:200px;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: right;
	margin: 5px 0px 7px 2px;
	width: auto;
	border:none;
}
div.radio {
	float:left;
	border:none;
}
div.checkbox {
	border:none;
	width:145px;
}
input[type=radio] {
	float:right;
	width:auto;
	margin: 0 3px 7px 0;
	clear:right;
	border:none;
}
div.radio label {
	float:right;
	margin: 0 0 6px 20px;
}
input.submit-green {
	padding-left:5px;
	margin-left:140px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width:161px;
	height:23px;
	background:url(../img/submit_green.jpg) no-repeat;
	border:none;
}
input.submit-green-long {
	padding-left:5px;
	margin-left:120px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width:200px;
	height:23px;
	background:url(../img/submit_green_long.jpg) no-repeat;
	border:none;
}
input.submit-red {
	padding-left:5px;
	margin-left:140px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width:161px;
	height:23px;
	background:url(../img/submit_red.jpg) no-repeat;
	border:none;
}
input.submit-orange {
	padding-left:5px;
	margin-left:140px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width:161px;
	height:23px;
	background:url(../img/submit_orange.jpg) no-repeat;
	border:none;
}
input.submit-grey-short {
	padding-left:5px;
	float:left;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width:94px;
	height:23px;
	background:url(../img/submit_grey_short.jpg) no-repeat;
	border:none;
}
input.search {
	width:678px;
	height:17px;
	margin-right:10px;
	border: 1px solid #cdcdcd;
}
input.form-error {
	border: 1px solid #9f1612;
}
/* */
#search {
	margin-top:10px;
}
div#search form {
	width:100%;
}
#search_breadcrumb {
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
}
div#search_breadcrumb a {
	color:#9e1511;
	text-decoration:none;
}
#search_content {
	padding-bottom:20px;
	border-bottom: 1px solid #cdcdcd;
}
div#search_content h3 {
	margin-top:10px;
}
div#search_content p {
	margin-top:10px;
}
#search_products {
	margin-top:20px;
}
div#search_products table {
	border:none;
}
div#search_products th {
	border:none;
	border-bottom: 1px solid #cdcdcd;
	text-align:left;
	padding:4px;
}
div#search_products td {
	border:none;
	border-bottom: 1px solid #cdcdcd;
	text-align:left;
}
div#search_products td a{
    color: #BA3130;
    text-decoration: none;
}
div#search_products a.green {
	margin-top:6px;
	float:right;
	clear:both;
	text-align:left;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	width:105px;
	height:14px;
	display:block;
	padding:2px 0px 0px 10px;
	background:url(../img/submit_search_green.jpg) top right no-repeat;
}
div#search_products a.grey {
	float:right;
	clear:both;
	text-align:left;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	width:105px;
	height:14px;
	display:block;
	padding:2px 0px 0px 10px;
	background:url(../img/submit_search_grey.jpg) top right no-repeat;
}
.search_product_price {
	font-size:16px;
	font-weight:bold;
	color:#666;
}
.search_pages {
	width:100%;
	margin-top:15px;
	padding-bottom:10px;
	border-bottom: 1px solid #cdcdcd;
}
.hidden_div {
	position:absolute; 
	width: 350px;
	visibility: hidden;
	background-color: #FFFFFF;
	padding: 2px;
	color:#000000;
	border: 1px solid #000;
}
/* 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;
	/*margin-left: 120px;*/
}
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 {
	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;
}