/************************************/
/*EPISTORE CSS-CLASSES				*/
/************************************/

a.itemlink
{
    font-size: 0.9em;
    /*text-decoration: none;*/
}
a.largeshopheading
{
    font-weight: bold;
    color: #ffffff;
    /*text-decoration: none;*/
}
a.largeshopheading:hover
{
    color: #ffffff;
}
a.smallcartheader
{
	padding-top: 1em;
	color: #000000;
}
.verticallycentered
{
	display: block;
	padding-top: 0.6em;
}
.rightmargin
{
	margin-right: 0.5em;
}
table.smallcart
{
	border-collapse: collapse;
	width: 225px;
}
table.mediumcart
{
	border-collapse: collapse;
	width: 410px;
	padding: 0.3em;
	border: none;
	border-top: solid 0.1em #dddddd;
	border-bottom: solid 0.1em #dddddd;
}
table.largecart
{
	border-collapse: collapse;
	width: 645px;
	padding: 0.3em;
	border: none;
	border-top: solid 0.1em #dddddd;
	border-bottom: solid 0.1em #dddddd;
}
textarea.large
{
	width: 30em;
}
div.settingsarea
{
	background-color: #F0F0F0;
	border-style: solid;
	border-width: 0.1em 0;
	border-color: #dddddd;
}
table.mediumcart td, table.mediumcart th, table.largecart td, table.largecart th
{
	padding: 0.3em;
	border: none;
	border-top: solid 0.1em #dddddd;
	border-bottom: solid 0.1em #dddddd;
	border-left: solid 0.1em #dddddd;
	border-right: solid 0.1em #dddddd;
}
table.smallcart td
{
	padding: 0.2em;
}
tr.smallcartheader td
{
	border-width: 0.1em 0;
	border-style: solid;
	border-color: #dddddd;
	background-color: #F0F0F0;
}

tr.smallcartitem
{
    height: 1.5em;
}
tr.smallcartalternatingitem
{
    height: 1.5em;
}

.inactiveleftmenu
{ 
    color: #aaa;
}
.listheader th, .listheader td
{
    font-weight: bold;
    background-color: #c4dccf;
}
.listheader th
{
	border-width: 0.1em;
	border-style: solid;
	border-color: #000000;
}

.shop_targetheader td
{
    background-color: #dfede5;
    font-weight: bold;
}

.shop_application
{
	width: 44px;
	text-align: center;
	font-size: 7pt
}

#shop_itemlist
{
	/*font-size: 8pt;*/
}

/* Produktnamnet i alla produktlistor */
.shop_productname
{
}

/* Katalognumret i alla produktlistor */
.shop_catalogno
{
	/*font-style: italic;*/
}

.smallcartlistheader
{
    font-weight: bold;
    background-color: #dddddd;
}
td.amountheader
{
	padding-left: 0.3em;
}
.unevenrowstore
{
}
.evenrowstore
{
}
.shopitem
{
    color: #000000;
}
div.tablerow
{
	width: 99%;
	padding: 0.2em;
	clear: both;
}
div.description
{
	float: left;
	width: 22%;
}
div.content
{
	float: right;
	width: 77%;
}
#contentdiv
{
	width: 76%;
	float: right;
}
#rightmenudiv
{
	width: 28%;
	float: right;
	text-align: left;
	padding-left: 1em;
}
#mainareadiv
{
	width: 69%;
	float: left;
	text-align: left;
}
#leftmenudiv
{
	width: 22%;
	float: left;
	text-align: left;
}
div.sum
{
	width: 645px;
	font-weight: bold;
    background-color: #F0F0F0;
    padding: 0.3em;
	border-bottom: solid 0.1em #dddddd;
}

.sum
{
	font-weight: bold;
    background-color: #F0F0F0;
	border-bottom: solid 0.1em #dddddd;
}


.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}
td.linklist a
{
	/*text-decoration: none;*/
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}

/* Classes used for store edit mode */
table.admintable
{
	border-collapse: collapse;
	border: solid 1px #cccccc;
	border-bottom-color: #6B7C9B;
	border-right-color: #6B7C9B;
}
.admintableheading, .admintableheading td
{
	height:20px;
	font-weight:bold;
	border: solid 1px #cccccc;
	border-bottom: solid 1px #6B7C9B;
	padding: 2px 5px 2px 5px;
}
.admintablecell, .admintablecell td 
{
	padding: 2px 5px 2px 5px;
	border: solid 1px #cccccc;
}


/************************************/
/*END OF EPISERVERSHOP CSS-CLASSES	*/
/************************************/