body,div,form,fieldset,input,textarea,p,th,td,h1,h2,h3 { 
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
table th, table td {
	text-align:left;
}
fieldset,img { 
	border:0;
}
:focus {
	outline:0;
}
a, a:visited {
	color:#222;
}
a:hover {
	color:#804000;
	text-decoration:none;
}

p {
	margin:10px 0;
	line-height: 18px;
}
h1,h2,h3 {
	color: #555;
}
h1 {
    font-size: 15px;
    margin: 10px 0;
    display: block;
}

h2 {
    font-size: 14px;
    margin: 10px 0 5px 0;
    display: block;
}
h3 {
    font-size: 13px;
	font-weight:bold;
    margin: 10px 0 5px 0;
    display: block;
}

button, input[type=submit] {
	border:1px solid #c0c0c0;
	display:block;
	float:left;
	font-size:15px;
	cursor:pointer;
	overflow:visible;
	padding:0 8px;
	vertical-align:middle;
	height:32px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:url("../images/icon_sprites_v1.gif") repeat-x;
	background-position:-0px -128px;
}
button:hover, input[type=submit]:hover {
	border:1px solid #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	-moz-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
}

/* clearfix */
.clear:after {content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clear {display:inline-block;}
html[xmlns] .clear {display:block;}
* html .clear {height:1%;}

/* costom */
.center { text-align:center; }
.hr {
	font-size:1px;
	height:1px;
	border-top:1px solid #C0C0C0;
}
.italic { font-style:italic; }


#wrapper {
	margin:0 auto;
	width:790px;
}

#header {
	width:100%;
	margin:15px 0;
	position:relative;
}

#logo {
	width:100%;
	text-align:center;
	color:#999;
}
#logo p {
	font-size:12px;
	margin:4px;
	line-height:12px;
}

#language-switcher {
	position:absolute;
	right:0px;
	top:0px;
	font-size:12px;
}
#language-switcher a {
	margin:0 5px;
	color:#999;
}
#language-switcher a.active {
	text-decoration:none;
}
#language-switcher a:hover {
	color:#000;
}
#breadcrumbs {
	width:100%;
	margin:10px 0;
	color:#999;
	font-size:12px;
}
#breadcrumbs a {
	color:#999;
}

#socialbookmarks {
	display:inline;
}
#socialbookmarks a {
	margin:0 3px;
	display:block;
	float:left;
}
.icon-de  {
	line-height:16px !important;
	overflow:hidden;
	padding-left:20px;
	background:url("../images/icon_sprites_v1.gif") no-repeat;
	background-position:-0px -16px;
}
.icon-tr  {
	line-height:16px !important;
	overflow:hidden;
	padding-left:20px;
	background:url("../images/icon_sprites_v1.gif") no-repeat;
	background-position:-0px -0px;
}
.icon-bookmark  {
	line-height:16px !important;
	overflow:hidden;
	background:url("../images/icon_sprites_v1.gif");
	background-position:-0px -32px;
	width:16px;
	height:16px;
}
.icon-email  {
	line-height:16px !important;
	overflow:hidden;
	background:url("../images/icon_sprites_v1.gif");
	background-position:-0px -48px;
	width:16px;
	height:16px;
}
.icon-print  {
	line-height:16px !important;
	overflow:hidden;
	background:url("../images/icon_sprites_v1.gif");
	background-position:-0px -64px;
	width:16px;
	height:16px;
}
.icon-twitter  {
	line-height:16px !important;
	overflow:hidden;
	background:url("../images/icon_sprites_v1.gif");
	background-position:-0px -80px;
	width:16px;
	height:16px;
}
.icon-facebook  {
	line-height:16px !important;
	overflow:hidden;
	background:url("../images/icon_sprites_v1.gif");
	background-position:-0px -96px;
	width:16px;
	height:16px;
}
.icon-igoogle  {
	line-height:16px !important;
	overflow:hidden;
	background:url("../images/icon_sprites_v1.gif");
	background-position:-0px -112px;
	width:16px;
	height:16px;
}

#content {
	width:100%;
}

#search {
	display:block;
	float:left;
	width:443px;
	padding:10px 15px;
	border:1px solid #F5D248;
	background:#ffffcc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#search .input {
	border:1px solid #c0c0c0;
	display:block;
	float:left;
	font-size:17px;
	margin:0;
	padding:0 6px;
	width:280px;
	height:30px;
}
#search .input:focus {
	border:1px solid #999;
	outline:1px solid #d7d7d7;
}
#search button {
	border:1px solid #c0c0c0;
	display:block;
	float:left;
	font-size:15px;
	margin:0;
	margin-left:5px;
	cursor:pointer;
	overflow:visible;
	padding:0 8px;
	vertical-align:middle;
	height:32px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:url("../images/icon_sprites_v1.gif") repeat-x;
	background-position:-0px -128px;
}
#search button:hover {
	border:1px solid #999;
}

#content-main {
	float:left;
	width:475px;
	margin-right: 15px;
}
#content-main table a {
	text-decoration:none;
}
#content-main table a:hover {
	text-decoration:underline;
}

#content-main table {
	width:100%;
	margin-bottom:15px;
	border:1px solid #F5D248;
}
#content-main table td, #content-main table tbody th {
	width:50%;
	padding:4px 5px;
	border-bottom:1px solid #F5D248;
}
#content-main table tbody th {
	color:#777;
	background:#ffffcc;
}

#sidebar-right {
	float:left;
	width:300px;
}

.home-info-box {
	margin-top:10px;
	padding:0 5px;
	border:1px solid #c0c0c0;
	text-align:center;
}
.ad-content {
	width:100%;
}
.widget {
	margin-bottom:15px;
}
.widget h3 {
	display:block;
	margin:0;
	padding:4px 8px;
	overflow:hidden;
	background:#efefef;
	border-bottom:1px solid #c0c0c0;
}
.widget a {
	color:#804000;
	text-decoration:underline;
}
.widget a:hover {
	color:#804000;
	text-decoration:none;
}
#linkbox {
	width:298px;
	border:1px solid #c0c0c0;
}
#linkbox ul {
	margin:7px 0;
	padding-left:25px;
}
#linkbox li {
	line-height: 18px;
	color:#999;
}

#toolsbox {
	width:298px;
	border:1px solid #c0c0c0;
}
#toolsbox ul {
	list-style:none;
	margin:0;
	padding:0;
}
#toolsbox li {
	padding:5px 8px;
	border-bottom:1px solid #c0c0c0;
}
#toolsbox li:last-child {
	border:none;
}

#footer {
	border-top:1px solid #c0c0c0;
	text-align:center;
}
#footer, #footer a {
	color:#999;
	font-size:11px;
}
#footer ul {
	list-style:none;
	margin:0;
	padding:5px;
}
#footer li {
	display:inline;
	margin:0 5px;
}
