BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
/* basic elements */
A {
	color: #e4440d;
	text-decoration: underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A:HOVER {
	color: #7383BE;
	text-decoration : none;
}
B, STRONG {
	color: #7383BE;
}
H1,H2,H3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}
H1, H1 A {
	font-size: 16pt;
	font-weight: normal;
	color: #c22e59;
}
H2, H2 A {
	font-size: 15pt;
	font-weight: normal;
	color: #c22e59;
} 
H3, H3 A {
	font-size: 13pt;
	line-height: 18pt;
	font-weight: normal;
	color: #c22e59;
}
TD,P {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #555454;
	line-height: 12pt;
}
UL {
/*	margin: 0px;
	padding: 0px;*/
}
LI{
	
}
FORM {
	margin: 0;
	padding: 0;
}
SELECT {
	font-size: 8pt;
}
INPUT {
	border: 1px solid #D0D0D0;
//	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom: 1px;
}
INPUT.button {
	border: 1px solid #D0D0D0;
	color: Silver;
	background-color: white;
	text-align: center;
}
FIELDSET {
	border: 1px solid #D0D0D0;
	padding: 15px;
}
LEGEND {
	color: Silver;
	padding: 10px;
}
LABEL {
   float:left; 
  /* width:20%;*/
   margin-right:0.5em;  
/*   padding-top:0.5em;*/
   text-align:right; 

}
TEXTAREA{
	border: 1px solid #D0D0D0;
	background : White;
}
HR {
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #D0D0D0;
}
BLOCKQUOTE {
	font-style: italic;
	color: Gray;
}
/* common classes and ID */
.arrow {
	font-size: 14pt;
}
.close {
	float: right;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background-image: url(../images/corner_x.png);
	background-repeat: no-repeat;
}
.checkbox {
	vertical-align: middle;
	border: none;
	background-color: transparent;
}
.button-important {
	border: 1px solid #D0D0D0;
	background-color: white;
	text-align: center;
	color: #e4440d;
}
.star {
	background-image: url(../images/star.gif);
	height: 12px;
	vertical-align: middle;
}
TABLE.images TD {
	padding-left: 10px;
}
.params {
	list-style: none;
}
.params LI {
	list-style: none;
	line-height: 14pt;
}
.params LI SPAN {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
	vertical-align: middle;
}
.absmiddle {
	vertical-align: middle;
}
.EvenRow{
	background-color: #FFF1E8;
}
.OddRow {
	background-color: #ffffff;
}
.HighLightRow {
	background-color: #FFFF9B;
}
.alternator TR TD {
	background-color: #FFF1E8;
	padding: 10px;
	border-bottom: 3px double White;
	color: #FFB081;
}
.alternator TR TD A {
	color: #0000CD;
}

/* shop classes */
.discount-none {
	display: none;
}
.price_used {
	color: #9f004d;
}
.price_default {
	color: Red;
	text-decoration: line-through;
}
#shop_subs {
	border: 1px solid #FFC169;
}
#shop_subs DIV {
	padding: 10px;
}
#shop_subs UL {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
#shop_subs UL LI {
	list-style: none;
	display: inline;
	margin-right: 10px;
}

/* navigator */
#navigator {
	clear: both;
	margin-bottom: 15px;
}
#back {
	float: right;
}
#back A {
	font-size: 14pt;
	text-decoration: none;
}
.pagination {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* forum */
TABLE.forum_post {
}
TABLE.forum_post INPUT {
	width: 100%;
	border: 1px solid #CCCCCC;
}
TABLE.forum_post TEXTAREA {
	width: 100%;
	height: 200px;
}
TABLE.topic TD {
	vertical-align: top;
}
#forum_topic_related {
	padding: 10px;
	width: 100%;
}
#forum_topic_related H3 {
	padding: 0;
	margin: 0;
}
TABLE.topic_list TD {
	height: 18px;
}
TABLE.topic_list IMG {
	margin: 0px;
	padding: 0px;
}
TABLE.topic_list A {
	border: none;
}
TABLE.topic_list A:HOVER {
	border: none;
	text-decoration: underline;
}
#stars-set INPUT {
	width: 20px;
	border: none;
	background-color: transparent;
	vertical-align: middle;
}

/* registration */
#registration {
	text-align: center;
}
#registration DIV {
	width: 90%;
	text-align: left;
	margin: auto;
}
#registration DIV DIV {
	width: 100%;
}
#registration FORM label { 
	float: left;
	clear: both;
   width: 200px;
   margin-right: 5px;  
	margin-bottom: 1px;
   text-align: right; 
}
#registration_message {
	text-align: center;
	color: red;
}
/* cart */
TABLE.cart TR TD {
	border: 1px solid #EFEFEF;
	padding: 5px;
	padding-bottom: 3px;
}

/* website special */
#main_container {

}
#left {
	background-color: #ffbedb;
	border-right: 1px solid #ff71ac;
}
#right {
	background-color: #ffbedb;
	border-left: 1px solid #ff71ac;
}
#content_container {
	width: 984px !important;
	width: 984px;
	vertical-align: top;
	background-image: url(../images/predlohy_ccontainer_a.jpg);
	background-repeat: repeat-y;
}
#head {
	position: relative;
	background-image: url(../images/predlohy_head.jpg);
	width: 984px;
	height: 368px;
}
#head H1 {
	display: none;
}
#homebutton {
	position: absolute;
	top: 250px;
	left: 0;
	width: 250px;
	height: 30px;
	cursor: pointer;
}
#upper-menu {
	position: absolute;
	top: 0;
	left: 364px;
	width: 366px;
	height: 368px;
	z-index: 100px;
}
#upper-menu UL {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#upper-menu UL LI {
	margin: 0;
	padding: 0;
}
#upper-menu UL LI A {
	position: absolute;
	text-indent: -3000px;
	cursor: pointer;
}
#upmenu-home {
	left: 116px;
	top: 63px;
	width: 56px;
	height: 22px;
}
#upmenu-predlohy {
	left: 176px;
	top: 96px;
	width: 108px;
	height: 42px;
}
#upmenu-pomocky {
	left: 124px;
	top: 150px;
	width: 100px;
	height: 42px;
}
#upmenu-inytovar {
	left: 242px;
	top: 158px;
	width: 72px;
	height: 27px;
}
#upmenu-stena {
	left: 158px;
	top: 212px;
	width: 148px;
	height: 26px;
}
#upmenu-search {
	left: 121px;
	top: 250px;
	width: 110px;
	height: 24px;
}
#upper-image {
	position: absolute;
	background-image: url(../images/predlohy_upper_image.jpg);
	top: 0;
	left: 364px;
	width: 366px;
	height: 368px;
	z-index: 350px;
	display: none;
}
#submenu {
	position: absolute;
	width: 240px;
	top: 138px;
	left: 658px;
	border: 4px solid #EB549B;
	padding: 10px;
	background-color: White;
	z-index: 100;
}
#submenu UL {
	list-style: circle;
}
#top-search {
	position: relative;
	width: 200px;
	left: 482px;
	top: 247px;
}
#top-advanced-search {
	border: 1px solid #ED539C;
	background-color: White;
	padding: 10px;
	position: absolute;
	top: 25px;
	left: -62px !important;
	left: -30px;
	width: 180px;
}
#usermenu {

}
#not_logged {
	background-image: url(../images/predlohy_user_login.jpg);
	position: relative;
	height: 251px;
	width: 232px;
}
#login-login, #login-password, #login-button {
	position: absolute;
	border: none;
	background-color: transparent;
	color: #F36BAB;
	font-size: 8pt;
}
#login-login {
	top: 103px;
	left: 31px;
	width: 140px;
}
#login-password {
	top: 150px;
	left: 31px;
	width: 140px;
}
#login-button {
	left: 54px;
	top: 182px;
	width: 125px;
	height: 23px;
	cursor: pointer;
}
#login-registration {
	position: absolute;
	top: 230px;
	left: 15px;
	width: 74px;
	height: 20px;
	text-indent: -3000px;
}
#login-forgotten {
	position: absolute;
	top: 230px;
	left: 101px;
	width: 116px;
	height: 20px;
	text-indent: -3000px;
}
#loggedin {
	background-image: url(../images/predlohy_user_logged.jpg);
	position: relative;
	height: 250px;
	width: 232px;
}
#loggedin-in {
	padding: 40px;
	padding-top: 88px;
}
#menu {
	background-image: url(../images/predlohy_menu_bg.jpg);
	width: 232px;
	position: relative;
}
#menu-top {
	background-image: url(../images/predlohy_menu_top.jpg);
	background-repeat: no-repeat;
	width: 232px;
	height: 94px;
}
#menu-bottom {
	clear: both;
	background-image: url(../images/predlohy_menu_bottom.jpg);
	background-repeat: no-repeat;
	width: 232px;
	height: 27px;
}
#menu-content {
/*	padding-left: 30px;	*/
	padding-top: 10px;
}
#menu-content UL {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu-content UL LI {
	margin: 0;
	padding: 0;
	width: 182px;
	height: 47px;
}
#menu-content UL LI A {
	position: absolute;
	left: 30px;
	width: 182px;
	height: 47px;
	text-indent: -3000px;
	cursor: pointer;
}
#menu-fotogaleria {
	background-image: url(../images/menu_fotogaleria.jpg);
	top: 0px;
}
#menu-diskusie-nove {
	background-image: url(../images/menu_diskusie_nove.jpg);
	top: 47px;
	height: 27px;
}
#menu-navody {
	background-image: url(../images/menu_navody.jpg);
	top: 74px;
}

#minicart {
	position: absolute;
	left: 59px;
	top: 329px;
	text-align: right;
}
#minicart, #minicart A {
	color: #7685C0;
	font-weight: bold;
}
#minicart A {
	text-decoration: none;
}
#minicart A:hover {
	text-decoration: underline;
}
#content {
	background-image: url(../images/predlohy_ccontainer_b.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#left-column {
	background-image: url(../images/predlohy_left_column.jpg);
	background-repeat: repeat-y;
}
#center {
	padding: 10px;
}

/* index */
#index-right-column {
	float: right;
	width: 182px;
	background-image: url(../images/predlohy_index_right_bg.jpg);
	position: relative;
	top: -23px;
	left: 10px;
}
#index-search {
	background-image: url(../images/predlohy_index_right_col.jpg);
	background-repeat: no-repeat;
	height: 259px;
}
#index-articles-container {
	width: 520px;
/*	clear: both;*/
	text-align: center;
}
#index-articles {
	width: 520px;
	margin: auto;
	padding-top: 15px;
	text-align: justify;
}
#index-shop {
/*	clear: both;*/
	width: 250px !important;
	width: 300px;
	background-image: url(../images/predlohy_index_title_new.jpg);
	background-position: left middle;
	background-repeat: no-repeat;
	position: relative;
	left: -10px;
	padding-left: 70px !important;
	padding-left: 60px;
}
#index-stripe {
	margin-top: 12px !important;
	margin-top: 28px;
	margin-left: 10px;
	width: 510px;
	height: 80px;
	background-color: transparent;
/*	border: 1px solid #f46bab;*/
}
/* shop */
.product-square {
	background-image: url(../images/predlohy_product_square_nov.jpg);
	background-repeat: no-repeat;
	width: 194px !important;
	width: 214px;
	height: 134px !important;
	height: 154px;
	padding: 10px;
}
.product-square H3, .product-square H3 A {
	color: #616EBF;
	text-decoration: none;
	font-size: 11pt;
}
.product-square H3 A:hover{
	text-decoration: underline;
}