html{
	background-image: url(../images/srixon.jpg);
	background-color: #c7c7c7;
}

h1 span{
	background-color: #6d6c6c;	
}

#vertical ul li{
	background-color: #6d6c6c;
}

#horizontal_menu ul{
	background-color: #6d6c6c;
}

#content ul.list_item_bottom_image li{
	width: 143px;
	height: 180px;
	padding-right: 15px;
	background-image: url(../images/eshop_item_bg.jpg);
	background-repeat: no-repeat;
}

#content ul.list_item_bottom_image li br{
	display: none;
}

#content ul.list_item_bottom_image li a{
	display: block;
	height: 27px;
	color: #ffffff;
	text-decoration: none;	
}

#content ul.list_item_bottom_image li a:hover{
	text-decoration: underline;
}

#content .product{
/*	float: left;*/
	height: 125px;
	/*width: 280px;*/
	padding: 10px 20px 10px 20px;
	border-bottom: 1px #bcbcbc solid;
}

#content .product h2{
	float: left;
	width: 400px;
	font-size: 1em;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

#content .product img{

}

#content .product a{
	float: left;
	display: block;
}

#content .product h2 a{
	display: inline;
	float: none;
	text-decoration: none;
	color: #000000;
}

#content .product h2 a:hover{
	text-decoration: underline;
}

#content .product p{
	padding: 0px;
	margin: 0px;
}

#content .product p.desc{
	float: right;
	width: 470px;
	height: 71px;
	text-align: left;
	overflow: hidden;
}

#content .product p.price{
	float: right;
	clear: right;
	width: 170px;
	height: 1.8em;
	font-weight: bolder;
	text-align: right;
}

#content .product span.sk{
	font-size: 0.8em;
}

form.login{
	display: block;
	padding: 10px 0px 10px 10px;
	margin-right: 10px;
	text-align: left;
	background-color: orange;
	border: 1px #ffffff solid;
	border-width: 1px 1px 1px 0px;
}

form.login input{
	width: 175px;
	background-color: #bbbbbb;
	border: 1px #000000 solid;
	margin-bottom: 10px;
}

form.login button{
	border: 1px #000000 solid;
}

form.login a{
	font-weight: bolder;
	text-decoration: none;
}

form.login a:hover{
	text-decoration: underline;
}

.login_info{
	display: block;
	padding: 10px 0px 10px 30px;
	margin-right: 10px;
	text-align: left;
	background-color: orange;
	border: 1px #ffffff solid;
	border-width: 1px 1px 1px 0px;
}

#vertical .login_info ul{
	padding: 0px;
	margin: 0px;
	background-color: inherited;
	background-image: none;
	width: auto;
	height: auto;
	line-height: normal;
}

#vertical .login_info ul li{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
	background-color: inherit;
	list-style: square;
	text-align: left;	
	height: auto;	
	width: auto;	
	line-height: normal;
}

#vertical .login_info ul li a{
	padding: 0px;
	margin: 0px;		
	color: #000000;
	text-transform: none;
}

#vertical .login_info ul li a:hover{
	color: #ffffff;
}

.login_info p{
	padding: 0px;
	margin: 0px;
}

.login_info a{
	font-weight: bolder;
	text-decoration: none;
}

.login_info a:hover{
	text-decoration: underline;
}

#content .product_operation_bar{
	display: block;
	clear: both;
	text-align: right;
	border-bottom: 1px #000000 solid;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#content .product_operation_bar .old_price{
	text-decoration: line-through;
	color: #fd5a00;
}

#content .product_operation_bar .discount{
	color: #fd5a00;
}

#content .product_operation_bar .sellout{
	color: blue;
}

#content .product_operation_bar .sk{
	font-size: 0.8em;
}

#content .product_operation_bar button{
	border: 0px;
	width: 19px;
	height: 14px;
	background-image: url(../images/cart.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
}

#content .product_operation_bar button span{
	display: none;
}
