@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color: #f9f9f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clear {
	clear: both;
}

h1, h2, p, ul, ol, img {
	margin:0;
	padding: 0;
}

h1 {
	font-weight: normal;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #469ad2;
}

h2 {
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #469ad2;
}

p {
	color: #606d78;
	line-height: 18px;
	margin-bottom: 5px;
}

a:link, a:visited {
	color: #469ad2;
}

img {
	border: 0;
}

#header {
	position: absolute;
	top: 0;
	height: 376px;
	width: 100%;
}

#header_top {
	height: 102px;
	background: url(../images/header_top_bkgrd.jpg) repeat-x left top;
}

#header_top_inner {
	width: 960px;
	margin: 0 auto;
	height: 100%;
}

ul#languages {
	list-style-type: none;
	margin-top: 74px;
	margin-left: 9px;
}

ul#languages li {
	float: left;
	margin-left: 6px;
	display: inline;
}

ul#top_links {
	list-style-type: none;
	margin-top: 15px;
}

ul#top_links li {
	float: left;
	margin-left: 6px;
	display: inline;
	color: #174e97;
}

ul#top_links li a {
	text-decoration: none;
	color: #174e97;
	font-size: 11px;
	padding-right: 6px;
}

ul#top_links li a:hover {
	text-decoration: underline;
	color: #0c356b;
}

#header_bottom {
	height: 274px;
	background: url(../images/header_bottom_bkgrd.jpg) no-repeat center top;
}

#header_bottom_inner {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}

#header_left {
	position: relative;
	float: left;
	width: 580px;
	height: 235px;
	background: url(../images/header_left_bkgrd.jpg) no-repeat left top;
}

#login_form {
	margin: 0;
	padding: 0;
}

#login_form input {
	float: left;
	width: 110px;
	margin-right: 5px;
	border: 1px solid #99bae5;
	padding-left: 3px;
	padding-bottom: 4px;
	padding-top: 2px;
	color: #7e7e7e;
	font-size: 11px;
	background: url(../images/login_input_bkgrd.gif) repeat-x left top;
}

#login_form .button {
	width: 50px;
	border: none;
	color: #ffffff;
	font-size: 11px;
	padding: 2px 5px 5px 2px;
	background: url(../images/login_button.jpg) no-repeat left top;
	cursor: pointer;
}

.login_link {
	font-size: 11px;
}

.login_link:hover {
	text-decoration: none;
}

#header_right {
	position: relative;
	float: right;
	width: 378px;
	height: 221px;
	margin-top: 14px;
	border-right: 1px solid #000000;
	padding-left: 1px;
	background: url(../images/header_right_bkgrd.jpg) no-repeat left top;
}

#nav_bar {
	clear: both;
	width: 958px;
	height: 37px;
	border: 1px solid #ffffff;
	background-color: #df373d;
}

#nav_bar_left {
	float: left;
	width: 300px;
	height: 37px;
	background: #cb2f34 url(../images/search_bkgrd.gif) no-repeat right top;
}

#search_form {
	margin: 0;
	padding: 0;
	margin: 6px 0 0 8px;
}

#search_form input {
	float: left;
	width: 180px;
	margin-right: 5px;
	border: 1px solid #92171b;
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 2px;
	color: #6a6a6a;
	font-size: 13px;
	background: url(../images/search_input_bkgrd.gif) repeat-x left top;
}

#search_form .button {
	width: 26px;
	height: 24px;
	border: none;
	color: #ffffff;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	background: url(../images/lupa.gif) no-repeat left top;
	cursor: pointer;
}

#nav_bar_right {
	float: right;
	width: 570px;
	height: 37px;
}

ul#nav_links {
	list-style-type: none;
	margin-top: 5px;
}

ul#nav_links li {
	float: left;
	width: 110px;
	height: 31px;
	margin-left: 1px;
	color: #f1f1f1;
	text-align: center;
	border: 1px solid #f1f1f1;
	border-bottom: none;
}

ul#nav_links li a {
	width: 110px;
	height: 23px;
	display: block;
	text-decoration: none;
	color: #f1f1f1;
	font-size: 11px;
	padding-top: 8px;
	background: #4690f2 url(../images/nav_links_bkgrd.gif) repeat-x left top;
}

ul#nav_links li a:hover {
	color: #1d5aa9;
	background: url(../images/nav_links_bkgrd_hover.gif) repeat-x left top;
}

#main {
	margin-top: 376px;
	color: #ffffff;
}

#main_inner {
	position: relative;
	width: 958px;
	margin: 0 auto;
	border-left: 1px solid #ccc6b6;
	border-right: 1px solid #ccc6b6;
	background: #ffffff url(../images/main_inner_bkgrd.gif) repeat-x left top;
}

#main_inner_left {
	float: left;
	display: inline;
	width: 710px;
	overflow: hidden;
}

#left_sidebar {
	float:left;
	display: inline;
	width:228px;
}

#categories {
	margin-left: 10px;
	margin-right: 10px;
	list-style-type: none;
	padding-bottom: 10px;
}

#categories li {
	border-bottom: 1px solid #c5d6ed;
	border-top:  1px solid #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}

#categories li a {
	color: #174e97;
	text-decoration: none;
}

#categories li a:hover {
	color: #0b2c59;
	text-decoration: underline;
}

#new_products {
	width: 227px;
	border: 1px solid #c8c8c8;
	border-left: none;
	background-color: #f6f6f6;
	padding-bottom: 10px;
}

.sidebar_header {
	color: #4d4d4d;
	font-size: 12px;
	padding-left: 50px;
	padding-top: 9px;
	padding-bottom: 8px;
	background: url(../images/sidebar_header_bkgrd.gif) repeat-x left top;
	border-bottom: 1px solid #c8c8c8;
}

.new_product {
	min-height: 66px;
	height:auto !important;
	height: 66px;
	margin-bottom: 13px;
	margin: 0 8px 0 8px;
	padding: 10px 0 12px 0;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #ffffff;
}

.new_product h2 {
	font-size: 12px;
}

#new_products .new_product_link {
	color: #18509a;
}

#new_products .new_product_link:hover {
	color: #0b2c59;
}

.sidebar_price {
	color: #4994f7;
	font-weight: bold;
	margin-top: 5px;
}

#new_products .details_button_small {
	padding: 5px 10px;
	text-decoration: none;
	font-size: 10px;
	color: #0f376c;
	background: url(../images/details_button_small.gif) no-repeat left top;
}

#new_products .details_button_small:hover {
	text-decoration: underline;
}


#content {
	position: relative;
	float: right;
	display: inline;
	width: 465px;
	margin-top: 20px;
}

#products {
	overflow: hidden;
}

.promo_product {
	border: 1px solid #e7effa;
	overflow: hidden;
	min-height: 125px;
	height:auto !important;
	height: 125px;
	margin-bottom: 7px;
}

.promo_product h2 {
	font-size: 13px;
	margin-top: 10px;
	margin-right: 10px;
}

.promo_product p {
	font-size: 11px;
	line-height: 14px;
	margin-top: 5px;
	margin-right: 10px;
}

.promo_product .promo_product_link:hover {
	color: #2E81B9;
}

.promo_product ul {
	overflow: hidden;
	margin-top: 10px;
	list-style-type: none;
}

.promo_product ul li {
	float: left;
	margin-left: 8px;
	height: 25px;
	width: 73px;
	overflow: hidden;
}

.promo_product ul li a {
	display: block;
}

.product {
	float: left;
	width: 147px;
	border: 1px solid #e7effa;
	min-height: 250px;
	height:auto !important;
	height: 250px;
	margin-bottom: 5px;
	margin-right: 6px;
	text-align: center;
	padding-top: 5px;
}

.product h2 {
	height: 45px;
}

.product .product_link:hover {
	color: #2E81B9;
}

#products .details_button_big {
	font-size: 11px;
	color: #0f376c;
	text-decoration: none;
	background: url(../images/details_button_big.gif) no-repeat left top;
	padding: 6px 15px;
}

#products .buy_button {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background: url(../images/buy_button.gif) no-repeat left top;
	padding: 6px 15px;
	padding-left: 30px;
}

#products .details_button_big:hover {
	text-decoration: underline;
}

#products .buy_button:hover {
	text-decoration: underline;
}

#right_sidebar {
	float:right;
	width:224px;
	background-color: #f6f6f6;
	margin-right: 5px;
	margin-top: 20px;
	border: 1px solid #c8c8c8;
	overflow: hidden;
	display: inline;
}


#news {
	padding-bottom: 15px;
}
.novina {
	min-height: 100px;
	height:auto !important;
	height: 100px;
	margin-bottom: 13px;
	margin: 0 8px 0 8px;
	padding-top: 10px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #ffffff;
	overflow: hidden;
}

.news-image {
	float: left;
	text-align: center;
	margin-right: 3px;
}

html>body .news-image {
	margin-right: 5px;
}

.novina h2 {
	font-size: 11px;
	margin-bottom: 8px;
}

.novina img {
	background-color: #ffffff;
	border: 1px solid #c2c2c2;
	padding: 2px;
}

#news .novina_link {
	color: #555555;
}

#news .novina_link:hover {
	color: #0b2c59;
}

.novina p {
	font-size: 10px;
	line-height: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5e5e5e;
}

.arrow_link {
	color: #469ad2;
	background: url(../images/arrow_link.gif) no-repeat 0 2px;
	padding-left: 17px;
	font-size: 12px;
	text-decoration: underline;
}

.arrow_link:hover {
	color: #2e81b9;
}

#partners {
	margin: 5px;
	position: relative;
	width: 211px;
	height: 300px;
	overflow: hidden;
	border:1px solid #C8C8C8;
}


#footer {
	clear: both;
	height: 70px;
	background-color: #e7effa;
}





.glossymenu{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	width: 228px; /*width of menu*/
	background-color: #E7EFFA;
}

.glossymenu a.menuitem{
	background: url(../images/glossyback.gif) repeat-x bottom left;
	color: #174E97;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 6px 0;
	margin: 0 3px;
	padding-left: 10px;
	text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #174E97;
}

.glossymenu a.menuitem .plusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	display: block;
	width: 11px;
	height: 12px;
	top: 6px;
	right: 3px;
	background: url(../images/plus.gif) no-repeat top left;
}

.glossymenu a.menuitem .minusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	display: block;
	width: 11px;
	height: 12px;
	top: 6px;
	right: 3px;
	background: url(../images/minus.gif) no-repeat top left;
}

.glossymenu a.menuitem:hover{
	background-image: url(../images/glossyback2.gif);
}

.menuitemhover {
	background-image: url(../images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: #fbfcfe url(../images/submenu_bkgrd.gif) repeat-x left bottom;
	padding: 10px 0;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0 3px;
	padding: 0;
}

.glossymenu div.submenu ul li{
	margin-left: 10px;
}

.glossymenu div.submenu ul li a{
	display: block;
	width: 201px;
	color: #2E81B9;
	text-decoration: none;
	padding: 3px 0;
	padding-left: 10px;
	font-size: 12px;
	background: url(../images/submenu_bullet.gif) no-repeat left 6px;
}

.glossymenu div.submenu ul li a:hover{
background: #4688d2;
color: white;
}

#page_nav {
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#page_nav .raquo {
	font-size: 16px;
	text-decoration: none;
	padding: 0 3px;
}

#page_nav .raquo:hover {
	color: #18509a;
}

#page_nav .links {
	text-decoration: none;
	border: 1px solid #469AD2;
	padding: 0 3px;
	font-size: 10px;
}

#page_nav .links:hover {
	border: 1px solid #18509a;
	color: #18509a;
}

#tiny_mce {
	color: #606D78;
	margin-top: 5px;
}

#tiny_mce ul, ol {
	margin-left: 40px;
	color: #606d78;
}

#updating {
border: none;
visibility: hidden;
position: absolute;
width: 40px;
}

.label_input {
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
}

.label_input label{
	float: left;
	width: 120px;
	text-align: right;
	padding-top: 3px;
	margin-right: 5px;
	color: #606D78;
}

.label_input input {
	width: 270px;
	padding: 3px;
}

.error {
	color: red;
	font-size: 11px;
	margin-left: 130px;
}

#contact p {
	margin: 0;
}



#slideshow {
    position:relative;
    height:221px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
