body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0; }


* {
	font-family: Arial;
}
body, html {
	color: #5c5c5c;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

a {
	color: #944b5e;
	text-decoration: none;
}

.radio {
	margin: 0.25em;
	background: #f7f7f7;
}
label {
	white-space: nowrap;
}
/*
label {
	margin-left: 0.25em;
}
*/

#container
{
	width: 100%;
	height: 100%;
	background-color: #fff;
}

#leftnav
{
	background: #dae13b url(../images/palma_left.gif) no-repeat top right;
	width: 10%;
	height: 100%;
}

#rightnav
{
	background: #dae13b url(../images/palma_right.gif) no-repeat top left;
	width: 10%;
	height: 100%;
}

#content
{
	width: 80%;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

#main {
	width: 100%;
	height: 100%;
}
#main .left-pane {
	width: 20%;
}
#main .center-pane {
	width: 60%;
}
#main .center-pane.catalog-items {
	background: #f7f7f7;
}
#main .center-pane.intro {
	background: #eaeaea;
}
#main .right-pane {
	width: 20%;
	background: #dae13b;
}

#bar_left {
	width: 100%;
	height: 100%;
	background: #4f3038;
}

#linklist {
	padding: 1em 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background: #f7f7f7 url(../images/bg_linklist.gif) repeat-x bottom;
}
#linklist table {
	margin: 0 auto;
}
#linklist .title {
	padding: 0 2em;
	font-size: 70%;
	font-weight: bold;
}
#linklist .item {
	padding: 0 2em;
	font-size: 70%;
}

#footer {
	width: 100%;
}
#footer .address,
#footer .counter {
	background: #eaeaea;
	font-size: 70%;
	text-align: center;
}
#footer .address {
	padding: 2em;
	padding-bottom: 0;
}
#footer .counter {
	padding: 2em;
}

.input, .select, .textarea, .checkbox {
	border: 1px solid #a0a0a0;
	background: #f7f7f7;
}
select {
	border: 2px solid #ad6e7e;
	background: #f7f7f7;
}
.checkbox {
	background: none;
	border: none;
}

.input-rounded {
	font-size: 19px;
	border: none;
	height: 23px;
	width: 100%;
	background: #f7f7f7;
}
.input-rounded2 {
	border: none !important;
}
.input-rounded2 td {
	padding: 0 !important;
}
.input-rounded2 input,
.input-rounded2 textarea,
.input-rounded2 select {
	font-size: 19px;
	border: none !important;
	width: 100% !important;
	background: #f7f7f7 !important;
	border-top: 2px solid #ad6e7e !important;
	border-bottom: 2px solid #ad6e7e !important;
}
.input-rounded2 input,
.input-rounded2 select {
	height: 23px !important;
}
.input-rounded2 textarea {
	border: 2px solid #ad6e7e !important;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}


div.clear {
	clear: both;
}

.successblock {
	color: #becf2f;
}

.valerror,
.failureblock {
	color: red;
}

/* Panel header */
.panel .title {
	width: 100%;
}

.panel .title .left,
.panel .title .right {
	width: 1px;
	background: #944b5e;
}
.panel .title .center {
	width: 100%;
	background: #944b5e url(../images/catalog_h_center.png) repeat-x center;
}

.panel .title,
.panel .title a
{
	color: white;
	font-weight: bold;
	font-size: 100%;
}

/* Catalog LEVEL 1 */
.tree table {
	width: 100%;
}
.tree table td {
	margin: 0;
	padding: 0;
	display: block;
	background: #4f3038 url(../images/bg_catalog_i.png) repeat-x bottom;
	list-style: none;
}

.tree table td a {
	color: white;
	font-weight: bold;

	display: block;
	font-size: 90%;
	padding: 0.3em 0 0.3em 10px;
	background: transparent url(../images/bg_catalog_i_right.png) no-repeat bottom right;
}

/* Catalog LEVEL 2 */
.tree table td td a {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	font-weight: normal;
	font-size: 80%;
	background: #944b5e;
}

.tree table td td a:hover,
.tree table td td a.selected
{
	background: #ad6e7e;
}

/* Catalog LEVEL 3 */
.tree table td td td a {
	padding: 0;
	font-weight: normal;
	background: #6b3b47;
	padding-left: 20px;
}

.tree table td td td a:hover,
.tree table td td td a.selected
{
	color: #c999a5;
	background: #6b3b47;
}

/* Catalog LEVEL 4 */
.tree table td td td td a {
	padding: 0;
	font-weight: normal;
	background: #6b3b47;
	padding-left: 30px;
}

.tree table td td td td a:hover,
.tree table td td td td a.selected
{
	color: #c999a5;
	background: #6b3b47;
}

/* Righ */
.right-panel-red,
.right-panel-green,
.right-panel-red.top {
	color: white;
}

.right-panel-red,
.right-panel-green {
	margin-top: 10px;
}
.right-panel-red {
	background: #4f3038 url(../images/shape5r.gif) no-repeat top left;
}
.right-panel-green {
	background: #becf2f url(../images/shape5g.gif) no-repeat top left;
}

.right-panel-red .wrap,
.right-panel-green .wrap {
	padding-bottom: 20px;
}
.right-panel-red .wrap {
	background: url(../images/shape5rb.gif) no-repeat bottom left;
}
.right-panel-green .wrap {
	background: url(../images/shape5gb.gif) no-repeat bottom left;
}

.right-panel-red.top {
	margin-top: 0;
	background: #4f3038 url(../images/shape5rt.gif) no-repeat top left;
}

.right-panel-red h1,
.right-panel-red h1 a
{
	font-weight: bold;
	color: #ad6e7e;
}
.right-panel-green h1,
.right-panel-green h1 a {
	font-weight: bold;
	color: #f7f7f7;
}

.right-panel-red h1,
.right-panel-green h1 {
	padding: 20px 20px 0 20px;
}

.right-panel-red-bottom {
	padding: 0 20px 20px 20px;
	background: #4f3038 url(../images/shape5rb.gif) no-repeat bottom left;
}

.right-panel-green .title {
	padding: 10px 20px 0 20px;
}
.right-panel-green .title a {
	color: #4f3038;
	font-size: 70%;
	font-weight: bold;
}

.right-panel-green .thumb {
	padding: 5px 20px 0 20px;
}
.right-panel-green .thumb img {
	border: 4px solid #dae13b;
}
.right-panel-green .price {
	padding: 0 20px;
}
.right-panel-green .price .middle {
	color: #4f3038;
	font-size: 70%;
	font-weight: bold;
	background: #dae13b url(../images/shape9gm.gif) repeat-x bottom;
}

.right-panel-green .price .left,
.right-panel-green .price .right {
	height: 2em;
	line-height: 2em;
	width: 13px;
}
.right-panel-green .price .left {
	background: #dae13b url(../images/shape9gl.gif) no-repeat bottom left;
}
.right-panel-green .price .right {
	background: #dae13b url(../images/shape9gr.gif) no-repeat bottom right;
}

.red-button {
	background: #ad6e7e !important;
	margin: 0 !important;
	border: none !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}
.red-button a {
	color: white !important;
}
.red-button td,
.red-button th {
	background: #ad6e7e !important;
	padding: 0 !important;
}


.red-button2 {
	margin: 0 auto !important;
	border: none !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}
.red-button2 a {
	margin: 0 1em !important;
	font-weight: bold !important;
	font-size: 70% !important;
	color: white !important;
}
.red-button2 td,
.red-button2 th {
	padding: 0 !important;
}


#sale .item,
#action .item,
#newproducts .item {
	background: #becf2f;
	/*
	min-height: 110px;
	background: #becf2f url(../images/izsaukums_mirgo.gif) no-repeat 85% center;
	*/
}

#userpanel .login-form {
	margin: 10px 20px 0 20px;
}
#userpanel .login-form a.small {
	color: #ad6e7e;
}

#loginpanelerr {
	color: red;
	font-weight: bold;
	display: none;
}

/* Basket */
#userbin_list {
	padding-top: 10px;
}
.binpanel_itemblock {
	border-top: 1px solid #ad6e7e;
	padding: 4px 0;
	margin: 0 20px;
}
.binpanel_itemblock td {
	font-size: 80%;
	color: white;
}
.binpanel_itemblock a {
	color: white;
}
.bin-button {
	margin-top: 0.5em;
	text-align: center;
}
.bin-button.inbasket a {
	color: #d5e646;
}

/* Search */
#quick-search {
	height: 49px;
	background: #4f3038 url(../images/shape5.png) no-repeat top right;
}

#quick-search table {
	margin-right: 20px;
}

#quick-search .r {
	cursor: pointer;
	float: left;
	line-height: 100%;
	width: 25px;
	height: 25px;
	padding-right: 12px;
	background: url(../images/bg_search_right.png) no-repeat;
}


#searchForm {
	padding: 12px;
	padding-right: 0;
}

#searchFormStr {
	font-size: 20px;
	border: none;
	height: 25px;
	width: 100%;
	background: url(../images/bg_search.png) repeat-x;
}

/* TOP MENU */
#menu-top {
	text-align: center;
	background: white url(../images/bg_menu_top.gif) repeat-x top;
}
#menu-top table {
	height: 32px;
	margin: 0 auto;
}

#menu-top td {
	text-align: center;
	padding: 0 0.2em;
}

#menu-top td a {
	font-size: 77%;
	font-weight: bold;
	color: #4f3038;
}

/* Header */
.header {
	height: 99px;
	background: #dae13b url(../images/bg_top.png) repeat-x bottom;
}

/* Navigation */
#NavigationLine {
	font-size: 77%;
	padding: 9px 35px;
	background: #eaeaea;
}

#NavigationLine a.last {
	color: #5c5c5c;
	font-weight: bold;
}

/* Cat grid */
#catGrid {
	text-align: center;
	background: #eaeaea;
}
#catGrid .items {
	margin: 0 auto;
	padding-top: 8px;
}
#catGrid .item {
	width: 170px;
	height: 170px;
	float: left;
}
#catGrid .item table {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#catGrid .item .name
{
	text-align: center;
	padding: 8px;
}
#catGrid .item .name a {
	font-size: 77%;
	font-weight: bold;
}
#catGrid .item .image {
	height: 100%;
	text-align: center;
}
#catGrid .item .image img {
	border: 4px solid #eaeaea;
}
#catGrid .filter {
	background: #f7f7f7;
	padding: 2em;
	padding-bottom: 0;
}
#catGrid .filter .wrapper {
	padding: 1em;
	background: #eaeaea url(../images/filter_left.gif) no-repeat top left;
}

#catGrid .filter .element {
	height: 40px;
	padding-top: 10px;
	padding-right: 10px;
	float: left;
}

/* Product */
.product {
	background: white;
	margin-left: 8px;
	margin-bottom: 8px;
	width: 194px;
	height: 242px;
	float: left;
}
.product .title {
	padding-top: 0.5em;
	font-size: 80%;
	font-weight: bold;
}
.product .price {
	color: black;
	font-size: 80%;
	font-weight: bold;
}
.product .price .money,
.money {
	color: #fe2222;
}
.product .params {
	margin-top: 0.5em;
	font-size: 70%;
}

/* PAGER */
.pager-block {
	padding: 0.5em 2em;
	background: #eaeaea;
	position: relative;
}
.pager-block td {
	font-size: 80%;
}
.pager-block .pager {
	border-collapse: separate;
	border-spacing: 0.2em;
	margin: 0 auto;
}
.pager-block .pager td {
	text-align: center;
	background: #f5f5f5;
	width: 20px;
	height: 20px;
}
.pager-block .pager td a {
	color: #0e4072;
}
.pager-block .pager td.active,
.pager-block .pager td:hover {
	cursor: pointer;
	background: #ad6e7e;
}
.pager-block .pager td.active a,
.pager-block .pager td:hover a {
	color: white;
}

/* PRODUCT DETAILS */
.product-details {
	width: 100%;
}
.product-details .image {
	text-align: center;
}
.product-details .zoom {
	text-align: center;
}
.product-details .zoom a {
	padding: 5px 0 5px 20px;
	background: url(../images/zoom.gif) no-repeat 5px center;
	font-size: 70%;
}
.product-details .title {
	font-weight: bold;
	color: #ad6e7e;
}
.product-details .price {
	font-weight: bold;
	color: black;
}
.product-details .price span {
	color: #ff0000;
}
.product-details .leasing {
}
.product-details .red-button2 {
	margin: 0;
}
.product-details a.thumbpic
{
	float: left;
	border: 1px solid #eaeaea;
	margin: 3px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	background: no-repeat 50% 50%;
}
.product-details a.thumbpic:hover
{
	border-color: #ad6e7e;
}

/* TABS */
.tabctrl {
	margin-top: 1em;
	width: 100%;
	float:left;
	border-bottom: 1px solid #ad6e7e;
}
.tab-button,
.tab-button.active {
	cursor: pointer;
	text-align: center;
	margin-right: 1px;
	float: left;
}
.tab-button {
	background: #eaeaea;
}
.tab-button.active {
	background: #ad6e7e;
}
.tab-button .button {
	padding: 0.3em 0;
}
.tab-button .button,
.tab-button.active .button {
	font-weight: bold;
	font-size: 80%;
	padding: 0.3em 2em;
}
.tab-button .button {
	color: #ad6e7e;
}
.tab-button.active .button {
	color: white;
}

/* CUSTOM PAGES */
#body {
	/*padding: 1em 2em;*/
}
#body p {
	margin-bottom: 1em;
}
#body td p {
	margin: 0;
}
#body h1 {
	color: #b2d130;
	font-weight: bold;
	margin-bottom: 1em;
	white-space: nowrap;
}
#body strong {
	font-weight: bold;
}
.center-pane .table {
	margin-bottom: 1em;
	border-collapse: separate;
	border-spacing: 0.2em;
	background: #eaeaea;
}
.center-pane .table td,
.center-pane .table th {
	/*font-size: 80%;*/
	padding: 0.2em;
	background: #f7f7f7;
}
.center-pane .table th {
	color: #b2d130;
	font-weight: bold;
}


/*
#body table.input-rounded2 td {
	padding: 0;
}
#body table.red-button,
#body table.red-button2,
#body table.input-rounded2 {
	margin: 0;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
#body table.red-button td,
#body table.red-button th {
	background: #ad6e7e;
	padding: 0;
}
#body table.red-button2 td,
#body table.red-button2 th {
	padding: 0;
}
*/

/* REG FORM */
#regForm table {
	border-bottom: 1px solid #ad6e7e;
	margin-bottom: 0;
	background: none;
}
#regForm table td {
	padding: 0.1em;
	background: none;
}

/* ORDERING */
/*
#body .order-step-bar {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	background: none;
}
#body .order-step-bar td {
	padding: 0.5em 2em;
	background: #eaeaea;
	color: #ad6e7e;
}
#body .order-step-bar td.sep {
	padding: 0.5em;
	background: none;
}
#body .order-step-bar td.active {
	background: #ad6e7e;
	color: white;
}
*/


/* INTRO */
.column-wrapper {
	padding: 1em;
	padding-top: 2em;
	width: 33%;
}
.column-wrapper.first {
	padding-left: 2em;
}
.column-wrapper.last {
	padding-right: 2em;
}
.column-wrapper h1 {
	margin: 0;
	padding: 0;
	line-height: 41px;
	height: 41px;
	color: #b2d130;
	text-align: center;
	font-weight: bold;
}
.column-wrapper h1 a {
	color: #b2d130;
}
.intro-column {
	height: 100%;
	background: #ffffff;
}
.intro-column .item {
	margin: 1em 1em;
	text-align: center;
	border-top: 2px solid #eaeaea;
}
.intro-column .item.first {
	margin: 0 1em;
	border-top: none;
}
.intro-column .item .title {
	padding: 0.5em 0;
	font-size: 70%;
	font-weight: bold;
}
.intro-column .item .price {
	padding-top: 1em;
	color: #858585;
	font-size: 70%;
}

#addShipCost {
	margin: 0.5em;
}

/* SHIPPING BAR */
.order-step-bar {
	height: 36px;
	margin-bottom: 1em;
}
.order-step-bar td {
	font-weight: bold;
	color: white;
}

.order-step-bar .item {
	float: left;
	padding: 0.5em 1em;
}

.paymentopt,
.paymentoptsel
{
	white-space: nowrap;
}

/* picture wnd */
a.previouspicture, a.previouspicture:link, a.previouspicture:active, a.previouspicture:visited
{
	display: block;
	width: 25px;
	height: 23px;
	background: url(../images/nav_left.gif);
}

a.previouspicture:hover
{
	background: url(../images/nav_left.gif);
}

a.nextpicture, a.nextpicture:link, a.nextpicture:active, a.nextpicture:visited
{
	display: block;
	width: 25px;
	height: 23px;
	background: url(../images/nav_right.gif);
}

a.nextpicture:hover
{
	background: url(../images/nav_right.gif);
}


