
#text form { margin: 8px 0; }

input, select, textarea {
	display: block;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
	color: #000;
}

label {
	display: block;
	margin-bottom: 2px;
}

input.button {
	width: 179px;
	height: 26px;
	border: 0;
	background: url(../img/button_179.gif) no-repeat;
	text-align: center;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}

input.dis {
	background: #ebebeb;
	color: #333;
}

.button_like {
	display: block;
	width: 179px;
	height: 20px;
	padding-top: 6px;
	background: url(../img/button_179.gif) no-repeat;
	text-align: center;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

.button_like:hover { text-decoration: none; }

form h3 {
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	color: #f79433;
	padding: 0 0 4px 12px;
	background: url(../img/icon_arrow3.gif) 0 3px no-repeat;
	margin-left: 6px;
}

.formtable {
	border-top: 1px solid #e9e9eb;
	margin-bottom: 8px;
}

.formtable td {
	padding: 6px 5px;
	vertical-align: top;
	border-bottom: 1px solid #e9e9eb;
	line-height: normal;
}

.formtable td label {
	/*margin: 4px 0 0 0;*/
	line-height: 18px;
}

.formtable td input, .formtable td textarea {
	width: 100%;
	margin-bottom: 0;
}

.formtable td select { margin-bottom: 0; }

.formtable td.autoinp input {
	width: auto;
	display: inline;
	margin: 0 5px 0 0;
}

.formtable td.autoinp * { vertical-align: middle; }

.buttons {
	text-align: right;
	position: relative;
}

.buttons input { margin: 0 0 0 auto; }

.buttons a {
	position: absolute;
	left: 0;
	top: 5px;
}

.buttons a.button_like {
	position: static;
	margin: 0 0 0 auto;
}

.opt {
	font-size: 11px;
	color: #666;
	font-style: italic;
}

/* login in sidebar */

#login {
	width: 179px;
	margin-bottom: 6px;
	border-top: 0;
}

#login input { width: 175px; }

#login .button { width: 179px; }

/* login page */

#text #login, #login_new  {
	width: 321px;
	float: left;
	margin: 8px 0;
	line-height: normal;
	border-top: 0;
}

#login_new { float: right; }

#text #login div, #login_new div  {
	width: 289px;
	line-height: normal;
	background: #f6f7fd url(../img/box321_top.gif) top no-repeat;
	position: relative;
	padding: 13px 16px 10px 16px;
}

#text #login div span, #login_new div span {
	display: block;
	width: 321px;
	height: 10px;
	background: url(../img/box321_bottom.gif) bottom no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}

#text #login input, #login_new input { width: 285px; }
#text #login .button, #login_new .button { width: 144px; background: url(../img/button2_144.gif) no-repeat; }

#login_new div div {
	width: auto;
	background: #eaecf7;
	height: 26px;
	padding: 10px 0 0 13px;
	margin: 8px 0 6px 0;
	font-weight:bold;
}

/* cart in sidebar */

#cart { border-top: 0; }

.item {
	position: relative;
	margin-bottom: 10px;
}

.item_title {
	position: relative;
	padding-bottom: 2px;
	border-bottom: 1px solid #e5e2e5;
	line-height: normal;
}

.item_title a  {
	display: block;
	position: absolute;
	right: 0;
	top: 2px;
	line-height: normal;
}

.item_title strong a  {
	display: inline;
	position: relative;
	right: auto;
	top: auto;
	line-height: normal;
	color: #000;
	text-decoration: none;
}
.item_title strong a:hover { text-decoration: underline; }

.item_info {
	border-bottom: 1px solid #e5e2e5;
	padding: 2px 5px;
	position: relative;
	line-height: normal;
}

.item_info * { line-height: normal; }

.amount span { padding: 0 2px; }

input.hidd {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.price {
	display: block;
	position: absolute;
	right: 5px;
	top: 2px;
	color: #f79433;
	font-weight: bold;
	line-height: normal;
}

.total {
	font-weight: bold;
	border-bottom: 1px solid #e5e2e5;
	border-top: 1px solid #e5e2e5;
	background: #f6f7fd;
	padding: 2px 5px;
	line-height: normal;
	margin-top: 13px;
	position: relative;
}

.total span {
	position: absolute;
	right: 5px;
	color: #f79433;
}

.action {
	margin-top: 10px;
	position: relative;
	text-align: right;
}

.action * { vertical-align: middle; }

.action a {
	position: absolute;
	left: 0;
	top: 5px;
}

.action .button {
	width: 80px;
	height: 26px;
	background: url(../img/button_80.gif) top no-repeat;
	margin: 0 0 0 auto;
}

/* registration */

#register .formtable td input {	width: 321px; }

/* request */

#request .formtable td input, #request .formtable td textarea {	width: 321px; }

#request .formtable td.autoinp input {	width: auto; }

/* shopping cart pages */

.steps {
	background: #f6f7fd;
	padding: 3px 5px;
	margin: 8px 0;
}

.steps * { vertical-align: middle; }

.steps img { margin-right: 5px; }

.steps span { padding-right: 5px; }
.steps span img { margin-right: 0; }
.steps span.now { color: #f79433; }

/* shopping cart pages - step 1 */

#shcart table { margin: 8px 0; }

#shcart .neotable th, #shcart .neotable td {
	padding: 4px 5px;
	vertical-align: top;
}

#shcart td img { margin-top: 4px; }

#shcart td.amount {
	text-align: center;
	white-space: nowrap;
}

#shcart td.amount div { position: relative; padding: 0 14px; }

#shcart td.amount .minus {
	position: absolute;
	left: 0;
	top: 4px;
}

#shcart td.amount .plus {
	position: absolute;
	right: 0;
	top: 4px;
}

#shcart td.amount .minus img, #shcart td.amount .plus img { margin: 0; }

/* shopping cart pages - step 2 */

#shcart .formtable td input, #shcart .formtable td textarea { width: 321px; }

/* shopping cart pages - step 3 */

#shcart.step2 .buttons, #shcart.step3 .buttons { width: 75%; }

/* product filters */

.filter {
	background: #f6f7fd;
	padding: 7px 10px;
	font-size: 11px;
}

.filter form, .filter select {
	display: inline;
	margin-bottom: 0;
}

.filter form { padding-left: 5px; }

/* search */

#search-form {
	position: absolute;
	top: 107px;
	right: 37px;
}

#search-form input {
	display: inline;
	margin: 0;
}

#search-form input {
	width: 149px;
}

#search-form input.button {
	width: 61px;
	height: 21px;
	background: url(../img/button-small.gif) no-repeat;
}

#search-form2  { display: inline; height: 23px; line-height: 23px; width: 180px; float: right; }

#search-form2 input {
	display: inline;
	margin: 0 0 20px 0;
	width: 149px;
	vertical-align: middle;
}

#search-form2 input.button {
	width: 21px;
	height: 21px;
	background: url(../img/button-mini.gif) no-repeat;
}

/* search results */

#search {
	width: 886px;
	background: #f6f7fd;
	padding: 9px 10px;
	margin: 0;
}

#search input {
	display: inline;
	margin: 0;
	/*width: 816px;*/
	width: 200px;
}

#search input.button {
	width: 61px;
	height: 21px;
	background: url(../img/button-small.gif) no-repeat;
}

.search-results { margin: 16px 0; }

.search-results h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 16px;
	padding: 0;
	color: #F79433;
}

.search-results h3 strong { color: #000; }

.search-results ol, .search-results table {
	margin: 0;
	padding: 0;
}

.search-shortcuts {
	margin-bottom: 16px;
	padding-top: 8px;
}

.search-shortcuts span {
	color: #dadade;
	padding: 0 5px;
}
