/*
 * MODx stuff's
 *
 * @author:    IF MEDIA
 * @email:     admin@ifmedia.eu
 * @website:   http://www.4golf.sk/
 * @version:   $Id: modx.css 111 2009-02-09 17:01:59Z Silver Zachara $
 */

/* AjaxSearch
 ------------------------------------------------------------------------------- */

#sidebarContent #box1 .vyhladavanieWrapper {
    text-align: right;
    padding: 7px 12px 0px 12px;
}

#sidebarContent #box1 .vyhladavanieWrapper .vyhladavanie {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding-right: 4px;
}

#ajaxSearch_form {
    padding: 0px 0px 0px 0px;
}

#ajaxSearch_form fieldset {
    border: none;
}

#ajaxSearch_input {
    color: #000;
    font-size: 14px;
    width: 136px;
    height: 19px;
    padding: 2px 0px 0px 3px;
    background-color: #ffff00;
    border: 2px #fff solid;
}

#ajaxSearch_submit {
    display: none;
    width: 0px;
    height: 0px;
}

/* Animated gif and cross */
#ajaxSearch_form #indicator {
	position: relative;
	top: -20px;
	left: -2px;
}

#ajaxSearch_form #searchClose {
	position: relative;
	top: -20px;
    left: -2px;
}

/* id of the div that the ajax results are returned in */
#ajaxSearch_output {
    position: relative;
    color: #fff;
    text-align: left;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    background: #000;
    border: 0px;
    z-index: 1;
}

#ajaxSearch_output a:hover {
    background-color: #3E680E;
}

#ajaxSearch_output p {
    margin: 0px;
}

/* The following items are used to style the results when the user does not have
   javascript or they have clicked the more results link */
#primaryContent .primaryContent .ajaxSearch_resultsInfo {
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}

#primaryContent .primaryContent .ajaxSearch_result {
    margin: 10px 0;
}

#primaryContent .primaryContent .ajaxSearch_resultLink {
    font-size: 12px;
    font-weight: bold;
}

#primaryContent .primaryContent .ajaxSearch_resultExtract {
    padding-left: 10px;
}

/* The following items are used to style the results returned by the ajax request */
.AS_ajax_result {
    border-top: 1px solid #2f2f2f;
    padding: 5px 10px 7px;
    margin: 0px;
}

.AS_ajax_result a {
    color: #fff;
}

.AS_ajax_resultDescription {
    display: none;
}

.AS_ajax_resultLink {
    color: #fff !important;
    display: block;
    width: 93%;
}

.AS_ajax_more {
    border-top: 1px solid #2f2f2f;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 4px;
}

.AS_ajax_resultsIntroFailure {
    padding: 4px;
}

/* Search Terms Highlighting */
.AS_ajax_highlight, .ajaxSearch_highlight {
    color: #000;
    background-color: #ffb;
    padding: 2px;
    margin: -3px;
    border: 1px solid #dd3;
}

.searchTerms {
    display: block;
    color: #eee;
    font-weight: bold;
	text-align: left;
    padding: 10px 5px 5px 10px;
    line-height: 20px;
}

.searchTerms .searchTermsTitle {
    font-size: 13px;
	font-weight: bold;
}

.searchTerms .AS_ajax_highlight {
    margin: 0px 0px 0px 3px;
}

a.ajaxSearch_removeHighlight, a.ajaxSearch_removeHighlight:visited {
    display: block;
    font-weight: normal;
    margin: 4px 0px 3px 2px;
    padding: 2px 0px 2px 0px;
}

a.ajaxSearch_removeHighlight:hover {
    background-color: #000;
}

/* Login Form
 -----------------------------------------------------------------------------*/

/* Login From and Password Reminder */
#sidebarContent #WebLoginLayer0, #sidebarContent #WebLoginLayer2 {
    border: none;
}

#sidebarContent #WebLoginLayer0 h3, #sidebarContent #WebLoginLayer2 h3 {
    display: none;
}

#sidebarContent #WebLoginLayer0 fieldset, #sidebarContent #WebLoginLayer2 fieldset {
    width: 200px;
    margin: 0px auto;
    padding: 6px 3px 6px 3px;
    border: none;
}

#sidebarContent #WebLoginLayer0 label, #sidebarContent #WebLoginLayer2 label {
    display: block;
    color: black;
    font-size: 12px;
    margin-top: 5px !important;
}

#sidebarContent #WebLoginLayer0 input, #sidebarContent #WebLoginLayer2 input {
    width: 100%;
    height: 19px;
    padding-top: 2px;
    border-top: 1px solid #75767B;
    border-left: 1px solid #75767B;
    border-bottom: 1px solid #B6B9C0;
    border-right: 1px solid #B6B9C0;
}

#sidebarContent #WebLoginLayer0 input.button, #sidebarContent #WebLoginLayer2 input.button {
    float: left;
    width: auto !important;
    height: auto !important;
    margin-top: 6px;
    padding: 2px !important;
}

/* Login From */
#sidebarContent #WebLoginLayer0 #checkbox_1 {
    float: right;
    width: auto;
    margin-top: 7px;
    border: 0 none !important;
}

#sidebarContent #WebLoginLayer0 #forgotpsswd {
    float: right;
    font-size: 78%;
    margin: 12px 0px 0px 0px;
    padding-right: 0px;
}

/* Only for IE7 */
* + html #sidebarContent #WebLoginLayer0 input.button {
    float: none;
}

* + html #sidebarContent #WebLoginLayer0 #forgotpsswd {
    position: relative;
    margin-top: -20px;
}
/* End of hack */

/* Password Reminder */
#sidebarContent #WebLoginLayer2 input.button {
    margin: 10px 0px 0px 30px;
}

/* Logout */
#sidebarContent fieldset.logout {
    text-align: center;
    border: 0px none;
}

#sidebarContent fieldset.logout h4 {
    margin: 8px 0px 8px 0px;
}

#sidebarContent fieldset.logout a.button {
    padding-left: 2px;
}

/* New registration */
#sidebarContent fieldset.new-registration {
    text-align: center;
    margin: 10px 53px 0px 53px;
    padding: 2px 0px;
    /*border-top: #000 dashed 1px;*/
}

#sidebarContent fieldset.new-registration a {
    font-size: 13px;
    font-weight: bold;
}

/* Styles for the snippet eForm - SIGNUP Form
 -----------------------------------------------------------------------------*/

#primaryContent .signupFrom fieldset {
    width: 280px;
    margin: 10px 2px 20px 0px;
    padding: 10px;
}

#primaryContent .signupFrom fieldset.userDetails, #primaryContent .signupFrom fieldset.captcha,
#primaryContent .signupFrom fieldset.password, #primaryContent .signupFrom input.button {
    float: left;
}

#primaryContent .signupFrom fieldset.userDetails, #primaryContent .signupFrom fieldset.password {
    margin-bottom: 0px;
}

#primaryContent .signupFrom fieldset.purchaseDetails {
    float: right;
}

#primaryContent .signupFrom input.button {
    font-weight: bold;
}

#primaryContent .signupFrom fieldset h2 {
    text-align: center;
    margin-bottom: 11px;
}

#primaryContent .signupFrom fieldset label {
    color: black;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px !important;
}

#primaryContent .signupFrom input, #primaryContent .signupFrom select#country {
    display: block;
    width: 214px;
    margin-bottom: 8px;
}

#primaryContent .signupFrom input#zip {
    width: 48px;
}

#primaryContent .signupFrom input.button {
    width: auto !important;
    height: 34px;
    margin: 20px 0px 0px 78px;
    padding: 2px !important;
}

#primaryContent .signupFrom p.infoRequired {
    float:left;
    color:red;
    font-weight:bold;
    text-align:center;
    width: 271px;
    margin-left: 31px;
}

/* Úspešné zaregistrovanie */
#primaryContent h2.notificationHeading {
    text-align: center;
    margin-top: 40px;
}

#primaryContent p.notificationMessage {
    text-align: center;
}

/* Styles for the snippet UsersCounter
 -----------------------------------------------------------------------------*/

#box1 div.usersCounterHeading {
    color: #0D2202;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 8px;
}

/* Styles for the 4golf SHOP for the snippet Ditto
 -----------------------------------------------------------------------------*/

#primaryContent .golf-shop {
    padding: 16px 0px;
}

#primaryContent .golf-shop .img-wrapper-shop {
    width: 146px;
    min-height: 1px;
    margin-right: 14px;
}

#primaryContent .golf-shop .img-wrapper-shop, #primaryContent .golf-shop .content {
    float: left;
}

#primaryContent .golf-shop .content h2 {
    width: 449px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    background: url(images/productHeader.png) no-repeat top left;
}

#primaryContent .golf-shop .content h2 a {
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding-left: 6px;
}

#primaryContent .golf-shop .content .ditto_summary {
    padding-left: 9px;
}

#primaryContent .golf-shop .content .price-basket, #primaryContent .priceBasketDetail {
    float: right;
    padding: 13px 21px 0px 0px;
    vertical-align: text-bottom;
}

#primaryContent .priceBasketDetail {
    padding-right: 86px;
}

#primaryContent .golf-shop .content .price-basket select, #primaryContent .priceBasketDetail select {
    font-size: 9px;
    max-width: 100px;
    margin-right: 15px;
}

#primaryContent .golf-shop .content .price-basket img, #primaryContent .priceBasketDetail img {
    vertical-align: bottom;
}

#primaryContent .golf-shop .content .price-basket .cena-text, #primaryContent .priceBasketDetail .cena-text {
    font-size: 13px;
    font-weight: bold;
}

#primaryContent .golf-shop .content .price-basket .cena, #primaryContent .priceBasketDetail .cena {
    color: green;
    font-size: 15px;
    font-weight: bold;
    margin: 0px 2px 0px 2px;
}

#primaryContent .golf-shop .content .price-basket .cenaDual, #primaryContent .priceBasketDetail .cenaDual {
    color: #808080;
    font-size: 9px;
	margin-right: 18px;
}

/* Counter of News */
#primaryContent .articlesCount {
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 26px;
    text-align: center;
}

#primaryContent .dittoPages {
    margin-top: 14px;
}

/* Paginator for News */
#primaryContent .dittoPages {
    text-align: center;
}

#primaryContent .dittoPages .ditto_currentpage {
    border: 1px solid #00218a;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #659ef4;
    color: #fff;
}

#primaryContent .dittoPages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}

#primaryContent .dittoPages a, #primaryContent .dittoPages a:link, #primaryContent .dittoPages a:visited {
    color: #3d86f4;
    font-size: 11px;
    font-family: "Trebuchet MS", verdana, sans-serif;
    text-decoration: none !important;
    border: 1px solid #659ef4;
    padding: 1px 5px 2px;
    margin-right: 1px;
}

#primaryContent .dittoPages a:hover {
    color: #000;
    background-image: none;
    background-color: #fff;
}

/* Sorting of the Ditto output */
#primaryContent #sorting {
    width: 376px;
    margin: 0px auto 10px auto;
    padding-bottom: 2px;
    background: url(images/sort-bottom.gif) no-repeat left bottom;
}

#primaryContent #sorting a.sort-type {
    margin-left: 8px;
}

#primaryContent #sorting .sorting-inner {
    padding-top: 2px;
    background: url(images/sort-top.gif) no-repeat left top;
}

#primaryContent #sorting .sorting-inner .sorting-inner-inner {
    padding-left: 6px;
    background-color: #E9F3F3;
    border-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #669999;
    border-style: solid;
}

#primaryContent #sorting .sorting-inner .sorting-inner-inner .sort-info {
    font-size: 11px;
    font-weight: bold;
}

/* Styles for the snippet TvTagCloud v2.1.4 in the Secondary navigation
 -----------------------------------------------------------------------------*/
#primaryContent #secondNav .cloud {
    float: left;
    width: 439px;
    padding: 10px 0px 0px 19px;
}

#primaryContent #secondNav .cloud li {
    float: left;
    width: 108px;
/*    height: 22px;
    line-height: 22px;
    padding-bottom: 5px;*/
}

#primaryContent #secondNav .cloud li a:link, #primaryContent #secondNav .cloud li a:visited {
    color: #fff;
    font-size: 12px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#primaryContent #secondNav .cloud li a:hover, #primaryContent #secondNav .cloud li a:active,
#primaryContent #secondNav .cloud li.active a {
    color: #336699;
    text-decoration: none;
}

/* Styles for the snippet snShop in the Sidebar
 -----------------------------------------------------------------------------*/
#sidebarContent .box2 .box2-inner .shopping-basket {
    font-size: 10px;
    text-align: center;
    padding-top: 13px;
}

#sidebarContent .box2 .box2-inner .shopping-basket img {
    vertical-align: middle;
    margin-right: 4px;
}

#sidebarContent .box2 .box2-inner .shopping-basket .basket-empty {
    color: yellow;
    font-weight: bold;
}

#sidebarContent .box2 .box2-inner .shopping-basket .basket-polozky-all,
#sidebarContent .box2 .box2-inner .shopping-basket .basket-cena-all {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

#sidebarContent #successAdded {
	display: none;
	font-size: 11px;
	font-weight: bold;
	margin-top: 9px;
}

/* Styles for the snippet snRenderShoppingBasketPurchase
 -----------------------------------------------------------------------------*/
#primaryContent .postageSave {
    color: red;
    font-weight: bold;
    text-align: center;
}

#primaryContent table.basket {
    border-collapse: collapse;
    margin: 10px auto 0px auto;
}

#primaryContent table.basket thead {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    background: url(images/basket-header.png) repeat-x top left;
}

#primaryContent table.basket thead th.productName {
    width: 346px;
    padding-left: 12px;
}

#primaryContent table.basket th.price {
    width: 76px;
}

#primaryContent table.basket th.pocet {
    width: 70px;
}

#primaryContent table.basket th.cena-celkom {
    width: 80px;
}

#primaryContent table.basket th.remove-product {
    width: 35px;
}

#primaryContent table.basket tfoot td {
    text-align: center;
    padding-top: 18px;
}

#primaryContent table.basket tfoot td input {
    height: 30px;
    margin-top: 6px;
}

#primaryContent table.basket tfoot input {
    font-weight: bold;
}

#primaryContent table.basket tbody {
    border: 1px #E3E3E3 solid;
}

#primaryContent table.basket tbody tr {
    line-height: 30px;
}

#primaryContent table.basket tbody td {
    border-bottom: 1px #E3E3E3 dashed;
}

#primaryContent table.basket td.productName {
    color: #339999;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 0px 0px 14px;
    background: url(images/arrow2.png) no-repeat 0px 12px;
}

#primaryContent table.basket td.productName a {
    height: 16px;
    line-height: 16px;
}

#primaryContent table.basket td.productNamePostage {
    color: #339999;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    padding: 0px 0px 0px 16px;
    background: url(images/arrow2.png) no-repeat 0px 12px;
}

#primaryContent table.basket td.productName .productInfo {
    color: #777777;
    font-size: 9px;
    line-height: 11px;
    padding: 0px 0px 7px 10px;
}

#primaryContent table.basket td.pocet input {
    width: 30px;
}

#primaryContent table.basket td.cena-celkom {
    color: green;
    font-size: 12px;
    font-weight: bold;
}

#primaryContent table.basket td.remove-product {
    text-align: center;
}

#primaryContent table.basket span.basket-empty {
    font-weight: bold;
    margin-left: 30px;
}

/* Tlačídlá */
#primaryContent table.basket td.buttons {
    padding: 14px 0px;
}

#primaryContent table.basket td.buttons input {
    display: block;
    font-size: 12px;
    font-weight: bold;
    width: 154px;
    margin-left: 30px;
}

/* Sumár */
#primaryContent table.basket .sumar {
    float: left;
    padding-left: 10px;
    border: 1px #E3E3E3 solid;
    margin: 10px 0px 10px 0px;
    padding: 6px 11px 6px 10px;
}

#primaryContent table.basket .sumar div {
    float: left;
}

#primaryContent table.basket .sumar .main-price-s-dph-title {
    font-size: 13px;
    font-weight: bold;
    width: 100px;
    padding-left: 10px;
    background: url(images/arrow1.png) no-repeat center left;
}

#primaryContent table.basket .sumar .main-price-s-dph {
    color: red;
    font-size: 14px;
    font-weight: bold;
}

#primaryContent table.basket .sumar .main-price-s-dph .cenaDual {
    color: #808080;
    font-size: 9px;
    font-weight: normal;
    padding-left: 6px;
}

/* Styles for the snRenderPurchaseForm
 -----------------------------------------------------------------------------*/
#primaryContent .purchaseDetails table {
    border-collapse: collapse;
    width: 520px;
    margin: 10px auto 22px auto;
}

#primaryContent .purchaseDetails thead {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    background: url(images/basket-header.png) repeat-x top left;
}

#primaryContent .purchaseDetails thead th {
    padding-left: 12px;
}

#primaryContent .purchaseDetails tbody {
    border: 1px #E3E3E3 solid;
}

#primaryContent .purchaseDetails tbody td.info {
    color: red;
    padding: 18px;
}

#primaryContent .purchaseDetails tbody td.fakturaInfo {
    color: #1F8788;
}

#primaryContent .purchaseDetails td.category {
    font-size: 12px;
    color: #444444;
    width: 126px;
    padding-left: 35px;
    background: url(images/arrow3.png) no-repeat center left;
}

#primaryContent .purchaseDetails td.values {
    color: black;
    font-weight: bold;
}

#primaryContent .purchaseDetails input.zip {
    width: 48px;
}

#primaryContent .purchaseDetails input, #primaryContent .purchaseDetails select {
    width: 214px;
}

/* POSLEDNÁ KONTRÓLA button */
#primaryContent .purchaseDetails div.submit {
    text-align: center;
    margin-top: 20px;
}

#primaryContent .purchaseDetails input.submit {
    font-weight: bold;
    height: 30px;
    margin: 6px 0px;
}

/* Styles for the snRenderLastCheckControl
 -----------------------------------------------------------------------------*/
#primaryContent .lcBox .box3 {
    width: 634px;
}

#primaryContent .box3 .lcRegDetails {
    float: left;
    width: 384px;
}

#primaryContent .box3 .lcRegDetails .lcRegDetailsHeader {
    color: #1A637F;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    padding-left: 8px;
    margin-bottom: 6px;
    background-color: #EDF6FF;
    border-style: solid;
    border-color: #94BFEA;
    border-width: 1px 0px 1px 1px;
}

#primaryContent .box3 .lcRegDetailItem, #primaryContent .box3 .lcRegDetailItemStrong {
    padding-left: 14px;
    background: url(images/arrow2.png) no-repeat center left;
}

#primaryContent .box3 .lcRegDetailItemStrong {
    font-weight: bold;
}

#primaryContent .box3 .lcDeliverDetails {
    float: left;
    width:  210px;
}

#primaryContent .box3 .lcDeliverDetails .lcDeliverDetailsHeader {
    color: #1A637F;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 6px;
    padding-left: 8px;
    background-color: #EDF6FF;
    border-style: solid;
    border-color: #94BFEA;
    border-width: 1px 1px 1px 0px;
}

#primaryContent .box3 .lcDeliverDetailItem, #primaryContent .box3 .lcDeliverDetailItemStrong {
    padding-left: 14px;
    background: url(images/arrow2.png) no-repeat center left;
}

#primaryContent .box3 .lcDeliverDetailItemStrong {
    font-weight: bold;
}

/* Detaily košíka */
#primaryContent table.basket {
    border-collapse: collapse;
    margin-top: 20px;
}

#primaryContent .lcBox table.basket thead {
    color: #1A637F;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    background-color: #EDF6FF;
    background-image: none;
    border-style: solid;
    border-color: #94BFEA;
    border-width: 1px 1px 1px 1px;
}

/* ZÁVÄZNE OBJEDNÁVAM button */
#primaryContent .lcBox div.submit {
    text-align: center;
    margin-top: 20px;
}

#primaryContent .lcBox input.submit {
    font-weight: bold;
    height: 30px;
    margin: 6px 0px;
}
