@CHARSET "UTF-8";

a:link {
	color: #3366cc;
	text-decorations: none; 
}
a:hover {
	color: #993300;
}

.comment {
	font-family: verdana,arial,sans-serif;
	font-size: 0.7em;
}

/******************************************************************************
 * Pagrindines lenteles stiliai
 ******************************************************************************/

table.main {
	width: 987px;
	margin: 0 auto;
	border: 0;
}

td.left-block {
	width: 25%;
	vertical-align: top;
}

td.right-block {
	width: 20%;
	vertical-align: top;
}

td.content-block {
	width: 60%;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

/*
 * kataloge blokai turi vadintis taip:
 * cat-right-block
 * cat-content
 * cat-left-block
 *
 */

td#right-block {
	widht: 20%;
	vertical-align: top;
}

td#content {
	width: 80%;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

td#cat-content {
	width: 60%;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

td.footer-block {
	padding-top: 22px;
	padding-bottom: 6px;
	
	border-top: 1px dashed black;
	text-align: center;
}


/******************************************************************************
 * Virsutine puslapio dalis
 ******************************************************************************/

table#header {
	width: 100%;
	border-collapse: collapse;
}

td#header-logo {
	width: 70%;
}

td#header-login {
	width: 30%;

	border-bottom: 1px solid #cccccc;
	background-color: #ecf2f2;
	
	font-family: verdana,sans-serif;
	font-size: 0.7em;
}

td#header-login-left {
	vertical-align: bottom;
	background: url(img/login_block_left.gif) bottom left no-repeat;
}

td#header-login-right {
	vertical-align: bottom;
	background: url(img/login_block_right.gif) bottom right no-repeat;
}


input.login-form {
	font-family: verdana,sans-serif;
	font-size: 10px;
}

button.login-form {
	font-family: verdana,sans-serif;
	font-size: 10px;
}

/******************************************************************************
 * Meniu blokas desineje puseje
 *  menu-block
 ******************************************************************************/
table.menu-block {
	width: 100%;
	border-collapse: collapse;
	
	margin-bottom: 10px;
}

td.menu-block {
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #ffffcc;

	border-left: 1px solid #307C1F;
	border-right: 1px solid #307C1F;
}

td.menu-block-header {
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 10px;

	font-family: tahoma,sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: white;
	text-align: left;

	background-image: url(img/block_header.gif);
}

td.menu-block-sep {
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 10px;

	font-family: tahoma,sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: white;
	text-align: left;

	background-image: url(img/block_sep.gif);
}

td.menu-block-footer {
	border-right: 1px solid #307C1F;
	background-image: url(img/block_bottom.gif);
	height: 12px;
}

p,div.menu-item {
	padding-left: 5px;
	font-family: arial,sans-serif;
	font-size: 0.8em;
}

div.right-block {
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}

div.right-block h1 {
	margin-top: 0;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 6px;
	background: #ecf2f2;
	
	font-family: verdana,sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #993300;
}

div.right-block-body {
	padding-left: 6px;
}

div.menu-group {
	padding-top: 5px;
	padding-bottom: 3px;
	font-family: tahoma,sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #307C1F;
	letter-spacing: 1pt;
}

div.nav {
	padding-top: 6px;
	padding-bottom: 3px;
	margin-bottom: 6px;
	border-bottom: 1px solid #CCCCCC;
	
	font-family: arial,sans-serif;
	font-size: 0.75em;
	color: #666666;
}

span.info {
	font-size: 85%;
	color: #888888;
}

span.price {
	font-family: arial,serif;
	font-weight: bold;
	font-size: 1.2em;
	/*color: #CE6300;*/
	color: #c70c1d;
}

span.old-price {
	text-decoration: line-through;
	font-weight: normal;
}

span.desc {
	font-size: 0.8em;
	font-weight: normal;
}

span.bold {
	font-weight: bold;
}

/*******************************************************************************
 * Centrinis blokas
 ******************************************************************************/
div.block {
	background: url(img/centerBlockHeader.gif) top left repeat-x;
	
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	
	margin-bottom: 10px;
}

div.block h1 {
	font-family: verdana,sans-serif;
	font-size: 1.15em;
	color: #993300;
	
	margin-top: 6px;
	margin-left: 3px;
}

div.block h2 {
	font-family: verdana,sans-serif;
	font-size: 1em;
	color: #993300;
	
	border-bottom: 1px solid #cccccc;
	
	margin: 5px 10px;
}

div.block p {
	margin: 10px 20px;
}

div.block-body {
	padding-left: 6px;
}

div.block-footer {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	
	background: #ecf2f2;
	
	font-family: arial,sans-serif;
	font-size: 0.9em;
	
	text-align: right;
}

/*******************************************************************************
 * prekiu sarasas
 ******************************************************************************/
tr.items-image-row td {
	vertical-align: top;
	width: 33%;
}

tr.items-title-row td {
	vertical-align: top;
	
	font-family: verdana,sans-serif;
	font-size: 0.85em;
	font-weight: bold;
}

/*******************************************************************************
 * Prekes aprasas
 ******************************************************************************/
div.item {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
	border: 1px solid #cccccc;
}

div.space {
	clear: both;
}

div.item h1 {
	margin-top: 0;
	margin-left: 10px;
	
	font-face: verdana,sans-serif;
	font-size: 1.05em;
	color: black;
}

div.item h2 {
	border-top: 1px dashed black;
	padding-top: 10px;
	
	font-family: verdana,sans-serif;
	font-size: 1em;
	color: #993300;
}

div.item p {
	margin-left: 10px;
	font-size: 0.9em;
}

/*******************************************************************************
 * Krepselio turinys
 * cart
 ******************************************************************************/

table.cart {
	width: 100%;
	border-collapse: collapse;
}

table.cart th {
	padding: 10px;
	
	font-family: verdana,sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	
	background: #ecf2f2;
	
	text-align: left;
}

table.cart td {
	padding: 3px;
	border-bottom: 1px solid #ecf2f2;
	
	font-family: verdana,sans-serif;
	font-size: 0.9em;
}

/*******************************************************************************
 * Formos
 ******************************************************************************/

form table {
	margin: 0 auto;
}

form table tr td.label {
	font-family: verdana,sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	text-align: right;
	vertical-align: top;

	width: 40%;
}

form table tr td {
	font-family: verdana,sans-serif;
	font-size: 0.7em;
	vertical-align: top;

	margin-bottom: 7px;
}

input {
	font-size: 10pt;
	font-family: tahoma,sans-serif;
} 

select {
	font-size: 10pt;
	font-family: tahoma,sans-serif;
}

/* Pranesimu stiliai */

/* Informacinis pranesimas */
div.msg-info {
	border: 1px solid #307C1F;
	padding: 10px;
	background: #ffffd5;
	color: #307C1F;
	font-family: verdana;
	font-size: 10pt;
	
	margin: 5px 10px;
}

/* Ispejimas */
div.msg-warn {
	border: 1px solid black;
	padding: 10px;
	background: #ffffd5;
	color: black;
	font-family: verdana;
	font-size: 10pt;

	margin: 5px 10px;
}

/* Klaidos pranesimas */
div.msg-error {
	border: 1px solid #aa0000;
	padding: 10px;
	background: #ffffd5;
	color: #aa0000;
	font-family: verdana;
	font-size: 10pt;

	margin: 5px 10px;
}



/*******************************************************************************
 * Baziniai stiliai
 ******************************************************************************/
body {
	line-height: 18px; 
	margin-top: 0;
	padding-top: 0;
}

h1 {
	font-family: verdana,sans-serif;
	font-size: large;
	color: #663300;
}

h2 {
	font-family: verdana,sans-serif;
	font-size: medium;
	color: #993300;
}

p {
	font-family: arial,sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: black;
}

li {
	font-family: arial,sans-serif;
	font-size: 0.85em;
}

