body {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin:0px;
}

img {
	border:none;
}

.center_container {
	background-image:url(../images/top_strip_bg.gif);
	background-repeat:repeat-x;
	height:100px;
	position:relative;
	/*border:3px solid red;*/
}

.global_container {
	width:760px;
	position:relative;
/*	border:1px solid pink;*/
}

.flash_trace { visibility:hidden; width:1px; height:1px; }

.cb { clear:both; }

.tal { text-align:left; }
.tar { text-align:right; }
.tac { text-align:center; }

.pan_top {
	position:relative;
	background-color:#000000;
	height: 100px;
	width: 760px;
	z-index:32;
	float:left;
	margin-bottom:34px;
/*	border:1px solid yellow;*/
}

.pan_top .header_logo {
	position: absolute;
	left:0px;
	top:38px;
	border:none;
	display:block;
	background-image:url(../images/garmin_logo_2.gif);
	background-repeat:no-repeat;
	width:143px;
	height:43px;
}

.pan_top .dealer_login { position: absolute; right:0px; top:10px; text-align:right; color:#FFFFFF; font-size:11px; z-index:200; }
.pan_top .dealer_login a { color:#FFFFFF; text-decoration:none; }
.pan_top .dealer_login a:hover { color:#2AA1FE; }
.pan_top .dealer_login a .icon { margin-right:3px; }

.pan_top .menu_buttons {
	position: absolute;
	left:28px;
	top:62px;
}

.pan_top .menu_buttons td {
	width:97px;
	height:20px;
	color:#FFFFFF;
}

.pan_top .menu_buttons img {
	width:97px;
	height:20px;
	border:none;
}

.pan_search {
	position: absolute;
	left: 0px;
	top: 103px;
	background-color: #EBEBEB;
	width: 144px;
	height:101px;
	font-size: 11px;
	z-index: 9;
}

.pan_search .header {
	width: 144px;
	height:25px;
	border:none;
}

.pan_search .btn {
	width:65px;
	height:18px;
	border:none;
	margin:0px;
}

.pan_search .field {
	width:124px;
	margin-bottom:4px;
	border:1px solid #BFBFBF;
	background-color:#FFFFFF;
}

.pan_search .txt {
	margin-top:0px;
	margin-bottom:3px;
	line-height:13px;
}

.pan_search form {
	margin:6px 0px 0px 8px;
	padding:0px;
	width:128px;
}

.pan_left {
/*
	position: absolute;
	left: 0px;
	top: 214px;
	background-color: #EBEBEB;
	width: 144px;
	font-size: 11px;
	z-index: 8;
	margin-bottom: 16px;
	*/
	float:left;
	width:196px;
	margin-right:50px;
	height:600px;
	/*border:1px solid blue;*/
}


.pan_left.adv {
	background-color:#ffffff;
	height:400px;
}

.pan_left .header {
	width:144px;
	height:25px;
	border:none;
}

.pan_left .motive {
	width:144px;
	height:68px;
	border:none;
	border-bottom:1px solid #0077D4;
}


.pan_left .content {
	padding: 6px;
}


.pan_right {
	position: absolute;
	left: 772px;
	top: 140px;
	width: 100px;
	font-size: 10px;
	z-index: 7;
	padding-left: 16px;
	border-left: 1px solid #87CBE0;
	text-align: center;
	margin-bottom: 16px;
}


.main_content {
	width:760px;
	position: relative;
	z-index:10;
	float:left;
/*	border:1px solid red;*/
}

 h2 {
	font-weight:bold;
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 10px;
}

 h3 {
	font-size: 18px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:8px;
}

 h4 {
	font-size: 15px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom: 8px;
}

 h5 {
	font-size: 12px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom: 8px;
}

#mc table.form {}
#mc table.form th { font-weight:bold; text-align:left; white-space:nowrap; padding-right:8px; }
#mc table.form th,
#mc table.form td { padding-bottom:2px; }
#mc table.form td.buttons { padding-top:8px; }

.error_message { margin-bottom:10px; }
.error_message p { color:#FF0000; font-weight: bold; margin-bottom:2px; margin-top:0px; }

#pr h2 {
	font-size: 16px;
	font-weight: normal;
	color: #0077D4;
	margin-top: -2px;
	margin-bottom: 8px;
}

#pl a {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 15px;
	text-decoration: none;
}

#pl a.disabled {
	color: #666666;
}

#pl a.sub {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 15px;
	text-decoration: none;
}

#pl a:hover {
	text-decoration:underline;
}

#pl p {
	margin-top: 2px;
	margin-bottom: 2px;
}

#pl ul {
	margin:8px 0px 8px 0px;
	padding:0px;
}

#pl ul li {
	list-style: none;
	background-image:url(../images/bullet_2.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	margin:0px;
	padding:0px;
	padding-left:8px;
}

#pl ul li a {
	color: #0077D4;
}

.pan_feature_img {
	float: left;
	margin-top: 6px;
	margin-bottom: 1px;
}

#pfeat img {
	border: none;
	margin: 0px 5px 5px 0px;
	vertical-align: middle;
}

a {
	color:#333333;
	text-decoration:underline;
}

a.gray {
	color:#A8A9A5;
}

a.disabled {
	color: #666666;
}

a:hover {
	text-decoration:none;
}



.emph_text {
	font-weight: bold;
	color: #005068;
}

.prod_cat_table {
	width: 250px;
	height: 205px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.prod_cat_td {
	text-align: left;
	font-size: 11px;
}

.prod_cat_td_img {
width: 72px;
height: 72px;
padding-left: 4px;
padding-right: 4px;
}

.prod_cat_td_bottom {
	text-align: left;
	font-size: 11px;
	padding-bottom: 6px;
	height:20px;
	vertical-align: bottom;
}

.prod_cat_name_link {
	font-size: 15px;
	font-weight: bold;
}

.prod_cat_field_header {
font-weight: bold;
}

.prod_cat_img {
	border: none;
}

#cat_prev li {
	list-style: none;
	position: relative;
	margin-left: -38px;
	padding-left: 10px;
	background: url(../images/bullet_1p5.gif) no-repeat;
}

.cat_record_containter_cell{
text-align: left;
width: 270px;
padding-bottom: 20px;
}

.prod_detail_img_cell {
	float:right;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 8px;
}

.prod_detail_img {
	border: 1px solid #DDDDDD;
}

 li {
	/*
	list-style: none;
	position: relative;
	margin-left: -26px;
	padding-left: 12px;
	background: url(../images/bullet_1p5.gif) no-repeat;
	*/
}

.pan_galerie_small {
	float: left;
	margin-top: 16px;
	width: 180px;
	border-right: 1px solid #87CBE0;
}

.pan_galerie_big {
	margin-top: 16px;
	margin-left: 24px;
	float: left;
}

.img_galerie_big {
	border: none;
}

.img_galerie_small {
	border: 1px solid #DDDDDD;
	margin-bottom: 8px;
	margin-right: 8px;
}

.img_prislus_small {
	
	border: 1px solid #DDDDDD;
	width: 72px;
	height: 72px;
	
}

.small_panel {
	float:left;
	width: 210px;
	background-color: #E7F4F9;
	border: 1px solid #000000;
	margin-left: 0px;
	margin-right: 24px;
	margin-top: 14px;
}

.small_panel_content {
	padding: 5px;
}

.sort_panel {
	width: 501px;
	margin-bottom: 16px;
	margin-top: 6px;
	border: 1px solid #E1E1E1;
	background-color: #F0F0F0;
	padding: 3px 6px 3px 6px;
	font-size: 11px;
}

.sort_panel td {
	font-size: 11px;
}

.sort_panel_2 {
	margin-bottom: 6px;
	margin-top: 10px;
	width: 516px;
	text-align: right;
	border: 1px solid #D0E6ED;
	background-color: #E7F4F9;
	padding: 3px 6px 3px 6px;
	font-size: 11px;
}

.srch_res_num {
	vertical-align: top;
	font-weight: bold;
	text-align: right;
	font-size: 11px;
}

.srch_res_record {
	vertical-align: top;
	padding-bottom: 6px;
	font-size: 11px;
}

.srch_res_nadpis {
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 8px;
}

.srch_res_table {
	margin-bottom: 12px;
}



.err_msg {
	font-weight: bold;
	font-size: 12px;
	color:#FF0000;
}

.banner_fons {
	margin: 14px 14px 4px 0px;
	width: 520px;
	height: 65px;
	padding: 0px;
	float:left;
}

.vypis {
	width: 100%;
}

.vypis td {
	font-size: 11px;
	padding: 2px 4px 2px 4px;
	border-right: 1px solid white;
}

.vypis th {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	padding: 0px 4px 0px 4px;
	background-color:#0077D4;
	border-right: 1px solid white;
	background-image:url(../images/vypis_th_bg.gif);
	background-repeat:repeat-x;
	vertical-align: middle;
	height: 20px;
	white-space: nowrap;
}

.vypis .cena {
	text-align: right;
	width: 87px;
}

.vypis .id_fix {
	width: 85px;
}

.vypis .filesize {
	text-align: right;
	width: 80px;
}

.vypis .datum {
	text-align: right;
	width: 80px;
}

.vypis .nahled {
	width: 60px;
}

.vypis .nahled img {
	width: 50px;
	height: 50px;
	border: none;
}

.vypis .row_b {
	background-color:#D9EFF6;
}

.vypis a {
	color: #000000;
	text-decoration:none;
}

.vypis a:hover {
	color: #006C8C;
	text-decoration: underline;
}

.vypis .icn_akce {
	font-size: 10px;
	color:#009900;
	font-weight: bold;
}

.vypis .icn_novinka {
	font-size: 10px;
	color:#FF0000;
	font-weight: bold;
}

.vypis .icn_vyprodej {
	font-size: 10px;
	color:#4CA0E1;
	font-weight: bold;
}

.vypis .icn_download {
	border: 0px;
	margin: 0px 0px 0px 4px;
}

.vypis .sort_arr {
	border: none;
	margin-left: 1px;
}

.prod_cat_table .icn_akce {
	font-size: 13px;
	color:#009900;
	font-weight: normal;
}

.prod_cat_table .icn_novinka {
	font-size: 13px;
	color:#FF0000;
	font-weight: normal;
}

.prod_cat_table .icn_vyprodej {
	font-size: 13px;
	color:#4CA0E1;
	font-weight: normal;
}

.seller {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
}

.seller td {
	font-size: 11px;
	vertical-align: top;
	padding-bottom: 4px;
	text-align: left;
	padding-right: 6px;
}

.seller .col1 {
	width: 190px;
}

.seller .col2 {
	width: 110px;
}

.seller .col3 {
	
}

.seller .nazev {
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	color: #0077D4;
}

#mapa_prodejcu {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: left;
}

#mc h5.seller_type {
	background-color: #CCE4F6;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 16px;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.hp_note {
	position: absolute;
	top: 62px;
	left: 0px;
	font-weight: bold;
}

.hp_quicklink {
	width: 295px;
	position: absolute;
	top: 88px;
	left: 0px;
}

.hp_quicklink .subcat {
	vertical-align: top;
	text-align: left;
	font-size: 11px;
	line-height: 12px;
	padding-left: 12px;
	padding-bottom: 14px;
	color: #A2A2A2;
}

.hp_quicklink .subcat a {
	text-decoration:none;
	color: #A2A2A2;
}

.hp_quicklink .subcat a:hover {
	text-decoration:underline;
}

.hp_quicklink .btn {
	vertical-align: top;
	text-align: left;
	width: 111px;
	padding-bottom: 14px;
}

.hp_quicklink .btn img {
	width: 111px;
	height: 24px;
	border: none;
}

.hp_news {
	width: 226px;
	position: absolute;
	top: 65px;
	left: 300px;
}

.hp_news img.featured {
	width: 224px;
	height: 150px;
	border: 1px solid #0077D4;
	margin-bottom: 12px;
}

.hp_news p {
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.hp_news h1 {
	padding-left: 10px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/bullet_1p5.gif) no-repeat;
}

.hp_banner {
	width: 468px;
	height: 60px;
	position: relative;
	left: -300px;
	border: 1px solid #0077D4;
}

/* ORDER FORM ITEMS */

table.form_layout {
	background-color:#E5F4F9;
	margin-bottom:10px;
}

table.form_layout td {
	vertical-align:top;
	padding:3px;
}

table.form_layout td.first {
	width:180px;
}

table.form_layout td.indent {
	text-indent:20px;
}

/*table.form_layout td input[type=text] {
	font-size:40px;
}*/

#mc span.form h4 {
	font-weight:bold;
	font-size:11px;
	color:#000000;
	margin:4px 0px 0px 0px;
}

#mc span.form form {
	margin:0px;
}

#mc span.form p {
	margin:0px 0px 10px 0px;
}

#mc span.form p.important {
	font-size:12px;
	font-weight:bold;
	color:#0077D4;
}

p.msg_error {
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
}

.required {
	font-weight:bold;
	color:#FF0000;
}

div.tree {
	margin-bottom:20px;
}

div.tree p.step {
	height:14px;
	background-repeat:no-repeat;
	background-position:top left;
	padding-left: 20px;
	font-size:11px;
	line-height:14px;
	white-space:nowrap;
	margin-bottom:4px;
	margin-top:0px;
}

div.tree p.step a {
	color:#000000;
	text-decoration:none;
}

div.tree p.step a:hover {
	color:#000000;
	text-decoration:underline;
}

div.tree p.step.level_1 {
	background-image:url(../images/step_icon_1_small.gif);
}

div.tree p.step.level_2 {
	background-image:url(../images/step_icon_2_small.gif);
}

div.tree p.step.level_3 {
	background-image:url(../images/step_icon_3_small.gif);
	font-weight:bold;
}

p.step_title {
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;
}

p.step_title span {
	padding:1px 3px 1px 3px;
	background-color:#0077D4;
	color:#FFFFFF;
}

div.list p {
	margin-top:0px;
	margin-bottom:4px;
}

.hp_toolbar { height:44px; border-bottom:1px solid #F0F0ED; margin-bottom:10px; position:relative; font-size:11px; }
.hp_toolbar .block_link { position:absolute; top:0px; left:0px; }
.hp_toolbar .block_search { position:absolute; top:0px; right:0px; width:200px; height:25px; }
.hp_toolbar .field { position:absolute; top:0px; right:16px; width:98px; height:15px; padding:0px 2px 0px 2px; border:1px solid #dddddd; background-color:#FFFFFF; color:#A8A9A5; font-size:10px; font-weight:normal; line-height:15px; }
.hp_toolbar .btn { position:absolute; top:2px; right:0px; }


.hp_flash {	
	position:relative;
	width:760px; 
	height:428px; 
	z-index:0; 
	overflow:hidden;
}

.box_hp_news { width:100%; }
.box_hp_news td.mid { width:11px; }
.box_hp_news td.news { vertical-align:top; padding:0px 30px 0px 0px; width:49%; }
.box_hp_news td.products { vertical-align:top; padding:0px 0px 0px 0px; width:49%; }

.box_hp_news .archive_link { text-align:right; }
.box_hp_news .item { margin-bottom:20px; }
.box_hp_news .item td { vertical-align:top; }
.box_hp_news .item p { line-height:14px; }
.box_hp_news .item p.title { margin:0px; font-weight:bold; }
.box_hp_news .item p.title a { color:#000000; text-decoration:none; }
.box_hp_news .item p.title a:hover { color:#000000; text-decoration:underline; }
.box_hp_news .item p.body { margin:0px; }
.box_hp_news .item .date { margin:0px; font-weight:normal; color:#0077D4; }
.box_hp_news .item .img_container { width:58px; padding-top:2px; }
.box_hp_news .item .img_container img { border:1px solid #D4D4D4; }

.news_detail { width:100%; }
.news_detail td { vertical-align:top; }
.news_detail td.image { padding-left:20px; padding-top:30px; }
.news_detail span.date { font-weight:bold; }

.news_archive .item { margin-bottom:10px; }
.news_archive .item td { vertical-align:top; }
.news_archive .item p { line-height:14px; }
.news_archive .item p.title { margin:0px; font-weight:bold; }
.news_archive .item p.title a { color:#000000; text-decoration:none; }
.news_archive .item p.title a:hover { color:#000000; text-decoration:underline; }
.news_archive .item p.body { margin:0px; }
.news_archive .item .date { margin:0px; font-weight:normal; color:#0077D4; }
.news_archive .item .img_container { width:58px; padding-top:2px; }
.news_archive .item .img_container img { border:1px solid #D4D4D4; }

.img_button { margin-right:10px; }
.txt_mid { width:200px; }
.txt_long { width:400px; }

#mc .form_block {  }
#mc .form_block .row { float:left; margin-bottom:10px; white-space:nowrap; }
#mc .form_block .row .item { float:left; white-space:normal; margin-right:20px; }
#mc .form_block .row .item .img_button { margin-right:0px; }
#mc .form_block .row .item label { display:block; padding:0px; margin:0px 0px 3px 0px; font-weight:bold; }
#mc .form_block .row .item textarea.long { width:420px; height:100px; }
#mc .form_block .row .item textarea.mid { width:200px; height:80px; }

.footer { position:relative; float:left; width:760px; color:#85888E; font-size:10px; border-top:1px solid #E7EBEA; margin-top:44px; margin-bottom:25px; text-align:right; }
.footer .row { position:relative; float:left; width:760px; color:#85888E; font-size:10px; border-bottom:1px solid #E7EBEA; height:20px; line-height:20px; }
.footer a { color:#85888E; text-decoration:none; }
.footer a:hover { color:#3E4C6A; text-decoration:underline; }


/* NEW AGE TEMPLATES */
.page h1 { margin-top:0px; font-weight:normal; }
.page.product_detail {  }
.page.product_detail .top_image { float:left; width:220px; height:220px; overflow:hidden; border:1px solid #cccccc; }
.page.product_detail .top_image_img { float:left; margin-right:20px; /*border:1px solid #dddddd; border-bottom:none; border-right:none;*/ }
.page.product_detail .top_info { float:left; width:400px; height:220px; }
.page.product_detail table.accessory_item { margin-bottom:20px; }
.page.product_detail table.accessory_item td { padding-right:8px; vertical-align:top; }
.page.product_detail .gallery_thumbs .image { height:180px; width:180px; float:left; text-align:center; overflow:hidden; margin-right:20px; margin-bottom:20px; border:1px solid #dddddd; border-left:none; border-top:none; }





/* PRODUCT LIST */
.catalog_list { margin-top:20px; }
.catalog_list td { vertical-align:top; text-align:left; font-size:12px; }
.catalog_list td.cell { width:33%; border:1px solid #cccccc; border-left:none; border-top:none; border-bottom:none; padding:0px 10px 0px 10px; }
.catalog_list td.cell.first {  }
.catalog_list td.cell.last {  }
.catalog_list td.spacer { height:28px; }
.catalog_list td.spacer div { height:13px; border-bottom:1px solid #cccccc; }
.catalog_list .item { width:100%; }
.catalog_list .item td { padding-bottom:2px; }
.catalog_list .item td.body { padding:8px 0px 15px 0px; }
.catalog_list .item td.head { padding-left:10px; width:70%; }
.catalog_list .item td.image { width:80px; }
.catalog_list .item td.image .container { width:80px; height:80px; overflow:hidden; }
.catalog_list .item td.cart label { display:block; float:left; margin-top:0px; margin-right:4px;  }
.catalog_list .item td.cart input.amount { width:25px; font-size:11px; border:1px solid #BFBFBF; background-color:#FFFFFF; float:left; margin-right:3px; margin-top:0px; }
.catalog_list .item td.cart input.cart_icon { float:left; }
.catalog_list .item h3 { margin:0px; font-size:15px; font-weight:normal; }
.catalog_list .item h3 a { text-decoration:none; }
.catalog_list .item h3 a:hover { text-decoration:underline; }
.catalog_list .item  ul { margin:0px; padding:0px; }
.catalog_list .item  li { margin:0px; padding:0px; padding-left:10px; list-style:none; background-image:url(../images/bullet_03.gif); background-repeat:no-repeat; background-position:0px 4px; }
.catalog_list .item .flag_akce { color:#009900; }
.catalog_list .item .flag_novinka { color:#FF0000; }
.catalog_list .item .flag_vyprodej { color:#4CA0E1; }
