/* 

Ancient Web 2.0
Author: MarkSchuber
Date: 01.27.2009
 
 */
 


/* @group CSS Reset */
 
 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end CSS Reset */

/* @group body */ 
 
 body {
 	background:#603e23 url(../imagesNew/bgTile.jpg) repeat top left;
 	color: #333;
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 11px;
 	text-align: center;
 	}
 	
 /* @end body */	

/* @group global */
 	
 a:link,a:visited {
 	color: #004589;
 	text-decoration: none;
 	font-family: Georgia,Times,serif;
 	}	
 
 a:hover {
 	color: #993333;
 }
 
 p {
 	color: #333;
 	font-family: Georgia,Times,serif;
 }
  
 input.error {
 	color: #cc3333;
 }

 label.error {
 	color: #cc3333;
 } 

 span.error {
 	color: #cc3333;
 }

 div.clear {
 	clear: both;
 } 
  
 /* @end global */

/* @group containers */

div#ancientWeb,div#ancientWebStore {
	width: 968px;
	background: #fdfef9 url(../imagesNew/mainTile.jpg) repeat-y top left;
	/* margin: 21px 0 0 14px; */
	margin: 21px auto;
	text-align: left;
}

/* @end containers */

/* @group header */

div#header {
	width: 100%;
	background: url(../imagesNew/header.jpg) no-repeat top left;	
	}

div#header div#logo {
	width: 276px;
	height: 28px;
	float:left;
	margin: 48px 0 0 56px;
	}	

div#header div#logo h1 {
	text-indent: -9999px;
}

div#header div#logo a {
	/*width: 225px;
	height: 24px;*/
	width: 276px;
	height: 28px;
	display: block;
}

/* @end header */

/* @group primaryNav */

div#primaryNav {
	float: right;
	margin: 10px 63px 0 0;
	width:550px;
	}

div#primaryNav ul {
	float: left;
}

div#primaryNav ul li {
	float: left;
	padding-left: 15px;
	margin-left: 13px;
	background: url(../imagesNew/primaryNavDivider.png) no-repeat left center;
}


div#primaryNav ul li.first {
	margin-left: 0;
	padding-left: 0;
	background: none;
	}


div#primaryNav ul li a:link,div#primaryNav ul li a:visited {
	color:#993333;	
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px;
}

div#primaryNav ul li a:hover {
	color: #333333;
}

/* @end primaryNav */


div#ancientWebStore div#primaryNav ul li.store a,
body#community div#primaryNav ul li.community a,
body#communityDetail div#primaryNav ul li.community a,
body#events div#primaryNav ul li.events a {
	color: #333333;
}

 
div#login {
	float: right;
	height: 25px;
	text-align: center;
	margin:37px 58px 0 0;
	padding-right: 23px;
 	background: url(../imagesNew/login.png) no-repeat top right;
} 

div#login ul {
	height: 25px;
	width: 100%;
	display: block;
	padding-left: 20px;
	margin-left: -11px;
 	background: url(../imagesNew/loginLeft.png) no-repeat top left;
 	
	}


div#login ul li {
	display: inline;
	font-family: Georgia,Times,serif;
	font-size: 11px;
	font-weight: bold;
	color: #993333;
	border-left: #534531 1px dotted;
	margin-left: 10px;
	padding-left: 10px;
	line-height:26px;

	}
	
div#login ul li.first {	
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

div#login ul li a {
	color: #004589;
	}	
 
/* header styles End */

/* banner Start */

div#banner {
 	clear: both;
 	margin-top: 8px;
 }
 
body#home div#banner  {
	width: 855px;
	height: 192px;
	margin-left: 55px;
	background: url(../imagesNew/homeBanner.png) no-repeat top left;	
}


div#banner div#missionStatement h1 a {
	font-size: 20px;
	font-weight:normal;	
	color: #C2E1FC;
}

div#banner div#missionStatement {
	width: 273px;
	height: 192px;
	float: left;
	text-align: center;
	background: url(../imagesNew/homeBannerLeft.png) no-repeat top left;
}
 
body#home div#banner div#missionStatement {
	margin-left:0;	
}

body#home div#banner div#missionStatement h1 {
	color: #fff;
	width: 228px;
	font-size: 13px;
	line-height: 22px;
	font-family: Georgia,Times,serif;
	padding-right: 14px;
	margin: 0 0 0 32px;
	font-weight: bold;
	position: relative;
	top: 43px;
	}

body#home div#banner div#missionStatement h1 a {
	color: #fed785; 
	font-size: 23px;
	letter-spacing: 1px;
	}
 
 
body#events div#banner {
	margin-left:0;
	margin-top: 16px;
}

body#news div#banner {
	height: 211px;
	margin-left: 0px;
}

 
body#explore div#banner {
 	height: 297px;
	margin-left: 54px;
	margin-top: 14px;
 	width: 857px;
 }
 
body#explore div#bannerSubPage {
 	background: url(../imagesNew/exploreDetailBanner.png) no-repeat top left;
 	height: 183px;
	margin-left: 54px;
	margin-top: 14px;
	text-align: center;
 	width: 856px;
 }
 
body#explore div#bannerSubPage img {
	float: right;
}

body#newsDetail div#banner,body#login div#banner {
	background: url(../imagesNew/newsDetailBanner.png) no-repeat top left;
	width: 856px;
	height: 12px;
	margin-left: 56px;
	margin-top: 16px;
}

div#ancientWebStore div#banner {
	width: 855px;
	height: 8px;
	margin-left: 56px;
	margin-top: 16px;
	background: url(../imagesNew/storeBanner.png) no-repeat top left;
}

body#community div#banner,body#eventInterior div#banner {
	width: 856px;
	height: 12px;
	margin-left: 56px;
	margin-top: 16px;
	background: url(../imagesNew/communityBanner.png) no-repeat top left;
}
 
body#home div#flash {
	width:582px;
	height:192px;
	float: right;
	
}

body#storeHome div#flash {
	width: 856px;
	height: 205px;
	margin:5px 0 0 55px;
	
}

body#explore div#flash {
}

body#news div#flash {
	height: 186px;
	
}


body#news div#banner div#missionStatement {
	width:247px;
	height:186px;
	background:url(../imagesNew/missionStatementNews.png) no-repeat top left;	
}

body#explore div#banner div#missionStatement {
	background: none;
	width: 185px;
}

	
body#explore div#banner div#missionStatement h1,body#news div#banner div#missionStatement h1 {	
	color: #333;
	font-size: 26px;
	line-height: 28px;
	margin:35px 0 0 0;
	padding: 0;
	font-family: Georgia,Times,serif;
	
}

body#explore div#banner div#missionStatement span {
	color: #333;
	margin-top: 5px;
	font-size:12px;	
	line-height: 20px;
	font-family: Georgia,Times,serif;
}

div#bannerSubPage div#missionStatement {
	width: 375px;
	margin: 33px 0 0 127px;
	float: left;
	text-align: left;
}

div#bannerSubPage div#missionStatement h1 {
	color: #fff;
	font-family: Georgia,Times,serif;
	line-height: 24px;
	font-size: 14px;
	letter-spacing: 1px;
}

div#bannerSubPage div#missionStatement h1 a {
	 color:#c2e1fc;
	 font-size: 27px;
	 letter-spacing: 1px;
	 line-height: normal;
	 font-family: Georgia,Times,serif;
	 /*clear: right;
	 display: block;*/
}

body#news div#banner div#missionStatement h1 {
	font-family: Georgia,Times,serif;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	letter-spacing: 1px;
}

div#bannerSubPage img {
	margin-top: -8px;
}

body#news div#banner div#missionStatement h1 a {
	font-size: 20px;
}
	
/* banner End */

div#contentWrap {
	width: 855px;
	clear: both;
	margin-left: 56px;
	margin-top: 14px;
	background: url(../imagesNew/columnDivider.png) repeat-y 624px 0px;
}

body#info div#contentWrap {
	background: url(../imagesNew/columnDivider.png) repeat-y 145px 0px;
	}

body#explore div#contentWrap {
	background: url(../imagesNew/twoColumnDivider.png) repeat-y 107px 0px;
	
}

body#storeCategory div#contentWrap,body#storeCart div#contentWrap,body#storeHome div#contentWrap,body#articleEntry div#contentWrap {
	background: none;
}

body#storeSubCategory div#contentWrap {
	background: url(../imagesNew/columnDivider.png) repeat-y 148px 0px;
}

body#storeDetail div#contentWrap {
	background: url(../imagesNew/columnDivider.png) repeat-y 550px 0px;
}

div#primary {
	width: 604px;
	float: left;
}

body#storeHome div#primary {
	width:516px;
}

body#storeCategory div#primary {
	width: 668px;
}

body#storeSubCategory div#primary {
	width: 151px;
}

body#info div#primary {
	width: 150px;
}

body#storeCart div#primary {
	width: 100%;
}

body#storeDetail div#primary {
	width:535px;
}
/*
body#community div#primary {
	width:531px;
	}*/

body#login div#primary {
	width: 856px;
	float: none;
}

/* crumbs for Ancient Web Start */

/*

div#ancientWeb div#crumbs {
	width: 100%;
	margin:11px 0 0 58px;
	clear: both;
}

body#community div#ancientWeb div#crumbs {
	width: 100%;
	margin:0;
	clear: both;
}

div#ancientWeb div#crumbs ul {
	float: left;
}

div#ancientWeb div#crumbs ul li {
	background: url(../imagesNew/crumbArrow.png) no-repeat 0 3px;
	float: left;
	padding-left: 17px;
	margin-right: 9px;
}

div#ancientWeb div#crumbs ul li.first {
	padding-left: 0;
	background: none;
}

div#ancientWeb div#crumbs ul li a {
	font-size: 11px;
	color: #333;
	font-family: Verdana,Arial,sans-serif;
}

*/
 
/* crumbs for Ancient Web End */

/* crumbs for Ancient Web Store Start */

div#crumbs {
	float: left;
	width: 856px;
	background: url(../imagesNew/storeContentBorder.png) no-repeat left bottom;
	padding-bottom: 8px;
	margin:16px 0 15px 56px;
}

div#ancientWebStore div#crumbs {
	margin: 0 0 15px 56px;
	padding-top: 8px;
	}

div#crumbs ul {
	float: left;
	/*margin: 4px 0 0 4px;*/
	padding: 20px 0 0 2px;
	background: url(../imagesNew/crumbTop.png) no-repeat left top;
	width: 100%;
}

div#ancientWebStore div#crumbs ul {
	background: none;
	width: auto;
	padding: 0 0 0 2px;
	}

div#crumbs ul li {
	float: left;
	padding-left: 15px;
	margin-right: 6px;
	color: #666;
	background: url(../imagesNew/storeCrumbArrow.png) no-repeat left center;
}

div#crumbs ul li.first {
	background: none;
	padding-left: 0;
}

div#crumbs ul li a {
	font-size: 11px;
	font-family: Verdana,Arial,sans-serif;
	color:#004589;
}

div#ancientWebStore div#crumbs ul li a {
	color: #11518f;
}

/* crumbs for Ancient Web Store End */

/* leftBar */


h3.leftBar {
	width: 100%;
	line-height: 23px;
	background: url(../imagesNew/redBar.png) no-repeat bottom left;
	font-size: 13px;
	font-family: Georgia,Times,serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 1.9em;
}

h3.leftBar span {
	background: url(../imagesNew/flourishLarge.png) no-repeat 100% 50%;
	padding-right: 18px;
	margin-left: 28px;
	float: left;
	display: block;
}

h3.leftBar a {
	float: right;
	font-size: 10px;
	font-family: Georgia,Times,serif;
	color: #fff;
	background: url(../imagesNew/leftBarArrow.png) no-repeat 100% 45%;
	padding-right: 11px;
	margin-right: 14px;
	text-transform: capitalize;
	letter-spacing: 1px;
}


/* banners End */

/* top stories start */

div#topStories {
	width: 100%;
	clear: both;
	background: url(../imagesNew/featureBorderSides.png) repeat-y top left;
}

div#topStories div.bottom {
	background: url(../imagesNew/featureBorderBottom.png) repeat-x bottom left;
	width: 100%;
	height: 1px;
	clear: both;
	margin-top: 20px;
}

div#stories {
	clear: both;
	margin-top: 15px;
}

div#storiesWrap {
	height: 173px;
	background: url(../imagesNew/storiesVertBorder.png) repeat-y 307px 0px;
	
}

body#news div#stories {
	margin-top: 2px;
	background: url(../imagesNew/newsBorder.png) repeat-y 302px 0px;
}

div.stories {
	float: left;
	width: 270px;
	display: none;
	margin-left: 17px;
}

div.stories h2 a {	
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 1px;
}

div.stories ul {
	float:left;	
	margin-top: 4px;
}

div.stories ul li {
	float:left;	
	color: #666;
	padding: 0 7px 0 7px;
	border-left: #666 1px solid;
}

div.stories ul li.first {
	border-left: none;
	padding: 0 7px 0 0;
}

div#featureText {
	clear: left;
	padding-top: 15px;
}

div#featureText div.image {
	float: left;
	clear: left;
	margin:3px 16px 0 2px;
	border: #999 1px solid;
}

div#featureText div.image img {
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
	border-left: #fff 1px solid;
}


div#featureText p {
	font-size: 14px;
	line-height: 20px;
	
}
	
div#newsFeed {
	margin-right: 23px;
	float:right;
	width: 257px;/*
	background: #faf5e1;
	border: #f5f3e4 1px solid;*/
}

body#news div#newsFeed {
	float: left;
	background: none;
	border: none;
	width: 288px;
	margin-right: 0;
}


div#newsFeed ul {
	margin-top: -10px;
}

body#news div#newsFeed ul {
	margin-left: 5px;
}
	

div#newsFeed ul li {
	clear: both;
	background: url(../imagesNew/leftColumnBorder.png) repeat-x top left;
	padding-top: 13px;
}

body#home div#newsFeed ul li {
	padding: 4px 0 3px 0;
}

div#newsFeed ul li.first {
	background: none;
}

div#newsFeed ul li a {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	font-family: Georgia,Times,serif;
}

body#home div#newsFeed ul li a {
	color: #004589;
	font-size: 12px;
	line-height: 17px;
	display: block;
	padding: 10px 0 6px 21px;
	background: url(../imagesNew/storiesArrowOff.png) no-repeat 7px 11px;
}

body#home div#newsFeed ul li a:hover {
	color: #993333;
	background: #fceec0 url(../imagesNew/storiesArrowOn.png) no-repeat 7px 11px;
	}

div#newsFeed ul li ul {
	margin-top:5px;
}

body#news div#newsFeed ul li ul,body#home div#newsFeed ul li ul {
	margin-left: 0;
}

div#newsFeed ul li ul li {
	float:left;
	clear: none;
	color: #666;
	border-left: #666 1px solid;
	padding: 0 7px 0 7px;
	margin-bottom: 12px;
	background: none;
}
div#newsFeed ul li ul li.first {
	border-left: none;
	padding: 0 7px 0 0;
}

div#newsFeed ul li ul li em {
	font-style: italic;
}
	
/* top stories end */


div#groups {
	clear: both;
	margin-top: 16px;
}

body#explore div#groups {	
	margin-top:0;
	background: none;
}

body#storeCategory div#groups {	
	margin-top:0;
	background: none;
}


div#groupOne {
	float: left;
	width: 292px;
	z-index: 0;
}

body#explore div#groupOne {
	width: 109px;
	margin-top: 5px;
}

body#newsDetail div#groupOne {
	width: 357px;
}
	
body#storeCategory div#groupOne {
	width: 151px;
	margin-top: 0;
}


/* top video start */

body#home div#topVideo {
	padding-bottom: 7px;
	z-index: 0;
	
}/*

div#groupOne div#topVideo h3 {
	width: 281px;
	line-height: 18px;
	background: url(../imagesNew/topVideoBanner.png) no-repeat bottom left;
	padding:0 0 2px 25px;
	font-size: 11px;
	font-family: Georgia,Times,serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

div#groupOne div#topVideo h3 span {
	background: url(../imagesNew/flourishSmall.png) no-repeat right center;
	padding-right: 18px;
}*/

div.youTube {	
	width: 259px;
	border: #9e9780 1px solid;
	height: 206px;
	margin:0 0 10px -1px;
	z-index: 0;
}

div.youTube img {
	z-index: 0;
	}

div#featuredVideo {
	padding: 9px 0 8px 17px;
	background: #fcefc2;
	margin-top: 4px;
	z-index: 0;
}

ul.videoLinks {
	float:left;
	clear: right;
	margin: 15px 0 7px 0;
}

ul.videoLinks li {
	float:left;
	border-left: #004589 1px solid;
	padding: 0 7px 0 7px;
}

ul.videoLinks li.title {
	text-transform: uppercase;
	border-left: none;
	padding: 0 7px 0 0;
}

ul.videoLinks li a {
	font-size: 11px;
	font-weight: bold;
}

ul.videoSubLinks {
	float:left;
	clear: right;
	margin: 7px 0 7px 0;
}

ul.videoSubLinks li {
	float:left;
	color: #666;
	font-size: 10px;
	border-left: #666 1px solid;
	padding: 0 7px 0 7px;
}

ul.videoSubLinks li.first {
	border-left: none;
	padding: 0 7px 0 0;
}


ul.videoSubLinks li a {	
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
}

div#featuredVideo p {
 	clear:both;
 	font-family: Verdana,Arial,sans-serif;
 	line-height: 17px;
}

div.subVideos {
	clear: both;
	margin:9px 0 0 10px;
	padding-top: 9px;
}

div#topVideo div.border {
	background:transparent url(../imagesNew/leftColumnBorder.png) repeat-x left top;
	height: 1px;
	margin: 3px 0 3px 0;
	z-index: 0;
}

body#home div.subVideos {
	/*background:transparent url(../imagesNew/leftColumnBorder.png) repeat-x left top;*/
	background: #fcefc2;
	margin:0;
	padding: 10px 0 10px 0;
	z-index: 0;
}
/*
body#news div.subVideos {
	margin:10px 0 0 10px;
}
*/
body#news div.video div.subVideos {
	padding: 8px 0 11px 0;
	margin: 0;
	background:transparent url(../imagesNew/leftColumnBorder.png) repeat-x left top;
}
body#news div.video div.first {	
    background:none;
}

div.subVideos img {
	float: left;
	margin:0 0 0 12px;
}

body#news div.subVideos img {
	margin:0 0 0 14px;
}

div.subVideos div.subVideoInfo {
	width: 178px;
	float: right;
	margin-right: 7px;
}

body#news div.subVideos div.subVideoInfo {
	width: 150px;
	float: right;
	padding-right: 10px;
	padding-top: 1px;
}

div#featuredVideo h4 a,div.subVideos div h4 a {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}


/* top video End */

/* top Blogs Start */

div.leftFeed {
	clear: both;
}

div.leftFeed div.item {
	background:url(../imagesNew/leftColumnBorder.png) repeat-x scroll left bottom;
	padding-bottom: 11px;
}

div.leftFeed div.item div.info {
	margin:8px 0 0 12px;
	width: 265px;
	}


div.leftFeed div.item div.info h2 {
	font-family: Georgia,Times,serif;
	clear: both;
	line-height: 18px;
	color: #004589;
	font-size: 12px;
	font-weight: bold;
	}
	
div.leftFeed div.item div.info span {
	color: #666;
	margin-top: 5px;
	display: block;
} 	

div.leftFeed div.item div.info ul {
	clear: both;
	margin-top: 5px;
	}
	
div.leftFeed div.item div.info ul li {
	padding-left: 7px;
	margin-left: 7px;
	color: #666;
	float: left;
	border-left: #666 1px solid;
}	

div.leftFeed div.item div.info ul li em {
	font-style:italic;
}

div.leftFeed div.item div.info ul li a {
	font-family: Verdana,Arial,sans-serif;
	font-style:normal;
}

div.leftFeed div.item div.info ul li.first {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
	}

div.leftFeed div.item div.info p {
	clear: both;
	font-family: Verdana,Arial,sans-serif;
	line-height: 17px;
	font-size: 11px;
}

/* top Blogs End */

/* top events Start */

div.leftFeed {
	clear: both;
	margin-bottom: 20px;
}

div.leftFeed div.event {
	clear: both;
	padding:10px 0 10px 0;
	background: url(../imagesNew/leftColumnBorder.png) repeat-x bottom left;
}

div.leftFeed div.first {
	background: none;
}

div.leftFeed div.event div.image {
	border: #999 1px solid;
	float: left;
	margin-left: 3px;
}

div.leftFeed div.event div.image img {
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	border-top: #fff 1px solid;
}

div.event div.eventInfo {
	float: right;
	width: 208px;
}

div.eventInfo span.date {
	color: #666;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
}

div.eventInfo h2 {
	
}

div.eventInfo h2 a {
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}

div.eventInfo em {
	color: #666;
	font-style: italic;
	margin-top: 5px;
	display: block;
	font-size: 10px;
}

div.eventInfo h4 {
	margin-top: 5px;
}

div.eventInfo h4 a {
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
}

/* top events End */

div#groupTwo {
	float: right;
	width: 288px;
	margin-right: 1px;
}

body#newsDetail div#groupTwo {
	width:213px;	
}

body#explore div#groupTwo {
	width: 478px;
	margin-right: 0;
	padding-top: 5px;
}

body#storeCategory div#groupTwo {
	width: 516px;
}


/* register Start */

div#bmCallOut {
	margin-bottom: 15px;
}

div#register {
	background: url(../imagesNew/register.png) no-repeat top left;
	width: 208px;
	height: 131px;
	padding-top: 27px;
}

div#register h4 {
	width: 176px;
	text-align: center;
	color: #004589;
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia,Times,serif;
	text-align: center;
	margin: 0 0 0 21px;
	}
	
div#register strong {
	width: 176px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	font-family: Georgia,Times,serif;
	text-align: center;
	margin: 14px 0 0 21px;
}	

/* register End */

/* webStore Start */

div#webStore {
	margin: 7px 0 0 0;
	width:100%;
	padding-top: 125px;
	background: url(../imagesNew/storeHeader.png) no-repeat top left;	
}

body#home div#webStore {
	margin: 7px 0 20px 0;
}

div#secondary div#webStore,body#newsDetail div#webStore {
	padding-top: 87px;
	background: url(../imagesNew/storeHeaderSmall.png) no-repeat top left;
}

div#webStore h2 {
	text-align: center;
	letter-spacing: 1px;
}

div#webStore h2 a {
	color:#2e89c8;
	font-size:17px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

div#webStore h2 a:hover {
	color: #993333;
}

div#webStore h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	width: 180px;
	margin-top: 5px;
	color: #993333;
	font-family: Georgia,Times,serif;
	font-style: italic;
	text-align: center;
	margin-left: 14px;
}

div#storeItems {
	background: #fff url(../imagesNew/storeTile.png) repeat-y top left;
	width: 100%;
}

div#secondary div#storeItems,body#newsDetail div#storeItems {
	background: #fff url(../imagesNew/storeTileSmall.png) repeat-y top left;
}

div#storeItems div.clear {
	width: 100%;
	height: 10px;
	background:url(../imagesNew/storeFooter.png) no-repeat bottom left;
}

div#secondary div#storeItems div.clear,body#newsDetail div#storeItems div.clear {
	background:url(../imagesNew/storeFooterSmall.png) no-repeat bottom left;
}

div#storeItems div.item div.clear {
	height:auto;
	background:none;
}

div#storeItems div.item {
	width: 252px;
	padding-top: 10px;
	margin:10px 0 0 15px;
	clear: both;
	background: url(../imagesNew/itemDivider.png) no-repeat top left;
}

div#secondary div#storeItems div.item,body#newsDetail div#storeItems div.item {
	width: 182px;
}

div#storeItems div.first {
	background: none;
}

div#storeItems div.item img {
	float: left;
}

div#storeItems div.item div.itemInfo {
	width: 168px;
	float: right;
}

div#secondary div#storeItems div.item div.itemInfo,body#newsDetail div#storeItems div.item div.itemInfo {
	width: 100px;
}

div#storeItems div.item div.itemInfo h4 {
	margin-bottom: 3px;
}

div#storeItems div.item div.itemInfo h4 a {
	color: #2e89c8;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}

div#storeItems div.item div.itemInfo h4 a:hover {
	color: #993333;
}


div#storeItems div.item div.itemInfo strong {
	color: #000;
	font-size: 10px;
	line-height: 14px;
}

div#storeItems div.item div.itemInfo span.stars {
	width: 55px;
	height: 12px;
	display: block;
	float: left;
}

div#storeItems div.item div.itemInfo span.price {
	font-size: 10px;
	color: #666;
	border-left: #666 1px solid;
	margin-left: 7px;
	padding-left: 7px;
}

div#storeItems div.item div.itemInfo div {
	margin-top:5px;
}

div#imageFeed {
	background: #fceec0;
	margin-top: 3px;
	padding:13px 0 20px 0;
}

div#imageFeed ul {
	/*float: left;
	margin: 0 0 0 8px;
	padding:0 0 0 0;*/
	}
	
div#imageFeed ul li {
	/*float: left;*/
	}	
	
div#imageFeed ul li img {
	/*width: 207px;	*/
	}
	
div#imageFeed ul li.previous a {
	/*display: block;
	text-indent: -9999px;
	background: url(../imagesNew/imageFeedPrev.png) no-repeat top left;
	height: 76px;
	width: 18px;
	margin: 58px 10px 0 0;*/
}	

div#imageFeed ul li.next a {
	/*display: block;
	text-indent: -9999px;
	background: url(../imagesNew/imageFeedNext.png) no-repeat top left;
	height: 76px;
	width: 18px;
	margin: 58px 0 0 10px;*/
}	

div#imageFeed a.location {
	width: 207px;
	text-align: center;
	color: #004589;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin: 12px 0 0 0;
}

div#imageFeed span.time {
	width: 207px;
	text-align: center;
	color: #666;
	display: block;
	margin: 7px 0 0 0;
}

/* webStore End */


div#secondary {
	float: right;
	width: 209px;
}

body#storeHome div#secondary {
	width: 324px;
}

body#storeCategory div#secondary {
	width: 172px;
}

body#storeSubCategory div#secondary {
	width: 684px;
}
body#info div#secondary {
	width: 685px;
}

body#storeDetail div#secondary {
	width: 287px;
}
/*
body#community div#secondary {
	width: 283px;
}
*/

/* search Start */


div#search {
	background: url(../imagesNew/eventSearch.png) no-repeat top left;
	width: 208px;
	margin: 0 0 15px 0;
	height:70px;
}

body#home div#search,body#globalSearch div#search {
	background: url(../imagesNew/searchBox.png) no-repeat top left;
	margin: 7px 0 15px 0;
	height: 52px;
}

div#search span {
	display: block;
	font-family: Georgia,Times,serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 0 10px;
	padding-top:7px;
}

/*

div#search input {
	margin: 5px 0 0 7px;
	width: 170px;
	line-height: 18px;
	border: #989896 1px solid;
	float: left;
}
div#search a {
	height: 15px;
	width: 16px;
	background: url(../imagesNew/eventSearchButton.png) no-repeat top left;
	text-indent: -9999px;
	display: block;
	float: left;
	margin: 8px 0 0 4px;
}
*/

div#search input.searchText {
	margin: 5px 0 0 7px;
	width: 170px;
	line-height: 18px;
	border: #989896 1px solid;
	float: left;
}
div#search input.searchButton {
	height: 15px;
	width: 16px;
	background: transparent url(../imagesNew/eventSearchButton.png) no-repeat top left;
	text-indent: -9999px;
	border: none;
	display: block;
	float: left;
	margin: 6px 0 0 4px;
}


div#search input.searchButton:hover {
	cursor: pointer;
}

div#search a {
	height: 15px;
	width: 16px;
	background: transparent url(../imagesNew/eventSearchButton.png) no-repeat top left;
	text-indent: -9999px;
	border: none;
	display: block;
	float: left;
	margin: 8px 0 0 4px;
}

div#search em {
	display: block;
	clear: both;
	color: #666;
	font-style: italic;
	font-family: Georgia,Times,serif;
	margin: 3px 0 0 3px;
	line-height: 11px;
	}

div#search em input.searchCheck {
	}
	
	
/* search End */

/* featureRight Start */


body#explore div.feed div.feature {
	font-family: Georgia,Times,serif;
	background: url(../imagesNew/rightColumnBorder.png) no-repeat top left;
}

body#explore div.feed div.first {
	background: none;
}
	
body#explore div.feed div.feature h4 {
	color: #993333;
	font-size: 14px;
	margin: 15px 0 10px 0;
	padding-top: 14px;
}
body#explore div.feed div.first h4 {
	padding-top: 0;
}

body#explore div.feed div.feature img {
	float: left;
	margin-right: 12px;
	border: #747473 1px solid;
}

body#explore div.feed div.feature p {
	font-size: 12px;
	line-height: 18px;
}

body#explore div.feed div.feature p a {
	font-weight: bold;
}

/* featureRight End */

/* Join Us Start */
/*
div#topImages {
	clear: both;
	margin-top: 14px;
}


div#topImages h3 {
	width: 209px;
	line-height: 18px;
	background: url(../imagesNew/joinUsBanner.png) no-repeat bottom left;
	padding:0 0 2px 25px;
	font-size: 11px;
	font-family: Georgia,Times,serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

div#topImages h3 span {
	background: url(../imagesNew/flourishSmall.png) no-repeat right center;
	padding-right: 18px;
}*/

div.joinUs ul {
	margin-left: 2px;
	margin-top: 10px;
}

div.joinUs ul li {
	font-size: 13px;
	margin-top: 6px;
	padding-left: 8px;
	font-family: Georgia,Times,sans-serif;
	background: url(../imagesNew/bullet.png) no-repeat left center;
}

div.joinUs ul li a {
	color: #004589;
	font-weight: bold;
}

div.joinUs ul li a:hover {
	color: #993333;
}


div.joinUs h4 {
	text-align: center;
	font-weight: bold;
	line-height: 18px;
	font-size: 13px;
	margin-top: 15px;
	font-family: Georgia,Times,sans-serif;
}

div.joinUs h4 strong {
	text-transform:uppercase;	
}

/* Join Us End */

/* topImages Start */

div.imageBox {	
	padding: 11px 0 5px 0;
	margin-top: 5px;
	background: url(../imagesNew/rightColumnBorder.png) no-repeat left top;
}
/*
div#topImages div.odd {
	background: #fbf7e7;
}
*/

div.imageBox img {
	float:left;
	margin-left:6px;	
}

div.imageInfo {
	float:right;
	width:100px;	
}

div.imageInfo h4 a {
	font-size:11px;
	font-weight:bold;
	line-height:16px;
}

div.imageInfo ul {
	float:left;
	clear: right;
	margin: 7px 0 7px 0;
}

div.imageInfo ul li {
	float:left;
	color: #666;
	font-size: 10px;
	border-left: #666 1px solid;
	padding: 0 7px 0 7px;
}

div.imageInfo ul li.first {
	border-left: none;
	padding: 0 7px 0 0;
}


div.imageInfo ul li a {	
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
}

/* topImages End */

/* callOut Start */
/*
div#callOut {
	margin-top: 25px;
	background: url(../imagesNew/callOutBorder.png) repeat-y top left;	
}

div#callOut h3 {
	background: url(../imagesNew/callOutBorderTop.png) no-repeat top left;
	text-align: center;
	color: #993333;
	font-size: 10px;
	letter-spacing: 1px;
	font-family: Georgia,Times,sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 15px;
}

div#callOut blockquote {
	background: url(../imagesNew/callOutBorderBottom.png) no-repeat bottom left;
	font-size: 13px;
	font-family: Georgia,Times,sans-serif;
	text-align: center;
	color: #333;
	padding: 13px 13px 13px 13px;
	line-height: 18px;
	font-style: italic;
}

*/

body#home div#callOut,body#news div#callOut {
	background: url(../imagesNew/newsCallOut.png) no-repeat top left;
	width: 209px;
	margin-bottom: 11px;
	height: 127px;
}

body#home div#callOut h3,body#news div#callOut h3 {
	color:#fceec3;
	text-align: center;	
	font-size: 10px;
	letter-spacing: 1px;
	font-family: Georgia,Times,sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 20px;
}
	

body#home div#callOut blockquote,body#news div#callOut blockquote {
	font-size: 12px;
	font-family: Georgia,Times,sans-serif;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	width: 80%;
	padding: 8px 0 0 0;
	line-height: 18px;
	font-style: italic;
}
	
/* callOut END */

/* Top Tags Start */

div#topTags,div#topArticles {
	clear: both;
	margin-top: 20px;
}


div#topTags h3,div#topArticles h3 {
	width: 209px;
	line-height: 18px;
	background: url(../imagesNew/topTagsBanner.png) no-repeat bottom left;
	padding:0 0 2px 25px;
	font-size: 11px;
	font-family: Georgia,Times,serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

div#topTags h3 span,div#topArticles h3 span {
	background: url(../imagesNew/flourishSmall.png) no-repeat right center;
	padding-right: 18px;
}

div.feed div.tagCloud {
	margin-top: 10px;
	width: 100%;
}

div.feed div.tagCloud a {
	font-family: Verdana,Arial,sans-serif;
	margin-right: 5px;
	line-height: 20px;
}

div.feed div.tagCloud a.size1 {
	font-size: 12px;
}

div.feed div.tagCloud a.size2 {
	font-size: 14px;
}

div.feed div.tagCloud a.size3 {
	font-size: 16px;
}

div.feed div.tagCloud a.size4 {
	font-size: 18px;
}

/* Top Tags End */

/* Top Articles Start */

div#topArticles h4 {
	margin-left: 10px;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}

div.article {
	padding: 10px 0 5px 0;
	background: url(../imagesNew/rightColumnBorder.png) no-repeat left top;
}
/*
div#topArticles div.odd {
	background: #fbf7e7;
}*/

div#topArticles ul {
	float:left;
	clear: right;
	margin: 7px 0 7px 10px;
}

div#topArticles ul li {
	float:left;
	color: #666;
	font-size: 10px;
	border-left: #666 1px solid;
	padding: 0 7px 0 7px;
}

div#topArticles ul li.first {
	border-left: none;
	padding: 0 7px 0 0;
}


div#topArticles ul li em {
	font-style: italic;
}

/* Top Articles End */

/* Communities Start */

div#secondary div#topVideo {
	margin-top: 20px;
}

body#home div#secondary div#topVideo {
	margin-top: 0;
}

div#secondary div#topVideo h3 {
	width: 209px;
	line-height: 18px;
	background: url(../imagesNew/topCommunitiesBanner.png) no-repeat bottom left;
	padding:0 0 2px 25px;
	font-size: 11px;
	font-family: Georgia,Times,serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

div#secondary div#topVideo h3 span {
	background: url(../imagesNew/flourishSmall.png) no-repeat right center;
	padding-right: 18px;
}

div.communities ul {
	
}
div.communities ul li {
	margin-top: 10px;
	font-family: Verdana,Arial,sans-serif;
}

div.communities ul li span {
	font-size: 10px;
	color: #666;
	border-left: #666 1px solid;
	margin-left: 7px;
	padding-left: 7px;
}

div.communities ul li a {
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}

/* Communities End */

/* promos Start */

div#secondary div.promoImage {
    margin: 0 0 9px ;
}

/* promos End */

/* topVideos on right column Start */

div.smallVideos {	
	padding: 10px 0 6px 0;
	background: #F9F5E6 url(../imagesNew/leftColumnRedBorder.png) no-repeat top left;
}
/*
div#secondary div#topVideo div.odd {
	background: #fbf7e7;
}
*/

div.smallVideos img {
	float:left;
	margin-left:6px;	
}

div.smallVideoInfo {
	float:right;
	width:100px;	
}

div.smallVideoInfo h4 a {
	font-size:11px;
	font-weight:bold;
	line-height:16px;
}

div.smallVideoInfo ul {
	float:left;
	clear: right;
	margin: 7px 0 7px 0;
}

div.smallVideoInfo ul li {
	float:left;
	color: #666;
	font-size: 10px;
	border-left: #666 1px solid;
	padding: 0 7px 0 7px;
}

div.smallVideoInfo ul li.first {
	border-left: none;
	padding: 0 7px 0 0;
}


div.smallVideoInfo ul li a {	
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
}


/* topVideos on right column End */

/* leftNavList Start */

div#ancientWeb div#leftNavList {
}


div#ancientWebStore div#leftNavList {
	margin-top: 4px;
}

div#ancientWeb div#leftNavList h3 {
	font-size: 11px;
	letter-spacing: 1px;
	font-family:Georgia,Times,serif;
	font-weight:bold;
	color:#993333;
	margin-bottom: 15px;
	text-transform: uppercase;	
}


div#ancientWebStore div#leftNavList h3 {
	font-size:14px;	
	font-weight:bold;
	font-family:Georgia,Times,serif;
	color:#993333;
	background: url(../imagesNew/leftNavTitle.png) no-repeat bottom left;
	padding-bottom: 5px;
}

div#ancientWeb div#leftNavList ul {
}

div#ancientWebStore div#leftNavList ul {
	margin-bottom: 30px;
	width: 90%;
}

div#ancientWeb div#leftNavList li {
	margin-top: 10px;
}

div#ancientWebStore div#leftNavList li {
	margin-top: 9px;
	color: #999;
	background: url(../imagesNew/leftNavArrow.png) no-repeat 0 4px;
	padding-left: 9px;
	line-height: 15px;
}


div#ancientWebStore div#leftNavList li strong {
	color: #333;
	font-weight: bold;
}
	

div#ancientWebStore div#leftNavList li span {
	margin-left:3px;	
}

div#ancientWeb div#leftNavList li a {
	font-family: Verdana,Arial,sans-serif;
	color: #004589;
	font-size: 12px;
}

div#ancientWebStore div#leftNavList li a {
	font-family: Verdana,Arial,sans-serif;
	color: #11518f;
	font-size: 11px;
}

div#ancientWeb div#leftNavList li a:hover,div#leftNavList li.selected a,div#ancientWeb div#leftNavList li.selected a {
	color: #993333;
}

/* leftNavList End */

/* mostPopular Start */
/*
div#mostPopular h3,div#topFeatures h3,div#summary h3 {
	width: 478px;
	line-height: 23px;
	background: url(../imagesNew/middleColumnBanner.png) no-repeat bottom left;
	padding-left: 28px;
	font-size: 14px;
	font-family: Georgia,Times,serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 14px;
}

div#mostPopular h3 span,div#topFeatures span,div#summary span {
	background: url(../imagesNew/flourishLarge.png) no-repeat 100% 30%;
	padding-right: 18px;
}*/

div.featuredSite {
	margin:0 0 0 0;
	padding: 22px 5px 23px 22px;
	background:transparent url(../imagesNew/middleColumnBorder.png) no-repeat left top;
}


div#mostPopular div.first,div#topFeatures div.first {		
	padding: 11px 5px 23px 22px;
	background:none;}
	
div.featuredSite h2 a {
	font-size: 18px;
	font-weight: bold;
	color: #004589;
}

div.featuredSite h4 {
	margin-top: 5px;
}

div.featuredSite h4 a {
	color: #004589;
	font-weight: bold;
	font-size: 11px;
}

div.featuredSite h2 a:hover,div.featuredSite h4 a:hover {
 	color: #993333;
}

div.featureSiteInfo {
	margin-top: 10px;
}

div.featureSiteInfo img {
	border: #633f27 1px solid;
	float: left;
	margin-right: 12px;
}

div.featureSiteInfo p {
	font-size: 13px;
	line-height: 20px;
}

/* mostPopular End */

/* summary Start */

div#summary {
	
}

div.infoBlock h4,div.intro h4 {
	font-size: 19px;
	color: #993333;
	font-family: Georgia,Times,serif;
	padding-top: 28px;
	margin-top: 28px;
	background: url(../imagesNew/middleColumnBorder.png) no-repeat top left;
}

div.intro h4 {
	padding-top: 0;
	margin-top: 10px;
	clear: both;
	background: none;
}

div.infoBlock p,div.intro p {
	font-size:13px;
	line-height:20px;	
	margin-top: 10px;
}

div.intro p {
	font-size: 15px;
	line-height: 24px;
}

div.infoBlock em,div.intro em {
	font-style: italic;
	color: #972e00;
}

div.infoBlock div,div.intro div {
	/*width: 236px;*/
	float: right;
	width: auto;
	display: inline;
	text-align: center;
	margin:15px 0 5px 10px;
}

div.infoBlock div img,div.intro div img {
	margin-bottom: 15px;
	margin: 0 auto 15px 0;
}

div.infoBlock div img {
	/*border: #de949c 2px solid;*/
	border: #999 1px solid;
}

div.infoBlock div strong,div.intro div strong {
	clear: both;
	margin: 0 auto;
	display: block;
	width: 200px;
	text-align: center;
	color: #993333;
	font-family: Georgia,Times,serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
	}

div.productBox {
	background: url(../imagesNew/productBoxTop.png) no-repeat top left;
	margin-top: 22px;
	clear: both;
}

div.productBox div.productWrap {
	background: url(../imagesNew/productBoxTile.png) repeat-y top left;
	padding-top: 12px;
}

div.productBox div.clear {
	background: url(../imagesNew/productBoxBottom.png) no-repeat bottom left;	
	height: 24px;
}


div.productBox div.productWrap div.image {
	margin-left: 15px;
}


div.productBox div.productWrap img {
	float: left;
	margin-right: 17px;
}

div.productBox div.productWrap div.blurb {
	margin:0 10px 0 16px;
	/*width: 375px;
	margin-right: 10px;*/
}

div.productBox div.productWrap div.blurb h5 {
	line-height:18px;	
	margin-bottom: 3px;
}

div.productBox div.productWrap div.blurb h5 a {
	color: #336699;
	font-size: 14px;
	font-weight: bold;
}

div.productBox div.productWrap div.blurb em {
	font-size: 10px;
	font-style: italic;
	color: #333;
	font-family: Verdana,Arial,sans-serif;
}

div.productBox div.productWrap div.blurb p {
	font-size: 11px;
	margin-top: 10px;
	line-height: 15px;
	color: #333;
	font-family: Verdana,Arial,sans-serif;
}

/* summary End */

/* newsTopic Start */

div.newsTopic {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}
/*
div.newsTopic h3 {
	width: 604px;
	line-height: 23px;
	background: url(../imagesNew/lowDistortionBanner.png) no-repeat bottom left;
	padding-left: 28px;
	font-size: 14px;
	font-family: Georgia,Times,serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 1.7em;
	
}

div.newsTopic h3 span {
	background: url(../imagesNew/flourishLarge.png) no-repeat 100% 30%;
	padding-right: 18px;
	float: left;
}
*/

ul.contentControls {
	float: right;
	margin-right: 39px;
}
ul.contentControls li {
	float:left;	
}

ul.contentControls li.maximize a {
	display: block;
	background: url(../imagesNew/maximize.png) no-repeat top left;
	width: 11px;
	height: 11px;
	text-indent: -9999px;
	margin:5px 0 0 10px;
}

ul.contentControls li.minimize a {
	display: block;
	background: url(../imagesNew/minimize.png) no-repeat top left;
	margin:5px 0 0 5px;
	width: 11px;
	height: 11px;
	text-indent: -9999px;
}

ul.contentControls li.close a {
	display: block;
	background: url(../imagesNew/close.png) no-repeat top left;
	margin:5px 0 0 5px;
	width: 11px;
	height: 11px;
	text-indent: -9999px;
}

ul.contentControls li.subscribe a {
	background: url(../imagesNew/rss.png) no-repeat left center;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Verdana,Arial,sans-serif;
	padding-left: 20px;
	letter-spacing: normal;
	font-weight: bold;
	border-right: #e1c2c2 1px dotted;
	padding-right: 8px;
}

div.video {
	width: 288px;
	float: right;
}

div.video div.odd {
	background: #f9f5e6;
}
	

/* newsTopic End */

/* primaryArticle Start */

div#primaryArticle {
	margin-top: 4px;
	padding-bottom: 15px;
	}

div#primaryArticle h2 {
	font-size: 22px;
	font-weight: bold;
	color: #993333;
	font-family:Georgia,Times,serif;
	letter-spacing: 1px;
}

div#primaryArticle h2,div#primaryArticle h2 a {
	font-size: 22px;
	font-weight: bold;
	color: #993333;
	letter-spacing: 1px;
	}
div#primaryArticle h2 a {	
	color: #004589;
}

div#primaryArticle h2 a:hover {
	color: #993333;
}
	
div#primaryArticle ul {
	float: left;
	margin-top: 13px;
}
	
div#primaryArticle ul li {
	float: left;
	font-size: 11px;
	color: #666;
	margin-right: 6px;
	padding-left: 6px;
	border-left: #666 1px solid;
}	

div#primaryArticle ul li.first {
	border: none;
	padding-left: 0;
}

div#primaryArticle ul li a {
	color: #004589;
	font-size: 13px;
}

div#primaryArticle ul li em {
	font-style: italic;
}
		
div#articleIntro {
	clear:both;
	margin-top: 9px;
}

div#articleIntro img {
	float: left;
	border:#acaca7 1px solid;
	margin: 5px 19px 0 1px;
}

div#articleIntro p {
	font-size:14px;
	line-height:22px;
}


div#commentControls {
	margin-top: 9px;
	clear: both;
}
	

a.readArticle {
	background:url(../imagesNew/readMoreArrow.png) no-repeat left center;
	float:left;	
	line-height: 15px;
	color: #11518f;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding-left: 22px;
	margin-left: 1px;
	}	
		
div.postButton {
	background:url(../imagesNew/blueButtonRight.png) no-repeat top right;
	float: right;
	/* margin: -2px 20px 0 0; */
}

div.postButton a,div.postButton input {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	color: #fff;
	line-height: 21px;
	height: 21px;
	padding: 0 10px 0 28px;
	display: block;
	letter-spacing: 1px;
	font-family: Georgia,Times,serif;
	background: transparent url(../imagesNew/postButtonLeft.png) no-repeat top left;
	cursor:  pointer;
}
		
/* primaryArticle End */

/* comments Start */

h3#commentsTitle {
	width: 604px;
	line-height: 23px;
	background: url(../imagesNew/topStoriesBanner.png) no-repeat bottom left;
	padding-left: 28px;
	font-size: 14px;
	font-family: Georgia,Times,serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 20px;
}

h3#commentsTitle span {
	background: url(../imagesNew/flourishLarge.png) no-repeat 100% 30%;
	padding-right: 18px;
}

body#storeDetail div.comments {
	width: 490px;
	padding-top: 30px;
	margin-left: 20px;
}

div.post {
	background:url(../imagesNew/commentBorder.png) no-repeat bottom left;
	padding-bottom:21px;
	margin-bottom:21px;	
}

body#eventInterior div.post,body#communityDetail div.post,body#newsDetail div.post {
	background:url(../imagesNew/commentBorder.png) repeat-x bottom left;
	padding-bottom:10px;
	padding-top: 10px;
	margin-bottom:0;	
}

body#storeDetail div.post {
	background:url(../imagesNew/commentBorder.png) repeat-x bottom left;
}

div.avatar {
	width: 50px;
	float: left;
	margin: 4px 0 0 1px;
	border: #acaca7 1px solid;
}
div.avatar a {
	display: block;
	width: 100%;
	}

body#login div.avatar {
	width:auto;
	margin:0 9px 0 2px;	
	border: #acaca7 1px solid;
}

div.avatar img {
	border: #acaca7 1px solid;
}

body#login div.avatar img {
	border: none;
}

div.avatar a.poster {
	color: #004589;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
}

div.commentText {
	float:right;
	width:288px;	
}

body#eventInterior div.commentText,body#communityDetail div.commentText,body#newsDetail div.commentText {
	float:right;
	width:535px;	
}

body#storeDetail div.commentText {
	float:right;
	width:411px;	
}


body#storeDetail div.commentText h3 {
	font-weight: bold;
	font-size: 12px;
}

body#storeDetail div.commentText span.stars {
margin-right: 10px;
	width: 55px;
	height: 12px;
	display: block;
	float: left;
}

div.commentText p {
	font-size:12px;
	line-height:18px;	
	clear: left;
	font-family: Verdana,Arial,sans-serif;
}

/* comments End */

/* store home start */



div#storeNav {
	width: 857px;
	height: 34px;
	margin-left: 55px;
	margin-top: 3px;
	background: url(../imagesNew/storeNav.png) no-repeat top left;
}


div#storeNav ul {
	float:left;	
}

div#storeNav ul li {
	float:left;	
}

div#storeNav ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 34px;
	display: block;
	background: url(../imagesNew/storeNavDivider.png) no-repeat left center;
	padding: 0 10px 0 13px;
	letter-spacing: 1px;
}

div#storeNav ul li a.selected,div#storeNav ul li a:hover {
	color: #fbcd6b;
}

div#storeNav ul li.first a {
	background: none;
	padding: 0 10px 0 14px;
}

div#storeSearch {
	float: right;
	margin-right: 9px;
}

div#storeSearch span {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	font-family: Georgia,Times,serif;
	float: left;
	letter-spacing: 1px;
}

div#storeSearch input.searchStoreText {
	float: left;
	margin:6px 0 0 9px;
	width: 161px;
	line-height: 18px;
	background: fff;
	border-top: #8f4940 1px solid;
	border-bottom: #8f4940 1px solid;
	border-right: #95413b 1px solid;
	border-left: none;
}

div#storeSearch a.searchButton,div#storeSearch input.searchStoreButton {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../imagesNew/storeSearchButton.png) no-repeat top left;
	text-indent: -9999px;
	float: left;
	border: none;
	margin:7px 0 0 8px;
}

div#storeSearch input.searchStoreButton:hover {
	cursor: pointer;
	}

/* cart Start */

div#shopper {
	margin:4px 0 0 54px;
	width:856px;	
}

body#storeCategory div#shopper,body#eventInterior div#shopper,body#storeSubCategory div#shopper,body#storeCart div#shopper,body#storeDetail div#shopper,body#community div#shopper {
	background: url(../imagesNew/storeContentBorder.png) no-repeat 2px bottom;
	padding-bottom: 6px;
}

body#community div#shopper,body#eventInterior div#shopper {
	padding-bottom: 8px;
}

div#shopper div.name {
	float: left;
	margin-left: 6px;
}

div#shopper div.name a {
	font-size:12px;
	font-family:Verdana,Arial, sans-serif;	
}
/*

div#shopper div.cart {
	float: right;
}

div#shopper div.cart ul {
	float: left;
}

div#shopper div.cart ul li {
	float: left;
	font-size: 11px;
	font-family: Verdana,Arial,sans-serif;
	color: #5e5e5a;
	margin-right: 6px;
}

div#shopper div.cart ul li.shoppingCart {
	background: url(../imagesNew/cart.png) no-repeat left center;
	padding:3px 0 3px 29px;	
}

div#shopper div.cart ul li.items,div#shopper div.cart ul li.total {
	background:url(../imagesNew/cartDivider.png) no-repeat 0 3px;	
	padding-left: 15px;
	margin-top: 4px;
}


div#shopper div.cart ul li a {
	font-size: 11px;
	font-family: Verdana,Arial,sans-serif;
	color: #2e89c8;
}	*/

div#crumbs div.cart {
	float: right;
}

div#crumbs div.cart ul {
	float: left;
	background:none;
	padding:0;
	width:auto;
	margin-top: -3px;
}

div#crumbs div.cart ul li {
	float: left;
	font-size: 11px;
	font-family: Verdana,Arial,sans-serif;
	color: #5e5e5a;
	margin-right: 6px;
}

div#crumbs div.cart ul li.shoppingCart {
	background: url(../imagesNew/cart.png) no-repeat left center;
	padding:3px 0 3px 29px;	
}

div#crumbs div.cart ul li.items,div#crumbs div.cart ul li.total {
	background:url(../imagesNew/cartDivider.png) no-repeat 0 3px;	
	padding-left: 11px;
	margin-top: 4px;
}


div#crumbs div.cart ul li a {
	font-size: 11px;
	font-family: Verdana,Arial,sans-serif;
	color: #2e89c8;
}


/* cart Start */


div#quickStore {
	width: 100%;
	background: #fff url(../imagesNew/quickStoreBG.png) repeat-y top left;
}

body#storeDetail div#quickStore {
	background: #fff url(../imagesNew/quickStoreBGDetail.png) repeat-y top left;
}

body#login div#quickStore {
	background: #fff url(../imagesNew/quickStoreLogin.png) repeat-y top left;
}

body#storeDetail div#quickStore div.description {
	width: 495px;
	padding-top: 25px;
	margin-left: 20px;
}

body#storeDetail div#quickStore div.description p {
	font-size: 12px;
	color: #333;
	font-family: Verdana,Arial,sans-serif;
	line-height: 20px;
	margin-bottom: 30px;
}

/* tabs */

div#quickStore div#tabs {
		width: 100%;
		background: url(../imagesNew/storeTabs.png) repeat-x top left;
	}

div#quickStore div#tabs ul {
		float: left;
	}

div#quickStore div#tabs ul li {
	float: left;
}

div#quickStore div#tabs ul li.ui-tabs-selected {
	background:url(../imagesNew/storeTabLeft.png) no-repeat top left;
	position: relative;
}

div#quickStore div#tabs ul li a {
		padding:0 18px 0 19px;
		line-height:25px;
		display:block;	
		font-size: 11px;
		font-family: Georgia,Times, sans-serif;
		font-weight: bold;
		color: #fff;
		letter-spacing: 1px;
		text-transform: uppercase;
		background: url(../imagesNew/storeTabDivider.png) no-repeat left center;
	}
/*
body#storeDetail div#quickStore div#tabs ul li a {
		line-height: 20px;
		font-size: 10px;
		padding: 0 27px 0 28px;
		vertical-align: bottom;
	}
*/		
div#quickStore div#tabs ul li a.first {
		background: none;	
}

div#quickStore div#tabs ul li.ui-tabs-selected a,div#quickStore div#tabs ul li.ui-tabs-selected a.first {
	background:url(../imagesNew/storeTabRight.png) no-repeat top right;	
	margin-right:-2px;	
	color: #993333;
}
/*
body#storeDetail div#quickStore div#tabs ul li.ui-tabs-selected a {
		padding: 0 24px 0 18px;
	}
*/
div#quickStore div.tabs ul li.ui-tabs-selected a:hover {
	color: #993333;
}

/* end tabs */

/* hide contentt */

div.ui-tabs-hide {
	display: none;
}


	div#quickStore div#tabs ul li.ui-tabs-selected  a:hover {
		color: #993333;
	}
	
div#quickStore div.content {
	/*margin-left: 14px;*/
	background:url(../imagesNew/quickStoreBottom.png) repeat-x bottom;
	}
	
	div#quickStore ui-tabs-panel {
	margin-left: 14px;
	}
	


div#quickStore div.content div.row {
	margin-left: 14px;
	padding: 25px 0 21px 0;
	background: url(../imagesNew/itemBorder.png) no-repeat 4px 0;
}

	div#quickStore ui-tabs-panel div.row {
		padding: 25px 0 21px 0;
		background: url(../imagesNew/itemBorder.png) no-repeat 4px 0;
	}

div#quickStore div.content div.first {
	padding: 31px 0 21px 0;
	background: none;
}

	div#quickStore ui-tabs-panel div.first {
		padding: 31px 0 21px 0;
		background: none;
	}



div#quickStore div.content div.left,div#quickStore div.content div.right {
	width: 227px;
}

	div#quickStore ui-tabs-panel div.left,div#quickStore div.content div.right {
		width: 227px;
	}

div#quickStore div.content div.left {
	float: left;
}

	div#quickStore ui-tabs-panel div.left {
		float: left;
	}

div#quickStore div.content div.right {
	float: right;
	margin-right: 14px;
}

	div#quickStore ui-tabs-panel div.right {
		float: right;
		margin-right: 14px;
	}

div#quickStore a.itemImage img {
	float: left;
}

div#quickStore div.itemInfo {
	float:right;
	width: 140px;
	margin-top: -3px;
}

div#quickStore div.itemInfo h4 a {
	color: #2e89c8;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}

div#quickStore  div.itemInfo h4 {
	margin-bottom: 3px;
}

div#quickStore div.itemInfo h4 a {
	color: #2e89c8;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}

div#quickStore div.itemInfo h4 a:hover {
	color: #993333;
}


div#quickStore div.itemInfo strong {
	color: #000;
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
}

div#quickStore div.itemInfo span.stars {
	width: 55px;
	height: 12px;
	display: block;
	float: left;
}

div#quickStore div.itemInfo span.price {
	font-size: 10px;
	color: #666;
	border-left: #999 2px solid;
	margin-left: 7px;
	padding-left: 7px;
}

div#quickStore div.itemInfo div {
	margin-top:5px;
}

div#quickStore div.itemInfo a.addCartButton {
	background: url(../imagesNew/addCartButton.png) no-repeat top left;
	width: 90px;
	height: 14px;
	display: block;
	text-indent: -9999px;
	margin-top: 10px;
}

div#quickStore div.itemInfo a.addCartButton:hover {
	background: url(../imagesNew/addCartButton.png) no-repeat bottom left;
	}
	
div#quickStore div.footer {
	clear: both;
	height: 1px;
	background: url(../imagesNew/quickStoreBottom.png) repeat-x bottom left;
	width: 100%;
	margin-top: -1px;
}

div#bargainBin {
	width: 100%;
	background: url(../imagesNew/bargainBin.png) no-repeat top left;
	height: 359px;
}

div#bargainBinHeader {
	padding-top: 23px;
}

div#bargainBinHeader h3 {
	font-family: Georgia,Times,serif;
	font-size: 15px;
	font-weight: bold;
	color: #993333;
	background: url(../imagesNew/bargainBinFlourishLeft.png) no-repeat left center;
	margin:0 0 0 27px;
	padding: 0 0 0 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

div#bargainBinHeader h3 span {
	background: url(../imagesNew/bargainBinFlourishRight.png) no-repeat right center;
	padding-right: 16px;
}

div#bargainBinHeader h4 {
	margin:16px 0 0 27px;
}

div#bargainBinHeader h4 a {
	font-size: 14px;
	font-weight: bold;
}
	

div#bargainBinHeader h5 {
	margin:5px 0 0 27px;
	font-style: italic;
}

div#bargainBinContent {
	margin-top: 11px;
}

div#bargainBinContent img {
	float: right;
	margin:0 23px 0 5px;
	border: #d09f49 1px solid;
}

div#bargainBinContent p {
	margin: 0 0 0 27px;
	line-height: 19px;
	color: #333333;
	font-size: 12px;
	
}

div#bargainBinContent span.price {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana,Arial,sans-serif;
	color: #993333;
	margin:0 0 0 27px;
	padding-top: 10px;
}

div#bargainBinControls {
	clear: both;
	padding-bottom: 25px;
	margin-top: 10px;
}

div#bargainBinControls a.addCartButton {
	background: url(../imagesNew/addCartButton.png) no-repeat top left;
	width: 90px;
	height: 14px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin: 0 0 0 27px;
}

div#bargainBinControls a.addCartButton:hover {
	background: url(../imagesNew/addCartButton.png) no-repeat bottom left;
	}

div#bargainBinControls a.browse {
	float:right;
	background:url(../imagesNew/browseArrow.png) no-repeat right center;
	font-size:11px;
	font-weight:bold;
	padding-right:17px;
	margin-right:23px;	
}

div#didYouKnow {
	margin-top: 9px;
}

div#featuredProduct {
	width: 516px;
	height: 255px;
	margin: 0 0 16px 0;
}
			
/* store home end */

/*  Start */


div#miniWeb {
	margin-top:6px;	
}

div#miniWeb div.country {
	padding: 14px 0 16px 0;
	background: url(../imagesNew/rightColumnBorder.png) no-repeat top left;
}

div#miniWeb div.first {
	background: none;
}

div#miniWeb div.country h4 {
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia,Times,serif;
	margin-bottom: 4px;
}

div#miniWeb div.country div.image {
	float: right;
	border: #acaca7 1px solid;
	margin-left: 5px;
}

div#miniWeb div.country div.image img {
	border: #fbfaf1 1px solid;
}

div#miniWeb div.country p {
	line-height: 18px;
}

/* miniWeb End */

/* store Call Outs Start */

div#storeCallOuts {
	margin-top: 6px;
}

div#storeCallOuts div.callOut {
	float: left;
	width: 222px;
	margin-left: 9px;
}

div#storeCallOuts div.first {
	margin-left:0;	
}


div#storeCallOuts div.callOut h3 {
	line-height:18px;
	background: url(../imagesNew/storeCallOutTitle.png) no-repeat top left;
	font-family: Georgia,Times,serif;
	font-weight: bold;
	color: #993333;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 23px;
}

div#storeCallOuts div.callOut h3 span {
	background: url(../imagesNew/storeCallOutFlourish.png) no-repeat right center;
	padding-right: 16px;
}


div.callOut a.itemImage {
	float: left;
	margin-top: 14px;
}

div.callOut a.itemImage img {
}

div.callOut div.itemInfo {
	float:left;
	width: 140px;
	margin:12px 0 0 10px;
}

div.callOut div.itemInfo h4 a {
	color: #2e89c8;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}

div.callOut div.itemInfo h4 {
	margin-bottom: 3px;
}

div.callOut div.itemInfo h4 a {
	color: #2e89c8;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}

div.callOut div.itemInfo h4 a:hover {
	color: #993333;
}


div.callOut div.itemInfo strong {
	color: #000;
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
}

div.callOut div.itemInfo span.stars {
	width: 55px;
	height: 12px;
	display: block;
	float: left;
}

div.callOut div.itemInfo span.price {
	font-size: 10px;
	color: #666;
	border-left: #999 2px solid;
	margin-left: 7px;
	padding-left: 7px;
}

div.callOut div.itemInfo div {
	margin-top:5px;
}

div.callOut div.itemInfo a.addCartButton {
	background: url(../imagesNew/addCartButton.png) no-repeat top left;
	width: 90px;
	height: 14px;
	display: block;
	text-indent: -9999px;
	margin-top: 10px;
}

div.callOut div.itemInfo a.addCartButton:hover {
	background: url(../imagesNew/addCartButton.png) no-repeat bottom left;
}

/* store Call Outs End */

/* storeControls Start */

div#storeControls,div#friendControls {
	background: url(../imagesNew/storeControlsBorderTop.png) no-repeat top left;
	margin-top: 19px;
	padding: 7px 0 0 0;
}

div#friendControls {
	margin-top: 10px;
}

div#storeControls div#sort,div#friendControls div#sort {
	float: left;
}

div#storeControls div#sort span,div#friendControls div#sort span {
	float: left;
	color: #993333;
	font-family: Georgia,Times,serif;
	font-weight: bold;
	padding: 5px 0 0 1px;
}

div#friendControls div#sort span {
	color: #4278a6
}

div#storeControls div#sort select,div#friendControls div#sort select {
	margin-left:10px;
}

div#storeControls div#pagination,div#friendControls div#pagination {
	float:right;	
	margin-top: 6px;
}

div#storeControls div#pagination ul,div#friendControls div#pagination ul {
	float: right;
}

div#storeControls div#pagination ul li,div#friendControls div#pagination ul li {
	float: left;
	padding: 0 10px 0 11px;
	background: url(../imagesNew/paginationBorder.png) no-repeat left center;
	font-family: Verdana,Arial,sans-serif;
}

div#storeControls div#pagination ul li a,div#friendControls div#pagination ul li a {
	color: #006699;
	font-family: Verdana,Arial,sans-serif;
}

div#storeControls div#pagination ul li.previous,div#friendControls div#pagination ul li.previous {
	background: none;
}

div#storeControls div#pagination ul li.previous a,div#friendControls div#pagination ul li.previous a {
	background: url(../imagesNew/prevArrow.png) no-repeat 0% 60%;
	padding-left: 15px;

}

div#storeControls div#pagination ul li.next a,div#friendControls div#pagination ul li.next a {
	background: url(../imagesNew/nextArrow.png) no-repeat 100% 60%;
	padding-right: 15px;

}

div#storeControls div#pagination ul li.viewAll,div#friendControls div#pagination ul li.viewAll {
	padding: 0 0 0 10px;	
}

div#friendControls div#pagination ul li.viewAll {
	margin-right:19px;	
}

div#storeControls div.clear,div#friendControls div.clear {
	height: 9px;
	background: url(../imagesNew/storeControlsBorderBottom.png) no-repeat bottom left;
}

/* storeControls End */

/* itemList Start */

div#itemList {
	
}

div#itemList div.first {
	border-top: none;
	margin-top: 9px;
}

div.itemBlock {
	border-top: #aeaeac 1px dotted;
	margin-top: 20px;
}

div.itemBlock div.item {
	float: left;
}

div.itemBlock  a.itemImage {
	float: left;
	margin-top: 14px;
}

div.itemBlock  a.itemImage img {
}

div.itemBlock  div.itemInfo {
	float:left;
	width: 140px;
	margin:12px 0 0 21px;
}

div.itemBlock  div.itemInfo h4 a {
	color: #2e89c8;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}

div.itemBlock  div.itemInfo h4 {
	margin-bottom: 3px;
}

div.itemBlock  div.itemInfo h4 a {
	color: #2e89c8;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}

div.itemBlock  div.itemInfo h4 a:hover {
	color: #993333;
}


div.itemBlock  div.itemInfo strong {
	color: #000;
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
}

div.itemBlock div.itemInfo span.stars {
	width: 55px;
	height: 12px;
	display: block;
	float: left;
}

div.itemBlock div.itemInfo span.price {
	font-size: 10px;
	color: #666;
	border-left: #999 2px solid;
	margin-left: 7px;
	padding-left: 7px;
}

div.itemBlock div.itemInfo div {
	margin-top:5px;
}

div.itemBlock div.itemInfo span.addCartButton a {
	background: url(../imagesNew/addCartButton.png) no-repeat top left;
	width: 90px;
	height: 14px;
	display: block;
	text-indent: -9999px;
	margin-top: 10px;
}

div.itemBlock div.itemInfo span.addCartButton a:hover {
	background: url(../imagesNew/addCartButton.png) no-repeat bottom left;
	}

div.itemSummary {
	width: 434px;
	float: right;
}

div.itemSummary p {
	line-height: 18px;
	color: #333;
	margin-top: 25px;
	font-family: Verdana,Arial,sans-serif;
}

div.itemSummary p em {
	font-style: italic;
	border-right: #333 1px solid;
	padding-right: 5px;
	margin-right: 5px;
}

/* itemList End */

/* did you know start */

body#storeSubCategory div#didYouKnow {
	margin-top:0;
	background: url(../imagesNew/didYouKnow.png) no-repeat top left;
	width: 686px;
	height: 265px;
}

body#storeSubCategory div#didYouKnow div#copy {
	width:480px;
	float: left;
	margin-left: 24px;
	position: absolute;
	}

body#storeSubCategory div#didYouKnow h2 {
	font-family: Georgia,Times,serif;
	color:#cde77c;
	font-size: 19px;
	letter-spacing: 1px;
	padding-top: 22px;
}

body#storeSubCategory div#didYouKnow strong,body#storeSubCategory div#didYouKnow p {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
	font-family: Georgia,Times,serif;
}

body#storeSubCategory div#didYouKnow strong {
	font-weight: bold;
}

body#storeSubCategory div#didYouKnow p {
	margin-top: 5px;
}

body#storeSubCategory div#didYouKnow a.learnMore,body#storeSubCategory div#didYouKnow span.learnMore {
	color: #cde77c;
	font-weight: bold;
	background: url(../imagesNew/learnMoreArrow.png) no-repeat right center;
	font-weight: bold;
	padding-right: 17px;
	position: relative;
	top: 22px;
}

div.promo span.learnMore,div.promoTwo span.learnMore {
	display: none;
	}

body#storeSubCategory div#didYouKnow span.learnMore {
	background: url(../imagesNew/learnMoreArrowDown.png) no-repeat right center;
	font-family: Georgia,Times,serif;
	}

body#storeSubCategory div#didYouKnow img {
	float: right;
	}

div.promo,div.promoTwo {
	width: 686px;
	clear: both;
	height: 164px;
	background: url(../imagesNew/promoBlue.png) no-repeat top left;
}	

div.promoTwo {
	background: url(../imagesNew/promoRed.png) no-repeat top left;
}

div.promo img,div.promoTwo img {
	float: right;
}

div.promo div#copy,div.promoTwo div#copy {
	float: left;
	position: absolute;
	margin-left: 25px;
}

div.promo div#copy h2,div.promoTwo div#copy h2 {
	font-size: 30px;
	margin-top: 31px;
	font-weight: bold;
	color: #d5f5fd;
	font-family: Georgia,Times,serif;
}

div.promoTwo div#copy h2 {
	color: #fbdd98;
}

div.promo div#copy strong,div.promoTwo div#copy strong {
	color: #fbdd98;
	font-weight: bold;
	display: block;
	font-size: 18px;
	margin-top: 22px;
	font-family: Georgia,Times,serif;
}

div.promoTwo div#copy strong {
	color: #ffffff;
}

div.promo div#copy p,div.promoTwo div#copy p {
	color: #fff;
	margin-top: 14px;
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia,Times,serif;
	}

/* shopping cart steps Start */

div#cartSteps {
	width: 855px;
	clear: both;
	margin-left: 56px;
	padding-top: 25px;
}

div#cartSteps ul {
	float: right;	
	margin-right: 17px;
}


div#cartSteps ul li {
	float: left;
	line-height: 19px;
	color: #999;
	font-size: 10px;
	margin-left: 24px;
}


div#cartSteps ul li.on {
	color: #235f92;
}

div#cartSteps ul li span {
	text-indent: -9999px;	
	display: block;
	width: 19px;
	height: 19px;
	float: left;
	margin-right: 11px;
}	
	div#cartSteps ul li span.one {
		background: url(../imagesNew/stepOneOff.png) no-repeat center left;
	}
		div#cartSteps ul li.on span.one {
			background: url(../imagesNew/stepOneOn.png) no-repeat center left;
		}	
	div#cartSteps ul li span.two {
		background: url(../imagesNew/stepTwoOff.png) no-repeat center left;
	}
		div#cartSteps ul li.on span.two {
			background: url(../imagesNew/stepTwoOn.png) no-repeat center left;
		}	
	div#cartSteps ul li span.three {
		background: url(../imagesNew/stepThreeOff.png) no-repeat center left;
	}
		div#cartSteps ul li.on span.three {
			background: url(../imagesNew/stepThreeOn.png) no-repeat center left;
		}
	div#cartSteps ul li span.four {
		background: url(../imagesNew/stepFourOff.png) no-repeat center left;
	}
		div#cartSteps ul li.on span.four {
			background: url(../imagesNew/stepFourOn.png) no-repeat center left;
		}
	div#cartSteps ul li span.five {
		background: url(../imagesNew/stepFiveOff.png) no-repeat center left;
	}
		div#cartSteps ul li.on span.five {
			background: url(../imagesNew/stepFiveOn.png) no-repeat center left;
		}


body#storeCart div#primary h2 {
	font-size: 21px;
	color: #993333;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: Georgia,Times,serif;
	margin-top: 10px;
}

table#cartTable {
	width:100%;	
	margin-top: 15px;
}

table#cartTable tr th {
	background: #4278a6 url(../imagesNew/tableDivider.png) no-repeat left center;
	color:#fefef9;
	font-weight:bold;
	line-height:18px;
	font-size: 10px;
	text-transform: uppercase;
	padding:0 17px 0 16px;
	white-space: nowrap;
	}

table#cartTable tr th.first {
	background-image:none;
	width: 1%;
	
}

table#cartTable tr td {
	/* padding: 22px 15px 15px 16px; */
	padding: 22px 15px 15px 0;
	vertical-align: top;
	border-bottom: #acaaa4 1px dotted;
}

table#cartTable tr td.quantity {
	text-align: center;
	padding: 14px 0 15px 0;
}

table#cartTable tr td.quantity strong {
	font-weight: bold;
	position: relative;
	top: 8px;
}

table#cartTable tr td.quantity input {
	width: 28px;
	margin-bottom: 8px;
	height: 16px;
}	 
table#cartTable tr td.quantity a {
	color: #11518f;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
	line-height: 12px;
}


table#cartTable tr td.description {
	color: #333;
	font-weight: bold;
	font-size: 12px;
}


table#cartTable tr td.description img {
	float: left;
	margin:-8px 18px 0 16px;
}

table#cartTable tr td.availability,table#cartTable tr td.date,table#cartTable tr td.price,table#cartTable tr td.total {
	padding-left: 16px;
}
	


table#cartTable tr.subTotal td {
	border-bottom: #4278a6 4px solid;
	padding: 0;
	line-height: 36px;
	padding: 0 15px 0 16px;
}

table#cartTable tr.subTotal td.left {
	color: #235f92;
}	


table#cartTable tr.orderSubTotal td,
table#cartTable tr.shipping td,
table#cartTable tr.salesTax td,
table#cartTable tr.discount td {
	padding: 0;
	line-height: 36px;
	padding: 0 15px 0 16px;
}


table#cartTable tr.salesTax td {
	border-bottom: none;
}

table#cartTable tr.subTotal td.right,
table#cartTable tr.discount td.right,
table#cartTable tr.orderSubTotal td.right,
table#cartTable tr.shipping td.right,
table#cartTable tr.salesTax td.right {
	color: #235f92;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
}	


table#cartTable tr td.total {
	font-weight: bold;
}

table#cartTable tr.totalBar td {
	background:#dee7eb;
	text-align: right;
	line-height: 50px;
	padding: 0 15px 0 16px;
	border-top: #4278a6 4px solid;
	border-bottom: #fdfdf8 3px solid;
	font-size: 14px;
	font-weight: bold;
	color: #235f92;
	text-transform: uppercase;
}

table#cartTable tr.totalBar td.total {
	color:#333;
}

table#cartTable tr.totalBar td a.updateCart {
	background: url(../imagesNew/updateCart.png) no-repeat top left; 	
	display: block;
	height: 15px;
	width: 97px;
	text-align: left;
	float: right;
	margin-top: 18px;
	text-indent: -9999px;
}

div#checkOutOptions {
	width:100%;
	background:#fef3d3;
	color:#235f92;
	font-size:14px;
	font-weight:bold;
	line-height:65px;	
}

div#checkOutOptions li {
	float: left;
	margin-left: 30px;
}

div#checkOutOptions li.first {
	margin-left: 15px;
}

div#checkOutOptions a.paypalCheckOut {
	background: url(../imagesNew/paypalCheckOut.png) no-repeat top left;
	width:99px;
	height:21px;
	display: block;
	text-indent:-9999px;	
	margin-top:20px;
}

div#checkOutOptions a.googleCheckOut {
	background: url(../imagesNew/googleCheckOut.png) no-repeat top left;
	width:163px;
	height:47px;	
	display: block;
	text-indent:-9999px;	
	margin-top:10px;
}

div#checkOutOptions a.proceedCheckOut {
	background: url(../imagesNew/proceedCheckOut.png) no-repeat top left;
	width:181px;
	height:19px;	
	display: block;
	text-indent:-9999px;
	margin-top:23px;	
}
	
a.submitOrder	{
		background:transparent url(../imagesNew/submitOrderButton.png) no-repeat scroll left top;
		width:159px;
		display:block;
		float:right;
		height:19px;
		margin:15px 0 15px 0;
		text-indent:-9999px;
}
	
/* shopping cart steps End */

/* sign in Start */

div#signIn {
	clear: both;
	margin:20px 0 50px 0;
}

div.guest {
	clear: both;
	width: 100%;
	
}

div.guest a {
	display: block;
	width: 158px;
	height: 19px;
	background: url(../imagesNew/proceedGuest.png) no-repeat top left;
	text-indent: -9999px;
	float: right;
	margin: -10px 16px 0 0;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

div#signIn div.left,div.right {
	width: 403px;
}

div#signIn div.left h3,div.right h3 {
	color:#fff;
	background:#4278a6; 
	font-family: Georgia,Times,serif;
	padding-left: 8px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div#signIn ul {
	width: 100%;
}

div#signIn ul li {
	padding-left: 10px;
}

div#signIn ul li p {
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana,Arial,sans-serif;
	margin-top: 10px;
	height:4em;
}

div#signIn ul li.field {
	border-top: #acaaa5 1px dotted;
	line-height: 35px;
}


div#signIn ul li label {
	color:#235f92;
	font-size: 11px;
	display: block;
	width: 73px;
	float: left;
	
}

div#signIn div.right ul li label {
	width: 119px;
}

div#signIn ul li.signInButton,div#signIn ul li.createAccountButton {
	background: #fef3d3;
	height: 37px;
}

div#signIn ul li.signInButton {
	margin-top:37px;	
}

div#signIn ul li.signInButton a,div#signIn ul li.createAccountButton a {
	display: block;
	float: right;
	text-indent: -9999px;
	height:19px;
	margin: 8px 16px 0 0;
}

div#signIn ul li.createAccountButton a {
	width:164px; 
	background: url(../imagesNew/createAccount.png) no-repeat top left;
}

div#signIn ul li.signInButton a {
	width: 92px;
	background: url(../imagesNew/signInButton.png) no-repeat top left;
}
	
/* sign in End */

/* address End */

div#address,div#payment {
	margin-top: 17px;
}

div#address h3,div#payment h3 {
	color:#fff;
	background:#4278a6; 
	font-family: Georgia,Times,serif;
	padding-left: 8px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

div#address ul li,div#payment ul li {
	width:100%;
	border-top: #acaaa5 1px dotted;
	line-height: 35px;
	color:#235f92;
}

div#address ul li label,div#payment ul li label {
	display: block;
	width: 143px;
	color:#235f92;
	font-size: 11px;
	float: left;
	text-align: right;
	margin-right: 12px;
}

div#payment ul li label {
	width: 152px;
}

div#address ul li label strong,div#payment ul li label strong {
	font-weight: bold;
}

	
div#address ul li span,div#payment ul li span {
	margin: 0 10px 0 10px;
}

div#address ul li input,div#payment ul li input {
	line-height: 16px;
}

div#address ul li input.email,div#payment ul li input.email {
	width:200px;	
}

div#address ul li input.postal,div#payment ul li input.certification {
	width: 75px;
}

div#address p,div#payment p {
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana,Arial,sans-serif;
	margin-top: 10px;
	height:4em;
	padding-left: 8px;
}


div#address div.continue,div#payment div.continue {
	background: #fef3d3;
	margin-bottom: 9px;
	height: 3.5em;
}

div#address div.continue span,div#payment div.continue span {
	color: #4278a6;
	margin-left: 13px;
	font-size: 11px;
	font-weight: bold;
	line-height: 37px;
}

div#address div.continue span input,div#payment div.continue span input {
	margin-right: 13px;
}

div#address div.continue a,div#payment div.continue a {
	background:url(../imagesNew/continuePayment.png) no-repeat top left;	
	display: block;
	float: right;
	text-indent: -9999px;
	height:19px;
	width: 181px;
	margin: 8px 16px 0 0;
}

div#payment div.continue a {
	background:url(../imagesNew/placeOrder.png) no-repeat top left;	
	width: 159px;
}
/* address End */

/* store detail Start */

div#mainProduct {
	margin-left: 6px;
}

div#mainProduct h2 {
	color: #993333;
	font-family: Georgia,Times,serif;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 5px 0 5px 0;
}

div#mainProduct strong.author {
	font-style: italic;
	font-size: 12px;
}

div#mainProduct div.item {
	margin-top: 13px;
}

div#mainProduct div.item img {
	float: left;
	margin: 5px 0 0 1px;
}

div#mainProduct div.itemInfo {
	float: right;
	width: 383px;
}

 div.item div p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 8px;
}

div#mainProduct div.item div.itemInfo span.stars {
	width: 63px;
	height: 12px;
	display: block;
	float: left;
	margin-top: -4px;
}

div#mainProduct div.item div.itemInfo span.price {
	font-size: 11px;
	color: #666;
	font-weight: bold;
	border-left: #cccccc 1px solid;
	margin-left: 7px;
	padding:0 9px 0 9px;
}

div#mainProduct div.item div.itemInfo a.rate {
	font-size: 10px;
	background: url(../imagesNew/rateCloud.png) no-repeat left center;
	margin-left: 11px;
	padding-left:21px;
	color: #11518f;
	font-weight: bold;
	font-size: 11px;
}

div#mainProduct div.item div.itemInfo a.addCartButton {
	background: url(../imagesNew/addCartButtonDetailBig.png) no-repeat top left;
	width: 121px;
	height: 19px;
	display: block;
	text-indent: -9999px;
	clear: both;
	margin-top: 17px;
}

	
div#checkOutBanner {
	background: url(../imagesNew/checkOutBanner.png) no-repeat top left;
	height:170px;
	width:287px;
	margin-top: 5px;
	text-align: center;
	padding-top: 24px;
	font-family: Georgia,Times,serif;
}


div#checkOutBanner h4 {
	color:#feec98;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: Georgia,Times,serif;
	text-transform: uppercase;
}
	
div#checkOutBanner p {
	color:#fff;
	display: block;
	margin: 10px auto;
	font-size:15px;
	width: 190px;
	line-height: 18px;
}

div#checkOutBanner span {
	color:#feec98;	
	display:block;
	font-size: 12px;
	font-family: Verdana,Arial,sans-serif;
	line-height: 23px;
	border-top: #a3bbd0 1px dotted;
	border-bottom: #a3bbd0 1px dotted;	
	width: 244px;
	margin: 0px auto 0 auto;
}

div#checkOutBanner a.checkOutButton {
	background: url(../imagesNew/checkOutButton.png) no-repeat top left;
	display: block;
	text-indent: -9999px;
	width: 100px;
	height: 19px;
	margin: 9px auto 0 auto;
}

div#recentlyViewed div.item {
	border-top:#aeaeab 1px dotted; 
	margin-top: 13px;
	padding-top: 13px;
}

div#recentlyViewed div.first {
	border-top: none;
	margin-top: 0;
}

div#recentlyViewed h3 {
	background: url(../imagesNew/recommendedItemsHeader.png) no-repeat top left;
	line-height: 20px;
	font-family: Georgia,Times,serif;
	font-weight: bold;
	color: #993333;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 26px;
}

div#recentlyViewed  h3 span {
	background: url(../imagesNew/storeCallOutFlourish.png) no-repeat right center;
	padding-right: 13px;
}

div#recentlyViewed  a.itemImage {
	float: left;
	margin-top: 3px;
}

div#recentlyViewed div.itemInfo {
	float:left;
	width: 195px;
	margin:0 0 0 10px;
}

div#recentlyViewed div.itemInfo h4 a {
	color: #2e89c8;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}

div#recentlyViewed div.itemInfo h4 {
	margin-bottom: 3px;
}

div#recentlyViewed div.itemInfo h4 a:hover {
	color: #993333;
}

div#recentlyViewed div.itemInfo strong {
	color: #000;
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
}

div#recentlyViewed div.itemInfo span.stars {
	width: 55px;
	height: 12px;
	display: block;
	float: left;
}

div#recentlyViewed div.itemInfo span.price {
	font-size: 10px;
	color: #666;
	border-left: #999 2px solid;
	margin-left: 7px;
	padding-left: 7px;
}



div#recentlyViewed div.itemInfo div {
	margin-top:5px;
}

div#recentlyViewed div.itemInfo a.addCartButton {
	background: url(../imagesNew/addCartButtonDetailSmall.png) no-repeat top left;
	width: 90px;
	height: 14px;
	display: block;
	text-indent: -9999px;
	margin-top: 10px;
}

div#recommendedItems {
	clear: both;
	margin: 20px 0 0 57px;
}
		
/* store detail End */

/* orderInfo Start */

div#orderInfo {
	margin-bottom: 30px;
}

div#orderInfo p {
	font-size: 12px;
	font-family: Verdana,Arial,sans-serif;
	margin-top: 17px;
}

div#orderInfo div.orderLists {
	clear: both;
	margin-top: 16px;
}

div#orderInfo div.orderLists dl {
	float: left;
}

div#orderInfo div.orderLists dl.billingAdress {
	margin-left: 86px;
}

div#orderInfo div.orderLists dl.payInfo {
	float: right;
	margin-right: 42px;
}
	
div#orderInfo div.orderLists dl dt {
	color: #235f92;
	font-size: 10px;
	line-height:18px;
	font-weight: bold;
	text-transform: uppercase;
}

div#orderInfo div.orderLists dl.payInfo dt.shippingMethod {
	margin-top: 20px;
}

div#orderInfo div.orderLists dl dd {
	line-height:18px;
	font-size:12px;
}
	
	
/* orderInfo End */

/* login page Start */

div#userPanel {
	margin:17px 0 0 56px;
	width: 856px;
	padding-bottom: 12px;
	background: url(../imagesNew/userInfoBorder.png) no-repeat bottom left;
}

div#userPanel div.image {
	float: left;
	border: #acaca7 1px solid;
	margin-left: 10px;
}

div#userInfo {
	margin-left: 16px;
	float: left;
	width: 425px;
}

div#userInfo h2 {
	color: #983333;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia,Times,serif;
}

div#userStats {
	margin-top: 5px;
}

div#userStats ul.left {
	float: left;
	margin-left: 1px;
}

div#userStats ul.right {
	float: right;
	margin-right: 42px;
}

div#userStats ul li {
	color: #124a79;
	line-height: 22px;
}

div#userStats ul li strong {
	font-weight: bold;
	margin-right: 5px;
	font-family: Georgia,Times,serif;
}

div#userStats ul li em {
	color: #993333;
	font-style: italic;
	border-left: #124a79 1px solid;
	margin-left: 10px;
	padding-left: 29px;
	background: url(../imagesNew/commentBubble.png) no-repeat 10px 2px;
}

div#userPanel div.image img {
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	border-top: #fff 1px solid;
}

div#userPanel div#popular {
	float: right;
	width: 289px;
	background: #fcedd0;
	padding-bottom: 8px;
	margin-top: 1px;
}

div#userPanel div#popular dl {
	margin:15px 0 8px 14px;
}

div#userPanel div#popular dl.first {
	margin:10px 0 8px 14px;
}

div#userPanel div#popular dl dt {
	font-family: Georgia,Times,serif;
	color: #983232;
	font-weight: bold;
	font-size: 13px;
}

div#userPanel div#popular dl dd {
	background: url(../imagesNew/popArrow.png) no-repeat 0 3px;
	padding-left: 11px;
	margin:8px 0 0 2px;
}

div#userPanel div#popular dl dd a {
	color: #124a79;
	font-size: 11px;
	font-family: Verdana,Arial,sans-serif;
}

/* login page End */

/* my profile Start */

body#login div#quickStore div.content {
	margin-top: 28px;
	margin-left: 21px;
	background: url(../imagesNew/columnDivider.png) repeat-y 405px 0px;
}

body#login div#quickStore div.contentNav {
	background: url(../imagesNew/loginLeftNav.png) repeat-y 2px 0px;
	margin: 1px 0 0 0;
}


body#login div#quickStore div.contentNav ul.nav {
	width: 136px;
	float: left;
}


div.contentNav ul.nav li {
}

div.contentNav ul.nav li a {
	background: url(../imagesNew/loginNavDivider.png) no-repeat bottom left;
	line-height: 36px;
	color: #983232;
	font-size: 14px;
	display: block;
	font-weight: bold;
	padding-left: 5px;
}

div.contentNav ul.nav li.ui-tabs-selected {
	background: url(../imagesNew/loginNavArrow.png) no-repeat 4px 13px;
}

div.contentNav ul.nav li.ui-tabs-selected a {	
	padding-left: 16px;
}



body#login div#quickStore div.contentNav div.rightContent {
	width:658px;
	margin-right: 23px;
	padding-top: 25px;
	float: right;
}


body#login div#quickStore div.footer {
	margin-top: 5px;
}

body#login div#quickStore div.left {
	width: 385px;
	float: left;
}

body#login div#quickStore div.right {
	width: 385px;
	float: right;
	margin-right: 22px;
}

body#login div#quickStore h4 {
	color: #4278a6;
	font-size: 17px;
	margin-left: 2px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Georgia,Times,serif;
	float: left;
}

body#login div#quickStore a.faceBookLoginButton {
	float: right;
	text-indent: -9999px;
	display: block;
	background: url(../imagesNew/faceBookLoginButton.png) no-repeat top left;
	width:171px;
	height:19px; 
	margin:0 12px 0 0;
}

body#login div#quickStore p.directions {
	clear: both;
	margin: 10px 0 10px 3px;
	line-height: 18px;
	color: #333;
	font-size: 12px;
	font-family: Verdana,Arial,sans-serif;
}

body#login div#quickStore ul.form,body#info ul.form {	
	width: 100%;
}

body#info ul.form {
	margin-top: 10px;
	}



body#login div#quickStore ul.form li,body#info ul.form li {	
	border-top: #aeaeae 1px dotted;
	clear: both;
	line-height: 35px;
}

body#login div#quickStore ul.form li label,body#info ul.form label,body#login div#quickStore ul.form h5 {
	width: 72px;
	display: block;
	/*line-height: 35px;*/
	padding-left: 4px;
	float: left;
	color: #336699;
}

body#login div#quickStore ul.form li.wide label  {
	width: 109px;
}

body#login div#quickStore ul.form h5 {
	font-family: Georgia,Times,serif;
	color: #4278a6;
	font-size: 12px;
	font-weight: bold;
	}

body#login div#quickStore ul.form li input,body#info ul.form li input {
	width: 208px;
	line-height: 17px;
}


body#info ul.form li textarea {
	width: 400px;
	margin-top: 3px;
	height: 150px;
	}

body#login div#quickStore ul.form li select {
	width: 255px;
}

body#login div#quickStore ul.form li span.smallComment {
	color:#336699;
	font-size:10px;
	text-align: center;
	display: block;
	line-height: 14px;
	float: right;
	margin-right: 10px;
	padding-top: 3px;
}

body#login div#quickStore ul.form li span.comment {
	font-size:12px;
}

body#login div#quickStore ul.form li span.comment em {
	font-style: italic;
}

div.bottomLink {
	background:#fef4d6;	
	padding: 8px 0 10px 0;
	width: 815px;
	margin-top: 29px;
}

body#login div#quickStore div.left div.bottomLink,body#login div#quickStore div.right div.bottomLink,body#login div.billingInfo div.bottomLink {
	width: 100%;
	margin-top: 0;
}

body#login div.billingInfo div.bottomLink {
	margin-top: 8px;
}

body#login div.billingInfo div.last {
	margin-bottom: 20px;
}

a.saveChangesButton {
	float: right;
	display: block;
	margin-right: 9px;
	width: 124px;
	height: 19px;
	text-indent: -9999px;
	background: url(../imagesNew/saveChangesButton.png) no-repeat top left;
}


	div.saveChangesButton {
		float: right;
		margin-right: 9px;
		width: 124px;
		height: 19px;
	}

a.editButton {
	float: right;
	display: block;
	margin-right: 9px;
	width: 71px;
	height: 19px;
	text-indent: -9999px;
	background: url(../imagesNew/editButton.png) no-repeat top left;
}

/* my profile End */

/* interests Start */

a.suggestTopic {
	float: right;
	color: #225682;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0 0 0;
}

div.interestList {
	margin-top: 18px;
}

div.interestList ul {
	width: 185px;
	float: left;
}

div.interestList ul.right {
	float: right;
}

div.interestList ul li {
	line-height: 16px;
	font-size: 12px;
	padding:5px 0 5px 28px;
	border-top: #aeaeae 1px dotted;
}

div.interestList ul li input {
	vertical-align: middle;
	margin:0 10px 0 -22px;
}

div.interestBorder {
	background: url(../imagesNew/interestsBorder.png) no-repeat top left;
	width: 385px;
	height: 1px;
	clear: both;
	margin: 20px 0 16px 0;
}

/* interests End */

/* friends Start */

a.addFriendButton,a.startGroupButton,a.startBlogButton,a.newArticleButton,a.submitArticleButton {
	background: url(../imagesNew/addFriendButton.png) no-repeat top left;
	height: 19px;
	width: 120px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-top: 2px;
}


a.startGroupButton {
	background: url(../imagesNew/startGroupButton.png) no-repeat top left;
	width: 128px;	
}

a.startBlogButton {
	background: url(../imagesNew/startBlogButton.png) no-repeat top left;
	width: 118px;	
}

a.newArticleButton {
	background: url(../imagesNew/newArticleButton.png) no-repeat top left;
	width: 118px;	
}

a.submitArticleButton {
	background: url(../imagesNew/submitArticleButton.png) no-repeat top left;
	width: 128px;
	}

div.editArticleText a.submitArticleButton {
margin-top: 10px;
}

a.removeGroupButton {
	background: url(../imagesNew/removeGroupButton.png) no-repeat top left;
	height: 15px;
	width: 105px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin: 4px 8px 0 0;
}
	
div.groupBar {
	background:#4278a6;	
	line-height: 24px;
	margin: 17px 0 -12px 0;
	position: relative;
}
	
div.groupBar h5 {
	margin-left: 7px;
	font-size:14px;
	color: #fff;
	float: left;
	font-weight:bold;
	font-family:Georgia,Times,serif;
}

div.groupBar ul {
	float: right;
	margin: 5px 10px 0 0;
}

div.groupBar ul li {
	float: left;
	letter-spacing: 1px;
	font-family: Georgia,Times,serif;
	font-size: 12px;
	padding:0 0 0 7px;
	color: #fff;
	line-height: normal;
	border-left: #b7cfe1 1px solid;
}

div.groupBar ul li.first {
	border-left: none;
	padding:0 7px 0 7px;
}
	
	
div.groupBar div.topic {
	clear:both;
	background: #e2eff7;
	line-height: 28px;
}

div.groupBar div.topic h6 {
	float: left;
	margin-left: 7px;
	font-family: Georgia,Times,serif;
	font-style: italic;
	font-size: 12px;
	color: #4278a6;
}

div.groupBar div.topic a.editBlogButton,div.groupBar div.topic a.editArticleButton {
	float: right;
	background: url(../imagesNew/editBlogButton.png) no-repeat top left;
	display: block;
	text-indent: -9999px;
	width: 82px;
	height: 15px;
	margin: 6px 8px 0 0;
}

div.groupBar div.topic a.editArticleButton {
	background: url(../imagesNew/editArticleButton.png) no-repeat top left;
	width: 98px;
	}
	
ul.editArticle {
	width: 100%;
	padding-top: 19px;
	margin-top: 14px;
	background:transparent url(../imagesNew/storeControlsBorderTop.png) no-repeat scroll left top;
}	
	
ul.editArticle li {
	margin-bottom: 21px;
}

ul.editArticle li input {
	width: 555px;
	height: 19px;
	}
	
ul.editArticle li textarea {	
	border-top: #a5a3a3 2px solid;
	border-bottom: #b4b4b4 1px solid;
	border-left: #b4b4b4 1px solid;
	border-right: #b4b4b4 1px solid;
	height: 50px;
	width: 559px;
	}
	
ul.editArticle li label {
	width: 83px;
	color: #993333;
	font-family: Georgia,Times,serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	display: block;
	margin-right: 12px;
	float: left;
	line-height: 22px;

}

div.editArticleText textarea {
	width: 100%;
	border: #e4e4e4 1px solid;
	height: 245px;
}

	
table.friendList,table.blogList {
	width:100%;	
}

table.friendList tr td,table.blogList tr td {
	border-top: #aeaeae 1px dotted;
	padding: 9px 0 10px 0;
	vertical-align: top;
}

table.blogList tr td {
	padding: 13px 0 12px 0;
}

table.friendList tr.first td,table.blogList tr.first td {
	border-top: none;
}

table.friendList tr td.user {
	width:230px;	
}

table.friendList tr td h3 {
	font-size: 13px;
	font-family: Georgia,Times,serif;
	font-weight: bold;
	margin: 4px 0 6px 0;
}

table.friendList tr td span.country {
	color:#124a79;
	margin-left:1px;	
}

table.friendList tr td.info {
	
}

table.friendList tr td.info ul {
	
}

table.friendList tr td.info ul li {
	color: #124a79;
	background: url(../imagesNew/friendInfoArrow.png) no-repeat left center;
	padding-left: 9px;
	margin-top: 5px;
}

table.friendList tr td.info ul li a {
	font-weight: bold;
	color: #124a79;
	font-family: Verdana,Arial,sans-serif;
}

table.friendList tr td.removeFriendButton {
	padding-right: 7px;
}

table.friendList tr td.removeFriendButton a {
	background: url(../imagesNew/removeFriendButton.png) no-repeat top left;
	width: 105px;
	height: 15px;
	display: block;
	margin: 7px 0 0 0;
	float: right;
	text-indent:-9999px;
}

table.blogList tr td.postDate {
	font-style: italic;
	color: #333;
	font-family: Georgia,Times,serif;
	line-height: 14px;
	padding-left: 7px;
	width: 80px;
}	

table.blogList tr td.post {
	width: 430px;
}


table.blogList tr td.post a {
	font-size: 16px;
	color: #225681;
	font-family: Georgia,Times,serif;
	font-weight: bold;
}


table.blogList tr td.post p {
	font-size: 12px;
	line-height: 20px;
	color: #333;
	margin-top: 5px;
	font-family: Verdana,Arial,sans-serif;
}	

table.blogList tr td.editPostButton {
	padding-right: 8px;
}
	
table.blogList tr td.editPostButton a {
	display:block;
	text-indent: -9999px;
	width: 82px;
	height: 15px;
	background: url(../imagesNew/editPostButton.png) no-repeat top left;
	float: right;
}

table.blogList tr td.comments {
	text-align: right;
	padding-right: 8px;
}
	
table.blogList tr td.comments a {
	color: #2e89c8;
	font-family: Georgia,Times,serif;
	font-size: 12px;
}

div.contentNav ul.nav {
	width: 115px;
	display: block;
	margin-left: 11px;
	padding-top: 20px;
}


div.review {
	margin-top: 10px;
}

div.review div.productTitle {
	background: #e2eff7;
	line-height: 26px;
}

div.review div.productTitle h3 {
	float: left;
	color: #2e89c8;
	font-size: 11px;
	font-weight: bold;
	font-family: Georgia,Times,serif;
	padding-left: 9px;
}

div.review div.productTitle em {
	font-size: 10px;
	font-style: italic;
	margin-left: 11px;
	padding-left: 11px;
	border-left: #77a0c1 1px solid;
}

div.review div.reviewContent {
	margin-top: 14px;
	padding-bottom: 5px;
}

div.review div.reviewContent h5 {
	font-family: Georgia,Times,serif;
	font-size:15px;
	font-weight:bold;
	display:inline;	
}

div.review div.reviewContent em {
	font-style: italic;
	margin-left: 5px;
	font-family: Georgia,Times,serif;
}
	
div.review div.reviewContent p {
	line-height: 20px;
	font-size: 12px;
	margin-top: 9px;
	width: 96%;
	font-family: Verdana,Arial,sans-serif;
}

div.review div.reviewContent span.stars {
	width: 60px;
	height: 12px;
	display: block;
	float: left;
}

table.orderTable {
	width:642px;
	margin: 21px 0 20px 1px;
}

table.orderTable tr th {
	font-size:10px;
	color:#4278a6;	
	font-family: Georgia,Times,serif;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 0 16px;
	background:#e2eff7 url(../imagesNew/orderTableDivider.png) no-repeat center left;
}

table.orderTable tr th.first {
	background-image: none;
}

table.orderTable tr td {
	line-height: 34px;
	padding: 0 0 0 17px;
	border-top: #aeaeae 1px dotted;
}

table.orderTable tr.first td {
	border-top: none;
}

table.orderTable tr td a {
	font-family: Verdana,Arial,sans-serif;
	color: #004589;
}

table.orderTable tr td a strong {
	font-weight: bold;
}

div.billingInfo {
	
}

div.billingInfo h5 {
	background: #e2eff7;
	line-height: 18px;
	padding-left: 7px;
	font-family: Georgia,Times,serif;
	font-weight: bold;
	margin-top: 20px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #4278a6;
}

div.billingInfo p {
	font-size: 12px;
	font-family: Verdana,Arial,sans-serif;
	color: #333;
	padding-left: 6px;
	border-bottom: #aeaeae 1px dotted;
	line-height: 35px;
}

div.billingInfo dl {
	float: left;
	margin: 0 82px 0 6px;
}
div.billingInfo dl dt {
	color: #235f92;
	font-weight: bold;
	font-family: Verdana,Arial,sans-serif;
	margin: 13px 0 5px 0;
}
div.billingInfo dl dd {
	line-height: 18px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
}

div.billingInfo ul {
	margin:3px 0 0 6px;
}

div.billingInfo ul li {
	line-height: 18px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	line-height: 22px;
}

div.billingInfo ul li label {
	color: #235f92;
	margin-right: 5px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Verdana,Arial,sans-serif;
	
}

/* friends End */

/* community page Start */
/*
div#moreEvents h3,div#eventFeature h3,div#comments h3,div#list h3 {
	width: 530px;
	line-height: 25px;
	background: url(../imagesNew/topStoriesBanner.png) repeat-x bottom left;

	font-size: 14px;
	font-family: Georgia,Times,serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 1.8em;
}
div#eventFeature h3,div#moreEvents h3,div#comments h3,div#list h3 {
	width:100%;	
}

div#moreEvents h3 {
	margin-top: 9px;
}

div#eventFeature h3 span,div#moreEvents h3 span,div#comments h3 span,div#list h3 span {
	background: url(../imagesNew/flourishLarge.png) no-repeat 100% 50%;
	padding-right: 18px;
	margin-left: 28px;
	float: left;
}

div#eventFeature h3 a,div#moreEvents h3 a {
	float: right;
	font-family: Georgia,Times,serif;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	padding-right: 14px;
	text-transform: capitalize;
	background: url(../imagesNew/featureArrow.png) no-repeat center right;
}
*/
div#communityFeature  div.features,div#eventFeature  div.features {
	clear: both;
	padding: 14px 0 14px 0;
	margin-top: 3px;
	background: #fceec2;
	margin-top: 4px;
}


div#communityFeature  div.features div.image,div#eventFeature  div.features div.image {
	float: left;
	border: #acaca7 1px solid;
	margin-left: 10px;
}

div#communityFeature  div.features div.image img,div#eventFeature  div.features div.image img {
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	border-top: #fff 1px solid;
}

div#eventFeature div.features div.blurb {
	float: right;
	margin-right: 14px;
	width: 350px;
}

div#communityFeature div.features div.blurb {
	float: left;
	margin-left: 15px;
	width: 430px;
}

div#eventFeature div.features div.blurb {
	width: 420px;
	margin-right: 18px;
}

div#communityFeature div.features div.blurb ul,div#eventFeature div.features div.blurb ul,div#blogs div.blurb ul {
	margin-top: 10px;
}

div.tweet div.blurb ul {
	margin-top: 3px;
}


div#communityFeature div.features div.blurb ul li,div#eventFeature div.features div.blurb ul li,div#blogs div.blurb ul li,div.tweet div.blurb ul li {
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #666;
	float: left;
}
div#eventFeature div.features div.blurb ul li {
	font-size: 10px;
}

div#communityFeature div.features div.blurb ul li.first,div#eventFeature div.features div.blurb ul li.first,div.tweet div.blurb ul li.first {
	border-right: #ccc 1px solid;
	font-style: italic;
	margin-right: 6px;
	padding-right: 6px;
}

div#blogs div.blurb  ul li {
	border-left: #ccc 1px solid;
	margin-left: 6px;
	padding-left: 6px;
}

div#blogs div.blurb  ul li.first {
	border-left:none;
	margin-left: 0;
	padding-left: 0;
	font-style: italic;
}

div#communityFeature div.features div.blurb ul li.first a,div#eventFeature div.features div.blurb ul li.first a,div#blogs div.blurb ul li a,div.tweet div.blurb ul li.first a {
	font-style:normal;
	color:#004589;
	font-size:11px;
	font-weight:bold;
	font-family: Verdana,Arial,sans-serif;		
}

div#communityFeature div.features div.blurb p,div#eventFeature div.features div.blurb p {
	clear:both;
	font-size:14px;
	line-height: 22px;
	margin-top: 10px;
	font-family: Georgia,Times,serif;
	}

div#communityFeature div.features h4,div#eventFeature div.features h4 {
	margin-top: -5px;
}

div#communityFeature div.features h4 a,div#eventFeature div.features h4 a {
	color: #004589;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia,Times,serif;
	line-height: 22px;
}

div#eventFeature div.features h5 {
	margin-top: 10px;
}

div#eventFeature div.features h5 a {
	color: #004589;
	font-size: 13px;
}

div#eventFeature div.border {
	background: url(../imagesNew/communityBorder.png) no-repeat top left;
	height: 1px;
	width: 527px;
	margin: 3px 0 0 1px;
}

div#communityFeature div.border,div#eventFeature div.border {
	background: url(../imagesNew/communityBorder.png) repeat-x top left;
	height: 1px;
	width:100%;
	margin: 3px 0 0 0;
}

div#blogs {
	margin-top: 20px;
}

div#blogs div.blog {
	padding: 15px 0 15px 0;
	background: url(../imagesNew/communityBorder.png) repeat-x top left;
}

div#blogs div.first {
	background: none;
}

div#blogs div.blogCount {
	width: 26px;
	height: 26px;
	margin-left: 5px;
	background: url(../imagesNew/blogCount.png) no-repeat top left;
	float: left;
}

div#blogs div.blogCount span {
	font-family: Georgia,Times,sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	margin-left: 8px;
}

div#blogs div.blurb {
	float:left;
	margin-left: 14px;
	width:550px;	
}


div#blogs div.blurb h4 a {
	color:#004589;
	font-family: Georgia,Times,sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}


div#blogs div.blurb p {
	font-family:Verdana,Arial,sans-serif;
	line-height:20px;
	font-size:12px;
	color:#333;	
	margin-top: 8px;
}

div#twitterCallOut {
	width: 603px;
	height: 152px;
	text-align: center;
}

div#secondary div#twitterCallOut {
	width: 209px;
	height: 203px;
}

div#twitterCallOut a.twitterBox,div#secondary div#twitterCallOut a {
	display: block;
	width: 603px;
	height: 152px;
	background: url(../imagesNew/twitterCallOut.png) no-repeat top left;
}

div#secondary div#twitterCallOut a {
	width: 209px;
	height: 203px;
	background: url(../imagesNew/twitterCallOutRight.png) no-repeat top left;
}

div#twitterCallOut h4 {
	color: #004589;
	padding-top:21px;
	font-family: Georgia,Times,sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div#secondary div#twitterCallOut h4 {
}

div#twitterCallOut p {
	width: 390px;
	margin: 10px auto;
	font-family: Georgia,Times,sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}

div#secondary div#twitterCallOut p {
	width: 155px;
	font-size: 14px;
	line-height: 16px;
	margin: 10px auto;
}
	
div#twitterCallOut span {
	color: #004589;
	font-family: Georgia,Times,sans-serif;
	font-size: 12px;
	width: 360px;
	margin: 5px auto;
	display: block;
}

div#secondary div#twitterCallOut span {
	width: 100%;
	}

div#twitterFeed {
margin-top: 20px;
}

div#twitterFeed div.tweet {
	clear: both;
	padding: 15px 0 15px 0;
	background: url(../imagesNew/communityBorder.png) repeat-x 3px 0px;
}

div#twitterFeed div.first {
	background: none;
}

div#twitterFeed div.image {
	float: left;
	margin-left: 9px;
	border: #acaca7 1px solid;
}

div#twitterFeed div.image img {
	
}

div#twitterFeed div.blurb {
	float: left;
	width: 520px;
	margin-left: 18px;
}

div#twitterFeed div.blurb p {
	color:#333;
	line-height:22px;
	font-family: Georgia,Times,sans-serif;
	font-size:14px;	
	margin-top:-4px;	
}

div#featuredDiscussion {
	width: 209px;
	margin-bottom: 13px;
	background: url(../imagesNew/blueCallOutTop.png) no-repeat top left;
}

div#featuredDiscussion a {
	width: 209px;
	padding: 25px 0 25px 0;
	display: block;
	text-align: center;
	background: url(../imagesNew/blueCallOutBottom.png) no-repeat bottom left;
}

div#featuredDiscussion a h4 {
	color: #c1eeff;
	font-size: 10px;
	/*padding-top: 25px;*/
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Georgia,Times,sans-serif;
}

div#featuredDiscussion a p {
	line-height: 22px;
	font-size: 15px;
	font-weight: bold;
	font-family: Georgia,Times,sans-serif;
	color: #fff;
	width: 170px;
	letter-spacing: 1px;
	margin: 6px auto;
}
	

div#genericFeed h3,div#activeUsers h3,div.feed h3,div#miniWeb h3 {
	line-height: 18px;
	background: url(../imagesNew/greyBar.png) repeat-x bottom left;
	padding:0 0 2px 25px;
	font-size: 11px;
	font-family: Georgia,Times,serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

div#genericFeed h3 span,div#activeUsers h3 span,div.feed h3 span,div#miniWeb h3 span {
	background: url(../imagesNew/flourishSmall.png) no-repeat right center;
	padding-right: 18px;
}

div#genericFeed,div#activeUsers {
	margin-top: 16px;
}

div#genericFeed h4 a,div#activeUsers h4 a,div#activeUsers h5 a {
	color: #004589;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia,Times,serif;
	line-height: 20px;
}

div#genericFeed h4 {
	width: 250px;
	margin-left: 12px;
}

div#genericFeed div.genericBlurb span,div#activeUsers div.activeUser span {
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #666;
	font-style: italic;
}

div#genericFeed div.genericBlurb {
	padding: 10px 0 10px 0;
	background: url(../imagesNew/communityBorder.png) no-repeat top left;
}

div#genericFeed div.first {
	background: none;
}

div#genericFeed div.genericBlurb span {
	width: 250px;
	display: block;
	margin:0px 0 0 12px;
	line-height: 15px;
}

div#genericFeed span a,div#activeUsers span a {
	color: #004589;
	font-family: Verdana,Arial,sans-serif;
	font-weight: bold;
	font-style: normal;
}

div#activeUsers div.activeUser {
	clear: both;
	padding: 10px 0 10px 0;
	background: url(../imagesNew/communityBorder.png) no-repeat top left;
}

div#activeUsers div.activeUser div.blurb {
	float: right;
	width: 213px;
}

div#activeUsers div.activeUser div.image {
	float: left;
	border: #acaca7 1px solid;
}

div#newsLetter {
	width: 283px;
	height: 273px;
	margin-top: 10px;
}

div#newsLetter a {
	background: url(../imagesNew/newsLetter.png) no-repeat top left;
	display: block;
	width: 283px;
	height: 273px;
}

div#primaryFeature {
	margin-top: 4px;
	padding-bottom: 15px;
	}

div#primaryFeature h2 a,body#info div#secondary h2 {
	font-size: 22px;
	font-weight: bold;
	color: #993333;
	font-family: Georgia,Times,serif;
	letter-spacing: 1px;
	line-height:28px;
	}
	
div#primaryFeature ul {
	float: left;
	margin-top: 8px;
}
	
div#primaryFeature ul li {
	float: left;
	font-size: 11px;
	color: #666;
	margin-right: 6px;
	padding-left: 6px;
	border-left: #666 1px solid;
}	

div#primaryFeature ul li.first {
	border: none;
	padding-left: 0;
	font-style: italic;
}

div#primaryFeature ul li a {
	color: #004589;
	font-family: Verdana,Arial,sans-serif;
	font-weight: bold;
	font-style: normal;
}

div#primaryFeature ul li em {
	font-style: italic;
}

/* community page End */

/* events section Start */

div#moreEvents {
	width: 100%;
}

div#moreEvents div.eventBlock {
	width: 100%;
	margin-bottom: 20px;
	background: url(../imagesNew/eventsVertBorder.png) repeat-y 303px 0px;
}

div.eventBlock div.row {
	margin-top: 10px;
	padding-top: 12px;
	background: url(../imagesNew/eventsHorizBorder.png) no-repeat top left;
}

div.eventBlock div.first {
    background:none;
    padding-top:0;
}

div.eventBlock div.event {
	width: 288px;
	float: right;
	margin-right: 3px;
}

div.eventBlock div.left {
	float: left;
	margin-right: 0;
}

div.eventBlock div.event div.image {
	float: left;
	border: #acaca7 1px solid;
	margin: 2px 0 0 7px;
	width:60px;
}


div.eventBlock div.event div.image img {
	border: #faf6e8 1px solid;
}

div.eventBlock div.event div.blurb {
	float: left;
	/*width: 200px;
	margin-right: 8px;*/
}

div.eventBlock div.event div.blurb h4 a {
	font-family:Georgia,Times,serif;
    font-size:13px;
    font-weight:bold;
    line-height:16px;
}

div.eventBlock div.event div.blurb span {
	font-size: 10px;
	color: #666;
	margin-top: 5px;
	display: block;
	font-style: italic;
}
	 
div.eventBlock div.event div.blurb h5 {
	margin-top: 5px;
}

	 
div.eventBlock div.event div.blurb h5 a {
	font-size: 10px;
	font-family: Verdana,Arial,sans-serif;
	color: #004589;
}


div#eventLocation,div#chooseLocation {
	text-align: center;
	width: 209px;
	height: 84px;
	padding-top: 19px;
	margin-top: 11px;
	background: url(../imagesNew/location.png) no-repeat top left; 
}

div#chooseLocation {
	background: url(../imagesNew/chooseLocation.png) no-repeat top left;
	height: 152px; 
}

div#eventLocation h4,div#chooseLocation h4 {		
	font-family: Georgia,Times,sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	color: #993333;
}

div#chooseLocation ul {
	margin-top: 30px;
}

div#chooseLocation ul li {
	margin-bottom: 7px;
	}

div#eventLocation a,div#chooseLocation a {
	color: #004589;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: 25px;
	background: url(../imagesNew/eventSearchArrow.png) no-repeat right center;
	padding-right: 10px;
}

div#chooseLocation a {
	top: 0px;
	}

div.feed div.viewAll,div.feed div.sort {
	background:#deded9;
	padding: 4px 0 6px 0;
	margin-top: 4px;
}

div.feed div.viewAll a.view {
	float: right;
	font-weight: bold;
	font-size: 10px;
	color:#004589;
	margin-right: 10px;
	background: url(../imagesNew/eventSearchArrow.png) no-repeat right center;
	padding-right: 9px;
}

div.feed a.scroll {
	float: right;
	margin:1px 8px 0 0;
	background: url(../imagesNew/scrollArrow.png) no-repeat top left;
	display: block;
	width: 21px;
	height: 8px;
	text-indent: -99999px;
}

div.feed div.sort ul {
	float: left;
	margin-left: 10px;
}

div.feed div.sort ul li {
	float: left;
	padding: 0 5px 0 5px;
	border-left: #80807f 1px dotted;
	color: #666;	
	font-size: 10px;
	line-height: 10px;
	font-family: Georgia,Times,serif;
}

div.feed div.sort ul li.first {
	border-left: none;
	padding: 0 5px 0 0;
}

div.feed div.sort ul li a {
	color: #004589;
}

	
div.feed div.item {
	padding: 10px 0 11px 0;
	background:transparent url(../imagesNew/communityBorder.png) no-repeat scroll left top;
}
	
div.feed div.first {
	background:none;
	padding-top: 3px;
}

div.feed div.item h4 {
	margin-left: 9px;
	width: 90%;
}

div.jcarousel-clip-vertical div.feed div.item h4 {
	margin-left: 9px;
	width: 70%;
}

div.jcarousel-skin-topImages {
	margin-bottom: 10px;
}

div.feed div.item h4 a {
	color: #004589;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}

body#community div.feed div.item h4 a {
	font-size: 12px;
}

div.feed div.item h5 {
	margin:4px 0 0 9px;
	width: 90%;
}

div.feed div.item h5 a {
	color: #004589;
	font-size: 10px;
	font-family: Verdana,Arial,sans-serif;
}

body#community div.feed div.item h5 a {
	font-size: 11px;
	line-height: 18px;
	}
	
div.feed div.item span {
	color: #666;
	font-size: 10px;
	font-style: italic;
	font-family: Verdana,Arial,sans-serif;
	font-style: normal;
	display: block;
	line-height: 15px;
	margin:4px 0 0 9px;
}
	
div.feed div.item em {
	color: #666;
	font-size: 11px;
	font-family: Verdana,Arial,sans-serif;
	font-style: italic;
	display: block;
	line-height: 15px;
	margin:4px 0 0 9px;
}

div.feed div.item em a {
	font-family: Verdana,Arial,sans-serif;
	font-style: normal;
	font-size: 11px;
}

div.feed div.item div.image {
	float: left;
	border: #cacac4 1px solid;
	margin-left: 3px;
}

div.feed div.item div.image img {
	width: 31px;
	height: 31px;
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	border-top: #fff 1px solid;
	}

div.feed div.item div.info {
	float: left;
	width: 158px;
}

div.feed div.item ul {
	float:left;
	clear: right;
	margin: 5px 0 0 10px;
}

div.feed div.item ul li {
	float:left;
	color: #666;
	font-size: 10px;
	border-left: #666 1px solid;
	padding: 0 7px 0 7px;
}

div.feed div.item ul li.first {
	border-left: none;
	padding: 0 7px 0 0;
}

div.feed div.item ul li em {
	font-style: italic;
}

body#home div.feed {
	margin-bottom: 15px;
}

div#eventInfo {
	background: url(../imagesNew/eventInfoBorder.png) repeat-x top left;
	padding-bottom:20px;		
}

div#eventInfo ul {
	float: left;
	margin-top: 10px;
	width: 255px;
	display: block;
}


div#eventInfo ul li ul {
	margin-top: 0;
}

div#eventInfo ul li {
	color: #333;
	margin-top: 7px;
	font-size: 12px;
	line-height: 17px;
	font-family: Georgia,Times,sans-serif;
}


div#eventInfo ul li ul li {
	margin-top: 0;
}

div#eventInfo ul li strong {
	font-weight: bold;
}
	
div#eventInfo div.image {
	float:right;	
	margin-top: 15px;
}

div#eventInfo div.image img {
	
}


div#comments {
}

div#comments h4 {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia,Times,sans-serif;
}


div#comments div.post span {
	font-family: Verdana,Arial,serif;
	font-style: italic;
	font-size: 11px;
	color: #666;
	margin:10px 0 0 0;
	display: block;
}


div#comments div.post span a {
	color:#11518f;
	font-family: Verdana,Arial,serif;
	font-weight: bold;
	font-style: normal;
}

div#comments span.stars {
	height: 12px;
	width: 55px;
	display: block;
	float: left;
	margin: 0;
}

div#comments div.post p {
	margin:10px 0 0 0;	
}

div#featureContent {
	clear:both;
	width: 97%;
	margin-top: 13px;
}

div#featureContent img {
	float: left;
	border:#acaca7 1px solid;
	margin:6px 19px 0 0;
}

body#info div#featureContent img {
	float: right;
	margin: 6px 0 0 19px;
	}

div#featureContent p {
	font-size:14px;
	margin-top: 10px;
	line-height:22px;
}

div#featureContent p strong {
	font-weight: bold;
}

div#featureContent p em {
	font-style: italic;
	}

div#featureContent h3,div#featureContent h2 {
	color:#993333;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia,Times,serif;
	margin-top: 10px;
}

div#featureControls {
	margin-top: 15px;
}

		
div#featureControls div.postButton {
	margin: -2px 10px 0 0;
}

div.postButton a {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	line-height: 21px;
	padding: 0 10px 0 28px;
	display: block;
	letter-spacing: 1px;
	background: url(../imagesNew/postButtonLeft.png) no-repeat top left;
}

div.bigVideo {
	height: 344px;
	width: 603px;
	margin: 22px 0 0 0;
	z-index: 0;
}

body#search div#list,body#globalSearch div#list {
	margin-top: 9px;
}

div#list div.pagination {
	width: 100%;
	background: #fcf1c8;	
	padding: 5px 0 5px 0;
	margin-top: 3px;
}

div#list div.pagination span {
	float: left;
	text-transform:uppercase;
	color: #993333;
	font-family: Georgia,Times,serif;
	font-weight: bold;
	font-size: 10px;
	margin-left: 10px;
	}

div#list div.pagination ul {
	float: right;
	margin-right: 9px;
}

div#list div.pagination ul li {
	float: left;
	font-family: Georgia,Times,serif;
	color: #666;
	font-size: 11px;
	padding: 0 8px 0 8px;
}

div#list div.pagination ul li a {
	color: #004589;
	font-weight: bold;
}

div#list div.pagination ul li.previous {
	border-right: #87857c 1px dotted;
	padding:0 8px 0 0;
}

div#list div.pagination ul li.previous a {	
	background: url(../imagesNew/prevArrow.png) no-repeat 0% 60%;
	padding-left: 15px;
}

div#list div.pagination ul li.next {
	border-left: #87857c 1px dotted;
	padding: 0 0 0 8px;
}
	
div#list div.pagination ul li.next a {	
	background: url(../imagesNew/nextArrow.png) no-repeat 100% 60%;
	padding-right: 15px;	
}

div#list div.listItem {
	background:transparent url(../imagesNew/commentBorder.png) repeat-x left bottom;
	margin-bottom:0;
	padding-bottom:10px;
	padding-top:10px;
}

div#list div.listItem div.image {
	float: left;
	width: 108px;
}

div#list div.listItem div.info {
	width: 450px;
	float:left;
}

div#list div.listItem div.icon {
	width:auto;
	float: left;
}

div#list div.listItem div.icon img {
	border: #acaca7 1px solid;
	width: 48px;
}

div#list div.listItem div.wide {
	width: 100%;
	float: left;
}

div#list div.listItem div.twitter {
	float: right;
	width: 538px;
}


div#list div.listItem div.info h4 {
	color: #333;
	font-size: 12px;
	font-family: Georgia,Times,serif;
	font-weight: bold;
	line-height: 18px;
}

div#list div.listItem div.info h4 a {
	color: #115190;
}

div#list div.listItem div.info a.link {
	color: #115190;
	font-size: 12px;
	font-family: Georgia,Times,serif;
	font-weight: bold;
	margin:2px 0 0 0;
	display: block;
}

div#list div.listItem div.info label {
	display: block;
	height: 15px;
	float: left;
	margin:1px 6px 0 0;
	text-indent: -9999px;
} 
	div#list div.listItem div.info label.tweet {
		background: url(../imagesNew/tweetLabel.png) no-repeat top right;
		width: 44px;
		}
	div#list div.listItem div.info label.news {
		background: url(../imagesNew/newsLabel.png) no-repeat top right;
		width: 40px;
		}
	div#list div.listItem div.info label.explore {
		background: url(../imagesNew/exploreLabel.png) no-repeat top right;
		width: 55px;
		}	
	div#list div.listItem div.info label.blog {
		background: url(../imagesNew/blogLabel.png) no-repeat top right;
		width: 44px;
		}	
	div#list div.listItem div.info label.video {
		background: url(../imagesNew/videoLabel.png) no-repeat top right;
		width: 42px;
		}		
	div#list div.listItem div.info label.event {
		background: url(../imagesNew/eventLabel.png) no-repeat top right;
		width: 49px;
		}	
	div#list div.listItem div.info label.discussion {
		background: url(../imagesNew/discussionLabel.png) no-repeat top right;
		width: 76px;
		}	
	div#list div.listItem div.info label.article {
		background: url(../imagesNew/articleLabel.png) no-repeat top right;
		width: 53px;
		}	
	div#list div.listItem div.info label.venue {
		background: url(../imagesNew/venueLabel.png) no-repeat top right;
		width: 44px;
		}
	div#list div.listItem div.info label.image {
		background: url(../imagesNew/imageLabel.png) no-repeat top right;
		width: 43px;
		}			


div#list div.listItem div.info ul {
	clear:right;
	float:left;
	margin:5px 0 0 0;
}

div#list div.listItem div.info ul li {
	border-left:1px dotted #666666;
	color:#666666;
	float:left;
	font-size:11px;
	padding:0 7px 0 7px;
}

div#list div.listItem div.info ul li.first {
	padding: 0 7px 0 0;
	border-left: none;
}


div#list div.listItem div.info em {
	color:#666666;
	float:left;
	font-style: italic;
	font-size:11px;
	margin:10px 0 0 0;
}

div#list div.listItem div.info ul li em {
	font-style: italic;
	margin: 0 0 0 0;
}

div#list div.listItem div.info ul li a {
	font-style: italic;
	font-family: Verdana,Arial,sans-serif;
}

div#list div.listItem div.info em a {
	font-family:Verdana,Arial,sans-serif;
	font-style: normal;
}


	
	
/* events section End */


/* search Start */

div#searchHeader {
	margin-top: 5px;
}

div#searchHeader h2 {
	color:#993333;
	font-size:22px;
	font-weight:bold;
	letter-spacing:1px;
	font-family: Georgia,Times,serif;
}

div#searchHeader span {
	font-family: Georgia,Times,serif;
	color: #333;
	font-size: 14px;
	margin-top: 7px;
	display: block;
	}
	
div#searchHeader div.searchTab {
	float: right;
	background: url(../imagesNew/searchTabRight.png) no-repeat top right;
	height: 29px;
	margin-top: -21px;
	display: block;
}	

div#searchHeader div.on {
	background: url(../imagesNew/searchTabRightOn.png) no-repeat top right;
	margin-bottom: -1px;
	height: 30px;
	display: none;
}

div#searchHeader div.searchTab a {
	background: url(../imagesNew/searchTabLeft.png) no-repeat top left;
	height: 29px;
	line-height: 29px;
	display: block;
	padding: 0 11px 0 31px;
	color: #11518f;
	font-size: 12px;
	font-weight:bold;
	cursor:pointer
	}
	
div#searchHeader div.on a {
	background: url(../imagesNew/searchTabLeftOn.png) no-repeat top left;
	height: 30px;
	cursor:pointer
	}
	
div#searchHeader div.refine {
	clear: both;
	border: #cccdc7 1px solid;
	padding-top: 18px;
	background: #fff;
	display: none;
}

div#searchHeader div.refine div.left {
	float: left;
	margin: 0 0 0 16px;
	width: 412px;
	/*border-right: #b7b7b7 1px dotted;*/
	padding-right: 14px;
}

div#searchHeader div.refine div.left ul {
	float: left;
	margin-right: 40px;
	}
	
div#searchHeader div.refine ul li {
	margin-bottom: 6px;
}

div#searchHeader div.refine ul li input {
	margin-right: 9px;
	}

div#searchHeader div.refine ul strong {
	font-weight: bold;
	}	

div#searchHeader div.refine div.right {
	float: right;
	width: 133px;
}	
	
div#searchHeader div.refine div.searchControls {
	clear: both;
	background: #f2f2f0;
	margin-top: 15px;
	padding: 6px 0 6px 0;
}	


div#searchHeader div.refine div.searchControls ul {
	float: right;
	}
	
div#searchHeader div.refine div.searchControls ul li {
	float: left;
	margin-bottom: 0;
	}
	
div#searchHeader div.refine div.searchControls ul li.apply {	
	background: url(../imagesNew/refineSearchButtonRight.png) no-repeat top right;
	margin-top: 2px;
	}
	
div#searchHeader div.refine div.searchControls ul li.apply a {	
	background: url(../imagesNew/refineSearchButtonLeft.png) no-repeat top left;
	display: block;
	line-height: 22px;
	height: 22px;
	padding: 0 10px 0 10px;
	color: #fff;
	font-family: Verdana,Arial,sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	}	
	
div#searchHeader div.refine div.searchControls ul li span {
	padding: 0 24px 0 24px;
	text-transform: uppercase;
	color: #666;
	font-size: 12px;
	font-family: Verdana,Arial,sans-serif;
}	
	
div#searchHeader div.refine div.searchControls ul li input {
	margin-top: 2px;
	color: #666;
	font-size: 11px;
	border: #9b9b99 1px solid;
	width: 145px;
	padding: 3px 0 2px 0;
}

div#searchHeader div.refine div.searchControls ul li a.searchArrow {
	display: block;
	width: 16px;
	height: 15px;
	background: url(../imagesNew/searchArrow.png) no-repeat top left;
	text-indent: -9999px;
	margin: 4px 10px 0 0;
}
	
/* search End */


div.more,div.bookMark {
	width: 100%;
	background: #fcf1c8;
	/*height: 19px;*/
	padding: 5px 0 5px 0;
}

div.more h4 {
	color: #993333;
	font-size: 10px;
	font-weight: bold;
	font-family: Georgia,Times,sans-serif;
	text-transform: uppercase;
	float: left;
	margin-left: 7px;
	letter-spacing: 1px;
}

div.more a {
	background: url(../imagesNew/moreArrow.png) no-repeat right bottom;
	float: right;
	color: #004589;
	font-size: 10px;
	margin-right: 9px;
	padding-right: 9px;
	font-weight: bold;
	font-family: Georgia,Times,sans-serif;
}

div.bookMark a {
	margin-right: 9px;		
	float: right;
}


/* login Pop Up Start */

div#loginPopUp,div#registerPopUp {
	display: none;
	position:fixed;
	text-align: left;
	width:549px;
	background: url(../imagesNew/loginPopUpTile.png) repeat-y top left;	
	z-index:99999;
}

div#registerPopUp {	
	position:fixed;
	background: url(../imagesNew/registerPopUpTile.png) repeat-y top left;	
	width: 325px;
	display: none;
	z-index:99999;
	}
	
	
div#loginPopUp div#loginHeader,div#registerPopUp div#registerHeader {
	width: 100%;
	background: url(../imagesNew/loginPopUpHeader.png) no-repeat top left;	
	
}

div#registerPopUp div#registerHeader {
	background: url(../imagesNew/registerPopUpHeader.png) no-repeat top left;

	}

div#loginPopUp div#loginHeader h4,div#registerPopUp div#registerHeader h4 {
	line-height: 27px;
	color: #993333;
	font-family: Georgia,Times,serif;
	font-size: 17px;
	font-weight: bold;
	margin:0 0 0 18px;
	padding-top: 5px;
	
	}

div#loginPopUp span.hello,div#registerPopUp span.hello {
	font-size: 12px;
	font-family: Verdana,Arial,serif;
	color: #333333;
	display: block;
	margin: 16px 0 0 20px;
	
}


div#loginPopUp div#loginContent,div#registerPopUp div#registerContent {
	clear: both;
	margin-top: 20px;
	background: url(../imagesNew/loginVertBorder.png) repeat-y 324px 0px;
	
} 

div#registerPopUp div#registerContent {
	background: none;
	
	}

div#loginPopUp div#loginContent dl,div#registerPopUp div#registerContent dl {
	margin: 0 0 0 20px;
	width: 283px;
	float: left;
	display: block;
	
}

div#loginPopUp div#loginContent dl dt,div#registerPopUp div#registerContent dl dt {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	font-family: Verdana,Arial,sans-serif;
	line-height: 34px;
	
	}
	

div#loginPopUp div#loginContent dl dd,div#registerPopUp div#registerContent dl dd {
	border-top: #aeaeae 1px dotted;
	padding: 5px 0 5px 0;
	line-height: 14px;
}	


div#loginPopUp div#loginContent dl dd label,div#registerPopUp div#registerContent dl dd label {
	color: #993333;
	width: 68px;
	line-height: 14px;
	padding-top: 5px;
	display: block;
	margin-left: 4px;
	float: left;
	
}
div#loginPopUp div#loginContent dl dd input,div#registerPopUp div#registerContent dl dd input {
	width: 200px;
	background: #fff;
	
}

div#loginPopUp div#loginContent dl dd a.loginButton,div#registerPopUp div#registerContent dl dd a.registerButton {
	text-indent: -99999px;
	background: url(../imagesNew/loginButton.png) no-repeat top left;
	width: 83px;
	height: 19px;
	margin: 6px 0 0 89px;
	display: block;
	
	}
	
div#registerPopUp div#registerContent dl dd a.registerButton {
	background: url(../imagesNew/registerButton.png) no-repeat top left;
	width: 91px;
	
	
}	

div#loginPopUp div#loginContent div.faceBookLogin {
	float: right;
	width: 182px;
	margin-right: 22px;
	
}

div#loginPopUp div#loginContent div.faceBookLogin {
	font-size: 12px;
	color: #333;
	font-family: Verdana,Arial,sans-serif;
	
	}
	
div.popUpFooter {
	background: url(../imagesNew/loginPopUpFooter.png) no-repeat bottom left;
	margin-top: 13px;
	z-index:9999;
}	
div#registerPopUp div.popUpFooter {
	background: url(../imagesNew/registerPopUpFooter.png) no-repeat bottom left;
	height: 29px;
	
	}

div.popUpFooter span {
	display: block;
	line-height: 24px;
	margin-bottom: 5px;
	float: right;
	font-family: Verdana,Arial,sans-serif;
	margin-right: 25px;
	
	}


div.popUpFooter span a {
	font-family: Verdana,Arial,sans-serif;
	font-weight: bold;
	color: #004589;
	
	}

div#loginPopUp div#loginContent div.faceBookLogin a.connectFB {	
	background: url(../imagesNew/connectFB.png) no-repeat top left;
	text-indent: -9999px;
	display: block;
	width: 182px;
	height: 19px;
	margin-top: 8px;
	
	}
	
div#backgroundPopup {
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#333;
	z-index:0;
}

div#REGbackgroundPopup {
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#333;
	z-index:0;	
}

#loginPopUpClose {
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#993333;
	font-weight:700;
	display:block;
	cursor:pointer;
	
}

#REGPopUpClose {
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#993333;
	font-weight:700;
	display:block;
	cursor:pointer;
	
}

/* login Pop Up End */

/* slide Start */

#slideshow {
	margin:0 auto;
	width:858px;
	height:211px;
	background:transparent url(../lib/images/NewsBanner_back.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:854px;
	height:209px;
	overflow:hidden; /* allow scrollbar */
	position:relative;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:854px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:209px;
}

/* comment Start */

div#comment {
	background: #fcf1c8 url(../imagesNew/commentVertBorder.png) repeat-y top left;
	margin-bottom: 20px;	
}

div#ancientWebStore div#comment {
	background: #fcf1c8 url(../imagesNew/commentVertBorderStore.png) repeat-y top left;
	margin-bottom: 20px;	
	margin-top: 20px;
}

div#comment h4 {
	width: 573px;
	color: #993333;
	margin: 0 0 0 16px;
	font-size: 14px;
	padding: 10px 0;
	text-indent: 3px;
	font-weight: bold;
	font-family: Georgia,Times,serif;
	background: url(../imagesNew/commentHorizBorder.png) repeat-x bottom left;
	}
	
div#ancientWebStore div#comment h4 {
	width: 505px;
	}	

div#comment p {
	margin: 8px 0 0 16px;
}

div#comment p a {
	font-weight: bold;
	color: #004589;
	}

div#commentWrap {
	background: url(../imagesNew/commentHorizBorder.png) repeat-x top left;
}

div#commentFields {
	width: 573px;
	margin-left: 16px;
}

div#ancientWebStore div#commentFields {
	width: 505px;
	}

div#commentFields ul {

}


div#commentFields ul li {
	border-bottom: #ada794 1px dotted;
	clear: both;
	padding: 0 0 7px 0;
	margin-top: 9px;
}

div#commentFields ul li label {
	color: #993333;
	font-size: 11px;
	width: 75px;
	display: block;
	float: left;
	padding-top: 3px;
	
}

div#commentFields ul li input.textInput {
	width: 490px;
	font-size: 12px;
	padding: 7px 0 0 3px;
	color: #333;
	font-family: Verdana,Arial,sans-serif;
	line-height: 14px;
	border: #ebc885 1px solid;
}

div#ancientWebStore div#commentFields ul li input.textInput {
	width: 420px;
}

div#commentFields ul li textarea {
	width: 492px;
	height: 90px;
	padding: 2px 0 0 0;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 14px;
	border: #ebc885 1px solid;
}

div#ancientWebStore ul li textarea {
	width: 422px;
	}

div#comment div.bottom  {
	background: url(../imagesNew/commentHorizBorder.png) repeat-x bottom left;
	width: 100%;
	clear: both;
	height: 12px;
	}

div.commentSubmit {
	height: 19px;
	margin: 10px 0 0 16px;
	float: left;
	background: url(../imagesNew/redButtonLeft.png) no-repeat top left;
}

div.commentSubmit input {
	background: transparent url(../imagesNew/redButtonRight.png) no-repeat top right;
	height: 19px;
	padding-right: 30px;
	padding-left: 11px;
	border: none;
	margin-right: -4px;
	color: #fff;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	line-height: 16px;
	cursor:  pointer;
	}
	

/* comment End */\

/* Article Entry Start */

span#lblTitle,span#lblTeaser,span#lblImageFile {
	display: block;
	float: left;
	width: 75px;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia,Times,serif;
	text-align: right;
	line-height: 20px;
	padding-right: 10px;
}

span#lblTitle {
	width: 68px;
}

/* Article Entry End */

/** 
 * Slideshow controls style rules.
 */
.control {
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	background:transparent url(../lib/images/control_left.png) no-repeat 0 0;
	position:absolute;
	top: 90px;
	left: 760px;
	z-index: 1;
	cursor: pointer;
}
#rightControl {
	background:transparent url(../lib/images/control_right.png) no-repeat 0 0;
	position:absolute;
	top: 90px;
	left: 790px;
	cursor: pointer;
}

/** 
 * Style rules for Demo page

* {
	color:#fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
body {
	background:#fff;
} */
.slide h1, .slide p {
	margin-left: 20px;
	padding-right: 4px;
}
.slide h1 {
	float: left;
	margin-top: 23px;
}
.slide h2 {
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-right: 220px;
	margin-top: 22px;
	line-height: 22px;
	font-weight: bold;
}
.slide h3 {
	color:#fcf0c5;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 220px;
	font-weight: normal;
}
.slide h3 a {
	color:#fcf0c5;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}
.slide h4 {
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 230px;
	margin-bottom: 20px;
	line-height: 22px;
	text-align: left;
}
.slide img {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	position: relative;
	border: 2px solid #fcf1c7;
}



/* slide End */

/**
 * Overwrite for having a carousel with dynamic width.
 */  
 
 
 
imgh1 {
 color: #004589;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 11px;
 vertical-align: top;
 text-align: left;
 position: absolute;
 padding-top: 5px;
 padding-left: 10px;
 line-height: 14px;
 font-weight: bold;
}
imgh2 {
 color: #666;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 11px;
 vertical-align: top;
 text-align: left;
 position: absolute;
 padding-top: 60px;
 padding-left: 10px;
} 
 

.jcarousel-skin-flickr .jcarousel-container-horizontal {
    width: 85%;
}

.jcarousel-skin-flickr .jcarousel-clip-horizontal {
    width: 100%;
}


/* footerLinks Start */

div#footerLinks {
	height: 204px;
	width: 858px;
	background: url(../imagesNew/footerLinks.png) no-repeat top left;
	margin-left: 54px;
}

div#footerLinks dl {
	float: left;
	text-align: left;
	margin-top: 18px;
	width: 141px;
	margin-right: 1px;
	margin-left: 1px;
}


div#footerLinks dl.first {
	margin-left: 18px;
	}
	

div#footerLinks dl.last {	
	width: 120px;
	}
div#footerLinks dl dt,div#footerLinks dl dt a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia,Times,serif;
}

div#footerLinks dl dd {
	margin-top: 10px;
}

div#footerLinks dl dd a {
	color: #fff;
	font-size: 12px;
	font-family: Georgia,Times,serif;
}

div#footerLinks dl dt a:hover,div#footerLinks dl dd a:hover {
	color:#FBCD6B;
	}
	

/* footerLinks End */

/* footer Start */

div#footer {
	clear: both;
	text-align: center;
	background: url(../imagesNew/footer.png) no-repeat bottom left;
	padding: 20px 0 35px 0;
}


div#footer ul {
	background: url(../imagesNew/footerBorder.png) no-repeat 55px 0;
	padding-top: 10px;
}

div#footer ul li {
	display: inline;
	border-right: #7a7a7a 1px solid;
	padding: 0 15px 0 15px;
}

div#footer ul li.last {
	border-right:none;	
}

div#footer ul li a {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

div#footer span {
	color: #666;
	font-size: 10px;
	padding-top: 15px;
	display: block;
}

/* footer End */

/* security Footer Start */
div.security {
	margin-left: 56px;
}
div.AuthorizeNetSeal {
	float: left;
}

div.geoTrust {
	float: left;
	margin-left: 10px;
}
div.AuthorizeNetSeal a img,div.geoTrust img {
}
/* security Footer End */

/* forgot password Start */

div#forgotPassword {
	margin: 40px 0 0 30px;
	height: 300px;
}

div#forgotPassword ul li {
	margin-top: 10px;
}

div#forgotPassword ul li h2 {
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:22px;
	font-family: Georgia,Times,serif;
	color: #993333;
}

div#forgotPassword ul li p {
	color: #333333;
	font-size: 14px;
	line-height: 18px;
}

div#forgotPassword ul li input.text {
	font-size: 14px;
	line-height: 18px;
	color: #666;
	width: 300px;
	border: #c1c1c1 1px solid; 
}

div#forgotPassword ul li input.button {
	background: url(../imagesNew/requestPassButton.png) no-repeat top left;
	height: 19px;
	border: none;
	width: 149px;
	cursor: pointer;
	margin-left: 10px;
}

div#forgotPassword ul li span.smallText {
	color: #666;
	font-size: 10px;
	margin-top: -8px;
	display: block;
	padding-left: 3px;
}

/* forgot password End */

/* british Museum Starts */

div#bmBanner {
	width: 100%;
	height: 480px;
	background: url(../imagesNew/BMBanner.png) no-repeat top left;
}

div#bmBanner div.message {
	float: left;
	width: 350px;
	margin: 281px 0 0 29px;
}

div#bmBanner div.message h3,div#bmBanner div.message p,div#bmBanner div.message a {
	font-family: Georgia,Times,serif;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	}
	
div#bmBanner div.message p {
	line-height: 24px;
	font-size: 16px;
	margin: 12px 0 12px 0;
	font-weight: normal;
}

div#bmBanner div.message a {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: bold;
	}

div#bmBanner div.message a:hover {
	text-decoration: underline;
}
		
div#bmBanner div.categories {
	float: right;
	width: 442px;
}

div#bmBanner div.categories ul.catLeft {
	float: left;
}

div#bmBanner div.categories ul.catRight {
	float: right;
	margin-right: 4px;
}

	div#bmBanner div.categories ul.catLeft li.books {
	margin-top: 10px;
	}
	div#bmBanner div.categories ul.catLeft li.clothing {
	margin-top: 19px;
	}
	div#bmBanner div.categories ul.catLeft li.toys {
	margin-top: 6px;
	}
	div#bmBanner div.categories ul.catRight li.jewelry {
	margin-top: 10px;
	}
	div#bmBanner div.categories ul.catRight li.replicas {
	margin-top: 11px;
	}
	div#bmBanner div.categories ul.catRight li.gifts {
	margin-top: 14px;
	}
	
div.bmColumns {
	margin-top: 23px;
	clear: both;
	padding-bottom: 20px;
	
}	

div.bmColumns div.leftColumn,div.bmColumns div.centerColumn,div.bmColumns div.rightColumn {
	float: left;
	width: 249px;
}

div.bmColumns h4 {
	color: #993333;
	margin-bottom: 13px;
	font-family: Georgia,Times,serif;
	font-size: 16px;
	font-weight: bold;
}

div.bmColumns p {
	color: #333;
	font-family: Georgia,Times,serif;
	font-size: 12px;
	margin-bottom: 6px;
	line-height: 20px;
}

div.bmColumns div.leftColumn {
	margin-left: 17px;
	width: 240px;
}

div.bmColumns div.centerColumn {
	margin-left: 45px;
}

div.bmColumns div.centerColumn img {
	margin-right: 9px;
	margin-top: 6px;
	float: left;
}

div.bmColumns div.centerColumn strong {
	color: #333;
	font-family: Georgia,Times,serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
}

div.bmColumns div.centerColumn a {
	font-size: 12px;
	font-family: Georgia,Times,serif;
	font-weight: bold;
}

div.bmColumns div.rightColumn {
	margin-right: 16px;
	float: right;
}

div.bmColumns div.rightColumn ul li {
	padding-bottom: 13px;
	background: url(../imagesNew/storeContentBorder.png) no-repeat left bottom;
	margin-top: 4px;
}

div.bmColumns div.rightColumn ul li img {
	float: left;
	margin-top: 5px;
}

div.bmColumns div.rightColumn ul li div.info {
	width: 163px;
	float: right;
}

div.bmColumns div.rightColumn ul li a.title {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

div.bmColumns div.rightColumn ul li span.date {
	margin-top: 6px;
	font-size: 12px;
	font-family: Georgia,Times,serif;
	display: block;
}

div.bmColumns div.rightColumn a.more {
	font-weight: bold;
	font-size: 11px;
	margin-top: 12px;
	padding-right: 11px;
	float: right;
	background: url(../imagesNew/bmMore.png) no-repeat right center;
}

a.bmAddCartButton {
	display: block;
	text-indent: -9999px;
	width: 124px;
	height: 27px;
	margin-top: 10px;
	background: url(../imagesNew/bmAddCart.png) no-repeat top left;
}

div#bmItemList {
	margin-top: 24px;
}

div#bmItemList div.itemBlock {
	border-top: none;
	margin-top: 0;
	padding-bottom: 28px;
}

div#bmItemList div.item {
	width: 124px;
	margin-left: 57px;
}
div#bmItemList div.first {
	margin-left: 10px;
}

div#bmItemList div.itemBlock  a.itemImage {
	float: none;
	margin-left: 4px;
	margin-top: 0;
}

div.itemBlock  a.itemImage img {
}

div#bmItemList div.itemBlock  div.itemInfo {
	float:none;
	width: auto;
	margin:0;
}

div.itemBlock  div.itemInfo h4 a {
	color: #2e89c8;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}

div.itemBlock  div.itemInfo h4 {
	margin-bottom: 3px;
	margin-top: 10px;
	margin: 10px 0 3px 3px;
}

div.itemBlock  div.itemInfo h4 a {
	color: #2e89c8;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}

div.itemBlock  div.itemInfo h4 a:hover {
	color: #993333;
}


div.itemBlock div.itemInfo span.stars {
	width: 55px;
	height: 12px;
	display: block;
	float: left;
	margin-left: 2px;
}

div.itemBlock div.itemInfo span.price {
	font-size: 10px;
	color: #666;
	border-left: #999 2px solid;
	margin-left: 7px;
	padding-left: 7px;
}

div.itemBlock div.itemInfo div {
	margin-top:5px;
}

div.bmBannerSmall {
	width: 100%;
	clear: both;
	background: url(../imagesNew/bmBannerSmall.png) no-repeat top left;
	height: 121px;
	margin-left: 56px;
}


div.bmBannerSmall h2 {
	text-indent: -9999px;
}

/* british Museum End */

/* google ads Start */

div.googleAds {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	border:1px solid #7F7F7F;
	background: #fff;
	padding: 20px 0;
}

div.googleInner {
	width: 160px;
	margin: 0 auto;
	text-align: left;
}

/* google ads End */











