/* ------------------------- WEBSHOP - WEBSHOP.PHP ------------------------- */

/* --------------- Shoppingcart.Link --------------- */

a.shoppingcartLink
{
	display:block; 
	background-image:url(../../../../base/modules/Webshop/images/Shoppingcar_Link.png); 
	background-repeat:no-repeat; 
	width:25px; 
	height:25px;
}

a.shoppingcartLink:hover
{
	cursor:pointer;
	background-image:url(../../../../base/modules/Webshop/images/Shoppingcar_Link_Focus.png); 
	width:27px; 
	height:27px;
}

/* --------------- Pager.Button.Previous --------------- */

a.webshopPagerButtonPrevious
{
	display:block; 
	background-image:url(../images/Previous.png); 
	background-repeat:no-repeat; 
	width:19px; 
	height:19px;
}

a.webshopPagerButtonPrevious:hover
{
	cursor:pointer;
	background-image:url(../images/Previous_Focused.png); 
}

a.webshopPagerButtonPreviousDisabled
{
	cursor:default;
	display:block; 
	background-image:url(../images/Previous_Disabled.png); 
	background-repeat:no-repeat; 
	width:19px; 
	height:19px;
}

/* --------------- Pager.Button.Next --------------- */

a.webshopPagerButtonNext
{
	display:block; 
	background-image:url(../images/Next.png); 
	background-repeat:no-repeat; 
	width:19px; 
	height:19px;
}

a.webshopPagerButtonNext:hover
{
	cursor:pointer;
	background-image:url(../images/Next_Focused.png); 
}

a.webshopPagerButtonNextDisabled
{
	cursor:default;
	display:block; 
	background-image:url(../images/Next_Disabled.png); 
	background-repeat:no-repeat; 
	width:19px; 
	height:19px;
}

/* --------------- Pager.Button.Page --------------- */

a.webshopPagerPageNumber
{
	text-decoration:none;
	font-size:15px !important;
	padding:2px;
}

a.webshopPagerPageNumber:hover
{
	color:#FF6633 !important;
}

span.webshopPagerPageNumberCurrentPage
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666;
	font-size:15px !important;
	padding:2px;
}

/* --------------- Shoppingcar --------------- */

a.shoppingcar
{
	display:block; 
	background-image:url(../images/Shoppingcar.png); 
	background-repeat:no-repeat; 
	width:32px; 
	height:32px;
}

a.shoppingcar:hover
{
	cursor: pointer;
	background-image:url(../images/Shoppingcar_Focused.png); 
}

a.shoppingcarDisabled
{
	cursor:default;
	display:block; 
	background-image:url(../images/Shoppingcar_Disabled.png);
	background-repeat:no-repeat; 
	width:32px; 
	height:32px;
}

/* --------------- Sorting-DropDown container --------------- */

.dropDownSortTable
{
	margin-bottom:25px;
}

div.dropDownSort
{
	text-align:center;
}

/* --------------- WEBSHOPITEM TABEL --------------- */

.tableItemMain
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	box-shadow: 5px 5px 5px #d2d2d2;
	border-radius:20px;
	margin-bottom:25px;
}

.tableItemRadiusTopRight
{
	border-top-right-radius:5px;
}

.tableItemRadiusBottomRight
{
	border-bottom-right-radius:5px;
}

.tableItemLeftColumn
{
	background-color:#FFEFDC;
	border: #FC6 1px solid;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
}

.tableItemRowTop
{
	border-top:1px solid #FC6;
}

.tableItemRowBottom
{
	border-bottom:1px solid #FC6;
}

.tableItemRowSide
{
	border-right:1px solid #FC6;
}

.tableItemRowEven
{
	background-color:#FFEFDC;
}

.tableItemRowOdd
{
	background-color:#FDE3C4;
}

.tableItemTextGeneral /* Text Algemeen */
{
    font-size: 11px;
    font-weight: bolder;
	color: #292929;
	text-align:left;
	vertical-align:middle;
}

.tableItemTextDescription /* Text Omschrijving */
{
	background-color:#FFEFDC;
	border-right: #FC6 1px solid;
	border-top: #FC6 1px solid;
	border-bottom: #FC6 1px solid;
	font-size: 12px;
    font-style: normal;
    font-weight: normal;
	color: #292929;
    line-height: 150%;
    text-align: justify;
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
}

.tableItemTextPrice /* Text Prijs */
{
	font-size:15px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

/* ------------------------- WEBSHOP - SHOPPINGCART.PHP ------------------------- */


/* ----- SHOPPINGCART CONTAINERS ----- */

table.shoppingcartContainer
{
	background-color:#FFFFFF;
	padding-left:10px;

}

td.shoppingcartItemContainer
{
	background-color:#FFFFFF;
	padding-left:10px;
}

td.shoppingcartCustomerInformationContainer
{
	background-color:#FFFFFF;
}

/* ----- SHOPPINGCART Button.Delete ----- */

a.shoppingcartButtonRemove
{
	display:block; 
	background-image:url(../images/Delete.png); 
	background-repeat:no-repeat; 
	width:18px; 
	height:18px;
	cursor:pointer;
}

/* ----- SHOPPINGCART PROGRESS BAR ----- */

table.shoppingcartProgressBar
{
	border-style:solid;
	border-width:1px;
	font-size:11px
	border-color: #a2a3a3;
	margin-bottom:5px;
}

td.shoppingcartProgressBar
{
	background-color: #FFAE00;
}

div.shoppingcartProgressBar p.tableProgressbar /* PROGRESS BAR TEXT */
{
	font-size:12px;
	font-weight:bold;
	color:#717070;
	padding:0px;
	margin:0px;
	cursor:default;
	margin-bottom:15px;
}

div.shoppingcartProgressBar p.tableProgressbarActive /* PROGRESS BAR ACTIVE */
{
	font-size:13px;
	font-weight:bold;
	color:#D15E00;
	padding:0px;
	margin:0px;
	cursor:default;
	margin-bottom:15px;
}

/* ----- Navigation.Button.General ----- */

a.shoppingcartNavigationButtonNext, a.shoppingcartNavigationButtonPrevious, a.shoppingcartNavigationButtonContinueShopping
{
	font-size:16px;
	text-decoration:none;	
	display:block;
	padding-top:5px;
}

/* ----- Navigation.Button.Next ----- */

a.shoppingcartNavigationButtonNext
{
	display:block;
	width:110px;
	vertical-align:middle;
	background: transparent url(../images/Check.png) scroll no-repeat left center;
	padding-left: 30px;
	padding-top:5px;
}

/* ----- CustomerInformation.Input ----- */

.shoppingcartInputField
{
	background-color:#e2e2e2;
	padding-left:10px;
	
	width:380px;
	height:17px;

    border-radius:5px;
	border-top: #b2b2b2 1px solid;
	border-left: #b2b2b2 1px solid;	
	border-bottom: #b2b2b2 2px solid;
	border-right: #b2b2b2 2px solid;
	
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #292929;
    font-size: 12px;
    font-weight: bold;
}

.shoppingcartInputArea
{
	height:70px; 
	margin-top:7px;
	padding-top:10px;
	resize:none;
}

/* ----- CustomerInformation.Agreement ----- */

div.shoppingcartAgreement
{
	width:770px;
	overflow-y:scroll; 
	overflow-x:hidden; 
	text-width:500px;
	height:110px; 
	background: #e2e2e2;
    color: #0;
    margin:1px;
    padding-top: 0px;
    padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
    outline: none;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px -5px hsl(0, 0%, 40%), inset 0px 4px 6px -5px hsl(0, 0%, 2%)
}

/* ----- SHOPPINGCART HR LINES ----- */

hr 
{
	border-width:1px;
	border-style:dotted;
}

/* ----- SHOPPINGCART ALGEMEEN ----- */

.shoppingcartTemplate
{
	padding:0px !important;
	margin:0px !important;	
}

/* ----- SHOPPINGCART TEXTEN ----- */

.shoppingcartTemplate p.headerText /* Shoppingcart tabel header text */
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #292929;
    font-size: 13px;
    font-weight: bold;
}

.shoppingcartTemplate p.summaryText /* Shoppingcart tabel summary text */
{
	color: #292929;
    font-size: 13px;
    font-weight: bold;
}

.shoppingcartTemplate p.totalPriceText /* Shoppingcart tabel totaalprijs */
{
	color:#006;
    font-size: 15px;
    font-weight: bold;
}

.shoppingcartTemplate p.customerText /* Shoppingcart tabel klantgegevens text */
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #292929;
    font-size: 12px;
    font-weight:normal;
	padding:3px;
	margin:3px;
}

.shoppingcartTemplate p.customerSummary /* Shoppingcart tabel klantgegevens overzicht */
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #006;
    font-size: 12px;
    font-weight:normal;
	padding:3px;
	margin:3px;
}

p.shoppingcartAgreementLabel /* Shoppingcart Algemene Voorwaarden Text */
{
	cursor:default;
	color:#900 !important;
    font-size: 13px !important;
	padding:0px !important;

}

