/* NAV COMPONENT */
.mainNav {
	float: left;
}

.mainNav .navHeader {
	display: block;
	margin: 0;
	height: 28px;
	/* font-size: 1.2em; */
	font-weight: bold;
	color: #696969;
	/* 	font-size: 1.2em;
 */
}

.navItem {
	display: block;
	padding: 2px 0;
}

.navItem a {
	display: block;
	padding: 3px 0 3px 18px;
	font-size: 1.1em;
	font-weight: normal;
}

.navItem a:hover {
	display: block;
	padding: 3px 0 3px 18px;
	text-decoration: none;
}

/*---------- CATEGORY/SUBCATEGORY SIDEBAR ----------*/
/******** Categorical navigation, current incarnation is a sidebar. ********/
#mainNav {
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-right: 3px;
}

#mainNav .navHeader {
	position: relative;
	display: block;
	left: 0;
	margin: 8px 0 8px 5px;
	padding: 7px 6px 6px 6px !important;
	width: 155px !important;
	font-size: 1.25em;
	font-weight: bold;
	color: #444;
	background-color: #BDBDBD;
}

.navHeader .headingWrapper {
	display: block;
	margin-top: 0px;
}

#mainNav .MainNavCorner {
	position: absolute;
	display: block;
	width: 5px;
	height: 60%;
	background: transparent
		url(/images/proshots/ps_subCatNavMenuCorners.png) no-repeat;
}

#mainNav .leftTopCorner {
	left: -5px;
	top: 0px;
	background-position: left top;
}

#mainNav .leftBottomCorner {
	left: -5px;
	bottom: 0px;
	background-position: left bottom;
}

#mainNav .rightTopCorner {
	right: -5px;
	top: 0px;
	background-position: right top;
}

#mainNav .rightBottomCorner {
	right: -5px;
	bottom: 0px;
	background-position: right bottom;
}

#mainNav .navHeader a {
	display: block;
	padding: 3px 0 3px 15px;
	margin-left: -3px;
	background: transparent none;
}

#mainNav .navList {
	margin-top: -10px !important;
	margin-left: 1px;
}

/*
#mainNav .navListMax {
display: none;
}
*/
#mainNav .navList .navListItem {
	position: relative;
	display: block;
	padding: 1px 0;
	width: 165px;
	border-bottom: 1px dotted #389DA0;
	margin-right: 0 !important;
}

.navListItem .navListItemLink {
	display: block;
	padding: 3px 6px 3px 6px;
	height: auto;
	background: transparent none;
	font-weight: normal;
	line-height: 1.3;
	color: #444;
}

.navListItem a.hover,.navListItemLink:hover {
	background-color: #389DA0;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

.navItemBullet {
	display: block;
	float: left;
	margin-right: 5px;
	width: 5px;
	height: 15px;
	background: transparent url(/images/proshots/dingbatsArrows.png)
		no-repeat -7px -180px;
}

a:hover .navItemBullet,.hover .navItemBullet {
	background-position: -7px -226px;
}

#mainNav .promo,#mainNav .promo .promoHeader,#mainNav .promo p {
	width: 170px;
}

#mainNav .promo {
	margin: 0;
}

#mainNav .promo .promoHeader {
	margin: .5em 0 0 0;
	text-align: left;
}

#mainNav .promo .promoText {
	margin-bottom: 1em;
}

/*---------------- Submenus ----------------*/
.navSubList,.navSubListPointer {
	visibility: hidden;
	/* height:1px; */
}

.navListItem:hover .navSubList,.navListItem:hover .navSubListPointer {
	visibility: visible;
}

.navSubList {
	position: absolute;
	display: none;
	margin: -50% 0 0 0;
	padding: 0 0px 0 0;
	width: auto;
	left: 197px;
	border-left: 9px solid #389DA0;
	border-right: 9px solid #389DA0;
	z-index: 1000;
}

.navSubListPointer {
	display: block;
	position: absolute;
	margin-left: 0;
	margin-top: -14px;
	top: -3px;
	right: -15px;
	width: 15px;
	height: 52px;
	background: transparent url(/images/proshots/ps_flyoutPointer.png)
		no-repeat;
	border: 1px none black;
}

.navSubList .navSubListWrapper {
	width: auto;
	margin: -9px 3px -13px 4px;
	background-color: #FFF;
	border-top: 9px solid #389DA0;
	border-bottom: 9px solid #389DA0;
	padding: 0px 0px 0px 0px;
}

.navSubList .subNavCorner {
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background: transparent url(/images/proshots/ps_flyoutCorners.png)
		no-repeat !important;
}

.navSubList .leftTopCorner {
	left: -9px !important;
	top: -9px !important;
	background-position: left top;
}

.navSubList .leftBottomCorner {
	left: -9px !important;
	bottom: -13px !important;
	background-position: left bottom !important;
}

.navSubList .rightTopCorner {
	right: -9px !important;
	top: -9px !important;
	background-position: right top !important;
}

.navSubList .rightBottomCorner {
	right: -9px !important;
	bottom: -13px !important;
	background-position: right bottom !important;
}

.navSubList .columns {
	margin: 0px -3px 0px -4px;
	padding: 15px 25px 22px 15px;
	min-width: 450px;
	width: auto;
	max-width: 600px;
	background-color: #FFF;
	white-space: nowrap !important;
	vertical-align: top !important;
}

.navSubList .column,.navSubList .subColumn {
	float: left;
	clear: none;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1; *
	display: inline;
}

.navSubList .subColumn {
	clear: none;
	width: 14.5em;
	padding-top: 0;
	padding-bottom: 0px;
	margin-bottom: -10px;
	vertical-align: top !important;
}

.navSubList {
	display: block;
	vertical-align: top;
}

.navSubList .subNavHeader {
	margin: 0 0 .5em 0;
	/* 	font-size: 1.27em;
 */
	font-weight: bold;
	color: #367E91;
}

.navSubList .subNavCatHeader {
	font-weight: bold;
	color: #373737;
}

.navListItem .navSubList a {
	padding: 0 !important;
	margin: .5em 0;
	background-color: transparent;
	background-image: none !important;
	color: #367E91 !important;
}

.navListItem .navSubList a:hover {
	background-color: transparent;
	color: #367E91;
	text-decoration: underline;
}

.showHideLink {
	display: block;
	padding-left: 15px;
	padding-bottom: 2px;
	text-decoration: none;
	background: transparent url(/images/proshots/dingbatsArrows.png)
		no-repeat -3px -384px !important;
	color: #367E91;
	font-weight: normal;
}

.showHide {
	margin-top: .5em;
	height: 1.6em;
	text-align: left !important;
}

.showHideLink {
	
}

.max .showHideLink {
	background: transparent url(/images/proshots/dingbatsArrows.png)
		no-repeat -3px -436px !important;
}

.min .extraNav {
	display: none !important;
}

.min .navLess {
	display: none;
}

.min .navMore {
	text-align: right;
}

.max .extraNav {
	display: block;
}

.max .navMore {
	display: none;
}

.max .navLess {
	display: block;
	text-align: right;
}

/* BREADCRUMBS COMPONENT */
/******** Breadcrumb trail to show user where they are currently at. ********/
.breadcrumbTrail {
	float: none;
	width: 100%;
	margin: .5em 0 1em 0;
	text-align: left;
	clear: both;
}

.breadcrumbs {
	width: 100%;
}

.breadcrumb {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding-right: 0px;
	color: #666;
	background: transparent none;
}

.breadcrumb .breadcrumbCat {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding-right: 20px;
}

.breadcrumb .breadcrumbSubCategory {
	color: #389DA0;
	margin: .5em 0;
	padding: 0 0 0 0;
}

.breadcrumbRemove {
	display: block;
	float: right;
	height: 9px;
	width: 9px;
	margin: 2px 0 0 4px !important;
	padding: 0 !important;
	border: 1px solid #AAA;
	color: #777;
	/* 	font-size: 1em;
 */
	text-indent: -2px;
	line-height: .25 !important;
	text-align: center;
	vertical-align: middle !important;
}

.breadcrumbRemoveLink {
	display: block;
	width: 5px;
	padding: 2px 3px 2px 3px !important;
	height: 5px;
	/* 	font-size: 1em;
 */
	color: #777;
	text-align: center;
}

.breadcrumb .divider {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1; *
	display: inline;
	width: 5px;
	height: 5px;
	/*background:transparent url(/images/proshots/dingbatsArrows.png) no-repeat -43px 0px ;*/
}

.crumbDivider { /* font-size: 1.25em; */
	
}

/* COLLECTION COMPONENT*/
/******** Collection component displays a small stack with one thumbnail visible at the top. Hover is a curled up bottom left corner ********/
.collection {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1; *
	display: inline;
}

.collection .details {
	position: relative;
	display: none;
}

.details a {
	display: block;
	clear: both;
	padding-left: 10px;
	/* 	font-size: 1.1em; */
	line-height: 1.2;
}

.collection {
	width: 182px;
	margin: 10px 3px;
	vertical-align: top;
}

.collection .collectionThumb {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 6px 0 0 7px;
	width: 176px;
	height: 132px;
	background: transparent url(/images/proshots/ps_collection-bg2.png)
		no-repeat -10px -11px;
}

.collectionThumbLink {
	display: block;
	width: 156px;
	height: 114px !important;
	overflow: hidden;
}

.collection .collectionThumbLink span {
	display: none;
}

.collection .collectionThumbLink:hover .collectionThumbLinkOver {
	display: block;
	position: absolute;
	top: 89px;
	left: 129px;
	width: 36px;
	height: 32px;
	background: transparent url(/images/proshots/ps_collection-over.gif)
		no-repeat;
}

.collection .collectionThumb .collectionThumbImg {
	display: block;
	width: 156px !important;
	height: 117px !important;
}

#content h2 {
	display: block;
	width: 720px;
	margin: 0 auto 5px auto;
	/* font-size: 1.5em; */
	font-weight: bold;
	color: #929292;
}

#main-content h3 {
	display: block;
	margin: 10px auto;
	padding-bottom: 3px;
	width: 700px;
	/* font-size: 1.3em; */
}

h3.sentMsg {
	width: 200px;
}

.collectionTitle,.itemTitle {
	position: relative;
	display: block;
	clear: both;
	margin: 7px 0 0 7px;
	width: 136px;
	padding-right: 20px;
	/* font-size: 1.25em; */
	font-weight: bold;
	color: #389DA0 !important;
	background: transparent url(/images/proshots/dingbatsArrows.png)
		no-repeat right -43px;
}

.collectionTitle:hover {
	text-decoration: none;
}

/* ITEMS COMPONENT */
/******** Items component displays a grid of thumbnails with details and action buttons. ********/
.items {
	display: block;
	position: relative;
	left: -2px;
	margin: 0 auto;
	width: auto;
	vertical-align: top;
}

.item {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1; *
	display: inline;
	float: left;
	width: 170px;
	height: 250px;
	margin: 10px 2px 20px 0px;
	padding: 0; vertical-align : top;
	position: 4;
	overflow: hidden;
	vertical-align: top;
}

.item .itemThumb, .item .itemThumb:hover {
	height: 129px;
	padding: 0;
	overflow:hidden;
}

.item .itemThumbLink {
	display: block;
	position:relative;
	margin: 1px 4px 4px 6px;
	width: 156px;
	height: 117px;
	padding: 5px 6px 6px 0;
	background: url("/images/proshots/ps_thumbnails.png") no-repeat scroll
		-6px -2px transparent !important;
}

.item .itemThumbLink:hover {
	margin: 0;
	padding: 0;
	height: 117px;
	border: 6px solid #389DA0;
	text-decoration:none;
}

.item .itemThumbImg {
	margin-top: -1px;
	margin-left: -1px; 
	width : 156px;
	height: 117px;
	border: 1px solid #999;
	width: 156px;
}
.item .itemThumbLink:hover .itemThumbImg { 
	margin-top:-2px;
	margin-left:-2px;
	border:2px solid #FFF; 
}

.item .itemThumb .correct {
	display: none !important;
}

.itemThumb .itemDesignation {
	position: absolute;
	display: none;
	width: 156px;
	height: 15px;
	top: 5px;
	left: 0px;
	margin-right: 0;
	background: transparent url(/images/proshots/thumbBanners2.png) right
		top !important;
	border-bottom: 1px solid #999;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 500 !important;
	border: 2px none #FFF;
}
.itemThumbLink:hover .itemDesignation {
	top:0;
}
.itemThumb .new {
	display: block;
	background-position: -3px 0 !important;
}

.itemThumb .freeOnly {
	display: block;
	background-position: right top !important;
}

.itemThumb .free {
	display: block;
	float: left;
	width: 39px;
	height: 15px;
	margin: 0px 0 0 2px;
	background: transparent url(/images/proshots/freeTag.png) no-repeat left
		center;
}

.itemThumb .premium {
	display: block;
	background-position: -644px 0;
}

.itemThumb .widescreen {
	display: block;
	background-position: -484px 0;
}

.item .details {
	position: relative;
	display: block;
	margin:0;
	height: 6em;
}

.item .thumbDescription {
	display: block;
	width: 156px;
	height: 5.5em;
	margin-top: 0;
	margin-left: 6px;
	margin-bottom: .5em;
	padding: 0 6px 12px 6px;
	border-bottom: 1px dotted #929292;
	vertical-align: top;
	color: #389DA0;
	overflow: hidden;
}

.archive .thumbDescription {
	height: 7.5em;
}

.thumbDescription .photoTitle {
	margin: 0;
	padding: 0;
	line-height: 1.15;
	font-size: 11px;
	font-weight: bold;
}

.thumbCredit {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1.5em;
	line-height: 1.25;
	font-size: 11px;
}

.thumbCredit .thumbCreditLink,.dailyDate {
	margin-top: 5px;
	padding: 0;
	line-height: 1;
	color: #666;
	line-height: 1.25;
	font-size: 11px;
}

.thumbDescription span {
	display: block;
}

.thumbActions {
	position: relative;
	display: block;
	width: auto;
	margin: 0 0 0 7px;
	z-index: 500;
}

.thumbActionsBtns {
	position: relative;
	display: block;
}

.thumbActionsBtns a:hover {
	text-decoration: none !important;
}

.shareBtn,.bookmarkBtn {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1; *
	display: inline;
	padding-right: 5px;
	margin-top: 6px;
	vertical-align: top;
}

.bookmarkBtn {
	margin-left: 2px;
	padding-right: 0;
}

.shareBtn {
	border-right: 1px solid #929292;
}

.shareBtn a,.bookmarkBtn a {
	background: transparent url(/images/proshots/actionbuttons.png)
		no-repeat;
}

.shareBtn a {
	width: 15px;
	height: 11px;
	padding: 0;
}

.bookmarkBtn a {
	width: 15px;
	height: 12px;
	padding: 0;
	margin-left: 5px;
	background-position: right bottom
}

.subcatActions .sort {
	float: left;
	width: 71%;
	border: 1px none black;
	margin: 0 0 1em 0;
}

.premium .subcatActions .sort {
	width: 71%;
	clear: none;
}

.subcatActions .downloadBtn {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1; *
	display: inline;
	float: right;
	margin: -3px 5px 5px 0px;
	width: 144px;
	height: 22px;
	cursor: pointer !important;
}

.subcatActions .downloadLink {
	display: block;
	width: 118px;
	height: 15px;
	padding: 3px 20px 6px 10px;
	background: transparent url(/images/proshots/ps_downloadAllBtn.png)
		no-repeat !important;
	color: #389DA0;
	font-weight: bold;
	cursor: pointer;
}

.subcatActions .downloadBtn {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1; *
	display: inline;
	float: right;
	height: 25px;
	width: 148px;
}

.subcatActions .downloadBtn .downloadTypes {
	display: none;
}

.subcatActions .downloadLink {
	background-position: 2px 0px !important;
}

.subcatActions .downloadLink:hover {
	background-position: -146px 0px !important;
	color: #333;
}

.subcatActions .selected .downloadLink {
	width: 148px !important;
	background-position: -295px 0px !important;
	text-indent: 0 !important;
	color: #333;
}

.subcatActions .downloadBtn .downloadTypes {
	display: none;
}

.subcatActions .selected {
	z-index: 999;
}

.subcatActions .selected .downloadTypes {
	display: block !important;
	position: absolute !important;
	top: 22px;
	left: -1px;
	width: 148px;
	height: 130px;
	white-space: normal;
	z-index: 1000;
}

.subcatActions .selected .hiResLink {
	display: block;
	width: 149px;
	height: 38px !important;
	border: 1px none black;
	background: transparent url(/images/proshots/ps_downloadAllDLTypes.png)
		no-repeat 1px 0px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 2000;
}

.subcatActions .hiResLink:hover {
	background-position: -151px 0px;
}

.subcatActions .widescreenLink {
	display: block;
	margin-top: -1px;
	width: 149px;
	height: 37px !important;
	border: 1px none black;
	background: transparent url(/images/proshots/ps_downloadAllDLTypes.png)
		no-repeat 1px -38px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 2000;
}

.subcatActions .widescreenLink:hover {
	background-position: -151px -38px;
}

.subcatActions .regularLink {
	display: block;
	margin-top: -1px;
	width: 149px;
	height: 35px !important;
	padding-bottom: 7px;
	background: transparent url(/images/proshots/ps_downloadAllDLTypes.png)
		no-repeat 1px -75px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 2000;
	border-style: none;
}

.subcatActions .regularLink:hover {
	background-position: -151px -75px;
}

.thumbActions .downloadBtn {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1; *
	display: inline;
	margin-left: 5px;
	width: 95px;
	vertical-align: top;
	z-index: 500;
	cursor: pointer;
}

.thumbActions .selected {
	
}

.thumbActions .downloadLink,.thumbActions .selected .downloadLink {
	display: block;
	position: absolute;
	margin-bottom: 0;
	width: 96px !important;
	height: 29px !important;
	background: transparent url(/images/proshots/ps_smallDLBtn.png)
		no-repeat 2px 0px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 9000 !important;
}

.thumbActions .downloadLink:hover {
	background-position: -95px 0px;
}

.thumbActions .selected .downloadLink {
	background-position: -194px 0px;
}

.thumbActions .downloadBtn .downloadTypes {
	display: none;
}

.thumbActions .selected .downloadTypes {
	display: block !important;
	position: absolute !important;
	top: -94px;
	right: 1px;
	width: 138px;
	height: auto;
	white-space: normal;
	z-index: 1000;
}

.thumbActions .hiResLink,.thumbActions .hiResUnavailable {
	display: block;
	width: 139px;
	height: 30px !important;
	padding: 0;
	border-style: none;
	border-bottom: 1px dotted #CCC;
	background: transparent url(/images/proshots/dlTypesFinal.png) no-repeat
		1px 0px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 10000;
}

.thumbActions .hiResUnavailable {
	background-position: -179px 0px;
}

.thumbActions .hiResLink:hover {
	background-position: -139px 0px;
}

.thumbActions .widescreenLink,.thumbActions .widescreenUnavailable {
	display: block;
	width: 139px;
	height: 31px !important;
	padding: 0;
	background: transparent url(/images/proshots/dlTypesFinal.png) no-repeat
		1px -35px;
	text-indent: -9999px;
	overflow: hidden;
}

.thumbActions .widescreenUnavailable {
	background-position: -279px -35px
}

.thumbActions .widescreenLink:hover {
	background-position: -139px -35px;
}

.thumbActions .regularLink,.thumbActions .regularUnavailable {
	display: block;
	width: 139px;
	height: 33px !important;
	padding: 0;
	border-top: 1px dotted #CCC;
	background: transparent url(/images/proshots/dlTypesFinal.png) no-repeat
		1px -72px;
	text-indent: -9999px;
	overflow: hidden;
}

.thumbActions .regularUnavailable {
	background-position: -279px -72px
}

.thumbActions .regularLink:hover {
	background-position: -139px -72px;
}

.thumbActionsBtns .toolTip {
	display: block;
	position: absolute;
	padding: 5px;
	top: -32px !important;
	height: 15px;
	width: auto;
	background-color: #389DA0;
	border: 1px solid white;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
}

.toolTip .pointer {
	display: block;
	position: absolute;
	width: 17px;
	height: 15px;
	bottom: -14px;
	margin-left: -10px;
	left: 50%;
	background: transparent url(/images/proshots/dingbatsArrows.png)
		no-repeat -1px -537px;
}

.thumbActionsBtns a .toolTip {
	display: none;
}

.thumbActionsBtns a:hover .toolTip {
	display: block;
}

.shareBtn .toolTip {
	margin-left: -98px;
}

.shareBtn .pointer {
	margin-left: -9px;
}

.bookmarkBtn .toolTip {
	margin-left: -46px;
}

.bookmarkBtn .pointer {
	margin-left: -10px;
}

/* ITEMS HEADER COMPONENT */
/******** Items header displays a header with rounded top corners and gradient lines going halfway down the first row. ********/
.itemsModule {
	position: relative;
	float: left;
	margin: 1em 0 0 0;
	padding-left: 5px;
	clear: none;
	width: 548px;
	background: transparent url(/images/proshots/ps_subcatHeaderContent.png)
		no-repeat -5px top;
}

.premium .itemsModule {
	width: 770px;
}

.moduleWrap {
	position: relative;
	float: left;
	margin: 1em 0 0 0;
	padding-left: 5px;
	width: 100%;
	clear: none;
	background: transparent url(/images/proshots/ps_subcatHeaderContent.png)
		no-repeat -5px top;
}

.moduleContent {
	display: block;
	position: relative;
	float: left;
	width: 648px;
	padding-right: 5px;
	clear: left;
	background: transparent url(/images/proshots/ps_subcatHeaderContent.png)
		no-repeat 648px top;
}

.sectionTitle {
	position: relative;
}

.itemsContainer {
	display: block;
	position: relative;
	float: left;
	width: 543px;
	padding-right: 5px;
	clear: left;
	background: transparent url(/images/proshots/ps_subcatHeaderContent.png)
		no-repeat 543px top;
	position: relative;
}

.premium .itemsContainer {
	position: relative;
	background: transparent url(/images/proshots/ps_subcatHeaderContent.png)
		no-repeat 770px top;
}

.itemsHeader,.commentsHeader,.moduleHeader {
	display: block;
	position: relative;
	height: auto;
	line-height: 1;
	clear: left;
	margin: 0px auto 0px 30px;
	padding: 5px 0 5px 0px;
	color: #444;
	background-color: #BDBDBD;
}

.moduleHeader {
	margin-left: 30px !important;
	color: #696969 !important;
}

.itemsHeader {
	padding: 2px 0 1px 0;
}

.itemsHeader .heading,.itemsHeader .breadcrumbs {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1; *
	display: inline;
}

.itemsHeader .heading {
	margin-top: 3px;
	left: 15px;
	width: auto;
	/* font-size: 1.3em; */
	color: #373737 !important;
}

#leaderboard {
	margin: 0 auto;
	background: #FFF none;
	text-align: center;
}

.skyscraper {
	position: relative;
	display: block;
	float: right;
	margin-left: 15px;
	width: 160px;
	height: 600px;
	background-color: #434343;
}

/*----- MODULE1 ADVERTISING -----*/
#marketingAdvertising {
	display: block;
	position: relative;
	float: left;
	width: 300px;
	/*margin: 0 0 0 50px;*/
	clear: right;
}

#marketingAdvertising .MAHeader {
	border-top: 1px solid #999;
}

#marketingAdvertising .MAHeaderText {
	display: block;
	padding: 3px 0 3px 8px;
	border-bottom: 1px dotted #999;
}

#marketingAdvertising .BFA {
	display: block;
	margin: 10px auto 10px auto;
}

#marketingAdvertising .BFAImg {
	display: block;
	width: 300px;
	height: 250px;
}

.inhouseAd {
	display: block;
	margin: 10px auto;
	width: 300px;
	height: 100px;
	border: 1px solid #999;
	background: #BBB;
}

/*---------- SEO DESCRIPTION MODULE ----------*/
#DescriptionModule {
	position: relative;
	float: right;
	margin: 0px 9px 0 0;
	padding: 10px;
	width: 280px;
	background: #DEDEDE;
	clear: right;
}

#DescriptionModule {
	position: relative;
	display: block;
	float: none;
	top: 20px;
	margin: 10px auto 10px auto;
	padding: 15px;
	width: 670px;
	background: #DEDEDE;
	clear: both;
}

#DescriptionModule .DescriptionHeader {
	width: auto;
	font-weight: bold;
}

#DescriptionModule .p1 {
	margin-bottom: 1em;
}

#DescriptionModule .DescCorner {
	position: absolute;
	display: block;
	width: 15px;
	height: 95%;
	background: transparent url(/images/proshots/ps_DescCorners.png)
		no-repeat !important;
}

#DescriptionModule .leftTopCorner {
	left: -5px !important;
	top: 0px !important;
	background-position: left top;
}

#DescriptionModule .leftBottomCorner {
	left: -5px !important;
	bottom: 0px !important;
	background-position: left bottom !important;
}

#DescriptionModule .rightTopCorner {
	right: -5px !important;
	top: 0px !important;
	background-position: right top !important;
}

#DescriptionModule .rightBottomCorner {
	right: -5px !important;
	bottom: 0px !important;
	background-position: right bottom !important;
}

/*---------- FACEBOOK LIKE BOX ----------*/
#mainNav .likeBox,.mainNav .likeBox {
	margin-top: 1.5em;
	margin-left: -2px;
	background-color: #FFF;
}

/*---------- TWITTER MODULE ----------*/
.followUs {
	display: block;
	position: relative;
	width: 162px;
	padding-left: 10px;
	margin: 1em 0 1em 5px;
}

.followUs .followWrapper {
	display: block;
	position: relative;
	margin-left: 0px;
	width: 155px;
	height: auto;
	padding-top: 1px;
	padding-bottom: 5px;
	background-color: #DEDEDE;
	color: #000;
}

.followUs .followCorner {
	position: absolute;
	display: block;
	width: 15px;
	height: 95%;
	background: transparent url(/images/proshots/ps_DescCorners.png)
		no-repeat !important;
}

.followWrapper li {
	clear: both;
	margin: .5em 0px 0 0;
	line-height: 1.2;
}

.followWrapper ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.follow_img_link {
	display: block;
	float: left;
	margin-right: 5px;
}

.followUs .followCorner {
	position: absolute;
	display: block;
	width: 15px;
	height: 95%;
	background: transparent url(/images/proshots/ps_DescCorners.png)
		no-repeat !important;
}

.followUs .leftTopCorner {
	left: -5px !important;
	top: 0px !important;
	background-position: left top;
}

.followUs .leftBottomCorner {
	left: -5px !important;
	bottom: 0px !important;
	background-position: left bottom !important;
}

.followUs .rightTopCorner {
	right: -5px !important;
	top: 0px !important;
	background-position: right top !important;
}

.followUs .rightBottomCorner {
	right: -5px !important;
	bottom: 0px !important;
	background-position: right bottom !important;
}

.followUs h3 {
	display: none;
	margin: .5em 0 0 0;
	width: 155px;
}

/*---------- PAGINATION ----------*/
.pagination {
	position: relative;
	float: right;
	width: 100%;
	margin: 10px auto;
	clear: right;
}

.pageList {
	display: block;
	float: right;
	margin-bottom: 1em;
}

.pageListItem {
	display: block;
	float: left;
	margin: 0 .75em 0 0;
	color: #AAA;
	font-weight: bold;
	text-transform: capitalize;
}

.pageListItemLink {
	color: #389DA0;
	font-weight: bold;
}

.current {
	font-style: normal;
	font-weight: bold;
	color: #333;
}

.prevPage {
	padding-left: 15px;
	background: transparent url(/images/proshots/dingbatsArrows.png)
		no-repeat left 3px;
}

.prevPageDisabled {
	padding-left: 15px;
	background: transparent url(/images/proshots/dingbatsArrows.png)
		no-repeat left -631px;
}

.nextPage {
	padding-right: 15px;
	background: transparent url(/images/proshots/dingbatsArrows.png)
		no-repeat right -45px;
}

.nextPageDisabled {
	padding-right: 15px;
	background: transparent url(/images/proshots/dingbatsArrows.png)
		no-repeat right -585px;
}

/*---------- ADDRESS BOOK LISTING ----------*/
.addressFieldsetLegend {
	color: #000000;
	display: block;
	margin: 0 0 .5em 0;
	padding-left: 10px;
	/* font-size: 1.3em; */
	font-weight: bold;
}

#AddressList {
	position: relative;
	display: block;
	width: 200px;
	height: 167px;
	margin: 0 10px;
	padding: 0;
	overflow: auto;
	background-color: #FFF;
	border: 1px solid #b2b2b2
}

.AddressListItems,.notLoggedIn,.noAddresses {
	position: relative;
	display: block;
	width: 180px;
}

.AddressListItem {
	position: relative;
	display: block;
	margin: 2px 0;
	padding: 3px 0px 5px 2px;
	width: auto;
	height: 1em;
	vertical-align: middle;
	white-space: nowrap;
}

.AddressListItems .hover {
	background-color: #EEE;
}

.AddressListItemLabel {
	position: absolute;
	float: left;
	left: 0;
	width: 163px;
	height: 1.2em;
	padding-left: 25px;
	margin-left: 0px;
}

.AddressListItemValue {
	visibility: hidden !important;
}

.AddressListItem input {
	visibility: hidden !important;
}

.checked .AddressListItemLabel {
	font-weight: bold !important;
}

.addBtn {
	display: block;
	float: right;
	margin-top: .5em;
	margin-right: 30px;
	cursor: pointer;
}

.manageAddressBook {
	display: none;
}

/*---------- jqModal base styling ----------*/
/* jqModal base Styling courtesy of;
Brice Burgess <bhb@iceburg.net> */
/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
the Window's z-index value will be set to 3000 by default (via jqModal.js). */
#modalBG {
	display: none;
}

#overlayFrame,#overlayContent {
	display: none;
}

#overlayFrame {
	position: absolute;
}

#overlayFrame.invite,#overlayContent {
	background-color: #333;
}

#overlayFrame.invite {
	display: block;
	top: 50px;
	margin-top: .2%;
	margin-left: 50% !important;
	padding: 0 0 10px 0;
	left: -380px !important;
	width: 749px !important;
	min-height: 600px !important;
	height: auto !important;
	border-style: none;
	background-color: transparent !important;
	z-index: 50000;
}

#overlayFrame.kabe {
	background-color: transparent;
	background-image: url(/images/proshots/kabeBG2.png) !important;
	background-repeat: no-repeat;
	background-position: 0px 8px;
	display: block;
	top: 0;
	margin-top: .2%;
	margin-left: 50% !important;
	padding: 66px 0 0 3px;
	left: -461px !important;
	width: 954px !important;
	height: 900px !important;
	border-style: none;
	overflow: hidden !important;
	z-index: 50000;
}

#jqmContent {
	width: 800px;
	height: 600px;
	overflow: hidden;
}

#kabeContent.open {
	width: 914px;
	width: 910px\0/;
	height: 801px;
	height: 805px\0/;
	margin: 0px 0px 0px 13px;
	padding: 0px 0 0 2px;
	overflow: hidden !important;
}

#inviteContent.open,#overlayContent.invite {
	display: block;
	top: 0;
	margin-top: 0;
	padding: 10px 0 0 0 !important;
	width: 780px !important;
	min-height: 600px;
	height: auto;
	background-color: transparent !important;
	overflow: visible;
}

.closed {
	display: none;
}

.jqmClose {
	display: none;
	position: absolute;
	background: transparent url(/images/proshots/ps_closeBtn.png) no-repeat
		top left;
	text-indent: -9999px;
	width: 18px;
	height: 18px;
	overflow: hidden;
}

.invite .jqmClose {
	display: block;
	right: 30px;
	top: 23px;
}

.kabe .jqmClose {
	position: absolute;
	display: block;
	right: 35px;
	right: 45px\0/;
	top: 37px !important;
}

#ab-login-form .jqmClose {
	display: none;
}

#ab-login-form.open #ab-close-login.jqmClose {
	display: block !important;
	right: 14px;
	z-index: 9999999 !important;
}

.invitePreview .jqmClose {
	display: none;
}

.escKey { = 0
	display: none !important;
}

#overlayContent {
	background-color: transparent !important;
}

.jqmWindow {
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	background-color: transparent;
	color: #333;
	padding: 12px;
}

.jqmOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 49999 !important;
	opacity: 0.35;
	-moz-opacity: 0.35;
	filter: alpha(opacity =           35);
}

#modalBG.jqmOverlay {
	display: none;
}

#inviteBG.jqmOverlay,#kabeBG.jqmOverlay,#loginBG.jqmOverlay {
	display: block;
}

#jqmTitle {
	display: block;
	height: 37px;
	left: 0;
	position: absolute;
	top: 0;
	width: 746px;
}

.kabe #jqmTitle {
	width: 100%;
}

#jqmTitleText {
	display: none;
	text-indent: -9999px !important;
}

/*---------- Calendar Date Picker ----------*/
#ui-datepicker-div {
	clear: both;
	top: 40px;
	position: relative;
	width: 200px;
	margin-top: -1px;
	margin-left: 3px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FFF;
	border: 1px solid #AAA;
	color: #313131;
}

.ui-datepicker-prev {
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	width: 12px;
	height: 12px;
	background: transparent url(/images/postcard/nextPrev.png) no-repeat top
		left;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

.ui-datepicker-next {
	display: block;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	width: 12px;
	height: 12px;
	background: transparent url(/images/postcard/nextPrev.png) no-repeat top
		right;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

.ui-datepicker-prev:hover {
	background-position: left bottom;
}

.ui-datepicker-next:hover {
	background-position: right bottom;
}

.ui-datepicker-header {
	width: 194px;
	margin: 3px auto;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.75;
	text-align: center;
	border: 1px solid #AAA;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #EEE url(/images/postcard/calendarHeaderBG.png) repeat-x
		bottom left;
}

.ui-datepicker-calendar {
	margin: 0 auto;
	width: 190px;
}

.ui-datepicker-calendar th {
	padding: 3px;
	font-size: .9em;
	font-weight: bold;
}

.ui-datepicker-calendar td {
	height: 2em;
	padding: 2px;
	width: 15px;
	overflow: hidden;
	font-size: .87em;
	text-align: center;
	border: 1px none #EEE;
}

.ui-datepicker-calendar td a {
	display: block;
	width: 16px;
	height: 15px;
}

.ui-datepicker-calendar td a:hover {
	background-color: #FFF;
	border: 1px none #DDD;
}
