/*
 * $Id: stylesheet.css,v 1.18 2007-03-25 18:48:46 tomas Exp $
 * Stylesheet for "Projekt Webshop"
 * By Tomas
 *
 * Colors used:
 * Cart, top-frame. Gray				rgb(236, 235, 235)
 * News, etc. Beige						rgb(255, 245, 225)
 * Menu, heading, etc. Light-grenblue	#cddae2 = rgb(205, 218, 226)
 * Links, dark-blue						#333344 = rgb(51, 51, 68)
 * Active links, light-blue				#97adb8 = rgb(151, 173, 184)
 * Light-green							#edfaf2 = rgb(237, 250, 242)
 * Red (errors, etc)					rgb(200, 0, 0)
 */

/* **************************************** */

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: black;
	background-color: white;
	height: 100%;
}

.body-clean {
	margin: 10px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: black;
	background: none;
	background-color: white;
}

.body-cart {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: black;
	background: none;
	background-color: rgb(236, 235, 235);
}


/* Main boxes */

.main-box-big {
	width: 60%;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	height: 100%;
}
.main-box-biggest {
	width: 80%;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	height: 100%;
}



/* **************************************** */
/* Links */

a {
	text-decoration : underline;
	color: rgb(30, 30, 60);
    background: none;
}
a:hover {
	text-decoration : underline;
	color: 	rgb(200, 0, 0);
    background-color: rgb(236, 235, 235);
}

.a-no-decor {
	text-decoration : none;
	color: rgb(30, 30, 60);
}
.a-no-decor:hover {
	text-decoration : underline;
	color: rgb(200, 0, 0);
}

.a-no-decor-at-all {
	text-decoration : none;
	color: black;
    background: none;
}
.a-no-decor-at-all:hover {
	text-decoration : none;
	color: black;
    background: none;
}

.a-selected {
	font-style: normal;
	color: rgb(200, 0, 0);
}


.a-logo-text {
	font-size : 17px;
	text-decoration : none;
	color: rgb(180,0,0);
    background: none;
}

.a-logo-text:hover {
	font-size : 17px;
	text-decoration : none;
	color: rgb(180,0,0);
    background: none;
}

.a-logo-link-text {
	font-size : 15px;
	text-decoration : underline;
	color: black;
    background: none;
}

.a-logo-link-text:hover {
	font-size : 15px;
	text-decoration : underline;
	color: rgb(180,0,0);
    background: none;
}


/* **************************************** */
/* Misc */

table {
	border-collapse: collapse;
	border-spacing: 1px 1px;
}

.table-sep {
	border-collapse: separate;
	border-spacing: 0 0;
}

td {
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	color: black;
	padding: 0;
}

li {
	margin-bottom: 4px;
}

.error-marker {
	color: rgb(200, 0, 0);
}

.right {
	text-align: right;
}


/* **************************************** */
/* Page layout */

#top-frame {
	margin: 0;
	font-size: 100%;
	color: black;
	background-color: rgb(236, 235, 235);
/*	background: url("img/menu_bg.png") repeat; */
/*	background: url("img/top.jpg") rgb(205, 218, 226) no-repeat; */
	padding: 0px;
/*	width: 700px; */
	width: 100%;
/*	height: 40px; */
    vertical-align: middle;
    border-bottom: 1px solid black;
    float: left;
/*	position: absolute;
	left: 0;
	top: 0; */
}

.logo-section {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
    background: none;
	vertical-align: middle;
	text-align: left;
	height: 40px;
    width: 0;
}

.top-menu-section {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-weight : bold;
	padding-left: 5px;
    background: none;
	vertical-align: middle;
	text-align: left;
	height: 40px;
	width: 100%;
}

.info-section {
	padding-right: 18px;
	font-size: 80%;
    background: none;
    text-align: right;
	vertical-align: middle;
	height: 40px;
}

#content-frame {
	font-size: 100%;
	color: black;
	background: none;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
/*	width: 500px;*/
/*	width: 55%; */
	margin: 0;
    height: 100%;
	width: 66%;
    float: left;
/*	position: absolute;
	left: 15%;
	top: 61px; */
}

#menu-frame {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	width: 14%;
    float: left;
/*	position: absolute;
	left: 0;
	top: 61px; */
}

#tips-frame {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	width: 16%;
    float: left;
/*	position: absolute;
	right: 0;
	top: 61px; */
}

.welcome-text {
	padding: 6px;
    margin: 0;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	color: white;
	background-color: black;
	text-align: left;
	vertical-align: middle;
}


/* **************************************** */
/* Tips/news */

.news-item {
	padding: 0;
	width: 50%;
	text-align: left;
	vertical-align: top;
}

.news-item-inner {
	padding: 7px;
	width: 100%;
	min-height: 100%;
	height: 100%;
	text-align: left;
	vertical-align: top;
}

.news-item-name {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
    margin-bottom: 7px;
	padding: 0;
}

.news-item-short {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
    margin-bottom: 7px;
	padding: 0;
}

.news-item-image {
/*	float: left; */
    margin-left: 0;
    margin-top: 0;
    margin-right: 7px;
    margin-bottom: 7px;
	padding: 0;
}

.news-item-price {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
    margin-bottom: 7px;
	padding: 0;
}


.tips-box {
	color: black;
	font-size: 90%;
	vertical-align: top;
	padding: 7px;
	margin-bottom: 10px;
}

.tips-list-h1 {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	margin-top: 2px;
	margin-bottom: 3px;
}

.tips-list-headline {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	margin-bottom: 3px;
}

.tips-list-text {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}

.tips-item {
	margin-bottom: 7px;
}


/* **************************************** */
/* Stock */

.td-stock-list-image {
    vertical-align: top;
    text-align: center;
    padding: 5px;
    background: none;
    width: 50px;
	font-size: 90%;
}

.td-stock-list-item {
    vertical-align: top;
    background: none;
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px solid black;
	width: 100%;
}

.td-stock-list-order {
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
    vertical-align: bottom;
    text-align: right;
    background: none;
	margin-bottom: 10px;
	margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.stock-item-img {
    margin-left: 0;
    margin-top: 0;
    margin-right: 12px;
    margin-bottom: 12px;
    float: left;
}

.stock-item-name {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
/*	font-weight: bold;*/
	font-size: 110%;
    margin-bottom: 5px;
}

.stock-list-short, .stock-list-descr, .stock-list-price, .stock-list-readmore {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
    margin-bottom: 5px;
}

.stock-item-short, .stock-item-descr, .stock-item-price {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
    margin-bottom: 5px;
}

.section-sort-order-menu {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	color: black;
	background-color: rgb(240, 240, 240);
	font-weight: normal;
	font-size: 95%;
	margin: 0;
}

/* **************************************** */
/* Cart */

.cart-menu-table {
	color: rgb(236, 235, 235);
	background-color: black;
    height: 100%;
}

.cart-menu-td {
    height: 100%;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: rgb(236, 235, 235);
	background-color: black;
    padding: 10px;
}

.cart-menu-item {
	background: none;
	margin-bottom: 5px;
}

.cart-menu-a {
	color: rgb(236, 235, 235);
	background-color: black;
}

.cart-main-td {
    height: 100%;
    width: 100%;
	text-align: left;
	vertical-align: top;
    padding: 5px;
}

.cart-main-table {
	color: black;
	background: none;
	eewidth: 100%;
}

.cart-th {
	font-weight: bold;
	font-size: 90%;
	text-align: left;
	vertical-align: middle;
    padding-right: 7px;
    padding-left: 7px;
    padding-top: 0;
    padding-bottom: 1px;
	background: none;
    border-bottom: 1px solid black;
}

.cart-td,
.cart-checkout-td {
    font-size: 90%;
    text-align: left;
    vertical-align: middle;
    padding-right: 7px;
    padding-left: 7px;
    padding-top: 0;
    padding-bottom: 1px;
    background: none;
}
.cart-checkout-td {
    border-bottom: 1px solid gray;
}


/* **************************************** */
/* Order form */

.order-form-th {
	text-align: right;
	vertical-align: middle;
    padding-right: 7px;
    padding-left: 7px;
    padding-top: 1px;
    padding-bottom: 1px;
	background: none;
}

.order-form-td {
	text-align: left;
	vertical-align: middle;
    padding-right: 7px;
    padding-left: 7px;
    padding-top: 1px;
    padding-bottom: 1px;
	background: none;
}

.order-mail-display {
	font-size: 90%;
	font-family: courier new, courier, monospace;
}


/* **************************************** */
/* Image Manager */

.td-image-list-item {
	font-size: 90%;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 4px;
}

/* **************************************** */
/* Login */

.login-text {
	font-weight: bold;
	font-size: 100%;
}

/* **************************************** */
/* Menu */

.menu-box {
	color: black;
	font-size: 100%;
	vertical-align: top;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.hidden-section {
	visibility: hidden;
	display: none;
}

.visible-section {
	visibility: visible;
	display: block;
}

.menu-title {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 0px solid black;
  	border-top: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	color: white;
	background-color: black;
	padding: 6px;
	margin: 0;
	text-align: left;
	vertical-align: middle;
/*	white-space: nowrap;*/
}

.menu-head {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	border-bottom: 0px solid black;
  	border-top: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	color: black;
	background-repeat: no-repeat;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
}

.menu-item {
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	color: black;
	font-weight: bold;
	width: 100%;
	vertical-align: top;
	padding: 1px;
	white-space: nowrap;
}

.menu-item-spacer {
	font-size: 100%;
	color: black;
	vertical-align: top;
	padding: 1px;
}

.menu-main {
	margin-bottom: 5px;
	padding: 0;
}

.admin-menu-section {
	margin: 0;
	padding: 0;
	background-color: rgb(236, 235, 235);
}

/* **************************************** */
/* Headings */

h1, h2, h3, h4, h5, h6, h7 {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 4px;
}

h1 { font-size: 150%; }
h2 { font-size: 120%; }
h3 { font-size: 100%; }
h4 { font-size:  80%; }
h5 { font-size:  70%; }
h6 { font-size:  60%; }


/* **************************************** */
/* Administration */

.th-admin-table {
  font-weight: bold;
  font-size: 90%;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
}

.td-admin-table {
  font-size: 90%;
  padding: 2px;
  vertical-align: middle;
}

.td-admin-table-centered {
  font-size: 90%;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
}

.td-admin-table-right {
  font-size: 90%;
  padding: 2px;
  text-align: right;
  vertical-align: middle;
}

.tr-admin-table-underlined {
	border-bottom: 1px solid black;
}

.bg1 {
	background-color: white;	
}

.bg2 {
	background-color: rgb(237, 250, 242);	
}


/* **************************************** */
/* Form elements */

.form-background {
	background-color: rgb(255, 245, 225);
	padding: 4px;
}

.form-label {
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
}

.edit-item-label {
	font-weight: bold;
	font-size: 90%;
    text-align: right;
    vertical-align: middle;
    padding: 2px;
}

.edit-item-td {
	font-size: 90%;
    text-align: left;
    vertical-align: middle;
    padding: 2px;
}

input, textarea, select {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	color: black;
}

select {
	background-color: rgb(240, 240, 240);
	border-top: solid black 1px;
	border-bottom: solid rgb(200, 200, 200) 1px;
	border-left: solid black 1px;
	border-right: solid rgb(200, 200, 200) 1px;
}

option {
	background-color: rgb(240, 240, 240);
	text-align: left;
}

input[type="text"], input[type="password"], input.text, input.password {
	background-color: rgb(240, 240, 240);
	border-top: solid black 1px;
	border-bottom: solid rgb(200, 200, 200) 1px;
	border-left: solid black 1px;
	border-right: solid rgb(200, 200, 200) 1px;
}

textarea, .article-editor {
	background-color: rgb(240, 240, 240);
	border-top: solid black 1px;
	border-bottom: solid rgb(200, 200, 200) 1px;
	border-left: solid black 1px;
	border-right: solid rgb(200, 200, 200) 1px;
}

