﻿/* image opacity */

.imageBorder
{
	vertical-align: bottom;
	height: 327px;
	border-width: 2px;
	border-style: solid;
	border-color: #2D4865;
}

.imageBorderLink
{
	vertical-align: bottom;
	border-width: 1px;
	border-style: solid;
	border-color: #2D4865;
}

.imageOpacity img
{
	vertical-align: bottom;
	border-width: 1px;
	border-style: solid;
	border-color: #2D4865;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.75;
}

.imageOpacity:hover img
{
	vertical-align: bottom;
	border-width: 1px;
	border-style: solid;
	border-color: #2D4865;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

/* Kwicks */

.kwicks
{
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	width:830px;
	height:37px;
	overflow: hidden; 
}

.kwicks a
{
	display: block;
	text-indent: -9999px;
	outline: none;
	height: 35px;
}

.kwicks li
{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	width: 128px;
	margin-right: 10px;
	background-image: url(../images/kwicks_sprite.jpg);
	background-repeat: no-repeat;
	height: 37px;
}

#kwick1
{
	background-position: 0px 0px;
}
#kwick2
{
	background-position: -200px 0px;
}
#kwick3
{
	background-position: -400px 0px;
}
#kwick4
{
	background-position: -600px 0px;
}

#kwick5
{
	background-position: -800px 0px;
}

#kwick6
{
	background-position: -1000px 0px;
	margin-right: none;
}

#kwick1.active, #kwick1:hover
{
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover
{
	background-position: -200px bottom;
}
#kwick3.active, #kwick3:hover
{
	background-position: -400px bottom;
}
#kwick4.active, #kwick4:hover
{
	background-position: -600px bottom;
}
#kwick5.active, #kwick5:hover
{
	background-position: -800px bottom;
}
#kwick6.active, #kwick6:hover
{
	background-position: -1000px bottom;
}

.kwickswrap
{
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 0px;
	padding-top: 0px;
}

/* Menu Flash */

.menu
{
	font-size: small;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
}
.menuFlash
{
	font-size: medium;
	color: #fff;
	clear: both;
	text-decoration: none;
	font-family: Arial, Verdana, Sans-Serif;
	padding-bottom: 6px;
	outline: none;
	line-height: 19px;
}

.menuFlash a
{
	font-size: small;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
}

/* Plain Nav */

.nav
{
	text-align: center;
	font-family: Arial, Verdana, Sans-Serif;
	color: White;
}



.nav table
{
	width: 100px;
	height: 55px;
}


.nav a
{
	font-size: small;
	font-weight: bold;
}

.nav td
{
	background: url(../images/bkgnd_repeat.gif) repeat-x;
	width: 149px;
}

/* date picker */

a.dp-choose-date
{
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url("../Images/calendar.png") no-repeat;
}
a.dp-choose-date.dp-disabled
{
	background-position: 0 -20px;
	cursor: default;
}
input.dp-applied
{
	width: 140px;
	float: left;
}

/* validation */

.field-validation-error
{
	color: #ff0000;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	text-align: left;
	margin-left:20px;
}

/*-----Bowling-----*/

.customJewelryFont
{
}

.customJewelryMainFont
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 9pt;
	color: Black;
	text-align: left;
}

.customJewelryStepsFont
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 12pt;
	color: #0b245f;
	text-align: left;
}

.customJewelrySecondaryInfoFont
{
	font-family: Verdana;
	font-size: 9pt;
	color: Black;
	text-align: left;
}

.customJewelryLowerCatalogHeaderFont
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 12pt;
	color: Black;
	text-align: left;
}

.customJewelryRingNamesFont
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 9pt;
	color: #0b245f;
	text-align: center;
}

.CartError
{
	color: #cc0000;
	font-family: Arial, Verdana;
	font-size: 17px;
	font-weight: bold;
}

#site
{
	width: 800px;
	text-align: center;
	vertical-align: middle;
	margin: -4px 0px 0px 0px;
}

#faq
{
	width: 796px;
	text-align: left;
}

#faq dt
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #000000;
}

#faq dd
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	padding: 0px 0px 20px 0px;
}

#contactus
{
	width: 796px;
	text-align: left;
}

#contactus p
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#contactus span
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	padding: 0px 0px 20px 0px;
}

#privacypolicy
{
	width: 796px;
	text-align: left;
}

#privacypolicy dt
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #000000;
}

#privacypolicy dd
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	padding: 0px 0px 20px 0px;
}

#privacypolicy p
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#warranty
{
	width: 796px;
	text-align: left;
}

#warranty li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
}

#warranty p
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #000000;
}

#warranty span
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 20px 0px;
}

#brochure
{
	width: 796px;
	text-align: left;
}

#brochure p
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #000000;
}

#brochure span
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
}

#brochure a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #0000FF;
}

/*Firefox*/
.firefox #footer
{
	font-size: small;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
	color: White;
	width: 800px;
	background-color: #2D4865;
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
}

/*IE7*/
.msie7 #footer
{
	font-size: small;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
	color: White;
	width: 796px;
	background-color: #2D4865;
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
}

/*IE6*/
.msie #footer
{
	font-size: small;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
	color: White;
	width: 800px;
	background-color: #2D4865;
	text-align: center;
	vertical-align: middle;
}

#footer p
{
	font-size: x-small;
	color: White;
}


#footer a
{
	font-size: small;
	font-weight: bold;
	color: White;
	text-decoration: none;
}

/*IE6*/
.msie #PromoBanner
{
	margin: 0px 0px 0px 5px;
	width: 796px;
}

/*IE7*/
.msie7 #PromoBanner
{
	margin: 0px 0px 0px 0px;
	width: 796px;
}

/*Firefox*/
.firefox #PromoBanner
{
	margin: 0px 0px 0px 0px;
	width: 796px;
}

body
{
	text-align: center;
}

#img_header
{
	margin-top: 20px;
}

.hr
{
	width: 796px;
}

.subContent
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	padding: 10px 0px 0px 0px;
}

.productQuestionCategory
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-align: left;
}

.productQuestion
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #000000;
}

.productQuestion ul
{
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #7C7C7C;
	margin-top: 2px;
	margin-bottom: 2px;
}

.productDescription
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
}

.productQuestionBold
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.productQuestionTable
{
	text-align: left;
	width: 796px;
}

.mainContent
{
	width: 796px;
	vertical-align: top;
}


h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #164082;
	font-weight: lighter;
	margin-bottom: 2px;
	margin-top: 2px;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7C7C7C;
	margin-top: 4px;
	margin-bottom: 4px;
}

h3
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	padding: 0px 0px -10px 0px;
}

h4
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #7C7C7C;
	margin-top: 2px;
	margin-bottom: 2px;
	font-style: italic;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #7C7C7C;
	margin-top: 2px;
	margin-bottom: 2px;
}

.Basket
{
	width: 796px;
}

.Basket table
{
	border-width: 0px;
	margin: -5px;
	width: 100%;
	border-style: none;
	border-width: medium;
}

.BasketEmpty
{
	width: 796px;
	border-style: none;
	border-width: medium;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	color: #000000;
	padding: 10px 0px 0px 0px;
}

.BasketProductForm
{
	width: 796px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
}

.BasketProductForm tr td
{
	border: 1px solid #DDD;
	text-align: center;
}

.BasketProductForm ul
{
	font-size: x-small;
	text-align: left;
	margin-left: 20px;
}

.BasketProductForm tr td table tr td
{
	border: none;
}


.BasketProductForm a
{
	font-size: x-small;
	text-decoration: none;
}

.BasketProductForm tr th
{
	font-size: medium;
	font-weight: bold;
	color: #990000;
	border: 1px solid #DDD;
}

.BasketPricing
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	text-align: right;
	vertical-align: bottom;
	font-size: smaller;
	width: 796px;
	padding: 0 0 0 0;
	font-weight: bold;
}

.BasketPricingBorder
{
	border: 1px solid #DDD;
	width: 83px;
}

.thin_border
{
	border: 1px solid #DDD;
}

.qty_box
{
	width: 10px;
}

.configureRing
{
	width: 266px;
}

.CatalogListing
{
	font-size: 15px;
	color: White;
	font-family: Arial, Verdana;
	font-weight: bold;
}

.CatalogListing a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #CCCC99;
	text-decoration: none;
}

.CatalogListingPrice
{
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 15px;
	color: #990000;
	text-align: left;
	vertical-align: bottom;
	display: block;
	padding: 0px 0px 0px 15px;
}

.CatalogListingDescription
{
	height: 50px;
	width: 250px;
	text-align: left;
	color: #225289;
	vertical-align: top;
	display: inline;
	font-size: 12px;
}

.CatalogListingProductName
{
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	color: #225289;
	display: block;
	padding: 0px 0px 0px 15px;
	cursor: pointer;
}

.CatalogListingProductPrice
{
	vertical-align: bottom;
	text-align: left;
	display: block;
}


#disabledCatalog td
{
	color: #7C7C7C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.promotion
{
	text-align:center; 	    
	font-size: large; 
	color: #000000;
}

.alignLeft
{
	text-align: left;
}

.errorMsg
{
	color: #FF0D00;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.errorMsg ul
{
	color: #FF0D00;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.bold
{
	font-weight: bold;
}

.nextBottom
{
	padding: 8px;
}

.alignRight
{
	text-align: right;
	right: 0px;
}

ul
{
	margin: 0px 0px 0px 13px;
	padding: 0px;
}

.promoText
{
	font-weight: bold;
	color: Navy;
}

/*-----End Bowling-----*/


