/*************************************************
* Reset
*************************************************/

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 {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%; vertical-align: baseline;	background: transparent; } html{height: 100%;} body { line-height: 1; height: 100%; } ol, ul { list-style: none; } blockquote, q { quotes: none; } text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; } a img{ border: 0px; }article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}

/*************************************************
* Saabix
*************************************************/
body{
	background: url('../images/background.jpg') repeat-x #f3f3f3;
	font-family: TitilliumMaps26L250wt, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #4d4d4d;
}

#main{
	width: 942px;
	margin: 0 auto;
}

a{
	color: #8bc53f;
	text-decoration: none;
}

a:hover{
	color: white;
}

header{
	height: 209px;
	overflow: hidden;
}

#top{
	margin-top: 8px;
	overflow: hidden;
}

#cart_box{
	width: 242px;
	height: 103px;
	background: url('../images/cart.jpg') no-repeat;
	float: right;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}

#menu{
	height: 64px;
	overflow: hidden;
	background: url('../images/menu.jpg') no-repeat;
	margin-top: 13px;
	padding-left: 5px;
}

#menu ul{
	margin-top: 6px;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	padding: 12px 0 12px 0;
	line-height: 14px;
	width: 129px;
}

#menu ul li a.current{
	color: #454543;
}

#menu ul li a:hover{
	color: #8bc53f;
}

#cart_box .header{
	font-size: 18px;
	color: #393939;
	text-align: right;
	margin: 10px 15px 0 0;
}

#cart_box .header a{
	color: #393939;
}

#cart_box .header a:hover{
	color: #8bc53f;
}


#cart_box .price{
	font-size: 14px;
	color: #5b5b5b;
	padding-left: 121px;
	line-height: 17px;
	margin-top :15px;
}

#cart_box .count{
	font-size: 14px;
	color: #5b5b5b;
	padding-left: 121px;
	line-height: 17px;
}

#cart_box .price span, #cart_box .count span{
	color: #8bc53f;
}

#cart_box .register{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	position: absolute;
	right: 13px;
	bottom: 8px;
}

#cart_box .register a{
	color: #464646;
	margin-left: 3px;
}

#cart_box .register a:hover{
	color: #8bc53f;
}

#top_search{
	width: 270px;
	float: right;
	overflow: hidden;
	margin-top: 5px;
	position: relative;
}

#search{
	border: none;
	background: url('../images/search_input.png') no-repeat;
	width: 161px;
	padding: 9px 10px 9px 10px;
	margin-left: 9px;
	margin-top: 0 !important;
	
}

#search_submit{
	width: 70px;
	text-align: center;
	color: white;
	background: url('../images/search_submit.png') no-repeat;
	padding: 9px 0 11px 0;
	border: none;
	margin-top: 0 !important;
	position: absolute;
	right: 10px;
}

footer{
	background: url('../images/footer.jpg') repeat-x;
	height: 343px;
	overflow: hidden; 
}

#bottom_nav{
	width: 942px;
	margin: 27px auto 0;
	overflow: hidden;
}

#bottom_nav h2{
	font-size: 14px;
	color: white;
	font-weight: normal;
	padding: 0 0 15px 1px;
	border-bottom: solid 1px #868686;
	margin-bottom: 22px;
}

#bottom_nav a{
	color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	display: block;
	margin-bottom: 9px;
}

#bottom_nav a:hover, #bottom_nav a span{
	color: #8bc53f;
}

#bottom_nav nav{
	width: 180px;
	float: left;
	margin-right: 70px;
}

#bottom_nav nav:last-child{
	margin-right: 0;
}

footer > p{
	width: 942px;
	margin: 60px auto 0;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: white;
	line-height: 19px;
}

#top_box{
	overflow: hidden;
	height: 334px;
	background: url('../images/top_box.jpg') no-repeat;
	position: relative;
}

#top_box nav{
	width: 237px;
	float: left;
	margin-top: 18px;
}

#top_box > nav > ul > li > a > span{
	background: #dad6d5;
	display: block;
	width: 190px;
	padding: 12px 10px 9px 22px;
	text-transform: uppercase;
	border-bottom: solid 1px #e5e5e4;
	border-top: solid 1px #cfcbca;
}

#top_box > nav > ul > li > a{
	color: #4d4d4d;
	font-size: 14px;
	display: block;
	background: url('../images/green_arrow.png') no-repeat right 5px;
}

#top_box > nav > ul > li:first-child > a, #top_box > nav > ul > li:first-child > a > span{
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	border-top: none;
}

#top_box > nav > ul > li:last-child > a, #top_box > nav > ul > li:last-child > a > span{
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border: none;
}

#top_box > nav > ul > li > a:hover > span, #top_box > nav > ul > li.current > a > span{
	background: #8bc53f;
	color: white;
}

#top_box > nav > ul > li > a:hover, #top_box > nav > ul > li.current > a{
	background: url('../images/green_arrow.jpg') no-repeat right -36px;
}

#top_box > nav > ul > li ul{
	display: none;
}

#slideshow{
	width: 700px;
	height: 253px;
	float: left;
	overflow: hidden;
	margin-top: 18px;
	position: relative;
}

#slideshow_counter{
	position: absolute;
	right: 5px;
	bottom: 14px;
}

#slides li{
	display: none;
}

#slides li:first-child{
	display: block;
}

#slideshow_counter li{
	display: inline;
}

#slideshow_counter a{
	font-weight: 14px;
	color: #464646;
	background: white;
	padding: 4px 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-left: 9px;
	display: inline-block;
	width: 25px;
	text-align: center;
}

#slideshow_counter li.current_slide_counter a, #slideshow_counter a:hover{
	background: #d8d8d8;
}

#container{
	overflow: hidden;
}

#content_sidebar{
	width: 223px;
	float: left;
}

#content{
	width: 718px;
	float: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border-left: solid 1px #e7e7e7;
	font-size: 11px;
}

#content h1{
	font-size: 18px;
	line-height: 22px;
	color: #4d4d4d;
	font-weight: normal;
	margin: 35px 0 15px 35px;
}

#content h2{
	font-size: 18px;
	line-height: 22px;
	color: #4d4d4d;
	font-weight: normal;
	margin: 0 0 25px 35px;
}

#content p{
	line-height: 14px;
	margin: 0 0 15px 35px;
}

#content a:hover{
	color: #3ebaeb;
}

#content ul, #content ol{
	margin: 0 0 15px 35px;
}

#content ul > li{
	line-height: 15px;
	list-style-type: disc;
	margin-left: 25px;
}

#content ol > li{
	line-height: 15px;
	list-style-type: decimal;
	margin-left: 25px;
	margin-bottom: 7px;
}

#content ul > li > ul, #content ul > li > ol, #content ol > li > ul, #content ol > li > ol{
	margin-top: 7px;
}

#check_service{
	height: 125px;
	overflow: hidden;
	background: url('../images/przeglad.jpg') no-repeat;
	position: relative;
	top: -2px;
	left: 0px;
}

#contact_box{
	height: 138px;
	overflow: hidden;
	background: url('../images/contact_box2.jpg') no-repeat;
	position: relative;
	top: -2px;
	left: 0px;
	margin-bottom: 15px;
}

#contact_box h2{
	margin: 19px 0 19px 16px;
}

#contact_box p{
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 16px 16px;
}

#contact_box p.phone{
	font-size: 17px;
}

#content_sidebar h2{
	font-size: 16px;
	color: white;
	font-weight: normal;
}

#check_service h2{
	margin: 19px 0 19px 16px;
}

#check_service p{
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 16px 16px;
}

#check_service p span{
	font-size: 14px;
}

#check_service p.phone{
	font-size: 17px;
}

#newsletter{
	height: 219px;
	overflow: hidden;
	background: url('../images/newsletter_background.jpg') no-repeat;
	position: relative;
	left: 4px;
	margin-top: 42px;
}

#newsletter h2{
	font-size: 16px;
	margin: 26px 0 19px 13px;
}

#newsletter p{
	width: 160px;
	margin: 0 0 0 16px;
	font-size: 14px;
	line-height: 16px;
}

#newsletter form{
	margin-top: 15px;
}

#newsletter form input[type=text]{
	font-size: 12px;
	margin-left: 13px;
	background: url('../images/newsletter_input.jpg') no-repeat;
	border: none;
	color: #4d4d4d;
	width: 131px;
	padding: 5px 10px 6px 10px;
	position: relative;
	top: -1px;
}

#newsletter_submit{
	position: relative;
	top: 8px;
	left: -3px;
}

.products_container{
	margin: 20px 0 0 0;
}

.products_row{
	overflow: hidden;
	margin-bottom: 17px;
}

.product_box{
	width: 211px;
	height: 208px;
	background: white;
	border: solid 1px #a8a8a8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 4px;
	margin-left: 16px;
	float: left;
	margin-bottom: 17px;
}

.product_box h3{
	font-size: 12px;
	font-weight: normal;
	margin: 0 5px 0 5px;
	height: 25px;
}

.product_box h3 a{
	color: #4d4d4d;
}

.product_box h3 span{
	color: #8bc53f;
	display: block;
	margin-top: 3px;
	text-transform: uppercase;
}

.product_box p.price{
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 0 0 !important;
	padding: 0;
}

.product_box p.price span{
	font-size: 12px;
}

.product_box p.options{
	text-align: center;
	margin: 6px 0 0 0  !important;
	padding: 0;
	overflow: hidden;
}

.static_page_photo{
	height: 120px !important;
	overflow: hidden;
}

form.cart_add_form_list{
	width: 143px;
	overflow: hidden;
	font-size: 0!important;
	float: left;
}

.cart_add_form_list div{
	display: inline;
}

.cart_add_form_list div button{
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	background: url('../images/standard_button.png') no-repeat;
	border: none;
	padding: 9px 0 9px 0;
	width: 143px;
	text-align: center;
	cursor: pointer;
	margin:0 !important;
	float: left;
	display: inline-block;
}


.product_box a.cart_more{
	width: 68px;
	display: inline-block;
	text-align: center;
	color: white;
	background: url('../images/standard_button2.png') no-repeat;
	padding: 9px 0 11px 0;
	float: left;
}

.product_box .product_image{
	height: 130px;
	overflow: hidden;
	text-align: center;
}

.product_box .product_image img{
	max-height: 130px;
	margin: 0 auto;
}

.products_more{
	margin: 15px 0 15px 0 ;
	text-align: right;
}

.products_more a{
	display: inline-block;
	width: 80px;
	text-align: center;
	background: url('../images/more_btn.jpg') no-repeat;
	font-size: 12px;
	color: white;	
	padding: 9px 0;
	margin-right:20px;
}

#promotions{
	width: 942px;
	margin: 0 auto;
	overflow: hidden;
}

#promotions_sidebar{
	width: 223px;
	float: left;
}

#promotions_content{
	width: 718px;
	float: left;
	border-left: solid 1px #e7e7e7;
	border-top: solid 1px #e7e7e7;
	padding-top: 25px;
}

#promotions_content h2{
	font-size: 18px;
	line-height: 22px;
	color: #4d4d4d;
	font-weight: normal;
	margin: 0 0 25px 35px;
}

#promotions_more{
	border-top: solid 1px #e7e7e7;
	overflow: hidden;
	padding: 11px 0 15px 0;
}

#supply{
	width: 210px;
	height: 114px;
	background: url('../images/7.jpg') no-repeat 5px 19px white;
	border: solid 1px #a8a8a8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0 5px;
	margin-left: 17px;
	float: left;
}

#some_box{
	width: 450px;
	height: 114px;
	background: white;
	border: solid 1px #a8a8a8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0 5px;
	margin-left: 17px;
	float: left;
	overflow: hidden;
}

#some_box a{
	position: relative;
	top: -1px;
	left: -6px;
}

#supply p{
	width:110px;
	margin-left: 114px;
	font-size: 12px;
	color: black;
	margin-top: 8px;
}

#supply p span.delay{
	color: #e51837;
	font-size: 18px;
}

#supply p.price{
	font-size: 48px;
	color: #e51837;
	margin-top: 7px;
	height: 48px !important;
	overflow: hidden;
	position: relative;
	left: -3px;
}

#supply p.price span{
	font-size: 12px;
}


#klima_promotion{
	height: 225px;
	overflow: hidden;
	background: url('../images/klima_promotion.jpg') no-repeat;
	position: relative;
	left: 4px;
	margin: 10px 0 10px 0;
}

#klima_promotion h2{
	font-size: 16px;
	color: white;
	font-weight: normal;
	margin: 26px 0 23px 13px;
}

#klima_promotion p{
	width: 130px;
	margin: 0 0 0 100px;
	font-size: 14px;
	line-height: 16px;
}

#klima_promotion p > span{
	font-size: 67px;
	position: relative;
	top: 10px;
	left: -6px;
}

#klima_promotion p > span > span{
	font-size: 17px;
}




#service_promotion{
	height: 230px;
	overflow: hidden;
	background: url('../images/service_promotion.jpg') no-repeat;
	position: relative;
	left: 4px;
}

#service_promotion h2{
	font-size: 16px;
	color: white;
	font-weight: normal;
	margin: 26px 0 23px 13px;
}

#service_promotion p{
	width: 210px;
	margin: 0 0 0 16px;
	font-size: 14px;
	line-height: 16px;
}

#service_promotion p > span{
	font-size: 71px;
	position: relative;
	top: -20px;
	left: 108px;
}

#service_promotion p > span > span{
	font-size: 17px;
}

#promotion_oil{
	height: 216px;
	overflow: hidden;
	background: url('../images/promotion_oil.jpg') no-repeat;
	position: relative;
	left: 3px;
}

#promotion_oil h2{
	font-size: 16px;
	color: white;
	font-weight: normal;
	margin: 22px 0 23px 13px;
}

#promotion_oil p{
	width: 123px;
	margin: 0 0 0 98px;
	font-size: 14px;
	line-height: 16px;
}

#promotion_oil p > span{
	font-size: 75px;
	position: relative;
	top: 0px;
	left: 19px;
}

#promotion_oil p > span > span{
	font-size: 19px;
}

#middle_categories{
	background: #dad6d5;
	border: solid 1px #d8d8d8;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-top: none;
	border-right: none;
	margin-bottom: 40px;
	padding-top: 21px;
}

#middle_categories > ul > li > a{
	display: block;
	font-size: 14px;
	padding-left: 18px;
	margin-bottom: 18px;
	color: #4d4d4d;
	line-height: 16px;
}

#middle_categories > ul > li > a:hover{
	color: #8bc53f;
}

#middle_categories em{
	display: none;
}

#middle_categories > ul > li > ul > li > a{
	display: block;
	font-size: 12px;
	padding: 6px 0 6px 35px;
	color: #4d4d4d;
	line-height: 14px;
}

#middle_categories > ul > li > ul{
	margin-bottom: 15px;
}

#middle_categories > ul > li > ul > li > a:hover, #middle_categories > ul > li > ul > li.current > a{
	background: #8bc53f;
	color: white;
}

#product_details{
	overflow: hidden;
	background: white;
	border: solid 1px #d8d8d8;
	border-left: none;
	border-bottom: none;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	padding-top: 20px;
	position: relative;
	top: -1px;
}

#product_details .left{
	width: 220px;
	float: left;
	margin-left: 19px;
}

#product_image{
	border: solid 1px #a8a8a8;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	overflow: hidden;
}

#product_image img{
	max-width: 220px;
}

#product_details .right{
	width: 430px;
	float: left;
	margin-left: 19px;
}

#product_details .right h1{
	margin-top: 0 !important;
}

#product_details .right h1 span{
	display: block;
	color: #a8a8a8;
	font-size: 14px;
	font-weight: normal !important;
	text-transform: none !important; 
}

#product_details p{
	color: #898989 !important;
}

#product_details p.pass{
	font-size: 14px;
	line-height: 16px;
}

#product_details p.pass span{
	font-size: 12px;
	color: #a8a8a8;
}

#product_price{
	margin-top: 15px !important;
}

#product_price span{
	font-size: 18px;	
	color: #4d4d4d;
}

#product_buy{
	background: #d8d8d8;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#product_buy h2{
	font-size: 12px;
	font-weight: normal !important;
	padding: 0px !important;
	margin: 5px 0 5px 5px !important;
}

#product_buy div{
	overflow: hidden;
}

#product_buy_submit{
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	background: url('../images/standard_button.png') no-repeat;
	border: none;
	padding: 9px 0 9px 0;
	width: 143px;
	text-align: center;
	cursor: pointer;
	margin-left: 5px;
	float: left;
	margin-top: 0px;
}

.addtofav{
	width: 68px;
	display: inline-block;
	text-align: center;
	color: white;
	background: url('../images/standard_button2.png') no-repeat;
	padding: 9px 0 11px 0;
	float: left;
}

#product_buy label{
	margin-left: 7px !important;
}

#product_buy input[type=text]{
	width: 68px;
	text-align: center;
	border: none;
	height: 12px;
	padding: 4px 0 4px 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#product_buy div{
	margin-bottom: 5px;
}

p.ask{
	color: #8bc53f;
}

#basket_products{
	width: 95%;
	margin-left: 35px;
	border: solid 1px #cac9c7;
	background: white;
}

#basket_products tbody td{
	padding: 0 5px 0 5px;
	vertical-align: middle;
	border-bottom: solid 1px #cac9c7; 
}

#basket_products thead td{
	background: #cac9c7;
	color: white;
	font-size: 13px;
	padding: 5px 0 5px 0;
}

#basket_products td.img{
	width: 75px;
}

#basket_products td.name{
	width: 85px;
}

#basket_products td.time{
	width: 120px;
}

#basket_products td.quantity{
	width: 100px;
	overflow: hidden;
}

#basket_products td.quantity div{
	width: 50px;
	float: left;
}

#basket_products td.quantity div input{
	width: 45px;
	text-align: center;
}

div.recount{
	text-align: right;
	margin-top: 10px;
}

div.recount span{
	font-weight: bold;
}

div.recount input[type=submit]{
	background: url('../images/button.png') no-repeat;
	border: none;
	display: inline-block;
	width: 144px !important;
	text-align: center;
	padding: 10px 0;
	margin-left: 10px;
}

#basket_shipping{
	margin-left: 35px;
	margin-bottom: 25px;
}

#basket_shipping td.value{
	padding-left: 20px;
}

#basket_payments{
	margin-left: 35px;
	margin-bottom: 25px;
}

div#all_price{
	font-weight: bold;
	margin-left: 35px;
	font-size: 14px;
	margin-bottom: 20px;
	overflow: hidden;
}

div#all_price span{
	position: relative;
	top: 10px;
}

#go_step2, #go_back{
	background: url('../images/button.png') no-repeat;
	border: none;
	display: inline-block;
	width: 144px !important;
	text-align: center;
	padding: 10px 0;
	float: right;
	margin-left: 10px;
}


#registerButton{
	background: url('../images/button.png') no-repeat;
	border: none;
	display: inline-block;
	width: 144px !important;
	text-align: center;
	padding: 10px 0;
	margin-left: 35px;
	margin-bottom: 15px;
}

#orderButton{
	background: url('../images/button.png') no-repeat;
	border: none;
	display: inline-block;
	width: 144px !important;
	text-align: center;
	padding: 10px 0;
	margin-left: 35px;
	margin-bottom: 15px;
}

#step2_login{
	margin: 0 0 15px 35px;
}

#step2_login input[type=submit]{
	background: url('../images/button.png') no-repeat;
	border: none;
	display: inline-block;
	width: 144px !important;
	text-align: center;
	padding: 10px 0;
}
 
#final_order input[type=submit]{
	background: url('../images/product_buy.jpg') no-repeat;
	border: none;
	display: inline-block;
	width: 200px !important;
	text-align: left;
	padding: 8px 0 8px 11px;
	margin-bottom: 15px;
	margin-left: 35px;
}

#register_form table{
	margin-left: 35px;
}

#register_form table td{
	padding-bottom: 10px;
	padding-right: 10px;
}

#register_form hr{
	color: #e7e7e7;
}

#register_form h2{
	margin-top: 10px;
}

#register_form input[type=submit]{
	background: url('../images/button.png') no-repeat;
	border: none;
	display: inline-block;
	width: 144px !important;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 15px;
	margin-left: 35px;
}

.error li{
	list-style-type: none !important;
	margin: 0 0 10px 0 !important;
	color: red;
}

.error ul{
	margin: 0 !important;
	padding: 0 !important;
}

td.error{
	padding: 0 !important;
}

#login_form div, #edit_profile div{
	margin-left: 35px;
	margin-bottom: 10px;
	overflow: hidden;
}

#login_form div label{
	display: block;
	float: left;
	width: 65px;
	position: relative;
	top: 5px;
}

#login_form input[type=submit]{
	background: url('../images/button.png') no-repeat;
	border: none;
	display: inline-block;
	width: 144px !important;
	text-align: center;
	padding: 10px 0;
}

#login_form table{
	margin-left: 35px;
}

#login_form table input[type=text], #edit_profile input[type=text]{
	margin-right: 10px;
}

#login_form li, #edit_profile li{
	margin-left: 35px !important;
}

#edit_profile label{
	display: inline-block; 
	width: 100px;	
}

#edit_profile input[type=submit]{
	background: url('../images/button.png') no-repeat;
	border: none;
	display: inline-block;
	width: 144px !important;
	text-align: center;
	padding: 10px 0;
}

#edit_profile ul.input_error li{
	color: red;
}

#shoper-foot{
	display: none;
}

.login_form input[type=submit]{
	background: url('../images/button.png') no-repeat;
	border: none;
	display: inline-block;
	width: 144px !important;
	text-align: center;
	padding: 10px 0;
}

.flash_message{
	background: #d9d5d4;
	margin-top: 15px;
	margin-left: 35px;
	margin-bottom: 15px;
	overflow: hidden;
	padding-top: 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.flash_message .container{
	width: 600px;
	float: left;
}

#breadcrumbs{
	clear: both;
	position: absolute;
	bottom: 13px;
	right: 15px;
}

#breadcrumbs ul{
	text-align: right;
}

#breadcrumbs ul li{
	display: inline;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #898989;
}

#breadcrumbs ul li a{
	color: #898989;
}

#breadcrumbs ul li a:hover{
	color: #8bc53f;
}

#paginator{
	text-align: center;
}

#paginator ul li{
	display: inline;
	padding: 0 !important;
	margin: 0 3px 0 3px !important;
}

iframe{
	height: 300px;
	width: 650px;
	margin:0 auto;
}