/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */

.clear {
	clear:both;
	height:0.00001%;
	line-height:0.00001%;
	font-size:0px;
}

.left { float:left; }
.right { float:right; }
 
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
 * {
	 font-family: 'Open Sans', sans-serif; 
 }
 
html { font-family: 'Open Sans', sans-serif; font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231;background:url('../img/bg.jpg') repeat left top transparent; }

body, button, input, select, textarea { color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a { color:#3D9849; }
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
















/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  /*a { text-decoration: underline; }*/
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}



#container{
	width:939px;
	margin:0 auto;
}
#header{
	width:939px;
	height:208px;
	overflow: hidden;
	position:relative;
	margin-top:0px;
	background:url('../img/sprites.png') no-repeat left top transparent;
}
.login_div{
	background:url('../img/sprites.png') no-repeat left -234px transparent;
	width:220px;
	height:42px;
	overflow: hidden;
	position: absolute;
	top:0;
	left:0;
}
a.login_link{
	color:#ffffff;
	font-size:14px;
	display:block;
	background:url('../img/sprites.png') no-repeat -330px -298px transparent;
	padding-left:23px;
	text-decoration:none;
	margin-left: 10px;
	margin-top:12px;
	margin-right:20px;
}
.menu_div{
	background:url('../img/sprites.png') no-repeat -246px -235px transparent;
	width:492px;
	height:42px;
	overflow: hidden;
	position: absolute;
	top:0;
	right:-1px;
	text-align:right;
}
.menu_div ul{
	margin: 12px 0 0;
	padding:0;
	float: right;
}
.menu_div ul li{
	float:left;
	margin-right:22px;
	list-style:none;
}

.menu_div ul li a{
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	font-weight:400;
}
.menu_div ul li a:hover{
	text-decoration:underline;
}
.menu_div ul li a.selected{
	font-weight:700;
}
.logo_div {
	background:url('../img/sprites.png') no-repeat -1px -306px transparent;
	width:275px;
	height:93px;
	overflow: hidden;
	position: absolute;
	bottom:0;
	left:0;
}

.logo_div a {
	display: block;
	margin: 13px 0 0 26px;
}

/*.logo_link{
	background:url('../img/sprites.png') no-repeat -791px -233px transparent;
	width:275px;
	height:93px;
	display: block;
	text-indent:-9999px;
	margin-top:13px;
	margin-left:26px;
}*/
.newsletter_div{
	background: url("../img/search_bg.png") no-repeat scroll -7px top transparent;
    bottom: 0;
    height: 44px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 304px;
}
#newsletter{
	margin-top: 10px;
}
#newsletter .input.text{
	float:left;
	margin-right:5px;
	margin-left:20px;
}
#newsletter .input.text input{
	background: url("../img/newsletter_input_bg.png") no-repeat scroll left top transparent;
    border: 0 none;
    color: #707070;
    font-size: 13px;
    height: 26px;
    line-height: 25px;
    padding: 0 5px;
    width: 138px;
}
#newsletter .submit{
	float:left;
}
#newsletter .submit input{
	background: url("../img/newsletter_go_bg.png") no-repeat scroll left top transparent;
    border: 0 none;
    color: #3d9849;
    font-size: 12px;
    height: 26px;
    line-height: 25px;
    padding: 0;
    text-align: center;
    width: 37px;
}
#newsletter .socials_div{
	margin-right: 1px;
}
#newsletter .socials_div a.facebook_social{
	background: url("../img/small_socials.png") no-repeat scroll left top transparent;
}
#newsletter .socials_div a.tweeter_social{
	background: url("../img/small_socials.png") no-repeat scroll -32px top transparent;
}
#newsletter .socials_div a.in_social{
	background: url("../img/small_socials.png") no-repeat scroll -64px top transparent;
}
#newsletter .socials_div a.google_social{
	background: url("../img/small_socials.png") no-repeat scroll -62px top transparent;
}
#newsletter .socials_div a.email_social{
	background: url("../img/small_socials.png") no-repeat scroll -128px top transparent;
}
.search_div{
	background:#ffffff;
}
#search{
	padding: 19px;
}
#search .input.text{
	float:left;
}
#search .input.text input{
	background: url("../img/sprites.png") no-repeat scroll -8px -422px transparent;
    border: 0 none;
    color: #707070;
    font-size: 15px;
    height: 38px;
    line-height: 45px;
    padding: 0 10px;
    width: 753px;
}
#search .submit{
	float:left;
}
#search .submit input{
	background: url("../img/sprites.png") no-repeat scroll -780px -422px transparent;
    border: 0 none;
    color: #FFFFFF;
    font-size: 12px;
    height: 37px;
    line-height: 25px;
    padding-left: 43px;
    padding-right: 0;
    text-align: left;
    width: 128px;
}
.content{
	background:#ffffff;
	padding:0 19px;
}
.three_split_one{
	float:left;
	margin-right:17px;
	width:362px;
	
}
.three_split_two{
	float:left;
	margin-right:17px;
	width:223px;
}
.three_split_three{
	float:left;
	width:281px;
}
.start_now{
	background: url("../img/sprites.png") no-repeat scroll 0px -470px transparent;
	width:362px;
	height:233px;
	text-align:right;
}

.start_now p {
	margin: 0;
	padding: 0;
}
.shout_out{
	background: url("../img/sprites.png") no-repeat scroll -373px -470px transparent; 
	width:222px;
	height:233px;
	margin-top:0px;
}
.about_us_block{
	background: url("../img/sprites.png") no-repeat scroll -371px -470px transparent;
    height: 372px;
    padding: 14px;
    width: 196px;
    text-align: left;
}
.last_companies_block{
	background: url("../img/sprites.png") no-repeat scroll -606px -470px transparent;
    height: 205px;
    padding: 14px;
    width: 255px;
}
.trio_divs{
	margin-bottom:15px;
}
.start_now .title{
	font-size:24px;
	color:#FFF;
	padding-right:30px;
	padding-top:14px;
	display:block;
	font-weight:bold;
	text-shadow:2px 2px 1px #3d9849;
}
.start_now .text{
	font-size:14px;
	color:#3d9849;
	padding-right:30px;
	padding-top:8px;
	display:block;
}
.start_now .medium_button_left{
	float: right;
    margin-right: 30px;
    margin-top: 93px;
}
.medium_button_left{
	background: url("../img/sprites.png") no-repeat scroll -3px -879px transparent;
    height: 36px;
    padding-left: 13px;
    width: 100px;
}
.medium_button_right{
	background: url("../img/sprites.png") no-repeat scroll -17px -879px transparent;
    height: 36px;
    margin-right: -5px;
}
.large_button_left{
	background: url("../img/sprites.png") no-repeat scroll -3px -922px transparent;
    height: 40px;
    padding-left: 13px;
}
.large_button_right{
	background: url("../img/sprites.png") no-repeat scroll -17px -922px transparent;
    height: 40px;
    margin-right: -5px;
}
.small_button_left{
	background: url("../img/sprites.png") no-repeat scroll -468px -895px transparent;
    height: 24px;
    padding-left: 13px;
}
.small_button_right{
	background: url("../img/sprites.png") no-repeat scroll -479px -895px transparent;
    height: 24px;
    margin-right: -5px;
}
.category_item_button_left{
	background: url("../img/sprites.png") no-repeat scroll -245px -882px transparent;
    height: 32px;
    margin-right: 5px;
    padding-left: 13px;
}
.category_item_button_right{
	background: url("../img/sprites.png") no-repeat scroll -260px -882px transparent;
    height: 32px;
    margin-right: -5px;
}
.detail_button_left{
	background: url("../img/sprites.png") no-repeat scroll -344px -922px transparent;
    float: right;
    height: 33px;
    margin-right: 6px;
    padding-left: 13px;
    width: 231px;
    margin-bottom:8px;
}
.detail_button_left.last{
	margin-bottom:0;
}
.detail_button_right{
	background: url("../img/sprites.png") no-repeat scroll -360px -922px transparent;
    height: 33px;
    margin-right: -5px;
}
a.button_arrow {
    background: transparent url("../img/sprites.png") no-repeat scroll -12px -972px;
    color: #3d9849;
    display: block;
    font-size: 13px;
    line-height: 16px;
    padding-left: 20px;
    text-align: left;
    text-decoration: none;
}
.last_companies_block a.button_arrow {
    background: transparent url("../img/sprites.png") no-repeat scroll -12px -962px;
    color: #3d9849;
    display: block;
    font-size: 13px;
    line-height: 35px;
    padding-left: 20px;
    text-align: left;
    text-decoration: none;
}
.detail_button_left a.button_arrow{
	line-height: 33px;
	background: none;
	color:#464646;
}
.detail_button_left a.button_arrow:hover{
	color: #3d9849;
	text-decoration:none;
}
.category_item_button_left a.button_arrow{
	line-height: 32px;
	background: url("../img/sprites.png") no-repeat scroll -12px -964px transparent;
}
.category_item_button_left a.button_arrow.non-active{
	color:#464646;
	background: url("../img/sprites.png") no-repeat scroll -470px -964px transparent;
}
.start_now a.button_arrow{
	font-size:15px;
	width: 85px;
	text-align:right;
	
}
.small_button_left a.button_arrow{
	line-height:24px;
	font-size:12px;
	background: url("../img/sprites.png") no-repeat scroll -12px -968px transparent;
}
a.button_arrow:hover{
	text-decoration:underline;
}
.about_us_block .title{
	font-size:24px;
	color:#3d9849;
	display:block;
}
.about_us_block .text{
	color: #464646;
    display: block;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: justify;
}
.last_companies_block .title{
	font-size:24px;
	color:#3d9849;
	display:block;
	margin-bottom: 12px;
}
.like_btn{
	margin-top:10px;
}
.last_companies_block .text{
	color: #464646;
    display: block;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: justify;
}
.tree_pics{
	margin-bottom: 10px;
}
.tree_pics img{
	margin-right:10px;
}
.tree_pics img.last{
	margin-right:0;
}
.footer{
	text-align:center;
	margin:20px;
}
.footer span{
	/*background: url("../img/sprites.png") no-repeat scroll -10px -1005px transparent;*/
    display: block;
    height: 12px;
    margin: 0 auto;
    /*text-indent: -9999px;*/
    text-align:center;
    font-size:12px;
    font-weight:700;
    color:#3d9849;
}

.footer a {
	color: #3d9849;
}

.shout_out .megafon{
	background:transparent url("../img/megafon.png") center 5px no-repeat;
    display: block;
    width:222px;
    height:130px;
    text-align:center;
}
.shout_out .title {
    color: #3d9849;
    display: block;
    font-size: 21px;
    line-height: 22px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
}
.shout_out .title small{
    font-size: 16px;
}
.socials_div{
	float:right;
	margin-right:30px;
}
.facebook_social{
	background: url("../img/sprites.png") no-repeat scroll -967px -3px transparent;
	width:30px;
	height:30px;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
}
.tweeter_social{
	background: url("../img/sprites.png") no-repeat scroll -967px -40px transparent;
	width:30px;
	height:30px;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
}
.in_social{
	background: url("../img/sprites.png") no-repeat scroll -967px -78px transparent;
	width:30px;
	height:30px;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
}
.google_social{
	background: url("../img/sprites.png") no-repeat scroll -967px -115px transparent;
	width:30px;
	height:30px;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
}
.email_social{
	background: url("../img/sprites.png") no-repeat scroll -967px -154px transparent;
	width:30px;
	height:30px;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
}
.socials_div a{
	float:left;
	/*margin-left:5px;*/
}
.middle_block{
	background: url("../img/sprites.png") no-repeat scroll -4px -1034px transparent;
    height: 205px;
    width: 872px;
    margin-bottom:20px;
    padding:14px;
    position:relative;
}
.middle_block .title{
	color:#3d9849;
	font-size:24px;
	display:block;
}
.middle_slider{
	width:794px;
	height:164px;
	overflow: hidden;
	position:relative;
	margin: 10px auto;
}
.middle_moving_slider{
	position:absolute;
	top:0;
	left:0;
	width:2000px;
}
.middle_slider_item{
	width:100px;
	float:left;
	position:relative;
	margin-right:16px;
}
.middle_slider_item img {
	width: 100px;
}

.name_of_the_deal{
	font-size:11px;
	color:#464646;
	margin-top:6px;
	margin-bottom:6px;
	height:28px;
}
.transparent_layer{
	text-align:right;
	font-size:18px;
	color:#ffffff;
	font-weight:700;
	line-height:30px;
	position:absolute;
	top:0;
	right:0;
	width:57px;
	padding-right:5px;
	background:url('../img/transparent_layer2.png') repeat left top transparent;
}
.middle_slider_left_arrow{
	position:absolute;
	left:15px;
	top:85px;
	display:block;
	width:22px;
	height: 43px;
	background: url("../img/sprites.png") no-repeat scroll -898px -902px transparent;
	cursor:pointer;
}
.middle_slider_left_arrow:hover{
	background-position:-828px -902px;
}
.middle_slider_right_arrow{
	position:absolute;
	right:15px;
	top:85px;
	display:block;
	width:22px;
	height: 43px;
	background: url("../img/sprites.png") no-repeat scroll -930px -902px transparent;
	cursor:pointer;
}
.middle_slider_right_arrow:hover{
	background-position:-860px -902px;
}
.expandable_block{
	text-align:center;
	padding-bottom: 10px;
}
.expandable_block_top{
	background: url("../img/block_top_bg2.png") no-repeat left top transparent;
	width:900px;
	height:12px;
}
.expandable_block_middle{
	background: url("../img/block_middle_bg3.png") repeat-y left bottom #ffffff;
	width:898px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding: 1px 0;
}
.expandable_block_bottom{
	background: url("../img/block_bottom_bg.png") no-repeat left bottom transparent;
	width:900px;
	height:13px;
}
.expandable_block .title{
	color: #3d9849;
    display: block;
    font-size: 24px;
    text-align:left;
}
.block_slider_div{
	position:relative;
	width:872px;
	margin: 0 13px;
	overflow: hidden;
}
.block_slider_mouving{
	position:absolute;
	top:50px;
	left:0px;
	width:2000px;
}
.block_left_arrow{
	background: url("../img/sprites.png") no-repeat scroll -903px -972px transparent;
    cursor: pointer;
    display: block;
    height: 17px;
    position: absolute;
    right: 35px;
    top: 10px;
    width: 9px;
}
.block_left_arrow:hover{
	background-position: -903px -992px;
}
.block_right_arrow{
	background: url("../img/sprites.png") no-repeat scroll -934px -972px transparent;
    cursor: pointer;
    display: block;
    height: 17px;
    position: absolute;
    right: 2px;
    top: 10px;
    width: 9px;
}
.block_right_arrow:hover{
	background-position: -934px -992px;
}
.one_page_slider{
	width:900px;
	float:left;
}
.category_slider_item {
	color: #3d9849;
	display: block;
	width:150px;
	overflow: hidden;
	position:relative;
	margin-right:30px;
	margin-bottom:30px;
	float:left;
	text-decoration: none;
}
.category_transparent_layer{
	display: block;
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	font-weight:700;
	color:#ffffff;
	background:url('../img/transparent_layer2.png') repeat left top transparent;
	padding: 4px 4px;
	text-align:center;
	width:142px;
	height:35px;
}
.homepage_category_height{
	height:915px;
}
.page_centered_text_block{
	color:#3d9849;
	font-size:27px;
	text-align:center;
	background: url("../img/sprites.png") no-repeat scroll -4px -1275px transparent;
	width:900px;
	height:60px;
	line-height:60px;
	margin-bottom:20px;
}
.about_us_content{
	text-align:left;
	padding:0 13px;
}
.about_us_content p{
	color:#464646;
	font-size:17px;
}
.about_us_content a{
	color:#3d9849;
}
.padding_expandable_block{
	margin:0 13px;
}
.categories_page_item{
	width:150px;
	float:left;
	margin:0px 12px 30px 12px;
	
}
.categories_page_item.last{
	margin-right: 0;
}
.category_page_item_pic{
	display: block;
	background:#3d9849;
	width:148px;
	height:185px;
	border:1px solid #3d9849;
	position:relative;
	overflow: hidden;
	margin-bottom: 10px;
	text-decoration: none;
}

.shop_page_item_pic{
	display: block;
	background:#3d9849;
	width:148px;
	height:117px;
	border:1px solid #3d9849;
	position:relative;
	overflow: hidden;
	margin-bottom: 10px;
	text-decoration: none;
}

.category_page_item_pic img, .shop_page_item_pic img {
	width: 148px;
}

.category_page_item_pic .category_transparent_layer{
	font-size: 12px;
	padding: 4px 2px;
	color:#ffffff;
	width:144px;
	display:block;
}
.category_list{
	margin:10px 0;
}
.left_bottom_text{
	position:absolute;
	top:118px;
	left:0;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	background:url("../img/transparent_layer2.png") repeat scroll left top transparent;
	height:24px;
	line-height:24px;
	padding:0 4px;
}
.right_bottom_text{
	position:absolute;
	top:118px;
	right:0;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	background:url("../img/transparent_layer2.png") repeat scroll left top transparent;
	height:24px;
	line-height:24px;
	padding:0 4px;
}
.apply_filters{
	background: url("../img/sprites.png") no-repeat scroll -4px -1343px transparent;
    height: 70px;
    margin-bottom: 20px;
    padding: 13px;
    text-align: left;
    width: 875px;
    position:relative;
}
.apply_filters .title{
	color: #3d9849;
    font-size: 22px;
    margin-bottom: 10px;
}
.left_side_content{
	float:left;
	width:601px;
}
.right_side_content{
	float:right;
	width:281px;
}
.expandable_middle_block{
	text-align:center;
	padding-bottom: 10px;
}
.expandable_middle_block_top{
	background: url("../img/block_medium_top_bg.png") no-repeat left top transparent;
	width:601px;
	height:12px;
}
.expandable_middle_block_middle{
	background: url("../img/block_middle_bg.png") repeat-x left bottom #ffffff;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding: 0 15px;
    text-align: left;
    width: 569px;
}
.expandable_middle_block_middle.shop_detail{
	background: url("../img/block_middle_bg2.png") repeat-x left bottom #ffffff;
}
.expandable_middle_block_bottom{
	background: url("../img/block_medium_bottom_bg.png") no-repeat left bottom transparent;
	width:601px;
	height:13px;
}
.expandable_middle_block .title{
	color: #3d9849;
    display: block;
    font-size: 24px;
    text-align:left;
}

.expandable_middle_block_text {
	padding-bottom: 1px;
}

.expandable_middle_block_text p{
	font-size:12px;
	color:#464646;
	
}
.expandable_middle_block_text p.detail{
	font-size:18px;
}
.companies_logos{
	width:100px;
	vertical-align:middle;
	margin-right:10px;
}
.split_div{
	margin-top:20px;
}
.split_div img{
	width:300px;
	float:left;
}
.right_green_divs{
	width:250px;
	float:right;
}
.small_green_div{
	float:left;
	width:90px;
	height:31px;
	background:#a6cf39;
	margin-right:1px;
	margin-bottom:1px;
	font-size:18px;
	text-align:left;
	color:#ffffff;
	line-height:31px;
	padding-left:8px;
}
.large_green_div{
	float:left;
	width:151px;
	height:31px;
	line-height:31px;
	background:#a6cf39;
	margin-bottom:1px;
	font-size:18px;
	text-align:center;
	color:#ffffff;
	font-weight:700;
}
.detail_socials{
	float:right;
	width:250px;
	margin-top:15px;
	margin-bottom:43px;
}
.detail_socials a{
	float:left;
	margin-right: 8px;
}
.detail_socials a.last{
	margin-right:0;
}
.socials_small_text{
	color:#3d9849;
	font-size:12px;
	float:left;
	width:50px;
	text-align:left;
	padding:0 9px;
}
.expandable_small_block{
	text-align:center;
	padding-bottom: 10px;
}
.expandable_small_block_top{
	background: url("../img/block_small_top_bg.png") no-repeat left top transparent;
	width:281px;
	height:12px;
}
.expandable_small_block_middle{
	background: url("../img/block_small_middle_bg.png") repeat-x left bottom #ffffff;
	width:249px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding:0 15px;
}
.expandable_small_block_bottom{
	background: url("../img/block_small_bottom_bg.png") no-repeat left bottom transparent;
	width:281px;
	height:13px;
}
.expandable_small_block_middle .title{
	color: #3d9849;
    display: block;
    font-size: 24px;
    text-align: left;
    margin-bottom:10px;
}
.expandable_small_block_text img{
	width:248px;
}




.expandable_long_block{
	text-align:center;
	padding-bottom: 10px;
}
.expandable_long_block_top{
	background: url("../img/block_long_top_bg.png") no-repeat left top transparent;
	width:281px;
	height:12px;
}
.expandable_long_block_middle{
	background: url("../img/block_long_middle_bg.png") repeat-x left bottom #ffffff;
	width:249px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding:0 15px;
}
.expandable_long_block_bottom{
	background: url("../img/block_long_bottom_bg.png") no-repeat left bottom transparent;
	width:281px;
	height:13px;
}
.expandable_long_block_middle .title{
	color: #3d9849;
    display: block;
    font-size: 24px;
    text-align: left;
}
.deal_mini_item{
	margin-top:13px;
}
.deal_mini_avatar{
	float:left;
	width:50px;
	height:50px;
	overflow: hidden;
	margin-right:13px;
}
.deal_mini_avatar img{
	width:50px;
}
.deal_mini_content{
	float:left;
	width:180px;
	text-align:left;
	font-size:12px;
	color:#464646;
}
.deal_mini_text{
	display:block;
	line-height: 14px;
}
.deal_mini_green_bg{
	background:#a6cf39;
	color:#ffffff;
	font-size:12px;
	font-weight:700;
	line-height:20px;
	padding:0 3px;
	display:block;
	margin-right:2px;
	float:left;
	margin-top: 2px;
}
.deal_mini_green_bg span{
	font-size:8px;
	line-height:10px;
}
.deal_mini_content .small_button_left{
	float: left;
	margin-top: 2px;
    width: 55px;
}
.deal_mini_content .small_button_right{
	background: url("../img/sprites.png") no-repeat scroll -501px -895px transparent;
	float: left;
    width: 70px;
}
.shop_detail_title{
	float:left;
	margin-bottom:10px;
	width:320px;
}
.shop_detail{
	padding-bottom: 1px;
}

.shop_detail .detail_socials{
	width: 320px;
	float:left;
	margin-bottom: 10px;
}
.shop_detail .detail_socials .socials_small_text{
	width: 100px;
	padding-top: 7px;
}
.shop_detail_green_bg{
	background:#a6cf39;
	color:#ffffff;
	font-size:18px;
	line-height:30px;
	padding:0 5px;
	display:inline-block;
	margin-bottom: 3px;
	width: 238px;
}
.shop_detail_image{
	float:left;
	margin-right:20px;
	width:300px;
	height:150px;
	overflow: hidden;
}
.expandable_middle_block_text.shop_detail p {
	line-height: 18px;
    margin: 5px 0 15px 0;
    text-align: justify;
}
.deal_long_detail{
	margin-bottom: 10px;
}
.left_deal_long{
	float:left;
	width:595px;
	text-align:left;
}
.right_deal_long{
	float:right;
	width:100px;
	text-align:left;
	margin-top: 20px;
}
.margin_middle{
	margin:0 13px;
}
.left_deal_long_title{
	display:block;
	float:left;
	font-size:18px;
	color:#3d9849;
}
.left_deal_long_text{
	color:#464646;
	font-size:12px;
	line-height: 20px;
	margin-top: 5px;
}
.left_deal_long_text img{
	float:left;
	margin-right:8px;
}
.deal_long_detail .detail_socials{
	width:135px;
	margin-bottom:0;
}
.deal_long_detail .detail_socials a{
	margin-bottom: 8px;
}
.deal_long_detail .detail_socials .in_social{
	clear: both;
}
.deal_long_detail .detail_socials .socials_small_text{
	padding: 0;
    width: 135px;
    margin-bottom:10px;
}
.deal_long_detail_green{
	background:#a6cf39;
	color:#ffffff;
	font-size:14px;
	line-height:30px;
	padding:0 5px;
	display:block;
	margin-bottom: 3px;
	text-align:center;
	font-weight:700;
}
.small_left_like{
	float:right;
	width:125px;
}
.chose_category_toogle{
	background: url("../img/chose_category_btn.png") no-repeat scroll left top transparent;
    color: #464646;
    cursor: pointer;
    display: block;
    font-family: 'Terminal Dosis';
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    width: 243px;
    float:left;
}
.chose_category_list{
	background: url("../img/dropdown_bg.png") no-repeat scroll left bottom transparent;
    display: none;
    left: 23px;
    padding-bottom: 10px;
    position: absolute;
    top: 77px;
    width: 233px;
    z-index: 100;
    overflow: hidden;
}
.filter_by_toogle{
	background: url("../img/chose_category_btn.png") no-repeat scroll left top transparent;
    color: #464646;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'Terminal Dosis';
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin-left: 13px;
    padding-left: 10px;
    width: 243px;
}
div#filterButton {
	margin-top: 15px;
	text-align: center;
	width: 100%;
}

div#filterButton a {
	color: #3d9849;
	font-size: 11px;
}

.chose_category_content{
	padding:10px 1px 5px 2px;
	height: 215px;
	
}
#scrollbar .viewport {  height: 205px; overflow: hidden; position: relative; }
.chose_category_list2 #scrollbar2 .viewport {  height: 390px; overflow: hidden; position: relative; }
#scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0;width: 215px; }
.chose_category_list2 #scrollbar2 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0;width: 830px; }
#scrollbar .scrollbar{ background: transparent no-repeat ; position: relative; background-position: 0 0; float: right; width: 16px;height: 390px; }
.chose_category_list2 #scrollbar2 .scrollbar{ background: transparent no-repeat ; position: relative; background-position: 0 0; float: right; width: 16px;height: 425px; }
#scrollbar .track { background: transparent url(../img/scroll_bt.png) no-repeat; height: 100%; width:8px; position: relative; padding: 0 1px; }
.chose_category_list2 #scrollbar2 .track { background: transparent url(../img/scroll_bt2.png) no-repeat; height: 100%; width:10px; position: relative; padding: 0 1px; }
#scrollbar .thumb { background: transparent url(../img/scroll_line.png) no-repeat 50% 100%; height: 26px; width: 8px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0px; }
.chose_category_list2 #scrollbar2 .thumb { background: transparent url(../img/scroll_line2.png) no-repeat 50% 100%; height: 26px; width: 10px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0px; }
#scrollbar .thumb .end { background: transparent url(../img/scroll_line_top.png) no-repeat 50% 0; overflow: hidden; height: 3px; width: 8px; }
.chose_category_list2 #scrollbar2 .thumb .end { background: transparent url(../img/scroll_line_top3.png) no-repeat 50% 0; overflow: hidden; height: 3px; width: 10px; }
#scrollbar .disable { display: none; }

.chose_category_item{
	font-family: 'Terminal Dosis';
    font-size: 12px;
    height: 24px;
    color: #464646;
    line-height:24px;
    display:block;
    position:relative;
    padding-left:10px;
    cursor:pointer;
}
.chose_category_item:hover{
	background:#a6ce39;
}
.copy_checkbox{
	background: url("../img/checkbox.png") no-repeat scroll left -16px transparent;
    display: block;
    height: 16px;
    width: 17px;
    right: 8px;
    position: absolute;
    top: 4px;
    
}
.copy_checkbox.selected{
	background-position:0 0;
}
.chose_category_item input{
	display:none;
}
.chose_category_item_click{
	display:block;
}
.filter_by_list{
	background: url("../img/filter_by_bg.png") no-repeat scroll left bottom transparent;
    display: none;
    left: 290px;
    overflow: hidden;
    position: absolute;
    top: 77px;
    width: 233px;
    z-index: 100;
}
.filter_by_content{
	padding:10px 1px 5px 2px;
}
.filter_by_item{
	font-family: 'Terminal Dosis';
    font-size: 12px;
    height: 24px;
    color: #464646;
    line-height:24px;
    display:block;
    position:relative;
    padding-left:10px;
    cursor:pointer;
    text-decoration: none;
}	

.filter_by_item:hover{
	background:#a6ce39;
	color:#ffffff;
}
.filter_see_all{
	float: left;
    margin-left: 15px;
    width: 145px;
    background: url("../img/sprites.png") no-repeat scroll -245px -882px transparent;
}
.category_item_button_left.filter_see_all .category_item_button_right{
	background:url("../img/sprites.png") no-repeat scroll -248px -882px transparent;
}

#main {
	background: #FFF;
	padding: 1px 0;
}

div#userPage {
	
}

div#userPage h1, #contact_page h1 {
	background: url("../img/sprites.png") no-repeat scroll -4px -1275px transparent;
    color: #3d9849;
    font-size: 22px;
    font-weight:normal;
    height: 60px;
    line-height: 60px;
    margin: 20px auto;
    text-align: center;
    width: 900px;
}

div#userPage form {
	
}

div#userPage form div.input {
	margin-bottom: 10px;
}

div#userPage form div.input.text label, div#userPage form div.input.password label, div#userPage form div.input.select label, div#userPage form div.input.textarea label {
	color: #707070;
	display: inline;
	float: left;
	font-size: 14px;
	line-height: 39px;
	margin-right: 20px;
	text-align: right;
	width: 370px;
}

div#userPage form div.input.checkbox label {
	color: #707070;
	font-size: 14px;
}

div#userPage form div.input.checkbox input {
	margin-left: 391px;
	margin-right: 10px;
	vertical-align: middle;
}

div#userPage form span.required {
	color: #3d9849;
}

div#userPage form div.input.text input, div#userPage form div.input.password input {
	background: url('../img/sprites.png') -6px -1452px no-repeat;
	border: 0;
	font-size: 14px;
	height: 39px;
	padding: 0 3px;
	width: 410px;
}

div#userPage form div.input.text input.disabled {
	color: #707070;
}

div#userPage form div.input.textarea textarea{
	background: url('../img/textarea_bg.png') left top no-repeat;
	border: 0 none;
    font-size: 14px;
    height: 125px;
    padding: 10px 3px;
    width: 410px;
    resize:none;
}
div#userPage .contact_text{
	text-align:center;
	font-size:17px;
	color:#707070;
	margin-bottom: 20px;
    padding: 0 50px;
}


div#userPage form {
	margin-bottom: 30px;
}

div#userPage form div.error-message {
	color: #FF0000;
    font-size: 14px;
    margin-left: 391px;
    margin-top: 5px;
}

div#userPage form a {
	margin: 0 auto;
	width: 330px;
}

div#userPage div.submit {
	margin-left: 391px;
}

div#userPage form div.submit input {
	background: url('../img/submit.png') no-repeat;
	border: 0;
	color: #3d9849;
	height: 34px;
	width: 117px;
	text-transform: uppercase;
}

#flashMessage {
	margin: 20px 0;
	text-align: center;
	width: 100%;
	background:url('../img/flash_message.png') no-repeat center top transparent;
	height: 43px;
	padding-top: 8px;
}

#flashMessage.error, #authMessage {
	color: #ffffff;
	background:url('../img/flash_message_error.png') no-repeat center top transparent;
	height: 51px;
	padding-top: 8px;
	text-align: center;
	line-height: 35px;
}

#flashMessage.success {
	color: #FFF;
}

div#userPage form div.input.select select {
	font-size: 14px;
	height: 39px;
	width: 416px;
}

div#userPage form div.input.select {
	height: 39px;
	line-height: 39px;
}

div#userPage p {
	color: #707070;
	font-size: 17px;
	margin: 20px auto;
	width: 900px;
}

div#myaccountLinks {
	color: #707070;
	font-size: 14px;
	margin: 20px;
}

div#myaccountLinks a {
	color: #707070;
}
.edit_account_link{
	background:url('../img/edit_account_setings.png') no-repeat left top transparent;
	width:215px;
	height:165px;
	display:block;
	float:left;
	margin-right:12px;
	text-align:center;
	text-decoration: none;
}
.change_account_password{
	background:url('../img/change_password.png') no-repeat left top transparent;
	width:215px;
	height:165px;
	display:block;
	float:left;
	margin-right:12px;
	text-decoration: none;
}

.see_account_orders{
	background:url('../img/orders_list.png') no-repeat left top transparent;
	width:215px;
	height:165px;
	display:block;
	float:left;
	margin-right:12px;
	text-decoration: none;
}

.logout_my_account{
	background:url('../img/log_out_account.png') no-repeat left top transparent;
	width:215px;
	height:165px;
	display:block;
	float:left;
	text-decoration: none;
}
.my_account_box_title{
	color:#3d9849;
	font-size:16px;
	font-family:'Tahoma';
	display:block;
	padding-top: 7px;
    text-align: center;
}
.my_account_other_text{
	font-size:11px;
	color:#464646;
	font-family:'Tahoma';
	display:block;
	padding-top: 105px;
    text-align: center;
}
.category_sort{
	position:relative;
	margin-bottom: 15px;
}
.category_sort2{
	background:url('../img/categories_pick_bg.png') no-repeat left top transparent;
	color: #707070;
    cursor: pointer;
    display: block;
    font-family: 'Terminal Dosis';
    font-size: 15px;
    height: 38px;
    line-height: 38px;
    margin-left: 20px;
    padding-left: 10px;
    width: 890px;
}
.chose_category_list2{
	background: url("../img/category_sort_toogle.png") no-repeat scroll left bottom transparent;
    display: block;
    left: 37px;
    overflow: hidden;
    position: absolute;
    top: 37px;
    width: 867px;
    z-index: 100;
    height:0;
}
.chose_category_intermediar{
	bottom: 0;
    height: 410px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.chose_category_list2 .chose_category_content {
    height: 390px;
    padding: 10px 10px 5px;
}
.chose_category_list2 .categories_page_item {
    float: left;
    margin-bottom: 20px;
    margin-right: 16px;
    width: 150px;
}
.on_load_layer{
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url('../img/on_load_layer_bg.png') repeat left top transparent;
	z-index:999;
}
.on_load_layer_content{
	background:url('../img/on_load_layer_content_bg.png') no-repeat left top transparent;
	position:absolute;
	top:270px;
	left:100px;
	width:660px;
	height:467px;
}
.on_load_layer_close{
	cursor:pointer;
	position:absolute;
	top:10px;
	right:10px;
}
.on_load_layer .title{
	color: #3d9849;
    display: block;
    font-size: 24px;
    padding-top: 30px;
    text-align: center;
}
.on_load_layer .title2{
	color: #3d9849;
    display: block;
    font-size: 24px;
    padding-top: 10px;
    text-align: center;
}
.on_load_layer .subtitle{
	color:#464646;
	font-size:14px;
	font-family:'Tahoma';
	text-align: center;
}

.on_load_layer .subtitle2{
	color:#464646;
	font-size:12px;
	font-family:'Tahoma';
	text-align: center;
	padding:0px 20px;
}
.on_load_layer_last_cats{
	padding-left: 70px;
    padding-top: 5px;
}
.on_load_layer_last_cats .categories_page_item{
	margin-bottom:0;
}
.on_load_layer_content #newsletter .input.text{
	float:none;
	margin-left:0;
	margin-right:0;
	text-align: center;
}
.on_load_layer_content #newsletter .input.text input{
	background: url("../img/on_load_layer_input_bg.png") no-repeat scroll left top transparent;
    border: 0 none;
    color: #707070;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    width: 245px;
}
.on_load_layer_content #newsletter .submit{
	float:none;
	text-align: center;
	margin-top:5px;
}
.on_load_layer_content #newsletter .submit input{
	background: url("../img/on_load_layer_submit_bg.png") no-repeat scroll left top transparent;
    border: 0 none;
    color: #3d9849;
    font-size: 12px;
    height: 36px;
    line-height: 37px;
    padding-left: 17px;
    padding-right: 0;
    text-align: center;
    width: 266px;
}

div#dealCodeContainer {
	display: none;
}
div#dealCode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-align: center;
	width: 100%;
}

form#shareForm {
	margin-left: 10px;
}

form#shareForm label {
	color: #0B8DC9;
	display: block;
	margin-bottom: 5px;
}

form#shareForm div.input {
	margin-bottom: 10px;
}

form#shareForm div.input input {
	border: 1px solid #0B8DC9;
}

form#shareForm div.input textarea {
	border: 1px solid #0B8DC9;
	height: 100px;
	resize: none;
	width: 297px;
}

form#shareForm div.submit input {
	border: 1px solid #0B8DC9;
	background: #FFF;
	color: #0B8DC9;
	display: inline;
	float: left;
}

form#shareForm div.input.text {
	display: inline;
	float: left;
	margin-right: 10px;
}

form#shareForm h3 {
	color: #0B8DC9;
}

.clear {
	clear: both;
}

div#emailShareForm {
	display: none; 
}

div#sharePreloaderContainer {
	display: inline;
	float: left;
	margin-left: 5px;
}


.align_text_left {
	text-align:left !important;
	margin-left:190px;
}
.contactForm1 {
	margin-left:240px;
}
.contactForm1 .input label {
	 width: 80px !important;
	 text-align:left !important;
}



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, font, 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,
table, caption, tbody, tfoot, thead, tr, th, td {
  outline: 0;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}

.already_reg {
	text-align:center;
	font-size:12px;
	color:#3d9849;
	display:block;
	margin-top:7px;
}

#buyPage #dealDetails, #orderSuccessful #dealDetails {
	margin: 10px 0 0 0;
}

table#itemsOverview {
	margin: 15px 0;
	width: 100%;
}

th#itemsOverviewDealName {
	width: 40%;
}

th#itemsOverviewQuantity {
	width: 30%;
}

th#itemsOverviewPrice {
	width: 30%;
}

#orderSuccessful th#itemsOverviewDealName {
	width: 40%;
}

#orderSuccessful th#itemsOverviewQuantity {
	width: 20%;
}

#orderSuccessful th#itemsOverviewPrice {
	width: 20%;
}

#orderSuccessful th#itemsOverviewPrint {
	width: 20%;
}

#orderSuccessful a {
	color: #3d9849;
}

table#itemsOverview th, table#itemsOverview td {
	text-align: left;
}

table#itemsOverview th {
	font-size: 16px;
}

div#orderCustomerInfo div.title {
	color: #3d9849;
	font-size: 22px;
	font-weight: normal;
}

div#orderCustomerInfo label {
	display: inline-block;
	font-size: 16px;
	width: 160px;
}

#userOrders {
	margin: 0 auto 40px;
	width: 900px;
}

#userOrders th {
	font-size: 16px;
	text-align: left;
}

#userOrders th, #userOrders td {
	height: 30px;
	line-height: 30px;
}

#userOrders .completed {
	color: green;
}

#userOrders .failed {
	color: red;
}

#userOrders a {
	color: #3d9849;
}

#userOrders tr.even {
	background: #EEE;
}

.cookiebanner p {
	padding:0px;
	margin:0px;
}

.cookiebanner a {
		color:#ff6b2a;
}