/*   template: What's your solution?
     author: luka cvrk (www.solucija.com)   */

body {
	font-size: small;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

a {
	color: #dc6000;
	text-decoration: none;
	background-color: inherit;
}

a:visited {
	color: #c50067;
	text-decoration: none;
	background-color: inherit;
}

a:hover {
	color: #c40026;
	text-decoration: none;
	background-color: inherit;
}

h1 {
	font-size: 1.3em;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h1 a {
	color: #990000;
	text-decoration: none;
}

h2 {
	margin: 10px 0px 3px 0px;
	padding: 3px 0px 3px 0px;
	font-size: 120%;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px dashed #a9a9a9;
	text-transform: uppercase;
	background-color: inherit;

}

h2 a {
	color: #810032;
	background-color: inherit;
	text-decoration: none;
}


p {
	padding: 2px 0 5px;
	margin: 0;
}

img {
	border: none;
}

#content {
	margin: 0px auto;
	background-color: #fffaf0;
	width: 780px;
}

.header {
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 0px 5px;
	border-bottom: 1px dashed #a9a9a9;
}

.searchform {
	margin: 0 0 20px;
	padding: 2px 5px 0 0;
}

.subheader {
	margin: 0 0 10px;
	clear: both;
	height: 23px;
	border-top: 1px dashed #a9a9a9;
	border-bottom: 1px dashed #a9a9a9;
}

.subheader_center {
	color: #626262;
	text-align: center;
}

.subheader_center a {
	font-size: 75%;
	color: #696969;
	text-decoration: none;
	margin: 0px;
	padding: 2px 2px 2px;
}

.subheader_center a:hover {
	border-top: 1px solid #FFFFFF;
}

.left {
	float: left;
	padding: 5px 0px 0 5px;
	width: 170px;
}

p.menu {
	line-height: 120%;
}

p.menu img {
	margin-right: 0;
	margin-left: 0;
	padding-right: 5px;
	height: 7px;
	width: 3px;
}

.right {
	float: right;
	width: 570px;
	margin: 0 5px 20px 0;
	padding: 5px 0 0 15px;
	color: #000000;
	background-color: #fffaf0;
	border-left: 1px dotted #e6e6e6;
}

p.pagenavi {
	float: left;
}

p.info {
	color: #dc143c;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration:none;
	position:relative;
}

div.sortnavi {
	float: right;
	margin: 0px;
}

.img {
	padding-top: 5px;
	float: left;
	width: 90px;
}

.text {
	float: right;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	width: 460px;
}

.asinimg {
	padding-top: 5px;
	float: left;
	width: 180px;
}

.asintext {
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 0 5px;
	width: 380px;
}

a.info {
	font-size: 1.3em;
	color: #0000cd;
	font-weight: bold;
	text-decoration:none;
	position:relative;
}

a.info span {
	display:none;
}

a.info:hover {
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal;
	display:block;
	position:absolute;
	top:20px;;
	left:0;;
	width:205px;
	height:70px;
	border: 1px solid #ccc;
	background:#f4f4f4 url(img/question.gif) no-repeat bottom right;
	color:#000;
	text-align:left;
	font-size:0.7em;
	padding-left:10px;
	padding-top:10px;
}

.line {
	margin: 5px 0px 5px 0;
	border-bottom-width: 1px;
	border-bottom-color: #a9a9a9;
	border-bottom-style: dashed;
	clear: both;
	height: 1px;
}

.right_left {
	float: left;
	width: 260px;
	padding: 13px;
	color: #626262;
}

.right_right {
	float: right;
	width: 240px;
	padding: 13px;
	color: #626262;
}

.right_topasin {
	color: #626262;
	text-align: center;
	margin: 0px 5px 5px 0px;
	padding: 5px;
	float: left;
	height: 90px;
	width: 90px;
}

a.topasin {
	font-size: 1.0em;
	text-decoration:none;
	position:relative;
}

a.topasin span {
	display:none;
}

a.topasin:hover {
	cursor:default;
}

a.topasin:hover .topasinbox {
	font-weight: normal;
	display:block;
	position:absolute;
	top:20px;;
	left:0;;
	width:85px;
	height:70px;
	border: 1px solid #ccc;
	color:#000;
	text-align:left;
	font-size:0.9em;
	padding-left:10px;
	padding-top:10px;
}

.footer {
	clear: both;
	font-size: 90%;
	font-family : Verdana;
	color: #808080;
	margin : 0px 5px -5px 0px;
	text-align: right;
	padding: 0px;
	border-bottom: 1px dashed #cccccc;
}

.footer a {
	text-decoration: none;
}

form.search {
	padding: 0;
	margin: 0;
}

input.textin {
	margin: 0;
	width: 120px;
	border: 1px solid #336699;
	background: #FFFFFF;
	color: #000000;
}

select.textin {
	margin: 0;
	width: 95px;
	border: 1px solid #336699;
	background: #FFFFFF;
	color: #000000;
}

input.textin:hover {
	border: 1px solid #808080;
}

input.searchbutton {
	margin: 0;
	font-size: 100%;
	background: #FFFFFF;
	color: #808080;
	padding: 1px;
	font-weight: bold;
}

