/*
 * Webasyst “Default” theme family
 * (version for desktop computers)
 *
 * @link http://www.webasyst.com/
 * @author Webasyst LLC
 * @copyright 2012 Webasyst LLC
 * @package Webasyst
 */

/* Misc
------- */

.inline-link { text-decoration: none !important; }
.inline-link b { border-bottom: 1px dotted; font-weight: normal; position: relative; top: -0.13em;}
.inline-link b i { font-style: normal; position: relative; top: 0.13em;}
.small { font-size: 0.9em; }
.large { font-size: 1.2em; }
.bold { font-weight: bold; }
.highlighted { background:  #FFFFCC; }
.gray { color: #aaa; }
.red { color: #f00; }
.hint { color: #aaa; font-size: .9em;}
.hint a { color: #aaa; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.clear-left { clear: left; }
.clear-both { clear: both; }
.no-underline { text-decoration: none; }
.nowrap { white-space: nowrap; padding: 2px 6px; color: #fff;}
.order-status{ padding: 2px 6px; color: #fff;}
.shadowed { -moz-box-shadow: 0 2px 5px #aaa; -webkit-box-shadow: 0 2px 5px #aaa; box-shadow: 0 2px 5px #aaa; }
input::-webkit-input-placeholder { color: #aaa; }
input:-moz-placeholder { color: #aaa; }
input:-ms-input-placeholder { color: #aaa; }

/* 10x10, 16x16 Icons
--------------------- */

i.icon10 { background-repeat:no-repeat; height:10px; width:10px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* i.icon10 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.1em 0 0; }
i.icon16 { background-repeat:no-repeat; height:16px; width:16px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.1em 0.25em 0 0; }
.icon16.loading { background-position: 0; background-image: url('../../../../wa-content/img/loading16.gif'); }

/* Menus
-------- */

ul.menu-v { margin: 0 0 20px -6px; padding: 0; }
ul.menu-v li { list-style: none; padding: 0; margin:0; line-height: 25px; }
ul.menu-v li a { padding: 5px 6px; display: block;}
ul.menu-v li.selected a { color: #FA681E; text-decoration: none; }
ul.menu-v li.selected ul li a { background: inherit; color: #03c; text-decoration: underline; }
ul.menu-v li ul.menu-v { margin-left: 10px; margin-top: 5px; margin-bottom: 15px; }
ul.menu-v li ul.menu-v li a { padding: 2px 6px; font-size: 0.9em; }
ul.menu-v li ul.menu-v li ul.menu-v li a { font-size: 0.8em; }

ul.menu-h { margin-left: -5px; padding: 0; }
ul.menu-h li { display: inline-block; list-style: none; padding: 0 10px 0 0; display:block\9; float:left\9; /* ie8 hack */ }
ul.menu-h li a { display: inline-block; padding: 0px 5px; display:block\9; float:left\9; /* ie8 hack */ }

ul.menu-h li.selected a.inline-link b { border: none; }
ul.menu-h li.selected ul * { background: #fff !important; }



/* Default theme common layout
------------------------------ */

.container { padding: 0; min-width: 950px; /* max-width: 1440px; margin: 0 auto; */ }

.sidebar.left { width: 170px; float: left; }
.sidebar.right { width: 190px; float: right; }
.content.left { margin-left: 200px; }
.content.right { margin-right: 200px; }
.app-header { min-height: 100px; padding-top: 0; }
.top-padded { padding-top: 50px; /* "due to heading" padding */ }

#header { font-family: Helvetica, Arial, sans-serif; background: #000; color: #ccc; }
#header a { text-decoration: none; }
#header ul#wa-apps { margin: 0 -10px; padding: 0;}
#header ul#wa-apps li { float: left; list-style: none; margin: 0; padding: 6px 0; }
#header ul#wa-apps li.selected { background: url("img/app-selected.png") bottom center no-repeat; }
#header ul#wa-apps li a,
#header ul#wa-apps li strong { display: block; padding: 5px 10px; margin-right: 10px; color: #ccc; }
#header ul#wa-apps li a:visited { color: #ccc; }
#header ul#wa-apps li a:hover { color: #fff !important; }
#header ul#wa-apps li.selected a,
#header ul#wa-apps li.selected strong { font-weight: bold; color: #fff; }
#header ul#wa-apps li.float-right a,
#header ul#wa-apps li.float-right strong { margin-right: 0; margin-left: 10px; }
#header ul#wa-apps li.small { padding-top: 7px; padding-bottom: 6px; /* give some extra space because of a smaller font size */ }

#main { clear: both; line-height: 1.5em; margin: 0; }

#footer { clear: both; margin: 10px 0; font-size: 0.9em; color: #aaa; padding-bottom: 30px; }
#footer .container { border-top: 1px solid #ddd; padding-left: 0; padding-right: 0; margin: 0 30px; padding-top: 13px; }
#footer #sub-links { margin-left: 200px; }
#footer #sub-links ul { list-style: none; padding: 0; margin: 0; }
#footer #sub-links ul li { float: left;  padding: 0 15px 0 0; }
#footer #copyright { float: left; padding: 0 5px; }
#footer #poweredby {  text-align: center; float: right; padding-top: 0; padding-right:10px; }
#footer #poweredby a.dots { font-size: 0.8em; text-decoration: none; display: block; width: 54px; height: 9px; background: url("http://www.webasyst.com/wa-content/img/dots/all-dots-default-order.png") no-repeat 0 3px; padding-top: 7px; }

/* Sign up & Login forms
------------------------ */

.wa-auth-adapters ul { padding: 0; min-height: 16px; }
.wa-auth-adapters ul li { list-style: none; float: left; padding: 0 15px 0 0; }
.wa-auth-adapters ul li a { display: block; padding: 0px 5px; }
.wa-auth-adapters ul li a img { position: relative; top: 3px; left: -3px; }
.wa-auth-adapters p { clear: left; color: #888; font-size: 0.9em; width: 80%; }

.wa-form { float: left; margin: 30px 0; margin-left: 50px; overflow: visible; }
.wa-form .wa-field { clear: left; margin: 0; padding-top: 3px; }
.wa-form .wa-field .wa-name { float: left; width: 155px; padding-top: 0.05em; padding-bottom: 0px; font-size: 0.95em; }
.wa-form .wa-field.wa-separator { height: 10px; }
.wa-form .wa-field .wa-value { margin-left: 180px; margin-bottom: 5px; position: relative; }
.wa-form .wa-field .wa-value input.wa-error { border: 2px solid red; }
.wa-form .wa-field .wa-value .wa-error-msg { font-size: 0.9em; color: red; display: block; }
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] { width: 30%; min-width: 260px;  margin:0;}
.wa-form .wa-field .wa-value textarea { min-width: 300px; height: 70px; }
.wa-form .wa-field .wa-value input.wa-captcha-input { width: 100px; min-width: 0; }
.wa-form .wa-field .wa-value label { display: block; }
.wa-form .wa-field .wa-value .wa-captcha img { margin-left: 0; }
.wa-form .wa-field .wa-value.wa-submit { margin-top: 10px; }
.wa-form .wa-field .wa-value p label { display: block; margin: 0; }
.wa-form .wa-field .wa-value p { line-height: 1.6em; margin-bottom: 13px; position: relative; } 
.wa-form .wa-field .wa-value p span { color: #777; font-size: 0.9em; display: block; }
.wa-form .wa-field .wa-value p i.icon16 { float: left; left: -20px; margin-top: 2px; position: absolute; }
.wa-form .wa-field .wa-value p input { display: block; margin-bottom: 2px; }
.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] { display: inline; }
.wa-form .wa-field .wa-value .errormsg { margin-left: 0; margin-top: -10px; }

.wa-captcha { padding: 7px 0 10px; }
.wa-captcha p { clear: left; margin: 0; }
.wa-captcha strong { font-size: 1.2em; }
.wa-captcha p img { float: left !important; margin-right: 5px; margin-top: -8px; }
.wa-captcha .wa-captcha-refresh { font-size: 0.8em; text-decoration: underline; color: #aaa; }
.wa-captcha .errormsg { display: inline; margin-left: 10px; }

/* Shop-Script specific
----------------------- */

/* Misc layout and elements */

.sidebar { padding-top: 44px; }
.sidebar.left300px { width: 270px; float: left; }
.content.left300px { margin-left: 300px; }
.sidebar.right300px { width: 270px; float: right; }
.content.right300px { margin-right: 300px; }
.sidebar p { line-height: 1.3em; }

.breadcrumbs { padding: 0px 30px; font-size: 24px; color: brown;}

div.cart 
{
}
div.cart.empty {  }
div.cart#cart-summary.fixed { border-bottom: 1px solid #cca; box-shadow: 0 3px 5px -3px #CCCCCC; overflow: hidden; position: fixed; top: 0; z-index: 1312; right: 30px; }

.search { padding-top: 20px; margin-right: 30px; }
.search input { font-size: 16px; width: 25%; }
.search.float-right { padding-top: 13px; }
.search.float-right input { width: 200px; }

.currency-toggle { margin-left: 10px; }

.bonus { background: #eed; padding: 2px 4px 1px; }

.plugin { margin-bottom: 20px; } /* shipping and payment plugins ouput */

/* Category */

.sub-categories 
{ 
margin-bottom: 20px; 
display:inline !important;
}

.filters { background: #eed; width: 240px; padding: 15px; float: right; margin-right: 40px; }
.filters input[type="text"] { font-size: 0.9em; width: 50px; text-align: right; }

/* Product info and lists */

.tags a { color: green; }
.tags.cloud { text-align: center; font-size: 0.9em; padding-top: 20px; margin-top: 30px; border-top: 1px solid #ccc; }

ul.skus { padding-left: 0; }
ul.skus li { list-style: none; }

.stocks { margin-top: 10px; margin-bottom: 15px; font-size: 0.9em; }
.stocks .stock-critical { color: #e00; }
.stocks .stock-low { color: #a80; }
.stocks .stock-high { color: #0a0; }
.stocks .stock-none { color: #aaa; }

ul.menu-h.sorting { margin-left: 0; }
ul.menu-h.sorting li { padding-right: 5px; }

i.sort-desc { height: 0; width: 0; border: 4px solid transparent; border-bottom-color: #000; margin-bottom: 0.2em; display: inline-block; display: block\9; float: left\9; }
i.sort-asc { height: 0; width: 0; border: 4px solid transparent; border-top-color: #000; margin-top: 0; display: inline-block; display: block\9; float: left\9; }

.price { color: #BC0C06; font-weight: bold; }
.price span { color: #BC0C06; font-weight: bold; }
.price.tiny { color: #a55; font-weight: normal; font-size: 0.9em; }
.compare-at-price { text-decoration: line-through; color: #c66; margin: 0 3px; }
.out-of-stock { color: #a77; }
.disabled { color: #777; }
.description { margin-bottom: 20px; }
.error { color: #a33; }

.rating i.icon16 { margin-right: 0.13em; }
h1 .rating i.icon16 { margin-top: 0.37em; }

table.compare { width: 100%; }
table.compare td { text-align: center; line-height: 1em; padding: 10px 2px; }
table.compare th { text-align: left; }
table.compare td img { display: block; margin: 0 auto 10px; }

ul.thumbs { padding: 0; margin: 0; }
ul.thumbs li { 
display:inline-block; 
//display:inline;
vertical-align:top;
 padding: 0; 
 padding: 5px 3px 8px 5px;
 position: relative;
  margin: 2px;
  margin-top: 5px;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   border:1px solid #E5E5E5;
}
ul.thumbs img { margin-bottom: 2px; display: block; z-index: -1;}
ul.thumbs img.overhanging { position: absolute; left: -20px; }
ul.thumbs i.icon16.overhanging { position: absolute; left: -20px; margin: 0; top: 2px; }
ul.thumbs i.icon10.overhanging { position: absolute; margin-left: -17px; margin-right: 7px; }
ul.thumbs input { margin: 0 3px 0 0 /* for correct checkbox display */; }
ul.thumbs.li50px li { width: 50px; } /* fixed li width options */
ul.thumbs.li100px li { width: 100px; }
ul.thumbs.li150px li { width: 150px; }
ul.thumbs.li200px li { width: 200px; }
ul.thumbs.li250px li 
{ 
width: 156px; 
}
ul.thumbs.li300px li { width: 300px; }
ul.thumbs.li350px li { width: 350px; }
ul.thumbs.li500px li { width: 482px; }
ul.thumbs li a { font-weight: bold; }
ul.thumbs li p { margin-bottom: 0; }
ul.thumbs li.selected { /* nothing! */ }
ul.thumbs li.selected img { border: 4px solid #FDDA3B; margin: -4px -2px -2px -4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
ul.thumbs li.highlighted { background: inherit; }
ul.thumbs li.highlighted img { -moz-box-shadow: 0px 0px 10px #fe2; -webkit-box-shadow: 0px 0px 10px #fe2; box-shadow: 0px 0px 10px #fe2; }

.image {
 position: relative;
 display: inline-block;
 max-width: 100%;
 display: block\9; /* IE8- hack */ 


 }
 
 .hittops {
   background-image: url('images/label_blue.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 1000; 
	position: absolute;
	 top:0;
	 left:0;
 width: 48px;
    height: 48px;
 }
 
  .ntops{
   background-image: url('images/label_red.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 1000; 
	position: absolute;
	 top:0;
	 left:0;
 width: 48px;
    height: 48px;
 }
 
.image img { 
 
 
}




.image .corner { position: absolute; z-index:10; font-size: 0.8em; color: #fff; font-weight: bold; }
.image .corner.top { top:-5px; }
.image .corner.bottom { bottom:-5px; }
.image .corner.left { left:-4px; }
.image .corner.right { right:-8px; }
.gallery .image { float: left\9; /* IE8 */ }

.badge {  font-weight: bold; font-style: italic; font-size: 1.6em; padding: 11px 13px 15px;   }
.badge span { display: none; vertical-align: middle; text-align: center; line-height: 1.2em;}
.badge.new {
 background-image: url('images/label_new_red.png');
    background-repeat: no-repeat;
 width: 32px;
    height: 32px;
 color: #030; 
}
.badge.bestseller {
 background-image: url('images/label_red.png');
    background-repeat: no-repeat;
 width: 32px;
    height: 32px;
 color: #030; 
 }
.badge.low-price { 
 background-image: url('images/label_sale_blue.png');
    background-repeat: no-repeat;
 width: 32px;
    height: 32px;
 color: #030;
 }

ul.thumbs .badge { font-size: 1.05em; width: 48px; height: 48px; padding: 2px; }
ul.thumbs .badge span { width: 68px; margin-top: 28px; overflow: hidden; }

table.table { margin-top: 25px; margin-left: -10px; width: 100%; border-spacing:0; border-collapse:collapse; }
table.table td { padding: 10px 7px 15px; border-top: 1px dashed #EBEBEA;  border-bottom: 1px dashed #EBEBEA; }
table.table td.min-width { width: 1%; padding-top: 25px; border-bottom: 1px dashed #EBEBEA;}
table.table td p { margin: 0; }
table.table td input.numerical { width: 50px; margin-right: 5px; text-align: right; }
table.table tr.no-border td { border: none; }
table.table tr.thin td { padding-top: 13px; padding-bottom: 0; }

table.cart td { vertical-align: top; padding: 20px 7px 25px; }
table.cart td input.qty { max-width: 50px; text-align: right; }
table.cart td.total { font-size: 1.3em; }

.services { margin-bottom: 20px; }
.add2cart { margin-bottom: 20px; }

.aux { padding: 15px; font-size: 13px; }
table.features .name { min-width: 95px; color: #777; font-size: 13px; padding-right: 1.0em; padding-top: 0.05em; vertical-align: top; }

/* Checkout */
.checkout-header { margin: 0 90px; color: #999; }
.checkout-header h3 a { text-transform: uppercase; text-decoration: none; color: #777; }
.checkout-header h3 a:hover { color: #FFA35C !important; }
.checkout-header strong { color: #666; }
.checkout { margin: 20px 70px 50px; border-top: 3px solid #3A75C4; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) }
.checkout ul.checkout-options { padding-left: 25px; }
.checkout ul.checkout-options li { list-style: none; position: relative; margin-bottom: 50px; clear: both; }
.checkout ul.checkout-options li h3 { margin-bottom: 0.1em; font-weight: bold; }
.checkout ul.checkout-options li h3 label { display: inline-block; margin-right: 10px; }
.checkout ul.checkout-options li .rate { float: right; text-align: center; min-width: 250px; }
.checkout ul.checkout-options li p { width: 70%; }
.checkout ul.checkout-options li input[type="radio"] { position: absolute; top: 4px; left: -25px; }
.checkout ul.checkout-options li img.method-logo { float: left; margin-top: -7px; margin-right: 8px; margin-bottom: 5px; /* adjusted for default 60x32-px logos */ }
.checkout ul.checkout-options li .wa-form { margin-top: 0px; margin-bottom: 30px; }
.checkout .checkout-result { padding: 80px 0 60px; background: #fff; text-align: center; }
.checkout .checkout-result h1 { font-size: 4em; margin-bottom: 50px; }
.checkout .checkout-result.error h1 { color: red; }
.checkout .checkout-result .wa-form { margin: 10px auto 20px; width: 400px; float: none; text-align: left; }
.checkout .checkout-result .back { margin-top: 50px; }
.checkout .checkout-step { padding: 0; border: 3px solid #3A75C4; border-top: 0; }
.checkout .checkout-step h2 { padding: 20px 20px 15px; text-transform: uppercase; font-weight: bold; background: #eee; margin: 0; }
.checkout .checkout-step h2 a { text-decoration: none; color: #000; }
.checkout .checkout-step h2 a:hover { color: #FFA35C !important; }
.checkout .checkout-step h2 a.hint { font-size: 0.5em; color: #aaa; text-decoration: underline; }
.checkout .checkout-step-content { padding: 20px; margin-bottom: 10px;}
.checkout .checkout-step ul.menu-v { margin-left: 0; margin-top: 20px; }
.checkout .checkout-step #login-form h1 { display: none; }
.checkout .checkout-step input.large { font-size: 1.4em; }
.checkout .comment { width: 100%; height: 100px; margin-bottom: 20px; }
.checkout blockquote img { margin-right: 20px; float: left; }


/* Product reviews */

.write-review { margin: 30px 0 40px; }

.review { margin-bottom: 30px; }
.review .summary { font-size: 0.9em; color: #777; }
.review .summary h6 { color: #000; font-size: 1.1em; }
.review .summary a.username { color: #777; }
.review .summary a.username:hover { color: red; }
.review .summary a { display: inline; padding: 0; }
.review .summary .date { color:#aaa; }
.review p { margin-top: 5px; margin-bottom: 5px; line-height: 1.3em; }
.review .actions a { padding: 0 !important; }

.reviews { margin-bottom: 20px; }
.reviews ul { margin-left: 0; }
.reviews ul li ul { padding-left: 25px; }
.reviews ul li ul li .review h6 { color: #555; }
.reviews ul li .review-form { padding: 10px 30px; }
.reviews ul li .review-form textarea { min-height: 100px; }
.reviews ul.menu-h.auth-type { padding: 0 0 40px; margin-left: -5px; }
.reviews ul.menu-h.auth-type li { padding-right: 10px; }
.reviews ul.menu-h.auth-type li a { padding: 5px 6px; }
.reviews ul.menu-h.auth-type li a img { top: 0; }
.reviews textarea { height: 100px; min-height: 100px; width: 50%; margin-top: 0; }

.review-form { padding: 0; margin-bottom: 30px; }
.review-form h4 { margin: 0 0 20px; font-weight: normal; }
.review-form-fields p { margin: 10px 0; padding: 10px 0;}
.review-form-fields p.review-field a { display: inline; }
.review-form-fields label { width: 160px; display: block; clear: left; float: left; margin: 0 10px 0 0; color: #aaa;}
.review-form-fields input[type="text"] { width: 20em;}
.review-form textarea { min-width: 55%; min-height: 160px; }
.review-form .review-submit { padding:0 0 20px 170px;}
.review-form .userpic { width: 20px; height: 20px; float: left; margin: 0; margin-right: 5px; }
.review-form ul.menu-h.auth-type li a img { float: left; margin-right: 3px; position: relative; top: 2px; }
.review-form ul.menu-h.auth-type { padding-bottom: 20px; }
.review-form label { width: 160px; display: block; clear: left; float: left; margin: 0 10px 0 0; color: #383838; }
.reviews span.rate { line-height: 1.3em; display: block; margin: 0.5em 0; }
.reviews span.rate a { text-decoration: none !important; }
.reviews span.rate .icon10 { background-repeat: no-repeat; background-image: url(../../../../wa-content/img/icon10.png); height: 10px; width: 10px; display: inline-block; text-indent: -9999px; }
.reviews span.rate .icon10.star { background-position: -60px -40px; }
.reviews span.rate .icon10.star-empty { background-position: -80px -40px; }

input.error, textarea.error { border: 2px solid red; }
.errormsg { color: red; margin-left: 170px; display: block; }

/* Shop-Script icons */

.icon10,
.icon16 { background-image: url("img/icons.png"); }
.icon16, .icon16.star-full { background-position:-16px 0; }
.icon16.star-half { background-position:-32px 0; }
.icon16.star-empty { background-position:-48px 0; }
.icon16.star-hover { background-position:-64px 0; }
.icon10, .icon10.star-full { background-position:0 -16px; }
.icon10.star-half { background-position:-10px -16px; }
.icon10.star-empty { background-position:-20px -16px; }
.icon16.cart { background-position:-80px 0; }
.icon16.remove { background-position:-96px 0; }

.carttopcont 
{
padding: 5px 3px 5px 3px;
 }
 

.carttop a 
{
font-size: 16px;
 color: #FF6E00;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: underline;
    text-align: center;
  vertical-align: middle;
 }
 
 .carttop a:hover
{
font-size: 16px;
 color: #FFA35C;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: none;
    text-align: center;
  vertical-align: middle;
 }

.currencybottom
{
  padding-top: 0px;
  text-align: left;
  vertical-align: buttom;
 
 } 
 
.currencycart
{
  text-align: left;
  vertical-align: botom;
  padding-top: 0px;
 } 

 .description_tumbs
{
  min-height: 100px;
  text-align: left;
  vertical-align: top;
  padding-top: 3px;
 }
  .postheader_tumbs
{
  width: 100%;
  min-height: 45px;
  text-align: left;
  vertical-align: top;
  padding-top: 5px;
  border-top:1px solid #E5E5E5;
 } 
  .myh_fixer50
{
  overflow: hidden; 
  width: 100%; 
  height: 50px; /*   */
  padding: 0px; /*    */
  border: solid 0px white; /*   */
 } 
  .myh_fixer150
{
  overflow: hidden; 
  width: 100%; 
  height: 150px; /*   */
  padding: 0px; /*    */
  border: solid 0px white; /*   */
 } 
  .myh_fixer120
{
  overflow: hidden; 
  width: 100%; 
  height: 120px; /*   */
  padding: 0px; /*    */
  border: solid 0px white; /*   */
 } 

   .imeges_tumbs
{
  
  
 } 

 .rating_tumbs
{
padding-top: 5px;
  height: 20px;
 }

  .topdannie
{
color: #FFFFFF;
    font-family: Arial,'Arial Unicode MS',Helvetica,Sans-Serif;
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
	padding-top: 1px;
  
    


 vertical-align: middle;
 
 } 

  .topdannieright
{
 color: #F2F2F2;
   font-size: 14px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   line-height: 125%;
   text-align: center;
 }    

.topdannieright a,
.topdannieright a:link,
.topdannieright a:visited,
.topdannieright a:hover,
.topdannieright td, 
.topdannieright th,
.topdannieright caption
{
   color: #F2F2F2;
   font-size: 14px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   line-height: 175%;
}

.topdannieright p 
{
   padding:0;
   text-align: center;
}

.topdannieright a,
.topdannieright a:link
{
   color: #FFFFFF;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   text-decoration: underline;
}

.topdannieright a:visited
{
   color: #FFFFFF;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   text-decoration: underline;
}

.topdannieright a:hover
{
   color: #FFFFFF;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   text-decoration: none;
}
 
#share42 {padding: 6px 6px 0; background: #FFF; border: 1px solid #E9E9E9; border-radius: 4px;}
#share42:hover {background: #F6F6F6; border: 1px solid #D4D4D4; box-shadow: 0 0 5px #DDD;}
#share42 a {opacity: 0.5}
#share42:hover a {opacity: 0.7}
#share42 a:hover {opacity: 1}



#wrapper {
	width: 100%;
	margin: 0 auto 0;
}
/*-----------------------------------------------------------------------------------*/
/*	Pagenator
/*-----------------------------------------------------------------------------------*/

.pagenat
{
   background: #f2f2f2;
   background: transparent;
   padding:7px;
   margin:4px;
   margin-top:30px;
   text-align:center;
}
ul.pagesel li a { text-decoration: underline !important; }
ul.pagesel li.selected a { color: #ccc !important; }

	
/* ------------------------------------------------------------------------
	hometextblock
------------------------------------------------------------------------- */
.hometextblock
{ 

				
	padding:10px;
	 margin-top:10px;
				
 -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   border:1px solid #3A75C4; 
 }
/*-----------------------------------------------------------------------------------*/
/*	3. CAROUSEL
/*-----------------------------------------------------------------------------------*/

#wrapper .d-carousel ul li {
	background: none;
	background-color: #FFF;
	
	padding: 5px;
	width: 127px;
}

.jcarousel-direction-rtl {
	direction: rtl;
}

.summarytumbs {
	
}


.d-carousel h4 {
	margin: 5px 0 5px 0;
}

.d-carousel .jcarousel-container {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

.d-carousel .jcarousel-item {
	
	height: 200px;
}

.d-carousel .jcarousel-container-horizontal {
	width: 600px;
	height: 220px;
	padding: 0 45px;
	
	 
	
}

.d-carousel .jcarousel-item-horizontal {
	margin-left: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 9px;
}

.d-carousel .jcarousel-next-horizontal {
	position: absolute;
	top: 100px;
	right: 0;
	margin-right: 3px;
	width: 15px;
	height: 28px;
	cursor: pointer;
	background: transparent url('images/blog-arrows.jpg') no-repeat top right;
}

.d-carousel .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url('images/blog-arrows.jpg');
}

.d-carousel .jcarousel-next-horizontal:hover {
	background-position: bottom right;
}

.d-carousel .jcarousel-prev-horizontal {
	position: absolute;
	top: 100px;
	left: 0;
	margin-left: 3px;
	width: 15px;
	height: 28px;
	cursor: pointer;
	background: transparent url('images/blog-arrows.jpg') no-repeat top left;
}

.d-carousel .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url(style/images/blog-arrows.jpg);
}

.d-carousel .jcarousel-prev-horizontal:hover {
	background-position: bottom left;
}

/* -----------------------Login-------------------------- */

.logintops {
text-align: center;
padding-top: 3px;
}
.logintops a {
color: #f2f2f2;
  font-size: 13px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   
   text-decoration: none;
   text-transform: uppercase;
}
.logintops a:hover{
color: #f2f2f2;
text-decoration: underline;
}
/* -----------------------Tabs-------------------------- */

/* Specific to example two */

#example-two .list-wrap { 
  background: #FFFFFF;
  padding: 10px;
  padding-bottom: 40px;
     
   border-top: 3px solid #3A75C4;
   border-left: 1px solid #F3F0EB;
   border-right: 1px solid #F3F0EB;
   border-bottom: 1px solid #F3F0EB;
    border-radius: 0 0 5px 5px;
-moz-border-radius:0 0 5px 5px;
-khtml-border-radius: 0 0 5px 5px;

  }
#tabnavrow ul {  margin: 0; margin-top: 10px; }
#tabnavrowtoo ul {  margin: 0; }
#example-two ul { list-style: none; }


#example-two .tabnav { overflow: hidden; }
#example-two .tabnav li { width: ; float: left; margin: 0 3px 0 0; }
#example-two .tabnav li.last { margin-right: 0; }

#example-two .tabnav li a 
{
    font-size: 18px;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-align: left;
   text-shadow: 0 0 6px rgba(23, 23, 23, 0.98);
}

#example-two .tabnav li a 
{ 
background: #3A75C4 url('images/menuitem.png') scroll;
   background: linear-gradient(top, rgba(24, 117, 213, 0.2) 0, rgba(175, 238, 238, 0.32) 100%) no-repeat, url('images/menuitem.png'), linear-gradient(top, #d4e0eb 0%, #d4e0eb 99%) no-repeat;
   background: -webkit-linear-gradient(top, rgba(24, 117, 213, 0.8) 0, rgba(175, 238, 238, 0.32) 100%) no-repeat, url('images/menuitem.png'), -webkit-linear-gradient(top, #d4e0eb 0%, #d4e0eb 99%) no-repeat;
   background: -moz-linear-gradient(top, rgba(24, 117, 213, 0.2) 0, rgba(175, 238, 238, 0.32) 100%) no-repeat, url('images/menuitem.png'), -moz-linear-gradient(top, #d4e0eb 0%, #d4e0eb 99%) no-repeat;
   background: -o-linear-gradient(top, rgba(24, 117, 213, 0.2) 0, rgba(175, 238, 238, 0.32) 100%) no-repeat, url('images/menuitem.png'), -o-linear-gradient(top, #d4e0eb 0%, #d4e0eb 99%) no-repeat;
   background: -ms-linear-gradient(top, rgba(24, 117, 213, 0.2) 0, rgba(175, 238, 238, 0.32) 100%) no-repeat, url('images/menuitem.png'), -ms-linear-gradient(top, #d4e0eb 0%, #d4e0eb 99%) no-repeat;
   background: linear-gradient(top, rgba(24, 117, 213, 0.2) 0, rgba(175, 238, 238, 0.32) 100%) no-repeat, url('images/menuitem.png'), linear-gradient(top, #d4e0eb 0%, #d4e0eb 99%) no-repeat;
   -svg-background: linear-gradient(top, rgba(24, 117, 213, 0.2) 0, rgba(175, 238, 238, 0.32) 100%) no-repeat, url('images/menuitem.png'), linear-gradient(top, #d4e0eb 0%, #d4e0eb 99%) no-repeat;
   -webkit-border-radius:3px 3px 0 0;
   -moz-border-radius:3px 3px 0 0;
   border-radius:3px 3px 0 0;
   border:1px solid #0F8A0F;
   border-bottom:none;
   padding:0 22px;
   margin:0 auto;
   position: relative;
   display: block;
   height: 30px;
   cursor: pointer;
   text-decoration: none;
   color: #FFFFFF;
   line-height: 30px;
   text-align: center;


 }

#example-two li a.current,#example-two li a.current:hover 

#example-two .tabnav li a:hover 
{ 
color: #FF6E00;
background: #3A75C4 url('images/menuhovereditem.png') scroll;
   background: linear-gradient(top, rgba(24, 117, 213, 0.12) 0, rgba(11, 7, 62, 0.07) 100%) no-repeat, url('images/menuhovereditem.png'), linear-gradient(top, rgba(21, 96, 189, 0.8) 0, rgba(10, 23, 87, 0.2) 100%) no-repeat;
   background: -webkit-linear-gradient(top, rgba(24, 117, 213, 0.12) 0, rgba(11, 7, 62, 0.07) 100%) no-repeat, url('images/menuhovereditem.png'), -webkit-linear-gradient(top, rgba(21, 96, 189, 0.8) 0, rgba(10, 23, 87, 0.2) 100%) no-repeat;
   background: -moz-linear-gradient(top, rgba(24, 117, 213, 0.12) 0, rgba(11, 7, 62, 0.07) 100%) no-repeat, url('images/menuhovereditem.png'), -moz-linear-gradient(top, rgba(21, 96, 189, 0.8) 0, rgba(10, 23, 87, 0.2) 100%) no-repeat;
   background: -o-linear-gradient(top, rgba(24, 117, 213, 0.12) 0, rgba(11, 7, 62, 0.07) 100%) no-repeat, url('images/menuhovereditem.png'), -o-linear-gradient(top, rgba(21, 96, 189, 0.8) 0, rgba(10, 23, 87, 0.2) 100%) no-repeat;
   background: -ms-linear-gradient(top, rgba(24, 117, 213, 0.12) 0, rgba(11, 7, 62, 0.07) 100%) no-repeat, url('images/menuhovereditem.png'), -ms-linear-gradient(top, rgba(21, 96, 189, 0.8) 0, rgba(10, 23, 87, 0.2) 100%) no-repeat;
   background: linear-gradient(top, rgba(24, 117, 213, 0.12) 0, rgba(11, 7, 62, 0.07) 100%) no-repeat, url('images/menuhovereditem.png'), linear-gradient(top, rgba(21, 96, 189, 0.8) 0, rgba(10, 23, 87, 0.2) 100%) no-repeat;
   -svg-background: linear-gradient(top, rgba(24, 117, 213, 0.12) 0, rgba(11, 7, 62, 0.07) 100%) no-repeat, url('images/menuhovereditem.png'), linear-gradient(top, rgba(21, 96, 189, 0.8) 0, rgba(10, 23, 87, 0.2) 100%) no-repeat;
   -webkit-border-radius:3px 3px 0 0;
   -moz-border-radius:3px 3px 0 0;
   border-radius:3px 3px 0 0;
   border:1px solid rgba(15, 50, 138, 0.6);
   border-bottom:none;
   padding:0 22px;
   margin:0 auto;
  

}
#example-two .tabnav li a:focus 
{ 
color: #FF6E00;
   background: #3A75C4 url('images/menuactiveitem.png') scroll;
   background: linear-gradient(top, rgba(24, 117, 213, 0.12) 0, rgba(11, 7, 62, 0.07) 100%) no-repeat, url('images/menuactiveitem.png'), linear-gradient(top, rgba(21, 96, 189, 0.8) 0, rgba(10, 23, 87, 0.2) 100%) no-repeat;
   background: -webkit-linear-gradient(top, rgba(24, 117, 213, 0.12) 0, rgba(11, 7, 62, 0.07) 100%) no-repeat, url('images/menuactiveitem.png'), -webkit-linear-gradient(top, rgba(21, 96, 189, 0.8) 0, rgba(10, 23, 87, 0.2) 100%) no-repeat;
   background: -moz-linear-gradient(top, rgba(24, 117, 213, 0.12) 0, rgba(11, 7, 62, 0.07) 100%) no-repeat, url('images/menuactiveitem.png'), -moz-linear-gradient(top, rgba(21, 96, 189, 0.8) 0, rgba(10, 23, 87, 0.2) 100%) no-repeat;
   background: -o-linear-gradient(top, rgba(24, 117, 213, 0.12) 0, rgba(11, 7, 62, 0.07) 100%) no-repeat, url('images/menuactiveitem.png'), -o-linear-gradient(top, rgba(21, 96, 189, 0.8) 0, rgba(10, 23, 87, 0.2) 100%) no-repeat;
   background: -ms-linear-gradient(top, rgba(24, 117, 213, 0.12) 0, rgba(11, 7, 62, 0.07) 100%) no-repeat, url('images/menuactiveitem.png'), -ms-linear-gradient(top, rgba(21, 96, 189, 0.8) 0, rgba(10, 23, 87, 0.2) 100%) no-repeat;
   background: linear-gradient(top, rgba(24, 117, 213, 0.12) 0, rgba(11, 7, 62, 0.07) 100%) no-repeat, url('images/menuactiveitem.png'), linear-gradient(top, rgba(21, 96, 189, 0.8) 0, rgba(10, 23, 87, 0.2) 100%) no-repeat;
   -svg-background: linear-gradient(top, rgba(24, 117, 213, 0.12) 0, rgba(11, 7, 62, 0.07) 100%) no-repeat, url('images/menuactiveitem.png'), linear-gradient(top, rgba(21, 96, 189, 0.8) 0, rgba(10, 23, 87, 0.2) 100%) no-repeat;
   -webkit-border-radius:3px 3px 0 0;
   -moz-border-radius:3px 3px 0 0;
   border-radius:3px 3px 0 0;
   border:1px solid rgba(15, 50, 138, 0.6);
   border-bottom:none;
   padding:0 22px;
   margin:0 auto;
   color: #FF6E00;
   padding-bottom: 1px;
   margin-bottom: -1px;
   text-decoration: none;

}
/* -----------------------ZOOM-------------------------- */
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

.imagegall {
 position: relative;
 display: inline-block;
 max-width: 100%;
 display: block\9; /* IE8- hack */ 


 }
.gallerytumbs{
padding-left: 12px;
}
.galleryimage{
display: block;
width: 320px;
}

.galclearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

ul.gallery,
ul.gallery li{
    padding:0; margin: 0;
}
ul.gallery{
    padding: 5px 0 30px 0;
}
ul.gallery li{
    display: block;
	float: left;
	margin: 5px 5px 0 0;
}
ul.gallery li a {
    padding: 2px;
    display: block;
    border: 1px solid #ffffff;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   -webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.2);
   box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.2);
    line-height: 0;
}

ul.gallery li a:hover { 
border: 1px solid #f3f3f3;
-webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   -webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.2);
   box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.2);

}



	div.pp_pic_holder .pp_top .pp_left { background: url(images/prettyPhoto/light_rounded/tl.gif) top left no-repeat; } /* Top left corner */
	div.pp_pic_holder .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.pp_pic_holder .pp_top .pp_right { background: url(images/prettyPhoto/light_rounded/tr.gif) top left no-repeat; } /* Top right corner */
	
	div.pp_pic_holder .pp_content { background-color: #fff; } /* Content background */
	div.pp_pic_holder .pp_content a.pp_next:hover { background: url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.pp_pic_holder .pp_content a.pp_previous:hover { background: url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pp_pic_holder .pp_content a.pp_expand { background: url(images/prettyPhoto/light_rounded/btnExpand.gif) top left no-repeat; cursor: pointer; } /* Expand button */
	div.pp_pic_holder .pp_content a.pp_expand:hover { background: url(images/prettyPhoto/light_rounded/btnExpand.gif) bottom left no-repeat; cursor: pointer; } /* Expand button hover */
	div.pp_pic_holder .pp_content a.pp_contract { background: url(images/prettyPhoto/light_rounded/btnContract.gif) top left no-repeat; cursor: pointer; } /* Contract button */
	div.pp_pic_holder .pp_content a.pp_contract:hover { background: url(images/prettyPhoto/light_rounded/btnContract.gif) bottom left no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_pic_holder .pp_content a.pp_close { width: 75px; height: 22px; background: url(images/prettyPhoto/light_rounded/btnClose.png) center left no-repeat; cursor: pointer; } /* Close button */

	div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous { background: url(images/prettyPhoto/light_rounded/arrow_previous.png) top left no-repeat; } /* The previous arrow in the bottom nav */
	div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next { background: url(images/prettyPhoto/light_rounded/arrow_next.png) top left no-repeat; } /* The next arrow in the bottom nav */

	div.pp_pic_holder .pp_bottom .pp_left { background: url(images/prettyPhoto/light_rounded/bl.gif) top left no-repeat; } /* Bottom left corner */
	div.pp_pic_holder .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.pp_pic_holder .pp_bottom .pp_right { background: url(images/prettyPhoto/light_rounded/br.gif) top left no-repeat; } /* Bottom right corner */

	div.pp_pic_holder .pp_loaderIcon { background: url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */

	div.ppt div.ppt_left { background: url(images/prettyPhoto/light_rounded/ttl.gif) top left no-repeat; }
	div.ppt div.ppt_right { background: url(images/prettyPhoto/light_rounded/ttr.gif) top left no-repeat; }
	div.ppt div.ppt_content { background: url(images/prettyPhoto/light_rounded/ttp.gif) top left repeat-x; }
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url(images/prettyPhoto/dark_rounded/tl.png) top left no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(images/prettyPhoto/dark_rounded/tr.png) top left no-repeat; } /* Top right corner */
	div.dark_rounded .pp_bottom .pp_left { background: url(images/prettyPhoto/dark_rounded/bl.png) top left no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(images/prettyPhoto/dark_rounded/br.png) top left no-repeat; } /* Bottom right corner */
	div.dark_rounded .pp_content { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded div.ppt_left { background: url(images/prettyPhoto/dark_rounded/tl.png) top left no-repeat; }
	div.dark_rounded div.ppt_right { background: url(images/prettyPhoto/dark_rounded/tr.png) top right no-repeat; }
	div.dark_rounded div.ppt_content { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; }
	div.dark_rounded .pp_loaderIcon { background: url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_top .pp_left ,
	div.dark_square .pp_top .pp_middle,
	div.dark_square .pp_top .pp_right,
	div.dark_square .pp_bottom .pp_left,
	div.dark_square .pp_bottom .pp_middle,
	div.dark_square .pp_bottom .pp_right,
	div.dark_square .pp_content,
	div.dark_square div.ppt_left,
	div.dark_square div.ppt_right,
	div.dark_square div.ppt_content { background: url(images/prettyPhoto/dark_square/contentPattern.png) top left repeat; }
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_loaderIcon { background: url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_top .pp_left ,
	div.light_square .pp_top .pp_middle,
	div.light_square .pp_top .pp_right,
	div.light_square .pp_bottom .pp_left,
	div.light_square .pp_bottom .pp_middle,
	div.light_square .pp_bottom .pp_right,
	div.light_square .pp_content,
	div.light_square div.ppt_left,
	div.light_square div.ppt_right,
	div.light_square div.ppt_content { background: #fff; }
	div.light_square div.ppt_content { color: #666666; }


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;position:absolute;top:0;left:0;z-index:9500;width:100%}div.pp_pic_holder{position:absolute;z-index:10000;width:100px}div.pp_pic_holder .pp_top{position:relative;height:20px}* html div.pp_pic_holder .pp_top{padding:0 20px}div.pp_pic_holder .pp_top .pp_left{position:absolute;left:0;width:20px;height:20px}div.pp_pic_holder .pp_top .pp_middle{position:absolute;left:20px;right:20px;height:20px}* html div.pp_pic_holder .pp_top .pp_middle{position:static;left:0}div.pp_pic_holder .pp_top .pp_right{position:absolute;top:0;left:auto;right:0;width:20px;height:20px}div.pp_pic_holder .pp_content{position:relative;text-align:left;width:100%;height:40px}div.pp_pic_holder .pp_content .pp_details{display:none;margin:10px 15px 2px 20px}div.pp_pic_holder .pp_content .pp_details p.pp_description{display:none;float:left;margin:0}div.pp_pic_holder .pp_content .pp_details .pp_nav{float:left;margin:3px 0 0 0}div.pp_pic_holder .pp_content .pp_details .pp_nav p{float:left;margin:0 4px}div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous,div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next{float:left;display:block;width:14px;height:15px;overflow:hidden;text-indent:-10000px;margin-top:3px}div.pp_pic_holder .pp_content .pp_details .pp_nav a.disabled{background-position:0 -16px;cursor:default}div.pp_pic_holder .pp_content div.hoverContainer{position:absolute;z-index:2000;top:0;left:0;width:100%}div.pp_pic_holder .pp_content a.pp_next{display:block;float:right;text-indent:-10000px;width:49%;height:100%;background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat}div.pp_pic_holder .pp_content a.pp_previous{display:block;float:left;text-indent:-10000px;width:49%;height:100%;background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat}div.pp_pic_holder .pp_content a.pp_expand,div.pp_pic_holder .pp_content a.pp_contract{position:absolute;z-index:20000;top:10px;right:30px;cursor:pointer;display:none;text-indent:-10000px;width:20px;height:20px}div.pp_pic_holder .pp_content a.pp_close{float:right;display:block;text-indent:-10000px}div.pp_pic_holder .pp_bottom{position:relative;height:20px}* html div.pp_pic_holder .pp_bottom{padding:0 20px}div.pp_pic_holder .pp_bottom .pp_left{position:absolute;left:0;width:20px;height:20px}div.pp_pic_holder .pp_bottom .pp_middle{position:absolute;left:20px;right:20px;height:20px}* html div.pp_pic_holder .pp_bottom .pp_middle{position:static;left:0}div.pp_pic_holder .pp_bottom .pp_right{position:absolute;top:0;left:auto;right:0;width:20px;height:20px}div.pp_pic_holder .pp_loaderIcon{display:none;position:absolute;top:50%;left:50%;margin:-12px 0 0 -12px;width:24px;height:24px}div.pp_pic_holder #full_res{width:100%;text-align:center}div.pp_pic_holder #full_res{display:block;margin:0 auto}div.ppt{display:none;position:absolute;top:0;left:0;z-index:9999;color:#fff;font-size:13px}div.ppt div.ppt_left,div.ppt div.ppt_right{float:left;width:19px;height:23px;overflow:hidden}div.ppt div.ppt_content{float:left;line-height:23px}
	
/* ------------------------------------------------------------------------
	Slaider
------------------------------------------------------------------------- */	
/* CONTAINER */
div.orbit
 {
 width: 1px;
 height: 1px;
 position: relative;
 -moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
 -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
   box-shadow:0 0 10px rgba(0,0,0,.25);
 overflow: hidden; 
 }
div.orbit img { position: absolute; top: 0; left: 0; }
div.orbit a img { border: none; }

/* TIMER */
div.timer { width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right:10px; opacity: .6; cursor: pointer; z-index: 1001; }
span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background: url('orbit/rotator-black.png') no-repeat; z-index: 3; }
span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; }
span.rotator.move { left: 0; }
span.mask.move { width: 40px; left: 0; background: url('orbit/timer-black.png') repeat 0px 0px;  }
span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0px; background: url('orbit/pause-black.png') no-repeat; z-index: 4; opacity: 0; }
div.timer:hover span.pause,
span.pause.active, 
div.timer:hover span.pause.active { opacity: 1; }

/* CAPTIONS */
div.caption { background: #000; background: rgba(0,0,0,.6); width: 100%; z-index: 1000; position: absolute; bottom:-100px; color: #fff; padding: 8px 0; }
div.caption span { padding: 0 10px; font-size: 14px; text-shadow: 0px 1px 0px rgba(0,0,0,.8); margin: 0; }
.orbit-caption { display: none; }

/* DIRECTIONAL NAV */
div.orbit:hover div.slider-nav { display: block; }
div.slider-nav { display: none; }
div.slider-nav span { width: 33px; height: 33px; text-indent: -9999px; position: absolute; z-index: 1000; top: 43%; cursor: pointer; }
div.slider-nav span.right { background: url('orbit/right-arrow.png'); right: 10px; }
div.slider-nav span.left { background: url('orbit/left-arrow.png'); left: 10px; }   

/* BULLET NAV */
.orbit-bullets { position: absolute; z-index: 1000; list-style: none; top: 10px; left: 7px; margin: 0; padding: 0; }
.orbit-bullets li { float: left; margin-left: 5px; cursor: pointer; color: #999; text-indent: -9999px; background: url(orbit/bullets.png) no-repeat; 0 0; width: 7px; height: 7px; overflow: hidden; }
.orbit-bullets li.active { color: #222; background-position: -7px 0; }						  
/* ------------------------------------------------------------------------
	Slaider
------------------------------------------------------------------------- */

			.wrapper {
				background-color: white;
				width: 60%;
				margin: 40px auto;
				padding: 50px;
				box-shadow: 0 0 5px #999;
			}
			.list_carousel {
				background-color: #ffffff;
				margin: 10px 3px 10px 63px;
				width: 360px;
				border-top: 1px solid #f3f3f3;
				border-bottom: 1px solid #f3f3f3;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				font-size: 40px;
				color: #f2f2f2;
				text-align: center;
				background-color: #ffffff;
				border: 5px solid #f2f2f2;
				width: 86px;
				height: 86px;
				padding: 0;
				margin: 6px;
				display: block;
				float: left;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.correkt {
				
				padding-left: 3px;
			}
		
							  
								  
								  
								 