p.breadcrum_nav {
	font-size: .8em;
	color: #999;
}

p.breadcrum_nav a {
	color: #999;
}


a {
	color: darkblue;
}
a:visited {
	color: #333;
}

/* MENU BEGIN */
ul.menu { 
	list-style-type: none; 
	padding: 0;
	margin: 0;
	margin-top: 1.4em;
	margin-left: 10px;
	clear: both;
}
ul.menu li { 
	float: left; 
	padding: 0; 
	margin: 0; 
	padding-top: 0; 
	margin-right: 20px;
	font-size: 1.2em;
}

ul.menu li a { 
	display: block; 
	padding: 0;
	padding-right: 0px;
	color: #555;
	text-decoration: none;
	font-weight: bold;
}

ul.menu li a:hover { 
	color: gray;
}
/* MENU END*/

/* MENU2 BEGIN */
ul.menu_level2 { 
	list-style-type: none; 
	padding: 0;
	margin: 0;
	margin-top: 1.4em;
	margin-left: 10px;
	clear: both;
}
ul.menu_level2 li { 
	float: left; 
	padding: 0; 
	margin: 0; 
	padding-top: 0; 
	margin-right: 20px;
	font-size: 1em;
}

ul.menu_level2 li a { 
	display: block; 
	padding: 0;
	padding-right: 0px;
	color: #555;
	text-decoration: none;
	font-weight: bold;
}

ul.menu_level2 li a:hover { 
	color: gray;
}
/* MENU2 END*/



div#outer_container {
}

div#top_part {
	clear: both;
	margin-bottom: 2em;
}

div.credit_card_icons {
	padding-top: 2px;
	float: right;
}

div#standard_credit_card_icon_collection {
	position: absolute;
	top: 5px; 
	right: 20px;
}

div#product_categories ul {
	padding: 0;
	margin: 0;
	list-style-type: none; 
}

div#product_categories {
	width: 130px;
	float: left;

	margin-right: 20px;
	clear: left;
}

div#main_content_container {
	float: left;
	clear: right;
	width: 540px;
}

div#product_categories_and_main {
	float: left;
	margin-left: 10px;
}

div#payment_method_chooser {
	display: none;
}

div#rebate_code_entry {
	display: none;
}

div#mini_shopping_cart {
	float: right;
	background: url(/images/cart_icon.gif) no-repeat;
	background-position: 110px 0px;
	width: 160px;
	border-left: 1px dotted gray;
	padding: 8px;
}

div#footer {
	color: #999;
	clear: both;
	margin-left: 10px;
	font-size: 9pt;
	padding-top: 70px;
	text-align: right;
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-top: 2px;
	height: 100%;
	font-size: .9em;
}


img#top_logo_sv {
	margin-left: 8px;
	margin-top: 8px;	
	position: relative;
	top: 2px;
	border: 0;
/*	width: 392px;
	height: 59px;*/
	width: 314px;
	height: 47px;
}


img#top_logo {
	display: none; /* DISABLE */
	margin-left: 10px;
	margin-top: 10px;	
	position: relative;
	top: 2px;
}


/* HEADER BEGIN */
h1#main_h1{
	display: inline;
	font-size: 1.7em;
	color: #ccc;
	margin-left: 180px;
	letter-spacing: 6px;
}

span.header_salg_part {
	color: #555;
}
span.header_initial {
	text-transform: uppercase;
}
span.header_dot {

}
span.header_tld {

}
/* HEADER END */
h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

/* SHOPPING CART BEGIN */
div.shopping_cart table td {
	padding: 5px;
}

div.normal_page_type_container{
	width: 600px;
}

div.normal_page_type_container td {
	vertical-align: top;
}

a.link_to_product_details {
	font-size: .8em;
}

/* SHOPPING CART END */


div#product_boxes table {
	width: 100%;
}

/* PRODUCT DETAILS BEGIN */
div#product_details_image_and_price {
	float: left;
}

div#product_details_image_and_price img{
	margin-top: 0;
	border: none;
}

img {
	border: none;
}


div#product_details_body {
	float: left;
	width: 250px;
/*	clear:both;*/
}
/* PRODUCT DETAILS END */


.amount_total {
	font-weight: bold;
}

.cart_contents table {
	width: 100%;
}

td.money_amount {
	text-align: right;
}

.price_current {
	weight: normal;
}

.price_before {
	text-decoration: line-through;
}

#notice {
	background: red;
	color: white;
}

#errorExplanation {
	background: red;
	color: white;
	font-size: 1.1em;
}


div.featured_offer {
	float: left;
	overflow:hidden;
	cursor:pointer;
	text-align: center;
	width: 172px;
	border: 1px dotted #ccc;
	height: 230px;
	margin-right: 5px;
}

img.product_image {
	border: 0;
}

div.featured_offer_text {
	margin-bottom: 20px;
}

ul.checkout_steps {
  margin:5px;
  padding:10px 10px 0 10px;
  list-style:none;
}

ul.checkout_steps li {
  color: #aaa;
	display: inline;
	list-style-type: none;
	margin: 3px;
	padding: 2px;
}

li.current_step {
  border: 2px dotted green;
}

ul.checkout_steps li.current_step {
  color: #333;
}