/************************************
 *
 * SlideFramework              2014 *
 ***********************************/



/**
 * Reset.css
 */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
/*	font-size: 100%;
	font: inherit;
	vertical-align: baseline;*/;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

@font-face {
    font-family: 'CenturyGothic';
  src: url('/fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),  url('/fonts/CenturyGothic.woff') format('woff'), url('/fonts/CenturyGothic.ttf')  format('truetype'), url('/fonts/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic';
  src: url('/fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),  url('/fonts/CenturyGothic-Bold.woff') format('woff'), url('/fonts/CenturyGothic-Bold.ttf')  format('truetype'), url('/fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
    font-family: 'fontello';
  src: url('/fonts/fontello.eot?95019602');
  src: url('/fonts/fontello.eot?95019602#iefix') format('embedded-opentype'),
       url('/fonts/fontello.woff?95019602') format('woff'),
       url('/fonts/fontello.ttf?95019602') format('truetype'),
       url('/fonts/fontello.svg?95019602#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @    font-face {
        font-family: 'fontello';
        src: url('fonts/fontello.svg?95019602#fontello') format('svg');
    }
}

.icon {
    font-family: 'fontello';
}

body {
	/*line-height: 1;*/
    font-weight: normal;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    background: url(/img/bottomBgr.png) no-repeat fixed bottom center #FFFFFF;
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.visualhide {
    position: absolute;
    top: -1000;
    height: 1px;
    width: 1px;
    display: block;
    overflow: hidden;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

body {
}

#background {
    background: url(/img/background_all.png) no-repeat;
    background-position: top center;
    background-attachment: fixed;
    margin: 0 auto 0 auto;
}

#container {
    background: url(/img/lcd_eff.png);
    margin-bottom: 10px;
}

#contentWide {
    width: 1018px;
    margin: 0 auto 0 auto;
}

#content {
    width: 962px;
    margin: 0 auto 0px auto;
    background: #FFFFFF;
    border-left: 1px solid #C3C3C3;
    border-right: 1px solid #C3C3C3;
    padding: 19px;
    padding-bottom: 0px;
}

#container > #headerPic {
    margin: 0 auto 0 auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: url(/img/headerMainBigger.png) no-repeat;
    height: 90px;
    background-position: top center;
    padding-top: 105px;
}

#container > #headerPic > #greyLine {
    height: 120px;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
}

#greyLineText {
    width: 1150px;
    margin: 24px auto 0 auto;
    color: #FFFFFF;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    text-align: left;
}

#greyLine a {
    color: #FFC90E;
	text-decoration: none;
    font-weight: bold;
}

#content > header {
    display: block;
    height: px;
    margin-bottom: 10px;
    overflow: hidden;
}

#content > header > #headerContent {
    width: 1000px;
    height: 100px;
    display: block;
}

#content > header > #headerContent > #headerLeft {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    width: 240px;
    height: 90px;
    float: left;
    overflow: hidden;
    margin-top: 10px;
}

#content > header > #headerContent > h1 > a {
    display: block;
    height: 55px;
    background: url(/img/logoAcelshop.png) no-repeat;
}

#content > header > #headerContent > h1 > #logoLine {
    background: url(/img/logoLine.png) no-repeat;
    display: block;
    height: 2px;
    margin: 0 auto -5px auto;
}

#content > header > #headerContent > h1 > span {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    margin-top: 5px;
}

#content > header > #headerContent > #headerCustomPrice {
    display: block;
    width: 308px;
    height: 35px;
    float: left;
    background: url(/img/headerCustomPrice.png) no-repeat;
    margin-top: 15px;
}

#content > header > #contactInfo 

{
    font-size: 13px;
    line-height: 1.3;
    text-align: right;
    float: right;
    display: block;
    width: 680px;
    margin-top: -30px;
}

#content > header > #contactInfo > a
{
	color: #000000;
	text-decoration: none;
}

#content > header > #headerContent > #dottedLine {
    float: left;
    display: block;
    width: 11px;
    height: 50px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border-left: 1px dotted #AAAAAA;
}

#content > #topMenuAll {
    width: 973px;
    height: 46px;
    margin-top: -24px;
    margin-bottom: 20px;
    margin-left: 20px;
    display: block;
}

#content > #topMenuAll > #menuRightCorner {
    width: 9px;
    height: 46px;
    background: url(/img/menuRightCorner.png) no-repeat;
    display: block;
    float: left;
    margin-top: -2px;
    margin-left: -1px;
}

#content > #topMenuAll > #topMenu {
    background: url(/img/topMenuBgr.png) no-repeat;
    width: 963px;
    overflow: hidden;
    float: left;
    margin-top: 6px;
}

#topMenu > ul {
    height: 26px;
    padding-top: 9px;
    padding-bottom: 10px;
    margin-left: 32px;
}

#topMenu > ul > li {
    display: inline;
    margin-left: 0px;
}

#topMenu > ul > li:before {
    content: " | ";
    color: #FFFFFF;
    font-size: 10px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: 1px;
}

#topMenu  > ul > li:first-child:before {
    content: none;
}

#topMenu > ul > li > a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    padding-left: }

#topMenu > ul > li > a:hover
{
	color: #FFC90E;
}

header > #inCart {
    width: 297px;
    height: 30px;
    margin-top: -10px;
    position: absolute;
    z-index: 1;
    margin-top: -29px;
    margin-left: 680px;
}

header > #inCart > #triangleInCart {
    width: 10px;
    height: 10px;
    display: block;
    background: url(/img/triangleCart.png) no-repeat;
    float: left;
    margin-left: -10px;
}

header > #inCart > #inCartBox {
    background: url(/img/cart1.png) no-repeat;
    display: block;
    width: 287px;
    height: 30px;
    overflow: hidden;
    border: 1px solid #C3C3C3;
    float: left;
}

header > #inCart a {
    color: #555;
    text-decoration: none;
}

header > #inCart > #inCartBox > #inCartText {
    display: block;
    width: 193px;
    height: 16px;
    color: #000;
    text-align: center;
    font-size: 12px;
    margin-left: 55px;
    margin-top: 6px;
}

header > #inCart > #inCartBox > #inCartText span {
    font-size: 18px;
    font-weight: bold;
}

header > #inCart > #inCartBox > #inCartDropDown
{
	background: url(/img/dropDown.png) no-repeat;
	margin-right: 6px;
	margin-top: 5px;
	
}

header > #inCart > #inCartBox > #inCartDropDown:hover
{
	background: url(/img/dropDownHover.png) no-repeat;
		
}



footer {
    margin-top: 18px;
    margin-bottom: 150px;
    border-top: 3px solid #4C545B;
    background: -moz-linear-gradient(top,  rgba(35,42,48,1) 0%, rgba(54,65,74,1) 29%, rgba(54,65,74,1) 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,42,48,1)), color-stop(29%,rgba(54,65,74,1)), color-stop(100%,rgba(54,65,74,1)));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(35,42,48,1) 0%,rgba(54,65,74,1) 29%,rgba(54,65,74,1) 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(35,42,48,1) 0%,rgba(54,65,74,1) 29%,rgba(54,65,74,1) 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(35,42,48,1) 0%,rgba(54,65,74,1) 29%,rgba(54,65,74,1) 100%);
 /* IE10+ */
    background: linear-gradient(to bottom,  rgba(35,42,48,1) 0%,rgba(54,65,74,1) 29%,rgba(54,65,74,1) 100%);
 /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232a30', endColorstr='#36414a',GradientType=0 );
 /* IE6-9 */
    font-size: 11px;
    color: #FFFFFF;
}

footer > #footerColumns {
    width: 1000px;
    margin: 0 auto 0 auto;
}

footer > #footerColumns > ul {
    min-width: 180px;
    margin-top: 22px;
    border-left: 1px solid #424A4F;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    padding-left: 12px;
    padding-right: 3px;
    float: left;
    display: block;
    min-height: 132px;
}

footer > #footerColumns > ul > li {
    text-transform: none;
    font-weight: normal;
    line-height: 170%;
    color: #D4D4D4;
}

footer > #footerColumns > ul > .check {
    margin-top: 15px;
}

footer > #footerColumns > ul > .check:before {
    font-family: 'fontello';
    content: '\e82e';
    font-size: 13px;
    color: #D4D4D4;
    margin-right: 5px;
}

footer > #footerColumns > ul > .address:before {
    font-family: 'fontello';
    content: '\e810';
    font-size: 13px;
    color: #D4D4D4;
    margin-right: 5px;
	margin-left: 2px;
}


footer > #footerColumns > ul > .phone:before {
    font-family: 'fontello';
    content: '\e8ea';
    font-size: 13px;
    color: #D4D4D4;
    margin-right: 5px;
	margin-left: 3px;
}

footer > #footerColumns > ul > .mail:before {
    font-family: 'fontello';
    content: '\e816';
    font-size: 13px;
    color: #D4D4D4;
    margin-right: 5px;
	margin-left: -4px;
}

footer > #footerColumns > ul > .first {
    margin-top: 15px;
}

footer > #footerColumns > ul > .arrow:before {
    font-family: 'fontello';
    content: '\e8b5';
    font-size: 11px;
    color: #D4D4D4;
    margin-right: 5px;
}

footer > #footerColumns > ul > li >a {
    color: #D4D4D4;
    text-decoration: none;
}

footer > #footerColumns > ul > li >a:hover {
    text-decoration: underline;
}

footer > #footerColumns > .last {
    border-right: 1px solid #424A4F;
}

footer > #footerBottom {
    margin-top: 15px;
    border-top: 1px solid #787F86;
}

footer > #footerBottom > #footerBottomContent {
    width: 1000px;
    margin: 0 auto 0 auto;
}

footer > #footerBottom > #footerBottomContent > #copyright {
    float: left;
    display: block;
    font-size: 12px;
    color: #C3C3C3;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
}

footer > #footerBottom > #footerBottomContent > #copyright a {
    text-decoration: none;
    color: #C3C3C3;
}

footer > #footerBottom > #footerBottomContent > #copyright a:hover {
    text-decoration: underline;
}

footer > #footerBottom > #footerBottomContent > a {
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

footer > #footerBottom > #footerBottomContent > a:hover {
    text-decoration: underline;
}

footer > #footerBottom > #footerBottomContent > .impresszum {
    float: left;
    display: block;
    margin-left: 5px;
    color: #FFFFFF;
    font-size: 12px;
}

footer > #footerBottom > #footerBottomContent > .gotoTop {
    float: right;
    display: block;
    color: #1CBBFF;
}

footer > #footerBottom > #footerBottomContent > .gotoTop:before {
    font-family: 'fontello';
    content: '\e8c3';
    font-size: 13px;
    color: #1CBBFF;
    margin-right: 5px;
}

#leftMenu {
    width: 215px;
    margin-left: -29px;
    margin-top: -11px;
}

#leftMenu > .boxTopTriangle {
    height: 20px;
    width: 20px;
    background: url(/img/boxTopTriangle.png) no-repeat;
}

#leftMenu > #products {
    width: 211px;
    background: #E1E1E1;
    border: 1px solid #BCBCBC;
    margin-top: -10px;
    margin-bottom: 20px;
}

#leftMenu > #products ul {
    margin-top: 18px;
    margin-bottom: 6px;
    margin-left: 8px;
    margin-right: 8px;
}

#leftMenu > #products ul li {
    width: 195px;
    background-color: #454545;
    margin-bottom: 2px;
}

#leftMenu > #products ul li a {
    display: block;
    padding: 7px 15px 7px 15px;
    font-size: 13px;
    text-decoration: none;
    color: #FFFFFF;
    background: url(/img/productMenuRight.png) no-repeat right;
}

#leftMenu > #products ul.level2 {
    margin: 0px;
    background: #E1E1E1;
}

#leftMenu > #products ul.level2 li {
    width: 150px;
    background: #E1E1E1;
    padding: 7px 15px 7px 0px;
    border-bottom: 1px solid #BCBCBC;
    margin-left: 30px;
    margin-right: 0px;
}

#leftMenu > #products ul.level2 li  a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 8px;
    width: 150px;
    background: url(/img/productMenuRight2.png) no-repeat right  #E1E1E1;
    border-left: 2px solid #7F7F7F;
    color: #313131;
}

#leftMenu > #products ul.level2 li  a:hover {
    background: url(/img/productMenuRight2.png) no-repeat right  #E1E1E1;
    color: #004D94;
    font-weight: bold;
}

#leftMenu > #products ul.level2 li  a.active {
    background: url(/img/productMenuRight2.png) no-repeat right  #E1E1E1;
    color: #004D94;
    font-weight: bold;
}

#leftMenu > #products ul.level2 li  a.open {
    background: url(/img/productMenuRight2.png) no-repeat right  #E1E1E1;
    color: #004D94;
    font-weight: bold;
}

#leftMenu > #products ul.level3 {
    margin: 0px;
    background: #E1E1E1;
}

#leftMenu > #products ul.level3 li {
    width: 140px;
    background: #E1E1E1;
    padding: 7px 15px 7px 0px;
    border-bottom: 1px solid #BCBCBC;
    margin-left: 40px;
    margin-right: 0px;
}

#leftMenu > #products ul.level3 li  a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 8px;
    width: 140px;
    background: url(/img/productMenuRight2.png) no-repeat right  #E1E1E1;
    border-left: 2px solid #7F7F7F;
    color: #313131;
}

#leftMenu > #products ul.level3 li  a:hover {
    background: url(/img/productMenuRight2.png) no-repeat right  #E1E1E1;
    color: #004D94;
    font-weight: bold;
}

#leftMenu > #products ul.level3 li  a.active {
    background: url(/img/productMenuRight2.png) no-repeat right  #E1E1E1;
    color: #004D94;
    font-weight: bold;
}

#leftMenu > #products ul.level3 li  a.open {
    background: url(/img/productMenuRight2.png) no-repeat right  #E1E1E1;
    color: #004D94;
    font-weight: bold;
}

#leftMenu > #products ul.level4 {
    margin: 0px;
    background: #E1E1E1;
}

#leftMenu > #products ul.level4 li {
    width: 130px;
    background: #E1E1E1;
    padding: 7px 15px 7px 0px;
    border-bottom: 1px solid #BCBCBC;
    margin-left: 50px;
    margin-right: 0px;
}

#leftMenu > #products ul.level4 li  a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 8px;
    width: 130px;
    background: url(/img/productMenuRight2.png) no-repeat right  #E1E1E1;
    border-left: 2px solid #7F7F7F;
    color: #313131;
}

#leftMenu > #products ul.level4 li  a:hover {
    background: url(/img/productMenuRight2.png) no-repeat right  #E1E1E1;
    color: #004D94;
    font-weight: bold;
}

#leftMenu > #products ul.level4 li  a.active {
    background: url(/img/productMenuRight2.png) no-repeat right  #E1E1E1;
    color: #004D94;
    font-weight: bold;
}

#leftMenu > #products ul.level4 li  a.open {
    background: url(/img/productMenuRight2.png) no-repeat right  #E1E1E1;
    color: #004D94;
    font-weight: bold;
}

#leftMenu > #products ul.level5 {
    margin: 0px;
    background: #E1E1E1;
}

#leftMenu > #products ul.level5 li {
    width: 120px;
    background: #E1E1E1;
    padding: 7px 15px 7px 0px;
    border-bottom: 1px solid #BCBCBC;
    margin-left: 60px;
    margin-right: 0px;
}

#leftMenu > #products ul.level5 li  a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 8px;
    width: 120px;
    background: url(/img/productMenuRight2.png) no-repeat right  #E1E1E1;
    border-left: 2px solid #7F7F7F;
    color: #313131;
}

#leftMenu > #products ul.level5 li  a:hover {
    background: url(/img/productMenuRight2.png) no-repeat right  #E1E1E1;
    color: #004D94;
    font-weight: bold;
}

#leftMenu > #products ul.level5 li  a.active {
    background: url(/img/productMenuRight2.png) no-repeat right  #E1E1E1;
    color: #004D94;
    font-weight: bold;
}

#leftMenu > #products ul.level5 li  a.open {
    background: url(/img/productMenuRight2.png) no-repeat right  #E1E1E1;
    color: #004D94;
    font-weight: bold;
}

#leftMenu > #products ul.level2,#leftMenu ul.level3,#leftMenu ul.level4,#leftMenu ul.level5 {
    display: none;
}

#leftMenu > #products ul li a:hover {
    background: url(/img/productMenuRight.png) no-repeat right #004D94;
}

#leftMenu > #products ul li a.open {
    background: url(/img/productMenuRight.png) no-repeat right;
}

#leftMenu > #products ul li a.active {
    background: url(/img/productMenuRight.png) no-repeat right #004D94;
}

#leftMenu > #epitkezik {
    width: 208px;
    background: #FFFFFF;
    border: 2px solid #C3C3C3;
    margin-top: -10px;
    margin-bottom: 20px;
}

#leftMenu > #epitkezik > #percentageCorner {
    background: url(/img/percentageRed.png) no-repeat right;
    width: 74px;
    height: 74px;
    margin-left: 136px;
    margin-top: -2px;
}

#leftMenu > #epitkezik > h2 
{
	margin-top: 0px;
	margin-bottom: 14px;
    margin-left: 14px;
    color: #F47900;
    font-size: 20px;
}

#leftMenu > #epitkezik > .epitkezikBullet {
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 5px;
    background: url(/img/check.png) no-repeat left;
    padding-left: 38px;
    font-size: 12px;
    line-height: 120%;
}

#leftMenu > #epitkezik > .youtube {
    line-height: 170%;
    background-image: none;
    margin: 20px auto 0 auto;
}

.youtube a {
    width: 128px;
    height: 74px;
    background: url(/img/youtubeIcon3.png) no-repeat;
    border: solid 2px #FFFFFF;
    display: block;
}

.youtube a:hover {
    width: 128px;
    height: 74px;
    background: url(/img/youtubeIcon3Hover.png) no-repeat;
    display: block;
}

#leftMenu > #epitkezik > .blue {
    margin-top: 14px;
    margin-left: 14px;
    color: #7092BE;
    font-size: 24px;
}

#leftMenu > #epitkezik > #EMI {
    background: url(/img/EMI.png) no-repeat center;
    width: 175px;
    height: 80px;
    margin: 20px auto 20px auto;
}

#leftMenu > #szerkezetepites {
    width: 188px;
    min-height: 452px;
    background: #FFFFFF;
    border-bottom: 2px solid #C3C3C3;
    border-right: 2px solid #C3C3C3;
    margin-top: -10px;
    padding-bottom: 15px;
    -webkit-border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    border-radius: 0px 10px 0px 0px;
    padding-left: 10px;
    padding-right: 10px;
}

#leftMenu > #szerkezetepites > #szerkezetepitesHeader {
    background: url(/img/szerkezeti.png) no-repeat left;
    width: 210px;
    height: 156px;
    margin-left: -10px;
    margin-bottom: 15px;
}

#leftMenu > #szerkezetepites > p {
    font-size: 13px;
	margin-left: 5px;
}



#scrollBox {
    height: 578px;
    width: 663px;
    background-color: #F6F6F6;
    color: #000000;
    font-size: 14px;
    overflow: auto;
    margin-top: 10px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #B6B6B6;
}

#insideContent 
{
    text-decoration: none;
    font-weight: normal;
    display: block;
    background-color: #fff;
    border: 1px solid #B6B6B6;
    padding-bottom: 15px;
	margin-bottom: 30px;
}

#insideContent p {
    margin-bottom: 5px;
    font-family: Arial,Helvetica,sans-serif;
    color: #000;
    margin-top: 5px;
    font-size: 14px;
	margin-left: 25px;
	margin-right: 20px;
}
#insideContent ul li
{
	margin-left: 55px;
	list-style-type: square;
}
.main {
    width: 735px;
	margin-right: 15px;
    float: right;
    overflow: hidden;
    line-height: 150%;
    display: block;
    color: #000;
    background-color: #fff;
}

:root main {
    border-radius: 0px;
    \0/IE9;
}  /* IE9 */

.main h1 {
    font-size: 18px;
    margin-bottom: 3px;
}

#webslide {
    color: #999;
    text-decoration: none;
}

#webslide:hover {
    color: #0c2247;
}

blockquote {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 5px solid #ccc;
    font-style: italic;
}

.categoryInfoBottom {
    display: block;
    clear: both;
    height: 15px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 15px;
}

.categoryDescription 
{
	padding-left: 12px;
	padding-right: 24px;
}

#insideContent > .categoryDescription > #desc2 > p
{
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#insideContent > .categoryDescription > #desc3 > p
{
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.categoryBigImage {
    float: left;
    margin-right: 10px;
    border: 3px double #aaa;
}

main > #insideContent > #breadcrumb 
{
	margin-left: -1px;
	margin-top: -1px;
	height: 27px;
    width: 733px;
    margin-bottom: 25px;
    border: 1px solid #B6B6B6;
	font-size: 13px;
	
}
main > #insideContent > #breadcrumb > h1
{
	font-size: 13px;
	font-weight: normal;
	line-height: 200%;
	margin-left: 10px;
}

main > #insideContent > h1 
{
    font-size: 18px;
	margin-left: 12px;
}

main > #insideContent > #breadcrumb > .goToHeader
{
	background: url(/img/headerAfter.png) no-repeat right;
	padding-right: 20px;
	margin-right: 15px;
	float: left;
	height: 24px;
	padding-top: 3px;
	color: #000000;
}

main > #insideContent > #breadcrumb > ul
{
	height: 27px;
}
main > #insideContent > #breadcrumb > ul > li 
{
    display: inline;
    margin-left: 0px;
	height: 27px;
	padding: 0px;
}

main > #insideContent > #breadcrumb li:before 
{
   content: "";

}

.goToHeader
{
    font-size: 20px;
    color: #000000;
	font-family: 'fontello';
	margin-left: 15px;

}
main > #insideContent > #breadcrumb > ul > li > a
{
	background: url(/img/headerAfter.png) no-repeat right;
	padding-right: 20px;
	margin-right: 15px;
	float: left;
	height: 24px;
	padding-top: 3px;
	color: #000000;
}

main > #insideContent > #breadcrumb > ul > li > a 
{
    text-decoration: none;
    font-weight: normal;
}

main > #insideContent > #breadcrumb > ul > li:last-child
{
	height: 24px;
	float: left;
	padding-top: 3px;
	
}

main > #insideContent > #breadcrumb > ul > li > a:hover {
    text-decoration: underline;
}
#desc3 > p
{
	margin-bottom: 0px;
}
input[type="text"],textarea {
    font-family: arial;
    font-size: 14px;
    border: 1px solid #ccc;
    display: block;
    padding: 5px;
}

input[type="text"]:focus,textarea:focus {
    border: 1px solid #666;
}

input[type="submit"],input[type="button"] 
{
    border: 1px solid #FFFFFF;
    font-size: 12px;
	cursor: pointer;
}

input[type="submit"]:focus,input[type="button"]:focus {
    background-color: #fff;
}

.error {
    background-color: #EACECE;
    border: 1px solid #990000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    color: #900;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
    display: none;
}

.info {
    background-color: #CEE8D0;
    border: 1px solid #009900;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    color: #090;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
    display: none;
}

main a {
    color: #555;
    text-decoration: none;
}

main a:hover {
    text-decoration: underline;
    color: #222;
}

.categoryButtonContainer {
    padding-left: 15px;
    padding-right: 10px;
	
}

.categoryButtonContainer > #categoryButtonContainerHeader {
    background: url(/img/insideContentHeader.png) no-repeat left;
    height: 27px;
    width: 733px;
    margin-left: -16px;
    margin-top: -1px;
    margin-bottom: 25px;
    border: 1px solid #B6B6B6;
    padding-top: 3px;
}

.categoryButtonContainer > #categoryButtonContainerHeader span {
    font-size: 12px;
}

.categoryButtonContainer > #categoryButtonContainerHeader span:before {
    font-family: 'fontello';
    content: '\e840';
    font-size: 20px;
    color: #000000;
    margin-right: 10px;
    margin-left: 12px;
    margin-top: 3px;
}

.categoryButtonContainer > .categoryButton {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
    color: #333;
    text-decoration: none;
	width: 160px;
	
}


.categoryButtonContainer > .categoryButton > .categoryImage {
    width: 150px;
    height: 150px;
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
	border: 5px solid #C3C3C3;
}


.categoryButtonContainer > .categoryButton > .categoryImage:hover 
{
	border: 5px solid #004D94;
}

.categoryButtonContainer > .categoryButton > .categoryTitle {
    font-size: 14px;
	color: #515151;
	font-weight: bold;
    text-align: center;
}
.categoryButtonContainer > .categoryButton > .categoryTitle:hover 
{
	color: #004D94;
}

.categoryButtonContainer > .categoryButton > .miniDescription {
    width: 140px;
	height: 29px;
	overflow: hidden;
    margin: 0 auto 28px auto;
    color: #6F6F6F;
    text-align: center;
    line-height: 100%;
}

.categoryButtonContainer > .categoryButton > .miniDescription:hover
{
	text-decoration: underline;
}

td {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

strong,b {
    font-weight: bold;
}

main ul {
    list-style-type: none;
}



main ul li {
    margin-left: 20px;
}

#insideContent {
    background-color: #fff;
}

#productTable td {
    border: 1px solid #C3C3C3;
    padding: 5px;
	padding-bottom: 2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#productTable 
{
    outline: 1px solid #C3C3C3;
	font-size: 12px;
    line-height: 100%;
	margin-right: 13px;
	max-width: 700px;
}


#productTable input {

    display: inline;
}

#productTable thead td {
    background-color: #535353;
    text-align: center;
	color: #FFFFFF;
}
.fullPrice
{
	background-color: #999999;
	color: #FFFF00;
}
.fullPrice span
{
	color: #FFFFFF;
}

.brutto
{
	background-color:#999999;
	color: #FFFF00;
}

#productTable img {
    border: 1px solid #666;
}

#emptyCategory {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    color: #bcbcbc;
}

.nemtud {
}

.toCart {
    text-align: left;
}

.u {
	/*display: none;*/
    border-bottom: 1px dotted #000;
    padding-bottom: 5px;
}

.toCart .readonly {
    background-color: #dedede;
}

.btn {
	/*display: none;*/;
}

#productTable .toCart div .cartBtn {
    width: 100px;
    margin: 0px;
	height: 25px;
	padding-left: 22px;
    margin: 2px auto 0 auto;
    font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	background: url(/img/cartBtnBgr.png) no-repeat left #78B500;
}

#productTable .toCart div .cartBtn:hover
{
	background: url(/img/cartBtnBgrHover.png) no-repeat left #629100;
}

#productTable .toCart input[type="submit"]
{
	border: 1px solid #B6B6B6;
	width: 52px;
	height: 20px;
	background-color: #FFD33E;
	border: 1px solid #B6B6B6;
	font-size: 12px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#productTable .toCart input[type="text"] {
    width: 32px;
	height: 23px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	margin: 3px;
}

#productTable div .cartBtn {
    width: 80px;
    margin: 0px;
    margin-top: 5px;
}

.toCart input {
    margin-bottom: 1px;
    margin-top: 1px;
    font-size: 13px;
    padding: 1px;
}
#productTable .delete
{
	padding-top: 24px;
	padding-bottom: 30px;
}

#productTable .delete img
{
	border: 0px;
	margin-bottom: 5px;
}
#productTable .delete a
{
	text-decoration: none;
	color: #000000;
}
.datasheetCategory {
    float: right;
    color: #57529d;
    background: url(/img/datasheet.png) no-repeat center right;
    padding-right: 20px;
}

.datasheet {
    background: url(/img/nyaloka.png) no-repeat 2px 0px;
    padding-left: 15px;
    display: block;
    width: 40px;
    margin: 5px 0 0 0px;
}

.cartSaveButton 
{
    padding: 5px;
	font-size: 12px;
    background-color: #F1F1F1;
    color: #000000;
	font-weight: bold;
    text-decoration: none;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #B6B6B6;
	margin-right: 19px;
}

.cartSaveButton:hover
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #535353;
}

#ieblock {
    background-color: #990000;
    color: yellow;
    padding: 20px;
    display: none;
}

#alert_bg {
    background-color: #000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99993;
    opacity: 0.6;
    filter: alpha(opacity=60);
    vertical-align: middle;
    align: center;
    display: none;
}

#msg {
    display: none;
    width: 200px;
    text-align: center;
    background-color: #fff;
    border: 3px solid #aaa;
    font-weight: bold;
    z-index: 99998;
    opacity: 1;
    filter: alpha(opacity=100);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -105px;
    margin-top: -10px;
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.acelTable {
    border-left: 1px solid #ccc;
    min-width: 695px;
	overflow: auto;
}

.acelTable thead tr, #tableFooter {
    background-color: #aaa;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.acelTable td {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    white-space: nowrap;
    padding: 0;
}

.acelTable thead tr:hover, #tableFooter:hover {
    background-color: #efefef;
    background-color: #aaa;
}

.acelTable thead td, #tableFooter td {
    border-right: 1px solid #fff;
    border-top: none;
}

.acelTable thead td:last-child, #tableFooter td:last-child {
    border-right: 1px solid #ccc;
    border-top: none;
}

#acelTableContainer {
    overflow: auto;
    width: 695px;
}

.acelCalculator {
    width: 400px;
    float: right;
    border: 1px solid #D9D9D9;
    background-color: #FFFFFF;
}

.acelCalculator .left {
    margin-left: 19px;
    width: 175px;
    float: left;
    display: block;
    height: 50px;
    text-align: left;
    font-size: 12px;
}

.acelCalculator .right {
    font-size: 12px;
    width: 155px;
    display: block;
    float: right;
    height: 50px;
    text-align: left;
    margin-right: 30px;
}

.acelCalculator .left input {
    width: 72px;
    display: inline;
    padding: 0px;
    padding-left: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border: 1px solid #B6B6B6;
}

.acelCalculator select {
    padding-left: 1px;
    width:75px;
	background-color: #F5F5F5;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
    font-family: arial;
    font-size: 14px;
    border: 1px solid #B6B6B6;
    display: block;
    padding: 0px;
}

.acelCalculator input[type="button"] 
{
    margin: 0px auto 0px auto;
    width: 105px;
	height: 25px;
	padding-left: 25px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	background: url(/img/kosarbaBackground.png) no-repeat left #78B500;
}

.acelCalculator input[type="button"]:hover
{
	background: url(/img/kosarbaBackgroundHover.png) no-repeat left #629100;
}

#fullPrice, #plusOther {
    display: none;
}


.acelCalculatorHeader {
    background-color: #F8F8F8;
	
	font-weight: bold;
    font-size: 16px;
    color: #000000;
    height: 37px;
    border: 1px solid #DFDFDF;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 11px;
    margin-bottom: 10px;
	float: left;
	display: block;
	margin-left: 19px;
	margin-top: -10px;
	-webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px; 
    border-radius: 3px 0px 0px 3px;
	
}
#acelCalculatorTriangle
{
	width: 10px;
	height: 10px;
	float: right;
	display: block;
	background: url(/img/acelCalculatorTriangle.png) no-repeat left;
	margin-top: -10px;
	margin-right: 20px;
}
.acelCalculatorHeader h3 {
    float: left;
    margin-top: 5px;
    font-weight: normal;
}

.acelCalculatorHeader span {
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin-right: 15px;
	margin-top: 3px;
}

#productSearch {
    width: 350px;
    height: 20px;
    float: right;
    border: 1px solid #aaa;
    padding: 5px;
    margin-top: 16px;
    margin-right: 46px;
    display: block;
    background: url(/img/searchIconBlue.png) no-repeat right;
}

#productSearch input[type="text"] {
    width: 300px;
    border: none;
    float: left;
    font-size: 14px;
    color: #000000;
    margin-top: 1px;
    margin-left: 5px;
    color: #666;
    padding: 0px;
	line-height: 150%;
}

#productSearch input[type="submit"] {
    float: right;
    background-color: #F3F3F3;
    color: #666;
    border: 1px solid #666;
    font-size: 12px;
    padding: 3px;
}

#sendToMe {
    display: none;
    float: center;
    text-align: center;
    color: #990000;
	padding: 20px;
	width: 100%;
	padding-top: 0px;
}

:root #sendToMe {
    padding-top: 5px \0/IE9;
}  /* IE9 */

#sendToMe a {
    color: #000;
    text-decoration: none;
}

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

#found {
    position: absolute;
    background-color: #fff;
    border: 1px solid #aaa;
    width: 328px;
    display: none;
    z-index: 15;
	margin-left: 605px;
	margin-top: -53px;
	padding: 3px;
}

:root #found {
    margin-left: 253px \0/IE9;
}  /* IE9 */


#found ul li {
    border-top: 1px solid #cecece;
    overflow: hidden;
}

#found ul li:first-child {
    border-top: none;
}

#found ul li a {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    text-decoration: none;
    color: #000;
    padding-top: 2px;
    padding-bottom: 2px;
}

#found ul li a:hover {
    background-color: #FFC90E;
}

#found ul #all {
    text-align: center;
}

#found ul #all a {
    background-color: #F1F1F1;
}

#found ul #all a:hover {
    background-color: #FFC90E;
}



#suly {
    font-weight: bold;
    float: right;
}

#sulyCalc {
    float: right;
    width: 200px;
    line-height: 100%;
	margin-top: -6px;
    vertical-align: middle;
    height: 37px;
    padding-right: 15px;
}

#egysegar {
    clear: both;
    float: right;
}

#fullPrice {
    font-size: 18px;
    font-weight: bold;
    color: #444;
}

#ajanlatkero input[type="text"], #ajanlatkero textarea {
    padding: 2px;

}

.contactTable {
    background-color: #fff;
    border: 1px solid #d9d9d9;
}

.contactTable td {
    background-color: #f2f2f2;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-bottom: 1px;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding-left: 5px;
}

.contactTable tr {
    display: block;
    margin-bottom: 2px;
}

.contactTable tr:first-child td {
    border-top: none;
}

.contactTable tr:last-child {
    margin-bottom: 0px;
}

.contactTable tr:last-child td {
    border-bottom: none;
}

.contactTable tr td:first-child {
    width: 200px;
}

.contactTable tr td:last-child {
    width: 300px;
}

#map tr td:last-child {
    padding-left: 8px;
}

#map img, #map iframe {
    border: 3px double #aaa;
}

#map iframe {
    margin-bottom: 10px;
}

th {
    text-align: center;
}

#desc2 {
    line-height: 100%;
}
.onSaleAll
{
	margin: 0 auto 0 auto;
	max-width: 700px;
}
.onsale {
    background-color: red;
    color: #fff;
    font-weight: bold;
    border: 1px solid #666;
    padding: 2px;
    display: block;
    width: 60px;
    font-size: 13px;
    margin: 0 auto 5px 0;
}

.onSalePrice {
    font-size: 13px;
    color: red;
    display: block;
    font-weight: bold;
    white-space: nowrap;
}

.onSaleBox {
    display: block;
    width: 145px;
    height: 218px;
    overflow: hidden;
    float: left;
    margin-right: 14px;
    margin-left: 14px;
    margin-bottom: 32px;
    outline: 1px solid #C3C3C3;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
	background-color: #F4F4F4;
}

.onSaleBox img {
    margin-top: 23px;
    margin-bottom: 10px;
	outline: 5px solid #C3C3C3;
}

.onSaleBox img:hover
{
	outline: 5px solid #004D94;
}
.onSaleSticker {
    margin-left: 93px;
	margin-top: -3px;
    width: 55px;
    height: 55px;
    position: absolute;
    z-index: 10;
    display: block;
    background: url(/img/saleSticker.png) no-repeat;
}

.onSaleBox:hover {
    outline: 1px solid #C3C3C3;
    cursor: pointer;
	background-color: #EEEEEE;
}

.productTitle {
	font-size: 15px;
	color: #4B4B4B;
    display: block;
    margin: 0 auto 5px auto;
    width: 145px;
    line-height: 100%;
}
.oldPrice
{
	color: #BBBBBB;
	margin-bottom: 5px;
	font-size: 15px;
}

.newPrice {
	font-size: 15px;
    color: #4B4B4B;
    font-weight: bold;
    position: absolute;
    margin-top: 184px;
    text-align: center;
    width: 145px;
}

@media print {
    #topHeader {
        display: none;
    }

    #leftMenu {
        display: none;
    }

    nav {
        display: none;
    }

    footer {
        display: none;
    }

    #productSearch {
        display: none;
    }

    .cartSaveButton {
        display: none;
    }

    header > #inCart {
        display: none;
    }


    #productTable .toCart div .cartBtn {
        display: none;
    }

    #productTable tr:nth-child(5) {
        display: none;
    }

    .noPrint {
        display: none;
    }
}

#kiszdiv {
    margin-right: 15px;
}

#phoneNumber {
    color: #777;
    width: 465px;
    float: right;
    font-size: 15px;
    display: block;
    text-align: right;
    padding-top: 3px;
    padding-bottom: 3px;
}
#productTable > tbody > tr
{
	border-left: 3px solid #FFFFFF;
}
#productTable > tbody > tr:hover
{
	border-left: 3px solid #7EB014;
}

#bottomSlider {
    width: 1009px;
    height: 154px;
    margin-left: -20px;
	margin-top: 45px;
    border-top: 1px solid #BCBCBC;
    border-left: 1px solid #BCBCBC;
    background: #ffffff;
}

#bottomSlider > #bottomRightTriangle {
    width: 9px;
    height: 9px;
    background: url(/img/bottomTriangle.png) no-repeat right;
    margin-left: 1000px;
    margin-top: -9px;
}

#bottomSliderTitle 
{
    margin-left: 230px;
    margin-top: -30px;
    margin-bottom: 20px;
    font-size: 15px;

}

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

#bottomSliderTitle  a:hover
{
	color: #004D94;
	font-weight: bold;
}

/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: 991px; 
	height: 128px;
	background-color: #FFFFFF;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 6px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	width: 55px;
	height: 55px;
	color: White;
	margin-top: 43px;
	cursor: pointer;
}

.jscarousal-horizontal-back
{
	background-image: url(/img/arrowLeft3.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 10px;
	position: absolute;
	z-index: 5;
	float: left;
}

.jscarousal-horizontal-back:hover
{
	background-image: url(/img/arrowLeft3Inv.png);
}

.jscarousal-horizontal-forward
{
	background-image: url(/img/arrowRight3.png);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	z-index: 5;
	float: right;
	margin-left: 930px;
}

.jscarousal-horizontal-forward:hover
{
	background-image: url(/img/arrowRight3Inv.png);
}
.jscarousal-contents-horizontal
{
	width: 998px;
	height: 128px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-left: 6px;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 128px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-right: 6px;
}
.jscarousal-contents-horizontal img
{
	width: 192px;
	height: 128px;
}
/*Horizontal Orientation CSS Ends*/


/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=20);
	opacity: 0.2;
	cursor: pointer;
}


.thumbnail-text
{
	color: #FFFFFF;
	font-size: 11px;
	background: url(/img/greyX.png) no-repeat;
	text-align: center;
	display: block;
	margin-top: -20px;
	width: 192px;
	height: 20px;
	position: absolute;
	z-index: 50;
	padding-top: 2px;
	
}


#searchResultList
{
	margin: 30px 30px 30px 30px;

}

#searchResultList a {
    margin-bottom: 20px;
    display: block;
	color: #548DDB;
}

#searchResultList a span {
    color: #454545;
    font-size: 12px;
}

#searchResultList a:hover
{
	text-decoration: none;
	color: #B7B7B7;
}

#searchResultList a span:hover
{
	color: #B7B7B7;
}

#gallery
{
	margin-left: 25px;
	margin-right: 20px;
}

#partnerForm input
{
	border: 1px solid #B6B6B6;
	background-color: #F6F6F6;
	margin-bottom: 5px;
	width: 450px;
	padding: 2px;
	-moz-box-shadow: inset 0 0 3px 3px #ECECEC; 
	-webkit-box-shadow: inset 0 0 3px 3px #ECECEC; 
	box-shadow: inset 0 0 3px 3px #ECECEC;

}

#partnerForm textarea
{
	border: 1px solid #B6B6B6;
	background-color: #F6F6F6;
	margin-bottom: 5px;
	width: 450px;
	min-height: 100px;
	padding: 2px;
	-moz-box-shadow: inset 0 0 3px 3px #ECECEC; 
	-webkit-box-shadow: inset 0 0 3px 3px #ECECEC; 
	box-shadow: inset 0 0 3px 3px #ECECEC;
}

#partnerForm #file
{
	width: 462px;
	border: none;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#partnerForm #visszahivasText
{
	font-weight: bold;
	font-size: 11px;
}
#partnerForm #visszahivas
{
	margin-bottom: 2px;
	width: 15px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#partnerForm .sendForm
{
	border: 1px solid #0081AB;
	background-color: #004D94;
	color: #FFFFFF;
	padding: 5px 12px 5px 12px;
	font-weight: bold;
	width: 130px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	
}
#partnerForm .sendForm:hover
{
	background-color: #7092BE;
	border: 1px solid #7092BE;
}

#partnerForm label
{
	width: 90px;
	font-size: 12px;
}

.partnerMain
{
	color: #004D94; 
	padding-bottom: 10px;
	padding-left: 155px;
}


article .contactFormTitle
{
	width: 48px;
	height: 20px;
	font-size: 13px;
	margin-top: -25px;
	text-align: center;
	background-color: #FFFFFF;
}

article .contactFormTitle2
{
	width: 83px;
	height: 20px;
	font-size: 13px;
	margin-top: -25px;
	text-align: center;
	background-color: #FFFFFF;
}
#contactText
{
	min-height: 155px;
}

ul li ul li a
{
	color: #7F7F7F;
}

ul li ul ul li a
{
	color: #3A70CA;
}




























/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=ffffff&bgTextureHeader=23_fine_grain.png&bgImgOpacityHeader=15&borderColorHeader=d4d1bf&fcHeader=453821&iconColorHeader=b83400&bgColorContent=eceadf&bgTextureContent=23_fine_grain.png&bgImgOpacityContent=10&borderColorContent=d9d6c4&fcContent=1f1f1f&iconColorContent=222222&bgColorDefault=f8f7f6&bgTextureDefault=23_fine_grain.png&bgImgOpacityDefault=10&borderColorDefault=cbc7bd&fcDefault=654b24&iconColorDefault=b83400&bgColorHover=654b24&bgTextureHover=23_fine_grain.png&bgImgOpacityHover=65&borderColorHover=654b24&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=eceadf&bgTextureActive=23_fine_grain.png&bgImgOpacityActive=15&borderColorActive=d9d6c4&fcActive=140f06&iconColorActive=8c291d&bgColorHighlight=f7f3de&bgTextureHighlight=23_fine_grain.png&bgImgOpacityHighlight=15&borderColorHighlight=b2a266&fcHighlight=3a3427&iconColorHighlight=3572ac&bgColorError=b83400&bgTextureError=23_fine_grain.png&bgImgOpacityError=68&borderColorError=681818&fcError=ffffff&iconColorError=fbdb93&bgColorOverlay=6e4f1c&bgTextureOverlay=16_diagonal_maze.png&bgImgOpacityOverlay=20&opacityOverlay=60&bgColorShadow=000000&bgTextureShadow=16_diagonal_maze.png&bgImgOpacityShadow=40&opacityShadow=60&thicknessShadow=5px&offsetTopShadow=0&offsetLeftShadow=-10px&cornerRadiusShadow=18px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #d9d6c4; background: #eceadf url(images/ui-bg_fine-grain_10_eceadf_60x60.png) 50% 50% repeat; color: #1f1f1f; }
.ui-widget-content a { color: #1f1f1f; }
.ui-widget-header { border: 1px solid #d4d1bf; background: #ffffff url(images/ui-bg_fine-grain_15_ffffff_60x60.png) 50% 50% repeat; color: #453821; font-weight: bold; }
.ui-widget-header a { color: #453821; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cbc7bd; background: #f8f7f6 url(images/ui-bg_fine-grain_10_f8f7f6_60x60.png) 50% 50% repeat; font-weight: bold; color: #654b24; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #654b24; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #654b24; background: #654b24 url(images/ui-bg_fine-grain_65_654b24_60x60.png) 50% 50% repeat; font-weight: bold; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #d9d6c4; background: #eceadf url(images/ui-bg_fine-grain_15_eceadf_60x60.png) 50% 50% repeat; font-weight: bold; color: #140f06; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #140f06; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #b2a266; background: #f7f3de url(images/ui-bg_fine-grain_15_f7f3de_60x60.png) 50% 50% repeat; color: #3a3427; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #3a3427; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #681818; background: #b83400 url(images/ui-bg_fine-grain_68_b83400_60x60.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_b83400_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_b83400_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_8c291d_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_3572ac_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_fbdb93_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background: #6e4f1c url(images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png) 50% 50% repeat; opacity: .60;filter:Alpha(Opacity=60); }
.ui-widget-shadow { margin: 0 0 0 -10px; padding: 5px; background: #000000 url(images/ui-bg_diagonal-maze_40_000000_10x10.png) 50% 50% repeat; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 18px; -webkit-border-radius: 18px; border-radius: 18px; }/*
 * jQuery UI Datepicker @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

#content_15 p 
{ 	
	margin-left: 0; 
	margin-right: 0; 
	
}

#inCartItems
{
	display: none;
	margin-top: 10px; 
	position: absolute; 
	width: 283px; 
	border: 1px solid #ccc; 
	padding: 5px; 
	padding-bottom: 40px;
	overflow: auto; 
	max-height: 300px; 
	z-index: 3;
	background-color: #fff;
}

#inCartItems > div > a
{
	width: 150px;
	height: 50px;
	border: 1px solid #0081AB;
	background-color: #004D94;
	color: #FFFFFF;
	padding: 5px 12px 5px 12px;
	font-weight: bold;

}

#inCartItems > div > a:hover
{
	background-color: #7092BE;
	border: 1px solid #7092BE; 
}




#ajanlatkero#file
{
	width: 462px;
	border: none;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}



#ajanlatkero input[type="text"]
{
	margin-right: 10px;
	margin-left: 8px;
	border: 1px solid #B6B6B6;
	background-color: #F6F6F6;
	margin-bottom: 5px;
	width: 350px;
	padding: 2px;
	-moz-box-shadow: inset 0 0 3px 3px #ECECEC; 
	-webkit-box-shadow: inset 0 0 3px 3px #ECECEC; 
	box-shadow: inset 0 0 3px 3px #ECECEC;
}

#ajanlatkero textarea
{
	border: 1px solid #B6B6B6;
	background-color: #F6F6F6;
	margin-bottom: 5px;
	width: 350px;
	padding: 2px;
	-moz-box-shadow: inset 0 0 3px 3px #ECECEC; 
	-webkit-box-shadow: inset 0 0 3px 3px #ECECEC; 
	box-shadow: inset 0 0 3px 3px #ECECEC;
	margin-left: 8px;
	width: 350px;
}

#ajanlatkero select
{
	border: 1px solid #B6B6B6;
	background-color: #F6F6F6;
	-moz-box-shadow: inset 0 0 3px 3px #ECECEC; 
	-webkit-box-shadow: inset 0 0 3px 3px #ECECEC; 
	box-shadow: inset 0 0 3px 3px #ECECEC;
}

#ajanlatkeresFinal
{
	border: 1px solid #0081AB;
	background-color: #004D94;
	color: #FFFFFF;
	padding: 5px 12px 5px 12px;
	font-weight: bold;
	width: 130px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 20px;
	margin-right: 20px;
	float: right;
	
}
#ajanlatkeresFinal:hover
{
	background-color: #7092BE;
	border: 1px solid #7092BE;
}

.acelCalculator input[type="button"].kosarbaGombFent
{ 
	position: absolute;
	margin-top: 150px;
	margin-left: -110px; 

}

#gallery img {
margin-right: 8px;
margin-left: 3px;
margin-bottom: 10px;
}

#gallery a:hover {
opacity: 0.9;
}

#hWrapper img:hover {
opacity: 0.9;
}

.cartSaveButton
{
	border: 1px solid #0081AB;
	background-color: #004D94;
	color: #FFFFFF;
	padding: 5px 12px 5px 12px;
	font-weight: bold;
	width: 130px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 20px;
}

.cartSaveButton:hover
{
	background-color: #7092BE;
	border: 1px solid #7092BE;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
