/************************************/
/*EPISTORE CSS-CLASSES				*/
/************************************/
div.tablerow
{
	width: 100%;
}
div.tablerow2
{
    padding: 2px 2px 8px 2px;
}

div.tablerow2 div.description 
{
	font-weight: bold;
	padding-top:4px;
	width:120px;
	float:left;
	

}

.descriptionPW
{
    clear:both;
    display:block;
    padding:0.7em 0 0.8em 0;

}
.printfunction
{
	margin: 8px 0 5px 0 !important;	
	text-align:right;
	padding-right: 15px;
	padding-top:10px;
}

div.tablerow div.description 
{
	font-weight: bold;
	width: 13em;
	
}
div.tablerow div.description, div.tablerow div.content
{
	float: left;
}
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: #16604e;
}
a.menulink 
{
	text-decoration: none;
}
.verticallycentered
{
	display: block;
	padding-top: 0.6em;
}
.rightmargin
{
	margin-right: 0.5em;
}
table.smallcart
{
	border-collapse: collapse;
	width: 180px;
	margin-left:9px;
	margin-top:9px;
}
table.smallcart
{
	font-size: 1em;
}
table.largecart
{
	font-size: 1em;
	border-collapse: collapse;
	width: 100%;
	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;
	padding-left:6px;
	padding-bottom:8px;
	/*height:300px;*/
}
table.largecart td, table.largecart th
{
	padding: 0.3em;
	border: none;
	border-top: solid 0.1em #dddddd;
	border-bottom: 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
{
    font-weight: bold;
    background-color: #F0F0F0;
}
.listheader th
{
    font-size: 0.9em;
	border-width: 0.1em;
	border-style: solid;
	border-color: #000000;
}
.smallcartlistheader
{
    font-weight: bold;
   background-color: #dddddd;
}



td.amountheader
{
	padding-left: 0.3em;
}
.unevenrowstore td
{
}
.evenrowstore td
{
}
.shopitem
{
    color: #000000;
}
div.sum
{
	width: 100%;
	font-weight: bold;
    background-color: #F0F0F0;
    padding: 0em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
	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	*/
/************************************/

.underline
{
    text-decoration:underline !important;
}

div.tablerow {
    height:10px;
    padding-top:15px;
}

/*input.registerfield {
    width:20px;
}*/
.checkoutlink
{
	width:105px;
}
.checkoutlink .checkoutlinkimg	
{
	float:left;
	
}

.checkoutlink .checkoutlinka
{
	float:right;
	padding-top:7px;
}
