﻿/** Template specific styles for Iciniti Store UserControls **/
.oneline-cart-summary
{
    color: Blue;
}

div.cartsummary-caption
{
	color: #ccc;
	background-color: #1b95ec;
}

div.cartsummary-entry div.item-title
{
	color: #404080;
}

fieldset label
{
    color: Gray;
}

span.label
{
    color: Gray;
    font-weight: bold;
}

.ALERT,.alert
{
	color: Red;
}

.CAPTION,.caption,th
{
    color: White;
    background-color: #1b95ec;    
	font-weight: normal;
}

th.date
{
    color: #000;
}

.ics-wordsearchpanel div#wordsearchLabel
{
	color: Black;
}

div#go_btn
{
	color: Blue;
}

div#pleaseWait
{
    background-color: #235A70;    
    color: Red;    
}


.itemList.list .itemListing
{
    background-color: #fff;
}

.itemList.array .itemListing .itemPicture
{
    background-color: White;
}

.yourPrice
{
	color: Blue;
}

.regularPrice
{
	color: Red;
}

.itemListing
{
    background-color: White;
}

/** Page Scroller Links **/
div.pageNumberLinks a.selected
{
	text-decoration: none;
	font-weight: bold;
}

.itemList.array .itemListing div.itemNumber
{
}

div.relatedItemInfo span.rtsTxt
{
	font-weight: normal;
}

div.relatedItemInfo .rtsSelected span.rtsTxt
{
	font-weight: normal;
}

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
{
	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: 32px;
	height: 32px;
	background-image: url('images/cart.png') ;
	background-repeat: no-repeat;
	background-position: left top ;
	border-style:none;
}

/* 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;
}
