﻿.body
{
	font-family: Trebuchet MS, Tahoma, sans-serif;
}
.HeaderS
{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	background-color: White;
	height: 17px;
	vertical-align: bottom;
	border-color: yellow;
}
.ItemS
{
	text-align: left;
	vertical-align: middle;
	height: 110px;
}

.AlterS
{
	text-align: left;
	vertical-align: middle;
	height: 110px;
}

.PagerS
{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 18px;
	vertical-align: bottom;
	border-color: yellow;
	margin-right: auto;
	margin-left: auto;
}


.RootNodeStyle
{
	text-decoration: underline;
	background: url(images/treeview_headerBg.gif);
	background-color: #737294;
	color: #FFFFFF;
	border: #57566F 1px solid;
	border-bottom-width: 0px;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	cursor: default;
}
.treeView
{
	text-decoration: underline;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-left: 1px;
	border: #57566F 1px solid;
	cursor: default;
}
.treeNode
{
	text-decoration: underline;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}


.HovertreeNode
{
	text-decoration: underline;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: default;
}

.SelectedtreeNode
{
	text-decoration: underline;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 11px;
	background-color: gray;
	color: white;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	cursor: default;
	border: 1px solid #3F3F3F;
}

.MultipleSelectedtreeNode
{
	text-decoration: underline;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 11px;
	background-color: gray;
	color: white;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: default;
}

.CuttreeNode
{
	text-decoration: underline;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 11px;
	background-color: silver;
	color: white;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: default;
}

.NodeEdit
{
	text-decoration: underline;
	border: 1px gray solid;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 11px;
}

.Margin
{
	background-color: #E6E6F0;
}

.Footer
{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 11px;
	color: #666;
}

.info
{
	float: left;
	color: Gray;
	padding-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	list-style-type: none;
	font-size: 9px;
}

.Contact
{
	font-weight: bold;
	font-size: 18px;
	margin: 10px;
	color: #EFA42F;
	line-height: 20px;
	font-family: Trebuchet MS, Tahoma, sans-serif;
}

.ContextMenuPanel
{
	border: 1px solid gray;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.SearchPanelHover
{
	text-align: left;
	background-color: #dfdfdf;
	color: #515151;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	cursor: pointer;
	padding: 3px 0px 3px 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.22;
}
.SearchPanelEmpty
{
	text-align: left;
	background-color: #f4f4f4;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	border: 1px solid #a5acb2;
	cursor: default;
	padding: 3px 0px 3px 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.22;
}
.SearchPanelMain
{
	color: #515151;
	text-align: left;
	background-color: #f4f4f4;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	cursor: default;
	padding: 3px 0px 3px 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.22;
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #EFA42F;
	color: #003399;
	border: 1px solid gray;
	padding: 3px 18px 3px 32px;
}

.ModalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.ModalPopupBig
{
	background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 80%;
}

.ModalPopupAuto
{
	background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: auto;
}

.BranchLabel
{
	font-weight: bold;
	font-size: 18px;
	color: #EFA42F;
	line-height: 20px;
	font-family: Trebuchet MS, Tahoma, sans-serif;
}

.shop_logo
{
	border-right: #e8e8e8 1px solid;
	padding-right: 8px;
	border-top: #e8e8e8 1px solid;
	padding-left: 8px;
	float: left;
	padding-bottom: 8px;
	border-left: #e8e8e8 1px solid;
	width: 100px;
	padding-top: 8px;
	border-bottom: #e8e8e8 1px solid;
}

.shop_info
{
	font-weight: bold;
	font-size: 20px;
	font-family: Trebuchet MS, Tahoma, sans-serif;
}

.ShopContainer
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	margin: 1px;
	border-left: #cccccc 1px solid;
	width: 140px;
	border-bottom: #cccccc 1px solid;
}

.ProfileContainer
{
	width: 140px;
}

.ShopTitle
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	background-color: #eeeeee;
}

.ShopPhotoContainer
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}


.CatalogMainSuggestionsTitleBox
{
	font-weight: bold;
	font-size: 18px;
	margin: 10px;
	color: #EFA42F;
	line-height: 20px;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	text-align: left;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 555px;
	padding-top: 3px;
}


.ProductListingInfoSKU
{
	padding-left: 10px;
	font-size: 10px;
	padding-top: 4px;
	text-align: left;
}

.CatalogMainListingImage
{
	float: left;
	margin: 16px 5px 3px 4px;
	width: 65px;
	padding-right: 3px;
}

.CatalogMainSuggestions
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	float: none;
	margin-bottom: 20px;
	overflow: auto;
	width: 280px;
}

.CatalogMainSuggestionsB
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	float: none;
	margin-bottom: 20px;
	overflow: auto;
	width: 120px;
	background-color: #FFFFEA;
}
.CatalogMainSuggestionsC
{
	border-right: #71DCFF 1px solid;
	border-top: #71DCFF 1px solid;
	border-bottom: #71DCFF 1px solid;
	border-left: #71DCFF 1px solid;
	float: none;
	margin-bottom: 20px;
	overflow: auto;
	width: 163px;
	height: 100px;
	background-color: #FFFFEA;
	padding-top: 5px;
}

.CatalogMainListingBorder
{
	float: left;
	border-left: #cccccc 1px solid;
	width: 279px;
	border-bottom: #cccccc 1px solid;
	height: 125px;
}

.CatalogMainListingBorderB
{
	float: left;
	border-left: #cccccc 1px solid;
	width: 118px;
	border-bottom: #cccccc 1px solid;
	height: 125px;
}

.CatalogMainListingInfoModel
{
	float: left;
	margin-left: 3px;
	width: 187px;
	color: #666666;
	padding-top: 12px;
	height: 59px;
	text-align: left;
	text-decoration: none;
}

.CatalogMainListingInfoModelB
{
	float: left;
	margin-left: 3px;
	width: 85px;
	color: #666666;
	padding-top: 12px;
	height: 59px;
	text-align: left;
	text-decoration: none;
}

.CatalogMainListingInfoCategory
{
	float: left;
	color: #666666;
	padding-top: 5px;
}

.CatalogMainListingPrice
{
	padding-right: 4px;
	padding-top: 0px;
	margin-top: 8px;
	float: right;
	width: 110px;
}


.CatalogMainListingInternetPrice
{
	margin-top: 0px;
	font-weight: bold;
	float: right;
	width: 100px;
	padding-top: 0px;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	height: 15px;
	text-align: right;
}

.container
{
	border-right: #ffffff 1px solid;
	padding-right: 0px;
	border-top: #ffffff 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #ffffff 1px solid;
	padding-top: 0px;
	border-bottom: #ffffff 1px solid;
}

#TrailImageId
{
	font-size: 0.75em;
	position: absolute;
	display: inline;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
	z-index: 200;
}

.CatalogAuctionBorder
{
	float: left;
	border-left: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	width: 570px;
	height: 100%;
}

.freshAuction
{
	border-right: #cccccc 1px solid;
	padding-right: 10px;
	border-top: #cccccc 1px solid;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-left: #cccccc 1px solid;
	padding-top: 7px;
	border-bottom: #cccccc 1px solid;
}

.freshAuction .price
{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	padding-right: 1px;
	font-weight: bold;
	font-size: 13px;
	color: Green;
	float: right;
	width: 100px;
	padding-top: 27px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url('App_Themes/Pictures/common/images/auctionLabel.gif');
}

.freshAuction IMG
{
	padding-right: 3px;
	padding-left: 3px;
	float: left;
	padding-bottom: 3px;
	padding-top: 3px;
}

.freshAuction .price IMG
{
	padding-right: 0px;
	padding-left: 3px;
	float: right;
	padding-bottom: 0px;
	padding-top: 5px;
}

.freshAuction .details
{
	padding-left: 8px;
	font-size: 11px;
	float: left;
	width: 350px;
	line-height: 20px;
	padding-top: 3px;
}

.freshAuction .details A.title
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#colRight
{
	float: left;
	width: 590px;
}

#content
{
	clear: left;
	width: 590px;
	padding-top: 10px;
}

.clearfix
{
	display: block;
}

.clearfix
{
	display: inline-block;
}

#wrapper
{
	margin: 0px auto;
	width: 590px;
}

.Valsum
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	margin: 1px;
	color: #EFA42F;
	font-size: 8PX;
	font-family: Trebuchet MS, Tahoma, sans-serif;
}
.ValLine
{
	color: #EFA42F;
	font-size: 5pt;
	font-family: Trebuchet MS, Tahoma, sans-serif;
}

.gridViewHeaderSort
{
	font-weight: bold;
	text-decoration: none;
	font-size: 9px;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	color: #808080;
	float: right;
	text-align: right;
}

.gridViewHeaderSort A
{
	padding-right: 0px;
	padding-left: 3px;
	padding-bottom: 0px;
	color: #808080;
	padding-top: 0px;
	text-decoration: none;
}
.gridViewHeaderSort A:hover
{
	text-decoration: underline;
}


/* Categories */

.outdiv
{
	background-color: Transparent;
	background-repeat: no-repeat;
	width: 98px;
	height: 98px;
	position: relative;
}


.indiv
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 62px;
	height: 62px;
	margin-left: -32px;
	margin-top: -32px;
}

.img
{
	vertical-align: top;
}

.cell
{
	background-position: top;
	text-align: center;
	vertical-align: top;
	width: 120px;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #037DD3;
}

a:hover
{
	text-decoration: underline;
}


a.lnk:link, a.lnk:visited, a.lnk:active
{
	text-decoration: none;
	color: #0072bc;
}

a.lnk:hover
{
	text-decoration: underline;
}

.floatright
{
	float: right;
}

.floatleft
{
	float: left;
}

.zoom
{
	color: #8192a4;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
	font-family: Trebuchet MS, Tahoma, sans-serif;
}


#product_container
{
	width: 580px;
	height: 105px;
}


.clear
{
	clear: both;
	display: block;
}


.product_list
{
	border-right: white 1px solid;
	padding-right: 5px;
	border-top: white 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: white 1px solid;
	padding-top: 5px;
	border-bottom: white 1px solid;
}


.alignright
{
	text-align: right;
}

.margintopPrice
{
	margin: 9px 0px;
}

.product_descr
{
	margin-top: 15px;
	width: 390px;
}


.product_list .product_image
{
	margin: 10px 10px;
	overflow: hidden;
	width: 60px;
	height: 80px;
	text-align: center;
}

.menudef
{
	border: 1px #ffffff solid;
	background-color: #ffffff;
	float: left;
}

.menuOver
{
	border: 1px #44B324 solid;
	background-color: #f1f9ee;
	float: left;
}



/*Create User Page(tzmember.aspx)*/

#main
{
	width: 550px;
	line-height: 1.5em;
	text-align: left;
}

#content
{
	min-height: 0px;
	margin: 20px 0px;
}


#wrapper
{
	width: auto !important;
	margin: auto;
	width: 550px;
	text-align: center;
}

DIV.fieldset
{
	border-right: #a5acb2 1px solid;
	padding-right: 20px;
	border-top: #a5acb2 1px solid;
	padding-left: 20px;
	background: white;
	padding-bottom: 20px;
	margin: 30px 0px 0px;
	border-left: #a5acb2 1px solid;
	padding-top: 20px;
	border-bottom: #a5acb2 1px solid;
	position: relative;
	background-color: #ffffff;
}



#wrapper .first
{
	margin-top: 0px;
}

.row
{
	min-height: 0px;
}

#main P
{
	margin: 15px 0px 0px;
}

SMALL
{
	margin-top: 5px;
	font-size: 11px;
	color: #888;
	line-height: 1.4em;
	font-family: Trebuchet MS, Tahoma, sans-serif;
}


LABEL
{
	font-size: 9pt;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-weight: 500;
}

.right
{
	float: right;
	width: 245px;
}

#main .text
{
	border-right: #a5acb2 1px solid;
	padding-right: 3px;
	border-top: #a5acb2 1px solid;
	margin-top: 2px;
	padding-left: 3px;
	font-size: 13px;
	padding-bottom: 3px;
	border-left: #a5acb2 1px solid;
	width: 498px;
	color: #333;
	padding-top: 3px;
	border-bottom: #a5acb2 1px solid;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	background-color: #f3f3f3;
}

#main .right .text
{
	width: 235px;
}

B
{
	font-size: 19px;
	color: #EFA42F;
	position: relative;
	top: 5px;
}

.left
{
	float: left;
	width: 245px;
}

#main .left .text
{
	width: 235px;
}

LABEL EM
{
	color: #6f6f6f;
	font-style: normal;
	font-family: Trebuchet MS, Tahoma, sans-serif;
}

H4
{
	padding-right: 5px;
	padding-left: 5px;
	background: white none repeat scroll 0 0;
	left: 10px;
	padding-bottom: 0px;
	font: italic 15px Trebuchet MS, Tahoma, sans-serif;
	margin-left: 20px;
	color: #EFA42F;
	padding-top: 0px;
	position: absolute;
	top: -32px;
}
* html h4
{
	top: -12px; /* IE<7 */
}
* + html h4
{
	top: -12px; /* IE7 */
}


.memberheader
{
	padding-left: 20px;
	background: white;
	left: 10px;
	padding-bottom: 0px;
	font: italic 15px Trebuchet MS, Tahoma, sans-serif;
	margin-left: 20px;
	color: #EFA42F;
	padding-top: 0px;
	position: absolute;
}

.TextIndicator_TextBox1
{
	background-color: Gray;
	color: White;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: x-small;
	font-style: italic;
	padding: 4px 5px 4px 5px;
}

.sampleStyleA
{
	background-color: #f3f3f3;
	color: Black;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: x-small;
	font-style: italic;
	padding: 4px 5px 4px 5px;
	border: #a5acb2 1px solid;
}

.sampleStyleB
{
	background-color: #f3f3f3;
	color: Green;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: x-small;
	font-style: italic;
	padding: 4px 5px 4px 5px;
	border: #a5acb2 1px solid;
}

.sampleStyleC
{
	background-color: #f3f3f3;
	color: Orange;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: x-small;
	font-style: italic;
	padding: 4px 5px 4px 5px;
	border: #a5acb2 1px solid;
}

.sampleStyleD
{
	background-color: #f3f3f3;
	color: Blue;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: x-small;
	font-style: italic;
	padding: 4px 5px 4px 5px;
	border: #a5acb2 1px solid;
}

.sampleStyleE
{
	color: Red;
	background-color: #f3f3f3;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: x-small;
	font-style: italic;
	padding: 4px 5px 4px 5px;
	border: #a5acb2 1px solid;
}

.MaskedEditFocus
{
	background-color: #ffffcc;
	color: #000000;
}

.MaskedEditError
{
	background-color: #ffcccc;
}


/*End Create User Page*/

.error_text
{
	font-size: 15px;
	color: Red;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-weight: 500;
	text-align: left;
	padding: 17px 0px 5px 40px;
	height: 23px;
}

.information_text
{
	font-size: 15px;
	color: #515151;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-weight: 500;
	text-align: left;
	padding: 17px 0px 5px 40px;
	height: 23px;
}

.BalloonAuctions_text
{
	font-size: 12px;
	color: #515151;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-weight: 800;
	text-align: left;
	padding: 17px 0px 5px 1px;
	height: 23px;
}

a.BalloonAuctions_text:link, a.BalloonAuctions_text:visited, a.BalloonAuctions_text:active
{
	text-decoration: none;
	color: #0072bc;
}


a.BalloonAuctions_text:hover
{
	text-decoration: underline;
}

.BalloonBranches_text
{
	font-size: 12px;
	color: #d3a000;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-weight: 800;
	text-align: left;
	padding: 17px 0px 5px 1px;
	height: 23px;
}

a.BalloonBranches_text:link, a.BalloonBranches_text:visited, a.BalloonBranches_text:active
{
	text-decoration: none;
	color: #d3a000;
}


a.BalloonBranches_text:hover
{
	text-decoration: underline;
}

.header_login
{
	font: 12px Trebuchet MS,Arial,sans-serif;
	font-weight: bolder;
	color: #666;
}

/* Main Auction */


.MainAuction
{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #666;
}

/* End Main Auction*/

accContent
{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 8pt;
	text-align: left;
	height: 110px;
	font-weight: bold;
}

.accHeader
{
	border-right: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px; /*background-image:url(/jimanos/App_Themes/Pictures/auctions/bgAuction.jpg);*/
	background-image: url(/App_Themes/Pictures/auctions/bgAuction.jpg);
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	color: #8192a4;
	height: 10px;
	font-size: 9pt;
	text-align: left;
	width: 497px;
	padding: 0px 0px 11px 10px;
	overflow: hidden;
}

.Label
{
	font-weight: bolder;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 14px;
}

.auctionDetailsBox
{
	border-right: #a5acb2 0px solid;
	padding-right: 1px;
	border-top: #a5acb2 0px solid;
	padding-left: 1px;
	background: #fff;
	padding-bottom: 1px;
	margin: 2px 10px 0px 0px;
	overflow: hidden;
	border-left: #a5acb2 0px solid;
	width: 130px;
	padding-top: 1px;
	border-bottom: #a5acb2 0px solid;
	height: 120px;
}

H2
{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	clear: left;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 5px;
	padding-top: 15px;
	color: #3d86c2;
}



.Submit
{
	clear: left;
	margin-top: 0px;
	display: block;
	font-size: 11px;
	background: url(/jimanos/App_Themes/Pictures/temp/bk_but_blue.jpg) no-repeat 0px 0px;
	width: 71px;
	color: #ffffff;
	border-top-style: none;
	padding-top: 4px;
	border-right-style: none;
	border-left-style: none;
	height: 26px;
	text-align: center;
	border-bottom-style: none;
}

.Offer
{
	clear: left;
	margin-top: 0px;
	display: block;
	font-size: 11px;
	background: url(/jimanos/App_Themes/Pictures/temp/bk_bidnow.jpg) no-repeat 0px 0px;
	width: 128px;
	color: #ffffff;
	border-top-style: none;
	padding-top: 4px;
	border-right-style: none;
	border-left-style: none;
	height: 31px;
	text-align: center;
	border-bottom-style: none;
}

.BuyNow
{
	clear: left;
	margin-top: 0px;
	display: block;
	font-size: 11px;
	background: url(/jimanos/App_Themes/Pictures/temp/bk_buynow.jpg) no-repeat 0px 0px;
	width: 128px;
	color: #ffffff;
	border-top-style: none;
	padding-top: 4px;
	border-right-style: none;
	border-left-style: none;
	height: 31px;
	text-align: center;
	border-bottom-style: none;
}


.Grid
{
	border: solid 1px #FFFFFF;
}

.Grid td
{
	border: solid 1px #FFFFFF;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	text-align: center;
}

.GridHeader
{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	background-color: #ffffff;
	color: #515151;
}

.GridItem
{
	color: #515151;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 9pt;
	text-align: center;
}

.GridAltItem
{
	color: #515151;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 9pt;
	text-align: center;
	background-color: #f5f5f5;
}


/* PagingBulletedList1 */
.selectIndex
{
	font-weight: bolder;
	text-decoration: none;
	border-right: #efefef 2px solid;
	padding-right: 15px;
	border-top: #efefef 2px solid;
	padding-left: 15px;
	padding-bottom: 15px;
	border-left: #efefef 2px solid;
	padding-top: 15px;
	border-bottom: #efefef 2px solid;
}
.unselectIndex
{
	font-weight: normal;
	text-decoration: underline;
	color: red;
}

.bulletdiv
{
	height: 420px;
	overflow: auto;
	border: solid 1px #CCCCCC;
}

DIV
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

#shops DIV #alpha_wrapper
{
	margin-bottom: 40px;
	cursor: pointer;
	height: 20px;
}

#shop
{
	font-size: 12px;
	color: #999999;
	font-family: Trebuchet MS, Tahoma, sans-serif;
}

#container
{
	margin: auto;
	width: 560px;
}

.aligncenter
{
	text-align: left;
}

#shops DIV.alphabetical
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 11px;
	color: #EFA42F;
}

#shops A
{
	font-size: 12px;
	margin: 0px 6px;
	color: #8e8e8e;
	font-family: Trebuchet MS,Tahoma,sans-serif;
}

#shops DIV.alphabetical A
{
	padding-right: 1px;
	padding-left: 1px;
	font-size: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #8e8e8e;
}


/* PagingBulletedList2 */
#container1
{
	margin: auto;
	width: 560px;
}

#shops1 A
{
	font-size: 15px;
	color: #8e8e8e;
	font-family: Trebuchet MS,Tahoma,sans-serif;
	height: 10px;
}

#shops1 DIV #alpha_wrapper1
{
	margin-bottom: 20px;
	padding-top: 8px;
	height: 10px;
}

.validatorcallout div, .validatorcallout td
{
	border: solid 1px Black;
	background-color: #FFFACD;
	position: relative;
}
.validatorcallout .ajax__validatorcallout_popup_table
{
	display: none;
	border: none;
	background-color: transparent;
	padding: 0px;
}
.validatorcallout .ajax__validatorcallout_popup_table_row
{
	vertical-align: top;
	height: 100%;
	background-color: transparent;
	padding: 0px;
}
.validatorcallout .ajax__validatorcallout_callout_cell
{
	width: 20px;
	height: 100%;
	text-align: right;
	vertical-align: top;
	border: none;
	background-color: transparent;
	padding: 0px;
}
.validatorcallout .ajax__validatorcallout_callout_table
{
	height: 100%;
	border: none;
	background-color: transparent;
	padding: 0px;
}
.validatorcallout .ajax__validatorcallout_callout_table_row
{
	background-color: transparent;
	padding: 0px;
}
.validatorcallout .ajax__validatorcallout_callout_arrow_cell
{
	padding: 8px 0px 0px 0px;
	text-align: right;
	vertical-align: top;
	font-size: 1px;
	border: none;
	background-color: transparent;
}
.validatorcallout .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv
{
	font-size: 1px;
	position: relative;
	left: 1px;
	border-bottom: none;
	border-right: none;
	border-left: none;
	width: 15px;
	background-color: transparent;
	padding: 0px;
}
.validatorcallout .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div
{
	height: 1px;
	overflow: hidden;
	border-top: none;
	border-bottom: none;
	border-right: none;
	padding: 0px;
	margin-left: auto;
}
.validatorcallout .ajax__validatorcallout_error_message_cell
{
	font-family: Verdana;
	font-size: 10px;
	margin-top: 15px;
	border-right: none;
	border-left: none;
	width: 100%;
}
.validatorcallout .ajax__validatorcallout_icon_cell
{
	width: 20px;
	padding: 5px;
	border-right: none;
}
.validatorcallout .ajax__validatorcallout_close_button_cell
{
	vertical-align: top;
	padding: 0px;
	text-align: right;
	border-left: none;
}
.validatorcallout .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
	border: none;
	text-align: center;
	width: 10px;
	padding: 2px;
	cursor: pointer;
}


/*
tzComparePrice.aspx
*/
.pr#main
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 40px;
	padding-top: 6px;
	background-color: white;
}

DIV.pr
{
	font-size: small;
	z-index: 4000;
	color: #666;
	font-family: Trebuchet MS, Tahoma, sans-serif;
}

DIV.pr
{
	font-size: small;
	color: #666;
	font-family: Trebuchet MS, Tahoma, sans-serif;
}

/*Kentriko width*/
.pr .wrapper
{
	display: inline-block;
	padding-left: 5px;
	margin: 0px auto;
	width: 596px;
}

.pr .wrapper
{
	display: block;
}

.pr .wrapper #side-content
{
	margin-top: 14px;
	float: right;
	width: 185px;
}

.pr .wrapper .side-ad
{
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #e2edfd;
	text-align: center;
}

.pr .wrapper .side-ad .rightAd
{
	margin-bottom: 10px;
}

.pr IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

/*Site map LinkButton*/
.pr .wrapper #maincontent
{
	margin-top: 14px;
	background: white;
	float: left;
	width: 550px;
}

.pr .relatedlinks
{
	display: block;
	font-size: 1em;
	margin: 5px;
}

.pr A
{
	color: #0167cc;
	text-decoration: none;
}

.pr TABLE
{
	font-size: 0.95em;
}

.pr TD.productlistright
{
	border-right: #d9ebf7 1px solid;
	padding-right: 5px;
	border-top: #d9ebf7 0px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #d9ebf7 0px solid;
	padding-top: 5px;
	border-bottom: #d9ebf7 1px solid;
}

.pr TD.productlistnoright
{
	border-right: #d9ebf7 0px solid;
	padding-right: 5px;
	border-top: #d9ebf7 0px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #d9ebf7 0px solid;
	padding-top: 5px;
	border-bottom: #d9ebf7 1px solid;
}

.pr .productlistright
{
	background: white;
}

.pr .listdate
{
	margin-top: 8px;
	font-size: 0.82em;
	line-height: 1.8em;
}

.pr TD.productlistnone
{
	border-right: #d2d2d2 0px solid;
	padding-right: 5px;
	border-top: #d2d2d2 0px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #d2d2d2 0px solid;
	padding-top: 5px;
	border-bottom: #d2d2d2 1px solid;
}

.pr .nomargin
{
	margin: 0px;
	border-top-style: none;
	border-bottom-style: none;
}

.pr .heading3
{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0px;
	color: #333333;
}

.pr TR.rulesheader
{
	background-color: #037DD3;
}

.pr TD.rulesheader
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 4px;
	color: #ffffff;
	padding-top: 4px;
}

.pr .producttabline
{
	border-right: #037DD3 0px solid;
	border-top: #037DD3 0px solid;
	border-left: #037DD3 0px solid;
	border-bottom: #037DD3 1px solid;
}

.pr .producttabframe
{
	border-right: #037DD3 1px solid;
	padding-right: 1px;
	border-top: #037DD3 1px solid;
	padding-left: 1px;
	padding-bottom: 0px;
	border-left: #037DD3 1px solid;
	padding-top: 1px;
	border-bottom: #037DD3 1px solid;
}

.pr .producttabframechosen
{
	border-right: #037DD3 1px solid;
	padding-right: 1px;
	border-top: #037DD3 1px solid;
	padding-left: 1px;
	padding-bottom: 0px;
	border-left: #037DD3 1px solid;
	padding-top: 1px;
	border-bottom: #037DD3 0px solid;
}

.pr .producttabchosen
{
	padding-right: 1px;
	display: inline;
	padding-left: 1px;
	font-weight: bold;
	padding-bottom: 1px;
	color: #333333;
	padding-top: 1px;
}

.pr .producttabframechosen1
{
	border-right: #def9d4 0px solid;
	padding-right: 1px;
	border-top: #def9d4 0px solid;
	padding-left: 1px;
	padding-bottom: 0px;
	border-left: #def9d4 0px solid;
	padding-top: 1px;
	border-bottom: #def9d4 0px solid;
}

.pr .producttabchosen1
{
	padding-right: 1px;
	display: inline;
	padding-left: 1px;
	font-weight: bold;
	padding-bottom: 1px;
	color: #333333;
	padding-top: 1px;
}


.pr #productDescriptionTable TD
{
	vertical-align: bottom;
}

.pr #productDescriptionTable #descContentTd
{
	vertical-align: top;
}

.pr #productDescriptionTable #descContentTd DIV
{
	white-space: nowrap;
	height: 25px;
}

.productlist
{
	font-weight: bold;
	font-size: 1.1em;
	color:green;
}

.pr #productDescriptionTable #descTitleTd
{
	vertical-align: top;
}

.pr #productDescriptionTable #descTitleTd DIV
{
	white-space: nowrap;
	height: 25px;
}

.pr H3
{
	font-weight: bold;
	font-size: 1em;
	margin: 2px 0px 0px;
}

.pr H1
{
	font-weight: normal;
	font-size: 1.4em;
	margin: 0px 0px 10px;
}

.pr .productpageheader
{
	font-weight: bold;
	font-size: 1.27em;
}

.pr .box
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: #d2d2d2 1px solid;
	background-color: #f6f6f6;
}

.pr .storebutton
{
	margin-top: 6px;
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	width: 90px;
	color: #037DD3;
	line-height: 1.5em;
	background-repeat: no-repeat;
	height: 20px;
}
.ListHeader{font-size:10pt;background-color:#063902;font-family:Tahoma;color:#ffffff;text-align :Left ;}
.ListEmpty{font-size:18pt;background-color:red;font-family: Tahoma;color:#ffffff;text-align :Left ;}
.ListItem{font-size:9pt;background-color:#ffffff;font-family: Tahoma;color:#063902;text-align :Left ;}
.ListAlternativeItem{font-size:9pt;background-color:#c4e68d;font-family: Tahoma;color:#063902;text-align :Left ;}
.ListSelectedItem{font-size:9pt;font-style :italic ;background-color:Navy ;font-family: Tahoma;color:#063902;text-align :Left ;}
.ListEditItem{font-size:10pt;font-weight :bold ;background-color:#e8f5fb;font-family: Tahoma;color:#063902;text-align :Left ;}
.ListPager{font-size:11pt;background-color:InfoBackground ;font-family: Tahoma;text-align :Left ;color:#000000;}
.AdminDropDown{font-size:15pt;background-color:InfoBackground ;font-family: Tahoma;text-align :Left ;color:#000000; width:100%}

