/*-----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;
}

.thumbnailGridRowSpacing {
	font-size: 0;
	height: 12px;
	width: 1px;
}

/*----- Category Page Header (Start Shopping Design) -----*/

#categoryStartShoppingHeader {
	float: right;
	width: 645px;
	margin-bottom: 9px;
}

.categoryFeatureBlock {
	display: block;
	float: left;
	width: 229px;
	height: 211px;
	margin-right: 1px;
}

.categoryFeatureImage {
	display: block;
	float: left;
	width: 415px;
	height: 211px;
}

.categoryDescription {
	margin-top: 7px;
	font: 14px "Times New Roman",Times,serif;
}
.categoryDescription a {
	color: #699;
}

.categoryTitle {
	display: inline;
	font-weight: normal;
}

/*----- Eventum Issue #3194 - GWO Test: new category & subcategory page template -----*/

#categoryVideoHeader {
	float: right;
	width: 645px;
	margin-bottom: 9px;
}

#categoryVideoHeader .categoryFeatureBlock {
	height: 312px;
}

#categoryVideoHeader .categoryDescription {
	margin-top: 15px;
}

#categoryFeatureVideo {
	float: left;
	width: 415px;
	height: 312px;
	position: relative;
	z-index: 0;
}

.transcript {
	padding: 20px;
	border-bottom: 1px solid #D6D6D6;
}

/*----- Eventum Issue #2769 - GWO test landing page for wedding themes & colors -----*/

.categoryColorsThemesBody {
	float: right;
	width: 654px;
}
.categoryColorsThemesTitle {
	font-size: 18px;
	height: auto;
	font-weight:normal;
	margin: 0;
	text-align: left;
}
.categoryColorsThemesDescription {
	font-size: 11px;
	line-height: 14px;
	margin: 0 4px;
}
.categoryColorsThemesEmailSignup {
	float: left;
	margin: 23px 0 0 2px;
	padding: 69px 0 0 114px;
}
.categoryColorsThemesEmailSignup input {
	vertical-align: middle;
}
.categoryColorsThemesEmailSignupGo {
	margin-left: 5px;
	vertical-align: middle;
}
.categoryColorsThemesCatalogRequest {
	float: left;
	margin: 23px 0 0 22px;
}
.categoryColorsThemesSampleKit {
	margin: 19px 0 0 1px;
}

/*----- 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 -----*/

#itemThumbnailsContent {
	padding: 7px 20px;
}

#itemThumbnailsDescription {
	margin-bottom: 16px;
	font-size: 12px;
	line-height: 14px;
	color: #898989;
}
#itemThumbnailsDescription a {
	color: #69c;
}

.itemThumbnailDetails {
	font-size: 10px;
	text-decoration: underline;
}

.itemThumbnailDetails:hover {
	text-decoration: none;
}

.itemThumbnailDetails .sprite_arrow_rightGray {
	margin-left: 3px;
	margin-top: 1px;
}

/* Legacy classes for Thanx Media */
.itemThumbnailDetails img {
	margin-left: 3px;
	margin-top: 1px;
}
/* End legacy classes */

.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 {
	font-size: 19px;
	font-weight: bold;
	line-height: 30px;
}

.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;
}

/*----- Paging -----*/

.currentPage {
	font-weight: bold;
}

#Item_Thumb_Sort {
	float: right;
	width: 200px;
}

.pageLinks {
	float: right;
	margin: 12px 10px;
}

/* .pageLinkArrow class must be specific to anchor tags due to eoneNavigationBack/Forward bug on search pages */
.pageLinkArrow {
	display: none;
}
a.pageLinkArrow {
	display: inline-block;
	margin: 0 1px;
	padding: 0 4px;
}

.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;
}

.sprite_printer {
	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 {
	width: 377px;
	height: 500px;
	margin-bottom: 10px;
	margin-top: -6px;
	background: transparent url(/images/product/s7loader.gif) no-repeat scroll center center;
}
#s7zoomviewer > img {
	display: block;
	padding-top: 25px;
}

#pinterest {
	display: none;
}

#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 {
	margin-bottom: 10px;
}
#wordTemplates a {
	color: #878787;
}

.inventorymsg {
	margin: 2px;
	font-weight: bold;
	line-height: 26px;
}
/*----- 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: 2px;
}

#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;
}

/*----- Product Page Content - Invitations -----*/

.helpTipIcon {
	margin-right: 5px;
	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;	
}

