body
{
	 font-family: Verdana,Arial,sans-serif;
	 font-size: 0.75em;
}
h1 {
	font-size: 2em;
}
h2 {
	margin-top: 0.8em;
	font-size: 1.5em;
}
#SBody {
	width: 1000px;
	margin: 0 auto;
}
div.wizard {
	width: 900px;
	height: 650px;
	border: 1px solid black;
}
div.wizardheader h1{
	margin:0px;
}
div.wizardbody{
	height: 490px;
	overflow-y:scroll;
	padding: 5px;
}
div.wizardheader {
	height: 90px;
	background-color:#CCCCCC;
	padding: 5px;
}
div.btn	{
	height: 50px;
	text-align: center;
	background-color:#CCCCCC;
}
input, select {
	border: 1px solid black;
}
input.error, select.error{ border: 1px solid red; }

div.wizardbody input, div.wizardbody select,
.stdCtl {
	width: 294px;
	margin-top: 5px;
	margin-right: 10px;
	float: left;
}

.aCtl {
	width: 150px;
	margin-right: 154px;
	margin-top:5px;
	float: left;
}

.b1Ctl{
	width: 194px;
	margin-right: 10px;
	margin-top:5px;
	float: left;
}
.b2Ctl {
	width: 90px;
	margin-right: 10px;
	margin-top:5px;
	float: left;
}

div.wizardbody input.c1Ctl,
.c1Ctl {
	width: 20px;
	margin-right: 10px;
	margin-top:5px;
	float: left;
}
.c2aCtl {
	width: 114px;
	margin-right: 155px;
	margin-top:5px;
	float: left;
}
.c2b1Ctl{
	width: 114px;
	margin-right: 10px;
	margin-top:5px;
	float: left;
}
.c2b2Ctl {
	width: 134px;
	margin-top:5px;
	margin-right:10px;
	float: left;
}

.d1Ctl {
	width: 244px;
	margin-right: 10px;
	margin-top:5px;
	float: left;
}
.d2Ctl {
	width: 34px;
	margin-right: 10px;
	margin-top:5px;
	float: left;
}
.eCtl {
	width: 667px;
	margin-right: 10px;
	margin-top:5px;
	float: left;
}
.lft-frm-spr {
	float: left;
	width: 475px;
	margin-right: 10px;
}
textarea.rich {
	height: 300px;
}
DIV.ctlBody {
	float: left;
	width: 485px;
	position:relative;
}

div.stdCtl {
	float: left;
	/*width: 800px;*/
	width: 300px;
}
.lCbx {
	float: left;
	width: 50px;
}
.lLbl {
	float: left;
	width: 800px;
}

.money {
	text-align: right;
}
div.wizardbody label.rgl {
	float:left;
	margin-top: 5px;
	margin-right: 25px;
	width:450px;
	text-align:left;
}
/* change style also in EditorFactory */
.page {
	height: 500px
}
div.wizardbody label, label.stdLbl  {
	float:left;
	margin-top: 5px;
	margin-right: 25px;
	width:150px;
	text-align:right;
}
div.wizard ul.references{
	list-style-type: disc;
	margin: 0px;
}
div.wizard  ul.columns{
	list-style-type: square;
	margin: 0px;
}
div.btn input.flow
{
	float: right;
	width: 150px;
}

div.btn input
{	
	margin: 5px;
	width: 150px;
	float: left;
}
div.btnPane {
	text-align: right;
	padding: 1em 0em 1em 0em;
}
.clr
{
	/*display: block;*/
	clear: both;
	height: 1px;
}
DIV#crumbs 
{
}

.choice
{
	float: left;
	width: 25%;
}
.value
{
	float: left;
	width: 75%;
}

.filter
{
	border-style: double;
	border-color: gray;
	padding: 10px;
	margin-bottom: 2em;
	
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}

.filter .submit
{
	float: right;
	width: 150px;
}

.filter label
{
	width: 100px;
	float: left;
}

.filter input, .filter textarea
{
	width: 150px;
	float: left;
}
.filter select
{
	width: 152px;
	float: left;
}
A.hlbtn
{
	border: 1px solid #666;
	background-color:#999;
	color: black;
	margin: 4px 4px 4px 4px;
}
/**********/
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a, a:visited {
	color: black;
}
/**/

th
{
	background:#CCCCCC url(/Resources/Images/jquery/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png) repeat-x scroll 50% 50%;
}

TH {
	vertical-align:middle;
	padding:0.75em 1em;
	color:#1133AA;
}
a.asc, a.desc, a.asc:visited, a.desc:visited
{
	text-decoration: none;
	vertical-align:middle;
	display:block;
	padding:0.75em 1em;
	color:#1133AA;
}
a.asc .sprite
{
	background: transparent url('/Resources/Images/jquery/superfish/arrows-ffffff.png') no-repeat 0 -100px;
	padding: 0 5px;
	margin-left:4px;
}
a.asc:hover .sprite
{
	background: transparent url('/Resources/Images/jquery/superfish/arrows-ffffff.png') no-repeat -10px -100px;
}
a.desc .sprite
{
	background: transparent url('/Resources/Images/jquery/superfish/arrows-ffffff-inv.png') no-repeat 0 -100px;
	padding: 0 5px;
	margin-left:4px;
}
a.desc:hover .sprite
{
	background: transparent url('/Resources/Images/jquery/superfish/arrows-ffffff-inv.png') no-repeat -10px -100px;
}
.paging
{
	text-align:center;
	background:#CCCCCC url(/Resources/Images/jquery/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png) repeat-x scroll 50% 50%;
	padding:0.75em 1em;
}
.paging a, .paging a:visited
{
	text-decoration: none;
	color:#1133AA;
}

.paging a.cur
{
	text-decoration: underline;
}
.paging a:hover.cur
{
	text-decoration: underline;
}

.flc td
{
	padding-top: 2px;
	padding-bottom: 2px;
}

a.imgBtn img
{
	border: 0px;
}

.argt {	
	text-align:right;
}


#messageBox {
	color: red;
	border: 1px solid red;
	padding: 20px 20px 20px 100px;
	background: #FFCCCC url(/Resources/Images/www.famfamfam.com/silk/icons/error.png) no-repeat scroll 32px 20px ;
	display: none;
}
div.Error {
	color: red;
	border: 1px solid red;
	padding: 20px 20px 20px 100px;
	background: #FFCCCC url(/Resources/Images/www.famfamfam.com/silk/icons/error.png) no-repeat scroll 32px 20px ;
	margin-bottom: 2em;
}
#messageBox.show {
	display:block;
}

table.invTbl {
	width: 970px;
	margin: 2em 0;
}
.invTbl td.sku {
	width: 10%;
}
.invTbl td.title {
	width: 30%;
}
.invTbl td.quantity {
	width: 6%;
	text-align: right;
}
.invTbl td.price { /* 2x */
	width: 17%;
	text-align: right;
}
.invTbl td.total {
	width: 15%;
	text-align: right;
}

.invTbl td.noitems {
	text-align: center;
}

.line-top {
	border-top: 1px solid black;
}

.invExt {
	width: 350px;
}
.invQua {
	width: 50px;
	text-align: right;
}


.ppTbl {
	width: 100%;
}

.ppTbl TD.sku {
	width: 20%;
}
.ppTbl TD.title {
	width: 60%;
}
.ppTbl TD.price {
	width: 20%;
	text-align: right;
}

DEL.oldPrice {
	color: red;
	margin-right: 4px;
}

input.srcCtl {
	width: 200px;
	margin-right: 1em;
	background: #FFFFFF url(/Resources/Images/www.famfamfam.com/silk/icons/magnifier.png) no-repeat scroll center right;
}
input.cpnCtl {
	width: 200px;
	margin-right: 1em;
	background: #FFFFFF url(/Resources/Images/www.famfamfam.com/silk/icons/asterisk_yellow.png) no-repeat scroll center right;
}
.invBtns {
	margin-top: 2em;
}
.discount {
	font-size: 0.8em;
}
.subtotal TD.total {
	border-top: 1px solid black;
}
TR.total TD.total {
	border-top: 3px double black;
	font-size: 1.2em;
}

.vatTbl {
	margin-top: 1em;
	width: 400px;
}
.vatTbl TD.name {
	width: 13%;
}
.vatTbl TD.inc, .vatTbl TD.ex, .vatTbl TD.total {
	width: 25%;
	text-align: right;
}
.vatTbl TD.vat {
	width: 12%;
	text-align: right;
}
DIV.center {
	border: 1px solid red;
}

/*---*/
.InvoiceRep .Reference {
	width: 10%;
}
.InvoiceRep .Customer {
	width: 19%;
}
.InvoiceRep .Payment {
	width: 10%;
}
.InvoiceRep .Reference {
	width: 10%;
}
.InvoiceRep .State {
	width: 10%;
}
.InvoiceRep .Type {
	width: 10%;
}
.InvoiceRep .OrderDate {
	width: 8%;
}
.InvoiceRep .Amount {
	width: 10%;
	text-align: right;
}
.InvoiceRep .Buttons {
	width: 13%;
	text-align: right;
}
/*****/
.LoginRep .Id {
	width: 10%;
}

.LoginRep .Name {
	width: 50%;
}

.LoginRep .SuperUser {
	width: 10%;
	text-align: center;
}

.LoginRep .Host {
	width: 20%;
}

.LoginRep .Buttons {
	width: 10%;
	text-align:right;
}
/******/
.imgBtn {
	margin-left: 4px;
	float: left;
}


/***********/
TR.Checked {
	background-color: #f3f3cf;
}
TR.CheckedAlt {
	background-color: #e9e9bf;
}
TR.Created,
TR.RepRow,
TR.UnChecked {
	background-color: #eeeeee;
}
TR.CreatedAlt,
TR.RepRowAlt,
TR.UnCheckedAlt {
	background-color: #e6e6e6;
}
TR.Send {
	background-color: #d7e3dc;
}
TR.SendAlt {
	background-color: #bed0c6;
}
TR.Cancelled{
	background-color: #fcdede;
}
TR.CancelledAlt {
	background-color: #e8cfcf;
}
TR.Blue {
	background-color: #ccccff;
}
TR.BlueAlt {
	background-color: #d9d9ff;
}
/*
TR.Created TD {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
TR.CreatedAlt TD {
	border-top: 1px solid #d6d6d4;
	border-bottom: 1px solid #d6d6d4;
}
TR.Send TD {
	border-top: 1px solid #b8cec4;
	border-bottom: 1px solid #b8cec4;
}
TR.SendAlt TD {
	border-top: 1px solid #9bbbb0;
	border-bottom: 1px solid #9bbbb0;
}
TR.UnChecked TD {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
TR.UnCheckedAlt TD {
	border-top: 1px solid #d6d6d4;
	border-bottom: 1px solid #d6d6d4;
}
TR.Cancelled TD {
	border-top: 1px solid #f5c9d3;
	border-bottom: 1px solid #f5c9d3;
}
TR.CancelledAlt TD {
	border-top: 1px solid #dbbbbe;
	border-bottom: 1px solid #dbbbbe;
}
*/
#Log {
	border-top: 1px solid black;
	margin-top: 4em;
}

/**************************************************************/

.half {
	float:left;
	width: 50%;
}
.third {
	float:left;
	width: 33%;
}
.quarter {
	float:left;
	width: 25%;
}
.Products .A,
.overview .A,
.Products .Odd{
	/*background-color:#FFFFFF;*/
}

.Products .B,
.overview .B,
.Products .Even{
/*	background-color:#EEEEEE;*/
}
.Products .first,
.overview .first{
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}
.Products .last,
.overview .last{
	border-bottom: 1px solid gray;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}

.SmallProduct,
.SmallestProduct
{
	padding: 0px 10px 10px 10px;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	position: relative;
}

.productpackage
{
	padding: 10px;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}

.FullProduct
{
	padding: 0px 10px 10px 10px;
	border: 1px solid gray;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}

.FullProduct .Image,
.SmallProduct .Image {
	float: right;
	border: 1px solid gray;
	padding: 10px;
	margin-left: 1em;
	margin-bottom: 1em;
	
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}
.FullProduct DIV.Print {
	padding: 2em 0px 10px 10px;
	margin-left: 1em;
	margin-bottom: 1em;
	text-align: right;
}

A.Print{
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/printer.png) no-repeat;
}

.Tile .More,
.SmallProduct .More,
.SmallestProduct .More
{
	text-align: right;
}
.Tile .More A,
.SmallProduct .More A,
.SmallestProduct .More A{
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/book_open.png) no-repeat;
}
.Tile DIV.Image
{
	width: 110px;
	height: 160px;
}
.SmallProduct .Articles {
	margin-top: 1em;
}

.Article {
	padding: 10px;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	position: relative;
}

.Articles .first {
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}

.Articles .last {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom: 1px solid gray;
}

.Articles .A,
.AlsoBought .A,
.Articles .Odd{
	background-color:#f4ebe6;
}

.Articles .B,
.AlsoBought .B,
.Articles .Even{
	background-color:#efd7c9;
}

.Article H2 {
	margin: 0px;
	display:block;
}
.Article .ArticleNo {
	font-style: italic; 
	margin-top: 1em;
}
.Article .AddToCart {
	float:right;
}

.Article .AddToCart A{
	display: block;
	width: 130px;
	padding: 2px 20px 2px 0;
	padding:0.4em 24px 0.4em 1em;
	-moz-border-radius:4px 4px 4px 4px;
	border: 1px solid #f1c464; 
	background: #ffdc8b url(/Resources/Images/jquery/orange/ui-bg_glass_64_ffb813_1x400.png) 50% 50% repeat-x;
	position: relative;
}

.Article .AddToCart A:hover{
	padding: 2px 20px 2px 0;
	padding:0.4em 24px 0.4em 1em;
	-moz-border-radius:4px 4px 4px 4px;
	border: 1px solid #f1c464; 
	background: #ffdc8b url(/Resources/Images/jquery/orange/ui-bg_glass_65_ffdc8b_1x400.png) 50% 50% repeat-x;
	position: relative;
}
.AddToCart A span {
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/cart.png) no-repeat right center;
	height:16px;
	width:16px;
	position: absolute;
	display: block;
	right: 4px;
	top: 4px;
	text-indent: -9999999px;
}
/***/
.Article .Label {
	width: 60%;
	float: left;
}
.Article .Value {
	width: 20%;
	text-align: right;
	float: left;
	padding-right: 20%;
	white-space: nowrap;
}


/************ newfood ************/
.CategoryPath {
	padding: 0.5em 0;
	border-bottom: 1px gray dashed;
	margin-bottom: 1em;

}
.CategoryPath A {
	margin: 0 4px;
}
.SubCategory UL,
.Categories UL{
	list-style-type: none;
	margin: 4px;
	padding: 0px;
}

.Categories UL UL{
	margin-left: 20px;
}

A.Category {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/folder.png) no-repeat;
}

A.Home {
	height: 16px;
	padding-left: 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/house.png) no-repeat;
}

A.Categories {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/folders.png) no-repeat;
}

A.Products {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/tags.png) no-repeat;
}

A.Product {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/tag_blue.png) no-repeat;
}

A.ShoppingCart {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/cart.png) no-repeat;
}

A.CustomerEdit {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/user_edit.png) no-repeat;
}
A.ChangeNewsletter {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/newspaper.png) no-repeat;
}

A.Password {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/key.png) no-repeat;
}

A.Logout {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/arrow_out.png) no-repeat;
}

A.Search {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/find.png) no-repeat;
}

A.Sitemap {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/sitemap.png) no-repeat;
}

A.OfferProducts {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/tags_offer.png) no-repeat;
}

A.NewProducts {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/tags_new.png) no-repeat;
}
A.Content {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/page_white_text.png) no-repeat;
}

A.AboutUs {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/user_comment.png) no-repeat;
}

A.Contact {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/comment_edit.png) no-repeat;
}

A.Disclaimer {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/error.png) no-repeat;
}

A.ScrollTop {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.pinvoke.com/icons/chevron.png) no-repeat;
}

A.Leaflet {
	display: block;
	width: 130px;
	padding: 2px 20px 2px 0;
	padding:0.4em 24px 0.4em 1em;
	-moz-border-radius:4px 4px 4px 4px;
	border: 1px solid #559552; 
	background: #a2cba0 url(/Resources/Images/jquery/green/ui-bg_glass_75_a2cba0_1x400.png) 50% 50% repeat-x;
	position: relative;
}
A.Leaflet:hover{
	padding: 2px 20px 2px 0;
	padding:0.4em 24px 0.4em 1em;
	-moz-border-radius:4px 4px 4px 4px;
	border: 1px solid #559552; 
	background: #81bb7e url(/Resources/Images/jquery/green/ui-bg_glass_60_81bb7e_1x400.png) 50% 50% repeat-x;
	position: relative;
}
A.Leaflet span {
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/table.png) no-repeat right center;
	height:16px;
	width:16px;
	position: absolute;
	display: block;
	right: 4px;
	top: 4px;
	text-indent: -9999999px;
}

A.CopyFrom {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.famfamfam.com/silk/icons/pencil_go.png) no-repeat left center;
	float: right;
	margin-top: 11px;
}

.ProductIndexes,
DIV.SubCategory {
	padding: 10px;
	border: 1px solid gray;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	margin-bottom: 1em;
	background-color: #EEEEEE;
}

.Products UL {
	list-style-type: none;
	padding: 0px;
}
/*.Products LI {
	width: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
}*/
.Products LI a{
	display: block;
	width: 95%;
	overflow:hidden;
	white-space:nowrap;
}

P A.NL,
body .NL .ui-selectmenu-item-icon {
	background: transparent url(/Resources/Images/www.famfamfam.com/flags/png/nl.png) no-repeat scroll 0px 2px;
}
P A.DE,
body .DE .ui-selectmenu-item-icon {
	background: transparent url(/Resources/Images/www.famfamfam.com/flags/png/de.png) no-repeat scroll 0px 2px;
}
P A.EN,
body .EN .ui-selectmenu-item-icon {
	background: transparent url(/Resources/Images/www.famfamfam.com/flags/png/gb.png) no-repeat scroll 0px 2px;
}

/****/
A.tdown {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.pinvoke.com/icons/chevron-expand.png) no-repeat;
}

A.tup {
	padding: 2px 0 2px 20px;
	background: url(/Resources/Images/www.pinvoke.com/icons/chevron.png) no-repeat;
}

.centered {
	text-align: center;
}

/******************* NF *******************/
UL.horizontal {
	list-style:	none;
	margin:	0.5em 0;
	padding: 0;
	text-align: center;
}
UL.horizontal LI {
	display: inline;
	padding: 0.5em 2em;
}
UL.vertical {
	list-style:	none;
	margin:	0;
	padding: 0;
}
UL.vertical LI {
	padding: 0.3em 0;
}

.btnCustomerUpdate {
	position:absolute;
	top: 8px;
	right: 10px;
	width: 120px;
}

.MergeColumn {
	float: left;
	width: 216px;
}
.MergeColumnFirst {
	float: left;
	width: 376px;
}
.MergeColumn INPUT,
.MergeColumnFirst INPUT,
.MergeColumnFirst SELECT
{
	width: 145px;
}

.MergeColumn SELECT
{
	width: 147px;
}

.MergeColumn .slc,
.MergeColumnFirst .slc
{
	margin-left: 16px;
}

.ProductPackageRep INPUT
{
	width: 65px;
}

.ProductPackageRep INPUT
{
	width: 65px;
}

.ProductPackageRep INPUT.s
{
	width: 35px;
}

.ProductPackageRep .SKU
{
	width: 10%;
}

.ProductPackageRep .Title
{
	width: 45%;
}

.ProductPackageRep .Price
{
	width: 20%;
}

.ProductPackageRep .Price2
{
	width: 0%;
}

.ProductPackageRep .Stock
{
	width: 35%;
}
.ProductPackageRep .StockS
{
	width: 15%;
}
.ProductPackageRep .Buttons
{
	text-align: right;
	width: 10%;
}
.darkblue {
	color: #1133AA;
}
.red {
	color: red;
}

/**********/
.AlsoBought {
}
.AlsoBought h3{
	margin: 0.5em;
	font-size: 14px;
}
.AlsoBought .Tile {
	float: left;
	width: 146px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

.AlsoBought .first {
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	border-left: 1px solid gray;
}
.AlsoBought .last {
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	border-right: 1px solid gray;
}

.AlsoBought .Image {
	float: none;
	margin: 1em;
	text-align: center;
	padding: 5px;
}
.AlsoBought .More {
	margin-right: 1em;
	margin-bottom: 0.5em;
}

/****/
P.ml A {
	padding-left: 20px;
}
.jcarousel-control {
	margin-top: 1em;
}
.jcarousel-control A.ctl {
	display: inline;
	overflow: auto;
	
	font-size: 75%;
    text-decoration: none;
    padding: 0 5px;
    margin: 0 0 5px 0;
    border: 1px solid #fff;
    color: #eee;
    background-color: #C67443 ;
    font-weight: bold;
}
.jcarousel-control A.ctl.active,
.jcarousel-control A.ctl:hover{
    color: #C67443;
    background-color: #eee;
}

.carousel-items .Tile {
	width: 143px;
	height: 270px;
	background-color: #EEEEEE;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	padding: 0.5em 0;
}
.carousel-items .Tile h3{
	font-size: 0.9em;
}
.carousel-items A {
	white-space: normal;
}
.carousel-items .Tile P{
	font-size: 0.8em;
	height: 100px;
}

.carousel-items .Tile .Image {
	float: none;
	margin: 1em;
	text-align: center;
	padding: 5px;
}

.right
{
	text-align: right;
}
.warning
{
	color: red;
}
ul.normal {
	list-style-type: disc;
	padding-left: 20px;
}
.couponPane
{
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #D3D3D3;
	background-color: #e6e6e6;
	background: url("/Resources/Images/jquery/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
}

#tagcloudC {
	/*border: 1px solid red;*/
	width: 155px;
	height: 140px;
	position: relative;
	overflow: hidden;
	margin-left: -0.5em;
}

/* Reset the list*/
#tagcloudC ul,
#tagcloudC li{
    list-style:none;
    margin:0;
    padding:0;
}

/* List requires an absolute position
so jQuery can move the items around
freely */
#tagcloudC a{
    position:absolute;
    text-decoration: none;
    color:black;
    text-transform:capitalize;
}
#tagcloudC a:hover{
	text-decoration: underline;
}

#footer {
	font-size:0.75em;
}

.sf-ctxmenu a.imgBtn img
{
	margin-right: 0.5em;
}

/************/

/*** ESSENTIAL STYLES ***/
.sf-ctxmenu, .sf-ctxmenu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size:		1em;
}
.sf-ctxmenu {
	line-height:	1.0;
}
.sf-ctxmenu ul {
	position:		absolute;
	top:			-999em;
	width:			16em; /* left offset of submenus need to match (see below) */
}
.sf-ctxmenu ul li {
	width:			100%;
}
.sf-ctxmenu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-ctxmenu li {
	float: right;
	position:		relative;
}
.sf-ctxmenu li .imgBtn {
	float: left;
	
}
.sf-ctxmenu a {
	display:		block;
	position:		relative;
}
.sf-ctxmenu li:hover ul,
.sf-ctxmenu li.sfHover ul {
	left:			-25px;
	top:			16px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-ctxmenu li:hover li ul,
ul.sf-ctxmenu li.sfHover li ul {
	top:			-999em;
}
ul.sf-ctxmenu li li:hover ul,
ul.sf-ctxmenu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-ctxmenu li li:hover li ul,
ul.sf-ctxmenu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-ctxmenu li li li:hover ul,
ul.sf-ctxmenu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-ctxmenu {
text-align:left;
}
.sf-ctxmenu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-ctxmenu a, .sf-ctxmenu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}

.sf-ctxmenu li li {
	background:		#EEE;
}

.sf-ctxmenu li:hover, .sf-ctxmenu li.sfHover,
.sf-ctxmenu a:focus, .sf-ctxmenu a:hover, .sf-ctxmenu a:active {
	/*background:		#CFDEFF;*/
	background-color:		#CCC;
	outline:		0;
}

/*** arrows **/
.sf-ctxmenu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/Resources/Images/jquery/superfish/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-ctxmenu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-ctxmenu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-ctxmenu ul a:focus > .sf-sub-indicator,
.sf-ctxmenu ul a:hover > .sf-sub-indicator,
.sf-ctxmenu ul a:active > .sf-sub-indicator,
.sf-ctxmenu ul li:hover > a > .sf-sub-indicator,
.sf-ctxmenu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}