﻿/* FORMATTING OPTIONS */
.float
{
	float: left;
	vertical-align: bottom;
}
.float2
{
	padding: 4px 4px 4px 4px;
	float: left;
	width: 250px;
	vertical-align: bottom;
}
.float3
{
	float: left;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	vertical-align: bottom;
}
.float4
{
	padding: 4px 4px 4px 4px;
	float: left;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	vertical-align: bottom;
}

/* CATEGORY LISTING PAGE */

.ProductList
{
	width: 885px;
	overflow: auto;
	height: 375px;
}

.ShopCategoryLink
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.ShopCategoryLink:Hover
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

.ShopProductLink
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #999;
}
.ShopProductLink:Hover
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
	color: #999;
}

.ShopCategoryImage
{
	border: none;
}
.ShopCategoryImage:Hover
{
	border: solid 1px #000;
}
.PagingNumbers
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	background-color: #cccccc;
	color: #333333;
}
.PagingNumbersSelected
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	background-color: #cc0000;
	color: #FFFFFF;
}
.PagingButton
{
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
}
.CategoryTable
{
	text-align: center;
}
.CategoryTable:Hover
{
	text-align: center;
	background-color: #ededed;
}
.Legend
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

/* PRODUCT DISPLAY PAGE */

.ProductBG
{
	clear: both;
	background: url(../../images/Barkers_BGProduct.gif) repeat-y;
	width: 100%;
}

.ProductArea
{
	float: left;
	width: 670px;
	background: #fff;
	border: solid 6px #fff;
}

.ProductContent
{
	width: 670px;
	padding-top: 25px;
}

.ProductRightColumn
{
	float: left;
	width: 199px;
	background: #fff;
	border: solid 6px #fff;
}

.ProductRCContent
{
	width: 199px;
}

.ProductData
{
	float: left;
	width: 240px;
	padding-top: 20px;
}

.ProductName
{
	font-family: Verdana, Sans-Serif;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.ProductDescription
{
	font-family: Verdana, sans-serif;
	color: #808080;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 13px;
}
.LinkedPContent
{
	width: 199px;
	text-align: center;
}
.LinkedProductText
{
	font-family: Verdana, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 13px;
}
.SaleProduct
{
	font-family: Verdana, Sans-Serif;
	font-size: 13px;
	color: #808080;
	font-weight: bold;
	line-height: 15px;
	padding-right: 10px;
}
.normalPrice
{
	font-family: Verdana, Sans-Serif;
	font-size: 18px;
	color: #802c28;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	margin: 10px 0 10px 0;
}
.ProductItemLabel
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.ProductItemValue
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
.ProductDropDown
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	width: 150px;
}
.ProductAnchor
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
	color: #000;
}
.ProductImageLarge
{
	float: left;
	width: 350px;
	padding: 20px 0 0 0;
	margin: 0 0 0 20px;
}

.ProductImageLarge p
{
	width: 300px;
	text-align: left;
}

.ProductQty
{
	width: 30px;
	height: 22px;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-align: center;
}

.AddToCartControls
{
	clear: left;
}

.AddToCartControls p
{
	float: left;
	padding-right: 5px;
	line-height: 22px;
}

.ExtraProductOptions
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 20px;
	clear: left;
}

.ProductLinks, a:link.ProductLinks, a:visited.ProductLinks, a:hover.ProductLinks, a:active.ProductLinks
{
	font-family: Verdana, sans-serif;
	color: #595959;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 14px;
}
.ExtraProductOptions li
{
	height: 14px;
	line-height: 14px;
}

.ExtraProductOptions li a, .ExtraProductOptions li a:active, .ExtraProductOptions li a:hover, .ExtraProductOptions li a:visited
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	line-height: 12px;
	color: #585858;
	font-weight: normal;
	text-decoration: underline;
}

.ProductDisplayHorizontalSeparator
{
	height: 25px;
	line-height: 25px;
	background: url('../../Images/ProductDisplayHorizontalSeparator.gif') repeat-x left top;
}

.HideProductLogin
{
	display: none;
}

.ShowProductLogin
{
	display: inline;
	position: absolute;
	top: 100px;
	width: 400px;
	background: #fff;
	border: solid 1px #999;
}

.UnavailiablePanelText
{
	font: normal 10px/12px Verdana, Arial;
	color: #6a6a6a;
}

.UnavailiablePanel
{
	width: 117px;
	background: url('../../images/UnavailiableBG.gif') no-repeat left bottom;
	border-top: solid 1px #6a6a6a;
	padding-bottom: 9px;
	text-align: center;
	position: absolute;
}

.SizeUnAvailable
{
	cursor: default;
}

/* SHOPPING CART */

.QtyField
{
	width: 35px;
	text-align: center;
}
.SeparatorHr
{
	border: 0;
	border-top: solid 1px #999;
	height: 1px;
}

/* PAYMENT PROCESS */

.SCTitle
{
	float: left;
	font-family: Arial;
	font-size: 14px;
	color: #000;
	width: 500px;
	padding: 10px 0px 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.SCSubTitle
{
	float: left;
	font-family: Arial;
	font-size: 14px;
	color: #999;
	width: 500px;
	padding-top: 10px;
	font-weight: bold;
	padding: 10px 0px 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.SCTitleHr
{
	float: left;
	border: 0;
	border-top: solid 1px #999;
	height: 1px;
	width: 500px;
}
.SCDescription
{
	float: left;
	font-family: Arial;
	font-size: 11px;
	color: #000;
}
.SignupBox
{
	width: 209px;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-transform: none;
}
.SignupBoxArea
{
	width: 30px;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-transform: none;
	margin: 0 3px 0 0;
}
.SignupBoxPhone
{
	width: 176px;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-transform: none;
}
.SCFormItemHighlighted
{
	float: left;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	background-color: #ededed;
	width: 500px;
	padding: 8px 2px 8px 50px;
}

.SCFormItem
{
	float: left;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	width: 500px;
	padding: 2px 2px 2px 50px;
}
.SCFormTextItem
{
	float: left;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	width: 100px;
	text-align: left;
}
.SCFormFieldItem
{
	float: left;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	width: 300px;
	text-align: left;
}
.SCForwardButton
{
	font-family: Arial;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
.SCBackButton
{
	font-family: Arial;
	font-size: 11px;
	color: #000;
}
.SCBasePanel
{
	float: left;
	width: 500px;
	vertical-align: bottom;
}
.SCPanel
{
	padding: 4px 4px 4px 4px;
	float: left;
	width: 500px;
	height: 500px;
	height: auto;
}
.SCBaseItem
{
	float: left;
	width: 255px;
	padding: 0px 10px 0px 10px;
	vertical-align: bottom;
}
.ActiveButton
{
	background-color: #999;
}
.InActiveButton
{
	background-color: #eeeeee;
}
.SCStep
{
	float: left;
	padding: 4px 0px 4px 0px;
	width: 125px;
	text-align: center;
}
.SCStepInActive
{
	padding-left: 15px;
	padding-right: 15px;
	color: #b3b3b3;
	font-weight: normal;
}
.SCStepActive
{
	padding-left: 15px;
	padding-right: 15px;
	color: #b3b3b3;
	font-weight: normal;
}
.SCStepCurrent
{
	color: #000000;
	background: url(../../images/Barkers_SubNavUL.gif) no-repeat left;
	font-weight: normal;
}

.SCValidationError
{
	font-family: Arial;
	font-size: 11px;
	color: #802c28;
	padding: 2px 2px 2px 15px;
	text-decoration: none;
	font-weight: normal;
}

.SCValidationHeading
{
	font-family: Arial;
	font-size: 12px;
	padding: 13px 2px 13px 2px;
	text-decoration: none;
	color: #802c28;
	width: 100%;
	font-weight: normal;
}


.SizeButtonUnAvailable, a:link.SizeButtonUnAvailable, a:active.SizeButtonUnAvailable, a:hover.SizeButtonUnAvailable, a:visited.SizeButtonUnAvailable
{
	border: solid 1px #999999;
	background: #ffffff;
	color: #999999;
	cursor: pointer;
	text-transform: uppercase;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
	display: block;
	text-align: center;
	font-weight: normal;
	padding: 0 6px 0 6px;
}
.SizeButtonAvailable, a:link.SizeButtonAvailable, a:active.SizeButtonAvailable, a:hover.SizeButtonAvailable, a:visited.SizeButtonAvailable
{
	border: solid 1px #585858;
	background: #999999;
	color: #ffffff;
	cursor: pointer;
	text-transform: uppercase;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
	display: block;
	text-align: center;
	font-weight: normal;
	padding: 0 6px 0 6px;
}
.SizeButtonSelected, a:link.SizeButtonSelected, a:active.SizeButtonSelected, a:hover.SizeButtonSelected, a:visited.SizeButtonSelected
{
	border: solid 1px #999999;
	background: #999999;
	color: #ffffff;
	cursor: pointer;
	text-transform: uppercase;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
	display: block;
	text-align: center;
	font-weight: normal;
	padding: 0 6px 0 6px;
}

.CellAvailable
{
	height: 17px;
	line-height: 17px;
	border: solid 3px #ffffff;
	color: #ffffff;
	cursor: pointer;
	font-weight: normal;
}
.CellSelected
{
	height: 17px;
	line-height: 17px;
	border: solid 3px #585858;
	background: #999999;
	color: #ffffff;
	cursor: pointer;
	font-weight: normal;
}
.CellUnAvailable
{
	height: 17px;
	line-height: 17px;
	border: solid 3px #ffffff;
	background: #ffffff;
	color: #999999;
	cursor: default;
	font-weight: normal;
}

.PImageZoom
{
	
}


#PZImage
{
	left:0px;
	top:0px;
	position:absolute;
	z-index:29;
}

#PZI
{
	left:0px;
	top:0px;
	position:absolute;
	z-index:30;
	width:62px;
	height:70px;
	overflow:hidden;
}

#ZDiv
{
	width:230px;
	height:290px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	border:solid 1px #666666;
}
#ZImage
{
	left:0px;
	top:0px;
	position:absolute;
	z-index:99;
}
.PBGImg
{
	background-color:#ffffff;
	z-index:2;
	position:absolute;
}
.PMainImage
{
	z-index:1;
	
}
#RollInstruction
{
	text-align:left;
	float:left;
}
#ThumbnailDiv
{
	clear:both;
	text-align:left;
	float:left;
}
/*
.SizeButtonSelected, a:link.SizeButtonSelected, a:active.SizeButtonSelected, a:hover.SizeButtonSelected, a:visited.SizeButtonSelected
{
	height: 22px;
	border: solid 1px #505050;
	background: #c6c7c8;
	color: #000;
	cursor: pointer;
	text-transform: uppercase;
	font-family: Verdana, Sans-Serif;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
	padding: 0 6px 0 6px;
}*/

/* SEND TO A FRIEND */

.SendFriendTitle
{
	clear: left;
	width: 100%;
	text-align: right;
	padding: 13px 0 0 0;
	width: 477px;
}

.SFImage
{
	float: left;
	width: 200px;
}

.SFForm
{
	float: left;
	width: 277px;
}

.SFLabel
{
	text-transform: lowercase;
	font-family: Verdana, sans-serif;
	color: #808080;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
	text-align: right;
	float: left;
	width: 90px;
	padding: 4px 0 0 0;
}

.SFFormItem
{
	width: 176px;
	text-align: right;
	padding: 4px 0 0 0;
	float: left;
}

.SFSep
{
	float: left;
	width: 11px;
}

/* END SEND TO A FRIEND */

/* SHOPPING BAG */

.ShoppingBagTable
{
	width: 854px;
	border: 0;
	font-family: Verdana, sans-serif;
	color: #8f8f8f;
	font-size: 10px;
	font-weight: bold;
}

.SBTitleRow td
{
	font-family: Verdana, sans-serif;
	color: #b3b3b3;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
	text-transform: lowercase;
}

.SBItems td
{
	text-decoration: none;
	line-height: 14px;
	text-transform: lowercase;
	height: 80px;
}

.CellOneTwo
{
	width: 230px;
}

.CellOneTwoSix
{
	width: 320px;
}

.CellOne
{
	width: 74px;
}

.CellTwo
{
	width: 163px;
}

.CellTwoSix
{
	width: 253px;
}

.CellThree
{
	width: 90px;
	text-align: center;
}

.CellFour
{
	width: 70px;
	text-align: center;
}

.CellFive
{
	width: 73px;
	text-align: right;
}

.CellSix
{
	width: 120px;
	text-align: right;
}

.CellSeven
{
	width: 112px;
	text-align: center;
}

.CellEight
{
	width: 69px;
	text-align: center;
}

.CellNine
{
	width: 90px;
	text-align: right;
}

.CellTen
{
	width: 17px;
}

.SBDiscountRow
{
	background: #ededed;
	height: 35px;
	text-transform: lowercase;
}

.SBSep
{
	height: 7px;
}

.SBSubtotalRow
{
	height: 27px;
	text-transform: lowercase;
}

.SBSubtotalRow span
{
	color: #666666;
}

.SBTotalRow, .SBTotalRow td
{
	background: #999;
	height: 35px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
}

.ESpecialField
{
	width: 104px;
	height: 19px;
	border-top: solid 2px #858585;
	border-left: solid 2px #858585;
	border-right: solid 2px #fafafa;
	border-bottom: solid 2px #fafafa;
	font-size: 10px;
}

.SBDiv
{
	padding-left: 18px;
}

.OrderSubNote
{
	font-family: Verdana, sans-serif;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
	text-transform: lowercase;
}

.SBVoucherMessage
{
	color: #802c28;
	font-weight: normal;
	line-height: 35px;
	padding: 0 0 0 20px;
	float: left;
}

/* END SHOPPING BAG */

/* CHECKOUT */

.CheckoutTitlePadding
{
	padding: 6px;
}

.CheckoutHeading
{
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	line-height: 25px;
}

.CheckoutContent
{
	width: 378px;
	margin: 0 0 0 40px;
	padding: 9px 0 20px 0;
}

.SummaryBG
{
	clear: both;
	background: url(../../images/Barkers_BGSummary.gif) repeat-y;
	width: 100%;
}

.CheckoutSteps
{
	float: left;
	padding: 0 0 0 15px;
}

.CheckoutSteps ul
{
	list-style: none;
	float: left;
	line-height: 34px;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	text-transform: lowercase;
	margin: 0;
	padding: 0;
}

.CheckoutSteps ul li
{
	float: left;
}

.CheckoutSteps a
{
	padding-left: 15px;
	padding-right: 15px;
	color: #b3b3b3;
	font-weight: normal;
}

.CheckoutSteps a:hover, a.SCStepCurrent
{
	color: #000000;
	background: url(../../images/Barkers_SubNavUL.gif) no-repeat left;
	font-weight: normal;
}

.CheckCOne
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	width: 419px;
}

.CheckCPadd
{
	float: left;
	background: #fff;
	padding: 0 24px 0 24px;
}

.CheckCTwo
{
	float: left;
	width: 379px;
	background: #fff;
}

.CheckoutLoginTable
{
	width: 379px;
	border: 0;
	text-transform: lowercase;
	font-family: Verdana, sans-serif;
	color: #808080;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.CheckoutLoginTable td
{
	padding: 4px 0 0 0;
}

.CheckoutLoginTableWhite
{
	width: 379px;
	border: 0;
	text-transform: lowercase;
	font-family: Verdana, sans-serif;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.CheckoutLoginTableWhite td
{
	padding: 4px 0 0 0;
}

.CheckoutCCTable
{
	border: 0;
	text-transform: lowercase;
	font-family: Verdana, sans-serif;
	color: #808080;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}


.CheckoutCCTable td
{
	padding: 4px 0 0 0;
}

.CheckoutTotalsTable
{
	border: 0;
	text-transform: lowercase;
	font-family: Verdana, sans-serif;
	color: #808080;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}

.CheckoutTotalsTable td
{
	padding: 4px 0 0 0;
}

.CheckoutTitle
{
	padding: 13px 0 13px 0;
	text-transform: none;
	clear: left;
}

.ShippingTitle
{
	float: left;
	width: 58px;
	text-transform: none;
	padding: 6px 0 0 0;
}

.ShippingValue
{
	float: left;
	width: 240px;
}

.CheckoutText
{
	text-transform: lowercase;
	font-family: Verdana, sans-serif;
	color: #808080;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.CheckCThree
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	width: 313px;
}

.CheckCFour
{
	float: left;
	width: 483px;
	background: #fff;
}

.CCellOneTwo
{
	width: 142px;
}

.CCellOneTwoFour
{
	width: 237px;
}

.CCellTwoFour
{
	width: 188px;
}

.CCellOne
{
	width: 49px;
}

.CCellTwo
{
	width: 93px;
}

.CCellThree
{
	width: 85px;
	text-align: right;
}

.CCellFour
{
	width: 95px;
	text-align: right;
}

.CCellFive
{
	width: 100px;
	text-align: center;
}

.CCellSix
{
	text-align: right;
}

.CShoppingBagTable
{
	width: 483px;
	border: 0;
	font-family: Verdana, sans-serif;
	color: #8f8f8f;
	font-size: 10px;
	font-weight: bold;
}

.BillingAddress
{
	float: left;
	width: 218px;
}

.CheckOutCompleteArea
{
	width: 852px;
	background: #fff;
}

.CCField
{
	width: 160px;
}

/* END CHECKOUT */

/* COLLECTION CATEGORY ADDITIONS */

.PName, a:link.PName, a:active.PName, a:visited.PName
{
	font-family: Verdana, Sans-Serif;
	color: #333;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

a:hover.PName
{
	font-family: Verdana, Sans-Serif;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

.PPrice, a:link.PPrice, a:active.PPrice, a:visited.PPrice
{
	font-family: Verdana, Sans-Serif;
	color: #666;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
}

a:hover.PPrice
{
	font-family: Verdana, Sans-Serif;
	color: #000;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
}

.PSalePrice, a:link.PSalePrice, a:active.PSalePrice, a:hover.PSalePrice, a:visited.PSalePrice
{
	font-family: Verdana, Sans-Serif;
	color: #802c28;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
	text-decoration: line-through;
	padding-right: 10px;
}

/* END COLLECTION CATEGORY ADDITIONS */


/* NEW CATEGORY LISTINGS PAGE */
.CPFilterHeading
{
	text-transform:uppercase;
	clear:both;
	padding:10px 0px 10px 2px;
	color:#585858;
	font-weight:bold;
	font-family:Verdana,Sans-Serif;
	font-size:10px;
}
.CPFilterItem
{
	color:#585858;
	font-family:Verdana,Sans-Serif;
	font-size:10px;
	font-weight:normal;
	text-transform:lowercase;
}
a:link.CPFilterItem,  a:active.CPFilterItem,a:hover.CPFilterItem,a:visited.CPFilterItem
{
	font-weight:normal;
}
a:hover.CPFilterItem
{
	font-weight:normal;
	text-decoration:underline;
}
.CPSpacerDiv
{
	margin:15px 0px 15px 21px;
}
.CPHeading
{
	margin:10px 0px 10px 0px;
}
.CPFullWidth
{
	width:888px;
}
.CPLeftColumn
{
	width:195px;
}
.CPRightColumn
{
	
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	width:673px;
}
.CPProductList
{
	margin-left:21px;
	margin-right:10px;

	margin-top:10px;
}

.CPImageMain
{
	margin-top:10px;
	height:250px;
	width:197px;
}

.FL
{
	float:left;
}
.FR
{
	float:right;
}
.CB
{
	clear:both;
}
.CPFilterDL
{
	width:150px;
}
.CPBreadCrumb
{
	text-transform:lowercase;
}
.CPPrice
{
	color:#802c28;
	font-family:Verdana,Sans-Serif;
	font-size:10px;
	font-weight:bold;
}
.CPPriceWas
{
	color:#bbbbbb;
	font-family:Verdana,Sans-Serif;
	font-size:10px;
	font-weight:bold;
}
.CPProductName
{
	color:#585858;
	font-family:Verdana,Sans-Serif;
	font-size:10px;
	font-weight:bold;
}
.CPPage
{
	width:280px;
	text-align:right;
}
.PL
{
	text-align:right;
}
.PR
{
	margin-left:10px;
	text-align:right;
}
.CPPaging
{
	color:#585858;
	font-family:Verdana,Sans-Serif;
	font-size:10px;
	font-weight:normal;
	text-transform:lowercase;
	text-decoration:underline;
}
a.CPPaging
{
	font-weight:normal;
}
.CPPagingDisabled
{
	color:#c8c7c7;
	font-family:Verdana,Sans-Serif;
	font-size:10px;
	font-weight:normal;
	text-transform:lowercase;
	text-decoration:none;
}
a.CPPagingDisabled
{
	font-weight:normal;
}
.CPPagingLabel
{
	margin-left:10px;
}

.SResults
{
	color:#000000;
	font-family:Verdana,Sans-Serif;
	font-size:11px;
	font-weight:normal;
	text-transform:lowercase;
	text-decoration:none;
}
.SResultsText
{
	margin-left:10px;
	color:#585858;
	font-family:Verdana,Sans-Serif;
	font-size:11px;
	font-weight:normal;
	text-transform:lowercase;
	text-decoration:none;
}

.DiscountApplied
{
	text-decoration:line-through;
	color:#802c28;
}

.DiscountTitles
{
	color:#802c28;
	font-weight:bold;
	margin-right:75px;
	
}
.DiscountTitle{
	margin-right:10px;
}
.DiscountRed
{
	color:#802c28;
	
}
.DiscountPrice
{
	color:#802c28;
	font-weight:bold;
}

.DiscountShow
{
	float:right;
	margin:0px 17px 15px 0px;
}
.DiscountShowCheckout
{
	float:right;
	margin:0px 0px 15px 0px;
}

.dropText
{
	padding-top:10px;
}

.pagingWrap{ float:right; }
.pagingWrap .paging .viewBy{ float:right; width:50px; text-align:right; }
div.paging .pages span span {float:left;margin:0 2px ;  }
div.paging .pages span span a:hover{ position:relative; top:-1px;}
div.paging .pages span {float:left;margin:0 5px;}
div.paging {float:right;}
div.paging .drpWrap{ float:right; margin-right:15px; position:relative; top:-3px;  }
div.paging .drpWrap select{ height: 19px; font-size:12px;}
div.paging .pages{ float:right; }
div.paging .pages .lblPage{ float:left; margin:0px;}
div.paging .pages .prev{ margin-left:10px;}
div.paging .pages .next{ margin-right:10px;float:right;} 
div.paging .pages a.pageNav{ float:left; }
.CPPagingDisabled{clear:right; display:block; float:right; white-space:nowrap; }