/*body {
	background-color: #4E4D51;
	background-image: url("/images/redBg.gif");
	background-repeat: repeat-y;
	background-position: top left;
}
*/
/*#Store_Content {
	position: static;
	
	padding: 5px;
	margin: -40px 10px 10px 200px;
	width: 730px;
	
	border: 1px solid black;
}
*/
/* START MENU CSS */
#Store_Menu {
	position: absolute;
	float: left;
	top: 134px;
	left: 0px;
	
	padding: 10px;
	width: 185px;
	
	font-size: 16px;
	line-height: 18px;
	
	z-index: 10;
	
	background-image: url("/images/skygge.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	/*overflow: hidden;*/
	/*border: 1px solid green;*/
}
#Store_Menu .cart {
	position: static;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 10px;
	border-collapse: collapse;
	border: 1px solid #770000; /* Dark red */
}
#Store_Menu .cart .column_Name {
	line-height: 10px;
	border: 1px solid #770000;
	width: 110px;
	text-align: left;
}
#Store_Menu .cart .column_Quantity {
	width: 20px;
	text-align: center;
	border: 1px solid #770000;
}
#Store_Menu .cart .column_Price {
	width: 30px;
	border: 1px solid #770000;
}
#Store_Menu .cart .column_Total {
	width: 25px;
	border: 1px solid #770000;
	text-align: right;
}
#Store_Menu .cart .grandTotal {
	border: 1px solid #770000; /* Dark red */
	text-align: right;
}
#Store_Menu h4 {
	font-size: 12px;
}
#Store_Menu #browseList {
	position: static;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 14px;
}
/* END MENU CSS */

/* START MAIN STORE COLUMN */
#Store_Main {
	position: static;
	/*z-index: -1;*/
	/*display: none;*/
	/*float: right;*/
	
	margin: -40px 0px 0px 210px; /* 220 px for menu + 20 px margin on outer content + 5px extra */
	padding: 5px;
	
	/*border: 1px solid yellow;*/
	
	font-size: 12px;
	line-height: 13px;
	
	/*min-height: 750px;*/
	min-width: 560px;
	width: 690px;
	
	left: 260px;
}

#Store_Main img {
	padding: 5px;
	text-align: center;
	margin: 0px;
	
	border: 1px solid black;
	background-color: #F7F7F7; /* Almost white */
}
#Store_Main .pageHeader {
	position: relative;
	padding: 5px;
	
	width: 680px;
	
	border-color: #EEEEEE;
	border-width: 1px;
	border-style: dashed;
	
	font-size: 12px;
	font-weight: bold;
}
#Store_Main .pageHeader .navigation {
	position: relative;
	float: left;
	width: 440px;
}
#Store_Main .pageHeader .itemsPerPage {
	position: relative;
	float: right;
	width: 220px;
	margin: 0px;
}
#Store_Main .product {
	position: relative;
	padding: 0px;
	margin: 0px;
	/*padding: 10px;*/
	/*border: 1px solid blue;*/
	width: 100%;
	/*float: left;*/
}
#Store_Main .product .productLine {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: right;
	/*border: 1px solid silver;*/
}

#Store_Main .product .picture {
	position: relative;
	float: left;
	padding: 5px;
	margin: 0px 5px 0px 0px;
	min-width: 150px;
	text-align: center;
	
	border: 1px solid black;
	background-color: #F7F7F7; /* Almost white */
}
#Store_Main .product .picture img {
	padding: 0px;
	margin: 0px;
	
	border-width: 0px;
}
#Store_Main .product .pictureNotFound {
	position: static;
	/*float: none;
	padding: 10px;
	width: 150px;*/
	text-align: center;
	/*border: 1px solid #F90;*/
}
#Store_Main .product .pictureCaption {
	color: #222; /* Almost black */
	position: static;
	text-align: center;
	font-size: 14px;
}
#Store_Main .product .description {
	position: static;
	float: left;
	height: 50px;
	width: 210px;
	/*margin: 0px 155px 0px 320px;*/
	/*background-color: red;
	border: 1px solid yellow;*/
}
#Store_Main .product .info {
	position: static;
	float: left;
	width: 300px;
	/*margin: 0px 155px 0px 170px;*/
	/*border: 1px solid yellow;*/
}
#Store_Main .product .quantity {
	position: relative;
	float: right;
	width: 200px;
	/*border: 1px solid green;*/
}

#Store_Main .product .quantity .field {
	width: 50px;
}
#Store_Main .product ul.languageList {
	position: static;
	display: block;
	list-style: disc outside none;
	/*border: 1px solid green;*/
}
#Store_Main .product ul.languageList li {
	width: 50%;
	float: left;
}
#Store_Main .product ul.languageList li.selectedLanguage, #Store_Main .product ul.languageList li.selectedLanguage a {
	color: red;
	font-style: oblique;
}
#Store_Main .product ul.languageList li.unselectedLanguage, #Store_Main .product ul.languageList li.unselectedLanguage a {
	font-weight: normal;
	font-style: normal;
}

/* Web Store stuff */
#Store_Main .cart {
	border-collapse: collapse;
	border: 1px solid #222;
	width: 100%;
	/*background-color: #666;*/
}
#Store_Main .cart img {
	position: static;
	padding: 0px;
	margin: 0px;
	border: 0px solid black;
	background-color: inherit;
}
#Store_Main .cart .grandTotal {
	text-align: right;
	border: 1px solid #222;
}
#Store_Main .cart .column_Name {
	position: static;
	/*width: 50%;*/
	vertical-align: middle;
	border: 1px solid #222;
}
#Store_Main .cart .column_Name a, #Store_Main .cart .column_Name img {
	vertical-align: middle;
}
#Store_Main .cart .column_Language {
	width: 50px;
	border: 1px solid #222;
}
#Store_Main .cart .column_Quantity {
	width: 50px;
	border: 1px solid #222;
}
#Store_Main .cart .column_Price {
	width: 75px;
	text-align: right;
	border: 1px solid #222;
}
#Store_Main .cart .column_Total {
	width: 100px;
	text-align: right;
	border: 1px solid #222;
}
/* Educational */

input.Address_Postal {
	width: 40px;
}
input.Address_City {
	width: 150px;
}