body {
	font-family: Verdana, sans-serif;
	font-size:0.8em;
	padding:0;
	margin:0;
	background-color:white;
	background:#3c3c3c url('/images/bg.gif') repeat-y center;
}
table { border-collapse:collapse; }
table td, table th { border: 1px solid #999; }
h1 { font-size:160%; color:#600; }
h2 { font-size:120%; }
h1, h2, h3, h4, h5 { clear:both; }
a { text-decoration:none; color:#b00; }
a:hover { text-decoration:underline; }
img { border:0; }

.left { width:48%; float:left; }
.left_block { width:48%; float:left; border:1px solid #ccc; padding:5px; }
.right { width:48%; float:right; }
.right_block { width:48%; float:right; border:1px solid #ccc; padding:5px; }
.float_left { float:left; }
.float_right { float:right; }
.clear { clear:both; }

#message {
	margin-top:5px;
	border-top:1px solid #08d;
	border-bottom:1px solid #08d;
	padding:15px 0 15px 60px;
	background-image:url('/static/images/layout/message.png');
	background-position:left;
	background-repeat:no-repeat;
}
#error {
	margin-top:5px;
	border-top:1px solid #00c;
	border-bottom:1px solid #00c;
	padding:15px 0 15px 60px; 
	background-image:url('/static/images/layout/error.png');
	background-position:left;
	background-repeat:no-repeat;
}

#vacancy-pic {
	float:left;
	margin:0;
	margin-left:-8px;
}

#container { 
	width:776px; 
	margin:auto; 
	background-color:white;
	border-left:2px solid black;
	border-right:2px solid black;
}
#header { 
	margin:auto; 
	height:140px;
	background-image:url('/images/header_bg.gif'); 
	background-repeat:repeat-x; 
}
#content {
	padding:0 8px;
	margin:auto; 
	min-height:365px;
/*	padding-bottom:20px; */
}
#content_no_margin {
	padding:0 8px;
	margin:auto;
	margin-bottom:0;
}
#footer { 
	margin:auto; 
	clear:both; 
	text-align:center; 
	height:40px;
	padding-top:7px;
	padding-bottom:1px;
	border-top:2px solid #00c;
	background-image:url('/images/footer_bg.gif');
	color:white;
}
#footer a {
	color:white;
}
#footer2 { 
	margin:auto; 
	clear:both; 
	text-align:center; 
	height:160px;
	padding-top:2px;
	padding-bottom:2px;
	border-top:3px solid #00c;
	border-bottom:3px solid #00c;
	color:white;
	background-color:#558;
}
#footer2 a {
	color:white;
}
#logo { float:left; padding:15px 0 0 35px; }

#not_logged_in ul {
	text-align:right;
	margin:0;
	padding:0;
}
#not_logged_in ul li {
	display:inline;
	padding-right:10px;
	color:white;
}
#not_logged_in ul li a {
	color:white;
	font-size:90%;
}

#user_links { 
	background-color:#ccc;
	padding-bottom:3px;
}
#user_links ul {
	text-align:right;
	margin:0; 
	padding:0; 
}
#user_links ul li { 
	display:inline; 
	padding-right:10px;
	color:#006;
}
#user_links ul li a { 
	color:#006; 
	font-size:90%; 
}
#user_links ul #logout a {
	color:#c00;
}
#user_links ul li .sms_activated a { color:#272; }
#user_links ul li .sms_deactivated a { color:#c00; }
#user_links ul li .active { font-weight:bold; }

#logged_in { float:left; padding-left:10px; padding-top:3px; font-size:80%; }

#main_menu { 
	clear:both; 
	margin:auto;
	padding:0;
	text-align:center; 
}

#main_menu ul { 
	padding:9px 0 14px 0;
	margin:0;
	list-style-type: none;
	width:100%;
	text-align: center;
	background-image:url('/images/main_menu_bg.jpg');
	background-repeat:repeat-x;
	background-color:#ccc;
}
#main_menu ul li { 
	display:inline; 
	padding:0;
	height:39px;
}
#main_menu a { 
	text-decoration: none;
	font-weight:bold;
	color: white;
	padding:9px 10px;
	margin:0px;
	border-right:1px solid #009;
}
#main_menu .left_li {
	border-left:1px solid #009;
}
#main_menu .active {
	background-image:url('/images/main_menu_bg_active.jpg');
}
#main_menu a:hover { 
	text-decoration:none;
	background-image:url('/images/main_menu_bg_active.jpg');
}

#left_block { float:left; width:50%; }
#right_block { float:right; width:50%; }

#product_quote { 
	text-align:right; 
	padding-top:15px;
	font-size:14px;
	padding-right:10px;
	color:black;
	font-family:Tahoma, monospace, Helvetica, sans-serif;
}
#product_image {
	padding-top:30px;
	margin-left:20px;
}
#product_details {
	width:370px;
	float:right;
	text-align:right; 
	margin-top:15px;
}
#product_details_name {
	width:350px;
	display:block;
	padding-top:25px;
	background-repeat:no-repeat;
	font-size:140%; 
}
#product_details_price {
	font-size:200%; 

}
#product_warranty {
	width: 350px;
	font-size: 80%;
}
#product_vat {
	width: 350px;
	font-size: 80%;
}

#product_details_price, #product_details_name { 
	font-weight:bold;
	padding-right:20px;
}
#thumbs { padding-left:28px; margin-top:20px; }
#thumbs a { float:left; border:2px solid #fff; }
#thumbs a img { float:left; }
#thumbs a.active { border:2px solid #0113d6; }
#description { 
	display:block; 
	clear:both;
	text-align:justify;
	padding:20px 20px;
}
#product_greenstamp {
	width:350px;
	font-size:80%;
}
#buyme {
	margin-top:20px;
	height:58px;
	padding-bottom:20px;
	text-align:center;
}
#buyme a {
	width:220px;
	height:48px;
	display:block;
	margin:auto;
	background-image:url('/static/images/layout/buyme.jpg');
	color:white;
	font-size:26px;
	text-align:center;
	padding-top:10px;
}
#buyme a:hover {
	text-decoration:none;
	background-image:url('/static/images/layout/buyme_hover.jpg');
}
.no_stock {
	font-size:18px;	
}

#sugestion {
	clear:both;
	padding:0;
	float:left;
	padding-left:10px;
}
#sugestion .fb_submit {
	display:inline;
}
#sugestion .fb_submit .fb_button {
	padding:0 5px;
}
#rss {
	padding-top:20px;
	float:right;
	padding-right:10px;
}
#product_specification {
	border-top:2px solid #00c;
	background-color:#b8b8b8;
	padding:5px 40px;
	display:block;
	clear:both;
}
#delivery_prices {
	text-align:right;
	padding:1px;
	font-size:80%;
}

#archive_products li {
	padding:5px 0;
}

.links_big {
	font-size:120%;
	text-align:center;
}

.utility_links {
	clear:both;
	padding-top:5px;
}

.details div { clear:both; }
.f_label { width:150px; display:block; float:left; }
.f_cont { display:block; }

.clickable { 
	display:block; 
	cursor:pointer;
	font-size:120%;
}
.pages_lists li { padding:5px 0 5px 0; }
.notes { display:block; clear:both; }

.banner_code {
	padding:5px;
	background-color:#ccc;
}

#banners {
	clear:both;
}
#banners img {
	border: 2px solid #00c;
}

.red_border {
	border:2px solid #00c;
}

.filter_button {
	text-align:right;
}

.menu_notes {
	font-size:120%;
	font-weight:bold;
}

#sms_confirm_notes {
	width:300px;
	border:1px solid #ccc;
	padding:5px 10px;
	text-align:justify;
	float:right;
	display:block;
}

#quantity_error {
	color:red;
}



.info_label {
	width:10em;
	float:left;
	clear:both;
	padding-right:5px;
}
.info {
	float:left;
	width:15em;
}

#product_stock {
	color: #c00;
	font-size:120%;
}
#confirmed_customer {
	color: #c00;
	font-size:120%;
}

.pdf_link {
	background-image: url(/static/images/pdf.gif);
	padding: 0px 0px 2px 22px;
        background-repeat: no-repeat;
        background-position: 5px 1px;
	display:block;
}

#checkout_progress .active {
	font-weight:bold;	
}

#maps img {
	padding:10px;
}
.greenflag {
	display:block;
	width:100px;
	float:right;
	color: #090;
}
.redflag {
	display:block;
	width:100px;
	float:right;
	color: #900;
}

.blueflag {
	display:block;
	width:100px;
	float:right;
	color: #009;
}

.order_menu {
	display: block;
	width:470px;
	float:right;
}

.methods {
	border: 1px;
	padding: 3px;
	clear: both;
}

.order_block {
	border: 1px solid #CCC;
	border-bottom: 2px solid #000;
	padding: 3px;
	clear:both;
}
.order_block p {
	padding: 0px;
	margin: 0px;
}

#delivery_prices_container {
	text-align:right;
}
#delivery_prices {
	text-align:right;
}
a#delivery_prices {
	display:block;
	float:right;
}
#delivery_prices span {
	display:none;
	position:relative;
	background-color:#eee;
	border:1px solid #999;
	width:378px;
	margin-left:10px;
	padding:10px;
	color:#333;
}
a#delivery_prices:hover {
	border:0;
	text-decoration:none;
}
a#delivery_prices:hover span {
	display:block;
}
.bc table {
	width: 90%;
}


