/**
 * Global functions styles.
 *
 * @author Jan Novacek <novacek_j@seznam.cz>
 * @copyright 2013 Welding24.eu
 * @version 0.1
 */ 
/*
thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
} 
thead {
    font-weight: bold;
} 
*/
@font-face {
	font-family: 'Museo';
	src: url('../font/museo/museo-500-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo';
	src: url('../font/museo/museo-700-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

/**
 * Page
 */
body {
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 81.3%;
    text-align: center;   
    /*background: url("../gfx/bgr-body.png") repeat scroll 0 0 #f6f6f6;*/
    background-color: #fff;
}

/**
 * BodyInner
 */
#bodyInner {
    margin: auto;
    padding: 0;
    position: relative;
}

#bodyInner .heureka {
    position: absolute; right: 0px; top: 110px; z-index: 2;
    width: 120px; height: 600px;   
}

/**
 * Body2Inner
 */
#body2Inner { }
/**
 * Containers
 */

#bodyInner {
    /*background: url("../gfx/bgr-main-2.png") no-repeat scroll center top transparent;*/
}
#container {
    margin: auto;
    margin-bottom: 10px;
    padding: 0px;
    position: relative;
    width: 980px;
    color: #636363;
    text-align: left;  
    line-height: 1.3;
}
#top-lista {
    color: #00275a;
    /*font-size: 1.2em;*/
    line-height: 34px;
    padding-top: 10px;
    position: relative;
    text-transform: uppercase;
    top: 1px;
    width: 980px;
}
#top-lista span a {
    text-decoration: none;
    color: #00275a;
}
#top-lista span a:hover {
    text-decoration: underline;
    color: #00275a;
}
#top-lista a.menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*background: url("img/toplista-odkaz.gif") repeat-x scroll left top rgba(0, 0, 0, 0);*/
    border-color: #D7D7D7 #D7D7D7 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #5c5c5c;
    display: block;
    float: right;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    /*width: 120px;*/
    padding-left: 4px;
    padding-right: 4px;
    min-width: 74px;
    font-size: 12px;
    
}
#top-lista a.menu:hover {
    background: none repeat scroll 0 0 #5c5c5c;
    border-color: #5c5c5c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-top: 1px solid #5c5c5c;
    color: #FFFFFF;
}
#top-lista a.menu.selected {
    background-image: url("img/toplista-odkaz-hover.gif");
    border-color: #0067AD rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-top: 1px solid #0067AD;
    color: #FFFFFF;
    font-weight: bold;
}
#top-lista a.menu.selected:hover {
    background-image: url("img/toplista-odkaz-hover.gif");
}
#top-lista a.login, #top-lista a.login:hover {
    background: url("img/toplista-login.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
    color: #000000;
    padding-top: 1px;
    width: 185px;
}
#top-lista #login {
    background: none repeat scroll 0 0 #FFDF10;
    display: none;
    /*font-size: 12px;*/
    padding: 10px 23px 25px;
    position: absolute;
    right: 0;
    top: 51px;
    z-index: 20;
}
#top-lista #login th {
    line-height: 26px;
    padding-right: 10px;
    text-align: left;
}
#top-lista #login input[type="text"], #toplista #login input[type="password"] {
    border: 1px solid #A5A5A5;
    height: 20px;
    margin: 0;
    text-align: left;
}
#top-lista #login input[type="submit"], #toplista #login input[type="button"] {
    background: none repeat scroll 0 0 #006BB3;
    border: 1px solid #006BB3;
    color: #FFFFFF;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0 5px;
}
#top-lista #login .heslo {
    bottom: 0;
    left: 25px;
    position: absolute;
    text-transform: none;
}
#top-lista #login .heslo a {
    display: inline;
    line-height: 14px;
    text-decoration: none;
}
#top-lista #login .heslo a:hover {
    text-decoration: underline;
}
#top-lista #login .text {
    color: #000000;
    display: block;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: none;
}

/**
 * Header
 */
#header { 
    height: 106px;
    position: relative;
    width: 980px;  
    border-top: 2px solid #5c5c5c; 
}
#header .moto-header {
    position: absolute; top: 14px; left: 240px; /*height: 200px;*/ text-align: left; color: #fff;
}
#header #logo {
	position: absolute; left: 0px; top: 0px; z-index: 2;
        font-size: 50px;
        padding: 20px 0px 0px 4px;
        text-decoration: none;
        color: #00275a;
}

#header .moto {
    position: absolute; top: 90px; left: 0px; text-align: center; color: #fff; width: 100%;
}

#header .kde-hledat {
    margin-left: -4px;
    font-size: 14px;
    height: 24px;
    left: 482px;
    position: absolute;
    top: 14px;
    width: 500px;
    z-index: 2;
}

#header .searchform_relativeBg   { 
    position: absolute; 
    top: 34px; right: 0px; 
    min-width: 566px; 
    height: 40px; 
    padding: 0; 
}
#header .searchform_relative     { padding: 4px 0 0 0;/*position: absolute; top: 37px; right: 0px; min-width: 500px; height: 36px; padding: 0; border: 1px solid #454545; background: #FFFFFF;*/ }
#header #searchForm              { width: 358px; height: 100%; /*min-height: 20px;*/ padding: 0; text-align: left; }
#header #searchForm fieldset     { background: #fff; margin: 0; padding: 0 0 0 0; border: solid 1px #a1a19f; }
#header #searchForm label	 { /*padding-left: 10px; padding-right: 5px;*/ }
#header #searchForm select	 { width: 140px; font-family: Arial, Helvetica, sans-serif; }
#header #searchForm input.vyraz  { 
    float: left; width: 316px; padding: 4px; height: 36px; 
    font-family: Arial, Helvetica, sans-serif; color: #a1a19f; 
    font-size: 14px; background: #ffFFFF; border: none; 
    border-radius: 0px;   
    padding: 0px;
    margin: 0px;
    padding-left: 4px;
}
#header #searchForm input.sub    { 
    height: 36px; background-color: #ffffff; 
    border-radius: 0px;
    border: 0px;
    padding: 0px;
    margin: 0px;  
}
#header #searchFormCart          { background: url("../gfx/icons/cart/cart32x32.png") no-repeat 0 0 transparent; width: 200px; height: 36px; line-height: 36px; padding-left: 10px }
#header #searchFormCartContent a  { 
    padding-left: 20px; 
    font-size: 1.0em;
    text-decoration: none;
}
#searchFormCartContent a:hover {
    text-decoration: underline;
} 

#header .overMenu            { position: absolute; top: 12px; right: 0px; z-index: 2; }
#header .overMenu ul         { padding: 2px 6px 2px 6px; list-style-type: none; text-align: right; line-height: 1.4em; }
#header .overMenu ul a       { /*color: #fff;*/ text-decoration: none; }
#header .overMenu ul a:hover { text-decoration: underline; }
#header .overMenu li         { display: inline; }
#header #loginForm { z-index: 1000; margin-top: 5px; padding: 10px; height: 100%; float: left; background-color: #1f4562; border: 1px solid #dcdcdc; }

#header .menu-vyrobci {
    background: url("../gfx/bgr-menu-vyrobci.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    /*font-size: 16px;*/
    height: 39px;
    padding: 0 20px;
    width: 940px !important;
    position : absolute;
    bottom: 0px;
}
#header .menu-vyrobci ul {
    list-style-type: none;
}
#header .menu-vyrobci li {
    background: url("../gfx/bgr-menu-vyrobci-line.png") no-repeat scroll left 9px rgba(0, 0, 0, 0);
    border-color: #ffffff;
    border-left: 1px;
    float: left;
    padding: 9px 0;
}
#header .menu-vyrobci li a {
    border: 1px solid rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    line-height: 21px;
    padding: 0 11px;
    text-decoration: none;
}
#header .menu-vyrobci li:hover a {
    background-color: #ffffff; 
    border: 1px solid #004B7E;
    color: #004B7E;
}
#header .menu-vyrobci li:hover + li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.jcarousel-item {
    margin: 0;
    min-width: 78px;
    padding: 0;
    text-align: center;
}
.jcarousel-clip {
    overflow: hidden;
}
.jcarousel-next-horizontal {
    background: url("../gfx/bgr-menu-vyrobci-right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 19px;
    position: absolute;
    right: -12px;
    top: 10px;
    width: 8px;
}
.jcarousel-prev-horizontal {
    background: url("../gfx/bgr-menu-vyrobci-left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 19px;
    left: -12px;
    position: absolute;
    top: 10px;
    width: 8px;
}

/**
 * Body
 */
#body {
    background-color: #ffffff;
    /*box-shadow: 1px 10px 10px #AAAAAA;*/
    /*margin: 0 10px;*/
    border: 1px solid #dddddd;
}
/**
 * Columns
 */
#leftCol    { 
    float: left;  
    width: 243px;   
}
#contentCol { 
    float: right; 
    width: 734px;
    border-left: 1px solid #dddddd; min-height: 1111px;
}
/**
 * History
 */
#history {
    padding-left: 8px;
    line-height: 39px;
    font-size: 12px;
    border-bottom: 1px solid #dddddd;
    color: #626262;    
}
#history a {
    text-decoration: none;
    color: #004b93;
}
#history a:hover {
    text-decoration: underline;
    color: #636363;
}
#history .bullet {}

#kategorie-seznam {
    padding-left: 8px;
    line-height: 39px;
    /*font-size: 11px;*/
    border-bottom: 1px solid #dddddd;
    color: #626262;    
}

/**
 * Footer
 */
#footer {
    height: auto;
    width: 980px;
    border-radius: 2px 2px 2px 2px;
    padding-top: 36px;
}
/**
 * Footer
 */
#footer-row-0 {
    background-color: #ffffff;
    border-collapse: collapse;
    padding: 6px 8px 6px 8px;   
    margin-bottom: 36px;
}
#footer-row-1 {
    background-color: #ffffff;
    border-collapse: collapse;
    padding: 6px 8px 6px 8px;   
    margin-bottom: 36px;
}
#footer-row-2 {
    background-color: #fff;
    /*box-shadow: 1px 10px 10px #AAAAAA;*/
    border-collapse: collapse;
    padding: 28px 8px 36px 8px;   
}
#footer-row-3 {
    /*background-color: #fff;*/
    border-collapse: collapse;
    padding: 6px 8px 6px 8px; 
}
#footer-row-3 .copy {
    /*color: #00275a;*/
    float: left;
    margin: 0;
    width: 514px;
}

#footer-row-3 .copy a {
    color: #00275a;
    text-decoration: none;
}

#footer-row-3 .copy a:hover {
    color: #00275a;
    text-decoration: underline;
}

#footer-row-3 .links {
    /*color: #00275a;*/
    float: right;
    text-align: right;
    width: 450px;
}
#footer-row-3 .links a {
    color: #00275a;
    text-decoration: none;
}

#footer-row-3 .links a:hover {
    color: #00275a;
    text-decoration: underline;
}


.footer-col { float: left; }
.footer-col.w192 { width: 192px; }
.footer-col.w240 { width: 240px; }
.footer-col.w480 { width: 480px; }
.footer-col.w720 { width: 720px; }

.footer-col .social a.facebook {
    background: transparent url(../gfx/icons/facebook/facebook2-24x24.png) 0 0 no-repeat;
}
.footer-col .social a.facebook, .footer_bottom .social a.twitter, .footer_bottom .social a.google {
    display: inline-block;
    height: 24px;
    width: 24px;
}
.footer-col.last  { border: none; }
.footer-col ul {
    list-style-type: none;
    /*font-size: 12px;*/
}
.footer-col li {
    list-style-type: none;
}
.footer-col a {
    text-decoration: none;
    color: #00275a;
}
.footer-col a:hover {
    text-decoration: underline;
    color: #00275a;    
}
.footer-col .title {
    margin-bottom: 6px;
    color: blue;
}
.footer-col .static {

}
.footer-col .last {}
#footer-copyright {
    /*line-height: 24px;*/
    text-align: center;
    color: #636363;
}
#footer-copyright a {
    text-decoration: none;
}
#footer-copyright a:hover {
    text-decoration: underline;    
}
/**
 * Form
 */
form select {
	padding: 2px;
	border: 1px solid #8CA0D5;
}
form option {
	padding: 0 5px 0 2px;
}
form input {
    /*
        border: 1px solid #e0e6ea;
        border-radius: 3px;
        box-sizing: padding-box;
        color: rgba(0, 0, 0, 0.8);
        margin: 0;
        outline: medium none;
        padding: 1px 2px;
        text-overflow: ellipsis;
        transition: border 0.5s ease 0s;
    */
}
form .myinput {
    box-shadow:inset 0px 1px 0px 0px #54a3f7;
    background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    background-color:#007dc1;
    border-radius:3px;
    border:1px solid #124d77;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:13px;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #154682;
}        
form .textbox {
	padding: 2px;
	border: 1px solid #8CA0D5;
}
form .inttext {
    border: 1px solid #b2b2b2;
    padding: 3px 2px;
    text-align: center;
    width: 40px;
}
form .textarea {}
form .button {
    transition: all 0.2s ease 0s;
}
form .button {
    color: #fff;
    border: medium none;
    cursor: pointer;
    display: table;
    font-family: "open_sans_lightregular";
    /*font-size: 13px;*/
    font-weight: bold;
    opacity: 0.9;
    padding: 7px 15px 8px;
}
form .button:hover {
    opacity: 1;
    text-decoration: underline;
}
form .button:active {
    background-color: #191919 !important;
    color: white !important;
}
form .button.green {
    background-color: #44CC00;
}
form .button:hover { 
    border-left: solid 2px #fba919; 
}
form label.error {
	color: #CC0000;
}
form input.error, form textarea.error {
	border: 1px dashed #8CA0D5;
}
.form {
	margin-bottom: 15px;
}
.form p {
	margin-bottom: 2px;
}
.form p span {
	display: block; float: left; width: 100px; margin-right: 5px; text-align: right; padding-top: 1px;
}
.form label {
	/*line-height: 1.8em;*/
}
/**
 * Message
 */
.messageNotValid {
    padding: 6px 0 6px 0;
    display: block;
    border: 1px solid #d0d0d0;
    font-weight: normal; text-align: center;
    background: url("../gfx/icons/message/error48x48.png") no-repeat 12px 6px #ffe0df;     
    line-height: 48px;  
    margin-top: 14px;
}
.messageValid {
    padding: 6px 0 6px 0;
    display: block;
    border: 1px solid #999999;
    font-weight: normal; text-align: center;
    background: #CDFFCC;     
    line-height: 48px;   
    margin-top: 14px;
}
.messageEmpty { 
    padding: 6px 0 6px 0;
    display: block;
    border: 1px solid #d0d0d0;
    font-weight: normal; text-align: center;
    background: #ffe0df; 
    line-height: 48px;    
    margin-top: 14px;
}

.btn-buy-green {
    background: url("../gfx/btn-buy-green.png") no-repeat scroll 0 -8px #ffffff;
    display: inline-block;
    height: 45px;
    text-decoration: none;
    vertical-align: middle;
}
.btn-buy-green input, .btn-buy-green span {
    background: url("../gfx/btn-buy-green.png") no-repeat scroll 100% -108px transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    /*font-size: 11px;*/
    /*font-weight: bold;*/
    height: 45px;
    line-height: 45px;
    margin: 0;
    overflow: visible;
    padding: 0 40px 0px 65px;
    text-transform: uppercase;
    vertical-align: top;
}
.big-btn input, .btn-buy-green span {
    background-position: 100% -108px;
    margin: 0 0 0 0px;
}
.btn-buy-green:hover input, .btn-buy-green:hover span {
    color: #ffffff;
    text-decoration: underline;
}

.btn-buy-green-s {
    /*background: url("../gfx/btn-buy-green.png") no-repeat scroll 0 -8px #ffffff;*/
    display: inline-block;
    height: 22px;
    text-decoration: none;
    vertical-align: middle;
    margin-bottom: 8px;    
}
.btn-buy-green-s input, .btn-buy-green-s span {
    /*background: url("../gfx/btn-buy-green.png") no-repeat scroll 100% -108px transparent;*/
    background-color: #7ab302;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    /*font-size: 11px;*/
    /*font-weight: bold;*/
    height: 22px;
    line-height: 22px;
    margin: 0;
    overflow: visible;
    /*padding: 0 40px 0px 65px;*/
    padding: 0 10px;
    text-transform: uppercase;
    vertical-align: top;
}
.big-btn-s input, .btn-buy-green-s span {
    background-position: 100% -108px;
    margin: 0 0 0 0px;
}
.btn-buy-green-s:hover input, .btn-buy-green-s:hover span {
    color: #ffffff;
    text-decoration: underline;
}

.btn-login-blue {
    background: url("../gfx/btn-blue.png") no-repeat scroll 0 -8px #ffffff;
    display: inline-block;
    height: 45px;
    /*margin-left: 4px;*/
    text-decoration: none;
    vertical-align: middle;
}
.btn-login-blue input, .btn-login-blue span {
    background: url("../gfx/btn-blue.png") no-repeat scroll 100% -108px transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    /*font-size: 11px;*/
    /*font-weight: bold;*/
    height: 45px;
    line-height: 45px;
    margin: 0;
    overflow: visible;
    padding: 0 20px 0 20px;
    text-transform: uppercase;
    vertical-align: top;
}
.big-btn input, .btn-login-blue span {
    background-position: 100% -108px;
    margin: 0 0 0 0px;
}
.btn-login-blue:hover input, .btn-login-blue:hover span {
    color: #ffffff;
    text-decoration: underline;
}

/**
 *   categories
 */
#categories { 
    list-style-type: none; 
    font-size: 10px;
}
#categories li.categories-elm { list-style-type: none; border-top: 1px solid white; background: transparent  url("../gfx/bgr-menu.png") no-repeat 0 0; height: 39px; /*font-size: 14px;*/ }
#categories li.categories-elm a { display: block; padding: 0px 0px 0px 4px; text-decoration: none; height: 39px; color: #00275a; }
#categories li.categories-elm a:hover { text-decoration: underline; color: #00275a; }

/**
 *   blockLeft
 */
.blockLeft {}
.blockLeft .header {}
.blockLeft .body {}
.blockLeft .body .content {}
.blockLeft .body .contentBgNoPadding {}
.blockLeft .body .contentBg { margin: 0 6px -2px 6px; }
.blockLeft .footer {}

/**
 *   blockContent
 */
.blockContent {}
.blockContent .header { }
.blockContent .headerPrechod {
    height: 16px;
}
.blockContent .headerPrechodHomepage {
    height: 16px;
}
.blockContent .body { /*background: url("../gfx/bgr-block.png") repeat-x 0 0 #FFFFFF;*/ }
.blockContent .body .content {}
.blockContent .body .contentBgNoPadding {}
.blockContent .body .contentBgNoPaddingLine {}
.blockContent .body .contentBg { margin: 0 6px -2px 6px; }
.blockContent .body .contentBgTop { margin: 12px 8px; }
.blockContent .footer {}

/**
 * Search form functions styles.
 *
 * @author Jan Novacek <novacek_j@seznam.cz>
 * @copyright 2013 Welding24.eu
 * @version 0.1
 */

#divSearchForm {
    height: 100px;
    position: absolute;
    right: 0;
    top: 62px;
    width: 500px;
    z-index: 99;
    text-align: left; 
    margin-left: -4px; 
    /*font-size: 11px;*/    
}
#divSearchForm .naseptavac2 {
    margin-left: -4px;  
    height: 761px; 
    
}
#divSearchForm .naseptavac3 {
    margin: 0 -1px;
    padding: 2px;
    overflow : auto;
    max-height: 761px;
}
#divSearchForm.active {
    height: auto;
}
#divSearchForm ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#divSearchForm .img {
    float: left;
    margin: 0 0 0 -100px;
    position: relative;
    text-align: center;
    width: 96px; 
}
#divSearchForm .img img {
    max-height: 100px;
    max-width: 100px;
}
#divSearchForm li {
    background-color: #FFFFFF;
    border-top: 1px solid #DDDADA;
    display: block;
    margin: 0;
    padding: 0;
}
#divSearchForm li .box {
    cursor: pointer;
    min-height: 100px;
    padding: 4px 4px 4px 104px;
    margin-left: 10px;
}
#divSearchForm li .box-full {
    /*cursor: pointer;*/
    /*min-height: 100px;*/
    /*padding: 4px 12px 4px 104px;*/
    height: 751px;
}
#divSearchForm li.active {
    background-color: #e4e4e4;
    /*border: 1px solid #999999;*/
}
#divSearchForm li a {

	/*color: #004B93;*/ text-decoration: none;
}
#divSearchForm li a:hover {
	/*color: #666666;*/ text-decoration: none;
}
#divSearchForm li a span {
    cursor: pointer;
    display: block;
}
#divSearchForm li a .name {
    margin-top: 2px;
    font-weight: bold;
    text-decoration: underline;
}
#divSearchForm li a .img, #divSearchForm li a .img span {
    display: table-cell;
    height: 41px;
    vertical-align: middle;
    padding-right: 10px;
}
#divSearchForm li .name {
    font-weight: normal;
}
#divSearchForm li a span.description {
    display: block;
    padding-top: 4px;
}
#divSearchForm li h3.description {
    /*display: block;
    padding-top: 4px;*/
    padding-left: 8px;
    padding-top: 8px;
}
#divSearchForm li a span.price {
    color: #7AB302;
    display: inline;
    padding-top: 10px;
    font-weight: bold;
    /*font-size: 13px;*/
}
#divSearchForm li a span.code {
    color: #5C5C5C;
    display: inline;
    padding-left: 3px;
    float: right;
}
#divSearchForm li a span.availability {
    color: #7AB302;
    display: block;
    padding-left: 3px;
}
#divSearchForm li.hover, #divSearchForm li.hover {
    background-color: #DDDADA;
}

/* SEARCHRESULTS */
#searchresults { border-width:1px; border-color:#919191; border-style:solid; width:320px; background-color:#a0a0a0; /*font-size:10px;*/ line-height:14px; }
#searchresults a { display:block; background-color:#e4e4e4; clear:left; height:56px; text-decoration:none; }
#searchresults a:hover { background-color:#b7b7b7; color:#ffffff; }
#searchresults a img { float:left; padding:5px 10px; }
#searchresults a span.searchheading { display:block; font-weight:bold; padding-top:5px; color:#191919; }
#searchresults a:hover span.searchheading { color:#ffffff; }
#searchresults a span { color:#555555; }
#searchresults a:hover span { color:#f1f1f1; }
#searchresults span.category { /*font-size:11px;*/ margin:5px; display:block; color:#ffffff; }
#searchresults span.seperator { float:right; padding-right:15px; margin-right:5px;
			background-image:url(../images/shortcuts_arrow.gif); background-repeat:no-repeat; background-position:right; }
#searchresults span.seperator a { background-color:transparent; display:block; margin:5px; height:auto; color:#ffffff; }

.ico-facebook {
    line-height: 20px;
    background: url("../gfx/icons/facebook/facebook2-24x24.png") no-repeat scroll 8px 0 rgba(0, 0, 0, 0);
    padding-bottom: 8px;
    padding-left: 8px;
}
.ico-facebook span {
    padding-left: 32px;
}
table.fullWidth {
	width: 100%;
}