/*

	http://www.opiniarka.pl/product_style.css
	autor: Tomasz 'Todi' Klekot

	Ten plik stylow CSS jest wlasnoscia strony  http://www.opiniarka.pl
	i odpowiada za graficzna prezentacje umieszczonych tam tresci.

	Mozesz wykorzystac CSS do nauki, ale nie kradnij prosze.

*/


/*	=index & center

---------------------------------------------------------------------------- */

.opinions_product {
	color: #000000;
	font-size: 12px;
}

.opinions_product {
	padding: 2px 14px 10px 14px;
}
.opinions_item_product {
	height: 100%;
	overflow: hidden;
	margin: 0 11px 10px 4px;
	padding: 0 8px 10px 0;
}

.opinions_item_product a img.img_product {
	margin: 0 3px;
	border: 1px #818181 solid;
}

.opinions_info {
	margin-left: 218px;
	padding-top: 10px;
}

.opinions_item_product p.maker {
	font-size: 12px;
	color: #000000;
	padding: 4px 0;
}

.opinions_item_product p.category {
	font-size: 12px;
	color: #000000;
	padding: 4px 0;
}

.opinions_item_product p.maker a, .opinions_item_product p.maker a:hover, .opinions_item_product p.maker a:visited {
	color: #0767A6;
	font-weight: bold;
	text-decoration: underline;
}

.opinions_item_product p.category a, .opinions_item_product p.category a:hover, .opinions_item_product p.category a:visited    {
	color: #0767A6;
	font-weight: bold;
	text-decoration: underline;
}

.opinions_info #additional {
	width: 100%;
	display: table-row;
	height: 1%;
	margin-bottom: 10px;
}

*+html .opinions_info #additional {
	overflow: hidden;
}

.details,
.opinions_actions {
	display: table-cell;
	vertical-align: top;
}

* html .details,
* html .opinions_actions {
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	float: left;
}

*+html .details,
*+html .opinions_actions {
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	float: left;
}

.details {
	width: 250px;
	font-size: 12px;
	color: #000000;
	border-right: #CACACA 1px solid;
	padding: 0;
}

.details p {
	padding: 4px 0;
}

.details p img {
	padding-right: 30px;
	float: right;
}

.details p strong {
	font-weight: normal;
}

.details p span {
	color: #CC0000;
	font-weight: bold;

}

.opinions_actions {
	padding: 12px 0 12px 25px;
}

.opinions_actions p a:hover {
	color: #0767A6;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 2px 0 4px 28px;
	margin: 4px 0;
	background: url(/opiniarka/img/ico_wheel.gif) top left no-repeat;
	text-decoration: underline;
}

.opinions_actions p a {
	color: #0767A6;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 2px 0 4px 28px;
	margin: 4px 0;
	background: url(/opiniarka/img/ico_wheel.gif) top left no-repeat;
	text-decoration: underline;
}

.opinions_actions p a:visited {
	color: #04395E;
	text-decoration: none;
}

/*	=parameters

---------------------------------------------------------------------------- */

#parameters {
	padding-bottom: 10px
}

#parameters table {
	border-spacing: 0;
	border-collapse:
	collapse; width: 100%;
}

#parameters table td {
	color: #000000;
	font-size: 12px;
	padding: 4px 6px;
}

#parameters table td {
	color: #000000;
	font-size: 12px;
	padding: 4px 6px;
}

#parameters table td.w_param {
	width: 200px;
}

#parameters table tr.bg_gray {
	background: #E8E8E8;
}

/*	=compare price

---------------------------------------------------------------------------- */

#price table {
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}

#price table th {
	color: #CC0000;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding: 9px 0 9px 14px;
	border-bottom: #AEAEAE 2px solid;
	background: #E3E3E3 url(/opiniarka/img/bg_opinions.gif) top left repeat-x;
}

#price table td {
	padding: 6px 6px 6px 14px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	background: url(/opiniarka/img/bg_box.gif) bottom left repeat-x;
}

#price table td.w {
	width: 180px;
}

#price table td.tr {
	text-align: right;
}

#price table td a, #price table td a:hover, #price table td a:visited  {
	color: #0767A6;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

/*	=product opinions & your opinion

---------------------------------------------------------------------------- */

#product_opinions {

}

.box_opinions {
	height: 100%;
	overflow: hidden;
	background: url(/opiniarka/img/bg_box.gif) bottom left repeat-x;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

.estimate_product  {
	font-size: 12px;
	color: #000000;
	padding: 0 10px 0 5px;
}

.trick {
	margin-right: 10px;
	width: 245px;
	border-right: 1px #CACACA solid;
}

#your_opinion {
	color: #000000;
	font-size: 12px;
	padding: 0 5px;
	margin-bottom: 10px;
}

#your_opinion ul {
	margin: 4px 4px 4px 30px;
	list-style: square;
}

#your_opinion a {
	color: #0767A6;
	text-decoration: underline;
}

#your_opinion p {
	margin: 10px 0;
}

.estimate_product p {
	padding: 1px 0;
	clear: left;
}

.estimate_product p strong {
	float: left;
	padding: 3px 0 4px 0;
}

.estimate_product p img {
	display: block;
	padding-left: 34px;
	margin-bottom: 6px;
}

.estimate_product p span.rate {
	font-weight: bold;
	color: #CC0000;
}

.estimate_product p span.text {
	color: #000000;
}

.estimate_product p span.features {
	width: 128px;
	display: block;
	float: left;
}

.opinion_user {
	width: 513px;
}

.opinion_user p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.opinion_user p a, .opinion_user p a:hover, .opinion_user p a:visited {
	color: #0767A6;
	text-decoration: underline;
}

.opinion_user h6 a, .opinion_user h6 a:hover, .opinion_user h6 a:visited  {
	color: #0767A6;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0;
	display: block;
	text-decoration: underline;
}

/*	=links sponsored

---------------------------------------------------------------------------- */

#links_sponsored {
	height: 100%;
	overflow: hidden;
}

#links_l {
	width: 200px;
	padding: 8px;
}

#links_r {
	width: 180px;
	padding: 8px;
}

#banner {
	width: 340px;
	text-align: center;
	margin: 0 auto;
}
.link {
	padding-bottom: 28px;
	font-size: 12px;
	color: #000000;
}

.link a, .link a:hover, .link a:visited  {
	color: #0767A6;
	text-decoration: underline;
}

/*	=add opinions

---------------------------------------------------------------------------- */

#form_add_opinions {
	background: url(/opiniarka/img/bg_box.gif) bottom left repeat-x;
	padding: 0 8px 10px 0;
	margin-bottom: 10px;
	height: 100%;
	overflow: hidden;
}

#form_add_opinions fieldset {
	padding: 4px 10px 4px 0;
	display: block;
}

#form_add_opinions fieldset p {
	padding-bottom: 8px;
	padding-top: 8px;
	overflow: hidden;
	height: 100%;
}

#form_add_opinions fieldset p label {
	float: left;
	display: block;
	color: #333;
	width: 120px;
	font-weight: bold;
	font-size: 13px;
	padding: 2px 4px 3px 12px;
}

#form_add_opinions fieldset p span.info {
	color: #333;
	font-weight: bold;
	font-size: 13px;
	padding: 2px 4px 3px 12px;
}

#form_add_opinions fieldset p textarea  {
	padding: 1px;
	color: #000;
	width: 50%;
	font-size: 12px;
}

#form_add_opinions fieldset #others  {
	position: absolute;
	display: block;
}

#form_add_opinions fieldset p input  {
	padding: 1px;
	color: #000;
	width: 50%;
	font-size: 12px;
}

#form_add_opinions fieldset .button_add_opinions {
	padding: 12px 0 0 140px;
}

#form_add_opinions fieldset span.title, #mainContent2 span.title {
	font-size: 14px;
	font-weight: bold;
	color: #0767A6;
	padding-left: 14px;
}

#mainContent2 span.title a, #mainContent2 span.title a:hover, #mainContent2 span.title a:visited {
	text-decoration: underline;
	color: #0767A6;
}

/*	=contact

---------------------------------------------------------------------------- */

#mainContent2 address, #mainContent2 p.info {
	font-style: normal;
	font-size: 12px;
	color: #000000;
	padding: 6px 10px 10px 14px;
}

#mainContent2 address a, #mainContent2 p.info a {
	font-size: 12px;
	color: #0767A6;
	text-decoration: underline;
}

#form_add_opinions ol {
	margin: 6px 0 6px 60px;
	padding: 0;
	list-style: decimal;
	font-size: 12px;
	color: #000000;
}

#form_add_opinions ul {
	margin: 6px 0 6px 60px;
	padding: 0;
	list-style: square;
	font-size: 12px;
	color: #000000;
}

#form_add_opinions div.terms {
	font-size: 12px;
	color: #000000;
	padding: 4px 14px;
}