﻿/* 

	( atrandafir 582 - feel free to clean and upgrade this code )

*/

	body 
	{
		margin: 0;
		font-size: 62.5%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background: url(../img/bg_page.jpg) left top repeat-x #a3c8e5;
	}

	#wrap {
		width: 850px;
		margin: 0 auto;
		background: url(../img/bg.gif) top center repeat-y #FFFFFF;
	}

	#top_content {
		margin-left:1px;
		padding: 0 10px;
		background:url(../img/top.gif) no-repeat;
	}

	#topheader {
			padding: 15px 15px 10px 0px;
			margin: 0 auto 0 auto;
	}

	#rightheader {
		float: right;
		width: 375px;
		height: 40px;
		color: #74a6f5;
		text-align: right;
		margin-top:15px;
	}
	#rightheader p {
		padding: 0px 15px 0 0;
		margin: 0;
		text-align: right;
	}
	#rightheader p span {
		font-weight: bold;
	}
	#rightheader a:link, #rightheader a:visited {
		color: #74a6f5;
		text-decoration: underline;
	}

	#title {
		padding: 0;
		margin: 0;
		font-size: 2.5em;
		color: #74a6f5;
	}
	#title span {
		font-size: 0.5em;
		font-style: italic;
	}
	#title a:link, #title a:visited {
		color: #74a6f5;
		text-decoration: none;
	}
	#title a:hover {
		color: #E1F3C7;
	}

	#navigation {
		background: #74A8F5;
		border-top: 1px solid #ffffff;
		height: 25px;
		clear: both
	}
	#navigation ul {
		padding: 0;
		margin: 0;
		list-style: none;	
		font-size: 1.1em;
		height: 25px;
	}
	#navigation ul li {
		display: inline;
	}
	#navigation ul li a {
		color: #FFFFFF;
		display: block;
		text-decoration: none;
		float: left;
		line-height: 25px;
		padding: 0 16px;
		border-right: 1px solid #ffffff;
	}
	#navigation ul li a:hover {
		background: #5494F3;
	}
	
	#content {
		padding: 0 15px;
		margin: 0 auto 0 auto;
		background: url(../img/content_bg.gif) repeat-x left top #ffffff;
		color: #666666;
	}
	
	#content a {
	text-decoration:none;
	}

	#content p#whereami {
		padding: 10px 0 15px 0;
		margin: 0;
	}
	#whereami a:link, #whereami a:visited {
		color: #73A822;
		text-decoration: none;
	}
	
	#content h1, #content h2, 
	#content h3, #content h4 , #content h5 {
		color: #74A8F5;
	}
	#content h1 {
		font-family: "Trebuchet MS", Arial, Helvetica;
		padding: 0;
		margin: 0 0 15px 0;
		font-size: 2em;
	}
	#content h2 {
		font-family: "Trebuchet MS", Arial, Helvetica;
		padding: 0;
		margin: 0 0 15px 0;
		font-size: 1.5em;
	}
	#content h2 a {
		color: #74A8F5;
		text-decoration:none;
	}
	#content h2 a:hover {
		color: #73a822;
		text-decoration:none;
	}

	#top_body, #content_body {
		padding: 0 25px;
	}

	#sol {
		padding: 0 0px;
		margin: 5px auto 0 auto;
		color: #666666;
		width:50%;
		float:left;
	}
	
	#sag {
		padding: 0 0px;
		margin: 5px auto 0 auto;
		color: #666666;
		width:50%;
		float:right;
	}
	
	#left {
		padding: 0 0px;
		margin: 0px auto 0 0px;
		color: #666666;
		width:30%;
		float:left;
	}
	
	#right {
		padding: 0 0px;
		margin: 0px auto 0 auto;
		color: #666666;
		width:68%;
		float:right;
	}
	#right h2 a {
		color:#74A8F5;
		text-decoration:none;
	}
	#right h2 a:hover {
		color: #73a822;
		text-decoration:none;
	}
	
	#footer {
		background: url(../img/footer.gif) no-repeat;
		color: #FFFFFF;
		height:20px;
		width:850px;

	}
	#footer p {
		padding: 0;
		margin: 0;
	}
	#footer p a:link, #footer p a:visited {
		color: #FFFFFF;
		font-style: italic;
		text-decoration: none;
	}
	#footer #footer_bg {
		background: #74a8f5;
		padding: 10px 15px 10px 15px;
		border-top: 1px solid #7BB425;
	}

	#footer #design {
		display: block; 
		width: 150px; 
		height: 30px;
		float: right;
		line-height: 20px;
		padding: 0 5px;
		text-align: right;
		color: #E1F3C7;
	}
	#footer #design a {
		color: #FFFFFF;
		text-decoration: underline;
	}

	.table {
		margin-bottom: 15px;
		width: 100%;
		border-collapse: collapse;
	}
	.table_header td {
		background: url(../img/tableheader-bg.gif) no-repeat left top;
		padding: 5px 10px;
		color: rgb(70,122,167);
		border-top: 1px solid #CBD6DE;
		border-bottom: 1px solid #ADBECB;
		font-size: 1.1em;
		font-weight: bold;
	}
	.table_header td a:link, .table_header td a:visited {
		text-decoration: underline;
		color: rgb(70,122,167);
	}
	.table_header td a:hover {
		text-decoration: underline;
		color: #73A822;
	}
	.table_header td {
		border: 1px solid #CBD6DE;
	}

	.row1 td, .row2 td, .row_hover td, .paging_row td {
		padding: 5px 10px;
		color: #666666;
		border: 1px solid #CBD6DE;
	}
	.row1 td {
		background: #ffffff;
	}
	.row2 td {
		background: #eeeeee;
	}
	.row_hover td {
		background: #FBFACE;
		color: #000000;
	}
	
	.hidden {
		display: none;
	}

	.little {
		font-size: 10px;
	}
	
	.clear {
		clear: both;
	}
	
	.img_left {
		float: left;
		padding: 2px;
		border: 1px solid #cccccc;
		margin: 0 10px 10px 0;
	}
	
	.img {
		border:1px solid #cccccc;
		padding:2px;
	}

/* #content ul basic style for unordered lists
------------------------------------------------*/
	#content ul {
		font-size: 1.1em;
		line-height: 1.8em;
		margin: 0 0 15px 0;
		padding: 0;
		list-style-type: none;
	}

/* #content p paragraphs
-----------------------------*/
	#content p {
		font-size: 1.2em;
		margin: 0;
		padding: 0 0 15px 0;
	}

/* #content p a links in paragraphs
------------------------------------*/
	#content p a:link, #content p a:visited, 
	.table a:link, .table a:visited,
	.link a {
		color: #73A822;
		text-decoration: none;
	}
	#content p a:hover, .table a:hover, .link a:hover {
		text-decoration: underline;
	}

/* #content ul.green (73A822)
--------------------------------*/
	#content ul.green li {
		padding: 0 0 0 20px;
		margin: 0;
		background: url(../img/bullet_green.png) no-repeat 1px 3px;
		font-size: 1.1em;
	}
	#content ul.green li a:link, #content ul.green li a:visited {
		color: #73A822;
		text-decoration: none;
	}
	#content ul.green li a:hover {
		color: #73A822;
		text-decoration: underline;
	}
	
/* #content ul.black (73A822)
--------------------------------*/
	#content ul.black li {
		padding: 0 0 0 20px;
		margin: 0;
		background: url(../img/bullet_grey.gif) no-repeat 1px 3px;
		font-size: 1.1em;
	}
	#content ul.black li a:link, #content ul.black li a:visited {
		color: #666666;
		text-decoration: none;
	}
	#content ul.black li a:hover {
		color: #999999;
		text-decoration: underline;
	}
	
/* #content ol
--------------------------------*/
	#content ol {
		padding: 0 0 0 25px;
		margin: 0 0 15px 0;
		line-height: 1.8em;
	}
	
	#content ol li {
		font-size: 1.1em;
	}
	#content ol li a:link, #content ol li a:visited {
		color: #73A822;
		text-decoration: none;
	}
	#content ol li a:hover {
		color: #73A822;
		text-decoration: underline;
	}
	span.li {
		color:#73A822;
	}
	span.blue {
		color:#74A8F5;
		font-weight:bold;
		font-size:12px;
	}
	span.green {
		color:#73A822;
		font-weight:bold;
		font-size:12px;
	}
	
	span.oldprice {
		text-decoration:line-through;
		color: #73A822;
		font-weight:bold;
		font-size:11px;
	}
	span.newprice {
		color:#74A8F5;
		font-weight:bold;
		font-size:11px;
	}

/* #content p.paging 
---------------------------------*/
	#content p.paging {
	padding: 5px;
	border: 1px solid #CBD6DE;
	text-align: center;
	margin-bottom: 15px;
	background: #eeeeee;
	}

/* .small_input smaller text in inputs/combos
-----------------------------------------------*/
	.small_input {
		font-size: 10px;
	}

/* .form_table style for table used in forms
---------------------------------------------*/
	.form_table {
		margin-bottom: 15px;
		font-size: 1.1em;
	}
	.form_table p {
		margin: 0;
		padding: 0;
	}
	.form_table td {
		padding: 5px 10px;
	}

/* .checkbox_nomargins clear all margins from a checkbox
---------------------------------------------------------*/
	.checkbox_nomargins {
		/*margin:0;width:13px;height:13px;overflow:hidden;
		font-size: 10px;*/
		margin: 0;
		padding: 0;
	}
	
/* .button some buttons style - inspired from wordpress
------------------------------*/
	input.button {
		margin: 0;
		padding: 2px;
		border: 3px double #999999;
		border-left-color: #ccc;
		border-top-color: #ccc;
		background: url(../img/button.gif) repeat-x left top;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
/* form style for forms
-------------------------*/
	form {
		padding: 0;
		margin: 0;
	}

/* input.inputgri - some style for inputs
--------------------------------------------*/
	input.inputgri, select.inputgri, textarea.inputgri {
		background: #eeeeee;
		font-size: 14px;
		border: 1px solid #cccccc;
		padding: 3px;
	}
	input.inputgri:focus, select.inputgri:focus , textarea.inputgri:focus {
		background: #ffffff;
		border: 1px solid #686868;
	}
	
	input.small {
		background: #eeeeee;
		font-size: 14px;
		border: 1px solid #cccccc;
		padding: 3px;
		width:140px;
	}
	input.small:focus {
		background: #ffffff;
		border: 1px solid #686868;
	}

/* .notice - messages to user
--------------------------------*/
	.notice {
		background: #CAEA99; 
		border: 1px solid #70A522; 
		padding: 15px 15px 15px 15px; 
		margin-bottom: 15px;
		font-size: 1.2em;
		color: #333333;
	}
	.notice_error {
		background: #FEDCDA; 
		border: 1px solid  #CE090E; 
		padding: 15px 15px 15px 15px; 
		margin-bottom: 15px;
		font-size: 1.2em;
		color: #333333;
	}
	#notice a {
		color: #333333;
		text-decoration: underline;
	}

/* Other links 
----------------*/
	.other_links {
		background: #eeeeee;
		border-top: 1px solid #cccccc;
		padding: 5px;
		margin: 0 0 15px 0;
	}
	#content .other_links h2 {
		color: #999999;
		padding: 0 0 0 3px;
		margin: 0;
	}
	#content .other_links ul {
		padding: 0;
		margin: 0;
	}
	#content .other_links ul li {
		padding: 0 0 0 20px;
		background: url(../img/bullet_grey.gif) no-repeat left center;
	}
	#content .other_links a, #content .other_links a:visited {
		color: #999999;
		text-decoration: underline;
	}
	#content .other_links a:hover {
		color: #666666;
	}
	
/* code */
	code {
		font-size: 1.2em;
		color: #73A822;
	}
	
.pgcolumn_one {
  float: left;
  width: 182px;
  margin: 4px;
  display: inline;
}

/* Left column single column panel */
.panel_blue_onecol {
  background: #E2ECF9 url(../img/panel_blue_onecol_top.gif) no-repeat left top;
  width: 200px;
  margin: 0 0 0px 0;
}

.panel_blue_onecol div {
  background: url(../img/panel_blue_onecol_bot.gif) no-repeat left bottom;
  padding: 10px;
  color: #003399;
  line-height: 16px;
}

.rt {
		background: #EAF4EF url(../img/rt.gif) no-repeat;
		color: #FFF;
		height: 10px;
		width:345px;
	}
.right_articles {
		font-size: 0.9em;
		background: #eaf4ef url(../img/rb.gif) no-repeat bottom;
		color: #246088;
		padding: 0px 0px 4px 0px;	
		margin: 0 0 10px 0;
		width:345px;
		}
	.right_articles p {
		padding: 0px 8px 0px 8px;	
		}
		
#list{
background-image:url(../img/list_bg.gif);
background-position:top left;
background-repeat:repeat-y;
width:200px;
margin:5px 0 0 0;
float:left
}
#list ul{
padding:0px 0 5px 10px;
list-style-type:none
}
#list div{
padding:21px 0 30px 16px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#595959;
}
#list div p{
width:185px;
padding:5px 0 5px 3px
}

.awesome, .awesome:visited {
	background: #222 url(../img/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }

ul{border:0; margin:0; padding:0;}
#pagination-flickr li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
float:left;
}
#pagination-flickr a{
margin-right:2px;
float:left;
}
#pagination-flickr .previous-off,
#pagination-flickr .next-off {
color:#666666;
display:block;
float:left;
font-weight:bold;
padding:3px 4px;
}
#pagination-flickr .next a,
#pagination-flickr .previous a {
font-weight:bold;
float:left;
}
#pagination-flickr .active{
color:#5c9e3f;
font-weight:bold;
display:block;
float:left;
}
#pagination-flickr a:link,
#pagination-flickr a:visited {
color:#0063e3;
display:block;
float:left;
padding:0px 6px;
text-decoration:none;
}

.offer_box_wide{
width:319px;
height:auto;
float:left;
background-color:#f3f5f6;
padding:7px;
margin:2px;
border:1px solid #ddd;
}

.offer_box_wide:hover{
background-color:#EAF1FB;
}

.offer_box_wide_style1{
width:670px;
height:auto;
float:left;
background-color:#f3f5f6;
padding:7px;
margin:5px;
}
.soltext {
margin-left:5px;
width:100px;
float:left;
height:auto;
}

.sagtext {
margin-left:15px;
width:auto;
float:left;
height:auto;
text-align:left;
}
span.deger {
color:#666;
font-weight:bold;
font-size:12px;
}

#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:800px;
	height:215px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}