/* 
	CSS Document 

	DESCRIPTION		Denna fil styr upp layout/designen för specifika delar av webbshoppen.
					Den grundläggande lyouten styrs av main.css
	AUTHOR			Johan Lindqvist, johan@nolgard.se
	COPYRIGHT		2008, Nolgard, www.nolgard.se
	PROJECT			www.tenderum.com
	
*/



/**************************************************************
	Public shop design 
**************************************************************/

/* Innehåller en artikel samt artikelinformation */
.artPubContainer {
	display: block;
	padding: 0.4em;
	width: 570px;
	margin-top: 0px;
	height: auto;
	margin-bottom: 0.5em;
}
.artPubContainer p {
	margin-left: 250px;
}
div#content  .artPubContainer .nrOfItems {
	width: 25px;
	margin: 0px;
	padding: 0px;
}
div#content  .artPubContainer .btn_addItems {
	width: auto;
	margin: 0px;
	padding: 0px;
}
div#content  .artPubContainer .frm_addItems {
	width: auto;
	margin: 0px;
	padding: 0px;
}
.shop_basket {
	padding: 0.1em;
	border: 1px solid #CCCCCC;
}
.shop_basket_header {
	background-color: #999999;
	display: block;
	height: auto;
	width: auto;
	padding: 0.1em;
	color: #FFFFFF;
}
div#submit_to_newsletter {
	display: none;
}
.block {
	display: block;
	margin-bottom: 20px;
}

/**************************************************************
	Styling productstables
**************************************************************/
.table_products {
	text-align: left;
	vertical-align: baseline;
}
.table_products tbody tr {
	margin-bottom: 50px!important;
}

/**************************************************************
	Styling orderlist
**************************************************************/
.ulOrder {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
.liOrder {
	display: block;
	margin-bottom: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	clear: both;
}
.liOrderNoLine {
	display: block;
	margin-bottom: 0.4em;
	width: auto;
	margin-top: 0.4px;
}
.orderArtName {
	display: block;
	float: left;
	width: 300px;
	margin-right: 1em;
}
.orderNrOfArticles {
	display: block;
	float: left;
	margin-right: 1em;
	width: 50px;
}
.orderArtPrice {
	display: block;
	float: left;
	width: 100px;
	margin-right: 1em;
	text-align: right;
}
.orderArtSum {
	display: block;
	clear: right;
	float: left;
	width: 100px;
	text-align: right;
}
ul#ul_confirm_order {
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: right;
}
ul#ul_confirm_order li {
	padding: 0px;
	margin-bottom: 0.5em;
	margin-left: 0em;
}

/* Presentationen av artiklar */
.ul_articles {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 250px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.li_articles {
	height: auto;
	width: auto;
	margin-bottom: 0.3em;
}
/* Formaterar texten som kompletterar en checkbox i ett formulär */
.checkbox_info {
	margin: 0px;
	padding: 0px;
}
