@charset "utf-8";
/* CSS Document */

html {
	width: 100%;
	padding: 0;
	margin: 0;
	}

body {
	width: 100%;
	margin:0;
	padding:0;
	background:url(images/body_bg.gif) repeat-y center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color:#4b4b4b;
	}

h1 {
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:bold;
	color:#3e7ec0;
	}

h2 {
	margin:0;
	padding:0;
	font-size:15px;
	font-weight:bold;
	color:#000;
	}
	
h3 {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	color:#595959;
	}

p {
	margin:0;
	padding:0;
	font-size:13px;
	color:#4b4b4b;
	}

a {
	text-decoration:none;
	font-size: 13px;
	}

img {
	border:none;
	}
	
.clearer {
	clear:both;
	height:1px;
	font-size:0px;
	}
	
.left {
	float:left;
	}
	
.right {
	float:right;
	}

/* Header */

#header {
	width:964px;
	height: 174px;
	height: expression('191px');
	text-align:left;
	background: url(images/header_bg.png) no-repeat center;
	margin: 0px auto 17px auto;
	padding-top: 17px;
	}

#logo_txt {
	float:left;
	width:750px;
	}

#header_logo {
	float:left;
	width:500px;
	height:90px;
	text-align:center;
	margin-top:24px;
	}
	
#header_txt {
	float: left;
	width:240px;
	margin-top: 23px;
	padding-left: 10px;
	background: url(images/header_txt.png) no-repeat top left;
	}
	
#header_txt h1 {
/*	font-weight:normal;*/
	margin-top:-3px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	}
	
#header_txt p {
	line-height: 12px;
	text-align: left;
	font-weight:bold;
	}

#tabs {
	clear:both;
	width:700px;
	padding-top:3px;
	margin-left:7px;
	}

#tabs ul {
	margin:0;
	padding:0 11px 0 11px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url(images/left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 11px;
	text-decoration:none;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	color:#765;
	cursor:pointer;
	}

#tabs a span {
	float:left;
	display:block;
	background:url(images/right.gif) no-repeat right top;
	padding:5px 11px 4px 0;
	color:#545454;
	}

#tabs a:hover span {
	color:#000;
	}

#tabs a:hover {
	background-position:0 -27px;
	}

#tabs a:hover span {
	background-position:100% -27px;
	}

#tabs .act_tab a, #tabs .act_tab a:hover {
	background-position:0% -54px;
	cursor:default;
	}

#tabs .act_tab a span, #tabs .act_tab a:hover span {
	background-position:100% -54px;
	color:#000;
	}

#nav_bot {
	clear:both;
	margin-left:9px;
	margin-top:0px;
	}
    
#nav_bot ul {
	list-style:none;
	margin:0;
	padding:0;
	background:#CCC;
	}

#nav_bot li {
	float:left;
	margin-left:5px;
	}
	
#nav_bot a {
	float:left;
	display:block;
	position:relative;
	height:17px;
	padding:5px 5px;
	font-weight:bold;
	color:#fff;
	}
	
#nav_bot a:hover {
	text-decoration:underline;
	}

#nav_bot_flags {
	position:relative;
	top:0;
	float:right;
	width:550px;
	height:20px;
	margin-top: -20px;
}

#nav_bot_flags img {
	float:left;
	margin-right:3px;
	display:block;
	border:none;
}
	
#header_akcija {
	float:right;
	margin-top:5px;
	padding-right:18px;
	width:190px;
	}
	
#header_box {
	float:right;
	}
	
#header_box a span {
	display:block;
	color:#fff;
	font-weight:bold;
	}

#header_box span {
	display:block;
	margin-top:6px;
	margin-left:10px;
	}
	
#header_box a:hover span {
	text-decoration:underline;
	}

#header_box_txt {
	color:#3e7ec0;
	font-weight:bold;
}

/* Left Column */

#content {
	width:964px;
	margin:0 auto 0 auto;
	text-align:center;
	}
	
#column_left {
	text-align:right;
	width:194px;
	}
	
#column_right {
	text-align:left;
	width:194px;
	}
	
#column_mid {
	text-align:center;
	width:576px;
	}

#column_links {
	width:964;
	text-align:left;
}
	
#cl_subnav {
	text-align:left;
	margin-top: 15px;
	padding-top:8px;
	background:url(images/box_bg.png) no-repeat left top;
	font-size:13px;
	}
	
#cl_subnav h2 {
	background:url(images/icons/add-folder-blue.gif) no-repeat left 2px;
	padding-left:17px;
	margin-left: 15px;
	}
	
#cl_subnav ul {
	margin:7px 2px 1px 2px;
	padding:0;
	list-style:none;
	}

#cl_subnav li {
	padding:1px;
	}
	
#cl_subnav a {
	display:block;
	width:178px;
	width:expression('188px');
	font-size:15px;
	color:#4b4b4b;
	font-weight:bold;
	padding-left: 10px;
	}
	
#cl_subnav a:hover {
	color:#fff;
	padding-left:10px;
	background: #3e7ec0 url(images/pointer.gif) no-repeat 170px center;
	}
		
#cl_subnav .subnav_act a, #cl_subnav .subnav_act a:hover {
	width:167px;
	width:expression('188px');
	color:#fff;
	padding-left:22px;
	background: #3e7ec0 url(images/pointer.gif) no-repeat 11px center;
	cursor:default;
	}
	
#cl_subnav .subnav_sub a {
	width:157px;
	width:expression('167px');
	padding-left:32px;
	font-size:13px;
	background:url(images/pointer_small.png) no-repeat 24px 5px;
	}
	
#cl_subnav .subnav_sub a:hover {
	width:157px;
	width:expression('167px');
	padding-left:32px;
	font-size:13px;
	color:#3e7ec0;
	background:url(images/pointer_small_hl.png) no-repeat 24px 5px;
	text-decoration:underline;
	}
	
#cl_subnav .subnav_sub_act a, #cl_subnav .subnav_sub_act a:hover {
	width:157px;
	width:expression('167px');
	padding-left:32px;
	color:#3e7ec0;
	background:url(images/pointer_small_hl.png) no-repeat 24px 5px;
	cursor:default;
	}
	
#cl_subnav .subnav_sub a:hover {
	width:157px;
	width:expression('167px');
	padding-left:32px;
	font-size:13px;
	color:#3e7ec0;
	background:url(images/pointer_small_hl.png) no-repeat 24px 5px;
	text-decoration:underline;
	}

.box_bot {
	height:13px;
	margin-top:-1px;
	padding:0;
	background:#FFF url(images/box_bot.png) no-repeat left top;
	}

#cr_cart {
	width:194px;
	text-align:left;
/*	margin-top: 15px;*/
	padding-top:8px;
	background:url(images/box_bg.png) no-repeat left top;
}
	
#cr_cart h2 {
	background:url(images/icons/shopping-cart-blue.gif) no-repeat left 2px;
	padding-left:17px;
	margin-left:15px;
}
	
#cr_cart p {
	margin: 15px 13px 10px 13px;
	line-height:18px;
}

#cr_cart2 {
	text-align:right;
}

#cr_cart2 a, #cr_cart2 a:link, #cr_cart2 a:visited {
	color:#4b4b4b;
	font-weight:bold;
	background:url(images/icons/shopping-cart2.gif) no-repeat left 2px;
	padding-left:17px;
	margin-right:13px;
	font-size:13px;
}
	
#cr_cart2 a:hover {
	color:#3e7ec0;
	text-decoration:underline;
}

#cr_cart_bot {
	text-align:left;
	padding:15px 13px 13px 13px;
	background:url(images/cart_bot2.png) no-repeat left top;
}
	
#cr_cart_bot p {
	margin-top:5px;
}

#cr_cart_bot div.secure_txt {
	margin: 10px;
	color:#339900;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

#cr_cart_bot img {
	display:block;
	float:right;
	width:65px;
	height:34px;
	margin-top:3px;
}

#cr_cart_bot ul {
	margin:5px 0 0 15px;
	padding:0;
	list-style-type:disc;
}
	
#cr_cart_bot li {
	margin:0px;
}

#cr_cart_bot a {
	color:#4b4b4b;
	font-size:13px;
	font-weight:bold;
}
	
#cr_cart_bot a:hover {
	text-decoration:underline;
	color:#3e7ec0;
}
	
#cl_search_price {
	width:194px;
	text-align:left;
	margin-top: 15px;
	padding-top:8px;
	background:url(images/box_bg.png) no-repeat left top;
	font-size: 13px;
	}
	
#cl_search_price h2 {
	background:url(images/icons/search-grey.gif) no-repeat left 2px;
	padding-left:17px;
	margin-left:15px;
	}

#cl_search_price ul {
	margin:7px 2px 1px 2px;
	padding:0;
	list-style:none;
}

#cl_search_price li {
	padding:1px;
}

#cl_search_price a {
	display:block;
	font-size:15px;
	color:#4b4b4b;
	font-weight:bold;
	padding-left: 10px;
}

#cl_search_price a:hover {
	text-decoration:underline;
}

	
#cl_search {
	width:194px;
	text-align:left;
/*	margin-top: 15px;*/
	padding-top:8px;
	background:url(images/box_bg.png) no-repeat left top;
	font-size:13px;
	}
	
#cl_search h2 {
	background:url(images/icons/search-grey.gif) no-repeat left 2px;
	padding-left:17px;
	margin-left:15px;
	}
	
#cl_search p {
	margin:15px 19px 0 12px;
	line-height:22px;
	text-align:center;
	}
	
#cl_search a {
	color:#4b4b4b;
	font-size:13px;
	font-weight:bold;
	padding:0 2px 0 2px;
	}
	
#cl_search a:hover {
	text-decoration:underline;
	color:#000;
	}
	
#cl_search_forms {
	margin:22px 0 5px 13px;
	}

#cl_box_abc {
	text-align:left;
	line-height: 20px;
/*	padding:15px 19px 12px 12px;
	background:url(images/box_abc.png) no-repeat left top;*/
	font-size:13px;
	}
	
#cl_box_abc p {
	line-height:22px;
	text-align:center;
	}
	
#cl_box_abc a {
	color:#4b4b4b;
	font-size:13px;
	font-weight:bold;
	padding:0 2px 0 2px;
	margin-bottom: 15px;
	}
	
#cl_box_abc a:hover {
	text-decoration:underline;
	color:#000;
	}
	
#cl_top_downloads {
	text-align:left;
	margin-top:17px;
	padding-top:8px;
	background:url(images/box_bg.png) no-repeat left top;	
	}
	
#cl_top_downloads h2 {
	padding-left:17px;
	margin-bottom:18px;
	margin-left:15px;
	background-image: url(images/icons/download-page-blue.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	}
	
#cl_top_downloads a {
	display:block;
	height:44px;
	width:186px;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:2px;
	margin:10px 0 0 3px;
	color:#4b4b4b;
	font-weight:bold;
	cursor:pointer;
	}
	
#cl_top_downloads a:hover {
	padding-top:0;
	padding-bottom:0;
	border-top:#3e7ec0 solid 2px;
	border-bottom:#3e7ec0 solid 2px;
	background-color:#e4eef8;
	color:#000;
	}	
	
#cl_top_downloads img {
	float:left;
	margin-top:-1px;
	margin-bottom:-1px;
	}

#cl_top_downloads .ts_no {
	float:left;
	display:block;
	width:15px;
	margin-left:3px;
	padding-right:3px;
	text-align:right;
	font-size: 13px;
	}
	
#cl_top_downloads .ts_txt {
	float:left;
	display:block;
	width:105px;
	padding-left:5px;
	font-size: 13px;
	}

/* Right Column */
#cr_tags {
	text-align:left;
	padding-top:8px;
	margin-top: 15px;
	background:url(images/box_bg.png) no-repeat left top;
}

#cr_tags h2 {
	background:url(images/icons/web-page-blue.gif) no-repeat left 2px;
	padding-left:17px;
	margin-left:15px;
	margin-bottom:18px;
}

#cr_tags p {
	margin: 13px 8px 8px 13px;
	font-weight:bold;
}


#cr_news_us {
	text-align:left;
	padding-top:8px;
	margin-top: 0px;
	background:url(images/box_bg.png) no-repeat left top;
	}
	
#cr_news_us h2 {
	background:url(images/icons/web-page-blue.gif) no-repeat left 2px;
	padding-left:17px;
	margin-left:15px;
	margin-bottom:18px;
	}
	
#cr_news_us a {
	display:block;
	height:44px;
	width:168px;
	width:expression('186px');
	padding-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	margin:10px 3px 0 3px;
	color:#4b4b4b;
	font-weight:bold;
	cursor:pointer;
	background:url(images/news_icon.png) no-repeat 5px 5px;
	}
	
#cr_news_us a:hover {
	padding-top:0;
	padding-bottom:0;
	border-top:#3e7ec0 solid 2px;
	border-bottom:#3e7ec0 solid 2px;
	color:#000;
	background:#e4eef8 url(images/news_icon_hl.png) no-repeat 5px 3px;
	}	
	
#cr_news_us img {
	float:left;
	margin-top:-1px;
	margin-bottom:-1px;
	}
	
#cr_news_us .news_txt {
	float:left;
	display:block;
	width:105px;
	padding-left:5px;
	font-size:13px;
	}


#cr_news {
	text-align:left;
	padding-top:8px;
	margin-top: 15px;
	background:url(images/box_bg.png) no-repeat left top;
	}
	
#cr_news h2 {
	background:url(images/icons/web-page-blue.gif) no-repeat left 2px;
	padding-left:17px;
	margin-left:15px;
	margin-bottom:18px;
	}
	
#cr_news a {
	display:block;
	height:44px;
	width:168px;
	width:expression('186px');
	padding-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	margin:10px 3px 0 3px;
	color:#4b4b4b;
	font-weight:bold;
	cursor:pointer;
	background:url(images/news_icon.png) no-repeat 5px 5px;
	}
	
#cr_news a:hover {
	padding-top:0;
	padding-bottom:0;
	border-top:#3e7ec0 solid 2px;
	border-bottom:#3e7ec0 solid 2px;
	color:#000;
	background:#e4eef8 url(images/news_icon_hl.png) no-repeat 5px 3px;
	}	
	
#cr_news img {
	float:left;
	margin-top:-1px;
	margin-bottom:-1px;
	}
	
#cr_news .news_txt {
	float:left;
	display:block;
	width:105px;
	padding-left:5px;
	font-size: 13px;
	}
	
#cr_news .all_releases {
	text-align: center;
	height: 26px;
	padding: 0;
	margin: 10px auto 0 auto;
}

#cr_news .all_releases a {
	padding: 0;
	margin: 10px auto 0 auto;
	height: 26px;
	text-align: center;
	background: none;
	border: none;
	color: #4b4b4b;
	font-weight:bold;
	line-height:20px;
}

#cr_news .all_releases a:hover {
	padding: 0;
	margin: 10px auto 0 auto;
	text-align: center;
	background: none;
	border: none;
	color: #4b4b4b;
	text-decoration: underline;
	line-height:20px;
}

#cr_mail {
	text-align:left;
	margin-top: 15px;
	padding-top:8px;
	background:url(images/box_bg.png) no-repeat left top;
	}
	
#cr_mail h2 {
	background:url(images/icons/email-open-blue.gif) no-repeat left 2px;
	padding-left:17px;
	margin-left:15px;
	}

#cr_mail p {
	margin: 13px 8px 8px 13px;
	font-weight:bold;
	}
		
#cr_mail_forms {
	margin:10px 0 0 13px;
	}

.box_bot_right {
	height:13px;
	margin-top:-1px;
	padding:0;
	background:#FFF url(images/box_bot.png) no-repeat left top;
	}
	
/* SILVER BOX */
#s_box {
	text-align:center;
	margin-top:15px;
	padding-top:18px;
	background:url(images/box_silver.png) no-repeat left top;
}

#s_box_us {
	text-align:center;
/*	margin-top:15px;*/
	padding-top:18px;
	background:url(images/box_silver.png) no-repeat left top;
}
	
#s_box p {
	margin: 15px 13px 10px 13px;
	line-height:18px;
}
/*
#s_box img {
	display:block;
	float:right;
	width:65px;
	height:34px;
	margin:15px 5px 5px 5px;
}
*/
#s_box ul {
	margin:5px 13px 10px 13px;
	padding:0 13px;
	list-style-type:disc;
}

#s_box li {
	margin:0px;
}
	
#s_box a:link, #s_box a:visited {
	color:#4b4b4b;
	font-size:13px;
	font-weight:bold;
}
	
#s_box a:hover {
	text-decoration:underline;
	color:#3399cc;
}

#s_box div.secure_txt {
	margin: 10px;
	padding-top: 10px;
	color:#339900;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

#s_box div {
	text-align: center;
}

.s_box_bot {
	height:26px;
	margin-top:-1px;
	padding:0;
	background:#FFF url(images/box_silver_bot.png) no-repeat left top;
}

#s_box_us div {
	text-align: center;
}

#s_box_us div.secure_txt {
	margin: 10px;
	padding-top: 10px;
	color:#339900;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

/* Footer */

#footer {
	width:964px;
	height:65px;
	text-align:left;
	background: url(images/footer_bg.png) no-repeat center top;
	margin:15px auto 0 auto;
	padding-top:10px;
	}
	
#footer h1, #footer p {
	margin-left:13px;
	}

#footer span {
	float:right;
	margin-right:8px;
	}

#footer a {
	color:#818181;
	font-weight:bold;
	margin: 5px 5px;
	}

#footer a:hover {
	color:#4b4b4b;
	text-decoration:underline;
	}
	
.credits {
	color:#9c9c9c;
	}
	
#footer .credits a {
	padding:0;
	margin:0;
	}

#footer .left_span {
	float:left;
}

#footer_txt {
	float:right;
	margin-right:10px;
	margin-top: 5px;
	width: 550px;
}
	
#footer_txt p {
	text-align:right;
	font-weight:bold;
	color:#9c9c9c;
}
/* Index */

#top_frames {
	width:544px;
	height:194px;
	margin:0 auto 0 auto;
	}

.mid_top {
	float:left;
	width:169px;
	height:194px;
	background:url(images/mid_top_bg.png) no-repeat top left;
	text-align:center;
	}

.mid_top img {
	margin-top:20px;
	}
	
.mid_top span {
	display:block;
	}
	
.mid_top a span {
	margin-top:5px;
	margin-right:13px;
	font-weight:bold;
	text-align:right;
	color:#3e7ec0;
	font-size: 13px;
	}
	
.mid_top a:hover span {
	text-decoration:underline;
	}
	 	
.center {
	margin:0 18px 0 18px;
	}

.mid_holder_title h1 {
	margin: 0 0 10px 8px;
	padding: 0 0 0 8px;
	text-align:left;
}

.mid_holder {
	width:544px;
	margin:17px auto 0 auto;
	}
	
.mid_holder_first {
	width:544px;
	margin:2px auto 0 auto;
	}	
	
.mid_box {
	float:left;
	width:169px;
	text-align:left;
	}
	
.mid_box h2 {
	height:24px;
/*	height:expression('24px');*/
	padding-top:4px;
	padding-left:8px;
	background:url(images/mid_h2.png) no-repeat top center;
	font-size:13px;
	color:#4b4b4b;
	}
	
.mid_box p {
	font-size:11px;
	border-bottom:#c9c9c9 solid 1px;
	}
	
.mid_container {
	height:80px;
	margin-top:5px;
	border-bottom:#c9c9c9 solid 1px;
	}
	
.mid_container img {
	float:left;
	margin:3px 5px 0 0;
/*	border:#3e7ec0 solid 1px;*/
	}

.mid_container h3 {
	margin-top:5px;
	}
	
.mid_container a {
	clear:both;
	display:block;
	text-align:left;
/*	color:#3e7ec0;
	font-weight:bold;*/
	margin-right:5px;
	}

.mid_container a:hover {
	text-decoration:none;
	}
	
.mid_container span a {
	clear:both;
	display:block;
	text-align:right;
	color:#3e7ec0;
	font-weight:bold;
	margin-right:5px;
	}

.mid_container span a:hover {
	text-decoration:underline;
	}
	
.mid_container_bottom {
	color:#3e7ec0;
	text-align:center;
}

.mid_container_bottom a {
	color:#3e7ec0;
	text-align:center;
}

.mid_wrapper {
	float:left;
	width:169px;
	text-align:left;
	border-bottom:#c9c9c9 solid 1px;
	border-top:#c9c9c9 solid 1px;
	padding: 5px 0 5px 0;
	}

.mid_content {
/*	height:130px;*/
height:auto;
font-size:13px;
	}
	
.mid_content img {
	float:left;
	margin-right:5px;
	margin-top:1px;
/*	border:#3e7ec0 solid 1px;*/
	}

.mid_content_image {
	float: left;
	width:80px;
	width:expression('78px');
}

.mid_content_image img {
/*	float:left;*/
	margin-right:3px;
	margin-top:1px;
}

.mid_content_cart {
	float:right;
	width:89px;
	width:expression('85px');
}

.mid_content_cart a, .mid_content_cart a:link, .mid_content_cart a:visited {
	display:block;
	font-weight:bold;
	text-align:right;
	color:#3e7ec0;
	padding-bottom: 5px;
}

.mid_content_cart a:hover {
	color:#3e7ec0;
	text-decoration:underline;
}

.mid_content_price {
	text-align:right;
	font-weight:bold;
	color:#4b4b4b;
}

#mid_content_price_original {
	color:#990000;
	font-size:12px;
	font-weight: bold;
	text-decoration:line-through;
}

#mid_content_price_discount {
	color:#339900;
	font-size: 12px;
	font-weight: bold;
}

#mid_content_price_small {
	color:#339900;
	font-size: 9px;
}

.mid_content p {
	clear:both;
	font-weight:normal;
	font-size:13px;
	}

.mid_wrapper a {
	display:block;
	font-weight:bold;
	text-align:right;
	color:#3e7ec0;
	font-size:13px;
	}
	
.mid_content a {
	font-weight:normal;
	text-align:left;
}

/*.mid_content a:hover {
	color:#c9c9c9;
}*/
	
.mid_wrapper a:hover {
	text-decoration:underline;
	}


/* Product page */

#product_details {
	width:518px;
	width:expression('560px');
	height:330px;
	margin:0 auto 0 auto;
	padding:13px 13px 2px 13px;
	background:url(images/product_details_bg2.png) no-repeat top center;
	font-size:13px;
	}

#pd_thumb {
	float:left;
	width:164px;
	margin-left:10px;
	}
	
#pd_thumb img {
	border:none;
	}
	
#pd_thumb span {
	display:block;
	padding-top:5px;
	}
	
#pd_thumb a:link, #pd_thumb a:visited {
	color:#4b4b4b;
	font-weight:bold;
	padding-left:17px;
	background:url(images/icons/search-icon-blue.gif) no-repeat left 2px;
	}
	
#pd_thumb a:hover {
	color:#3e7ec0;
	text-decoration:underline;
	}

#pd_info {
	width:344px;
	margin-left:174px;
	}
	
#pd_info h1 {
	text-align:left;
	font-size: 16px;
	font-weight:bold;
	}
	
#pd_bookmark {
	text-align:right;
	margin:-5px 20px 5px 0;
}

#pd_bookmark span a {
	padding-right: 10px;
	margin-top: -5px;
	color:#3e7ec0;
	font-size:15px;
	font-weight:bold;
}

#pd_bookmark span a:hover {
	text-decoration: underline;
}

#pd_cena {
	float:left;
/*	width:140px;*/
	width:110px;
	margin-top:5px;
	text-align:right;
	font-weight:bold;
	color:#4b4b4b;
	}

#pd_cena span {
	display:block;
	margin-top:20px;
	color:#339900;
	font-size: 13px;
	}

.pd_button_buy, .pd_button_dl, .pd_button_play {
	float:right;
	display:block;
	width:211px;
	height:36px;
	margin-top:5px;
	background:url(images/product_button.png) no-repeat center center;
	}

.pd_button_buy a, .pd_button_dl a, .pd_button_play a {
	display:block;
	width:173px;
	height:28px;
	padding-top:8px;
	padding-left:38px;
	color:#3e7ec0;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	}
	
.pd_button_buy a:hover, .pd_button_dl a:hover, .pd_button_play a:hover {
	text-decoration:underline;
	color:#3e7ec0;
	}
	
.pd_button_buy a {
	background:url(images/icons/shopping-cart-buy.gif) no-repeat 11px 11px;
	}

.pd_button_dl a {
	background:url(images/icons/download-page-blue.gif) no-repeat 11px 11px;
	}	

.pd_button_play a {
	background:url(images/icons/user-login-blue.gif) no-repeat 11px 11px;
	}	

#pd_manufacturer {
	width:110px;
	margin-top:80px;
	padding-left:10px;
	font-size:11px;
	color:#4b4b4b;
	font-weight:normal;
	text-align:left;
	}
	
.pd_man_h {
	margin: 0 0 -3px -10px;
	color:#000;
	font-weight:bold;
	}

#pd_manufacturer a:link, #pd_manufacturer a:visited {
	color:#424242;
	font-size:11px;
}

#pd_discount {
	float:right;
	width:200px;
	padding-left:5px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#339900;
}

#pd_discount p {
	text-align: center;
	font-size:11px;
	color:#339900;
	padding: 0 10px 5px 10px;
}

#pd_discount a {
	color:#339900;
	font-size:11px;
	padding-left: expression('20px');
}

#pd_discount img {
	float:right;
	margin-left: -100px;
	margin-right: 10px;
	position: relative;
}

#pd_req {
	float:right;
	width:180px;
	margin-top:20px;
	padding-left:10px;
	text-align:left;
	font-size:11px;
	color:#4b4b4b;
	}
	
#pd_rating {
	float:left;
	width:150px;
	font-weight:bold;
	text-align:center;
	padding-left:15px;
/*	padding-right:10px;*/
	}

#pd_rating_txt {
	display:block;
	width:120px;
	padding-top:2px;
	padding-left:2px;
	text-align:center;
	color:#4b4b4b;
	padding-right:15px;
	font-size: 13px;
	}

#pd_rating img {
	float:left;
	display:block;
	margin-left:3px;
	border:none;
	}
	
#pd_similar {
	text-align:left;
	margin-top:15px;
	padding:8px 8px 0 13px;
	background:url(images/similar_bg.png) no-repeat left top;
	}
	
#pd_similar	a:link, #pd_similar	a:visited {
	display:block;
	margin-top:7px;
	color:#3e7ec0;
	}
	
#pd_similar	a:hover {
	color:#3e7ec0;
	text-decoration:underline;
	}

#pd_similar_bot {
	height:13px;
	margin-top:-1px;
	padding:0;
	background: #FFF url(images/similar_bot.png) no-repeat left top;
	}

#pd_gallery {
	text-align:left;
	padding-top:8px;
	margin-top: 15px;
	background:url(images/box_bg.png) no-repeat left top;
	}

#pd_gallery_us {
	text-align:left;
	padding-top:8px;
	margin-top: 0px;
	background:url(images/box_bg.png) no-repeat left top;
}

#pd_gallery h2, #pd_gallery_us h2 {
	background:url(images/icons/popular.gif) no-repeat left 2px;
	padding-left:17px;
	margin-left:15px;
	margin-bottom:20px;
	}

#pd_gallery a, #pd_gallery_us a {
	display:block;
	width: auto;
	margin-top:12px;
	text-align:center;
	}

#pd_gallery img, #pd_gallery_us img {
	border:#3e7ec0 solid 1px;
}

#pd_gallery span a:link, #pd_gallery span a:visited, #pd_gallery_us span a:link, #pd_gallery_us span a:visited {
	font-weight:bold;
	color:#4b4b4b;
	}

#pd_gallery span a:hover, #pd_gallery_us span a:hover {
	color:#3e7ec0;
	text-decoration:underline;
	}
	
#pd_trailer {
	width:518px;
	margin:0 auto 10px auto;
	}

#pd_txt {
	width:518px;
	margin:0 auto 0 auto;
	text-align:justify;
	font-size: 13px;
	}

#pd_txt ul, #pd_txt li, #pd_txt a {
	font-size: 13px;
}

#pd_txt p {
	font-size: 13px;
	margin-bottom: 5px;
}

#pd_txt h2{
	color:#3e7ec0;
	padding-bottom:10px;
}

#pd_comments {
	width:518px;
	width:expression('544px');
	margin:0 auto 0 auto;
	padding:8px 13px 0 13px;
	background:url(images/comments_bg.png) no-repeat top center;
	font-size: 13px;
	}

#pd_comments span {
	font-size: 13px;
}

.pd_h1 {
	color:#4b4b4b;
	text-align:left;
	margin: 10px 0 3px 28px;
	font-weight:normal;
	}

#pd_comments {
	text-align:left;
	color:#4b4b4b;
	}

#pd_comments p {
	border-top:#4b4b4b dashed 2px;
	padding-top:3px;
	padding-bottom:10px;
	}

.pdc_name {
	float:left;
	width:300px;
	padding-top:2px;
	}
	
.pdc_name span {
	font-weight:bold;
	font-size:15px;
	color:#3e7ec0;
	}

.pdc_rating {
	float:right;
	width:200px;
	font-weight:bold;
	}

.pdc_rating_txt {
	display:block;
	float:left;
	text-align:right;
	width:84px;
	padding-top:2px;
	font-size:13px;
	}

.pdc_rating img {
	float:left;
	display:block;
	margin-left:3px;
	}

#pdc_add_more {
	height:15px;
	padding-top:2px;
	border-top:#4b4b4b dashed 2px;
	}
	
#pdc_add {
	float:left;
	width:150px;
	text-align:left;
	padding-left:17px;
	background:url(images/icons/add-comment-blue.gif) no-repeat left 2px;
	}
	
#pdc_more {
	float:right;
	width:150px;
	text-align:right;
	}
	
#pdc_more a:link, #pdc_more a:visited, #pdc_add a:link, #pdc_add a:visited {
	color:#4b4b4b;
	font-weight:bold;
	}
	
#pdc_more a:hover, #pdc_add a:hover {
	color:#3e7ec0;
	text-decoration:underline;
	}

.pd_comments_bot {
	width:544px;
	height:13px;
	margin:0 auto -1px auto;
	background:url(images/comments_bot.png) no-repeat top center;
	}
	
#pd_holder {
	width:544px;
	margin:0 auto 0 auto;
	text-align:left;
	padding-top:13px;
	background:url(images/comments_bg.png) no-repeat top center;
	}
	
.pd_box {
	display:block;
	float:left;
	width:164px;
	padding-left:13px;
	text-align:left;
	}
	
.pd_box a {
	clear:both;
	display:block;
	text-align:right;
	color:#3e7ec0;
	font-weight:bold;
	margin-right:5px;
}

.pd_box a:hover {
	text-decoration:underline;
}

.pd_content {
	height:150px;
}

.pd_content img {
	float:left;
	margin-right:5px;
	}

/*.pd_content h3 {
	margin-bottom:3px;
	}
	
.pd_content	a:hover, .pd_content a:hover h3 {
	text-decoration:underline;
	color:#595959;
	}*/
	
.pd_content p {
	clear:both;
	text-align: justify;
	font-weight:normal;
	}

.pd_content a {
/*	color:#3e7ec0;*/
	text-align:left;
	font-weight:normal;
}

.pd_content a:hover {
	text-decoration:none;
}

/* Search results */

#sr_options {
	width:519px;
	margin:0 auto 0 auto;
	text-align:left;
	color:#4b4b4b;
	}

#sr_options a:link, #sr_options a:visited {
	font-weight:bold;
	padding:3px;
	color:#4b4b4b;
	}
	
#sr_options a:hover {
	text-decoration: underline;
	color:#3e7ec0;
	}
	
#sr_options span {
	padding:3px;
	}
	
.sr_holder {
	width:518px;
	width:expression('544px');
	margin:15px auto -5px auto;
	padding:13px 13px 0 13px;
	background:url(images/comments_bg.png) no-repeat top center;
	}
	
.sr_cena {
	float:right;
	width:150px;
	margin: 4px 2px;
	text-align:right;
	font-weight:bold;
	}

.sr_cena strong {
	font-weight:normal;
	}
	
.sr_cena em {
	font-style:normal;
	text-decoration:line-through;
	}

.sr_cena span {
	display:block;
	font-size:15px;
	margin-top:2px;
	color:#3e7ec0;
	}

.sr_button_buy {
	float:right;
	display:block;
	width:211px;
	height:36px;
	background:url(images/product_button.png) no-repeat center center;
	}

.sr_button_buy a:link, .sr_button_buy a:visited {
	display:block;
	width:173px;
	height:28px;
	padding-top:8px;
	padding-left:38px;
	color:#3e7ec0;
	font-size:15px;
	font-weight:bold;
	background:url(images/icons/shopping-cart-buy.gif) no-repeat 11px 11px;
	text-align:center;
	}
	
.sr_button_buy a:hover {
	text-decoration:underline;
	color:#3e7ec0;
	}
	
.sr_button_dl {
	float:right;
	display:block;
	width:211px;
	height:36px;
	background:url(images/product_button.png) no-repeat center center;
	}

.sr_button_dl a:link, .sr_button_dl a:visited {
	display:block;
	width:173px;
	height:28px;
	padding-top:8px;
	padding-left:38px;
	color:#3e7ec0;
	font-size:15px;
	font-weight:bold;
	background:url(images/icons/download-page-blue.gif) no-repeat 11px 11px;
	text-align:center;
	}
	
.sr_button_dl a:hover {
	text-decoration:underline;
	color:#3e7ec0;
	}

.sr_rating {
	float:left;
/*	width:250px;*/
	width:auto;
	margin-top:13px;
	font-weight:bold;
	}

.sr_rating_txt {
	display:block;
	float:left;
/*	width:70px;*/
	width:auto;
	padding-top:2px;
	color:#4b4b4b;
	text-align:left;
	padding-left: 88px;
	padding-right: 3px;
	}

.sr_rating img {
	float:left;
	display:block;
	margin-left:3px;
	}

.sr_more_info {
	float:right;
	display:block;
/*	padding-top: 2px;*/
	margin-top: -20px;
	padding-bottom: 20px;
	color:#3e7ec0;
	padding-right: 10px;
}

.sr_more_info a {
	color:#3e7ec0;
	font-weight:bold;
}

.sr_more_info a:hover {
	text-decoration:underline;
}

.sr_content {
	float:left;
	width:500px;
	text-align:left;
	margin-bottom:10px;
	}

.sr_content img {
	float:left;
	margin-right:5px;
	}

.sr_content h3 {
	margin-bottom:11px;
}

.sr_content h3 a {
	color:#595959;
}

.sr_content h3 a:hover {
	color:#595959;
	text-decoration:underline;
}
	
.sr_content	a:hover, .sr_content a:hover h3 {
	text-decoration:underline;
	color:#595959;
	}
	
.sr_content p {
	text-align: justify;
	margin-left: 50px;
	}
	
.sr_search {
	width:194px;
	text-align:left;
	padding-top:8px;
	background:url(images/box_bg.png) no-repeat left top;
	}
	
.sr_search h2 {
	background:url(images/icons/search-grey.gif) no-repeat left 2px;
	padding-left:17px;
	margin-left:15px;
	}
	
.sr_search_forms {
	margin:22px 0 5px 13px;
	}

.sr_box_abc {
	text-align:left;
	padding:15px 19px 12px 12px;
	background:url(images/box_abc.png) no-repeat left top;
	line-height:20px;
	}
	
.sr_box_abc p {
	line-height:22px;
	text-align:center;
	}
	
.sr_box_abc a {
	color:#4b4b4b;
	font-size:13px;
	font-weight:bold;
	padding:0 2px 0 2px;
	}
	
.sr_box_abc a:hover {
	text-decoration:underline;
	color:#000;
	}

.sr_holder_bot {
	width:544px;
	height:13px;
	margin:0 auto -1px auto;
	background:url(images/comments_bot.png) no-repeat top center;
	}


/*.abc_holder_wrapper {
	width:518px;
	margin:15px auto -5px auto;
	padding:13px 13px 5px 13px;
	margin:0 auto -1px auto;
	background:url(images/comments_bg_new.png) no-repeat top center;
}*/

.abc_holder_head {
	width:518px;
	width:expression('544px');
	height:10px;
/*	margin:15px auto -5px auto;*/
	padding:13px 13px 0px 13px;
	margin:0 auto -1px auto;
	background:url(images/comments_bg_new.png) no-repeat top center;
}

.abc_holder {
	width:518px;
	width:expression('544px');
/*	margin:15px 0 -5px 0;*/
	margin:0px auto -5px auto;
	padding:0px 13px 5px 13px;
	background:url(images/comments_bg_new_border.png) repeat-y top center;
}

/*.abc_holder {
	width:518px;
//	height:1300px;
//	height: auto;
	margin:15px auto -5px auto;
	padding:13px 13px 5px 13px;
	margin:0 auto -1px auto;
	background:url(images/comments_bg_new.png) no-repeat top center;
	}*/
	
.abc_holder td {
	text-align: left;
	vertical-align: top;
	line-height: 20px;
/*	width: 250px;*/
}
	
.abc_holder #left {
	float:left;
	text-align:left;
	width:250px;
	line-height:20px;
}

.abc_holder #right {
	float:right;
	text-align:left;
	width:250px;
	line-height:20px;
}

.abc_holder a {
	font-size: 13px;
	font-weight:bold;
	color:#595959;
}

.abc_holder a:hover {
	text-decoration:underline;
}

.abc_holder_bot {
	width:544px;
	height:13px;
	margin:0 auto -1px auto;
	background:url(images/comments_bot.png) no-repeat top center;
}

/* Shopping Cart */

#cl_cart {
	text-align:left;
	padding-top:8px;
	background:url(images/box_bg.png) no-repeat left top;
	}
	
#cl_cart h2 {
	background:url(images/icons/shopping-cart-blue.gif) no-repeat left 2px;
	padding-left:17px;
	margin-left:15px;
	}

#cl_cart p {
	margin: 15px 13px 0 13px;
	line-height:18px;
	}

#cl_dostava {
	text-align:left;
	padding-top:8px;
	margin-top:15px;
	background:url(images/box_bg.png) no-repeat left top;
	}
	
#cl_dostava h2 {
	background:url(images/icons/email-open-blue.gif) no-repeat left 2px;
	padding-left:17px;
	margin-left:15px;
	}

#cl_dostava p {
	margin: 15px 13px 0 13px;
	line-height:18px;
	}
	
#cr_varnost {
	text-align:left;
	padding-top:8px;
	background:url(images/box_bg.png) no-repeat left top;
	}
	
#cr_varnost h2 {
	background:url(images/icons/lock-page-blue.gif) no-repeat left 2px;
	padding-left:17px;
	margin-left:15px;
	}

#cr_varnost p {
	margin: 15px 13px 0 13px;
	line-height:18px;
	}

#cr_varnost img {
	margin: 10px 0 0 60px;
	}

#cr_varnost2 {
	text-align:left;
	padding-top:8px;
	margin-top:15px;
	background:url(images/box_bg.png) no-repeat left top;
	}
	
#cr_varnost2 h2 {
	background:url(images/icons/lock-page-blue.gif) no-repeat left 2px;
	padding-left:17px;
	margin-left:15px;
	}

#cr_varnost2 p {
	margin: 15px 13px 0 13px;
	line-height:18px;
	}
	
#cart_status {
	width:544px;
	height:36px;
	margin:5px auto 10px auto;
	font-size:15px;
	font-weight:bold;
	}

.cs_circ_blue {
	float:left;
	width:31px;
	height:26px;
	padding-top:5px;
	background:url(images/circle_blue.png) no-repeat center center;
	font-size:18px;
	color:#000;
	}
	
.cs_blue {
	float:left;
	width:auto;
	color:#3e7ec0;
	padding-top:8px;
	}

.cs_line_blue {
	float:left;
	width:42px;
	height:18px;
	background:url(images/line_blue.png) no-repeat bottom center;
	}

.cs_circ_grey {
	float:left;
	width:31px;
	height:26px;
	padding-top:5px;
	background:url(images/circle_grey.png) no-repeat center center;
	font-size:18px;
	color:#818181;
	}

.cs_grey {
	float:left;
	width:auto;
	color:#818181;
	padding-top:8px;
	}

.cs_line_grey {
	float:left;
	width:42px;
	height:18px;
	background:url(images/line_grey.png) no-repeat bottom center;
	}

#cart_table_wrapper {
	width:538px;
	margin:0 auto 0 auto;
	padding: 3px 3px 0 3px;
	background:url(images/comments_bg.png) no-repeat top center;
	}
	
#cart_table {
	text-align:left;
	}

#cart_table .right {
	padding-right:5px;
	}

.ct_img_pc {
	display:block;
	float:left;
	border:#3e7ec0 solid 1px;
	}

.ct_pc {
	color:#3e7ec0;
	}
	
a.ct_pc:link, a.ct_pc:visited {
	display:block;
	color:#4b4b4b;
	font-weight:bold;
	padding-left:17px;
	background:url(images/icons/shopping-bag-remove.gif) no-repeat left top;
	}
	
a.ct_pc:hover {
	color:#3e7ec0;
	text-decoration:underline;
	}
	
.ct_pc_h2 {
	float:left;
	width:140px;
	margin-top:1px;
	margin-left:3px;
	}

.ct_img_ps {
	display:block;
	float:left;
	border:#3366cc solid 1px;
	}

.ct_ps {
	color:#3366cc;
	}
	
a.ct_ps:link, a.ct_ps:visited {
	display:block;
	color:#4b4b4b;
	font-weight:bold;
	padding-left:17px;
	background:url(images/icons/shopping-bag-remove.gif) no-repeat left top;
	}
	
a.ct_ps:hover {
	color:#3366cc;
	text-decoration:underline;
	}

.ct_ps_h2 {
	float:left;
	width:140px;
	margin-top:1px;
	margin-left:3px;
	}

.ct_menu {
	float:right;
	margin-top:5px;
	margin-right:5px;
	}

.ct_first_row {
	height:20px;
	border-bottom:#c9c9c9 solid 1px;
	color:#4b4b4b;
	}
	
.ct_first_row td {
	padding-left:5px;
	}
	
.ct_br_borders {
	border-bottom:#c9c9c9 solid 1px;
	border-right:#c9c9c9 solid 1px;
	}	
	
.ct_grey_column {
	width:85px;
	padding-left:5px;
	background:#f5f5f5;
	color:#818181;
	}
	
.ct_top {
	background:#f5f5f5;
	}
	
.ct_white_column {
	width:90px;
	padding-left:5px;
	}
	
.ct_corner {
	width:90px;
	background:url(images/ct_corner.gif) no-repeat top right;
	border-bottom:#c9c9c9 solid 1px;
	}
	
.ct_side {
	border-bottom:#c9c9c9 solid 1px;
	}
	
.ct_reg_row {
	height:45px;
	}
	

#cart_bot {
	width:534px;
	height:41px;
	margin:0 auto 10px auto;
	padding-right:10px;
	background:url(images/cart_bot.png) no-repeat top center;
	text-align:right;
	font-size:15px;
	font-weight:bold;
	color:#818181;
	padding-top:20px;
	}
	
#cart_bot span {
	font-weight:normal;
	font-size:18px;
	color:#4b4b4b;
	}
	
#cart_radio {
	width:546px;
	margin:0 auto 10px auto;
	text-align:left;
	}

#cart_radio p {
	padding-left:20px;
	}

#cart_button {
	float:right;
	display:block;
	width:211px;
	height:36px;
	margin-top:20px;
	background:url(images/product_button.png) no-repeat center center;
	}

#cart_button a {
	display:block;
	width:173px;
	height:28px;
	padding-top:8px;
	padding-left:38px;
	color:#3e7ec0;
	font-size:15px;
	font-weight:bold;
	background:url(images/icons/check-blue.gif) no-repeat 12px 11px;
	text-align:center;
	}
	
#cart_button a:hover {
	text-decoration:underline;
	color:#3e7ec0;
	}

#cart_akcija {
	width:518px;
	margin:0 auto 10px auto;
	text-align:left;
	}
	
#cart_akcija p {
	color:#ff6600;
	font-weight:bold;
	}

.ca_cena {
	float:right;
	width:150px;
	margin:4px 2px;
	text-align:right;
	font-weight:bold;
	}

.ca_cena strong {
	font-weight:normal;
	}
	
.ca_cena em {
	font-style:normal;
	text-decoration:line-through;
	}

.ca_cena span {
	display:block;
	font-size:15px;
	margin-top:2px;
	color:#ff6600;
	}

.ca_buy_pc {
	float:right;
	display:block;
	width:211px;
	height:36px;
	background:url(images/product_button.png) no-repeat center center;
	}

.ca_buy_pc a:link, .ca_buy_pc a:visited {
	display:block;
	width:173px;
	height:28px;
	padding-top:8px;
	padding-left:38px;
	color:#3e7ec0;
	font-size:15px;
	font-weight:bold;
	background:url(images/icons/shopping-cart-buy.gif) no-repeat 11px 11px;
	text-align:center;
	}
	
.ca_buy_pc a:hover {
	text-decoration:underline;
	color:#3e7ec0;
	}

#cart_wrapper {
	width:518px;
	margin:0 auto 0 auto;
	padding: 3px 13px 0 13px;
	background:url(images/comments_bg.png) no-repeat top center;
	text-align:left;
	}

#cart_wrapper p {
	margin-top:10px;
	}
	
#cw_txt {
	float:left;
	width:220px;
	margin-top:10px;
	text-align:right;
	font-weight:bold;
	color:#818181;
	line-height:30px;
	}
	
#cw_forms {
	float:left;
	width:230px;
	margin-top:12px;
	padding-left:10px;
	text-align:left;
	}
	
.cw_forms_full {
	float:left;
	margin-bottom:9px;
	height:15px;
	}

.cw_forms_small {
	float:left;
	margin-bottom:9px;
	margin-left:10px;
	height:15px;
	}

.cw_menu {
	width:50px;
	}
	
#cart_wrapper h1 {
	color:#4b4b4b;
	text-align:left;
	margin-top:10px;
	margin-bottom:-10px;
	font-weight:normal;
	}

#cw_radio {
	width:200px;
	padding-top:2px;
	}	
	
#cw_radio span {
	padding-top:2px;
	margin-right:10px;
	}

#cw_forms h1 {
	margin-top:5px;
	margin-bottom:5px;
	}

#cart_bot p {
	text-align:left;
	margin-left:13px;
	margin-top:-10px;
	}

#cart_button_wrapper {
	width:544px;
	margin:-15px auto 10px auto;
	}
	
.cart_submit {
	float:left;
	display:block;
	width:211px;
	height:36px;
	margin-top:10px;
	margin-bottom:10px;
	background:url(images/product_button.png) no-repeat center center;
	}

.cart_submit a {
	display:block;
	width:173px;
	height:28px;
	padding-top:8px;
	padding-left:38px;
	color:#3e7ec0;
	font-size:15px;
	font-weight:bold;
	background:url(images/icons/check-blue.gif) no-repeat 12px 11px;
	text-align:center;
	}
	
.cart_submit a:hover {
	text-decoration:underline;
	color:#3e7ec0;
	}

#cart_akcija {
	width:518px;
	margin:0 auto 10px auto;
	text-align:left;
	}

.listing_wrapper {
/*	width: 578px;*/
	width: 544px;
	margin: 10px 20px 10px 20px;
	color: #000000;
	font-weight: normal;
	font-size:13px;
}

.listing_wrapper a, .listing_wrapper a:visited {
	color: #000000;
	font-weight: normal;
	font-size: 13px;
}

.listing_wrapper a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 13px;
}

.listing_text {
	font-size: 13px;
	color:#000000;
}

/* help */
#help_header {
	width:780px;
	height:100px;
	text-align:left;
	background: url(images/help_header_bg.png) no-repeat left center;
/*	margin: 17px auto 17px auto;*/
}

#bsp_help_header {
	width:780px;
	height:100px;
	text-align:left;
	background: url(images/help_BSP_header_bg.png) no-repeat left center;
/*	margin: 17px auto 17px auto;*/
}

#help_header_txt {
	float: right;
	width: 320px;
	margin-top: 20px;
/*	padding-right: 10px;*/
}
	
#help_header_txt p {
	font-size: 22px;
	text-align: left;
/*	font-weight:bold;*/
}

#help_content {
/*	width:770px;*/
	padding: 10px 15px 0 15px;
}

#help_content .help_content_selection {
	text-align:left;
}

#help_content .help_content_selection span {
	font-size:18px;
}

.help_holder {
	text-align:left;
	width:780px;
	height:auto;
	font-size: 13px;
	color:#3e7ec0;
	margin:5px 0 -5px 0;
	padding:3px 0 5px 0;
	background:url(images/help_holder_bg.png) no-repeat top center;
}

.help_holder_bot {
	width:780px;
	text-align:left;
	height:13px;
	margin:0 0 -1px 0;
	padding:0;
	background:url(images/help_holder_bot.png) no-repeat top center;
}

.help_holder div{
	padding: 10px;
	text-align:left;
	color:#595959;
	font-size: 13px;
	font-family:Arial;
}

.help_holder a {
	text-align: left;
/*	padding-left:10px;*/
	font-size: 13px;
	font-weight:bold;
	color:#3e7ec0;
	font-family:Arial;
}

.help_holder span {
	text-align: left;
	padding-bottom: 10px;
/*	padding-left: 10px;*/
	font-size: 13px;
	font-weight:normal;
	color:#595959;
	font-family:Arial;
}

.help_holder p {
	text-align: left;
	font-size: 13px;
	font-weight:normal;
	color:#595959;
	font-family:Arial;
}

.help_holder span a {
	font-weight:normal;
}

.help_holder a:hover {
	text-decoration:underline;
}

#tos {
	width:100%;
	height:500px;
	overflow:visible;
	margin:2px 0 0 0;
	padding-bottom: 20px;
	text-align:left;
	}

#tos h2 {
	text-align:left;
	margin-bottom:7px;
	}

#tos h3 {
	text-align:left;
	margin-bottom:7px;
	font-size:15px;
	}
	
#tos p {
	text-align:left;
	margin-bottom:13px;
	}



.akcija_button {
	float:left;
	display:block;
	width:59px;
	height:18px;
/*	padding-top:2px;*/
	padding-left:20px;
	background:url(images/akcija_button.png) no-repeat center center;

	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/akcija_button.png',sizingMethod='scale');
	*background-image:none;

	color:#f2a10c;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	}
	
.akcija_button_artikel {
/*	float:left;*/
	display:block;
	width:59px;
	height:18px;
	padding-top:2px;
	padding-left:20px;
	background:url(images/akcija_button.png) no-repeat center center;
	
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/akcija_button.png',sizingMethod='scale');
	*background-image:none;
	
	color:#f2a10c;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	}

.novo_button {
	float:left;
	display:block;
	width:60px;
	height:18px;
/*	padding-top:2px;*/
	padding-left:20px;
	background:url(images/novo_button.png) no-repeat center center;

	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/novo_button.png',sizingMethod='scale');
	*background-image:none;	

	color:#3399cc;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	}
	
.novo_button_artikel {
/*	float:left;*/
	display:block;
	width:60px;
	height:18px;
	padding-top:2px;
	padding-left:20px;
	background:url(images/novo_button.png) no-repeat center center;
	
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/novo_button.png',sizingMethod='scale');
	*background-image:none;
	
	color:#3399cc;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	}



/*	Tell-A-Friend	*/
.taf_wrapper {
	margin:10px 0px 0px 0px;
	width:100%;
}
	
.taf_wrapper td.left_top {
	background-image:url(images/box_top_blue.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	width:17px;
	text-align:left;
}
	
.taf_wrapper td.right_top {
	background-image:url(images/box_top_blue.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	width:17px;
	text-align:right;
}

.taf_wrapper td.left_bottom {
	background-image:url(images/box_bottom_one.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	width:17px;
	text-align:left;
}

.taf_wrapper td.right_bottom {
	background-image:url(images/box_bottom_one.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	width:17px;
	text-align:right;
}

.taf_wrapper td.right_bottom {
	background-image:url(images/box_bottom_two.jpg);
	background-repeat:repeat-x;
	background-position:bottom right;
	width:17px;
	text-align:right;
}
	
.taf_wrapper td.left_bottom {
	background-image:url(images/box_bottom_two.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	width:17px;
	text-align:left;
}

.taf_wrapper td.left_middle {
	background-image:url(images/box_left.jpg);
	background-repeat:repeat-y;
	background-position:bottom left;
	width:17px;
	text-align:right;
}

.taf_wrapper td.right_middle {
	background-image:url(images/box_right.jpg);
	background-repeat:repeat-y;
	background-position:bottom right;
	width:17px;
	text-align:left;
}
	
.taf_wrapper td.top {
	background-image:url(images/box_top_blue.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	text-align:left;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}
	
.taf_wrapper td.top h1 {
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
}
	
.taf_wrapper td.bottom {
	background-image:url(images/box_bottom_two.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
}

.taf_wrapper td.middle {
	background-image:url(images/line_middle.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	height:1px;
}

.taf_wrapper td.content {
	vertical-align:top;
}

.taf_wrapper td.content_artikel {
	padding:5px 0px 5px 0px;
	font-size:12px;
	vertical-align:top;
	text-align: left;
}
	
.taf_wrapper td.content_artikel h1{
	padding:5px 0px 5px 0px;
	font-size:16px;
	color:#174385;
}
	
.taf_wrapper td.content_artikel h2{
	padding:5px 0px 5px 0px;
	font-size:15px;
	color:#174385;
}
	
.taf_wrapper td.content_artikel h3{
	padding:5px 0px 5px 0px;
	font-size:14px;
	color:#174385;
}
	
.taf_wrapper td.content_artikel p {
	font-size:12px;
	padding:5px 0px 5px 0px;
}
	
.taf_wrapper td.content_artikel a:link, .taf_wrapper td.content_artikel a:active, .taf_wrapper td.content_artikel a:visited {
	font-size:12px;
	color:#174385;
	text-decoration:underline;
}
		
.taf_wrapper td.content_artikel a:hover {
	font-size:12px;
	color:#174385;
	text-decoration:none;
}

.box_close {
	color:#174385;
	font-weight: bold;
}

.box_close a:link, .box_close a:active, .box_close a:visited {
	color:#174385;
	font-weight: bold;
	text-decoration: none;
}

.box_close a:hover {
	color:#174385;
	font-weight: bold;
	text-decoration: underline;
}

table, tr, td {
	border-collapse:collapse;
	border: 0;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#taf_box {
	float:right;
/*	padding-right: 20px;*/
	margin: 5px 20px 5px 0;
	font-weight: bold;
	color: #339900;
}

#taf_box a:link, #taf_box a:visited, #taf_box a:active {
	text-decoration: none;
	color: #339900;
}

#taf_box a:hover {
	text-decoration: underline;
	color: #339900;
}

.no_results {
	padding: 10px 20px;
	text-align:left;
	font-weight: bold;
	font-size: 14px;
	color:#4b4b4b;
}

.navigation {
	text-align: left;
	color:#000000;
	margin: 0;
	padding: 0px 0px 10px 10px;
	font-size: 13px;
}

.navigation a, .navigation a:visited, .navigation a:link, .navigation a:hover {
	text-decoration: underline;
	text-align: left;
	color:#000000;
}










/* NEW PRODUCT DETAILS */
.product_details_wrapper {
	width: 544px;
	margin: 0 auto;
	padding: 13px 13px 0 13px;
	background: url(images/product_details.png) no-repeat top center;
	font-size: 13px;
	vertical-align: top;
}

.product_details_bottom {
	width: 544px;
	height:13px;
	margin: 0 auto;
	padding: 0 13px 2px 13px;
	background: url(images/product_details_bottom.png) no-repeat top center;
}

.product_gallery_info {
	color: #4b4b4b;
	font-size:9px;
	text-align:center;
	padding:0;
	margin:0;
}

.product_thumb {
	width: 164px;
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
}

.product_thumb img {
	border: none;
}

#product_rating {
	width:150px;
	text-align: center;
	padding-left:15px;
}

#product_rating img {
	float:left;
	display: block;
	margin-left:3px;
	border:none;
}

#product_rating_txt {
	display: block;
	width:120px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 15px;
	text-align: center;
	color: #4b4b4b;
	font-weight: bold;
	font-size: 13px;
}

.product_info {
	width:360px;
	margin-left: expression('10px');
	padding-left: expression('10px');
	vertical-align:top;
}

.product_info h1 {
	text-align:left;
	font-size:16px;
	font-weight:bold;
}

.pd_info_left {
/*	width: 130px;*/
	vertical-align:top;
}

.pd_info_right {
	vertical-align: top;
	margin-right:10px;
	padding-right:10px;
}

.product_manufacturer {
	margin-top:10px;
	padding-left: 10px;
	font-size:11px;
	color: #4b4b44b;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}

.product_manufacturer_h {
	color:#000000;
	font-weight: bold;
	margin-left: -10px;
}

.product_manufacturer a:link, .product_manufacturer a:visited {
	color:#424242;
	font-size:11px;
}

.product_req {
	margin-top:10px;
	text-align:left;
	font-size:11px;
	color: #4b4b4b;
}

.product_req_h {
	color:#000000;
	font-weight: bold;
}

.product_req_txt{
	padding-left: 10px;
	font-size:11px;
	color: #4b4b44b;
	font-weight:normal;
	text-align:left;
}

.pd_cena_wrapper {
	width:140px;
	display: block;
	vertical-align:middle;
	padding-top:15px;
	padding-top:expression('5px');
}

#discount_cena {
	color:#990000;
	font-size:13px;
	font-weight: bold;
	text-decoration:line-through;
	vertical-align:middle;
	float:left;
	margin-left:30px;
	margin-left:expression('10px');
}

#product_cena {
	color: #339900;
	font-size:13px;
	font-weight:bold;
	vertical-align:middle;
	float:right;
	margin-right: 10px;
}

/*
#product_cena {
	width:140px;
	margin-right:10px;
	display: block;
	color: #339900;
	font-size:13px;
	text-align:right;
	vertical-align:middle;
	font-weight:bold;
}
*/

#product_bfclub {
	text-align: center;
	font-size: 11px;
	color: #339900;
	font-weight: bold;
}

#product_bfclub a:link, .product_bfclub a:visited {
	text-align: center;
	font-size: 11px;
	color: #339900;
	font-weight: bold;
}

#product_carticons {
	text-align: right;
	margin-right: 10px;
	padding-right: 10px;
}

#product_carticons img {
	border:none;
}

#links {
	width: 100%;
	height:500px;
	padding:10px 20px;
}

#links img {
	margin-left:5px;
	margin-bottom:5px;
}

.adsbox_top {
	margin: 5px auto;

	text-align:center;
}

.adsbox_left {
	margin-bottom:15px;
	
	text-align:center;
}

.bfhelp_mid_box {
	float:left;
/*	width:169px;*/
	width: 200px;
	text-align:left;
	}
	
.bfhelp_mid_box h2 {
	height:24px;
/*	height:expression('24px');*/
	padding-top:4px;
	padding-left:8px;
	background:url(images/mid_h2.png) no-repeat top center;
	font-size:13px;
	color:#4b4b4b;
	}
	
.bfhelp_mid_box p {
	font-size:11px;
	border-bottom:#c9c9c9 solid 1px;
	}

/* End of file */
