/* @override 
	http://localhost:80/gcms/templates/_themes/speedycars/css/default.css
	http://localhost/garmin/templates/_themes/garmin/css/default.css
	http://klub.garmin.sk/templates/_themes/garmin/css/default.css
*/

BODY, HTML{
    background: #fff url(../images/page_back.jpg) repeat-x center 0;
	font-size:13px;line-height:18px; font-family:Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #272B2F;

}

h1,h2,h3,h4,h5,h6 {font-weight:400; font-family:"Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;}
h1 {font-size:2em;line-height:1;margin-bottom:.5em;}
h2 {font-size:1.5em;margin-bottom:.5em;}
h3 {font-size:1.3em;line-height:1;margin-bottom:1em;font-weight:500;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:.5em;font-weight:700;}
h5 {font-size:1.2em;font-weight:700;margin-bottom:.5em;}
h6 {font-size:1em;font-weight:700;}

/* @group Rozlozenie */

#header{
    width: 100%;
    height: 125px;
}

#middle-panel {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	
}
#search-box {
	text-align: right;
}

#search-box input{
	margin: 0;
	padding: 4px;
	/*width: 102px;*/
	background: #F0F0ED;
	border: 1px solid #CCC;
	color: #464D54;
}
#pagewrap {
	padding-bottom: 30px;
}

/* @end */

/* @group Linky */

a {
text-decoration: underline;
color: #0074D4;
}

a img {
	border: none;
	text-decoration: none;
}

a:focus, a:hover {
text-decoration: none;
}

/* @end */
/* @group Horna navigacia */

.before_navigation {
	color: #fff;	
	height: 75px;
	text-align: right;
}

#logo {
 margin-top: 10px;	
}
.before_navigation table{
	float: right;
}


#navigation {
	display: inline-block;
    vertical-align: top;
    /*height: 25px;*/
}
#navigation ul{}
#navigation li ul {
	display: none;
	position: absolute;
	background: #f9f9f8;
	z-index: 9000;
	}
#navigation li:hover ul{display: block;}

#navigation ul,#navigation li{
    padding: 0;
    margin: 0;
    list-style: none;
}
#navigation li li li {
	display: none;
}
#navigation li li {float: none;}
#navigation li{float: left; 	background: url(../images/top-panel-nav-separator.gif) no-repeat left 10px;
}
#navigation li:first-child {background: none;}
#navigation li li a{
	height: auto;
	color: #272B2F;
	border: 1px solid #ccc;
	border-top: none;
	font-size: 13px;
	font-weight: normal;
	}
#navigation li li a:hover{
	background: #f0f0ed;
}
#navigation li a{
	font-weight: bolder;
	font-size: 13px;
	height: 30px;
	padding: 5px 10px;
    display: block;
    color: #fff;
    text-decoration: none;
}

/* @end */

/* @group Left panel */
#left_panel ul, #left_panel li, .g_tabs, .g_tabs li{
	margin: 0;padding: 0;
	list-style: none;
}
#left_panel ul {
	margin-top: 15px;
	background: #f9f9f8;
	border: 1px solid #ccc;
	border-radius:5px;
}
#left_panel ul ul{
	border-radius:0;
	margin-top: 0;
	border: none;
	background: #fcfcfc;
}

#left_panel li li a{padding-left: 25px;}
#left_panel li li li a{padding-left: 40px;}

#left_panel li:first-child a{
	border-top: none;
}
#left_panel li li:first-child a{
	border-top: 1px dotted #ccc;
}

.garmin_table.settings{
	width: 50%;
	margin: 0 0 0 100px;
	float: left;
}

table.garmin_table {
	width: 100%;
	margin: 0px auto;
}

.garmin_table .long_input {
	width: 200px;
}
.garmin_table .short_input {
	/*width: 80px;*/
}


.garmin_table td.section{
	border-top: 1px dotted #eee; 
	margin-top:20px;}
.garmin_table td{padding: 5px;}
.avatar_img .label{
	font-weight: bolder;
}
.garmin_table td.label{
	font-weight: bolder;
	text-align: right;
	width: 40%;
	vertical-align: top;
}
.garmin_table td input{
}





#left_panel li a{
	display: block;
	color: #272B2F;
	border-top: 1px dotted #ccc;
	font-size: 13px;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	}

#left_panel li a:hover{
	background: #f0f0ed;
}



/* @end */


.end_img {display: none;}

#banner{
    background-color: #000;
    width: 700px;
    height: 310px;
    display: block;
    margin-top:20px;
}

#header .login_form label {
	font-size: 10px;
	margin-left: 5px;
	margin-right: 2px;	
	color: #ababab;
}
#header .login_form{
	margin-top: 5px;
}
#header .login_form{
	font-size: 12px;
}
#header .bad_login{
	color: #f00;
}

.category_header{
    width: 100%;
    height: 100px;
    display: block;
    border-bottom: 1px solid #a8a8a8;
    background: url(../images/category-header.jpg);
}

#header .login_texts {
	color: #ababab;
	
}

/* @group Paginator */

#paginate_top{
    position: relative;
    right: 10px;
    display: block;
    float: right;
}

.paginate{
    height: 24px;
    line-height: 18px;
    padding: 6px 0 0 10px;
}

.paginate span.text ,.paginate span.pipe{
	display: none;
}

.paginate span,
.paginate a{
    display: inline-block;
    min-width: 31px;
    height: 18px;
    text-align: center;
}

.paginate a{
    color: #7f7f7f;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    margin: 0 5px;
}

.paginate a:hover{
    color: #7f7f7f;
    text-decoration: underline;
}
.paginate .ico{
    background: url(../images/filter-sprites.png);
    /*margin: 0 5px;*/
}

.paginate .nextprev {
	margin: 0 5px;
}
.paginate .next:hover,
.paginate .prev:hover{text-decoration: none !important;}
.paginate .prev .ico{background-position: 0 -22px;}
.paginate .next .ico{background-position: 0 -42px;}

.paginate .current{
    background: url(../images/filter-sprites.png);
    background-position: 0 -62px;
    color: #fff;
    margin: 0 5px;
}

/* @end */

/* @group Tabs */
.tab.hidden{
	display: none;
}

.tab_container{
	background: #eee;
	padding:20px;
	color: #282828;
}
.tab_container .tab p:first-child{
	margin-top: 0;
}
.tabs li a{
	padding: 0 20px;
	margin: 0 5px;
	display: block;
	height: 25px;
	line-height: 25px;
	border-radius:4px;
	background: #eee;
	color: #555;
	text-decoration: none;
}
.tabs li a:hover{
	background-color: #868686;
	color: #dedede;
}

.tabs li a.active{
	padding: 0 20px;
	margin: 0 5px;
	display: block;
	height: 30px;
	line-height: 25px;
	border-radius:4px 4px 0 0;
	background: #cf222a;	
	color: #fff;
	text-decoration: none;
}

.tabs li{
	margin: 0;	
	padding: 0;
	float: left;
	list-style: none;
}
.tabs {
	height: 30px;
	list-style: none;
	color: #000;
	padding:0;
	border-bottom: 5px solid #cf222a;
	margin: 10px 0 0 0;
}



/* @end */

/* @group Subory */

#files a{
	display: block;	
	text-decoration: none;
	margin: 5px;
}
#files a .nicelink{
	color: #000;
	padding-left: 25px;
}
#files a:hover .nicelink {
	color: #f00;
	text-decoration: underline;
}
#files a .file_size {
	color: #666;
	margin-left: 10px;
}

/* @end */

/* @group Nivo Slider
 */

.nivo-controlNav {
	position:absolute;
	left:49%;
	bottom:-28px;
}
.nivo-controlNav a {
	display:block;
	width:12px;
	height:	12px;
	background: url(../images/slide_indicator.png) no-repeat bottom center;
	text-indent:-9999px;
	border:0;
	margin-right:10px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:top center;
}

.nivo-directionNav a {
	display:block;
	width:33px;
	height:33px;
	background: url(../images/slide_arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-33px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-controlNav {
	position:absolute;
	left:20px;
	bottom:20px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background: #000 url(../images/bullets.png) center top;
	border-radius:15px;
	text-indent:-9999px;
	border:0;
	margin-right:10px;
	float:left;
}
.nivo-controlNav a.active {
	background-position: 0 bottom;
}



/* @end */

/* @group Had */

#had .separator{
	margin: 0 5px;
}
#had a.home{
	display: inline-block;
	width: 23px;
	background: url(../images/snake_home.gif) no-repeat right center;
	text-decoration: none;
}
#had a.home:hover{
	background-position: left;
	border-bottom: none;
	margin: 0 0 1px 0;
}


#had {
line-height: 20px;
	font-size: 12px;
	display: inline-block;	
	vertical-align: top;
	color: #969798;
}
#had .had_item{
	/*display: inline-block;*/
	/*vertical-align: middle;*/
}

/* @end */

/* @group Anketa */
.mod_anketa_otazka .otazka{
	padding: 10px;
	margin: 0;
	background: #dbf0fa;
	border-radius:5px 5px 0 0;
	font-weight: bold;

}

.odpoved_wrapp .status{
	font-size: 12px;
	color: #999;
}

#mod_anketa .mod_anketa_otazka .hlasovalo {
	padding: 10px 10px 0 10px;
}
a.odpoved {
	text-decoration: none;
}
a.odpoved:hover {
	text-decoration: underline;
}


#mod_anketa .odpoved_wrapp {
	padding: 0 10px;	
	margin: 10px 0;
}
#mod_anketa .mod_anketa_otazka{
	background: #ececec;	
	padding: 0 0 10px 0;
	border-radius:5px 5px 0 0;
	margin-top: 20px;
}

#mod_anketa .mod_anketa_otazka img.bar {
    background-color: #0170af;
}

/* @end */

/* @group Box */

.box {
	margin-top: 20px;
	background: #ececec;
	border-radius:5px;
}

.box h3.box_head{
	padding: 10px;
	margin: 0;
	background: #dbf0fa;
	border-radius:5px 5px 0 0;
}

.box h2.box_head{
	background: #227aac;
	margin: 0;
	padding: 10px;
	color: #fff;
	border-radius:5px 5px 0 0;

}

#content div.site_body p img{
	/*border: 1px solid #ccc;	
	background: #f0f0ed;*/
	margin: 30px;
}
#content div.site_body p img[align="left"] {
	margin: 0px 30px 30px 0px;
	}

#content div.site_body p img[align="right"] {
	margin: 0px 0px 30px 30px;
	}


.box_content.service{
	padding: 0 0 1px 0;
}


.box_content{
	padding: 10px
}

/* @end */

.box a.all_news {
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 2em;
}
.box .news, .box .news li{
	margin: 0;
	padding: 0;
}
.box .news li {
	padding: 10px;
	border-top: 1px dotted #ccc;
}

.box .news li h3{
	margin-top: 0px;
	margin-bottom: 6px;
}
.box .news .date{
	color: #000;
	font-weight: bolder;
	text-transform: uppercase;
}
.box .news .default_news_img {
	display: inline-block;
	width: 200px;
	height: 112px;
	background: #000;
	text-align: center;
}
.box .news li img{
	padding: 0;
}



.blog .date{
	font-weight: bolder;
}
.blog {
	border-bottom: 1px dotted #ccc;	
	padding-bottom: 20px;
}

/* @group Device_list */

.device_list .device {
	padding: 10px;
	background: #dff5ff;
	margin: 2px 0;
	border-radius:5px;
	border-bottom: 1px solid #7ab6e7;
}


.notice.false {
	background: #ffb7be;
	border: 1px solid #ff626f;
	color: #de0000;
}

span.required {
	color: #f00;
	font-size: 20px;
	vertical-align: bottom;
	margin: 0 5px;
}

.category td  {
	font-size: 16px;
	text-align: right;
	font-weight: bolder;
	padding-top: 20px;
}
.margin td{
	padding-top: 20px;
}

div.map_component {
	float: right;
	margin: 20px 0 20px 0;
}

.notice.true{
	background: #b8fab9;
	border: 1px solid #00980e;
	color: #00980e;
}
.notice {
	background: #fdffd3;
	border: 1px solid #ffd291;
	color: #b77935;
	padding: 5px;
	margin: 5px 0px;
}



.service_button{
	cursor: pointer;
	height: 16px;
	line-height: 16px;
	border: none;
	margin: 10px 10px 0px 0;
	border-bottom: 2px solid #00598c;
	background-color: #0177bb;
	border-radius:3px;
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-size: 12px;	
	position: relative;
	overflow: visible;
	width: auto;

}

input.service_button{
	height: 26px;
}


.service_button.activate{ 
}

.service_button.buy{
	/*background-color: #018ad9;
	border-color: #00598c;*/
	font-weight: bolder;
	padding-left: 26px;
	background-image: url(../images/cart.png);
	background-position: 6px center;
	background-repeat: no-repeat;
}


.service_status.active{background-color: #006e00;}
.service_status.noactive{background-color: #b50003;}

.service_status {
	float: right;	
	margin-right: -10px;
	font-size: 10px;
	font-weight: bolder;
	color: #fff;
	width: 80px;
	height: 26px;
	line-height: 26px;
	margin-top: -5px;
	border-radius:4px 0 0 4px;
	text-align: center;
	background: #03a700;
}
.service_name{
	font-weight: bolder;
	font-size: 15px;
}
.service_desc {
	margin-top: 5px;
	font-size: 12px;
	color: #666;
	margin:10px 100px 0px 0px;
}

.device_list .device_img.no_image{
	width: 150px;
	height: 100px;
	background: #eee;
	font-size: 20px;
	text-align: center;
	line-height: 22px;
	padding-top: 50px;
	color: #d6d6d6;
}

.device_list .device_remove {
	float: right;
	margin: 0;
	padding: 0;	
}

.device_list .device_serial .popiska{
	color: #217aac;
	font-size: 13px;
}

.device_list .device_serial .device_number{
	font-weight: bolder;
}


.device_list .device_img{
	float: left;
	margin-right: 30px;
}
.device_list h4{
	vertical-align: top;

}

.device_service_head{
	padding: 0px 10px;
	background-color: #ace2fa;
	border-radius:5px 5px 0 0;
	margin: 0;
	color: #006e9f;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 26px;
	height: 26px;
	border-radius:5px 5px 0 0;
}

.service_div{
	float: right;
	width: 740px;
	margin-top: 10px;
}

/*.service_list li.service.active.even{
	background: #eaffe9;
}
.service_list li.service.active.odd{
	background-color: #eeffed;
}*/

.service_list li.service.even{
	background: #fff;
}
.service_list li.service.odd{
	background: #ededed;
}


.service_list li.service{
	background: #f8f6fe;
	padding: 10px 10px;
	border-top: 1px dotted #9f9f9f;
}

.service_list{
	display: inline-block;
	padding: 10px;
}


.service_list,
.device_list{
	margin: 0;
	padding: 0;
	list-style: none;
}


/* @end */




/* @group informacne ikony */
.info_ico{
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	background: url(../images/information.png) no-repeat;
	padding-top: 4px;
	vertical-align: middle;
}
.info_ico .info_ico_text{
	position: absolute;
	width: 300px;
	left: 20px;
	top: -10px;
	border: 1px solid #0170af;
	padding: 10px;
	background: #f9f9f8;
	color: #272B2F;
	border: 1px solid #ccc;	
	display: none;
	z-index: 500;
}


/* @end */
.register_progres ul,
.register_progres li,
.img_gallery li,
.img_gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}

.img_gallery li{
	float: left;
	margin: 10px 20px 0 0;
}

.register_progres {
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
	
}
 .register_progres li{
	display: inline-block;	
	width: 33%;
	text-align: center;
	font-size: 16px;
	color: #969798;

}
.garmin_table td{
	position: relative;
}

.garmin_table label.error {
	/*position: absolute;*/
	margin-left: 0px;
	margin-top: 3px;
	color: #f00;	
	z-index: 100;
}


.garmin_table td input{
    display: block;
}

.register_progres li.active{
	color: #0170af;
}

.g_clear{
	clear: both;
}

/* @group g_tabs */

.g_tabs li {
	float: left;
}
.g_tabs li a.active{
	background: #fff;
	color: #016faf;
	border-top: 2px solid #016faf;	
	border-left: 2px solid #016faf;	
	border-right: 2px solid #016faf;
}

.g_tabs li a:hover{
	text-decoration: underline;
}

p.garmin_profile_rss {
	margin-left: 293px;
}

.g_tabs li a {
	text-decoration: none;
	display: block;
	background: #016faf;
	color: #fff;	
	border-radius:5px 5px 0 0;
	padding: 0 10px;
	margin-left: 5px;
	height: 25px;
	line-height: 25px;
	
}

.g_tabs {
	border-bottom: 1px solid #016faf;	
	height: 26px;
}


/* @end */


/* @group livehelpnow */

#livehelpnow {
	position: fixed;
	width: 180px;
	height: 150px;
	right: -150px;
	top: 200px;
	z-index: 10000;
}

#livehelpnow .left_lh_button {
	float: left; 
	cursor: pointer;	
}

#livehelpnow .right_lh_button {
	float: right;
}

#livehelpnow .lh_button {
	margin: 0;
	padding: 0;
	height: 30px;
	width: 150px;
}

#livehelpnow .left_lh_button img{
	height: 150px;
	width: 30px;
}


#livehelpnow .lh_button img {
	height: 30px;
	width: 150px;
}
/* @end */
.home_service {
	border-bottom: 1px dotted #a7a7a7;	
	padding: 10px;
	background-color: #ececec;
}
.home_service.even{
	background-color: #d7d7d7;
}


.home_service_name{
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px;
}
.home_button{
	margin: 15px;
	border-bottom: 2px solid #00598c;
	background-color: #0177bb;
	border-radius:3px;
	padding: 10px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}
