/******************************************************************/
	/* [[[ Common styles */
BODY {
	margin: 15 0 0 0;
	background-color: #FFFFFF;
	background-image: url('../images/backarea.png');
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c3f36;
}

/*
BODY * {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c3f36;
	margin: 0 0 0 0;
}
*/
form {
	margin: 0 0 0 0;
}

a {
	color: #016f96;
	/* text-decoration: none; border-bottom:dotted 1px #016f96 */
}

a:hover {
	color: #b0351f;
}

p {
	margin: 7px 0px 7px 0px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
}

/* ]]] Common styles */
	/******************************************************************/
#main_table {
	
}

/******************************************************************/
	/* [[[ Header styles */ /* ]]] Header styles */
	/******************************************************************/
	/* [[[ NAVIGATION */
.menuw {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.menuw li {
	float: left;
	margin: 0;
	padding: 0;
}

.menu {
	list-style-type: none;
	/* margin: 0 50% 0 50%;*/ /*padding: 0;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.nmm_left {
	height: 35px;
	width: 20px;
	background: url('../images/menu_bg_left.gif') no-repeat bottom left;
}

.nmm_right {
	height: 35px;
	width: 10px;
	background: url('../images/menu_bg_right.gif') no-repeat bottom right;
}

.nmm_md {
	height: 35px;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background: url('../images/menu_bg.gif') repeat-x bottom;
}

.nmm_mdl {
	background: url('../images/menu_bg.gif') repeat-x bottom;
}

.nmm_mddw {
	height: 33px;
	padding: 0px 0px 0px 0px;
}

.nmm_mddw a {
	outline-style: none;
}

.nmm_m_left {
	background: url(../images/menu_left.gif) no-repeat left top;
	height: 33px;
	min-width: 115px;
}

.nmm_m_right {
	background: url(../images/menu_right.gif) no-repeat right top;
	height: 33px;
	min-width: 115px;
}

.nmm_m_md {
	background: url(../images/menu_middle.gif) repeat-x top;
	margin: 0px 16px;
	padding: 0px;
	text-align: center;
	height: 33px;
	white-space: nowrap !important;
}

.nmm_m_md p {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.nmm_md table td {
	width: 115px;
	white-space: nowrap;
}

.nmm_md a {
	display: block;
	white-space: nowrap;
	cursor: hand;
	text-decoration: none;
}

.nmm_md a {
	color: #FFFFFF !important;
	font-weight: bold;
	font-size: 11px;
}

.nmm_md a:hover div.nmm_m_md {
	background-image: url(../images/menu_middle_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.nmm_md a:hover div.nmm_m_left {
	background-image: url(../images/menu_left_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.nmm_md a:hover div.nmm_m_right {
	background-image: url(../images/menu_right_over.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.nmm_md a.active div.nmm_m_md {
	background-image: url(../images/menu_middle_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.nmm_md a.active div.nmm_m_left {
	background-image: url(../images/menu_left_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.nmm_md a.active div.nmm_m_right {
	background-image: url(../images/menu_right_over.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

ul.menu li { /* width:114px; */
	float: left;
	margin: 0;
	padding: 0;
}

.menu a {
	display: block;
	white-space: nowrap;
	min-width: 115px;
	background-image: url(../images/menu_middle.gif);
	background-position: top;
	background-repeat: repeat-x;
	cursor: hand;
	text-decoration: none;
}

.menu a * {
	color: #FFFFFF !important;
	font-weight: bold;
	font-size: 11px;
}

.menuleft {
	padding-top: -5px;
	height: 33px;
	padding-left: 17px;
	background-image: url(../images/menu_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.menuright {
	padding-top: 5px;
	height: 33px;
	padding-right: 17px;
	background-image: url(../images/menu_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.menu a:hover {
	background-image: url(../images/menu_middle_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.menu a:hover div.menuleft {
	background-image: url(../images/menu_left_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu a:hover div.menuright {
	background-image: url(../images/menu_right_over.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.menu a.active {
	background-image: url(../images/menu_middle_over.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.menu a.active div.menuleft {
	background-image: url(../images/menu_left_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu a.active div.menuright {
	background-image: url(../images/menu_right_over.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu_bg_right {
	float: left;
	width: 2%;
	background-image: url(../images/menu_bg.gif);
}

#menu_bg_left {
	float: left;
	width: 2%;
	background-image: url(../images/menu_bg.gif);
	clear: left;
}

#menu_bg {
	float: left;
	width: 96%;
	background-image: url(../images/menu_bg.gif);
}

#search_left_td {
	width: 7px;
	background-image: url(../images/search_bg_left.gif);
	height: 63px;
}

#search_bg_td {
	background-image: url(../images/search_bg_middle.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}

#search_right_td {
	width: 7px;
	background-image: url(../images/search_bg_right.gif);
	background-position: right;
}

#search_left {
	float: left;
	width: 2%;
	background-image: url(../images/search_bg_middle.gif);
}

#search_bg {
	float: left;
	height: 37px;
	background-image: url(../images/search_bg_middle.gif);
	background-repeat: repeat-x;
}

#search_right {
	float: left;
	width: 2%;
	background-image: url(../images/search_bg_middle.gif);
	clear: right;
}

#search {
	color: #FFFFFF;
	font-weight: bold;
	width: 630px;
	margin-top: 10px;
}

#search div {
	font-size: 12px;
}

#search input {
	border: #3d6c90 1px solid;
	color: #555;
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 15px;
	padding: 3px;
}

.meklet {
	background-image: url(../images/search_button_bg.gif);
	height: 21px !important;
	background-repeat: repeat-x;
	border: #3d6c90 1px solid !important;
	color: #FFFFFF !important;
	font-weight: bold;
	font-size: 11px;
}

#searchtab {
	background-image: url(../images/papildus_search_tab_big.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#searchtab a {
	display: block;
	height: 23px;
	width: 30%;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	font-size: 11px;
	outline-style: none;
}

#search_adv_topleft {
	float: left;
	height: 9px;
	width: 2%;
	background-image: url(../images/papildus_search_middletop.gif);
}

#search_adv_topmiddle {
	float: left;
	height: 9px;
	width: 96%;
	background-image: url(../images/papildus_search_middletop.gif);
	background-repeat: repeat;
}

#search_adv_topright {
	float: left;
	height: 9px;
	width: 2%;
	background-image: url(../images/papildus_search_middletop.gif);
	clear: right;
}

#search_adv_bottomleft {
	float: left;
	width: 2%;
	background-image: url(../images/papildus_search_middlebottom.gif);
	clear: left;
}

#search_adv_bottommiddle {
	float: left;
	height: 51px;
	width: 96%;
	background-image: url(../images/papildus_search_middlebottom.gif);
	background-repeat: repeat;
}

#search_adv_bottommiddle input {
	border: #3d6c90 1px solid;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
}

#search_adv_bottommiddle {
	color: #FFFFFF;
	font-weight: bold;
}

#search_adv_bottomright {
	float: left;
	width: 2%;
	background-image: url(../images/papildus_search_middlebottom.gif);
	clear: right;
}

/* ]]] NAVIGATION */
	/******************************************************************/
	/* [[[ CONTENT */
.conteiner24 {
	float: left;
	margin: 0px;
	padding: 2px;
	width: 24%;
}

.conteiner32 {
	float: left;
	margin: 0px;
	padding: 2px;
	width: 33%;
}

.conteiner49 {
	float: left;
	margin: 0px;
	padding: 2px;
	width: 49%;
}

.conteiner74 {
	float: left;
	margin: 0px;
	padding: 2px;
	width: 74%;
}

.conteiner99 {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.conteiner0 {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 49%;
}

.conteiner_title {
	height: 23px;
	padding-top: 10px;
}

.conteiner_title_middle a {
	display: block;
	margin: 5px 10px 0px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.conteiner_title_left {
	height: 23px;
	float: left;
}

.conteiner_title_middle {
	height: 23px;
	float: left;
	background-image: url(../images/menu_middle.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.conteiner_title_right {
	height: 23px;
	float: left;
}

.catalog {
	width: 220px;
	height: 60px;
	float: left;
	margin: 5px 0px 0px 0px;
	padding-right: 2px;
	padding: 5px 0px 0px 5px;
}

.catalog_bilde {
	margin: 2px;
	margin-right: 10px;
	float: left;
	height: 60px;
}

.catalog_title {
	padding-top: 18px;
}

.catalog_title * {
	font-size: 12px;
	font-weight: bold;
	color: #356f96;
}

.catalog_title h2 {
	padding: 0;
	margin: 0;
	display: inline;
}

.catalog_links {
	float: none;
}

.catalog_links * {
	font-size: 11px;
	color: #356f96;
}

.whole_list {
	height: 22px;
	vertical-align: middle;
}

.whole_list a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/conteiner_bottom_left_green.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 4px 0px 6px 10px;
	display: block;
	float: right;
	height: 12px;
}

* html .whole_list a {
	padding: 0px 0px 0px 10px;
	display: inline;
	float: none;
	/* height:12px;*/
}

.whole_list2 a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom: 10px;
}

.link_arrow {
	background-image: url(../images/veikali_link_icon.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 4px 16px;
}

.link_arrow_bold {
	background-image: url(../images/veikali_link_icon.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 2px 16px;
	font-weight: bold;
}

.veikali_linki {
	margin-bottom: 10px;
}

#veikali_linki_bloks div.veikali_linki {
	width: 20%;
	float: left;
}

.veikali_linki a {
	font-size: 11px;
	font-weight: bold;
}

.searchinfo_left {
	font-weight: bold;
	color: #010100;
	margin-left: 10px;
}

.searchinfo_right {
	font-weight: bold;
	color: #010100;
	margin-right: 10px;
	text-align: right;
}

.search_info_item {
	background-color: #b0351f;
	color: #FFFFFF;
	padding: 0px 1px 0px 1px;
}

.search_results { /* Required to align all of this to center */
	width: 200px;
	height: 250px;
	float: left;
	margin: 0px 0px 20px -1px;
	padding: 5px 2px 0px 5px;
	border-left: 1px #9fb03e solid;
	border-bottom: 1px #9fb03e solid;
	/* margin: 0 auto;
	 -- Hmm Ne rabotaet */
	overflow: inherit;
	/* HARD BREAK OF WORDS */
}

.search_contents_txt {
	
}

.search_result_links {
	float: left;
	clear: left;
}

.search_result_bilde {
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: left;
	margin: 2px;
	margin-right: 10px;
}

.search_result_bilde {
	border: 1px #808080 solid;
}

.search_result_vecacena {
	text-decoration: line-through;
	float: left;
	padding: 2px 10px 2px 2px;
	font-weight: bold;
	color: #000000;
}

.search_result_jaunacena,span.search_result_jaunacena a {
	/*background-color: #b0351f;*/
	color: #b0351f;
	/*float: left; */
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
}

span.search_result_jaunacena a {
	text-decoration: none;
}

.search_result_title * {
	font-size: 11px;
	font-weight: bold;
	color: #3c3f36;
	text-decoration: none;
}

.akcija {
	margin: 0px 3px 15px 3px;
	float: none;
}

.akcija_links {
	float: none;
	padding-left: 50px;
	font-size: 11px;
}

.akcija_links a {
	font-size: 11px;
}

.akcija_bilde {
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: left;
	margin: 2px;
	margin-right: 10px;
}

.akcija_bilde {
	border: 1px #808080 solid;
}

.akcija_vecacena {
	text-decoration: line-through;
	float: left;
	padding-right: 10px;
	font-weight: bold;
	color: #000000;
}

.akcija_jaunacena {
	background-color: #b0351f;
	color: #FFFFFF;
	float: left;
	padding-right: 2px;
	font-weight: bold;
}

.akcija_title * {
	font-size: 11px;
	font-weight: bold;
	color: #3c3f36;
	text-decoration: none;
}

.pages {
	clear: both;
	float: none;
	text-align: center;
	padding-bottom: 3px;
}

div.pages a {
	background-color: #3c3f36;
	width: 25px;
	padding: 2px 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

div.pages a:hover {
	background-color: #9fb03e;
	color: #FFFFFF;
}

div.pages a.active {
	background-color: #9fb03e;
	color: #FFFFFF;
}

.product_left {
	margin-right: 5px;
}

.produkts_bilde {
	padding: 0px 10px 10px 5px;
	text-align: center;
}

.produkts_bilde img {
	border: 1px #808080 solid;
}

.produkts_vecacena {
	text-decoration: line-through;
	float: left;
	padding: 0px 10px 0px 5px;
	font-weight: bold;
	color: #000000;
}

.produkts_jaunacena {
	background-color: #b0351f;
	color: #FFFFFF;
	float: left;
	padding: 0px 2px 0px 5px;
	font-weight: bold;
}

.produkts_links {
	float: none;
	padding: 0px 10px 0px 5px;
	white-space: nowrap;
	font-size: 11px;
}

.produkts_palielinat {
	color: #356f95;
	font-size: 10px;
}

.produkts_links a {
	font-size: 11px;
}

.product_tab_blocks {
	height: 22px;
	border-bottom: #7f7f7f solid 1px;
}

.product_tab_block {
	float: left;
	height: 22px;
}

.product_tab_left {
	height: 22px;
	width: 17px;
	background: url(../images/product_tabs_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}

.product_tab_right {
	height: 22px;
	width: 17px;
	background: url(../images/product_tabs_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
}

.product_tab_middle {
	height: 22px;
	background: url(../images/product_tabs_middle.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
}

.product_tab_middle a {
	display: block;
	padding-top: 3px;
	font-weight: bold;
	font-size: 11px;
}

.product_tab_middle a:hover {
	color: #ff9900;
}

.product_tab_block_active {
	float: left;
	height: 22px;
	border-bottom: #FFFFFF solid 1px;
	margin-bottom: -1px;
}

.product_tab_block_active * {
	color: #ff9900;
	text-decoration: none;
}

.product_description {
	color: #333333;
	padding: 14px 0px 10px 3px;
	font-size: 11px;
	font-weight: bold;
}

.big_title {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.table_title {
	font-weight: bold;
	background-color: #ededed;
	text-transform: uppercase;
	color: #808080;
	font-size: 10px;
	padding-left: 3px;
}

.path * {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/*
.path img{
	margin-bottom: 1px;
}
*/
.path {
	font-size: 11px;
	font-weight: normal;
}

ul {
	list-style-type: square;
	list-style-position: outside;
}

/* ]]] CONTENT */
	/******************************************************************/
	/* [[[ Footer/ Header*/
.footer_copyright {
	width: 15%;
	float: left;
	text-align: center;
}

.footer_menu {
	width: 69%;
	white-space: nowrap;
	float: left;
	text-align: center;
}

.footer_top {
	width: 15%;
	white-space: nowrap;
	float: left;
	text-align: center;
}

.footer_top a {
	background-image: url(../images/arrowup.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 15px;
}

.header_logo {
	width: 20%;
	float: left;
	text-align: center;
}

.header_register {
	width: 59%;
	white-space: nowrap;
	float: left;
	text-align: center;
}

.header_register a {
	font-weight: bold;
}

td.header_languages {
	vertical-align: top;
}

.header_languages a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top: 5px;
	background-image: url(../images/lang_bul.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: left center;
	outline-style: none;
}

.header_languages a:hover {
	color: #9fb03e;
	background-image: url(../images/lang_bul_hover.gif);
}

/*
	.lang_lv {background-image:url(../images/lang_lat.gif); background-position:bottom left; background-repeat:no-repeat; padding:15px 8px 0px 8px; color:#356f96; font-weight:bold;  font-size:10px; text-decoration:none;}
	.lang_ru {background-image:url(../images/lang_eng.gif); background-position:bottom left; background-repeat:no-repeat; padding:15px 8px 0px 8px;  color:#356f96; font-weight:bold; font-size:10px; text-decoration:none;}
	.lang_en {background-image:url(../images/lang_rus.gif); background-position:bottom left; background-repeat:no-repeat; padding:15px 8px 0px 8px;  color:#356f96; font-weight:bold; font-size:10px; text-decoration:none;}
	*/
a.lang_lat:hover {
	color: #9fb03e;
}

a.lang_eng:hover {
	color: #9fb03e;
}

a.lang_rus:hover {
	color: #9fb03e;
}

/* ]]] Footer/ Header */
	/******************************************************************/
	/**************** VEIKALI THEME EXTEND 2 ***********************/
a.category-products {
	text-decoration: none;
}

.categoryListBoxContents {
	width: 80px;
	height: 80px;
	float: left;
	border: solid 1px white;
	margin: 5px 0px 0px 0px;
	padding-right: 2px;
	padding: 5px 0px 0px 5px;
}

img {
	border: none;
}

.header_search_at_center {
	vertical-align: middle;
	padding: 0px 0px 30px 0px;
}

body {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

.alert {
	color: red;
}

label {
	color: #ffffff;
}

LABEL.inputLabel {
	width: 11em;
	float: left;
	color: #000000;
}

.newsItem a {
	text-decoration: none;
}

.newsItem a:hover {
	text-decoration: underline;
	color: #000000;
}

div.newsTitle {
	height: 20px;
}

.newsTitle {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

.newsListFooter {
	margin-top: 10px;
}

.newsListTitle a {
	color: #3c3f36;
}

.newsLink {
	color: #3c3f36;
	text-decoration: none;
}

.newsLink:hover {
	color: #3c3f36;
	text-decoration: underline;
}

#cmForm td {
	padding: 5px 10px 0px 0px;
}

hr {
	height: 1px;
	border-top: dotted 1px rgb(159, 176, 62);
	border-left: none;
	border-right: none;
	border-bottom: none;
	background: none;
}

.lang_td {
	width: 100px;
	background-image: url(../images/search_bg_middle.gif);
	background-repeat: repeat-x;
}

.logo_td {
	width: 171px;
	background-image: url(../images/search_bg_middle.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	padding-left: 5px;
}

.logo_td a {
	outline-style: none;
}

#contact_form_layer table {
	margin: 0px auto;
}

#contact_form_layer p {
	text-align: center;
}

.just_link {
	font-size: 11px;
	text-decoration: none;
}

input,textarea {
	border: solid 1px #9FB03E;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#login_form {
	float: left;
}

#registration_form {
	float: right;
}

#main_area {
	padding: 0px 15px;
}

#login_form_container {
	width: 500px;
	margin: 0px auto;
}

#login_form h4,#registration_form h4 {
	text-align: center;
}

.messageStackError {
	color: red;
}

.shopInfo .name {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.shopInfo .shop_rating { /*	text-align: center;*/
	
}

div.shop_rating {
	margin-top: 15px;
}

div#language_menu {
	background-image: url(../images/lang_bg.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 62px;
	width: 132px;
}

#language_menu div {
	margin: 9px 0px 0px 25px;
}

.shopInfo .feature_name {
	padding: 2px 0;
}

.shopInfo .feature_value {
	padding: 2px 5px;
}

a.search_cnt {
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

a.menu_button {
	background: transparent url(../images/menu_right.gif) no-repeat scroll
		right top;
	display: block;
	float: left;
	height: 33px;
	margin: 1px 3px 0 0;
	padding-right: 17px;
	text-decoration: none;
	min-width: 115px;
}

a.menu_button:hover,li.active a.menu_button {
	background: transparent url(../images/menu_right_over.gif) no-repeat
		scroll right top;
}

a.menu_button span {
	background: transparent url(../images/menu_left2.gif) no-repeat scroll 0
		0;
	color: white;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	padding: 5px 0 13px 18px;
	text-align: center;
}

a.menu_button:hover span,li.active a.menu_button span {
	background: transparent url(../images/menu_left_over2.gif) no-repeat
		scroll 0 0;
}

#top_menu {
	margin: 0 auto;
}

ul#top_menu { /*	display:table;*/
	width: 850px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#top_menu li {
	float: left;
	height: 31px;
	margin: 0;
	padding: 0px 0 0;
	text-align: center;
	white-space: nowrap;
}

* html #top_menu li {
	overflow-y: hidden;
}

input#gotopage,input#gotopage_bottom {
	width: 20px;
}

a#search_button {
	background: transparent url(../images/search_right.gif) no-repeat scroll
		right top;
	display: block;
	float: left;
	height: 24px;
	margin: 5px 3px 0 10px;
	padding-right: 13px;
	text-decoration: none;
	outline-style: none;
}

a#search_button span {
	background: transparent url(../images/search_left.gif) no-repeat scroll
		0 0;
	color: white;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 4px 0 5px 18px;
	text-align: center;
}

#search #start_price,#search #end_price {
	width: 30px;
}

.comments_sel_0,.comments_sel_1 {
	padding: 10px;
}

.comments_sel_1 {
	background-color: rgb(242, 248, 214)
}

.comments_head {
	padding-bottom: 2px;
}

#info_line td {
	background-color: #ecefd8;
}

#info_line_tl,#info_line_tr,#info_line_br,#info_line_bl {
	height: 6px;
	background-repeat: no-repeat;
}

#info_line_tl {
	background-image: url("../images/searchinfo_left_bg_t.gif");
}

#info_line_tr {
	background-image: url("../images/searchinfo_right_bg_t.gif");
	background-position: right top;
}

#info_line_bl {
	background-image: url("../images/searchinfo_left_bg_b.gif");
	background-position: left bottom;
}

#info_line_br {
	background-image: url("../images/searchinfo_right_bg_b.gif");
	background-position: right bottom;
}

#info_line_main {
	padding: 0px 15px;
}

.rateStar {
	cursor: pointer;
	cursor: hand;
}

.liststars {
	padding: 2px 0 2px 16px;
}

.br1 {
	height: 2px;
}

.shopscats a {
	color: #000;
	text-decoration: underline;
}

.shopscats a.active {
	text-decoration: none;
}

.list_price_option {
	font-weight: bold;
}

.list_price_value {
	padding-left: 10px;
}

.bigimage {
	padding-right: 10px;
}

.bigimage img {
	border: 1px solid #808080;
}

#thumbBox { /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 3px;
	background: #808080;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar {
	/*Footer DIV of thumbbox that contains "close" link */
	font: bold 16px Tahoma;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
}

#thumbBox #thumbImage {
	/*DIV within thumbbox that holds the enlarged image */
	background-color: white;
}

#thumbLoading {
	/*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}

td.info_value p {
	margin: 0px;
}

a.article_link,a.article_link:hover {
	color: #3C3F36;
	text-decoration: none;
	outline-style: none;
}

div.newsItem {
	margin-bottom: -1px;
}

.middle_input {
	width: 150px;
}