/*==================================== VELOSTREET =======================================*/
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFF;
	font: normal 12px Verdana;
	color: #535353;
}
a {
	color: #299353;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div#body {
	position: relative;
	width: 900px;
	margin: 0 auto;
	min-height: 600px;
	height=600px;
	padding-top: 119px;
	/*border: 1px solid black;*/
}
div#header {
	height: 140px;
	width: 900px;
	position: absolute;
	top: 0;
	left: 0;
}
a#logo {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 117px;
	width: 193px;
	background: url(/img/img/logo.gif) 2px 52px no-repeat;
	font: normal 11px Verdana;
	font: bold 10px Verdana;
	text-decoration: none;
	padding-top: 25px;
	color: #777;
}
div#header div.top_menu {
	position: absolute;
	width: 700px;
	height: 122px;
	top: 21px;
	right: 0;
	background:url(/img/img/top_menu_back.gif) top left no-repeat;
}
div.banner {
	position: absolute;
	width: 490px;
	height: 60px;
	top: 57px;
	right: 30px;
}
div.topbanner {
	width: 520px;
	position: absolute;
	z-index: 2;
	top: 33px;
	left: 180px;
	width: 505px;
	height: 56px;
	text-align: left;
	font: bold 10px Verdana;
	color: #FFF;
}
div.topbanner a {
	font: bold 10px Verdana;
	color: #FFF;
	text-decoration: none;
}
div.topbanner a:hover {
	text-decoration: underline;
}
div.bottombanner {
	/*border: 1px solid red;*/
	background: #F3F9EA;
	font: bold 11px Verdana;
	color: #299353;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 8px 20px;
	text-align: justify;
}
div.bottombanner a {
	font: bold 11px Verdana;
	color: #299353;
	text-decoration: none;
}
div.bottombanner a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
h1.title {
	margin: 0;
	font: bold 17px Verdana;
	color: #299353;
	line-height: 20px;
	padding: 0 0 10px;
	width: 485px;
}
/*------------------------------------------------------------------------------------------*/
ul#top_menu {
	margin: 0;
	padding: 2px 0 0 6px;
	list-style: none;
	width: 680px;
	height: 30px;
}
ul#top_menu li {
	float:left;
	background: #299353 url(/img/img/top_menu_left_li.jpg) left top no-repeat;
	margin:0;
	padding: 0 0 0 0;
	list-style: none;
}
ul#top_menu a {
	float:left;
	display:block;
	background:  url(/img/img/top_menu_right_li.png) right top no-repeat;
	padding: 0 17px 2px 30px;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	font: bold 11px Verdana;
	line-height: 28px;
	height: 30px;
	text-decoration: none;
}
ul#top_menu a:hover {
	color:#FFF;
}
ul#top_menu #current {
	background: #9FD154 url(/img/img/top_menu_left_li_hover.jpg) left top no-repeat;
}
ul#top_menu #current a {
	background: url(/img/img/top_menu_right_li_hover.jpg) right top no-repeat;
}
/*------------------------------------------------------------------------------------------*/
form#search {
	position: absolute;
	top: 96px;
	right: 86px;
	width: 154px;
	height: 22px;
	margin: 0;
	padding: 0;
}
form#search table {
	border-spacing: 0;
	padding: 0;
	border: 0;

}
form#search table td input.submit {

}
form#search table td input.text {
	border-right: 1px solid #D3D0C7;
	border-bottom: 1px solid #D3D0C7;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	width: 130px;
	height: 18px;
	font: normal 10px Verdana;
	padding: 0 3px;
}
/*------------------------------------------------------------------------------------------*/
div.left_menu ul li a {
	margin: 0;
	font: bold 12px Verdana;
	color: #299353;
	width: 193px;
	padding-top: 2px;
	min-height: 42px;
	_height: 40px;
	line-height: 40px;
	text-align: center;
}
div.left_menu ul li.parent a {
	display: block;
	margin: 0;
	font: bold 12px Verdana;
	color: #299353;
	width: 193px;
	min-height: 36px;
	_height: 36px;
	line-height: 30px;
	background: url(/img/img/left_menu_header_opened.jpg) top left no-repeat;
	text-align: center;
}
div.left_menu ul li a.closed { /*FIXME like div.left_menu ul li.parent a*/
	margin: 0;
	font: bold 12px Verdana;
	color: #299353;
	width: 193px;
	min-height: 30px;
	_height: 30px;
	line-height: 30px;
	background: url(/img/img/left_menu_header_closed.jpg) top left no-repeat;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}
div.left_menu ul li.count1 a {
	display: block;
	margin: 0;
	font: bold 12px Verdana;
	color: #299353;
	width: 193px;
	min-height: 42px;
	_height: 40px;
	line-height: 40px;
	padding-top: 2px;
	background: url(/img/img/left_menu_header_top_opened.jpg) top left no-repeat;
	text-align: center;
}
div.left_menu ul li a.top_closed {/*FIXME like div.left_menu ul li.count1 a*/
	margin: 0;
	font: bold 12px Verdana;
	color: #299353;
	width: 193px;
	min-height: 40px;
	_height: 40px;
	line-height: 40px;
	padding-top: 2px;
	background: url(/img/img/left_menu_header_top_closed.jpg) top left no-repeat;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}
div.left_menu ul#nav {
	margin: 0;
	padding: 0 0 12px;
	list-style: none;
	background: #98d482 url(/img/img/left_menu_footer.gif) bottom left no-repeat;
	width: 193px;
}
div.left_menu ul .nav {
	margin: 0;
	padding: 0 0 12px;
	list-style: none;
	background: #98d482 url(/img/img/left_menu_footer.gif) bottom left no-repeat;
	width: 193px;
}

div.left_menu ul {
	margin: 0;
	padding: 0 0 12px;
	list-style: none;
	width: 193px;
}
div.left_menu ul li ul {
	padding: 0;
}
div.left_menu ul li li {
	list-style: none;
	background: url(/img/img/left_menu_item_back.gif) bottom left no-repeat;
	padding-bottom: 1px;
	min-height: 21px;
	_height: 21px;
	line-height: 21px;
}
div.left_menu ul li li a,
div.left_menu ul li.parent li a,
div.left_menu ul li.count1 li a {
	padding: 0 15px 0 30px;
	display: block;
	list-style: none;
	font: bold 12px Verdana;
	color: #FFF;
	min-height: 20px;
	_height: 20px;
	line-height: 20px;
	text-align: left;
	background: url(/img/img/left_menu_li.gif) 15px 0 no-repeat;
	text-decoration: none;
}
div.left_menu ul li li a:hover {
	background-color: #7ec577;
}
/*------------------------------------------------------------------------------------------*/
div#left_blocks div.block {
	margin-top: 10px;
	width:  193px;
	min-height: 50px;
	height=50px;
	position: relative;
	padding: 11px 12px 16px;
	background: url(/img/img/block_back.gif) top left repeat-y;
	font: normal 12px Verdana;
	color: #535353;
	text-align: left;
}
div#left_blocks div.block h2 {
	margin: 0;
	color: #299353;
	text-align: left;
	font: bold 11px Verdana;
	height: 20px;
	line-height: 20px;
	background: url(/img/img/block_header_back.gif) bottom left repeat-x;
}
div#left_blocks div.block a {
	color: #299353;
	font: bold 10px Verdana;
	text-decoration: none;
}
div#left_blocks div.block a:hover {
	text-decoration: underline;
}
div#left_blocks div.block div.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 193px;
	height: 11px;
	background: url(/img/img/block_top.gif) top left no-repeat;
}
div#left_blocks div.block div.footer {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 193px;
	height: 16px;
	background: url(/img/img/block_bottom.gif) top left no-repeat;
}
div#left_blocks div.block img {
	display: block;
	margin: 4px auto;
	margin=4px 0;
	border: 1px solid #444;
}
div#left_blocks div.center {
	text-align: center;
}
div#left_blocks div.block div.content {
	padding-top: 3px;
	padding-bottom: 4px;
	font: normal 11px Verdana;
	background: url(/img/img/block_header_back.gif) bottom left repeat-x;
}
div#left_blocks {
	float: left;
}
div#left_blocks div.left_menu {
	width: 193px;
	margin: 0;
	background: #98d482;
}
/*------------------------------------------------------------------------------------------*/
div#right_blocks {
	width: 160px;
	min-height: 400px;
	height: 400px;
	float: right;
	padding-top: 25px;
	padding-top=40px;
}
div#right_blocks div.block {
	margin-top: 15px;
	width: 160px;
	min-height: 50px;
	height=50px;
	position: relative;
	padding: 11px 0px 10px 10px;
	background: url(/img/img/box_right_back.png) top left repeat-y;
	font: normal 11px Verdana;
	color: #535353;
	text-align: left;
}
div#right_blocks div.block form {
	margin: 0;
}
div#right_blocks div.block h2 {
	margin: 0 0 2px 0;
	width: 140px;
	color: #299353;
	/*color: #535353;*/
	text-align: left;
	font: bold 11px Verdana;
	height: 20px;
	line-height: 20px;
	background: url(/img/img/block_header_back.gif) bottom left repeat-x;
}
div#right_blocks div.block h2 a {
	color: #299353;
	/*color: #535353;*/
	text-align: left;
	font: bold 11px Verdana;
}
div#right_blocks div.block strong {
	font: bold 10px Verdana;
	margin: 2px 0;
	display: block;
}
div#right_blocks div.block a {
	font: normal 11px Verdana;
	color: #299353;
	text-decoration: none;
}
div#right_blocks div.block a:hover {
	text-decoration: underline;
}
div#right_blocks div.block div.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 11px;
	background: url(/img/img/box_right_top_back.gif) top left no-repeat;
}
div#right_blocks div.block div.footer {
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 160px;
	height: 16px;
	background: url(/img/img/box_right_bottom_back.gif) top left no-repeat;
}
div#right_blocks div.block table {
	font: bold 10px Verdana;
	color: #535353;
}
div#right_blocks div.block table input {
	/*border: 1px solid #9ED053;*/
}
div#right_blocks div.block table input.text {
	border: 1px solid #98d482;
	font: normal 10px Verdana;
	color: #535353;
	width: 90px;
}
div#right_blocks div.block trong.price {
	font: normal 9px Verdana;
}
div#right_blocks div.block div.total {
	text-align: right; 
	margin-right: 12px; 
	margin-top: 4px; 
	background: url(/img/img/block_header_back.gif) top left repeat-x; 
	padding-top: 3px;
}
div#right_blocks div.block table div.total a.checkout {
	float: left; 
	font: bold 10px Verdana;
}


div#right_blocks div.forum {
	_height: 10px;
}
div#right_blocks div.forum a {
	display: block;
	color: #535353;
	text-align: left;
	font: normal 11px Verdana;
	background: url(/img/img/icon_arrow.jpg) 0 6px no-repeat;
	width: 140px;
	padding-left: 12px;
	padding-top: 1px;
	line-height: 15px;
}
div#right_blocks div.links a {
	padding: 0 0 0 14px;
	margin: 0;
	background: url(/img/img/icon_arrow.jpg) 0 3px no-repeat;
	font: normal 11px Verdana;
	color: #299353;
	text-decoration: none;
	display: block;
}
div#right_blocks div.links h2 a,
div#right_blocks div.links a.no_list {
	padding: 0;
	background: none;
	display: inline;
}
div#right_blocks div.links div.total a {
	background: none;
	font: bold 12px Verdana;
	display: block;
}
div#right_blocks table {
	vertical-align: top;
}
/*------------------------------------------------------------------------------------------*/
div#path {
	position: absolute;
	top: 130px;
	left: 225px;
	text-align: left;
	width: 415px;
	color: #555;
	font: bold 10px Verdana;
	height: 20px;
	line-height: 20px;
	z-index: 10;
}
div#path a {
	font: bold 10px Verdana;
	color: #555;
	text-decoration: none;
}
div#path a:hover {
	text-decoration: underline;
}
/*------------------------------------------------------------------------------------------*/
div#notice {
	margin-top: 0px;
	padding-top: 10px;
	width: 700px;
	margin-left: 175px;
	clear: both;
	font: normal 11px Verdana;
	height: 48px;
	text-align: left;
}
div#footer {
	margin-top: 0px;
	padding-top: 10px;
	width: 700px;
	margin-left: auto;/*175px;*/
	margin-right: auto;
	clear: both;
	background: url(/img/img/footer_back.png) bottom left no-repeat;
	font: normal 11px Verdana;
	color: #299353;
	height: 48px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
}
div#footer a {
	font: normal 11px Verdana;
	color: #299353;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
/*------------------------------------------------------------------------------------------*/
table.description {
	border-spacing: 0;
	border: 0;
	border-collapse: collapse;
	padding: 0;
	width: 485px;
}
table.description td {
	border-top: 1px dashed #299353;
	border-bottom: 1px dashed #299353;
	font: normal 12px Verdana;
	color: #535353;
	height: 20px;
	vertical-align: top;
}
table.description tr.odd td {
	background: #F3F9EA
}
table.description tr td.name {
	width: 180px;
	padding-left: 15px;
}
table.description caption {
	width: 220px;
	font: bold 12px Verdana;
	color: #FFF;
	height: 21px;
	line-height: 21px;
	text-align: left;
	background: url(/img/img/table_description_header.gif) top left no-repeat;
	padding: 0 15px;
}
table.description td.selected {
	font: bold 12px Verdana;
	color: #299353;
}
table.description td textarea {
	border: 1px solid #9ED053;
	font: normal 12px Verdana;
	color: #535353;
}
table.description td.text input {
	border: 1px solid #9ED053;
	font: normal 10px Verdana;
	color: #535353;
}
table.description td a {
	font: normal 12px Verdana;
	color: #299353;
	text-decoration: none;
}
table.description td a:hover,
table.description caption a:hover {
	text-decoration: underline;
}
table.description caption a {
	font: bold 10px Verdana;
	color: #299353;
	text-decoration: none;
}
table.description td h2 {
	clear: left;
	padding: 10px 0 0;
	font: bold 12px Verdana;
	color: #299353;
	margin: 0;
}
table.description td h2 a {
	font: bold 12px Verdana;
	color: #299353;
	text-decoration: none;
}
table.description td img.separator {
	clear: both;
	width: 200px;
	height: 1px;
	margin: 0;
}
table.description td div.description {
	font: normal 10px Verdana;
	color: #535353;
	padding-top: 5px;
	min-height: 50px;
	height=60px;
}
table.description td span.price strong {
	font: bold 12px Verdana;
	color: #535353;
}
table.description td span.price {
	display: block;
	color: #299353;
	font: bold 13px Verdana;
	padding: 4px 0;
}
table.description td span.price span {
	font: bold 13px Verdana;
}
table.description td a img {
	border: 0px;
}
/*------------------------------------------------------------------------------------------*/
form.form {
	margin: 0;
}
/*table.form {
	border-spacing: 0;
	border: 0;
	border-collapse: collapse;
	padding: 0;
	width: 485px;
	border-top: 1px dashed #299353;
	border-bottom: 1px dashed #299353;
	margin-bottom: 10px;
}*/
table.form td {
	font: normal 11px Verdana;
	color: #535353;
	height: 20px;
}
form div input{
	border: 1px solid #005B01;
	background-color: #DBFFFF;
	color: #004C01;
	font-size: 11px;
}
table.form td input,
table.form td select {
	font: normal 10px Verdana;
	color: #535353;
	height: 18px;
	width: 260px;
	border: 1px solid #9ED053;
}
table.form td textarea {
	font: normal 10px Verdana;
	color: #535353;
	height: 180px;
	width: 260px;
	border: 1px solid #9ED053;
}
table.form tr td.name {
	width: 180px;
	padding-left: 15px;
}
table.form caption {
	width: 220px;
	font: bold 12px Verdana;
	color: #FFF;
	height: 21px;
	line-height: 21px;
	text-align: left;
	background: url(/img/img/table_description_header.gif) top left no-repeat;
	padding: 0 15px;
	padding: 0 15px;
}
/*------------------------------------------------------------------------------------------*/
div.product_preview {
	min-height: 50px;
	height=50px;
	background: url(/img/img/block_header_back.gif) bottom left repeat-x;
	padding: 5px 0;
}
div.product_preview table {
	border-spacing: 0;
	padding: 0;
	border: 0;
}
div.product_preview table td {
	vertical-align: top;
	text-align: left;
}
div.product_preview table td.image {
	width: 140px;
}
div.product_preview table td.description {
	padding-left: 10px;
}
div.product_preview h2 {
	font: bold 12px Verdana;
	color: #299353;
	margin: 0;
}
div.product_preview h2 a {
	font: bold 12px Verdana;
	color: #299353;
	text-decoration: none;
}
div.product_preview div.description {
	font: normal 10px Verdana;
	color: #535353;
	padding-top: 5px;
	min-height: 50px;
	height=60px;
}
div.product_preview span.price {
	display: block;
	color: #299353;
	font: bold 17px Verdana;
	padding: 4px 0;
}
div.product_preview span.price span {
	font: bold 13px Verdana;
}
/*------------------------------------------------------------------------------------------*/
div.category {
	background: url(/img/img/block_header_back.gif) bottom left repeat-x;
}
div.category h1.category{
	margin: 0;
	font: bold 17px Verdana;
	color: #299353;
	line-height: 20px;
	padding: 0 0 10px;
	float1: left;
}
div.category div.category_description {
	font: normal 11px Verdana;
	color: #7F7F7F;
	line-height: 16px;
	padding: 4px 0 10px;
	text-align: left;
}
div.category div.separator {
	clear: left;
}
div.product_preview table td a.zoom {
	font: normal 10px Verdana;
	color: #535353;
	display: block;
	padding: 10px 0 0 35px;
	background: url(/skin/frontend/default/velostreet.kiev.ua/images/store/icon_sq.png) 20px 14px no-repeat;
	text-decoration: none;
	line-height: 14px;
}
div.product_preview table td a.zoom:hover {
	text-decoration: underline;
}
div.product_preview table td.description span.price strong.out-of-stock {
	color: #D83820;
	font: bold 12px Verdana;
}


div.continue_button {
	width: 485px;
	text-align: right;
	margin-top: 30px;
}
div.error {
	width: 485px;
	text-align: center;
	color: red;
	font: bold 11px Verdana;
	padding-bottom: 15px;
}
div.necessary {
	font: normal 10px Verdana;
	color: #535353;
}
span.inputRequirement,
div.necessary span {
	color: red;
}
/*------------------------------------------------------------------------------------------*/

div.filter_manufacturer {
	font: bold 12px Verdana;
	color: #7F7F7F;
	background: url(/img/img/block_header_back.gif) bottom left repeat-x;
}
div.filter_manufacturer table {
	width: 100%;
	background: url(/img/img/block_header_back.gif) top left repeat-x;
}
div.filter_manufacturer table table {
	background: none;
}
div.filter_manufacturer table td {
	height: 24px;
	font: normal 11px Verdana;
}
div.filter_manufacturer table td form {
	margin: 0;
	padding: 0;
}
div.filter_manufacturer table td.name {
	font: normal 11px Verdana;
	color: #7F7F7F;
	vertical-align: middle;
	width: 100px;
}
div.filter_manufacturer table td.paging {
	vertical-align: middle;
	text-align: center;
	width: 165px;
}

div.filter_manufacturer table td select {
	border: 1px solid #9ed053;
	height: 20px;
	font: normal 11px Verdana;
	color: #7F7F7F;
	background: #FFF;
	width: 120px;
}
div.filter_manufacturer table td.price_select {
	font: bold 12px Verdana;
	color: #7F7F7F;
	vertical-align: middle;
	text-align: right;
	padding-right: 60px;
}
div.filter_manufacturer table td.desc {
	background: url(/img/img/arrow_desc.gif) 95px center no-repeat;
	cursor: pointer;
	cursor: hand;
}
div.filter_manufacturer table td.asc {
	background: url(/img/img/arrow_asc.gif) 95px center no-repeat;
	cursor: pointer;
	cursor: hand;
}
/*------------------------------------------------------------------------------------------*/
div.paging {
	font: normal 11px Verdana;
	color: #7e7e7e;
	line-height: 20px;
}
div.paging a {
	font: normal 11px Verdana;
	color: #7e7e7e;
	text-decoration: none;
}
div.paging span {
	font: bold 11px Verdana;
	color: #2f8c00;
}
div.paging a.prev,
div.paging a.next {
	font: bold 11px Verdana;
	color: #7e7e7e;
}
div.paging a:hover.prev,
div.paging a:hover.next {
	font: bold 11px Verdana;
	color: #2f8c00;
}
div.paging a:hover {
	color: #2f8c00;
}
/*------------------------------------------------------------------------------------------*/
div.product_info {
	padding-top: 15px;
}
div.product_info a.product_image img {
	/*width: 260px;*/
	max-height: 200px;
	background: #EFEFEF;
	float: left;
}
div.product_info div.info_right {
	margin: 0 0 0 270px;
	min-height: 200px;
	height=200px;
}
div.product_info div.info_right h2 {
	margin: 0;
	font: bold 14px Verdana;
	color: #2b9451;
	line-height: 24px;
	padding-bottom: 10px;
}
div.product_info div.info_right a.zoom,
div.product_info div.info_right a.ext_link {
	font: normal 10px Verdana;
	color: #535353;
	display: block;
	padding-left: 15px;
	background: url(/img/img/icon_sq.png) 0px 4px no-repeat;
	text-decoration: none;
	line-height: 14px;
}
div.product_info div.info_right a.zoom:hover,
div.product_info div.info_right a.ext_link:hover {
	text-decoration: underline;
}
div.product_info div.info_right div.price {
	font: bold 11px Verdana;
	color: #2b9451;
	line-height: 18px;
	padding-top: 10px;
}
div.product_info div.info_right div.discount {
	font: bold 12px Verdana;
	color: #2b9451;
	line-height: 18px;
}
div.product_info div.info_right div.price span,
div.product_info div.info_right div.discount span {
	font: bold 11px Verdana;
	color: #535353;
}
div.product_info div.info_right div.price em,
div.product_info div.info_right div.price em span.nobr {
	color: red;
	font-style: italic;
	font-style: italic;
	font-size: 12px;
}
div.product_info div.info_right div.price em.productOldPrice, 
div.product_info div.info_right div.price em.productOldPrice span.nobr {
	text-decoration: line-through;
	color: #2b9451;
	font-style: italic;
	font-size: 12px;
}
div.product_info div.info_right div.buy_now {
	padding-top: 15px;
}
div.product_info div.product_description {
	padding-top: 15px;
}
table.buy_now {
	border-spacing: 0;
	padding: 0;
}
table.buy_now td {
	vertical-align: middle;
}
table.buy_now td input.text {
	font: normal 10px Verdana;
	color: #535353;
	height: 18px;
	width: 40px;
	border: 1px solid #9ED053;
	text-align: right;
}
/*------------------------------------------------------------------------------------------*/
table.order_details {
	width: 485px;
	border-collapse: collapse;
}
table.order_details thead tr th {
	font: bold 11px Verdana;
	color: #535353;
	background: #EFEFEF;
	text-align: center;
	padding: 1 3px;
	line-height: 18px;
	border-top: 1px dashed #299353;
	border-bottom: 1px dashed #299353;
}
table.order_details tbody tr td {
	font: bold 11px Verdana;
	color: #535353;
	background: #FEFEFE;
	text-align: center;
	padding: 1 3px;
	line-height: 18px;
	border-top: 1px dashed #299353;
	border-bottom: 1px dashed #299353;
	vertical-align: middle;
}
table.order_details thead tr th.name,
table.order_details tbody tr td.name {
	text-align: left;
}
table.order_details tbody tr td a {
	font: normal 12px Verdana;
	color: #535353;
	text-decoration: none;
}
table.order_details tbody tr td a:hover {
	text-decoration: underline;
}
table.order_details tbody tr td input.text {
	font: normal 10px Verdana;
	color: #535353;
	height: 18px;
	width: 40px;
	border: 1px solid #9ED053;
	text-align: right;
}
div.order_details_total {
	font: bold 16px Verdana;
	color: #535353;
	background: #FEFEFE;
	text-align: right;
	padding: 1px 3px;
	line-height: 18px;
	width: 485px;
}

/*------------------------------------------------------------------------------------------*/
table.main_page_info {
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0;
	width: 520px;
	border-top: 1px dashed #299353;
	border-bottom: 1px dashed #299353;
	text-align: left;
}
table.main_page_info caption {
	margin: 0;
	font: bold 14px Verdana;
	color: #299353;
	line-height: 20px;
	padding: 0 0 4px;
	width: 485px;
	text-align: left;
}
table.main_page_info td {
	font: bold 12px Verdana;
	color: #535353;
	line-height: 18px;
	min-height: 18px;
	_height: 18px;
	text-align: left;
}
table.main_page_info tbody.news td {
	font: bold 10px Verdana;
	color: #535353;
	line-height: 18px;
	min-height: 18px;
	_height: 18px;
	text-align: left;
}
table.main_page_info tbody.news td a {
	font: normal 11px Verdana;
	color: #535353;
	text-decoration: none;
} 
table.main_page_info tr.odd {
	background: #F3F9EA
}
table.main_page_info td a {
	font: normal 12px Verdana;
	color: #535353;
	text-decoration: none;
}
table.main_page_info td a:hover {
	text-decoration: underline;
}
/*------------------------------------ Vote ------------------------------------------------*/
table.voteblock {
	width: 139px;
	border: 0;
}
table.voteblock td {
	border-spacing: 0;
	padding: 1px 0;
}
table.voteblock td.vote  {
	color: #717171;
	font: normal 10px Verdana, tahoma;
}
table.voteblock td.vote_check {
	padding: 0;
}
table.voteblock td.vote_result img {
	height: 10px;
	border: 1px solid gray;
}
table.voteblock td.vote_check input {
	margin-left: 0;
}
/*------------------------------------------------------------------------------------------*/
table.main_page {
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0;
	width: 520px;
	border-top: 1px dashed #299353;
	border-bottom: 1px dashed #299353;
}
table.main_page td {
	font: normal 10px Verdana;
	color: #535353;
	height: 20px;
	border-top: 1px dashed #299353;
	border-bottom: 1px dashed #299353;
	min-height: 140px;
	height=140px;
	text-align: center;
}
table.main_page td div.image {
	width: 140px;
	min-height: 80px;
	height=80px;
	margin: 10px auto 0px auto;
}
table.main_page td div.image img {
	border: 0;
}
table.main_page td h2 {
	clear: left;
	padding: 10px 0 0;
	font: bold 10px Verdana;
	color: #535353;
	margin: 0;
}
table.main_page td h2 a {
	font: bold 10px Verdana;
	color: #535353;
	text-decoration: none;
}
table.main_page td img.separator {
	clear: both;
	width: 100px;
	height: 1px;
	margin: 0;
}

table.main_page td div.description {
	font: normal 10px Verdana;
	color: #535353;
	padding-top: 5px;
	min-height: 50px;
	height=60px;
}
table.main_page td span.price strong {
	font: bold 10px Verdana;
	color: #535353;
}
table.main_page td span.price {
	display: block;
	color: #299353;
	font: bold 10px Verdana;
	padding: 4px 0;
}
table.main_page td span.price span {
	font: bold 11px Verdana;
}
table.main_page td a img {
	/*border: 1px solid #299353;*/
}
/*------------------------------------------------------------------------------------------*/
span.price em.productOldPrice {
	text-decoration: line-through;
	font-style: normal;
	color: #2b9451;
}
span.price em {
	color: red;
	font-style1: normal;
}
/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------*/
div#content {
	width: 520px;
	min-height: 600px;
	height=600px;
	margin-left: 205px;
	margin-left=0;
	padding-top: 40px;
	text-align: left;
}

a#action_banner {
	position: absolute;
	display: block;
	top: 64px;
	left: 415px;
	width: 475;
	height: 42;
	z-index: 10;
}
a#auto_russian {
	display: none;
}
/*================================ END VELOSTREET =======================================*/
/*================================ BEGIN IMPORTED_VELOSTREET =======================================*/
.messages li {
	font: bold 12px Verdana;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	min-height:23px;
	padding: 0;
	line-height:1.5em;
}
.success-msg {
	background:#EFF5EA url(/img/img/success_msg_icon.gif) no-repeat scroll 10px;
	border:1px solid #95A486;
	color:#3D6611;
}
.success-msg ul {
	margin: 15px 15px 0 0;
	padding: 0;
}
/*================================ END IMPORTED_VELOSTREET =======================================*/
.normal{
	font-weight: normal;
}
.cater{
	font-size: 10px;
	text-align: right;
}
.main_content{
	font-size: 11px;
}
table.main_page_info tbody.news tr td.td13 {
	font: bold 11px Verdana;
}
table.main_page_info tbody.news tr td.td13 a{
	font: bold 13px Verdana;
}
.folder{
	height: 126px;
width: 144px;
background-image: url(/img/img/folder.jpg);
background-repeat: no-repeat;
background-position: 100% 100%;

}
.photo{
height: 119px;
width: 119px;
background-image: url(/img/img/photo.jpg);
background-repeat: no-repeat;
background-position: 100% 100%
}
.pager{
font-size: 9px;
	padding: 13px;
}
.full{
	background-color: White;
	padding: 3px;
	border: 1px solid #cccccc;
	margin: 4px;
}
.photo_full{
text-align:center;
padding:8px;
}
h4{
	font-size: 13px;
}
table td .photo_text, table .underlined tr td .photo_text{
	font-size: 11px;
}
h2{
	font-size: 14px;
}
.underlined{
	border-bottom: 1px dotted #cccccc;
	font-size: 11px;
}
td{
	font-size: 11px;
}

.s select {
	width: 140px;
	font-size: 10px;
}
.s input {
	width: 138px;
	font-size: 10px;
	background-image: none;
}
