﻿/** Template specific styles for Iciniti Store UserControls **/
.oneline-cart-summary
{
    color: #033c7a;
}

div.cartsummary-caption
{
	color: #ccc;
	background-color: #1b95ec;
}

div.cartsummary-entry div.item-title
{
	color: #404080;
}

fieldset label
{
    color: #666;
	font-size: 13px;
}

span.label
{
    color: Gray;
    font-weight: bold;
}

.ALERT,.alert
{
	color: Red;
}

.CAPTION,.caption,th
{
	color: #043b7b;
	padding: 3px 10px;
	border-top: 1px solid #85bcdf;
	border-bottom: 1px solid #85bcdf;
	background-color: #c2ddf0;
	font-family: 'Nunito', sans-serif; font-weight: 700; 
	font-size: 16px;
}

th.date
{
}

.ics-wordsearchpanel div#wordsearchLabel
{
	color: Black;
}

div#go_btn
{
	color: #033c7a;
}

div#pleaseWait
{
    background-color: #235A70;    
    color: Red;    
}


.itemList.list .itemListing
{
}

.itemList.array .itemListing .itemPicture
{
}

.yourPrice
{
	color: #666;
	line-height: 16px;
	font-size: 12px;
}

.regularPrice
{
	color: #666;
	line-height: 16px;
	font-size: 12px;
}

.itemListing
{
}

/** Page Scroller Links **/
div.pageNumberLinks a.selected
{
	text-decoration: none;
	font-weight: bold;
}

.itemList.array .itemListing div.itemNumber
{
}

div.relatedItemInfo span.rtsTxt
{
	font-family: 'Nunito', sans-serif; font-weight: 700; 
	font-size: 20px;
	color: #666;
}

div.relatedItemInfo .rtsSelected span.rtsTxt
{
	font-family: 'Nunito', sans-serif; font-weight: 700; 
	font-size: 20px;
	color: #033c7a;
}

/* Breadcrumb */
.breadcrumb a
{
	font-size: x-large;
}

body.CheckoutShipping .cartDetails .LABEL
{
	font-weight: normal;
	text-align: right;
}

tr.even
{
	background-color: #f0f0f0;
}

tr.odd
{
	background-color: #f0f0ff;
}

.errorfeedback
{
	color: Red;
	font-weight: normal;
}
.feedback
{
	color: Green;
	background-color: #E8FFF4;
}



div.breadcrumb
{
	font-size: 1.5em;
	margin: 1em 0em;
}

div.childPageLinks ul
{
	list-style-type:circle;
	margin: 0px;
	padding: 0px;
}

div.childPageLinks ul li
{
	display: block;
	float:none;
	width: 100%;
}

div.childPageLinks ul li span
{	 
	text-align: left;
}

div.account-links div
{
	display: block;
}

div.itemList.array div.itemListing
{
	border-radius: .5em .5em .5em .5em;
	border: 1px solid #ddd;
}

div#footer_wrapper div.sf_colsOut
{
	width: 25%;
	border: none;
	margin-right: 3em;	
}

div.ics-buybuttonpanel .btn_narrow
{
	text-indent: -9999px;
	width: 109px;
	height: 29px;
	background-image: url('images/cart.png') ;
	background-repeat: no-repeat;
	background-position: left top ;
	border-style:none;
	cursor: pointer;
}

/* Footer content blocks */
.sfContentBlock h4
{
	font-size: 1.25em;
	background-color: rgb(78,203,245);
	color: #444;
	padding: 3px 3px 3px 6px;
	border-radius: .5em .5em 0 0;
}
