
.login
{
	border-spacing: 1px;
	width: 175px;
	font-size: 9pt;
}

.cart
{
	position: absolute;
	right: -570px;
	position: relative;
	height: 26px;
	width: 300px;
	text-align: right;
	font-style: italic;
}

.cart_left
{
	background: url(../images/nav1.png) no-repeat top left;
	height: 26px;
	padding-top: 4px;
	padding-left: 14px;
	padding-right: 6px;
	float: right;
}

.cart_right
{
	position: absolute;
	background: url(../images/nav2.png) no-repeat top right;
	margin-top: -4px;
	right: -30px;
	top: 0px;
	width: 30px;
	height: 30px;
	float: right;
}


.search
{
	position: absolute;
	left: 10px;
	top: 4px;
	width: 220px;
	padding: 0;
}

.search_button
{
	background-color: transparent;
	color: white;
	font-size: 8pt;
	border: 1px solid white;
	width: 52px;
	margin-left: 0px;
	height: 16px;
}

.search_button:hover
{
	color: Black;
	background-color: White;
}

.search_textbox
{
	color: Black;
	width: 100px;
	font-family: Tahoma;
	font-size: 8pt;
	border: 1px solid white;
	margin: 0;
	margin-left: 4px;
	margin-right: 0px;
	height: 16px;
}



.shop_speciallist 
{
	list-style: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: -5px;
	margin-right: -5px;
	width: 648px;
}

.shop_speciallist li 
{
	float: left;
	width: 302px;
	height: 120px;
	list-style: none;
	margin: 8px 7px 0 7px;
	border-left: 2px solid #d81831;
	border-bottom: 2px solid #d81831;
	padding: 1px;
}


.shop_imagelist 
{
	list-style: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: -5px;
	margin-right: -5px;
	width: 648px;
}

.shop_imagelist li 
{
	float: left;
	width: 302px;
	height: 118px;
	list-style: none;
	margin: 8px 7px 0 7px;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding: 1px;
}


.shop_categorylist
{
	list-style: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: -5px;
	margin-right: -5px;
	width: 648px;
}

.shop_categorylist a
{
	font-size: 8pt;
	line-height: 12px;
	text-decoration: none;
}

.shop_categorylist a:hover
{
	text-decoration: underline;
}

.shop_categorylist li 
{
	float: left;
	
	width: 302px;
	height: 16px;
	list-style: none;
	margin: 4px 7px 0 7px;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	background-color: #e0e0e0;
	padding-left: 2px;
	padding-right: 2px;
}


.shop_tinylist
{
	list-style: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: -4px;
	margin-right: -4px;
	width: 648px;
}

.shop_tinylist li 
{
	float: left;
	width: 620px;
	height: 32px;
	list-style: none;
	margin: 6px 8px 0 8px;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

.shop_tinylist a
{
	text-decoration: none;
}

.shop_tinylist a:hover
{
	text-decoration: underline;
}


.shop_tinylist_small
{
	font-size: 8pt;
}

.shop_imagelist_price
{
	color: #d81831;
	font-size: 11pt;
	font-weight: bold;
}

.shop_imagelist_description
{
	font-size: 8pt;
	line-height: 12px;
	vertical-align: top;
	padding: 0px;
}

.shop_imagelist_head
{
	font-size: 10pt;
	font-weight: bold;
	line-height: 14px;
	padding: 0px;
	color: #d81831;
}

.shop_imagelist_head a
{
	text-decoration: none;
	color: black;
}

.shop_imagelist a:hover
{
	text-decoration: underline;
}


.shop_button  
{
	color: #FFFFFF;
	background: #0C0D87;
	border-width: 1px;
	border-color: #dddddd;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 8pt;
}

.shop_textbox
{
	border: solid 1px #aaaaaa;
	background: #f0f0f0;
	padding: 2px;
	font-size: 8pt;
	font-family: Tahoma;
	padding: 1px;
}

.shop_textbox:focus
{
	border: solid 1px #666666;
	background: #f8f8f8;
	padding: 1px;
}

.shop_select
{
	border: solid 1px #aaaaaa;
	width: 270px;
	font-size: 9pt;
}



.shop_order
{
	margin: 0 auto 0 auto;
	width: 620px;
	border-spacing: 4px;
	border: 1px solid #c0c0c0;
}

.shop_order td
{
	padding: 4px;
}


.shop_order td td
{
	padding: 2px;
}

.shop_order #header
{
	background-color: #f0f0f0;
	height: 30px;
	font-size: 12pt;
	font-weight: bold;
	padding: 6px;
}


.shop_order #footer
{
	background-color: #f0f0f0;
	height: 30px;
	padding: 6px;
}


.shop_order #content
{
	vertical-align: top;
	height: 300px;
}

.shop_order #content #ctable
{
	width: 100%;
	margin: 0 auto 0 auto;
	border-spacing: 0px;
	border-collapse: separate;
	padding: 0px;
}


.shop_categories_node
{
	text-decoration: none;
	font-size: 8pt;
}

.shop_categories_selected
{
	font-weight: bold;
}


.shop_searchresult_marked
{
	background-color: Yellow;
}




.shop_frame_right
{	
	padding-top: 10px;
	padding-bottom: 18px;
	padding-left: 14px;
	padding-right: 14px;
	vertical-align: top;
	text-align: left;
	color: #000000;
}

.shop_frame_left
{
	width: 25%;
	margin-top: 4px;
	background-color: #E0E0E0;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 18px;
	vertical-align: top;
}


.shop_category_tree
{
	text-decoration: none;
}

.shop_category_tree_selected
{
	font-weight: bold;
}

.shop_details_text
{
	
}

.shop_details_price
{
	color: #d81831;
	font-size: 16pt;
	font-weight: bold;
}

.shop_discounttable
{
	font-size: 8pt; 
	color: #d81831; 
	padding-top: 10px;
}

.shop_discounttable .head
{
	background-color: black;
	color: white;
}

.shop_discounttable .row
{
	background-color: #e6e6e6;
}

.shop_discounttable .col
{
	border-left: 1px dashed #d81831; 
	border-right: 1px dashed #d81831;
}

.shop_discounttable td
{
	text-align: center;
}
