@CHARSET "ISO-8859-1";

/*-----Resets-----*/

h1, h4, p, ul {
	margin: 0;
	padding: 0;
}

#pageBody table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----- Thumbnail Grids -----*/

.thumbnailGridCell {
	padding: 5px 5px 10px 6px;
	text-align: center;
	width: 195px;
}

.thumbnailGridCell a {
	cursor: pointer;
	text-decoration: none;
}

.thumbnailGridCell img {
	display: block;
	margin: 0 auto;
}

.thumbnailGridCell.first {
	background: transparent none no-repeat scroll 0 0;
}

.thumbnailGridCellBorder {
	background: transparent url(/images/lines/vertical-gray-dotted.gif) repeat-y scroll 0 0;
	font-size: 0;
	width: 1px;
}

.thumbnailGridRowSpacing {
	font-size: 0;
	height: 12px;
	width: 1px;
}

.thumbnailGridRowBorder {
	background: transparent url(/images/lines/horizontal-gray-dotted.gif) repeat-x scroll 0 0;
	font-size: 0;
	height: 12px;
	width: 215px;
}

/*----- Category Page Header -----*/

#categoryDescription {
	font-size: 14px;
	line-height:16px;
	margin: 0 25px 0 30px;
}

#categoryFeatureBlock {
	margin-bottom: 10px;
}

#categoryFeatureImage {
	height: 340px;
	width: 392px;
}

#categoryHeader {
	background-color:#99bfc2;
	float: right;
	height: 340px;
	width: 262px;
}

#categoryTitle {
	font-size: 23px;
	height: 78px;
	font-weight:normal;
	margin: 40px 25px 0px 29px;
	text-align: center;
}

/*----- Category Page Content -----*/

#categoryBottomSpacing {
	height: 10px;
	line-height: 10px;
}

.categoryContentSectionHeader {
	font-size: 17px;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 16px 5px;
}

.categoryName {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.2em;
}

/*----- Item Thumbnails Page -----*/

.itemThumbnailDetails {
	font-size: 10px;
	text-decoration: underline;
}

.itemThumbnailDetails:hover {
	text-decoration: none;
}

.itemThumbnailDetails img {
	margin-left: 3px;
	margin-top: 1px;
}

.itemThumbnailGridCell {
	padding-bottom: 35px;
	text-align: left;
}

.itemThumbnailImage {
	height: 193px;
	width: 193px;
}

.itemThumbnailName {
	display: block;
	font-size: 15px;
	margin: 5px 0;
}

.itemThumbnailPrice {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
}

.itemThumbnailReviews {
	margin-top: 5px;
}

.itemThumbnailReviews img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

#itemThumbnailsBottomSpacing {
	height: 1px;
	padding: 0;
}

#itemThumbnailsTitle {
	float: left;
	font-size: 19px;
	font-weight: bold;
	line-height: 36px;
}

.productOptions {
	font-size: 0;
	height: 29px;
	margin: 3px 0;
}

.productOptions div, .productIcons div {
	float: left;
	height: 29px;
	margin-right: 4px;
  	text-indent: -1000em; 	
	width: 29px;
}

.color {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/product/colorsAvailable.png', sizingMethod='scale');
}
* > .color {
	background-image: url(/images/product/colorsAvailable.png);
}

.freePersonalized {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/product/freePersonalization.png', sizingMethod='scale');
}
* > .freePersonalized {
	background-image: url(/images/product/freePersonalization.png);
}

.greatValue {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/product/greatValue.png', sizingMethod='scale');
}
* > .greatValue {
	background-image: url(/images/product/greatValue.png);
}

.newProduct {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/product/new.png', sizingMethod='scale');
}
* > .newProduct {
	background-image: url(/images/product/new.png);
}

.personalized {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/product/personalizeIt.png', sizingMethod='scale');
}
* > .personalized {
	background-image: url(/images/product/personalizeIt.png);
}

/*----- Paging -----*/

.currentPage {
	font-weight: bold;
}

#Item_Thumb_Sort {
	float: right;
	width: 200px;
}

.pageLinks {
	float: right;
	margin: 12px 10px;
}

.pageLinks img {
	padding: 0 5px;
}

.pageNumber {
}

.pageLinks a {
	font-size: 12px;
	text-decoration: underline;
}

#sortFunction {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

#sortFunction select {
	width: 120px;
}

#sortFunctionLabel {
	font-size: 12px;
	margin-right: 10px;
}

/*----- Product Page Layout -----*/

.productLeft {
	float: left;
	width: 379px;
}

#productPageBody {
}

.productRight {
	background: #fff none repeat scroll 0 0;
	float: right;
	width: 408px;
}

.productWide {
	margin: 10px 0 16px;
	padding: 8px;
}

/*----- Product Page Navigation - Next/Prev Links -----*/

#productNavigation {
	float: right;
	padding: 2px 1px;
	text-align: right;
}

.productNavigationLink {
	float: right;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;
}

.productNavigationLink a {
	color: #fff;
	display: block;
	margin: 2px;
	padding: 3px 10px;
}

.productNavigationLink a:hover {
	text-decoration: underline;
}

/*----- Product Page Header -----*/

#itemNumber {
	clear: both;
}

#itemNumber img {
	margin-bottom: -2px;
	margin-left: 4px;
	vertical-align: bottom;
}

#mediaLinks {
	float: right;
	padding: 0;
	width: 127px;
}

#printLink img {
	vertical-align: text-bottom;
}

#productHeader {
	overflow: hidden;
}

#productHeader p {
	font-size: 11px;
	margin-bottom: 5px;
}

#productHeader #printLink {
	text-align: right;
}

/*----- Product Page Header - Product Title -----*/

.itemReview img {
	vertical-align: middle;
}

#productHeader h1 {
	float: left;
	font-weight: normal;
	font-size: 18.5px;
	margin-bottom: 10px;
}

#productTitle {
	float: left;
	width: 270px;
}

#productTitle h1 {
	padding-right: 20px;
}

/*----- Product Page Content -----*/

.giftBoxIcon {
	height: 25px;
	margin: 10px 0;
	width: 160px;
}

.giftBoxAvailable {
	background: transparent url(/images/product/GiftBoxKitAvailable.gif) no-repeat scroll left 0;
}

.giftBoxUnavailable {
	background: transparent url(/images/product/GiftBoxKitNotAvailable.gif) no-repeat scroll left 0;
}

.itemReview {
	margin: 5px 0;
}

#moreDetailsLink {
	font-size: 12px;
	margin: 5px 0 15px;
}

#moreDetailsLink a {
	text-decoration: underline;
}

#picture_frame {
	margin-bottom: 10px;
	margin-top: -6px;
}

#productButtons {
	font-size: 0;
	margin-bottom: 10px;
}

#productButtons p {
	font-size: 11px;
}

#productButtons .buttonPrimary, #productButtons .buttonPrimarySmall, #productButtons .buttonSecondary {
	margin: 0 5px;
	vertical-align: middle;
}

#productDescription {
	font-size: 12px;
	line-height: 16px;
}

#productDetailForm {
	margin-bottom: 10px;
}

#productDetailForm .familyQuantity {
	width: 55px;
}

#productDetailForm .familySkuSelect {
	width: 135px;
}

#productDetailForm h2 {
	font-size: 17px;
	font-weight: normal;
	padding: 2px;
	margin-bottom: 8px;
}

#productDetailForm input[type="text"] {
	padding: 1px 3px;
	width: 45px;
}

#productDetailForm select {
	width: 180px;
}

#productDetailTable td, #productFamilyDetailTable td {
	line-height: 16px;
	padding: 2px;
	vertical-align: middle;
}

#productFamilyDetailTable {
	width: 100%;
}

#productGuarantee {
	margin: 10px 0 30px;
}

#productGuarantee a, #productGuarantee a:visited {
	font-size: 12px;
	text-decoration: underline;
}

#productGuarantee a:hover {
	text-decoration: none;
}

#productPrice {
	float: left;
	font-size: 14px;
	padding: 10px 0;
	width: auto;
}

#productProcessing {
	margin:5px 0px 15px 0px;
	line-height: 16px;
}

#wordTemplates a {
	color: #878787;
}

.inventorymsg {
	font-weight: bold;
	line-height: 22px;
}
/*----- Product Page Content - Colors -----*/

.colors {
	margin-bottom: 16px;
	padding-bottom: 11px;
}

.colors h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px
}

.colorSwatch {
	display: block;
}

.pallets {
	overflow: hidden;
	width: 100%;
}

.pallets ul {
	clear: both;
	overflow: hidden;
	width: 100%;
}

.pallets ul li {
	display: block;
	float: left;
	margin-right: 4px;
	margin-top: 5px;
	padding: 1px;
}

/*----- Product Page Content - Reviews -----*/

.reviewPost {
	padding: 15px 0 10px;
}

.reviewPost p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}

#reviews {
	margin: 20px 0 10px;
}

#reviews h2 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 10px;
}

#reviewsBottomSpacing {
	height: 15px;
	line-height: 15px;
	padding: 0;
}

#shareThoughts {
	font-size: 12px;
}

#shareThoughts a {
	margin-left: 5px;
	vertical-align: middle;
}

#viewAllReviews a {
	text-decoration: underline;
}

/*----- Product Page Content - Invitations -----*/

.helpTipIcon {
	vertical-align: bottom;
}

#Invite_Select {
}

#inviteButtonsPrimary {
	margin-bottom: 30px;
	margin-top: 5px;
	padding-right: 5px;
	text-align: right;
}

.inviteDetailLabel {
	width: 96px;
}

.inviteDetailValue {
	width: 218px;
}

#inviteHeader {
	font-size: 18px;
	font-weight: normal;
}

.inviteGuarantee {
	text-align: center;
}

.inviteOptionLabel {
	font-size: 12px;
	width: 40%;
}

.inviteOptionSelect {
	font-size: 12px;
	width: 180px;
}

.inviteOptions {
	margin: 10px 0;
	width: 100%;
}

.inviteOptions td {
	padding: 5px;
}

#priceChart {
	display: none;
}

#priceChartTable {
	border-collapse: separate;
	border-spacing: 2px;
}

#priceChartTable tbody {
	font-size: 9px;
}

#priceChartTable td {
	background: #eee none repeat scroll 0 0;
	text-align: center;
	vertical-align: middle;
}

#productPriceChartButton {
	margin: 10px;
}

#sampleItemInstructions {
	margin-bottom: 10px;
	padding-left: 5px;
}

/*----- Product Review Page -----*/

.pageLinks.reviewPageLinks {
	margin: 0 0 12px 0;
}

#reviewPageBody {
}

#reviewPageTitle {
	font-size: 19px;
	margin-bottom: 8px;
}

#reviewPagingFunctions {
	font-size: 12px;
	line-height: 12px;
	margin: 12px 0;
}

/*----- Search Results Page -----*/

#noResultsInstructions {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: 2em;
}

#noResultsInstructions li {
	margin-bottom: 1.2em;
}

/*----- Product Video Page -----*/

#Global_Pace_Assemble_v2 {
	position:relative;
	margin:0 0 0 40px;
	z-index:0;
}
#product_video {
	float:left;
	margin:20px 20px 20px 40px;	
}
#product_video #product_btn p {
	margin:40px 0px 20px 0;	
}