hr {
	color: #000168;
	clear: both;
	border-style: none;
}

.info {
	font-size: 0.8em;
	margin: 1em 0;
	padding: .3em 1em;
	border: 2px solid  #000168;
}

.warning {
	font-size: 0.8em;
	margin: 1em 0;
	padding: .3em 1em;
	border: 2px solid #ff6600;
}

.error {
	font-size: 0.8em;
	margin: 1em 0;
	padding: .3em 1em;
	border: 2px solid #cc0000;
}
#shop_cart { 
	float: right; 
}
.cart{
	position: relative;
	padding: 8px;
	background-color: #d3d2d2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 18px !important;
	margin-bottom: 15px; 	
}
.cart table {
	/* */
}
.cart td {
	/* */
}
.buttonM {
	width: 25px;
}
.buttonP {
	width: 25px;
}
.cart fieldset { 
	color: black;
	border: white solid 2px;
	
}


#shop_cat_menu 	{
	border: 1px solid lightgray;
	width: 250px;
	float: left;
}
#shop_cat_menu 	ul{
	list-style: none;
	padding-left: 0px;
	padding-top: 2px;
	margin: 0;
}
/*For undermenyer*/
#shop_cat_menu 	li{
	margin-left: 10px;
}
#shop_cat_menu 	li a{
	background-color: lightgray;
	height: 2em;
	line-height: 2em;
	width: 9em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	font: normal 10pt/14pt Verdana, Arial, Helvetica;
}
#shop_cat_menu 	li a:visited{
	background-color: lightgray;
	height: 2em;
	line-height: 2em;
	width: 9em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	font: normal 10pt/14pt Verdana, Arial, Helvetica;
}
#shop_cat_menu 	li a:hover{
	background-color: gray;
	height: 2em;
	line-height: 2em;
	width: 9em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	font: normal 10pt/14pt Verdana, Arial, Helvetica;
}
.shop_prod_frame1{
	width: 254px;
	float: left;
}
.shop_prod_frame2{
	width: 460px;
	float: left;
}
#shop_prod_head {
	font: Bold 14pt/16pt Verdana, Arial, Helvetica;
	padding-bottom: 5px;
}
	
#shop_prod_sect{
	margin-left: 5px; 
	float: left;
	width: 720px;	
}
.shop_prod_line{
	margin-left: 5px;
	height: 250px;
	width: 170px;
	border: 1px solid lightgray;
	background-color: white;
	float: left;
	text-align: center;
}
.shop_prod_line img {
	height: 150px;
	width: 100px;
	text-align: center;
}
.shop_prod_line_name {
	font: normal 12pt/14pt Verdana, Arial, Helvetica;
	text-align: center;
}
.shop_prod_line_price{
	color: gray;
	text-align: center;
	vertical-align:text-bottom;
	height: 100%;
	font: normal 10pt/14pt Verdana, Arial, Helvetica;
}
.shop_prod_full{
	width: 720px;
}
.shop_prod_full_img{
	float: left;
	width: 254px;
}
.shop_prod_full_img_middle{
	width: 250px;
}
.shop_prod_full_img_small{
	float: right;
}
.shop_prod_full_img_small img{
	width: 75px;
	height: 75px;
	border: 1px solid black;
}
.shop_prod_full_img_small img:visited{
	width: 75px;
	height: 75px;
	border: 1px solid black;
}
.shop_prod_full_img_small img:hover{
	width: 75px;
	height: 75px;
	border: 1px solid blue;
}

.shop_prod_full_descript {
	float: left;
	margin-left: 5px;
	width: 455px;
}
.shop_prod_full_buy{
	float:left;
	width: 240px;
	padding-left: 5px;
	font: normal 12pt/14pt Verdana, Arial, Helvetica;
	
	position: relative;
	padding: 8px;
	margin-top: 20px;
	background-color: #d2d2d2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 18px !important;
	margin-bottom: 15px;
	text-align: center;
}
.shop_buy_info {
	font: normal 10pt/14pt Verdana, Arial, Helvetica;
	color: green;
}

