
/* ----Structural Layout-- */


.tooltip_bugfix {
	height:					50px;
}

#container{
	position:				relative;
	width: 					760px;
	margin: 				0px auto 50px auto;
	padding: 				0px 0px; /* top/bottom left/right*/	
	text-align: 			left;
	/*background-color: 	#991D20;*/
	background: 			#ffffff;	
	border: 				1px solid #000000;
}

#header{	
	width: 					760px;
	height:					110px;
	margin: 				0px 0px 1px 0px;
	background: 			#ffffff;
	/*background: 			#991D20;*/
	color: 					#ffffff;
}

#header img {
	width: 					760px;
	height:					110px;	
}

#product_image {
	width:					333px;
	height:					250px;
	border:					1px solid black;
}

#footer {
	position:relative;
	clear: 					both;
	width: 					720px;
	height:					40px;	
	padding: 				5px 20px 5px 20px;
	font-size:				0.9em;
	/*background: 			#991D20;*/
	background-image:		url(../images/footer_gradient.jpg);
	background-repeat:		repeat-x;
	color:					white;
	font-weight:			bold;

}

#treeview {
	width:					168px;
	margin-bottom:			20px;
	margin-top:				30px;
	float:					left;
}

#productinfo {	
	text-align:				left;
	/*visibility:			hidden;*/
	width:					335px;
	/*margin-left: 			12px;*/
	float:					right;
	/*padding: 10px; */
}

#productInstructions {
	margin-top:				30px;
	text-align:				left;
	width:					380px;
	float:					right;
}

/* treeview tweaks */

#treeview table {
	width:					auto;
}

.ygtvlabel.current,
.ygtvfocus .ygtvlabel.current,
.ygtvfocus .ygtvlabel.current:hover,
.ygtvfocus .ygtvlabel.current:visited,
.ygtvfocus .ygtvlabel.current:link{
	font-weight:			bold;
	background-color:		#E0E0E0;
	
}

span.ygtvlabel:hover {
	text-decoration:		underline;
}

.ygtvfocus,
.ygtvfocus .ygtvlabel,
.ygtvfocus .ygtvlabel:link,
.ygtvfocus .ygtvlabel:visited,
.ygtvfocus .ygtvlabel:hover{
    background-color:       transparent;
}


#order_adresser table td.error img {
	width:					20px;
}

.infoKey {
	font-size:				0.8em;
	font-weight:			bold;
}

.infoValue {
	padding-left: 			20px; 
	/*padding-right:			20px;*/
	font-size:				0.8em;
	text-align:				right;
}

/*
#selectProduct {
	padding:				10px;
}
*/

#addToShoppingCart {
	margin-left:				26px;
}

#content {
	width:					720px;
	background-color: 		#ffffff;
	font-size: 				0.9em;
	padding: 				0px 20px; /* top right bottom left*/
	clear:					both;
	text-align:				justify;
}

/*
#content table {
	border-collapse:		collapse;
	width:					100%;
}*/

#content .left{
	width: 					560px;
	float: 					left;
	padding: 				20px 80px;
}

#content .right{
	width: 					100px;
	float: 					right;
	padding: 				20px 0;
}



/* ----Visual Layout-- */

* {
	margin: 				0; 
	padding: 				0;
}

body {
	/*font:					100% Verdana,Tahoma,Arial,sans-serif;*/
	font:					100% Arial,sans-serif;
	line-height: 			1.4em;
	text-align: 			center;
	/*background: 			#e0e0e0;*/
	background-image:		url(../images/scanline.gif);
	background-repeat:      repeat;
}


/*
#header h1 {
	padding: 				35px 0 0 20px;
	font-size: 				2.4em;
	background-color: 		inherit;
	letter-spacing: 		-1px;
	font-weight: 			normal;
}

#header h2 {
	margin: 				10px 0 0 20px;
	padding: 				0 0 10px 0;
	font-size:				1.4em;
	background-color: 		inherit;
	font-weight:			normal;
}
*/

/* ----------------navigation pane----------------- */

#navigation {
	position:				relative;
	background: 			#DAE0D2 url(../images/bg.gif) repeat-x scroll center bottom;
	/*background-color: 	white;*/
	width: 					760px;
	height: 				40px;
	
	/*line-height: 			2.2em;*/
	/*margin: 				0 1px;*/
	/*background: 			#ffcccc;*/
	color: 					#000000;
}

#navigation ul {
	position:				absolute;
	bottom:					0;
	margin:					0;
	padding:				0;
	padding-left: 			8pt;
}

#navigation li {
	float:					left;
	list-style-type:		none;
	white-space:			nowrap;
	font-weight:			bold;
}


#navigation li a {
	/* Make sure that a list item is displayed as a block. */
	/* This makes it possibly to color the entire block when hovering. */
	display: 				block; 	
	/*float:				left;*/
	background:				url("../images/left_both.gif") no-repeat left top;
	margin:					0;
	padding:				0 0 0 9px;
	border-bottom:			1px solid #765;
	text-decoration:		none;
	color:					white;
}


#navigation a span {
	/*float:				left;*/
	display:				block;
	background:				url("../images/right_both.gif") no-repeat right top;
	padding:				5px 15px 4px 6px;	
	/*color:				#765;*/
	color:					white;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {
	float:					none;
}
/* End IE5-Mac hack */

#navigation a:hover span {
	color:					#333;
}

#navigation a.selected {
	background-position:	0 -32px;
	border-width:			0;
}

#navigation a.selected span {
	background-position:	100% -32px;
	padding-bottom:			5px;
	color:					#333;
}
  
/*
#navigation a:hover {
	background-position:	0% -32px;
}

#navigation a:hover span {
	background-position:	100% -32px;
}*/

#order_adresser fieldset {
	padding:				10px;
}

span.step {
	text-decoration:		underline;
}

/* ----------END navigation-------------- */

a {
	/*font-size: 				1.0em;*/
	background-color: 		inherit;
	/*color: 				#aaaaaa;*/
	color:					black;
}

a.step {
	text-decoration:		none;
}

a.step:hover {
	color:					#f26822;
}

a:hover {
	text-decoration:		none; 
	background-color:		inherit;
}

#footer a {
	font-size: 				1.0em;
	color: 					white;	
}

#footer a:hover {
	color: 					yellow;	
}

.product {
	/*text-decoration:		underline;*/
	vertical-align:			middle;
}

.product:hover {
	text-decoration:		none;
	cursor: 				pointer;
}

.emphasize {
	font-weight: 			bold;	
}

/*
td.product1 {
	background: #f0f0f0;
}

td.product2 {
	background: #c0f0c0;
}

td.product3 {
	background: #d0d0d0;
}*/


.products th {
	font-size:				0.8em;
	text-align:				center;
	background-color: 		#e0e0e0;
	padding:				0px 8px;
}

.products tr.odd {
	
}

.products tr.even {
	background-color:		#f0f0e0;
}


table.products {
	clear:both;
	border-collapse:		collapse;
	width:					100%;	


	margin:					0;	
	padding:				0;
	border:					0;
	/*border-bottom:			1px solid grey;*/
	outline:				0;
	border-collapse:		collapse;
	border-spacing:			0;
	/*width:				640px;*/
}

.products tr.sum {
	border-top:			1px solid grey;
	/*background-color:		#e0fbd2;*/
}


.products tr.sum td {
	text-align:				right;
	font-size:				0.8em;
	font-weight:			bold;
}

.products td {
	text-align:				center;
	font-size: 				0.7em;
	padding: 				0 10px;
}

#product_text {
	text-align:				center;	
}

#product_text table {
	margin:					auto;
	text-align:				left;
}

#showProducts {
	border:					none;
}

/*
#beställ_kategori select {
	width:					200px;
}
*/

#order_adresser table td {
	width:					196px;
}

/*
#beställ_kategori table td {
	width:					200px;
}
*/

#deliveryAddress {
	margin-top:				12px;
}

fieldset legend {
	background-color:		#E0E0E0;
}

#invoiceAddress input {
	width:					300px;
}

#deliveryAddress input {
	width:					300px;
}

.yui-tt {
	background-color:		#ffffff;
	border: 				1px solid #000000;
}